* {
  box-sizing: border-box
}

body {
  font-family: Verdana, sans-serif;
  margin: 0;
  /* height: 100vh;
  display: flex;
  flex-direction: column; */
}

.mySlides {
  display: none
}

img {
  vertical-align: middle;
}

/* nav starts------------------------- */
/* top navbar starts----*/
.topClass {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: rgb(255, 255, 255);
  background-color: #23262D;
}

/* top right part starts */
.topRightButton {
  background-color: rgb(222, 148, 0);
  height: 35px;
  color: rgb(255, 253, 253);
  text-align: center;
  display: flex;
  align-items: center;
  margin: 0px 10px;
  padding: 0px 20px;
  font-size: 0.9rem;
}
.topRightButton a{
  text-decoration: none;
  color: white;
}
.topRightButton a:hover{
  color: black;
}

.topRightIcons {
  display: flex;
  align-items: center;
}

.topRightIcons div {
  font-size: 0.7rem;
}

.lesmar {
  margin-right: 10px;
}

.moremar {
  margin-right: 15px;
}

/* top right part ends */
/* top left part */
.topLeftIcon {
  display: flex;
  margin-right: 800px;
}

.topLeftIcon div {
  margin-left: 15px;
}
.topLeftIcon i{
  color:white;
}

/* top left part ends *------------- */


#navPartition {
  margin: 0;
  color: rgb(255, 255, 255);
  height: 1px;
  background-color: rgb(255, 255, 255);
}

/* lowernav starts ---------------------*/
#lowerNav {
  background-color: black;
  position: sticky;
  top: 0px;
  z-index: 2;
}

.lowerNav {
  display: flex;
  padding: 10px 0px;
  background-color: #23262D;
}

#logo img {
  height: 73px;
  margin-right: 600px;
  margin-left: 160px;
}

ul {
  display: flex;
}

ul li {
  list-style: none;
}

/* ul li a {
  text-decoration: none;
  padding: 3px 15px;
  border-radius: 15px;
  color: rgb(255, 255, 255);
} */
ul li a {
  text-decoration: none;
  padding: 3px 10px;
  font-size: 0.8rem;
  border-radius: 15px;
  color: rgb(255, 255, 255);
}

ul li a:hover {
  background-color: white;
  color: black;
}


/* lowernav ends----------------- */
/* nav ends */

/* slider starts ----------------------------------------------------------------------------------------*/
* {
  box-sizing: border-box
}
.whatsapp{
  position: absolute;
  bottom: 100px;
  right: 50px;
  position: fixed;
  z-index: 100;
  
}
.whatsapp i{
  font-size: 5rem;
  color: rgb(37,211,102);
  /* background-color: white;
  border-radius: 10px; */
}

body {
  font-family: Verdana, sans-serif;
  margin: 0
}

.mySlides {
  display: none
}

img {
  vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1550px;
  position: relative;
  /* margin: auto; */
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  /* bottom: 35px;
  left: 48%; */

}

/* The dots/bullets/indicators */
.upperdot {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 25px;
  left: 48%;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {

  .prev,
  .next,
  .text {
    font-size: 11px
  }
}

.slideshow-container div img {
  height: 700px;
  width: 5px;
}

/* slider ends -----------------------------------------------------------------------------------*/
.animated-text {
  color: #fff;
  position: absolute;
  top: 170px;
  left: 80px;
  background-color: transparent;
  padding: 0 40px;
  height: 60px;
}

.animated-text2 {
  color: #fff;
  position: absolute;
  top: 10px;
  right: 200px;
  background-color: transparent;
  padding: 0 0px;
  height: 60px;
}

.animated-text3 {
  color: #000000;
  position: absolute;
  bottom: 250px;
  left: 300px;
  background-color: transparent;
  padding: 0 0px;
  height: 30px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.animated-text4 {
  color: #fff;
  position: absolute;
  bottom: 92px;
  left: 266px;
  background-color: transparent(208, 164, 164);
  padding: 0 0px;
  height: 30px;
}

.line {
  text-transform: uppercase;
  text-align: center;
  font-size: 40px;
  line-height: 60px;
  text-align: justify;
  color: #000000;
}

.para {
  text-align: center;
  font-size: 0.9em;
  line-height: 20px;
  text-align: justify;
}

.down-animation {
  text-align: center;
  line-height: 30px;
  padding-bottom: 30px;
}

.para-down {
  font-size: 12px;
  line-height: 15px;
  width: 280px;
}

.down-button {
  background-color: rgb(164, 2, 2);
  height: 45px;
  width: 200px;
  color: rgb(255, 253, 253);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 20px;
}
.down-button a{
  text-decoration: none;
  color: white;
}
.down-button a:hover{
  color: black;
}

.line:first-child {
  animation: anim 1s forwards;
}

@keyframes anim {
  0% {
    margin-top: 0px;
  }

  100% {
    margin-top: -100px;
  }
}

.para:first-child {
  animation: anim2 1s forwards;
}

@keyframes anim2 {
  0% {
    margin-top: 0px;
  }

  100% {
    margin-top: 65px;
  }
}

.down-animation:first-child {
  animation: anim3 1s forwards;
}

@keyframes anim3 {
  0% {
    margin-top: 0px;
  }

  100% {
    margin-top: -90px;
  }
}

.blank-box:first-child {
  animation: anim4 1s forwards;
}

@keyframes anim4 {
  0% {
    margin-top: 0px;
  }

  100% {
    margin-top: -280px;
  }
}

.secondary-heading {
  font-size: 1.7rem;
}

.blank-box {
  height: 300px;
  width: 370px;
  background-color: #fff;
}

/* part2 --------------------------------------------------------*/
#SectionPart2 {
  margin-top: -40px;
  background-color: #23262D;
  z-index: -10;
}

#part2Button {
  padding: 4px 8px;
  border-radius: 15px;
  background-color: #424242;
}

