* {
  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;
}

.head,
ul,
nav,
.menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header {
  position: absolute;
  left: 0;
  padding-block: 40px;
  right: 0;
  z-index: 9999;
}
header .overlay {
  display: none;
}
header .cloud {
  position: absolute;
  top: 0;
  transform: rotate(180deg);
  width: 105px;
}
header nav {
  width: 72%;
}
header .close,
header .fas {
  display: none;
}

.burger-menu {
  display: none;
  cursor: pointer;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  background-color: transparent;
  border: 1px solid transparent;
  transform: rotateY(180deg);
}
.burger-menu span {
  display: block;
  margin-bottom: 5px;
  height: 3px;
  background-color: #2872a1;
}
.burger-menu .line1,
.burger-menu .line2 {
  width: 30px;
}
.burger-menu .line3 {
  width: 19px;
}

header.scrolled {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding-block: 20px;
  background-image: linear-gradient(-90deg, #8ec7ef, #1e419b);
}
header.scrolled .logo img {
  width: 130px;
}
header.scrolled nav {
  justify-content: normal;
}

@keyframes bounceIn {
  0% {
    transform: scaleX(0);
  }
  50% {
    transform: scaleX(1);
  }
  70% {
    transform: scaleX(0.9);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes bounceOut {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  70% {
    transform: scaleX(0.1);
  }
  100% {
    transform: scaleX(0);
  }
}
.header-list li a {
  font-size: 16px;
  font-weight: 500;
  padding-inline: 10px;
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}
.header-list li a:hover {
  color: #f58220;
}
.header-list li a span {
  position: relative;
  display: inline-block;
  padding-bottom: 2px;
}
.header-list li a span:after {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  background-color: #f58220;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left;
  animation: bounceOut 0.6s ease forwards;
  opacity: 0;
}
.header-list li a span:hover:after {
  opacity: 1;
  animation: bounceIn 0.6s ease forwards;
}
.header-list .header-list.d-none {
  display: none;
}
.header-list .header-list.d-block {
  display: block;
}
.header-list .burger-menu-search {
  height: 50px;
  width: 100%;
  padding: 12px 30px;
  border-radius: 25px;
  outline: none !important;
  font-size: 13px;
  border: 1px solid #fff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.header-list .li-search {
  display: none;
  padding: 27px 35px;
  align-items: center;
}
.header-list .burger-search-icon {
  height: 50px;
  background-image: url("https://bravotravel.az/img/search.png");
  cursor: pointer;
  background-repeat: no-repeat;
  border-radius: 100%;
  background-color: white;
  padding: 24.5px;
  background-position: center;
  transition: 500ms all ease;
  border: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.logo img {
  max-width: 160px;
}

.menu {
  gap: 12px;
}

.search-logo {
  cursor: pointer;
  padding: 10px 10px 5px 10px;
  border-radius: 50%;
  background-color: #fff;
}

.lang-dropdown,
.call-link,
.drop-lang {
  display: flex;
  align-items: center;
}

.call-link,
.drop-lang {
  gap: 5px;
}

.drop-down {
  position: relative;
  padding-bottom: 15px;
}
.drop-down:hover .drop-lang {
  display: block;
}

.lang-dropdown {
  border-radius: 0.9375rem;
  padding: 5px 7px;
  background-color: #fff;
  color: #fff;
  position: relative;
  top: 8px;
  font-weight: 600;
}
.lang-dropdown .choose-lang {
  font-weight: 600;
  display: flex;
  align-items: center;
}
.lang-dropdown img {
  width: 20px;
  height: 20px;
}
.lang-dropdown span {
  font-size: 12px;
  color: #000;
  margin-inline: 4px;
}
.lang-dropdown::after {
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
  color: #e2e2e2;
}

.drop-lang {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 36px;
  left: 0;
  right: 0;
  color: #fff;
  background-color: #fff;
  border-radius: 12px;
}
.drop-lang a:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.031372549);
}
.drop-lang a:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.drop-lang a {
  display: block;
  width: 100%;
  display: flex;
  gap: 8px;
  padding: 5px;
  transition: 0.3s all ease;
  align-items: center;
}
.drop-lang a:hover {
  background-color: #e2e2e2;
}
.drop-lang::after {
  position: absolute;
  z-index: -5;
  content: "";
  border-bottom: 8px solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  top: -5px;
  left: 20%;
}

.call-link {
  border-radius: 34px;
  background-color: #fff;
  padding: 10px 15px;
  color: #000;
}
.call-link span {
  font-size: 13px;
}

.bg {
  background: url("https://bravotravel.az/img/map.png") no-repeat;
}

#tours,
#new-tours {
  padding-block: 40px;
}

#tours {
  background-position: top;
}

