@media (max-width: 1400px) {
  /* hero-section */
  .hero-section::after {
    height: 672px;
    width: 466px;
  }

  /* hero-section */

  /* booking-section */
  .booking-section .ongoing-card {
    right: -10px;
  }

  /* booking-section */

  /* testimonial-section */
  .testimonial-section .testimonial-nav {
    right: 30px;
  }

  .testimonial-section .testimonial-wrapper {
    gap: 104px;
  }

  /* testimonial-section */

  .logo-ticker {
    padding: 80px 0 120px;
  }

  .signup-form-section {
    padding: 0 40px;
  }
}

@media (max-width: 1200px) {
  h1 {
    font-size: 64px;
  }

  /* header */

  .header {
    padding: 35px 0;
  }

  .header .nav ul {
    gap: 40px;
  }

  .header .h-contnet .h-left .nav {
    margin-right: 66px;
  }

  /* header */

  /* hero-section */
  .hero-section .hero-wrapper .hero-image img {
    height: 764px;
  }

  .hero-section .hero-wrapper .hero-image {
    margin-left: -149px;
  }

  /* hero-section */

  /* best-service-section */
  .best-service-section {
    padding: 160px 0 60px;
  }

  .services-title-details {
    margin-bottom: 50px;
  }

  .services-card-wrapper {
    gap: 35px;
  }

  .services-card {
    padding: 30px 20px;
    width: calc(25% - 67px);
  }

  /* best-service-section */

  /* top-selling-section */
  .destination-shape {
    right: -12px;
  }

  .top-selling-section {
    padding: 40px 0 70px;
  }

  .selling-title-details {
    margin-bottom: 50px;
  }

  /* top-selling-section */

  /* booking-section */
  .booking-section .ongoing-card {
    right: -10px;
    max-width: 188px;
    padding: 10px 15px 15px 15px;
  }

  .booking-section .ongoing-card img {
    height: 40px;
  }

  .booking-section .booking-section-wrapper {
    gap: 38px;
  }

  .booking-section .left-content {
    flex: 0 0 auto;
  }

  .booking-section {
    padding: 30px 0 30px;
  }

  .booking-section .right-content::before {
    width: 214px;
    height: 214px;
    left: 40px;
    top: -40px;
  }

  .booking-section .trip-card .icon-wrapper ul {
    gap: 10px;
  }

  .booking-section .trip-card .icon-wrapper ul li .icon {
    width: 25px;
    height: 25px;
  }

  .booking-section .trip-card .icon-wrapper ul li .icon img {
    width: 12px;
  }

  .booking-section .trip-card .icon-wrapper {
    margin-bottom: 20px;
  }

  /* booking-section */

  /* testimonial-section */
  .testimonial-section .testimonial-nav {
    right: 30px;
  }

  .testimonial-section .testimonial-wrapper {
    gap: 40px;
  }

  .testimonial-section .testimonial-card {
    max-width: 380px;
  }

  .testimonial-section {
    padding: 80px 0;
  }

  .testimonial-section h2 {
    margin-bottom: 62px;
  }

  /* testimonial-section */

  /* signup-form-section */
  .signup-form-section .form-shape {
    right: -45px;
    bottom: -40px;
  }

  .signup-form-section .form-shape img {
    height: 96px;
  }

  /* signup-form-section */
}