#part2Button a {
  text-decoration: none;
  color: white;
  padding: 10px;
}

.part2Box {
  height: 150px;
  width: 480px;
}

#part2 {
  display: flex;
  justify-content: space-between;
  padding-top: 80px;
  padding-bottom: 140px;
  padding-left: 40px;
  padding-right: 70px;
}

#part2Box1 {
  margin-top: 8px;
  height: 150px;
  width: 430px;
  padding: 0 100px;
  display: flex;
  border: 10px double #727272;
}

#part2Box1 h3 {
  font-size: 50px;
  margin-right: 50px;
  margin-top: 0px;
  color: #D39C4B;
}

#part2Box1 h4 {
  font-size: 25px;
  line-height: 25px;
  margin-top: 20px;
  text-align: center;
  color: #fff;
}
#part2Box2{
  margin-left: 40px;
  margin-top: -10px;
}
#part2Box2 h4 {
  margin-top: 20px;
  color: #E79157;
  text-align: center;
  font-size: 20px;
}

#part2Box2 h3 {
  font-size: 23px;
  margin-top: -20px;
  text-align: center;
  color: #fff;
}
#part2Box3{
  margin-top: -10px;
  padding: 0 50px;
  display: flex;
  align-items: center;
}
#part2Box3 p {
  font-size: 0.8rem;
  color: #7A7A7A;
  text-align: center;

}

/* part2.2 ----------------------------*/
#part22 {
  display: flex;
  justify-content: space-between;
  padding: 30px 25px;
}

.part22 {
  height: 550px;
  width: 350px;
  border: 2px solid black;
  position: relative;
  font-size: 20px;
  color: #fff;
}

.part22 img {
  height: 549px;
  width: 349px;
  z-index: -9;
}

.insidePic {
  height: 500px;
  width: 300px;
  position: absolute;
  top: 0px;
  margin: 25px 25px;
  /* border: 2px solid black; */
}

.insidePic:hover {
  height: 500px;
  width: 300px;
  border: 2px solid rgb(255, 255, 255);
  text-align: center;
}

/* part23--------------- */
#part23 {
  padding: 20px 0;
}

#part23 h4 {
  font-size: 23px;
  margin-left: 30px;
  margin-top: 40px;
  color: #D39C4B;
}

#part23 h3 {
  font-size: 40px;
  margin-left: 30px;
  word-spacing: -3px;
  margin-top: -20px;
  color: #fff;
}

/* part24----------------------------------- */
#part24 {
  display: flex;
  margin-left: 50px;
}

#part24 i {
  font-size: 50px;
  color: white;

}

.part24Box {
  height: 300px;
  width: 350px;
  text-align: center;
}

.part24Box h4 {
  color: #fff;
  font-size: 1.2rem;
}

.part24Box p {
  font-size: 12px;
  line-height: 25px;
  color: #7A7A7A;
}

.part24InBox {
  height: 100px;
  width: 100px;
  border-radius: 60px;
  border: 2px solid;
  margin-left: 115PX;
  margin-top: 20PX;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #727272;
}

/* part25 ----------------------*/

.part25Box {
  height: 500px;
  width: 90%;
  border: 2px solid;
  margin: 50px 30px;
  position: relative;
  margin-bottom: 70px;
}

