html {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
 

}


*,
*::after
*::before {
    box-sizing: inherit;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style-type: none;
}

button {
    background-color: transparent;
    padding: 0;
    border: 0;
    cursor: pointer;
}



body {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #1b1b1b;
    line-height: 1.4;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    
}


.container {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 10;
}

.header {
    margin-bottom: 90px;
}


.header-inner {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
}

.header-title {
    font-family: "Playfair Display", serif;
    text-transform: uppercase;
    font-weight: 400;
    margin-left: auto;

}

.menu-list {
    margin-left: 131px;
    margin-right: 186px;
}

.menu-item {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.user-nav {
    display: flex;
    gap: 0 20px;

}

.user-nav svg path {
    transition: .3s;
}

.user-nav svg:hover path {
    fill: #7449BB;
}

.top {
    margin-bottom: 100px;
}

.top-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    
}

.top-slide-inner {
    min-height: 700px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 4px;
    
}

.top-slide-content {
    flex-basis: 183px;
    margin-top: -141px;
}

.top-slide-title {
    font-family: "Playfair Display", serif;
    line-height: 1.3;
    font-size: 70px;
    font-weight: 400;
    margin-bottom: 56px;
    
}

.top-slide-subtitle {
    margin-bottom: 10px;
    font-size: 24px;
    
}

.top-slide-text {
    margin-bottom: 20px;
}

.top-slide-btn {
    margin-left: auto;
   
}

.button {
    color: #7449BB;
    border: 1px solid #7449BB;
    padding: 21px 55px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    transition: all .4s;
}


.button:hover {
    color: #fff;
    background-color: #7449BB;
}


.swiper-button-prev:after, 
.swiper-button-next:after{
    content: none;
}

.container-arrow {
    position: relative;
    padding: 0;
    max-width: 1200px;
}

.top .swiper {
    padding-bottom: 50px;
}

.swiper-button-next {
    left: 237px;
    right: auto;
}

.swiper-button-prev {
    left: 170px;
}

.about {
    margin-bottom: 100px;
    overflow: hidden;
}

.about-inner {
    padding-left: 200px;
}

.about-title {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-size: 32px;
    max-width: 185px;
    text-transform: uppercase;
    line-height: 1.34;
    margin-bottom: 20px;
}

.about-textbox {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 153px;
}

.about-text {
    flex-basis: 387px;
    line-height: 1.2;
    
}

.about-text-bold {
    flex-basis: 387px;
    font-weight: 700;
    
}

.about-text p {
    margin-bottom: 15px;
}


.about-item-title {
    margin-bottom: 20px;
}

.about-slider {
    width: 1600px;
    padding-left: 200px;
    margin-left: -200px;
    padding-bottom: 20px;
}

.about-arrow {
    margin-left: -353px;
    margin-top: -5px;
}

.swiper-button-next.swiper-button-disabled, 
.swiper-button-prev.swiper-button-disabled {
    opacity: 1;

}

/* Accordeon */

.accordeon {
    margin-bottom: 223px;
}
.accordeon-inner {
    padding-left: 200px;
}

.accordeon-item {
    border-bottom: 1px solid black;
    padding: 0px 101px 0 0;
    position: relative;
}

.accordeon-item::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 51px;
    background-image: url(../images/Arrow\ down.svg);
    right: 85px;
    top: 50px;

}

.accordeon-item:last-child::after {
    content: '';
    position: absolute;
    width: 65px;
    height: 120px;
    background-image: url(../images/parfum.jpg);
    left: 100px;
    bottom: -116px;
    left: 268px;
}

.accordeon-triger {
   display: flex;
   justify-content: space-between;
   cursor: pointer;
   padding-top: 50px;
}

.accordeon-triger-title {
    text-transform: uppercase;
    font-size: 24px;
    flex-basis: 300px;
    padding-bottom: 42px;
}

.accordeon-triger-text {
    flex-basis: 387px;
    margin-right: 104px;
    padding-bottom: 20px;
}


.accordeon-content {
    padding-top: 20px;
    display: none;
}

.accordeon-item-active .accordeon-content {
    display: block;
}


.accordeon-content p {
    margin-bottom: 10px;
}

/* Products */

.products {
    margin-bottom: 150px;
}
.container {
}
.products-inner {
    position: relative;
    min-height: 647px;
}
.products-title {
    font-family: "Playfair Display", serif;
    line-height: 1.34;
    font-size: 32px;
    width: 100px;
}
.products-items {
    position: absolute;
    display: flex;
    gap: 0 20px;
    left: 200px;
    top: 0;
}
.products-item {
    text-align: center;
}
.products-item-step {
    text-transform: uppercase;
    font-weight: 700;
    opacity: 0.5;
    margin-bottom: 20px;
    
}
.products-item-img {
    margin-bottom: 20px;
    
}
.products-item-name span {
    display: block;
    font-weight: 700;
    
}
.products-item-price {
    font-family: "Playfair Display", serif;
    line-height: 1.34;
    font-size: 32px;
    font-style: italic;
}

/* video */
.video {
    margin-bottom: 150px;
}

