  @font-face {
    font-family: 'Sk Modernist';
    src: url(../fonts/SFPRODISPLAYREGULAR.OTF) format("opentype");
  }
  @font-face {
    font-family: 'Sk Modernist';
    src: url(../fonts/Sk-Modernist-Regular.otf) format("opentype");
  }
  @font-face {
    font-family: 'DM Sans';
    src: url(../fonts/DMSans-Regular.ttf);
  }
  @font-face {
    font-family: 'Open Sans SemiBold';
    src: url(../fonts/OpenSans-Semibold.ttf);
  }
  @font-face {
    font-family: 'Open Sans Light';
    src: url(../fonts/open-sans.light.ttf);
  }
  @font-face {
    font-family: 'Garamond';
    src: url(../fonts/Garamond\ Regular.ttf);
  }
  div.css-1ho5jj3{
    border: 0!important;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.1)!important;
  }
  .mob-menu-icon{
    display: none;
}
.header-links-item{

}
.footer-menu{
  margin-top: 90px;
}
.transaction-processing{
  font-weight: 600;
  font-size: 10px;
  line-height: 22px;
  color: #FFBF00;
  background: rgb(150, 129, 33, 0.2);
}
body::selection {
  /* Change highlight background color to black */
  background: initial;
  /* Change highlight text color to red */
  color: current;
}
.whiteshade{
  color: #8B8989;
}
.mb-90{
  margin-bottom: 90px;
}
.text-yellow{
  color: #FFBA08;
}
.bg-yellow{
  background-color: #FFBA08;
}
.text-blue{
  color: #56CCF2;
}
.bg-blue{
  background-color: #56CCF2;
}
.text-green{
  color: #0CCE6B;
}
.bg-green{
  background-color: #0CCE6B;
}
.general-color{
  color: #E63946;
}
  .f-0, .f-1{
    display: flex;
    flex-direction: row;
  }
  .lgdpnone{
    display: none!important;
    padding-bottom: 30px; 
    color:white"
  }
  .mdnone{
    display: flex!important;
    padding-bottom: 30px; 
    color: white !important;;
  }
  .bg{
    background: #f4f4f4;
    /* rgba(177, 215, 217, 0.1); */
  }
  body::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}
  .sticky {
    position: fixed;
    top: 0;
    width: 100%
  }
  .header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px 70px;
    gap: 12px;
    height: 86px;
    position: sticky;
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
    z-index: 999;
  }
  .logo{
    width: 86px;
    height: 86px;
  }
  .header-links{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 48px;
  }
  .header-links-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* padding: 10px; */
    gap: 10px;
  }
  .mob-menu-icon-cancel{
    right: 0;
    justify-content: flex-end;
    display: flex;
    padding-bottom: 40px;
  }
  #mobile-header-links{
    transition: all .5s ease-in-out;
    background-color: white;
    display: none;
    /* position:absolute; */
    height: 514px;
    width: 100%;
    padding: 30px;
    /* display: flex; */
    flex-direction: column;
    gap: 61px;
    text-align: center;
    z-index: 808899;
  }
  
  .header-links-text{
    height: 16px;
    font-family: 'Sk Modernist';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.06em;
    text-transform: capitalize;
    transition: background-color ease-out .3s
  }
  .video-img{
    border-radius:16px;
    margin-top:64px;
    width: 1128px;
    height: 544px;
  }
  .app-header{
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
  }
  .header-active, .header-active:hover{
    color:rgba(230, 57, 70, 1);
  }
  .header-not-active{
    color:rgba(29, 53, 87, 1);
    /* color: ; */
  }
  .header-not-active:hover{
    color:rgba(230, 57, 70, 1);
    /* color:  */
  }
  section{
    padding-top: 62px;
    padding-bottom: 80px;
  }
  a{
    text-decoration: none;
  }
  .values-list>ul {
    /* display: table!important; */
    margin: 0 auto!important;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    gap: 30px;
    justify-content: center;
    color: rgba(69, 69, 69, 1);
  }
  .pl-3{
    padding-left: 10px;
  }
  .px40{
    padding: 0 10px;
  }
  .px50{
    padding: 0 50px;
  }
  .contact-btn{
    padding: 22px 40px; 
    background: #4CBDB6;
    box-shadow: 0px 8px 20px rgba(76, 189, 182, 0.3);
    border-radius: 20px;
    color: white;
    width: 196px;
    transition: background-color ease-out .3s
  }
  .contact-btn:hover{
    background-color: #229A93;
    color: white;
  }
  .hero{
    
    position: relative;
    background-image: url('../images/home_hero.png');
    filter: drop-shadow(0, 0, 0, 0.8);
    height: 610px;
    /* background-repeat-y: no-repeat;
    background-position-y: center; */
  }
  .hero-bg{
    /* z-index: 1; */
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .hero-div{
    /* z-index: 2; */
    position: relative;
    height: 497px;
    padding-top: 169px;
    padding-bottom: 220px;
    gap: 25px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .hero-title-div{
    display: flex;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
  }
  .hero-btns{
    display: flex;
    flex-direction: row;
    gap: 32.75px;
  }
  .white-softest{
    color: rgba(255, 255, 255, 0.4);
  }
  .white-soft{
    color: rgba(255, 255, 255, 0.6);
  }
  .big-header{
    font-family: 'Sk Modernist';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 57px;

    color: #FFFFFF;
  }
  .header-sub{
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
  }




  .hero-title{
    background: #FFFFFF;
    opacity: 0.85;
    border-radius: 10px;
    width: 517px;
    height: 188px;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Garamond';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 146%;
    display: flex;
    align-items: center;
    /* or 70px */

    text-align: center;
    letter-spacing: 0.06em;

    color: #293D2E;
  }
  .about-hero{
    height: 689px;
    position: relative;
    display: flex;
    background-image: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)), url('../images/about-hero.jpg');
    /* flex-direction: column; */
    justify-content: center;
    background-position-y: center;
    background-position-x: center;
    background-size: cover;
    /* opacity: 0.5; */
    border-radius: 0px 0px 441.5px 441.5px;
  }
  .about-hero-div{
    position: absolute;
    /* bottom: 0;
    margin: 0 auto; */
    display: inline-block;
    
    align-self: flex-end;
    gap: 40px;
    opacity: 1;
  }
  .about-home-div img{
    /* width: 307px; */
    height: 307px;
  }
  .about-hero-title{
    display: flex;
    align-items: baseline;
    text-transform: uppercase;
    font-family: 'Garamond';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 146%;
    /* or 70px */

    text-align: center;
    letter-spacing: 0.06em;

    color: #293D2E;
  }
  .about-hero-inner{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .value-text{
    /* height:99px;  */
    width: 922px; 
    font-size: 24px;
    line-height: 33px;
    letter-spacing: 0.06em; 
    /* padding:0 100px; */
  }
  .small-text{
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    /* or 26px */

    display: flex;
    letter-spacing: 0.004em;
  }
  .normal-text{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.06em;
  }
  .normal-bold{
    font-family: 'Open Sans SemiBold';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    letter-spacing: 0.06em;

    color: #454545;
  }
  .text-header{
    font-family: 'Garamond';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0.005em;

    color: #293D2E;
  }
  .normal-text2{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    letter-spacing: 0.06em;

    color: #454545;
  }
  .therapy-text{
    margin-top: 30px;
  }
  .butt>img{
    width: 18px;
    height: 18px;
  }
  .mob-menu-icon-cancel{
    margin-top: 5px;
  }
  .therapy-text>img{
    height: 70px;
    margin-bottom: 20px;
  }
  .therapy-text>p{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.005em;
    margin-bottom: 35px;
    color: rgba(69, 69, 69, 0.8);
  }
  /* .carousel-control-prev{
    margin:150px -80px!important;
    left: 30px;
  }
  .carousel-control-next{
    margin:150px -50px!important;
  } */
.carousel-control-next:focus, .carousel-control-prev:focus{
opacity:0.5}
  .carousel-control-prev-icon {
    background-image: url("../images/left_button.svg");
  }
  .carousel-control-prev-icon:hover {
    background-image: url("../images/right_button_hover.svg");
    transform: rotate(-180deg);
opacity:1!important
  }
  .carousel-control-next-icon {
    background-image: url("../images/right_button.svg");
  }
  .carousel-control-next-icon:hover {
    background-image: url("../images/right_button_hover.svg");
opacity:1!important
  }
  .carousel-control-next, .carousel-control-prev{
    width: 23.5px;
  }
  .carousel-indicators{
    margin:50px 0 0 0!important;
    
  }
  .carousel-indicators [data-bs-target]{
    border-radius: 50%;
    height: 13px;
    width: 13px;
    background-color: #D9D9D9;
  }
  .carousel-indicators .active {
    background-color: #313131;
  }
  .expertise-text{
    margin-top: 30px!important;
  }
  .expertise img{
    width: 255px;
    height: 185px;
  }
  .testimonial-text{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.06em;
    color: #000000;
  }
  .accordion-item{
    border-radius: 20px!important;
    border: 0;
    background-color: #4CBDB6;
    color: white;
    margin-bottom: 10px;
  }
  .accordion-button{
    border-radius: 20px !important;
    border: 0;
    background-color: #4CBDB6;
    color: white;
    box-shadow: none!important;
  }
  .accordion-button:focus{
    border: 0;
  }
  .accordion-button:not(.collapsed) {
    background-color: #4CBDB6;
    color: white;
  }
  .accordion-button::before{
    border-radius:50px;
    background-color: white;
    
  }
  .faq-hr{
    margin-bottom: 20px;
    margin-top: -15px;
    color: white;
    border: 0;
    border-top: 1px solid;
    opacity: 1;
  }
  .accordion-button::after{
    background-image: url("../images/faq-dropdown.svg");
    background-size: 23px;
  }
  .accordion-button:not(.collapsed)::after{
    background-image: url("../images/faq-dropdown.svg");
  }
  .about-home-div{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 18px;
  }
  .about-home-text{
    padding: 0 25px;
    align-items: center;
    align-content: center;
    display: flex;
    flex-direction: column;
    color: white;
  }
  .about-btn{
    display: flex;
    padding: 10px 20px;
    gap: 10px;
    width: 148px;
    height: 66px;
    color: #454545;
    background: #FFFFFF;
    box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    transition: background-color ease-out .3s
  }
  .about-btn:hover{
    background: #56C1BA;
    border: 1px solid #FFFFFF;
    color: white;
  }
  br.lg-hidden{
    display: none;
  }

  .h278{
    height: 278px;
  }
  .h55{
    height: 55px;
  }
  .w995, .w995-2{
    width: 970px;
  }
  .w627{
    width: 627px;
  }
  .w249{
    width: 249px; 
  }
  .w877{
    width: 877px;
  }
  .w968{
    width: 968px;
  }
  .contact-form{
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    padding: 10px 24px 10px 27px;
  }
  .form-control:focus{
    box-shadow: #000000!important;
    outline: #000000!important;
  }
  .off-black{
    color: #000000B2;
  }
  .contact-info{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
  }
  .contact-info *{
    font-family: 'Garamond'!important;
  }
  
  #testimonial-carousel{
    height: 300px;
    margin-bottom: 100px;
  }
  #faq{
    padding-top: 100px; 
    padding-bottom: 100px;
  }
  .send-btn{
    /* padding: 23.5px 45.5px;  */
    background-color: #4CBDB6;
    box-shadow: 0px 8px 20px rgba(76, 189, 182, 0.3);
    border-radius: 20px;
    color: white;
    width: 204px;
    height: 66px;
    border:0;
    transition: background-color ease-out .3s
  }
  .send-btn:hover{
    background-color: #229A93;
    color: white;
    
  }
  .footer{
    background-color: black;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 146px 156px;
    padding-bottom: 40px;
    color: #000000B2!important;
  }
  .app-footer{
    background-color: black;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 64px;
    padding: 0 156px;
    color: #000000B2!important;
  }
  .footer-icons{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 44px;
    
  }
  .footer-icons>a{
    color: #000000B2!important;
  }
  .footer-header{
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
  }
  .footer-text{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #8B8989;
  }
  .footer-social-text{
    font-family: 'Garamond';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.005em;
  }
  .md-text{
    font-weight: 200;
  }
  .light-font{
    font-family: 'Open Sans Light'!important;
    font-weight: 300;
    color: rgba(69, 69, 69, 1);
  }

  /* ABOUT PAGE */
  .container-fluid{
    margin: 0;
    padding: 0;
  }
  .about-bg{
    background-color: #B1D7D91F;
  }
  .w382{
    width: 382px;
    /* height: 406px; */
  }
  .w405{
    width: 405px;
    /* height: 421px; */
  }
  .w444{
    max-width: 444px;
    /* height: 432px; */
  }
  .w660{
    margin-top: 32px;
    max-width: 660px;
  }
  .w788{
    max-width: 788px;
  }
  .pt80{
    padding-top: 80px;
  }
  .header36{
    font-family: 'Garamond';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 146%;
    /* or 53px */

    text-align: center;
    letter-spacing: 0.06em;

    color: #293D2E;
  }
  .team{
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 70px;
  }
  .team>img{
    filter: drop-shadow(0px 10px 15px rgba(0, 0, 0, 0.15));
    border-radius: 10px;
  }
  /* FAQ */

  .w1068{
    max-width: 1068px;
    gap: 30px;
  }
  .faq-head{
    font-family: 'Garamond';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 27px;
    letter-spacing: 0.005em;
    color: #454545;
    padding-bottom: 3.5px;
  }
  .faq-head2{
    font-family: 'Garamond';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0.005em;
    color: #454545;
    padding-bottom: 3.5px;
  }
  .pr-3{
    padding-right: 10px;
  }
  #contact{
    padding-top: 62px!important; 
    padding-bottom: 50px;
  }
  #contact h3{
    font-size: 32px;
  }
  .md-hidden{
    display: block;
  }
  .music-icon{
    position: absolute;
    /* left: 5.23%; */
    right: 41.17%;
    top: -1.02%;
    bottom: 80.8%;
    background: rgba(177, 215, 217, 0.1);
    filter: blur(6px);
    transform: matrix(0.97, 0.26, -0.26, 0.96, 0, 0);
  }
  .music-icon img{
    width: 290px!important;
    transform: rotate(339deg);
  }
  .tab-music-icon{
    display: none;
  }
  .mobile-music-icon{
    display: none;
  }
  .accordion-header{
    font-family: 'Garamond';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 27px;
    /* identical to box height */

    letter-spacing: 0.005em;

    color: #FFFFFF;
  }
  .off-white{
    color: #FFFFFF80
  }
  .m-100{
    margin: 0 100px;
  }
  .mb-100{
    margin-bottom: 100px;
  }
  .mt-100{
    margin-top: 100px;
  }
  .font-42{
    font-weight: 700; line-height: 52.08px; font-size: 42px; 
  }
  .text-white{
    color: #FFFFFF;
  }
  .font-16{
    line-height: 26px; font-size: 16px;
  }
  .font-18{
    line-height: 29px; font-size: 18px;
  }
  .gap-80{
    gap: 80px;
  }
  .gap-40{
    gap: 40px;
  }
  .team-info{
    background-color: #FFFFFF1A;
    padding: 12px 16px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 40px;
  }
  .p-0{
    padding: 0;
  }
  .-mx-156{
    margin: 0 -156px!important;
  }
  @media screen and (max-width: 1100px) {
    .px40{
        padding: 0 0!important;
    }
    .hero-title{
      /* width: 339px;
      height: 93px; */
      width: 375px;
      height: 119px;
      display: flex;
      align-items: center;
  
      font-family: 'Garamond';
      font-style: normal;
      font-weight: 700;
      font-size: 37px;
      line-height: 146%;
      /* or 35px */
  
      text-align: center;
      letter-spacing: 0.06em;
  
      color: #293D2E;
    }
    .about-hero{
      border-radius: 0px 0px 187px 200px;;
    }
    .hero {
      margin: 50px 0;
      height: 300px;
      background-repeat-y: no-repeat;
      background-position-y: top;
    }
    .w995-2{
      width: 950px;
    }
    .col-lg-8{
      width: 60%;
    }
  }
  @media screen and (max-width: 380px) {
    br.lg-hidden{
        display: block;
    }
  }