* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 600;
    overflow-x: hidden;
}

a {
    display: inline-block;
    color: inherit;
    text-decoration: none;
}

.container {
    width: 80%;
    margin: auto;
}

.back{
    background-color: rgba(5, 0, 78, 1);
    padding: 20px;
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center
}

/* HEADER */

.header2 {
    display: none;
}

header {
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 50px;
    padding-right: 50px;
}

nav {
    width: 40%;
}

nav a {
    padding-right: 30px;
}

.logo {
    width: 40%;
}

.logo img {
    width: 30%;
    display: inline-block;
    padding-left: 50px;
}

.search {
    width: 20%;
}

.search span {
    padding-right: 15px;
}

.search a {
    padding-right: 10px;
}

/* SLIDER */

.slider {
    position: relative;
}

.slider img {
    width: 100%;
}

.slider-des {
    position: absolute;
    top: 15%;
    left: -150%;
}

.slider-des2 {
    position: absolute;
    top: 15%;
    left: -150%;
}

.slider-des3 {
    position: absolute;
    top: 15%;
    left: -150%;
}

.normal {
    left: 10% !important;
    transition: 1s;
}

.slider-des h1 {
    font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 74px;
    margin: 10px 0 10px 0;
}

.slider-des p {
    font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: gray;
    line-height: 28px;
}

.slider-des a {
    padding: 15px 20px;
    background-color: black;
    color: white;
    font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
    font-weight: 600;
}

.slider-des2 h1 {
    font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 74px;
    margin: 10px 0 10px 0;
}

.slider-des2 p {
    font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: gray;
    line-height: 28px;
}

.slider-des2 a {
    padding: 15px 20px;
    background-color: black;
    color: white;
    font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
    font-weight: 600;
}

.slider-des3 h1 {
    font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 74px;
    margin: 10px 0 10px 0;
}

.slider-des3 p {
    font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: gray;
    line-height: 28px;
}

.slider-des3 a {
    padding: 15px 20px;
    background-color: black;
    color: white;
    font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
    font-weight: 600;
}

.start {
    position: absolute;
    top: 15%;
    left: 10%;
}

.start h1 {
    font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 74px;
    margin: 10px 0 10px 0;
}

.start p {
    font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: gray;
    line-height: 28px;
}

.start a {
    padding: 15px 20px;
    background-color: black;
    color: white;
    font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
    font-weight: 600;
}

.remove {
    display: none;
}

/* IMAGES */

.images {
    display: flex;
    justify-content: space-evenly;
    align-items: start;
    margin-top: 20px;
}

.images div {
    overflow: hidden;
    width: 31%;
}

.images img {
    width: 100%;
}

.images img:hover {
    transform: scale(1.1);
    transition: .5s;
}

/* PRODUCTS */

.products {
    margin-top: 100px;
}

.products h2 {
    padding-left: 20px;
    font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
    font-size: 36px;
    font-weight: 400;
}

.product {
    display: flex;
    justify-content: space-evenly;
    align-items: start;
}

.products-card {
    width: 23%;
    height: 500px;
}

.products-card img {
    width: 100%;
}

.products-card h3 {
    margin-bottom: 0px;
}

.products-card span {
    display: block;
    padding-top: 10px;
}

.products-card a {
    padding: 10px 15px;
    background-color: black;
    color: white;
    border-radius: 10px;
    margin-top: 10px;
    display: none;
}

.products-card:hover a {
    display: inline-block;
}

.price {
    color: #99B998;
}

#down {
    margin-top: 50px;
}

.second {
    display: none;
}

.show:hover .second {
    display: block !important;
}

.show:hover .first {
    display: none;
}

.products-card div {
    overflow: hidden;
}

.products-card img:hover {
    transform: scale(1.1);
    transition: .5s;
}

/* SUBSCRIBE */

.subscribe {
    display: flex;
    justify-content: space-evenly;
    align-items: start;
    margin-top: 100px;
    text-align: center;
    margin-bottom: 50px;
    border-top: 1px solid gray;
    padding-top: 50px;
}

.subscribe-left {
    width: 50%;
    border-right: 1px solid gray;
}

