@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

@font-face {
    font-family: 'motschcc';
    src: url("../fonts/motschcc.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bankgothic-medium';
    src: url("../fonts/bank-gothic-medium-bt.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bankgothic-regular';
    src: url("../fonts/bank-gothic-regular-light.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'roboto-bold';
    src: url("../fonts/Roboto-Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto-regular';
    src: url("../fonts/Roboto-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto-bold';
    src: url("../fonts/Roboto-Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

*{
    margin: 0;
    padding: 0;
    font-family: "roboto-regular";

}
.productname {
    font-family: 'roboto-bold';
}
hr{
    border-top: 2px solid  black!important;
    opacity: 1;
    margin: 0;

}
tbody, td, tfoot, th, thead, tr {
    border-color: black !important;
    border-style: solid;
    border-width: 2px !important;
}

/* ..................header-sectio................ */

.header-section{
    background-image: url(../images/black_shield_banner.png);
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
}
.EV-truck{
    padding: 80px 0;
}
.EV-truck h1 {
    font-family: 'roboto-bold';
}
.EV-truck p{
    font-size: 21px;
}
.Climate h5{
    font-size: 24px;
}

/* ................Product-area.......... */
.Product-area{
border: 2px solid black;
border-bottom: none;
}
.Product-area .para{
    font-size: 20px;
    margin-bottom: 0;

    padding: 10px 10px;
}
.Product-area-disc p{
font-size: 20px;
margin-bottom: 0;
}
.trick-images img{
    height: 360px;
}
/* .................footer.................. */
footer{
    margin-top: 35px;
    background-color: #E5B525;
    padding: 50px 0;

}
footer p{
    font-size: 22px;
    font-family: 'bankgothic-medium';
    word-spacing: 2px;

}
/* ................media query................. */

@media only screen and (min-width: 425px) and (max-width:769px){
    .EV-truck {
        padding: 40px 0;
    }
    .header-section {
        height: 318px;
    }
    .EV-truck p {
        font-size: 14px;
    }
    .Climate h5 {
        font-size: 14px;
    }
    footer p{
        font-size: 13px;
    
    }
    .trick-images img{
        height: 100%;
        padding-top: 19px;
    }
}
@media only screen and (min-width: 300px) and (max-width:424px){
    .EV-truck {
        padding: 40px 0;
    }
    .header-section {
        height: 250px;
        background-size: contain;
    }
    .EV-truck p {
        font-size: 14px;
    }
    .Climate h5 {
        font-size: 13px;
    }
    footer p{
        font-size: 12px;
    
    }
    .trick-images img{
        height: 100%;
        padding-top: 19px;
    }
}