@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-family: 'Poppins', sans-serif;
}



/*-----------------------------*/


#logo-address {
    height: 12vh;
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 3;
}

#nav-section {
    /*background-color: #021A47;*/
    background-color: #fff;
    width: 100%;
    position: fixed;
    z-index: 3;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.58);

}



#nav-section {
    background-color: #032668 !important;
    margin-top: 75px;
}

body .nav-color {
    color: #fff !important;
    margin-right: 85px;
    transition:0.5s;
}

body .nav-color:hover{
    color: #FF5E14 !important;
    border-bottom: 1px solid #FF5E14 ;

}
.image-frame {
    width: 150px;
}

.image-frame img {
    width: 100%;
    padding-top: 5px;
}

.address-section p {
    margin: 0;
    color: #555;
    font-size: 13px;
    font-weight: 500;
}

.address-section span {
    font-size: 15px;
    font-weight: 700;
}

.address-section {
    margin-top: 10px;

}







/*------Hero Section-------*/

.hero {
    /* height:auto;
    background-position: center;
    background-size: cover;
    position: relative;
    background-color: #021A47;
    padding-bottom: 80px; */
    background-image: url('../imgs/Hero-edited.png');
    height:110vh;
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-heading-wrapper{
    margin-top:23vh;
    color: white;
}

.hero-heading-wrapper h1{
    font-size: 3.5rem;
}

.hero-heading-wrapper p{
    font-size: 1.3rem;
}


/* .hero-content-frame h1 {
    font-size: 320%;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 2px;
}

.hero-content-frame p {
    font-size: 18px;
    margin-top: 30px;
    line-height: 2;
} */


.hero-image {
    width:100%;
    position: absolute;
    top:40%;
    left: -20%;
    transform: scale(1.5);

}

.hero-content-frame {
   
    color: #fff;
}

.hero-btn-section {
    margin-top: 30px;
}

.btn-1 {
    background-color: #FD8C07 !important;
    color: #272727 !important;
    border-radius: 30px !important;
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.13);
    padding: 8px 40px !important;
    font-weight:700 !important;
    border:4px solid #FD8C07 !important;
    transition: all 0.2s;
    font-size: 1.1rem;
}

.btn-1:hover{
    background-color: #ff951d !important;
}



/*---calendar section in homepage--*/
.calendar-section{
    margin-top:4rem;
    width: 100%;
    border-radius: 25px;
    border: 1px solid #FFF;
    background: rgba(42, 42, 42, 0.88);
    min-height: 20vh;
}
.calendar-header{
    color: white;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 10px 0;
}
.calendar-section table{
    color: white;
    border-radius: 0.25rem;
}


.calendar-section table thead th {
    border-bottom: none;
    font-weight: 700;
    text-align: center;
    font-size: 1rem;
}
.calendar-section table th, .calendar-section table td {
    color: white;
    text-align: center;
    font-size: 0.8rem;
}


@media (max-width:1024px) {
    .hero {
        height:120vh;
    }
    .hero-heading-wrapper{
        margin-top: 30vh;
    }
    
    .hero-heading-wrapper h1{
        font-size: 3.0rem;
    }
    
    .hero-heading-wrapper p{
        font-size: 1.1rem;
    }

}


@media (max-width:768px) {
    .hero-heading-wrapper{
        margin-top:20vh;
    }

}

@media (max-width:425px) {
    .hero{
        height: 110vh;
    }
    .hero-heading-wrapper{
        margin-top: 20vh;
    }
    
    .hero-heading-wrapper h1{
        font-size: 2.5rem;
    }
    
    .hero-heading-wrapper p{
        font-size: 1rem;
    }

}


@media(max-width:375px){
    .hero-heading-wrapper h1{
        font-size: 2rem;
    }
    
    .hero-heading-wrapper p{
        font-size: 0.8rem;
    }

    .calendar-section{
        margin-top:3rem;
    }
}

