@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.font-poppins{
    font-family: "Poppins", serif;
}
.font-lora{
    font-family: "Lora", serif;
}

a{
    text-decoration: none !important;
    color: #333 !important;
}


.topbar{
    background-color: #fff;
    padding: 10px 3px;
}
.block-area{
    color: #FFF;
    font-family: "Poppins", serif;
font-size: 17px;
font-style: normal;
font-weight: 600;
line-height: normal;
border-radius: 4.188px;
background: #146C94;
padding: 2px 5px;
}

.top-text{
    color: #454545;
    font-family: "Poppins", serif;
font-size: 17px;
font-style: normal;
font-weight: normal;
line-height: normal;
}
#main-cover{
    background-image: url('landing-img/front-cover.jpg');
    background-position: center;
    background-size: cover;
    padding-top: 5%;
    padding-bottom: 28%;
}

#cyber-main{
    background-image: url('landing-img/cyber-cover.png');
    background-position: center;
    background-size: cover;
    padding-top: 5%;
    padding-bottom: 28%;
}



.cover-text1{
    color: #333;
    text-align:left;
font-family: Lora;
font-size: 52px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.cover-text2{
    color: #333;
    text-align: center;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 500px;
    margin: 0 auto;
}
.section-heading{
    color: var(--Red, #146C94);
text-align: center;
font-family: Lora;
font-size: 40px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.section-text{
    color: #333;
font-family: Poppins;
text-align: center;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.bar{
    background-color: #146C94;
    width: 100%;
height: 15.48px;
}

.social-links .nav-item a {
    background: #ffffff;
    border-radius: 50%;
    width: 45px;
    box-shadow: 0 0px 14px 0px rgba(0, 0, 0, 0.2);
}


.form-area{
    border-radius: 12px;
border: 1px solid rgba(20, 108, 148, 0.20);
background: #FFF;
}

.signup-box {
    border: 1px solid #146C9433;
    border-radius: 10px;
}

.custom-input-box {
    box-shadow: 0px 4px 6px 0px rgba(80, 80, 80, 0.25) !important;
}

.custom-textbox-icon {
    background: var(--white, #FFF) !important;
    border: 0px !important;
    margin: 0px !important;
    border-left: none;
    color: #146C94;
}

.custom-textbox {
    background: var(--white, #FFF) !important;
    border: 0px !important;
    margin: 0px !important;
    border-left: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

.cover-btn {
    background-color: #146C94 !important;
    color: white !important;
    font-size: 14px !important;
    padding: 10px 20px 10px 20px;
    font-weight: 600 !important;
    border-radius: 30px !important;
}

.cover-btn:hover {
    color: #146C94 !important;
    background-color: #fff !important;
    border: 1px solid #146C94 !important;
}

.stat-card{
    border-radius: 30.752px;
border: 1px solid #ECECEC;
background: #FFF;
box-shadow: 25.626px 22.516px 46.908px 0px rgba(0, 0, 0, 0.05);
}
.stat-card h4{
    color: #146C94;
text-align: center;
font-family: Poppins;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.stat-card h2{
color: #146C94;
text-align: center;
font-family: Poppins;
font-size: 32px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.review-card{
    height:200px;
}


/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
    
    .hide-on-mob{
        display:none;
    }
    
    .show-on-mob{
        display:block !important;
    }
    
    .custom-flex{
        display: flex;
        flex-direction: column;
    }

    .cover-text1{
    font-size: 22px;
    }
    .cover-text2{
        font-size: 12px;
    }

    #main-cover{
        background: rgba(20, 108, 148, 0.10);
        background-position: center;
        background-size: cover;
        padding-top: 5%;
        padding-bottom: 10%;
    }

    .section-heading{
    font-size: 28px;
    }
    .section-text{
    font-size: 13px;
    }
}