@font-face {
    font-family: "moret";
    src: url('../fonts/moret-regular.otf');
}
@font-face {
    font-family: "primary-bold";
    src: url('../fonts/primary-bold.ttf');
}
@font-face {
    font-family: "primary-regular";
    src: url('../fonts/raleway-regular.ttf');
}
@font-face {
    font-family: "primary-thin";
    src: url('../fonts/primary-thin.ttf');
}
@font-face {
    font-family: "secondary-reguar";
    src: url('../fonts/secondary-reguar.ttf');
}
@font-face {
    font-family: "secondary-thin";
    src: url('../fonts/secondary-thin.ttf');
}
@font-face {
    font-family: "primary-semibold";
    src: url('../fonts/primary-semibold.ttf');
}
:root{
    --primay-regular-- : "primary-regular";
    --primary-thin-- : "primary-thin";
    --primary-bold-- : "primary-bold";
    --secondary-reguar-- : "secondary-reguar";
    --secondary-thin-- : "secondary-thin";
    --semi-bold-- : "primary-semibold";
}
body{
    overflow: auto !important;
}

 
@media(max-width: 991px){
    .navigation_bar{
        position: fixed;
        top: 0;
        left: 100%;
        width: 100%;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        transition: all 800ms ease;
        z-index: 9999;
       
    }  
    .menu-items > ul{
        padding-left: 0px !important;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .close_menu{
        position: absolute;
        right: 20px;
        top: 20px;
        font-size: 28px;
        cursor: pointer;
    }

    .menu_items{
   font-size: 24px;
   cursor: pointer;
    }

    .sub-menu{
        position: relative !important;
        top: 10px !important;
    }
}

.offcanvas-backdrop.show{
    opacity: 0;
}
.main-page{
    overflow: hidden;
}
.hero-sec{
    position: relative;
}
.hero-sec video{
    margin-bottom: -8px;
}

.custom_container{
    display: grid;
    height: auto;
    width: 100%;
    grid-template-rows: 1fr;
    grid-template-columns: 100%;
    padding-top: 2px;
}
.logo{
    position: relative;
    margin: 14px 0px 19px calc((100% - 980px)* 1);
    left: -301px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}
.menu{
    position: relative;
    margin: 55px 0px 10px calc((100% - 980px)* 1);
    left: 300px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}
 
.menu-items li{
    display: inline-block;
    padding: 5px 12px;
    margin: 10px 3px;
}
 
.inner-hero-sec{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0%;
    top: 0%;
    right: 0%;
    background-image: url("../images/hero-overlay.webp");
    background-repeat: repeat;
}
*{
    font-family: var(--primay-regular--);
}
li{
    list-style: none;
}
a{
    color: #000;
    text-decoration: none;
}
ul{
    padding: 0px;
}
 
.menu-items a{
    font-family: var(--primary-bold--);
    color: #38342A;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 2.6px;
}
.menu-items a:hover{
    color: #8F8160;
    transition: .3s;
}
.has-sub{
    position: relative;
    transition: .3s;
}
.sub-menu{
    position: absolute;
    top: 35px;
    left: 0px;
    background-color: rgba(240, 231, 209, 0.77);
    padding-left: 0px;
    border-top: 2px solid #fff;
    display: none;
    transition: .3s;
    padding: 10px;  
}
.has-sub:hover .sub-menu{
    display: block;
    transition: .3s;
}
.sub-menu li{
    display: block !important;
    padding: 7px 0 !important;
    margin-bottom: 8px;
    line-height: 1;
} 
.sub-menu li a{
    font-size: 14px;
    color:  #2A2E2F;
    letter-spacing: 2.1px;
    font-family: var(--semi-bold--);
    font-weight: 400;
}
 
.inner-header-text span{
    font-size: 25px;
    color: #fff;
    font-family: var(--primay-regular--);
    letter-spacing: 10px;
}
.inner-header-text{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.hero-text h1{
    font-family: "moret";
    line-height: normal;
  text-align: center;
  font-size: 100px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 20px;
}
.hero-text span{
    letter-spacing: 12px;
    font-size: 20px;
}
.web-btn{
    color: #fff;
    font-family: var(--primay-regular--);
    padding: 12px;
    border: 2px solid #ffff;
    font-size: 13px;
    text-decoration: none;
    letter-spacing: 1px;
    transition: .3s;
    font-weight: 600;
}
.web-btn:hover{
    background-color: #e0d0a6;
    transition: .3s;
    border-color: #e0d0a6;
    color: #000;
}
.hero-text{
    text-align: center;
}
.about-sec{
    position: relative;
}
.about-inner{
    background-color: rgba(63, 118, 83, 0.75);
    min-height: 695px;
}
.about-content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    row-gap: 20px;
    padding-top: 161px;
    
}
.about-content h4{
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.4em;
    text-align: center;
    margin-bottom: 0px;
    font-family: var(--semi-bold--);
}
.about-content p{
  font-size: 14px;
  line-height: 1.4em;
  text-align: center;
  color: #FFFFFF;
  width: 565px;
  margin: 0;
}
.about-content img{
 width: 110px;
}
.purpose-sec{
    position: relative;
}
.purpose-inner{
    position: absolute;
    height: 100%;
    width: 50%;
    left: 0%;
    top: 0%;
    background-color: rgba(238, 229, 213, 0.96);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.purpose-text h5{
    font-size: 16px;
    margin-bottom: 20px;
}
.purpose-text p{
  font-size: 14px;
  line-height: 1.4em;
  text-align: justify;
  padding-right: 10px;
  margin-bottom: 0px;
  font-weight: 500;
}

/* body{
    background-image: url('../images/motion-img.jpg');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
} */
.testimonial-sec{
    background-color: rgba(255, 255, 255, 0.94);
    padding: 11.7rem 0rem;
}
.testimonial-text {
    text-align: center;
}
.testimonial-text h2{
    font-size: 35px;
    line-height: 1.2em;
    text-align: center;
    font-family: "moret";
    color: #596652;
    letter-spacing: 0.05em;
    margin-bottom: 25px;
    padding: 0px 18px;
}
.testimonial-text span{
    font-family: var(--secondary-thin--);
    font-size: 16px;
  text-align: center;
  letter-spacing: 3px;
}
.experience-sec{
    background-image: linear-gradient(#ffffff1c, #ffffff1c), url(../images/experience-bg.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 9.3rem 0px 12rem 0px;
    color: #fff;
}
.experience-sec h5{
    font-size: 17px;
  letter-spacing: 6px;
  word-spacing: 5px;
  margin-bottom: 30px;
}
.experience-sec p{
    font-size: 14px;
    text-align: center;
    line-height: 1.4;
}

.journey-sec{
    padding: 8.5rem 0px 12rem 0rem;
    background-color: rgba(63, 118, 82, 0.74);
    display: flex;
    justify-content: center;
    align-items: center;
}
.procedure-sec{
    padding: 7rem 0px 11rem 0px;
    background-color: rgba(239, 231, 210, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
}
.journey-head{
    color: #fff;
    padding: 0px 59px;
}
.journey-head h5{
    font-size: 16px;
    letter-spacing: 0.45em;
    margin-bottom: 5px;
}
.journey-head p{
    font-size: 14px;
    color: #fff;
    line-height: 1.4;
    padding: 0px 102px;
    margin-bottom: 45px;
    font-family: var(--semi-bold--);
}
.journey-box{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: .6s;
}
.journey-box h4{
    font-family: "moret";
    font-size: 18px;
    color: #fff;
    line-height: 1.1em;
    letter-spacing: 3px;
}
.sticky-img{
    position: fixed;
    bottom: 0%;
    left: 0%;
    z-index: -1;
}
.sticky-img img{
    width: 100vw;
}
.procedure-box{
    padding : 20px 55px;
}
.procedure-box h6{
    text-align: center;
    font-size: 14px;
    font-family: var(--primary-bold--);
    padding-bottom: 10px;
    letter-spacing: 0.1rem;
}
.procedure-box p{
    text-align: center;
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 1.4;
}
.procedure-box1{
    letter-spacing: 0.1em;
}
.owner-sec{
    padding: 8rem 0px;
    background-color: rgb(239 188 89 / 75%);
    display: flex;
    justify-content: center;
}
.owner-text{
    padding-right: 110px;
}
.owner-text h5{
    font-size: 16px;
    color: #38342a;
}
.owner-text p{
    font-size: 16px;
    color: #38342a;
    line-height: 1.4em;
    position: relative;
    margin-bottom: 30px;
}
.owner-text h1{
    font-size: 43px;
    color: #000;
    font-family: "moret";
    padding-top: 70px;
}
.owner-btn {
    background-color: #3c694b;
    color: #fff;
    border: none;
    font-weight: bold;
    font-size: 16px;
    margin-top: 20px;
}
.owner-btn:hover{
    background-color: #596652;
    color: #fff;
}
.owner-box{
    border-radius: 50% 50% 25% 25% / 40% 40% 0% 0%;
    position: relative;
    transition: .4s;
}
.owner-box img{
    border-radius: 50% 50% 25% 25% / 40% 40% 0% 0%;;
}
.owner-inner-text{
    background-color: #475241;
    color: #fff;
    border-radius: 55% 55% 25% 25% / 40% 40% 0% 0%;
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 110%;
    padding: 95px 30px 25px 30px;
    display: none;
    transition: .4s ease-in-out;
}
.owner-box:hover .owner-inner-text{
display: block;
transition: .4s ease-in-out;
}
.owner-inner-text h4{
    font-size: 17px;
    font-family: var(--primary-bold--);
    padding-bottom: 20px;
}
.owner-inner-text p{
    font-size: 14px;
    line-height: 1.4;
}
footer{
    height: 41rem;
    padding: 70px 0px;
    background-color: #407853db;
}
.footer-column h6{
    letter-spacing: 0.45em;
    font-size: 14px;
    color: #fff;
}
.quick-link{
    padding-left: 0px;
    margin-top: 40px;
}
.quick-link a{
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}
.quick-link li{
    padding-bottom: 13px;
}
.quick-link a:hover{
    color: rgb(222, 206, 164);
}
.footer-btn{
    background-color: #e0d0a6;
    color: #202020;
    padding : 13px 30px;
}
.footer-btn:hover{
    background-color: #292d2e;
    color: #fff;
    border: 1px solid #fff;
}
.social-icon a{
    display: contents;
    margin: 0px 10px;
}
.footer-column h5{
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.45em;
}

.contact-icon p{
    display: contents;
    color: #fff;
    font-size: 13px;
}
.contact-icon a{
    text-decoration: none;
}
.icon{
    width: auto !important;
}
.icon i{
    color: #fff;
    font-size: 25px;
}
.contact-icon{
    margin-bottom: 20px;
}
.journey-box:hover img{
    scale: 1.1;
    transition: .6s;
}
.sticky-btn{
    position: fixed;
    right: 30px;
    bottom:70px;
    z-index: 99;
}
.block-on-phone{
    display: none;
}
.block-on-tab{
    display: none;
}
.method-head{
    padding: 0px 35px;
}
.method-head p{
    padding: 0px 83px;
    font-family: var(--primay-regular--);
    margin-bottom: 10px;
}
.experience-text {
    padding: 0px 59px;
    color: #fff;
}
.menu-section {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 9999;
  }
  .column{
    max-width: 935px;
  }
@media (max-width : 1200px) {
    .owner-text{
        padding-right: 0px;
    }
    .owner-inner-text {
        padding: 15px 10px 10px 10px;
    }
    .owner-inner-text h4{
        padding-bottom: 0px;
    }
    .owner-inner-text h4 {
        font-size: 15px;
      }
    .owner-inner-text p {
        font-size: 11px;
    }
    .block-on-phone{
        display: block;
    }
    .about-content p{
        padding: 0px 115px;
    }
    .testimonial-text h2{
        padding: 0px;
    }
    .experience-text {
        padding: 0px 35px;
      }
      .journey-head p{
        padding: 0px;
      }
      .journey-head {
        color: #fff;
        padding: 0px 25px;
      }
      .procedure-box {
        padding: 10px;
      }
}
@media (max-width : 992px) {
    .procedure-box {
        padding: 10px;
    }
    .owner-text h1 {
        padding-top: 20px;
    }
    .owner-sec {
        padding: 4rem 0px;
    }
    .owner-text{
        margin-bottom: 30px;
    }
    .owner-text {
        padding-right: 0px;
    }
    .owner-text p{
        margin-bottom: 30px;
    }
    .menu-items ul{
        padding-left: 0px !important;
    }
    .hero-text h1{
        font-size: 85px;
    }
    .purpose-text {
        padding: 0px 20px;
      }
      .procedure-sec {
        padding: 4rem 0px;
      }
      .hero-text h1 {
        font-size: 75px;
    }
    .inner-header-text span {
        font-size: 16px;
    }
    .about-inner {
        padding: 3rem 0px;
    }
    .testimonial-sec {
        padding: 5rem 0px;
      }
      .journey-sec {
        padding: 5rem 0px;
      }
      .contact-icon p {
        font-size: 12px;
      }
      footer {
        height: 27rem;
      }
      .experience-text {
        padding: 0px 0px;
      }
      .owner-inner-text {
        padding: 65px 10px 10px 10px;
      }
}
@media (max-width: 768px) {
    .block-on-tab{
        display: block;
    }
    .hide-on-tab{
        display: none;
    }
    
    .menu-items ul li{
      display: block;
    }
    .hero-sec {
        height: 80vh;
    }
    .hero-sec video{
        height: 80vh;
        object-fit: cover;
    }
    .purpose-inner{
        width: 75%;
    }
    .testimonial-text h2 {
        font-size: 30px;
    }
    .border-end{
        border: none !important;
    }
    .owner-text {
        padding-left: 40px;
      }
      .owner-box {
        margin: 0px 40px;
    }
    .owner-inner-text {
        padding: 7rem 55px 10px 55px;
      }
    .owner-inner-text p {
        font-size: 20px;
    }
    .block-on-phone{
        display: none;
    }
    .owner-inner-text h4 {
        font-size: 24px;
      }
      footer {
        height: 100%;
      }
}
@media (max-width : 576px) {
    .owner-inner-text {
        padding: 10rem 15px 10px 15px;
      }
      .inner-header-text span {
        font-size: 10px;
    }
    .about-content h4{
        font-size: 16px;
        line-height: 1.8;
    }
    .purpose-inner{
        position: relative;
        width: 100%;
    }
    .purpose-text {
        padding: 20px;
    }
    .experience-sec{
        padding: 4rem 0px;
    }
    .owner-box {
        margin: 0px 10px;
    }
    .owner-inner-text h4 {
        font-size: 18px;
    }
    .owner-inner-text p {
        font-size: 16px;
      }
    .testimonial-text h2 {
        font-size: 24px;
    }
    .owner-text h1 {
        font-size: 35px;
    }
    .bg_video video{
        height: 100vh !important;
        object-fit: cover;
    }
}
@media (max-width : 400px) {
    
    .owner-inner-text {
        padding: 3rem 15px 10px 15px;
    }
    .owner-inner-text p {
        font-size: 14px;
    }
    .about-content {
        padding-top: 50px;
    }
    .about-inner {
        min-height: 580px;
    }
}


/* support us css  */
.support-us-inner{
    background-color: rgba(239, 231, 209, 0.92);
    margin-bottom: 5rem;
}
.support-inner{
    padding: 17.7rem 5rem 10rem 5rem;
    position: relative;
}
.support-inner-text{
    background-color: #3c694b;
  padding: 3rem 12.7rem 3.8rem 8rem;
  color: #fff;
  margin-right: 15px;
  position: relative;
  z-index: 1;
}
.support-inner-text p{
    text-align: justify;
    font-size: 14px;
    font-family: var(--semi-bold--);
    word-spacing: 3px;
    line-height: 1.4;
    letter-spacing: 1px;
}
.support-inner-text h2{
    font-family: "moret";
  font-size: 48px;
  margin-bottom: 20px;
  letter-spacing: 0.05rem;
}
.support-container{
    padding: 0px;
    margin: 0px;
}
.support-inner-img{
    position: absolute;
  top: 10.2%;
  right: 5.5%;
  width: 808px;
  height: 486px;
  z-index: 0;
}
.support-footer-column h5{
    font-size: 16px;
}
.support-footer-column p{
    font-size: 14px;
    padding-right: 8rem;
    position: relative;
}
.support-footer-column strong{
    letter-spacing: 2px;
}
.support-footer-column p:nth-of-type(2){
    margin-top: 40px;
}
.form-sec{
    padding: 40px;
    background-color: #596652;
    max-width:400px;
}
.form-sec input{
    background-color: #292d2e;
    color: #e0d0a6;
    padding: 8px 10px;
    border: none;
    width: 100%;
    margin-bottom: 20px;
}
.form-sec input:hover{
    border: 2px solid #fff;
}
.form-sec label{
    color: rgb(238, 230, 209);
    margin-bottom: 8px;
    font-size: 14px;
}
.submit-btn{
    color: #292d2e !important;
    background-color: #f0e7d1 !important;
    border-radius: 50px;
}
.support-footer-column-2 p{
    padding-right: 0px;
    line-height: 1.4em;
    letter-spacing: 1px;
}
.support-footer-column-2{
    padding-left: 80px;
}
.support-social-icon img{
    width: 37px;
}
.support-form {
    margin-top: 9rem;
  }
.support-icons a{
    display: contents;
}
.support-icons{
    padding: 0px 15px;
    margin-top: 60px;
}
.thanks-text{
    padding-left: 4.9rem;
}
.support-footer-column1{
    padding-left: 30px;
}
@media (max-width : 1200px) {
    .support-inner-text {
        padding: 3rem 3rem 3rem 3rem;
    }
    .support-footer-column p {
        padding-right: 2rem;
    }
    .support-footer-column-2 {
        padding-left: 30px;
      }
}
@media (max-width : 992px) {
    .support-inner-img{
        position: relative;
        width: 100%;
        left: 0;
        height: 100%;
    }
    .support-inner-text{
        margin-right: 0px;
    }
    .support-inner {
        padding: 8rem 5rem 10rem 5rem;
        position: relative;
    }
    .support-footer-column p {
        padding-right: 0rem;
      }
}
@media (max-width : 767px) {
    .support-inner-text h2 {
        font-size: 35px;
    }
    .support-inner-text p {
        text-align: justify;
        font-size: 14px;
    }
    .support-form {
        margin-top: 3rem;
      }
      .support-inner {
        padding: 8rem 2rem 8rem 2rem;
      }
}
@media (max-width : 576px) {
    .support-inner {
        padding: 8rem 1rem 5rem 1rem;
    }
    .support-inner-text {
        padding: 1rem 1rem 1rem 1rem;
    }
}
.footer-sub{
    position: relative;
}
.footer-sub-menu{
    position: absolute;
    width: 220px;
    background : transparent;
    padding : 12px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    left: 7rem;
    top: 0px;
    display: none;
}

.footer-sub:hover .footer-sub-menu{
    display: block;
}
.f15{
    font-size: 15px !important;
    font-family: var(--semi-bold--);
}
.icon {
    padding-right: 16px;
  }
  .f31 i{
    font-size: 31px;
  }

  @media (max-width : 1200px) {
    .menu {
        margin: 55px 0px 10px calc((100% - 910px)* 1);
        left: 282px;
        grid-area: 1 / 1 / 2 / 2;
        justify-self: start;
        align-self: start;
      }
      .logo {
        left: 0px;
      }
  }
 
  @media (max-width : 990px) {
    .logo {
        position: relative;
        margin: 14px 0px 19px calc((100% - 779px)* 1);
    }
}
  @media (max-width : 767px) {
    .menu {
        margin: 55px 0px 10px calc((100% - 60%)* 1);
    }
    .logo {
        position: relative;
        margin: 14px 0px 19px calc((100% - 100%)* 1);
      }
      .thanks-support{
        padding: 12rem 2rem 8rem 2rem;
      }
      .thanks-you-text h1{
        font-size: 84px;
      }
}
    @media (max-width : 576px) {
        .menu {
            position: relative;
            margin: 55px 0px 10px calc((100% - 96%)* 1);
          }
          .logo {
            position: relative;
            margin: 14px 0px 19px calc((100% - 100%)* 1);
          }
           .thanks-you-text h1{
            font-size: 55px;
           }
           .thanks-you-text p {
  font-size: 18px;
}
    }
.social-icon-footer img{
    width : 32px
}
.off-menu li{
font-size: 14px;
padding-bottom: 10px;
}
.off-menu li a{
text-transform: uppercase !important;
}

.thanks-you-text{
    text-align: center;
}

.thanks-you-text h1{
    font-family: "moret";
    line-height: normal;
    text-align: center;
    font-size: 120px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 20px;
}

.thanks-you-text p{
    font-size: 25px;
}