@media(max-width:375px){
    .hero-heading-wrapper h1{
        font-size: 1.8rem;
    }
    
    .hero-heading-wrapper p{
        font-size: 0.8rem;
    }

    .calendar-section{
        margin-top:2rem;
        overflow-x: auto;
    }
}

/*-----Shortcut-section-----*/

#shortcut-section {
    background-color:#eeeeee;
    padding-bottom: 60px;
}

.crate-img {
    width: 100%;
}

.shortcut-frame {
    text-align: center;
}

.shortcut-frame p {
    font-size: 23px;
    font-weight: 600;
}

.calendar-img {
    width: 90%;
    margin-top: 35px;
}

.location-img {
    width: 80%;
    margin-top: 70px;
}


.shortcut-btn {
    background-color: #021A47 !important;
    color: #fff !important;
    border-radius: 30px !important;
    padding: 10px 25px !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.54) !important;
    border: 3px solid #021A47 !important;
    transition:0.3s !important;

}

.shortcut-btn:hover{
    background-color:#fff !important;
    color:#021A47 !important;
    font-weight:600 !important;


}


/*------Intro Section------*/

#intro {
    padding: 100px 15px;
}

.section-heading {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.section-heading h2 {
    color: #FF3514;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 5px;
}

.section-heading p {
    font-weight: 600;
    font-size: 25px;
    letter-spacing: 2px
}

.underline {
    width: 150px;
    align-self: center;
    height: 3px;
    background-color: #FF3514;
}

.intro-content {
    padding-top: 80px;
    margin-left: auto;
    margin-right: auto;
}


.image-container {
    width: 500px;
    height: 550px;
    background-color: #04A0A2;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.82);
}

.image-container img {
    width: 493px;
    height: 600px;
    object-fit: cover;
    margin-top: 20px;
    margin-left: -15px;
}

.highlighted-content h3 {
    font-weight: 500;
    line-height: 1.4;
}

.highlighted-content p {
    color: #555;
    margin-top: 35px;
    line-height: 1.5;
    font-size: 17px;
    border-left: 5px solid #04A0A2;
    padding: 15px;
}


/*------Experiance section-----*/
/*#021A47*/
#experiance-section {
    padding: 50px;
    /*background-image: linear-gradient(rgba(47, 57, 133, 0.47), rgba(47, 57, 133, 0.4)), url("experiance.jpg");*/
    background-image: linear-gradient(rgba(2, 26, 71, 0.33), rgba(2, 26, 71, 0.62)), url("experiance.jpg");
    height: auto;
    background-position: center;
    background-size: cover;

}




.exp-card {
    display: flex;
    flex-direction: column;
    color: #fff;
    text-align: center;
}

.exp-card i {
    font-size: 45px;
}

.exp-card p {
    font-size: 35px;
    padding-top: 20px;
}

.exp-card span {
    font-size: 25px;
}


/*----news section------*/
#news-section {
    padding: 80px 15px;
}

.news-section {
    padding-top: 30px;
}

.custom-card-header{
    background-color:#999999 !important;
}

.custom-card-body{
    background-color: #eeeeee !important;
    min-height:170px !important;
}


/*-----footer section------*/
footer {
    padding: 100px 15px;
    background-image: linear-gradient(rgba(2, 26, 71, 0.93), rgba(2, 26, 71, 0.92)), url("worldmap.jpg");
    /*background-image: linear-gradient(rgba(47, 57, 133, 0.88), rgba(47, 57, 133, 0.87)), url("worldmap.jpg");*/
    height: auto;
    background-position: center;
    background-size: cover;
    color: #fff;
    /*#021A47*/

}

.footer-logo {
    width: 110px;
    height: 50px;
    background-color: #fff;
    border-radius: 5px;
    margin-top: 40px;
}

.footer-logo img {
    width: 80%;
    margin-top: 9px;
    margin-left: 10px;
}

.footer-about p {
    margin-top: 30px;
}

