@import url('https://fonts.googleapis.com/css2?family=Spartan&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Spartan', sans-serif;
    overflow-x: hidden;
}

.container {
    max-width: 100%;
    /* border: 5px solid blue; */
    margin: auto;
    /* padding: 0 6rem; */
}

.info {
    display: flex;
}

.navbar {
    /* background-image: url(./images/desktop-image-hero-1.jpg); */
    /* background-repeat: no-repeat; */
    height: 530px;
    width: 50vw;
    display: flex;
    position: relative;
    /* justify-content: space-between; */
    /* padding: 0 6rem; */
}

.img {
    width: 50vw;
    height: 530px
}

.slides {
    display: none;
}

.new {
    position: absolute;
    display: flex;
}

.name {
    margin-top: 40px;
    padding: 0 50px 0 60px;
}

.name a {
    text-decoration: none;
    font-size: 30px;
    color: white;
    font-weight: 50px
}

.list {
    margin-top: 40px;
    margin-right: 30px;
    /* padding: 0 10px 0 20px; */
}

.list a {
    padding: 0 10px 0 20px;
    text-decoration: none;
    color: white;
}

.shop {
    position: relative;
    width: 50vw;
}

.text {
    margin-top: 150px;
    margin-left: 50px;
}

.text p {
    margin-top: 30px;
}

.text h3 {
    margin-top: 70px;
    letter-spacing: 10px;
    /* background-image: url(/images/icon-arrow.svg);
    background-repeat: no-repeat;
    background-position: 160px; */
}

.text h3:hover {
    color: hsl(0, 0%, 63%);
    cursor: pointer;
}

.scroll-box {
    display: flex;
    position: absolute;
    /* margin-top: 59px; */
    /* border: 2px solid black; */
    height: 80px;
    width: 140px;
    background-color: black;
    right: 0;
    bottom: 0;
    padding: 6px;
}

.left-btn,
.right-btn {
    background-color: black;
    border: none;
    cursor: pointer;
}

.left-btn:hover,
.right-btn:hover {
    background-color: lightgray;
}

.svgs-1 {
    height: 30px;
    /* width: 30px; */
    margin-left: 20px;
    margin-top: 10px;
    margin-right: 25px;
    /* border: 2px solid black; */
}

.svgs-2 {
    height: 30px;
    /* width: 30px; */
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 25px;
    /* border: 2px solid black; */
}

.btn-arrow {
    border: none;
    background-color: white;
    cursor: pointer;
}

.svg {
    margin-left: 50px;
    height: 15px;
}

.more {
    display: flex;
    justify-content: space-between;
}

.pic {
    height: 335px;
}

.abt {
    margin-top: 32px;
    padding: 5px;
    /* margin: 50px 0 0 60px; */
}

.abt h2 {
    letter-spacing: 4px;
}

.abt p {
    margin-top: 20px;
}

.sat {
    height: 334px;
    width: 500px
}

@media screen and (max-width:1440px) {
    /* .abt {
        margin: 50px 0 0 40px;
    } */
    .sat {
        width: 400px;
    }
}

/* @media screen and (max-width:1500px) 
    .container {
        max-width: 80%;
        margin: 0;
    } */

    /* .info {
        display: flex;
        flex-direction: column;
    } */
    /* .more {
        display: flex;
        flex-direction: column;
    }
    .svg {
        margin-left: 10px;
    }
    .pic {
        margin-top: 100px;
        width: 100vw;
        height: 60vh;
    }
    .abt {
        margin-left: 100px;
    }
    .abt p {
        margin-top: 40px;
    }
    .sat {
        margin-top: 40px;
        width: 100vw;
        height: 60vh;
    } */
/* } */

@media screen and (max-width:1200px) {
    .navbar,
    .img {
        width: 100vw
    }
    .info {
        flex-wrap: wrap;
    }
    .text {
        width: 100vw;
        margin-left: 45px;
    }
    .pic {
        margin-top: 100px;
        width: 100vw;
        height: 60vh;
    }
    .abt {
        margin-left: 100px;
    }
    .abt p {
        margin-top: 40px;
    }
    .sat {
        margin-top: 40px;
        width: 100vw;
        height: 60vh;
    }
}