@import url('https://fonts.googleapis.com/css2?family=Esteban&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

body {
    /*font-family: 'Esteban', serif;*/
    font-family: 'Poppins', sans-serif;
}

a {
    text-decoration: none;
}

.main_header {
    padding-top: 1.8vw;
    padding-bottom: 1.8vw;
    padding-left: 3vw;
    padding-right: 3vw;
}

.main_header .navbar {
    padding-top: 0;
    padding-bottom: 0;
}

.header-title-logo img {
    width: auto;
    max-width: 100%;
    max-height: 50px;
}

.header-nav-item--active {
    position: relative;

    letter-spacing: 2px;
}

.header-nav-item--active a {
    color: #000;
}

.header-nav-item--active a:after {
    width: 55px;
    content: '';
    position: absolute;
    height: 1px;
    background-color: #000000;
    bottom: 6px;
    left: 7px;
}

.header_btn .btn-primary {
    background-color: #000000;
    border-radius: 0;
    border: transparent;
    padding: 10px 16px;
}

.dark-bold {
    padding-top: 10vmax;
    padding-bottom: 10vmax;
}

.dark-bold h1 {
    color: #f1a638;
    text-align: right;
    font-weight: 500;
    font-size: 71px;
    line-height: 88px;
    padding-bottom: 2rem;
    margin-bottom: 0;
    padding-right: 50px;
    white-space:pre-wrap;
}

.banner_img .container-fluid {
    /*padding: 0 150px;*/
}

.about_us h2 {
    font-size: 18px;
    line-height: 32px;
    color: #000000;
    font-family: 'Esteban', serif;
}

.about_us {

    padding-right: 3vw;
    padding-left: 3vw;
    margin: 0 auto;
    padding-top: 3.3vmax;
    padding-bottom: 3.3vmax;

}

.about_us p {
    font-size: 25px;
    line-height: 45px;
    color: #000000;
    font-family: 'Esteban', serif;
}

.tyre_type {
    padding-bottom: 17px;
}

.tyre_type figcaption {
    font-size: 18px;
    line-height: 32px;
    color: #000000;
    font-family: 'Esteban', serif;
}

.work {
    padding-top: 6.6vmax;
    padding-bottom: 6.6vmax;
}

.work .container-fluid {
    padding-right: 3vw;
    padding-left: 3vw;
    margin: 0 auto;
}

.work .tyre_type figcaption {
    margin: 1rem 0;
}
.tyre_type img{
    height: 460px;
}
.work .col-md-6{
    padding-left:20px ;
    padding-right:20px ;
}
.footer {
    background-color: #000000;
    padding-top: 6.6vmax;
    padding-bottom: 6.6vmax;
}

.footer .container-fluid {
    padding-right: 3vw;
    padding-left: 3vw;
}

.footer h2 {
    font-weight: 500;
    font-size: 49px;
    line-height: 64px;
    color: #ffffff;
    margin: 2rem 0;
}

.footer p {
    font-size: 18px;
    line-height: 32px;
    color: #ffffff;
    font-family: 'Esteban', serif;
    margin: 1rem 0;
}

.footer h3 {
    font-weight: 500;
    font-size: 38px;
    line-height: 51px;
    color: #ffffff;
    margin: 2rem 0 0.5rem;
}
.bottom-footer a{
    color: #f1a638;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Esteban', serif;
    line-height: 32px;
    text-decoration: underline;
}
@media screen and (max-width: 1020px) and (min-width: 786px){
    .tyre_type img {
        height: 350px;
    }
}
@media screen and (max-width: 767px) and (min-width: 320px){
    .tyre_type img {
        height: 290px;
        width: 100%;
        object-fit: cover;
    }
}