@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jolly+Lodger&display=swap');

* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Poppins', sans-serif;
}

body {
background: linear-gradient(#f1e9d2, #e1c699);
min-height: 100vh;
overflow-x: hidden;
}

.budy {
display: flex;
justify-content:center;
align-items: center;
min-height: 100vh;
background: linear-gradient(45deg, #ffaf00, #bb02ff);
background-attachment: fixed;
}

#header {
position: absolute;
top: 0;
left: 0;
width: 100%;
padding: 30px 100px;
display: flex;
justify-content: space-between;
align-items: center;
z-index: 1000;
}

#header .logo {
color: #bc9e82;
font-weight: 700;
font-size: 2em;
text-decoration: none;
}

#header .navigation {
display: flex;
justify-content: center;
align-items: center;
font-size: 1.5em;
}

#header .navigation li {
list-style: none;
margin-left: 20px;
}

#header .navigation li a {
text-decoration: none;
padding: 6px 15px;
color: #111;
border-radius: 20px;
font-weight: 700;
}

#header .navigation li a:hover, #header .navigation li a.active {
background: #a67b5b;
color: #fff;
}

section {
background: url(/img/sf\ maliwanag\ na\ belog.jpg);
background-size: cover;
background-position: center;
position: relative;
width: 100%;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;

}
section img {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
pointer-events: none;

}
#text {
position: absolute;
top: 35%;
left: 50;
transform: translateY(-50%);
color: red;
font-size: 20vh;
white-space: nowrap;
text-shadow: 0 10px 15px rgba(0,0,0,.25);
font-family: 'Jolly Lodger', sans-serif;
}

.sec {
position: relative;
padding: 100px;
background: #e1c699;
}

.sec h2 {
font-size: 3em;
color: #a67b5b;
margin-bottom: 10px;   
}

.container h2 {
    font-family: 'Jolly Lodger', sans-serif;
    position: relative;
    padding: 100px;
    font-size: 3em;
    color: #a67b5b;
    margin-bottom: 10px; 
}
.sec p {
font-size: 1em;
color: #111;
}
.container {
    position: relative;
    width: auto;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.container .card {
    position: relative;
    width: 320px;
    height: 450px;
    background: #a67b5b;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,.25);
    margin-bottom: 10%;
    margin-left: 2%;
    display: inline-block;
}

.container .card .poster {
    align-items: center;
    position: relative;
    overflow: hidden;
}

.container .card .poster::before {
    content: '';
    position: absolute;
    bottom: -180px;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #a67b5b 20%, transparent);
    transition: .5s;
    z-index: 1;
}

.container .card:hover .poster::before {
    bottom: 0px;
}
.container .card .poster img {
    width: 100%;
}

.container .card:hover .poster img {
    transform: translateY(-10px);
    filter: blur(1px);
}

.container .card .details {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    width: 100%;
    z-index: 2;
    transition: .2s;
}
.container .card:hover .details {
    bottom: 40px;
}
.container .card:hover .details .brand-logo h4{
    color: #a67b5b;
}
.container .card .details .brand-logo {
    max-width: 180px;
}

.container .gwen-card {
    position: relative;
    width: 320px;
    height: 450px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,.25);
    margin-top: 20%;
    margin-bottom: 10%;
    overflow: hidden;
    display: inline-block;
}

.container .gwen-card .gwen-poster {
    align-items: center;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
}

.container .gwen-card .gwen-poster::before {
    content: '';
    position: absolute;
    bottom: -180px;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #fff 20%, transparent);
    transition: .5s;
    z-index: 1;
}

.container .gwen-card:hover .gwen-poster::before {
    bottom: 0px;
}
.container .gwen-card .gwen-poster img {
    width: 100%;
}

.container .gwen-card:hover .gwen-poster img {
    transform: translateY(-20px);
    filter: blur(1px);
}

.container .gwen-card .gwen-details {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    width: 100%;
    z-index: 2;
    transition: .2s;
}
.container .gwen-card:hover .gwen-details {
    bottom: 40px;
}
.container .gwen-card:hover .gwen-details .gwen-brand-logo h4{
    color: #a67b5b;
}
.container .gwen-card .gwen-details .gwen-brand-logo {
    max-width: 180px;
}

.container .atul-card {
    position: relative;
    width: 320px;
    height: 450px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,.25);
    margin-top: 20%;
    margin-bottom: 10%;
    margin-left: 2%;
    overflow: hidden;
    display: inline-block;
}

.container .atul-card .atul-poster {
    align-items: center;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
}

.container .atul-card .atul-poster::before {
    content: '';
    position: absolute;
    bottom: -180px;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #fff 20%, transparent);
    transition: .5s;
    z-index: 1;
}

.container .atul-card:hover .atul-poster::before {
    bottom: 0px;
}
.container .atul-card .atul-poster img {
    width: 100%;
}

.container .atul-card:hover .atul-poster img {
    transform: translateY(-20px);
    filter: blur(1px);
}

.container .atul-card .atul-details {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    width: 100%;
    z-index: 2;
    transition: .2s;
}
.container .atul-card:hover .atul-details {
    bottom: 40px;
}
.container .atul-card:hover .atul-details .atul-brand-logo h4{
    color: #a67b5b;
}
.container .atul-card .atul-details .atul-brand-logo {
    max-width: 180px;
}

.container .astrid-card {
    position: relative;
    width: 320px;
    height: 450px;
    background: #a67b5b;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,.25);
    margin-bottom: 10%;
    margin-left: 2%;
    display: inline-block;
}

.container .astrid-card .astrid-poster {
    align-items: center;
    position: relative;
    overflow: hidden;
}

.container .astrid-card .astrid-poster::before {
    content: '';
    position: absolute;
    bottom: -180px;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #a67b5b 20%, transparent);
    transition: .5s;
    z-index: 1;
}

.container .astrid-card:hover .astrid-poster::before {
    bottom: 0px;
}
.container .astrid-card .astrid-poster img {
    width: 100%;
}

.container .astrid-card:hover .astrid-poster img {
    transform: translateY(-10px);
    filter: blur(1px);
}

.container .astrid-card .astrid-details {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    width: 100%;
    z-index: 2;
    transition: .2s;
}
.container .astrid-card:hover .astrid-details {
    bottom: 40px;
}
.container .astrid-card:hover .astrid-details .astrid-brand-logo h4{
    color: #a67b5b;
}
.container .astrid-card .astrid-details .astrid-brand-logo {
    max-width: 180px;
}
.copyright {
    align-items: center;
}
@media (max-width:992px) {
    #header {

        padding: 20px;
    }

    #header .logo {
        font-size: 1.5em;
    }

    #header .navigation {
        display: none;
    }

    #header .navigation.active {
        position: fixed;
        top: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
        height: 100vh;
        background: #a67b5b;
        z-index: 1000;
    }
    #header .navigation li {
        margin-left: 0;
    }

    #header .navigation li a {
        font-size: 1.5em;
        margin: 5px 0;
        display: inline-block;
    }
    .toggle {
        position: relative;
        width: 30px;
        height: 30px;
        cursor: pointer;
        background: url(img/menu.png);
        background-size: 30px;
        background-position: center;
        background-repeat: no-repeat;
        z-index: 1000;
    }

    .toggle.active {
        position: fixed;
        top: 20px;
        right: 20px;
        background: url(img/close.png);
        background-size: 30px;
        background-position: center;
        background-repeat: no-repeat;
    }

    .sec {
        padding: 20px;
    }

    .sec h2 {
        font-size: 1.5em;
    }

    #text {
        font-size: 15vw;
    }
}