.topClass {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    height: 35px;
    display: none;
    position: fixed;
}

#logo img {
    height: 40px;
}

ul {
    display: flex;
    align-items: center;
}

ul li a {
    text-decoration: none;
    /* padding: 3px 5px; */
    padding: 3px 3px;
    /* font-size: 0.7rem; */
    font-size: 0.5rem;
    border-radius: 15px;
    color: rgb(255, 255, 255);
}
#lowerNav {
    background-color: black;
    position: sticky;
    top: 0px;
    z-index: 2;
  }
.lowerNav {
    display: flex;
    /* align-items: center; */
    padding: 13px 0px;
    background-color: #23262D;
}

/* home---------------------------------------------------------------------------------------------------------- */
/* home----------------------------------------------------------------------------------------------------------------------------------------------------- */
.whatsapp{
    position: absolute;
    bottom: 20px;
    right: 20px;
    position: fixed;
    z-index: 100;
    
  }
  .whatsapp i{
    font-size: 3rem;
    color: rgb(37,211,102);
    /* background-color: white;
    border-radius: 10px; */
  }
.animated-text {
    color: #fff;
    position: absolute;
    top: 180px;
    width: 100%;
    left: 0px;
    left: auto;
    background-color: transparent(255, 0, 0);
    padding: 0 40px;
    height: 60px;
    display: flex;
    justify-content: center;
}
.line {
    text-transform: uppercase;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    word-spacing: 3px;
    letter-spacing: 0px;
    font-family: "DM Serif Text", serif;
}

.para {
    font-family: "Sevillana";
    text-align: center;
    margin-left: 30px;
}
.animated-text2 {
    color: #fff;
    position: absolute;
    top: 70px;
    left: 0px;
    width: 100%;
    background-color: transparent;
    padding: 0 0px;
    height: 60px;
    display: flex;
    justify-content: center;
}
.animated-text3 {
    color: #000000;
    position: absolute;
    bottom: 150px;
    width: 100%;
    left: 0px;
    background-color: transparent;
    height: 30px;
    z-index: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
  .para-down {
    font-size: 12px;
    line-height: 15px;
    max-width: 200px;
    width: 280px;
  }

.secondary-heading {
    font-family: "DM Serif Text", serif;
    letter-spacing: 0px;
    font-size: 1.4rem;
}

.para-down {
    font-family: "Sevillana";
}

.blank-box {
    height: 272px;
    width: 220px;
    background-color: #fff;
    border: 2px solid black;
}

.slideshow-container div img {
    height: 570px;
    /* width: 5px; */
    overflow: hidden;
}

.dot {
    cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    transition: background-color 0.6s ease;
}

/* part2------------ */
#part2Box1 h3 {
    font-size: 20px;
    margin-top: 0px;
    color: #D39C4B;
}

#part2Box1 h4 {
    font-size: 15px;
    line-height: 25px;
    margin-top: 8px;
    text-align: center;
    color: #fff;
}

#part2Box1 {
    margin-top: -30px;
    height: 130px;
    width: 180px;
    padding: 0 100px;
    padding-right: 0px;
    display: flex;
    border: 10px double #727272;
     margin-left: -20px;
}
#part2Box2{
    margin-top: -110px;
    margin-left: -5px;
}
#part2Box2 h3 {
    font-size: 15px;
    margin-top: -20px;
    color: #fff;
}

#part2Box3 p {
    margin-top: -50px;
    margin-right: 30px;
    font-size: 0.5rem;
    color: #7A7A7A;
    text-align: center;
    display: none;
}

#part2 {
    display: flex;
    justify-content: space-between;

}

/* part22============================== */
#part22 {
    margin-top: -90px;
    align-items: center;
}

.part22 {
    margin-bottom: 25px;
    height: 370px;
    width: 250px;
    border: 2px solid black;
    /* position: relative; */
    font-size: 20px;
    color: #fff;
}

.part22 img {
    height: 370px;
    width: 250px;
    z-index: -9;
}

.insidePic {
    height: 300px;
    width: 200px;
    position: absolute;
    top: 0px;
    margin: 25px 25px;

}

.insidePic:hover {
    height: 300px;
    width: 200px;
    border: 2px solid rgb(255, 255, 255);
    text-align: center;
}

/* psrt23=================== */
#part23 h4 {
    font-size: 17px;
    margin-left: 20px;
    margin-top: 40px;
    color: #D39C4B;
}

#part23 h3 {
    font-size: 20px;
    margin-left: 20px;
    word-spacing: -3px;
    margin-top: -20px;
    color: #fff;
}

/* part24=================== */
.part24InBox {
    height: 60px;
    width: 60px;
    border-radius: 60px;
    border: 2px solid;
    margin-left: 0px;
    margin-top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #727272;
}