@media (max-width: 991px) {
  /* header */
  .header .menu-toggle {
    display: flex;
  }

  h1 {
    font-size: 54px;
  }

  h2 {
    font-size: 38px;
  }

  .header .logo {
    width: 112px;
  }

  .header .header-right {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .header .h-contnet .h-left {
    justify-content: center;
  }

  .header .nav {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 99;
    width: 100%;
    background: #fff;
    padding: 100px 25px 60px;
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    transition: 0.6s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -ms-transition: 0.6s ease;
    -o-transition: 0.6s ease;
  }

  .header .nav.active {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }

  .header .nav ul {
    flex-direction: column;
    gap: 20px;
  }

  /* header */

  /* hero-section */
  .hero-section::after {
    height: 472px;
    width: 366px;
  }

  .hero-section .hero-wrapper h1 span::after {
    height: 7px;
    width: 185px;
    left: -14px;
  }

  .hero-section .hero-wrapper .hero-image img {
    height: 532px;
  }

  .hero-section .hero-wrapper .hero-subtitle {
    font-size: 18px;
  }

  .hero-section .hero-wrapper .hero-image {
    margin-left: -89px;
  }

  .hero-section::before {
    width: 378px;
    left: -309px;
    height: 396px;
  }

  /* hero-section */

  /* best-service-section */
  .best-service-section {
    padding: 100px 0 50px;
  }

  .services-title-details {
    margin-bottom: 45px;
  }

  .services-card {
    padding: 30px 20px;
    width: calc(50% - 67px);
  }

  .services-card::after {
    left: -10px;
    bottom: -25px;
    width: 60px;
    height: 60px;
  }

  .services-card img {
    height: 62px;
  }

  /* best-service-section */

  /* top-selling-section */
  .top-selling-section {
    padding: 40px 0 50px;
  }

  .selling-title-details {
    margin-bottom: 40px;
  }

  .destination-img {
    height: 368px;
  }

  .destination-card {
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
  }

  .destination-grid .destination-shape img {
    height: 222px;
  }

  .destination-content {
    padding: 22px 18px 28px 17px;
  }

  /* top-selling-section */
  /* testimonial-section */
  .testimonial-section .testimonial-card {
    max-width: 60%;
  }

  .testimonial-section .testimonial-card {
    padding: 25px 20px 15px;
  }

  /* testimonial-section */

  .logo-ticker {
    padding: 80px 0px 120px;
  }

  /* signup-form-section */
  .signup-form-section .form-shape {
    display: none;
  }

  .signup-form-section {
    padding: 0;
  }

  .signup-form-section h2 {
    font-size: 26px;
  }

  .signup-form-section .signup-from-wrapper {
    border-radius: 110px 34px 34px 34px;
    -webkit-border-radius: 110px 34px 34px 34px;
    -moz-border-radius: 110px 34px 34px 34px;
    -ms-border-radius: 110px 34px 34px 34px;
    -o-border-radius: 110px 34px 34px 34px;
  }

  .signup-form-section .plan-icon img {
    height: 55px;
  }

  .signup-form-section .plan-icon {
    right: -12px;
  }

  .signup-form-section .signup-from-wrapper::after {
    width: 321px;
    height: 460px;
    bottom: -64px;
  }

  /* signup-form-section */
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }

  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 32px;
  }

  .btn-yellow {
    padding: 14px 20px;
  }

  /* header */
  .header .header-right {
    gap: 15px;
  }

  .header {
    padding: 20px 0;
  }

  .header .logo {
    width: 79px;
    height: 23px;
  }

  .btn-outline-black {
    padding: 8px 14px;
    font-size: 14px;
  }

  .dropdown-btn {
    font-size: 14px;
  }

  /* header */

  /* hero-section */

  .hero-section .hero-wrapper h1 br {
    display: none;
  }

  .hero-section .hero-wrapper {
    flex-direction: column;
    align-items: start;
    gap: 40px;
  }

  .hero-section .hero-wrapper .hero-image {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-section .hero-wrapper h1 {
    margin-bottom: 12px;
  }

  .hero-section .hero-wrapper .hero-content {
    margin: 0 auto;
    max-width: 410px;
    text-align: center;
  }

  .hero-content .hero-buttons {
    justify-content: center;
  }

  .hero-content .hero-buttons {
    gap: 30px;
  }

  .hero-content .hero-buttons .btn-video .btn-play {
    height: 38px;
    width: 39px;
  }

  .hero-section::after {
    height: 292px;
    width: 156px;
  }

  .hero-section .hero-wrapper h1 span::after {
    height: 6px;
    width: 115px;
    left: -14px;
    bottom: 10px;
  }

  /* hero-section */

  /* best-service-section */
  .best-service-section {
    padding: 60px 0 30px;
  }

  .services-title-details {
    margin-bottom: 22px;
  }

  .common-tag * {
    font-size: 16px;
  }

  .services-card .services-icon {
    margin-bottom: 20px;
  }

  .services-card {
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
  }

  .services-card h3 {
    font-size: 18px;
  }

  /* best-service-section */

  /* top-selling-section */
  .destination-card {
    width: calc(50% - 15px);
  }

  .top-selling-section {
    padding: 30px 0 30px;
  }

  .destination-img {
    height: 348px;
  }

  .destination-grid .destination-shape {
    display: none;
  }

  .destination-top h4 {
    font-size: 16px;
  }

  .destination-top span {
    font-size: 16px;
  }

  .trip-info {
    font-size: 16px;
  }

  .selling-title-details {
    margin-bottom: 30px;
  }

  .destination-grid {
    gap: 30px;
  }

  .booking-section .booking-section-wrapper {
    gap: 30px;
    flex-direction: column;
  }

  /* .booking-section .left-content{
    width: 100%;
  } */

  .booking-section .right-content {
    width: 100%;
    max-width: 420px;
  }

  .booking-section .trip-card {
    max-width: 100%;
    padding: 15px;
  }

  .booking-section .ongoing-card {
    bottom: 10px;
  }

  .booking-section .step .icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }

  .booking-section .step {
    gap: 15px;
  }

  .booking-section .ongoing-card h4 {
    font-size: 16px;
    margin-bottom: 8px;
  }

  /* top-selling-section */

  /* testimonial-section */
  .testimonial-section .testimonial-wrapper {
    flex-direction: column;
  }

  .testimonial-section .testimonial-left {
    width: 100%;
    text-align: center;
  }

  .testimonial-section .testimonial-dots {
    justify-content: center;
  }

  .testimonial-section .testimonial-left .testimonial-dots {
    display: none;
  }

  .testimonial-section h2 {
    margin-bottom: 42px;
  }

  .testimonial-section .testimonial-right {
    width: 85%;
  }

  /* testimonial-section */

  .logo-ticker {
    padding: 30px 0 60px;
  }

  .logo-ticker .logo-ticker-track {
    gap: 40px;
  }

  .logo-ticker .logo-item {
    min-width: 120px;
  }

  .logo-ticker .logo-item img {
    max-width: 90px;
  }

  .logo-ticker .logo-item.featured {
    padding: 15px 20px;
  }

  .signup-form-section .signup-from-wrapper {
    padding: 58px 30px;
  }

  .signup-form-section h2 {
    margin-bottom: 34px;
  }

  .signup-form-section .signup-form form .btn {
    padding: 16px 34px;
  }

  .signup-form-section .signup-form .form-control {
    padding: 20px 20px 20px 46px;
  }

  .signup-form-section .signup-from-wrapper::after {
    width: 231px;
    height: 350px;
    left: 0;
    bottom: -58px;
  }

  .signup-form-section .signup-form .form-group .icon {
    left: 15px;
  }

  .signup-form-section .signup-from-wrapper::before {
    width: 194px;
    height: 260px;
  }

  .signup-form-section .plan-icon img {
    height: 45px;
  }

  /* footer */
  .footer-logo .logo {
    font-size: 32px;
    margin-bottom: 14px;
  }

  .footer {
    padding: 40px 0 30px;
  }

  .footer-content {
    gap: 30px;
  }

  .footer-bottom {
    margin-top: 30px;
  }

  .footer-links h4 {
    font-size: 18px;
    margin-bottom: 18px;
  }

  .footer-links ul li a {
    font-size: 16px;
  }

  .footer-right h5 {
    font-size: 18px;
  }

  /* footer */
}

