@import "img";

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400&display=swap');

header {
    background-color: rgb(207, 178, 134);
    width: 100%;
    height: 111px;
    position: fixed;
    top: 0;
    z-index: 3;
    display: table;
}

.logo {
    text-align: center;
    margin-top: 5px;
}

.menu ul {
    text-align: center;
    margin-top: 14px;
    margin-bottom: 2px;
    list-style-type: none;
    display: flex;
    justify-content: space-between;

}

.menu ul li a {
    margin-left: 50px;
    margin-right: 50px;
    text-align: center;
    /*padding-right: 120px;*/
    /*padding-left: 120px;*/
    font-size: 1rem;
    color: black;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    text-transform: uppercase;

}

.menu ul li a:hover {
    text-decoration: none;
    color: wheat;
}

.menu a.active {
    color: wheat;
}

a {
    text-decoration: none;
}

.banner1 {
    text-align: center;
    display: flow;
    background: url("img/img_7.png") no-repeat center;
    background-size: cover;
    min-height: 600px;
    padding: 50px 0;
    max-width: 100%;

}


.new-collection {
    margin-top: 180px;
    margin-bottom: 270px;
    text-align: center;
    color: #CFB286;
    font-size: 3.9rem;
    font-family: 'Josefin Sans', sans-serif;
    opacity: 0.9;
}

.more {
    display: inline-block;
    text-align: center;
    color: #CFB286;
    font-size: 1.7rem;
    border-radius: 5px;
    border: 1px solid #CFB286;
    padding: 13px 25px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    opacity: 0.9;
}

.more:hover {
    text-decoration: none;
    color: black;
    background-color: #CFB286;
    transition: 1s;
}

.for-u {
    text-align: center;
    justify-content: center;
    position: relative;
    display: grid;
    border-collapse: collapse;
    margin-top: 120px;
    gap: 15px;
    grid-template-columns: repeat(3, 1fr);
    background-color: #131313;
}

.for-u div {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.for-u div picture img {
    justify-content: stretch;
    position: relative;
}

.for-u div p {
    text-align: center;
    color: white;
    font-size: 1.87rem;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    margin-right: 20px;
    margin-left: 20px;
    justify-content: stretch;
    position: relative;
}

.for-u div picture img:hover {
    box-shadow: 0 0 0 8px rgb(207, 178, 134);
    /*transform: scale(1.2);*/
    transition: box-shadow 0.5s, transform 0.5s;
}


.banner2 {
    justify-content: center;
    margin-top: 120px;
    min-height: 600px;
    padding: 50px 0;
    background: url("img/surface-V_JGp9lnojw-unsplash.jpg");
    background-size: cover;
    display: flow;
    max-width: 100%;
}

.banner2 blockquote {
    padding: 5px 70px;
    background-color: rgba(207, 178, 134, 0.7);
    margin-top: 150px;
    text-align: left;
    display: flow;
    font-weight: 100;

}

.banner2 blockquote h1 {
    font-size: 5rem;
    font-family: 'Inter', sans-serif;
    text-align: left;
    letter-spacing: 4px;
    word-spacing: 7px;
    padding: 4px 45px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 800;
}

.banner2 blockquote q {
    font-family: 'Montserrat', sans-serif;
    padding: 50px 50px;
    font-size: 1.6rem;
    font-weight: 300;

}

.banner2 blockquote cite a {
    text-align: left;
    text-decoration: none;
    color: black;
    padding: 50px 50px;
    font-size: 1.3rem;
    margin-bottom: 20px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}

.cat {
    width: 200px;
    left: 100px;
    height: 100px;
    background-color: #CFB286;
}

footer {
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: #131313;
}

.net {
    color: #CFB286;
    font-family: 'Oswald', sans-serif;
    opacity: 0.8;
    padding-left: 70px;
    font-size: 1.57rem;
    font-weight: 700;
}

.footer1 a {
    color: white;
    line-height: 5px;
    font-family: 'Rajdhani', sans-serif;
    padding-left: 80px;
    padding-bottom: 15px;
    opacity: 0.8;
    display: inline-block;
}

.net2 {
    color: #CFB286;
    font-family: 'Oswald', sans-serif;
    opacity: 0.8;
    padding-left: 70px;
    font-size: 1.57rem;
    font-weight: 700;
}

.number {
    color: white;
    line-height: 5px;
    font-family: 'Rajdhani', sans-serif;
    padding-left: 80px;
    padding-bottom: 15px;
    padding-top: 20px;
    opacity: 0.8;
    font-size: 1.15rem;
}

.mail {
    color: white;
    line-height: 5px;
    font-family: 'Rajdhani', sans-serif;
    padding-left: 80px;
    padding-bottom: 15px;
    opacity: 0.8;
    font-size: 1.15rem;
    padding-top: 21px;
}


#footer-id {
    color: white;
    line-height: 5px;
    font-family: 'Rajdhani', sans-serif;
    padding-left: 80px;
    padding-bottom: 10px;
    opacity: 0.8;
    font-size: 1.15rem;
    padding-top: 30px;
}