.new-tours-bg {
  background-size: cover;
  background-position: left;
}

.cards-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}
.cards-head h2 {
  font-size: 35px;
  font-weight: 600;
  line-height: 1.2;
}
.cards-head a {
  display: block;
  font-size: 15px;
  position: relative;
}
.cards-head a:after {
  display: block;
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  background-color: black;
  display: block;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transform-origin: 0 50%;
  transition-property: all;
  transition-duration: 0.5s;
}
.cards-head a:hover:after {
  width: 0%;
}

.cards {
  transition-timing-function: linear;
  padding-block: 10px;
  transition: transform 0.4s ease;
}

.new-cards {
  display: flex;
  gap: 15px;
  padding-block: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.new-cards .card {
  flex: 0 0 23%;
}

.card {
  cursor: pointer;
  overflow: hidden;
  border-radius: 20px;
  transition: 0.5s all ease;
}
.card:hover {
  box-shadow: 0px 5px 16px 0px #d0cdcd;
}
.card img {
  width: 100%;
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
}
.card .card-info {
  background-color: #f7f7fb;
  padding: 18px;
}
.card h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}
.card h4 {
  font-size: 16px;
  font-weight: 600;
}
.card .card-footer {
  display: flex;
  justify-content: space-between;
  margin-block: 16px 30px;
}
.card .card-footer p {
  background-color: #f58220;
  border-radius: 34px;
  font-size: 12px;
  padding: 4px 14px;
  color: #fff;
}
.card .card-footer span {
  color: #484848;
  font-size: 14px;
  font-weight: 600;
}

.cards-wrapper {
  overflow: hidden;
}

.tours-carousel {
  position: relative;
  padding-inline: 150px;
}

.cards-carousel {
  position: relative;
  overflow: hidden;
}

.card-navbtn {
  background-color: #e8e8e8;
  border-radius: 50%;
  padding: 10px;
  color: #fff;
  font-size: 16px;
  border: 7px solid white;
  transition: 0.5s all ease;
  cursor: pointer;
}
.card-navbtn:hover {
  background-color: #f58220;
}

.card-prev {
  left: 10%;
  position: absolute;
  top: 40%;
}

.card-next {
  right: 10%;
  position: absolute;
  z-index: 999;
  top: 40%;
}

.card-prev,
.card-next {
  z-index: 10;
}
.card-prev.swiper-button-disabled,
.card-next.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

#country-tours {
  background-color: #f7f7fb;
  padding: 50px 0 100px;
  position: relative;
}
#country-tours .cards-head {
  position: relative;
  z-index: 1;
}

.cloud-topright {
  position: absolute;
  top: 0;
  right: 0;
}

.cloud-bottomright {
  position: absolute;
  bottom: 0;
  right: 0;
}

.cloud-bottomleft {
  position: absolute;
  bottom: 0;
  left: 0;
}

.grid-cards {
  display: grid;
  grid-template-columns: 2fr 2fr 2.8fr 2.8fr 2.8fr;
  grid-auto-rows: 190px;
  gap: 8px;
  grid-auto-flow: dense;
}

