html {
    scroll-behavior: smooth;
}
body {
    font-family: "Nunito", sans-serif;
    color: #010101;
    font-size: 14px;
}

/* font-family */
.caveat {
    font-family: "Caveat", system-ui;
  }
  .jockey-one {
    font-family: "Jockey One", serif;
}
.inter{
  font-family: "Inter", sans-serif;
}
.italic{
    font-style: italic;
}
.impact {
  font-family: "impact";
  font-style: normal;
}
/* font-family */

html::-webkit-scrollbar {
    width: 8px; 
}
html::-webkit-scrollbar-thumb {
    background: var(--theme-clr);
    border-radius: 25px;
}

/* color */
:root {
    /* --theme-gradient: #BBF300; */
   --theme-clr: #CFF604;
    --purple-clr: #F25AFA;
    --purple-clr-1: #BA07D9;
    --yellow-dark-clr: #FFA21A;
    --white-clr: #ffffff;
    --black-clr: #010101;
    --light-white: #01010199;
    --red-clr: #FF373C;
    --red-clr2:#FF4928;

    --orange-clr: #FD6D29;
    --brown-clr: #6A1010;
    --green-clr:#36B82A;
    --green-clr1:#59F33E;
}

/* gradient-color start */
.theme-clr{
    background: var(--theme-clr);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.theme-br{
    border-bottom: 3px solid transparent;
    border-image: var(--theme-clr);
    border-image-slice: 1;
    width: 100%;
}
/* gradient-color end */
.white-clr {
    color: var(--white-clr);
}
.black-clr {
    color: var(--black-clr);
}
.light-white{color: var(--light-white);}

.purple-clr{color: var(--purple-clr);}
.purple-clr-1{color: var(--purple-clr-1);}

.yellow-dark-clr{color:var(--yellow-dark-clr);}

.red-clr{color: var(--red-clr);}
.red-clr2{color:var(--red-clr2);}

.orange-clr{color: var(--orange-clr);}
.brown-clr{color: var(--brown-clr);}

.green-clr{color: var(--green-clr);}
.green-clr1{color: var(--green-clr1);}

/* padding */
.sec-pd{
    padding-top: 40px;
    padding-bottom: 40px;
}
.under{
    border-bottom: solid #000;
}

@media (min-width:768px) {
    .sec-md-pd{
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .f-md-58{
        font-size: 58px !important;
    }
}
/* padding */

/* img animation start */
.vert-move {
    -webkit-animation: mover 3s infinite alternate;
    animation: mover 1s infinite alternate;
}
@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-15px);
    }
}
/* img animation end */

/* typing start */
.typing-text {
    background: url("https://cdn.oppyotest.com/launches/getaititan/jv/typing-bg.webp") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    width: 100%;
}
@media (min-width: 768px) {
    .typing-text {
        width: 400px;
    }
}
/* typing end */

