html {
    scroll-behavior: smooth;
}

body {
    font-family: "Nunito", sans-serif;
    color: #010101;
    font-size: 14px;
    /* overflow-x: hidden; */
}

/* font-family */
.caveat{
    font-family: "Caveat", system-ui;
}
.jockey-one{
    font-family: "Jockey One", serif;
}
/* font-family */

html::-webkit-scrollbar {
    width: 10px; 
 }

html::-webkit-scrollbar-track {
  background-color: #eee;
}

html::-webkit-scrollbar-thumb {
  background: var(--neon-clr);
  border-radius: 25px;
}
.object-fit-contain{
    object-fit: contain;
}

:root {
    --black-clr: #010101;
    --white-clr: #fff;
    --light-white: #01010199;
    --red-clr:#FF3E33;
    --red-clr1:#FF7878;
    --red-clr2:#FF361D;
    --red-clr3:#FF5E4A;
    --red-clr4:#FF2C2C;
    --orange-clr: #FA7224;
    --yellow-clr: #FFFF48;
    --yellow-clr1: #FFCB34;
    --neon-clr: #64FE4B;
    --green-clr:#21AF21;
    --blue-clr:#358DFF;
    --theme-clr: linear-gradient(283.38deg, #1DBBFF 0%, #B067FF 100%);
}
/* Color CSS */

.black-clr {color: var(--black-clr)}
.white-clr,
a.white-clr { color: var(--white-clr);}
.light-white{color: var(--light-white);}
.neon-clr{color: var(--neon-clr);}
.yellow-clr{color:var(--yellow-clr);}
.yellow-clr1{color:var(--yellow-clr1);}
.red-clr{color:var(--red-clr);}
.red-clr1{color:var(--red-clr1);}
.red-clr2{color:var(--red-clr2);}
.red-clr3{color:var(--red-clr3);}
.red-clr4{color:var(--red-clr4);}
.orange-clr{color:var(--orange-clr);}
.green-clr{color:var(--green-clr)}
.blue-clr{color:var(--blue-clr)}

.theme-clr{
    background: var(--theme-clr);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.theme-br {
    border-bottom: 1px solid transparent;
    border-image: var(--theme-clr);
    border-image-slice: 1;
    width: 100%;
}







/* Responsive Video CSS */

.responsive-video {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    /* border: 5px solid #A0D3FF; */
    /* border: 1px solid rgba(255, 255, 255, 0.20); */
    backdrop-filter: blur(10px);
}

.responsive-video iframe,
.responsive-video object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Section Padding Start */

.sec-pd{
    padding-top: 30px;
    padding-bottom: 30px;
}
@media (min-width:768px){
    .sec-md-pd{
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

/* Section Padding End */
img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

.gap20 {
    gap: 20px;
}

a.cta-link-btn-1 {
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 15px 25px;
    font-size: 22px;
    line-height: 160%;
    color: #000000;
    font-weight: 800;
    transition: all .3s ease;
    background: var(--neon-clr);
    border-radius: 10px;
}
a.cta-link-btn-1:hover {
    border-radius: 8px;
    background: var(--neon-clr);
    color: #000000;
}
.cta-btn-border {
    border: 3px dashed #000000;
    border-radius: 10px;
    padding: 0px;
}

.cta-btn-bg {
    background: url('https://cdn.oppyotest.com/launches/gethumanaiforce/special/cta-btn-border.webp') no-repeat center center; 
    background-size: cover; 
    padding: 20px 10px;
    border-radius: 10px;
}
@media (min-width: 768px) {
    a.cta-link-btn-1 {
        font-size: 38px;
        padding: 20px 100px;
        display: inline-block;
    }

    .cta-btn-border {
        border-radius: 13px;
        padding: 0px;
    }
    
    .cta-btn-bg {
        padding: 30px;
        border-radius: 10px;
    }
}
/*  */



/* header section start */
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);
}
.header-sec ul.leader-ul li a {
    text-decoration: none;
    font-weight: 500;
    padding: 10px 10px;
}
.leader-ul li a {
    position: relative;
    transition: all .5s;
}
a.affiliate-link-btn {
    border-radius: 10px;
    border-radius: 10px;
    background: var(--neon-clr);
    text-decoration: none;
    text-align: center;
    display: block;
    padding: 5px 20px;
    border: 2px solid #FFFFFF;
    font-size: 18px;
    color: var(--black-clr);
    font-weight: 500 !important;
    transition: all .3s ease;
}
@media (min-width: 768px) {
    a.affiliate-link-btn {
        padding: 12px 20px !important;
        font-size: 20px;
    }
}

/* sticky bar start */

.fixed-top-bar {
    background: #000;
    padding: 10px 0;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99
}
.fixed-top-bar a {
    font-size: 18px;
    font-weight: 600;
    /* text-transform: uppercase; */
    color: #000000;
    background: var(--neon-clr);
    border-radius: 5px 5px 5px 5px;
    padding: 12px 9px 12px;
    text-decoration: none;
}

/* stick bar end */
.theme-btn {
    background: var(--neon-clr);
    padding: 15px 16px;
    border-radius: 10px;
    display: inline-block;
    text-decoration: none;
    transition: all .3s ease;
}
.theme-btn:hover {
    /* transition: all .3s ease;
    background: var(--theme-gradient1); */
    color: var(--black-clr) !important;
}

/* typing css */
/* 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: 400; */
    position: relative;
}
.bxslider li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 45px;
    line-height: 32px;
    text-align: center;
}
.typing-text{
    width: 203px;
}
@media (min-width: 768px){
    .bxslider li {
        justify-content: center;
        min-width: 100%;
        float: left !important;
        width: auto !important;
    }
}
/* slider up end */
  @media (min-width:768px) {
    .typing-text{
        width: 500px;
    }
  }
/* Typing slider end */


.header-sec{
    background: #080a1c;
    position: relative;
}
.post-head{
    background: #FFFFFF1A;
    backdrop-filter: blur(50px);
    border-radius: 10px;
    padding: 10px;
    /* display: inline-block;  */
}
.main-heading {
    background: #070216;
    border: 1px solid #64FE4B66;
    border-radius: 10px;
    padding: 20px 10px;
    display: inline-block;
}
.header-ul{
    padding: 20px 15px;
    background: #010010;
    border: 1px solid #64FE4B66;
    border-radius: 15px;
}
.header-ul li {
    list-style: none;
    background: url("https://cdn.oppyotest.com/launches/gethumanaiforce/special/tick.webp") no-repeat;
    background-position: 0px 5px;
    padding: 0px 0px 20px 37px;
}
.header-ul li:last-child{
    padding-bottom: 0px;
}
.green-frame{
    background: url("https://cdn.oppyotest.com/launches/gethumanaiforce/special/green-frame.webp") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 0px 12px;
}
.red-frame{
    background: url("https://cdn.oppyotest.com/launches/gethumanaiforce/special/red-frame.webp") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 0px 12px;
}
.Exclusive-text{
    background: #FFFFFF1A;
    border: 1px dashed #FA7224;
    border-radius: 10px;
    padding: 10px;
}


