/* Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    width: 100%;
    height: 100%;
}

/* Typography */
body {
    font-family: 'Poppins', sans-serif;
    font-size: 12pt;
    line-height: 1.6;
    color: #707070;
    font-weight: 400;
}

h1, h2 {
    font-weight: 700;
    text-transform: uppercase;
    color: #373737;
    margin: 0;
    padding: 0;
}

h2 {
    font-size: 30pt;
    line-height: 35pt;
}

p {
    margin: 0 0 1em 0;
}

a {
    transition: all 0.3s ease;
    font-weight: 700;
    color: #373737;
    text-decoration: none;
}

a:hover, a:focus {
    color: #e53b1b;
    text-decoration: none;
}

strong {
    font-weight: 700;
    color: #373737;
}

/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.slider-container {
    margin: 0 0 0 30px
}

/* Header */
.header {
    padding: 30px 0;
    background: #fff;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo a {
    display: block;
}

.main-menu ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 5px;
}

.main-menu ul li a {
    font-weight: 400;
    padding: 6px 10px;
    display: block;
}

.main-menu ul li a:hover,
.main-menu ul li a:focus {
    background: #e53b1b;
    color: #fff;
}

/* Slider */
.slider {
    background: url('../img/background.jpg') no-repeat top center;
    background-size: cover;
    height: 560px;
    display: flex;
    align-items: center;
    padding: 110px 0 0 0;
}

.slider-content {
    color: #373737;
    text-align: left;
    max-width: 100%;
}

.slider-text-big {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 50pt;
    line-height: 55pt;
    color: #373737;
}

.slider-text-small {
    font-size: 12pt;
    margin: 20px 0 30px 0;
}

.slider a {
    color: #e53b1b;
    font-size: 18pt;
    display: inline-block;
    position: relative;
    padding-left: 70px;
    margin-top: 30px;
}

.slider a:before {
    content: '>';
    width: 60px;
    height: 60px;
    border: 3px solid #e53b1b;
    background: transparent;
    position: absolute;
    top: -15px;
    left: 0;
    line-height: 60px;
    text-align: center;
    font-size: 30pt;
    color: #e53b1b;
    transition: all 0.3s ease;
}

.slider a:hover:before {
    color: #fff;
    background: #e53b1b;
}

/* Intro */
.intro {
    padding: 80px 0;
}

.intro-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.intro-left h2 {
    font-size: 30pt;
    line-height: 35pt;
}

/* About */
.about {
    background: #f5f5f5;
    padding: 80px 0;
    position: relative;
}

.about-intro {
    position: relative;
    padding-bottom: 50px;
}

.about-intro svg {
    position: absolute;
    top: -120px;
    left: 15px;
}

.about-intro-text {
    color: #373737;
    font-size: 18pt;
}

.about-intro-text h2 {
    display: inline;
    font-size: 30pt;
    line-height: 35pt;
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.about-image img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Offer Special */
.offer-special {
    padding: 50px 0 150px 0;
}

.offer-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 120px;
    margin-bottom: 50px;
}

.offer-special-title {
    text-align: center;
    padding-bottom: 40px;
}

.offer-special-content {
    max-width: 800px;
    margin: 0 auto 60px auto;
    text-align: left;
    padding-bottom: 60px;
    border-bottom: 1px solid #e53b1b;
}

.offer-special-items {
    display: flex;
    gap: 0;
    flex-wrap: wrap;
}

.offer-special-item {
    width: 100%;
}

.offer-special-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 214px;
    border-top: 8px solid #eee;
    border-bottom: 8px solid #eee;
    background-size: cover;
    background-position: center;
    transition: all 0.3s ease;
}

.offer-special-item a:hover {
    border-bottom: 8px solid #e53b1b;
    background-size: 105%;
}

.offer-special-item h2 {
    text-align: center;
    font-size: 15pt;
    line-height: 18pt;
    text-transform: none;
    transition: all 0.3s ease;
    width: 60%;
    margin: 0 auto;
}