/* Header sec start */
.header-section{
    background: linear-gradient(193.57deg, #FFFFFF 62.75%, #CEFFC2 110.97%);
    position: relative;
}
.main-heading {
    background: #F3FFF0;
    border: 1px solid var(--green-clr1);
    padding: 0px 10px 20px;
    border-radius: 10px;
    /* display: inline-block; */
}
.main-text {
    background: var(--green-clr);
    padding: 4px 14px 6px;
    border-radius: 0 0 15px 15px;
    display: inline-block;
}
.magically-text {
    background: #EDFFE9;
    border: 1px dashed var(--green-clr1);
    border-radius: 50px;
    padding: 5px 10px;
    display: inline-block;
}
.post-head{
    background: #F3FFF0;
    border: 2px dashed var(--green-clr1);
    padding: 8px 12px;
    border-radius: 10px;
    display: inline-block;
}
.heading-gradiant{
    background: var(--theme-clr);
    border-radius: 20px;
    display: inline-block;
    padding: 4px 18px;
}

.date-box{
    border-radius: 30px;
    border: 5px solid #FFF;
    background: #03110E;
}

.header-section ul.leader-ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.header-section ul.leader-ul li {
    display: inline-block;
    padding: 0px 5px;
    font-weight: 400;
}

/*  */
.main-date-1{
    background: url("https://cdn.oppyotest.com/launches/getaititan/jv/launch-card-1.webp") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 0 45px 53px;
    height: 100%;
}
.launch-text-1{
    background: var(--green-clr);
    border-radius: 100px;
    padding: 10px 23px;
    display: inline-block;
    margin-top: -28px;
}

.main-date-2{
    background: url("https://cdn.oppyotest.com/launches/getaititan/jv/launch-card-2.webp") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 0 45px 53px;
    height: 100%;
}
.launch-text-2{
    background: var(--red-clr);
    border-radius: 100px;
    padding: 10px 30px;
    display: inline-block;
    margin-top: -28px;
}
@media (min-width:768px) {
    .header-section{
        background: url("https://cdn.oppyotest.com/launches/getaititan/jv/header-bg.webp") no-repeat bottom center;
        background-size: cover;
        padding: 40px 0px 100px;
    }
    .magically-text {
        border-radius: 100px;
        padding: 13px 40px;
    }
    .main-heading{
        background: url("https://cdn.oppyotest.com/launches/getaititan/jv/main-head-frame.webp") no-repeat;
        background-size: 100% 100%;
        padding: 0px 15px 35px;
        border: unset;
        border-radius: unset;
    }
    .main-text {
        padding: 4px 21px 6px;
        border-radius: 0 0 20px 20px;
    }
    .green-wave{
        position: relative;
    }
    .green-wave::before {
        position: absolute;
        content: '';
        background: url("https://cdn.oppyotest.com/launches/getaititan/jv/green-wave.webp") no-repeat;
        bottom: -2px;
        left: 0;
        width: 100%;
        height: 10px;
    }
    .black-wave{
        position: relative;
    }
    .black-wave::before {
        position: absolute;
        content: '';
        background: url("https://cdn.oppyotest.com/launches/getaititan/jv/black-wave.webp") no-repeat;
        bottom: -2px;
        left: 0;
        width: 100%;
        height: 10px;
    }
    .post-head{
        padding: 12px 24px;
    }
    .heading-gradiant{
        border-radius: 100px;
        padding: 0px 60px;
    }
    .main-date-1, .main-date-2{
        padding: 0 65px 53px;
    }
    .wave-line{
        position: relative;
    }
    .wave-line::after {
        content: url("https://cdn.oppyotest.com/launches/getaititan/jv/wave-line.webp");
        position: absolute;
        bottom: -20px;
        left: 0px;
    }
    .yellow-border{
        position: relative;
    }
    .yellow-border::after {
        content: url(https://cdn.oppyotest.com/launches/getaititan/jv/yellow-border.webp);
        /* padding: 0px 10px 0px 0px; */
        position: absolute;
        top: -4px;
        right: -25px;
    }
    .mock-box{
        position: relative;
    }
    .mock-box-1 {
        position: absolute;
        bottom: 20px;
        left: 30px;
    }

}

/* Header sec end */

/* link-sec start */
.link-sec{
    background: #33A828;
    padding: 30px 0;
}
a.promo-link-1, a.promo-link-2, a.promo-link-3 {
    max-width: 100%;
    /* padding: 15px 30px; */
    border-radius: 100px;
    background: var(--white-clr);
}
a.promo-link-1:hover, a.promo-link-2:hover, a.promo-link-3:hover {
    text-decoration: none;
    color: #000000;
}
a.promo-link-1{
    padding: 15px 132px;
}
a.promo-link-2 {
    padding: 15px 89px;
}
a.promo-link-3 {
    padding: 15px 43px;
}
.promo-link-1:active, .promo-link-2:active, .promo-link-3:active {
    transform: scale(0.96);
}
/* link-sec end */

/* worrior-card start */
.worrior-sec{
    background: var(--white-clr);
}
.worrior-card{
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px #36B82A inset;
    border: 1px solid var(--green-clr);
    border-radius: 30px;
    padding: 30px 20px 30px;
    display: inline-block;
}

.request-affiliate a {
    background: var(--theme-gradient);
    border-radius: 10px;
    width: 100%;
    display: block;
    padding: 15px 10px;
    text-decoration: none;
    color: #000000;
}
.request-affiliate-1{
    display: inline-block;
}
.request-affiliate-1 a {
    background: var(--theme-clr);
    border: 10px solid #A5C500;
    background-image: url(https://cdn.oppyotest.com/launches/getaititan/jv/btn-image.webp);
    background-size: contain;
    border-radius: 10px;
    width: 100%;
    display: block;
    padding: 14px 24px;
    text-decoration: none;
    background-size: 100%;
    transition: all 0.4s ease;
}
.request-affiliate-1 a:hover{
    color: #000000;
    /* background-size: 200%; */
    /* background: var(--theme-gradient1); */
}

@media (min-width:768px) {
    .worrior-sec{
        background: url("https://cdn.oppyotest.com/launches/getaititan/jv/worrior-bg.webp") no-repeat center center;
        background-size: cover;
    }
    .worrior-card{
        padding: 70px 48px 62px;
    }
    .request-affiliate-1 a {
        padding: 14px 54px;
    }
    .request-affiliate a {
        font-size: 20px;
        padding: 15px 20px;
        display: inline-block;
        width: auto;
    }
}
/* worrior-card end */

/* platform-sec start */
.platform-sec{
    background: #F2FCEF;
}
.green-frame-1{
    background: #FFFFFF;
    border: 1px solid var(--green-clr1);
    padding: 15px;
    border-radius: 20px;
    display: inline-block;
}
.green-text{
    background: #FFFFFF;
    border: 1px solid var(--green-clr1);
    border-radius: 10px;
    display: inline-block;
    padding: 10px 20px;
}

.platform-card{
    background: url("https://cdn.oppyotest.com/launches/getaititan/jv/platform-card-bg.webp") no-repeat;
    background-size: 100% 100%;
    padding: 20px;
    /* display: inline-block; */
}
.platform-red-card{
    background: #FF462F;
    display: inline-block;
    border-radius: 5px;
    padding: 2px 11px;
}
.platform-card a{
    color: #2F60FF;
    text-decoration: none;
    cursor: pointer;
}
.platform-card a:hover{
    color: #2F60FF;
}
@media(min-width:768px){
    .platform-sec{
        background: #F2FCEF url(https://cdn.oppyotest.com/launches/getaititan/jv/platform-bg.webp) no-repeat center center;
        background-size: cover;
        background-attachment: fixed;
    }
    .green-frame-1{
        background: url("https://cdn.oppyotest.com/launches/getaititan/jv/green-frame-1.webp") no-repeat;
        background-size: 100% 100%;
        padding: 38px 30px 35px;
        border: unset;
        border-radius: unset;
    }
    .green-wave-1{
        position: relative;
    }
    .green-wave-1::before {
        position: absolute;
        content: '';
        background: url("https://cdn.oppyotest.com/launches/getaititan/jv/green-wave-1.webp") no-repeat;
        bottom: -5px;
        left: 0;
        width: 100%;
        height: 10px;
    }

    .platform-card{
        padding: 20px 38px;
    }
    .green-wave-3{
        position: relative;
    }
    .green-wave-3::before {
        position: absolute;
        content: '';
        background: url("https://cdn.oppyotest.com/launches/getaititan/jv/green-wave-3.webp") no-repeat;
        bottom: -4px;
        left: 0;
        width: 100%;
        height: 7px;
    }
}
/* platform-sec end */

/* power-sec start */
.power-sec{
    background: #ffffff;
}
.power-text{
    background: #F0FFF1;
    border: 1px solid var(--green-clr1);
    display: inline-block;
    border-radius: 10px;
    padding: 10px;
}
@media(min-width:768px){
    .power-sec{
        background: url("https://cdn.oppyotest.com/launches/getaititan/jv/power-bg.webp") no-repeat center center;
        background-size: cover;
    }
    .power-text {
        padding: 14px 29px 14px 16px;
        position: relative;
    }
    .power-text::after {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/getaititan/jv/thumb-icon.webp");
        top: 8px;
        right: -17px;
    }
    .green-wave-2{
        position: relative;
    }
    .green-wave-2::before {
        position: absolute;
        content: '';
        background: url("https://cdn.oppyotest.com/launches/getaititan/jv/green-wave-2.webp") no-repeat;
        bottom: -1px;
        left: 0;
        width: 100%;
        height: 10px;
    }
}
/* power-sec end */

/* features section start */
.feature-sec{
    background: #F2FCF0;
}
.features-heading{
   position: relative;
}
.goldmine-box {
    padding: 30px;
    z-index: 1;
    position: relative;
}
.goldmine-box::after {
    position: absolute;
    content: '';
    border-radius: 100px;
    background: #ffffff;
    border: 1px solid var(--green-clr);
    box-shadow: 0px 0px 30px 0px #36B82A inset;
    height: 100%;
    width: 100%;
    max-width: 1370px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.goldmine-box:nth-child(odd):after {
    background: linear-gradient(180deg, rgba(54, 184, 42, 0.2) 0%, rgba(54, 184, 42, 0) 100%),
linear-gradient(180deg, #36B82A -30.46%, #000000 109.1%) !important;
    border: 1px solid var(--green-clr) !important;
    box-shadow: 0px 0px 30px 0px #36B82A inset !important;
}
.feature-text {
    background: #F3FFF0;
    border: 1px solid var(--green-clr1);
    padding: 15px;
    border-radius: 20px;
    display: inline-block;
}
@media (min-width:768px) {
    .feature-sec{
       background: #F2FCF0 url("https://cdn.oppyotest.com/launches/getaititan/jv/feature-bg.webp") no-repeat top center;
       background-size: cover;
       background-attachment: fixed;
    }
    .features-heading:before{
       background: url(https://cdn.oppyotest.com/launches/getaititan/jv/power-icon-left.webp) no-repeat;
       position: absolute;
       width: 65px;
       height: 65px;
       top:12px;
       left:130px;
       content: '';
    }
    .features-heading:after{
       background: url(https://cdn.oppyotest.com/launches/getaititan/jv/power-icon-right.webp) no-repeat;
       position: absolute;
       width: 65px;
       height: 65px;
       top:12px;
       right:130px;
       content: '';
    }
    .goldmine-box {
        padding: 50px 0px;
    }
    .goldmine-line {
        position: relative;
    }
    .goldmine-line::after {
        position: absolute;
        content: "";
        top: 0px;
        right: 0px;
        width: 2px;
        height: 100%;
        border-radius: 10px;
        background: url("https://cdn.oppyotest.com/launches/getaititan/jv/goldmine-1.webp") no-repeat;
    }
    .feature-text {
        background: url("https://cdn.oppyotest.com/launches/getaititan/jv/green-frame-1.webp") no-repeat;
        background-size: 100% 100%;
        padding: 35px 37px 35px;
        border: unset;
        border-radius: unset;
    }
}
@media (max-width:1400px) {
    .goldmine-box::after{
        position: absolute;
        content: '';
        border-radius: 20px;
        background: #ffffff;
        border: 1px solid var(--green-clr);
        box-shadow: 0px 0px 30px 0px var(--green-clr) inset;
        height: 100%;
        width: 100%;
        max-width: 1270px;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
    }
}
/* features section end */

/* without-sec start */
.without-sec{
    background: #ffffff;
}
.without-text{
    background: #F2FDEF;
    border: 1px dashed var(--green-clr);
    padding: 10px 20px;
    display: inline-block;
    border-radius: 100px;
}
@media (min-width: 768px) {
    .without-sec {
        background: #ffffff url(https://cdn.oppyotest.com/launches/getaititan/jv/without-bg.webp) no-repeat center center;
        background-size: cover;
    }
    .without-text{
        padding: 15px 35px 15px 38px;
        position: relative;
    }
    .without-text::after {
        position: absolute;
        content: url(https://cdn.oppyotest.com/launches/getaititan/jv/sunglass-emoji.webp);
        top: 0px;
        right: -50px;
    }
    .without-box-1, .without-box-2{
       position: relative;
    }
    .without-box-1::before {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/getaititan/jv/line-1.webp");
        top: -10px;
        left: -14px;
    }
    .without-box-2::before {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/getaititan/jv/line-2.webp");
        top: -10px;
        left: -14px;
    }
}
/* without-sec end */

/* proudly sec start */
.proud-section{
    background: #11410D;
}
.prudly-text {
    background: var(--green-clr);
    display: inline-block;
    border-radius: 40px;
    padding: 4px 10px;
}
.main-heading-1 {
    background: linear-gradient(90deg, #123B0F 0%, rgba(18, 59, 15, 0) 100%);
    border: 1px solid var(--green-clr1);
    padding: 0px 10px 20px;
    border-radius: 10px;
    /* display: inline-block; */
}
@media (min-width: 768px) {
    .proud-section{
        background: #11410D url("https://cdn.oppyotest.com/launches/getaititan/jv/proudly-bg.webp") no-repeat top center;
        background-size: cover;
        padding: 60px 0 120px;
    }
    .prudly-text {
        background: url("https://cdn.oppyotest.com/launches/getaititan/jv/proudly-frame.webp") no-repeat;
        background-size: 100% 100%;
        border: unset;
        border-radius: unset;
        padding: 15px 30px;
    }
    .main-heading-1 {
        background: url("https://cdn.oppyotest.com/launches/getaititan/jv/main-frame-1.webp") no-repeat;
        background-size: 100% 100%;
        padding: 0px 15px 35px;
        border: unset;
        border-radius: unset;
    }
    .white-wave{
        position: relative;
    }
    .white-wave::before {
        position: absolute;
        content: '';
        background: url("https://cdn.oppyotest.com/launches/getaititan/jv/white-wave.webp") no-repeat;
        bottom: -2px;
        left: 0;
        width: 100%;
        height: 10px;
    }
    .img-pop{
        transition: ease 0.4s;
    }
    .img-pop:hover{
        transform: scale(1.1);
    }
    .product-box{
        padding: 0 ;
    }
}
/* proudly sec end */


/* step-sec start */
.step-sec{
    background: #ffffff;
}

/* steps-card */
.heading-tabs:not(.collapsed) .steps-icon{
    border: 1px solid #23A1F4;
}
.heading-tabs:not(.collapsed) .steps-card{
    border-color: var(--purple-clr-1);
}
.steps-card .steps-icon{
    min-width: 80px;
    min-height: 80px;
    display: inline-block;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: white;
    fill: white;
    filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.25));
    transition: 0.5s ease-in-out;
    border: 2px solid transparent;
    padding: 20px;
    margin-bottom: 20px;
}

.steps-tabs{
    /* height: 750px; */
    overflow: hidden;
}
.steps-card{
    height: auto;
    transition: all 0.5s ease-in-out;
    border: 2px solid #36B82A4D;
}
.step-text{
    background: var(--green-clr);
    padding: 6px 10px;
    border-radius: 14px;
    display: inline-block;
}
@media (min-width: 768px) {
    /* .step-sec {
        background: url("https://cdn.oppyotest.com/launches/getaititan/jv/step-bg.webp") no-repeat center center;
        background-size: cover; 
        padding-top: 135px;
        margin-top: -53px;
    } */
    
    .steps-card .steps-icon{
        min-width: 100px;
        min-height: 100px;   
    }
    .step-text{
        background: url("https://cdn.oppyotest.com/launches/getaititan/jv/step-frame.webp") no-repeat;
        background-size: 100% 100%;
        border: unset;
        border-radius: unset;
        padding: 20px 44px;
        position: relative;
    }
    .step-text::after {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/getaititan/jv/click.webp");
        top: 30px;
        right: -48px;
    }
}
/*  */

.steps-card p{
    /* color: #101010; */
    color: rgb(25 25 25 / 78%);
    text-align: left;
}

.steps-card{
    transition: all .8s ease-in-out;
    border-radius: 20px;
    background: #ffffff;
    /* border: 1px solid var(--purple-clr-1); */
    /* background: url("https://cdn.oppyotest.com/launches/getaititan/jv/step-frame.webp") no-repeat;
    background-size: 100% 100%; */
    padding: 40px 30px;
}
.nav-link.active .steps-card{
    border: 2px solid var(--green-clr);
    background: #F2FCF0;
}
.heading-tabs{
    /* background: rgba(153, 88, 204, 0.10);  */
    background: transparent; 
    border: none;
    outline: none;
    padding: 0;
    text-align: center;
    border-radius: 20px;
}
.cleint-frame {
    border: 5px solid var(--green-clr);
    background: var(--green-clr);
    border-radius: 12px;
}
/* step-sec end */


/* demo sec start */
.demo-sec{
    background: #F2FCF0;
    padding: 30px 0px;
    overflow: hidden;
}
.border-frame {
    background: #DFF6DC;
    border: 2px solid var(--green-clr);
    backdrop-filter: blur(10px);
    padding: 10px;
    border-radius: 10px;
}
@media (max-width: 767px) {
    .logo{
        max-height: 44px;
    }
}
@media (min-width: 768px) {
    .demo-sec{
        background: #F2FCF0 url(https://cdn.oppyotest.com/launches/getaititan/jv/demo-bg.webp) no-repeat center center;
        background-size: cover;
        padding: 100px 0px;
    }
    .border-frame {
        background: url("https://cdn.oppyotest.com/launches/getaititan/jv/demo-video-frame.webp") no-repeat;
        background-size: 100% 100%;
        padding: 50px 20px 20px;
        border-radius: 0;
        border: unset;
        backdrop-filter: unset;
    }
    .green-wave-5{
        position: relative;
    }
    .green-wave-5::before {
        position: absolute;
        content: '';
        background: url("https://cdn.oppyotest.com/launches/getaititan/jv/green-wave-5.webp") no-repeat;
        bottom: -3px;
        left: 0;
        width: 100%;
        height: 12px;
    }
}

/* demo sec end */

/* prize sec start */

.prize-sec{
    background: #ffffff;
}

.prize-box{
    background: #F2FCF0;
    border: 1px solid var(--green-clr);
    box-shadow: 0px 0px 20px 0px #0000001A;
    border-radius: 10px;
    padding: 10px;
}

.gradiant-box{
    border-radius: 10px;
    background: var(--green-clr);
    display: inline-block;
    padding: 10px;
}

@media (min-width: 768px) {
    .prize-sec{
        background: #ffffff url(https://cdn.oppyotest.com/launches/getaititan/jv/prize-bg.webp) no-repeat center center;
        background-size: cover;
        /* margin-top: -130px; */
        /* padding: 230px 0px 100px; */
    }
    .prize-box{
        padding: 60px 100px 40px;
    }
    .gradiant-box{
        padding: 27px 28px;
    }
}

/* prize sec end */

/* deep-funnel  start */
.deep-funnel {
    background: #F2FCF0;
}
/* deep-funnel  end */

/* ranked-sec start */
.ranked-sec{
    background: #ffffff;
}
.ranked-text {
    border-radius: 10px;
    background: #F3FFF0;
    border: 2px solid var(--green-clr);
    padding: 10px;
    display: inline-block;
}
@media (min-width: 768px) {
    .ranked-sec{
        background: url(https://cdn.oppyotest.com/launches/getaititan/jv/ranked-bg.webp) no-repeat bottom center;
        background-size: cover;
        position: relative;
        padding-bottom: 150px;
    }
    .ranked-text{
        background: url("https://cdn.oppyotest.com/launches/getaititan/jv/ranked-frame.webp") no-repeat;
        background-size: 100% 100%;
        padding: 15px 67px;
        border-radius: unset;
        border: unset;
    }
}
/* ranked-sec end */

/* product sec start */
.product-list {
    background: #F2FCF0;
}

@media (min-width: 768px){
    .product-list{
        background: url("https://cdn.oppyotest.com/launches/getaititan/jv/sales-bg.webp") no-repeat center center;
        background-size: cover;
        margin-top: -55px;
        padding-top: 160px;
    }
    .orange-wave{
        position: relative;
    }
    .orange-wave::before{
        position: absolute;
        content: '';
        background: url("https://cdn.oppyotest.com/launches/getaititan/jv/orange-wave.webp") no-repeat;
        bottom: -8px;
        left: 0;
        width: 102%;
        height: 14px;
    }
}
/* product sec end */

/* reciprocate-sec start */
.reciprocate-sec {
    background-color: #031202;
}
.dominat-text {
    border-radius: 10px;
    background: var(--green-clr);
    padding: 10px;
    display: inline-block;
}
@media (min-width: 768px) {
    .reciprocate-sec {
        background: #031202 url(https://cdn.oppyotest.com/launches/getaititan/jv/reciprocate-sec.webp) no-repeat center center;
        background-size: cover;
        background-attachment: fixed;
    }
    .dominat-text {
        padding: 20px 43px;
        border-radius: 0px 50px 0px 50px;
    }
}
/* reciprocate-sec end */

/* contact-sec start */
.contact-section {
    background-color: #ffffff;
}
.contact-text {
    background: var(--green-clr);
    padding: 10px 15px;
    border-radius: 20px;
    display: inline-block;
}
.contact-frame{
    background: #F2FCF0;
    border: 1px solid var(--green-clr);
    border-radius: 10px;
    padding: 10px;
    display: inline-block;
}
@media (min-width: 768px) {
    .contact-section {
        background: #ffffff url(https://cdn.oppyotest.com/launches/getaititan/jv/contact-bg.webp) no-repeat center center;
        background-size: cover;
    }
    .contact-text {
        background: url("https://cdn.oppyotest.com/launches/getaititan/jv/dark-purple-frame.webp") no-repeat;
        background-size: 100% 100%;
        padding: 15px 91px 15px 63px;
        border-radius: unset;
        position: relative;
    }
    .contact-text::after {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/getaititan/jv/thinking-emoji.webp");
        top: -22px;
        right: -43px;
    }
    .contact-frame{
        background: url("https://cdn.oppyotest.com/launches/getaititan/jv/contact-frame.webp") no-repeat;
        background-size: 100% 100%;
        padding: 48px 30px;
        border-radius: unset;
        border: unset;
    }
}
/* contact-sec end */

/* footer start */
.footer-section {
    background: #000000;
    padding: 30px 0px;
}
.footer-ul {
    padding: 0px;
    margin: 0px;
}
.footer-ul li {
    display: inline;
}
.white-clr, a.white-clr {
    color: #ffffff;
}
@media (min-width: 768px) {
    .footer-section {
        padding: 70px 0px;
    }

}
/* footer end */

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    box-shadow: 0px 0px 1px 0px rgba(208, 219, 227, 0.58);
    /* border-radius: 5px; */
}

/* fixed-bar start */
.fixed-top-bar {
    background: #33A828;
    padding: 10px 0;
    position: sticky;
    top: 0;
    z-index: 99
}
ul.leader-ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
ul.leader-ul li {
    display: inline-block;
    padding: 0px 10px;
    /* font-weight: 500; */
    color: var(--white-clr);
}
a.affiliate-link-btn {
    border-radius: 10px;
    border-radius: 10px;
    background: #ffffff;
    text-decoration: none;
    text-align: center;
    display: block;
    padding: 5px 20px;
    font-size: 18px;
    color: #000;
    font-weight: 600 !important;
}
@media (min-width: 768px) {
    .fixed-top-bar {
        padding: 5px 0;
    }
    a.affiliate-link-btn {
        padding: 10px 20px !important;
        font-size: 18px;
    }
}
/* fixed-bar end */

/* slider up start */
.bx-wrapper {
    border: 0px !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    position: relative;
    max-width: auto !important;
}
.bx-viewport {
    position: relative !important;
}
.bxslider {
    background: transparent !important;
    color: #fff;
    text-align: center;
    padding: 0;
    margin: 0;
    border: 0px !important;
    font-weight: 800;
    position: relative;
}
.bxslider li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 76px;
    line-height: 32px;
    text-align: center;
    /* color: var(--purple-clr) !important; */
}
@media (min-width: 768px){
    .bxslider li {
        justify-content: center;
        min-width: 100%;
        float: left !important;
        width: auto !important;
    }
}
/* slider up end */