#part24 i {
    font-size: 30px;
    color: white;

}

.part24Box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 2px solid white;
    margin-bottom: 20px;
}

#part24 {
    margin-left: 0px;
}

.part24Box h4 {
    color: #fff;
    font-size: 1.2rem;
    margin-top: 10px;
}

.part24Box p {
    margin-top: -5px;
    font-size: 10px;
    line-height: 20px;
    color: #7A7A7A;
}

/* part25============= */
#part25 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.part25Box {
    height: 300px;
    width: 90%;
    border: 2px solid;
    position: relative;
}

.part25Box img {
    height: 300px;
    width: 1449px;
    z-index: 1;
    opacity: 0.5;
    filter: grayscale(80%);
    overflow: hidden;
}

.part25Box h3 {
    color: #D39C4B;
    font-size: 1.2rem;
    z-index: 1;

}

.part25Box h4 {
    color: #fff;
    font-size: 1.5rem;
    margin-top: 29px;
    line-height: 25px;
}

.part25Box p {
    color: #ffffff;
    margin-top: 29px;
    font-size: 0.6rem;

}

.part25Box a {
    text-decoration: none;
    color: #fff;
    background-color: #7A7A7A;
    padding: 8px 20px;
    border-radius: 25px;
}

.insidePart25Box1 iframe {
    position: absolute;
    top: 320px;
    width: 310px;
    height: 200px;
    display: none;
}
.insidePart25Box1 a{
    display: none;
}

.insidePart25Box1 {
    z-index: 1;
    position: absolute;
}

/* part26===================== */
#insidePart26 {
    /* margin-top: 0px; */
    text-align: center;
}

.part26pic {
    height: 200px;
    width: 250px;
    margin-bottom: 20px;
}

.part26pic img {
    height: 200px;
    width: 250px;
}

#part26 h4 {
    color: #E79157;
    font-size: 1.4rem;
}

#part26 h3 {
    color: #fff;
    font-size: 1.3rem;
    /* margin-top: -10px; */

}

#part26 p {
    color: #fff;
    font-size: 0.7rem;
    margin-top: -20px;
}
.part26PicPart {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #insidePart26 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
  }

/* part27============ */
#part27 h4 {
    color: #E79157;
    font-size: 1.4rem;
  }
  
  #part27 h3 {
    color: #fff;
    font-size: 1.3rem;
    margin-top: -10px;
  }
  /* slider=============== */
  .nav button {
    font-size: 10px;
    padding: 2px 0px;
  }
  main .prev2 {
    position: absolute;
    top: 50%;
    left: 5px;
    z-index: 2;
  }
  
  main .next2 {
    position: absolute;
    top: 50%;
    right: 5px;
    z-index: 2;
  }
  .slide h5{
    font-size: 0.5rem;
    margin-left: 10px;
  }
  /* counter============== */
  .insideCounter h1 {
    margin-top:-30px;
    color: #D39C4B;
    font-size: 20px;
  }
  .insideCounter div {
    flex-wrap: wrap;
    text-align: center;
    height: 80px;
  }
  
  .insideCounter p {
    color: #fff;
    font-size: 15px;
    margin-top: -15px;
  }
  /* slider====================== */
  main {
    width: 95%;
    height: 180px;
    box-shadow: 0px 0px 3px grey;
    margin: auto;
    margin-top: 50px;
    position: relative;
    overflow: hidden;
    margin-bottom: 90px;
  }
.slide p{
    color: #D39C4B;
    font-size: 0.8rem;
    text-align: center;
    margin: 10px 20px;
    margin-top: 20px;
    
  }

  /* last============ */
  .insideLast{
    font-size: 0.7rem;
  }
  /* footer==== */
  #footer{
    font-size: 0.5rem;
  }
/* about---------------------------------------------------------------------------------------------------------------------------------------------------- */
#about h3 {
    font-size: 1.5rem;
}

#spectrum h3 {
    font-size: 1.5rem;
}

#about,
#spectrum p {
    font-size: 0.6rem;
}

#clients img,
#asso img {
    height: 125px;
    width: 250px;
}

/* project------------------------------------------------------------------------------------------------------------------------------------------------------ */
.ProBox {
    height: 250px;
    width: 180px;
    border: 2px solid;
    position: relative;
    margin-bottom: 10px;
}

.ProBox img {
    height: 249px;
    width: 179px;
}

.ProBox a {
    display: flex;
    text-align: center;
    justify-content: center;
    font-size: 0.8rem;
    color: #D39C4B;
}

