*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/* heading  */
.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
  }
  
  .poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  
  .poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
  }
  
  .poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
  }
  
  .poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
  }
  
  .poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
  }
  
  .poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
  }
  
  /* Paragraph  */

.noto-sans{
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

nav {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #80808038;
    position: fixed;
    background: #000000ad;
    z-index: 999;
}

.insideNav{
    height: 95%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.upperNav {
  color: #fff;
  padding: 0 1rem;
  width: 100%;
  margin: 5px 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-bottom: 1px solid #80808038;
}

.nn {
  margin: 5px 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nnn{
    color: #fff;
    margin: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.upperNav i{
    margin: 0 4px;
}

.lowerNav{
    padding: 0 1rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo img {
    height: 4rem;
}

.nnn a {
    padding: 5px;
    margin: 1rem;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}

.hamMenu i {
    font-size: 30px;
}

.nn p{
    font-size: 16px;
}

.navSocial i{
    font-size: 26px;
    color: #fff;
}

.firstSection{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: yellowgreen;
}

.insideFirstSection{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: yellow;
}

.mySlides img{
    height: inherit;
    width: 100%;
  } 

.secondSection{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.insideSecondSection {
  position: absolute;
  padding: 2rem 0;
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #b78534;
}

.insideSecondContent{
    margin: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.insideSecondContent h2 {
    font-size: 20px;
    color: #fff;
    margin: 5px 0;
}

.p0 {
    color: #fff;
    font-weight: 800;
    font-size: 50px;
}

.p1 {
    font-size: 15px;
    color: #fff;
}

.thirdSection{
    margin-top: 8rem;
    padding: 4rem 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.insideThirdSection{
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.border {
    height: 2px;
    width: 10rem;
    background-color: #b78534;
    margin-top: 8px;
}

.insideThirdSection h2 {
    color: #000000de;
    font-weight: 600;
    font-size: 50px;
    letter-spacing: 0.6px;
    word-spacing: 5px;
}

.insideThirdSection p{
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.4px;
    word-spacing: 5px;
    font-weight: 600;
    color: #000000de;
}

.indexGallery{
    padding: 3rem 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.insideIndexGallery{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.indexGalleryCard{
    height: 20rem;
    width: 20rem;
    background-color: #303849;
    margin: 1px 1px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 0.5rem;
    text-align: center;
}

.indexGalleryCard img{
    height: inherit;
    width: inherit;
}

.igc1 {
    width: -webkit-fill-available !important;
}

.indexGalleryCard p{
    text-transform: capitalize !important;
    font-size: 16px;
    letter-spacing: 0.4px;
    word-spacing: 5px;
    font-weight: 400;
    color: #fff;
}

.indexGalleryCard h3 {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 8px;
}

.indexGalleryCard h3:hover{
  color: #b78534;
  cursor: pointer;
  transition: all 0.4s;
}

.indexGalleryCard img:hover{
  opacity: 0.5;
  transition: all 0.4s;
}

.igc2{
  background-color: #b78534;
}

.igc2 h3:hover{
  color: #303849;
  transition: all 0.4s;
}

.fourthSection{
  padding: 4rem 0;
  width: 100%;
  background-color: #b78534;
  display: flex;
  justify-content: center;
  align-items: center;
}

.insideFourthSection{
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.insideFourthCard{
  padding:1rem 4rem;
  text-align: center;
}

.insideFourthCard h3{
  color: #fff;
  font-weight: 800;
  font-size: 50px;
}

.insideFourthCard p{
  font-size: 15px;
  color: #fff;
}

.iff, .iff2, .iff3{
  border-right: 1px solid #0000001f;
}

.fifthSection{
  padding: 4rem 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.fifthSection::before{
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url('/assets/images/allimages/b5.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  filter: brightness(0.5);
  z-index: -1;
}

.insideFifthSection {
  margin: 2rem 0;
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fifthSection h2{
  color: #fff;
  font-weight: 600;
  font-size: 50px;
  letter-spacing: 0.6px;
  word-spacing: 5px;
}

.insideFifthProduct{
  height: 20rem;
  width: 20rem;
  display: flex;
  flex-direction: column-reverse;
  margin: 1rem;
  justify-content: space-between;
  align-items: center;
  background-color: #b78534;
}

.insideFifthProduct h3 {
  font-size: 18px;
  letter-spacing: 0.4px;
  word-spacing: 5px;
  font-weight: 400;
  color: #fff;
  position: relative;
  bottom: 2rem;
}

.insideFifthProduct a{
  color: #fff;
}

.insideFifthProduct img{
  height: 15rem;
  width: inherit;
}

.sixthSection{
  padding: 4rem 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.insideSixthSection{
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.slideshow-container {
  margin-bottom: 2rem;
}

.seventhSection{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.insideSeventhSection{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.insideSeventhCard{
  height: 80%;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 1rem;
}

.insideSeventhCard img{
  height: 100%;
  width: 100%;
}

.insideSeventhCard h2{
  color: #000000de;
  font-weight: 600;
  font-size: 50px;
  letter-spacing: 0.6px;
  word-spacing: 5px;
}

.form{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  margin: 2rem 1rem;
  width: 100%;
}

.form form{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.form form input {
  padding: 0.5rem;
  margin-bottom: 2rem;
  border: none;
  outline: none;
  border-bottom: 1px solid #00000061;
  width: 100%;
}


.contactButton {
  padding: 0.5rem;
  font-size: 16px;
  width: 10rem;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  outline: none;
  border: none;
  cursor: pointer;
  background-color: #b78534;
  color: #fff;
}

.eightSection{
  margin: 4rem 0;
  height: 50vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.insideEightSection{
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer{
  padding: 2rem 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #000000ad;
}

.insideFooter{
  width: 95%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footerWidget {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 1rem;
  padding: 0rem 3rem;
}

.insideFooter {
  width: 95%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.footerWidget h3{
  font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #fff;
}

.footerWidget a{
  font-size: 15px;
  color: #ffffffc9;
  text-decoration: none;
  padding: 0.2rem;
  margin: 0.3rem 0;
}

.footerWidget p{
  font-size: 15px;
  color: #ffffffc9;
}

.footerLogo {
  height: 8rem;
  align-self: flex-start;
  margin-bottom: 2rem;
}

.nnn{
  display: flex;
  justify-content: center;
  align-items: center;
}

.nnn i{
  margin-right: 5px;
}

.nnn a:hover{
  color: #b78534;
  transition: all 0.4s;
}

.insideFourthCard:hover .hh{
  cursor: pointer;
  color: #303849;
  transition: all 0.4s;
}

.contactButton:hover{
  background-color: #303849;
  transition: all 0.4s;
}

.hamMenu{
  display: none;
}

.footerWidget a:hover{
  transition: all 0.4s;
  color: #b78534;
}

.ninthSection{
  padding: 4rem 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.insideNinthSection {
  padding: 2rem 0;
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d3d3d347;
}

.insideNinthSectionCard {
  height: 30rem;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: 1rem;
  padding: 1rem;
}

.mainIMG {
  height: 23rem;
}

.sideIMG {
  height: 4.6rem;
}

img#expandedImg {
  height: 23rem;
}

img#expandedImg1 {
  height: 23rem;
}

div#imgtext1{
  color: transparent;
}

.container {
  position: absolute !important;
  transform: translateY(-3rem);
}

.ninthSection h2 {
  color: #000000de;
  font-weight: 400;
  font-size: 50px;
  letter-spacing: 0.6px;
  word-spacing: 5px;
  line-height: 52px;
}

.insc {
  align-items: flex-start;
  justify-content: flex-start;
}

.insc p {
  margin-top: 2rem;
  font-size: 18px;
  line-height: 1.6rem;
  color: #000000ba;
}

.insc button {
  font-size: 18px;
  color: #fff;
  background: #b78534;
  outline: none;
  border: 1px solid #b78534;
  padding: 1rem;
  margin-top: 1rem;
  text-transform: uppercase;
  transition: all 0.4s ease-in;
}

button a{
  color: #fff;
  text-decoration: none;
}

.insc button:hover, button a:hover{
  background-color: #fff;
  color: #b78534;
  transition: all 0.4s ease-in;
  cursor: pointer;
}

@media screen and (max-width:1130px){
  .ninthSection h2 {
    font-size: 40px;
  }

  .insc p {
    font-size: 16px;
    line-height: 1.5rem;
}
.ninthSection {
  padding-bottom: 0;
}
.firstSection {
  position: relative;
  top: 7.4rem;
}

.insideSecondSection {
  width: 90%;
  position: relative;
}

.thirdSection {
  margin-top: 0rem;
}

}

@media screen and (max-width:1030px){
  .hamMenu{
    display: flex;
  }
  .nn p {
    font-size: 14px;
}
.navSocial i {
  font-size: 20px;
}
.menuLinks {
  font-size: 16px;
  display: none;
  flex-direction: column;
}
.hamMenu i {
  font-size: 26px;
}

.p0 {
  font-size: 45px;
}

.insideSecondContent h2 {
  font-size: 18px;
}

.p1 {
  font-size: 13px;
  color: #fff;
}

.insideThirdSection h2 {
  font-size: 45px;
}

.insideThirdSection p {
  font-size: 14px;
}

.indexGalleryCard h3 {
  font-size: 30px;
}

.insideThirdSection p {
  font-size: 12px;
}
.indexGalleryCard {
  height: 15rem;
  width: 15rem;
}
.insideFourthCard h3 {
  font-size: 45px;
}
.insideFourthCard p {
  font-size: 13px;
}
.fifthSection h2 {
  font-size: 45px;
}
.insideFifthProduct h3 {
  font-size: 16px;
}
.insideSeventhCard h2 {
  font-size: 45px;
}

.footerWidget h3 {
  font-size: 22px;
}

.footerWidget p {
  font-size: 13px;
}

.footerWidget {
  padding: 0rem 2rem;
}

.insideNinthSection {
  flex-direction: column;
}

.insideNinthSectionCard {
  justify-content: center;
  align-items: center;
}

.insideNinthSectionCard {
  width: 100%;
}

.insc {
  height: 18rem;
}

}

@media screen and (max-width:960px){
  .nn p {
    font-size: 12px;
}
.firstSection {
  position: relative;
  top: 7rem;
}
.navNumber.nn {
  display: none;
}
}

@media screen and (max-width:910px){
  .insideThirdSection {
    width: 100%;
  }
  .indexGalleryCard h3 {
    font-size: 18px;
}
.insideThirdSection p {
  font-size: 10px;
  word-spacing: 2px;
}
.indexGalleryCard {
  height: 10rem;
  width: 12rem;
}
.insideFourthCard {
  padding: 1rem 2rem;
}
.insideFourthSection {
  width: 100%;
}
.insideFourthCard h3 {
  font-size: 35px;
}
.thirdSection {
  padding-bottom: 2rem;
}
.footerWidget {
  padding: 0rem 0rem;
}

.logo img {
  height: 4.5rem;
}

.nnn a {
  margin: 0.5rem;
  font-size: 16px;
}

}

@media screen and (max-width:700px){
  .insc {
    height: 22rem;
}
.insc button {
  font-size: 16px;
}
}

@media screen and (max-width:680px){
  .nn p {
    font-size: 10px;
}
.upperNav i {
  font-size: 12px;
}
.insideSecondSection {
  width: 90%;
}
.p0 {
  font-size: 35px;
}
.insideSecondContent h2 {
  font-size: 15px;
}
.p1 {
  font-size: 11px;
  color: #fff;
}
.thirdSection {
  padding-top: 0;
}
.upperNav {
  display: none;
}
.indexGalleryCard.igc2 {
  display: none;
}

.insideFifthSection {
  display: flex;
}
.insideSecondSection {
  padding: 1rem 0;
}
.p0 {
  font-size: 30px;
}

.insideSecondContent {
  margin: 0.5rem;
  width: 35%;
}

.p1 {
  display: none;
}

.insideSecondContent h2 {
  font-size: 14px;
}

.insideFifthProduct {
  height: 12rem;
  width: 12rem;
}

.insideFifthSection {
  width: 100%;
}

.insideFifthProduct img {
  height: 9rem;
}

.insideFifthProduct h3 {
  font-size: 14px;
}

.insideFifthProduct h3 {
  bottom: 1rem;
}

.insideSeventhSection {
  flex-direction: column;
}

.insideSeventhCard {
  height: 80%;
  width: 85%;
}
.eightSection {
  margin-top: 1rem;
}

.fourthSection {
  padding: 2rem 0;
}
.insideFooter {
  flex: 1;
  flex-wrap: wrap;
}

.footerWidget {
  width: 42%;
}

.insideFooter {
  justify-content: flex-start;
}

p.copyRight.noto-sans {
  font-size: 14px;
}

.insideSeventhCard img {
  height: 60%;
  width: 70%;
}

.nnn a {
  margin: 0.5rem;
  font-size: 15px;
}

.firstSection {
  top: 5rem;
}

.thirdSection {
  padding-top: 0;
  margin-top: 4rem;
}

.fourthSection {
  padding: 2rem 0;
  margin-bottom: 6rem;
}

.fifthSection::before {
  height: 80vh;
}

.fourthSection {
  margin-bottom: 4rem;
}


}

@media screen and (max-width:600px){
  .mainIMG {
    height: 18rem;
}
.insideNinthSection {
  width: 95%;
}
.insideNinthSectionCard {
  height: 24rem;
}
img#expandedImg, img#expandedImg1 {
  height: 18rem;
}
}

@media screen and (max-width:549px){
  .indexGalleryCard.tig {
    display: none;
}
.insideIndexGallery {
  justify-content: center;
}

.insideFourthSection {
  flex: 1;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.insideThirdSection h2 {
  font-size: 40px;
}

.iff, .iff2, .iff3 {
  border: none;
}

.fifthSection h2 {
  font-size: 40px;
}

.insideSeventhCard h2 {
  font-size: 40px;
}

p.copyRight.noto-sans {
  text-align: center;
}

.footerWidget {
  width: 42%;
}

.insideSecondContent h2 {
  font-size: 12px;
}

.insideSecondSection {
  width: 100%;
}

}

@media screen and (max-width:500px){
  img#expandedImg, img#expandedImg1 {
    height: 16rem;
}
.mainIMG {
  height: 16rem;
}
.ninthSection h2 {
  font-size: 32px;
}
.insc p {
  font-size: 15px;
  margin-top: 1rem;
}
.insc button {
  padding: 0.8rem;
}
}

@media screen and (max-width:450px){
  .logo img {
    height: 4rem;
}
.secondSection {
  margin-top: 3rem;
}

.insideFifthProduct img {
  height: 8rem;
}
.insideFifthProduct {
  height: 12rem;
  width: 10rem;
}

.insideFifthProduct {
  margin: 0.4rem;
}

.insideFifthProduct h3 {
  font-size: 14px;
  text-align: center;
}

.firstSection {
  top: 4.6rem;
}
.p0 {
  font-size: 28px;
}

.insideSecondContent h2 {
  font-size: 10px;
}



}

@media screen and (max-width:400px){
  .insideSecondContent {
    margin: 0.2rem;
    width: 30%;
}
.insideSecondContent h2 {
  font-size: 14px;
}
.indexGalleryCard {
  height: 9rem;
  width: 9rem;
}
.insideSecondSection {
  justify-content: space-between;
}
.insideFourthCard {
  padding: 1rem 1rem;
}
.fifthSection h2 {
  font-size: 35px;
}
.insideFifthProduct img {
  height: 7rem;
}
.insideFifthProduct {
  height: 12rem;
  width: 9rem;
}
.insideFifthProduct h3 {
  word-spacing: 0px;
}
.footerWidget {
  width: 100%;
}
.mainIMG {
  height: 14rem;
}
img#expandedImg, img#expandedImg1 {
  height: 14rem;
}
.sideIMG {
  height: 2.6rem;
}
.ninthSection h2 {
  font-size: 26px;
  line-height: 2rem;
}
.insc p {
  font-size: 14px;
}
.insc button {
  font-size: 14px;
}
.insideNinthSection {
  width: 95%;
  padding-top: 0;
}

.p0 {
  font-size: 28px;
}

.insideSecondContent h2 {
  font-size: 10px;
}

}