.home-banner-bnr-wrap {
    position: relative;
    z-index: 6;
    background-color: var(--primary-color1);
    margin-top: 64px;
}
.home-banner-bnr-wrap .home-banner-bnr-sec {
    position: relative;
}
.home-banner-bnr-wrap .home-banner-bnr-sec-content {
    background-size: cover;
    background-color: #fff;
}
.home-banner-bnr-wrap .home-banner-5-text {
    padding-top: 70px;
    padding-bottom: 70px;

}
.home-banner-inr-bnr-plane-bx img {
    position: absolute !important;
    left: 106px;
    top: 164px !important;
    z-index: 1 !important;
    width: 500px !important;
    animation: slide-top-fast 1.5s ease-in-out infinite alternate-reverse both;
}
@keyframes slide-top-fast {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
.home-banner-inr-bnr-plane-bx {
    animation: slide-right 20s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@keyframes slide-right {
  0% {
    transform: translateX(-40%) scale(0.2);
  }
  100% {
    transform: translateX(32%) scale(1);
  }
}
.home-banner-bnr-wrap .home-banner-5-text .home-banner-5-text-small {
    font-size: 30px;
    font-family: var(--font-dancing);
    line-height: 70px;
    color: var(--primary-color1);
    display: block;
    margin-bottom: 0;
}
.home-banner-bnr-wrap .home-banner-5-text .home-banner-5-text-mid {
    position: relative;
    max-width: 700px;
}
.home-banner-bnr-wrap .home-banner-5-text .home-banner-5-text-large {
    font-size: 76px;
    line-height: 1.2;
    color: var(--primary-color1);
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    font-weight: 700;
}
.home-banner-bnr-wrap .home-banner-5-text .home-banner-5-text-large span {
    color: var(--yellow-color);
}
.home-banner-bnr-wrap .home-banner-5-text .home-banner-text-detail {
    font-size: 18px;
    line-height: 28px;
    max-width: 700px;
    color: var(--teat-color);
    position: relative;
    margin-bottom: 30px;
}
.home-banner-bnr-wrap .home-banner-5-text .home-banner-btn-wrap {
    display: flex;
    align-items: center;
    padding-left: 20px;
}
.home-banner-bnr-wrap .home-banner-5-text .home-banner-btn {
    position: relative;
    z-index: 4;
    margin-right: 30px;
}
.home-banner-bnr-wrap .step-bnr-5-moreinf {
    display: flex;
    align-items: center;
}
.home-banner-bnr-wrap .step-bnr-5-moreinf .step-wsp-media {
    margin-right: 10px;
}
.home-banner-bnr-wrap .step-bnr-5-moreinf .step-wsp-mor-info {
    color: var(--primary-color1);
    font-weight: 700;
    font-size: 18px;
}
.home-banner-bnr-wrap .step-bnr-5-moreinf .step-wsp-mor-info span {
    display: block;
    color: var(--yellow-color);
    font-size: 24px;
}
.home-banner-bnr-wrap .home-banner-bnr-sec .home-banner-bnr-baloon-top {
    position: absolute;
    z-index: 6;
    top: 50px;
    left: 740px;
    opacity: 0.5;
    animation: sld-20 2s linear infinite alternate-reverse;
}
.home-banner-bnr-wrap .home-banner-bnr-sec .home-banner-bnr-baloon-bottom {
    position: absolute;
    z-index: 6;
    bottom: 30px;
    left: 800px;
    opacity: 0.5;
    animation: sld-30 2s linear infinite alternate-reverse;
}
.home-banner-bnr-wrap .home-banner-bnr-sec .home-banner-bnr-leaf-top {
    position: absolute;
    z-index: 6;
    top: -90px;
    left: 870px;
    animation: swing 4s ease-in-out infinite alternate;
}
.home-banner-bnr-wrap .home-banner-bnr-sec .home-banner-bnr-leaf-bottom {
    position: absolute;
    z-index: 6;
    bottom: -60px;
    left: -20px;
    animation: swing 5s ease-in-out infinite alternate;
}
@keyframes sld-30 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(30px);
  }
}
@keyframes sld-20 {
  0% {
     transform: translateY(0);
  }
  100% {
     transform: translateY(-20px);
  }
}

