.history_header{
  height: 55vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /* background-image: url(../../img/history.jpg); */
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.history_header:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
}
.history_head_content{
  padding-top: 90px;
  width: 500px;
  position: relative;z-index: 1;
}
.history_head_content h3{
  font-family: Montserrat;
   font-size: 13px;
   font-weight: normal;
   font-style: normal;
   font-stretch: normal;
   line-height: normal;
   letter-spacing: 3px;
   text-align: center;
   color: #fff;
}
.history_head_content h1{
  font-family: KudryashevHeadline;
  font-size: 40px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  padding-bottom: 20px;
}
.history_head_content p{
  font-family: Montserrat;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.85;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    width: 85%;
    margin:0 auto;
}
.welcome_history{
  padding:98px 0;
}
.history_text{
  padding-right: 90px;
}
.history_text h3,  .choose_text h3{
  font-family: Montserrat;
 font-size: 15px;
 font-weight: normal;
 font-style: normal;
 font-stretch: normal;
 line-height: normal;
 letter-spacing: 4px;
 color: #686a75;
 margin: 0;
}
.history_text h1, .choose_text h1{
  font-family: KudryashevHeadline;
   font-size: 60px;
   font-weight: normal;
   font-style: normal;
   font-stretch: normal;
   line-height: 1.17;
   letter-spacing: normal;
   color: #f48120;
   margin-bottom: 35px;
}
.history_text p{
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.47;
  letter-spacing: normal;
  color: #686a75;
}
.history_img{
  transition: 0.2s;
  width: 100%;
  height: 100%;
}
.history_img img{
width: 100%;
height: 100%;
object-fit: cover;
}
.experience{
  background-color: #2f3036;
  padding:55px 0;
}
.experience h1{
  font-family: KudryashevHeadline;
  font-size: 32px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.11;
  letter-spacing: normal;
  text-align: center;
  color:#fff;
}
.experience p{
  font-family: Montserrat;
    font-size: 15px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}
.history_video{
  padding:98px 0 0 0;
}
.video_main img{
  width: 100%;
    transition: 0.3s;
}
.video_main{
  position: relative;
  overflow: hidden;
}
.video_main:hover img{
  transform: scale(1.1);
  transition: 0.5s;
}
.video_main a{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
}
.video_main a span{
font-size: 60px;
}
.video_text{
  padding: 0 40px 0 40px;
}
.video_text h1{
  font-family: KudryashevHeadline;
  font-size: 50px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.08;
  letter-spacing: normal;
  color: #2f3036;
  margin: 50px 0 40px 0;
}
.video_text p{
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.47;
  letter-spacing: normal;
  color: #686a75;
}
.choose_us{
  padding:98px 0 0 0;
}
.choose_text ul li{
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.choose_text ul li .rectangle{
  width: 30px;
  height: 40px;
  background-image: url(../../img/rectangle.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  margin-right: 30px;
}
.choose_text ul li .rectangle span{
  position: absolute;
  top: 50%;
  right:-20%;
  font-size: 22px;
  transform: translateY(-50%);
  transition: 0.2s;
}
.choose_text ul li .rectangle span::before{
  color: #929292;
}
.choose_text ul li:hover .rectangle span{
  right:-50%;
  transition: 0.2s;
}
.choose_text ul li:hover .rectangle span::before{
  color: #f48120;
}
.choose_us_carousel_main{
  position: relative;
}
.choose_us_carousel_main .item img{
  transition: 0.2s;
}
.choose_us_carousel_main .item:hover img{
  transition: 0.2s;
  transform: scale(1.2);
}
.choose_text ul li p{
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #2f3036;
  margin-bottom: 0;
}
.choose_carousel_trigger{
  width: 140px;
  height: 70px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1
}

#carousel-custom-dots .owl-dot{
 display: none;
}
#carousel-custom-dots .owl-dot.active{
display: block;
}
.why_us_left span::before, .why_us_right span::before{
  color:#2f3036;
}
#carousel-custom-dots ,.why_us_left, .why_us_right{
  width: 30px;
}
.why_us_left span, .why_us_right span{
  font-size: 18px;
  vertical-align: -webkit-baseline-middle;
  cursor: pointer;
}
.choose_carousel_trigger{
  display: flex;
  align-items: center;
  justify-content: space-around;
}
#carousel-custom-dots li{
  font-family: KudryashevHeadline;
