@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Exo+2:wght@100..900&display=swap');

body {
    font-family: Inter, sans-serif;
    font-size: 16px;
}

a {
    text-decoration: none;
    color: #BA0B0B;
}

h2 {
    font-size: 56px;
    font-weight: bold;
    padding: 50px 0;
}

h5 {
    font-size: 24px;
}

.head-top {
    color: #BA0B0B;
    font-style: italic;
}

/* ===== HEADER ===== */

.site-header {
    height: 80px;
    background: #BA0B0B;
    color: #fff;
}

.site-header a {
    color: #fff;
}

.logo {
    font-weight: 700;
    font-size: 20px;
}

.lang-switch {
    padding-left: 48px;
}

/* ===== OFFCANVAS ===== */


.offcanvas a {
    color: #BA0B0B;
    font-weight: 500;
}

/* ===== ASSORTMENT LIST ===== */

.sqer {
    margin-top: -2px;
}

/* ===== PRODUCT SLIDERS ===== */

.product-slider {
    border: 1px solid #000;
    border-radius: 8px;
    height: 100%;
    overflow: hidden;
}

.slider-image {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 240px;
    padding: 20px;
}

.slider-image img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.slider-info {
    margin-top: 15px;
    background: #BA0B0B;
    border-radius: 8px;
    height: 128px;
    color: #fff;
    display: flex;
    padding: 15px 20px;
}

.info-left,
.info-right {
    width: 50%;
}

.info-left h5 {
    margin: 0 0 5px 0;
    font-weight: 700;
}

.info-left p {
    margin: 16px 0 0 0;
    font-size: 14px;
}

.info-right {
    font-size: 14px;
    line-height: 1.4;
}

/* Carousel arrows */

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
    opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(1);
}

/* ===== ABOUT US ===== */

.about-card {
    border: 1px solid #000;
    border-radius: 8px;
    display: flex;
    align-items: center;
    height: 105px;
    overflow: hidden;
}

.about-number {
    width: 80px;
    height: 100%;
    background-color: #BA0B0B;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    flex-shrink: 0;
}

.about-text {
    flex: 1;
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
    padding: 0 15px;
}

/* ===== FORM ===== */

.form-box {
    background-color: #7E7C7C;
    border-radius: 8px;
    color: #fff;
    margin-bottom: 50px;
    padding: 32px;
}

.formclass {
    padding-bottom: 100px;
}

.form-control {
    border-radius: 8px;
    padding: 8px;
}

.form-check {
    padding-left: 2.4em;
}

.submit-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: #BA0B0B;
    background-color: #fff;
    border-radius: 32px;
    height: 56px;
    padding: 16px 32px;
}

.btn-primaryy:hover {
    border: 1px solid #fff;
}

/* ===== FOOTER ===== */

.footer-line {
    height: 2px;
    background: #BA0B0B;
}

.footer-bottom {
    background: #BA0B0B;
    color: #fff;
    padding: 20px 0;
}

.menu-footer {
    padding: 0;
}

.menu-footer li {
    list-style: none;
    display: inline-block;
    padding: 0 24px;
}

.menu-footer li:last-child {
    padding-right: 0;
}

footer a {
    color: inherit;
}
.mobblok{
        display: none;
    }
/* ===== CONTAINER WIDTH ===== */

.container {
    width: 1240px;
}

/* ===== MOBILE ===== */

@media (max-width: 992px) {
    .container{
    width: 775px;
    }
    .lang-switch {
        padding: 16px;
        font-size: 19px;
    }
    h2{
        font-size: 48px;
        padding: 20px 0;
    }
    .head-top{
        padding-left: 100px;
    }
    .info-right{
        display: none;
    }
    .info-left{
        width: 100%;
    }
    .info-left p{
        text-align: right;
    }
    .info-left h5{
        font-size: 20px;
    }
    .slider-info{
        height: 108px;
    }


}

@media (max-width: 575px) {

    h2 {
        font-size: 32px;
        padding: 20px 0;
    }

    .container {
        width: 100%;
    }

    .menu-footer li {
        display: block;
        padding: 0 0 16px 0;
    }

    .lang-switch {
        padding: 16px;
        font-size: 19px;
    }
    .carousel-control-next, .carousel-control-prev{
        top: -30%;
    }
    .info-right, .mobnone{
        display: none!important;
    }
    .mobblok{
        display: block;
        text-align: left!important;
    }
    .info-left p{
        text-align: right;
    }

    .slider-info {
        flex-direction: column;
        height: auto;
        gap: 10px;
    }

    .info-left,
    .info-right {
        width: 100%;
    }
    .about-number {
        font-size: 36px;
        width: 60px;
    }
    .submit-btn{
        position: inherit;
        margin: 0 auto;
        display: block; 
        color: #fff;
        background-color: #BA0B0B; 
    }
    .submit-btn:hover{
        border: 1px solid #BA0B0B;
        color:#BA0B0B;
    }
    .form-box{
        background: none;
        color: #000;
    }
    .formclass{
        padding-bottom: 0px;
    }
    .logo-footer{
        padding-bottom: 24px;
    }
}