html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Nunito', sans-serif;
	color: #000000;
	font-size: 14px;
	overflow-x: hidden;
}
.caveat {
    font-family: 'Caveat', cursive;
}

.letter-spacing{
    letter-spacing: 1px;
}
html::-webkit-scrollbar {
    width: 10px; 
 }

html::-webkit-scrollbar-thumb {
    background: var(--purple-clr);
    border-radius: 25px;
  }
/* Color CSS */

:root{
    --purple-clr: #6137F7;
	--theme-gradient: #A6FF00;
	/* --theme-gradient: linear-gradient(91.28deg, #6137F7 0%, #4D7FFA 100%);
    --theme-gradient1: linear-gradient(91.28deg, #4D7FFA 0%, #6137F7 100%); */
}
.purple-clr{
    color: var(--purple-clr);
}

.white-clr {
	color: #fff;
}
.green-clr{
    color: #21AF21;
}
.green-clr2{
    color: #86c63a;
}
.black-clr {
	color: #000;
}
.red-clr {
	color: #EF3E3A;
}
.orange-clr{
    color:#FD433C;
}
.red-clr a{
	color: #EF3E3A;
    text-decoration: none;
}
.theme-clr{
    background: #6137F7;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.theme-clr1{
    background: var(--theme-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.br-gradient {
    border-bottom: 2px solid var(--purple-clr);
    border-image-slice: 1;
    width: 100%;
}

.br-gradient2 {
    border-bottom: 2px solid var(--theme-gradient);
    border-image-slice: 1;
    width: 100%;
}

/* Header CSS */
.header-section {
	background: linear-gradient(178.99deg, #070707 12.38%, #1D1648 68.26%, #301E97 110.04%);
	padding: 30px 0px 50px 0px;
}
.mainheading{
    background: linear-gradient(88.18deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.1) 100%);
    border: 1px solid #FFFFFF33;
    padding: 15px 10px;
    border-radius: 10px;
}

.preheadline {
    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%);
}
.video-box{
    position: relative; 
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(217, 217, 217, 0.03) 100%);
	backdrop-filter: blur(5px); 
    border-radius: 15px;
    border: 5px solid #227AF2;
}
.hr{
	mix-blend-mode: overlay;
}


