body{
    font-optical-sizing: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: never;
}
header{
    background: url(img/header.png);
    height: 1080px;
    max-width: 1920px;
    width: 100%;
    background-position: center;

}
.menu-wrapper{
    padding: 10px 0px 0px;
    background: rgba(132, 132, 132, 0.2);
    position: relative;
    z-index: 2;
    
}
.menu{
    width: 100%;
    height: 94px;
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    transform: translate(0px, 0px);
    transition-property: transform;
    transition-duration: 5s;
}

.navbar-nav .nav-link{
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 144%;
    color: #fff;
}

.dropdown-menu{
    background: rgba(132, 132, 132, 0.2);
}
.dropdown-menu .dropdown-item{
     color: #fff;
}
.dropdown-menu .dropdown-item:hover{
    background: rgba(132, 132, 132, 0.2);
}
.nav-link.dropdown-toggle.show{
    color: #fff;
}

.lang{
    margin-left: 17px;
}
.lang .nav-link{
     border: 1px solid #fff;
    border-radius: 60px;
    width: 50px;
    height: 50px;
    max-width: 50px;
    text-align: center;
    padding: 0 !important;
    vertical-align: middle;
    display: table-cell;
}
.main-description{
    margin-top: 140px;
}
h1{
    font-family: "Cormorant Garamond", sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 125%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    text-align: center;
    color: #393e3f;
    margin-bottom: 30px;
}
.img-block{
    position: relative;
}
.square{
     border: 4px solid #ffe9cb;
     border-radius: 2px;
     position: absolute;
     right: 0;
     left: 10%;
     top:10%;
     bottom: 0;
     z-index: -1;
     
}
.main-img{
    margin-bottom: 8%;
    max-width: 94%;
}

