@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;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');
.fixed-top {
top: -40px;
transform: translateY(40px);
transition: transform .3s;
}
:root {
--blue: #07c4f3;
--box-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .1);
}
.btn:active {
transform: scale(0.98);
}
.btn {
display: inline-block;
font-size: 16px;
color: #ffffff;
font-weight: 400;
font-family: "Poppins";
border-radius: 23px;
border: 1px solid #3c3c3c;
}
.btn:hover {
border: 1px solid var(--blue);
}
.btn:active {
transform: scale(0.98);
box-shadow: 3px 2px 22px 1px #0581a0;
border: 1px solid var(--blue);
}
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-track {
background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: var(--blue);
border-radius: 25px;
}
::-webkit-scrollbar-thumb:hover {
 background: #0581a0; 

}
::selection {
color: #ffffff;
background-color: var(--blue);
}
nav ul li a {
font-size: 16px;
line-height: 28px;
color: #3c3c3c !important;
font-weight: 400;
font-family: "Poppins";
cursor: pointer;
}
nav ul li a:hover {
color: var(--blue) !important;
}
nav {
background-color: #ffffff;
padding: 0px !important;
}
.navbar-brand {
font-size: 42px;
color: #3c3c3c !important;
font-weight: 700;
font-family: "Comfortaa";
}

.hero {
padding: 90px 0px 20px 0px;
}
.hero .cardcontainer {
padding: 70px 20px;
border-radius: 36px;
filter: drop-shadow(0px 9px 11.5px rgba(0, 0, 0, 0.16));
background-color: #ffffff;
height: auto;
max-width: 600px;
margin: auto;
}
.hero .cardcontainer p {
font-size: 40px;
padding: 0px 43px;
line-height: 75px;
color: #3c3c3c;
font-weight: 700;
font-family: "Poppins";
text-align: center;
}
.btncontainer {
margin-top: 50px;
display: flex;
gap: 50px;
text-align: center;
justify-content: center;
}
.btncontainer a:active {
transform: scale(0.98);
}
.footer p {
font-size: 24px;
color: #3c3c3c;
font-weight: 300;
font-family: "Poppins";
}
.footer a {
font-size: 24px;
color: #3c3c3c;
font-weight: 300;
font-family: "Poppins";
text-decoration: none;
}
.footer a:hover {
color: var(--blue);
}
.modal-content {
border-radius: 36px;
filter: drop-shadow(0px 9px 11.5px rgba(0, 0, 0, 0.16));
background-color: #ffffff;
text-align: center;
padding: 20px 0px !important;
width: 80% !important;
margin: auto;
}
.modalheading {
font-size: 30px;
color: var(--blue);
font-weight: 700;
font-family: "Comfortaa";
}
.modal-body a {
color: #3c3c3c;
font-weight: 400;
font-family: "Comfortaa";
text-decoration: none;
font-size: 20px;
}
.modalmission .modalheading {
font-size: 30px;
color: var(--blue);
font-weight: 700;
font-family: "Comfortaa";
}
.modalmission .modal-body p {
color: #3c3c3c;
font-weight: 400;
font-family: "Comfortaa";
text-decoration: none;
font-size: 20px;
}
.modalabout .modalheading {
font-size: 30px;
color: var(--blue);
font-weight: 700;
font-family: "Comfortaa";
}
.modalabout .modal-body p {
color: #3c3c3c;
font-weight: 400;
font-family: "Comfortaa";
text-decoration: none;
font-size: 20px;
}
@media only screen and (max-width: 667px) {
.footer {
gap: 15px;
text-align: center;
background-color: var(--blue);
padding: 20px;
position: absolute;
bottom: 0;
left: 0;
right: 0;
}
.footer a, .dev {
color: #ffffff !important;
font-size: 18px !important;
font-weight: 300;
font-family: "Poppins";
margin: 0;
}
.footer a:hover {
color: #ffffff;
}
.customfooter p {
    font-size: 18px !important;
    }
    .customfooter a {
    font-size: 18px !important;
    }
.hero .cardcontainer p {
font-size: 30px;
line-height: 60px;
}
body {
height: 100vh;
position: relative;
}
.modalheading {
font-size: 30px;
}
.modal {
padding-right: 0px !important;
}
.modalmission .modalheading {
font-size: 30px;
}
.modalabout .modalheading {
font-size: 30px;
}
.btn {
margin-bottom: 20px;
margin-top: 20px;
width: 100%;
}
.navbar-brand {
font-size: 35px;
}


}

.modalterm .smallheading {
text-align: left;
font-size: 22px;
color: var(--blue);
font-weight: 700;
font-family: "Comfortaa";
margin-top: 30px;
}
.modalterm .modal-body p {
text-align: left;
color: #3c3c3c;
font-weight: 400;
font-family: "Comfortaa";
text-decoration: none;
font-size: 20px;
}
.modalterm .modal-body p a {
color: var(--blue);
}
.customfooter{
    background-color: var(--blue);
   padding: 20px;
}
.customfooter p {
    font-size: 24px;
    color: #ffffff;
    font-weight: 300;
    font-family: "Poppins";
    margin: 0;
    }
    .customfooter a {
    font-size: 24px;
    color: #ffffff;
    font-weight: 300;
    font-family: "Poppins";
    text-decoration: none;
    }
    .customfooter a:hover {
    color: #ffffff;
    }

    