@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root{
    --fontMontserrat:"Montserrat", sans-serif;
    --pc:#002C4E;
    --sc:#88DDFF;
    --tc:#00a0dd;
    --fc:#004b84;
}

body{
     font-family: "Lato", sans-serif;
     box-sizing: border-box;
     background: var(--pc); 
     min-height: 100vh;
     z-index: 1;
     position: relative;
}
body:before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:linear-gradient(181deg, #000204 0%, #00080E 22.6%, #00101B 52.52%, #01101c 64%, #02294b 70%, #001E35 100%);
            
    z-index: -1;
}
p{
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
/* common classes  */
.text-sc{color:var(--sc)}
.text-tc{color:var(--tc)}






header {
    padding: 18px 30px;
}

.hero-title {
    font-size: 60px;
    color: #fff;
    font-weight: 300;
    font-family: var(--fontMontserrat);
    line-height: 80px;
}
.hero-title span,
.h2-title span{
    font-weight: 600;
}
.h2-title{
    font-size: 40px;
    line-height: 28px;
    font-family: var(--fontMontserrat);
    font-weight: 300;
}
.title-3{
    font-size:24px;
    font-weight:500;
    line-height:24px;
    font-family: var(--fontMontserrat);
}
.title-4{
    font-size:18px;
    font-weight:700;
    line-height:22px;
    margin-bottom:0;
}
.social-list{
    gap:20px;
}


/* .hero-bg{
    animation: rolling 5s linear infinite alternate;
}
@keyframes rolling{
    from{
        transform: scaleY(1) rotateY(0deg);
    }to{
        transform: scaleY(1.3) rotateY(360deg);
    }
} */
 .uni-tech-features figure img{
    mix-blend-mode: lighten;
 }
.uni-tech-features .card-title {
    font-size: 26px;
    line-height: 28px;
    font-weight: 600;
    font-family: var(--fontMontserrat);
    color:var(--sc);
    margin-bottom: 16px;
}
.security-verification{
    padding:215px 0px;
    z-index: 1;
}
.security-verification .shape {
    position: absolute;
    top: -100px;
    right: 0;
}
/* .security-verification:before{ */
    /* content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #023677;
    mix-blend-mode: multiply;
    z-index: -1; */
/* } */
.security-verification::after {
    content: '';
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: 100px;
    background: url(/assets/images/k2.webp) no-repeat right;
 }
.form-section{
    padding:110px 0px 140px;
}
.form-section .form-card {
    background: var(--pc);
    border-radius: 20px;
    padding: 28px 40px;
    box-shadow: 10px 10px 30px rgba(0, 105, 234, 0.18);
}
.form-section .form-card .form-label{
    font-size: 14px;
    font-weight: 500;
    color:#fff;
    margin-bottom: 6px;
    line-height: 20px;
}
.form-section .form-card .form-group{
    margin-bottom: 20px;
}
.form-section .form-card .form-group input[type="text"],
.form-section .form-card .form-group input[type="email"],
.form-section .form-card .form-group .ph-wrapper{
    padding: 12px 16px;
    background: #001D33;
    border: 1px solid #001D33;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color:#fff!important;
}
.form-section .form-card .form-group input::placeholder{
     font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color:#D6D6D6;
}
.form-section .form-card .submit-btn{
    background:#fff;
    width:100%;
    font-size: 16px;
    color:var(--pc);
    padding:12px;
    border-radius: 5px;
    border:none;
    font-weight: 700;
    cursor: pointer;
}
.form-section .form-card .form-group .ph-wrapper select {
    background: #001D33;
    border: none;
    color: #fff;
    padding: 12px 0 12px 16px;
    width: 124px;
}
.form-section .form-card .form-group .ph-wrapper select:focus{
    outline: none;
}
.form-section .form-card .form-group.form-check .custom-checkbox{
    border:1px solid #fff;
    width:20px;
    height:20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
} 
.form-section .form-card .form-group.form-check .custom-checkbox svg{
    transform: scale(0);
    transition: .3s ease;
}
.form-section .form-card .form-group.form-check:has(input[type="checkbox"]:checked) .custom-checkbox{
    background:#fff;
}
.form-section .form-card .form-group.form-check:has(input[type="checkbox"]:checked) .custom-checkbox svg{
    transform: scale(1);
}
.form-section .h2-title{
    line-height: 60px;
}
.form-section .error {
    color: #ff2424;
    font-weight: 600;
}
.form-section .g-recaptcha>div{
    margin:auto;
}
/* input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #ffffff !important;
  -webkit-box-shadow: 0 0 0px 1000px #001D33 inset !important;
  transition: background-color 9999s ease-in-out 0s !important;
  caret-color: #ffffff !important;
} */


input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
}
input[data-autocompleted] {
    background-color: transparent !important;
}

/* privacy page css  */

.privacy-content p a:hover{
    color:var(--tc);
    text-decoration: none;
}
@media(min-width:992px){
    header .social-list {
        position: absolute;
        top: 128px;
        left: 40px;
        flex-direction: column;
    }
}
@media(min-width:1920px){
    .privacy-content .container{
        max-width:1620px;
    }
    .privacy-content .container p{
        font-size:18px;
    }
    .title-3{
        font-size:28px;
    }
    .title-4{
        font-size:20px;
    }
    .hero-title {
        font-size: 80px;
        line-height: 108px;
    }
    p {
        font-size: 22px;
        line-height: 28px;
    }
    .uni-tech-features p{
        font-size: 20px;
        line-height: 28px;
    }
    .uni-tech-features .card-title {
        font-size: 33px;
    }
    .security-verification .h2-title {
        font-size: 52px;
        line-height: 50px;
    }
}
@media(max-width:1199px){
    .hero-title {
        font-size: 50px;
    }
}
@media(max-width:991px){
     .form-section .form-card {
        margin-top: 16px;
     }
}
@media(max-width:767px){
    .hero-title {
        font-size: 50px;
    }
}
@media(max-width:575px){
    .hero-title {
        font-size: 36px;
        font-weight: 300;
        line-height: 52px;
    }
    p{
        font-size: 15px;
        line-height: 24px;
    }
    .form-section {
        padding: 55px 0px 50px;
    }
    .form-section .form-card {
        padding: 20px 16px;
        border-radius: 15px;      
    }
    .h2-title ,
    .form-section .h2-title {
        line-height: 44px;
        font-size: 32px;
    }
    .security-verification {
        padding: 125px 0px;
    }
    .uni-tech-features .card-title {
        font-size: 24px;
        line-height: 28px;
        text-align: center;
    }
    .uni-tech-features .card-title + p{
        text-align: justify;
        padding:0 27px!important;
    }
    header {
        padding: 18px 16px;
    }
    .security-verification::after {
        background-position: 27% 0%;
        top:-40px;
    }
    .privacy-content {
        padding: 0px 10px;
    }
    body.privacy-page .hero-section{
        overflow-x: hidden;
    }
    .privacy-page .hero-bg-bottom {
        transform: scale(2.6);
    }
    .privacy-page p{
        font-size:14px;
        line-height: 20px;
    }
    .privacy-page .title-3 {
        font-size: 22px;
    }
    .title-4 {
        font-size: 14px;
    }
}
@media(max-width:389px){
    .form-section .h2-title {
        font-size: 29px;
    }
    .security-verification p{
        padding:0px 9px!important;
    }
    label.form-check-label {
        font-size: 14px;
    }
    .hero-section p{
        font-size:14px;
    }

}