* {
    font-family: "Poppins", serif;
}

:root{
    --e-global-color-875265d: #004370;
    --heading : #393A56;
    --text : #7E7F85;
    --footerBg : #415161;
}

li{
    list-style: none;
    margin-right: 10px;
    padding: 0;
}

#contact-info ul{
    display: flex;
    /* justify-content: end; */
    margin-left: 300px;
}


.navbar{
   
    
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgb(5, 47, 231) 0%, #f9f9fa 0%, rgba(7, 66, 130, 0.776) 100%);
    }

.nav-link{
    color: whitesmoke;
    display: flex;
    justify-content: center;
}

.banner img{
    background-size: cover;
    background-repeat: no-repeat;
    width: 100vw;
    height: 80vh;
}

.banner1 h1, .banner2 h1{
    font-size: 70px;

}

.banner1 {
    color: whitesmoke;
    align-items: center;
    justify-content: center;
    margin-bottom: 150px;
}



.banner1 h1, .banner2 h1, .banner3 h1{
    font-size: 70px;

}


.banner2-container{
    position: absolute;
    right: 3%;
    top: 24vh;
    /* left: 15%; */
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #000;
    text-align: end;
}


.banner3-container{
    position: absolute;
    align-items: center;
    justify-content: center;
    /* right: 3%;
    top: 24vh; */
    left: 15%;
    padding-top: 3rem;
    margin-bottom:0%;
    padding-bottom: 0%;
}
.banner3{
    color: whitesmoke;
}
.line{
    height: 2px;
    width: 100px;
    margin: 20px auto;
    background: #AB987A;
}



.about h2,p{
    color: var(--heading);
}

.service h5,p{
    color: var(--heading);
}

.services img{
    
    height: 230px; 
    border-radius: 8px;
}

footer{
    background-color: var(--footerBg);
    color: whitesmoke;
}


.estimation_banner{
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(/VNK_Logistics_V2/assets/images/containers21.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 250px 0;
    color: whitesmoke;
    
}

.estimation_banner h1{
    font-size: 90px;
}

.types{
    display: flex;
    margin: 80px auto;
    justify-content: space-between;
}

.types .card{
    border:0;
    border-radius: 0;
}
.types img{
    height: 250px;
}

.types h1{
    color: var(--heading);
}

.input-group-text{
    border: none;
    border-radius: 1px solid #000;
}