font-size: 30px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: 4px;
color: #2f3036;
}
.lookbook{
  padding:40px 0 80px 0;
  background-image: url(../../img/lookbook.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.lookbook h1{
  font-family: KudryashevHeadline;
 font-size: 60px;
 font-weight: normal;
 font-style: normal;
 font-stretch: normal;
 line-height: 1.17;
 letter-spacing: normal;
 color: #fff;
 margin-bottom: 40px;
}
.lookbook p{
  font-family: Montserrat;
    font-size: 15px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: normal;
    color: #fff;
    margin-bottom: 80px;
}
.lookbook a{
  border-radius: 2px;
border: solid 1px #141414;
background-color: #141414;
padding: 20px 20px;
color: #fff;
transition: 0.2s linear;
font-family: Montserrat;
font-size: 13px;
font-weight: 600;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: normal;
text-align: center;
transition:0.2s;
}
.lookbook a:hover{
border: solid 1px #f48120;
background-color: #f48120;
transition:0.2s;
}
.lookbook a span{
margin-left: 8px;
}
.lookbook a span::before{
  display: inline-flex;
  transition: 0.2s;
}
.lookbook a:hover span::before{
  transform: translateY(3px);
  position: relative;
  transition: 0.2s;
}

.partners{
  padding: 98px 0 0 0;
}
.partners h3{
  font-family: Montserrat;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 4px;
  text-align: center;
  color: #252525;
}
.partners h1{
  font-family: KudryashevHeadline;
 font-size: 60px;
 font-weight: normal;
 font-style: normal;
 font-stretch: normal;
 line-height: 1.17;
 letter-spacing: normal;
 text-align: center;
  color: #252525;
}
.partner_main{
  position: relative;
  padding:80px 0;
}
.partner_carousel{
  width: 95%;
  margin:0 auto;
}
.partner_carousel .item{
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height:150px;
}
.partner_carousel .item a{
  display: block;
  width: 100%;
  height: 100%;
}
.partner_left span::before,.partner_right span::before{
  color: #e7e7e7;
  transition: 0.2s;
  font-size:32px;
}
.partner_left:hover span::before,.partner_right:hover span::before{
  color: #9b9b9b;
  transition: 0.2s;
}
.partner_left, .partner_right{
  position: absolute;
  top: 50%;
  transform:translateY(-75%);
  cursor: pointer;
  left: 0;
}
.partner_right{
  left: auto;
  right: 0;
}

@media (max-width:568px) {
  .history_header{
    height: 50vh;
  }
  .history_head_content{
    width: 100%;
    padding-top: 80px;
  }
  .history_head_content h3{
    font-size: 10px;
  }
  .history_head_content h1{
    font-size: 35px;
  }
    .welcome_history{
      padding: 50px 0;
    }
 .history_video, .choose_us, .partners {
    padding: 50px 0 0 0;
  }
  .history_text h3, .choose_text h3{
    font-size: 12px;
  }
  .history_text h1, .choose_text h1{
    font-size: 35px;
    margin-bottom: 30px;
  }

  .history_text{
    padding-right: 0;
    margin-bottom: 30px;
  }
  .history_text p{
    font-size: 12px;
  }
  .experience {
    padding: 50px 0;
  }
  .experience h1{
    font-size: 30px;
    margin:20px 0;
  }
  .experience p{
    font-size: 12px;
  }
  .video_main{
    padding:0 10px;
  }
  .video_text{
    padding:0;
  }
  .video_text h1{
    font-size: 30px;

  }
  .video_text h1{
    margin: 30px 0;
  }
  .video_text {
    font-size: 13px;
  }
  .video_text p{
    margin-bottom: 0;
  }
  .choose_text ul li .rectangle{
    width: 20px;
    height: 30px;
  }
  .choose_text ul li .rectangle span{
    right: -40%;
    font-size: 15px;
  }
  .choose_text ul li p{
    font-size: 15px;
  }
  .choose_carousel_trigger{
    width: 110px;
    height: 55px;
  }
  .why_us_left span, .why_us_right span{
    font-size: 14px;
  }
  #carousel-custom-dots li{
    font-size: 25px;
  }
  .lookbook h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .lookbook p {
    font-size: 14px;
    margin-bottom: 50px;
  }
  .lookbook a {
    padding: 10px 10px;
    font-size: 11px;
  }
  .partners h3{
    font-size: 12px;
  }
  .partners h1{
    font-size: 30px;
  }
  .partner_main{
    padding: 40px 0 0 0;
  }
}

@media (min-width:568px) and (max-width:768px) {
  .history_header{
    height: 50vh;
  }
  .history_head_content{
    width: 100%;
    padding-top: 80px;
  }
  .history_head_content h3{
    font-size: 10px;
  }
  .history_head_content h1{
    font-size: 45px;
  }
  .welcome_history, .history_video, .choose_us, .partners {
    padding: 50px 0;
  }
  .history_text h3, .choose_text h3{
    font-size: 14px;
  }
  .history_text h1, .choose_text h1{
    font-size: 40px;
    margin-bottom: 30px;
  }

  .history_text{
    padding-right: 0;
  }
  .history_text p{
    font-size: 14px;
  }
  .experience {
    padding: 50px 0;
  }
  .experience h1{
    font-size: 40px;
    margin:20px 0;
  }
  .experience p{
    font-size: 14px;
  }
  .video_main{
    padding:0 10px;
  }
  .video_text{
    padding:0;
  }
  .video_text h1{
    font-size: 40px;
    transform: translateX(0%);
  }
  .video_text h1{
    margin: 30px 0;
  }
  .video_text {
    font-size: 14px;
  }

  .choose_carousel_trigger{
    width: 110px;
    height: 55px;
  }
  .why_us_left span, .why_us_right span{
    font-size: 14px;
  }
  #carousel-custom-dots li{
    font-size: 25px;
  }
  .lookbook h1 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .lookbook p {
    font-size: 15px;
    margin-bottom: 50px;
  }
  .lookbook a {
    padding: 15px 15px;
    font-size: 12px;
  }
  .partners h3{
    font-size: 14px;
  }
  .partners h1{
    font-size: 40px;
  }
  .partner_main{
    padding: 40px 0;
  }
  .partner_left, .partner_right{
      transform: translateY(-50%);
  }
  .partner_left{
    left: -15px;
  }
  .partner_right{
    right: -15px;
  }
}

