
@font-face {
    font-family: Montserrat;
    src: url(font/Montserrat-Regular.ttf);
}
@font-face {
    font-family: Montserrat;
    font-weight: 600;
    src: url(font/Montserrat-SemiBold.ttf);
}
@font-face {
    font-family: Montserrat;
    font-weight: 700;
    src: url(font/Montserrat-Bold.ttf);
}

.navbar .nav-link {
    padding: 7px 16px !important;
}

.index-jtd-header{
    font-family: "Montserrat";
    font-size:36px;
    line-height: 42px;
    text-align: center;
    padding-top: 90px;
    width: 100%;
}
.index-jtd-box{
    font-family: "Montserrat";
    text-align: center;
    width: 30%;
}
.index-jtd-box-img{

}
.index-jtd-box-h1{
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    margin-top: 20px;
}
.index-jtd-box-h2{
    color: #3AA5D1;
    font-size: 20px;
    line-height: 26px;
}
.index-jtd-box-text{
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
}

.index-jtd-box-arrow{
    margin-top: 30px;
}

.index-jtd-area{
    display:flex;
}

@media (max-width: 991px) {
    .index-jtd-area{
        display:block;
    }
    .index-jtd-box{
        width: 100%;
        margin-bottom: 60px;
    }
    .index-jtd-box-arrow{
        display:none;
    }
}

.video-txt {
  font-family: 'Montserrat';
  font-size: 16px;
  color: #FFFFFF;
  padding: 100px 30px;
  max-width: 100%;
  width: 100%;
  margin: 0 auto 0 auto;
  text-align: center;
}

.video-txt__more {
  display: flex;
  width: 150px;
  height: 38px;
  margin: 1rem auto;
  font-size: 1.3rem;
  justify-content: center;
  align-items: center;
  background: transparent;
  color: #fff;
  border: 2px #fff solid;
  border-radius: 15px;
  cursor: pointer;
  transition: .3s background;
  text-decoration: none;
}

.video-txt__more:hover {
   background: rgba(0,0,0,0.3);
   color: #fff;
}

.video-txt__h1 {
    font-family: 'Montserrat';
    font-size: 58px;
    font-weight: 400;
    padding: 100px 0 0 0;
}
.video-txt__desc {
    margin: 40px 0;
    font-size: 24px;
}

#video_baner_duzy {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: -4;
    object-fit: cover;
    height: 700px;
}

@media (max-width: 991px) {
    .video-txt__h1 {
        font-family: 'Montserrat';
        font-size: 38px;
        font-weight: 400;
        padding: 40px 0 0 0;
    }
    .video-txt__desc {
        font-size: 18px;
    }
}


.clients {
  width: 100%;
  height: 200px;
  background: #fff;
  padding: 40px 20px 60px 20px;
  box-sizing: border-box;
}
.clients__head--cars {
  margin: 0 0 100px 0;
}
.clients__logos {
  width: calc(100% - 200px);
  margin: 0px auto;
  position: relative;
}
.clients__logos:before {
  content: '';
  position: absolute;
  background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  top: 0;
  bottom: 0;
  left: 0;
  width: 300px;
  height: 100%;
  z-index: 9999999;
}
.clients__logos:after {
  content: '';
  position: absolute;
  background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  top: 0;
  bottom: 0;
  right: 0;
  width: 300px;
  height: 100%;
  z-index: 9999999;
}

.client_logo {
  height: 100px;
}