

.topdiv span {
       font-family: Playfair Display;
    font-weight: 400 !important;
    font-size: 24px !important;
    text-transform: inherit !important;
    color: #000 !important;
    padding-right: 15px !important;
}
 .common .magic-marquee__track {
    
    animation: magicMarquee 50s linear infinite !important;
}

.testimonial .slick-prev, .slick-next{top: 90%;}

.testimonial .carousel.full-width .slick-prev {
    left: 45%;
}

.testimonial  .carousel.full-width .slick-next {
    right: 45%;
}

.topdiv{
  width:100%;
  overflow:hidden;
  position:relative;
}

.marquee-track{
  display:flex;
  width:max-content;
  will-change:transform;
  animation:marqueeMove 120s linear infinite;
}

.marquee-group{
  display:flex;
  flex-shrink:0;
}

.marquee-group span{
  flex-shrink:0;
  white-space:nowrap;
  display:block;
  padding-right:40px; /* gap kam rakho */
  font-size:28px;
  font-weight:600;
  letter-spacing:1px;
  text-transform:uppercase;
  font-style:normal;
  line-height:1.2;
}

@keyframes marqueeMove{
  from{
    transform:translate3d(0,0,0);
  }
  to{
    transform:translate3d(-50%,0,0);
  }
}



.testimonial .slick-prev:before, .testimonial .slick-next:before {

    height: 40px;
    width: 40px;
    background: #f8f2eb;
    padding: 17px 30px;
    border-radius: 50px;
}

div#section-1776355920621 h5 {
    font-size: 20px;
    font-style: normal;
}

div#section-1776355920621 h6 {
    font-style: normal;
}
body{overflow-y: hidden;}

@media screen and (min-width:768px)

{
    
    
       div#block-1777524266453_3 p {
        line-height: 28px;
        margin-bottom: 27px;
        font-size: 21px;
    } 
    
    
    div#block-1777519149_0 h2 {
    font-size: 56px;
    line-height: 63px;
    margin-bottom: 20px !important;
}

div#block-1777519877730_1 li {
    font-size: 21px;
}
    
 div#block-1777522805781_0 h2 {
    font-size: 52px;
    line-height: 60px;
}

div#section-1777522805781 h1 {
    font-size: 56px;
}
    
    div#block-1777522288897_0 h2 {
    font-size: 53px;
}
    p,li{font-size: 19.2px;}
#block-1776413825326 .btn, [data-slick-id="1776413825326"] .block .btn{margin-top: 21px;}
    
    
#block-1776343704402 input#form_submission_email , div#block-1776418700155_2 input#form_submission_email ,  div#block-1776502218133_2 input#form_submission_email {
    padding: 20px 20px;
}

div#block-1776339312839_8 h3 {
    font-size: 28px;
}
#block-1776343704402 form,  div#block-1776418700155_2 form ,div#block-1776502218133_2 form {
    padding: 0px 90px;
}

#block-1776343704402 button#form-button,  div#block-1776418700155_2 button#form-button, div#block-1776502218133_2 button#form-button{
    padding: 20px 20px;
    font-size: 15px;
    font-weight: 400;
}


.media {

    display: grid;
 
}
    #section-1575400116835 {
        overflow: hidden !important;
        /* height: 100vh !important; */
        background-repeat: no-repeat !important;
        background-size: 150% auto !important;
        background-position: 28% 0% !important;
        transform: scale(1.02);
    }

div#block-1776325952557 {
    min-height: 80vh;
}

}

@media (max-width: 991px) {
  #section-1575400116835 {
    background-size: 170% auto !important;
    background-position: 32% 40% !important;
  }
}