@media (min-width:768px) and (max-width:992px) {
    .history_head_content h1{
      font-size: 55px;
    }
    .history_text h1, .choose_text h1{
      font-size: 45px;
          margin-bottom: 30px;
    }
    .history_text{
      padding-right: 0;
    }
    .history_text p{
      font-size: 12px;
    }
    .welcome_history {
      padding: 60px 0;
    }
    .experience h1{
      font-size: 26px;
    }
    .experience p{
      font-size: 13px;
    }
    .video_text h1{
      font-size: 30px;
    }
    .video_text h1{
    font-size: 30px;
    margin: 0px 0 15px 0;

    }
    .video_text p{
      font-size: 13px;
    }
    .lookbook h1{
      font-size: 45px;
    }
    .lookbook a{
      font-size: 12px;
      padding: 15px;
    }
    .lookbook p{
      margin-bottom: 45px;
    }
    .partners h1{
      font-size: 45px;
    }
    .partner_left, .partner_right{
      transform: translateY(-50%);
    }
}
@media (min-width:992px) and (max-width:1200px) {
  .history_text h1, .choose_text h1, .lookbook h1, .partners h1{
    font-size: 55px;
  }
  .history_text p, .video_text p, .experience p, .lookbook p{
    font-size: 13px;
  }
  .experience h1{
    font-size: 34px;
  }
  .video_text h1 {
      font-size: 40px;
      margin: 40px 0 30px 0;

    }
    .lookbook p{
      margin-bottom: 50px;
      font-size: 14px;
    }
    .lookbook a {
    padding: 15px;
    font-size: 12px;
  }
}
