/* fastpass */
html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Nunito', sans-serif;
    color: #000000;
    font-size: 14px;
    overflow-x: hidden;
}
.patua-font {
    font-family: "Patua One", serif;
}

html::-webkit-scrollbar {
    width: 10px; 
}

.caveat{
    font-family: 'Caveat', cursive;
}
.italic{
    font-style: italic;
}
.impact {
  font-family: "impact";
  font-style: normal;
}

html::-webkit-scrollbar-thumb {
    background: var(--blue-clr);
    border-radius: 25px;
}

/* Section Padding Start */
.sec-pd{
    padding-top: 40px;
    padding-bottom: 40px;
}
@media (min-width:768px){
    .sec-md-pd{
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

/* Section Padding End */

/* Color CSS */

:root {
    --black-clr:#010101;
    --white-clr: #fff;
    --grey-clr:#555555;
    --grey-clr1:#FFFFFF99;
    --brown-clr: #DF6A00;
    --blue-clr: #1C8BA6;


    --blue-clr1: #0D87E7;
    --blue-clr3: #27A3F0;
    --yellow-clr: #FEC432;
    --yellow-clr1: #FFBF05;
    --light-white: #010101CC;
    --red-clr:#ff373c;
    --red-clr1:#FF5E55;
    --red-clr2:#F26159;
    --red-clr3:#FF361D;
    --green-clr:#1c8ba6;
    --green-clr2:#00c50e;
    --green-clr3:#36b82a;
    --green-clr4:#27e9ff;
    --orange-clr: #F08506;
    --orange-clr-1: #FF8000;

    --green-clr1:#1C8BA6;
    --purple-clr: #1C8BA6;
    --theme-gradient: linear-gradient(180deg, #1EC6D9 0%, #003A48 90.86%)!important;
    --theme-gradient1: linear-gradient(90deg, #8EB5FD 0%, #5289EF 100%) !important;
}
/* Color CSS */
.black-clr {color: var(--black-clr)}

.white-clr,a.white-clr {color: var(--white-clr);}

.brown-clr{color:var(--brown-clr);}

.blue-clr {color: var(--blue-clr);}
.blue-clr1 {color: var(--blue-clr1);}
.blue-clr3 {color: var(--blue-clr3);}

.light-white{color: var(--light-white);}

.yellow-clr {color: var(--yellow-clr);}
.yellow-clr1 {color: var(--yellow-clr1);}

.green-clr {color: var(--green-clr);}
.green-clr1 {color: var(--green-clr1);}
.green-clr2 {color: var(--green-clr2);}
.green-clr3 {color: var(--green-clr3);}
.green-clr4 {color: var(--green-clr4);}


.red-clr{color: var(--red-clr);}
.red-clr1{color: var(--red-clr1);}
.red-clr2{color: var(--red-clr2);}
.red-clr3{color: var(--red-clr3);}

.grey-clr1 {color: var(--grey-clr1);}
.purple-clr {color: var(--purple-clr);}
.orange-clr {color: var(--orange-clr);}
.orange-clr-1 {color: var(--orange-clr-1);}

.theme-clr {
    background: var(--theme-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.br-gradient {
    border-image-slice: 1;
    width: 100%;
    border-bottom: 2px solid var(--blue-clr);
}

.text-success {
    color: #21AF21 !important;
}

.white-box{
    background: #1e6070;
    padding: 30px 0px 30px;
}
.feature-box{
    background: #00000008;
    border: 1px solid #FFFFFF33;
    box-shadow: 0px 0px 50px 0px #FFFFFF4D inset;
    border-radius: 10px;
    padding: 20px;
    height: 100%;
}
.features-title {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 15px;
}

.theme-btn {
    background: var(--theme-gradient);
    border: 2px solid #27E9FF;
    padding: 15px 14px;
    border-radius: 10px;
    display: inline-block;
    text-decoration: none;
    transition: all .3s ease;
}

.blue-clr{
    color: var(--blue-clr);
}

.btn-border:hover{
    transform: scale(1.1);
}
.theme-btn:hover{
    color: #ffffff;
    transform: scale(1.05);
}
a.affiliate-link-btn {
	border-radius: 10px;
	border-radius: 10px;
    background: var(--purple-clr);
	text-decoration: none;
	text-align: center;
    display: inline-block;
	padding: 10px 28px;
	font-size: 18px;
	color: #ffffff;
	transition: all .3s ease;
	/*animation: blink 1.5s linear infinite;*/
}
.post-head{
    border-radius: 10px;
    border: 1px dotted #5289EF;
    background: #FFFFFF;
    backdrop-filter: blur(25px);
    display: inline-block;
    padding: 10px;
}


/* @keyframes blink {
  0%{
    color: #fff;
  }  
  100%{
    color: #000;
  }
}  */
@media (min-width: 768px){
.theme-btn {
    padding: 35px 30px;
    border-radius: 100px;
}
a.affiliate-link-btn {
    padding: 10px 28px !important;
    font-size: 24px;
}
.img-width img{
    max-width: 80%;
}
.white-box{
    background: url(https://cdn.oppyotest.com/launches/cognex/bundle/feature-bg.webp) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    padding: 30px 0px 60px;
}
}

/* top header  */
.warning-box {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
}

.warning-box img {
    min-width: 52px;
    max-height: 50px;
    margin-right: 14px;
}
.btn-accent {
    background: var(--theme-gradient);
    color: #000000;
}
.btn-medium {
    padding: 0px 18px;
    border: 2px solid #6137F7 !important;
    font-size: 18px;
    line-height: 33px;
    border-radius: 10px;
    text-transform: uppercase;
    border: 0;
    /* animation: blink 1.5s linear infinite; */
}

.fixed-top-bar {
    background: var(--purple-clr);
    padding: 5px 0;
    position: sticky;
    top: 0;
    z-index: 99
}

.fixed-top-bar div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.fixed-top-bar img {
    max-width: 295px;
    margin-right: 15px
}

.fixed-top-bar a {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    fill: #000;
    color: #000;
    background-color: #ffffff;
    border-radius: 5px 5px 5px 5px;
    padding: 6px 15px 4px;
    animation: blink 1.5s linear infinite;
}

.fixed-top-bar div p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    margin-right: 15px
}


.fixed-top-bar div p span {
    text-decoration-line: line-through
}



/* .mainheading-text{
    font-style: italic;
    background: linear-gradient(90deg, #72F3E9 0%, #CFA8FF 50%, #FACEAB 100%);
    border-radius: 10px;
    padding: 0px 10px;
} */

/* button border animation css start */
@property --border-gradient-angle {
    syntax: "<angle>";
    inherits: true;
    initial-value: 0turn;
  }
  .btn-border{
    border: 10px solid #486ee747;
    display: inline-block;
    border-radius: 20px;
    transition: ease 0.3s;
    }
    .btn-border:hover{
        transform: scale(1.1);
    }
    .btn-border {
        /* padding: 4px;
        border-radius: 10px; */
        transition: ease 0.3s;
        /* display: inline-block;
        position: relative;
        background-image: conic-gradient(from var(--border-gradient-angle) at 50% 50%, transparent, #FFC401 14%,  #C90DF8 19%, #3538FF 23%, transparent 17%);
        background-size: contain;
        background-color:transparent;
        animation: rotateBG 5s linear infinite; */
    }
    .btn-border1 {
        /* padding: 4px;
        border-radius: 10px; */
        transition: ease 0.3s;
        /* display: inline-block;
        position: relative;
        background-image: conic-gradient(from var(--border-gradient-angle) at 50% 50%, transparent, #FFC401 14%,  #C90DF8 19%, #3538FF 23%, transparent 17%);
        background-size: contain;
        background-color:#ffffff;
        animation: rotateBG 5s linear infinite; */
    }
  
  @keyframes rotateBG {
    0% {
      --border-gradient-angle: 0turn;
    }
    100% {
      --border-gradient-angle: 1turn;
    }
  }

 .mainheadline{
    background: #D7F7FF;
    border: 1px solid #1c8ba6;
    padding: 10px;
    border-radius: 10px;
    /* display: inline-block;*/
}
 .mainheadline1{
    background: #ffffff;
    /* border: 2px solid #4B99FF; */
    padding: 20px 10px;
    border-radius: 10px;
    display: inline-block;
}
 .mainheadline2{
    background: #ffffff;
    /* border: 2px solid #4B99FF; */
    padding: 20px 10px;
    border-radius: 10px;
    display: inline-block;
}

.benefits{
    background: #E6FAFF;
    padding: 30px 0px;
}
/* .magically-text {
    background: #ffffff;
    border: 1px solid #5289EF;
    border-radius: 50px;
    padding: 5px 10px;
    display: inline-block;
} */

  /* button border animation css end */

@media (min-width: 768px){
    .warning-box {
        font-size: 16px;
    }
    .btn-medium {
        padding: 10px 28px;
        font-size: 24px;
    }
    .mainheadline{
        background: url(https://cdn.oppyotest.com/launches/cognex/bundle/main-head-frame.webp) no-repeat;
        background-size: 100% 100%;
        padding: 20px 15px 35px;
        border: unset;
        border-radius: unset;
    }
    /* .magically-text {
        border-radius: 100px;
        padding: 12px 20px;
    } */
    /* .mainheadline::before {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/cognex/bundle/blue-shade-main.webp");
        top: -22px;
        left: -20px;
    } */
    .mainheadline1{
        background: url(https://cdn.oppyotest.com/launches/cognex/bundle/main-heading.webp) no-repeat center center;
        background-size: 100% 100%;
        padding: 20px 30px 30px;
        display: inline-block;
        border: unset;
        border-radius: unset;
        position: relative;
    }
    .mainheadline1::before {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/cognex/bundle/blue-shade-main.webp");
        top: -22px;
        left: -20px;
    }
    .mainheadline2{
        background: url(https://cdn.oppyotest.com/launches/cognex/bundle/main-heading.webp) no-repeat center center;
        background-size: 100% 100%;
        padding: 20px 40px 30px;
        display: inline-block;
        border: unset;
        border-radius: unset;
        position: relative;
    }
    .mainheadline2::before {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/cognex/bundle/blue-shade-main.webp");
        top: -22px;
        left: -20px;
    }
    .benefits{
        padding: 100px 0px;
    }
}

 @keyframes blink {
  0%{
    color: #fff;
  }  
  100%{
    color: #000;
  }
} 
.btn-accent:hover {
    color: #000;
}
/* top header  */

.clr-1 {
    color: #4494FF;
}
.green-clr2 {
    color: #00da23;
}
.play {
    font-family: 'Play', sans-serif;
}
/* a:hover {
    color: #fff;
} */
/* --- Global Css Start--- */
.blue-gradient{
    --blue-gradient: var(--theme-gradient);
}
.white-clr {
    color: #fff;
}
.black-clr {
    color: #010101;
}
.orange-clr {
    color: #f6841f;
}
/* .red-clr{
    color: #ff0506;
} */
.sky-blue {
    color: #01dffb;
}

.neon-clr {
    background: var(--theme-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.relative {
    position: relative;
}

.support-link:hover{
        color: #0a58ca;
}
.img-shadow {
    box-shadow: 0px 0px 15px 0px rgb(73 76 80 / 25%);
}
.uppercase {
    text-transform: uppercase;
}

.instant-btn1 a {
    font-size: 20px;
}
.instant-btn1 a {
    border-radius: 10px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 15px 20px;
    font-size: 18px;
    line-height: 100%;
    color: #ffffff;
    font-weight: 600;
    transition: all .3s ease;
     background: var(--theme-gradient);
    backdrop-filter: blur(10px);
}
.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    border-radius: 20px;
    border: 2px solid rgba(255, 255, 255, 0.20);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.10) 0%, rgba(0, 0, 0, 0.03) 100%);
    backdrop-filter: blur(10px);
}
.close-img {
    width: 50px;
}
/* --- Global Css End--- */
/* --- Header Section Start--- */
.header-section {
    background: linear-gradient(193.57deg, #FFFFFF 62.75%, #65E0FF 110.97%);
    padding: 30px 0px;
}

.pre-heading {
    background: #5289EF1A;
    border: 1px dashed #5289EF;
    border-radius: 50px;
    padding: 5px 10px;
    display: inline-block;
}

.textbox{
    background: #ffffff;
    border: 1px solid transparent;
    background-image: linear-gradient(#fff, #fff), var(--theme-gradient);
    background-origin: border-box;
    background-clip: content-box, border-box;
    border-radius: 10px;
    height: 100%;
}
.textbox-1{
    padding: 0px 10px 20px;
}
.textbox-inner{
    border-radius: 5px;
    background: #191919;
    display: inline-block;
    padding: 10px 16px;
}
.orange-brush{
    background: url(https://cdn.oppyotest.com/launches/cognex/bundle/orange-brush.webp) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 10px 20px;
}

.blue-brush{
    background: url(https://cdn.oppyotest.com/launches/cognex/bundle/blue-brush.webp) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 10px 20px;
}

.purple-brush1{
    background: url(https://cdn.oppyotest.com/launches/cognex/bundle/purple-brush1.webp) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 10px 20px;
}
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);
}
.leader-ul li a{
    position: relative;
  transition: all .5s;
}


.header-section ul.leader-ul li a {
    text-decoration: none;
    font-weight: 800;
    padding:10px 10px;
}
/* .header-section ul.leader-ul li a:hover{
    color: black;
} */

.mt-top{
    margin-top: -15px;
}


@media(min-width:768px) {
    .header-section {
        background:#fff url(https://cdn.oppyotest.com/launches/cognex/bundle/header-bg.webp) no-repeat top center;
        background-size: cover;
        padding: 40px 0px 100px 0px;
    }
    .textbox{
        /* padding: 0px 16px 24px 15px; */
        /* min-height: 397px; */
    }
    .textbox-1{
        padding: 0px 16px 24px 15px;
    }
    .mt-top{
    margin-top: -48px;
}

    /* .textbox-inner{
        padding: 10px;
    } */
    .pre-heading {
        border-radius: 100px;
        padding: 12px 30px;
    }
    .f-md-70 {
        font-size: 70px !important;
    }
}
/* --- Header Section End--- */
/* --- New Section Start--- */
.new-section {
    background: #ffffff;
    padding: 30px 0px;
}

.menu-list {
    border: 3px solid #1C8BA699;
    box-shadow: -5px 5px 15px rgb(0 0 0 / 15%);
    border-radius: 15px;
    background-color: #FFFFFF;
    padding: 15px 15px 15px 30px;
    /* margin-top: 30px; */
    display: flex;
    align-items: center;
    gap: 20px;
    height: 100%;
}
@media (max-width: 767px) {
    /* .content-mbl-space {
        padding: 30px 15px;
    } */
    .f-md-70 {
        font-size: 70px;
    }
}
/* --- New Section End--- */

/* --- Second Section Start--- */
.elite-section {
    padding: 30px 0;
    background: #ffffff;
}
.enterprise-section {
    padding: 30px 0;
    background: #EEFBFF;
}
.studio-section {
    padding: 30px 0;
    background: #EEFBFF;
}
.agency-section {
    padding: 30px 0;
    background: #EEFBFF;
}

.plan1-shape {
    border-radius: 10px;
    padding: 20px;
    position: relative;
    background-color: #ffffff;
    box-shadow: 0px 0px 12px 0px rgb(96 145 169 / 19%);
}
.plan2-shape {
    border-radius: 10px;
    padding: 20px;
    position: relative;
    background-color: #ffffff;
    box-shadow: 0px 0px 12px 0px rgba(96, 145, 169, 0.19);
}
@font-face {
    font-family: 'handsean';
    src: url(../fonts/handsean.ttf);
}
.title-shape {
    background: var(--theme-gradient);
    padding: 5px;
    border-radius: 20px;
    display: inline-block;
}
.title-shape1 {
    background: var(--theme-gradient);
    padding: 10px;
    border-radius: 65px;
    display: inline-block;
}
.kaptick li {
    list-style: none;
    background: url(https://cdn.oppyotest.com/launches/cognex/bundle/kap-tick.webp) no-repeat;
    background-position: 10px 3px;
    padding: 0 0 15px 45px;
    color: #000000;
    line-height: 150%;
    font-size: 18px;
}
.kaptick1 li {
    list-style: none;
    background: url(https://cdn.oppyotest.com/launches/cognex/bundle/kap-tick.webp) no-repeat;
    background-position: 10px 3px;
    padding: 0 0 15px 45px;
    color: #000000;
    line-height: 150%;
    font-size: 18px;
}
.kaptick li:last-child {
    padding-bottom: 0px;
}
.kaptick1 li:last-child {
    padding-bottom: 0px;
}
.moneyback-section {
    background: #eefbff;
    padding: 30px 0 30px;
}
.second-header-section {
    padding: 30px 0;
    background: #111;
}
.step-shape {
    border-width: 3px;
    border-color: #f6841f;
    border-style: solid;
    border-radius: 15px;
    background-color: transparent;
    position: relative;
    width: 100%;
    float: left;
    padding: 20px;
    height: 100%;
    color: #fff;
}
.section-margin {
    margin-top: 40px !important;
}
.ved_search_box {
    position: relative;
    overflow: hidden;
    height: 30px;
    width: 100%;
}
.ved_search_box .ved_search_placeholders {
    animation: text2 5s ease 3s infinite normal none;
}
.ved_search_box .ved_search_placeholders {
    position: absolute;
    top: 0;
    left: 0;
    right: 0px;
    pointer-events: none;
    animation: text2 5s ease 3s infinite normal none;
}
.blue-gradient {
    background: var(--blue-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* .orange-frame-1 {
    background: #DF6A00;
    border: 1px solid #ffffff;
    border-radius: 10px;
    display: inline-block;
    padding: 10px;
}
.pink-frame {
    background: #D15DFF;
    border: 1px solid #010101;
    border-radius: 10px;
    display: inline-block;
    padding: 10px;
}
.blue-frame-1 {
    background: #5e80f1;
    border: 1px solid #010101;
    border-radius: 10px;
    display: inline-block;
    padding: 10px;
} */

.gradient-frame{
    background: var(--blue-clr);
    border-radius: 5px;
    display: inline-block;
    padding: 10px;
}
.yellow-border-card {
    background: #00000008;
    border: 1px solid #FFFFFF33;
    box-shadow: 0px 0px 50px 0px #FFFFFF4D inset;
    border-radius: 10px;
    padding: 20px 10px 0px;
    height: 100%;
}


@media(min-width:768px) {
    .title-shape {
        background: url(https://cdn.oppyotest.com/launches/cognex/bundle/purple-brush1.webp) no-repeat;
        background-size: 100% 100%;
        border-radius: 0px;
        padding: 5px 30px;
    }
    .title-shape1 {
        background: url(https://cdn.oppyotest.com/launches/cognex/bundle/purple-brush1.webp) no-repeat;
        background-size: 100% 100%;
        border-radius: 0px;
        padding: 5px 30px;
    }
    .tablebox-inner-bg {
        padding: 30px 0px 0px;
        border-radius: 30px;
    }
    .tablebox-bottom {
        padding: 10px 0px 30px;
        border-radius:0px 0px 27px 27px;
    }
    .section-margin {
        margin-top: 300px !important;
    }
    /* .orange-frame-1 {
        background: url(https://cdn.oppyotest.com/launches/cognex/bundle/orange-frame.webp) no-repeat;
        background-size: 100% 100%;
        padding: 0px 26px;
        border: unset;
        border-radius: unset;
    }
    .pink-frame {
        background: url(https://cdn.oppyotest.com/launches/cognex/bundle/pink-frame.webp) no-repeat;
        background-size: 100% 100%;
        padding: 10px 26px;
        border: unset;
        border-radius: unset;
    }
    .blue-frame-1 {
        background: url("https://cdn.oppyotest.com/launches/cognex/bundle/blue-frame.webp") no-repeat;
        background-size: 100% 100%;
        padding: 0px 26px;
        display: inline-block;
        border: unset;
        border-radius: unset;
    } */
    .new-section {
        padding: 80px 0px 100px;
    }
    .main-box,.main-box-2,.main-box-3,.main-box-4{
        padding: 50px 100px;
    }
    /* .pimg {
        margin-top: -255px;
    } */
    .section1 {
        padding: 40px 0 60px;
    }
    .enterprise-section {
        padding: 40px 0 60px;
    }
    /* .studio-section {
        padding: 40px 0 60px;
    } */
    /* .agency-section {
        padding: 40px 0 60px;
    } */
    /* .instant-btn a {
        font-size: 34px;
        padding: 28px 30px 30px 30px;
    } */
    .kaptick li {
        padding: 5px 0 30px 45px;
        background-position: 5px 6px;
    }
    .kaptick1 li {
        padding: 5px 0 7px 40px;
        background-position: 5px 8px;
    }
    .img-shadow {
        box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 25%);
    }
    .moneyback-section {
        padding: 100px 0 100px 0px;
        background: url(https://cdn.oppyotest.com/launches/cognex/bundle/moneyback-bg.webp) no-repeat;
        background-position: center center;
        background-size: cover;
    }
    .yellow-border-card {
        border-radius: 20px;
        padding: 20px;
    }
}
/* --- Second Section End--- */

/* --- Third Section Start--- */
.section2 {
    padding: 30px 0;
    background: #ffffff;
}
.tablebox1 {
    border: 3px solid #000000;
    /* background-image: linear-gradient(#fff, #fff), var(--theme-gradient);
    background-origin: border-box;
    background-clip: content-box, border-box; */
    width: 100%;
    float: left;
    border-radius: 30px;
}
.tablebox-inner-bg {
    background:  linear-gradient(180deg, #000000 0%, #1C8BA6 76.45%);
    border-radius: 27px;
}
.tablebox-bottom {
    background: #fff;
    padding: 10px;
    border-radius:0px 0px 27px 27px;
}
.table-headline-shape {
    background: #FEC432;
    display: inline-block;
    border-radius: 48px;
    padding: 1% 5%;
}
.odd-shape {
    background: #ffffff;
    padding: 10px 15px;
}
.bottom-border{
    border-bottom: 2px solid #746868c0;
}
.even-shape {
    background: var(--blue-clr);
    padding: 10px 15px;
    color: #ffffff !important;
}
.price-shape {
    background: #ffffff;
    display: inline-block;
    border-radius: 5px;
    padding: 4px 5px 4px 5px;
}
.price-shape1 {
    background: var(--blue-clr);
    display: inline-block;
    border-radius: 5px;
    padding: 4px 5px 4px 5px;
}
/* .now-price {
    background: var(--theme-gradient);
    padding: 12px 10px;
    border-radius: 22px;
} */
.myfeatures {
    float: left;
    /* padding: 25px 6px; */
    width: 100%;
    min-height: 69px;
}
.table-sale {
    background: url(https://cdn.oppyotest.com/launches/cognex/bundle/table-sale.webp) no-repeat;
    background-size: 100% 100%;
    padding: 11px 35px;
    display: inline-block;
}
@media (min-width: 768px) {
    .section2 {
        padding: 60px 0;
        /* background: #ffffff url(https://cdn.oppyotest.com/launches/cognex/bundle/table-bg-2.webp) no-repeat bottom center;
        background-size: cover; */
    }
            .table-sale {
        padding: 11px 70px;
    }
}
/* --- Third Section End--- */
footer{
    background: #000000;
    padding: 30px 0px;
}
.footer-ul {
    padding: 0px;
    margin: 0px;
}
.footer-ul li {
    display: inline;
}
@media(min-width:768px){
    footer{padding: 50px 0px;}
}

/* ============ */
.purple-brush {
    background: url("https://cdn.oppyotest.com/launches/cognex/bundle/purple-brush.webp") no-repeat;
    background-size: 100% 100%;
    padding: 0px 14px;
}
.border-field {
    padding: 20px;
    border: 1px solid black;
}
@media (min-width: 768px){
    .purple-brush{
        padding: 5px 25px;
    }
}
/* Floating Btn */

/* monthly box start */
.monthly-box {
    background: url("https://cdn.oppyotest.com/launches/cognex/bundle/montly-bg.webp") no-repeat;
    background-size: 100% 100%;
    padding: 3px 15px 30px;
    position: relative;
}
.One-Time-text{
    background: url("https://cdn.oppyotest.com/launches/cognex/bundle/one-time-bg.webp") no-repeat;
    background-size: 100% 100%;
    padding: 12px 59px;
    display: inline-block;
    margin: -10px;
}
@media (min-width: 768px) {
    .pl-md75 {
        padding-left: 75px !important;
    }
    .monthly-box{
        padding: 0px 106px 40px;
    }
}
/* monthly box end */

#scroll {
    background: var(--blue-clr);
    background-size: 150% 100%;
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    text-indent:-9999px;
    display:none;
    transition: all 0.6s ease-in-out;
    outline: 0;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background: var(--blue-clr);
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

/*  */

a.nothank {
    color: #EF3E3A;
    text-decoration: none;
    letter-spacing: 2px;
}

/* slider-sec start */
.slider-sec{
    background: linear-gradient(180deg, #190416 0%, #050517 100%);
}
.slider-main-image {
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    align-items: center;
    width: 100%;
}
.slider-main-image img {
    display: block;
    animation: slider-image-running 60s linear infinite;
    width: 250%;
    max-width: unset;
    /* min-height: unset; */
}
@keyframes slider-image-running {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}
/* @media (min-width:768px) {
    .slider-sec{
        background: #351a08 url(https://cdn.oppyotest.com/launches/kidsbookai/elite/slider-bg.webp) no-repeat center center;
        background-size: cover;
    }
} */
/* slider-sec end */

.twentytwenty-wrapper .twentytwenty-handle {
    height: 40px;
    width: 40px;
    border: 0;
    background: var(--theme-gradient);
    transform: translate(-50%, -50%);
    margin: 0;
}
.twentytwenty-container{
    border: 1px solid rgb(202, 224, 255);
    border-radius: 5px;
}
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after{
    width: 2px;
}
.bg-remover-twenty .twentytwenty-handle{
    height: 60px !important;
    width: 60px !important;
}
.bg-remover-twenty .twentytwenty-handle:before{
    bottom: 70% !important;
}
.bg-remover-twenty .twentytwenty-handle::after{
    top: 70% !important;
}

/* Fe sections Start */

/* Header CSS */
.fe-section {
    background: linear-gradient(193.57deg, #FFFFFF 62.75%, #65E0FF 110.97%);
    padding: 30px 0px;
}
.main-heading {
    background: #EEFBFF;
    border: 1px solid #1c8ba6;
    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: #DDF8FF;
    border: 1px dashed var(--green-clr1);
    border-radius: 50px;
    padding: 5px 10px;
    display: inline-block;
}

.post-head{
    background: #FFFFFF;
    border: 2px dashed var(--green-clr1);
    padding: 8px 12px;
    border-radius: 10px;
    display: inline-block;
}
/* .white-box{
    background: linear-gradient(180deg, #FDF0F6 0%, #FFFFFF 100%);
    padding: 20px 10px;
    border-radius: 10px;
} */
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);
}
.leader-ul li a{
    position: relative;
  transition: all .5s;
}


.fe-section ul.leader-ul li a {
    text-decoration: none;
    font-weight: 800;
    padding:10px 10px;
}
.fe-section ul.leader-ul li a:hover{
    color: #000000;
}
a.affiliate-link-btn {
	border-radius: 10px;
    border-radius: 10px;
    background:var(--blue-clr);
    text-decoration: none;
    text-align: center;
    display: block;
    padding: 5px 20px;
    /* border: 2px solid #070707; */
    font-size: 18px;
    color: var(--white-clr);
    font-weight: 800 !important;
    background-size: 150% 100%;
    transition: all 0.6s ease-in-out;
    outline: 0;
}
a.affiliate-link-btn:hover {
    /* background: var(--theme-bg-1); */
    color: var(--white-clr) !important;
    background-position: 100% 0%;
}

/* button border animation css start */
@property --border-gradient-angle {
    syntax: "<angle>";
    inherits: true;
    initial-value: 0turn;
  }
/* .btn-border {
    border: 10px solid #A5C500;
    background: var(--theme-bg);
    display: inline-block;
    border-radius: 20px;
    transition: ease 0.3s;
}
.btn-border:hover{
    transform: scale(1.05);
} */
   
  /* button border animation css end */

.gap20 {
    gap: 20px;
}

.header-white-box{
    background: #FFFFFF;
    /* border: 1px solid #FFFFFF33; */
    border-radius: 10px;
    padding: 15px 20px;
    box-shadow: 0px 5px 20px 0px #00000026;
    backdrop-filter: blur(50px);
    height: 100%;
    align-items: center;
}
.header-white-box img{
    max-height: 70px;
}
.fe-section .h-box{
    background: #FFFFFF1A;
    border-radius: 10px;
    border: 1px solid #5289EF;
    box-shadow: 0px 0px 10px 0px #5289EF80;
    /* border: double 1px transparent;
    background-image: linear-gradient(#E2F3FF, #E2F3FF), var(--theme-bg);
    background-origin: border-box;
    background-clip: content-box, border-box; */
}
.fe-section .blue-box {
    padding: 20px 10px;
}
.list-head {
    background: linear-gradient(180deg, #EAFAFF 0%, rgba(234, 250, 255, 0.2) 100%);
    border: 2px solid var(--green-clr);
    list-style: none;
    border-radius: 10px;
    padding: 20px 10px;
}
.list-head li {
    background: url(https://cdn.oppyotest.com/launches/cognex/bundle/list-head.webp) no-repeat;
    background-position: 4px 4px;
    padding: 0px 0px 15px 37px;
}
/* .list-head {
    border: 1px solid #406CF74D;
    background: #F1F5FE;
    padding: 15px 10px;
    border-radius: 10px;
} */
.list-head li:last-child{
    padding-bottom: 0px;
}

.video-box{
    border: 5px solid var(--green-clr1);
    box-shadow: 0px 0px 10px 8px #59f33e12;
    border-radius: 10px;
}

.Exclusive-text {
    background: #FFFFFF;
    border: 1px dashed var(--red-clr);
    border-radius: 10px;
    padding: 10px;
}
.green-header-frame{
    background: url("https://cdn.oppyotest.com/launches/cognex/bundle/green-header-frame.webp") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 0px 12px;
}
.red-header-frame{
    background: url("https://cdn.oppyotest.com/launches/cognex/bundle/red-header-frame.webp") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 0px 12px;
}
.price-text {
    background: url("https://cdn.oppyotest.com/launches/cognex/bundle/price-frame.webp") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 4px 8px;
}
.red-frame-1 {
    background: url("https://cdn.oppyotest.com/launches/cognex/bundle/red-frame-1.webp") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 2px 15px;
}
@media(min-width:768px){
    .fe-section {
        background: url(https://cdn.oppyotest.com/launches/cognex/bundle/header-bg.webp) no-repeat top center;
        background-size: cover;
        padding: 30px 0px 100px;
    }
    .magically-text {
        border-radius: 100px;
        padding: 13px 40px;
    }
    .main-text {
        padding: 4px 21px 6px;
        border-radius: 0 0 20px 20px;
    }
    .main-heading{
        background: url("https://cdn.oppyotest.com/launches/cognex/bundle/main-head-frame.webp") no-repeat;
        background-size: 100% 100%;
        padding: 0px 15px 35px;
        border: unset;
        border-radius: unset;
    }
    .green-wave{
        position: relative;
    }
    .green-wave::before {
        position: absolute;
        content: '';
        background: url("https://cdn.oppyotest.com/launches/cognex/bundle/green-wave.webp") no-repeat;
        bottom: -2px;
        left: 0;
        width: 100%;
        height: 10px;
    }
    .post-head{
        padding: 12px 24px;
    }
    a.affiliate-link-btn {
		padding: 15px 20px !important;
        font-size: 20px;
	}
    .list-head li {
        padding: 0px 0px 20px 37px;
    }

}
/* header-sec end */

/* platform-sec start */
.platform-sec{
    background: #E1F9FF;
}
.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/cognex/bundle/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: #E1F9FF url(https://cdn.oppyotest.com/launches/cognex/bundle/platform-bg.webp) no-repeat center center;
        background-size: cover;
        background-attachment: fixed;
    }
    .green-frame-1{
        background: url("https://cdn.oppyotest.com/launches/cognex/bundle/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/cognex/bundle/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/cognex/bundle/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: #EEFBFF;
    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/cognex/bundle/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/cognex/bundle/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/cognex/bundle/green-wave-2.webp") no-repeat;
        bottom: -1px;
        left: 0;
        width: 100%;
        height: 10px;
    }
        .power-text::after {
        position: absolute;
        content: url(https://cdn.oppyotest.com/launches/cognex/bundle/thumb-icon.webp);
        top: 8px;
        right: -17px;
    }
}
/* power-sec end */

/* leader-sec start */
.leader-sec{
    background: #EEFBFF;
}
.leader-sec-1, .leader-sec-3,
.leader-sec-5, .leader-sec-7,
.leader-sec-9, .leader-sec-11,
.leader-sec-13{
    background: #FFFFFF;
    padding: 80px 0px;
}
.leader-sec-2, .leader-sec-4,
.leader-sec-6, .leader-sec-8,
.leader-sec-10, .leader-sec-12{
    background: #EEFBFF;
    padding: 80px 0px;
}
 .leader-text {
    background: #FFFFFF;
    border: 2px solid var(--green-clr1);
    padding: 8px 15px;
    display: inline-block;
    border-radius: 20px;
    margin-top: -40px;
}

.leader-text-1 {
    background: var(--green-clr);
    padding: 8px 15px;
    display: inline-block;
    border-radius: 20px;
    margin-top: -40px;
}
.leader-box, .leader-box-1, .leader-box-2, 
.leader-box-3, .leader-box-4, .leader-box-5,
.leader-box-6, .leader-box-7, .leader-box-8,
.leader-box-9, .leader-box-10, .leader-box-11,
.leader-box-12, .leader-box-13{
    padding: 0 10px 20px;
    z-index: 1;
    position: relative;
}
.leader-box::after {
    position: absolute;
    content: '';
    border-radius: 20px;
    background: url("https://cdn.oppyotest.com/launches/cognex/bundle/leader-box-1.webp") no-repeat center center;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    max-width: 1370px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
/* .leader-box-1 {
    padding: 0 10px 20px;
    z-index: 1;
    position: relative;
} */
.leader-box-1::after {
    position: absolute;
    content: '';
    border-radius: 100px;
    background: url("https://cdn.oppyotest.com/launches/cognex/bundle/leader-box-2.webp") no-repeat center center;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    max-width: 1370px;
    top: 0;
    left: 50%;  
    transform: translateX(-50%);
    z-index: -1;
}
.leader-box-2::after {
    position: absolute;
    content: '';
    border-radius: 20px;
    background: url("https://cdn.oppyotest.com/launches/cognex/bundle/leader-box-3.webp") no-repeat center center;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    max-width: 1370px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.leader-box-3::after {
    position: absolute;
    content: '';
    border-radius: 20px;
    background: url("https://cdn.oppyotest.com/launches/cognex/bundle/leader-box-4.webp") no-repeat center center;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    max-width: 1370px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.leader-box-4::after {
    position: absolute;
    content: '';
    border-radius: 20px;
    background: url("https://cdn.oppyotest.com/launches/cognex/bundle/leader-box-5.webp") no-repeat center center;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    max-width: 1370px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.leader-box-5::after {
    position: absolute;
    content: '';
    border-radius: 20px;
    background: url("https://cdn.oppyotest.com/launches/cognex/bundle/leader-box-6.webp") no-repeat center center;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    max-width: 1370px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.leader-box-6::after {
    position: absolute;
    content: '';
    border-radius: 20px;
    background: url("https://cdn.oppyotest.com/launches/cognex/bundle/leader-box-7.webp") no-repeat center center;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    max-width: 1370px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.leader-box-7::after {
    position: absolute;
    content: '';
    border-radius: 20px;
    background: url("https://cdn.oppyotest.com/launches/cognex/bundle/leader-box-8.webp") no-repeat center center;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    max-width: 1370px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.leader-box-8::after {
    position: absolute;
    content: '';
    border-radius: 20px;
    background: url("https://cdn.oppyotest.com/launches/cognex/bundle/leader-box-9.webp") no-repeat center center;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    max-width: 1370px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.leader-box-9::after {
    position: absolute;
    content: '';
    border-radius: 20px;
    background: url("https://cdn.oppyotest.com/launches/cognex/bundle/leader-box-10.webp") no-repeat center center;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    max-width: 1370px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
/*  */
.leader-box-10::after {
    position: absolute;
    content: '';
    border-radius: 20px;
    background: url("https://cdn.oppyotest.com/launches/cognex/bundle/leader-box-11.webp") no-repeat center center;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    max-width: 1370px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.leader-box-11::after {
    position: absolute;
    content: '';
    border-radius: 20px;
    background: url("https://cdn.oppyotest.com/launches/cognex/bundle/leader-box-12.webp") no-repeat center center;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    max-width: 1370px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.leader-box-12::after {
    position: absolute;
    content: '';
    border-radius: 20px;
    background: url("https://cdn.oppyotest.com/launches/cognex/bundle/leader-box-13.webp") no-repeat center center;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    max-width: 1370px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
/* .leader-box-13::after {
    position: absolute;
    content: '';
    border-radius: 20px;
    background: url("https://cdn.oppyotest.com/launches/cognex/bundle/leader-box-14.webp") no-repeat center center;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    max-width: 1370px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
} */

.feature-text {
    background: #ffffff;
    border: 1px solid var(--green-clr1);
    padding: 15px;
    border-radius: 20px;
    display: inline-block;
}

.voice-box{
    background: linear-gradient(180deg, #1C8BA6 0%, #000000 71.76%);
    border-radius: 20px;
    padding: 20px 4px;
    height: 100%;
}
.voice-box audio{
    max-width: 90%;
}
@media(min-width:768px){
    .leader-sec{
        background: url("https://cdn.oppyotest.com/launches/cognex/bundle/leader-bg.webp") no-repeat center center;
        background-size: cover;
    }
    .leader-sec-1{
        background: url("https://cdn.oppyotest.com/launches/cognex/bundle/leader-bg-1.webp") no-repeat top center;
        background-size: cover;
        padding: 165px 0 120px;
    }
    .leader-sec-2{
        background: url("https://cdn.oppyotest.com/launches/cognex/bundle/leader-bg-2.webp") no-repeat top center;
        background-size: cover;
        padding: 165px 0 120px;
    }
    .leader-sec-3{
        background: url("https://cdn.oppyotest.com/launches/cognex/bundle/leader-bg-3.webp") no-repeat top center;
        background-size: cover;
        padding: 165px 0 120px;
    }
    .leader-sec-4{
        background: url("https://cdn.oppyotest.com/launches/cognex/bundle/leader-bg-4.webp") no-repeat top center;
        background-size: cover;
        padding: 165px 0 120px;
    }
    .leader-sec-5{
        background: url("https://cdn.oppyotest.com/launches/cognex/bundle/leader-bg-5.webp") no-repeat top center;
        background-size: cover;
        padding: 165px 0 120px;
    }
    .leader-sec-6{
        background: url("https://cdn.oppyotest.com/launches/cognex/bundle/leader-bg-6.webp") no-repeat center center;
        background-size: cover;
        padding: 165px 0 120px;
    }
    .leader-sec-7{
        background: url("https://cdn.oppyotest.com/launches/cognex/bundle/leader-bg-7.webp") no-repeat center center;
        background-size: cover;
        padding: 165px 0 120px;
    }
    .leader-sec-8{
        background: url("https://cdn.oppyotest.com/launches/cognex/bundle/leader-bg-8.webp") no-repeat center center;
        background-size: cover;
        padding: 165px 0 120px;
    }
    .leader-sec-9{
        background: url("https://cdn.oppyotest.com/launches/cognex/bundle/leader-bg-9.webp") no-repeat center center;
        background-size: cover;
        padding: 165px 0 120px;
    }
    .leader-sec-10{
        background: url("https://cdn.oppyotest.com/launches/cognex/bundle/leader-bg-10.webp") no-repeat center center;
        background-size: cover;
        padding: 165px 0 120px;
    }
    .leader-sec-11{
        background: url("https://cdn.oppyotest.com/launches/cognex/bundle/leader-bg-11.webp") no-repeat center center;
        background-size: cover;
        padding: 165px 0 120px;
    }
    .leader-sec-12{
        background: url("https://cdn.oppyotest.com/launches/cognex/bundle/leader-bg-12.webp") no-repeat center center;
        background-size: cover;
        padding: 165px 0 120px;
    }
    /* .leader-sec-13{
        background: url("https://cdn.oppyotest.com/launches/cognex/bundle/leader-bg-13.webp") no-repeat center center;
        background-size: cover;
        padding: 165px 0 120px;
    } */
         .feature-text {
        background: url(https://cdn.oppyotest.com/launches/cognex/bundle/green-frame-1.webp) no-repeat;
        background-size: 100% 100%;
        padding: 35px 37px 35px;
        border: unset;
        border-radius: unset;
    }
    .leader-text{
        border-radius: 50px;
        padding: 13px 50px;
        margin-top: -50px;
    }
    .leader-text-1 {
        border-radius: 50px;
        padding: 13px 50px;
    }
    .leader-box, .leader-box-1, 
    .leader-box-2, .leader-box-3, 
    .leader-box-4, .leader-box-5, 
    .leader-box-6, .leader-box-7,
    .leader-box-8, .leader-box-9,
    .leader-box-10, .leader-box-11,
    .leader-box-12, .leader-box-13  {
       padding: 0px 0px 100px 0px;
    }
    .voice-box{
        background: url("https://cdn.oppyotest.com/launches/cognex/bundle/voice-box.webp") no-repeat;
        background-size: 100% 100%;
        padding: 30px 40px 25px;
        border-radius: unset;
    }
    .voice-box audio{
        max-width: 100%;
    }
}
@media (max-width:1400px) {
    .leader-box::after, .leader-box-2::after, .leader-box-4::after, 
    .leader-box-6::after, .leader-box-8::after, .leader-box-10::after,
    .leader-box-12::after{
        position: absolute;
        content: '';
        border-radius: 20px;
        background: linear-gradient(180deg, #1C8BA6 0%, #000000 100%);
        height: 100%;
        width: 100%;
        max-width: 1270px;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
    }
    .leader-box-1::after, .leader-box-3::after, .leader-box-5::after, 
    .leader-box-7::after, .leader-box-9::after, .leader-box-11::after,
    .leader-box-13::after {
        position: absolute;
        content: '';
        border-radius: 20px;
        background: linear-gradient(180deg, #EEFBFF 0%, #EEFBFF 100%);
        border: 1px solid var(--green-clr);
        height: 100%;
        width: 100%;
        max-width: 1270px;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
    }

}
/* leader-sec end */

/* without-sec start */
.without-sec{
    background: #ffffff;
}
.without-text{
    background: #EEFBFF;
    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/cognex/bundle/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/cognex/bundle/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/cognex/bundle/line-1.webp");
        top: -10px;
        left: -14px;
    }
    .without-box-2::before {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/cognex/bundle/line-2.webp");
        top: -10px;
        left: -14px;
    }
}
/* without-sec end */

/* digital-sec start */
.digital-sec{
    background: #EEFBFF;
}
.green-frame-2{
    background: #FFFFFF;
    border: 1px solid var(--green-clr1);
    padding: 10px;
    border-radius: 20px;
    display: inline-block;
}
.instantly{
    background: url("https://cdn.oppyotest.com/launches/cognex/bundle/instantly-frame.webp") no-repeat;
    background-size: 100% 100%;
    padding: 5px 14px;
    display: inline-block;
    transform: rotate(1.99deg);
}
.digital-box{
    background: url("https://cdn.oppyotest.com/launches/cognex/bundle/digital-frame.webp") no-repeat;
    background-size: 100% 100%;
    padding: 20px 18px 15px;
}
@media (min-width: 768px) {
    .digital-sec {
        background: #EEFBFF url(https://cdn.oppyotest.com/launches/cognex/bundle/digital-bg.webp) no-repeat center center;
        background-size: cover;
    }
    .green-frame-2{
        background: url("https://cdn.oppyotest.com/launches/cognex/bundle/green-frame-2.webp") no-repeat;
        background-size: 100% 100%;
        padding: 25px;
        border: unset;
        border-radius: unset;
    }
}
/* digital-sec end */


/* btn-sec start */
.btn-sec{
    background: #000000;
    position: relative;
    /* z-index: -1; */
}
.cta-btn-border {
    border: 3px dashed #000000;
    border-radius: 10px;
    padding: 0px;
}
.cta-btn-bg {
    background: url('https://cdn.oppyotest.com/launches/cognex/bundle/cta-btn-border.webp') no-repeat center center;
    background-size: cover;
    padding: 20px 10px;
    border-radius: 10px;
}
@media(min-width:768px){
    .btn-sec{
        background:#000000 url(https://cdn.oppyotest.com/launches/cognex/bundle/btn-bg.webp) no-repeat center center;
        background-size: cover;
        padding: 80px 0px;
    }
    .cta-btn-border {
        border-radius: 13px;
        padding: 0px;
    }
    .cta-btn-bg {
        padding: 40px 42px;
        border-radius: 10px;
    }
}
/* btn-sec end */

/* warning section start */
.warning-section{
    background: #ffffff;
}
.warning-card{
    background: #fff;
    border: 5px dashed #FF361D;
    border-radius: 20px;
    padding: 0px 10px 10px;
}
.warning-shape {
    background: #FF361D;
    border-radius: 41px;
    padding: 4px 20px 4px;
    display: inline-block;
    margin-top: -25px;
}
@media (min-width: 768px) {
    .warning-section{
        background: #ffffff url(https://cdn.oppyotest.com/launches/cognex/bundle/warning-bg.webp) no-repeat bottom center;
        background-size: cover;
    }
    .warning-card{
        padding: 0px 50px 50px;
        position: relative;
    }
    .warning-shape{
        margin-top: -40px;
        padding: 0px 36px 8px;
    }
}
/* warning section end */

/* titan-sec start */
.titan-sec{
    background: linear-gradient(180deg, #000000 0%, #1C8AA5 76.45%);
}
.titan-text {
    background: #FFFFFF;
    border: 1px solid var(--green-clr1);
    padding: 15px;
    border-radius: 20px;
    display: inline-block;
}
.titan-text-1{
    background: #FFFFFF;
    border: 1px dashed #1C8BA6;
    border-radius: 50px;
    padding: 10px 15px;
    display: inline-block;
}

@media (min-width: 768px) {
    .titan-sec{
        background: #FFFFFF url(https://cdn.oppyotest.com/launches/cognex/bundle/titan-bg.webp) no-repeat bottom center;
        background-size: cover;
        padding-bottom: 212px;
    }
    .titan-text {
        background: url("https://cdn.oppyotest.com/launches/cognex/bundle/green-frame-1.webp") no-repeat;
        background-size: 100% 100%;
        padding: 38px 118px 35px;
        border: unset;
        border-radius: unset;
    }
    .green-wave-4{
        position: relative;
    }
    .green-wave-4::before {
        position: absolute;
        content: '';
        background: url("https://cdn.oppyotest.com/launches/cognex/bundle/green-wave-4.webp") no-repeat;
        bottom: -7px;
        left: 0;
        width: 100%;
        height: 10px;
    }
    .ai-titan-container {
        position: relative;
        /* width: 600px; */
        height: 790px;
        overflow: hidden;
    }

    .background-icons {
        position: absolute;
        top: 12px;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        animation: pulseZoom 2s linear infinite, blurFocus 2s linear infinite;
    }
    @keyframes pulseZoom {
        0%   { transform: scale(1); }
        50%  { transform: scale(1.05); }
        100% { transform: scale(1); }
    }
    .background-icons img {
        object-fit: cover;
    }
    .robot-center {
        position: absolute;
        top: 63%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
        width: 100%;
    }
    .titan-text-1{
        padding: 20px 42px;
    }
}
/* titan-sec end */

/* tool-sec start */
.tool-sec{
    background: #FFFFFF;
}
.tool-text{
    background: #EFFBFF;
    border: 1px dashed var(--green-clr);
    padding: 8px 20px;
    display: inline-block;
    border-radius: 100px;
}
.tool-text-1{
    background: #EFFBFF;
    border: 1px dashed #000000;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 10px;
}
.compare-box-1 {
    padding: 16px 28px 20px 28px;
    border-top: 4px solid #21B8D1;
    border-left: 4px solid #21B8D1;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 20px 0px 0px 0px;
    background: #ffffff;
}
.compare-list-1 li{
    list-style: none;
    text-align: left;
    padding: 30px 30px 30px 30px;
    border-left: 4px solid #21B8D1;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    background: #ffffff;
}

.compare-list-1 li:last-child{
    border-bottom: 3px solid #21B8D1;
    border-radius: 0px 0px 0px 20px;
    padding: 31px 30px 31.5px;
}
.compare-box-2 {
    padding: 19px 22px 19px;
    border-top: 4px solid #21B8D1;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background: #ffffff;
}
.compare-list-2 li {
    list-style: none;
    text-align: left;
    padding: 32px 30px 33px 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
}
.compare-list-2 li:nth-child(2){
    padding: 35px 30px 35px 50px;
}
.compare-list-2 li:nth-child(3), .compare-list-2 li:nth-child(4),
.compare-list-2 li:nth-child(8), .compare-list-2 li:nth-child(11), 
.compare-list-2 li:nth-child(12), .compare-list-2 li:nth-child(16),
.compare-list-2 li:nth-child(18), .compare-list-2 li:nth-child(20),
.compare-list-2 li:nth-child(21){
    padding: 32px 30px 32px 50px;
}
.compare-list-2 li:nth-child(5) {
    padding: 34px 30px 35px 50px;
}
.compare-list-2 li:nth-child(6){
    padding: 30px 30px 30px 50px;
}
.compare-list-2 li:nth-child(7){
    padding: 33px 30px 33px 50px;
}

.compare-list-2 li:nth-child(9){
    padding: 31px 30px 31px 50px;
}
.compare-list-2 li:nth-child(10){
    padding: 31px 30px 30px 50px;
}
.compare-list-2 li:nth-child(13){
    padding: 31px 30px 32px 50px;
}
.compare-list-2 li:nth-child(15){
    padding: 31px 30px 32px 50px;
}
.compare-list-2 li:nth-child(17){
    padding: 34px 30px 34px 50px;
}
.compare-list-2 li:last-child {
    border-bottom: 3px solid #21B8D1;
    background-image: none;
}
.compare-box-3 {
    padding: 20px 0px 20px 0px;
    background: #EFFBFF;
    border: 3px solid #21B8D1;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 20px 20px 0px 0px;
    margin-top: -82px;
}
.compare-list-3 li {
    list-style: none;
    text-align: left;
    padding: 35px 0px;
    border-left: 3px solid #21B8D1;
    border-right: 3px solid #21B8D1;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #EFFBFF;
}
.compare-list-3 li:nth-child(2) {
    padding: 38px 0px 39px;
}
.compare-list-3 li:nth-child(5) {
    padding: 38px 0px;
}
.compare-list-3 li:nth-child(6) {
    padding: 33px 0px;
}
.compare-list-3 li:nth-child(7) {
    padding: 36px 0px 37px;
}
.compare-list-3 li:nth-child(8) {
    padding: 35px 0px;
}
.compare-list-3 li:nth-child(9) {
    padding: 34px 0px;
}
.compare-list-3 li:nth-child(10) {
    padding: 34px 0px;
}
.compare-list-3 li:nth-child(14) {
    padding: 35px 0px 36px;
}
.compare-list-3 li:nth-child(17) {
    padding: 37px 0px 38px;
}
.compare-list-3 li:nth-child(19) {
    padding: 35px 0px 37px;
}
.compare-list-3 li:last-child {
    border-radius: 0px 0px 20px 0px;
    border-bottom: 3px solid #21B8D1;
    background-image: none;
}
.losing-frame{
    border: 2px solid #406CF7;
    padding: 10px;
    border-radius: 10px;
    display: inline-block;
    background: #ffffff;
}
.ultimate-border{
    border-top: double 1px transparent;
    border-bottom: double 1px transparent;
    background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(90deg, rgba(89, 243, 62, 0.102) 0%, #21B8D1 48.08%, rgba(89, 243, 62, 0.102) 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
}
.ultimate-box{
    background: linear-gradient(90deg, rgba(255, 228, 228, 0) 0%, #FFF0F0 21.05%, #FFFFFF 100%);
    padding: 20px;
}
.ultimate-red-box{
    background: #FEEAE9;
    border: 1px solid #FF361D;
    border-radius: 10px;
    padding: 20px;
}
.ultimate-blue-box{
    background: #EFFBFF;
    border: 1px solid #21B8D1;
    border-radius: 10px;
    padding: 20px;
}
.ultimate-ul li {
    list-style: none;
    background: url(https://cdn.oppyotest.com/launches/cognex/bundle/tool-tick.webp) no-repeat;
    background-position: 0px 0px;
    padding: 0px 0px 15px 40px;
}
.ultimate-ul li:nth-last-child(1){
    padding-bottom: 0;
}
@media (min-width: 768px) {
    .tool-sec{
        background: url("https://cdn.oppyotest.com/launches/cognex/bundle/tool-bg.webp") no-repeat center center;
        background-size: 100% 100%;
        padding-top: 40px;
    }
    .tool-text{
        padding: 8px 40px;
    }
    .tool-text-1{
        padding: 20px 50px;
    }
     .mt-md145{
        margin-top: 145px !important;
    }
    .ultimate-box{
        padding: 40px 36px;
    }
    .ultimate-red-box{
        padding: 30px 35px;
    }
    .ultimate-blue-box{
        padding: 30px 35px;
        position: relative;
    }
    .ultimate-blue-box::after {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/cognex/bundle/happy-emoji.webp");
        top: 115px;
        right: -75px;
    }
    .ultimate-ul li {
        padding: 0px 0px 15px 40px;
    }
}
@media (max-width: 1124px) {
    .table-1 {
        overflow-x: scroll;
        /* padding: 0px 15px; */
    }
    .table-1>div{
        width:1170px;
        /* overflow-x: scroll; */
    }
}
/* tool-sec end */

/* monthly-sec start */
.monthly-sec{
    background: #EFFBFF;
}
.monthly-text{
    background: #ffffff;
    border: 1px dashed var(--green-clr);
    padding: 10px 15px;
    border-radius: 100px;
    display: inline-block;
}
.monthly-text-1{
    background: #FFFFFF;
    border: 1px dashed #000000;
    padding: 10px 15px;
    border-radius: 10px;
    display: inline-block;
}
.monthly-text-2{
    background: #FFFFFF;
    border: 1px dashed var(--green-clr);
    padding: 10px 15px;
    border-radius: 10px;
    display: inline-block;
}
@media (min-width: 768px) {
    .monthly-sec {
        background: #EEFBFF url(https://cdn.oppyotest.com/launches/cognex/bundle/monthly-bg.webp) no-repeat top center;
        background-size: cover;
    }
    .monthly-text {
        padding: 14px 88px 14px 28px;
        position: relative;
    }
    .monthly-text::after {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/cognex/bundle/think-emoji-1.webp");
        top: -25px;
        right: -40px;
    }
    .green-wave-5{
        position: relative;
    }
    .green-wave-5::before {
        position: absolute;
        content: '';
        background: url("https://cdn.oppyotest.com/launches/cognex/bundle/green-wave-5.webp") no-repeat;
        bottom: -3px;
        left: 0;
        width: 100%;
        height: 12px;
    }
    .monthly-text-1{
        padding: 20px 30px;
    }
    .monthly-text-2{
        background: url("https://cdn.oppyotest.com/launches/cognex/bundle/green-frame-3.webp") no-repeat;
        background-size: 100% 100%;
        border: unset;
        border-radius: unset;
        padding: 30px 55px 35px 30px;
    }
}
/* monthly-sec end */

/* newbies-sec start */
.newbies-sec{
    background: #000000;
}
.newbies-card {
    border-radius: 10px;
    border: 1px solid transparent;
    background:  linear-gradient(90deg, #044B5C 0%, rgba(255, 255, 255, 0) 100%) padding-box, 
    linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100.01%) border-box; 
    padding: 20px;
}
.newbies-card-1 {
    border-radius: 10px;
    border: 1px solid transparent;
    background:  linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #044B5C 100%) padding-box, 
    linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100.01%) border-box; 
    padding: 20px;
}
.newbies-text {
    background: #FFFFFF;
    border: 1px solid var(--green-clr1);
    padding: 15px;
    border-radius: 20px;
    display: inline-block;
}
.newbies-frame{
    background: var(--green-clr);
    border-radius: 10px;
    padding: 5px 10px;
    display: inline-block;
}
@media (min-width: 768px) {
    .newbies-sec {
        background: #000000 url(https://cdn.oppyotest.com/launches/cognex/bundle/newbies-bg.webp) no-repeat top center;
        background-size: cover;
        background-attachment: fixed;
    }
    .newbies-text {
        background: url("https://cdn.oppyotest.com/launches/cognex/bundle/green-frame-1.webp") no-repeat;
        background-size: 100% 100%;
        padding: 25px 64px 30px;
        border: unset;
        border-radius: unset;
    }
    .newbies-card, .newbies-card-1 {
        padding: 50px 30px;
    }
    .newbies-frame{
        background: url("https://cdn.oppyotest.com/launches/cognex/bundle/newbies-frame.webp") no-repeat;
        background-size: 100% 100%;
        padding: 10px 25px;
    }
}
/* newbies-sec end */

/* tapping-sec start */
.tapping-sec{
    background: #ffffff;
}
.tapping-text{
    background: var(--green-clr);
    border: 1px dashed #FFFFFF;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 100px;
}
.tapping-text-1{
    background: #ffffff;
    border: 2px solid #FF361D;
    border-radius: 10px;
    padding: 10px 20px;
    display: inline-block;
}
@media (min-width: 768px) {
     .tapping-sec{
        background: #ffffff url("https://cdn.oppyotest.com/launches/cognex/bundle/tapping-bg.webp") no-repeat center center;
        background-size: cover;
     }
    .tapping-text{
        padding: 12px 95px 12px 35px;
        position: relative;
    }
    .tapping-text::after {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/cognex/bundle/attitude-emoji.webp");
        top: -25px;
        right: -40px;
    }
    .tapping-text-1{
        background: url("https://cdn.oppyotest.com/launches/cognex/bundle/red-frame.webp") no-repeat;
        background-size: 100% 100%;
        border: unset;
        border-radius: unset;
        padding: 20px 58px;
    }
}
/* tapping-sec end */

/* problem-sec start */
.problem-sec{
   background: #EFFBFF;
}
.problem-text{
    background: #EFFBFF;
    border: 1px dashed var(--green-clr);
    padding: 10px 20px;
    display: inline-block;
    border-radius: 100px;
}
.scary-text {
    background: #ffffff;
    border: 1px solid #FF373C;
    border-radius: 10px;
    display: inline-block;
    padding: 10px 15px;
}

@media (min-width: 768px) {
    .problem-sec{
        background: #EFFBFF url("https://cdn.oppyotest.com/launches/cognex/bundle/problem-bg.webp") no-repeat center center;
        background-size: cover;
    }
    .problem-text{
        padding: 14px 40px;
    }
    .problem-box-1{
       position: relative;
    }
    .problem-box-1::before {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/cognex/bundle/red-line-1.webp");
        top: -10px;
        left: -14px;
    }
    .scary-text {
        background: url("https://cdn.oppyotest.com/launches/cognex/bundle/scary-frame.webp") no-repeat;
        background-size: 100% 100%;
        padding: 10px 30px;
        border: unset;
        border-radius: unset;
    }
}
/* problem-sec end */

/* not-anymore-sec start */
.not-anymore-sec{
    background: #EFFBFF;
}
.but-text {
    background: var(--green-clr);
    border-radius: 100px;
    display: inline-block;
    padding: 5px 20px;
}
.anymore-card{
    background: #ffffff;
    border: 1px solid #1C8BA680;
    border-radius: 10px;
    padding: 15px;
}
.anymore-text {
    background: #F2FCF01A;
    border: 1px solid #1C8BA699;
    box-shadow: 0px 0px 30px 0px #1C8BA64D inset;
    border-radius: 20px;
    display: inline-block;
    padding: 10px 20px;
}
@media (min-width: 768px) {
     .not-anymore-sec{
        background: #EFFBFF url("https://cdn.oppyotest.com/launches/cognex/bundle/not-anymore-bg.webp") no-repeat center center;
        background-size: cover;
    }
    .but-text {
        padding: 5px 81px 5px 50px;
        position: relative;
    }
    .but-text::after {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/cognex/bundle/star-emoji.webp");
        top: -12px;
        right: -30px;
    }
    .green-wave-6{
        position: relative;
    }
    .green-wave-6::before {
        position: absolute;
        content: '';
        background: url("https://cdn.oppyotest.com/launches/cognex/bundle/green-wave-6.webp") no-repeat;
        bottom: -9px;
        left: 0;
        width: 100%;
        height: 12px;
    }
    .anymore-card{
        padding: 20px 15px 27px;
    }
    .anymore-text {
        padding: 30px 52px;
    }
}
/* not-anymore-sec end */

/* proudly sec start */
.proud-section{
    background: linear-gradient(180deg, #000000 0%, #1C8BA6 76.45%);
}
.prudly-text {
    background: var(--green-clr);
    display: inline-block;
    border-radius: 40px;
    padding: 4px 10px;
}
.main-heading-1 {
    background: #EFFBFF;
    border: 1px solid var(--green-clr1);
    padding: 0px 10px 20px;
    border-radius: 10px;
    /* display: inline-block; */
}
@media (min-width: 768px) {
    .proud-section{
        background: url("https://cdn.oppyotest.com/launches/cognex/bundle/proudly-bg.webp") no-repeat top center;
        background-size: cover;
        padding: 60px 0 120px;
    }
    .prudly-text {
        background: url("https://cdn.oppyotest.com/launches/cognex/bundle/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/cognex/bundle/main-frame-1.webp") no-repeat;
        background-size: 100% 100%;
        padding: 0px 15px 35px;
        border: unset;
        border-radius: unset;
    }
    .img-pop{
        transition: ease 0.4s;
    }
    .img-pop:hover{
        transform: scale(1.1);
    }
    .product-box{
        padding: 0 ;
    }
}
/* proudly sec end */

/* demo section start */
.demo-sec{
    background: #ffffff;
}
.border-frame {
    background: #151515;
    border: 2px solid var(--blue-clr);
    backdrop-filter: blur(10px);
    padding: 20px;
    border-radius: 10px;
}
@media(min-width:768px){
    .demo-sec{
        background: url(https://cdn.oppyotest.com/launches/cognex/bundle/demo.webp) no-repeat center center;
        background-size: cover;
    }
    .border-frame {
        background: url("https://cdn.oppyotest.com/launches/cognex/bundle/demo-video-frame.webp") no-repeat;
        background-size: 100% 100%;
        padding: 50px 20px 20px;
        border-radius: 0;
        border: unset;
        backdrop-filter: unset;
    }
}
/* demo section end */

/* tons-sec start */
.tons-sec{
    background: #ffffff;
}
.tons-text{
    background: var(--green-clr);
    border-radius: 10px;
    display: inline-block;
    padding: 10px;
}
@media (min-width: 768px) {
    .tons-sec{
        background: #ffffff  url("https://cdn.oppyotest.com/launches/cognex/bundle/tons-bg.webp") no-repeat center center;
        background-size: cover;
    }
    .tons-text{
        background: url("https://cdn.oppyotest.com/launches/cognex/bundle/tons-frame.webp") no-repeat;
        background-size: 100% 100%;
        border-radius: unset;
        padding: 10px 15px;
    }
}
/* tons-sec end */

/* profit-sec start */
.profit-sec{
    background: #002E3A;
}
.profit-box {
    background: url("https://cdn.oppyotest.com/launches/cognex/bundle/profit-box.webp") no-repeat;
    background-size: 100% 100%;
    padding: 20px 20px 20px;
} 
.profit-text{
    background: var(--green-clr);
    border-radius: 10px;
    display: inline-block;
    padding: 10px 15px;
}
@media (min-width: 768px) {
    .profit-sec{
        background: #002E3A  url("https://cdn.oppyotest.com/launches/cognex/bundle/profit-bg.webp") no-repeat center center;
        background-size: cover;
    }
    .profit-box{
        padding: 40px 35px 30px;
    } 
    .profit-text{
        background: url("https://cdn.oppyotest.com/launches/cognex/bundle/profit-frame.webp") no-repeat;
        background-size: 100% 100%;
        border-radius: unset;
        padding: 17px 30px;
    }
}
/* profit-sec end */

/* globally-sec start */
.globally-sec{
    background: #EFFBFF;
}
.globally-text {
    background: #FFFFFF;
    border: 1px solid var(--green-clr1);
    padding: 15px;
    border-radius: 20px;
    display: inline-block;
}
.believe-text {
    background: #FFFFFF;
    border: 1px dashed #010101;
    border-radius: 10px;
    display: inline-block;
    padding: 10px;
}
@media (min-width: 768px){
    .globally-sec{
        background: #EFFBFF url(https://cdn.oppyotest.com/launches/cognex/bundle/globally-bg.webp) no-repeat center center;
        background-size: cover;
    }
    .globally-text {
        background: url("https://cdn.oppyotest.com/launches/cognex/bundle/green-frame-1.webp") no-repeat;
        background-size: 100% 100%;
        padding: 38px 31px;
        border: unset;
        border-radius: unset;
    }
    .believe-text {
        padding: 10px 20px;
    }
}
/* globally-sec end */

/* doubt-sec start */
.doubt-sec{
    background: #ffffff;
}
.doubt-text {
    background: var(--green-clr);
    border-radius: 10px;
    display: inline-block;
    padding: 2px 32px;
}
@media (min-width: 768px) {
    .doubt-sec{
        background: #ffffff url("https://cdn.oppyotest.com/launches/cognex/bundle/doubt-bg.webp") no-repeat top center;
        background-size: cover;
        background-attachment: fixed;
        padding-bottom: 0px;
    }
    .doubt-text{
        padding: 12px 48px;
    }
}
/* doubt-sec end */

/*selling sec start */
.selling-sec{
    background: #EFFBFF;
}
.sell-text{
    background: #FFFFFF;
    border: 1px solid var(--green-clr1);
    padding: 15px 10px;
    border-radius: 20px;
    display: inline-block;
}

@media (min-width: 768px) {
    .selling-sec {
        background: url("https://cdn.oppyotest.com/launches/cognex/bundle/selling-bg.webp") no-repeat top center;
        padding-top: 200px;
        background-size: cover;
    }
    .sell-text{
        background: url("https://cdn.oppyotest.com/launches/cognex/bundle/green-frame-1.webp") no-repeat;
        background-size: 100% 100%;
        padding: 37px 34px;
        border: unset;
        border-radius: unset;
    }
}
/* selling  sec end */

/* crazy sec start */
.crazy-sec{
    background: #fff;
}
.crazy-text {
    background: var(--green-clr);
    border-radius: 100px;
    display: inline-block;
    padding: 5px 20px;
    position: relative;
}
@media (min-width: 768px) {
    .crazy-sec{
        background: url("https://cdn.oppyotest.com/launches/cognex/bundle/crazy-bg.webp") no-repeat center center;
        background-size: cover;
    }
    .crazy-text{
        padding: 2px 125px 2px 45px;
    }
    .crazy-text::after{
        content: url("https://cdn.oppyotest.com/launches/cognex/bundle/glasses-emoji.webp");
        position: absolute;
        top: -6px;
        right: 20px;
    }
    .green-wave-7{
        position: relative;
    }
    .green-wave-7::before {
        position: absolute;
        content: '';
        background: url("https://cdn.oppyotest.com/launches/cognex/bundle/green-wave-7.webp") no-repeat;
        bottom: -2px;
        left: 0;
        width: 100%;
        height: 6px;
    }
}
/* crazy sec end */


/*compare section start*/
.compare-section{
    background: linear-gradient(180deg, #0D100D 0%, #05313b 100%);
}
.winning-box{
    padding: 35px 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: -23px;
    position: relative;
}
.compare-list-11{
    box-shadow: -5px 4px 30px 0px #00000026;
    border-radius: 0px 0px 0px 20px;
}
.compare-list-11 li {
    list-style: none;
    text-align: left;
    padding: 25px 25px 25px 70px;
    background: url("https://cdn.oppyotest.com/launches/cognex/bundle/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-11 li:nth-child(odd){  
    background-color: #E6FFC7;
}
.compare-list-11 li:last-child{
     border-bottom: 1px solid #378E00;
    /*background-image: none;
    padding-top: 45px; */
    border-radius: 0px 0px 0px 20px;
}
.losing-box {
    padding: 27px 110px 26px;
    background: #FF361D;
    border: 1px solid #FF361D;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0px 20px 0px 0px;
    position: relative;
    /* margin-top: -71px; */
}
.compare-list-22 li{
    list-style: none;
    text-align: left;
    background: url("https://cdn.oppyotest.com/launches/cognex/bundle/sad-tick.webp") no-repeat;
    background-position: 23px 25px;
    padding: 25px 36px 25px 65px;
    border-right: 1px solid #FF361D;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #FCDDDA;
    
}
.compare-list-22 li:nth-child(1){
    padding: 38px 36px 38px 65px;
    background-position: 23px 36px;
}
.compare-list-22 li:nth-child(3) {
    padding: 38px 36px 38px 65px;
    background-position: 23px 36px;
}
.compare-list-22 li:nth-child(6) {
    padding: 38px 36px 37px 65px;
    background-position: 23px 36px;
}
.compare-list-22 li:nth-child(even){  
    background-color: #FFEBE9;
}
.compare-list-22 li:last-child{
    border-radius: 0px 0px 20px 0px;
    border-bottom: 1px solid #FF361D;
    padding: 38px 36px 38px 65px;
    background-position: 23px 34px;
}

.winning-text{
    background: #B9FFBE1A;
    border: 2px dashed #00C40D;
    border-radius: 50px;
    padding: 3px 40px;
    /* display: inline-block; */
}
.losing-text{
    background: #FF25251A;
    border: 2px dashed #FF2525;
    border-radius: 50px;
    padding: 3px 40px;
    /* display: inline-block; */
}
@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{
        background: #05313b url(https://cdn.oppyotest.com/launches/cognex/bundle/compare-bg.webp) no-repeat center center;
        background-size: cover;
    }
    .winning-box::before {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/cognex/bundle/enjoy-emoji.webp");
        top: 15px;
        left: 15px;
    }
    .winning-box::after{
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/cognex/bundle/happy.webp");
        top: 25px;
        right: 15px;
    }
    .losing-box::before {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/cognex/bundle/sad-1.webp");
        top: 15px;
        left: 35px;
    }
    .losing-box::after{
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/cognex/bundle/sad.webp");
        top: 15px;
        right: 35px;
    }
    .winning-text{
        padding: 10px 48px;
    }
    .losing-text{
        padding: 10px 48px;
    }
    .px-md-14{
        padding-left: 14px;
        padding-right: 14px;
    }
    .mt-md165{
        margin-top: 165px !important;
    }
}
/* compare section end */

/* Contact Section Start */
.contact-section{
    padding: 30px 0px;
    background: #E2F3FF;
}
.container-box{
    padding: 20px;
    position: relative;
    background: #030f28;
    border-radius: 30px;
}
@media(min-width:768px){
    .contact-section{
        padding: 100px 0px;
    }
    .container-box{
        padding: 80px;
        background: url(https://cdn.oppyotest.com/launches/cognex/bundle/contact-bg.webp) no-repeat center center;
        background-size: 100% 100%;
    }
}

/* Contact Section end */

/* faq section start */
.faq-section {
    background: #ffffff;
}
.faq-list {
    background: url(https://cdn.oppyotest.com/launches/cognex/bundle/faq-icon.webp) no-repeat top left;
    padding: 20px 15px 20px 40px;
    background-position: 10px 25px;
    border: 1px solid var(--blue-clr);
    border-radius: 10px;
}
/* faq section end */


/* typing start */
.typing-text {
    background: url("https://cdn.oppyotest.com/launches/cognex/bundle/typing-bg.webp") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    width: 100%;
}
@media (min-width: 768px) {
    .typing-text {
        width: 400px;
    }
}
/* typing 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(--blue-clr) !important; */
}
@media (min-width: 768px){
    .bxslider li {
        justify-content: center;
        min-width: 100%;
        float: left !important;
        width: auto !important;
    }
    /* .typing-text{
        width: 746px;
    } */
}
/* slider up end */

/* Fe sections end */