@media (max-width: 767px) {
    
  



.testimonial .slick-prev:before, #section-1776355920621 .slick-next:before {
    height: 30px!important;
    width: 30px!important;

    padding: 8px 20px!important;
    border-radius: 50px!important;
}
.testimonial .carousel.full-width .slick-next {
    right: 37%!important; 
}
.testimonial .slick-prev {
    left: 25% !important;
}
.header--fixed {
        background: #f4e4e1 !important;
    height: 100%;
}

  #section-1575400116835,
  #section-1575400116835 .section,
  #section-1575400116835 .sizer {
    height: 82vh !important;
    min-height: 82vh !important;
  }

  #section-1575400116835 {
    background-size: 230% auto !important;
    background-position: 34% 38% !important;
  }
}

.header__content--desktop .link-list .link-list__link {
    margin: 10px 19px;
}

.header a.link-list__link {
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
font-weight: 400
}
div#block-1555988491313 {
    margin-top: 10px;
}
.magic-marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 3% 0;
  white-space: nowrap;
}
.magic-marquee__track {
  animation-duration: 90s !important;
}
.magic-marquee__track {
  display: inline-flex;
  align-items: center;
  gap: 0.3em;
  width: max-content;
  animation: magicMarquee 50s linear infinite;
  will-change: transform;
}

.magic-marquee__text {
  margin: 0;
  flex-shrink: 0;
  font-size: 9rem;
  line-height: 1;
  white-space: nowrap;
    font-family: Playfair Display;
letter-spacing: 2px;
}

@keyframes magicMarquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (max-width: 991px) {
  .magic-marquee__text {
    font-size: 5rem;
  }
}

@media (max-width: 767px) {
  .magic-marquee {
    padding: 20px 0;
  }

  .magic-marquee__track {
    gap: 0.25em;
    animation-duration: 14s;
  }

  .magic-marquee__text {
    font-size: 3rem;
  }
}
.magic-marquee__track {
  display: inline-flex;
  gap: 1px; /* 🔥 ye fix hai */
  width: max-content;
  animation: magicMarquee 40s linear infinite;
}
.magic-marquee__text::after {
  content: "   ";
  display: inline-block;
  width: 80px; /* gap control */
}

.btn {

    font-size: 14px;
    padding: 20px 60px;
    font-weight: 500;
}
.force {
    font-size: 5.2rem;
}


div#block-1777526171040 p, div#block-1777526218080 p {
    line-height: 28px;
}

.cstm_border {
    border-left: 1px solid #bf897c6b;
    padding-left: 44px;
    
}


div#section-1777532214769 ul {
  list-style: none;  
  padding: 0;
  margin: 0;
}

div#section-1777532214769 li {
     display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 15px;    
}

div#section-1777532214769 div#block-1777539392661 li::before {
  content: "◇";
  color: #d4a373;          
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.2;        
  flex-shrink: 0;           
}

div#section-1777532214769 li em {
  font-style: italic;
  font-size: 1.1rem;
  color: #333;
}
div#block-1777539713206 li::before {
  content: "×";
  color: #d4a373;          
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.2;        
  flex-shrink: 0;           
}

.media {
        display: flex;
    }
div#section-1777533682237  h5.media__body {
    font-style: italic;
    font-size: 22px;
}
h5.media__body {
    font-style: italic;
    font-size: 20px;
}

div#block-1777534722515 h2 {
    font-size: 56px;
    line-height: 61px;
   
}

div#section-1777533682237  .accordion-body p {
    line-height: 29px;
}
div#block-1777595735028 h5 {
    font-size: 20px;
}
















































/*about page////////


@media (max-width: 640px) {
  div#section-1776494442598 {
    height: 85vh !important;
  }
}

/
@media (max-width: 576px) {
  div#section-1776494442598 {
    height: 80vh !important;
  }
}


@media (max-width: 480px) {
  div#section-1776494442598 {
    height: 70vh !important;
  }
}


@media (max-width: 414px) {
  div#section-1776494442598 {
    height: 70vh !important;
  }

@media (max-width: 413px) {
  div#section-1776494442598 {
    height: 100vh !important;
  }

div#block-1777524266453_3 p {
    line-height: 26px;
    margin-bottom: 20px;
}

