@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@700&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Raleway", sans-serif;
}

button {
  cursor: pointer;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: inherit;
}

.topnav .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  padding: 0 95px;
}

@media (max-width: 768px) {
  .topnav .container {
    padding: 0 15px;
    height: 60px;
  }
}

@media (max-width: 500px) {
  .topnav .container {
    padding: 0 15px;
    height: 50px;
  }
}

.topnav.topnav__logo {
  max-width: 133px;
  cursor: pointer;
}

.topnav.topnav__logo img {
  width: 100%;
}

.topnav.topnav__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 500px;
  height: 19px;
}

.topnav.topnav__menu ul li {
  font-weight: 600;
  font-size: 16px;
  padding-left: 45px;
}

@media (max-width: 900px) {
  .topnav .topnav__menu {
    display: none;
  }
}

.topnav .open-menu {
  font-size: 30px;
  cursor: pointer;
  display: none;
}

@media (max-width: 900px) {
  .topnav .open-menu {
    display: block;
  }
}

.topnav .overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.9);
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.topnav .overlay .overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.topnav .overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.topnav .overlay a:hover {
  color: #f1f1f1;
}

.topnav .overlay a:focus {
  color: #f1f1f1;
}

.topnav .overlay .closebtn {
  position: absolute;
  top: -16px;
  right: 5px;
  font-size: 60px;
}