/* button border animation css start */
@property --border-gradient-angle {
    syntax: "<angle>";
    inherits: true;
    initial-value: 0turn;
  }
  /* .btn-border{
    border: 10px solid #A6FF004D;
    display: inline-block;
    border-radius: 20px;
    transition: ease 0.3s;
    } */
    .btn-border:hover{
        transform: scale(1.1);
    }
    .btn-border {
        padding: 4px;
        border-radius: 10px;
        transition: ease 0.3s;
        display: inline-block;
        position: relative;
        background-image: conic-gradient(from var(--border-gradient-angle) at 50% 50%, transparent, #d5ffa2 14%, #a8fd3e 19%, transparent 17%);
        background-size: contain;
        background-color:transparent;
        animation: rotateBG 5s linear infinite;
    }
    .btn-border1 {
        padding: 4px;
        border-radius: 10px;
        transition: ease 0.3s;
        display: inline-block;
        position: relative;
        background-image: conic-gradient(from var(--border-gradient-angle) at 50% 50%, transparent, #d5ffa2 14%, #a8fd3e 19%, transparent 17%);
        background-size: contain;
        background-color:#ffffff;
        animation: rotateBG 5s linear infinite;
    }
  
  @keyframes rotateBG {
    0% {
      --border-gradient-angle: 0turn;
    }
    100% {
      --border-gradient-angle: 1turn;
    }
  }

  /* button border animation css end */

/* .probtn1{
    border: 10px solid rgba(253, 67, 60, 0.20);
    border-radius: 20px;
    display: inline-block;
} */
/* .probtn1 a {
    transition: all .3s ease;
    border-radius: 15px;
    border-radius: 10px;
    background: var(--theme-gradient);
    text-decoration: none;
    text-align: center;
    display: block;
    padding: 12px 12px;
    color: #ffffff;
    border: none;
    font-weight: 800;
    width: 100%;
    font-size: 24px;
    line-height: 140%;
    border-radius: 10px;
    
}
.probtn1 a:hover {
    transition: all .3s ease;
    background: var(--theme-gradient1);
} */


.theme-btn {
    background: #A6FF00;
    border: 2px solid #231865;
    padding: 15px 14px;
    border-radius: 10px;
    display: inline-block;
    text-decoration: none;
    transition: all .3s ease;
}
.theme-btn1 {
    background: #A6FF00;
    border: 2px solid #ffffff;
    padding: 15px 14px;
    border-radius: 10px;
    display: inline-block;
    text-decoration: none;
    transition: all .3s ease;
}
/* .btn-border{
    border: 10px solid rgba(166, 255, 0, 0.3);
    display: inline-block;
    border-radius: 20px;
    transition: ease 0.5s;
} */
.btn-border:hover{
    transform: scale(1.1);
}
.btn-border1:hover{
    transform: scale(1.1);
}
.theme-btn:hover{
    color: #000000;
    background: #A6FF00;
}
.theme-btn1:hover{
    color: #000000;
    background: #A6FF00;
}
@media (max-width: 767px){
    .mainheading-text{
        font-style: italic;
        background: #6137F7;
        border-radius: 10px;
        padding: 0px 10px;
    }
}

@media(min-width:768px){
	.header-section {
        background: url(https://cdn.oppyotest.com/launches/gptappsengine/elite/header-bg.webp) no-repeat center center;
	    background-size: cover;
		padding: 30px 0px 100px 0px;
	}
    .mainheading{
        padding: 25px 30px 20px;
    }
    .mainheading-text{
        font-style: italic;
        background: #6137F7;
        border-radius: 10px;
        padding: 0px 10px;
    }
    .preheadline{
        padding: 10px 50px;
	  }
      .theme-btn, .theme-btn1{
        padding: 25px 30px;
    }
	/* .probtn1 a {
        font-size: 30px;
        padding: 35px 30px;
        display: inline-block;
        width: auto;
    } */
}

/*outclass sec start */
.outclass-sec{
    background: #fff;
    padding: 30px 0px;
}
/*.blue-brush{*/
/*    color: #00A8FF;*/
/*}*/


/* compare section start */
.compare-head {
    border-radius: 20px 20px 0px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background: #FFF;
    padding: 21px 40px;
}
.compare-list li{
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
    background: #FFF;
    padding: 15px 26px 15px 36px;
    list-style: none;
}
.gradiant-border {
    /* border: double 5px transparent;
    background-image: linear-gradient(#ffffff, #ffffff), var(--theme-gradient);
    background-origin: border-box;
    background-clip: content-box, border-box; */
    border: 5px solid var(--purple-clr);
    box-shadow: 0px 0px 20px 1px rgba(5, 184, 233, 0.25);
}
.compare-head2{
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background: #DFF4FF;
    padding: 21px 40px;
}
.compare-list2 li{
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
    background: #DFF4FF;
    padding: 15px 26px 15px 36px;
    list-style: none;
    position: relative;
}


/* .compare-list2 li:nth-child(8) {
    padding: 15px 26px 17px 36px !important;
}
.compare-list2 li:nth-child(9) {
    padding: 15px 26px 17px 36px !important;
}
.compare-list2 li:nth-child(10) {
    padding: 15px 26px 17px 36px !important;
}
.compare-list2 li:nth-child(11) {
    padding: 15px 26px 17px 36px !important;
}
.compare-list2 li:nth-child(12) {
    padding: 15px 26px 17px 36px !important;
}
.compare-list2 li:nth-child(13) {
    padding: 15px 26px 17px 36px !important;
}
.compare-list2 li:nth-child(14) {
    padding: 15px 26px 17px 36px !important;
}
.compare-list2 li:nth-child(15) {
    padding: 15px 26px 17px 36px !important;
} */

.compare-head3{
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background: #FFF;
    padding: 21px 40px;
    border-radius: 20px 20px 0px 0px;
}
.compare-list3 li{
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
    background: #FFF;
    padding: 15px 26px 15px 36px;
    list-style: none;
}

/* .compare-list3 li:nth-child(8) {
    padding: 15px 26px 17px 36px !important;
}
.compare-list3 li:nth-child(9) {
    padding: 15px 26px 17px 36px !important;
}
.compare-list3 li:nth-child(10) {
    padding: 15px 26px 17px 36px !important;
}
.compare-list3 li:nth-child(11) {
    padding: 15px 26px 17px 36px !important;
}
.compare-list3 li:nth-child(12) {
    padding: 15px 26px 17px 36px !important;
}
.compare-list3 li:nth-child(13) {
    padding: 15px 26px 17px 36px !important;
}
.compare-list3 li:nth-child(14) {
    padding: 15px 26px 17px 36px !important;
}
.compare-list3 li:nth-child(15) {
    padding: 15px 26px 17px 36px !important;
} */

.compare-bottom{
    background: rgba(255, 54, 29, 0.15);
    padding: 15px 20px;
    border-radius: 0 0 0 15px;
}
.compare-bottom1{
    background: var(--theme-gradient);
    padding: 26px 13px;
    border-radius: 0 0 17px 17px;
}
.compare-bottom2{
    background: #DFF4FF;
    padding: 32px 36px;
    border-radius: 0 0 0px 17px;
}
.compare-bottom3{
    background: #DFF4FF;
    padding: 32px 36px;
    border-radius: 0 0 17px 0px;
}

@media (max-width: 767px){
    .compare-card1{
        border-radius: 20px;
        border: 5px solid rgba(253, 32, 108, 0.3);
        background: #FFF;
        /* height: 100%; */
    }
    .gradiant-border{
        border-radius: 20px;
    }
    .compare-card3{
        border-radius: 20px;
        border: 5px solid rgba(253, 32, 108, 0.3);
        background: #FFF;
        /* height: 100%; */
    }
    .compare-list li:nth-child(16) {
        border-radius: 0px 0px 17px 17px;
    }
    .compare-list2 li:nth-child(16) {
        border-radius: 0px 0px 17px 17px;
    }
    .compare-list3 li:nth-child(16) {
        border-radius: 0px 0px 17px 17px;
    }
}

@media (max-width: 1124px) {
    .table-1 {
        overflow-x: scroll;
        padding: 0px 15px;
    }
}

@media (min-width: 768px) {
    .outclass-sec{
        padding: 100px 0px;
    }
    .blue-brush{
        background: url(https://cdn.oppyotest.com/launches/gptappsengine/elite/blue-brush.webp) no-repeat;
        background-size: 100% 100%;
        padding: 0px 22px;
        color: #fff;
    }
    .compare-card1{
        border-radius: 20px 0px 0px 20px;
        border-top: 5px solid rgba(253, 32, 108, 0.3);
        border-bottom: 5px solid rgba(253, 32, 108, 0.3);
        border-left: 5px solid rgba(253, 32, 108, 0.3);
        background: #FFF;
        /* height: 100%; */
    }
    .compare-card3{
        border-radius: 0px 20px 20px 0px;
        border-top: 5px solid rgba(253, 32, 108, 0.3);
        border-bottom: 5px solid rgba(253, 32, 108, 0.3);
        border-right: 5px solid rgba(253, 32, 108, 0.3);
        background: #FFF;
        /* height: 100%; */
    }

    .compare-head {
        border-radius: 20px 0px 0px 0px;
    }
    .compare-head3{
        border-radius: 0px 20px 0px 0px;
    }

    .compare-list li:nth-child(17) {
        border-radius: 0px 0px 0px 17px;
        padding: 15px 26px 13px 36px;
    }
    .compare-list3 li:nth-child(17) {
        border-radius: 0px 0px 17px 0px;
    }



}
/*outclass sec end */

/* List-section */
.header-list-block {
    border-radius: 20px;
    /* padding: 20px 0px; */
    border: double 2px #6137F7;
    /* background-image: linear-gradient(#fff, #fff), #A6FF00;
    background-origin: border-box;
    background-clip: content-box, border-box; */
    box-shadow: 0px 0px 19.8px 2.2px rgb(0 0 0 / 15%);
    margin: 0px;
}

.converting-shape {
    background-color: #ffb703;
    padding: 10px 30px;
    display: inline-block;
    border: 2px dashed #020d13;
    line-height: 30px;
	 border-radius: 65px;
}
@media (min-width: 768px) {
	.converting-shape {
    padding: 15px 40px 15px 40px;
    line-height: 100%;
}
    .highlihgt-heading {
        position: relative;
        padding: 15px 20px;
    }
	/* .header-list-block {
    padding: 80px 30px 30px;
} */
}

.second-section {
    padding: 30px 0px;
	background: #ffffff;
}

.formbg {
    padding: 20px;
}

@media(min-width:768px) {
    .second-section {
        padding: 100px 0px;
    }
    .formbg {
        padding: 50px;
    }
}
/* .video-box {
    position: relative;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
    backdrop-filter: blur(5px);
    border-radius: 20px;
} */


.feature-list {
	padding: 15px;
    margin-top: 30px;
    list-style-type: none;
    min-height: 100px;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 15px;
    background: #FFEED6;
    border: 3px solid #FFFFFF;
    box-shadow: -5px 5px 15px rgb(0 0 0 / 15%);
    border-radius: 15px;
}

.grey-section1 {
    background: #EDECFF;
    padding: 40px 0px;
}
.inner-box{
    background: #ffffff;
    padding: 8px;
    border-radius: 10px;
}
.unlimited-box1{
    background: #dffafe;
    padding: 20px 50px;
    border-radius: 10px 10px 0px 0px;
}

.black-box{
    background: #000000;
    padding: 20px 0px;
    border-radius: 0px 0px 10px 10px;
}

@media (min-width: 768px){
.grey-section1 {
    padding: 100px 0px 60px;
}
}
/* List section End */

.third-section {
	padding: 30px 0px 30px 0px;
	background: #EDECFF;
}

.exciting-inner-sec {
	background: url(https://cdn.oppyotest.com/launches/gptappsengine/elite/exiciting-inner-bg.webp) no-repeat center center;
	background-size: cover;
	padding: 20px 15px;
	backdrop-filter: blur(3px);
	border-radius: 15px;
	max-width: 95%;
	margin: 0px auto;
}

@media (min-width: 768px) {
	.third-section {
		padding: 100px 0px 100px 0px;
	}

	.exciting-inner-sec {
		padding: 100px 0px;
		border-radius: 50px;
		width: 95%;
	}
}

@media(min-width:1600px) {
	.exciting-inner-sec {
		max-width: 85%;
	}
}

/* Presenting Section Start */
.presenting-sec{
    background: #100116;
	padding: 40px 0px;
	position: relative;
}
.presenting-head {
    background: url(https://cdn.oppyotest.com/launches/gptappsengine/elite/proudly-head.webp) no-repeat;
    background-size: 100% 100%;
    padding: 8px 30px;
    display: inline-block;
}

@media(min-width:768px){
	.presenting-sec {
        background:#EDECFF url(https://cdn.oppyotest.com/launches/gptappsengine/elite/introducing.webp) no-repeat bottom center;
        background-size: cover;
		padding: 80px 0px 150px;
	}
    .presenting-head {
    padding: 16px 40px;
}
}

/* Presenting Section End */


/********features*********/

.white-section {
	/* background: #fff; */
	padding: 30px 0px 0px;
}

.grey-section {
	/* background: #FEF1E1; */
	padding: 30px 0px 0px;
}

.feature-sec{
    background: #EDECFF;
}

.features-title {
	display: flex;
	align-items: center;
    justify-content: center;
	flex-wrap: nowrap;
	flex-direction: row;
	gap: 15px;
}
.features-heading{
    position: relative;
}

.features-title .size {
	max-height: 100px;
}

.grey-section-last{
    padding: 30px 0px;
}

@media (min-width:768px) {
	.white-section {
		padding: 40px 0;
	}
    .features-heading:before{
        background: url(https://cdn.oppyotest.com/launches/gptappsengine/elite/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/gptappsengine/elite/power-icon-right.webp) no-repeat;
        position: absolute;
        width: 65px;
        height: 65px;
        top:12px;
        right:130px;
        content: '';
    }

	.grey-section {
		padding: 40px 0;
	}
    .grey-section-last{
        padding: 40px 0px 100px;
    }
}


/* Good Section Start */

.good-section {
	background: #ffffff;
	padding: 30px 0px;
}

ul.good-list {
	padding: 0px;
	margin: 0px;
}

ul.good-list li {
	background: url(https://cdn.oppyotest.com/launches/gptappsengine/elite/point-icon.webp) no-repeat;
	list-style: none;
	text-align: left;
	padding: 20px 10px 20px 40px;
	background-position: 0px 22px;
}

@media (min-width: 768px) {
	.good-section {
		padding: 100px 0px;
	}
}

.moneyback-section {
    background: #0d0238;
    background-position: center center;
    background-size: cover;
    padding: 30px 0 30px;
}

@media (min-width: 768px) {
	.moneyback-section {
		padding: 100px 0 100px 0px;
		background: url(https://cdn.oppyotest.com/launches/gptappsengine/elite/moneyback-bg.webp) no-repeat;
		background-position: center center;
		background-size: cover;
	}
}
.bonus-section {
	background: #f1effb;
	padding: 30px 0;
}

.bonus-section-shape {
    /* display: inline-block; */
    border-radius: 10px;
    border: 1px solid rgba(153, 88, 204, 0.5);
    background: #ffffff;
    /* backdrop-filter: blur(25px); */
    height: 100%;
    padding: 20px;
}
.bonus-headline-top {
    padding: 4px 55px;
    display: inline-block;
    text-align: center;
    background: url(https://cdn.oppyotest.com/launches/gptappsengine/elite/bonus-head.webp) no-repeat center center;
    background-size: 100% 100%;
}
.margin-t-30 {
    margin-top: -30px;
}

.img-box img{
    width: 70%;
}

.img-box1 img{
    width: 60%;
}


@media (min-width: 768px) {
	.bonus-section {
		background: url(https://cdn.oppyotest.com/launches/gptappsengine/elite/bonus-bg.webp) no-repeat center bottom;
		background-size: cover;
		padding: 70px 0px 100px 0px;
	}
    .bonus-section-shape {
        padding: 55px 30px 30px;
    }
    .margin-t-78 {
        margin-top: -66px;
    }
}


/*Table CSS Start*/

.table-section {
	background: #ffffff;
	padding: 30px 0;
}

.tablebox2 {
	background-color: #fff;
	border: double 10px transparent;
    background-image: linear-gradient(#fff, #fff), linear-gradient(178.99deg, #070707 12.38%, #1D1648 68.26%, #301E97 110.04%);
    background-origin: border-box;
    background-clip: content-box, border-box;
	width: 100%;
	float: left;
	border-radius: 15px;
}

.tbbg2 {
	background: linear-gradient(178.99deg, #070707 12.38%, #1D1648 68.26%, #301E97 110.04%);
	padding: 20px 30px;
	border-radius: 4px 4px 0px 0px;
}
.tbbg2-text {
	background: #ffffff;
    border-radius: 48px;
    padding: 1% 5%;
    display: inline-block;
}


.tablebox2 ul {
	padding-left: 0;
	color: #010101;
}

ul.vgreytick {
	padding: 0px;
}

ul.vgreytick li {
    background:#fff url(https://cdn.oppyotest.com/launches/gptappsengine/elite/vgreytick.webp) no-repeat;
    list-style: none;
    text-align: left;
    padding: 20px 10px 20px 44px;
    background-position: 12px 20px;
    line-height: 150%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    color: #000;
}

/* ul.vgreytick li:last-child {
	border-bottom: 0px;
} */

.myfeatureslast {
	float: left;
	padding: 15px;
	width: 100%;
	min-height: 69px;
	background: #fff;
	border-radius: 0px 0px 15px 15px;
}
ul.vgreytick li.headline {
    background: #062D69 !important;
    padding: 20px 0px 20px 0px;
    background-position: 0px 18px;
    list-style: none;
    margin: 0px;
    border-bottom: none !important;
    font-weight: 700;
    text-align: center;
    color: #fff !important;
}
@media (min-width: 768px) {
	.table-section {
		padding: 70px 0 100px 0px;
	}

    .tbbg2 {
        padding: 45px 20px 45px 20px;
    }

	ul.vgreytick li {
        padding: 24px 10px 24px 70px;
        background-position: 35px 24px;
    }

}

.footer-section {
	background: #000000;
	padding: 30px 0;
}

.footer-ul {
	padding: 0
}

.footer-ul li {
	display: inline;
	line-height: 130%;
}

.footer-ul li:hover a {
	color: #fff;
}

@media(min-width:768px) {
	.footer-section {
		padding: 50px 0px;
	}

}

a.nothank {
	color: #EF3E3A;
	text-decoration: none;
}

.feature-shape {
    border-radius: 10px;
    background: #7c58ff;
    padding: 10px 20px;
    display: inline-block;
}


.post-head{
    border-radius: 10px;
    border: 1px solid #5136E5;
    background: #1B1441;
    backdrop-filter: blur(50px);
    padding: 10px;
    display: inline-block;
}
@media(min-width:768px){
.post-head{
    padding: 10px 25px;
}
}

/* ========SWIPE SECTION=========== */
.template-section {
	background: #F1F1F1;
    padding: 0px 0px 30px 0px;
}
@media(min-width:768px){
	.template-section {
		padding: 0px 0px 100px 0px;
	}
}

/* ================AMAZING SECTION======== */
.amazing-section {
    padding: 30px 0;
    background: #120027;
}
@media(min-width:768px){
	.amazing-section {
		padding: 90px 0;
	}
}

/* scroll section */
.swiper-section{
	background: #F1F1F1;
	padding: 30px 0px 10px;
}
@media (min-width:768px) {
	.swiper-section{
		padding: 100px 0px 30px;
	}
}
/* scroll section */

.bonus-title-bg {
    background: #7c58ff;
    padding: 16px 40px 12px 40px;
    display: inline-block;
    border-radius: 50px;
    text-align: center;
    color: #fff;
}

.purple-brush {
    background: url("https://cdn.oppyotest.com/launches/gptappsengine/elite/purple-brush.webp") no-repeat;
    background-size: 100% 100%;
    padding: 0px 14px;
}
@media (min-width: 768px){
    .purple-brush{
        padding: 0px 25px;
    }
}

.bussiness-card .item, .owl-carousel .item{
   
    box-shadow:15px 0px 20px rgba(0, 0, 0, 0.20);
    }

/* .video-frame {
    background: url("https://cdn.oppyotest.com/launches/gptappsengine/elite/f10.gif") no-repeat;
    background-size: 100% 100%;
    padding: 17px;
}     */

.logos-effect img:hover {
    transform: scale(1.1);
}

.logos-effect img {
    transition: 0.3s;
}

img.vert-move {
    animation: mover 1s infinite  alternate;
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}
/* ul.vgreytick li:nth-child(odd) {
    background-color: #ffffff;
} */
.warning-box img {
    min-width: 52px;
    max-height: 50px;
    margin-right: 14px;
}
.warning-box {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
}
.fixed-top-bar{
    position: sticky;
    top: 0;
    z-index: 99;
}
.btn-accent {
    background: var(--theme-gradient);
    color: #000;
}
.btn-medium {
    padding: 0px 18px;
    border: 2px solid #6137F7 !important;
    font-size: 18px;
    line-height: 33px;
    border-radius: 10px;
    text-transform: uppercase;
    border: 0;
    /* animation: blink 1.5s linear infinite; */
}

@media (min-width: 768px){
    .warning-box {
        font-size: 16px;
    }
    .btn-medium {
        padding: 10px 28px;
        font-size: 24px;
    }
}


@keyframes blink {
  0%{
    color: #fff;
  }  
  100%{
    color: #000;
  }
}
.btn-accent:hover {
    color: #000;
}
.step-group {
    text-align: center;
    position: relative;
    overflow: hidden;
}
.tp-step .highlighted.style4 {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 10px 20px;
    font-size: 14px;
    background: #89ADE2;
    border-radius: 20px;
    color: #fff;
}
@media (min-width: 768px){
    .step-group:after {
        content: "";
        width: 100%;
        height: 2px;
        border-top: 2px dashed rgba(237, 108, 104, 0.4);
        position: absolute;
        left: 50%;
        top: 15px;
        transform: translatex(-50%);
        -webkit-transform: translatex(-50%);
        -moz-transform: translatex(-50%);
        -ms-transform: translatex(-50%);
        -o-transform: translatex(-50%);
    }
}

/* new featur css */

.yellow-border-card{
    /* border: 1px solid #6137F7; */
    padding: 40px;
    border-radius: 10px;
    background:#010101;
    backdrop-filter: blur(25px);
}
@media (max-width : 767px){
    .yellow-border-card{
        padding: 15px;
    }
}
/* new featur css */

#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background: var(--purple-clr);
    text-indent:-9999px;
    display:none;
    -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(--purple-clr);
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}