@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
#gallery {
  padding: 100px 0;
  background: #5C5347;
}
.current-offers {
   margin: 80px 16px 80px 16px;
}
.image-section {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .image-section a {
    flex: 1 1 45%; /* Two items per row on desktop */
  }

  .image-section img {
    width: 100%;
    height: auto;
    display: block;
  }

@media (max-width: 768px) {
    .image-section a {
        flex: 1 1 100%;
    }
}
section#gallery h2 {
  margin-bottom: 12px;
} 
.slide img {
  width: 100%;
  object-fit: cover;
}
.last-end-de p {
  margin-bottom: 13px;
}
.tranding-slider {
  /* height: 52rem; */
  position: relative;
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: unset;
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: unset;
}
.tranding-slide {
  width: 37rem;
  /* height: 42rem; */
  position: relative;
}
.tranding-slide img{
  width: 24.5rem ;
  height: 26.8rem ;
  position: relative;
}

.swiper-button-prev i,.swiper-button-next i {
  font-size: 24px;
  color: #fff;
}
img.about-img {
  width: 100%;
}
.swiper-button-prev, .swiper-button-next {
  background: #D8B87E;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(0%);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 5px solid #fff;
}

.swiper-button-prev {
  left: 1rem;
}

.swiper-button-next {
  right: 1rem;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

* {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
}
body{
    font-family: "Poppins", sans-serif;
    background-color: #f4f4f4;
}

        header {
      height: 100px;
      display: flex;
      align-items: center;
      background-color: #fff;
      border-bottom: 1px solid #eee;
    }
    .f-24{
      font-size: 24px;
      font-weight: 600;
      line-height: 142%;
    }
    .f-56{
      font-size: 44px;
      line-height: 117%;
    }
   .f-20 {
    font-size: 17px;
    line-height: 142%;
    }
    .mb-26{
      margin-bottom:26px;
    }
    .color-1 {
      color: #D8B87E;
  }
    .f-16{
      font-size: 16px;
    }
    .f-18px{
      font-size: 18px;
    }
    .last-end-de p {
    font-size: 18px;
    }
    .s-bold{
      font-weight: 500;
    }
    .px-80{
      padding-left: 80px;
      padding-right: 80px;
    }
    .py-100{
     padding-top: 100px;
     padding-bottom: 100px;
    }
    .pt-140{
        padding-top:140px;
    }
   .pt-100{
    padding-top: 100px;
   }
   .about-content p{
    font-size: 17px;
    font-weight: 400;
    font-style: normal;
    line-height: 142%;
    color: #5D5E5E;
   }
   .about-title h2 {
    color: #2A2A2A;
    margin-bottom: 18px;
}
img.about1 {
  position: absolute;
  top: -15px;
  right: 50px;
  width: 272px;
}
img.about2 {
  position: absolute;
  top: 45px;
  right: -10px;
}
.about-section {
  background: #f4f4f4;
  display: flex;
  position: relative;
  z-index: 1;
  gap: 50px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
   .left-about-content{
    max-width: 679px;
    width: 100%;
   }
 
   .contact-form-container h4 {
    font-weight: 500;
    font-size: 36px;
    line-height: 117%;
    }
  label.form-label.f-14 {
    font-size: 17px;
    font-weight: 500;
    line-height: 30px;
	  font-family: inherit;
    margin-bottom: 0;
    }
    .quick-menu ul li {
      line-height: 24px;
      margin-bottom: 24px;
      color: #5D5D5D;
  }
img.footer-logo {
  width: 100%;
  max-width: 150px;
  
}
    .quick-menu p {
        margin-bottom: 24px;
    }

    section#gallery p {
      margin-bottom: 56.25px;
      color: #E2E2E2;
  }
img.group-img {
  position: absolute;
  z-index: 0;
  left: 50px;
  top: -80px;
}
    .menu {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 45%;
}
.logo {
  height: 66px;
  width: 134px;
}
img.group-relti {
  position: absolute;
  top: 36px;
  right: 55px;
}
img.group-reltiive {
  position: absolute;
  top: 132px;
  right: 28px;
}
 nav a {
    text-decoration: none;
    color: #1B1B1B;
    font-size: 16px !important;
}
.srm-logo {
  height: 74px;
  width: 59px;
}
    .hero {
      position: relative;
      width: 100%;
      height: calc(100vh - 100px);
      overflow: hidden;
    }
    .srm-img {
      background: #C6A86C;
      position: relative;
      z-index: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 23px 17px 26px 16px;
  }
    .slider {
      display: flex;
      transition: transform 0.5s ease-in-out;
    }
    .slide {
      min-width: 100%;
      height: 100%;
    }

.pagination {
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 33px;
}
img.slider-1 {
  position: absolute;
  top: 75px;
  left: 0;
}
img.slider-2 {
  position: absolute;
  top: -43px;
  right: 67px;
}
    .pagination span {
      width: 11px;
      height: 11px;
      border-radius: 50%;
      background-color: #fff;
      cursor: pointer;
    }
    .pagination .active {
      background-color: #D8B87E;
    }
   

    /* slider */
    .swiper {
      width: 100%;
      height: 100%;
    }
div#swiper-wrapper-2ce83be2ba199108b {
    display: flex;
    align-items: center;
}
    .swiper-slide {
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 30px !important;
  }
  img.logo-icon {
    width: 141px;
    height: 43px;
    object-fit: contain;
}
section.icone-slider {
  background: #FFF7EB;
  padding: 30px 0px;
}
div#swiper-wrapper-28e910eec26823494 {
  display: flex;
  align-items: center;
}
nav a:hover {
    color: #D8B56B;
}
/* last-section */
.contact-wrapper {
  display: flex;
  flex-wrap: wrap;
  min-height: 100vh;
}
.left-content {
     padding: 80px 80px 20px 80px;
  background: #5C5347;
}
.contact-info {
  color: #fff;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #5C5347;
}
.contact-info h6 {
  font-weight: bold;
  margin-bottom: 12px;
}
.contact-map {
    width: 100%;
    max-height: 400px;
    border: none;
    height: 400px;
    position: relative;
    bottom: -7px;
}
.contact-form-container {
  background-color: #D8B87E;
  flex: 1;
  padding: 60px 107px;
  color: #fff;
  max-width: 50%;
}
button.btn.btn-submit {
    width: 100%;
    border-radius: 0px;
    margin-top: 20px;
    padding: 10px 10px;
    border:2px solid white;
    color:#656565;
}
button.btn.btn-submit:hover {
    color: white;
    background: transparent;
}
.contact-form-container form {
  background: #e4cda5;
  padding: 33px 33px 44px 34px;
}
.sort-contant {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
input::placeholder {
    color: #656565 !important;
    font-size: 18px;
    line-height: 30;
}
textarea#message::placeholder {
    color: #656565 !important;
}
.form-control {
  padding: 14px 30px;
  border-radius: 0px;
}
.form-label {
  font-weight: 500;
}
.form-control::placeholder {
  color: #000;
}
.btn-submit {
  background-color: #fff;
  color: #000;
  font-weight: bold;
  border: none;
  padding: 10px 25px;
}
.footer-left {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 33px 0 35px 78px;
}
img.linne {
  padding: 0px 60px 0px 55px;
} 
.footer-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 81px;
}
button.contect-btn {
  background: #5C5347;
  width: 155px;
  height: 54px;
  color: white;
  font-size: 16px;
  border: unset;
  letter-spacing: 2px;
}
section.footer-sec {
  padding: 0px 0px;
  background: #fff7eb;
}
.last-end-de {
    width: 268px;
    position: relative;
    z-index: 1;
}
.footer-right li {
    list-style: none;
}
img.group-img.footer-group.img-fluid {
    right: 0 !important;
    left: auto;
    transform: translate(0px, -50%) !important;
    top: -13% !important;
    z-index: 0;
}


