@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');
* {
    box-sizing : border-box;
}
ul {
    list-style: none;
}
a {
    text-decoration: none;
}
body {
    font-family: 'Questrial', sans-serif;
}
.overflow-x {
    overflow-x: hidden;
}
.main-nav {
    background: #240675;
    padding-top: 40px;
    padding-bottom: 40px;
}
.nav-mobile .nav-item a{
    color: #00f2ce;
}
.nav-mobile .nav-item {
    border-bottom: 1px solid transparent;
}
.nav-mobile .nav-item:hover{
    border-bottom: 1px solid #00f2ce;
    color: #00f2ce
}
.navbar-toggler:focus {
    box-shadow: none;
    outline: none;
}
.nav-desktop {
    display: block;
}

.main-nav .container{
    max-width: 96% !important;
}
.header-logo {
    width: 290px;
    height: 50px;
}
.main-nav .nav-item {
    margin-left: 15px;
}
.nav-item.cyan-btn a{
    background-color: #00f2ce;
    color: #322648;
    padding: 10px 15px !important;
    padding-top: 8px;
    border-radius: 50px;
    border: 1px solid transparent;
    font-weight: 400;
}
.nav-item.cyan-btn a:hover {
    border: 1px solid #00f2ce !important;
    background-color: #322648 !important; 
    color: #00f2ce !important;   
}
.main-section {
    height: 1000px;
    background: url(../images/main-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.header-arrows {
    height: 1000px !important;
}
.main-heading {
    font-size: 65px;
    color: #fff;
    font-weight: 400;    
    margin-bottom: 30px;
}
.sub-text {
    max-width: 620px;
    font-size: 24px;
    margin-bottom: 30px;
}
.container {
    max-width: 81% !important;
}
.light-cyan-btn {
    background-color: #00f2ce;
    color: #322648;    
    padding: 10px 25px;
    padding-top: 8px;
    border-radius: 50px;
    font-size: 22px;
    font-weight: 400;
    min-width: 160px;
    border: 1px solid transparent;
}
.light-cyan-btn:hover , .light-cyan-btn:active , .light-cyan-btn:focus-visible {
    border: 1px solid #00f2ce !important;
    background-color: #322648 !important; 
    color: #00f2ce !important;
}
.what-va {
    background: #eeecff;
    height: 900px;
    padding-top : 60px;
}
.va-arrows {
    right: 0px;
    top: 0px;
    height: 800px !important;
}
.colors-roundes {
    background: linear-gradient(90deg, rgba(35,17,121,1) 0%, rgba(0,241,206,1) 100%);
    font-size: 60px;
    width: 50%;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
    padding-left: 195px;
    border-radius: 0px 80px 80px 0px;
    line-height: 1;
}
.va-text p{
    font-size: 22px;
    color: #240675;
    font-weight: 400;
}
.opc-ac {
    top: -9%;
    position: absolute;
}
.option-card .container {
    max-width: 90% !important;
    margin-bottom: 30px;
}
.card-1 {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 60px;
    padding-bottom: 60px;
    background: linear-gradient(90deg, rgba(45,15,146,1) 0%, rgba(69,40,219,1) 100%);
    border-radius: 65px;
    max-width: 530px;
}
.card-1:hover {
    transform: scale(1.01);
    transition: all;
    transition-delay: 100ms;
    -webkit-box-shadow: 4px 6px 21px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 4px 6px 21px -10px rgba(0,0,0,0.75);
    box-shadow: 4px 6px 21px -10px rgba(0,0,0,0.75);
}
.card-2 {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 60px;
    padding-bottom: 60px;
    background: linear-gradient(90deg, rgba(72,44,231,1) 0%, rgba(53,121,241,1) 100%);
    border-radius: 65px;
    max-width: 530px;
}
.card-2:hover {
    transform: scale(1.01);
    transition: all;
    transition-delay: 100ms;
    -webkit-box-shadow: 4px 6px 21px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 4px 6px 21px -10px rgba(0,0,0,0.75);
    box-shadow: 4px 6px 21px -10px rgba(0,0,0,0.75);
}
.card-3 {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 60px;
    padding-bottom: 60px;
    background: linear-gradient(90deg, rgba(46,135,237,1) 0%, rgba(3,235,208,1) 100%);
    border-radius: 65px;
    max-width: 530px;
}
.card-3:hover {
    transform: scale(1.01);
    transition: all;
    transition-delay: 100ms;
    -webkit-box-shadow: 4px 6px 21px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 4px 6px 21px -10px rgba(0,0,0,0.75);
    box-shadow: 4px 6px 21px -10px rgba(0,0,0,0.75);
}
.round-icons {
    border-radius: 100%;
    width: 280px;
    height: 280px;
    background: linear-gradient(180deg, rgba(236,233,248,1) 0%, rgba(117,96,196,1) 100%);
    display: flex;
    align-items: center;
}
.round-icons img {
    height: auto;
}
div.card-text p{
    margin-top: 60px;
    color: #fff;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 0px;
}
.card-3 .round-icons {
    background: linear-gradient(180deg, rgba(232,249,252,1) 0%, rgba(103,197,236,1) 100%);
}
.r-cliets {
    height:1350px;
    background: rgba(79, 57, 255, 0.25);
}
.r-arrow {
    height: 1480px;
    top: -10%;
}
.r-cliets .colors-roundes{
    width: fit-content ;
    padding-right:80px;
}
.r-cliets .va-text p {
    max-width: 665px !important;
}
.micker-img {
    position: relative;
    top: -15%;
}
.va-account {
    background: url(../images/va-account.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 70px;
    padding-bottom: 70px;
    background-position: center;
}
.va-account .va-text p {
    color: #fff;
    max-width: 660px;
}
footer {
    background: #000;
    padding-top: 80px;
}
.add-footer {
    padding-bottom: 80px;
}
footer .add-footer {
    max-width: 90% !important;
}
.contact-link {
    margin-top: 30px;
}
.icon-circle {
    background: #00f2ce;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    display: flex;
    align-content: center;
}
.icon-circle svg {
    color: #000;
    font-size: 25px;
    margin: auto;
}
.contact-text {
    color: #fff;
    font-size: 20px;
}
.contact-text a {
    color: #fff;
    text-decoration: none;
}
.contact-link .links {
    margin-bottom: 20px;
}
.newsleeters input{
    height: 50px;
    border:1px solid #00f2ce;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    width: 300px;
    padding-left: 20px;
}
.newsleeters button {
    background-color: #00f2ce;
    color: #322648;    
    border:1px solid #00f2ce;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    width: 150px;
    font-size: 18px;
}
.newsleeters button:hover {
    border: 1px solid #00f2ce !important;
    background-color: #322648 !important; 
    color: #00f2ce !important;   
}
.bottom-footer {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #4f39ff;
}
.spec-link {
    list-style: none;
    display: flex;
    padding: 0px;
    margin-bottom: 0px;
}
.spec-link li a{
    margin-right: 20px;
    color: #fff;
}
.social-icon ul {
    display: flex;
    padding: 0px;
    margin-bottom: 0px;
}
.social-icon li {
    height: 50px;
    width: 50px;
    background-color: #fff;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    display: flex;
}
.social-icon li:hover {
    opacity: 0.8;
}
.social-icon li svg {
    color: #4f39ff;
    font-size: 25px;
}

.help-block{
    color: red;
}

.text-holder p{
    color: #000;
}
.social-icon li a {
    line-height: 1;
}