@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Agbalumo&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tangerine:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Prosto+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tourney&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mukta&display=swap');

:root{
    --c: rgb(0, 31, 92);
    --hc: #0f91fc;
    --ht: red;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Nunito', sans-serif;
    width: 100%;
    color: var(--c);
    display: flex;
    flex-direction: column;
}
ul{
    list-style-type: none;
    display: flex;
    gap: 20px;
    justify-content: center;
    font-size: clamp(16px, 2vw, 20px);
    
}
a, a:visited{
    text-decoration: none;
    color: var(--c)
}
a:hover{
    font-weight: 600;
}

h1{
    font-size: clamp(30px, 6vw, 68px);
    text-align: center;
    font-family: 'Prosto One', sans-serif;
    font-style: italic;
    text-shadow: -1px -1px 10px rgb(0, 120, 150),
            -1px -1px 10px var(--hc),  
            1px -1px 3px rgb(97, 0, 97),
            -1px 1px 0 var(--hc),
            1px 1px 0 var(--hc);;
    color: rgb(216, 244, 255);
}

h2{
    color: var(--hc);
    font-size: clamp(20px, 3.5vw, 42px);
    font-family: 'Mukta', sans-serif;
}

h3{
    font-size: clamp(16px, 2vw, 24px);
    font-style: italic;
    font-weight: normal;
    text-align: center;
    color: var(--hc);
    margin: 10px 0 20px;
    font-family: 'Prosto One', sans-serif;
}

.hero{
    background: linear-gradient(135deg,rgb(248, 239, 203) 0%,rgb(216, 255, 242) 50%, rgb(187, 223, 226) 100%);
    border-radius: 0 0 50% 50%/0 0 20% 0;
    overflow: hidden;
    width: 100%;
    position: relative;
    padding-bottom: 60px;
}
.hero-container{
    position: relative;
    margin: auto;
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}
.hero::before {
    content: "";
    position: absolute;
    top: 40px;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url('images/bg.png');
    background-size: cover; /* Adjust this based on your needs */
    background-position: center; /* Adjust this based on your needs */
    opacity: 0.03; /* Adjust the opacity as needed */
    background-repeat: no-repeat;
}

.notice-board{
    margin: 10px auto 20px;
    padding: 10px;
    width: 100%;
    min-height: 40px;
    background-color: rgb(180, 230, 253);
    color: #005092;
    border: 1px solid rgb(4, 142, 206);
    border-radius: 6px;
    display: flex;
    align-items: center;
}
.hero-section{
    width: 100%;
    padding-top: 60px;
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-items: center;
}

.left, .right{
    width: 50%;
}
.left>p{
    padding-top: 20px;
}
.left>h2{
    padding-top: 60px;
}

nav{
    display: flex;
    justify-content: flex-end;
}

img{
    max-width: 100%;
    max-height: 80vh;
    float: right;
}

.btn{
    margin-top: 30px;
    min-height: 40px;
    padding: 15px;
    width: clamp(120px, 40%, 230px);
    background-color: var(--hc);
    border: none;
    border-radius: 40px;
    cursor: pointer;
    transition: background-color 1s ease;
}
.btn:hover{
    background-color: var(--c);
    transition-duration: 1s;
}
a>.btn{
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}

.about{
    text-align: center;
}

.entity{
    font-size: clamp(32px, 5vw, 40px);
    font-family: 'Prosto One', sans-serif;
    color: var(--c);
    font-style: italic;
}
.light{
    font-weight: 400;
}

.region{
    position: relative;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 100%;
    text-align: center;
}
.region::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url('images/region.png');
    background-position: center center;
    clip-path: circle(60% at 50% 50%);
    background-size: cover;
    background-repeat: repeat-y;
    z-index: -1;
}
.region h2:nth-child(odd){
    font-family: 'Tangerine', sans-serif;
    color: var(--c);
    font-size: clamp(64px, 4vw, 128px);
    font-weight: bold;
    padding-bottom: 40px;
}
.region h2:nth-child(even){
    font-family: 'prosto one', sans-serif;
    font-size: clamp(40px, 12vw, 360px);
    color: rgb(185, 227, 255);
    font-style: italic;
    text-shadow: 
            -1px -1px 10px var(--hc),  
            1px -1px 3px rgb(97, 0, 97),
            -1px 1px 0 var(--hc),
            1px 1px 0 var(--hc);
}

.region h2:nth-child(1){
    padding-bottom: 20px;
    font-style: italic;
}

.any{
    font-size: clamp(80px, 6vw, 150px);
    color: var(--hc);
    text-shadow: 
            -1px -1px 10px var(--hc),  
            1px -1px 3px rgb(97, 0, 97),
            -1px 1px 0 var(--hc),
            1px 1px 0 var(--hc);
}

.footer{
    margin-top: 80px;
    padding: 50px 0 25px 0;
    min-height: 200px;
    width: 100%;
    color: white;
    background-color: rgb(37, 41, 43);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer a{
    color: white;
}

.footer .icons a img{
    max-width: 30px;
    padding-bottom: 30px;
}

.list ul {
    display: block;
    list-style-type: disc;
    padding-inline-start: 20px;
}
.center{
    margin: auto;
    text-align: center;   
    font-size: clamp(16px, 2vw, 20px);
}
.res-font{
    font-size: clamp(16px, 2vw, 20px);
}
.active{
    text-decoration: underline solid #0f91fc45;
    text-underline-offset: 4px;
}

.list ul li{
    margin-bottom: 10px;
}

@media screen and (max-width: 768px){

    nav{
        display: flex;
        justify-content: center;
        padding-bottom: 30px;
    }
    .hero-section{
        flex-direction: column;
    }
    
    .mobile-hero{
        text-align: center;
    }
    .mobile-heading{
        font-size: clamp(24px, 4vw, 48px);
        text-align: center;
        margin-top: -65px;
    }

    .hero{
        border-radius: 0 0 50% 50%/0 0 10% 0;
    }
    .left, .right{
        width: 100%;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .hero-container{
        width: 92%;
    }
    img{
        max-width: 80%;
        max-height: 500px;
        display: block;
        margin: auto;
        float: unset;
    }
    .btn{
        min-width: 180px;
    }

}

@media screen and (max-width: 480px){
    .btn{
        width: 80vw;
    }
}