.part25Box h3 {
  color: #D39C4B;
  font-size: 1.3rem;
  z-index: 20;

}

.part25Box h4 {
  color: #fff;
  font-size: 2.5rem;
  margin-top: -10px;
  line-height: 38px;
}

.part25Box p {
  color: #ffffff;
  margin-top: -29px;
  margin-bottom: 70px;
  font-size: 0.8rem;

}

.part25Box a {
  text-decoration: none;
  color: #fff;
  background-color: #7A7A7A;
  padding: 15px 40px;
  border-radius: 25px;
  margin-top: 500px;
}

.insidePart25Box1 {
  padding-left: 40px;
  padding-top: 30px;
  /* z-index: 2; */
  position: absolute;
  top: 0px;
  left: 0px;
}

.part25Box img {
  height: 499px;
  width: 1449px;
  z-index: 1;
  opacity: 0.5;
  filter: grayscale(80%);
  overflow: hidden;
}

.insidePart25Box1 iframe {
  position: absolute;
  top: 80px;
  right: -700px;
  width: 600px;
}

#part25Hr {
  color: #fff;
  width: 3px;
}

/* part26 ----------------------------*/
#insidePart26 {
  margin-top: 110px;
  text-align: center;
  margin-bottom: 100px;
}

.part26pic {
  height: 230px;
  width: 350px;
  border: 2px solid;
}

.part26pic img {
  height: 230px;
  width: 350px;
}

.part26PicPart {
  display: flex;
  justify-content: space-between;
  margin: 30px 200px;
}

.part26PicPart2 {
  display: flex;
  justify-content: space-between;
  margin: 30px 200px;
}

#part26 h4 {
  color: #E79157;
  font-size: 1.2rem;
}

#part26 h3 {
  color: #fff;
  font-size: 2.6rem;
  margin-top: -10px;

}

#part26 p {
  color: #fff;
  font-size: 0.9rem;
  margin-top: -20px;
}

/* part27 ---------------*/
#part27 {
  text-align: center;
}

#part27 h4 {
  color: #E79157;
  font-size: 1.2rem;
}

#part27 h3 {
  color: #fff;
  font-size: 2.6rem;
  margin-top: -10px;
}

/* slider2 starts ------*/
main {
  width: 80%;
  height: 400px;
  box-shadow: 0px 0px 3px grey;
  margin: auto;
  margin-top: 100px;
  position: relative;
  overflow: hidden;
  margin-bottom: 90px;
}

.slide {
  height: 100%;
  width: 100%;
  transition: 1s;
  position: absolute;
  background-image: url("pexels-huy-phan-316220-2826787.jpg") center center/cover;

}
.slide p{
  color: #D39C4B;
  font-size: 2rem;
  text-align: center;
  margin: 20px 50px;
  margin-top: 40px;
}
.slide h5{
  color: white;
}
.slide::before{
  content: "";
  background-color: black;
  position: absolute;
  top: 0px;
  height:400px;
  width:100%;
  z-index:-1;
  opacity:0.3;
}

.nav {
  text-align: center;
  margin-top: 15px;
}

.nav button {
  font-size: 25px;
  /* padding: 5px; */
  background-color: #23262D;
}
.nav i{
  color: white;
}

main .prev2 {
  position: absolute;
  top: 190px;
  left: 10px;
  z-index: 1;
  /* border-radius: 25px; */
 
}

main .next2 {
  position: absolute;
  /* border-radius: 25px; */
  top: 190px;
  right: 10px;
  z-index: 1;
}

/* slider ends */

.insideCounter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0px 180px;
  padding-bottom: 18px;
}

.insideCounter div {
  flex-wrap: wrap;
  text-align: center;
  width: 290px;
  height: 180px;
}

.insideCounter h1 {
  color: #D39C4B;
  font-size: 30px;
}

.insideCounter p {
  color: #fff;
  font-size: 25px;
  margin-top: -15px;
}

/* last-------- */
.insideLast {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items:center;
  justify-content: center;
  font-size: 0.7rem;
  padding-top: 40px;
}
.lastSame{
  margin-right: 80px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  margin-left: 90px;
}

#last {
  background-color: #222222;

}

#IL1CI {
  color: white;
  width: 140px;
  border-left: 2px solid #13AFF0;
  text-align: center;
  margin-bottom: 30px;
}

.IL1inside i {
  height: 40px;
  width: 40px;
  border: 2px solid white;
  color: #13AFF0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.IL1inside {
  display: flex;
  
}

#IL1inside h5 {
  color: #fff;
  margin-top: -15px;
  margin-bottom: 20px;
  
}