@keyframes swing {
	0% { transform: rotate(-5deg); }
	100% { transform: rotate(5deg); }
}
.home-banner-bnr-sec img {
    position: absolute;
    bottom: 0;
    right: 0;
}
.woman-holding {
    position: absolute;
    bottom: 0 !important;
    top: inherit !important;
    right: 0;
    width: 595px;
    /* z-index: 2; */
}

/* =============================================== */

.step-sec {
    background-color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.step-column-style-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}
.step-column-style-head .step-column-style-head-btn {
    text-align: right;
}
.step-step-st2-bx1 {
    border-radius: 30px;
    background: linear-gradient(to bottom, var(--primary-color1) 45%, rgb(255, 255, 255) 100%);
    padding: 50px 30px 20px 30px;
    margin-bottom: 30px;
    position: relative;
}
.step-step-st2-bx1:after {
    position: absolute;
    content: "";
    width: 95%;
    height: 95%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,  -50%);
    border-radius: 30px;
    border: 2px solid var(
    --yellow-color);
}
.step-step-st2-bx1 .step-icon {
    text-align: center;
    margin-bottom: 20px;
}
.step-step-st2-bx1 .step-icon .step-icon-back {
    width: 120px;
    height: 120px;
    background-color: #45869D;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.step-step-st2-bx1 .step-icon .step-icon-front {
    width: 90px;
    height: 90px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.step-step-st2-bx1 .step-icon .step-icon-front img {
    max-width: 48px;
    width: 100%;
    filter: brightness(0) saturate(100%) invert(73%) sepia(22%) saturate(928%) hue-rotate(153deg) brightness(78%) contrast(89%);
}
.step-step-st2-bx1 .step-content {
    padding-left: 10px;
    padding-right: 10px;
}
.step-step-st2-bx1 .step-content .step-title {
    font-size: 28px;
    font-weight: 500;
    color: var(--white-color);
    line-height: 1.2;
    margin-bottom: 15px;
}
.step-step-st2-bx1 .step-content p {
    font-size: 16px;
    font-weight: 400;
    color: var(--white-color);
    line-height: 1.4;
    margin-bottom: 20px;
}
.step-step-st2-bx1 .step-btm-txt-part {
    display: flex;
    align-items: end;
    justify-content: space-between;
}
.step-step-st2-bx1 .step-btm-txt-part .bld-num {
    font-size: 76px;
    font-weight: 900;
    color: #fff;
    line-height: 1.2;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    margin-left: 30px;
    margin-bottom: 0px;
}

/* ================================================ */
.about-wrapper {
    position: relative;
}
.about-wrapper .shape1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.about-wrapper .shape3 {
    position: absolute;
    top: 95px;
    left: 187px;
    z-index: 2;
}
.about-wrapper .shape4 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.about-wrapper .shape6 {
    position: absolute;
    top: 95px;
    right: 187px;
    z-index: 2;
}
.about-wrapper .about-us {
    background: var(--white-color);
}
.about-us .title-area {
    position: relative;
    z-index: 5;
}
.about-us .title-area .sub-title {
    color: var(--primary-color1);
    font-family: var(--title-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.about-us .title-area .title {
    color: var(--text-color);
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 50px;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.about-us .title-area .text {
    color: var(--text-color);
    text-align: center;
    font-family: var(--body-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 45px;
}

/* =============================================  */

/** about-style-two **/

.about-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 60px;
}
.about-inner .about-content {
    flex: 1 1 29.33%;
    max-width: 29.33%;
}
.about-inner .about-content .booking-number {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.about-inner .about-content .booking-number .left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 12px;
}
.about-inner .about-content .booking-number .icon {
    width: 44px;
    height: 44px;
    background-color: var(--primary-color1);
    border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.caption-1 {
    font-size: 14px !important;
    line-height: 22px;
    margin-bottom: 0px;
}
.about-inner .image-section {
    background: var(--primary-color1);
    border: 1px solid #dfe2e7;
    padding: 20px;
    border-radius: 50%;
    flex-shrink: 1;
    flex-grow: 1;
    max-width: 412px;
    height: 410px;
}
.number-phone p{
  margin-bottom: 0;
}
.number-phone p a{
  color: var(--primary-color1);
  font-weight: 700;
}
.about-inner .image-section img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 50%;
}
.heading-section .title {
    color: var(--teat-color);
    padding-bottom: 8px;
    text-transform: capitalize;
    font-size: 44px;
    line-height: 50px;
    text-align: left;
}
.about-inner .about-details {
    flex: 1 1 29.33%;
    max-width: 29.33%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 32px;
    flex-direction: column;
}
.about-inner .about-details .details-item .title {
    color: var(--text-color);
    font-size: 24px;
    line-height: 30px;
    text-align: left;
}
.about-inner .about-details .details-item .sub-title {
    color: #64666c;
}
.about-inner .about-details .lin {
    width: 100%;
    height: 1px;
    background-color: #dfe2e7;
}
/* =============================================== */

.popular-tour {
    position: relative;
}
.popular-tour-shape1 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 324px;
    animation: 1.5s ease-in-out 0s infinite alternate-reverse both running slide-top-fast;
}
.trv-mf-tour-bx1 {
    margin-bottom: 0.5px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 30px;
    padding: 15px;
    transition: 0.5s all ease;
    background-color: var(--primary-color1);
}
.trv-mf-tour-bx1:hover {
    background-color: var(--yellow-color);
}
.trv-mf-tour-bx1 .trv-media img {
    height: 348px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 20px;
    width: 100%;
    border: 5px solid var(--yellow);
}
.trv-mf-tour-bx1 .trv-title {
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 5px;
}

/* .trv-mf-tour-carousal .swiper-wrapper .swiper-slide {
    flex: 1;
    transition: 0.5s all ease;
}
.trv-mf-tour-carousal .swiper-wrapper .swiper-slide:hover {
    flex: 4;
} */
.trv-mf-tour-carousal {
  width: 100%; /* Make sure container doesn’t exceed screen width */
}
.trv-mf-tour-carousal .swiper-wrapper {
    display: flex;
}




.trv-mf-tour-bx1 .trv-title a {
    color: #fff;
    transition: 0.5s all ease;
    margin-bottom: 10px;
    display: block;
}
.trv-mf-tour-bx1 .trv-title span {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}

/* --------------------------------------------------------------------- */
.destinations {
    background-image: url('../images/home/shape-1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.destinations .card-item {
  margin-bottom: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.destinations .card-item .card-img {
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.destinations .card-item .card-img img {
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px 5px 0 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.destinations .card-item .card-img .add-to-wishlist {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  cursor: pointer;
  color: #0d233e;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.destinations .card-item .card-img .add-to-wishlist:hover {
  background-color: var(--primary-color1);
  color: #fff;
}
.destinations .card-item .card-title {
    font-size: 22px;
    color: var(--primary-color1);
    margin-bottom: 2px;
    font-weight: 700;
}
.destinations .card-item .card-title a {
  color: var(--primary-color1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.destinations .card-item .card-title a:hover {
  color: var(--primary-color1);
}
.destinations .card-item .card-meta {
  font-size: 15px;
  margin-bottom: 0;
}
.destinations .card-item .card-meta .post-dot {
  width: 4px;
  height: 4px;
  background-color: rgba(128, 137, 150, 0.4);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  position: relative;
  top: -3px;
}
.destinations .card-item .card-body {
  padding: 25px 30px;
  min-height: auto;
}
@media (max-width: 425px) {
  .destinations .card-item .list-items-2 li span {
    width: 100%;
  }
}
.destinations .card-item .card-rating {
  padding-top: 12px;
  padding-bottom: 12px;
}
.destinations .card-item .card-rating .badge {
  background-color: var(--primary-color1);
  font-size: 15px;
}
.destinations .card-item .card-rating .review__text {
  padding-left: 4px;
  padding-right: 4px;
  color: var(--primary-color1);
  font-size: 15px;
}
.destinations .card-item .card-rating .rating__text {
  font-size: 14px;
}
.destinations .card-item .card-price {
  font-size: 15px;
}
.destinations .card-item .card-price .price__from {
  font-size: 13px;
}
.destinations .card-item .card-price .price__num {
  color: #0d233e;
  font-size: 18px;
  font-weight: 500;
}
.destinations .card-item .card-price .price__text {
  display: block;
  line-height: 16px;
}
@media (max-width: 1199px) {
  .destinations .card-item .card-price {
    display: block !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .destinations .card-item .card-price {
    display: flex !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .destinations .card-item .card-price {
    display: flex !important;
  }
}
.destinations .card-item:hover {
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}
/* ============================================= */

@media (max-width: 767.98px) {
  .tripex-cta-sec {
    margin: 0 10px;
  }
}
.tripex-cta-sec .cta-wrapper {
  position: relative;
  z-index: 1;
  background-color: var(--primary-color1);
  padding-top: 40px;
}
.tripex-cta-sec .cta-wrapper .shape {
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 1199.98px) {
  .tripex-cta-sec .cta-wrapper .shape {
    display: none;
  }
}
.tripex-cta-sec .cta-wrapper .shape.shape-one {
  top: 20px;
  left: 55px;
}
@media (max-width: 1650px) {
  .tripex-cta-sec .cta-wrapper .shape.shape-one {
    top: 30px;
    left: 0;
  }
}
@media (max-width: 1399.98px) {
  .tripex-cta-sec .cta-wrapper .shape.shape-one {
    top: 30px;
    left: 20px;
  }
  .tripex-cta-sec .cta-wrapper .shape.shape-one img {
    width: 60%;
  }
}
.tripex-cta-sec .cta-wrapper .shape.shape-two {
  top: 75px;
  right: 44px;
}
@media (max-width: 1399.98px) {
  .tripex-cta-sec .cta-wrapper .shape.shape-two {
    display: none;
  }
}
.tripex-cta-sec .cta-wrapper .map-bg {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 40px;
  width: 50%;
  height: 100%;
  background-size: contain;
}
.tripex-cta-sec .tripex-content-box {
  padding-bottom: 52px;
}
@media (max-width: 1399.98px) {
  .tripex-cta-sec .tripex-content-box {
    padding-right: 30px;
  }
}
@media screen and (max-width: 991.98px) {
  .tripex-cta-sec .tripex-content-box {
    margin-bottom: 40px;
    padding-right: 0;
  }
}
.tripex-cta-sec .tripex-content-box h2 {
    color: var(--white-color);
    margin-bottom: 15px;
    font-size: 44px;
    line-height: 55px;
    letter-spacing: -0.03em;
    text-align: left;
}
@media (max-width: 1650px) {
  .tripex-cta-sec .tripex-content-box h2 {
    font-size: 50px;
  }
}
@media (max-width: 1399.98px) {
  .tripex-cta-sec .tripex-content-box h2 {
    font-size: 45px;
    line-height: 60px;
  }
}
@media screen and (max-width: 1199.98px) {
  .tripex-cta-sec .tripex-content-box h2 {
    font-size: 32px;
    line-height: 45px;
  }
}
@media (max-width: 767.98px) {
  .tripex-cta-sec .tripex-content-box h2 {
    font-size: 24px;
    line-height: 35px;
  }
}
.tripex-cta-sec .tripex-content-box p {
  color: var(--white-color);
  max-width: 575px;
  margin-bottom: 25px;
  text-align: left;
}

.theme-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    font-family: var(--heading-font);
    font-size: 1rem;
    border-radius: 30px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: left !important;
}

.theme-btn.style-one {
    padding: 15px 25px 15px 25px;
    line-height: 20px;
    background-color: var(--primary-color2);
    color: var(--white-color);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/* =============================================== */

/** funfact-section **/

.funfact-section{
  position: relative;
  overflow: hidden;
}

.funfact-section .bg-layer:before{
  position: absolute;
  content: '';
  background: #0F2454;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}

.funfact-section .inner-container{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.funfact-block-one .inner-box{
  position: relative;
  display: block;
}

.funfact-block-one .inner-box .icon-box{
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 30px;
  color: #fff;
  background: rgba(255, 255, 255, 0.20);
  border-radius: 50%;
  margin-bottom: 30px;
}

.funfact-block-one .inner-box .icon-box:before{
  position: absolute;
  content: '';
  width: 108px;
  height: 108px;
  border-radius: 50%;
  left: -14px;
  top: -14px;
  border: 8px solid rgba(255, 255, 255, 0.20);
}

.funfact-block-one .inner-box .count-outer{
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 55px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 5px;
}

.funfact-block-one .inner-box h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  font-weight: 500;
}

.funfact-block-one .inner-box .arrow-shape{
  position: absolute;
  top: 50px;
  left: 190px;
  width: 139px;
  height: 42px;
  background-repeat: no-repeat;
}
.parallax-bg{
  position: absolute;
  left: 0px;
  top: -30%;
  width: 100%;
  height: calc(100% + 30%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


/** RTL **/

.rtl .funfact-block-one .inner-box .arrow-shape{
  left: inherit;
  right: 190px;
}

/** responsive-css **/

@media only screen and (max-width: 1200px){
  .funfact-block-one .inner-box .arrow-shape{
    display: none;
  }
}

@media only screen and (max-width: 991px){

}

@media only screen and (max-width: 767px){
  .funfact-section .inner-container{
    display: block;
    text-align: center;
  }

  .funfact-block-one{
    margin-bottom: 40px;
  }

  .funfact-block-one:last-child{
    margin-bottom: 0px;
  }

  .funfact-section{
    padding: 80px 0px 70px 0px;
  }
}

@media only screen and (max-width: 599px){

}

@media only screen and (max-width: 499px){

}
/* ================================================= */

.faq-section {
	 background: rgba(28, 168, 203, 0.03);
	 position: relative;
	 z-index: 1;
}
 .faq-section .shapes .shape-1 {
	 position: absolute;
	 top: 0;
	 right: 0;
	 z-index: -1;
}
 .faq-section .shapes .shape-2 {
	 position: absolute;
	 bottom: 0;
	 left: 0;
	 z-index: -1;
}
 .faq-content .accordion-item {
	 background-color: transparent;
	 border: none;
	 box-shadow: none;
}
 .faq-content .accordion-item:not(:last-of-type) {
	 margin-bottom: 40px;
}
 .faq-content .accordion-item .accordion-button {
	 background-color: transparent;
	 font-size: 20px;
	 font-weight: 500;
	 border: none;
	 box-shadow: none;
	 padding: 0;
	 border-bottom: 1px solid rgba(221, 221, 221, 0.6);
	 padding-bottom: 25px;
   width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
 .faq-content .accordion-item .accordion-button:after {
	 color: var(--ts-color-theme-primary);
	 background-image: none;
	 font-family: "Font Awesome 6 Pro";
	 content: "\f054";
	 font-size: 14px;
	 font-weight: 400;
}
 .faq-content .accordion-item .accordion-button:not(.collapsed) {
	 border-bottom: 1px solid var(--ts-color-theme-primary);
}
 .faq-content .accordion-item .accordion-button:not(.collapsed):after {
	 content: "\f078";
	 transform: rotate(0);
}
 .faq-content .accordion-item .accordion-body {
	 padding: 0;
	 padding-top: 0px;
}
 .faq-content .accordion-item .accordion-body p {
	 margin-bottom: 0;
}
 .faq-img {
	 max-width: 537px;
	 width: 100%;
	 height: 566px;
	 margin-left: 70px;
	 position: relative;
}
 .faq-img img {
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
	 border-radius: 5px;
}
 .faq-img .img-shape .shape-1 {
	 position: absolute;
	 top: 0;
	 left: 35px;
}
 .faq-img .img-shape .shape-2 {
	 position: absolute;
	 bottom: 0;
	 right: -95px;
}

.home div#ui-datepicker-div {
    z-index: 6 !important;
}
@media (max-width:1200px) {
.faq-img .img-shape .shape-2 {
    position: absolute;
    bottom: 0;
    right: -95px;
    display: none;
}
.main-header__phone-number {
    font-size: 14px !important;
}
img.popular-tour-shape1 {
    display: none;
}
.home-banner-bnr-wrap .home-banner-5-text .home-banner-5-text-large {
    font-size: 48px;
}
.new-flight-search-form-box-wrap {
    backdrop-filter: inherit !important;
}
#banner-reservation {
    margin-top: 0 !important;
}
.woman-holding {
    width: 300px;
}
.home-banner-inr-bnr-plane-bx img {
    top: 164px !important;
    width: 333px !important;
}
}
@media (max-width:991px) {
  .home-banner-bnr-wrap .form-close-btn.d-lg-none.formCLoseBtn {
    display: none;
}
.home-banner-bnr-wrap .home-banner-5-text {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    flex-direction: column-reverse;
}
.home-banner-bnr-wrap .home-banner-5-text .home-banner-text-detail {
    font-size: 15px;
    line-height: 25px;
}
  .home-banner-bnr-sec img {
    display: none;
}
  .home-banner-bnr-wrap .home-banner-5-text .home-banner-5-text-large {
    font-size: 40px;
}

.about-inner .about-details {
    flex: inherit;
    max-width: 100%;
}
  .about-inner .about-content {
    flex: inherit;
    max-width: 100%;
}
.heading-section .title {
    font-size: 24px;
    line-height: 32px;
}
.about-inner .image-section {
    width: 100%;
    height: 100%;
}

.destinations .card-item .card-body {
    padding: 13px 13px;
    min-height: auto;
}
.about-inner .about-details .details-item .title {
    font-size: 20px;
}
.about-inner .about-details .details-item .sub-title {
    font-size: 13px;
}
.step-step-st2-bx1 .step-content p {
    font-size: 13px;
}
.step-step-st2-bx1 .step-content .step-title {
    font-size: 22px;
}
.tripex-cta-sec {
    margin: 0;
}
.trv-mf-tour-bx1 .trv-media img {
    height: 223px;
}
.funfact-block-one .inner-box .count-outer {
    font-size: 30px;
}
.funfact-block-one .inner-box h3 {
    font-size: 16px;
}
  .faq-img .img-shape .shape-2 {
    display: none;
}
.faq-img {
    margin-left: 0;
    margin-top: 41px;
    max-width: 100%;
}
.faq-content .accordion-item .accordion-button {
    font-size: 16px;
}
.faq-content .accordion-item .accordion-body p {
    margin-bottom: 0;
    font-size: 13px;
}
.faq-content .accordion-item:not(:last-of-type) {
    margin-bottom: 17px;
}
.destinations .card-item {
    margin-top: 10px;
}
.tripex-cta-sec .tripex-content-box h2 {
    font-size: 27px;
    line-height: 37px;
}
}

@media (max-width:567px) {

.home-banner-bnr-wrap .home-banner-5-text {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    flex-direction: column-reverse;
}
.home-banner-bnr-wrap .home-banner-5-text .home-banner-text-detail {
    font-size: 15px;
    line-height: 25px;
}
  .home-banner-bnr-sec img {
    display: none;
}
  .home-banner-bnr-wrap .home-banner-5-text .home-banner-5-text-large {
    font-size: 40px;
}
  .about-inner {
    flex-wrap: wrap;
}
.about-inner .about-details {
    flex: inherit;
    max-width: 100%;
}
  .about-inner .about-content {
    flex: inherit;
    max-width: 100%;
}
.heading-section .title {
    font-size: 24px;
    line-height: 32px;
}
.about-inner .image-section {
    width: 100%;
    height: 100%;
}

.destinations .card-item .card-body {
    padding: 13px 13px;
    min-height: auto;
}
.destinations .card-item .card-title {
    font-size: 19px;
}
.tripex-cta-sec .tripex-content-box h2 {
    font-size: 22px;
    line-height: 32px;
}
.tripex-cta-sec .tripex-content-box p {
    font-size: 13px;
}
.about-inner .about-details .details-item .title {
    font-size: 20px;
}
.about-inner .about-details .details-item .sub-title {
    font-size: 13px;
}
.step-step-st2-bx1 .step-content p {
    font-size: 13px;
}
.step-step-st2-bx1 .step-content .step-title {
    font-size: 22px;
}
.tripex-cta-sec {
    margin: 0;
}
.trv-mf-tour-bx1 .trv-media img {
    height: 223px;
}
.funfact-block-one .inner-box .count-outer {
    font-size: 30px;
}
.funfact-block-one .inner-box h3 {
    font-size: 16px;
}
  .faq-img .img-shape .shape-2 {
    display: none;
}
.faq-img {
    margin-left: 0;
}
.faq-content .accordion-item .accordion-button {
    font-size: 16px;
}
.faq-content .accordion-item .accordion-body p {
    margin-bottom: 0;
    font-size: 13px;
}
.faq-content .accordion-item:not(:last-of-type) {
    margin-bottom: 17px;
}
}