.subscribe-left h3 {
    font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: gray;
    font-weight: 300;
}

.subscribe-left h2 {
    font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
    font-size: 46px;
    font-weight: 400;
    margin: 10px 0 10px 0;
}

.subscribe-left p {
    font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: gray;
    font-weight: 300;
    line-height: 26px;
}

.subscribe-left input {
    width: 50%;
    height: 50px;
    border: none;
    border-bottom: 1px solid black;
}

.subscribe-left a {
    padding: 15px 30px;
    color: white;
    background-color: #99B998;
}

.subscribe-right {
    width: 50%;
}

.subscribe-right h3 {
    font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: gray;
    font-weight: 300;
}

.subscribe-right h2 {
    font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
    font-size: 46px;
    font-weight: 400;
    margin: 10px 0 10px 0;
}

.subscribe-right p {
    font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: gray;
    font-weight: 300;
    line-height: 26px;
}

.subscribe-right a {
    width: 50px;
    height: 50px;
    border: 2px solid gray;
    border-radius: 50%;
    padding-top: 10px;
    color: gray;
}

.facebook:hover {
    background-color: #365493;
    color: white;
    transition: .5s;
}

.twitter:hover {
    background-color: black;
    color: white;
    transition: .5s;
}

.pinterest:hover {
    background-color: #CB2027;
    color: white;
    transition: .5s;
}

.linkedin:hover {
    background-color: #0274B3;
    color: white;
    transition: .5s;
}

.telegram:hover {
    background-color: #37AEE2;
    color: white;
    transition: .5s;
}

/* FOOTER */

footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid gray;
}

footer a {
    color: #99B998;
}

@media (max-width: 768px) {
    header {
        padding: 0;
        padding-left: 40px;
    }

    .logo {
        width: 20%;
    }

    .logo img {
        width: 60%;
        padding: 0;
    }

    nav {
        width: 50%;
    }

    nav a {
        padding-right: 10px !important;
    }

    .search {
        width: 30%;
    }

    .search a {
        display: none;
    }

    .slider-des {
        position: absolute;
        top: 0%;
        left: -150%;
    }

    .slider-des2 {
        position: absolute;
        top: 0%;
        left: -150%;
    }

    .slider-des3 {
        position: absolute;
        top: 0%;
        left: -150%;
    }

    .slider-des h1 {
        font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
        font-weight: 400;
        font-size: 40px;
        margin: 10px 0 10px 0;
    }

    .slider-des p {
        font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
        font-weight: 300;
        font-size: 14px;
        color: gray;
        line-height: 28px;
    }

    .slider-des a {
        padding: 10px 15px;
        background-color: black;
        color: white;
        font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
        font-weight: 600;
    }

    .slider-des2 h1 {
        font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
        font-weight: 400;
        font-size: 40px;
        margin: 10px 0 10px 0;
    }

    .slider-des2 p {
        font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
        font-weight: 300;
        font-size: 14px;
        color: gray;
        line-height: 28px;
    }

    .slider-des2 a {
        padding: 10px 15px;
        background-color: black;
        color: white;
        font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
        font-weight: 600;
    }

    .slider-des3 h1 {
        font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
        font-weight: 400;
        font-size: 40px;
        margin: 10px 0 10px 0;
    }

    .slider-des3 p {
        font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
        font-weight: 300;
        font-size: 14px;
        color: gray;
        line-height: 28px;
    }

    .slider-des3 a {
        padding: 10px 15px;
        background-color: black;
        color: white;
        font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
        font-weight: 600;
    }

    .start {
        position: absolute;
        top: 0%;
        left: 10%;
    }

    .start h1 {
        font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
        font-weight: 400;
        font-size: 40px;
        margin: 10px 0 10px 0;
    }

    .start p {
        font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
        font-weight: 300;
        font-size: 14px;
        color: gray;
        line-height: 28px;
    }

    .start a {
        padding: 10px 15px;
        background-color: black;
        color: white;
        font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
        font-weight: 600;
    }

    .product {
        display: block;
    }

    .products-card {
        width: 48% !important;
        display: inline-block;
        margin-top: 20px;
    }

    .products-card a {
        display: block !important;
        width: 46%;
    }

    .subscribe {
        display: flex;
        justify-content: space-evenly;
        align-items: start;
        margin-top: 100px;
        text-align: center;
        margin-bottom: 50px;
        border-top: 1px solid gray;
        padding-top: 50px;
        width: 100%;
    }

    .subscribe-left {
        width: 50%;
        border-right: 1px solid gray;
    }

    .subscribe-left h3 {
        font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
        font-size: 16px;
        color: gray;
        font-weight: 300;
    }

    .subscribe-left h2 {
        font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
        font-size: 40px;
        font-weight: 400;
        margin: 10px 0 10px 0;
    }

    footer {
        width: 100% !important;
        padding: 0 20px 0 20px;
    }
}


