@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&font-display:swap;');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 1em;
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
}
body img{
    background: #eee;
}
/* Navigation Bar Section  */
nav{
    z-index: 99999;
    height: 80px;
    background: #2c3e50;
    position: fixed;
    width: 100%;
}
nav .name{
    position: absolute;
    display: inline-block;
    top: 4px;
    left: 4%;
    padding: 2px 20px;
    border-radius: 6px;
}
.name img{
    width: 70px;
    height: 70px;
    border-radius: 10px;
}
.name h1 span{
    font-family: 'Courier New', Courier, monospace;
    color: #0e4bf1;
    font-size: 1.8em;
    font-weight: 700;
}
nav .nav-container{
    float: right;
    margin-right: 25px;
}
nav .nav-container .list-item{
    display: inline-block;
    line-height: 80px;
    margin: 0 15px;
}
nav .nav-container .list-item a{
    color: #fff;
    position: relative;
    font-size: 1.1em;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px 0;
}
nav .nav-container .list-item a::before{
    position: absolute;
    content: "";
    height: 3px;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    transform: scaleX(0);
    transform-origin: right;
}
nav .nav-container .list-item a:hover:before{
    transform: scaleX(1);
    transform-origin: left;
    transition: transform .5s linear;
}
nav .nav-container .list-item.active a::before{
    transform: scaleX(1);
    width: 100%;
    background: #fff;  
}
nav .nav-container .list-item .select::before{
    position: absolute;
    content: "";
    height: 3px;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    transform: scaleX(1);
}
#check{
    display: none;
}
label #openBtn,
label #closeBtn{
    color: #fff;
    font-size: 1.8em;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}