@media (max-width: 575px) {
  /* header */
  .header .login {
    display: none;
  }

  /* header */

  /* hero-section */
  .hero-section .hero-wrapper .hero-image img {
    height: 362px;
  }
  /* hero-section */
  /* top-selling-section */
  .destination-card {
    width: 100%;
  }

  /* top-selling-section */

  /* testimonial-section */
  .testimonial-section .testimonial-text {
    font-size: 14px;
    margin-bottom: 22px;
  }

  .testimonial-section .testimonial-avatar {
    width: 50px;
    height: 50px;
    top: -25px;
    left: -25px;
  }

  .testimonial-section .testimonial-card {
    max-width: 80%;
  }

  .testimonial-section h2 {
    margin-bottom: 24px;
  }

  .testimonial-section .testimonial-nav {
    display: none;
  }

  .testimonial-section .testimonial-wrapper {
    gap: 20px;
  }

  .testimonial-section {
    padding: 30px 0;
  }

  .booking-section .ongoing-card {
    display: none;
  }

  .signup-form-section .signup-form form {
    flex-direction: column;
  }

  .signup-form-section h2 {
    margin-bottom: 24px;
  }

  /* testimonial-section */

  .signup-form-section h2 {
    font-size: 20px;
  }

  .signup-form-section .signup-form form .btn {
    justify-content: center;
  }

  .signup-form-section .signup-from-wrapper {
    padding: 48px 20px;
  }

  .services-card {
    width: 100%;
  }

  .footer-content {
    flex-direction: column;
  }
}