.card-grid {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.card-grid:first-child {
  grid-column: span 2;
  grid-row: span 3;
}
.card-grid a {
  display: block;
  width: 100%;
  height: 100%;
}
.card-grid img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-grid .overlay {
  position: absolute;
  height: 50%;
  width: 100%;
  bottom: 0;
  transition: 0.3s all ease;
  border-radius: 24px;
  background-image: linear-gradient(178deg, rgba(0, 118, 129, 0), #040404);
  opacity: 1;
}
.card-grid:hover .overlay {
  opacity: 0;
}
.card-grid:hover h3 {
  margin-bottom: 15px;
}
.card-grid:hover p {
  margin-bottom: 5px;
}

.tour-info {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 0;
  color: #fff;
}
.tour-info h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 3px;
  transition: 0.3s all ease;
}
.tour-info p {
  font-size: 13px;
  transition: 0.3s all ease;
}

.form-div {
  display: flex;
  justify-content: center;
  position: relative;
  left: 70px;
}

.form-container {
  position: relative;
  background-color: #1e419b;
  padding: 30px 97px 50px;
  border-radius: 20px;
  width: 80%;
  margin: 60px 0 70px;
}
.form-container .form-bg {
  background-image: url("https://bravotravel.az/img/map.png");
  background-repeat: no-repeat;
  background-position: -165px center;
  background-size: cover;
  width: 100%;
  height: 318px;
  position: absolute;
  top: 10px;
  left: 14px;
}
.form-container .form-head {
  color: #fff;
  font-size: 35px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.form-container .form-head h3 {
  font-weight: 500;
}
.form-container form {
  position: relative;
  z-index: 15;
  margin-bottom: 15px;
}
.form-container .inputs-row {
  display: flex;
  justify-content: space-between;
}
.form-container .inputs-row input {
  height: 50px;
  border-radius: 25px;
  font-size: 18px;
}
.form-container .inputs-row input:focus {
  outline: none;
}
.form-container .inputs-row input {
  padding: 17px;
  width: 48%;
}
.form-container select {
  height: 50px;
  border-radius: 25px;
  font-size: 18px;
}
.form-container select:focus {
  outline: none;
}
.form-container select {
  position: relative;
  display: block;
  width: 100%;
  cursor: pointer;
  border: 1px solid #fff;
  transition: 0.5s all ease;
  padding: 10px 17px;
  background-color: #fff;
  margin-block: 15px;
}
.form-container select option:first-child {
  color: rgb(206, 206, 206);
}
.form-container textarea {
  width: 100%;
  border-radius: 20px;
  margin-bottom: 15px;
  padding: 17px;
  font-size: 18px;
  transition: 0.5s all ease;
  outline: none;
  resize: vertical;
  min-height: 90px;
  max-height: 300px;
}
.form-container .submit-btn {
  background-color: #f58220;
  color: #fff;
  border: 1px solid #f58220;
  border-radius: 25px;
  height: 50px;
  cursor: pointer;
  transition: 0.3s all ease;
  width: 170px;
  font-size: 18px;
  outline: none;
}
.form-container .submit-btn:hover {
  background-color: #e86b00;
}
.form-container .lady {
  position: absolute;
  top: -110px;
  left: -175px;
}
.form-container .cloud-bottomleft {
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 25px;
}
.form-container .cloud-bottomright {
  width: 500px;
  height: 196px;
  position: absolute;
  bottom: -50px;
}

@keyframes fly {
  from {
    left: 0;
  }
  to {
    left: 100%;
  }
}
#carousel {
  width: 100%;
  aspect-ratio: 21/10;
  position: relative;
  overflow: hidden;
}
#carousel .swiper-content-my,
#carousel .swiper,
#carousel .swiper-wrapper,
#carousel .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
#carousel .bg-layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -5;
}
#carousel .bg-baku {
  position: absolute;
  width: clamp(300px, 45vw, 900px);
  top: 25%;
  left: 20%;
  transform: translateX(-45%);
  width: 45%;
  height: auto;
  z-index: -3;
}
#carousel .bg-fly {
  position: absolute;
  width: clamp(120px, 18vw, 350px);
  top: 16%;
  left: 10%;
  height: auto;
  z-index: -1;
}
#carousel .bg-fly.flying {
  animation: fly 4s ease-in-out;
}
#carousel .hero-carousel-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
#carousel .hero-carousel-main #hero-title-box {
  position: relative;
  top: 130px;
  left: -70px;
}
#carousel .hero-carousel-main #hero-title-box .hero-title-text {
  text-transform: uppercase;
  font-size: 70px;
  color: #f58220;
  font-weight: bold;
  line-height: 1;
}
#carousel .hero-carousel-main #hero-title-box .hero-desc-text {
  font-size: 22px;
  text-transform: uppercase;
  color: #000;
}
#carousel .hero-carousel-main .hero-slider-engine {
  width: 35%;
  margin: 0;
  position: relative;
  overflow: hidden;
  left: 150px;
  top: 45px;
}
#carousel .hero-carousel-main .hero-item-card.swiper-slide-active {
  transition: height 0.3s ease;
}
#carousel .hero-carousel-main .hero-item-card.swiper-slide-active .hero-overlay {
  display: none !important;
}
#carousel .hero-carousel-main .hero-wrapper-box {
  align-items: center;
}
#carousel .hero-carousel-main .hero-item-card {
  flex-shrink: 0;
  height: 300px;
  width: 235px;
  border-radius: 13px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.38);
}
#carousel .hero-carousel-main .hero-item-card:hover .hero-overlay {
  display: block;
}
#carousel .hero-carousel-main .hero-item-card .hero-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f58220;
  opacity: 0.5;
  border-radius: 15px;
  z-index: 1;
}
#carousel .hero-carousel-main .hero-item-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
#carousel .hero-carousel-main .hero-item-card .hero-info-content {
  position: absolute;
  bottom: 5%;
  color: #fff;
  padding: 0 30px 20px 15px;
  z-index: 2;
}
#carousel .hero-carousel-main .hero-item-card .hero-info-content h3 {
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 8px;
}
#carousel .hero-carousel-main .hero-item-card .hero-info-content p {
  font-size: 15px;
  line-height: 20px;
}
#carousel .hero-carousel-main .dots-container {
  position: relative;
  z-index: 20;
  transform: rotate(90deg);
  width: 25%;
  left: -45px;
  top: 20px;
}
#carousel .hero-carousel-main .hero-dots-container {
  display: flex;
  height: 100%;
}
#carousel .hero-carousel-main .hero-dots-container .swiper-pagination-bullet {
  opacity: 1;
  width: auto;
  height: auto;
  border: none;
}
#carousel .hero-carousel-main .hero-dots-container .dot-parent {
  position: relative;
  margin-left: 30px;
  width: 8px;
  height: 8px;
}
#carousel .hero-carousel-main .hero-dots-container .dot-parent .dot {
  display: block;
  background-color: #1e419b;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
