html {
    scroll-behavior: smooth;
}

body {
    font-family: "Nunito", sans-serif;
    color: #101010;
    font-size: 14px;
    overflow-x: hidden;
}
html::-webkit-scrollbar {
    width: 10px; 
 }

html::-webkit-scrollbar-track {
  background-color: #eee;
}

html::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, #015AF1 0%, #24DFBA 100%);
  border-radius: 25px;
}
.object-fit-contain{
    object-fit: contain;
}
.caveat{
    font-family: 'Caveat', cursive;
}

:root {
    --black-clr:#050A19;
    --white-clr: #fff;
    --light-grey: #f1f1f1;
    --orange-clr: #FF7C59;
    --orange-clr1: #FB591B;
    --purple-clr: #7679FF;
    --lightpurple-clr: #71A2FB;
    --skyblue-clr:#3DC2EC;
    --red-clr:#FF2C2C;
    --blue-clr:#007BFF;
    --grey-clr:#555555;
    --lightgreen-clr: #4CDF9B;
    --pink-clr: #FF6AAE;
    --green-clr: #22d9bc;
    --green-clr2: #00DA23;
    --green-clr3: #86c63a;
    --theme-gradient: linear-gradient(90deg, #015AF1 0%, #24DFBA 100%);
    --theme-gradient1: linear-gradient(90deg, #24DFBA 0%, #015AF1 100%);
    --sky-gradient: linear-gradient(90deg, #43C5ED 0%, #43EDB8 100%);
    --bs-font-sans-serif:"Asul", serif, "Work Sans", sans-serif;
}
/* Color CSS */

.black-clr {color: var(--black-clr)}
.white-clr,
a.white-clr {
    color: var(--white-clr);
}
.light-grey{
    color: var(--light-grey);
}
.orange-clr {
    color: var(--orange-clr);
}
.purple-clr {
    color: var(--purple-clr);
}
.lightpurple-clr {
    color: var(--lightpurple-clr);
}
.pink-clr{ color : var(--pink-clr);}
.skyblue-clr{color:var(--skyblue-clr);}
.lightgreen-clr{color: var( --lightgreen-clr);}
.red-clr{color:var(--red-clr);}
.blue-clr{color:var(--blue-clr);}
.grey-clr{color:var(--grey-clr);}
.green-clr{color:var(--green-clr)}
.green-clr2{color:var(--green-clr2)}
.green-clr3{color:var(--green-clr3)}
.theme-clr{
    background: linear-gradient(90deg, #015AF1 0%, #24DFBA 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.br-theme {
    border-bottom: 4px solid transparent;
    border-image: linear-gradient(90deg, #015AF1 0%, #24DFBA 100%);
    border-image-slice: 1;
    width: 100%;
}
/* font size  */
@media (min-width: 768px) {
    .f-md-54 {
        font-size: 54px;
    }
    .f-md-70 {
        font-size: 70px;
    }
}
/* 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: 30px;
    padding-bottom: 30px;
}
@media (min-width:768px){
    .sec-md-pd{
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

/* Section Padding End */

/* sticky bar start */
/*.fixed-top-bar .gif {*/
/*    position: absolute;*/
/*    top: 10px;*/
/*    left: 0px;*/
/*    max-height: 61px;*/
/*}*/
/*  .fixed-top-bar{*/
/*    overflow: hidden;*/
/*  }*/
/*.fixed-top-bar {*/
    /*background-color: transparent;*/
    /*background-image: var(--theme-gradient);*/
/*    background: url(../images/fixed-top-bar.webp) no-repeat center center;*/
/*    background-size: 100% 100%;*/
/*    padding: 16px 0;*/
/*    position: sticky;*/
/*    top: 0;*/
/*    z-index: 99*/
/*}*/

/*.fixed-top-bar div {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    width: 100%*/
/*}*/
/*.cta-btn .timerbg,*/
/*.cta-btn .smmltd {*/
/*    color: #fff !important;*/
/*}*/
/*.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: #fff;*/
/*    background-color: #e10019;*/
/*    border-radius: 5px 5px 5px 5px;*/
/*    padding: 6px 15px 4px;*/
/*    animation: blink 1.5s linear infinite;*/
/*}*/
/* @keyframes blink {*/
/*     0% {*/
/*     color: #e10019;*/
/* }*/
/* 100% {*/
/*     color: #fff;*/
/* }*/
/* }*/
/*.fixed-top-bar div p {*/
/*    font-size: 24px;*/
/*    font-weight: 400;*/
/*    color: #fff;*/
/*    margin: 0;*/
/*    margin-right: 15px*/
/*}*/

/*.fixed-top-bar div p b {*/
/*}*/

/*.fixed-top-bar div p span {*/
/*    text-decoration-line: line-through*/
/*}*/



/*.stickybar {*/
/*    display: table;*/
/*    margin: 0% 0% 1% 3%;*/
/*    width: 94%;*/
/*    border-radius: 6px;*/
/*    float: left;*/
/*    background: #171717;*/
/*    opacity: .9;*/
/*    position: fixed;*/
/*    top: 15px;*/
/*    padding: 1%;*/
/*    z-index: 9999*/
/*}*/

/*.text-new {*/
/*    color: #C735F7;*/
/*    text-transform: uppercase*/
/*}*/

/*.blink-soft {*/
/*    animation: blinker 1.5s linear infinite*/
/*}*/

/*@keyframes blinker {*/
/*    50% {*/
/*        opacity: 0*/
/*    }*/
/*}*/
/*.text-new {*/
/*    color: #C735F7;*/
/*    text-transform: uppercase;*/
/*}*/
/*.blink-soft {*/
/*    animation: blinker 1.5s linear infinite;*/
/*}*/
/* stick bar end */


/* top sale tag css */
/*.sticky-top-animated{*/
/*    position: fixed;*/
/*    top: 150px;*/
/*    right: -1%;*/
/*    animation: 1000ms init forwards, 1000ms init-sign-move ease-out 1000ms, 3000ms sign-move 2000ms infinite;*/
/*    transform-origin: top;*/
/*    z-index: 1;*/
/*}*/

/*@media (min-width: 768px) {*/
/*    .sticky-top-animated{*/
/*        top: -15px;*/
/*    }*/
/*}*/

/*@media (max-width : 575px){*/
/*    .sticky-top-animated{*/
/*        zoom: 0.7;*/
/*    }*/
/*}*/
/*@keyframes init {*/
/*    0% {*/
/*      transform: scale(0);*/
/*    }*/
  
/*    40% {*/
/*      transform: scale(1.1);*/
/*    }*/
  
/*    60% {*/
/*      transform: scale(0.9);*/
/*    }*/
  
/*    80% {*/
/*      transform: scale(1.05);*/
/*    }*/
  
/*    100% {*/
/*      transform: scale(1);*/
/*    }*/
/*  }*/
  
/*@keyframes init-sign-move {*/
/*100% {*/
/*    transform: rotatez(3deg);*/
/*}*/
/*}*/

/*@keyframes sign-move {*/
/*0% {*/
/*    transform: rotatez(3deg);*/
/*}*/

/*50% {*/
/*    transform: rotatez(-3deg);*/
/*}*/

/*100% {*/
/*    transform: rotatez(3deg);*/
/*}*/
/*}*/
/* top sale tag css */

/* Header CSS */

.header-section {
    background: #edf5fc;
    padding: 30px 0px;
}
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;
}
a.affiliate-link-btn {
	border-radius: 10px;
    border-radius: 10px;
    background:var(--theme-gradient);
    text-decoration: none;
    text-align: center;
    display: block;
    padding: 5px 20px;
    font-size: 18px;
    color: var(--white-clr);
    font-weight: 800 !important;
    transition: all .3s ease;
}
a.affiliate-link-btn:hover {
    transition: all .3s ease;
    background: var(--theme-gradient1);
    color: var(--white-clr) !important;
}
.theme-btn {
    background: var(--theme-gradient);
    padding: 15px 14px;
    border-radius: 10px;
    display: inline-block;
    text-decoration: none;
    transition: all .3s ease;
}

@media (min-width: 768px){
.theme-btn {
    padding: 30px 100px;
}
}

.gap20 {
    gap: 20px;
}

.post-headline{
    border-radius: 10px;
    border: 1px solid #43C5ED;
    padding: 9px 20px;
    display: inline-block;
    background: linear-gradient(to right, rgba(67, 197, 237,20%) 0%, rgba(67, 237, 184,10%) 100%);
}

.list-head {
    list-style: none;
    padding: 0px;
}
.list-head li {
    background: url(https://cdn.oppyotest.com/launches/dreamsitepro/bundle/list-head.webp) no-repeat;
    padding: 15px 0px 15px 32px;
    background-position: 0px 17px;
}

.pre-heading {
    background: url(https://cdn.oppyotest.com/launches/dreamsitepro/bundle/prehead-bg.webp) no-repeat;
    background-size: 100% 100%;
    padding: 10px;
    display: inline-block;
}
@media (min-width:768px) {
    .post-headline{
        padding: 10px 50px;
    }
    .pre-heading {
        padding: 15px 35px;
    }

}


@media(min-width:768px){
    .header-section {
        background: url(https://cdn.oppyotest.com/launches/dreamsitepro/bundle/header-bg.webp) no-repeat center center;
        background-size: cover;
        padding: 40px 0px 100px 0px;
        position: relative;
    }

    a.affiliate-link-btn {
		padding: 15px 20px !important;
        font-size: 20px;
	}

    .f-md-100{
        font-size: 100px;
    }
}

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); }
}
/* Contact Section Start */

.container-box{
    padding: 20px;
    position: relative;
    background: var(--black-clr);
    border-radius: 30px;
}

@media(min-width:768px){
    .container-box{
        padding: 80px;
        background: url(https://cdn.oppyotest.com/launches/dreamsitepro/bundle/contact-bg.webp) no-repeat center center;
        background-size: 100% 100%;
    }

}
/* Contact Section End */



/* Step Section Start */

.steps-section{
    background: #FDF1FF;
}
@media (min-width: 768px) {
	.steps-section{
		background:url(https://cdn.oppyotest.com/launches/dreamsitepro/bundle/step-bg.webp) no-repeat;
		background-size:100% 100%;
	}
}

/* steps-card */

.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
}

.steps-tabs{
    height: 750px;
    overflow: hidden;
}
.steps-card{
    height: auto;
    transition: all 0.5s ease-in-out;
}

@media (min-width: 768px) {
    .steps-card .steps-icon{
        min-width: 100px;
        min-height: 100px;   
    }
}
.steps-card p{
    color: #555;
}
.steps-section .media{
    position: relative;
    padding: 80px 0 ;
}
.steps-section .media img{
    position: relative;
    z-index: 2;
}

.steps-section .media::before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 100%;
    border-radius: 10px;
    background: url('https://cdn.oppyotest.com/launches/dreamsitepro/bundle/demo.webp'), lightgray 50% / cover no-repeat;
    filter: blur(15px);
    z-index: 0;
    opacity: 0.4;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.steps-card{
    transition: all .8s ease-in-out;
    border-radius: 20px;
}
.heading-tabs{
    background: transparent;
    border: none;
    outline: none;
    padding: 0;
    text-align: left;
}
.head-1{
    background: transparent;
    border: none;
    outline: none;
    padding: 0;
    text-align: left;
}
.steps-section .nav-link.active .steps-card,
.steps-section .nav-link.active .steps-card .steps-icon{
    border: 1px solid var(--purple-clr);
}
.steps-section .nav-link.active .steps-card{
    min-height: 358px;
    border-left: 7px solid #0340f2;
}
.steps-section .nav-link.active .step-arrow{
    display:none !important;
}

/* 
.steps-section .nav-link.active .steps-card h4,
.steps-section .nav-link.active .steps-card p{
    color: #fff!important;
} */

/* Step Section End */

/* demo section start */
.demo-section{background: #fff;}
/* demo section end */

/* features section start */
.features-section{
    background: #F7F2FD;
}
.features-heading{position: relative;}
@media (min-width:768px) {
    .features-heading:before{
        background: url(https://cdn.oppyotest.com/launches/dreamsitepro/bundle/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/dreamsitepro/bundle/power-icon-right.webp) no-repeat;
        position: absolute;
        width: 65px;
        height: 65px;
        top:12px;
        right:130px;
        content: '';
    }
}
.features-card{
    
    border-radius: 20px;
    border: double 1px transparent;
    background-image: linear-gradient(#fff,#fff), linear-gradient(to right, #6F209D 0%, #C735F7 100% );
    background-origin: border-box;
    background-clip: content-box, border-box;
    height: 100%;
}
.features-card-inner {
    padding: 20px;
}
@media (min-width: 768px){
    .features-card-inner {
        padding: 30px;
    }
}
/* features section end */

/* freelancer-sec start */
.freelancer-sec{
    background: #020D11;
    }
    .freelancer-text {
        background: url("https://cdn.oppyotest.com/launches/dreamsitepro/bundle/freelancer-text-bg.webp") no-repeat;
        background-size: 100% 100%;
        padding: 5px 12px;
        display: inline-block;
    }
    
    @media(min-width:768px){
        .freelancer-sec{
            background: url(https://cdn.oppyotest.com/launches/dreamsitepro/bundle/freelancer-bg.webp) no-repeat center center;
            background-size: cover;
            background-attachment: fixed;
        }
        .freelancer-text{
            padding: 5px 30px;
        }
    }
    /* freelancer-sec end */

/* testimonial sec start */
.testimonial-sec{
    background: #FFFFFF;
}
.monial-card{
    padding: 20px 10px;
    border-radius: 20px;
}
.monial-card-1 {
    background: #FFF2EB;
    border: 1px solid #FCA474;
}
.monial-card-2 {
    background: #EEEEFD;
    border: 1px solid #9494FF;
}
.monial-card-3 {
    background: #FFF1F8;
    border: 1px solid #FF84C1;
}
.monial-card-4 {
    background: #E3F7FD;
    border: 1px solid #58C2E1;
}
.monial-card-5 {
    background: #E5EEFF;
    border: 1px solid #75A0F0;
}
.monial-card-6 {
    background: #FFF6DF;
    border: 1px solid #E3B53F;
}
.monial-card-7 {
    background: #EBFAF2;
    border: 1px solid #33CC79;
}
.monial-card-8 {
    background: #FFEDED;
    border: 1px solid #EE5C5C;
}
.monial-card-9 {
    background: #F9FDE4;
    border: 1px solid #A9C900;
}
.monial-card-10 {
    background: #FFF2EB;
    border: 1px solid #FCA474;
}
@media(min-width:768px){
    .monial-card{
        padding: 40px 30px;
    }
}
/* testimonial sec end */

/* compare section start */
.compare-section{
    background: #F0F6FD;
}

.compare-table{
    border:5px solid #ffd2d3;
    background: #ffffff;
    border-radius: 20px;
    padding: 20px 10px;
}
.compare li{
    background: url(https://cdn.oppyotest.com/launches/dreamsitepro/bundle/cross.webp) no-repeat;
    padding: 15px 0px 15px 38px;
    background-position: 0px 20px;
    list-style: none;
}

.compare-table2{
    padding: 20px 10px;
}
.compare2 li{
    background: url(https://cdn.oppyotest.com/launches/dreamsitepro/bundle/header-li.webp) no-repeat;
    padding: 15px 0px 15px 38px;
    background-position: 0px 20px;
    list-style: none;
}
.compare-table-gradient {
    display: inline-block;
    border-radius: 20px;
    border: double 5px transparent;
    background-image: linear-gradient(#fff,#fff), linear-gradient(to right, #015AF1 0%, #24DFBA 100% );
    background-origin: border-box;
    background-clip: content-box, border-box;
}
@media(min-width:768px){
    .compare-table{
        padding: 32px 10px 30px;
        position: relative;
    }
    .compare-table2{
        padding: 30px 20px;
        position: relative;
    }
    .compare-table:before{
        position: absolute;
        content: url(https://cdn.oppyotest.com/launches/dreamsitepro/bundle/cry.webp);
        top: 3%;
        left:-10%;
    }
    .compare-table2:after{
        position: absolute;
        content: url(https://cdn.oppyotest.com/launches/dreamsitepro/bundle/great.webp);
        top: 3%;
        right:-10%;
    }
}

/* compare section end */

/* benefits section start */
.benefits-section{
    background: #f3fbff
}
.benefits-post-heading{
    background: url(https://cdn.oppyotest.com/launches/dreamsitepro/bundle/benefits-post-heading.webp) no-repeat;
    background-size: 100% 100%;
    padding: 10px 20px;
}
@media (min-width:768px){
    .benefits-post-heading{
        padding: 10px 50px;
    }
}
.benefits-card{
    
    border-radius: 20px;
    border: double 1px transparent;
    background-image: linear-gradient(#fff,#fff), linear-gradient(90deg, #0177FA 0%, #00AFF1 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    min-height:385px;
}
.benefits-card-inner {
    padding: 20px;
}
@media (min-width: 768px){
    .benefits-card-inner {
        padding: 30px;
    }
}
/* benefits section end */

/* riskfree section start */
.riskfree-section {
    background: #050d23;
    padding: 30px 0px;
}
@media (min-width: 768px){
    .riskfree-section {
        padding: 100px 0px;
        background: #fff url(https://cdn.oppyotest.com/launches/dreamsitepro/bundle/riskfree-bg.webp) no-repeat center top;
        background-size: 100% 100%;
    }
}
/* riskfree section end */

/* table section start */
.table-section {
    background: #fff;
}
.tablebox2 {
    background: #fff;
    width: 100%;
    float: left;
    border-radius: 20px;
    border: solid 10px #C7E5F8;
}
.tbbg2  {
    background: linear-gradient(0deg, #C7E5F8 0%, #C7E5F8 100%);
    padding: 50px 30px 30px 30px;
}
ul.vgreytick {
    padding: 0;
}
.tablebox2 ul {
    padding-left: 0;
    color: #010101;
}
ul.vgreytick li {
    /* background: url(https://cdn.oppyotest.com/launches/dreamsitepro/bundle/vgreytick.webp) no-repeat; */
    list-style: none;
    text-align: center;
    padding: 15px 15px 15px 50px;
    background-position: 15px 22px;
}

.tablebox3{
    background: #fff;
    width: 100%;
    float: left;
    border-radius: 20px;
    border: solid 10px #100D22;
}
.tbbg3{
    background: #100D22;
    padding: 50px 30px 30px 30px;
}

.myfeatureslast{background: #fff;border-radius: 0 0 9px 9px;}
.table-sale{
    background: #fff;
    border-radius: 48px;
    padding: 2% 5%;
    display: inline-block;
}
.vgreytick li.headline {
    background: linear-gradient(90deg, #6F209D 0%, #C735F7 100%);
    padding: 20px 0px 20px 0px;
    background-position: 0px !important;
    list-style: none;
    margin: 0px;
    border-bottom: none !important;
    font-weight: 800;
    text-align: center;
    color: #ffffff;
}
.vgreytick li.headline-1 {
    background: #080E20 !important;
    padding: 20px 0px 20px 0px;
    background-position: 0px !important;
    list-style: none;
    margin: 0px;
    border-bottom: none !important;
    font-weight: 800;
    text-align: center;
    color: #ffffff;
}
.personal {
    background: #fff;
    border-radius: 48px;
    padding: 1% 5%;
    display: inline-block;
}
.commercial {
    background: #FCBB2F;
    border-radius: 48px;
    padding: 1% 5%;
    display: inline-block;
}
.table-sale {
    background: url(https://cdn.oppyotest.com/launches/dreamsitepro/bundle/table-sale.webp) no-repeat;
    background-size: 100% 100%;
    padding: 11px 40px;
    display: inline-block;
    margin-top: -28.4%;
}
@media (min-width: 768px){
    
    ul.vgreytick li {
        padding: 20px 15px 20px 65px;
        background-position: 30px 22px;
    }
    .table-sale {
    padding: 11px 70px;
    margin-top: -15.6%;
}
   
}
/* table section end */

/* faq section start */
.faq-section {
    background: #E6EBF5;
}
.faq-list {
    background: url(https://cdn.oppyotest.com/launches/dreamsitepro/bundle/faq-icon.webp) no-repeat top left;
    padding: 20px 15px 20px 40px;
    background-position: 10px 25px;
    border: 1px solid #43C5ED;
    border-radius: 10px;
}
/* faq section end */

.review-card {
    background: url("https://cdn.oppyotest.com/launches/dreamsitepro/bundle/review-card-bg.webp") no-repeat;
    background-size: 100% 100%;
    padding: 20px 10px;
}
@media (min-width: 768px){
    .review-card {
        padding: 25px 40px;
    }
}


/* bundle */
.title-shape {
    background: linear-gradient(90deg, #0040F2 0%, #AC37F2 100%);
    padding: 10px 13px;
    border-radius: 65px;
    display: inline-block;
}
.separate-ul {
    padding: 0px;
}
.separate-ul li {
    list-style: none;
    padding: 10px  10px 10px 40px;
    background: url("https://cdn.oppyotest.com/launches/dreamsitepro/bundle/vgreytick.webp") no-repeat;
    background-position: 6px 10px;
}
@media (min-width: 768px){
    .title-shape {
        padding: 5px 30px;
    }
}
.benefits-section {
    background: #f3fbff;
}


ul.vgreytick {
    padding: 0;
}
.tablebox2 ul {
    padding-left: 0;
    color: #010101;
}
ul.vgreytick li {
    background: url(https://cdn.oppyotest.com/launches/dreamsitepro/bundle/header-li.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);
}

.timer-header-top {
    background: #000000;
    padding-top: 10px;
    padding-bottom: 10px;
}

.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: linear-gradient(90deg, #EC1C24 -0.02%, #F9B609 99.99%);
    backdrop-filter: blur(10px);
}
.instant-btn1 a:hover {
    transition: all .3s ease;
    background: linear-gradient(90deg, #F9B609 -0.02%, #EC1C24 99.99%);
}
.br-sec {
    border: 1px solid #43C5ED;
    border-radius: 10px;
}

.header-card {
    border-radius: 10px;
    background: #FFF;
    padding: 15px;
}
@media (min-width: 768px){
.header-card {
    padding: 29px;
}
@media (min-width: 768px){
    
    ul.vgreytick li{
        padding: 20px 15px 20px 65px;
        background-position: 30px 22px;
    }
    
}
}
/*  */



/* forth section end */
.forth-section{background: #EAFEFD;}

.fe-card1{
    border-radius: 10px;
    border: 1px solid #4B4FE8;
    background: #EDEEFD;
    padding: 10px;
    height: 100%;
}
.fe-card2{
    border-radius: 10px;
    border: 1px solid #FA4C1E;
    background: #FFEEE9;
    padding: 10px;
    height: 100%;
}
.fe-card3{
    border-radius: 10px;
    border: 1px solid #69D5F8;
    background: #E3F7FD;
    padding: 10px;
    height: 100%;
}
.fe-card4{
    border-radius: 10px;
    border: 1px solid #4CDF9B;
    background: #E4FAF0;
    padding: 10px;
    height: 100%;
}
.fe-card5{
    border-radius: 10px;
    border: 1px solid #233BE6;
    background: #E9ECFD;
    padding: 10px;
    height: 100%;
}
.fe-card6{
    border-radius: 10px;
    border: 1px solid #FE7937;
    background: #FFF2EB;
    padding: 10px;
    height: 100%;
}
.fe-card7{
    border-radius: 10px;
    border: 1px solid #71A2FB;
    background: #EAF1FF;
    padding: 10px;
    height: 100%;
}
.fe-card8{
    border-radius: 10px;
    border: 1px solid #FD4B9C;
    background: #FFEDF6;
    padding: 10px;
    height: 100%;
}
.fe-card9{
    border-radius: 10px;
    border: 1px solid #7F54B3;
    background: #ECE6F4;
    padding: 10px;
    height: 100%;
}
.fe-card11{
    border-radius: 10px;
    border: 1px solid #FA4C1E;
    background: #FFEEE9;
    padding: 10px;
    height: 100%;
}

@media(min-width:768px){
    .fe-card1,.fe-card2,.fe-card3,.fe-card4,.fe-card5,.fe-card6,.fe-card7,.fe-card8,.fe-card9,.fe-card11{padding:20px;}
    
}
/* forth section start */

/* forbes sec start */
.forbes-sec{
    background: #ffffff;
}
.btn-gradiant {
    background: #015AF1;
    padding: 16px 10px;
    color: #fff;
    border-radius: 10px;
}
.second-text {
    background: url("https://cdn.oppyotest.com/launches/dreamsitepro/bundle/second-text-bg.webp") no-repeat;
    background-size: 100% 100%;
    padding: 5px 12px;
    display: inline-block;
}
@media (min-width: 768px) {
    .forbes-sec{
        background: #ffffff url("https://cdn.oppyotest.com/launches/dreamsitepro/bundle/forbes-bg.webp") no-repeat top center;
        background-size: cover;
    }
    .second-text {
        padding: 5px 35px;
    }
}
/* forbes sec ebd */

/* fear sec start */
.fear-sec{
    background: #FFEEEE;
}
.facts-box {
    border-radius: 10px;
    background: linear-gradient(95deg, #015AF1  4.15%, #24DFBA 95.85%);
    padding: 10px 20px;
    display: inline-block;
}
.red-shape{
    background: var(--red-clr);
    border-radius: 30px;
    padding: 6px 30px;
    display: inline-block;
    margin: -30px
}
.creating-box{
    background: var(--white-clr);
    border: 1px solid var(--red-clr);
    border-radius: 20px;
    padding: 0px 30px 60px;
    position: relative;
}
@media (min-width: 768px) {
    .facts-box {
        padding: 18px 30px;
    }
}
/* fear sec end */

/* proudly sec start */
.proud-section{
    background: #020D11;
    padding: 30px 0px;
}
.proud-section .heading {
    background: url("https://cdn.oppyotest.com/launches/dreamsitepro/bundle/presenting-bg.webp");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: inline-block;
    padding: 12px;
}
@media (min-width: 768px) {
    .proud-section{
        background: url("https://cdn.oppyotest.com/launches/dreamsitepro/bundle/proudly-bg.webp") no-repeat bottom center;
        background-size: cover;
        padding: 100px 0px 140px;
    }
    .proud-section .heading {
        padding: 9px 50px;
    }
}
/* proudly sec end */

/* fifth Section Start */

.fifth-section{
    background: #ffffff;
}
@media (min-width: 768px) {
    .fifth-section{
        background: url("https://cdn.oppyotest.com/launches/dreamsitepro/bundle/steps-bg.webp") no-repeat bottom center;
        background-size: cover;
    }
}

/* fifth Section end */


/* monthly box start */
.monthly-box {
    background: url("https://cdn.oppyotest.com/launches/dreamsitepro/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/dreamsitepro/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 */

/* meet sec start */
.meet-sec{
    background: #EAFEFD;
}
.meet-1,.meet-2,.meet-3,.meet-4,.meet-5,.meet-6{
    position: relative;
}
.meet-card-1{
    border: 1px solid #7679FF;
    border-radius: 10px;
    background: #ffffff;
    padding: 20px;
}
.meet-card-2{
    border: 1px solid #FF7C59;
    border-radius: 10px;
    background: #ffffff;
    padding: 20px;
}
.meet-card-3{
    border: 1px solid #3DC2EC;
    border-radius: 10px;
    background: #ffffff;
    padding: 20px;
}
.meet-card-4{
    border: 1px solid #4CDF9B;
    border-radius: 10px;
    background: #ffffff;
    padding: 20px;
}
.meet-card-5{
    border: 1px solid #FF6AAE;
    border-radius: 10px;
    background: #ffffff;
    padding: 20px;
}
.meet-card-6{
    border: 1px solid #71A2FB;
    border-radius: 10px;
    background: #ffffff;
    padding: 20px;
}
@media (min-width: 768px) {
    .meet-card-1 , .meet-card-2 , .meet-card-3 , .meet-card-4, .meet-card-5 , .meet-card-6{
        padding: 20px 20px 49px 20px;
        position: absolute;
        top: 36px;
        right: 0px;
        left: 300px;
        min-height: 300px;
    }
}
/* meet sec end */

/* website sec start */
.second-text{
    background: url("https://cdn.oppyotest.com/launches/dreamsitepro/bundle/second-text-bg.webp") no-repeat;
    background-size: 100% 100%;
    padding: 5px 12px;
    display: inline-block ;
}
.website-text{
    background: var(--theme-gradient);
    padding: 9px 30px;
    border-radius: 10px 10px 0px 0px;
    display: inline-block;
}
.website-card{
    display: inline-block;
    border-radius: 10px;
    border: double 2px transparent;
    background-image: linear-gradient(#fff,#fff), linear-gradient(to right, #015AF1 0%, #24DFBA 100% );
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.website-theme {
    width: 330px;
    height: 460px;
    overflow: hidden;
    /* border-radius: 4px; */
}

.website-theme img{
    width: 330px;
    object-fit:cover;
    transition: all linear 5s;
    position:relative;
    top:0;
    border-radius: 10px;
  }
  .website-theme:hover img {
    top: -282%;
    }
    .website-theme:hover .img-1 {
        top: -247%;
    }
    .website-theme:hover .img-2 {
        top: -218%;
    }
    .website-theme:hover .img-3 {
        top: -268%;
    }
    .website-theme:hover .img-4 {
        top: -286%;
    }
    .website-theme:hover .img-5 {
        top: -255%;
    }
    .website-theme:hover .img-6 {
        top: -256%;
    }
    .website-theme:hover .img-7 {
        top: -180%;
    }
    .website-theme:hover .img-8 {
        top: -172%;
    }

@media (min-width: 768px) {
    .second-text{
        padding: 5px 35px;
    }
    .website-theme img{
        width:495px;
      }
      .website-theme{
        width:370px;
        height:500px;
      }
      .website-theme:hover img{
        top:-300%;
      }
      .website-theme:hover .img-1 {
        top:-257%;
      }
      .website-theme:hover .img-2 {
        top:-227%;
      }
      .website-theme:hover .img-3 {
        top: -280%;
    }
    .website-theme:hover .img-4 {
        top: -299%;
    }
    .website-theme:hover .img-5 {
        top: -267%;
    }
    .website-theme:hover .img-6 {
        top: -267%;
    }
    .website-theme:hover .img-7 {
        top: -190%;
    }
    .website-theme:hover .img-8 {
        top: -180%;
    }
}
/* website sec end */

/* power sec start */
.power-sec {
    background: #EAFEFD;
}
.features-heading {
    position: relative;
}
.features-card-inner,    .features-card-inner-2 {
    padding: 15px;
}
.features-card {
    border-radius: 20px;
    border: double 1px transparent;
    background-image: linear-gradient(#fff,#fff), linear-gradient(to right, #015AF1 0%, #24DFBA 100% );
    background-origin: border-box;
    background-clip: content-box, border-box;
    height: 100%;
}
.work-flow-sec{
    padding-bottom: 40px;
}
@media (min-width: 768px) {
    .features-heading:before {
        background: url(https://cdn.oppyotest.com/launches/dreamsitepro/bundle/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/dreamsitepro/bundle/power-icon-right.webp) no-repeat;
        position: absolute;
        width: 65px;
        height: 65px;
        top: 12px;
        right: 130px;
        content: '';
    }
    .features-card-inner {
        padding: 40px 30px 30px;
    }
    .features-card-inner-2 {
        padding: 40px 0px 0px 30px;
    }
    .work-flow-sec{
        padding-bottom: 100px;
    }
}
/* power sec end */

/* demo section start */
.demo-sec{background:#F1FCFF;}
@media(min-width:768px){
    .demo-sec{
        background: url(https://cdn.oppyotest.com/launches/dreamsitepro/bundle/demo.webp) no-repeat top center;
        background-size: cover;
    }
}
/* demo section end */

/* drag and drop start */

.dragme{
    position: absolute;
    margin: 10px 0;
    top: 0;
    left: 0;
}

.drag-drop-sec .dragme:nth-child(2) {
    top: 20%;
    left: 3%;
    cursor: pointer;
}
.drag-drop-sec .dragme:nth-child(3) {
    top: 20%;
    left: 15%;
    cursor: pointer;
}
.drag-drop-sec .dragme:nth-child(4) {
    top: 60%;
    left: 17%;
    cursor: pointer;
}
.drag-drop-sec .dragme:nth-child(5) {
    top: 18%;
    left: 50%;
    cursor: pointer;
}
.drag-drop-sec .dragme:nth-child(6) {
    top: 55%;
    left: 84%;
    cursor: pointer;
}
.drag-drop-sec .dragme:nth-child(7) {
    top: 15%;
    left: 79%;
    cursor: pointer;
}
.drag-drop-sec .dragme:nth-child(8) {
    top: 80%;
    left: 40%;
}

/* hover */
.drag-drop-sec .dragme:nth-child(2):hover{
    transform: scale(1.1);
    transition: all ease .5s;
}
.drag-drop-sec .dragme:nth-child(3):hover{
    transform: scale(1.1);
    transition: all ease .5s;
}
.drag-drop-sec .dragme:nth-child(4):hover{
    transform: scale(1.1);
    transition: all ease .5s;
}
.drag-drop-sec .dragme:nth-child(5):hover{
    transform: scale(1.1);
    transition: all ease .5s;
}

.drag-drop-sec .dragme:nth-child(6):hover{
    transform: scale(1.1);
    transition: all ease .5s;
}
.drag-drop-sec .dragme:nth-child(7):hover{
    transform: scale(1.1);
    transition: all ease .5s;
}

@media (min-width: 768px) {
    .drag-drop-sec{
        background: url("https://cdn.oppyotest.com/launches/dreamsitepro/bundle/drag&drop-bg.webp") no-repeat center center;
        background-size: 100% 100%;
        height: 90vh;
        position: relative;
    }
}

/* drag and drop end */


/* steps-card */

.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 var(--green-clr);
}

.steps-tabs{
    height: 750px;
    overflow: hidden;
}
.steps-card{
    height: auto;
    transition: all 0.5s ease-in-out;
    border:1px solid var(--green-clr);
}

@media (min-width: 768px) {
    .steps-card .steps-icon{
        min-width: 100px;
        min-height: 100px;   
    }
}
.steps-card p{
    color: #555;
}
.steps-section .media{
    position: relative;
    padding: 80px 0 ;
}
.steps-section .media img{
    position: relative;
    z-index: 2;
}

.steps-section .media::before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 100%;
    border-radius: 10px;
    background: url('https://cdn.oppyotest.com/launches/bookcreator/jv/demo.webp'), lightgray 50% / cover no-repeat;
    filter: blur(15px);
    z-index: 0;
    opacity: 0.4;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.steps-card{
    transition: all .8s ease-in-out;
    border-radius: 20px;
}
.heading-tabs{
    background: #EAFEFD;
    border: none;
    outline: none;
    padding: 0;
    text-align: left;
    border-radius: 20px;
}

.steps-section .nav-link.active .steps-card,
.steps-section .nav-link.active .steps-card .steps-icon{
    border: 1px solid var(--purple-clr);
}
.steps-section .nav-link.active .steps-card{
    height: 360px;
    border-left: 7px solid #0340f2;
}
.steps-section .nav-link.active .step-arrow{
    display:none !important;
}

/* step card End */

/* ninth section start */
.ninth-section {
    background: #F0F6FD;
}
/* ninth section end */



/* Contact Section Start */
.contact-section{
    padding: 30px 0px;
    background: #F1F7FA;
}
.container-box{
    padding: 20px;
    position: relative;
    background: #030f28;
    border-radius: 30px;
}
.terms-list li {
    list-style: none;
    padding: 0 0 20px 0px;
}
@media(min-width:768px){
    .contact-section{
        padding: 100px 0px;
    }
    .container-box{
        padding: 80px;
        background: url(https://cdn.oppyotest.com/launches/dreamsitepro/bundle/contact-bg.webp) no-repeat center center;
        background-size: 100% 100%;
    }
}

/* contact section start */


/* Footer Section Start */
.footer-section{
    background: var(--black-clr);
    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 */


/* website nav sec start */
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background: var(--theme-gradient);
    font-weight: 800;
}
.nav-link {
    display: block;
    /* padding: .5rem 1rem; */
    font-weight: 400;
    padding: 12px 0px 12px 20px;
    color: rgba(8, 14, 22, 0.5);
   
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.nav-link:focus, .nav-link:hover {
    color: #080E16;
}

.website-theme-2 {
    width: 330px;
    height: 460px;
    overflow: hidden;
    /* border-radius: 4px; */
}

.website-theme-2 img{
    width: 330px;
    object-fit:cover;
    transition: all linear 5s;
    position:relative;
    top:0;
    border-radius: 10px;
  }
  .website-theme-2:hover .img-9 {
    top:-241%;
  }
  .website-theme-2:hover .img-10 {
    top:-323%;
  }
  .website-theme-2:hover .img-11 {
    top:-294%;
  }
  .website-theme-2:hover .img-12 {
    top: -332%;
}
.website-theme-2:hover .img-13 {
    top: -302%;
}
    /* yaha se  */

.website-theme-2:hover .img-14 {
    top: -350%;
}
.website-theme-2:hover .img-15 {
    top: -298%;
}
.website-theme-2:hover .img-16 {
    top: -311%;
}
.website-theme-2:hover .img-17 {
    top: -352%;
}


@media (min-width: 768px) {
    .website-theme-2 img{
        width:100%;
      }
      .website-theme-2{
        width:100%;
        height:500px;
      }
      .website-theme-2:hover .img-9 {
        top: -710%;
    }
    .website-theme-2:hover .img-10 {
        top: -905%;
    }
    .website-theme-2:hover .img-11 {
        top: -835%;
    }
    .website-theme-2:hover .img-12 {
        top: -925%;
    }
    .website-theme-2:hover .img-13 {
        top: -855%;
    }
    .website-theme-2:hover .img-14 {
        top: -970%;
    }
    .website-theme-2:hover .img-15 {
        top: -846%;
    }
    .website-theme-2:hover .img-16 {
        top: -878%;
    }
    .website-theme-2:hover .img-17 {
        top: -975%;
    }
   
}
/* website nav sec end */