@media screen and (max-width: 992px) {
  /* ---------Moblie Menu------------- */
  .small {
    display: block;
    transition: all 0.3s ease-in-out;
  }

  .small nav {
    padding: 15px 0;
  }

  .small nav .container-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }

  .small nav .menu {
    width: 40px;
    height: 40px;
    background: #e72e77;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
  }
  .small nav .menu iconify-icon {
    color: #fff;
    font-size: 38px;
  }

  .small nav .sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 260px;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease-in-out;
    z-index: 1000;
  }

  .small.show .sidebar {
    right: 0;
  }
  .small nav .sidebar > ul {
    margin-top: 70px !important;
  }

  .small nav .sidebar > ul > li {
    padding: 10px;
  }
  .small nav .sidebar ul > li {
    border-bottom: 1px solid #ece4e4;
  }
  .small nav .sidebar ul > li:last-child {
    border-bottom: 0px;
  }
  .small nav .sidebar ul > li:last-child {
    border-bottom: none;
  }

  .small nav .sidebar ul > li > a {
    color: #000;
    padding: 4px;
    font-size: 17px;
    text-transform: capitalize;
  }

  .small nav .sidebar > ul > li.link-sm {
    position: relative;
  }

  .small nav .sidebar ul li.link-sm i {
    position: absolute;
    top: 3px;
    right: 0px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 19px;
    color: #1e1e1e;
    font-weight: 700;
  }

  .small nav .sidebar ul.sub-menu-sm {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    margin-top: 0px !important;
  }

  .small nav .sidebar ul.sub-menu-sm li {
    padding: 4px 16px;
  }

  .small .times {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #0e0e0e;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
  }
  .small .times iconify-icon {
    color: #fff;
    font-size: 24px;
  }
  .small .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    z-index: 1000;
  }

  .small.show .overlay {
    opacity: 1;
    pointer-events: all;
  }
  .small {
    display: block;
  }
  /* ---------Moblie Menu------------- */
  /* ---------Moblie Call Action------------- */
  .mobile-fixed-button {
    position: fixed;
    bottom: 0;
    width: 100%;
  }
  .call-btn {
    background-color: #000;
    padding: 15px 50px;
    text-transform: uppercase;
    color: #fff;
    display: block;
    text-align: center;
  }
  .mobile-fixed-button {
    display: none;
  }
  /* ---------Moblie Call Action------------- */
  #main_header{
    display: none;
  }
  .banner_heading h1 {
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
  .home_main_page .btn_sec {
    text-align: center;
  }
  .banner_heading {
    color: #ffff;
    text-align: center;
  }
  .banner_heading h4::before {
    content: "";
    background-color: var(--theme-color);
    width: 30px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 12px;
  }
  .banner_heading h4 {
    font-size: 18px;
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 400;
    display: inline-block;
    padding-left: 30px;
    position: relative;
  }
  .logo img {
    width: 158px;
  }

  .small {
    background-color: rgba(0, 0, 0, 0.49) !important;
  }
  .home_main_slider .item {
    background-size: cover;
    padding: 456px 0 40px;
  }
  .banner_heading_sec {
    position: absolute;
    bottom: 28%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 11;
  }
  section {
    padding: 50px 0px;
  }
  .heading h2 {
    font-size: 30px;
    font-weight: 600;
    font-family: var(--theme-heading-font);
    margin-bottom: 15px;
    color: #323232;
    text-transform: uppercase;
  }
  .video-play-button::after {
    content: "\f04b";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    font-family: FontAwesome;
    height: 60px;
    background: var(--theme-color);
    border-radius: 50%;
    transition: all 200ms;
    right: 0;
    text-align: center;
    padding-top: 6px;
    color: #fff;
    font-size: 31px;
    padding-left: 10px;
  }
  .content_section {
    background: url('../image/video-img.jpg') no-repeat center;
    background-size: cover;
    padding: 200px 0;
  }
  .destinations_conted .top_img {
    overflow: hidden;
    border-radius: 18px;
    position: relative;
    height: 175px;
  }
  .about_home .heading h5::before {
    content: "";
    background-color: var(--theme-color);
    width: 45px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 12px;
  }
  .about_home .heading h5::after {
    content: "";
    background-color: var(--theme-color);
    width: 45px;
    height: 2px;
    position: absolute;
    right: 0;
    top: 12px;
  }
  .about_home .heading h5 {
    font-size: 20px;
    font-weight: 500;
    padding: 0 53px;
    display: inline-block;
    position: relative;
    margin-bottom: 5px;
  }
  .about_home .heading h2 {
    font-size: 30px;
  }
  .about_home .heading {
    background-color: #fff;
    padding: 20px;
    text-align: center;
  }
  .galley_img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
  .contact_coning {
    background-color: #ffffff;
    background-size: cover;
    border-radius: 0px;
    color: #333333;
    position: relative;
    margin-top: 0;
  }
  footer .ft_gap_left {
    margin-left: 0;
  }
  .banner_heading_sec {
    position: absolute;
    bottom: inherit;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 11;
    top: 27%;
  }
  .inner-page h1 {
    color: transparent;
    -webkit-text-stroke: 2px #e72e77;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: uppercase;
  }
  .contact_coning .contact_top h4 {
    color: #fff;
    margin-bottom: 0;
    font-size: 19px;
    font-weight: 500;
  }
  .home_contact .contact-number li {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
  }
  .home_contact .contact-number i {
    color: #ffffff;
    background-color: var(--theme-color);
    min-width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 50px;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
  }
  .home_contact .contact-number li p {
    margin-bottom: 0px;
    font-weight: 600;
    color: var(--theme-color);
    font-size: 17px;
    text-transform: capitalize;
  }
  .home_contact .contact-number li a {
    color: #ffffff;
    font-size: 15px;
  }
  p {
    margin: 0;
    line-height: 25px;
    margin-bottom: 20px;
    font-size: 14px;
    font-family: var(--theme-default-font);
  }
  .contact-page .heading{
    text-align: center;
  }
  .date {
    color: #707070;
    width: 100% !important;
  }
  .date_sec {
    display: flex;
    align-items: center;
    gap: 0px;
  }
  .contact-left-el1 {
    margin-bottom: 26px;
    margin-top: 30px;
    display: flex;
    align-items: flex-start;
    text-align: left;
  }
  .contact-left-el {
    margin-bottom: 23px;
    display: flex;
    align-items: center;
    text-align: left;
  }
  footer .ft_links2 li {
    margin-bottom: 8px;
    display: flex;
    align-items: self-start;
    color: #ffffff;
    justify-content: center;
  }
  footer .ft_socail {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    justify-content: center;
  }
  footer {
    padding: 70px 0 50px;
    background-color: #000;
    color: #ffffff;
    font-size: 15px;
    text-align: center;
  }
   .galley_img {
    border-radius: 15px;
    height: inherit;
    overflow: hidden;
  }
  .inner-services .heading h2 {
        color: #fff;
        font-size: 40px;
    }
    .inner-services {
        padding: 145px 0 50px;
        position: relative;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 567px) {
  .mobile-fixed-button {
    display: block;
  }
  .content_section {
    background: url('../image/video-img.jpg') no-repeat center;
    background-size: cover;
    padding: 120px 0;
  }
  .about_home .heading {
    background-color: #fff;
    padding: 15px;
    text-align: center;
  }
  .galley_img img {
    width: 100%;
    height: 185px;
    object-fit: cover;
  }
  .banner_heading_sec {
    position: absolute;
    bottom: inherit;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 11;
    top: 27%;
  }
  .inner-page {
    padding: 200px 0 23px;
    position: relative;
  }
  .contact-page form {
    background: #f7f7f7;
    padding: 20px;
    border-radius: 10px;
  }
  .contact-page form h3 {
    display: inline-block;
    position: relative;
    padding-right: 0;
    font-size: 25px;
    text-align: center;
  }
  .contact-page form h3::before {
    content: "";
    background-color: var(--theme-color);
    width: 100%;
    height: 3px;
    position: relative;
    right: 0;
    top: 100%;
    left: 0;
  }
  .contact-page form input {
    width: 100%;
    padding: 8px;
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--theme-color);
    outline: none;
    font-size: 13px;
  }
  .contact-page form textarea {
    width: 100%;
    padding: 10px;
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--theme-color);
    outline: none;
    font-size: 13px;
  }
  .contact-page form button {
    outline: none;
    border-radius: 0;
    width: 100%;
  }
  footer {
    padding: 45px 0 50px;
    background-color: #000;
    color: #ffffff;
    font-size: 15px;
    text-align: center;
  }
}

@media screen and (max-width: 320px) {
}