#IL1inside p {
  color: #fff;
  margin-top: -20px;
}

.IL1 div {
  margin: 10px 0px;
}


/* .ul ul li{
  color: white;
} */
.InsideLast2 div {
  margin-bottom: 4px;
  color: white;
}

.InsideLast2 div p {
  height: 10px;
  width: 10px;
  border-radius: 50px;
  border: 1px solid white;
  margin-right: 10px;
  margin-top: 5px;
}

.ul div {
  display: flex;
}

.InsideLast3 div {
  margin-bottom: 15px;
  color: white;
}


#icons {
  color: #f2f2f2;
  height: 50px;
  width: 50px;
  border: 1px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}

.icons {
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
}
.icons i{
  color: white;
}

/* footer --------*/
#footer {
  height: 100px;
  background-color: black;
  color: white;
  font-size: 0.8rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.6rem;
}

#footer img {
  height: 15px;
  height: 15px;
}

#footer a {
  text-decoration: none;
  color: white;
}

#footer a:hover {
  color: #13AFF0;
}
/* paint======================== */
#painthome{
  height: 550px;
  width: 100%;
  background-color: #525050;
  /* background-image: url("bgbigimg.jpg"); */
  /* background-repeat: no-repeat;
  background-size: contain;
  background-size: cover; */
  position: absolute;
  top: opx;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content:center;
  color: white;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  /* border: 2px solid red; */
}
#painthome div {
  text-align: center;
  position: absolute;
  top: 100px;
  padding-left: 20px;
  /* border: 10px double blue; */
  font-size: 2rem;
  color: #000000;
}
#painthome div h1{
  color:#ed995d; 
}
#painthome div p{
  color: black;
  font-size: 2rem;
  margin-top: -20px;
  background-color:white;
}
#painthome div a{
  text-decoration: none;
  background-color:#ed995d;
  border-radius: 20px;
  color: black;
  padding: 3px 10px;
  border: 2px solid black;
}
#painthome div a:hover{
  background-color: white;
}
/* body2================= */
#painthome2promax{
  background-color: #23262D;
  padding: 60px 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.painthome2{
  /* border: 20px solid rgb(255, 201, 201); */
  /* height: 220px; */
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* border: 2px solid green; */
}
#painthome2{
  height: 200px;
  width: 100%;
  /* border: 2px solid green; */
  position: absolute;
  top: 0px;
  /* background-color: #23262D; */
  /* padding-top: 50px; */
  position: relative;
  /* border: 2px solid red; */
  padding-left: 1%;
  display: flex;
}
.painthome2div{
  height: 200px;
  width: 33%;
  display: flex;
  justify-content: space-around;
  /* border: 2px solid blue; */
}
.painthome2div2{
  display: flex;
}
.painthome2divdiv{
  height: 200px;
  width: 120px;
  /* border: 2px solid; */
  display: flex;
  color: white;
  flex-direction: column;
  align-items: center;
  font-size: 0.7rem;
  /* margin: 0 5px; */
  
}
 
/* .painthome2div{
  height: 200px;
  display: flex;
  border: 2px solid;
}
.painthome2divdiv{
  height: 200px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.divdivimg{
  height: 100px;
  width: 100px;
  border-radius: 50%;
}
.divdivh2{
  margin-top: 5px;
  font-size: 0.8rem;
  color: white ;
} */
.divdivimg{
  height: 100px;
  width: 100px;
  border-radius: 50%;
}
#typeofpaint{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.divdivh2{
  text-align: center;
  margin-top: 5px;
  font-size: 0.8rem;
  color: white ;
}
/* painthome3==================== */
#painthome3div2{
  height: 200px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.painthome3{
  /* height: 550px; */
  height: 650px;
  width: 100%;
  border: 2px solid;
  background-image: url("pback.avif");
  background-repeat: no-repeat;
  background-size: contain;
  background-size: cover;
}
/* #painthome3{
  height: 250px;
  width: 100%;
  margin-top: 50px;
  text-align: center;
  padding: 0 20px;
  
  padding: 0 200px;
} */
#painthome3{
  height: 250px;
  width: 100%;
  margin-top: 50px;
  text-align: center;
  padding: 0 20px;
}
#painthome3div2{
  height: 300px;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 10px;
}
#box{
  height: 50%;
  width: 100%;
  margin: 5px;
 border: 2px solid;
}
.boximg{
  height: 100%;
  width: 100%;
}
#aboutp{
  color: white;
  font-size: 0.9rem;
  padding: 0 10px;
}
#abouth2{
  font-size: 1.6rem;
  color: #D39C4B;
  margin-bottom: 0px;
}