.offer-special-item a:hover h2 {
    color: #e53b1b;
}

.offer-special-item .product-detail {
    padding: 40px;
    background: #fff;
}

.offer-special-item .product-description {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    font-size: 14pt;
    line-height: 1.8;
}

/* Offer */
.offer {
    padding-bottom: 80px;
}

.offer-items {
    display: flex;
    flex-wrap: wrap;
}

.offer-item {
    width: 50%;
}

.offer-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 230px;
    border-bottom: 8px solid #eee;
    background-size: cover;
    background-position: center;
    transition: all 0.3s ease;
}

.offer-item a:hover {
    border-bottom: 8px solid #e53b1b;
    background-size: 105%;
}

.offer-item h2 {
    text-align: center;
    font-size: 15pt;
    line-height: 18pt;
    text-transform: none;
    width: 80%;
    margin: 0 auto;
    transition: all 0.3s ease;
}

.offer-item a:hover h2 {
    color: #e53b1b;
}

.offer-item.first a {
    background: #e53b1b;
    border-bottom: 8px solid #e53b1b;
}

.offer-item.first h2 {
    color: #fff;
    font-size: 25pt;
    line-height: 27pt;
    text-transform: uppercase;
    width: 100%;
}

.offer-item.first a:hover {
    background: #cf3518;
    border-bottom: 8px solid #cf3518;
    background-size: 105%;
}

.offer-item.first a:hover h2 {
    color: #fff;
}

/* Contact */
.contact {
    padding: 80px 0;
    background: #f9f9f9;
}

.contact-content {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

.contact-icon {
    flex-shrink: 0;
}

.contact-info {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    flex: 1;
}

.contact-info p {
    margin-bottom: 1.5em;
}

/* Footer */
.footer {
    padding: 80px 0 40px 0;
    background: #373737;
    color: #a9a9a9;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 10pt;
}

.footer-copy {
    padding-top: 45px;
}

.footer a {
    color: #a9a9a9;
    font-weight: 400;
}

/* Responsive */
@media (max-width: 991px) {
    .header-content {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .main-menu ul {
        justify-content: center;
    }

    .intro-content {
        grid-template-columns: 1fr;
    }

    .about-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .about-intro svg {
        left: 50%;
        transform: translateX(-50%);
    }

    .offer-item {
        width: 100%;
    }

    .contact-content {
        flex-direction: column;
        text-align: center;
    }

    .footer-content {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .footer-copy {
        padding-top: 10px;
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 18pt;
        line-height: 23pt;
    }

    .header {
        padding: 20px 0;
    }

    .logo svg {
        width: 170px;
        height: 48px;
    }

    .main-menu ul {
        flex-direction: column;
        gap: 10px;
    }

    .slider {
        height: auto;
        padding: 50px 0;
        text-align: center;
        background-image: none;
        background-color: #f5f5f5;
    }

    .slider-text-big {
        font-size: 20pt;
        line-height: 25pt;
    }

    .slider a {
        padding-left: 0;
        font-size: 13pt;
        line-height: 15pt;
        background: #e53b1b;
        color: #fff;
        padding: 10px 20px;
        text-align: center;
    }

    .slider a:before {
        display: none;
    }

    .intro {
        padding: 40px 0;
        text-align: center;
    }

    .about {
        padding: 40px 0;
        text-align: center;
    }

    .about-intro {
        padding-bottom: 20px;
        font-size: 13pt;
    }

    .about-intro svg {
        display: none;
    }

    .about-intro-text br {
        display: none;
    }

    .offer-special {
        padding: 50px 0;
    }

    .offer-icons {
        gap: 20px;
    }

    .offer-special-content {
        text-align: center;
    }

    .offer {
        padding-bottom: 50px;
    }

    .contact {
        padding: 40px 0;
    }

    .footer {
        padding: 40px 0;
    }

    .footer-logo svg {
        width: 170px;
        height: 48px;
    }
}
