@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Montserrat', 'calibri';
}
a{
    text-decoration: none;
    height: 15px;
    width: 15px;
}
body {
    background: url(/bg.png)no-repeat center fixed; 
/* 
    background-attachment:scroll;
    background-repeat:no-repeat; */
    background-size:cover;
    /* -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center center; */
}

/* @media only screen and (max-width: 391px) {
    main{
        width: 390px;
    }
    
} */
/* @media only screen and (max-width: 376px) {
    main{
        width: 375px;
    }
    
} */
.navbar{
    height: 110px;
    width: 100%;
    /* margin-top: 30px; */
    /* background-color: rgba(255, 255, 255, 0); */
    /* background-color:rgba(33, 66, 120, 0.24); */
    display: flex;
    justify-content: center;
    align-items: center;
}

.home{
    display: flex;
    list-style: none;
    /* margin: 28px; */
    /* padding: 9px; */
    /* gap: 10px; */
    color: rgb(255, 255, 255);
    text-decoration: none;
}
.home img{
    margin-left: 4px;
    height: 100px;
    width: 150px;
}
.home:hover{
    text-shadow: 1px 1px 10px rgb(233, 224, 224);
}
@media only screen and (max-width: 431px) {
    .home{
        font-size: 30px;
    }
    
}

.mm{
    display:grid;
}
.title{
    height: 40px;
    margin: 60px;
    padding: 30px;
    color:rgb(33, 37, 41);
    font-weight: 700;
    font-size: 40px;
    margin: 35px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;

}
.container{
    /* width: 1000px;
     background-color:aliceblue; */
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content:center;
    align-items:center;
}
.box {
    background-color: white;
    padding-top: 50px;
    overflow: auto;
    text-align: center;
    margin: 0px;
    /* margin: 15px; */
    height: 2000px;
    width: 880px;
    border: 2px solid rgba(105, 127, 138, 0);
    border-radius: 8px;
    box-sizing: border-box;
    box-shadow: 1px 1px 4px rgb(125 146 148)
}
@media only screen and (max-width: 910px) {
    .box{
        width: 800px;
    }
    
}
@media only screen and (max-width: 786px) {
    .box{
        height: 1640px;
        width: 660px;
    }
    
}
@media only screen and (max-width: 710px) {
    .box{
        height: 1640px;
        width: 600px;
    }
    
}
@media only screen and (max-width: 600px) {
    .box{
        height: 1640px;
        width: 500px;
    }
    
}
@media only screen and (max-width: 510px) {
    .box{
        height: 1640px;
        width: 420px;
    }
    
}
@media only screen and (max-width: 431px) {
    .box{
        height: 1690px;
        width: 410px;
    }
    
}
@media only screen and (max-width: 415) {
    .box{
        height: 1590px;
        width: 335px;
    }
    
}
@media only screen and (max-width: 376px) {
    .box{
        height: 1690px;
        width: 355px;
    }
    
}

.cards{
    font-size: larger;
    list-style: none;
}
.card{
    text-align: center;
    height: 65px;
    margin: 1px;
}
@media only screen and (max-width: 786px) {
    .card{
        margin: 3px;
    }
    
}
.box h1{
    margin: 1px;
    color: rgb(33, 66, 120);
    text-align: center;
    font-size: 62px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    line-height: normal;
}
@media only screen and (max-width: 786px) {
    .box h1{
        font-size: 36px;
    }
    
}
.box h3{
    width: 864px;
    margin: 1px;
    color: rgb(33, 66, 120);
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
}
@media only screen and (max-width: 960px) {
    .box h3{
        width: 795px;
        margin: 0px;
        padding: 0px;
    }
    
}
@media only screen and (max-width: 786px) {
    .box h3{
        width: 592px;
        margin: 0px;
        padding: 0px;
    }
    
}
@media only screen and (max-width: 610px) {
    .box h3{
        font-size: 17px;
        width: 487px;
        margin: 0px;
        padding: 0px;
    }
    
}
@media only screen and (max-width: 610px) {
    .box h3{
        font-size: 17px;
        width: 410px;
        margin: 0px;
        padding: 0px;
    }
    
}
@media only screen and (max-width: 610px) {
    .box h3{
        font-size: 17px;
        width: 343px;
        margin: 0px;
        padding: 0px;
    }
    
}
@media only screen and (max-width: 376px) {
    .box h3{
        font-size: 17px;
        width: 320px;   
        margin: 0px;
        padding: 0px;
    }
    
}
.box h4{
    padding: 9px;
    
    margin: 2px;
    margin-left: 55px;
    -webkit-box-align: center;
    text-align: left;
    align-items: center;
    display: flex;
    gap: 15px;
    font-size: 17px;
    font-weight: 700;
    color: rgb(28, 28, 29);
}
@media only screen and (max-width: 786px) {
    .box h4{
        font-size: 17px;
        margin: 5px;
        margin-left: 8px;
        padding: 2px;
    }
    
}
.box h2{
    color: rgb(33, 66, 120);
    padding: 9px;
    margin: 9px;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    line-height: normal;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    gap: 15px;
}

