html {
	scroll-behavior: smooth;
}
body {
	font-family: 'Radio Canada', sans-serif;
	color: #000000;
	font-size: 14px;
	overflow-x: hidden;
}
.caveat {
    font-family: 'Caveat', 'cursive';
}
/* --- Global Css Start--- */
.responsive-video {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	box-shadow: 0px 0px 1px 0px rgb(208 219 227 / 58%);
	border-radius: 5px;
}
.blue-clr1{
	color: #1869D8;
}
.yellow-clr2 {
    color: #FFC633;
}
.white-clr {
	color: #fff;
}
.green-clr {
    color: #37F3C4;
}
.black-clr {
	color: #000000;
}
.orange-clr {
	color: #f6841f;
}
.red-clr{
	color: #FF2C2C;
}
.green-gradient {
    color: #37F3C4;
}

.yellow-clr{color:#ffc332;}
.blue-clr,
a.blue-clr {
	color: #182d5a;
	text-decoration: none;
}
.neon-clr{
    color: #00CBE3;
}
.purple-clr {
    color: #b052ff;
}

.theme-clr {
     background: linear-gradient(0deg, #1ECAFC 0%, #1B43C2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.one-time-shape {
	 background: linear-gradient(0deg, #1ECAFC 0%, #1B43C2 100%);
	border-radius: 40px;
	padding: 10px 40px;
	display: inline-block;
	font-family: 'Caveat', cursive;
}
.bonus-shape {
	 background: linear-gradient(0deg, #1ECAFC 0%, #1B43C2 100%);
	border-radius: 40px;
	padding: 9px 40px;
	display: inline-block;
}
.img-animation {
	animation: 2s ease-in-out 0s infinite alternate none running mover2;
}
@-webkit-keyframes mover2 {
	0% {
		transform: translateY(10px);
	}
	100% {
		transform: translateY(0);
	}
}
@keyframes mover2 {
	0% {
		transform: translateY(10px);
	}
	100% {
		transform: translateY(0);
	}
}
@media (min-width: 767px){
	.one-time-shape {
		background: url("https://cdn.oppyotest.com/launches/vinciproai/agency/purple-brush.webp") no-repeat;
		background-size: 100% 100%;
		padding: 10px 60px;
		border-radius: 0px;
	}
	.bonus-shape {
		background: url("https://cdn.oppyotest.com/launches/vinciproai/agency/purple-brush.webp") no-repeat;
		background-size: 100% 100%;
		border-radius: 0px;
		padding: 10px 70px;
	}
}
/* --- Global Css End --- */
/* ---- Header Section Start ----- */

.warning-section{
    background-color: #1caae7;
    padding: 20px 0px;
}
.offer {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    flex-direction: column;
}
@media(min-width:768px){
    .offer {
        display: flex;
        align-items: center;
        gap: 15px;
        justify-content: center;
        flex-direction: row;
    }
}
.header-section {
	background: #120c22;
	padding: 30px 0px;
}
.pre-heading {
    border-radius: 35px;
    border: 2px solid rgba(255, 255, 255, 0.20);
    display: inline-block;
    background: #000A1E;
    text-align: center;
    position: relative;
    padding: 10px;
}


@media (min-width: 768px) {
	.header-section {
		background: url(https://cdn.oppyotest.com/launches/vinciproai/agency/header-bg.webp);
		background-repeat: no-repeat;
		background-position: bottom center;
		background-size: cover;
		padding: 40px 0px 180px;
	}
	.pre-heading {
		padding: 10px 50px;
	}

	.proudly-head {
		background: url(https://cdn.oppyotest.com/launches/vinciproai/agency/proudly-head.webp) no-repeat center center;
		background-size: contain;
		padding: 10px 55px;
		display: inline-block;
	}
	
}
/* ---- Header Section End ----- */
/* ---- Second Section Start ----- */
.second-section {
	padding: 30px 0px;
	background: #ffffff;
}
.probtn1 a {
	border-radius: 15px;
	 background: linear-gradient(0deg, #1ECAFC 0%, #1B43C2 100%);
    backdrop-filter: blur(10px);
	text-decoration: none;
	text-align: center;
	display: inline-block;
	padding: 15px 12px;
	color: #ffffff;
	border: none;
	font-weight: 700;
	font-size: 20px;
	line-height: 140%;
}
.probtn1 a:hover {
    transition: all .3s ease;
	background: linear-gradient(0deg, #1B43C2 0%, #1ECAFC 100%);
}
@media (min-width: 768px) {
	.second-section {
		padding: 100px 0 80px;
		background: #ffffff url(https://cdn.oppyotest.com/launches/vinciproai/agency/second-sec-bg.webp) no-repeat center center;
	}
	
	.probtn1 a {
		font-size: 35px;
		padding: 28px 30px;
	}
}
/* ---- Second Section End ----- */
/* ---- Proudly Section Start ----- */
.proudly-section {
	background:#081828;
	background-size: cover;
	padding:30px 0;
}

@media (min-width: 768px){
	.proudly-section {
		padding: 50px 0px 100px;
		background: url(https://cdn.oppyotest.com/launches/vinciproai/agency/proudly-bg.webp) no-repeat bottom center;
		background-size: cover;
	}
	
}
/* ---- Proudly Section End ----- */
/* ---- Feature Section Start ----- */
.white-section {
	background: #fff;
	padding: 30px 0;
}
.grey-section {
	background: #e2edf4;
	padding: 30px 0;
}
@media (min-width: 768px) {
	.white-section {
		padding: 100px 0px;
	}
	.grey-section {
		padding: 100px 0px;
	}
}
/* ---- Feature Section End  ----- */
/* ---- Money Back Gurantee Section Start ----- */
.moneyback-section {
	background: #0d0238 ;
	background-position: center center;
	background-size: cover;
	padding: 30px 0 30px;
	
}
@media (min-width: 768px) {
	.moneyback-section {
		padding: 70px 0px;
		background: #02040f url(https://cdn.oppyotest.com/launches/vinciproai/agency/moneyback-bg.webp) no-repeat;
		background-position: center center;
		background-size: cover;
	}
}
/* ---- Money Back Gurantee Section End ----- */
/* ---- Bonus Section Start ----- */
.bonus-section {
	background: url(https://cdn.oppyotest.com/launches/vinciproai/agency/bonus-bg.webp) no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 30px 0;
}
.bonus-shade{
	background: url("https://cdn.oppyotest.com/launches/vinciproai/agency/bonus-shade.webp") no-repeat;
	background-size: 100% 100%;
	padding: 8px 20px;
	display: inline-block;
}
@media (min-width: 768px) {
	.bonus-section {
		padding: 70px 0px;
	}
}
/* ---- Bonus Section End ----- */
/* ---- Table Section Start ----- */
.table-section {
	background: #ffffff;
	padding: 30px 0;
}
.tablebox2 {
	background: #ffffff;
	width: 100%;
	float: left;
	border-radius: 10px;
	border: solid 1px #a2a1a3;
}
.tbbg2 {
	background-color: #fff;
	padding: 50px 30px 30px 30px;
	background-size: 100% 100%;
	border-radius: 10px 10px 0px 0px;
}
ul.vgreytick {
	padding: 0px;
	margin: 0;
}
ul.vgreytick li {
	background: url(https://cdn.oppyotest.com/launches/vinciproai/agency/vgreytick.webp) no-repeat;
	list-style: none;
	text-align: left;
	padding: 15px 15px 15px 50px;
	background-position: 15px 22px;
	line-height: 150%;
	text-transform: capitalize;
}
ul.vgreytick li:nth-child(odd) {
	background-color: #e1eff8cf;
}
ul.vgreytick li:nth-child(even) {
	background-color: #ffffff;
}
.myfeatureslast {
	float: left;
	padding:30px;
	width: 100%;
	min-height: 69px;
	background: #ffffff;
	border-radius: 0px 0px 10px 10px;
}
.tablebox3 {
	width: 100%;
	float: left;
	border-radius: 10px;
	box-shadow: 0px 0px 22px 0px rgb(38 23 70 / 40%);
	position: relative;
	border: solid 1px #0d0238;
}
.tablebox3:before {
	content: '';
	position: absolute;
	background: url(https://cdn.oppyotest.com/launches/vinciproai/agency/most-popular.webp) no-repeat left top;
	min-height: 165px;
	min-width: 153px;
	left: 0px;
	top: 0px;
}
.tbbg3 {
	background: #001C47;
	padding: 50px 30px 30px 30px;
	background-size: 100% 100%;
	border-radius: 7px 7px 0px 0px;
}
@media (min-width: 768px) {
	.table-section {
		padding: 100px 0px;
		background: url(https://cdn.oppyotest.com/launches/vinciproai/agency/pricing-table-bg.webp) no-repeat;
		background-position: center center;
	}
	.tbbg2 {
		padding: 80px 30px 80px 30px;
		background-size: 100% 100%;
		border-radius: 10px 10px 0px 0px;
	}
	ul.vgreytick li {
		padding: 20px 15px 20px 65px;
		background-position: 30px 25px;
	}
	.myfeatureslast {
		padding:30px;
	}
	.tbbg3 {
		padding: 80px 30px 80px 30px;
		background-size: 100% 100%;
		border-radius: 7px 7px 0px 0px;
	}
}
/* ---- Table Section End ----- */
/* ---- Footer Section Start ----- */
.footer-section {
	background: #001C47;
	padding: 30px 0;
}
.footer-ul {
	padding: 0;
}
.footer-ul li {
	display: inline;
	line-height: 130%;
}
.no-thanks a{
	color: #182d5a;
}
.footer-ul a:hover{
	color: white;
}
@media (min-width: 768px) {
	.footer-section {
		padding: 50px 0px;
	}
	.footer-ul li {
		display: inline;
		line-height: normal;
	}
}
.header-list-block {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.15);
	border: double 2px #1c94e5;
    background-origin: border-box;
    background-clip: content-box, border-box;
}

/* ---- Footer Section End ----- */
