








/* banner slider */
:root {
    --main-image-width: 100%;
    --main-image-height: calc(100vh);
  }
  * {
    box-sizing: border-box;
  }
  


  /**
   Main image carousel
   */
  .main-image-slider {
    position: relative;
    width: var(--main-image-width);
    height: var(--main-image-height);
    position: relative;
    /** Previous/next buttons */
  }
  .main-image-slider button {
    z-index: 1;
  }
  .main-image-slider button.slick-prev {
    left: 0px;
    display: none;
  }
  
  .main-image-slider button.slick-next {
    right: -5%;
    top: 95%;
    opacity: 0.5;
  }
 
  .main-image-slider button.slick-next .slick-next-icon {
    opacity: 1;
    /** Slides */
  }
  .main-image-slider .slick-slide {
    width: var(--main-image-width);
  }
  .main-image-slider .slick-slide .image-link {
    height: var(--main-image-height);
    overflow: hidden;
  }
  .main-image-slider .slick-slide .image-link img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .slick-slide:not(.slick-active) .thumbnail-button {
    opacity: 0.5;
    transition: opacity 0.3s ease-in-out;
  }
  .slick-slide.slick-active .thumbnail-button,
  .slick-slide.slick-current .thumbnail-button {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
  }
  
 
  .slick-autoplay-toggle-button {
    display: none !important;
  }
  
  
  
  .slick-dots{
    bottom: 10px;
  }
  .slick-dots li button .slick-dot-icon {
    color: #fff;
    opacity: 1;

}
.slick-dots li.slick-active button .slick-dot-icon {
    color: rgb(188 156 107);
    opacity: 1;
}
.slick-dots li.slick-active button:focus .slick-dot-icon {
    color: #fff;
    opacity: 1;
}

    
.red-button {
    position: absolute;
    width: 7%;
    height: 100px;
    background: #171164;
    bottom: 0px;
    right: 0;
}
.slick-slider.slick-dotted {
  margin-bottom: 0px;
}
  
/* banner slider */

@media screen and (max-width: 767px) {
    /* CSS styles for mobile devices */
    .banner{
        padding-top: 83px;
    }
    
    .red-button {
        display: none;

      }
    
      
    .main-image-slider {
        width: 100%;
        height: 100vh;
      }
    .main-image-slider .slick-slide {
        width:100%;
        height: 100vh;
      }
      .main-image-slider .slick-slide .image-link {
        height: 100vh;
      }
     
  }
  @media only screen and (max-width: 600px) {
    .main-image-slider .slick-slide .image-01 img {
      object-position: 10% 50%;
    }
    .main-image-slider .slick-slide .image-02 img {
      object-position: 5% 50%;
    }
  }
  /* //////////////////////////// */
  
   
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.2); */
}
.overlay-content{
  /* position: absolute;
  color: #fff;
  left: 4rem;
  bottom: 20%; */
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: start;
  color: #fff;
  padding-left: 100px;
  padding-bottom: 50px;

}

.overlay-content h3{

  /* text-align: left;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px; */
  font-size: 40px;
  font-weight: 700;
  text-align: center;

}
.overlay-content p{
  /* text-align: left;
  font-size: 1.3rem;
  font-weight: 300;
  color: #fff; */
  font-size: 30px;
    font-weight: 400;
    text-align: center;

}

.overlay-content .offerbox{
background: rgba(255, 255, 255, 0.432) ;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5.5px);
-webkit-backdrop-filter: blur(5.5px);
width: fit-content;
padding: 20px;
 font-size: 18px;
 font-weight: 700;

 color: #C67F43;

}



.slick-slider {
  margin-bottom: 0px;
}

@media screen and (min-width: 1200px) {
  .overlay-content h3{
    font-size: 45px;
    font-weight: 700;
  }
  .overlay-content .offerbox{
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px){
  .overlay-content{
      position: absolute;
      top: 80%;
      transform: translate(-50%, -50%);
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      color: #fff;
      padding-left: 0;
      padding-top: 0;
    
    }
  }

  .overlay-content h3{
    font-size: 40px;
  
  }
  .overlay-content p{
    font-size: 25px;
  
  }



@media screen and (max-width: 767px) {

  .overlay-content{
    justify-content: end;
    align-items: center;
    padding-left: 0;
    padding-top: 0;
    text-align: center;
    padding-bottom: 120px;
  }
  .offerbox{
    font-size: 16px !important;
    text-align: center;
  }

  .overlay-content h3{
    font-size: 46px;
      
  }
  .overlay-content p{
    font-size: 20px;
  
  }

}
/* ///////////////////////////// */
img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transform-origin: right;
}

.reveal {
  visibility: hidden;
  position: relative;
  overflow: hidden;
}



/*  */

.headerform-container{
  position: absolute;
  top: 55%;
  right: 10%;
  transform: translate(0%, -50%);
}

.headerform{
    background-color: #C67F43;
    width: 30dvw;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    padding: 40px 15px;
    border-radius: 40px;

}
@media only screen and (min-width: 1500px){ 
  .headerform{
    padding: 60px 20px;
    -webkit-box-shadow: 0px 0px 24px -9px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 24px -9px rgba(0,0,0,1);
    box-shadow: 0px 0px 24px -9px rgba(0,0,0,1);
  }
 }
.headerform .headings{
  color: #fff;
  margin-bottom: -10px;
  text-align: center;
}
.headerform .headings h4{
  font-weight: 800;
}
.headerform .headings p{
  font-size: 12px;
}

.headerform input,
.headerform select,
.headerform textarea{
  width: 100%;
  padding: 7px 10px;
  border-radius: 4px;
  outline: none;
  border: none;
  font-size: 14px;
}
.headerform button{
  padding: 7px 3px;
  width: 100%;
  outline: none;
  border: none;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
  background-color: #fff;
  color: #000000;
  transition: all .3s ease-in-out;
}
.headerform button:hover{
  background-color: #000000;
  color: #fff;
}

.headerformdiv{
  display: flex;
  gap: 10px;
}

@media only screen and (max-width: 480px){
  .headerform-container{
    overflow-x: hidden;
    position: relative;
    top: 200px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 10px;

  }
  .headerformdiv{
    flex-direction: column;
  }
  .headerform input,
.headerform select,
.headerform textarea{
  padding: 10px 10px;
}
.headerform button{
  padding: 10px;
}
  .headerform{
    width: 95dvw;
    height: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px){
  .overlay-content{
    left: 50%;
  }
  .headerform-container{
    position: absolute;
    top: 45%;
    left: 40%;
    transform: translate(-50%, -50%);
  }
  .headerform{
    width: 70dvw;
    height: 100%;
  }
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 25px !important; /* Adjust the padding to make room for the custom arrow */
  background-image: url('../images/awr.svg'); /* URL to your custom arrow image */
  background-repeat: no-repeat;
  background-position: right center;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}


.headerformdiv .icon-rtl {

  background: url("../images/Sstarrrrr122.svg") no-repeat right;
  background-size: 25px;
  background-color: #fff;
}