@font-face {
  font-family: 'DaisyScript';
  src: url('../fonts/daisy-script/daisy.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DevantPro';
  src:  url('../fonts/devant-pro-modern-typeface-webfonts-2023-11-27-04-54-38-utc/Devant-pro/Normal/Webfont/DevantPro-Regular.eot') format('embedded-opentype'),
        url('../fonts/devant-pro-modern-typeface-webfonts-2023-11-27-04-54-38-utc/Devant-pro/Normal/Webfont/DevantPro-Regular.woff') format('woff'),
        url('../fonts/devant-pro-modern-typeface-webfonts-2023-11-27-04-54-38-utc/Devant-pro/Normal/Webfont/DevantPro-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Filson Pro';
  src:  url('../fonts/filson-pro/FilsonProRegular.otf') format('opentype'),
        url('../fonts/filson-pro/FilsonProRegularItalic.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Filarion';
  src: url('../fonts/filarion-2023-11-27-05-12-06-utc/Filarion/Filarion-Noetic.otf') format('opentype'),
        url('../fonts/filarion-2023-11-27-05-12-06-utc/Filarion/Filarion-Noetic-Italic.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OPTIAurora-Condensed-Bold';
  src: url('../fonts/OPTIAurora-Condensed-Bold/OPTIAurora-Condensed-Bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

p, a, label, button, ul, li{
    font-family: 'Filson Pro', sans-serif;
}
.new-header{
    padding: 16px 0px;
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 9%;
    z-index: 99999;
    transition: all 0.3s ease;
    background-color: #fff;
    align-content: center;
}
.new-header.scrolled {
    background-color: #ffffff; /* Change to your preferred color */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }
.new-header nav{
    z-index: 99999;
    padding: 0;
}
.new-header ul{
    width: 100%;
    justify-content: center;
    gap: 0 20px;
}
.new-header ul > li > a{
    font-size: 16px;
    font-weight: 300;
    color: #000 !important;
    position: relative;
    font-family: 'Filson Pro', sans-serif;
    letter-spacing: .65px;
}

.new-header ul > li{
    border-bottom: 2px solid transparent;
    transition: all .3s ease;
}
/* .new-header ul > li.active{
    border-bottom: 2px solid #fe3001;
} */
 .new-header ul > li > a .dot {
    font-size: 20px;
    position: absolute;
    top: 6px;
    right: -6px;
    color: #fe3001;
}

.new-header .nav-link {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  color: inherit;
  text-decoration: none;
}

/* Base underline style (invisible initially) */
.new-header .nav-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #fe3001;
  transition: width 0.3s ease-in-out;
}

/* On hover OR active — show full underline */
.new-header .nav-link:hover::after, .new-header .nav-item.active .nav-link::after {
  width: 100%;
}



.header-side-btn{
    display: flex;
    gap: 0 15px;
}
.header-side-btn img {
  transition: filter 0.3s ease;
}

/* On hover, apply filter that simulates #fe3001 */
.header-side-btn a:hover img {
  filter: brightness(0) saturate(100%) invert(29%) sepia(91%) saturate(3885%) hue-rotate(3deg) brightness(102%) contrast(101%);
}

.home-colab-sec{
    height: 152vh;
    background: linear-gradient(rgba(128, 128, 128, 0.6), rgba(128, 128, 128, 0.6)), url('../images/colab-sec-bg.jpg') no-repeat center center; 
    background-size: cover;
}

.colab-data-div {
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Already good */
    height: 136vh;
}

.bottom-section {
    margin-top: auto; /* Pushes this section to the bottom */
}

.colab-data-div > h1 {
    font-family: 'Filarion', sans-serif;
    font-size: 9rem;
    font-weight: 400;
}

.colab-data-div p {
    font-family: 'OPTIAurora-Condensed-Bold', sans-serif;
    font-size: 2.3rem;
    font-weight: 600;
    text-transform: uppercase;
    opacity: .7;
}

.colab-data-div p > span,
.colab-data-div p > span > i {
    color: #fe3001;
}


/* .colab-data-div > p:nth-child(2){
    margin-bottom: 255px;
} */
.banner-sec{
    position: relative;
    height: 89vh;
    padding-top: 148px;
}
.banner-sec h1{
    font-family: 'OPTIAurora-Condensed-Bold', sans-serif;
    font-size: 7rem;
    line-height: 1;
    letter-spacing: 3px;
}
.banner-sec h1 > span{
    font-family: 'DaisyScript', cursive;
    font-weight: 500;
    font-size: 14rem;
}
.banner-sec h1 > img{
    display: inline;
    vertical-align: middle;
    height: .68em;
    width: .5em;
    margin-top: -32px;
}
.bannerimg{
    overflow: initial;
}
.bannerimg > img{
    width: 270px;
    height: 320px;
    object-fit: cover;
}
.section-space{
    padding: 3rem 0;
}
.second-sec-head{
    font-family: 'OPTIAurora-Condensed-Bold', sans-serif; 
    color: #000 !important;
    font-size: 3rem;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}
.about-us-sec{
    position: relative;
    background-color: rgb(42 79 75);
}
/* .about-us-sec a > div.rv-button-top{
    background-color: #fe3001;
} */
.about-us-sec a > div.rv-button-bottom{
    padding-left: 25px !important;
    padding-right: 25px !important;
    text-align: center;
}
.about-red-line{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 38rem;
    z-index: 0;
    opacity: 0.5;
}
.about-us-sec img{
    width: 100%;
}
.about-us-sec h3, .about-us-sec p, .about-us-sec p > i{
    color: #fff;
}
.about-us-sec h2{
    font-family: 'OPTIAurora-Condensed-Bold', sans-serif; 
    color: #fff !important;
    font-size: 7rem;
    line-height: .8;
    margin-bottom: 45px !important;
}
.about-us-sec h2 > .line{
    /* padding-left: 15px; */
    overflow: initial;
}
.about-us-sec h2 span{
    font-family: 'DaisyScript', cursive;
    color: #fff;
}
.about-us-fig-text{
    font-style: italic;
    position: relative;
}
.about-us-fig-text > span{
    position: absolute;
    font-size: 5rem;
    font-weight: 600;
    color: #fff;
}

.marque-first{
    transform: translateY(50%) rotate(6deg) !important;
    background: transparent;
    overflow: initial;
}

.marque-second{
    transform: translateY(-50%) rotate(-6deg) !important;
    background: #000;
    overflow: initial;
}
.marque-second > div{
    background: #000;
}

.marque-second div span{
    font-family: 'OPTIAurora-Condensed-Bold', sans-serif;
    text-transform: uppercase;
    font-size: 4rem;
    color: #fff;
}
.marque-second div span svg > path{

    fill: #fff;
}
.marque-first div span{
    font-family: 'OPTIAurora-Condensed-Bold', sans-serif;
    text-transform: uppercase;
    font-size: 4rem;
}
main{
    margin-bottom: 0 !important;
}
.home-about-sec h1{
    font-family: 'OPTIAurora-Condensed-Bold', sans-serif;
    font-size: 6rem;
    line-height: 1.1;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 60px;
    color: #fff;
}
.home-about-sec h1 > .line{
    overflow: initial;
}

a.rv-button-primary .rv-button-bottom, button.rv-button-primary .rv-button-bottom{
    border-color: #fe3001;
    background-color: #fe3001;
}

a.rv-button{
    border-radius: 6px;
}
a.rv-button span{
    font-size: 1.1rem;
    font-weight: 500 !important;
}
.join-now-sec h1{
    font-family: 'OPTIAurora-Condensed-Bold', sans-serif;
    font-size: 6rem;
    line-height: 1;
    margin-bottom: 40px;
}
.join-now-form .join-btn-div{
    width: 100%;
}
.join-now-form input{
    color: #181818b3;
    background-color: rgb(237 240 245 / var(--tw-bg-opacity));
}
.home-banner-sec{
    height: 100vh;
}
.home-banner-sec img{
    height: 22rem;
}
.home-banner-sec h1 > .fancy{
    font-family: 'DaisyScript', cursive;
    font-weight: 500;
    font-size: 12rem;
    color: #fff;
}
.home-banner-sec h1 > span{
    color: #fff;
}
.home-banner-sec h1 > .fancy > span{
    font-size: 4rem;
    position: absolute;
    top: 58px;
    right: -100px;
    color: #fe3001;
}
.home-banner-sec h1{
    font-family: 'OPTIAurora-Condensed-Bold', sans-serif;
    font-size: 10rem;
    color: #fff;
    text-align: center;
    line-height: 1.08;
}
.home-banner-sec h1 > .is{
    margin-left: 158px;
}
.home-banner-sec h1 > .our{
    margin-left: 250px;
}
.home-banner-sec h1 > .starting{
    margin-right: 72px;
    margin-left: -110px;
}
.home-banner-sec img{
    position: absolute;
}
.home-banner-sec .banner-img-1{
    top: 89px;
    left: 40px;
    height: 17rem;
    width: 16.5rem;
}
.home-banner-sec .banner-img-2{
    top: 202px;
    left: 462px;
    height: 10rem;
    width: 16.5rem;
}
.home-banner-sec .banner-img-3{
    bottom: -107px;
    right: -242px;
    height: 22rem;
    width: 22rem;
}
.home-banner-sec .banner-img-4{
    bottom: 6px;
    right: 403px;
    width: 8rem;
    height: 10rem;
}
.tagline-sec{
    position: relative;
}
.tagline-sec > img:nth-child(1){
    position: absolute;
    top: 35%;
    left: 205px;
    width: 50px;
}
.tagline-sec > img:nth-child(2){
    position: absolute;
    top: 2%;
    right: 200px;
    width: 620px;
    z-index: 0;
}
button.rv-button{
    border-radius: 6px;
}



/*-------------------------- Brand Refresh CSS ---------------------------*/
.brand-banner-new{
          background-color: #000;
          height: 120vh;
      }
      .brand-banner-new h1{
             color: #fff;
            font-family: 'OPTIAurora-Condensed-Bold', sans-serif;
            font-size: 5rem;
            line-height: 1.2;
      }
      .brand-banner-new p{
          font-size: 1.3rem;
            font-weight: 500;
            color: #fff;
      }
      .brand-banner-new .container{
          margin-top: -16rem;
          padding: 0 8rem;
      }
      .brand-banner-new img{
          width: 100%;
      }

.refresh-banner-new{
    margin-top: 68px;
    height: auto;
    background-color: #fff;
    padding-top: 50px;
}
.refresh-banner-new h1{
    color: #000;
    font-family: 'OPTIAurora-Condensed-Bold', sans-serif;
    font-size: 8.5rem;
    line-height: 1.2;
}
.refresh-banner-new .banner-para-div{
    padding: 0 70px 0px 160px;
}
.refresh-banner-new p{
    font-size: 1.3rem;
    font-weight: 500;
    color: #000;
}
.brand-banner-sec{
    padding-bottom: 60px;
}
.brand-refresh-banner h1{
    font-family: 'OPTIAurora-Condensed-Bold', sans-serif;
    font-size: 8.5rem;
    line-height: 1.2;
}
.brand-refresh-banner p{
    padding-right: 20px;
    font-size: 1.2rem;
    font-weight: 500;
}
.brand-about-one{
    background-color: #fff;
}
.brand-about-fig-div{
    width: 50%;
}
.brand-about-text-div h1{
    font-family: 'OPTIAurora-Condensed-Bold', sans-serif;
    color: #000;
    font-size: 5rem;
    line-height: 1.2;
    margin-bottom: 45px !important;
    text-transform: uppercase;
}
.brand-about-text-div h1 > .line{
    overflow: initial;
}
.brand-about-fig-div figure > img{
    width: 100%;
    max-width: 40em;
    height: 38em;
    object-fit: cover;
}
.brand-about-text-div ul{
    list-style-type: disc;
    padding-left: 2rem;
    gap: 10px 0;
    display: grid;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    color: #000;
}
.brand-about-text-div ul > li{
    color: #000;
}
.brand-about-text-div ul > li::marker{
    color: #fe3001;
    font-size: 1.5rem;
}
.brand-cta-sec h2{
    font-family: 'OPTIAurora-Condensed-Bold', sans-serif;
    color: #fff !important;
    font-size: 5rem;
    line-height: 1.2;
    margin-bottom: 45px !important;
}
.brand-form button > div.rv-button-bottom{
    background-color: #fe3001;
    border-color: #fe3001;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
}
.horizontal-marquee-inner div > span{
    font-family: 'OPTIAurora-Condensed-Bold', sans-serif;
    text-transform: uppercase;
    font-size: 4rem;
}
.home-about-sec figure{
     overflow: visible;
}
.home-about-sec figure > img{
    width: 40rem;
    max-width: fit-content;
}
/*-------------------------- Colab CSS ---------------------------*/
.colab-banner-sec{
    height: 120vh;
}

.colab-banner-sec a div.rv-button-bottom{
    background-color: #fe3001;
    border-color: #fe3001;
}
.colab-banner-sec h1{
    font-family: 'Filarion', sans-serif;
    color: #fff !important;
    font-size: 8rem;
    line-height: .8;
    margin-bottom: 45px !important;
    text-transform: uppercase;
}
.colab-banner-sec .container{
    overflow: initial;
    padding-top: 10rem;
}
.colab-banner-sec h2{
    font-family: 'OPTIAurora-Condensed-Bold', sans-serif;
    color: #fff !important;
    font-size: 5rem;
    line-height: 1.2;
    margin-top: 20px;
    text-transform: uppercase;
}
.colab-about-sec h2{
    font-family: 'OPTIAurora-Condensed-Bold', sans-serif;
    color: #000 !important;
    font-size: 4.5rem;
    line-height: 1.2;
    margin-bottom: 45px !important;
    text-transform: uppercase;
}
.colab-about-sec h2 > .line{
    overflow: initial;
}
.colab-about-sec p{
    text-align: left;
    color: #000;
}
.colab-about-sec p > strong{
    color: #000;
}
.colab-two-side-sec h1{
    font-family: 'OPTIAurora-Condensed-Bold', sans-serif;
    color: #fff;
    font-size: 3.5rem;
    line-height: 1.2;
    margin-bottom: 45px !important;
}
.colab-two-side-sec h1 > .line{
    overflow: initial;
}
.colab-two-side-sec div > ul{
    list-style-type: disc;
    padding-left: 2rem;
    gap: 10px 0;
    display: grid;
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
}
.colab-two-side-sec div > ul > li::marker{
    color: #fe3001;
    font-size: 1.5rem;
}
.content-black{
    color: #000 !important;
}
.colab-orange-sec{
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/colab-sec-3.png') no-repeat center center;;
    background-size: cover;
}
.colab-orange-sec h2{
    font-family: 'OPTIAurora-Condensed-Bold', sans-serif;
    color: #fff ;
    font-size: 5rem;
    line-height: 1;
    margin-bottom: 45px !important;
    text-transform: uppercase;
    font-weight: 600;
}
.colab-orange-sec p{
    color: #fff;
}
.colab-full-image-sec{
    padding: 0;
    background-color: rgb(24 24 24 / var(--tw-bg-opacity));
}
.colab-full-image-sec .col-lg-6{
    padding: 0;
}
.colab-full-image-sec p{
    font-size: 1.2rem;
    color: #fff;
}
.colab-full-image-sec ul{
    list-style-type: disc;
    padding-left: 2rem;
    gap: 10px 0;
    display: grid;
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    color: #fff;
}
.colab-full-image-sec ul > li{
    color: #fff;
}
.colab-full-image-sec ul > li::marker{
    color: #fe3001;
    font-size: 1.5rem;
}
.colab-full-image-sec img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.colab-full-img-content{
    padding: 0 60px;
}
.colab-full-img-content a{
    width: fit-content;
}
.colab-full-image-sec .marquee-container span{
    font-family: 'OPTIAurora-Condensed-Bold', sans-serif;
    font-size: 8rem;
    line-height: 1.2;
    margin-bottom: 45px !important;
    text-transform: uppercase;
    color: #fff;
}

/*-------------------------- Solomo Kit CSS ---------------------------*/
.text-color-white{
    color: #fff !important;
}
.digital-banner-sec{
    background-color: rgb(24 24 24 / var(--tw-bg-opacity));
}
.digital-banner-sec h1{
    font-family: 'OPTIAurora-Condensed-Bold', sans-serif;
    color: #fff !important;
    font-size: 6rem;
    line-height: 1.1;
    margin-top: 20px;
    text-transform: uppercase;
}
.digital-banner-sec  p{
    font-family: 'DaisyScript', cursive;
    font-weight: 500;
    font-size: 4rem;
    color: #fff;
}
.highlight-color{
    color: #DDFF00 !important;
}
.colab-about-sec h4{
    font-family: 'OPTIAurora-Condensed-Bold', sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}
.digital-side-content-div h2{
    font-family: 'OPTIAurora-Condensed-Bold', sans-serif;
    font-size: 4.5rem;
    line-height: 1.1;
    margin-bottom: 45px !important;
    text-transform: uppercase;
    font-weight: 600;
}
.digital-side-content-div h4{
    font-family: 'OPTIAurora-Condensed-Bold', sans-serif;
    font-size: 2rem;
    line-height: 1;
    text-transform: uppercase;
}
.digital-join-sec h2{
    font-family: 'OPTIAurora-Condensed-Bold', sans-serif;
    font-size: 9rem;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -15px;
    font-style: italic;
    
}
.digital-join-sec h3{
    font-family: 'OPTIAurora-Condensed-Bold', sans-serif;
    font-size: 3rem;
    line-height: 1;
    text-transform: uppercase;
    color: #fe3001;
}
.digital-join-sec h4{
    font-family: 'OPTIAurora-Condensed-Bold', sans-serif;
    font-size: 7rem;
    line-height: 1;
    text-transform: uppercase;
    font-style: italic;
}
.faq-sec h2{
    font-family: 'OPTIAurora-Condensed-Bold', sans-serif;
    font-size: 6rem;
    line-height: 1;
    text-transform: uppercase;
    font-style: italic;
    text-align: left !important;
    color: #fff;
}
.faq-accordion .accordion-body{
    padding: 0px 20px;
}
.faq-accordion h3, .faq-accordion p, .faq-accordion .accordion-header-icon{
    color: rgb(237 240 245 / var(--tw-text-opacity));
}
.faq-accordion .accordion-header-icon::before, .faq-accordion .accordion-header-icon::after{
    background-color: rgb(237 240 245 / var(--tw-text-opacity));
}


/*-------------------------- Contact CSS ---------------------------*/
.contact-banner-sec{
    background-color: rgb(24 24 24 / var(--tw-bg-opacity));
}
.contact-banner-sec h1{
    font-family: 'OPTIAurora-Condensed-Bold', sans-serif;
    font-size: 6rem;
    line-height: 1.2;
    text-transform: uppercase;
    color: #fff;
}
.contact-banner-sec p{
    color: #fff;
}
.contact-banner-sec img{
    max-width: 28rem;
    margin: 0 auto;
}
button.rv-button-primary .rv-button-bottom{
    padding-left: 20px;
    padding-right: 20px;
}
.contactform input, .contactform select{
    width: 100%;
    max-width: 300px;
    background-color: transparent;
    padding: 1.5rem 1rem !important;
    color: #dee2e6;
}
.contactform select{
    appearance: auto;
}
.contactform select > option{
    background-color: #dee2e6;
}
.contactform p{
    font-size: 2rem;
    line-height: 3.5;
    color: #fff;
}

/*-------------------------- Footer CSS ---------------------------*/
.new-footer{
    padding: 4rem 0;
    border-top: 1px solid #5f5f5f;
    background-color: rgb(24 24 24 / var(--tw-bg-opacity));
}
.new-footer h3{
    font-family: 'OPTIAurora-Condensed-Bold', sans-serif;
    font-size: 1.8rem;
    color: #fff;
}
.new-footer h4{
    font-family: 'OPTIAurora-Condensed-Bold', sans-serif;
    font-size: 5rem;
    text-transform: uppercase;
    line-height: 1.2;
    color: #fff;
}
.new-footer h4 > span{
    color: #fe3001;
}
.footer-imagesdiv{
    gap: 0 15px;
}
.new-footer p{
    font-size: .6rem;
    font-weight: 500;
    margin-bottom: .7rem;
}
.new-footer ul > li{
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
}
.new-footer ul > li > a{
    color: #fff;
}
.new-footer ul > li > a:hover{
    color: #fff;
}