@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.woff2") format("woff2");
  font-weight: 700;
}

@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.woff2") format("woff2");
  font-weight: 500;
}

@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.woff2") format("woff2");
  font-weight: 400;
}

@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.woff2") format("woff2");
  font-weight: 600;
}

@font-face {
  font-family: "Cormorant";
  src: url("fonts/Cormorant.woff") format("woff"), url("../fonts/Cormorant.woff2") format("woff2");
  font-weight: 400;
}

@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto.woff") format("woff"), url("../fonts/Roboto.woff2") format("woff2");
  font-weight: 400;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

button {
  cursor: pointer;
  outline: none;
}

input {
  outline: none;
}

body {
  font-family: "Montserrat";
  font-weight: 400;
  background-color: #fff;
  font-weight: 400;
  font-size: 15px;
  height: 100%;
  color: #000;
}

.main-container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bg-i {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.trends__img {
  max-width: 1024px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  margin: 40px auto 48px;
}

.trends__img-mobil {
  display: none;
}

.trends__img-2 {
  max-width: 555px !important;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 70px;
}

.trends__text {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 30px;
}

.trends__text-mobil {
  display: none;
}

.trends__text-2 {
  margin-bottom: 40px !important;
}

.trends__text-4, .trends__text-3 {
  margin-bottom: 40px !important;
}

.trends__text-5 {
  margin-bottom: 50px;
}

.trends__text-span {
  font-family: "Cormorant";
  font-size: 24px;
  line-height: 30px;
  display: block;
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
}

.trends__span-bolt {
  font-weight: 700;
}

.trends__images-box {
  max-width: 1385px;
  width: 100%;
  margin: 0 auto;
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 51px;
}

.trends__images {
  max-width: 685px;
  max-height: 905px;
  -o-object-fit: cover;
     object-fit: cover;
}

.trends__images:first-child {
  margin-right: 15px;
}

.trends__images-smoll {
  height: 495px !important;
  max-width: 375px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0 auto;
  margin-bottom: 54px;
  margin-top: 82px;
}

.trends__images-smoll2 {
  margin-top: 54px;
}

.trends__images-mobil {
  display: none;
}

.trends__text-smoll {
  max-width: 375px;
  font-size: 14px;
  line-height: 30px;
  margin-top: 25px;
}

.trends__box-smoll {
  margin: 0 auto;
}

.trends__text-link {
  color: #e0aca0;
  text-decoration: none;
}

.trends__text-link:hover {
  text-decoration: underline;
}

.trends__product-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1000px;
  margin-left: auto;
  margin-top: 50px;
}

.trends__product-box2 {
  margin-top: 62px;
  margin-bottom: 43px;
  max-width: 1210px;
  margin-left: 90px;
}

.trends__product-info {
  max-width: 555px;
  margin-left: 75px;
}

.trends__product-info2 {
  margin-left: 0;
  margin-right: 42px;
}

.trends__product-info4 {
  margin-right: 127px;
  margin-left: 0;
}

.trends__product-title {
  color: #000;
  font-family: "Roboto";
  font-size: 24px;
  line-height: 30px;
  text-decoration: none;
}

.trends__product-title:hover {
  text-decoration: underline;
}

.trends__product-text {
  font-size: 14px;
  line-height: 30px;
  margin-top: 30px;
}

.trends__text-last {
  margin-bottom: 120px;
}

.trends__images-mobail {
  display: none;
}

.trends__smoll-mobil {
  display: none;
}
.trends__images-smoll5 {
  margin-bottom: 173px;
}

@media (max-width: 1405px) {
  .trends .trends__images {
    max-width: 550px;
  }
  .trends .trends__images-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 1120px) {
  .trends .trends__images {
    height: 495px;
    max-width: 375px;
  }
  .trends .trends__images-box {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .trends .trends__box-smoll {
    margin: 0 0;
  }
}

@media (max-width: 820px) {
  .trends .trends__box-smoll {
    margin-top: 16px;
  }
  .trends .trends__images-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .trends .trends__images1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .trends .trends__images:first-child {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

@media (max-width: 800px) {
  .trends .trends__product-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .trends .trends__product-title {
    font-size: 18px;
  }
  .trends__product-box2 {
    margin-left: 0;
  }
  .trends .trends__product-border {
    border-bottom: .5px solid #b4a287;
    padding-bottom: 88px;
  }
  .trends .trends__product-info2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 0;
  }
  .trends .trends__product-info {
    margin-left: 0;
  }
  .trends .trends__product-info4 {
    margin-right: 0;
  }
}

@media (max-width: 500px) {
  .trends .trends__product-text {
    max-width: 342px;
    margin-left: auto;
    margin-right: auto;
  }
  .trends .trends__images {
    display: none;
  }
  .trends .trends__images-mobail {
    display: block;
    margin-bottom: 15px;
  }
  .trends .trends__images-smoll {
    display: none;
    margin-right: 0;
  }
  .trends .trends__images-mobil {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .trends .trends__images {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .trends .trends__text-smoll {
    max-width: 345px;
    margin-top: 15px;
  }
  .trends .trends__text-span {
    margin-bottom: 30px;
  }
  .trends .trends__text-4,
  .trends .trends__text-3 {
    margin-bottom: 30px;
  }
  .trends .trends__img {
    display: none;
  }
  .trends .trends__img-mobil {
    display: block;
  }
  .trends .trends__text-mobil {
    display: block;
  }
  .trends .trends__text-desktop {
    display: none;
  }
  .trends .trends__smoll-mobil {
    display: block;
    max-width: 257px;
    height: auto !important;
    margin: 76px auto 193px;
  }
  .trends__images-box {
    margin-top: 35px;
    margin-bottom: 30px;
  }
  .trends__text-2 {
    margin-bottom: 35px;
  }
  .trends__text {
    margin-bottom: 35px;
  }
}

@media (max-width: 370px) {
  .trends .trends__images {
    max-width: 100%;
    width: 100%;
  }
  .trends .trends__text-smoll {
    max-width: 320px;
   
  }
  .trends .trends__smoll-mobil {
    display: block;
    max-width: 257px;
    height: auto;
    margin: 76px auto;
  }
}


