@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;
}

.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;

}


/*------------Poster Section-----*/
/*------News Poster section-----*/
#news-poster {
    background-image: linear-gradient(rgba(73, 82, 149, 0.3), rgba(73, 82, 149, 0.3)), url("packageing.jpg");
    height: 60vh;
    background-position: center;
    background-size: cover;
}

#news-poster h2 {
    padding-top: 200px;
    color: #fff;
    text-align: center;
    font-size: 60px;
    font-weight: 600;
    letter-spacing: 4px;
}



/*-----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;
}


/*-----section 1---------*/
#section-1{
    padding: 30px 10px;
}

.image-section img{
    width: 100%;
}

.content-section-1 h3,h4{
    margin-bottom: 60px;
    font-size: 2.5rem;
    color:#FF3514;
    padding-top: 30px;
}

.content-section-1 h4{
    margin-bottom: 30px;
}

.content-section-1 span{
    color:#032668;
}

.content-section-1 p{
    font-size: 1.1rem;
    font-weight: 400;
    color:#555;
    line-height: 1.8;
}


/*---------section 2----------*/

#section-2{
    padding: 0px 10px;
    background-color:#F1FBFF ;
}

.image-section-2 img{
    width: 100%;
    transform: scale(1.3);
}

.content-section-2{
    margin-top:100px;
}

.content-section-2 h3{
    margin-bottom: 60px;
    font-size: 2.4rem;
    color:#FF3514;
    padding-top: 30px;
}

.content-section-2 span{
    color:#032668;
}

.features td{
    color: #000;
}

.footer-link,
.footer-link:hover {
  text-decoration: none;
  color: white;
}
.footer-bottom {
  background-color: #021d50;
  color: white;
}



/*------Media Query------------*/
@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;
    }



}