nav {
    display: flex;
    gap: 32px;
}

    /* Hamburger menu icon */
    .menu-toggle {
      display: none;
      flex-direction: column;
      cursor: pointer;
      gap: 4px;
      transition: all 0.3s ease;
    }

    .menu-toggle .bar {
      width: 30px;
      height: 3px;
      background-color: black;
      transition: all 0.3s ease;
    }

    /* responsive */
    @media (max-width:992px){
      
    .about-section {
      flex-direction: column;
      flex-wrap: wrap;
      gap: 10px;
  }
  .contact-info, .contact-form-container {
    max-width:100%;
  }
    }
    @media (max-width: 768px) {
      .contact-info, .contact-form-container {
        flex: 100%;
      }
      img.slider-1 {
        position: absolute;
        top: 12px;
        left: 0;
        width: 100px;
    }
    img.about1 {
      position: absolute;
      top: -15px;
      right: 50px;
      width: 190px;
      z-index: -1;
  }
    img.slider-2 {
      position: absolute;
      top: -43px;
      right: 0px;
      width: 200px;
  }
      .sort-contant {
        display: flex;
        justify-content: space-between;
        gap: 0px;
    }
      .contact-form-container {
      max-width:100%;
    }
      section.footer-sec {
        padding: 50px 0px;
    }
      .px-80 {
        padding: 0 10px;
    }
         
       .left-content {
        padding: 40px 20px;
    }
    img.group-relti {
      right: 23px;
      max-width: 250px;
  }
  section.last-section {
    overflow: hidden;
}
  img.group-reltiive {
    position: absolute;
    top: 132px;
    right: 5px;
}
    .contact-form-container {
        padding: 0px;
    }
    img.group-img {
        max-width: 250px;
        top: -230px;
        z-index: 0;
        left: 0px;
    }
    .logo {
        height: auto;
        width: 155px;
    }
    .menu {
        margin-left: 0px;
        padding: 0 20px;
    }
    .srm-logo {
      width: 50px;
      object-fit: contain;
    }
    .srm-img {
        width: auto;
        height: auto;
        padding: 30px 10px;
        z-index:101 !important;
    }
    
    .sort-contant {
        padding-right: 0px;
        flex-direction: column;
    }
    
    #gallery {
        padding: 50px 0 0 0;
    }
    .contact-form-container form {
        padding: 20px;
    }
    .swiper-button-prev, .swiper-button-next {
        width: 50px !important;
        height: 50px !important;
    }
    
    img.footer-logo {
      width: 140px;
      height: auto;
  }
    .footer-right {
        padding: 20px;
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }
    img.srm-2 {
        width: 50px;
    }
    .contact-form-container h4 {
        padding: 20px;
        font-size: 28px;
        margin-bottom: 0;
    }
    .f-56 {
        font-size: 42px;
    }
    
       
          nav {
          display: none;
          position: absolute;
          top: 100px;
          left: 0;
          right: 0;
          background-color: white;
          flex-direction: column;
          gap: 20px;
          padding: 20px;
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          z-index: 99;
      }
      .slide img {
         height: calc(100vh - 100px);
      }
      section.about-section {
        padding: 80px 20px !important;
      }
            nav.active {
              display: flex;
            }
              
            .menu-toggle {
          display: flex;
          position: relative;
          left: 50%;
          transform: translate(-200%, 0);
      }
            .menu-toggle.active .bar:nth-child(1) {
              transform: rotate(45deg);
              position: absolute;
            }
      
            .menu-toggle.active .bar:nth-child(2) {
              opacity: 0;
            }
      
            .menu-toggle.active .bar:nth-child(3) {
              transform: rotate(-45deg);
              position: absolute;
            }
      
            nav .close-btn {
              position: absolute;
              top: 10px;
              right: 10px;
              font-size: 20px;
              cursor: pointer;
              opacity: 0; /* Initially hidden */
              transition: opacity 0.3s ease;
            }
      
            nav.active .close-btn {
              opacity: 1; /* Visible when the menu is active */
            }
          }

   @media (max-width:500px){
       img.star {
    display: none;
}
.footer-left {
  padding: 33px 20px 35px 20px;
}
img.linne {
  padding: 0px 30px 0px 30px;
}

.about-section {
  gap: 50px;
}


   }
   

    @media (min-width: 1440px) { 
      .tranding-slide img{
      width: 34.5rem;
      height: 36.8rem;;
}
.contact-map {
max-height: 800px !important;
height: 800px !important;
}
.contact-info {
color: #fff;
flex: 1;
display: flex;
flex-direction: column;
justify-content: center !important;
background: #5c5347;
}
.pt-140 {
  padding-top: 200px !important;
}
.f-16 {
  font-size: 17px !important;
}
 .last-end-de p {
  font-size: 28px !important;
}
.last-end-de {
  width: 468px !important;
}

  }
  
  
  @media (min-width: 2560px) {
       .tranding-slide img{
        width: 44.5rem;
      height: 46.8rem;
}
  }
  @media (min-width: 3860px) { 
       .tranding-slide img{
width: 89.5rem ;
height: 89.8rem ;
}
  }


   @media (max-width:1024px){
    .menu {
		margin-left: 30%;
        gap: 20px;
	 }
}

@media (max-width: 768px) {
    .menu {
        margin-left: 60%;
      
    }
}

@media (max-width: 425px) {
    .menu {
        margin-left: 20%;
       
    }
}

@media (max-width: 320px) {
    .menu {
        margin-left: 10%;
    }
}
.footer {
	text-align: center;
    padding-top: 20px;
}
.footer-left {
	text-align: center;
    padding-top: 50px;
}