.footer-about hr {
    color: #fff;
    height: 1px;
    background-color: #fff;
}

.footer-navigation hr {
    color: #fff;
    height: 1px;
    background-color: #fff;
}

.footer-navi-content,
.footer-contact-content,
.footer-location-content {
    margin-top: 40px;

}

.nav-links {
    margin-bottom: 30px;
}


.nav-links i {
    margin-left: 20px;
}

.short-link {
    text-decoration: none;
    color: #fff;
}

.short-link:hover {
    text-decoration: none;
    color: #fff;
}

.footer-contact hr {
    color: #fff;
    height: 1px;
    background-color: #fff;
}

.footer-location hr {
    color: #fff;
    height: 1px;
    background-color: #fff;
}

td {
    color: #fff;
}

/*---footoer map----*/
.map-section {
    height: 250px;

}

#map {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 95%;
}

.marker {
    background-image: url('mapbox-icon.png');
    background-size: cover;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;

}





.mapboxgl-popup {
    max-width: 200px;
}

.mapboxgl-popup-content {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}
  .footer-link,
  .footer-link:hover{
    text-decoration: none;
    color: white;
  }
.footer-bottom{
  background-color:#021d50;
  color: white;
}


/*------Media Queries------*/

/*----for hero image-------------*/
@media (max-width:990px) {
    .hero-image {
        width:100%;
        position: absolute;
        top:40%;
        left: -20%;
        transform: scale(1.2);

    }

    .address-section{
        display: none;
    }

    .image-frame{
       width: 100%;
        display: flex;
        justify-content: center;
    }
    .image-frame img{
        width:130px;
        height: 70px;
        margin-right: 40px;
    }



}

@media (min-width:990px){
    #page-tag{
        display: none;
    }

}

@media (max-width:600px) {
    .hero-image {
        width:100%;
        position: absolute;
        top:40%;
        left: -20%;
        transform: scale(1.0);

    }
}

@media (max-width:996px) {
    .hero-image {
        display: none;

    }
}


@media (max-width:530px) {
    .image-container {
        width: 400px;
        height: 350px;
        background-color: #04A0A2;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.82);
    }

    .image-container img {
        width: 393px;
        height: 500px;
        object-fit: cover;
        margin-top: 20px;
        margin-left: -15px;
    }

    .highlighted-content{
        margin-top: 200px;
    }

    .highlighted-content h3{
        margin-left: 40px;
    }
    .highlighted-content h4{
        margin-left: 40px;
    }
    .highlighted-content p{
        margin-left: 40px;
    }


}


@media (max-width:415px) {
    .image-container {
        width: 300px;
        height: 250px;
        background-color: #04A0A2;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.82);
    }

    .image-container img {
        width: 293px;
        height: 350px;
        object-fit: cover;
        margin-top: 20px;
        margin-left: -15px;
    }

}

/*-----Shortcut section----*/
@media (max-width:517px) {
    .crate-img,.calendar-img {
        width: 60%;
    }

    .location-img{
        width: 66%;
    }


}

/*-----introduction section---*/
@media (max-width: 1198px) {
    .highlighted-content h3{
        margin-left: 40px;
    }
    .highlighted-content h4{
        margin-left: 40px;
    }
    .highlighted-content p{
        margin-left: 40px;
    }
}

@media (max-width: 990px) {
    .highlighted-content{
        margin-top: 80px;
    }
    .highlighted-content h3{
        margin-left: 0;
    }
    .highlighted-content h4{
        margin-left: 0;
    }
    .highlighted-content p{
        margin-left: 0;
    }
}

@media (max-width: 537px) {
    .highlighted-content{
        margin-top: 180px;
    }
    .highlighted-content h3{
        margin-left: 0;
    }
    .highlighted-content h4{
        margin-left: 0;
    }
    .highlighted-content p{
        margin-left: 0;
    }
}


/*----Experience Section------*/