#carousel .hero-carousel-main .hero-dots-container .dot-parent:after {
  content: "";
  position: absolute;
  top: 40%;
  width: 40px;
  height: 1.5px;
  background-color: #1e419b;
  left: 10px;
}
#carousel .hero-carousel-main .hero-dots-container .swiper-pagination-bullet:nth-last-child(2) .dot::after {
  width: 39px;
}
#carousel .hero-carousel-main .hero-dots-container .swiper-pagination-bullet:last-child:after {
  display: none;
}
#carousel .hero-carousel-main .hero-dots-container .swiper-pagination-bullet-active .dot {
  background-color: #f58220;
  transform: scale(1.4);
}
#carousel #infos {
  display: flex;
  z-index: 45;
  gap: 15px;
  margin-top: 90px;
}
#carousel #infos .info {
  width: 85px;
  height: 85px;
  padding: 0 5px;
  border-radius: 12px;
  border: 1px solid #1e419b;
  color: #1e419b;
  line-height: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: 300ms all ease;
}
#carousel #infos .info:hover {
  background-color: #1e419b;
  color: #fff;
}
#carousel #infos i {
  font-size: 23px;
}

.clouds {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.clouds .cloud {
  position: absolute;
  will-change: transform;
  pointer-events: none;
}
.clouds .cloud-first {
  top: 14%;
  left: 8%;
  z-index: 6;
}
.clouds .cloud-second {
  left: 37%;
  top: 100px;
  top: 15%;
  z-index: 2;
}
.clouds .cloud-third {
  left: auto;
  right: -2%;
  top: 16%;
}
.clouds .cloud-third img {
  width: 490px;
}
.clouds .cloud-fourth {
  top: 330px;
  top: 50%;
}
.clouds .cloud-fifth {
  left: 42%;
  top: 330px;
}
.clouds .cloud-sixth {
  top: 352px;
  right: -150px;
}

.chat-icon {
  position: fixed;
  background-color: #f58220;
  width: 60px;
  height: 60px;
  z-index: 9000;
  bottom: 25px;
  right: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  fill: #fff;
  cursor: pointer;
}

footer .info,
footer .info-item {
  display: flex;
  align-items: center;
}
footer .info {
  justify-content: space-between;
}
footer .info-item {
  width: 33%;
}
footer .info-item:last-child {
  justify-content: flex-end;
}
footer .info-item:nth-child(2) {
  justify-content: center;
}

.first {
  background-color: #1e419b;
  padding: 50px 0;
  position: relative;
}
.first .info {
  color: #fff;
  gap: 10px;
}
.first .info-item {
  gap: 8px;
}
.first .info-item a {
  position: relative;
}
.first .info-item a:after {
  content: "";
  height: 1px;
  width: 0;
  position: absolute;
  background-color: #fff;
  display: block;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transform-origin: 0 50%;
  transition-property: all;
  transition-duration: 0.5s;
  bottom: 0;
}
.first .info-item a:hover:after {
  width: 100%;
}
.first .imgdiv {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f58220;
}
.first .cloud-footer {
  position: absolute;
}
.first .left {
  left: 0;
  bottom: 30px;
}
.first .right {
  right: 0;
  bottom: 0;
}

.second {
  padding: 20px 0;
}
.second .info-item {
  gap: 8px;
  font-size: 15px;
}
.second .info-item:last-child {
  color: #b2b2b2;
}
.second .social-link {
  background-color: gray;
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  width: 25px;
  height: 25px;
  text-align: center;
  transition: 0.5s all ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.second .social-link:hover {
  background-color: #f58220;
}/*# sourceMappingURL=style.css.map */