.video-box {
    margin-left: auto;
    max-width: 997px;
    min-height: 600px;
    background-image: url(../images/video/bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* footer */
.footer {
    background-color: #C4A9CD;
    padding: 66px 0 100px;
}

.footer-top {
    margin-bottom: 70px;
    margin-top: 66px;
    display: flex;
    gap: 0 70px;
    justify-content: space-between;
}

.footer-logo {
    margin-right: 10px;
}

.footer-item-title {
    text-transform: uppercase;
    margin-bottom: 10px;
}

.footer-item-form {
    position: relative;
}

.footer-items {
    flex-basis: 387px;
}

.footer-item-input {
    display: block;
    padding: 10px 60px 10px 2px;
    border: none;
    border-bottom: 1px solid #000;
    background-color: #C4A9CD;
    width: 100%;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    box-sizing: border-box;
   

    
}




.footer-item + .footer-item {
    margin-top: 70px;
}

.footer-item-input::placeholder {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    color: #000;
    font-weight: 400;
    opacity: 0.4;
}

.footer-item-btn {
    position: absolute;
    right: 0;
    top: 10px;
}

.footer-item-list li {
    padding-top: 10px;
}

.footer-social-list {
    margin-left: 10px;
    align-self: flex-end;
    margin-right: 105px;

}

.footer-social-item + .footer-social-item {
    margin-top: 20px;
}

.footer-social-item svg path {
    transition: all 0.3s;
}

.footer-social-item svg:hover path {
    fill: #7449BB;
}


.footer-nav-list {
    display: flex;
    justify-content: flex-end;
    gap: 0 20px;
    margin-right: 105px;
}

.swiper-pagination {
    display: none;
}


/* @media */

@media (max-width: 1640px) {
    .products-items {
        position: static;
    }
    .products-title {
        width: 100%;
        margin-bottom: 50px;
    }
}

@media (max-width: 1240px){
    .products-item-img {
        width: 100%;
    }
}


@media (max-width: 1040px){
    .about-textbox {
        display: block;

    }

    .accordeon-inner {
        padding-left: 0;
    }
    .footer-img {
        display: none;
    }
    .footer-nav {
        margin-right: 0;
    }
}



@media (max-width: 992px){
    .header-title {
        display: none;
    }

    .menu-list {
        margin-left: 0;
        margin-right: 0;
    }

    .about-textbox {
        margin-bottom: 50px;
    }
    .footer-top {
        display: block;
        margin-bottom: 30px;
    }
    .footer-logo {
        margin-bottom: 20px;
        display: inline-block;
    }
    .footer-item-form {
        max-width: 400px;
    }
    .footer-social-list {
        margin-top: 30px;
        display: flex;
        gap: 0 40px;
        margin-left: 0;
        margin-right: 0;
    }
    .footer-social-item + .footer-social-item {
        margin-top: 0;
    }
    .footer-nav-list {
        gap: 10px 20px;
        flex-wrap: wrap;
        justify-content: flex-start;
       
        
       
    }

    .footer-item + .footer-item {
        margin-top: 30px;
    }
    .footer {
        padding: 50px 10px;
    }
    .footer-instagram {
        margin-top: -2px;
    }
    .footer-facebook {
        margin-top: -2px;
    }
    .footer-twitter {
        margin-top: 0;
    }
    .footer-youtube {
        margin-top: -3px;
    }

}

@media (max-width: 850px){
    .top-slide-inner {
        flex-wrap: wrap;
        align-items: flex-start;
    }
    
    .top-slide-img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }

    .top-slide-btn {
        margin: 50px auto 20px;
    }

    .top-slide-content {
        margin-top: -107px;
    }
    .products-items {
        flex-wrap: wrap;
        justify-content: center;
    }
    .products-item {
        margin-bottom: 20px;
        width: 45%;
    }
    .container-arrow {
        display: none;
    }
    .swiper-pagination {
        display: block;
    }

    .swiper-pagination-bullet-active {
        background: #8056a1;
    }
    .footer {
        padding: 20px 10px 20px;
    }
  
}

@media (max-width: 768px) {
    .accordeon-triger {
        display: block;
        padding-top: 20px;
    }
    .accordeon-triger-title {
        padding-bottom: 10px;
    }
    .accordeon-item::before {
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        right: 25px;
    }
    .video-box {
        min-height: 435px;
    }
}



@media (max-width: 630px){
    .about-slider {
        padding-left: 0;
        margin-left: 0;
    }

    .about-inner {
        padding-left: 0;
    }
    .about-arrow {
        display: none;
    }
    .products-item-img {
        width: 70%;
    }
    .products-item {
        width: 100%;
    }
    .footer-nav {
        margin-right: -74px;
    }
    
}


@media (max-width: 475px) {
    .top-slide-img {
        display: none;
    }

    .top-slide-content {
        flex-basis: 100%;
        order: -1;
        text-align: center;
    }

    .top-slide-img-mini {
        width: 60%;
        margin: 0 auto;
    }
    .accordeon-item {
        padding: 0 50px 0 0;
    }
    .accordeon-triger-text {
        margin-right: 0;
    }
    .video-box {
        min-height: 237px;
    }
}



@media (max-width: 420px) {
    .header-inner {
        flex-wrap: wrap;              
    }
    .logo, 
    .user-nav {
        order: -1;
    }
    .user-nav {
        margin-top: 15px;
    }
    .menu-list {
        width: 100%;
        padding-top: 13px;
        text-align: right;
    }
    .about-item img {
        width: 365px;
    }

    .about-slider {
        width: 1500px;
    }
    .accordeon-item:last-child::after {
        left: 210px;
    }
    .video-box {
        min-height: 225px;
    }
    .top,
    .products,
    .video {
        margin-bottom: 50px;
    }
    .accordeon {
        margin-bottom: 140px;
    }
}

@media (max-width: 375px) {
    .about-item img {
        width: 280px;
    }

    .about-slider {
        width: 1140px;
    }
}