p{
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 144%;
    text-align: justify;
    color: #393e3f;
}
.sub-header{
    font-family: "Mulish", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 125%;
    text-align: justify;
    color: #393e3f;
}
.main-description .row{
    flex-wrap: nowrap;
    gap: 100px;
}
.trying{
    font-family: "Mulish", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 125%;
    text-align: center;
    background: linear-gradient(125deg, rgba(128, 89, 64, 0.94) 6.25%, rgba(73, 40, 25, 0.83) 18.27%, rgba(73, 40, 25, 0.76) 28.85%, #836757 44.23%, rgba(73, 40, 25, 0.81) 58.17%, rgba(108, 80, 59, 0.52) 67.31%, rgba(73, 40, 25, 0.7) 82.21%, rgba(73, 40, 25, 0.52) 100%);
    background-clip: text;
    float: right;
    position: relative;
    cursor: pointer;
}
.trying-text{
    text-align: center;
    position: absolute;
    width: 158px;
    height: 90px;
    left: 60px;
    top: 26px;
}

.image-container {
    position: relative;
    cursor: pointer;
    max-width: 450px;
    margin-bottom: 80px;
}

.image-container img {

  transition: opacity 1s ease-in-out;
}

.image-container .img-desc{
    transition: background 1s ease-in-out;
}


/* Initially hide the second image */
.image-container .hover-image {
  opacity: 0;
  top:0;
  left: 0;
  position: absolute;
}

/* Reveal the second image when hovering over the container */
.image-container:hover .hover-image {
  opacity: 1;
}
.image-container:hover .img-desc{
    background: #ffe9cb;
}

.collection-block{
    margin-bottom: 200px;
}
.img-desc{
    font-family: "Cormorant Infant", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 250%;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-align: center;
    color: #323232;
    padding: 11px 45px;
    min-height: 72px;
}
.main-description{
    margin-bottom: 140px;
}
.collections-button{
    text-align: center;
    margin-top: 40px;
}
.container-trying{
    margin-bottom: 100px;
    height: 160px;
}
.instagram-block{
    text-align: center;
}
.instagram-link{
    text-align: center;
    font-family: "Mulish", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 125%;
    text-align: justify;
    color: #393e3f;
    line-break: anywhere;
}
.instagram-images{
    max-width: 100%;
    width: 100%;
}
.i-img{
    display: inline-block;
    margin-top: 30px;
    margin-left: 30px;
    width: 18%;
}
.i-img:first-of-type{
    margin-left: 0;
}
.paginator{
    margin-top: 40px;
    margin-bottom: 100px;
}
footer{
    background: #393e3f;
}
.footer-top{
    padding-top: 120px;
    padding-bottom: 120px;
}
.owner-block{
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 144%;
    color: #fff;
    margin-top: 80px;
}
footer ul{
        padding-left: 0;
        list-style: none;
}
footer ul li{
    margin-bottom: 10px;
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 144%;
    color: #fff;
}
footer a{
    text-decoration: none;
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 144%;
    color: #fff;
}
.footer-bottom{
    border-top: 1px solid #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 66px;
}
.footer-bottom{
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 186%;
    color: #fff8ea;
}
.header-left{
    max-width: 519px;
    width: 100%;
    text-align: center;
    padding-top: 100px;
    padding-left: 40px;
    background: rgba(132, 132, 132, 0.2);
    padding-bottom: 40px;
    transform: translate(0px, 0px);
    transition-property: transform;
    transition-duration: 5s;
}
.collections-logo{
    margin-top: 100px;
}
.header-clothes{
    margin-top: 50px;
}
.contacts li{
    margin-bottom: 20px;
}
.blur-block{
    border: 3px solid rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    padding: 30px 50px;
    max-width: 390px;
    width: 100%;
    height: 260px;
    backdrop-filter: blur(20px);
    background: rgba(255, 255, 255, 0.1);
    margin-top: 100px;

    font-family: "Cormorant Garamond", sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 125%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #fff;
}
.header-left.about{
    background: none;
}
.breadcrumb-item,.breadcrumb-item a{
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 144%;
    color: #393e3f;
    text-decoration: none;
}
.breadcrumb{
    margin-top: 30px;
    margin-bottom: 60px;
}
.container.about h1{
    margin-bottom: 80px;
}
h2{
    font-family: "Mulish", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 125%;
    text-align: center;
    color: #393e3f;
}
.benefits-block{
    padding: 12px 24px 24px;
    box-shadow: 0 0 0px 0 #ffe9cb, 0 0 1px 0 #ffe9cb, 0 0 3px 0 #ffe9cb, 0 0 7px 0 #ffe9cb, 0 0 12px 0 #ffe9cb, 0 0 20px 0 #ffe9cb;
    background: #fff;
    margin-top: 40px;
    min-height: 216px;
}
.benefits-header{
    font-family: "Cormorant Infant", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 250%;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-align: center;
    color: #393e3f;
}
.benefits-text{
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 144%;
    text-align: center;
    color: #393e3f;
}
.space{
    height: 80px;
}
.liea-text{
    margin-top: 80px;
    margin-bottom: 140px;
    font-family: "Mulish", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 125%;
    text-align: center;
    color: #393e3f;
}
.address{
    font-family: "Mulish", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 125%;
    text-align: center;
    color: #393e3f;
    margin-bottom: 30px;
}
.header-text{
    font-family: "Cormorant Garamond", sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 125%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}
.hover:hover img{
    background: rgba(0, 0, 0, 0.2);
}
.modal-content{
    background: rgba(255, 255, 255, 0.1);
    color: white
}
.modal-content p{
    color:white
}
.btn-close{
   filter: invert(1);
}
.modal-body{
    font-family: "Cormorant Infant", sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 107%;
    text-align: center;
    color: #fff;
}
.modal-header{
    border: none;
}
.modal-footer{
    border: none;
}
.form{
    border-radius: 16px;
    padding: 16px 8px;
    max-width: 400px;
    width: 100%;
    min-height: 357px;
    box-shadow: 0 0 15px 0 #fff;
    background: #fff;
    margin: 0 auto;
}
.form .input-group{
    margin-top: 20px;
}
.form textarea{
    width: 100%;
}
.form-desc{
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #393e3f;
}
.input-group-text{
    background: none;
}
.input-group .form-control{
    border-left: none;
}
.form-desc{
    text-align: left;
    line-height: normal;
    margin-top: 20px;
}
.input-group{
    border: 1px solid #ffe9cb;
}
.form{
    margin-bottom: 20px;
}
.form textarea{
    border: 1px solid #ffe9cb;
    border-left: none;
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 163%;
    color: #393e3f;
}
.form .form-control{
    height: 50px;
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 163%;
    color: #393e3f;
}
.modal .form-check{
        max-width: 400px;
        margin: 0 auto;
        width: 90%;
}
.form-check-label{
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 167%;
    color: #fff;
}
.form-switch .form-check-input{
 margin-left: -3.5em;
}
.form-check-input{
    height: 24px;
    width: 46px !important;
}
.form-check-input:checked{
    background-color: #0C6D1E;
    border-color: #0C6D1E;
}
.modal-footer{
    margin-top: 40px;
}
.modal-body p{
    font-family: "Cormorant Infant", sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 107%;
    text-align: center;
    color: #fff;
    backdrop-filter: blur(15px);
}
.video-bg{
        position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1080px;
    -o-object-fit: cover;
    object-fit: cover;
}
@starting-style {
  .menu {
    transform: translate(0px, -104px);
  }
  .header-left {
    transform: translate(-539px, 0px);
  }
}

@media (max-width: 575px) { 
    .main-description .row{
        flex-wrap: wrap;
        gap: 0;
    }
    .img-desc{
        font-size: 14px;
    }
    .i-img{
        margin-left: 5px;
    }
 }

@media (min-width: 576px) { 
    .main-description .row{
        flex-wrap: wrap;
        gap: 0;
    }
    .img-desc{
        font-size: 14px;
    }
    .i-img{
        margin-left: 10px;
    }
 }



@media (min-width: 768px) { 
    .main-description .row{
        flex-wrap: wrap;
        gap: 0;
    }
    .img-desc{
        font-size: 14px;
    }
    .i-img{
        margin-left: 10px;
    }
 }
@media(max-width:991px){
    .navbar-collapse{
            background: rgba(132, 132, 132, 0.2);
    }
    .navbar-collapse ul{
        margin-left: 30px;
    }
    .header-text{
        font-size: 30px;
    }
    .header-clothes.float-end{
        margin-top: 10px;
    }
}
@media (min-width: 992px) { 
    .main-description .row{
        flex-wrap: nowrap;
        gap: 10px;
    }
    .square{
            height: 400px;
            bottom: auto;
    }
    .img-desc{
        font-size: 16px;
    }
    .i-img{
        margin-left: 15px;
    }
 }


@media (min-width: 1200px) { 
    .main-description .row{
        gap: 50px;
    }
    .square{
            height: 500px;
            bottom: 0;
    }
    .img-desc{
        font-size: 18px;
    }
    .i-img{
        margin-left: 20px;
    }
 }
@media (min-width: 1400px) { 
    .main-description .row{
        flex-wrap: nowrap;
        gap: 100px;
    }
    .square{
            height: 600px;
            bottom: 0;
    }
    .img-desc{
        font-size: 20px;
    }
    .i-img{
        margin-left: 30px;
    }
 }