*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family: "Poppins", sans-serif;
}

body{
    background:#fff;
}

/* HEADER */

header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:20px 8%;
    background:#f7d8df;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.logo{
    background:url('./Media/Pandora.webp') center/cover no-repeat;
    padding:0 8%;
    font-weight:bold;
    height: 50px;
}
.logo2{
    background:url('./Media/Pandora.webp') center/cover no-repeat;
    padding:0 8%;
    width:250px;
    margin-left: -50px;
    font-weight:bold;
    height: 50px;
}
nav ul{
    display:flex;
    gap:40px;
    list-style:none;
}

nav a{
    text-decoration:none;
    color:black;
    font-size: 28px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
button a{
    text-decoration:none;
    color:black;
}
.hamburger{
    display:none;
    font-size:28px;
    cursor:pointer;
}

/* HERO */

.hero{
    min-height:80vh;
    background:url('./Media/shutterstock_663942637.jpg')
    center/cover no-repeat;
    display:flex;
    align-items:center;
    padding:0 9%;
}

.hero-content{
    max-width:500px;
}

.hero h1{
    font-size:4rem;
    line-height:1.2;
    margin-bottom:30px;
}

.buttonA{
    padding:7px 24px;
    border-radius:25px;
    width: 200px;
    height: 50px;
    font-size: 24px;
    text-align: center;
    border:1px solid black;
    background:transparent;
    cursor:pointer;
}

.buttonB{
    padding:7px 24px;
    border-radius:25px;
    width: 300px;
    height: 50px;
    font-size: 24px;
    text-align: center;
    border:1px solid black;
    background:transparent;
    cursor:pointer;
}

/* Video */

.video-section{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:230px;
    padding:80px 8%;
}
.video-text{
    padding-left: 150px;
    padding-top: 10px;
}
.video-text span{
    color:#d8a0ad;
    font-size: 24px;
    margin-bottom:-25px;
}

.video-text h2{
    font-size: 58px;
    margin-top: -15px;
}

.video-text p{
    margin-bottom:25px;
    margin-top:25px;
    font-size: 24px;
}


.video-placeholder {
    width: 100%;
    max-width: 655px;
}

.video-placeholder iframe {
    width: 100%;

    aspect-ratio: 16 / 9;
    border: 0;
}
/* Kolekcija*/

.collection{
    background:#f6dce2;
    text-align:center;
    padding:80px 8%;
}

.collection h2{
    margin-bottom:10px;
    font-size: 58px;
}

.collection p{
    color:#c18e98;
    margin-bottom:40px;
}

.products{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
    margin-bottom:30px;
}

.product{
    background:white;
    padding:15px;
}

.product img{
    width:100%;
}

.product h4{
    margin-top:10px;
}

/* O nama */

.about{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap: 100px;
    padding:80px 8%;
    margin-left: 160px;
    align-items:center;
}

.about img{
    width:100%;
}

.span{
    color:#c18e98;
    font-size: 32px;
    margin: 15px 0;
}

.about h1{
    font-size: 58px;
}
.about p {
    font-size: 24px;
    margin-top: 20px;
    width: 75%;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

/* Footer */

footer{
    background:#f6dce2;
    padding: 40px 200px 15px 200px;
    margin-bottom: -20px;
    padding-bottom: -20px;
}
.raspored{
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.footer-links{
    display:flex;
    gap:30px;
}

.trademark{
    margin: 0 45%;
    margin-top: 40px;
    width: 600px;
}

.footer-links a{
    text-decoration:none;
    color:black;
    font-size: 28px; 
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

/* Mobile */

@media(max-width:768px){

    .hamburger{
        display:block;
    }
    
    nav{
        position:absolute;
        top:100%;
        right:0;
        background:white;
        width:220px;
        height: 100vh;
        display:none;
        box-shadow:0 0 10px rgba(0,0,0,.1);
    }

    nav.active{
        display:block;
    }
    
    .collection h2{
        font-size: 56px;
    }
    nav ul{
        flex-direction:column;
        gap:0;
    }

    nav li{
        padding:15px;
        border-bottom:1px solid #eee;
    }

    .hero{
        min-height:60vh;
    }

    .hero h1{
        font-size:2.4rem;
    }

    .video-section{
        grid-template-columns:1fr;
        gap: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .video-text{
        padding-left: 0px;
    }

    .video-text h2{
        font-size: 56px;
        margin-top: 0px;
        margin-bottom: 25px;
    }

    .video-text p{
        font-size: 18px;
    }
    .video-section .buttonB{
        margin: 0 25%;
        margin-bottom: 25px;
    }
    .buttonB{
        width: 200px;
        height: 50px;
        font-size: 16px;
    }
    .products{
        grid-template-columns:repeat(2,1fr);
    }

    .about{
        grid-template-columns:1fr;
        padding:0px 8%;
        gap: 20px;
        margin-left: 0px;
        margin-top: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 80px;
    }

    .span{
        color:#c18e98;
        font-size: 16px;
        margin-top: -20px;
        text-align: center;
    }

    .about h1{
        font-size: 56px;
        margin-bottom: -20px;
        text-align: center;
    }
    .about p {
        font-size: 24px;
        width: 100%;
        justify-self: center;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    }
    .aboutp {
        margin-top: 20px;
        text-align: justify;
    }
    footer{
        flex-direction:column;
        gap:40px;
        padding: 40px 30px 10px 50px;
        text-align:center;
    }

    .footer-links a{
        flex-direction:column;
        gap:40px;
        font-size: 10px;
    }
    .trademark{
        margin:AUTO;
        max-width: 60vw;
        margin-top: 60px;
    }
    .logo{
    width: 250px;
    margin-left: 20%;
    }
    .logo2{
        height: 40px;
    }
}