@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Livvic:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Vidaloka&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


* {
    text-decoration: none !important;
}
.exo1{
    font-family: 'Exo 2', sans-serif;
}

.exo2{
    font-family: 'Exo 2', sans-serif;
    color: #0080FB;
}
.dark_grey{
    color: #757575;
}

.myh1 {
    font-size: 56px;
    font-weight: 600;
    line-height: 68px;
    text-transform: uppercase;
}

.myh2 {
    font-size: 48px;
    font-weight: 600;
    letter-spacing: 0.02px;
}

.myh3 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.02px;
}

.myh4 {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.02px;
    color: #757575;
}

.myh5 {
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.myh6 {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.02px;
}

#services {
    background-image: url('../../assets/img/Background2.png');
    width: 100%;
    height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;

}


#services div {
    align-self: center;
}



#about {
    background-image: url('../../assets/img/Background.png');
    width: 100%;
    height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;

}

#about div {
    align-self: center;
}



.padding1 {
    padding: 256px 0px 0px 0px;
}

.padding2 {
    padding: 120px 0px 0px 0px;
}

.padding3 {
    padding: 220px 0px 0px 0px;
}

.mb-40 {
    margin-bottom: 40px !important;
}


.ypad {
    padding-top: 80px;
    padding-bottom: 80px;
}

.tpad {
    padding: 0px 40px;
}


.img-response {
    display: none;
}

.sbold {
    font-weight: 600 !important;
}


@media (max-width: 767px) {
    .myh1 {
        font-size: 40px;
        line-height: 50px;
    }

    .myh2 {
        font-size: 32px;
    }

    .myh3 {
        font-size: 16px;
    }

    .myh4 {
        font-size: 16px;
    }


    .img-fluid {
        display: none;
    }



    #header a {
        transition: all 0.5s;
        color: #212121;
    }

    

    .koura {
        padding-left: 0 !important;
        padding-top: 50px !important;
    }

    .batroun {
        padding-left: 0 !important;
        padding-top: 200px !important;
    }

    .ypad {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .tpad {
        padding: 0px 20px !important;
    }




    .img-response {
        display: block;
        max-width: 370px !important;
        max-height: 270px !important;
    }

}

@media (max-width: 630px) {
    .padding1 {
        padding: 100px 0px 0px 0px;
    }

    .myh1 {
        font-size: 28px;
        line-height: 40px;
    }

    .myh2 {
        font-size: 24px;
    }

    .myh3 {
        font-size: 20px;
    }

    .myh4 {
        font-size: 16px;
    }

    .img-fluid {
        display: none;
    }

    .ypad {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .tpad {
        padding: 0px 20px !important;
    }

    .img-response {
        display: block;
        max-width: 370px !important;
        max-height: 270px !important;
    }


    .koura {
        padding-left: 6px !important;
    }


    .koura {
        padding-top: 60px !important;
    }

    .batroun {
        padding-top: 240px !important;
    }


    #showrooms {
        background-position: center;
    }

}

@media (max-width: 400px) {
    .padding1 {
        padding: 100px 0px 0px 0px;
    }

    .myh1 {
        font-size: 28px;
        line-height: 40px;
    }

    .myh2 {
        font-size: 24px;
    }

    .myh3 {
        font-size: 18px;
    }

    .myh4 {
        font-size: 16px;
    }



    .HeroBox {
        padding-top: 30px;
    }

    .img-fluid {
        display: none;
    }

    .ypad {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .tpad {
        padding: 0px 10px !important;
    }


}

@media (max-width: 991px) {
    .m-pad-top {
        padding-top: 20px;
    }
}
