html {
    scroll-behavior: smooth;
}
body {
    font-family: "Nunito", sans-serif !important;
    color: #010101;
    font-size: 14px;
    overflow-x: hidden;
}
html::-webkit-scrollbar {
    width: 10px; 
 }

html::-webkit-scrollbar-track {
  background-color: #eee;
}

html::-webkit-scrollbar-thumb {
  background: var(--blue-clr) ;
  border-radius: 25px;
}
.object-fit-contain{
    object-fit: contain;
}
.caveat{
    font-family: 'Caveat', cursive;
}
.patua-font {
    font-family: "Patua One", serif;
}
.italic{
    font-style: italic;
}
/* scroll button start */

#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background: var(--blue-clr);
    text-indent:-9999px;
    -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(--theme-bg);
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
} */
/* scroll button end */



:root {
    --black-clr:#010101;
    --white-clr: #fff;
    --grey-clr:#555555;
    --grey-clr1:#FFFFFF99;
    --brown-clr: #DF6A00;
    --blue-clr: #198BF6;
    --blue-clr1: #4B99FF;
    --blue-clr3: #27A3F0;
    --yellow-clr: #FEC432;
    --light-white: #01010199;
    --red-clr:#FF2C2C;
    --red-clr1:#FF4D4D;
    --red-clr2:#FF4242;
    --green-clr:#21AF21;
    --green-clr1:#02B802;
    --green-clr2:#3cf13c;
    --theme-bg: linear-gradient(45.01deg, #FFC401 9.98%, #C90DF8 51.89%, #3538FF 89.97%);
    --theme-bg-1: linear-gradient(270deg, #FF3FFC 0%, #14DCFF 100%);
}
/* 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);}

.green-clr {color: var(--green-clr);}
.green-clr1 {color: var(--green-clr1);}
.green-clr2 {color: var(--green-clr2);}


.red-clr{color: var(--red-clr);}
.red-clr1{color: var(--red-clr1);}
.red-clr2{color: var(--red-clr2);}

.grey-clr1 {color: var(--grey-clr1);}
.theme-clr{
    background: var(--theme-bg);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.theme-clr1{
    background: var(--theme-bg-1);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.br-theme{
    border-bottom: 2px solid transparent;
    border-image: var(--theme-bg);
    border-image-slice: 1;
    width:100%;
}
.br-theme-dashed{
    border-bottom: 2px dashed transparent;
    border-image: var(--theme-bg);
    border-image-slice: 1;
    width:100%;
}




/* Responsive Video CSS */

.responsive-video {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    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: 40px;
    padding-bottom: 40px;
}
@media (min-width:768px){
    .sec-md-pd{
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

/* Section Padding End */

/* font size start */
@media (min-width:768px){
    .f-md-86{
        font-size: 86px;
    }
    .f-md-80 {
        font-size: 80px;
    }
    .f-md-52{
        font-size: 52px;
    }
    .f-md-58{
        font-size: 58px;
    }
    .f-md-70 {
        font-size: 70px;
    }
    .f-md-75 {
        font-size: 75px;
    }
    .f-md-64 {
        font-size: 64px;
    }
    .f-md-63 {
        font-size: 63px;
    }
    .f-md-68 {
        font-size: 68px;
    }
    .f-md-100{
        font-size: 100px;
    }
}
/* font size end */


/* Header CSS */
.header-section {
    background: linear-gradient(180deg, #FFFFFF 45.55%, #19D5FF 182.2%);
    padding: 30px 0px;
}
.main-heading{
    background: #ffffff;
    border: 2px solid #4B99FF;
    padding: 20px 10px;
    border-radius: 10px;
    display: inline-block;
}
.Magically-text {
    background: linear-gradient(10.01deg, rgba(255, 196, 1, 0.1) 9.98%, rgba(201, 13, 248, 0.1) 51.89%, rgba(53, 56, 255, 0.1) 89.97%);
    border-left: 2px solid #C90DF8;
    border-right: 2px solid #3538FF;
    border-radius: 5px;
    padding: 8px;
    display: inline-block;
}

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: #000000;
}
a.affiliate-link-btn {
	border-radius: 10px;
    border-radius: 10px;
    background:var(--theme-bg);
    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%;
}
.theme-btn {
    background: var(--theme-bg);
    padding: 15px 60px;
    border-radius: 10px;
    /* border: 2px solid transparent; */
    display: inline-block;
    text-decoration: none;
    /* transition: all .3s ease; */
    background-size: 150% 100%;
    transition: all 0.6s ease-in-out;
    outline: 0;
    } 
.theme-btn:hover{
    /* transition: all .3s ease;
    background: var(--theme-bg-1); */
    color: #ffffff;
    background-position: 100% 0%;
}
@media (min-width: 768px){
.theme-btn {
    padding: 26px 178px;
}

}
/* button border animation css start */
@property --border-gradient-angle {
    syntax: "<angle>";
    inherits: true;
    initial-value: 0turn;
  }
    .btn-border:hover{
        transform: scale(1.05);
    }
    .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, #fdd03b 14%, #d544f9 19%, #6d6ffd 23%, transparent 17%);
        background-size: contain;
        background-color: transparent;
        animation: rotateBG 5s linear infinite;
    }
    .btn-border-1 {
        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, #fdd03b 14%, #d544f9 19%, #6d6ffd 23%, transparent 17%);
        background-size: contain;
        background-color: transparent;
        animation: rotateBG 5s linear infinite;
    }
  
  @keyframes rotateBG {
    0% {
      --border-gradient-angle: 0turn;
    }
    100% {
      --border-gradient-angle: 1turn;
    }
  }
  
  /* 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;
}
.blue-box{
    border-radius: 10px;
    background: transparent;
    border: 1px solid #3538FF;
    background: linear-gradient(10.01deg, rgba(255, 196, 1, 0.1) 9.98%, rgba(201, 13, 248, 0.1) 51.89%, rgba(53, 56, 255, 0.1) 89.97%);
    padding: 20px 10px;
}
.list-head {
    list-style: none;
    /* padding: 0px; */
}
.list-head li {
    background: url(https://cdn.oppyotest.com/launches/ghiblli/special/list-head.webp) no-repeat;
    background-position: 4px 4px;
    padding: 0px 0px 15px 37px;
}
.list-head {
    border: 1px solid #23A1F44D;
    background: #23A1F40D;
    padding: 15px 10px;
    border-radius: 10px;
}
.list-head li:last-child{
    padding-bottom: 0px;
}

.video-box{
    border: 1px solid #23a1f4;
    box-shadow: 0px 0px 10px 8px #d5ebf1;
    border-radius: 10px;
}
@media(min-width:768px){
    .header-section {
        background: url(https://cdn.oppyotest.com/launches/ghiblli/special/header-bg.webp) no-repeat bottom center;
        background-size: cover;
        padding: 30px 0px 245px;
        position: relative;
    }
    .Magically-text {
        padding: 4px 15px 0px;
    }
    .main-heading {
        background: url(https://cdn.oppyotest.com/launches/ghiblli/special/main-heading.webp) no-repeat center center;
        background-size: 100% 100%;
        padding: 51px 50px 52px 50px;
        border: unset;
        border-radius: unset;
    }
    .blue-line{
        position: relative;
    }
    .blue-line::after {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/ghiblli/special/blue-line.webp");
        bottom: -26px;
        left: -6px;
    }
    .white-box{
        background: #FFFFFF;
        padding: 30px 15px;
        border-radius: 10px;
    }
    .list-head {
        padding: 20px 10px;
    }
    a.affiliate-link-btn {
		padding: 15px 20px !important;
        font-size: 20px;
	}
    .blue-box{
        border-radius: 20px;
        padding: 30px;
    }

}
/* header-sec end */


/* visual-sec start */
.visual-sec{
    background: #ffffff;
}
.red-shade{
    background: #FF4D4D;
    border-radius: 10px;
    display: inline-block;
    padding: 6px 5px;
    position: relative;
  }
  .neon-shade{
    background: var(--theme-bg);
    display: inline-block;
    padding: 6px 15px;
    border-radius: 10px;
    position: relative;
  }
  
@media (min-width: 768px) {
    .visual-sec{
        background: url("https://cdn.oppyotest.com/launches/ghiblli/special/visual-bg.webp") no-repeat top center;
        background-size: cover;
        padding: 100px 0px 0px;
    }
    .red-shade{
        padding: 8px 46px 8px 25px;
        position: relative;
        border-radius: 50px;
      }
      .red-shade::after {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/ghiblli/special/sad-icon.webp");
        top: 0px;
        right: -27px;
    }
    .neon-shade{
        padding: 8px 48px 8px 30px;
        position: relative;
        border-radius: 50px;
      }
      .neon-shade::after {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/ghiblli/special/hero-icon.webp");
        top: 4px;
        right: -27px;
    }
}
/* visual-sec end */

/* figure-sec start */
.figure-sec{
    background: linear-gradient(107.13deg, #010101 -1.21%, #000327 38.91%, #1A001B 93.63%);
}

@media (min-width: 768px) {
    .figure-sec{
        background: url("https://cdn.oppyotest.com/launches/ghiblli/special/figure-bg.webp") no-repeat center center;
        background-size: cover;
    }
    .figure-text{
        background: var(--theme-bg);
        border-radius: 10px;
        padding: 1px 4px;
    }
}
/* figure-sec end */

/* art-sec start*/
.art-sec{
    background: #ffffff;
}
.art-text{
    background: #ffffff;
    border: 5px solid #C90DF8;
    border-bottom: 10px solid #C90DF8;
    border-radius: 10px 10px 15px 15px;
    display: inline-block;
    padding: 10px 10px;
}

@media (min-width: 768px) {
    /* .art-sec{
        background: url("https://cdn.oppyotest.com/launches/ghiblli/special/art-bg.webp") no-repeat top center;
        background-size: cover;
        padding-top: 120px;
    } */
    .art-text{
        background: url("https://cdn.oppyotest.com/launches/ghiblli/special/art-frame.webp") no-repeat;
        background-size: 100% 100%;
        padding: 10px 30px;
        border: unset;
        border-radius: unset;
    }
}
/* art-sec end*/

/* swiper-sec start */
.art-sec .swiper {
    width: 100%;
    /* padding: 20px; */
    overflow: hidden;
}
.art-sec .swiper-wrapper {
    transition-timing-function: ease-in-out !important;
}

.art-sec .swiper-slide {
    /* background: #005fbd; */
    background: transparent;
    border-radius: 10px;
    /* padding: 20px; */
    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 */
.art-sec .swiper-slide-active {
    transform: scale(1) !important;
    opacity: 1;
    /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3); */
    /* transform: translateX(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translateY(0px) !important; */
}
/* .swiper-slide .box{
    min-height: 400px;
} */

  .art-sec .swiper-slide video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }
  .art-sec .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    /* min-width: 375px;
    min-height: 375px; */
    object-fit: cover;
  }

/* one Slide */
.art-sec .slide-1 {
    transform: perspective(1400px) rotateX(25deg) rotateY(7deg) scale(0.89) !important;
    opacity: 0.8;
}
/* two Slide */
.art-sec .slide-2 {
    transform: perspective(1200px) rotateX(15deg) rotateY(7deg) scale(0.93) !important;
    opacity: 0.9;
}
/* three Slide */
.art-sec .slide-3 {
    transform: perspective(1200px) rotateX(15deg) rotateY(-7deg) scale(0.93) !important;
    opacity: 0.9;
}
/* four Slide */
.art-sec .slide-4 {
    transform: perspective(1400px) rotateX(25deg) rotateY(-7deg) scale(0.88) !important;
    opacity: 0.8;
}


/* april css */
/* First and Third Swipers: Default RTL */
.mySwiper,
.mySwiper22 {
  direction: rtl;
}

/* Second (middle) Swiper: LTR */
.mySwiper11 {
  direction: ltr !important;
  transform: scaleX(1);
}

/* swiper-sec end */

/* slider-sec start */
.slider-sec{
    background: linear-gradient(217.4deg, #EBEBFF 8.26%, #FAE8FC 53.65%, #FEF7E7 96.5%);
}
.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 150s linear infinite;
    /*width: 300%;*/
}
@keyframes slider-image-running {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}
.blue-frame-1{
    background: #ffffff;
    border: 1px solid #4B99FF;
    border-radius: 10px;
    display: inline-block;
    padding: 0px 10px;
}
.slider-green{
    background: #47A22C;
    border-radius: 5px;
    display: inline-block;
    padding: 0px 10px;
}
.slider-purple{
    background: #A74BED;
    border-radius: 5px;
    display: inline-block;
    padding: 0px 10px;
}
.slider-red{
    background: #FF4343;
    border-radius: 5px;
    display: inline-block;
    padding: 0px 10px;
}
@media (max-width: 767px) {
    .slider-main-image img {
    width: 300%;
}
}
@media (min-width: 768px) {
    .slider-sec{
        background: url("https://cdn.oppyotest.com/launches/ghiblli/special/slider-bg.webp") no-repeat center center;
        background-size: cover;
    }
    .theme-line-2{
        position: relative;
    }
    .theme-line-2::after{
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/ghiblli/special/theme-line-2.webp");
        bottom: -28px;
        left: 0px;
    }
    .blue-frame-1{
        background: url("https://cdn.oppyotest.com/launches/ghiblli/special/blue-frame-1.webp") no-repeat;
        background-size: 100% 100%;
        padding: 28px 50px;
        border: unset;
        border-radius: unset;
    }
}
/* slider-sec end */

/* photo-sec start */
.photo-sec{
    background: linear-gradient(270deg, #DFFAFF 0%, #FFEBFF 100%);
}
.pink-frame{
    background: #D15DFF;
    border: 1px solid #010101;
    border-radius: 10px;
    display: inline-block;
    padding: 0px 10px;
}
 .photo-border{
        /* border-radius: 20px;
        border-top: double 10px transparent;
        border-right: double 1px transparent;
        border-bottom: double 10px transparent;
        border-left: double 1px transparent;
        background-image: linear-gradient(#fff, #fff), var(--theme-bg);
        background-origin: border-box;
        background-clip: content-box, border-box; */
        background: url("https://cdn.oppyotest.com/launches/ghiblli/special/line-frame-1.webp") no-repeat;
        background-size: 100% 100%;
        padding: 10px;
 }
 .photo-border .video {
    width: 100%;
    height: 100%;
    /* border-radius: 11px; */
    object-fit: cover;
}
.photo-border {
    height: 100%;
}
 @media (min-width: 768px) {
    .photo-sec{
        background: url("https://cdn.oppyotest.com/launches/ghiblli/special/photo-bg.webp") no-repeat bottom center;
        background-size: cover;
        padding-bottom: 150px;
    }
    .photo-border{
        background: url("https://cdn.oppyotest.com/launches/ghiblli/special/line-frame-1.webp") no-repeat;
        background-size: 100% 100%;
        padding: 23px 16px 17px 17px;
 }
    .pink-frame{
        background: url("https://cdn.oppyotest.com/launches/ghiblli/special/pink-frame.webp") no-repeat;
        background-size: 100% 100%;
        padding: 0px 26px;
        border: unset;
        border-radius: unset;
    }
}
/* photo-sec end */


/* cartoon-sec start */
.cartoon-sec{
    background: #ffffff;
}
.blue-frame{
    background: #01A8D7;
    border: 1px solid #010101;
    border-radius: 10px;
    display: inline-block;
    padding: 0px 10px;
}
 .cartoon-border{
        background: url("https://cdn.oppyotest.com/launches/ghiblli/special/line-frame-2.webp") no-repeat;
        background-size: 100% 100%;
        padding: 10px;
 }
 .cartoon-border .video {
    width: 100%;
    height: 100%;
    /* border-radius: 11px; */
    object-fit: cover;
}
.cartoon-border {
    height: 100%;
}
 @media (min-width: 768px) {
    .cartoon-border{
        background: url("https://cdn.oppyotest.com/launches/ghiblli/special/line-frame-2.webp") no-repeat;
        background-size: 100% 100%;
        padding: 18px 21px;
 }
    .blue-frame{
        background: url("https://cdn.oppyotest.com/launches/ghiblli/special/blue-frame.webp") no-repeat;
        background-size: 100% 100%;
        padding: 0px 26px;
        border: unset;
        border-radius: unset;
    }
}
/* cartoon-sec end */

/* animal-sec start */
.animal-sec{
    background: linear-gradient(270deg, #DFFAFF 0%, #FFEBFF 100%);
}
.orange-frame{
    background: #DF6A00;
    border: 1px solid #010101;
    border-radius: 10px;
    display: inline-block;
    padding: 0px 10px;
}
 .animal-border{
        background: url("https://cdn.oppyotest.com/launches/ghiblli/special/line-frame-3.webp") no-repeat;
        background-size: 100% 100%;
        padding: 10px;
 }
 .animal-border .video {
    width: 100%;
    height: 100%;
    /* border-radius: 11px; */
    object-fit: cover;
}
.animal-border {
    height: 100%;
}
.animal-text {
    background: linear-gradient(10.01deg, rgba(255, 196, 1, 0.1) 9.98%, rgba(201, 13, 248, 0.1) 51.89%, rgba(53, 56, 255, 0.1) 89.97%);
    border-left: 2px solid #C90DF8;
    border-right: 2px solid #3538FF;
    border-radius: 5px;
    padding: 4px 10px;
    display: inline-block;
}
 @media (min-width: 768px) {
    .animal-sec{
        background: url("https://cdn.oppyotest.com/launches/ghiblli/special/animal-bg.webp") no-repeat top center;
        background-size: cover;
        padding-top: 150px;
    }
    .animal-border{
        background: url("https://cdn.oppyotest.com/launches/ghiblli/special/line-frame-3.webp") no-repeat;
        background-size: 100% 100%;
        padding: 18px 21px;
 }
    .orange-frame{
        background: url("https://cdn.oppyotest.com/launches/ghiblli/special/orange-frame.webp") no-repeat;
        background-size: 100% 100%;
        padding: 0px 26px;
        border: unset;
        border-radius: unset;
    }
    .animal-text {
        padding: 4px 20px;
    }
}
/* animal-sec end */

/* ease-sec start */
.ease-sec{
    background: linear-gradient(107.13deg, #010101 -1.21%, #000327 38.91%, #1A001B 93.63%);
}
/* .ease-box{
    background: #FFFFFF12;
    padding: 20px;
    border-radius: 10px;
    height: 100%;
} */
.ease-1{
    background: url(https://cdn.oppyotest.com/launches/ghiblli/special/ease-1.webp) no-repeat;
    background-size: 100% 100%;
    padding: 20px;
}
.ease-2{
    background: url(https://cdn.oppyotest.com/launches/ghiblli/special/ease-2.webp) no-repeat;
    background-size: 100% 100%;
    padding: 20px;
}
.ease-3{
    background: url(https://cdn.oppyotest.com/launches/ghiblli/special/ease-3.webp) no-repeat;
    background-size: 100% 100%;
    padding: 20px;
}
.ease-4{
    background: url(https://cdn.oppyotest.com/launches/ghiblli/special/ease-4.webp) no-repeat;
    background-size: 100% 100%;
    padding: 20px;
}
.ease-5{
    background: url(https://cdn.oppyotest.com/launches/ghiblli/special/ease-5.webp) no-repeat;
    background-size: 100% 100%;
    padding: 20px;
}
.ease-6{
    background: url(https://cdn.oppyotest.com/launches/ghiblli/special/ease-6.webp) no-repeat;
    background-size: 100% 100%;
    padding: 20px;
}
.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-sec{
        background: url(https://cdn.oppyotest.com/launches/ghiblli/special/ease-bg.webp) no-repeat bottom center;
        background-size: cover;
    }
    .ease-1{
        background: url(https://cdn.oppyotest.com/launches/ghiblli/special/ease-1.webp) no-repeat;
        background-size: 100% 100%;
        padding: 20px;
    }
    .ease-2{
        background: url(https://cdn.oppyotest.com/launches/ghiblli/special/ease-2.webp) no-repeat;
        background-size: 100% 100%;
        padding: 20px;
    }
    .ease-3{
        background: url(https://cdn.oppyotest.com/launches/ghiblli/special/ease-3.webp) no-repeat;
        background-size: 100% 100%;
        padding: 20px;
    }
    .ease-4{
        background: url(https://cdn.oppyotest.com/launches/ghiblli/special/ease-4.webp) no-repeat;
        background-size: 100% 100%;
        padding: 20px;
    }
    .ease-5{
        background: url(https://cdn.oppyotest.com/launches/ghiblli/special/ease-5.webp) no-repeat;
        background-size: 100% 100%;
        padding: 20px;
    }
    .ease-6{
        background: url(https://cdn.oppyotest.com/launches/ghiblli/special/ease-6.webp) no-repeat;
        background-size: 100% 100%;
        padding: 20px;
    }
}
/* ease-sec end */

/* ignore-sec start */
.ignore-sec{
    background: linear-gradient(217.4deg, #EBEBFF 8.26%, #FAE8FC 53.65%, #FEF7E7 96.5%);
}
@media(max-width:767px){
    .ignore-img{
        max-width: 105px;
    }
}
@media(min-width:768px){
    .ignore-sec{
        background: #EBEBFF url(https://cdn.oppyotest.com/launches/ghiblli/special/ignore-bg.webp) no-repeat top center;
        background-size: cover;
        background-attachment: fixed;
    }
}
/* ignore-sec end */

/* profit-sec start */
.profit-sec{
    background: #ffffff;
}
@media (min-width:768px) {
    .profit-sec{
        background: url(https://cdn.oppyotest.com/launches/ghiblli/special/profit-bg.webp) no-repeat top center;
        background-size: cover;
    }
    .profit-text{
        position: relative;
    }
    .profit-text::after{
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/ghiblli/special/money-img.webp");
        top: 0px;
        right: -10px;
    }
    .profit-text::before {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/ghiblli/special/money-img.webp");
        top: 0px;
        left: -10px;
    }
    .theme-line-3{
        position: relative;
    }
    .theme-line-3::after{
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/ghiblli/special/theme-line-3.webp");
        bottom: -28px;
        left: 0px;
    }
}
/* profit-sec end */

/* goldmine-sec start */
.goldmine-sec{
     background: #ffffff;
}
.goldmine-text{
    background: var(--brown-clr);
    padding: 10;
    border-radius: 15px;
    display: inline-block;
}
.goldmine-box{
    padding: 30px;
    z-index: 1;
    position: relative;
}
.goldmine-box::after{
    position: absolute;
    content: '';
    border-radius: 20px;
    background-color: #D0DBFF;
    height: 100%;
    width: 100%;
    max-width: 1370px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.goldmine-box:nth-child(2)::after,.goldmine-box:nth-child(7):after{
    background-color: #D0DBFF !important;
}
.goldmine-box:nth-child(3):after,.goldmine-box:nth-child(8):after{
    background-color: #FFE3B5 !important;
}
.goldmine-box:nth-child(4):after,.goldmine-box:nth-child(9):after{
    background-color: #FFD7D7 !important;
}
.goldmine-box:nth-child(5):after,.goldmine-box:nth-child(10):after{
    background-color: #D0FFE4 !important;
}
.goldmine-box:nth-child(6):after,.goldmine-box:nth-child(11):after{
    background-color: #D0DBFF !important;
}

@media (min-width:768px) {
    .goldmine-sec{
        background: url(https://cdn.oppyotest.com/launches/ghiblli/special/goldmine-bg.webp) no-repeat top center;
        background-size: cover;
        background-attachment: fixed;
    }
    .goldmine-text{
        padding: 20px 50px;
        border-radius: 20px;
        position: relative;
    }
    .goldmine-text::before {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/ghiblli/special/magic-star-big.webp");
        top: -8px;
        left: -80px;
    }
    .goldmine-text::after {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/ghiblli/special/magic-star-big.webp");
        top: -16px;
        right: -80px;
        transform: rotate(90deg);
    }
    .goldmine-box{
        padding: 50px 0px;
    }
    .goldmine-line-1,.goldmine-line-2,.goldmine-line-3,.goldmine-line-4,.goldmine-line-5{
        position: relative;
    }
    .goldmine-line-1::after {
        position: absolute;
        content: "";
        top: 0px;
        right: 0px;
        width: 2px;
        height: 100%;
        border-radius: 10px;
        background: url("https://cdn.oppyotest.com/launches/ghiblli/special/goldmine-1.webp") no-repeat;
    }
    .goldmine-line-2::after {
        position: absolute;
        content: "";
        top: 0px;
        right: 0px;
        width: 2px;
        height: 100%;
        border-radius: 10px;
        background: url("https://cdn.oppyotest.com/launches/ghiblli/special/goldmine-2.webp") no-repeat;
    }
    .goldmine-line-3::after {
        position: absolute;
        content: "";
        top: 0px;
        right: 0px;
        width: 2px;
        height: 100%;
        border-radius: 10px;
        background: url("https://cdn.oppyotest.com/launches/ghiblli/special/goldmine-3.webp") no-repeat;
    }
    .goldmine-line-4::after {
        position: absolute;
        content: "";
        top: 0px;
        right: 0px;
        width: 2px;
        height: 100%;
        border-radius: 10px;
        background: url("https://cdn.oppyotest.com/launches/ghiblli/special/goldmine-4.webp") no-repeat;
    }
}
@media (max-width:1400px) {
    .goldmine-box::after{
        position: absolute;
        content: '';
        border-radius: 20px;
        background-color: #D0DBFF;
        height: 100%;
        width: 100%;
        max-width: 1270px;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
    }
}
/* goldmine-sec end */

/* thing-sec start */
.thing-sec{
    background: linear-gradient(45.01deg, rgba(255, 196, 1, 0.1) 9.98%, rgba(201, 13, 248, 0.1) 51.89%, rgba(53, 56, 255, 0.1) 89.97%);
}
.thing-text {
    background: #ffffff;
    border: 1px solid #4B99FF;
    border-radius: 10px;
    display: inline-block;
    padding: 0px 10px;
}
.thing-ul li{
    list-style: none;
    background: url(https://cdn.oppyotest.com/launches/ghiblli/special/theme-tick.webp) no-repeat;
    background-position: 4px 4px;
    padding: 0px 0px 0px 35px;
}
.think-box{
    border-radius: 12px;
    border: double 2px transparent;
    background-image: linear-gradient(#fff, #fff), linear-gradient(45.01deg, #FFC401 9.98%, #C90DF8 51.89%, #3538FF 89.97%);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.think-box-inner{
    padding: 20px 20px 22px;
}
.thing-frame{
    background: #DF6A00;
    border: 1px solid #010101;
    border-radius: 10px;
    display: inline-block;
    padding: 0px 10px;
}
.think-box-2{
    border-radius: 12px;
    border: double 1px transparent;
    background-image: linear-gradient(#fff, #fff), linear-gradient(45.01deg, #FFC401 9.98%, #C90DF8 51.89%, #3538FF 89.97%);
    background-origin: border-box;
    background-clip: content-box, border-box;
}
.think-box-2-inner{
    padding: 14px 10px;
    background: linear-gradient(45.01deg, rgba(255, 196, 1, 0.2) 9.98%, rgba(201, 13, 248, 0.2) 51.89%, rgba(53, 56, 255, 0.2) 89.97%);
    border-radius: 12px;
}
.thing-white{
    background: #fff;
    border-radius: 10px;
    padding: 8px;
}
@media (min-width:768px) {
    .thing-sec{
        background: url(https://cdn.oppyotest.com/launches/ghiblli/special/thing-bg.webp) no-repeat top center;
        background-size: cover;
        padding-top: 120px;
    }
    .theme-line-4{
        position: relative;
    }
    .theme-line-4::after{
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/ghiblli/special/theme-line-4.webp");
        bottom: -28px;
        left: 130px;
    }
    .thing-text {
        background: url("https://cdn.oppyotest.com/launches/ghiblli/special/blue-frame-2.webp") no-repeat;
        background-size: 100% 100%;
        padding: 28px 66px;
        border: unset;
        border-radius: unset;
    }
    .blue-arrow{
        position: relative;
    }
    .blue-arrow::before {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/ghiblli/special/left-blue-arrow.webp");
        bottom: -35px;
        left: -58px;
    }
    .blue-arrow::after {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/ghiblli/special/right-blue-arrow.webp");
        bottom: -35px;
        right: -58px;
    }
    .thing-frame{
        background: url(https://cdn.oppyotest.com/launches/ghiblli/special/orange-frame.webp) no-repeat;
        background-size: 100% 100%;
        padding: 10px 30px;
        border: unset;
        border-radius: unset;
    }
}
/* thing-sec end */

/* bugs-sec start */
.bugs-sec{
    background: #fff;
}
.bugs-text{
    background: #4B99FF1A;
    border: 2px dashed #4B99FF;
    display: inline-block;
    border-radius: 10px;
    padding: 15px 10px;
}
.bugs-text-2{
    display: inline-block;
    border-radius: 10px;
    background: #4B99FF;
    border: 1px solid #010101;
    padding: 10px;
}
@media(min-width:768px){
    .bugs-sec{
        background: #fff url("https://cdn.oppyotest.com/launches/ghiblli/special/bugs-bg.webp") no-repeat center center;
        background-size: cover;
        background-attachment: fixed;
    }
    .bugs-text{
        background: #4B99FF1A;
        border: 2px dashed #4B99FF;
        display: inline-block;
        border-radius: 10px;
        padding: 26px 87px 27px 41px;
        position: relative;
    }
    .bugs-text::after {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/ghiblli/special/king-icon.webp");
        top: -35px;
        right: -60px;
    }
    .bugs-text-2{
        background: url(https://cdn.oppyotest.com/launches/ghiblli/special/skyblue-frame.webp) no-repeat;
        background-size: 100% 100%;
        padding: 11px 34px 9px;
        border-radius: unset;
        border: unset;
    }
}
/* bugs-sec end */

/* expensive-section start */
.expensive-section{
    background: #ffe6e6;
}
.expensive-card,.expensive-card-1 {
    border-radius: 20px;
    background: #FFFFFF;
    border: 1px solid #FF2C2C80;
    display: inline-block;
    box-shadow: 0px 20px 20px 0px #00000033;
    padding: 20px;
    height: 100%;
}
.expensive-boxes {
    background: linear-gradient(270deg, rgba(255, 75, 75, 0.6) 0%, rgba(250, 37, 37, 0.7) 62.48%, rgba(255, 75, 75, 0.7) 100.78%);
    border: 1px solid #FF252566;
    display: inline-block;
    border-radius: 10px;
    padding: 10px 8px;
}
.expensive-black-light {
    background: #000000;
    border: 1px solid #CACACA;
    padding: 20px;
    border-radius: 10px;
}
@media(min-width:768px){
    .expensive-section{
        background: #ffe6e6 url("https://cdn.oppyotest.com/launches/ghiblli/special/expensive-bg.webp") no-repeat center center;
        background-size: cover;
    }
    .expensive-card {
        background: url("https://cdn.oppyotest.com/launches/ghiblli/special/expensive-card-1.webp") no-repeat;
        background-size: 100% 100%;
        padding: 90px 80px;
        box-shadow: unset;
        border: unset;
        border-radius: unset;
    }
    .expensive-card-1 {
        background: url("https://cdn.oppyotest.com/launches/ghiblli/special/expensive-card-2.webp") no-repeat;
        background-size: 100% 100%;
        padding: 80px 50px;
        box-shadow: unset;
        border: unset;
        border-radius: unset;
    }
    .red-wave-1{
        position: relative;
    }
    .red-wave-1::after {
        position: absolute;
        content: "";
        background: url("https://cdn.oppyotest.com/launches/ghiblli/special/red-wave-1.webp") no-repeat;
        width: 267px;
        height: 13px;
        bottom: 0px;
        left: 10px;
    }
    .expensive-boxes {
        background: url("https://cdn.oppyotest.com/launches/ghiblli/special/expensive-boxes.webp") no-repeat;
        background-size: 100% 100%;
        padding: 13px 25px 13px 35px;
        border: unset;
        border-radius: unset;
    }
    .expensive-black-light {
        background: url("https://cdn.oppyotest.com/launches/ghiblli/special/expensive-black-light.webp") no-repeat;
        background-size: 100% 100%;
        padding: 34px 48px 34px 34px;
        border: none;
        border-radius: 0px;
    }
    .theme-line-5{
        position: relative;
    }
    .theme-line-5::after{
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/ghiblli/special/theme-line-5.webp");
        bottom: -20px;
        left: 0px;
    }
}
/* expensive-section end */

/* difference-sec start */
.difference-sec{
    background: #fff;
}
.difference-text{
    background: #DF6A00;
    border: 1px solid #010101;
    border-radius: 10px;
    display: inline-block;
    padding: 0px 10px;
}
@media (min-width:768px) {
    .difference-sec{
        background: #fff url("https://cdn.oppyotest.com/launches/ghiblli/special/difference-bg.webp") no-repeat top center;
        background-size: cover;
    }
    .difference-text{
        background: url("https://cdn.oppyotest.com/launches/ghiblli/special/orange-frame.webp") no-repeat;
        background-size: 100% 100%;
        padding: 0px 23px;
        border: unset;
        border-radius: unset;
    }
}
/* cube swiper */
.mySwiper3 .swiper-wrapper .swiper-slide {
    background-position: center;
    background-size: cover;
    height: 100%;
  }

  .mySwiper3 .swiper-wrapper .swiper-slide {
    overflow: hidden;
    border-radius: 10px;
    /* background: #fff; */

  }
  .mySwiper3 .swiper-wrapper .swiper-slide img {
    display: block;
    width: 100%;
  }
/* cube swiper */
/* difference-sec end */

/* viral-sec start */
.viral-sec{
    background: linear-gradient(107.13deg, #010101 -1.21%, #000327 38.91%, #1A001B 93.63%);
}
.viral-text{
    background: var(--theme-bg);
    padding: 5px 13px;
    display: inline-block;
    border-radius: 10px;
}
.orange-frame-1{
    background: #DF6A00;
    border: 1px solid #ffffff;
    border-radius: 10px;
    display: inline-block;
    padding: 0px 10px;
}
@media (min-width:768px) {
    .viral-sec{
        background: url("https://cdn.oppyotest.com/launches/ghiblli/special/viral-bg.webp") no-repeat center center;
        background-size: cover;
    }
    .orange-frame-1{
        background: url("https://cdn.oppyotest.com/launches/ghiblli/special/orange-frame-1.webp") no-repeat;
        background-size: 100% 100%;
        padding: 0px 26px;
        border: unset;
        border-radius: unset;
    }
}
/* viral-sec end */


/* not-anymore-sec start */
.red-gradiant{
    background: linear-gradient(90deg, #FF2929 0%, #FD6B2C 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.red-br{
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(90deg, #FF2929 0%, #FD6B2C 100%);
    border-image-slice: 1;
    width:100%;
}

.not-anymore-sec{
    background: #ffffff;
}
.not-frame {
    background: #01A8D7;
    border: 1px solid #010101;
    border-radius: 10px;
    display: inline-block;
    padding: 0px 10px;
}
.not-anymore-h{
    background: linear-gradient(10.01deg, rgba(255, 196, 1, 0.1) 9.98%, rgba(201, 13, 248, 0.1) 51.89%, rgba(53, 56, 255, 0.1) 89.97%);
    border-left: 2px solid #C90DF8;
    border-right: 2px solid #3538FF;
    border-radius: 20px;
    display: inline-block;
    padding: 10px;
}

@media (min-width: 768px) {
    .not-anymore-h{
        padding: 22px 56px;
    }
    .not-frame {
        background: url(https://cdn.oppyotest.com/launches/ghiblli/special/blue-frame.webp) no-repeat;
        background-size: 100% 100%;
        display: inline-block;
        padding: 8px 18px 8px 19px;
        border: unset;
        border-radius: unset;
    }
}
/* not-anymore-sec end */

/* proudly sec start */
.proud-section{
    background: #000000;
}
.proud-section .heading {
    background: linear-gradient(180deg, rgba(131, 70, 191, 0.2) 0%, #8346BF 100%);
    background-size: 100% 100%;
    padding: 2px 15px;
    border-radius: 30px;
    display: inline-block;
}

@media (min-width: 768px) {
    .proud-section{
        background: url("https://cdn.oppyotest.com/launches/ghiblli/special/proudly-bg.webp") no-repeat bottom center;
        background-size: cover;
        padding-bottom: 180px;
    }
    .yellow-wave-1{
        position: relative;
    }
    .yellow-wave-1::after {
        position: absolute;
        content: "";
        background: url("https://cdn.oppyotest.com/launches/ghiblli/special/yellow-wave-1.webp") no-repeat;
        width: 360px;
        height: 14px;
        bottom: 0px;
        left: -5px;
    }
    .proud-text {
        border-bottom: 2px dashed #F06327;
    }
    .proud-section .heading {
        padding: 8px 40px;
    }
    .img-pop{
        transition: ease 0.4s;
    }
    .img-pop:hover{
        transform: scale(1.1);
    }
}
/* proudly sec end */
/* step-sec start */
.step-sec{
    background: #ffffff;
}
.easy-step{
    background: #DF6A00;
    border: 1px solid #000000;
    border-radius: 10px;
    padding: 10px 4px;
    position: relative;
}
/* steps-card */
.nav-tabs .nav-link.active .steps-card{
    background: linear-gradient(45.01deg, rgba(255, 196, 1, 0.1) 9.98%, rgba(201, 13, 248, 0.1) 51.89%, rgba(53, 56, 255, 0.1) 89.97%) !important;
}
.heading-tabs:not(.collapsed) .steps-icon{
    border-color: var(--blue-clr);
}
.heading-tabs:not(.collapsed) .steps-card{
    border-color: var(--blue-clr);
}
.steps-card .steps-icon{
    min-width: 80px;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: white;
    fill: white;
    filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.25));
    transition: 0.5s ease-in-out;
    border: 1px solid transparent;
}

.steps-tabs{
    /* height: 750px; */
    overflow: hidden;
}
.steps-card{
    height: auto;
    transition: all 0.5s ease-in-out;
    border: 1px solid var(--blue-clr);
}

@media (min-width: 768px) {
    /* .step-sec{
        padding: 20px 0px 100px;
    } */
    .steps-card .steps-icon{
        min-width: 100px;
        min-height: 100px;   
    }
    .easy-step{
        padding: 0px 22px 3px 13px;
        position: relative;
    }
    .easy-step::after {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/ghiblli/special/click-hand-icon.webp");
        top: 26px;
        right: -60px;
    }
}
/*  */

.steps-card p{
    /* color: #101010; */
    color: rgba(25, 25, 25, 0.5);
}

.steps-card{
    transition: all .8s ease-in-out;
    border-radius: 20px;
    background: #ffffff;
}
.heading-tabs{
    background: rgba(153, 88, 204, 0.10);    ;
    border: none;
    outline: none;
    padding: 0;
    text-align: left;
    border-radius: 20px;
}


.cleint-frame {
    border: 5px solid var(--blue-clr);
    background: var(--blue-clr);
    border-radius: 12px;
    /* padding: 20px; */
}
/* step-sec end */

/* demo section start */
.demo-sec{background:#e1f9fe;}
.demo-box {
    /* border-radius: 10px; */
    padding: 15px 10px;
    height: 100%;
    align-items: center;
    background: url("https://cdn.oppyotest.com/launches/ghiblli/special/demo-box.webp") no-repeat center center;
    background-size: 100% 100%;
}
.demo-text{
    background: var(--theme-bg);
    display: inline-block;
    padding: 0px 15px;
    border-radius: 30px;
}
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); }
}
@media(min-width:768px){
    .demo-sec{
        background: #e1f9fe url(https://cdn.oppyotest.com/launches/ghiblli/special/demo.webp) no-repeat center center;
        background-size: cover;
    }
    .demo-text {
        padding: 0px 45px;
    }
    .demo-box {
        padding: 15px 15px;
    }
}
/* demo section end */

/* features section start */
.feature-sec{
    background: linear-gradient(177.48deg, #010101 8.41%, #15001D 91.75%);
}
.features-heading{
   position: relative;
}
.feature-card-1 {
    background: #FFFFFF1A;
    border: 1px solid #FFFFFF33;
    backdrop-filter: blur(50px);
    border-radius: 10px;
    padding: 20px 10px 0px;
    height: 100%;
}

.feature-card-2 {
    background: #FFFFFF1A;
    border: 1px solid #FFFFFF33;
    backdrop-filter: blur(50px);
    border-radius: 10px;
    padding: 20px 10px 0px;
    height: 100%;
}
.grey-feature-card{
    background: #FFFFFF1A;
    border: 1px solid #01010133;
    backdrop-filter: blur(50px);
    border-radius: 10px;
    padding: 20px 10px 0px;
    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 0px;
   height: 100%;
}
.black-feature-card-1{
    background: #FFFFFF;
   /* box-shadow:0px 0px 15px 5px rgba(100, 98, 98, 0.32); */
   border-radius: 10px;
   padding: 20px 10px 0px;
   height: 100%;
}
.black-feature-card-2{
    background: #090A0B;
    /* box-shadow:0px 0px 15px 5px rgba(100, 98, 98, 0.32); */
    border-radius: 10px;
    padding: 20px 10px 0px;
    height: 100%;
 }
 .skyblue-feature-card{
    background: #FFFFFF;
    border: 1px solid #00000033;
    backdrop-filter: blur(50px);
    border-radius: 10px;
    padding: 20px 10px 0px;
    height: 100%;
}
.skyblue-feature-card-1{
    background: #FFFFFF;
    border: 1px solid #00000033;
    backdrop-filter: blur(50px);
    border-radius: 10px;
    padding: 20px 10px 0px;
    height: 100%;
}

@media (min-width:768px) {
   .feature-sec{
       background: url("https://cdn.oppyotest.com/launches/ghiblli/special/feature-bg.webp") no-repeat center center;
       background-size: cover;
   }
   .features-heading:before{
       background: url(https://cdn.oppyotest.com/launches/ghiblli/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/ghiblli/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 70px 70px;
   }
   .feature-card-2{
        border-radius: 20px;
        padding: 25px 30px 0px;
   }
   .grey-feature-card{
        border-radius: 20px;
        padding: 25px 30px 0px;
    }
   .black-feature-card{
        border-radius: 20px;
        padding: 50px 69px;
        box-shadow: none;
   }
   .black-feature-card-1{
        border-radius: 20px;
        padding: 25px 30px 0px;
        box-shadow: none;
   }
   .black-feature-card-2{
    border-radius: 20px;
    padding: 25px 20px 0px;
    box-shadow: none;
}
.skyblue-feature-card{
    border-radius: 20px;
    padding: 50px 92px 70px 68px;
}
   .skyblue-feature-card-1{
        border-radius: 20px;
        padding: 20px 15px 0px;
   }

}
/* features section end */

/* convert-sec start */
.convert-sec{
    background: linear-gradient(217.4deg, #EBEBFF 8.26%, #FAE8FC 53.65%, #FEF7E7 96.5%);
}
.orange-frame-2{
    background: #DF6A00;
    border-radius: 10px;
    display: inline-block;
    padding: 0px 10px;
}
.convert-box{
    background: #ffffff;
    border: 2px solid #3538FF;
    border-radius: 15px;
    display: inline-block;
    padding: 40px 22px;
}
@media(min-width:768px){
    .convert-sec{
        background: #EBEBFF url(https://cdn.oppyotest.com/launches/ghiblli/special/convert-bg.webp) no-repeat center center;
        background-size: cover;
    }
    .orange-frame-2{
        background: url("https://cdn.oppyotest.com/launches/ghiblli/special/orange-frame-2.webp") no-repeat;
        background-size: 100% 100%;
        padding: 0px 20px;
        border: unset;
        border-radius: unset;
    }
    .convert-box{
        background: url("https://cdn.oppyotest.com/launches/ghiblli/special/convert-frame.webp") no-repeat;
        background-size: 100% 100%;
        padding: 40px 27px;
        border: unset;
        border-radius: unset;
        height: 100%;
    }
}
/* convert-sec end */

/* slider-sec-2 start */
.slider-sec-2{
    background: linear-gradient(217.4deg, #EBEBFF 8.26%, #FAE8FC 53.65%, #FEF7E7 96.5%);
}
.theme-frame {
    background: var(--theme-bg);
    border-radius: 10px;
    display: inline-block;
    padding: 0px 10px;
}
@media(min-width:768px){
    .slider-sec-2{
        background: url(https://cdn.oppyotest.com/launches/ghiblli/special/slider-sec-2-bg.webp) no-repeat top center;
        background-size: cover;
    }
    .theme-frame {
        background: url("https://cdn.oppyotest.com/launches/ghiblli/special/theme-frame.webp") no-repeat;
        background-size: 100% 100%;
        padding: 10px 20px;
        border-radius: unset;
    }
}
/* slider-sec-2 end */

/* lead sec start */
.lead-sec{
    background: #fff;
}
.lead-card{
    border-radius: 20px;
    padding: 20px 10px;
    height: 100%;
}
.lead-text{
    background: url("https://cdn.oppyotest.com/launches/ghiblli/special/red-frame.webp") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 0px 10px;
}
.lead-box {
    border-radius: 20px;
    border: double 1px transparent;
    background-image: linear-gradient(#fff, #fff), linear-gradient(45.01deg, #FFC401 9.98%, #C90DF8 51.89%, #3538FF 89.97%);
    background-origin: border-box;
    background-clip: content-box, border-box;
}
@media(min-width:768px){
    .lead-sec{
        background: #fff url(https://cdn.oppyotest.com/launches/ghiblli/special/lead-bg.webp) no-repeat center center;
        background-size: cover;
    }
    .lead-card{
        padding: 30px 20px 30px;
    }
    .lead-text{
        position: relative;
        padding: 0px 60px 0px 10px;
    }
    .lead-text::after{
        content: "";
        position: absolute;
        background: url("https://cdn.oppyotest.com/launches/ghiblli/special/feel-good-emoji.webp") no-repeat;
        width: 70px;
        height: 70px;
        top: -10px;
        right: -20px;
    }
}
/* lead sec end */

.saves-sec{
    background: #ffffff;
}
.red-box{
    border-radius: 10px;
    border: 1px solid rgba(255, 44, 44, 0.30);
    background: rgba(255, 44, 44, 0.10);
    padding: 10px;
}
.blue-box{
    border-radius: 10px;
    border: 1px solid #5EE9FF;
    background: #E2FBFF;
    padding: 10px;
}
.one-time-text{
    background: #14BBF6;
    border-radius: 10px;
    display: inline-block;
    padding: 12px 30px;
}
.saves-text{
    background: var(--theme-bg);
    border-radius: 10px;
    display: inline-block;
    padding: 0px 15px;
}
.pink-frame-1{
    background: #D15DFF;
    border: 1px solid #010101;
    border-radius: 10px;
    display: inline-block;
    padding: 0px 10px;
}
@media (min-width: 768px) {
    /* .saves-sec{
        background: #ffffff url(https://cdn.oppyotest.com/launches/ghiblli/special/saves-bg.webp) no-repeat center center;
        background-size: cover;
    } */
    .red-box{
        padding: 20px;
    }
    .blue-box{
        padding: 30px 20px 23px;
        height: 100%;
    }
    .pink-frame-1{
        background: url("https://cdn.oppyotest.com/launches/ghiblli/special/pink-frame-1.webp") no-repeat;
        background-size: 100% 100%;
        padding: 15px 34px;
        border: unset;
        border-radius: unset;
    }   
}

/* competition-sec starts */
.competition-sec{
    background: linear-gradient(217.4deg, #EBEBFF 8.26%, #FAE8FC 53.65%, #FEF7E7 96.5%);
}

/* compare section start */
.compare-card1{
    border-radius: 20px 0px 0px 20px;
    border-top: 5px solid #ddddfd;
    border-bottom: 5px solid #ddddfd;
    border-left: 5px solid #ddddfd;
    background: #FFF;
    /* height: 100%; */
}
.compare-head {
    border-radius: 20px 0px 0px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background: #FFF;
    padding: 21px 40px;
}
.compare-head4{
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background: #FFF;
    padding: 31px 20px;
}
.compare-list li{
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
    background: #FFF;
    padding: 11px 20px;
    list-style: none;
}
.compare-list li:nth-last-child(1){
    border-radius: 0 0 0 20px;
    border: unset;
}
.gradient-border {
    border-radius: 20px;
    border: double 2px transparent;
    background-image: linear-gradient(#ffffff, #ffffff), var(--theme-bg);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 0px 0px 20px 1px rgba(5, 184, 233, 0.25);
    margin-top: -62px;
}

.compare-card2{
    border-radius: 20px;
}
.compare-head2{
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background: #fff;
    padding: 30px 45px;
    border-radius: 20px 20px 0px 0px;
}
.compare-list2 li{
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
    background: #fff;
    padding: 15px 20px;
    list-style: none;
    position: relative;
}
.compare-list2 li:nth-last-child(1) {
    border: none;
    border-radius: 0px 0px 20px 20px;
    padding: 20px;
}
.compare-list3 li:nth-last-child(1){
    border-radius: 0 0 15px 0px;
    border: unset;
}
.compare-card3{
    border-top: 5px solid rgba(253, 32, 108, 0.3);
    border-bottom: 5px solid rgba(253, 32, 108, 0.3);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    background: #FFF;
    /* height: 100%; */
}
.compare-head3{
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background: #FFF;
    padding: 25px 20px;
}
.compare-head5{
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background: #FFF;
    padding: 25px 20px 25px;
    border-radius: 0px 20px 0px 0px;
}
.compare-list3 li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
    background: url("https://cdn.oppyotest.com/launches/ghiblli/special/cross.webp") no-repeat;
    background-position: 47px 14px;
    padding: 11px 20px 11px 80px;
    list-style: none;
}
.compare-card5 {
    border-radius: 0px 20px 20px 0px;
    border-top: 5px solid #f7d4fb;
    border-bottom: 5px solid #f7d4fb;
    border-right: 5px solid #f7d4fb;
    background: #FFF;
    /* height: 100%; */
}
.compare-bottom2{
    background: rgba(255, 54, 29, 0.15);
    padding: 30px 20px;
    /* border-radius: 0 0 17px 17px; */
}
.compare-bottom3{
    background: #fff;
    padding: 15px 20px;
    border-radius: 0 0 15px 0px;
}
.compare-hr{border: 1px solid #000000;}

/* comapre section end */

/* competition-sec ends */

/* moving-row-sec */
.moving-row-sec{
    background: #080b1a;
}
.moving-container {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 15px;
  }

  /* Common styles for moving rows */
  .moving-row {
    display: flex;
    white-space: nowrap;
    animation: move 30s linear infinite;
  }

  /* Alternate direction for rows */
  .moving-row-parent:nth-child(odd) .moving-row {
    animation-direction: normal;
  }

  .moving-row-parent:nth-child(even) .moving-row {
    animation-direction: reverse;
  }

  /* Hover to pause animation */
  .moving-row-parent:hover .moving-row{
    animation-play-state: paused;   
  }

  /* Individual tags styling */
  .moving-row .tag {
    display: inline-block;
    padding: 10px 20px;
    color: #ffffff;
    border-radius: 30px;
    border: 1px solid #FFFFFF33;
    background: linear-gradient(88.18deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.1) 100%);
  }
  /* Shadow gradient effect on edges */
  .shadow-left,
  .shadow-right {
    position: absolute;
    top: 0;
    width: 100px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
  }

  .shadow-left {
    left: 0;
    background: linear-gradient(to right, rgba(8, 11, 26,1), rgb(8, 11, 26, 0));
  }

  .shadow-right {
    right: 0;
    background: linear-gradient(to left,  rgba(8, 11, 26,1), rgb(8, 11, 26, 0));
  }

  /* Keyframes for movement */
  @keyframes move {
    from {
      transform: translateX(0%);
    }
    to {
      transform: translateX(-100%);
    }
  }
  @media (min-width:768px) {
    .moving-row-sec{
        padding-bottom: 150px;
    }
  }
/* moving-row-sec */

/* freelancing sec start */
.freelancing-sec{
    background: #fff;
}
.believe-text{
    background: var(--blue-clr);
    border: 1px solid #010101;
    border-radius: 10px;
    display: inline-block;
    padding: 15px;
}
@media (min-width: 768px) {
    .freelancing-sec{
        background: #fff url("https://cdn.oppyotest.com/launches/ghiblli/special/freelancing-bg.webp") no-repeat center center;
        background-size: cover;
    }
    .believe-text{
        background: url("https://cdn.oppyotest.com/launches/ghiblli/special/blue-frame.webp") no-repeat center center;
        background-size: 100% 100%;
        border-radius: unset;
        padding: 14px 57px;
        border: unset;
        /* position: relative; */
    }
    /* .believe-text::after{
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/ghiblli/special/think-emoji.webp");
        top: 10px;
        right: 18px;
    } */
    .img-pop{
        transition: ease 0.3s;
    }
    .img-pop:hover{
        transform: scale(1.1);
    }
}
/* freelancing sec end */

/* potential-sec start */
.potential-sec{
    background: linear-gradient(217.4deg, #EBEBFF 8.26%, #FAE8FC 53.65%, #FEF7E7 96.5%);
}
.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(--blue-clr);
}
.feature-list-box img{
    border-radius: 50%;
    background: var(--blue-clr);
}
.feature-list-box:hover{
	-webkit-animation-name: wobble;
    animation-name: wobble;    
    -webkit-animation-duration:          0.8s;
    -webkit-animation-iteration-count:   infinite;
    -webkit-animation-timing-function:   linear;
    -webkit-transform-origin:            50% 100%;
}
@-webkit-keyframes wobble {
	0% { transform: rotate(0); }
  15% { transform: rotate(5deg); }
  30% { transform: rotate(-5deg); }
  45% { transform: rotate(4deg); }
  60% { transform: rotate(-4deg); }
  75% { transform: rotate(2deg); }
  85% { transform: rotate(-2deg); }
  92% { transform: rotate(1deg); }
  100% { transform: rotate(0); }
  }
  
  @keyframes wobble {
	0% { transform: rotate(0); }
  15% { transform: rotate(5deg); }
  30% { transform: rotate(-5deg); }
  45% { transform: rotate(4deg); }
  60% { transform: rotate(-4deg); }
  75% { transform: rotate(2deg); }
  85% { transform: rotate(-2deg); }
  92% { transform: rotate(1deg); }
  100% { transform: rotate(0); }
  }
  .support-img:hover img{-webkit-animation-name: wobble;
    animation-name: wobble;    
    -webkit-animation-duration:          0.8s;
    -webkit-animation-iteration-count:   infinite;
    -webkit-animation-timing-function:   linear;
    -webkit-transform-origin:            50% 100%;
}

@media(min-width:768px){
	.gap30 {
		--bs-gutter-x: 50px;
		--bs-gutter-y: 50px;
	}
	.feature-list-box {
		height: 100%;
		padding: 30px;
	}

}
/* potential-sec end */

/* testimonial sec start */
.testimonial-sec{
    background: #ffffff;
}
.testimonial-text {
    background: var(--blue-clr);
    border: 1px solid #010101;
    border-radius: 10px;
    display: inline-block;
    padding: 15px;
}
@media (min-width: 768px) {
    .testimonial-sec{
        background: #fff url("https://cdn.oppyotest.com/launches/ghiblli/special/testimonial-bg.webp") no-repeat center center;
        background-size: cover;
    }
    .testimonial-text {
        background: url("https://cdn.oppyotest.com/launches/ghiblli/special/blue-frame.webp") no-repeat center center;
        background-size: 100% 100%;
        border-radius: unset;
        border: unset;
        padding: 24px 50px;
    }
}
/* testimonial sec end */

/*compare section start*/
.compare-section{
    background: linear-gradient(217.4deg, #EBEBFF 8.26%, #FAE8FC 53.65%, #FEF7E7 96.5%);
}

.winning-box{
    padding: 24px 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-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/ghiblli/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:nth-child(3), .compare-list-1 li:nth-child(6) {
    padding: 38px 25px 38px 70px;
    background-position: 23px 36px;
}
.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: 18px 110px;
    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-2 li{
    list-style: none;
    text-align: left;
    background: url("https://cdn.oppyotest.com/launches/ghiblli/special/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-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(2){
    padding: 38px 41px 38px 65px;
    background-position: 23px 36px;
}
/* .cream-frame{
    background: #fff3c9;
    padding: 10px;
    border-radius: 10px;
    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: url("https://cdn.oppyotest.com/launches/ghiblli/special/compare-bg.webp") no-repeat center center;
        background-size: cover;
    } */
    .winning-box::before {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/ghiblli/special/enjoy-emoji.webp");
        top: 30px;
        left: 10px;
    }
    .winning-box::after{
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/ghiblli/special/happy.webp");
        top: 30px;
        right: 10px;
    }
    .losing-box::before {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/ghiblli/special/sad-1.webp");
        top: 30px;
        left: 35px;
    }
    .losing-box::after{
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/ghiblli/special/sad.webp");
        top: 30px;
        right: 35px;
    }
    /* .cream-frame{
        background: url("https://cdn.oppyotest.com/launches/ghiblli/special/cream-frame.webp") no-repeat;
        background-size: 100% 100%;
        padding: 24px 57px;
        border-radius: unset;
    } */
    .px-md-14{
        padding-left: 14px;
        padding-right: 14px;
    }
    .mt-md165{
        margin-top: 165px !important;
    }
}

/* compare section end */

/* btn-sec start */
.btn-sec{
    background: #0a0c2b;
    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/ghiblli/special/cta-btn-border.webp') no-repeat center center;
    background-size: cover;
    padding: 20px 10px;
    border-radius: 10px;
}
@media(min-width:768px){
    .btn-sec{
        background: #0a0c2b url(https://cdn.oppyotest.com/launches/ghiblli/special/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 */

/* bonusess-sec start */
.bonusess-sec{
    background: #000;
}
@media (min-width: 768px) {
    .bonusess-sec{
        background: url("https://cdn.oppyotest.com/launches/ghiblli/special/bonusses-bg.webp") no-repeat bottom center;
        background-size: cover;
        padding: 80px 0px 120px;
    }
}
/* bonusess-sec end */

/* bonus section start */
.bonus-section-shape {
    /* display: inline-block; */
    border-radius: 10px;
    border: 1px solid var(--blue-clr);
    background: linear-gradient(270deg, rgba(20, 220, 255, 0.1) 0%, rgba(255, 63, 252, 0.1) 100%);
    /* backdrop-filter: blur(25px); */
    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/ghiblli/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 section end */


/* riskfree section start */
.riskfree-section {
    background: #000123;
}
@media (min-width: 768px){
    .riskfree-section{
        background: #000123 url("https://cdn.oppyotest.com/launches/ghiblli/special/riskfree-bg.webp") no-repeat center center;
        background-size: cover;
    }
}
/* riskfree section end */


/* Table Section Start */

.table-section {
    background: #fff;
}

.tablebox2 {
    background: #fff;
    width: 100%;
    height: 100%;
    float: left;
    border-radius: 20px;
    border: solid 10px #FDF1FF;
}

.tbbg2 {
    background: #FDF1FF;
    padding: 30px;
    background-size: cover;
    border-radius: 8px 8px 0 0
}

.tablebox2 ul {
    padding-left: 0;
    color: #010101
}

.myfeatureslast {
    float: left;
    padding: 30px;
    width: 100%;
    min-height: 69px;
    color: #000;
    background: #fff;
    border-radius: 0 0 10px 10px;
    border-top: 0
}

ul.grey-tick-last {
    padding: 0
}

ul.grey-tick-last li {
    background: url(https://cdn.oppyotest.com/launches/ghiblli/special/list-head.webp) no-repeat;
    list-style: none;
    text-align: left;
    padding: 15px 15px 15px 50px;
    background-position: 15px 22px;
    color: #08041e
}

ul.grey-tick-last li:last-child {
    border-bottom: 0
}

ul.grey-tick-last li:nth-child(odd) {
    background-color: #f1f1f1;
}

ul.grey-tick-last li:nth-child(even) {
    background-color: #fff;
}

.tablebox3 {
    width: 100%;
    height: 100%;
    float: left;
    border-radius: 35px 35px 20px 20px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
    position: relative;
    padding: 15px;
    /* border: 5px solid #000; */
    /* border: double 10px transparent;
    background-image: linear-gradient(#fff, #fff), var(--theme-bg-1);
    background-origin: border-box;
    background-clip: content-box, border-box; */
    background: url("https://cdn.oppyotest.com/launches/ghiblli/special/tablebox3-bg.webp") no-repeat center center;
    background-size: cover;
}

.tbbg3 {
    /* background: #000; */
    background: url(https://cdn.oppyotest.com/launches/ghiblli/special/table-frame.webp) no-repeat bottom center;
    padding: 50px 30px 30px 30px;
    background-size: 100% 100%;
    border-radius: 8px 8px 0 0;
    min-height: 200px;
}
.tablebox3 ul {
    padding-left: 0;
    color: #010101
}

ul.vgreytick {
    padding: 0
}

ul.vgreytick li {
    background:#fff url(https://cdn.oppyotest.com/launches/ghiblli/special/list-head.webp) no-repeat;
    list-style: none;
    text-align: left;
    padding: 15px 15px 15px 50px;
    background-position: 15px 22px;
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
ul.vgreytick li:nth-child(1){
    border-radius: 15px 15px 0px 0px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/* ul.vgreytick li:last-child {
    border-bottom: 0
} */

.myfeatureslastborder {
    float: left;
    padding: 30px;
    width: 100%;
    border-radius: 0 0 20px 20px;
    min-height: 69px;
    background: #fff
}

.thanks-button a {
    width: 100%;
    display: inline-block;
    text-decoration: none;
    color: #2447a2;
}

.commercial{
    background: #ffffff;
    border-radius: 25px;
    padding: 8px 29px;
    display: inline-block;
}
.commercial1{
    background: #FFCB40;
    border-radius: 25px;
    padding: 6px 10px;
    display: inline-block;
}
.table-sale {
    background: url(https://cdn.oppyotest.com/launches/ghiblli/special/table-sale.webp) no-repeat;
    background-size: 100% 100%;
    padding: 11px 35px;
    display: inline-block;
}
.mt-top{
    margin-top: -77px;
}
.vgreytick li.headline1 {
    background: #FFDFDF;
    padding: 15px 0px 15px 0px;
    background-position: 0px !important;
    list-style: none;
    margin: 0px;
    border-bottom: none !important;
    font-weight: 800;
    text-align: center;
    color: #FF0000;
}
.vgreytick li.headline2 {
    background: var(--blue-clr);
    padding: 15px 0px 15px 0px;
    background-position: 0px !important;
    list-style: none;
    margin: 0px;
    border-bottom: none !important;
    font-weight: 800;
    text-align: center;
    color: #ffffff;
}
ul.vgreytick3 li {
    background: url(https://cdn.oppyotest.com/launches/ghiblli/special/cross2.webp) no-repeat;
    list-style: none;
    text-align: left;
    padding: 15px 15px 15px 50px;
    background-position: 15px 22px;
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
@media(min-width:768px){
    /* .table-section {
        background: url("https://cdn.oppyotest.com/launches/ghiblli/special/table-bg.webp") no-repeat top center;
        background-size: cover;
        padding: 100px 0;
    } */
    .gx-6 {
        --bs-gutter-x: 4rem
    }
    .tbbg2 {
        min-height: 235px;
        padding:50px 30px 50px 30px;
        background-size: 100% 100%;
    }
    ul.vgreytick li {
        padding: 20px 15px 20px 65px;
        background-position: 30px 24px
    }
    .tbbg3 {
        min-height: 430px;
        padding: 50px 30px 50px 30px;
        background-size: 100% 100%;
    }    
    ul.grey-tick-last li {
        padding: 20px 15px 20px 65px;
        background-position: 30px 27px
    }
    .myfeatureslast {
        padding: 30px
    }
    .table-sale {
        padding: 11px 70px;
    }
    .mt-top{
        margin-top: -80px;
    }
    ul.vgreytick3 li {
        padding: 20px 15px 20px 65px;
        background-position: 30px 22px;
    }
    .commercial1{
        padding: 8px 29px;
    }
}

/* Table Section End */

/* Contact Section Start */
.contact-section{
    padding: 30px 0px;
    background: linear-gradient(217.4deg, #EBEBFF 8.26%, #FAE8FC 53.65%, #FEF7E7 96.5%);
}
.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/ghiblli/special/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/ghiblli/special/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 */


/* Footer Section Start */
.footer-section{
    background: #000;
    padding: 30px 0px;
}
.footer-ul{
    padding: 0px;
    margin: 0px;
}
.footer-ul li{
    display: inline;
}
@media (min-width: 768px) {
    .footer-section {
        padding: 50px 0px;
    }
}
/* Footer Section End */

.coupon{
    background: var(--theme-bg);
    border-radius: 4px;
    padding: 2px;
}
 .next-text{
    background-color: rgb(239, 49, 49);
    color: #fff;
    border-radius: 4px;
    padding: 0px 2px;
 }


