body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  height: 100vh;
  width: 100%;
  color: #777777;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.625em;
  position: relative;
  line-height: normal;
}

*::-moz-selection {
  background-color: #F8B600;
  color: #FFFFFF;
}

*::selection {
  background-color: #F8B600;
  color: #FFFFFF;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  height: 100%;
}

.section-gap {
  padding-bottom: 120px;
  padding-top: 120px;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.section-area-header {
  width: 100%;
}

.section-area-header-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px 15px 70px;
  text-align: center;
}
.section-area-header-container h1 {
  color: #222222;
  margin: 0px 0px 10px;
  font-size: 36px;
}
.section-area-header-container p {
  color: #777777;
}

.banner-area {
  background-size:cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  height: 100%;
}

.overlay-bg {
  background: rgba(4, 9, 30, 0.4);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 1000;
}

.header-top {
  font-size: 12px;
  padding: 6px 0px;
  width: 100%;
}

.header-top-container-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.header-top-container-left {
  padding: 0px 15px;
  width: 50%;
}
.header-top-container-left ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  list-style-type: none;
}
.header-top-container-left ul li {
  margin-left: 15px;
}
.header-top-container-left ul li:hover a {
  color: #F8B600;
}
.header-top-container-left ul a {
  color: #FFFFFF;
  text-decoration: none;
  transition: all 0.3s ease;
}

.header-top-container-right {
  padding: 0px 15px;
  width: 50%;
}
.header-top-container-right ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  list-style-type: none;
}
.header-top-container-right ul li {
  margin-left: 15px;
}
.header-top-container-right ul li:hover a {
  color: #F8B600;
}
.header-top-container-right ul a {
  color: #FFFFFF;
  text-decoration: none;
  transition: all 0.3s ease;
}

.main-menu {
  padding-bottom: 20px;
  padding-top: 20px;
  background: rgba(255, 255, 255, 0.15);
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.main-menu-row {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.burger-menu {
  display: none;
}

.close-menu {
  display: none;
}

#logo {
  padding-left: 15px;
}
#logo img{
  width: 145px;
  height: 30px;
  object-fit: cover;
}

nav {
  padding-right: 15px;
}

nav ul {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 0px;
  margin: 0px;
}
nav ul li {
  padding: 0 8px 0px 8px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  outline: none;
}
nav ul li:hover a {
  color: #F8B600;
}
nav ul li a {
  color: #FFFFFF;
  text-decoration: none;
  transition: all 0.3s ease;
}

.overlay-text-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 999;
  text-align: center;
}

.overlay-text {
  color: #FFFFFF;
}
.overlay-text h1 {
  font-size: 55px;
}

.section-area-header {
  width: 100%;
}

.section-area-header-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px 15px 70px;
}
.section-area-header-container h1 {
  color: #222222;
  margin: 0px 0px 10px;
  font-size: 36px;
}
.section-area-header-container p {
  color: #777777;
}

.destination-cards {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
   flex-wrap: wrap;
}

.destination-card-contanier {
  padding: 0px 15px;
  flex: 1 1 300px; 
  max-width:450px;
}

.destination-card-image-container {
  position: relative;
}
.destination-card-image-container:hover .overlay-bg-card-image {
  opacity: 1;
}
.destination-card-image-container:hover .price-btn {
  opacity: 1;
}