@media (max-width: 480px) {
    header {
        padding: 0;
        padding-left: 40px;
        display: none;
    }

    .header2 {
        margin-top: 100px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 20px 0 20px;
        text-align: center;
    }

    .logo2 {
        width: 50%;
    }

    .logo2 img {
        width: 40%;
    }

    .header2 nav {
        width: 50%;
        position: relative;
    }

    .header2 nav div {
        display: none;
        position: absolute;
        top: -100%;
        left: -10%;
        z-index: 1;
        width: 220px !important;
        height: 500px;
        background-color: black;
        color: white;
        text-align: left;
        padding-top: 50px;
    }

    .header2 nav div a {
        display: block;
        padding-left: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid white;
    }

    .close {
        z-index: 2 !important;
        color: white;
        position: absolute;
        top: -70%;
        right: 10%;
    }

    .active {
        display: inline-block !important;
    }

    .slider-des {
        position: absolute;
        top: 0%;
        left: -150%;
    }

    .slider-des2 {
        position: absolute;
        top: 0%;
        left: -150%;
    }

    .slider-des3 {
        position: absolute;
        top: 0%;
        left: -150%;
    }

    .slider-des h1 {
        font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
        font-weight: 400;
        font-size: 25px;
        margin: 10px 0 10px 0;
    }

    .slider-des p {
        display: none;
    }

    .slider-des a {
        padding: 10px 15px;
        background-color: black;
        color: white;
        font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
        font-weight: 600;
    }

    .slider-des2 h1 {
        font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
        font-weight: 400;
        font-size: 25px;
        margin: 10px 0 10px 0;
    }

    .slider-des2 p {
        display: none;
    }

    .slider-des2 a {
        padding: 10px 15px;
        background-color: black;
        color: white;
        font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
        font-weight: 600;
    }

    .slider-des3 h1 {
        font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
        font-weight: 400;
        font-size: 25px;
        margin: 10px 0 10px 0;
    }

    .slider-des3 p {
        display: none;
    }

    .slider-des3 a {
        padding: 10px 15px;
        background-color: black;
        color: white;
        font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
        font-weight: 600;
    }

    .start {
        position: absolute;
        top: 0%;
        left: 10%;
    }

    .start h1 {
        font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
        font-weight: 400;
        font-size: 25px;
        margin: 10px 0 10px 0;
    }

    .start p {
        display: none;
    }

    .start a {
        padding: 10px 15px;
        background-color: black;
        color: white;
        font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
        font-weight: 600;
    }

    .images {
        display: none;
    }

    .products {
        margin-top: 50px;
    }

    .products h2 {
        font-size: 25px;
        margin-bottom: 0;
    }

    .product {
        display: block;
    }

    .products-card {
        width: 100% !important;
        display: inline-block;
        margin-top: 30px !important;
    }

    .products-card a {
        display: block !important;
        width: 46%;
    }

    .subscribe {
        display: block !important;
    }

    .subscribe-left {
        width: 100% !important;
    }

    .subscribe-right {
        width: 100% !important;
        margin-top: 50px;
    }

    footer {
        width: 100% !important;
        padding: 0 20px 0 20px;
        text-align: center;
        display: block;
    }

    footer p {
        display: block;
        width: 100%;
    }

    footer img {
        display: none;
    }
}