@media (max-height: 450px) {
  .topnav .overlay a {
    font-size: 20px;
  }
  .topnav .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

.main-block {
  width: 100%;
  position: relative;
  margin: auto;
}

.main-block .slideshow-container .main-block-back {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.main-block .slideshow-container .main-block-back.slide1 {
  background-image: url("./images/slide1.png");
}

.main-block .slideshow-container .main-block-back.slide2 {
  background-image: url("./images/slide2.png");
}

.main-block .slideshow-container .main-block-back.slide3 {
  background-image: url("./images/slide3.png");
}

.main-block .slideshow-container .main-block-heading {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-block .slideshow-container .main-block-heading .heading-box {
  padding: 70px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  margin-top: -120px;
}

.main-block .slideshow-container .main-block-heading .heading-box .main-block-price {
  width: 287px;
  height: 92px;
  background-image: url("./icons/Layer 2.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #006CD1;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 30px;
}

.main-block .slideshow-container .main-block-heading .heading-box .main-block-header {
  color: #f2f2f2;
  font-size: 78px;
  padding: 8px 12px;
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .main-block .slideshow-container .main-block-heading .heading-box .main-block-header {
    font-size: 48px;
    line-height: 1;
  }
}

.main-block .slideshow-container .main-block-heading .heading-box .main-block-desc {
  font-size: 18px;
  padding-bottom: 10px;
  text-align: center;
}

.main-block .slideshow-container .main-block-arrow {
  position: absolute;
  left: 50%;
  bottom: 100px;
  display: block;
  text-align: center;
  z-index: 100;
  text-decoration: none;
  text-shadow: 0;
  width: 33px;
  height: 33px;
  border-bottom: 6px solid #fff;
  border-right: 6px solid #fff;
  left: 50%;
  -webkit-transform: translate(-50%, 0%) rotate(45deg);
          transform: translate(-50%, 0%) rotate(45deg);
  -webkit-animation: fade_move_down 3s ease-in-out infinite;
          animation: fade_move_down 3s ease-in-out infinite;
  cursor: pointer;
}

@-webkit-keyframes fade_move_down {
  0% {
    -webkit-transform: translate(0, -20px) rotate(45deg);
            transform: translate(0, -20px) rotate(45deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 20px) rotate(45deg);
            transform: translate(0, 20px) rotate(45deg);
    opacity: 0;
  }
}

@keyframes fade_move_down {
  0% {
    -webkit-transform: translate(0, -20px) rotate(45deg);
            transform: translate(0, -20px) rotate(45deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 20px) rotate(45deg);
            transform: translate(0, 20px) rotate(45deg);
    opacity: 0;
  }
}

@media (max-width: 768px) {
  .main-block .slideshow-container .main-block-arrow {
    width: 23px;
    height: 23px;
    border-bottom: 4px solid #fff;
    border-right: 4px solid #fff;
  }
}

.main-block .slideshow-container .fade {
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: .2;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: .2;
  }
  to {
    opacity: 1;
  }
}

.main-block .prev, .main-block .next {
  z-index: 1;
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 48px;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media (max-width: 768px) {
  .main-block .prev, .main-block .next {
    font-size: 28px;
  }
}

.main-block .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.services .services-content {
  margin: 80px auto;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px;
}

.services .services-content .services-desc {
  width: 242px;
  margin-right: 60px;
}

.services .services-content .services-desc p {
  color: #8D8D8D;
  font-size: 16px;
}

.services .services-content .services-desc h2 {
  font-size: 24px;
  font-weight: 600;
  color: #1A1A1B;
  text-transform: capitalize;
}

.services .services-content .services-desc span {
  color: #8D8D8D;
}

.services .services-content .services-desc .shape {
  max-width: 46px;
}

.services .services-content .services-desc .shape img {
  width: 100%;
}

.services .services-content .services-image-gallery {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -30px;
  margin-top: -30px;
}

.services .services-content .services-image-gallery .item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33.333%;
          flex: 1 1 33.333%;
  padding-left: 30px;
  padding-top: 30px;
  min-width: 300px;
}

.services .services-content .services-image-gallery .item img {
  width: 100%;
}

.services .services-content .services-image-gallery .item h2 {
  margin: 25px 0 15px 0;
  font-size: 18px;
  font-weight: 600;
}

.services .services-content .services-image-gallery .item span {
  font-size: 16px;
  color: #8D8D8D;
}

@media (max-width: 768px) {
  .services .services-content {
    -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;
    margin-top: 30px;
    padding: 0;
  }
  .services .services-content .services-desc {
    margin: 0 0 30px 0;
    width: 100%;
    padding: 0 15px;
  }
}

.discover {
  width: 100%;
  height: 500px;
}

.discover .discover-bg {
  width: 100%;
  height: 100%;
  background: url("./images/discover-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: brightness(30%);
          filter: brightness(30%);
}

.discover .discover-content {
  color: white;
  z-index: 55;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -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;
  width: 99.9%;
  overflow: hidden;
  height: 500px;
}

.discover .discover-content .discover-heading {
  text-align: center;
  margin: 65px auto;
}

.discover .discover-content .discover-heading h3 {
  font-size: 16px;
  text-transform: uppercase;
}

.discover .discover-content .discover-heading h2 {
  font-size: 26px;
  line-height: 37px;
  text-transform: capitalize;
}

.discover .discover-content .discover-video {
  max-width: 665px;
}

.grid .grid-container {
  margin: 50px auto;
  max-width: 1060px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.grid .grid-container .item {
  width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  text-align: center;
}

.grid .grid-container .item img {
  width: 68px;
  height: 53px;
}

.grid .grid-container .item .count {
  margin: 20px 0 7px 0;
  font-size: 32px;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
}

.grid .grid-container .item .text {
  font-size: 14px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .grid .grid-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .grid .grid-container .item {
    padding: 0 130px 50px 130px;
  }
}

@media (max-width: 550px) {
  .grid .grid-container .item {
    padding: 0 70px 50px 70px;
  }
}

.carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.carousel__view {
  height: 350px;
  background: white;
  margin: auto;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
}

.carousel__view .container {
  max-width: 880px;
  overflow: hidden;
}

@media (max-width: 1000px) {
  .carousel__view .container {
    max-width: 580px;
  }
}

@media (max-width: 700px) {
  .carousel__view .container {
    max-width: 280px;
  }
}

.carousel__control {
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
  max-width: 44px;
  min-width: 30px;
  z-index: 5;
}

.carousel__control img {
  width: 100%;
}

.carousel__control.js-carousel-next {
  left: 20px;
}

.carousel__control.js-carousel-prev {
  right: 20px;
}

.carousel__control .icon {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.carousel__control:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.product-list {
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  list-style: none;
  height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33.333%;
          flex: 1 1 33.333%;
  margin-left: -33px;
  padding: 5px;
}

.product-list__item {
  display: inline-block;
  margin-left: 33px;
}

.product {
  height: 100%;
  width: 100%;
  -webkit-box-shadow: 0 1px 8px #888888;
          box-shadow: 0 1px 8px #888888;
}

.product__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.product__desc__price, .product__desc__days {
  color: #1A1A1B;
  font-size: 14px;
}

.product__desc__city {
  color: #4B54FA;
  font-size: 18px;
  margin: 10px 0;
}
/*# sourceMappingURL=style.css.map */