* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "Futura";
  src: url("../fonts/FuturaNewBold-Reg.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Futura";
  src: url("../fonts/FuturaNewExtraBold-Reg.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
}
@font-face {
  font-family: "Futura";
  src: url("../fonts/FuturaNewMedium-Reg.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}
body {
  font-family: "Futura", sans-serif;
}

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

ul,
ol {
  list-style: none;
}

button {
  border: none;
}

input,
button,
textarea,
select {
  font: inherit;
  border: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding-inline: 15px;
}

@media only screen and (max-width: 1440px) {
  #carousel .hero-carousel-main .hero-slider-engine {
    padding: 0;
    left: 80px;
  }
  #carousel .hero-carousel-main .hero-item-card.swiper-slide-active {
    transition: transform 0.3s ease;
  }
  #carousel .hero-carousel-main .hero-item-card.swiper-slide-active .hero-overlay {
    display: none !important;
  }
  #carousel #infos {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .container {
    max-width: 960px;
  }
  @keyframes animationEnter {
    0% {
      right: -100%;
    }
    100% {
      right: 0;
    }
  }
  @keyframes animationLeft {
    0% {
      right: 0;
    }
    100% {
      right: -100%;
    }
  }
  .header-list {
    flex-direction: column;
    justify-content: normal;
    position: fixed;
    right: 0;
    height: 100%;
    width: 60%;
    bottom: 0;
    background-color: #3a63b0;
    align-items: start;
    z-index: 999;
  }
  .header-list .close {
    display: flex;
    justify-content: space-between;
    background-color: #f58220;
    padding: 27px 35px;
    font-size: 20px;
    position: relative;
  }
  .header-list .close button {
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    font-size: 28px;
    color: #2872a1;
  }
  .header-list li {
    width: 100%;
    color: white;
    font-weight: 500;
    border-bottom: solid 1px #2d57a5;
  }
  .header-list li a {
    font-size: 20px;
    padding: 0;
    display: flex;
    padding: 27px 35px;
    justify-content: space-between;
  }
  .header-list li a span:after {
    display: none;
  }
  .header-list li a.selected {
    color: #f58220;
  }
  .header-list .fas {
    display: block;
  }
  .header-list .li-search {
    display: flex;
  }
  header .overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 950;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .header-list.animate-enter {
    animation: animationEnter 0.3s normal;
    display: block;
  }
  .header-list.animate-left {
    animation: animationLeft 0.3s normal;
  }
  nav .overlay,
  .header-list,
  .search-logo,
  .call-link {
    display: none;
  }
  .burger-menu {
    display: block;
  }
  #carousel .hero-carousel-main #hero-title-box {
    top: 110px;
    left: -100px;
  }
  #carousel .hero-carousel-main #hero-title-box .hero-title-text {
    font-size: 55px;
  }
  #carousel .hero-carousel-main .hero-slider-engine {
    padding: 0;
    top: 90px;
    left: 0;
  }
  #carousel .hero-carousel-main .hero-item-card {
    height: 280px;
  }
  #carousel .hero-carousel-main .hero-item-card.swiper-slide-active {
    transition: transform 0.3s ease;
  }
  #carousel .hero-carousel-main .hero-item-card.swiper-slide-active .hero-overlay {
    display: none !important;
  }
  #carousel #infos {
    margin-top: 20px;
  }
  .card h3,
  .card h4 {
    font-size: 15px;
  }
  .card .card-footer {
    margin-block: 16px 0;
  }
  .cards-head {
    margin-bottom: 30px;
  }
  .grid-cards {
    grid-auto-rows: 153px;
  }
  .tour-info {
    bottom: 15px;
  }
  .tours-carousel {
    padding-inline: 100px;
  }
  .card-prev {
    left: 7%;
  }
  .card-next {
    right: 7%;
  }
}
@media only screen and (max-width: 992px) {
  .container {
    max-width: 720px;
  }
  #carousel .hero-carousel-main #hero-title-box {
    top: 70px;
    left: -120px;
  }
  #carousel .hero-carousel-main .hero-slider-engine {
    left: 30px;
    top: 80px;
  }
  #carousel .hero-carousel-main .hero-item-card {
    height: 210px !important;
  }
  #carousel #infos {
    margin-top: 5px;
  }
  #carousel #infos .info {
    width: 50px;
    height: 50px;
  }
  #carousel #infos .info p {
    display: none;
  }
  .tours-carousel {
    padding-inline: 80px;
  }
  .new-cards .card {
    flex: 0 0 31%;
  }
  .grid-cards {
    grid-auto-rows: 110px;
  }
  .tour-info p {
    display: none;
  }
  .form-container {
    width: 70%;
  }
  .form-container .inputs-row {
    display: block;
  }
  .form-container .inputs-row input {
    width: 100%;
  }
  .form-container .inputs-row input:first-child {
    margin-bottom: 15px;
  }
  .form-container .submit-btn {
    display: flex;
    justify-self: center;
  }
  .form-container .cloud-bottomleft {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .container {
    max-width: 540px;
  }
  #carousel {
    aspect-ratio: 21/14;
  }
  #carousel .hero-carousel-main .hero-slider-engine {
    left: -60px;
    top: 80px;
  }
  #carousel .hero-carousel-main #hero-title-box {
    position: relative;
    top: 80px;
    left: -140px;
  }
  #carousel .hero-carousel-main .dots-container {
    width: 32%;
    left: -70px;
  }
  .tours-carousel {
    padding-inline: 15px;
  }
  .card-prev {
    left: -20px;
  }
  .card-next {
    right: -20px;
  }
  .new-cards .card {
    flex: 0 0 48%;
  }
  .grid-cards {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-cards .card-grid:first-child {
    grid-column: span 1;
    grid-row: span 1;
  }
  .form-div {
    left: 0;
  }
  .form-container {
    width: 100%;
  }
  .form-container .lady {
    display: none;
  }
  .first .info-item {
    gap: 25px;
    flex-direction: column;
  }
  .second .info {
    flex-direction: column;
    gap: 15px;
  }
  .second .info-item {
    justify-content: center;
  }
  .header-list {
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .container {
    width: 100%;
  }
  #carousel {
    aspect-ratio: 21/17;
  }
  #carousel .hero-carousel-main .dots-container {
    display: none;
  }
  #carousel .hero-carousel-main .hero-slider-engine {
    left: -60px;
    top: 80px;
  }
  #carousel .hero-carousel-main .hero-item-card .hero-info-content p {
    display: none;
  }
  #carousel .hero-carousel-main #hero-title-box {
    position: relative;
    top: 60px;
    left: 15px;
  }
  #carousel .hero-carousel-main #hero-title-box .hero-title-text {
    font-size: 32px;
  }
  #carousel .hero-carousel-main #hero-title-box .hero-desc-text {
    font-size: 15px;
  }
  #carousel .hero-carousel-main .dots-container {
    width: 32%;
    left: -70px;
  }
  #carousel #infos {
    gap: 8px;
    margin-top: 20px;
  }
  #carousel #infos .info {
    width: 30px;
    height: 30px;
    border-radius: 5px;
  }
  #carousel #infos i {
    font-size: 12px;
  }
  .new-cards {
    justify-content: center;
  }
  .new-cards .card {
    flex: 0 0 90%;
  }
  .grid-cards {
    grid-auto-rows: 150px;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-cards .card-grid:first-child {
    grid-column: span 1;
    grid-row: span 1;
  }
  .form-container {
    padding: 30px 50px 50px;
  }
  .first .info {
    flex-direction: column;
    gap: 40px;
  }
  .first .info-item {
    width: 100%;
    flex-direction: row;
    justify-content: center;
  }
  .first .info-item:last-child {
    justify-content: center;
  }
}/*# sourceMappingURL=responsive.css.map */