p{
    padding: 9px;
    margin: 9px;
    -webkit-box-align: center;
    align-items: center;
    text-align: left;
    display: flex;
    color: rgb(65,67,69,1);
    font-size: 24px;
    font-weight: 400;
    gap: 15px;
}
@media only screen and (max-width: 786px) {
    p{
        font-size: 20px;
        margin: 5px;
        padding: 2px;
    }
    
}
.pp{
    margin-left: 40px;
    margin-right: 40px;
    text-align: center;
    color: rgb(65,67,69,1);
    font-size: 1rem;
    font-weight: 600;
    line-height: 19px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.ppp{
    text-align: center;
    margin-left: 25px;
    width: 700px;
    margin-left: 75px;
    padding: 0px;

}
@media screen and (max-width: 910px){
    .ppp{
        margin-left: 45px;
    }
    
}
@media screen and (max-width: 786px){
    .ppp{
        width: 582px;
        margin-left: 21px;
    }
    
}
@media screen and (max-width: 710px){
    .ppp{
        width: 525px;
        margin-left: 30px;
    }
    
}
@media screen and (max-width: 610px){
    .ppp{
        font-size: small;
        width: 440px;
        margin-left: 25px;
    }
    
}
@media screen and (max-width: 510px){
    .ppp{
        font-size: small;
        width: 360px;
        margin-left: 18px;
    }
    
}
@media screen and (max-width: 431px){
    .ppp{
        width: auto;
        margin: 0px;
        font-size: small;
    }
    
}
.apply{
    margin: 25px;
    border: none;
    color: rgb(255, 255, 255);
    cursor: pointer;

    height: 70px;
    font-size: 30px;
    font-weight: 600;
    padding: 15px 30px;
    text-align: center;
    text-transform: uppercase;
    width: 650px;
    border-radius: 14px;
    background: linear-gradient(to right, rgb(19, 48, 93) , rgb(8, 19, 49));;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px 0px;
}
.apply:hover{
    color: white;
    background-color: rgb(33, 66, 120);
    box-shadow: 2px 2px 15px rgb(33, 66, 120);
    border: 1px solid rgb(33, 66, 120);
    transition-duration: 0.1s;
}

@media only screen and (min-width: 511px) and (max-width: 910px) {
    .apply{
        font-size: 20px;
        height: 100px;
        width: 450px;
        margin: 21px 2px;
    }
    
}
@media only screen and (min-width: 511px) and (max-width: 786px) {
    .apply{
        font-size: 18px;
        height: 70px;
        width: 350px;
        margin: 21px 2px;
    }
    
}
@media only screen and (min-width: 421px) and (max-width: 510px) {
    .apply{
        font-size: 18px;
        height: 100px;
        width: 350px;
        margin: 21px;
    }
    
}
@media only screen and (max-width: 431px) {
    .apply{
        font-size: 23px;
        height: 60px;
        width: 262px;
        margin: 16px 0px;
    }
    
}


img{
    height: 15px;
    width: 28px;
}
.typ{
    background-color: rgb(255, 255, 255);
    height: 50px;
    width: 750px;
    margin: 4px;
    padding: 1px;
    border: 0.5px solid rgb(104, 121, 149);
    border-radius: 4px;
    cursor: text;
    box-shadow: 1px 1px 3px rgb(233, 224, 224);
    margin-bottom: 13px;
}
@media only screen and (max-width: 786px) {
    .typ{
        width: 633px;
    }
    
}
@media only screen and (max-width: 710px) {
    .typ{
        width: 574px;
    }
    
}
@media only screen and (max-width: 616px) {
    .typ{
        width: 450px;
    }
    
}
@media only screen and (max-width: 616px) {
    .typ{
        width: 390px;
    }
    
}
@media only screen and (max-width: 431px) {
    .typ{
        margin-left: 1px;
        width: 380px;
    }
    
}
@media only screen and (max-width: 391px) {
    .typ{
        margin-left: 1px;
        width: 370px;
    }
    
}
@media only screen and (max-width: 391px) {
    .box{
        margin-left: 1px;
        width: 390px;
    }
    
}
input{
    font-weight: 500;
    font-size: 17px;
    color:rgb(26, 27, 29);
}
.typ:focus {
    color:rgb(22, 22, 22);
    outline: 2px solid rgb(33, 66, 120);
} 

select{
    font-weight: 500;
    font-size: 17px;
    color:rgb(32, 33, 35);
}
.follow{
    bottom: 0px;
    margin-top: 5px;
    padding-top: 5px;
    font-size: larger;
    font-weight: 1000;
}
.me{
    font-size: smaller;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.media{
    margin: 5px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
}
.social{
    width: 30%;
}
.links{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.footers{
    background-color: rgb(255 255 255 / 75%);
    width: 100%;
    padding: 0%;
    padding-bottom: 30px;
}
.icon{
    margin: 5px;
    padding: 5px;
    font-size: 28px;
    color: rgb(205, 171, 20);
}
.icon:hover{
    transform: translateY(-5px);
    transition: 0.5s;
    
}
.me{
    align-items: center;
}
.my{
    font-size: 18px;
    margin: 0px;
    padding: 0px;
}
.my1{
    margin-top: 25px;
}
.navbar{
    height: 100px;
    width: 100%;
    background-color: rgba(33, 8, 96, 0);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media only screen and (max-width: 440px){
    .navbar{
        display: flex;
        justify-content: space-evenly;
        height: 100px;
        width: 440px;
        align-items: center;
    }
    html{
        width: fit-content;
    }
}
@media only screen and (max-width: 410px){
    .navbar{
        display: flex;
        justify-content: space-evenly;
        height: 100px;
        width: 410px;
        align-items: center;
    }
    html{
        width: fit-content;
    }
}
@media only screen and (max-width: 375px){
    .navbar{
        height: 100px;
        width: 375px;
        align-items: center;
    }
    html{
        width: fit-content;
    }
}
@media only screen and (max-width: 280px){
    .navbar{
        display: flex;
        flex-direction: column;
        height: 70px;
        width: 167vw;
        align-items: center;
    }
}
.home{
    display: flex;
    list-style: none;
    margin: 28px;
    padding: 9px;
    gap: 10px;
    color: rgb(55, 65, 65);
    text-decoration: none;
    font-size: 30px;
    font-weight: 600;
}
.home:hover{
    text-shadow: 1px 1px 10px rgb(233, 224, 224);
}
@media only screen and (max-width: 550px){
    .home{
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 13px;
        padding: 0px;
    }
}
.top{
    display: flex;
    list-style: none;
    margin: 30px;
    padding: 9px;
    gap: 10px;
}
@media only screen and (max-width: 440px){
    ul.top{
        display: flex;
        list-style: none;
        margin: 0px;
        margin-right: 10px;
        padding: 0px;
    }  
}

/* Full screen overlay */
#loadingOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(2px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  display: none; /* hidden by default */
}

/* Simple spinner */
.loader {
  border: 6px solid #f3f3f3;
  border-top: 6px solid #333;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.navbar img {
  width: auto;    /* keep aspect ratio */
  object-fit: contain;
}
@media only screen and (max-width: 440px){
    .navbar img {
    width: auto;    /* keep aspect ratio */
    object-fit: contain;
    }
}
