*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;font-size:16px;line-height:1.5;color:#111;background:#fff}
h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-bottom:.5em}
h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}h4{font-size:1.125rem}h5{font-size:1rem}h6{font-size:.875rem}
p,ul,ol{margin-bottom:1em}
a{text-decoration:none}
img,video{max-width:100%;height:auto;display:block}
button,input,select,textarea{font:inherit;color:inherit;background:none;border:1px solid #ccc;border-radius:4px;padding:.4em .6em}
button{cursor:pointer}
table{width:100%;border-collapse:collapse}
th,td{padding:.5em;text-align:left;border-bottom:1px solid #ddd}

p,h1,h2,h3,h4,h5,h6,a{
    color: #fff;
    margin-block-start: 0px;
    margin-block-end: 0px;
}

body{
    background-color: #062053;
    display: grid;
    grid-template-columns: repeat(16, 1fr);
}


/*///////////////////////////////////////Top bar///////////////////////////////////////////*/
.top-bar{
    background-image: linear-gradient(to right, #3399FF, #33CC99);
    height: 5px;
    grid-column: 1/-1;
}

.top-menu{
    grid-column: 2/16;
    display: flex;
    justify-content: space-between;
}

.top-menu-left{
    display: flex;
    margin: 10px 0px;
}

.top-menu-left img{
    width: 350px;
    margin: auto 0px;
    margin-left: 10px
}

.top-menu-left .Smart-Pension{
    height: 90px;
}

.divider{
    height: 50px;
    width: 4px;
    background-color: #fff;
    margin: auto 0px;
    margin-right: 20px;
}


.top-menu a {
    background-color: #33CC99;
    margin: auto 0px;
    color: #062053;
    font-size: 15px;
    padding: 10px 30px;
    border-radius: 5px;
    font-weight: 600;
}



@media screen and (max-width: 600px) {
    .top-menu-left img{
        width: 90%;
    }
    .top-menu{
        padding-top: 20px;
    }
}

@media screen and (max-width: 1020px) {
    .top-menu a {
        display: none;
    }
    .top-menu-left img{
        width: 40vw;
        margin: auto 0px;
        margin-left: 10px
    }
    .top-menu-left .Smart-Pension{
        height: auto;
    }
    .divider{
        display: none;
    }

}


/*//////////////////main text////////////////////////////*/

.main-text{
    grid-column: 2/16; 
    text-align: center;
}

.main-text h1{
    font-size: 60px; 
    font-weight: 700;
}

.green-text{
    color: #33CC99;
}

.main-text h2{
    font-size: 50px; 
    font-weight: 700;
    color: #3399FF;
    margin-bottom: 25px;
}

.green-text-bold{
    color: #33CC99;
    font-weight: bold;
}

.main-text p{
    text-align: left;
    font-size: 23px; 
    padding-bottom: 7px;
}

.thin-text {
    font-weight: 300;
}


/*//////////////////////video/////////////////////////////////*/

.video{
    grid-column: 2/16;
    display: grid;
    margin: 30px auto;
}

.video iframe{
    width: 1280px;
    height: 720px;
}

@media (max-width: 1440px) {
    .video iframe{
        width: 88vw;
        height: 49.5vw;
    }
}









/*//////////////////////form text and blue bar///////////////////////////////*/

.form-text{
    grid-column: 2/16;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 50px;
}

.blue-bar{
    grid-column: 2/16;
    height: 4px;
    background-color: #3399FF;
}




/*///////////////////////////////form///////////////////////////////////*/

.form-box{
    grid-column: 2/16;
    border: solid 5px #BB69F4;
    border-radius: 25px;
    margin-top: 50px;

}
.callback-form{
    margin: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.form-all{
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
    width: 47%;
}

.form-all-long{
    width: 100%;
}

.form-box h2{
    font-size: 30px; 
    font-weight: 700;
    margin: 40px;
}

.form-all input,.form-all select{
    background-color: #fff;
}

.form-all label{
    color: #fff;
    margin-bottom: 10px;
}

.form-all-long button{
    color: #fff;
    background-image: linear-gradient(to right, #3399FF, #bb69f4 );
    padding: 15px 100px;
    border: none;
    margin: 0px auto;
    font-size: 20px;
    font-weight: bold;
    border-radius: 15px;
    margin-top: 30px;
}

.form-all-long:has(button){
    text-align: center;
}



@media screen and (max-width: 600px) {
    .form-all{
        width: 100%;
    }
    .form-all-long button{
        padding: 15px 70px;
    }
}



/*///////////////////////////footer//////////////////////////////////////////*/




.blue-pink-bar{
    grid-column: 1/-1;
    background-image: linear-gradient(to right, #3399FF, #bb69f4 );
    height: 8px;
    margin: 150px 0px 20px;
}

.footer-socials-text{
    text-align: center;
}

.footer-socials{
    font-size: 40px;
    margin: 20px 0px 50px;
}

.footer-socials a{
    margin: 0px 10px;
}

.footer{
    grid-column: 3/15;
}

.footer p{
    margin: 15px 0px;
}

.footer-copyright{
    text-align: center;
    margin: 70px 0px ;
}

.footer-icon{
    display: flex;
    justify-content: center;
    margin: 20px 0px;
}



.footer-icon img{
    margin: 0px 20px;
    width: 53px;
    height: 90px;
    margin: auto 0px;
    margin-right: 20px;
}





/*///////////////////////////////Thank you page //////////////////////////////////*/

.nucleus-thankyou{
    grid-column: 2/16;
    text-align: center;
}

.nucleus-thankyou h2{
    font-size: 40px;
    margin-top: 50px;
}