.InProBox {
    display: flex;
    align-items: center;
    height: 50px;
    width: 150px;
    background-color: white;
    z-index: 1;
    position: absolute;
    bottom: 35%;
    left: 15px;
    border: 2px solid;
}

.ProBox p {
    text-align: center;
    font-size: 0.5rem;
    line-height: 10px;
}
.hr2{
    position: sticky;
    top: 65px;
    z-index: 2;
}
/* project img========================== */


/* contact---------------------------------------------------------------------------------------------------------------------- */
#contact{
    margin-top: 50px;
    margin-bottom: -30px;
}
#contact2 h3 {
    font-size: 1.2rem;
}

#contact2 p {
    font-size: 0.5rem;
}

.cbox h3 {
    font-size: 0.7rem;
}

.cbox h4 {
    font-size: 0.5rem;
}

.wp {
    font-size: 3rem;
}
.hr1{
    position: sticky;
    top: 65px;
}
.hr3{
    width: 60%;
    
 }
 .prj{
    margin-top: 40%;
 }
 .instawhat i{
    font-size: 2.5rem;
    color: green;
}
.instawhat p{
    color: white;
    font-size: 0.8rem;
}
/* services======================================================================== */
#body3part1 h5{
    font-size: 20px;
    margin-bottom: 50px;
}
.Sboxin h4{
    line-height: 12px;
    font-size: 0.6rem;
}
/* ================================================================================== */
#contact2{
    margin-left: 50px;
    margin-top: 20px;
    margin-right: 10px;
}
.contactBox{
    padding-right: 25px;
    padding-left: 0px;
    margin-left: 0px;
}
/* paint============================ */
#painthome{
    height: 550px;
    width: 100%;
    background-image: url("bgimg2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: opx;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content:center;
    color: white;
    position: relative;
    /* border: 2px solid red; */
}
#painthome div {
    text-align: center;
    /* border: 2px solid blue; */
    position: absolute;
    padding-left: 20px;
    /* border: 10px double #D39C4B; */
}
#painthome div h1{
    font-size: 2.5rem;
    line-height: 37px;
}
#painthome div p{
    color: black;
    font-size: 0.8rem;
    margin-top: -20px;
}
#painthome div a{
    text-decoration: none;
    background-color:#ed995d;
    border-radius: 20px;
    color: black;
    padding: 3px 10px;
    border: 2px solid black;
    font-size: 1rem;
}
#painthome div a:hover{
    background-color: white;
}
#paintbgimg{
    height:550px;
    width:50%;
}
#plogo{
    height: 100px;
    width: 200px;
}
#hp{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -70px;
}
#hp p{
    margin-top: -10px;
}
/* painthome2=========== */
/* #Heading{
  font-size: 2.4rem;
  border: 10px solid;
  color: #D39C4B;
} */
.painthome2{
    position: relative;
    /* height: 500px; */
    width: 100%;
    background-color: #23262D;
    /* border: 2px solid aqua; */
}
.painthome22{
    position: relative;
    height: 100px;
    width: 100%;
    background-color: #23262D;
    /* border: 2px solid rgb(142, 148, 148); */
}
.painthome2div2{
    position: absolute;
    width: 100%;
    top: 0px;
    display: flex;
    justify-content:space-between;
    /* border: 2px solid; */
}
#painthome2{
    height: 500px;
    width: 100%;
    /* border: 12px solid brown; */
    position: absolute;
    top: 0px;
    /* background-color: #23262D; */
    /* padding-top: 50px; */
    position: relative;
    display: flex;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
}
.painthome2div{
    height: 150px;
    width: 100%;
    display: flex;
    /* border: 2px solid blue; */
}
.painthome2divdiv{
    height: 150px;
    width: 50%;
    /* border: 2px solid red; */
    display: flex;
    flex-direction: column;
    align-items: center;
}
.divdivimg{
    height: 100px;
    width: 100px;
    border-radius: 50%;
    /* border: 5px solid; */
}
.divdivh2{
    margin-top: 5px;
    font-size: 0.6rem;
    color: white ;
}
/* painthome3================ */
.painthome3{
    height: 550px;
    width: 100%;
    border: 2px solid;
    background-image: url("pback.avif");
}
#painthome3{
    height: 250px;
    width: 100%;
    margin-top: 50px;
    text-align: center;
    padding: 0 20px;
}
#painthome3div2{
    height: 200px;
    width: 100%;
    display: flex;
    justify-content: center;
}
#box{
    height: 100px;
    width: 130px;
    margin: 5px;
}
.boximg{
    height: 100px;
    width: 130px;
}
#aboutp{
    color: white;
    font-size: 0.6rem;
}
#abouth2{
    font-size: 1.6rem;
    color: #D39C4B;
}