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);
    
}
.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;
}

.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;
}
.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: 100px;
}
@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 (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;
    }
 }