@media(min-width:768px){
    .header-sec{
        background: url("https://cdn.oppyotest.com/launches/gethumanaiforce/special/header-bg.webp") no-repeat center center;
        background-size: cover;
        padding: 40px 0px 100px;
    }
    .main-heading{
        background: url("https://cdn.oppyotest.com/launches/gethumanaiforce/special/main-head.webp") no-repeat;
        background-size: 100% 100%;
        padding: 30px 60px 35px;
        border: unset;
        border-radius: unset;
    }
    .brown-shade {
        position: relative;
        padding: 0px 5px;
        z-index: 1;
    }
    .brown-shade::after {
        content: '';
        background: linear-gradient(180deg, rgba(250, 114, 36, 0) 0%, rgba(250, 114, 36, 0.5) 100%);
        position: absolute;
        bottom: 0px;
        right: 0px;
        width: 100%;
        height: 30px;
        z-index: -1;
    }
    .orange-wave{
        position: relative;
    }
    .orange-wave::after{
        position: absolute;
        content: '';
        background: url("https://cdn.oppyotest.com/launches/gethumanaiforce/special/orange-wave.webp") no-repeat;
        bottom: -4px;
        left: 0;
        width: 102%;
        height: 10px;
    }
    .orange-shade {
        position: relative;
        padding: 0px 5px;
        z-index: 1;
    }
    .orange-shade::after {
        content: '';
        background: linear-gradient(180deg, rgba(250, 114, 36, 0) 0%, #FA7224 100%);
        position: absolute;
        bottom: 4px;
        right: 0px;
        width: 100%;
        height: 30px;
        z-index: -1;
    }
    .green-shade {
        position: relative;
        padding: 0px 5px;
        z-index: 1;
    }
    .green-shade::after {
        content: '';
        background: linear-gradient(180deg, rgba(100, 254, 75, 0) 0%, rgba(100, 254, 75, 0.5) 100%);
        position: absolute;
        bottom: 0px;
        right: 0px;
        width: 100%;
        height: 30px;
        z-index: -1;
    }
    .green-wave{
        position: relative;
    }
    .green-wave::before{
        position: absolute;
        content: '';
        background: url("https://cdn.oppyotest.com/launches/gethumanaiforce/special/green-wave.webp") no-repeat;
        bottom: -4px;
        left: 0;
        width: 102%;
        height: 10px;
    }
    .post-head{
        padding: 10px 0px 15px;
    }
    .Exclusive-text{
        padding: 15px 30px;
    }
    .theme-btn {
        padding: 22px 88px;
    }
    .theme-btn:hover {
        transform: scale(1.04);
    }
}
/* header section end */


/* step-2 sec start */
.step-section-1 {
    background: #090317;
}
.step-card-11 {
    background: url(https://cdn.oppyotest.com/launches/gethumanaiforce/special/step-card-11.webp) no-repeat;
    background-size: 100% 100%;
    padding: 15px 22px 25px;
}
.step-card-22 {
    background: url(https://cdn.oppyotest.com/launches/gethumanaiforce/special/step-card-22.webp) no-repeat;
    background-size: 100% 100%;
    padding: 15px 22px 25px;
}
.step-card-33 {
    background: url(https://cdn.oppyotest.com/launches/gethumanaiforce/special/step-card-33.webp) no-repeat;
    background-size: 100% 100%;
    padding: 15px 22px 25px;
}
.orange-shade-1 {
    position: relative;
    padding: 0px 12px;
    z-index: 1;
}
.orange-shade-1::after {
    content: '';
    background: linear-gradient(180deg, rgba(250, 114, 36, 0) 0%, #FA7224 100%);
    position: absolute;
    bottom: -2px;
    right: 0px;
    width: 100%;
    height: 30px;
    z-index: -1;
}
@media (min-width: 768px) {
    .step-card-11 {
        padding: 40px 30px 85px;
    }
    .step-card-22 {
        padding: 40px 30px 107px;;
    }
    .step-card-33 {
        padding: 40px 30px 35px;;
    }
    .green-line {
        position: relative;
    }
    .green-line::before {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/gethumanaiforce/special/green-line.webp");
        bottom: -16px;
        left: -27px;
    }
    
}
/* step-2 sec end */

/* chatbot-sec start */
.chatbot-sec{
    background: #fff;
}
.chatbot-text{
    background: #FFE1DD;
    border-radius: 20px;
    padding: 15px;
    display: inline-block;
}
.chatbot-box-1 {
    background: #FFE1DD;
    padding: 25px 35px;
    border-radius: 15px;
}
.chatbot-frame-1{
    background: url("https://cdn.oppyotest.com/launches/gethumanaiforce/special/chatbot-frame-1.webp") no-repeat;
    background-size: 100% 100%;
    padding: 5px 12px;
    display: inline-block;
}
.red-text{
    background: #FF361D;
    border-radius: 17px;
    padding: 3px 15px;
    display: inline-block;
}

.chatbot-box-2 {
    background: url("https://cdn.oppyotest.com/launches/gethumanaiforce/special/chatbot-box-1.webp") no-repeat;
    background-size: cover;
    padding: 25px 26px;
    border-radius: 15px;
}
.chatbot-box-2 video {
    border-radius: 10px;
}
.chatbot-frame-2{
    background: url("https://cdn.oppyotest.com/launches/gethumanaiforce/special/chatbot-frame-2.webp") no-repeat;
    background-size: 100% 100%;
    padding: 5px 20px;
    display: inline-block;
}
.green-text{
    background: #64FE4B;
    border-radius: 17px;
    padding: 3px 15px;
    display: inline-block;
}
@media (min-width: 768px) {
    .chatbot-text{
        padding: 15px 30px;
    }
    .green-shade-1 {
        position: relative;
        padding: 0px 5px;
        z-index: 1;
    }
    .green-shade-1::after {
        content: '';
        background: linear-gradient(180deg, rgba(90, 232, 68, 0) 0%, #5AE844 100%);
        position: absolute;
        bottom: 0px;
        right: 0px;
        width: 100%;
        height: 30px;
        z-index: -1;
    }
    .cream-shade {
        position: relative;
        padding: 0px 5px;
        z-index: 1;
    }
    .cream-shade::after {
        content: '';
        background: linear-gradient(180deg, rgba(250, 114, 36, 0) 0%, rgba(250, 114, 36, 0.5) 100%);
        position: absolute;
        bottom: 0px;
        right: 0px;
        width: 100%;
        height: 30px;
        z-index: -1;
    }
    .chatbot-box-1{
        padding: 40px 85px 40px 65px;
        border-radius: 20px 0px 0px 20px;
        position: relative;
    }
    .chatbot-box-1::after {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/gethumanaiforce/special/vs-img.webp");
        top: 40%;
        right: -8%;
    }
    .chatbot-box-2{
        padding: 40px 76px 30px 65px;
        border-radius: 0px 20px 20px 0px;
    }
}
/* chatbot-sec end */

/* business-sec start */
.business-sec{
    background: #e3f3e4;
}
.business-common{
    border-radius: 10px;
    display: inline-block;
    padding: 20px 10px;
    height: 100%;
}
.business-box-1{
    background: #F9E9FF99;
    border: 0.5px solid #B700FF
}
.business-box-2{
    background: #E5E6FF99;
    border: 0.5px solid #0004FF;
}
.business-box-3{
    background: #FFEFDE99;
    border: 0.5px solid #FF8000;
}
.business-box-4{
    background: #F0FFED99;
    border: 0.5px solid #24B707;
}
.business-box-5{
    background: #E2F7FF99;
    border: 0.5px solid #11B1EB;
}
.business-box-6{
    background: #FFEBF599;
    border: 0.5px solid #FF007B;
}
.business-box-7{
    background: #FFEBEB99;
    border: 0.5px solid #FF2E31;
}
.business-box-8{
    background: #FFF0FA99;
    border: 0.5px solid #A70977;
}
.business-box-9{
    background: #FFFCEC99;
    border: 0.5px solid #E2C108;
}
.clr-1{
    color: #0004FF;
}
.clr-2{
    color: #B700FF;
}
.clr-3{
    color: #FF8000;
}
.clr-4{
    color: #24B707;
}
.clr-5{
    color: #11B1EB;
}
.clr-6{
    color: #FF007B;
}
.clr-7{
    color: #FF2E31;
}
.clr-8{
    color: #A70977;
}
.clr-9{
    color: #E2C108;
}
.green-frame-1{
    background: url("https://cdn.oppyotest.com/launches/gethumanaiforce/special/green-frame-1.webp") no-repeat;
    background-size: 100% 100%;
    padding: 0px 30px;
    display: inline-block;
}
.green-cover{
    background: url("https://cdn.oppyotest.com/launches/gethumanaiforce/special/green-cover.webp") no-repeat;
    background-size: 100% 100%;
    padding: 5px 12px;
    display: inline-block;
}
@media (min-width: 768px) {
    .business-sec{
        background: url("https://cdn.oppyotest.com/launches/gethumanaiforce/special/business-bg.webp") no-repeat center center;
        background-size: cover;
    }
    .business-common{
        border: unset;
        border-radius: 0px;
        padding: 25px 20px 20px;
    }
    .business-box-1 {
        background: url(https://cdn.oppyotest.com/launches/gethumanaiforce/special/business-1.webp) no-repeat;
        background-size: 100% 100%;
    }
    .business-box-2 {
        background: url(https://cdn.oppyotest.com/launches/gethumanaiforce/special/business-2.webp) no-repeat;
        background-size: 100% 100%;
    }
    .business-box-3 {
        background: url(https://cdn.oppyotest.com/launches/gethumanaiforce/special/business-3.webp) no-repeat;
        background-size: 100% 100%;
    }
    .business-box-4 {
        background: url(https://cdn.oppyotest.com/launches/gethumanaiforce/special/business-4.webp) no-repeat;
        background-size: 100% 100%;
    }
    .business-box-5 {
        background: url(https://cdn.oppyotest.com/launches/gethumanaiforce/special/business-5.webp) no-repeat;
        background-size: 100% 100%;
    }
    .business-box-6 {
        background: url(https://cdn.oppyotest.com/launches/gethumanaiforce/special/business-6.webp) no-repeat;
        background-size: 100% 100%;
    }
    .business-box-7 {
        background: url(https://cdn.oppyotest.com/launches/gethumanaiforce/special/business-7.webp) no-repeat;
        background-size: 100% 100%;
    }
    .business-box-8 {
        background: url(https://cdn.oppyotest.com/launches/gethumanaiforce/special/business-8.webp) no-repeat;
        background-size: 100% 100%;
    }
    .business-box-9 {
        background: url(https://cdn.oppyotest.com/launches/gethumanaiforce/special/business-9.webp) no-repeat;
        background-size: 100% 100%;
    }
}
/* business-sec end */

/* profit-sec start */
.profit-sec{
    background: #e3f3e4;
}
.orange-frame{
    background: url("https://cdn.oppyotest.com/launches/gethumanaiforce/special/orange-frame.webp") no-repeat;
    background-size: 100% 100%;
    padding: 5px 20px;
    display: inline-block;
}
.profit-main-box{
    background: #090317;
    border-radius: 20px;
    padding: 20px;
}
@media (min-width: 768px) {
    .profit-sec{
        background: url("https://cdn.oppyotest.com/launches/gethumanaiforce/special/profit-bg.webp") no-repeat bottom center;
        background-size: cover;
    }
    .profit-main-box{
        background: #090317 url("https://cdn.oppyotest.com/launches/gethumanaiforce/special/profit-box-bg.webp") no-repeat;
        background-size: cover;
        border-radius: 20px;
        padding: 60px 80px;
        margin: auto;
        max-width: 1330px;
    }
}
@media (min-width: 767px) and (max-width: 1400px) {
    .profit-main-box{
        max-width: 1230px;
    }
}
/* profit-sec end */

/* earning-sec start */
.earning-sec{
    background: #000;
}
.red-brush{
    background: url("https://cdn.oppyotest.com/launches/gethumanaiforce/special/red-brush.webp") no-repeat;
    background-size: 100% 100%;
    padding: 5px 20px;
    display: inline-block;
}
@media (min-width: 768px) {
    .earning-sec{
        background: url("https://cdn.oppyotest.com/launches/gethumanaiforce/special/earning-bg.webp") no-repeat center center;
        background-size: cover;
    }
    .green-line-1 {
        position: relative;
    }
    .green-line-1::before {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/gethumanaiforce/special/green-line-1.webp");
        bottom: -23px;
        left: 0px;
    }
}
/* earning-sec end */

/* agent-sec start */
.agent-sec{
    background: #fff;
}
.neon-text {
    background: var(--neon-clr);
    display: inline-block;
    border-radius: 5px;
    padding: 0px 5px;
}
.solve-black-box {
    padding: 20px 10px;
    z-index: 1;
    position: relative;
}
.solve-black-box::after {
    position: absolute;
    content: '';
    border-radius: 10px;
    background: #FFF1D7;
    border: 1px solid #FFB120;
    height: 100%;
    background-size: 100% 100%;
    width: 100%;
    /* max-width: 1300px; */
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.solve-black-box:nth-child(2)::after{
    background: #E3E0FF;
    border: 1px solid #7E70FA;
}
.solve-black-box:nth-child(3)::after{
    background: #DDFEC9;
    border: 1px solid #59C512;
}
.solve-black-box:nth-child(4)::after{
    background: #FEDCFF;
    border: 1px solid #F75BFC;
}
.solve-black-box:nth-child(5)::after{
    background: #B8EAFF;
    border: 1px solid #0D96D1;
}
.solve-black-box:nth-child(6)::after{
    background: #FFF1D7;
    border: 1px solid #FFB120;
}
.solve-black-box:nth-child(7)::after{
    background: #E3E0FF;
    border: 1px solid #7E70FA;
}
.solve-black-box:nth-child(8)::after{
    background: #DDFEC9;
    border: 1px solid #59C512;
}
/* .solve-black-box:nth-child(9)::after{
    background: #FEDCFF;
    border: 1px solid #F75BFC;
} */
.solve-black-box:nth-child(9)::after{
    background: #B8EAFF;
    border: 1px solid #0D96D1;
}
.agent-text{
    background: #090317;
    border: 1px solid #FD4A35;
    border-radius: 10px;
    padding: 10px;
    /* display: inline-block; */
}
.tip-clr-1 {
    color: #FA7224;
}
.tip-clr-2 {
    color: #169C00;
}
.play-btn {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--neon-clr);
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity 0.3s;
    animation: blinker 1.5s linear infinite;
}
@keyframes blinker {
    50% {
        opacity: 0
    }
}
/* Button Hidden when Playing */
.hide {
    opacity: 0;
    pointer-events: none;
}

/* Play/Pause Icons */
.play-btn i {
    color: white;
    font-size: 30px;
}
.explore-box video {
    height: 100%;
    object-fit: cover;
    width: 100%;
    display: block;
}
@media (max-width: 767px) {
    .container-fluid:has(.solve-black-box) {
        padding: 0px 10px !important;
    }
}
@media (min-width: 768px) {
    .play-btn {
        top: 50%;
    }
    .agent-sec {
        background: url("https://cdn.oppyotest.com/launches/gethumanaiforce/special/agent-bg.webp") no-repeat top center;
        background-size: cover;
        background-attachment: fixed;
    }
    .neon-text {
        background: url("https://cdn.oppyotest.com/launches/gethumanaiforce/special/green-frame.webp") no-repeat;
        background-size: 100% 100%;
        border-radius: unset;
        padding: 0px 20px;
    }
    .orange-shade-2 {
        position: relative;
        z-index: 1;
    }
    .orange-shade-2::after {
        content: '';
        background: linear-gradient(180deg, rgba(250, 114, 36, 0) 0%, rgba(250, 114, 36, 0.5) 100%);
        position: absolute;
        bottom: 4px;
        right: 0px;
        width: 100%;
        height: 30px;
        z-index: -1;
    }
    .solve-black-box {
        padding: 50px 50px 70px 40px;
    }
    .solve-black-box::after {
        position: absolute;
        content: '';
        border-radius: unset;
        border: unset;
        background: url("https://cdn.oppyotest.com/launches/gethumanaiforce/special/agent-video-bg.webp") no-repeat;
        height: 100%;
        background-size: 100% 100%;
        width: 100%;
        /* max-width: 1300px; */
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
    }
    .solve-black-box:nth-child(2)::after{
        background: url("https://cdn.oppyotest.com/launches/gethumanaiforce/special/agent-video-bg-1.webp") no-repeat;
        background-size: 100% 100%;
        border: unset;
    }
    .solve-black-box:nth-child(3)::after{
        background: url("https://cdn.oppyotest.com/launches/gethumanaiforce/special/agent-video-bg-2.webp") no-repeat;
        background-size: 100% 100%;
        border: unset;
    }
    .solve-black-box:nth-child(4)::after{
        background: url("https://cdn.oppyotest.com/launches/gethumanaiforce/special/agent-video-bg-3.webp") no-repeat;
        background-size: 100% 100%;
        border: unset;
    }
    .solve-black-box:nth-child(5)::after{
        background: url("https://cdn.oppyotest.com/launches/gethumanaiforce/special/agent-video-bg-4.webp") no-repeat;
        background-size: 100% 100%;
        border: unset;
    }
    .solve-black-box:nth-child(6)::after{
        background: url("https://cdn.oppyotest.com/launches/gethumanaiforce/special/agent-video-bg-5.webp") no-repeat;
        background-size: 100% 100%;
        border: unset;
    }
    .solve-black-box:nth-child(7)::after{
        background: url("https://cdn.oppyotest.com/launches/gethumanaiforce/special/agent-video-bg-6.webp") no-repeat;
        background-size: 100% 100%;
        border: unset;
    }
    .solve-black-box:nth-child(8)::after{
        background: url("https://cdn.oppyotest.com/launches/gethumanaiforce/special/agent-video-bg-7.webp") no-repeat;
        background-size: 100% 100%;
        border: unset;
    }
    /* .solve-black-box:nth-child(9)::after{
        background: url("https://cdn.oppyotest.com/launches/gethumanaiforce/special/agent-video-bg-8.webp") no-repeat;
        background-size: 100% 100%;
        border: unset;
    } */
    .solve-black-box:nth-child(9)::after{
        background: url("https://cdn.oppyotest.com/launches/gethumanaiforce/special/agent-video-bg-9.webp") no-repeat;
        background-size: 100% 100%;
        border: unset;
    }
    .container-fluid:has(.solve-black-box) {
        padding: 0px 80px !important;
    }
    .px-md80{
        padding-left: 80px;
        padding-right: 80px;
    }
    .agent-text{
        background: url("https://cdn.oppyotest.com/launches/gethumanaiforce/special/agent-frame.webp") no-repeat;
        background-size: 100% 100%;
        border-radius: unset;
        border: unset;
        padding: 10px 20px;
    }
    .play-btn {
        /* left: 27%; */
        width: 100px;
        height: 100px;
    }
}
@media (min-width: 767px) and (max-width: 1400px) {
    .container-fluid:has(.solve-black-box) {
        padding: 0px 60px !important;
    }
}
/* agent-sec end */

/* swiper-sec start */
.swiper-sec{
    background: #f2feee;
}
  .swiper {
    width: 100%;
    /* padding: 20px; */
    overflow: hidden;
}

.swiper-wrapper {
    transition-timing-function: ease-in-out !important;
}

.swiper-slide {
    background: transparent;
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.9s ease;
    will-change: transform, opacity;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    height: 0% !important;
}
/* Active Slide Style */
.swiper-slide-active {
    opacity: 1;
    transform: translateX(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translateY(0px) !important;
}

.swiper-slide video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #2468FA;
}
  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
/* ✅ Next Slide */
.slide-1 {
    transform: perspective(1400px) rotateX(25deg) rotateY(7deg) scale(0.89) !important;
    opacity: 0.8;
}

/* ✅ Next-Next Slide */
.slide-2 {
    transform: perspective(1200px) rotateX(15deg) rotateY(7deg) scale(0.93) !important;
    opacity: 0.9;
}

/* ✅ Previous Slide */
.slide-3 {
    transform: perspective(1200px) rotateX(15deg) rotateY(-7deg) scale(0.93) !important;
    opacity: 0.9;
}

/* ✅ Previous-Previous Slide */
.slide-4 {
    transform: perspective(1400px) rotateX(25deg) rotateY(-7deg) scale(0.88) !important;
    opacity: 0.8;
}
@media (min-width: 768px) {
    .swiper-sec{
        background: url(https://cdn.oppyotest.com/launches/gethumanaiforce/special/swiper-bg.webp) no-repeat center center;
        background-size: cover;
    }
    .blue-shade {
        position: relative;
        padding: 0px 5px;
        z-index: 1;
    }
    .blue-shade::after {
        content: '';
        background: linear-gradient(180deg, rgba(36, 104, 250, 0) 0%, #2468FA 100%);
        position: absolute;
        bottom: 0px;
        right: 0px;
        width: 100%;
        height: 30px;
        z-index: -1;
    }
}

/* swiper-sec end */

/* cta btn section start */
.cta-section {
    background: #010101;
}
.cta-btn-border {
    border: 3px dashed #FFFFFF4D;
    border-radius: 10px;
    padding: 0px;
}
.cta-btn-bg {
    background: url('https://cdn.oppyotest.com/launches/gethumanaiforce/special/cta-btn-border.webp') no-repeat center center;
    background-size: cover;
    padding: 20px 10px;
    border-radius: 10px;
}
@media (min-width: 768px) {
    .cta-section {
        background: #010101 url(https://cdn.oppyotest.com/launches/gethumanaiforce/special/cta-bg.webp) no-repeat center center;
        background-size: cover;
    }
    .cta-text{
        background: url("https://cdn.oppyotest.com/launches/gethumanaiforce/special/cta-frame.webp") no-repeat;
        background-size: 100% 100%;
        display: inline-block;
        padding: 9px 41px;
    }
    .cta-btn-border {
        border-radius: 13px;
        padding: 0px;
    }
    .cta-btn-bg {
        padding: 40px 42px;
        border-radius: 10px;
    }
}
/* cta btn section end */

/* limited time section start */
.limited-time-sec {
    padding: 10px 0px 10px 0px;
    background: #FF3E33;
}
/* limited time section end */

/* btn start */
a.cta-link-btn {
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 15px 28px;
    font-size: 22px;
    line-height: 160%;
    color: #000000;
    font-weight: 800;
    transition: all .3s ease;
    background: var(--neon-clr);
    border-radius: 10px;
    /* border: 5px solid rgba(255, 255, 255, 0.30); */
}
a.cta-link-btn:hover {
    border-radius: 8px;
    /* background: var(--theme-gradient1); */
    color: #000000;
}
@media (min-width: 768px) {
    a.cta-link-btn {
        font-size: 38px;
        padding: 22px 88px;
        display: inline-block;
    }
    a.cta-link-btn:hover {
        transform: scale(1.04);
    }
}
/* btn end */

/* ease-sec start */
.ease-sec{
    background: #ffffff;
}
.ease-box{
    background: #FFFFFF12;
    padding: 20px;
    border-radius: 10px;
    height: 100%;
}
.ease-1{
    background: #F1F2FF;
 }
 .ease-2{
    background: #FFF5E0;
 }
 .ease-3{
    background: #EFF8E1;
 }
 .ease-4{
    background: #FFECE8;
 }
 .ease-5{
    background: #E2F5FF;
 }
 .ease-6{
    background: #E2EAFF;
 }
.tilt {
    transition: transform 0.4s ease-out, box-shadow 0.4s ease-out;
    will-change: transform, box-shadow;
}
/* ✅ Extra Smooth Scaling Effect */
.tilt:hover {
    transform: scale(1.08);
    /* box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1); */
}
@media(min-width:768px){
    .ease-box{
        padding: 20px 18px 25px;
    }
    
}
/* ease-sec end */

/* expensive sec start */
.expensive-section {
    background: #eef5e0;
}
.expensive-shape {
    background: #FF361D;
    padding: 15px 0px;
    border-radius: 10px;
}
.expensive-card {
    /* border: 1px solid #FF361D; */
    background: #fff;
    border-radius: 20px;
    padding: 20px 10px;
    height: 100%;
    position: relative;
}
.expensive-card::before {
    background: url(https://cdn.oppyotest.com/launches/gethumanaiforce/special/expensive.webp) no-repeat;
    content: '';
    position: absolute;
    width: 150px;
    height: 80px;
    top: 10px;
    left: 7px;
}
.expensive-card.card-1{
    border: 3px solid #10A37F;
    border-bottom: 8px solid #10A37F;
}
.expensive-card.card-2{
    border: 3px solid #9FB7EF;
    border-bottom: 8px solid #9FB7EF;
}
.expensive-card.card-3{
    border: 3px solid #000000;
    border-bottom: 8px solid #000000;
}
.expensive-card.card-4{
    border: 3px solid #CC2AF1;
    border-bottom: 8px solid #CC2AF1;
}
.expensive-card.card-5{
    border: 3px solid #FF882E;
    border-bottom: 8px solid #FF882E;
}
.expensive-card.card-6{
    border: 3px solid #852CFF;
    border-bottom: 8px solid #852CFF;
}
.expensive-card.card-7{
    border: 3px solid #3E57DA;
    border-bottom: 8px solid #3E57DA;
}
.expensive-card.card-8{
    border: 3px solid #0076D0;
    border-bottom: 8px solid #0076D0;
}
.expensive-card.card-9{
    border: 3px solid #5EC9FF;
    border-bottom: 8px solid #5EC9FF;
}
@media (min-width: 768px) {
    .expensive-section {
        background: url("https://cdn.oppyotest.com/launches/gethumanaiforce/special/expensive-bg.webp") no-repeat center center;
        background-size: cover;
    }
    .expensive-shape {
        background: url(https://cdn.oppyotest.com/launches/gethumanaiforce/special/expensive-shape.webp) no-repeat;
        background-size: 100% 100%;
        padding: 10px 80px 10px 30px;
        display: inline-block;
        position: relative;
        border-radius: 0;
    }
    .expensive-shape:after {
        content: url("https://cdn.oppyotest.com/launches/gethumanaiforce/special/expensive-vector.webp");
        top: -21px;
        right: -66px;
        position: absolute;
    }
    .expensive-card {
        padding: 30px 18px;
        position: relative;
    }
}
/* expensive sec end */

/* choice sec start */
.choice-sec{
    background: #fff;
}
.choicebox-1{
    background: #FF5E4A;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.choicebox-2{
    background: #3CB006;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    height: 100%;
}
.choicetext-1{
    background: #FFFFFF;
    padding: 15px 82px;
    display: inline-block;
    border-radius: 100px;
}
.choise-list li{
    list-style: none;
    background: url("https://cdn.oppyotest.com/launches/gethumanaiforce/special/choice-cross.webp") no-repeat;
    background-position: 0px 5px;
    padding: 0px 0px 20px 37px;
}
.choise-list-1 li{
    list-style: none;
    background: url("https://cdn.oppyotest.com/launches/gethumanaiforce/special/choice-right.webp") no-repeat;
    background-position: 0px 5px;
    padding: 0px 0px 20px 37px;
}
@media (min-width: 768px) {
    .choice-sec{
        background: #e9f5fe url("https://cdn.oppyotest.com/launches/gethumanaiforce/special/choice-bg.webp") no-repeat center center;
        background-size: cover;
    }
    .choicebox-1{
        background: url("https://cdn.oppyotest.com/launches/gethumanaiforce/special/choicebox-1.webp") no-repeat;
        background-size: 100% 100%;
        padding: 40px 30px 84px;
        box-shadow: none;
        /* transform-origin: top; */
        /* scale: 0.9; */
    }
    .choicebox-2{
        background: url("https://cdn.oppyotest.com/launches/gethumanaiforce/special/choicebox-2.webp") no-repeat;
        background-size: 100% 100%;
        padding: 40px 30px 85px;
        box-shadow: none;
    }
}
/* choice sec end */

/* warning section start */
.warning-section{
    background: #f0ffed;
}
.warning-card{
    background: #fff;
    border: 5px dotted #FF361D;
    border-radius: 20px;
    padding: 0px 10px 10px;
}
.warning-shape{
    background: #FF361D;
    border-radius: 41px;
    padding: 0px 36px 8px;
    display: inline-block;
    margin-top: -20px;
}
@media (min-width: 768px) {
    .warning-section{
        background: url(https://cdn.oppyotest.com/launches/gethumanaiforce/special/warning-bg.webp) no-repeat bottom center;
        background-size: cover;
    }
    .warning-card{
        padding: 0px 50px 50px;
        position: relative;
    }
    .warning-shape{
        margin-top: -40px;
    }
}
/* warning section end */

/* Never Before start */
.clr-11{
    color: #2986FF;
}
.clr-22{
    color: #DD8800;
}
.clr-33{
    color: #9C50FA;
}
.clr-44{
    color: #358DFF;
}
.clr-55{
    color: #FFA515;
}
.clr-66{
    color: #B070FF;
}
.clr-77{
    color: #EE9300;
}
.never-sec{
    background: #ffffff;
}
.never-box-p{
    padding: 20px 15px 15px;
    height: 100%;
}
.never-box-1{
    background: url("https://cdn.oppyotest.com/launches/gethumanaiforce/special/never-box-1.webp") no-repeat;
    background-size: 100% 100%;
}
.never-box-2{
    background: url("https://cdn.oppyotest.com/launches/gethumanaiforce/special/never-box-2.webp") no-repeat;
    background-size: 100% 100%;
}
.never-box-3{
    background: url("https://cdn.oppyotest.com/launches/gethumanaiforce/special/never-box-3.webp") no-repeat;
    background-size: 100% 100%;
}
.red-frame{
    background: url("https://cdn.oppyotest.com/launches/gethumanaiforce/special/red-frame.webp") no-repeat;
    background-size: 100% 100%;
    padding: 8px 22px;
    display: inline-block;
    position: relative;
}

.italic{
    font-style: italic;
}
@media(min-width:768px){
    .never-box-p{
        border-radius: unset;
    }
    .red-frame::before {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/gethumanaiforce/special/think-left.webp");
        top: 15px;
        left: -30%;
    }
    .red-frame::after {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/gethumanaiforce/special/think-right.webp");
        top: 15px;
        right: -30%;
    }
}
/* Never Before end */

/* brands-sec start */
.brands-sec{
    background: #eeffec;
}
.br-box{
    background: #FFFFFF;
    box-shadow: 4px 4px 16px 0px #00000033;
    border: 2px solid #5AE844;
    padding: 15px;
    border-radius: 20px;
}
@media(min-width:768px){
    .brands-sec{
        background: url(https://cdn.oppyotest.com/launches/gethumanaiforce/special/brands-bg.webp) no-repeat top center;
        background-size: cover;
    }
}
/* brands-sec end */

/* avatar-sec start */
.avatar-sec{
    background: #fff;
}
@media (min-width: 768px) {
    /* .avatar-sec {
        background: url(https://cdn.oppyotest.com/launches/gethumanaiforce/special/avatar-bg.webp) no-repeat center center;
        background-size: cover;
        background-attachment: fixed;
    } */
}
/* avatar-sec end */

/* without-sec start */
.without-sec{
    background: #fff;
}
.red-frame-1{
    background: url("https://cdn.oppyotest.com/launches/gethumanaiforce/special/red-frame-1.webp") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 2px 12px;
}
@media(min-width:768px){
    .without-sec{
        background: url(https://cdn.oppyotest.com/launches/gethumanaiforce/special/without-bg.webp) no-repeat top center;
        background-size: cover;
    }
    .red-frame-1{
        background: url("https://cdn.oppyotest.com/launches/gethumanaiforce/special/red-frame-1.webp") no-repeat;
        background-size: 100% 100%;
        display: inline-block;
        padding: 2px 12px;
    }
}
/* without-sec end */
/* truth-section start */
.truth-section{
    background: #ffffff;
}
.purple-frame {
    background: var(--neon-clr);
    border-radius: 10px;
    display: inline-block;
    padding: 10px;
}

.expensive-card-box, .expensive-card-main{
    border-radius: 20px;
    background: linear-gradient(180deg, #FFEAEA 0%, rgba(255, 234, 234, 0.1) 100%);
    padding: 20px;
    height: 100%;
}

.expensive-card-1{
    background: url("https://cdn.oppyotest.com/launches/gethumanaiforce/special/expensive-card-1.webp") no-repeat;
    background-size: 100% 100%;
    padding: 20px;
    display: inline-block;
    height: 100%;
}
.expensive-boxes {
    background: #FF2C2C;
    backdrop-filter: blur(50px);
    border-radius: 5px;
    padding: 8px 15px;
}
.expensive-black-box {
    background: #090A0B;
    padding: 20px;
    border-radius: 10px;
}
@media(min-width:768px){
    .f-md-80{
        font-size: 80px;
    }
    .expensive-black-box {
        background: url("https://cdn.oppyotest.com/launches/gethumanaiforce/special/heroes-frame.webp") no-repeat;
        background-size: 100% 100%;
        padding: 30px 40px 40px;
        border-radius: 0px;
    }
    .purple-frame {
        border-radius: 0px 50px 0px 50px;
        padding: 12px 45px 18px;
        position: relative;
    }
    .purple-frame::after {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/gethumanaiforce/special/think-emoji.webp");
        top: -32px;
        right: -48px;
    }
    .red-wave{
        position: relative;
    }
    .red-wave::after{
        position: absolute;
        content: "";
        background: url("https://cdn.oppyotest.com/launches/gethumanaiforce/special/red-wave.webp") no-repeat center center;
        width: 100%;
        height: 7px;
        bottom: -4px;
        left: 0;
    }
    .expensive-card-box{
        padding: 60px 100px;
    }
    .expensive-card-main{
        padding: 80px 100px 0px;
    }
    .expensive-card-1{
        padding: 30px;
    }
    .red-box{
        background: #FF2C2C;
        border-radius: 5px;
        padding: 0px 5px;
    }

}
/* truth-section end */

/* not-anymore-sec start */
.not-anymore-sec{
    background: #eeffec;
}
.not-anymore-sec-card{
    border-radius: 100px;
    border: 1px solid rgba(255, 44, 44, 0.5);
    background: #FFF;
    padding: 10px;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    gap: 20px;
    height: 100%;
}
.blue-brush {
    padding: 10px 20px;
    background: linear-gradient(180deg, rgba(90, 232, 68, 0) 0%, #5AE844 100%);
    background-size: 100% 100%;
    display: inline-block;
    position: relative;
}
@media (min-width: 768px) {
    .not-anymore-sec{
        background: #fff url("https://cdn.oppyotest.com/launches/gethumanaiforce/special/not-anymore-bg.webp") no-repeat top center;
        background-size: cover;
        padding-top: 130px;
    }
    .not-anymore-sec-card{
        padding: 15px 40px 15px 15px;
    }
    .blue-brush {
        padding: 10px 41px 10px 141px;
    }
    .blue-brush::after {
        content: url(https://cdn.oppyotest.com/launches/gethumanaiforce/special/excited-emoji.webp);
        position: absolute;
        top: 40px;
        left: 40px;
        transform: translateY(-50%);
    }
}
/* not-anymore-sec end */

/* bugs-sec start */
.bugs-sec{
    background: #000;
}
/* bugs-sec end */

/* proudly-section start */
.proudly-sec{
    background: #0b0519;
    padding: 30px 0px;
}
.presenting-head{
    border-radius: 30px;
    background: #ffffff;
    border: 1px solid #FA7224;
    backdrop-filter: blur(4px);
    display: inline-block;
    padding: 8px 26px;
}
@media (min-width: 768px) {
    .proudly-sec {
        background: url(https://cdn.oppyotest.com/launches/gethumanaiforce/special/proudlybg.webp) no-repeat bottom center;
        background-size: cover;
        padding: 100px 0px 120px;
        position: relative;
    }
    .presenting-head {
        background: url(https://cdn.oppyotest.com/launches/gethumanaiforce/special/presenting-frame.webp) no-repeat;
        background-size: 100% 100%;
        border-radius: unset;
        border: unset;
        padding: 4px 45px 14px;
    }
}
/* proudly-section end */

/* step-sec start */
.step-sec{
    background: #ECF1FF;
}

/* steps-card */
.heading-tabs:not(.collapsed) .steps-icon{
    border-color: #69B1FF;
}
/* .heading-tabs:not(.collapsed) .steps-card{
    border-color: var(--purple-clr);
} */
.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: 1px solid #69B1FF;
}

@media (min-width: 768px) {
    .step-sec {
        /* background: url("https://cdn.oppyotest.com/launches/gethumanaiforce/special/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;   
    }
}
/*  */

.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 #69B1FF;
    /* background: url("https://cdn.oppyotest.com/launches/gethumanaiforce/special/step-frame.webp") no-repeat;
    background-size: 100% 100%; */
    padding: 40px 30px;
}
.nav-link.active .steps-card{
    border: 1px solid #69B1FF;
}
.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 #A9C7FF;
    border-radius: 12px;
    background-color: #A9C7FF;
}
/* step-sec end */

/* demo sec start */
.demo-sec{
    background: #ffffff;
    padding: 30px 0px;
    overflow: hidden;
}

.blue-frame{
    background: url(https://cdn.oppyotest.com/launches/gethumanaiforce/special/blue-frame.webp) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 0px 10px;
}
.border-frame{
    background: #ECECEC;
    border: 2px solid #0101011A;
    backdrop-filter: blur(10px);
    padding: 20px;
    border-radius: 10px;
}
@media (min-width: 768px) {
    .demo-sec{
        background: url(https://cdn.oppyotest.com/launches/gethumanaiforce/special/demo-bg.webp) no-repeat center center;
        background-size: cover;
        padding: 100px 0px;
    }
    .border-frame {
        padding: 50px 20px 20px;
        border-radius: 30px;
    }
}

/* demo sec end */

/* features section start */
.feature-sec{
    background: linear-gradient(177.69deg, #010101 15.8%, #669FBD 50%, #CBB5FA 68.25%, #FFFFFF 100%);
}
.features-heading{
   position: relative;
}
.feature-card-1 {
    background: #FFFFFF1A;
    border: 1px solid #FFFFFF33;
    backdrop-filter: blur(50px);
    border-radius: 10px;
    padding: 20px 10px;
    height: 100%;
}
.feature-card-2 {
    background: #FFFFFF1A;
    border: 1px solid #FFFFFF33;
    backdrop-filter: blur(50px);
    border-radius: 10px;
   padding: 20px 10px;
   height: 100%;
}
.black-feature-card{
   background: #090A0B;
   /* box-shadow:0px 0px 15px 5px rgba(100, 98, 98, 0.32); */
   border-radius: 10px;
   padding: 20px 10px;
   height: 100%;
}
.black-feature-card-1{
   background: #090A0B;
   /* box-shadow:0px 0px 15px 5px rgba(100, 98, 98, 0.32); */
   border-radius: 10px;
   padding: 20px 10px;
   height: 100%;
}
.skyblue-feature-card-1{
    background: #FFFFFF;
    border: 1px solid #00000033;
    backdrop-filter: blur(50px);
    border-radius: 10px;
    padding: 20px 10px;
    height: 100%;
}

@media (min-width:768px) {
   .feature-sec{
       background: url("https://cdn.oppyotest.com/launches/gethumanaiforce/special/feature-bg.webp") no-repeat center center;
       background-size: cover;
   }
   .features-heading:before{
       background: url(https://cdn.oppyotest.com/launches/gethumanaiforce/special/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/gethumanaiforce/special/power-icon-right.webp) no-repeat;
       position: absolute;
       width: 65px;
       height: 65px;
       top:12px;
       right:130px;
       content: '';
   }
   .feature-card-1{
        border-radius: 20px;
       padding: 50px 92px 70px 68px;
   }
   .feature-card-2{
        border-radius: 20px;
       padding: 25px 30px 30px;
   }
   .black-feature-card{
        border-radius: 20px;
       padding: 50px 69px;
       box-shadow: none;
   }
   .black-feature-card-1{
        border-radius: 20px;
        padding: 25px 30px 30px;
        box-shadow: none;
   }
   .skyblue-feature-card-1{
        border-radius: 20px;
        padding: 25px 30px 30px;
   }

}
/* features section end */

/* lead sec start */
.lead-sec{
    background: #ECF1FF;
}
.lead-card{
    border-radius: 20px;
    padding: 20px 10px;
    height: 100%;
    background: #fff;
}
.lead-card-1{
    border: 1px solid #D5A6C6
}
.lead-card-2{
    border: 1px solid #A6D6F3
}
.lead-card-3{
    border: 1px solid #ABC586
}
.lead-card-4{
    border: 1px solid #B9A4F1
}
.lead-card-5{
    border: 1px solid #098BE980
}
.lead-card-6{
    border: 1px solid #E2AD88
}
.lead-text{
    background: #358DFF;
    border-radius: 10px;
    display: inline-block;
    padding: 6px 15px;
}
@media(min-width:768px){
    /* .lead-sec{
        background: url(https://cdn.oppyotest.com/launches/gethumanaiforce/special/lead-bg.webp) no-repeat top center;
        background-size: cover;
        padding-top: 120px;
    } */
    .blue-shade {
        position: relative;
        padding: 0px 5px;
        z-index: 1;
    }
    .blue-shade::after {
        content: '';
        background: linear-gradient(180deg, rgba(53, 141, 255, 0) 51%, #358DFF 100%);
        position: absolute;
        bottom: 0px;
        right: 0px;
        width: 100%;
        height: 30px;
        z-index: -1;
    }
    .lead-card{
        padding: 20px 20px 30px;
    }
    .lead-text{
        background: url("https://cdn.oppyotest.com/launches/gethumanaiforce/special/blue-frame.webp") no-repeat;
        background-size: 100% 100%;
        border-radius: unset;
        padding: 14px 44px 14px 38px;
    }
}
/* lead sec end */

/* freelancing sec start */
.freelancing-sec{
    background: #000;
}
.believe-text{
    background: var(--neon-clr);
    /* border: 1px solid rgba(255, 44, 44, 0.2); */
    border-radius: 15px;
    display: inline-block;
    padding: 12px 30px;
}
@media (min-width: 768px) {
    /* .freelancing-sec{
        background: #1b0b37 url("https://cdn.oppyotest.com/launches/gethumanaiforce/special/bugs-bg.webp") no-repeat center center;
        background-size: cover;
        padding-top: 120px;
    } */
    .believe-text{
        background: url('https://cdn.oppyotest.com/launches/gethumanaiforce/special/green-frame.webp') no-repeat;
        background-size: 100% 100%;
        padding: 12px 130px 12px 30px;
        border-radius: unset;
        position: relative;
    }
    .believe-text::after{
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/gethumanaiforce/special/think-emoji.webp");
        top: 10px;
        right: 18px;
    }
    .img-pop{
        transition: ease 0.3s;
    }
    .img-pop:hover{
        transform: scale(1.1);
    }
}
/* freelancing sec end */

/* crazy sec start */
.crazy-sec{
    background: #fff;
}
.crazy-text{
    background: url("https://cdn.oppyotest.com/launches/gethumanaiforce/special/blue-frame.webp") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 0px 20px;
    position: relative;
}
@media (min-width: 768px) {
    .crazy-sec{
        background: url("https://cdn.oppyotest.com/launches/gethumanaiforce/special/crazy-bg.webp") no-repeat bottom center;
        background-size: cover;
    }
    .crazy-text{
        padding: 0px 98px 0px 71px;
    }
    .crazy-text::after{
        content: url(https://cdn.oppyotest.com/launches/gethumanaiforce/special/cool-1.webp);
        position: absolute;
        top: -15px;
        right: -40px;
    }
}
/* crazy sec end */

/* potential-sec start */
.potential-sec{
    background: linear-gradient(90deg, #E5F5F3 0%, #F6F0FF 50%, #FFF4EB 100%);
}
.gap30 {
	--bs-gutter-y: 30px;
}
.feature-list-box {
    padding: 15px 40px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: -5px 5px 20px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    border-bottom: 7px solid var(--neon-clr);
}
.feature-list-box img {
    border-radius: 50%;
    background: #E0FFDB;
}
@media(min-width:768px){
	.gap30 {
		--bs-gutter-x: 50px;
		--bs-gutter-y: 50px;
	}
	.feature-list-box {
		height: 100%;
		padding: 30px;
	}

}
/* potential-sec end */

/* salry-sec start */
.salry-sec{
    background: #000;
}
.table-frame {
    background: #070216;
    border: 1px solid #64FE4B66;
    border-radius: 10px;
    padding: 20px 10px;
    display: inline-block;
}
/* table */
.salry-table{
    border-radius: 10px;
    border: 1px solid #FFFFFF33;
}
.table-box-1{
    padding: 22px 21px;
    background: #FFFFFF;
    border-right: 1px solid #00000033;
    border-radius: 10px 0px 0px 0px;
}
.table-ul-1 li {
    background: #FFFFFF0D;
    border-bottom: 1px solid #FFFFFF33;
    padding: 13px 31px 13px 30px;
    list-style: none;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    gap: 15px;
}
.table-ul-1 li:nth-child(1), .table-ul-1 li:nth-child(2),
.table-ul-1 li:nth-child(4), .table-ul-1 li:nth-child(7),
.table-ul-1 li:nth-child(13){
    padding: 28px 26px 28px 29px;
}
.table-ul-1 li:nth-last-child(1){
    border: none;
    border-radius: 0px 0px 0px 10px;
}

.table-box-2{
    padding: 22px 82px;
    background: #FFFFFF;
    border-left: 1px solid #00000033;
}
.table-ul-2 li {
    background: #FFFFFF0D;
    border-bottom: 1px solid #FFFFFF33;
    border-left: 1px solid #FFFFFF33;
    padding: 13px 10px 13px 30px;
    list-style: none;
}
.table-ul-2 li:nth-last-child(1){
    border: none;
    border-left: 1px solid #FFFFFF33;
}
.table-ul-2 li:nth-child(1), .table-ul-2 li:nth-child(2),
.table-ul-2 li:nth-child(4), .table-ul-2 li:nth-child(7),
.table-ul-2 li:nth-child(13){
    padding: 15px 96px 15px 30px;
}

.table-box-3{
    padding: 8px 30px;
    background: #FE4B4B;
}
.table-ul-3 li {
    background: url("https://cdn.oppyotest.com/launches/gethumanaiforce/special/ul-sad.webp") no-repeat;
    background-position: 14px 28px;
    background-color: #FE4B4B33;
    border-bottom: 1px solid #FFFFFF33;
    border-left: 1px solid #FFFFFF33;
    padding: 29px 40px;
    list-style: none;
    text-align: center;
}
.table-ul-3 li:nth-child(3), .table-ul-3 li:nth-child(5),.table-ul-3 li:nth-child(6),.table-ul-3 li:nth-child(8),
.table-ul-3 li:nth-child(9),.table-ul-3 li:nth-child(10),
.table-ul-3 li:nth-child(11),.table-ul-3 li:nth-child(12),
.table-ul-3 li:nth-child(14){
    padding: 27px 50px;
}
.table-ul-3 li:nth-child(13) {
    padding: 29px 50px;
}
.table-ul-3 li:nth-last-child(1){
    padding: 27px 50px;
    border: none;
    border-left: 1px solid #FFFFFF33;
}


.table-box-4{
    padding: 8px 20px;
    background: #64FE4B;
    border-radius: 0px 10px 0px 0px;
}
.table-ul-4 li {
    background: url("https://cdn.oppyotest.com/launches/gethumanaiforce/special/happ-ul.webp") no-repeat;
    background-position: 40px 27px;
    background-color: #64FE4B26;
    border-bottom: 1px solid #FFFFFF33;
    border-left: 1px solid #FFFFFF33;
    padding: 29px 50px;
    list-style: none;
    text-align: center;
}
.table-ul-4 li:nth-child(3), .table-ul-4 li:nth-child(5),.table-ul-4 li:nth-child(6),.table-ul-4 li:nth-child(8),
.table-ul-4 li:nth-child(9),.table-ul-4 li:nth-child(10),
.table-ul-4 li:nth-child(11),.table-ul-4 li:nth-child(12),
.table-ul-4 li:nth-child(14){
    padding: 27px 50px;
}
.table-ul-4 li:nth-child(13) {
    padding: 29px 50px;
}
.table-ul-4 li:nth-last-child(1){
    padding: 27px 50px;
    border: none;
    border-left: 1px solid #FFFFFF33;
    border-radius: 0px 0px 10px 0px;
}
@media (min-width: 768px) {
    .salry-sec{
        background: #000 url(https://cdn.oppyotest.com/launches/gethumanaiforce/special/salary-bg.webp) no-repeat center center;
        background-size: cover;
    }
    .table-frame{
        background: url("https://cdn.oppyotest.com/launches/gethumanaiforce/special/salary-frame.webp") no-repeat;
        background-size: 100% 100%;
        padding: 50px;
        border: unset;
        border-radius: unset;
    }
    .salary-text{
        background: #64FE4B33;
        border-radius: 10px;
        padding: 6px;
    }
}
@media (max-width:1124px) {
    .table-1{
        overflow-x: scroll;
        padding: 0px 15px;
    }
    .table-1>div{
        width:1170px;
        /* overflow-x: scroll; */
    }
}
/* salry-sec end */

/*compare section start*/
.compare-section{
    background: #fff;
}

.winning-box{
    padding: 36px 110px;
    border-top: 1px solid #378E00;
    border-left: 1px solid #378E00;
    border-right: 1px solid #378E00;
    border-width: 1px, 0px, 1px, 1px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background: #378E00;
    border-radius: 20px 20px 0px 0px;
    box-shadow: -5px 4px 30px 0px #00000026;
    margin-top: -24px;
}
.compare-list-1{
    box-shadow: -5px 4px 30px 0px #00000026;
    border-radius: 0px 0px 0px 20px;
}
.compare-list-1 li {
    list-style: none;
    text-align: left;
    padding: 25px 25px 25px 70px;
    background: url("https://cdn.oppyotest.com/launches/gethumanaiforce/special/happy-tick.webp") no-repeat;
    background-position: 23px 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-left: 1px solid #378E00;
    background-color: #FFFFFF;
}
.compare-list-1 li:nth-child(odd){  
    background-color: #E6FFC7;
}
.compare-list-1 li:last-child{
     border-bottom: 1px solid #378E00;
    /*background-image: none;
    padding-top: 45px; */
    border-radius: 0px 0px 0px 20px;
}
.losing-box {
    padding: 24px 110px;
    background: #FF361D;
    border: 1px solid #FF361D;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0px 20px 0px 0px;
    /* margin-top: -71px; */
}
.compare-list-2 li{
    list-style: none;
    text-align: left;
    background: url("https://cdn.oppyotest.com/launches/gethumanaiforce/special/sad-tick.webp") no-repeat;
    background-position: 23px 25px;
    padding: 25px 41px 25px 65px;
    border-right: 1px solid #FF361D;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #FCDDDA;
    
}
.compare-list-2 li:nth-child(even){  
    background-color: #FFEBE9;
}
.compare-list-2 li:last-child{
    border-radius: 0px 0px 20px 0px;
    border-bottom: 1px solid #FF361D;
    padding: 25px 35px 25px 65px;
}
.compare-list-2 li:nth-child(1), .compare-list-2 li:nth-child(3), .compare-list-2 li:nth-child(6){
    padding: 38px 41px 38px 65px;
    background-position: 23px 36px;
}
@media (max-width: 1124px) {
    .table-1 {
        overflow-x: scroll;
        /* padding: 0px 15px; */
    }
    .table-1>div{
        width:1170px;
        /* overflow-x: scroll; */
    }
}
@media(min-width:768px){
    /* .compare-section{
        padding: 50px 0px;
    } */
    .px-md-14{
        padding-left: 14px;
        padding-right: 14px;
    }
    .mt-md165{
        margin-top: 165px !important;
    }
}

/* compare section end */

/* fear sec start */
.fear-sec{
    background: #fff;
}
.fair-text {
    border: 2px solid #FF361D;
    background: #FF462F1A;
    border-radius: 20px;
    display: inline-block;
    padding: 0px 58px;
}
.theme-brush {
    background: url(https://cdn.oppyotest.com/launches/gethumanaiforce/special/blue-frame.webp) no-repeat;
    background-size: 100% 100%;
    padding: 1px 20px;
}
@media (min-width: 768px) {
    .fear-sec{
        background: #fff url(https://cdn.oppyotest.com/launches/gethumanaiforce/special/fair-bg.webp) no-repeat bottom center;
        background-size: cover;
    }
    .fair-text{
        border-radius: 40px;
        padding: 0px 30px;
    }
    .theme-brush {
        padding: 1px 30px;
    }
}
/* fear sec end */

/* bonusess-sec start */
.bonusess-sec{
    background: #0c1d23;
}
@media (min-width: 768px) {
    .bonusess-sec{
        background: #ffffff url("https://cdn.oppyotest.com/launches/gethumanaiforce/special/bonusses-bg.webp") no-repeat bottom center;
        background-size: cover;
        padding: 50px 0px 100px;
    }
}
/* bonusess-sec end */

/* bonus sec start */
.bonus-sec {
    background: #ffffff;
}
.bonus-section-shape {
    /* display: inline-block; */
    border-radius: 10px;
    border: 1px solid var(--neon-clr);
    background: linear-gradient(90deg, #E5F5F3 0%, #F6F0FF 50%, #FFF4EB 100%);
    height: 100%;
    padding: 20px;
}

.margin-t-30 {
    margin-top: -30px;
}
.bonus-headline-top {
    padding: 4px 55px;
    display: inline-block;
    text-align: center;
    background: url(https://cdn.oppyotest.com/launches/gethumanaiforce/special/bonus-head.webp) no-repeat center center;
    background-size: 100% 100%;
}
@media (min-width: 768px){
    .margin-t-78 {
        margin-top: -66px;
    }
    .bonus-section-shape {
        padding: 55px 30px 30px;
    }
}
/* bonus sec end */

/* cost sec start */
.cost-text {
    background: url("https://cdn.oppyotest.com/launches/gethumanaiforce/special/everyone-frame.webp") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 0px 3px 0px 20px;
}

/* cost sec end */



/* moneyback sec start */
.moneyback-sec{
    background: #090317;
}
.moneyback-h{
    background: url("https://cdn.oppyotest.com/launches/gethumanaiforce/special/blue-frame.webp") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 10px;
}
@media (min-width:768px) {
    .moneyback-sec{
        background: #090317 url("https://cdn.oppyotest.com/launches/gethumanaiforce/special/moneyback-bg.webp") no-repeat center center;
        background-size: cover;
    }
    .moneyback-h {
        padding: 10px 84px 10px 43px;
        position: relative;
    }
    .moneyback-h::after {
        content: url(https://cdn.oppyotest.com/launches/gethumanaiforce/special/thanking-emoji-1.webp);
        position: absolute;
        top: -14px;
        right: -28px;
    }
}
/* moneyback sec end */


/* table section start */
.table-section {
    background: #fff;
}
.tablebox2 {
    background: #fff;
    width: 100%;
    float: left;
    border-radius: 10px;
    border: 1px solid #232323;
}
.tbbg2 {
    background: url("https://cdn.oppyotest.com/launches/gethumanaiforce/special/white-table.webp") no-repeat center center;
    background-size: cover;
    padding: 50px 30px 30px 30px;
    background-size: cover;
    border-radius: 10px 10px 0 0;
}
ul.vgreytick {
    padding: 0;
}
.tablebox2 ul {
    padding-left: 0;
    color: #010101;
}
ul.vgreytick li {
    background: url(https://cdn.oppyotest.com/launches/gethumanaiforce/special/vgreytick.webp) no-repeat;
    list-style: none;
    text-align: left;
    padding: 15px 15px 15px 50px;
    background-position: 15px 22px;
    color: #000;
}
ul.cross-ul li {
    background: url(https://cdn.oppyotest.com/launches/gethumanaiforce/special/cross.webp) no-repeat;
    list-style: none;
    text-align: left;
    padding: 15px 15px 15px 50px;
    background-position: 15px 22px;
    color: #000;
}
.tablebox2 ul.vgreytick li:nth-child(even) {
    background-color: #a19fff45;
}
.tablebox2 ul.vgreytick li:nth-child(15) {
    background-color: #a19fff45;
}
.tablebox3 ul.vgreytick li:nth-child(odd) {
    /* background-color: #bfe9ffd4; */
    background-color: #64fe4b30;
}
/* ul.cross-ul li:nth-child(1) {
    background-color: #e6e5ff ;
} */
ul.cross-ul li:nth-child(1) {
    background-color: #e6e5ff;
}
ul.cross-ul li:nth-child(2) {
    background-color: #ffffff !important;
}
ul.cross-ul li:nth-child(3) {
    background-color: #e6e5ff;
}
ul.cross-ul li:nth-child(4) {
    background-color: #ffffff !important;
}
ul.cross-ul li:nth-child(5) {
    background-color: #e6e5ff;
}
ul.cross-ul li:nth-child(6) {
    background-color: #ffffff !important;
}
.tablebox3 {
    width: 100%;
    float: left;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
    position: relative;
    border: 1px solid #232323;
    padding-bottom: 20px;
    /* background-color: #080E20; */
   
}
.tbbg3 {
    /* background: #080E20; */
    background: url("https://cdn.oppyotest.com/launches/gethumanaiforce/special/table-frame.webp") no-repeat bottom center;
    background-size: cover;
    padding: 11px 30px;
    background-size: 100% 100%;
    border-radius: 10px 10px 0 0;
    min-height: 250px;
}
ul.vgreytick li:nth-child(even) {
    background-color: #fff;
}
.myfeatureslast{background: #fff;border-radius: 0 0 9px 9px;}
.table-sale{
    background: var(--green-clr);
    border-radius: 48px;
    padding: 2% 5%;
    display: inline-block;
}
.vgreytick li.headline {
    background: var(--theme-clr);
    padding: 20px 0px 20px 0px;
    background-position: 0px !important;
    list-style: none;
    margin: 0px;
    border-bottom: none !important;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
}
.br-sec{
    border: 1px solid #43C5ED;
    border-radius: 10px;
}
.table-border-content {
    background: #fff;
    border: 3px dashed #999;
    max-width: 95%;
    margin: 0 auto;
    height: auto;
    overflow: auto;
    padding-bottom: 10px;
}
.tb-check {
    background: #FEFE9B;
    padding: 18px 18px 18px 10px;
}
@media (min-width: 768px){
    .tbbg2 {
        padding: 50px 30px 0px 30px;
        background-size: 100% 100%;
        border-radius: 10px 10px 0 0;
        min-height: 294px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    ul.vgreytick li {
        padding: 20px 15px 20px 65px;
        background-position: 30px 22px;
    }
    ul.cross-ul li {
        padding: 20px 15px 20px 65px;
        background-position: 30px 22px;
    }
    .tablebox3 {
        padding-bottom: 40px;
        border-radius: 30px;
    }
    .tbbg3 {
        padding: 25px 30px 25px 30px;
        background-size: 100% 100%;
        border-radius: 10px 10px 0 0;
        min-height: 550px;
    }
    .table-border-content {
        max-width: 80%;
    }
}
/* table section end */

/* ticking sec start */
.ticking-sec{
    background: #ECF1FF;
}
.brown-brush{
    background: url(https://cdn.oppyotest.com/launches/gethumanaiforce/special/blue-frame.webp) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 3px 20px;
}

/* @media (min-width:768px) {
    .ticking-sec{
        background: url(https://cdn.oppyotest.com/launches/gethumanaiforce/special/income-bg.webp) no-repeat center center;
        background-size: cover;
    }
} */
/* ticking sec end */

/* faq sec start */
.faq-section {
    background: #ECF1FF;
}
.faq-list {
    background: url(https://cdn.oppyotest.com/launches/gethumanaiforce/special/faq-icon.webp) no-repeat top left;
    background-color: #ffffff;
    padding: 20px 15px 20px 55px;
    background-position: 15px 25px;
    border: 1px solid var(--blue-clr);
    border-radius: 20px;
}
@media (min-width: 768px){
    /* .faq-section {
        background: url(https://cdn.oppyotest.com/launches/gethumanaiforce/special/result-sec-bg.webp) no-repeat center center;
        background-size: cover;
    } */
}
/* faq sec end */

/* final-call start */
.cta-section-white {
    background: #ffffff;
    padding: 30px 0;
}
@media (min-width: 768px){
    .cta-section-white {
        background: #ffffff url(https://cdn.oppyotest.com/launches/gethumanaiforce/special/demo-bg.webp) no-repeat top center;
        background-size: cover;
        padding: 80px 0px;
    }
}
/* final-call end */

/* inside sec start */
.inside-section {
    background: #ffffff;
}

/* inside sec end */

/* footer start */
.footer-section {
    background: #000000;
    padding: 30px 0px;
}
.footer-ul {
    padding: 0px;
    margin: 0px;
}
.footer-ul li {
    display: inline;
}
.footer-ul .t-decoration-none:hover {
    color: #fff;
}
@media(min-width:768px) {
    .footer-section {
        padding: 70px 0px;
    }
}

/* footer end */


@media (min-width: 768px) {
    .f-md-54 {
        font-size: 54px;
    }
    .f-md-58{
        font-size: 58px;
    }
    .f-md-66{
        font-size: 66px;
    }
    .f-md-80 {
        font-size: 80px;
    }
    .f-md-55 {
        font-size: 55px;
    }
    .f-md-70 {
        font-size: 70px;
    }
    .f-md-100 {
        font-size: 100px;
    }
}
/*  */


/* swiper-1 css start */
.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    min-height: 20px !important;
    width: 20px !important;
    background: var(--theme-clr);
    color: #fff;
    border-radius: 50%;
    padding: 12px 23px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 800;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 22px !important;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset,15px) !important;
    left: auto;
}
/* .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset,15px) !important;
    right: auto;
} */
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset,8px) !important;
    right: auto;
}
/* .swiper-button-next, .swiper-button-prev {
    position: absolute;
    bottom: -45px !important;
} */
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset,113%) !important;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -50px !important;
    top: var(--swiper-pagination-top,auto);
    left: 0;
    width: 100%;
}
.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    background: linear-gradient(284.33deg, rgba(29, 187, 255, 0.4) 1.91%, rgba(176, 103, 255, 0.4) 100.57%) !important;
}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--theme-clr) !important;
}
@media (min-width:768px) {
    /* .swiper-button-next:after, .swiper-button-prev:after {
        font-family: swiper-icons;
        font-size: 44px !important;
        text-transform: none!important;
        letter-spacing: 0;
        font-variant: initial;
        line-height: 1;
        min-height: 100px !important;
        width: 100px !important;
        background: var(--theme-clr);
        color: #fff;
        border-radius: 50% !important;
        padding: 12px 41px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 800;
    } */
    .swiper-button-next:after, .swiper-button-prev:after {
        font-family: swiper-icons;
        font-size: 31px !important;
        text-transform: none!important;
        letter-spacing: 0;
        font-variant: initial;
        line-height: 1;
        min-height: 50px !important;
        width: 50px !important;
        background: var(--theme-clr);
        color: #fff;
        border-radius: 50% !important;
        padding: 14px 31px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 900 !important;
    }
    .swiper-button-next, .swiper-button-prev {
        top: var(--swiper-navigation-top-offset,50%) !important;
    }
    .swiper-button-next, .swiper-rtl .swiper-button-prev {
        right: var(--swiper-navigation-sides-offset,-9px) !important;
        left: auto;
    }
    .swiper-button-prev, .swiper-rtl .swiper-button-next {
        left: var(--swiper-navigation-sides-offset,-9px) !important;
        right: auto;
    }

    .swiper-pagination-bullet {
        width: 15px !important;
        height: 15px !important;
        background: linear-gradient(284.33deg, rgba(29, 187, 255, 0.4) 1.91%, rgba(176, 103, 255, 0.4) 100.57%) !important;
    }
}
/* swiper-1 css end */

/* video css */
.video-container {
    position: relative;
    display: inline-block;
}
.photo-border, .animal-border, .vertical-border{
    height: 100%;
}
.photo-border .video{
    width: 100%;
    height: 100%;
    border-radius: 14px;
    object-fit: cover;
}
.animal-border .video {
    width: 100%;
    height: 100%;
    border-radius: 11px;
    object-fit: cover;
}
.vertical-border .video {
    width: 100%;
    /* min-height: 550px; */
    height: 100%;
    border-radius: 11px;
    object-fit: contain;
}
.photo-border img {
    width: 100%;
    height: 100%;
    border-radius: 14px;
    object-fit: cover;
}
