﻿@import url('https://fonts.googleapis.com/css2?family=Poppins: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');


body {
    font-family: 'Poppins', sans-serif;
}

header {
    background: #ffffff;
    background-image: url(../images/top-fold.jpg);
    color: #495057;
    background-position: top right;
    background-repeat: no-repeat;
    padding: 50px 0 250px 0;
}

header h3 {
    padding-top: 150px;
    color: #333;
    font-weight: 400;
    font-size: 37px;
    line-height: 55px;
}

main {
    padding: 60px 0;
}

main h4 {
    color: #fff;
    margin-top: -60px;
    padding: 0 0 0 34px;
}

main img {
    border-radius: 10px;
}

main .box {
    transition: 0.3s ease-in-out;
    transform: scale(1);
}

main .box:hover {
    transform: scale(1.05);
    transition: 0.3s ease-in-out;
    color: #FFC706;
}

main a:hover {
    text-decoration: none;
    color: #FFC706;
}

.spacer {
    padding: 17px;
}

.padd-25 {
    padding: 20px;
}

.product-details {
    background: #fff;
}

footer {
    background: #000000;
    padding: 30px 0 10px 0;
    color: #fff;
}

@media (max-width: 768px) {
    .logo {
        width: 150px;
    }

    main h4 {
        padding: 15px 0 0 34px;
    }

    header h3 {
        font-size: 30px;
        line-height: unset;
        margin: 30px 0;
    }

    .box {
        margin-bottom: 45px;
    }
}

.btn-warning {
    border-radius: 0;
    padding: 20px 0;
    width: 100%;
    color: #fff;
    background-color: #368f5c;
    border-color: #074220;
}

@media screen and (max-width: 768px) {
    header {
        background: url(../images/top-fold-mb.jpg) center top;
        color: #495057;
        background-repeat: no-repeat;
        padding: 20px 0 0 0;
        height: 100vh;
    }

        header h3 {
            font-size: 30px;
            line-height: unset;
            margin: 150px 0 0 0;
        }
}