nav .follow-links{
    border-top: 2px solid #fff;
    position: absolute;
    background: #2c3e50c4;
    width: 100%;
    display: none;
    flex-direction: column;
    padding: 10px auto 20px;
}
.follow-links h3{
    color: #f2f2f2;
    text-align: center;
    letter-spacing: 1.3px;
    word-spacing: 1.2px;
    padding-bottom: 4px;
    padding-top: 15px;
}
.follow-links a{
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 2px;
    border: 1px solid #f2f2f2;
    margin: auto 4px;
    color: #f2f2f2;
    border-radius: 4px;
    font-size: 1.3em;
    transition: all .5s;
    margin: 2px;
}
nav .follow-links a:nth-child(5){
    margin-bottom: 15px;
}
.follow-links a:hover{
    color: #12073D;
    background: #fff;
}
@media (max-width: 1118px){
    nav .name{
        left: 5%;
    }
}
@media (max-width: 944px){
    nav .name{
        left: 3%;
        padding: 5px 15px 1px;
    }
    nav .nav-container .list-item a{
        font-size: .98em;
    }
}
@media (max-width: 860px){
    nav .follow-links{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    label #openBtn{
        display: block;
    }
    .nav-container{
        position: fixed;
        width: 280px;
        height: 100vh;
        background: #34495e;
        top: 80px;
        left: -100%;
        text-align: center;
        transition: all .7s ease-in-out;
    }
    nav .nav-container .list-item{
        display: block;
        margin: 30px 0;
        line-height: 15px;
    }
    nav .nav-container .list-item a{
        font-size: 1em;
    }
    label #openBtn,
    label #closeBtn{
        margin-right: 20px;
    }
    #check:checked ~ .nav-container{
        left: 0;
    }
    #check:checked ~ label #openBtn{
        display: none;
    }
    #check:checked ~ label #closeBtn{
        display: block;
    }
}
/* About Section */
#aboutSection{
    width: 100%;
    height: 100vh;
    background: linear-gradient(rgba(0,0,0,0.3), #04cfbbd2), url(Home-background.webp);
    background-size: cover;
    background-position: center;
}
#name-slogan{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#name-slogan .name{
    font-size: 3.2em;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 600;
    word-spacing: 1.3px;
    letter-spacing: 1.2px;
    color: #f2f2f2;
    text-align: center;
}
#name-slogan .slogan{
    text-align: center;
    padding: 20px;
    font-size: 2em;
    font-style: italic;
    font-family: 600;
    color: #12073D;
}
#name-slogan .media-icons{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    text-decoration: none;
}
#name-slogan i{
    border: 1px solid #12073D;
    font-size: 1.6em;
    margin: 5px;
    padding: 5px;
    border-radius: 4px;
    color: #12073D;
    transition: all 0.6s;
}
#name-slogan i:hover{
    color: #fff;
    background: #12073D;
}
@media only screen and (max-width: 767px){
    #name-slogan .name{
        font-size: 2.0em;
    }
    #name-slogan .slogan{
        font-size: 1.2em;
    }
}
/* Contact Us Section */
#contactUs{
    width: 100%;
    background: #dfdfdfd0;
}
#contactUs .contact-container{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.contact-container .info-div{
    min-width: 300px;
    max-width: 480px;
    padding: 15px;
}
.contact-container h2{
    text-align: center;
    color: #000513;
    font-size: 1.3em;
}
.info-div .links{
    margin-top: 10px;
    border-radius: 8px;
}
.info-div .links .media-icons{
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.info-div .links h2{
    padding-top: 20px;
}
.info-div .media-icons a{
    text-decoration: none;
    margin: 0 5px;
    text-decoration: none;
    border: 1px solid #000;
    font-size: 1.5em;
    color: #000513;
    padding: 2px 5px;
    margin-top: 5px;
    border-radius: 8px;
    transition: .5s;
}
.info-div .media-icons a:hover{
    background: #000513;
    color: #fff;
}
#contactUs .contact-container .contact-fields{
    min-width: 300px;
    max-width: 600px;
    padding: 15px;
}
.contact-fields p{
    color: #464646;
    padding-top: 15px;
    font-size: .95em;
}
.form div{
    display: flex;
    flex-direction: column;
}
.form label{
    padding-left: 10px;
    padding-top: 20px;
}
.form input{
    border: 1px solid #000513;
    border-radius: 6px;
    padding: 3px 10px;
    font-size: .9em;
    transition: .3s;
}
.form textarea{
    border: 1px solid #000513;
    border-radius: 6px;
    padding: 3px 10px;
    font-size: .9em;
    height: 100px;
    resize: none;
    transition: .3s;
}
.form input:hover, textarea:hover{
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.35);
}
.form .btns{
    margin: 15px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form .btns .btn{
    padding: 5px;
    color: #fff;
    font-size: 1em;
    letter-spacing: 1.2px;
    width: 200px;
    background: #3d2ae8;
    outline: none;
    border: none;
    border-radius: 8px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    transition: .5s;
    cursor: pointer;
}
.form .btns .btn:hover{
    background: #0e4bf1;
    box-shadow: 10px 10px 30px rgba(8, 8, 8, 0.329);
}
/* Toast Notification Section */
.toast{
    position: fixed;
    top: 25px;
    right: 30px;
    z-index: 999999;
    border-radius: 12px;
    background: #fff;
    padding: 20px 35px 20px 25px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    border-left: 6px solid #4070f4;
    overflow: hidden;
    transform: scaleX(0%);
    transform: translateX(calc(100% + 30px));
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35);
}
.toast.active{
    transform: translateX(0%);
}
.toast-content .check{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: #4070f4;
    font-size: 1.3em;
    color: #fff;
    border-radius: 50%;
}
.toast .toast-content{
    display: flex;
    align-items: center;
}
.toast-content .message{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 20px;
}
.message .text{
    font-size: .9em;
    font-weight: 400;
    color: #666666;
}
.message .text.text-1{
    font-weight: 600;
    color: #333;
}
.toast .close{
    position: absolute;
    top: 10px;
    right: 15px;
    padding: 5px;
    cursor: pointer;
    opacity: 0.7;
}
.toast .close:hover{
    opacity: 1;
}
.toast .progress{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background: #ddd;
}
.toast .progress:before{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: #4070f4;
}
.progress.active:before{
    animation: progress 5s linear forwards;
}
@keyframes progress{
    100%{
        right: 100%;
    }
}
/* Map Placement Section */
#ourMap{
    width: 100%;
    background: #d3d3d3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#ourMap h2{
    text-align: center;
    color: #000513;
    font-size: 1.6em;
}
#ourMap #map{
    width: 90%;
    height: 500px;
    border-radius: 10px;
    margin-bottom: 15px;
}
#map iframe{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
/* Footer Section */
#footerSection{
    width: 100%;
    background: #f8fffede;
}
#footerSection .footer-container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 30px 0;
}
#footerSection .footer-container #div1{
    margin: 20px 8px;
}
.footer-container .logo-goal{
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    max-width: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footer-container .logo-goal img{
    border-radius: 10px;
    border: 1px solid #000;
    margin-top: 30px;
}
.footer-container .logo-goal p{
    padding: 10px;
}
.logo-goal p i{
    font-size: 1.4em;
    color: #009688;
    line-height: 1.6;
    letter-spacing: 1.3px;
    word-spacing: 1.3px;
}
.footer-container .quick-links{    
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    width: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.footer-container .quick-links a{
    line-height: 35px;
    transition: all 0.5s;
    font-size: 1em;
    font-weight: 500;
    letter-spacing: 1.3px;
    padding-left: 25px;
}
.footer-container .quick-links a:hover{
    padding-left: 40px;
    text-decoration: none;
    color: #12073D;
}
.footer-container .footer-h3{
    font-size: 1.3em;
    color: #12073D;
    text-align: center;
}
.footer-container .open-hours{
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    width: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 25px;
}
.footer-container .open-hours .dd{
    padding-left: 20px;
}
.footer-container .social-links{
    width: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
.footer-container .social-links a{
    text-decoration: none;
    margin: 0 5px;
    text-decoration: none;
    border: 1px solid #000;
    font-size: 1.5em;
    color: #000513;
    padding: 2px 5px;
    margin: 5px;
    border-radius: 8px;
    transition: .5s;
}
.footer-container .social-links a:hover{
    background: #000513;
    color: #fff;
}
.footer-container .find-us{
    width: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
.footer-container .find-us i{
    font-size: 1.4em;
    padding: 15px 0;
    color: #3d2ae8;
}
#footerSection .Horizontal-line{
    width: 90%;
    border: 2px solid #121213;
    margin: 10px auto;
    border-radius: 4px;
}
#footerSection .copyright{
    text-align: center;
    padding-bottom: 5px;
}
.copyright a{
    text-decoration: none;
    transition: .5s;
}
.copyright a:hover{
    text-decoration: underline;
}
/* Scroll Up Section */
#scrollUp{
    position: fixed;
    bottom: 120px;
    right: 10px;
}
#scrollUp i{
    font-size: 2em;
    border-radius: 20px;
    background: #0e4bf1;
    color: #fff;
    transition: all 0.7s;
    cursor: pointer;
}
#scrollUp i:hover{
    background: #0b006e;
}