@font-face {
  font-family: 'Draft';
  src: url(../fonts/Daft-Brush.ttf);
}
body {
  overflow-x: hidden !important;
}
body h1, body h2, body h3, body h4, body button {
  font-family: 'Draft', sans-serif;
}
body h5, body h6, body a, body li, body p, body input, body select, body textarea, body label {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
}
body a {
  text-decoration: none !important;
}
body main {
  padding: 65px 0 0;
  background-image: url(../images/back-home.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 480px) {
  body main {
    padding: 20px 0 0;
  }
}
body main h1 {
  color: #ffffff;
  font-size: 60px;
}
body main .card-grid {
  display: flex;
}
body main h5 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  margin-top: 10px;
  line-height: 1;
}
body main.details {
  background-image: url(../images/back-inner.jpg);
}
body main.details .uk-container {
  padding: 0;
}
body main.details .slide-container {
  max-width: 500px;
  position: relative;
}
@media (max-width: 480px) {
  body main.details .slide-container {
    width: 100%;
    max-width: 100%;
  }
}
body main.details .slide-container .swiper-slide .front {
  background-color: #00aeef;
  background-image: url(../images/details-img-back.png);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center 70px;
  border-radius: 30px;
  padding: 40px 0 20px;
}
@media (max-width: 480px) {
  body main.details .slide-container .swiper-slide .front {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
body main.details .slide-container .swiper-slide .front h3 {
  font-size: 43px;
  color: #ffffff;
  line-height: 1;
}
@media (max-width: 1440px) {
  body main.details .slide-container .swiper-slide .front h3 {
    font-size: 35px;
  }
}
@media screen and (max-width: 480px) {
  body main.details .slide-container .swiper-slide .front h3 {
    font-size: 38px;
  }
}
@media (max-width: 1440px) {
  body main.details .slide-container .swiper-slide .front img {
    width: 60%;
  }
}
@media screen and (max-width: 480px) {
  body main.details .slide-container .swiper-slide .front img {
    width: 80%;
  }
}
body main.details .slide-container .swiper-slide .front p {
  font-size: 16px;
  line-height: 1.2;
}
body main.details .slide-container .swiper-slide .front p.title {
  color: #ffffff;
  font-weight: 500;
}
body main.details .slide-container .swiper-slide .front p.desc {
  color: #000000;
  margin-bottom: 20px;
}
body main.details .slide-container .swiper-slide .front button {
  background-color: #3c718c;
  border: none;
  color: #ffffff;
  font-size: 25px;
  border-radius: 10px;
  padding: 10px 40px;
  cursor: pointer;
  transition: all .3s ease-out;
}
body main.details .slide-container .swiper-slide .front button:hover {
  background-color: #ffffff;
  color: #3c718c;
}
body main.details .slide-container .swiper-slide .front.green {
  background-color: #3c591e;
}
body main.details .slide-container .swiper-slide .front.green p {
  color: #ffffff;
}
body main.details .slide-container .swiper-slide .front.green p.title {
  color: #b8c21d;
  font-weight: 500;
}
body main.details .slide-container .swiper-slide .front.green button {
  background-color: #b8c21d;
}
body main.details .slide-container .swiper-slide .front.green button:hover {
  background-color: #ffffff;
  color: #b8c21d;
}
body main.details .slide-container .swiper-slide .back {
  background-color: #00aeef;
  border-radius: 30px;
  padding: 40px;
}
@media (max-width: 480px) {
  body main.details .slide-container .swiper-slide .back {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
body main.details .slide-container .swiper-slide .back h3 {
  font-size: 43px;
  color: #ffffff;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  body main.details .slide-container .swiper-slide .back h3 {
    font-size: 38px;
  }
}
body main.details .slide-container .swiper-slide .back .arrow svg {
  width: 40px;
}
body main.details .slide-container .swiper-slide .back p {
  font-size: 20px;
}
body main.details .slide-container .swiper-slide .back p.title {
  color: #ffffff;
  font-weight: 500;
}
body main.details .slide-container .swiper-slide .back p.desc {
  color: #4e4e4e;
}
@media screen and (max-width: 480px) {
  body main.details .slide-container .swiper-slide .back p {
    font-size: 15px;
  }
}
body main.details .slide-container .swiper-slide .back p.white {
  color: #ffffff;
  font-size: 17px;
}
@media screen and (max-width: 480px) {
  body main.details .slide-container .swiper-slide .back p.white {
    font-size: 15px;
  }
}
body main.details .slide-container .swiper-slide .back p.back-title {
  color: #015270;
  font-weight: bold;
  font-size: 17px;
}
@media screen and (max-width: 480px) {
  body main.details .slide-container .swiper-slide .back p.back-title {
    font-size: 15px;
  }
}
body main.details .slide-container .swiper-slide .back.green {
  background-color: #3c591e;
}
body main.details .slide-container .swiper-slide .back.green p.back-title {
  color: #b8c21d;
}
body main.details .swiper-button-next, body main.details .swiper-rtl .swiper-button-prev {
  right: -50px;
  left: auto;
  color: #ffffff;
}
@media (max-width: 480px) {
  body main.details .swiper-button-next, body main.details .swiper-rtl .swiper-button-prev {
    right: 0;
  }
}
body main.details .swiper-button-prev, body main.details .swiper-rtl .swiper-button-next {
  left: -50px;
  right: auto;
  color: #ffffff;
}
@media (max-width: 480px) {
  body main.details .swiper-button-prev, body main.details .swiper-rtl .swiper-button-next {
    left: 0;
  }
}
body main.details .scene {
  max-width: 500px;
  width: 500px;
  height: 850px;
  perspective: 600px;
}
@media (max-width: 480px) {
  body main.details .scene {
    max-width: 100%;
    width: 100%;
    height: 730px;
  }
}
body main.details .card {
  width: 100%;
  height: 100%;
  transition: transform 1s;
  transform-style: preserve-3d;
  cursor: pointer;
  position: relative;
}
body main.details .card.is-flipped {
  transform: rotateY(-180deg);
}
body main.details .card__face--back {
  position: absolute;
  width: auto;
  height: 800px;
  color: white;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 0;
  left: 0;
}
body main.details .swiper-pagination {
  position: relative;
  text-align: left;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  font-size: 15px;
  bottom: 0;
  color: #ffffff;
}
@media screen and (max-width: 480px) {
  body main.details .top-banner {
    padding: 0 10px;
  }
}
body main.details #progress {
  margin: 10px 0 20px;
  left: 0;
  right: 0;
  top: 0;
  background-color: #888c4e;
  height: 5px;
  border-radius: 50px;
  z-index: 100;
}
body main.details .card__face--front {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
body main.details .card__face--back {
  transform: rotateY(-180deg);
}

::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #ffffff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #140c1e;
  transition: all .3s ease-out;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #140c1e;
  transition: all .3s ease-out;
}