body {
    margin: 0;
    padding: 0;
    border: 0;
    align-items: center;
    justify-content: center;
    background-color: #131313;
}


#table-form label {
    margin-top: 180px;
    margin-left: 25px;
    color: #CFB286;
    font-size: 2rem;
    font-family: 'Inter', sans-serif;
    opacity: 0.9;
}

form label {
    display: block;
    margin-bottom: 5px;
    margin-left: 25px;

}

form input {
    width: 200px;
    padding: 5px;
    margin-bottom: 15px;
    gap: 10px;
    margin-left: 25px;

}

#table-form button {
    padding: 10px;
    background-color: #333;
    color: #fff;
    border: none;
    cursor: pointer;

}

#table-container {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-left: 25px;

}

.card {
    background-color: #f2f2f2;
    flex-wrap: wrap;
    padding: 10px;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    margin-left: 25px;
    margin-bottom: 20px;
}



.loader {
    color: #ebe0d0;
    font-size: 10px;
    text-align: center;
    margin: 400px auto;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
button {

    color: dimgray;
    border: none;
    padding: 2px 2px;
    text-align: left;
    cursor: pointer;
}
@-webkit-keyframes load4 {
    0%, 100% {
        box-shadow: 0 -3em 0 0.2em,
        2em -2em 0 0,
        3em 0 0 -1em,
        2em 2em 0 -1em,
        0 3em 0 -1em,
        -2em 2em 0 -1em,
        -3em 0 0 -1em,
        -2em -2em 0 0;
    }
    12.5% {
        box-shadow: 0 -3em 0 0,
        2em -2em 0 0.2em,
        3em 0 0 0,
        2em 2em 0 -1em,
        0 3em 0 -1em,
        -2em 2em 0 -1em,
        -3em 0 0 -1em,
        -2em -2em 0 -1em;
    }
    25% {
        box-shadow: 0 -3em 0 -0.5em,
        2em -2em 0 0,
        3em 0 0 0.2em,
        2em 2em 0 0,
        0 3em 0 -1em,
        -2em 2em 0 -1em,
        -3em 0 0 -1em,
        -2em -2em 0 -1em;
    }
    37.5% {
        box-shadow: 0 -3em 0 -1em,
        2em -2em 0 -1em,
        3em 0 0 0,
        2em 2em 0 0.2em,
        0 3em 0 0,
        -2em 2em 0 -1em,
        -3em 0 0 -1em,
        -2em -2em 0 -1em;
    }
    50% {
        box-shadow: 0 -3em 0 -1em,
        2em -2em 0 -1em,
        3em 0 0 -1em,
        2em 2em 0 0,
        0 3em 0 0.2em,
        -2em 2em 0 0,
        -3em 0 0 -1em,
        -2em -2em 0 -1em;
    }
    62.5% {
        box-shadow: 0 -3em 0 -1em,
        2em -2em 0 -1em,
        3em 0 0 -1em,
        2em 2em 0 -1em,
        0 3em 0 0,
        -2em 2em 0 0.2em,
        -3em 0 0 0,
        -2em -2em 0 -1em;
    }
    75% {
        box-shadow: 0 -3em 0 -1em,
        2em -2em 0 -1em,
        3em 0 0 -1em,
        2em 2em 0 -1em,
        0 3em 0 -1em,
        -2em 2em 0 0,
        -3em 0 0 0.2em,
        -2em -2em 0 0;
    }
    87.5% {
        box-shadow: 0 -3em 0 0,
        2em -2em 0 -1em,
        3em 0 0 -1em,
        2em 2em 0 -1em,
        0 3em 0 -1em,
        -2em 2em 0 0,
        -3em 0 0 0,
        -2em -2em 0 0.2em;
    }
}

@keyframes load4 {
    0%, 100% {
        box-shadow: 0 -3em 0 0.2em,
        2em -2em 0 0,
        3em 0 0 -1em,
        2em 2em 0 -1em,
        0 3em 0 -1em,
        -2em 2em 0 -1em,
        -3em 0 0 -1em,
        -2em -2em 0 0;
    }
    12.5% {
        box-shadow: 0 -3em 0 0,
        2em -2em 0 0.2em,
        3em 0 0 0,
        2em 2em 0 -1em,
        0 3em 0 -1em,
        -2em 2em 0 -1em,
        -3em 0 0 -1em,
        -2em -2em 0 -1em;
    }
    25% {
        box-shadow: 0 -3em 0 -0.5em,
        2em -2em 0 0,
        3em 0 0 0.2em,
        2em 2em 0 0,
        0 3em 0 -1em,
        -2em 2em 0 -1em,
        -3em 0 0 -1em,
        -2em -2em 0 -1em;
    }
    37.5% {
        box-shadow: 0 -3em 0 -1em,
        2em -2em 0 -1em,
        3em 0 0 0,
        2em 2em 0 0.2em,
        0 3em 0 0,
        -2em 2em 0 -1em,
        -3em 0 0 -1em,
        -2em -2em 0 -1em;
    }
    50% {
        box-shadow: 0 -3em 0 -1em,
        2em -2em 0 -1em,
        3em 0 0 -1em,
        2em 2em 0 0,
        0 3em 0 0.2em,
        -2em 2em 0 0,
        -3em 0 0 -1em,
        -2em -2em 0 -1em;
    }
    62.5% {
        box-shadow: 0 -3em 0 -1em,
        2em -2em 0 -1em,
        3em 0 0 -1em,
        2em 2em 0 -1em,
        0 3em 0 0,
        -2em 2em 0 0.2em,
        -3em 0 0 0,
        -2em -2em 0 -1em;
    }
    75% {
        box-shadow: 0 -3em 0 -1em,
        2em -2em 0 -1em,
        3em 0 0 -1em,
        2em 2em 0 -1em,
        0 3em 0 -1em,
        -2em 2em 0 0,
        -3em 0 0 0.2em,
        -2em -2em 0 0;
    }
    87.5% {
        box-shadow: 0 -3em 0 0,
        2em -2em 0 -1em,
        3em 0 0 -1em,
        2em 2em 0 -1em,
        0 3em 0 -1em,
        -2em 2em 0 0,
        -3em 0 0 0,
        -2em -2em 0 0.2em;
    }
}

.swiper-slide {
    text-align: center;
    margin-top: 180px;

}

 .swiper .swiper-pagination {
     --swiper-pagination-color: #C4AA7F;
     --swiper-pagination-bullet-width: 10px;
     --swiper-pagination-bullet-height: 10px;
     --swiper-pagination-bullet-top: 1px;
     --swiper-pagination-bullet-inactive-color: rgba(207, 178, 134, 0.6) ;
 }

 #randomDataButton{
     margin-top: 200px;
     margin-left: 20px;
     font-size: 1.5rem;
     background-color: #C4AA7F;
     color: #131313;
     border-radius: 5px;
     padding: 5px;
 }
#comments table{
    color: #ebe0d0;
}
/*.swiper-pagination-bullet {*/
/*    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));*/
/*    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));*/
/*    display: inline-block;*/
/*    border-radius: var(--swiper-pagination-bullet-border-radius,50%);*/
/*    background: var(--swiper-pagination-bullet-inactive-color,#000);*/
/*    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);*/
/*}*/