.destination-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.destination-card-image-container {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.destination-card-image-overlay-container {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3; 
  overflow: hidden;
}

.destination-card-image-overlay-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.destination-card-image-description-container {
  padding: 1rem;
  flex-grow: 0;
}


.destination-card-image-overlay-container .img-fluid{
  object-fit: cover;
}

.overlay-bg-card-image {
  background: rgba(4, 9, 30, 0.4);
  position: absolute;
  opacity: 0;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.3s ease;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.destination-card-image-description-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.desc {
  text-align: center;
}
.desc h4 {
  font-size: 18px;
}
.desc p {
  font-size: 14px;
}
.desc h4,
.desc p {
  margin: 0;
  color: #FFFFFF;
}
.desc .price-btn {
  background: #F8B600;
  text-align: center;
  color: #222;
  padding: 6px 30px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  margin: 10px;
  opacity: 0;
  transition: all 0.3s ease;
  text-decoration: none;
}

.price-area {
  background: url(https://preview.colorlib.com/theme/travel/img/price-bg.png.webp);
  background-size: cover;
}

.price-area-card-container {
  padding: 0px 15px;
  width: 100%;
}

.price-area-cards {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.single-price {
  background-color: #FFFFFF;
  padding: 30px;
}
.single-price h4 {
  text-align: center;
  border-bottom: 1px solid #F8B600;
  padding-bottom: 20px;
  color: #04091E;
}
.single-price ul {
  list-style-type: none;
  padding: 0px;
  margin-left: 0px;
  margin-top: 30px;
  margin-bottom: 0px;
}
.single-price ul li {
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.price-place {
  font-size: 14px;
  color: #777777;
}

.price-btn {
  background: #f9f9ff;
  border: 1px solid #eee;
  color: #222;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 20px;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
.price-btn:hover {
  background-color: #F8B600;
  color: #FFFFFF;
}

.other-issue-area-cards {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}

.other-issue-area-card-container {
  padding: 0px 15px;
  flex: 1 1 300px; 
  display: flex;
}

.single-other-issue{
  flex: 1 1 250px; 
}
.single-other-rotated-image{
  width: 100%;
  height: 250px; 
  overflow: hidden;
}

.single-other-rotation-container {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.single-other-rotated-image {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  display: block;
}


.single-other-issue {
  transition: all 0.3s ease;
}
.single-other-issue a {
  text-decoration: none;
  outline: 0;
  color: #222222;
}
.single-other-issue h4 {
  transition: all 0.3s ease;
  font-size: 18px;
  margin: 20px 0;
}
.single-other-issue p {
  color: #777777;
  font-size: 14px;
  margin-bottom: 15px;
}
.single-other-issue:hover a {
  color: #F8B600;
}

.testimonial-area {
  background-color: #F9F9FF;
}

.home-about-area-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.home-about-area-left {
  padding-left: 20%;
}
.home-about-area-left h1 {
  font-size: 36px;
  color: #04091E;
}
.home-about-area-left p {
  max-width: 500px;
  padding: 20px 0;
  color: #777777;
  margin-bottom: 10px;
}

.home-about-area-left {
  max-width: 50%;
  margin-right: 20px;
  flex: 1;
}
.home-about-area-right{
  justify-content: center;
  align-items: center;
  display: flex;
  height: 100%;
  /* height: 385px; */
  overflow: hidden;
  width: 100%;
  flex: 1;
}
.home-about-area-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-area {
  background-color: #04091E;
}

.footer-top-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
}
.footer-top-row h6 {
  color: #FFFFFF;
  font-size: 18px;
  margin-bottom: 25px;
}
.footer-top-row p {
  color: #777777;
}

.footer-about-agency {
  max-width: 25%;
}

.footer-navigation-links {
  max-width: 25%;
}
.footer-navigation-links ul {
  margin: 0px;
  padding-left: 0px;
  list-style-type: none;
}
.footer-navigation-links li {
  margin-bottom: 12px;
}
.footer-navigation-links li a {
  text-decoration: none;
  color: #777777;
}

.footer-contact {
  max-width: 25%;
}
#footer-form{
display: flex;
justify-content: start;
align-items: start;
flex-direction: column;
}
#result2{
  margin-top: 10px;
}

#footer-email-container {
  line-height: 38px;
  border: none;
  background: transparent;
  border: 1px solid #333;
  font-weight: 300;
  color: #fff;
  padding-left: 20px;
  width: 80%;
}
.footer-email-container{
display: flex;
justify-content: start;
align-items: start;
}
.footer-send-email{
  margin-top: 5px;
}
.form-input-button {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

#plane-button {
  padding-left: 15px;
  padding-right: 15px;
  border: transparent;
  background-color: #F8B600;
  height: 40px;
}

.footer-socials {
  max-width: 25%;
}

.footer-socials-list {
  margin: 0px;
  padding: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style-type: none;
}
.footer-socials-list svg{
  margin-right: 20px;
  fill:#777;
  transition: all .3s ease ;
  cursor: pointer;
}
.footer-socials-list svg:hover{
  fill: #F8B600;
}


.footer-bottom-row {
  padding-top: 40px;
  margin-top: 20px;
  border-top: 1px solid #333;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  color: #777777;
}

.mobile-nav {
  visibility: hidden;
  width: 260px;
  height: 100%;
  position: fixed;
  z-index: 1200;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  padding-top: 18px;
  background: rgba(0, 0, 0, 0.8);
  transition: all 0.3s ease;
}
.mobile-nav ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-items: start;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.mobile-nav ul li {
  color: #FFFFFF;
  font-size: 14px;
  padding: 10px 22px 10px 15px;
}

.mobile-nav-visible {
  visibility: visible;
  transition: all 0.3s ease;
  transform: translateX(0);
}

.mobile-body-overlay {
  visibility: hidden;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1199;
}

.mobile-overlay-visible {
  visibility: visible;
  transition: all 0.3s ease;
}

@media (max-width: 1200px) {
  .container {
    max-width: 960px;
  }
  #header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 1000;
  }
  .header-top {
    font-size: 12px;
    padding: 6px 0px;
    width: 100%;
  }
  .header-top-container-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .header-top-container-left {
    padding: 0px 15px;
    width: 50%;
  }
  .header-top-container-left ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    list-style-type: none;
  }
  .header-top-container-left ul li {
    margin-left: 15px;
  }
  .header-top-container-left ul li:hover a {
    color: #F8B600;
  }
  .header-top-container-left ul a {
    color: #FFFFFF;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  .header-top-container-right {
    padding: 0px 15px;
    width: 50%;
  }
  .header-top-container-right ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    list-style-type: none;
  }
  .header-top-container-right ul li {
    margin-left: 15px;
  }
  .header-top-container-right ul li:hover a {
    color: #F8B600;
  }
  .header-top-container-right ul a {
    color: #FFFFFF;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  .main-menu {
    padding-bottom: 20px;
    padding-top: 20px;
    background: rgba(255, 255, 255, 0.15);
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
  .main-menu-row {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    justify-content: space-between;
  }
  #logo {
    padding-left: 15px;
  }

  nav {
    padding-right: 15px;
  }
  nav ul {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 0px;
    margin: 0px;
  }
  nav ul li {
    padding: 0 8px 0px 8px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    outline: none;
  }
  nav ul li:hover a {
    color: #F8B600;
  }
  nav ul li a {
    color: #FFFFFF;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  .overlay-text-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 999;
  }
  .overlay-text {
    color: #FFFFFF;
  }
  .overlay-text h1 {
    font-size: 55px;
  }
  .section-area-header {
    width: 100%;
  }
  .section-area-header-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 15px 70px;
  }
  .section-area-header-container h1 {
    color: #222222;
    margin: 0px 0px 10px;
    font-size: 36px;
  }
  .section-area-header-container p {
    color: #777777;
  }
  .destination-cards {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .destination-card-contanier {
    padding: 0px 15px;
  }
  .destination-card-image-container {
    position: relative;
  }
  .destination-card-image-container:hover .overlay-bg-card-image {
    opacity: 1;
  }
  .destination-card-image-container:hover .price-btn {
    opacity: 1;
  }
  .overlay-bg-card-image {
    background: rgba(4, 9, 30, 0.4);
    position: absolute;
    opacity: 0;
    width: auto;
    height: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 0.3s ease;
  }
  .img-fluid {
    max-width: 100%;
    height: auto;
  }
  .destination-card-image-description-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .desc {
    text-align: center;
  }
  .desc h4 {
    font-size: 18px;
  }
  .desc p {
    font-size: 14px;
  }
  .desc h4,
  .desc p {
    margin: 0;
    color: #FFFFFF;
  }
  .desc .price-btn {
    background: #F8B600;
    text-align: center;
    color: #222;
    padding: 6px 30px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin: 10px;
    opacity: 0;
    transition: all 0.3s ease;
    text-decoration: none;
  }
  .price-area {
    background: url(https://preview.colorlib.com/theme/travel/img/price-bg.png.webp);
    background-size: cover;
  }
  .price-area-card-container {
    padding: 0px 15px;
    width: 100%;
  }
  .price-area-cards {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .single-price {
    background-color: #FFFFFF;
    padding: 30px;
  }
  .single-price h4 {
    text-align: center;
    border-bottom: 1px solid #F8B600;
    padding-bottom: 20px;
  }
  .single-price ul {
    list-style-type: none;
    padding: 0px;
    margin-left: 0px;
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .single-price ul li {
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .price-place {
    font-size: 14px;
    color: #777777;
  }
  .price-btn {
    background: #f9f9ff;
    border: 1px solid #eee;
    color: #222;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 20px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .price-btn:hover {
    background-color: #F8B600;
    color: #FFFFFF;
  }
  .other-issue-area-cards {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
  .other-issue-area-card-container {
    padding: 0px 15px;
  }
  .single-other-rotation-container {
    width: 100%;
    overflow: hidden;
  } 
  .single-other-rotated-image {
    width: 100%;
    height: 100%;
  }
  .single-other-issue {
    transition: all 0.3s ease;
  }
  .single-other-issue a {
    text-decoration: none;
    outline: 0;
    color: #222222;
  }
  .single-other-issue h4 {
    transition: all 0.3s ease;
    font-size: 18px;
    margin: 20px 0;
  }
  .single-other-issue p {
    color: #777777;
    font-size: 14px;
  }
  .single-other-issue:hover a {
    color: #F8B600;
  }
  .testimonial-area {
    background-color: #F9F9FF;
  }
  .home-about-area-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .home-about-area-left {
    padding-left: 20%;
  }
  .home-about-area-left h1 {
    font-size: 20px;
    font-weight: 800;
    color: #04091E;
  }
  .home-about-area-left p {
    max-width: 500px;
    padding: 20px 0;
    color: #777777;
  }
  .home-about-area-left {
    max-width: 100%;
    text-align: left;
  }
  .home-about-area-right{
    justify-content: center;
    align-items: center;
    display: flex;
    height: 385px;
    overflow: hidden;
  }
  .home-about-area-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .footer-area {
    background-color: #04091E;
  }
  .footer-top-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
  .footer-top-row h6 {
    color: #FFFFFF;
    font-size: 18px;
    margin-bottom: 25px;
  }
  .footer-top-row p {
    color: #777777;
  }
  .footer-about-agency {
    max-width: 25%;
  }
  .footer-navigation-links {
    max-width: 25%;
  }
  .footer-navigation-links ul {
    margin: 0px;
    padding-left: 0px;
    list-style-type: none;
  }
  .footer-navigation-links li {
    margin-bottom: 12px;
  }
  .footer-navigation-links li a {
    text-decoration: none;
    color: #777777;
  }
  .footer-contact {
    max-width: 25%;
  }
  #footer-email-container {
    line-height: 38px;
    border: none;
    background: transparent;
    border: 1px solid #333;
    font-weight: 300;
    color: #777;
    padding-left: 20px;
    width: 80%;
  }
  .form-input-button {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #plane-button {
    padding-left: 15px;
    padding-right: 15px;
    border: transparent;
    background-color: #F8B600;
    height: 40px;
  }
  .footer-socials {
    max-width: 25%;
  }
  .footer-socials-list {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    list-style-type: none;
  }
 
  .footer-socials-images {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .footer-bottom-row {
    padding-top: 40px;
    margin-top: 20px;
    border-top: 1px solid #333;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
    color: #777777;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 720px;
  }
  #header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 1000;
  }
  .header-top {
    font-size: 12px;
    padding: 6px 0px;
    width: 100%;
  }
  .header-top-container-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .header-top-container-left {
    padding: 0px 15px;
    width: 50%;
  }
  .header-top-container-left ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    list-style-type: none;
  }
  .header-top-container-left ul li {
    margin-left: 15px;
  }
  .header-top-container-left ul li:hover a {
    color: #F8B600;
  }
  .header-top-container-left ul a {
    color: #FFFFFF;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  .header-top-container-right {
    padding: 0px 15px;
    width: 50%;
  }
  .header-top-container-right ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    list-style-type: none;
  }
  .header-top-container-right ul li {
    margin-left: 15px;
  }
  .header-top-container-right ul li:hover a {
    color: #F8B600;
  }
  .header-top-container-right ul a {
    color: #FFFFFF;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  .main-menu {
    padding-bottom: 20px;
    padding-top: 20px;
    background: rgba(255, 255, 255, 0.15);
    padding-left: 15px;
    padding-right: 15px;
    transition: all 0.9s ease;
  }
  .main-menu-row {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    justify-content: space-between;
  }
  .main-menu-row nav {
    display: none;
  }
  .main-menu-row .burger-menu {
    display: block;
    cursor: pointer;
  }
  .main-menu-row .burger-menu svg {
    fill: #FFFFFF;
    width: 24px;
    height: 24px;
  }
  .main-menu-row .close-menu {
    cursor: pointer;
  }
  .main-menu-row .close-menu svg {
    fill: #FFFFFF;
    width: 24px;
    height: 24px;
  }
  #logo {
    padding-left: 15px;
  }
  nav {
    padding-right: 15px;
  }
  nav ul {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 0px;
    margin: 0px;
  }
  nav ul li {
    padding: 0 8px 0px 8px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    outline: none;
  }
  nav ul li:hover a {
    color: #F8B600;
  }
  nav ul li a {
    color: #FFFFFF;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  .overlay-text-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 999;
  }
  .overlay-text {
    color: #FFFFFF;
  }
  .overlay-text h1 {
    font-size: 35px;
  }
  .section-area-header {
    width: 100%;
  }
  .section-area-header-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 15px 70px;
  }
  .section-area-header-container h1 {
    color: #222222;
    margin: 0px 0px 10px;
    font-size: 36px;
  }
  .section-area-header-container p {
    color: #777777;
  }
  .destination-cards {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .destination-card {
    margin-bottom: 30px;
  }
  .destination-card-contanier {
    padding: 0px 15px;
    width: 100%;
  }
  .destination-card-image-container {
    position: relative;
  }
  .destination-card-image-container:hover .overlay-bg-card-image {
    opacity: 1;
  }
  .destination-card-image-container:hover .price-btn {
    opacity: 1;
  }
  .overlay-bg-card-image {
    background: rgba(4, 9, 30, 0.4);
    position: absolute;
    opacity: 0;
    width: auto;
    height: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 0.3s ease;
  }
  .img-fluid {
    width: 100%;
    height: auto;
  }
  .destination-card-image-description-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .desc {
    text-align: center;
  }
  .desc h4 {
    font-size: 18px;
  }
  .desc p {
    font-size: 14px;
  }
  .desc h4,
  .desc p {
    margin: 0;
    color: #FFFFFF;
  }
  .desc .price-btn {
    background: #F8B600;
    text-align: center;
    color: #222;
    padding: 6px 30px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin: 10px;
    opacity: 0;
    transition: all 0.3s ease;
    text-decoration: none;
  }
  .price-area {
    background: url(https://preview.colorlib.com/theme/travel/img/price-bg.png.webp);
    background-size: cover;
  }
  .price-area-card-container {
    padding: 0px 15px;
    width: 100%;
    margin-bottom: 30px;
  }
  .price-area-cards {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .single-price {
    background-color: #FFFFFF;
    padding: 30px;
  }
  .single-price h4 {
    text-align: center;
    border-bottom: 1px solid #F8B600;
    padding-bottom: 20px;
  }
  .single-price ul {
    list-style-type: none;
    padding: 0px;
    margin-left: 0px;
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .single-price ul li {
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .price-place {
    font-size: 14px;
    color: #777777;
  }
  .price-btn {
    background: #f9f9ff;
    border: 1px solid #eee;
    color: #222;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 20px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .price-btn:hover {
    background-color: #F8B600;
    color: #FFFFFF;
  }
  .other-issue-area-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .other-issue-area-card-container {
    padding: 0px 15px;
  }
  .single-other-rotation-container{
    height: 300px;
  }
  .single-other-rotated-image {
    width: 100%;
  }
  .single-other-issue {
    transition: all 0.3s ease;
  }
  .single-other-issue a {
    text-decoration: none;
    outline: 0;
    color: #222222;
  }
  .single-other-issue h4 {
    transition: all 0.3s ease;
    font-size: 18px;
    margin: 20px 0;
  }
  .single-other-issue p {
    color: #777777;
    font-size: 14px;
  }
  .single-other-issue:hover a {
    color: #F8B600;
  }
  .home-about-area-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .home-about-area-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0px;
    width: 100%;
    margin-bottom: 25px;
    margin-right: 0px;
    margin-top: 10px;
  }
  .home-about-area-left h1 {
    font-size: 25px;
    font-weight: 800;
  }
  .home-about-area-left p {
    max-width: 500px;
    padding: 20px 0;
    color: #777777;
    margin-bottom: 0px;
  }
  .home-about-area-right {
    width: 100%;
    max-height: 385px;
  }
  .home-about-area-right img {
    width: 100%;
    object-fit: cover;
  }
  .footer-area {
    background-color: #04091E;
  }
  .footer-top-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-items: start;
    justify-content: start;
  }
  .footer-top-row h6 {
    color: #FFFFFF;
    font-size: 18px;
    margin-bottom: 25px;
  }
  .footer-top-row p {
    color: #777777;
  }
  .footer-about-agency {
    margin-top: 25px;
    max-width: 100%;
  }
  .footer-navigation-links {
    max-width: 100%;
    margin-top: 25px;
  }
  .footer-navigation-links ul {
    margin: 0px;
    padding-left: 0px;
    list-style-type: none;
  }
  .footer-navigation-links li {
    margin-bottom: 12px;
  }
  .footer-navigation-links li a {
    text-decoration: none;
    color: #777777;
  }
  .footer-contact {
    max-width: 100%;
  }
  #footer-email-container {
    line-height: 38px;
    border: none;
    background: transparent;
    border: 1px solid #333;
    font-weight: 300;
    color: #777;
    padding-left: 20px;
    width: 80%;
  }
  .form-input-button {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #plane-button {
    padding-left: 15px;
    padding-right: 15px;
    border: transparent;
    background-color: #F8B600;
    height: 40px;
  }
  .footer-socials {
    max-width: 100%;
    margin-top: 25px;
  }
  .footer-socials-list {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    list-style-type: none;
  }

  .footer-bottom-row {
    padding-top: 40px;
    margin-top: 20px;
    border-top: 1px solid #333;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
    color: #777777;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 540px;
  }
  #header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 1000;
  }
  .header-top {
    font-size: 12px;
    padding: 6px 0px;
    width: 100%;
  }
  .header-top-container-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .header-top-container-left {
    padding: 0px 15px;
    width: 50%;
  }
  .header-top-container-left ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    list-style-type: none;
  }
  .header-top-container-left ul li {
    margin-left: 15px;
  }
  .header-top-container-left ul li:hover a {
    color: #F8B600;
  }
  .header-top-container-left ul a {
    color: #FFFFFF;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  .header-top-container-right {
    padding: 0px 15px;
    width: 50%;
  }
  .header-top-container-right ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    list-style-type: none;
  }
  .header-top-container-right ul li {
    margin-left: 15px;
  }
  .header-top-container-right ul li:hover a {
    color: #F8B600;
  }
  .header-top-container-right ul a {
    color: #FFFFFF;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  .main-menu {
    padding-bottom: 20px;
    padding-top: 20px;
    background: rgba(255, 255, 255, 0.15);
    padding-left: 15px;
    padding-right: 15px;
  }
  .main-menu-row {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    justify-content: space-between;
  }
  #logo {
    padding-left: 15px;
  }
  nav {
    padding-right: 15px;
  }
  nav ul {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 0px;
    margin: 0px;
  }
  nav ul li {
    padding: 0 8px 0px 8px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    outline: none;
  }
  nav ul li:hover a {
    color: #F8B600;
  }
  nav ul li a {
    color: #FFFFFF;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  .overlay-text-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 999;
  }
  .overlay-text {
    color: #FFFFFF;
  }
  .section-area-header {
    width: 100%;
  }
  .section-area-header-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 15px 70px;
  }
  .section-area-header-container h1 {
    color: #222222;
    margin: 0px 0px 10px;
    font-size: 36px;
  }
  .section-area-header-container p {
    color: #777777;
  }
  .destination-cards {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .destination-card {
    margin-bottom: 30px;
  }
  .destination-card-contanier {
    padding: 0px 15px;
    width: 100%;
  }
  .destination-card-image-container {
    position: relative;
  }
  .destination-card-image-container:hover .overlay-bg-card-image {
    opacity: 1;
  }
  .destination-card-image-container:hover .price-btn {
    opacity: 1;
  }
  .overlay-bg-card-image {
    background: rgba(4, 9, 30, 0.4);
    position: absolute;
    opacity: 0;
    width: auto;
    height: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 0.3s ease;
  }
  .img-fluid {
    width: 100%;
    height: auto;
  }
  .destination-card-image-description-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .desc {
    text-align: center;
  }
  .desc h4 {
    font-size: 18px;
  }
  .desc p {
    font-size: 14px;
  }
  .desc h4,
  .desc p {
    margin: 0;
    color: #FFFFFF;
  }
  .desc .price-btn {
    background: #F8B600;
    text-align: center;
    color: #222;
    padding: 6px 30px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin: 10px;
    opacity: 0;
    transition: all 0.3s ease;
    text-decoration: none;
  }
  .price-area {
    background: url(https://preview.colorlib.com/theme/travel/img/price-bg.png.webp);
    background-size: cover;
  }
  .price-area-card-container {
    padding: 0px 15px;
    width: 100%;
    margin-bottom: 30px;
  }
  .price-area-cards {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .single-price {
    background-color: #FFFFFF;
    padding: 30px;
  }
  .single-price h4 {
    text-align: center;
    border-bottom: 1px solid #F8B600;
    padding-bottom: 20px;
  }
  .single-price ul {
    list-style-type: none;
    padding: 0px;
    margin-left: 0px;
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .single-price ul li {
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .price-place {
    font-size: 14px;
    color: #777777;
  }
  .price-btn {
    background: #f9f9ff;
    border: 1px solid #eee;
    color: #222;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 20px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .price-btn:hover {
    background-color: #F8B600;
    color: #FFFFFF;
  }
  .other-issue-area-cards {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .other-issue-area-card-container {
    padding: 0px 15px;
    width: 100%;
  }
  .single-other-rotated-image {
    width: 100%;
    height: 300px;
  }
  .single-other-issue {
    transition: all 0.3s ease;
  }
  .single-other-issue a {
    text-decoration: none;
    outline: 0;
    color: #222222;
  }
  .single-other-issue h4 {
    transition: all 0.3s ease;
    font-size: 18px;
    margin: 20px 0;
  }
  .single-other-issue p {
    color: #777777;
    font-size: 14px;
  }
  .single-other-issue:hover a {
    color: #F8B600;
  }
  .home-about-area-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .home-about-area-left {
    text-align: center;
    padding: 0px;
    width: 100%;
  }
  .home-about-area-left h1 {
    font-size: 25px;
    width: 100%;
    font-weight: 800;
  }
  .home-about-area-left p {
    max-width: 500px;
    padding: 20px 0;
    color: #777777;
  }
  .home-about-area-right {
    width: 100%;
  }
  .home-about-area-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .footer-area {
    background-color: #04091E;
  }
  .footer-top-row {
    background-color: transparent !important;
  }
  .footer-top-row h6 {
    color: #FFFFFF;
    font-size: 18px;
    margin-bottom: 25px;
  }
  .footer-top-row p {
    color: #777777;
  }
  .footer-about-agency {
    max-width: 100%;
  }
  .footer-navigation-links {
    max-width: 100%;
  }
  .footer-navigation-links ul {
    margin: 0px;
    padding-left: 0px;
    list-style-type: none;
  }
  .footer-navigation-links li {
    margin-bottom: 12px;
  }
  .footer-navigation-links li a {
    text-decoration: none;
    color: #777777;
  }
  .footer-contact {
    max-width: 100%;
  }

  #footer-email-container {
    line-height: 38px;
    border: none;
    background: transparent;
    border: 1px solid #333;
    font-weight: 300;
    color: #777;
    padding-left: 20px;
    width: 80%;
  }
  #plane-button {
    padding-left: 15px;
    padding-right: 15px;
    border: transparent;
    background-color: #F8B600;
    height: 40px;
  }
  .footer-socials {
    max-width: 100%;
  }
  
  .footer-socials-list{
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    list-style-type: none;
  }


  .footer-bottom-row {
    padding-top: 40px;
    margin-top: 20px;
    border-top: 1px solid #333;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
    color: #777777;
  }
}/*# sourceMappingURL=home.css.map */