/*----------------------------------------------------

1. Global Area 
2. Header Section

******* HOME PAGE 1 *******



=====================================================================*/
/*=========
Font load
===========*/
:root {
    --gt-body-color: #363539;
    --gt-heading: "Urbanist", sans-serif;
    --gt-heading-2: "Kufam", sans-serif;
    --gt-heading-3: "Exo 2", sans-serif;
    --gt-body-font: "Urbanist", sans-serif;
    --gt-cursive: "Just Another Hand", cursive;
    --gt-cursive-2: "Kings", cursive;
    --gt-cursive-3: "Playball", cursive;
    --gt-body-font-2: "Inter", sans-serif;
    --gt-gradient-1: linear-gradient(90deg, rgb(67, 0, 231) 0%, rgb(125, 0, 252) 100%);
    --gt-base-or: #EB662B;
}

.gt-sidebar-widget .recent-blog-widget .recent-blog-img-text .recent-blog-text span,
.gt-sidebar-widget .gt-check-list .show-more,
.gt-sidebar-widget .gt-check-list_2 .show-more,
.gt-sidebar-widget .category-widget li a:before,
.gt-sidebar-widget li a::before,
.gt-sidebar-widget .popular-place-widget .pp-widget-item .item-text .item-title span,
.gt-comment-list-wrap .gt-comment-item .gt-like-reply a,
.gt-comment-list-wrap .gt-comment-item .gt-comment-text .author-name-date .cm-date,
.gt-blog-details-text-wrap .gt-blog-details-quote blockquote:before,
.gt-blog-details-content-wrap .blog-meta a i,
.gt-blog-list-item .blog-meta a i,
.gt-tour-details-text .gt-details-list li:before,
.gt-tour-feed-content .products.list-view>li .gt-explor-item .item-text-area .list-view-price .price-value,
.gt-tour-feed-content .products.list-view>li .gt-explor-item .item-text-area .ex-list-location i,
.gt-hotel-location-rate .gt-hotel-location i,
.gt-hotel-details-text-wrap .gt-hotel-feature-list li i,
.gt-team-details-text .gt-designation,
.gt-faq-accordion_1 .accordion-button span i,
.gt-item-list li i {
    background: var(--gt-gradient-1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

[data-txStickyHeader] {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    position: fixed !important;
    -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
}

.gt-header-section {
    left: 0;
    top: 30px;
    width: 100%;
    z-index: 10;
    position: absolute;
    max-width: 1920px;
    right: 0;
    margin: 0 auto;
}

.gt-header-section .mobile-btn-trigger {
    border: none;
    font-size: 16px;
    display: none;
    font-weight: 800;
    padding: 5px 15px;
    border-radius: 40px;
    background: var(--gt-gradient-1);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-header-section .mobile-btn-trigger {
        display: block;
    }
}

.gt-header-section.gt_sticky {
    top: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.gt-header-section.gt_sticky_show {
    background-color: #fff;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    -webkit-box-shadow: 0px 11px 40px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 11px 40px 0px rgba(0, 0, 0, 0.04);
}

.gt-header-section .navbar-nav {
    display: inherit;
}

.gt-header-section .dropdown {
    position: relative;
}

.gt-header-section .dropdown:before {
    top: 5px;
    right: -13px;
    content: "\f107";
    font-size: 14px;
    font-weight: 700;
    font-weight: 900;
    position: absolute;
    color: #000;
    font-family: "Font Awesome 5 Pro";
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.gt-header-section .dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    clip: inherit;
    -webkit-transform: scaleY(1);
    -khtml-transform: scaleY(1);
    transform: scaleY(1);
}

.gt-header-section .dropdown-menu {
    left: 0;
    top: 54px;
    z-index: 100;
    margin: 0px;
    padding: 20px 0;
    height: auto;
    min-width: 230px;
    display: block;
    border: none;
    border-radius: 0;
    position: absolute;
    opacity: 0;
    background: var(--gt-gradient-1);
    border-radius: 5px;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    text-align: left;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.gt-header-section .dropdown-menu .dropdown-menu {
    top: 30px;
    left: 100%;
    transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    -webkit-transform: scaleY(0) !important;
    transform: scaleY(0) !important;
}

.gt-header-section .dropdown-menu .dropdown-menu a {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

.gt-header-section .dropdown-menu li {
    display: block;
    margin: 0 !important;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.gt-header-section .dropdown-menu li:last-child {
    border-bottom: none;
}

.gt-header-section .dropdown-menu li:after {
    display: none;
}

.gt-header-section .dropdown-menu li.dropdown:hover .dropdown-menu {
    top: 0;
    -webkit-transform: scaleY(1) !important;
    transform: scaleY(1) !important;
}

.gt-header-section .dropdown-menu li.dropdown:before {
    color: #fff;
    top: 10px;
    right: 15px;
}

.gt-header-section .dropdown-menu li:hover:before {
    color: #fff !important;
}

.gt-header-section .dropdown-menu a {
    margin: 0px 30px;
    position: relative;
    display: inline-block;
    padding: 5px 0px !important;
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 17px !important;
}

.gt-header-section .dropdown-menu a:after {
    left: 0;
    right: 0;
    width: 0%;
    height: 1px;
    bottom: 5px;
    content: "";
    margin: 0 auto;
    position: absolute;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background-color: #fff;
}

.gt-header-section .dropdown-menu a:before {
    top: 5px;
    opacity: 0;
    left: -15px;
    color: #fff;
    content: "\f105";
    position: absolute;
    visibility: hidden;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.gt-header-section .dropdown-menu a:hover {
    margin-left: 40px;
}

.gt-header-section .dropdown-menu a:hover:after {
    width: 100%;
}

.gt-header-section .dropdown-menu a:hover:before {
    opacity: 1;
    left: -12px;
    visibility: visible;
}

.gt-header-section.header_style_one {
    padding: 0px 170px;
}

.gt-header-section.header_style_one.ver_2.gt_sticky_show {
    background-color: #000000;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .gt-header-section.header_style_one {
        padding: 0px 100px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .gt-header-section.header_style_one {
        padding: 0px 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-header-section.header_style_one {
        padding: 0px 15px;
    }
}

@media (max-width: 480px) {
    .gt-header-section.header_style_one .brand-logo {
        max-width: 140px;
    }
}

.gt-header-section.header_style_one .header-cta-btn {
    border-radius: 40px;
    padding-right: 45px;
    background: var(--gt-gradient-1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .gt-header-section.header_style_one .header-cta-btn {
        padding-right: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-header-section.header_style_one .header-cta-btn {
        padding-right: 0;
    }
}

.gt-header-section.header_style_one .header-cta-btn a {
    color: #fff;
    font-weight: 800;
    display: inline-block;
    padding: 20px 20px 20px 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .gt-header-section.header_style_one .header-cta-btn a {
        padding: 15px 15px 15px 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-header-section.header_style_one .header-cta-btn a {
        display: none;
    }
}

.wpte-bf-checkout .wpte-bf-field.wpte-bf-radio {
    display: block;
    margin-top: 85px;
    padding-top: 20px;
}

.gt-header-section.header_style_one .header-cta-btn a span {
    line-height: 1;
    margin-left: 5px;
    position: relative;
    display: inline-block;
}

.gt-header-section.header_style_one .header-cta-btn a span:before {
    left: 0;
    right: 0;
    width: 0%;
    bottom: 0;
    content: "";
    height: 1px;
    margin: 0 auto;
    position: absolute;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background-color: #b890f8;
}

.gt-header-section.header_style_one .header-cta-btn a i {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.gt-header-section.header_style_one .header-cta-btn a:hover span:before {
    width: 100%;
}

.gt-header-section.header_style_one .header-cta-btn a:hover i {
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
}

.gt-header-section.header_style_one .header-cta-btn button {
    padding: 0;
    color: #fff;
    border: none;
    background-color: transparent;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-header-section.header_style_one .header-cta-btn button {
        padding: 8px 25px;
    }
}

.gt-header-section.header_style_one .header-cta-btn .mobile-menu-btn {
    display: none;
    font-size: 16px;
    font-weight: 800;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-header-section.header_style_one .header-cta-btn .mobile-menu-btn {
        display: block;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-header-section.header_style_one .header-cta-btn .search-btn {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-header-section.header_style_one .main-navigation {
        display: none;
    }
}

.gt-header-section.header_style_one .main-navigation li {
    margin: 0px 35px;
    position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .gt-header-section.header_style_one .main-navigation li {
        margin: 0px 25px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .gt-header-section.header_style_one .main-navigation li {
        margin: 0px 20px;
    }
}

.gt-header-section.header_style_one .main-navigation li:after {
    top: 15px;
    width: 6px;
    height: 2px;
    content: "";
    right: -35px;
    position: absolute;
    background-color: var(--gt-body-color);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .gt-header-section.header_style_one .main-navigation li:after {
        right: -25px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .gt-header-section.header_style_one .main-navigation li:after {
        right: -20px;
    }
}

.gt-header-section.header_style_one .main-navigation li a {
    font-weight: 700;
    padding-bottom: 30px;
}

.gt-header-section.header_style_one .main-navigation li:last-child:after {
    display: none;
}

.gt-header-section.header_style_one .main-navigation li:hover a {
    color: #5b00f0;
}

.gt-header-section.header_style_one .main-navigation li:hover:before {
    color: #5b00f0;
}

.gt-header-section.header_style_one.color_white .main-navigation li:after {
    background-color: #fff;
}

.gt-header-section.header_style_one.color_white .main-navigation li:before {
    color: #fff;
}

.gt-header-section.header_style_one.color_white .main-navigation li a {
    color: #fff;
}

.gt-header-section.header_style_one.ver_2 .dropdown:before {
    color: #fff;
}

.gt-header-section.header_style_one.ver_2 .main-navigation li:after {
    background-color: #fff;
}

.gt-header-section.header_style_one.ver_2 .main-navigation li a {
    color: #fff;
}

.gt-header-section.header_style_two {
    right: 0;
    margin: 0 auto;
    padding: 0px 70px;
    max-width: 1920px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .gt-header-section.header_style_two {
        padding: 0px 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-header-section.header_style_two {
        padding: 0px 15px;
    }
}

.gt-header-section.header_style_two.gt_sticky_show {
    background-color: #000000;
}

.gt-header-section.header_style_two .gt-header-action {
    gap: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
(max-width: 480px) {
    .gt-header-section.header_style_two .gt-header-action {
        display: none !important;
    }
}

.gt-header-section.header_style_two .gt-header-action .gt-search button {
    color: #fff;
    border: none;
    background-color: transparent;
}

.gt-header-section.header_style_two .gt-header-action .header-destination a {
    color: #fff;
    font-size: 17px;
    font-weight: 800;
}

.gt-header-section.header_style_two .gt-header-action .header-currency .nice-select {
    color: #fff;
    float: none;
    border: none;
    padding: 0 10px;
    font-size: 16px;
    height: auto;
    line-height: 1;
    font-weight: 800;
    background-color: transparent;
}

.gt-header-section.header_style_two .gt-header-action .header-currency .nice-select:after {
    top: 0;
    right: 0;
    margin-top: 0;
    border: none;
    content: "\f0d7";
    font-weight: 900;
    font-family: "Font Awesome 5 Pro";
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.gt-header-section.header_style_two .gt-header-action .header-currency .nice-select span {
    font-size: 15px;
    font-weight: 800;
}

.gt-header-section.header_style_two .gt-header-action .header-currency .nice-select .list {
    background: var(--gt-gradient-1);
}

.gt-header-section.header_style_two .gt-header-action .header-currency .nice-select .option:hover,
.gt-header-section.header_style_two .gt-header-action .header-currency .nice-select .option.focus,
.gt-header-section.header_style_two .gt-header-action .header-currency .nice-select .option.selected.focus {
    background-color: transparent;
}

.gt-header-section.header_style_two .gt-header-action .header-login button {
    color: #fff;
    border: none;
    font-size: 17px;
    font-weight: 800;
    padding: 15px 30px;
    border-radius: 40px;
    background: var(--gt-gradient-1);
}

.gt-header-section.header_style_two .gt-header-action .header-ofcanvas button {
    border: none;
    background-color: transparent;
}

.gt-header-section.header_style_two .gt-header-action .header-ofcanvas span {
    width: 21px;
    height: 3px;
    display: block;
    background-color: #fff;
}

.gt-header-section.header_style_two .gt-header-action .header-ofcanvas span:nth-child(2) {
    width: 15px;
    margin-top: 5px;
}

.gt-header-section.header_style_three {
    top: 0;
}

.gt-header-section.header_style_three .dropdown-menu {
    top: 62px;
}

.gt-header-section.header_style_three .dropdown-menu a:after {
    display: none;
}

.gt-header-section.header_style_three .dropdown-menu a:before {
    display: none;
}

.gt-header-section.header_style_three .gt-header-content {
    padding: 17px 15px;
    border-bottom: 1px solid #5300ed;
    border-radius: 0px 0px 200px 200px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(68, 0, 231, 0.04)), to(rgba(123, 0, 254, 0.04)));
    background: linear-gradient(90deg, rgba(68, 0, 231, 0.04) 0%, rgba(123, 0, 254, 0.04) 100%);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px),
(max-width: 480px) {
    .gt-header-section.header_style_three .gt-header-content {
        padding: 17px 0px;
        border-radius: 0px 0px 10px 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .gt-header-section.header_style_three .gt-header-content .brand-logo {
        max-width: 150px;
    }
}

.gt-header-section.header_style_three.gt_sticky_show .gt-header-content {
    border: none;
    border-radius: 0;
    padding: 10px 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px),
(max-width: 480px) {
    .gt-header-section.header_style_three .main-navigation {
        display: none;
    }
}

.gt-header-section.header_style_three .main-navigation li {
    margin: 0px 45px;
    position: relative;
    font-family: var(--gt-heading);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .gt-header-section.header_style_three .main-navigation li {
        margin: 0px 25px;
    }

    .gt-header-section.header_style_three .main-navigation li:after {
        display: none;
    }
}

.gt-header-section.header_style_three .main-navigation li:after {
    top: 18px;
    width: 10px;
    height: 2px;
    content: "";
    right: -48px;
    position: absolute;
    background-color: #2B2A30;
}

.gt-header-section.header_style_three .main-navigation li a {
    color: #2B2A30;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    padding-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .gt-header-section.header_style_three .main-navigation li a {
        font-size: 18px;
    }
}

.gt-header-section.header_style_three .main-navigation li a:before {
    left: 0;
    right: 0;
    top: 35px;
    width: 0%;
    height: 3px;
    content: "";
    margin: 0 auto;
    position: absolute;
    background: var(--gt-gradient-1);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.gt-header-section.header_style_three .main-navigation li a:after {
    top: 28px;
    left: 50%;
    width: 15px;
    content: "";
    height: 15px;
    position: absolute;
    border-radius: 100%;
    border: 3px solid #4300e7;
    background-color: #CADDFD;
    -webkit-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.gt-header-section.header_style_three .main-navigation li:last-child:after {
    display: none;
}

.gt-header-section.header_style_three .main-navigation li:hover a:before {
    width: 100%;
}

.gt-header-section.header_style_three .main-navigation li:hover a:after {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
}

.gt-header-section.header_style_three .gt-header-search input {
    width: 100%;
    height: 56px;
    padding-left: 20px;
    border-radius: 40px;
    background-color: #fff;
    border: 1px solid #C1D5FF;
}

.gt-header-section.header_style_three .gt-header-search input:placeholder {
    color: #929193;
    font-size: 16px;
}

.gt-header-section.header_style_three .gt-header-search button {

    color: #fff;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 100%;
    background: var(--gt-gradient-1);
}

.gt-header-section.header_style_three.ver_2 .gt-header-content {
    border: none;
    background: transparent;
}

.gt-header-section.header_style_three.ver_2 .main-navigation li {
    margin: 0px 36px;
}

.gt-header-section.header_style_three.ver_2 .main-navigation li a {
    font-size: 16px;
}

.gt-header-section.header_style_three.ver_2 .main-navigation li a:before,
.gt-header-section.header_style_three.ver_2 .main-navigation li a:after {
    display: none;
}

.gt-header-section.header_style_three.ver_3 .gt-header-content {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.gt-header-section.header_style_three.ver_3 .main-navigation li.dropdown:before {
    color: #fff;
}

.gt-header-section.header_style_three.ver_3 .main-navigation li:after {
    background-color: #fff;
}

.gt-header-section.header_style_three.ver_3 .main-navigation li a {
    color: #fff;
}

.gt-header-section.header_style_three.ver_3 .main-navigation li a:before,
.gt-header-section.header_style_three.ver_3 .main-navigation li a:after {
    display: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px),
(max-width: 480px) {
    .gt-header-section.header_style_four {
        top: 0;
    }
}

.gt-header-section.header_style_four .gt-header-content {
    z-index: 1;
    gap: 0px 25px;
    margin: 0 auto;
    max-width: 1920px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px),
(max-width: 480px) {
    .gt-header-section.header_style_four .gt-header-content {
        background-color: rgba(255, 255, 255, 0.4);
    }
}

.gt-header-section.header_style_four .gt-header-content .brand-logo {
    padding-top: 20px;
    position: relative;
    padding-left: 130px;
    padding-right: 60px;
    padding-bottom: 20px;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .gt-header-section.header_style_four .gt-header-content .brand-logo {
        padding-left: 60px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px),
(max-width: 480px) {
    .gt-header-section.header_style_four .gt-header-content .brand-logo {
        padding-left: 15px;
        padding-right: 30px;
    }
}

.gt-header-section.header_style_four .gt-header-content .brand-logo:before {
    top: 0;
    left: 0;
    z-index: -1;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    background-color: rgba(255, 255, 255, 0.4);
    border-right: 2px solid rgb(255, 255, 255);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px),
(max-width: 480px) {
    .gt-header-section.header_style_four .gt-header-content .brand-logo:before {
        display: none;
    }
}

.gt-header-section.header_style_four .gt-header-action {
    gap: 30px;
    width: 100%;
    max-width: 415px;
    position: relative;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 60px;
    padding-bottom: 20px;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .gt-header-section.header_style_four .gt-header-action {
        padding-right: 30px;
        max-width: 350px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .gt-header-section.header_style_four .gt-header-action {
        gap: 15px;
        max-width: 320px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px),
(max-width: 480px) {
    .gt-header-section.header_style_four .gt-header-action {
        gap: 15px;
        padding-right: 15px;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
    }
}

.gt-header-section.header_style_four .gt-header-action:after {
    top: 0;
    right: 0;
    z-index: -1;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    background-color: rgba(255, 255, 255, 0.4);
    border-left: 2px solid rgb(255, 255, 255);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px),
(max-width: 480px) {
    .gt-header-section.header_style_four .gt-header-action:after {
        display: none;
    }
}

.gt-header-section.header_style_four .gt-header-action .off-canvas-btn button {
    color: #fff;
    width: 52px;
    height: 52px;
    border: none;
    border-radius: 100%;
    background-color: #2B2A30;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.gt-header-section.header_style_four .gt-header-action .off-canvas-btn button:hover {
    background-color: var(--gt-base-or);
}

.gt-header-section.header_style_four .gt-header-action .header-search {
    width: 100%;
    max-width: 280px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px),
(max-width: 480px) {
    .gt-header-section.header_style_four .gt-header-action .header-search {
        display: none;
    }
}

.gt-header-section.header_style_four .gt-header-action .header-search input {
    width: 100%;
    height: 52px;
    padding-left: 20px;
    border-radius: 50px;
    border: 1px solid #FDCCB6;
}

.gt-header-section.header_style_four .gt-header-action .header-search input::-webkit-input-placeholder {
    color: #929193;
    font-size: 16px;
    font-family: var(--gt-heading);
}

.gt-header-section.header_style_four .gt-header-action .header-search input::-moz-placeholder {
    color: #929193;
    font-size: 16px;
    font-family: var(--gt-heading);
}

.gt-header-section.header_style_four .gt-header-action .header-search input:-ms-input-placeholder {
    color: #929193;
    font-size: 16px;
    font-family: var(--gt-heading);
}

.gt-header-section.header_style_four .gt-header-action .header-search input::-ms-input-placeholder {
    color: #929193;
    font-size: 16px;
    font-family: var(--gt-heading);
}

.gt-header-section.header_style_four .gt-header-action .header-search input::placeholder {
    color: #929193;
    font-size: 16px;
    font-family: var(--gt-heading);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px),
(max-width: 480px) {
    .gt-header-section.header_style_four .gt-header-action .header-search input::-webkit-input-placeholder {
        font-size: 14px;
    }

    .gt-header-section.header_style_four .gt-header-action .header-search input::-moz-placeholder {
        font-size: 14px;
    }

    .gt-header-section.header_style_four .gt-header-action .header-search input:-ms-input-placeholder {
        font-size: 14px;
    }

    .gt-header-section.header_style_four .gt-header-action .header-search input::-ms-input-placeholder {
        font-size: 14px;
    }

    .gt-header-section.header_style_four .gt-header-action .header-search input::placeholder {
        font-size: 14px;
    }
}

.gt-header-section.header_style_four .gt-header-action .header-search button {
    top: 6px;
    right: 6px;
    color: #fff;
    width: 40px;
    height: 40px;
    border: none;
    position: absolute;
    border-radius: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background-color: var(--gt-base-or);
}

.gt-header-section.header_style_four .gt-header-action .header-search button:hover {
    background-color: #2B2A30;
}

.gt-header-section.header_style_four .gt-header-menu-cta-btn {
    padding: 15px;
    border-radius: 100px;
    background-color: rgba(255, 255, 255, 0.4);
    border-right: 2px solid rgb(255, 255, 255);
    border-left: 2px solid rgb(255, 255, 255);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px),
(max-width: 480px) {
    .gt-header-section.header_style_four .gt-header-menu-cta-btn {
        display: none !important;
    }
}

.gt-header-section.header_style_four .gt-header-menu-cta-btn .header-cta-btn {
    margin-left: 20px;
}

.gt-header-section.header_style_four .gt-header-menu-cta-btn .header-cta-btn a {
    color: #fff;
    font-weight: 600;
    padding: 15px 30px;
    display: inline-block;
    border-radius: 100px;
    white-space: nowrap;
    font-family: var(--gt-heading-3);
    background-color: var(--gt-base-or);
}

.gt-header-section.header_style_four .gt-header-menu-cta-btn .header-cta-btn a:hover {
    background-color: #2B2A30;
}

.gt-header-section.header_style_four .gt-header-menu-cta-btn .header-cta-btn a i {
    margin-left: 10px;
}

.gt-header-section.header_style_four .main-navigation li {
    z-index: 1;
    margin: 0px 38px;
    position: relative;
    font-family: var(--gt-heading-3);
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .gt-header-section.header_style_four .main-navigation li {
        margin: 0px 30px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px),
(max-width: 480px) {
    .gt-header-section.header_style_four .main-navigation li {
        margin: 0px 20px;
    }
}

.gt-header-section.header_style_four .main-navigation li:before {
    top: 15px;
    right: -40px;
    width: 10px;
    content: "";
    height: 2px;
    position: absolute;
    background-color: #2B2A30;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .gt-header-section.header_style_four .main-navigation li:before {
        right: -32px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px),
(max-width: 480px) {
    .gt-header-section.header_style_four .main-navigation li:before {
        right: -32px;
    }
}

.gt-header-section.header_style_four .main-navigation li:after {
    top: -3px;
    left: -13px;
    z-index: -1;
    width: 0px;
    opacity: 0;
    height: 40px;
    content: "";
    position: absolute;
    border-top-left-radius: 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-bottom-left-radius: 20px;
    background: -webkit-gradient(linear, left top, right top, from(#EB662B), to(rgba(235, 102, 43, 0)));
    background: linear-gradient(90deg, #EB662B 0%, rgba(235, 102, 43, 0) 100%);
}

.gt-header-section.header_style_four .main-navigation li a {
    color: #2B2A30;
    font-weight: 600;
}

.gt-header-section.header_style_four .main-navigation li:last-child:before {
    display: none;
}

.gt-header-section.header_style_four .main-navigation li .dropdown-menu li:before {
    display: none;
}

.gt-header-section.header_style_four .main-navigation li:hover a {
    color: #fff;
}

.gt-header-section.header_style_four .main-navigation li:hover:after {
    opacity: 1;
    width: 49px;
}

/*// Search style*/
/*----------------------------------------------------*/
.search-body {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: -webkit-transform 0.7s ease;
    transition: -webkit-transform 0.7s ease;
    transition: transform 0.7s ease;
    transition: transform 0.7s ease, -webkit-transform 0.7s ease;
    background-color: rgba(0, 0, 0, 0.85);
}

.search-body.search-open {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.search-body .search-form {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.search-body .search-form .search-form-area {
    width: 100%;
    z-index: 9991;
    max-width: 600px;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}

.search-body .search-form input {
    width: 100%;
    color: #000;
    height: 60px;
    border: none;
    padding: 0px 30px;
    background-color: #fff;
}

.search-body .search-form input::-webkit-input-placeholder {
    color: #000;
    font-weight: 500;
}

.search-body .search-form input::-moz-placeholder {
    color: #000;
    font-weight: 500;
}

.search-body .search-form input:-ms-input-placeholder {
    color: #000;
    font-weight: 500;
}

.search-body .search-form input::-ms-input-placeholder {
    color: #000;
    font-weight: 500;
}

.search-body .search-form input::placeholder {
    color: #000;
    font-weight: 500;
}

.search-body .search-form button {
    top: 0;
    right: 0;
    color: #fff;
    border: none;
    width: 120px;
    height: 60px;
    position: absolute;
    background: var(--gt-gradient-1);
}

.search-body .outer-close {
    top: 40px;
    right: 55px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    line-height: 50px;
    border-radius: 3px;
    position: absolute;
    background: var(--gt-gradient-1);
}

.search-body .outer-close i {
    color: #fff;
}

.search-open {
    opacity: 1;
    visibility: visible;
}

/*// Mobile Menu style*/
/*----------------------------------------------------*/
.mobile_logo {
    top: 10px;
    left: 15px;
    display: none;
    position: absolute;
}

.mobile_menu_content {
    top: 0px;
    bottom: 0;
    left: -350px;
    height: 100vh;
    z-index: 101;
    position: fixed;
    width: 310px;
    overflow-y: scroll;
    background-color: #0f0d0d;
    padding: 20px 35px 35px 35px;
    -webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
    box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.mobile_menu_content .mobile-main-navigation {
    width: 100%;
}

.mobile_menu_content .mobile-main-navigation .navbar-nav {
    width: 100%;
}

.mobile_menu_content .dropdown:after {
    display: none;
}

.mobile_menu_content .navbar-nav .dropdown-menu {
    position: static !important;
    -webkit-transform: none !important;
    transform: none !important;
}

.mobile_menu_content .mobile-main-navigation .navbar-nav li {
    width: 100%;
    display: block;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.mobile_menu_content .mobile-main-navigation .navbar-nav li a {
    padding: 0;
    width: 100%;
    color: #fff;
    display: block;
    font-weight: 600;
    font-size: 14px;
    font-family: var(--heading);
    text-transform: uppercase;
    padding: 10px 30px 10px 0;
}

.mobile_menu_content .m-brand-logo {
    width: 120px;
    margin: 50px auto;
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_content {
    left: 0px;
    -webkit-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}

.mobile_menu_overlay {
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    right: 0%;
    height: 120vh;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.mobile_menu_overlay_on {
    overflow: hidden;
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
    opacity: 1;
    visibility: visible;
}

.mobile_menu_button {
    right: 0px;
    z-index: 5;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    line-height: 38px;
    text-align: center;
}

.mobile_menu_button:hover {
    color: #fff;
}

.mobile_menu .mobile-main-navigation .navbar-nav li a:after {
    display: none;
}

.mobile_menu .mobile-main-navigation .dropdown>.dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu {
    border: none;
    display: none;
    -webkit-transition: none;
    transition: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px 0px;
    width: 100%;
    background-color: transparent;
}

.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li {
    border: none;
    padding: 0 10px;
    line-height: 1;
}

.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li:hover {
    background-color: transparent;
}

.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a {
    color: #fff !important;
}

.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a:hover {
    color: var(--base-color);
    background-color: transparent;
}

.mobile_menu .dropdown {
    position: relative;
}

.mobile_menu .dropdown .dropdown-btn {
    color: #9397a7;
    position: absolute;
    top: 3px;
    right: 0;
    height: 30px;
    padding: 5px 10px;
}

.mobile_menu .dropdown .dropdown-btn.toggle-open {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile_menu .mobile_menu_close {
    top: 25px;
    right: 25px;
    cursor: pointer;
    color: #d60606;
    font-size: 20px;
    position: absolute;
}

.mobile_menu .mobile-search-bar {
    margin-bottom: 40px;
}

.mobile_menu .mobile-search-bar input {
    width: 100%;
    height: 50px;
    border: none;
    border-bottom: 1px solid #616161;
    background-color: transparent;
}

.mobile_menu .mobile-search-bar input::-webkit-input-placeholder {
    color: #616161;
}

.mobile_menu .mobile-search-bar input::-moz-placeholder {
    color: #616161;
}

.mobile_menu .mobile-search-bar input:-ms-input-placeholder {
    color: #616161;
}

.mobile_menu .mobile-search-bar input::-ms-input-placeholder {
    color: #616161;
}

.mobile_menu .mobile-search-bar input::placeholder {
    color: #616161;
}

.mobile_menu .mobile-search-bar button {
    top: 0;
    right: 0;
    color: #fff;
    padding: 0;
    height: 50px;
    border: none;
    position: absolute;
    background-color: transparent;
}

.mobile_menu .ptx-mobile-header-social {
    margin-top: 40px;
}

.mobile_menu .ptx-mobile-header-social a {
    color: #fff;
    margin: 0px 8px;
    font-size: 15px;
}

.mobile_menu .ptx-mobile-header-social a:hover {
    color: #4400E7;
}

/*global area*/
/*----------------------------------------------------*/
@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: inherit;
    }
}

body {
    margin: 0;
    padding: 0;
    z-index: 1;
    font-size: 18px;
    line-height: 1.778;
    overflow-x: hidden;
    color: var(--gt-body-color);
    font-family: var(--gt-body-font);
    background-color: #fff;
    -moz-osx-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}

body .container {
    max-width: 1280px;
}

body .split-line {
    overflow: hidden;
}

body .mfp-iframe-holder .mfp-close {
    right: 0;
    padding: 0;
    top: -40px;
    width: 40px;
    height: 40px;
    text-align: center;
    background: var(--gt-gradient-1);
}

body button.mfp-close {
    right: 0;
    padding: 0;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    background: var(--gt-gradient-1);
}

.home-4 {
    font-family: var(--gt-body-font-2);
}

.home-4 .container {
    max-width: 1315px;
}

body::-webkit-scrollbar {
    width: 6px;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    outline: none;
    border-radius: 30px;
    background: var(--gt-gradient-1);
}

.ul-li ul {
    margin: 0;
    padding: 0;
}

.ul-li ul li {
    list-style: none;
    display: inline-block;
}

.ul-li-block ul {
    margin: 0;
    padding: 0;
}

.ul-li-block ul li {
    display: block;
    list-style: none;
}

.tx-tab-btn .nav-tabs .nav-item.show .nav-link,
.tx-tab-btn .nav-tabs .nav-link.active,
.tx-tab-btn .nav-tabs .nav-link {
    border: none;
    padding-top: 0;
    padding-right: 0;
    border-radius: 0;
    margin-bottom: 0;
    cursor: pointer;
    background-color: transparent;
}

.tx-tab-btn .nav-tabs {
    border: none;
}

.tx-tab-btn .nav {
    display: inherit;
}

.headline h1,
.headline h2,
.headline h3,
.headline h4,
.headline h5,
.headline h6 {
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.25;
    font-family: var(--gt-heading);
}

.headline-2 h1,
.headline-2 h2,
.headline-2 h3,
.headline-2 h4,
.headline-2 h5,
.headline-2 h6 {
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.25;
    font-family: var(--gt-heading-2);
}

.headline-3 h1,
.headline-3 h2,
.headline-3 h3,
.headline-3 h4,
.headline-3 h5,
.headline-3 h6 {
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.25;
    font-family: var(--gt-heading-3);
}

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff;
}

.wp-travel-engine-archive-outer-wrap .wp-travel-engine-archive-repeater-wrap {
    padding-left: 20px;
}

.wte-category-outer-wrap .category-main-wrap.col-2.category-grid.products {
    margin-top: 30px !IMPORTANT;
}

#preloader img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.scrollup {
    width: 55px;
    right: 20px;
    z-index: 5;
    height: 55px;
    bottom: 20px;
    display: none;
    position: fixed;
    border-radius: 100%;
    line-height: 55px;
    background: var(--gt-gradient-1);
}

.scrollup i {
    color: #fff;
}

[data-background] {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
}

a:hover,
a:focus {
    text-decoration: none;
}

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

button {
    cursor: pointer;
}

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    color: inherit;
}

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.background_overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.pera-content p {
    margin-bottom: 0;
}

.cursive-font {
    line-height: 1;
    font-family: var(--gt-cursive);
}

.cursive-font-2 {
    line-height: 1;
    font-family: var(--gt-cursive-2);
}

.cursive-font-3 {
    line-height: 1;
    font-family: var(--gt-cursive-3);
}

.gt-btn-1 a {
    z-index: 1;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    overflow: hidden;
    padding: 19px 45px;
    position: relative;
    border-radius: 50px;
    display: inline-block;
    background-color: #363539;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-btn-1 a {
        padding: 12px 30px;
    }
}

.gt-btn-1 a:before {
    top: 0;
    right: 0;
    left: auto;
    z-index: -1;
    width: 0%;
    height: 100%;
    content: "";
    position: absolute;
    border-radius: 50px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background: var(--gt-gradient-1);
}

.gt-btn-1 a:hover:before {
    left: 0;
    right: auto;
    width: 100%;
}

.gt-btn-2 a {
    z-index: 1;
    color: #fff;
    font-size: 19px;
    overflow: hidden;
    font-weight: 800;
    padding: 13px 42px;
    border-radius: 50px;
    position: relative;
    display: inline-block;
    background: var(--gt-gradient-1);
}

.gt-btn-2 a:before {
    left: 0;
    top: 0;
    bottom: auto;
    z-index: -1;
    width: 100%;
    height: 0%;
    content: "";
    border-radius: 50px;
    position: absolute;
    background-color: #000;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.gt-btn-2 a:hover:before {
    top: auto;
    height: 100%;
    bottom: 0;
}

.gt-btn-3 a {
    z-index: 1;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    overflow: hidden;
    padding: 20px 35px;
    border-radius: 50px;
    position: relative;
    display: inline-block;
    background: var(--gt-gradient-1);
}

.gt-btn-3 a img {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-btn-3 a {
        padding: 12px 30px !important;
    }

    .gt-btn-3 a:after {
        display: none;
    }
}

.gt-btn-3 a:before {
    top: 0;
    right: 0;
    left: auto;
    z-index: -1;
    width: 0%;
    content: "";
    height: 100%;
    position: absolute;
    border-radius: 50px;
    background-color: #000;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.gt-btn-3 a:after {
    left: 0;
    top: 23px;
    opacity: 0;
    width: 20px;
    content: "";
    height: 20px;
    visibility: hidden;
    position: absolute;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background-image: url(../img/vector/arrow.svg);
}

.gt-btn-3 a:hover {
    padding-left: 60px;
    padding-right: 10px;
}

.gt-btn-3 a:hover:after {
    left: 32px;
    opacity: 1;
    visibility: visible;
}

.gt-btn-3 a:hover:before {
    left: 0;
    right: auto;
    width: 100%;
}

.gt-btn-3 a:hover img,
.gt-btn-3 a:hover svg {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-btn-3 a:hover img {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

.gt-btn-3.ver_2 a {
    font-weight: 600;
    font-family: var(--gt-heading-3);
    background: var(--gt-base-or);
}

.gt-btn-3.ver_2 a svg {
    margin-left: 8px;
}

.gt-btn-4 a {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    border-radius: 10px;
    display: inline-block;
    padding: 12px 30px 10px;
    font-family: var(--gt-heading-2);
    background-color: var(--gt-base-or);
}

.gt-btn-4 a i {
    margin-left: 28px;
    position: relative;
}

.gt-btn-4 a i:after {
    top: 2px;
    left: -20px;
    width: 2px;
    content: "";
    height: 18px;
    position: absolute;
    background-color: rgb(255, 172, 135);
}

.advanced-search-wrapper .advanced-search-field .filter-section-title {
    margin-bottom: 0;
    padding-bottom: 0;
}

.advanced-search-wrapper .advanced-search-field .ui-slider {
    margin-top: 25px;
}

.advanced-search-wrapper .advanced-search-field .duration-slider-value,
.advanced-search-wrapper .advanced-search-field .cost-slider-value {
    margin-top: 20px;
}

.gt-section-title-1 .subtitle {
    font-size: 42px;
    display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .gt-section-title-1 .subtitle {
        font-size: 35px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-section-title-1 .subtitle {
        font-size: 30px;
    }
}

@media (max-width: 480px) {
    .gt-section-title-1 .subtitle {
        font-size: 24px;
    }
}

.gt-section-title-1 .section_title {
    font-size: 60px;
    font-weight: 900;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .gt-section-title-1 .section_title {
        font-size: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-section-title-1 .section_title {
        font-size: 40px;
    }
}

@media (max-width: 480px) {
    .gt-section-title-1 .section_title {
        font-size: 32px;
    }
}

.gt-section-title-1 p {
    padding-top: 4px;
}

.gt-section-title-1.ver_2 .section_title {
    font-size: 55px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .gt-section-title-1.ver_2 .section_title {
        font-size: 45px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-section-title-1.ver_2 .section_title {
        font-size: 38px;
    }
}

@media (max-width: 480px) {
    .gt-section-title-1.ver_2 .section_title {
        font-size: 32px;
    }
}

.gt-section-title-1.ver_2 .section_title.ver_2 {
    color: #1f224c;
}

.gt-section-title-1.ver_2 p {
    padding-top: 15px;
}

.gt-section-title-2 .subtitle {
    color: #4400E7;
    font-size: 18px;
}

.gt-section-title-2 .subtitle span {
    margin: 0px 8px;
}

@media (max-width: 767px) {
    .gt-section-title-2 .subtitle img {
        display: none;
    }
}

.gt-section-title-2 .section_title {
    color: #2B2A30;
    font-size: 56px;
    font-weight: 900;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .gt-section-title-2 .section_title {
        font-size: 45px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-section-title-2 .section_title {
        font-size: 38px;
    }
}

@media (max-width: 480px) {
    .gt-section-title-2 .section_title {
        font-size: 32px;
    }
}

.gt-section-title-2 p {
    padding-top: 20px;
}

.gt-section-title-2.text-center p {
    margin: 0 auto;
    max-width: 570px;
}

.gt-section-title-3 .subtitle {
    font-size: 30px;
    margin-bottom: 25px;
    color: var(--gt-base-or);
}

.gt-section-title-3 .section_title {
    color: #2B2A30;
    font-size: 52px;
    font-weight: 700;
}

.gt-section-title-3 p {
    padding-top: 15px;
}

.gt-section-title-3.text-center {
    margin: 0 auto;
    max-width: 795px;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

@-webkit-keyframes gt-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes gt-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.btn-spin span {
    display: inline-block;
    pointer-events: none;
}

.btn-spin span.gt-spin {
    -webkit-animation: gt-spin 0.5s 1;
    animation: gt-spin 0.5s 1;
}

.mark__pagination li a,
.mark__pagination li .current {
    width: 54px;
    height: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid rgba(21, 24, 24, 0.1);
}

.trip-pagination .page-numbers {
    font-weight: 500;
    border-radius: 10px;
    border: 1px solid rgba(21, 24, 24, 0.1);
}

.mark__pagination li a:hover,
.mark__pagination li .current {
    background: #4400E7;
    color: #fff;
}

.mark__pagination li {
    margin: 0 5px;
}

.gt-pagination li {
    margin: 0px 6px;
}

@media (max-width: 480px) {
    .gt-pagination li {
        margin: 0px 3px;
    }
}

.gt-pagination li a {
    width: 54px;
    height: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid rgba(22, 29, 57, 0.1490196078);
}

.gt-pagination li a.active,
.gt-pagination li a:hover {
    color: #fff;
    background-color: #4400E7;
}

@media (max-width: 480px) {
    .gt-pagination li a {
        width: 40px;
        height: 40px;
    }
}

.splitting.animated .char {
    -webkit-animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(30ms * var(--char-index));
    animation-delay: calc(30ms * var(--char-index));
}

.splitting .whitespace {
    width: 10px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-55 {
    margin-top: 55px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-65 {
    margin-top: 65px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-75 {
    margin-top: 75px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-85 {
    margin-top: 85px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-95 {
    margin-top: 95px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-105 {
    margin-top: 105px;
}

.mt-110 {
    margin-top: 110px;
}

.mt-115 {
    margin-top: 115px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-125 {
    margin-top: 125px;
}

.mt-130 {
    margin-top: 130px;
}

.mt-135 {
    margin-top: 135px;
}

.mt-140 {
    margin-top: 140px;
}

.mt-145 {
    margin-top: 145px;
}

.mt-150 {
    margin-top: 150px;
}

.mt-155 {
    margin-top: 155px;
}

.mt-160 {
    margin-top: 160px;
}

.mt-165 {
    margin-top: 165px;
}

.mt-170 {
    margin-top: 170px;
}

.mt-175 {
    margin-top: 175px;
}

.mt-180 {
    margin-top: 180px;
}

.mt-185 {
    margin-top: 185px;
}

.mt-190 {
    margin-top: 190px;
}

.mt-195 {
    margin-top: 195px;
}

.mt-200 {
    margin-top: 200px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-65 {
    margin-bottom: 65px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-75 {
    margin-bottom: 75px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-85 {
    margin-bottom: 85px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-95 {
    margin-bottom: 95px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-105 {
    margin-bottom: 105px;
}

.mb-110 {
    margin-bottom: 110px;
}

.mb-115 {
    margin-bottom: 115px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-125 {
    margin-bottom: 125px;
}

.mb-130 {
    margin-bottom: 130px;
}

.mb-135 {
    margin-bottom: 135px;
}

.mb-140 {
    margin-bottom: 140px;
}

.mb-145 {
    margin-bottom: 145px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mb-155 {
    margin-bottom: 155px;
}

.mb-160 {
    margin-bottom: 160px;
}

.mb-165 {
    margin-bottom: 165px;
}

.mb-170 {
    margin-bottom: 170px;
}

.mb-175 {
    margin-bottom: 175px;
}

.mb-180 {
    margin-bottom: 180px;
}

.mb-185 {
    margin-bottom: 185px;
}

.mb-190 {
    margin-bottom: 190px;
}

.mb-195 {
    margin-bottom: 195px;
}

.mb-200 {
    margin-bottom: 200px;
}

.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-35 {
    margin-left: 35px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-45 {
    margin-left: 45px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-55 {
    margin-left: 55px;
}

.ml-60 {
    margin-left: 60px;
}

.ml-65 {
    margin-left: 65px;
}

.ml-70 {
    margin-left: 70px;
}

.ml-75 {
    margin-left: 75px;
}

.ml-80 {
    margin-left: 80px;
}

.ml-85 {
    margin-left: 85px;
}

.ml-90 {
    margin-left: 90px;
}

.ml-95 {
    margin-left: 95px;
}

.ml-100 {
    margin-left: 100px;
}

.ml-105 {
    margin-left: 105px;
}

.ml-110 {
    margin-left: 110px;
}

.ml-115 {
    margin-left: 115px;
}

.ml-120 {
    margin-left: 120px;
}

.ml-125 {
    margin-left: 125px;
}

.ml-130 {
    margin-left: 130px;
}

.ml-135 {
    margin-left: 135px;
}

.ml-140 {
    margin-left: 140px;
}

.ml-145 {
    margin-left: 145px;
}

.ml-150 {
    margin-left: 150px;
}

.ml-155 {
    margin-left: 155px;
}

.ml-160 {
    margin-left: 160px;
}

.ml-165 {
    margin-left: 165px;
}

.ml-170 {
    margin-left: 170px;
}

.ml-175 {
    margin-left: 175px;
}

.ml-180 {
    margin-left: 180px;
}

.ml-185 {
    margin-left: 185px;
}

.ml-190 {
    margin-left: 190px;
}

.ml-195 {
    margin-left: 195px;
}

.ml-200 {
    margin-left: 200px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-35 {
    margin-right: 35px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-45 {
    margin-right: 45px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-55 {
    margin-right: 55px;
}

.mr-60 {
    margin-right: 60px;
}

.mr-65 {
    margin-right: 65px;
}

.mr-70 {
    margin-right: 70px;
}

.mr-75 {
    margin-right: 75px;
}

.mr-80 {
    margin-right: 80px;
}

.mr-85 {
    margin-right: 85px;
}

.mr-90 {
    margin-right: 90px;
}

.mr-95 {
    margin-right: 95px;
}

.mr-100 {
    margin-right: 100px;
}

.mr-105 {
    margin-right: 105px;
}

.mr-110 {
    margin-right: 110px;
}

.mr-115 {
    margin-right: 115px;
}

.mr-120 {
    margin-right: 120px;
}

.mr-125 {
    margin-right: 125px;
}

.mr-130 {
    margin-right: 130px;
}

.mr-135 {
    margin-right: 135px;
}

.mr-140 {
    margin-right: 140px;
}

.mr-145 {
    margin-right: 145px;
}

.mr-150 {
    margin-right: 150px;
}

.mr-155 {
    margin-right: 155px;
}

.mr-160 {
    margin-right: 160px;
}

.mr-165 {
    margin-right: 165px;
}

.mr-170 {
    margin-right: 170px;
}

.mr-175 {
    margin-right: 175px;
}

.mr-180 {
    margin-right: 180px;
}

.mr-185 {
    margin-right: 185px;
}

.mr-190 {
    margin-right: 190px;
}

.mr-195 {
    margin-right: 195px;
}

.mr-200 {
    margin-right: 200px;
}

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-55 {
    padding-top: 55px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-65 {
    padding-top: 65px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-75 {
    padding-top: 75px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-85 {
    padding-top: 85px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-95 {
    padding-top: 95px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-105 {
    padding-top: 105px;
}

.pt-110 {
    padding-top: 110px;
}

.pt-115 {
    padding-top: 115px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-125 {
    padding-top: 125px;
}

.pt-130 {
    padding-top: 130px;
}

.pt-135 {
    padding-top: 135px;
}

.pt-140 {
    padding-top: 140px;
}

.pt-145 {
    padding-top: 145px;
}

.pt-150 {
    padding-top: 150px;
}

.pt-155 {
    padding-top: 155px;
}

.pt-160 {
    padding-top: 160px;
}

.pt-165 {
    padding-top: 165px;
}

.pt-170 {
    padding-top: 170px;
}

.pt-175 {
    padding-top: 175px;
}

.pt-180 {
    padding-top: 180px;
}

.pt-185 {
    padding-top: 185px;
}

.pt-190 {
    padding-top: 190px;
}

.pt-195 {
    padding-top: 195px;
}

.pt-200 {
    padding-top: 200px;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-55 {
    padding-bottom: 55px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-65 {
    padding-bottom: 65px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-75 {
    padding-bottom: 75px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-85 {
    padding-bottom: 85px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-95 {
    padding-bottom: 95px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-105 {
    padding-bottom: 105px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pb-115 {
    padding-bottom: 115px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pb-125 {
    padding-bottom: 125px;
}

.pb-130 {
    padding-bottom: 130px;
}

.pb-135 {
    padding-bottom: 135px;
}

.pb-140 {
    padding-bottom: 140px;
}

.pb-145 {
    padding-bottom: 145px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pb-155 {
    padding-bottom: 155px;
}

.pb-160 {
    padding-bottom: 160px;
}

.pb-165 {
    padding-bottom: 165px;
}

.pb-170 {
    padding-bottom: 170px;
}

.pb-175 {
    padding-bottom: 175px;
}

.pb-180 {
    padding-bottom: 180px;
}

.pb-185 {
    padding-bottom: 185px;
}

.pb-190 {
    padding-bottom: 190px;
}

.pb-195 {
    padding-bottom: 195px;
}

.pb-200 {
    padding-bottom: 200px;
}

.pb-205 {
    padding-bottom: 205px;
}

.pb-210 {
    padding-bottom: 210px;
}

.pb-215 {
    padding-bottom: 215px;
}

.pb-220 {
    padding-bottom: 220px;
}

.pb-225 {
    padding-bottom: 225px;
}

.pb-230 {
    padding-bottom: 230px;
}

.pb-235 {
    padding-bottom: 235px;
}

.pb-240 {
    padding-bottom: 240px;
}

.pb-245 {
    padding-bottom: 245px;
}

.pb-250 {
    padding-bottom: 250px;
}

.pb-255 {
    padding-bottom: 255px;
}

.pb-260 {
    padding-bottom: 260px;
}

.pb-265 {
    padding-bottom: 265px;
}

.pb-270 {
    padding-bottom: 270px;
}

.pb-275 {
    padding-bottom: 275px;
}

.pb-280 {
    padding-bottom: 280px;
}

.pb-285 {
    padding-bottom: 285px;
}

.pb-290 {
    padding-bottom: 290px;
}

.pb-295 {
    padding-bottom: 295px;
}

.pb-300 {
    padding-bottom: 300px;
}

.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-25 {
    padding-left: 25px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-35 {
    padding-left: 35px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-45 {
    padding-left: 45px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-55 {
    padding-left: 55px;
}

.pl-60 {
    padding-left: 60px;
}

.pl-65 {
    padding-left: 65px;
}

.pl-70 {
    padding-left: 70px;
}

.pl-75 {
    padding-left: 75px;
}

.pl-80 {
    padding-left: 80px;
}

.pl-85 {
    padding-left: 85px;
}

.pl-90 {
    padding-left: 90px;
}

.pl-95 {
    padding-left: 95px;
}

.pl-100 {
    padding-left: 100px;
}

.pl-105 {
    padding-left: 105px;
}

.pl-110 {
    padding-left: 110px;
}

.pl-115 {
    padding-left: 115px;
}

.pl-120 {
    padding-left: 120px;
}

.pl-125 {
    padding-left: 125px;
}

.pl-130 {
    padding-left: 130px;
}

.pl-135 {
    padding-left: 135px;
}

.pl-140 {
    padding-left: 140px;
}

.pl-145 {
    padding-left: 145px;
}

.pl-150 {
    padding-left: 150px;
}

.pl-155 {
    padding-left: 155px;
}

.pl-160 {
    padding-left: 160px;
}

.pl-165 {
    padding-left: 165px;
}

.pl-170 {
    padding-left: 170px;
}

.pl-175 {
    padding-left: 175px;
}

.pl-180 {
    padding-left: 180px;
}

.pl-185 {
    padding-left: 185px;
}

.pl-190 {
    padding-left: 190px;
}

.pl-195 {
    padding-left: 195px;
}

.pl-200 {
    padding-left: 200px;
}

.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-25 {
    padding-right: 25px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-35 {
    padding-right: 35px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-45 {
    padding-right: 45px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-55 {
    padding-right: 55px;
}

.pr-60 {
    padding-right: 60px;
}

.pr-65 {
    padding-right: 65px;
}

.pr-70 {
    padding-right: 70px;
}

.pr-75 {
    padding-right: 75px;
}

.pr-80 {
    padding-right: 80px;
}

.pr-85 {
    padding-right: 85px;
}

.pr-90 {
    padding-right: 90px;
}

.pr-95 {
    padding-right: 95px;
}

.pr-100 {
    padding-right: 100px;
}

.pr-105 {
    padding-right: 105px;
}

.pr-110 {
    padding-right: 110px;
}

.pr-115 {
    padding-right: 115px;
}

.pr-120 {
    padding-right: 120px;
}

.pr-125 {
    padding-right: 125px;
}

.pr-130 {
    padding-right: 130px;
}

.pr-135 {
    padding-right: 135px;
}

.pr-140 {
    padding-right: 140px;
}

.pr-145 {
    padding-right: 145px;
}

.pr-150 {
    padding-right: 150px;
}

.pr-155 {
    padding-right: 155px;
}

.pr-160 {
    padding-right: 160px;
}

.pr-165 {
    padding-right: 165px;
}

.pr-170 {
    padding-right: 170px;
}

.pr-175 {
    padding-right: 175px;
}

.pr-180 {
    padding-right: 180px;
}

.pr-185 {
    padding-right: 185px;
}

.pr-190 {
    padding-right: 190px;
}

.pr-195 {
    padding-right: 195px;
}

.pr-200 {
    padding-right: 200px;
}

/*---------------------------------------------------- */
/******* HOME PAGE 1 *******/
/*Banner Section*/
/*----------------------------------------------------*/
.gt-banner-section {
    z-index: 1;
    margin: 0 auto;
    overflow: hidden;
    max-width: 1920px;
}

.gt-banner-section .gt-banenr-shape1 {
    z-index: -1;
    top: -300px;
    right: -200px;
    -webkit-transition: all 1200ms ease;
    transition: all 1200ms ease;
}

.gt-banner-section .gt-banenr-shape2 {
    bottom: 0;
    left: -20px;
    z-index: -2;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-banner-section .gt-banenr-shape2 {
        display: none;
    }
}

.gt-banner-section .gt-banenr-shape3 {
    top: 0;
    left: 0;
    z-index: -3;
}

.gt-banner-section.active .gt-banenr-shape1 {
    right: -300px;
    -webkit-transition-delay: 3s;
    transition-delay: 3s;
}

.gt-banner-text {
    max-width: 670px;
    padding: 275px 0px 135px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .gt-banner-text {
        max-width: 550px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-banner-text {
        margin: 0 auto;
        max-width: 700px;
        text-align: center;
        padding: 200px 0px 0px;
    }
}

.gt-banner-text .gt-cursive-text {
    font-size: 42px;
}

.gt-banner-text .banner_title {
    font-size: 90px;
    font-weight: 800;
    line-height: 1.111;
    padding: 5px 0px 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .gt-banner-text .banner_title {
        font-size: 70px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-banner-text .banner_title {
        font-size: 50px;
    }
}

@media (max-width: 480px) {
    .gt-banner-text .banner_title {
        font-size: 40px;
        padding-bottom: 15px;
    }
}

.gt-banner-text p {
    max-width: 570px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .gt-banner-text p {
        max-width: 460px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-banner-text p {
        margin: 0 auto;
        max-width: 100%;
    }
}

.gt-banner-text .gt-play-btn-grp {
    gap: 20px 45px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-banner-text .gt-play-btn-grp {
        gap: 20px;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
}

@media (max-width: 480px) {
    .gt-banner-text .gt-play-btn-grp {
        margin-top: 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.gt-banner-text .gt-play-btn-grp .gt-play a {
    gap: 13px;
}

.gt-banner-text .gt-play-btn-grp .gt-play a:hover span {
    letter-spacing: 2px;
}

.gt-banner-text .gt-play-btn-grp .gt-play i {
    color: #fff;
    width: 68px;
    height: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--gt-gradient-1);
}

.gt-banner-text .gt-play-btn-grp .gt-play span {
    font-weight: 700;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.gt-banner-content {
    z-index: 1;
}

.gt-banner-content .gt-banner-img {
    top: 0;
    z-index: -1;
    right: -150px;
    -webkit-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .gt-banner-content .gt-banner-img {
        right: -100px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .gt-banner-content .gt-banner-img {
        right: -250px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-banner-content .gt-banner-img {
        position: static !important;
    }
}

.gt-banner-content.active .gt-banner-img {
    right: 0;
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
}

/*---------------------------------------------------- */
/*Booking Search Section*/
/*----------------------------------------------------*/
.gt-booking-search-content {
    border-radius: 100px;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 3px 73px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 3px 73px 0px rgba(0, 0, 0, 0.08);
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-booking-search-content {
        border-radius: 0;
    }
}

.gt-booking-search-content .gt-booking-option .submit-btn button {
    width: 145px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-booking-search-content .gt-booking-option .submit-btn button {
        width: 100%;
        height: 60px;
        border-radius: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-booking-option {
        gap: 15px;
        padding: 30px 0px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.gt-booking-option .option_action {
    width: 100%;
    padding-right: 18px;
}

.gt-booking-option .option_action:before {
    right: 0;
    top: -26px;
    width: 2px;
    content: "";
    height: 108px;
    position: absolute;
    background-color: #f5f5f5;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-booking-option .option_action:before {
        display: none;
    }
}

.gt-booking-option .option_action:nth-child(1) {
    max-width: 307px;
    padding-left: 55px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px),
(max-width: 480px) {
    .gt-booking-option .option_action:nth-child(1) {
        padding-left: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px),
(max-width: 480px) {
    .gt-booking-option .option_action:nth-child(1) {
        max-width: 100%;
        padding-left: 30px;
    }
}

.gt-booking-option .option_action:nth-child(2) {
    max-width: 280px;
    padding-left: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .gt-booking-option .option_action:nth-child(2) {
        padding-left: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px),
(max-width: 480px) {
    .gt-booking-option .option_action:nth-child(2) {
        max-width: 100%;
        padding-left: 30px;
    }
}

.gt-booking-option .option_action:nth-child(3) {
    max-width: 270px;
    padding-left: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .gt-booking-option .option_action:nth-child(3) {
        padding-left: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .gt-booking-option .option_action:nth-child(3) {
        max-width: 170px;
        padding-left: 15px;
    }
}

.gt-booking-option .option_action:nth-child(3) h3 {
    padding-bottom: 0px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px),
(max-width: 480px) {
    .gt-booking-option .option_action:nth-child(3) {
        max-width: 100%;
        padding-left: 30px;
    }
}

.gt-booking-option .option_action:nth-child(4) {
    max-width: 222px;
    padding-left: 55px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .gt-booking-option .option_action:nth-child(4) {
        padding-left: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px),
(max-width: 480px) {
    .gt-booking-option .option_action:nth-child(4) {
        max-width: 100%;
        padding-left: 30px;
    }
}

.gt-booking-option .option_action:last-child:before {
    display: none;
}

.gt-booking-option .option_action h3 {
    font-size: 23px;
    font-weight: 800;
    padding-bottom: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .gt-booking-option .option_action h3 {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-booking-option .option_action h3 {
        font-size: 18px;
    }
}

.gt-booking-option .option_action .nice-select {
    padding: 0;
    float: none;
    border: none;
    height: auto;
    line-height: 1;
    background-color: transparent;
}

.gt-booking-option .option_action .nice-select:after {
    display: none;
}

.gt-booking-option .option_action .nice-select span {
    font-size: 15px;
    font-weight: 500;
}

.gt-booking-option .option_action .nice-select .list {
    width: 100%;
}

.gt-booking-option .option_action .action-icon {
    top: 0;
    right: 20px;
    width: 46px;
    height: 46px;
    border-radius: 100%;
    background-color: #f2f2f2;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .gt-booking-option .option_action .action-icon {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .gt-booking-option .option_action .action-icon {
        right: 0;
        background-color: transparent;
    }
}

.gt-booking-option .option_action .date-pick {
    border: none;
    line-height: 1;
    color: #363539;
    font-size: 15px;
    padding: 0;
}

.gt-booking-option .option_action .date-pick::-webkit-input-placeholder {
    color: #363539;
    font-size: 15px;
    font-weight: 500;
}

.gt-booking-option .option_action .date-pick::-moz-placeholder {
    color: #363539;
    font-size: 15px;
    font-weight: 500;
}

.gt-booking-option .option_action .date-pick:-ms-input-placeholder {
    color: #363539;
    font-size: 15px;
    font-weight: 500;
}

.gt-booking-option .option_action .date-pick::-ms-input-placeholder {
    color: #363539;
    font-size: 15px;
    font-weight: 500;
}

.gt-booking-option .option_action .date-pick::placeholder {
    color: #363539;
    font-size: 15px;
    font-weight: 500;
}

.gt-booking-option .option_action .guest-number-field {
    max-width: 90px;
}

.gt-booking-option .option_action .guest-number-field input {
    border: none;
    font-size: 15px;
    max-width: 30px;
    font-weight: 500;
}

.gt-booking-option .option_action .guest-number-field .custom-prev,
.gt-booking-option .option_action .guest-number-field .custom-next {
    color: #fff;
    width: 18px;
    height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 100%;
    background-color: #363539;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-booking-option .option_action.ver_2 {
        margin-bottom: 20px;
    }
}

.gt-booking-option .option_action.ver_2:before {
    height: 102px;
}

.gt-booking-option .option_action.ver_2:nth-child(2) h3 {
    padding-bottom: 7px;
}

.gt-booking-option .option_action.ver_2 h3 {
    font-weight: 400;
    font-size: 14px;
    padding-bottom: 15px;
    font-family: var(--gt-body-font-2);
}

.gt-booking-option .option_action.ver_2 h3 i {
    color: #4400E7;
    font-size: 18px;
    margin-right: 8px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-booking-option .option_action.ver_2 h3 {
        font-size: 16px;
        font-weight: 800;
    }

    .gt-booking-option .option_action.ver_2 h3 i {
        font-size: 24px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-booking-option .submit-btn {
        width: 100%;
    }
}

.gt-booking-option .submit-btn button {
    z-index: 1;
    color: #fff;
    width: 160px;
    border: none;
    height: 108px;
    font-size: 20px;
    overflow: hidden;
    position: relative;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    background: var(--gt-gradient-1);
}

.gt-booking-option .submit-btn button i {
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.gt-booking-option .submit-btn button:before {
    top: 0;
    right: 0;
    z-index: -1;
    width: 0%;
    height: 100%;
    content: "";
    position: absolute;
    background-color: #000;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-booking-option .submit-btn button {
        width: 120px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-booking-option .submit-btn button {
        width: 100%;
        height: 60px;
        border-radius: 0;
    }
}

.gt-booking-option .submit-btn button:hover i {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.gt-booking-option .submit-btn button:hover:before {
    width: 100%;
}

.gt-booking-option .submit-btn.ver_2 button {
    width: 90px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-booking-option .submit-btn.ver_2 button {
        width: 100%;
    }
}

/*---------------------------------------------------- */
/*Destination Section*/
/*----------------------------------------------------*/
.gt-top-destination-item {
    margin: 0 auto;
    overflow: hidden;
    max-width: 390px;
    margin-bottom: 40px;
    border-radius: 40px;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 11px 40px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 11px 40px 0px rgba(0, 0, 0, 0.04);
}

.gt-top-destination-item .destination-img {
    overflow: hidden;
}

.gt-top-destination-item .destination-img img {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    height: 398px;
    object-fit: cover;
}

.gt-top-destination-item .destination-img:before {
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0;
    position: absolute;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background: var(--gt-gradient-1);
}

.gt-top-destination-item .destination-img .desti-btn-grp {
    top: 50%;
    left: 0;
    right: 0;
    z-index: 2;
    gap: 12px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.gt-top-destination-item .destination-img .desti-btn-grp a {
    opacity: 0;
    width: 66px;
    z-index: 1;
    height: 66px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border-radius: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    visibility: hidden;
    background-color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.gt-top-destination-item .destination-img .desti-btn-grp a:before {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background: var(--gt-gradient-1);
}

.gt-top-destination-item .destination-img .desti-btn-grp a:nth-child(1) {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
}

.gt-top-destination-item .destination-img .desti-btn-grp a:nth-child(2) {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}

.gt-top-destination-item .destination-img .desti-btn-grp a:hover {
    color: #fff;
}

.gt-top-destination-item .destination-img .desti-btn-grp a:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.gt-top-destination-item .destination-text .dest-title-price {
    padding: 30px 30px 15px;
    border-bottom: 1px solid #eae8e8;
}

.gt-top-destination-item .destination-text .dest-title-price .dest_title {
    font-size: 24px;
    font-weight: 900;
}

.gt-top-destination-item .destination-text .dest-title-price .dest_title a {
    width: 100%;
    display: inline !important;
    background-position-y: -1px;
    background-repeat: no-repeat;
    background-size: 0 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.gt-top-destination-item .destination-text .dest-title-price .dest_title a:hover {
    color: inherit;
    background-size: 100% 100%;
}

.gt-top-destination-item .destination-text .dest-title-price span {
    font-size: 23px;
    font-weight: 900;
}

.gt-top-destination-item .destination-text .trip-time {
    font-size: 18px;
    font-weight: 900;
    padding: 16px 30px;
}

.gt-top-destination-item .destination-text .trip-time i {
    margin-right: 8px;
}

.gt-top-destination-item:hover .destination-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.gt-top-destination-item:hover .destination-img:before {
    opacity: 0.5;
}

.gt-top-destination-item:hover .destination-img .desti-btn-grp a {
    opacity: 1;
    visibility: visible;
}

.gt-top-destination-item:hover .destination-img .desti-btn-grp a:nth-child(1) {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.gt-top-destination-item:hover .destination-img .desti-btn-grp a:nth-child(2) {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

/*---------------------------------------------------- */
/*Why-choose Section*/
/*----------------------------------------------------*/
@-webkit-keyframes icon-bounce {

    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    60% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

@keyframes icon-bounce {

    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    60% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

.gt-why-choose-section {
    overflow: hidden;
}

.gt-why-choose-text-area {
    max-width: 560px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-why-choose-text-area {
        margin: 0 auto;
        padding-top: 40px;
    }
}

.gt-why-choose-img-wrapper {
    right: 0;
    top: 15px;
}

.gt-why-choose-img-wrapper .img-col-2 {
    margin-top: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-why-choose-img-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: static !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-why-choose-img-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.gt-wc-feature-item {
    gap: 20px;
    margin-bottom: 45px;
}

.gt-wc-feature-item .inner-icon {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    background-color: #fff;
}

.gt-wc-feature-item .inner-text {
    max-width: 395px;
}

.gt-wc-feature-item .inner-text h3 {
    font-size: 24px;
    font-weight: 900;
}

.gt-wc-feature-item .inner-text p {
    padding-top: 5px;
}

.gt-wc-feature-item:hover .inner-icon {
    -webkit-animation: icon-bounce 0.8s ease-out infinite;
    animation: icon-bounce 0.8s ease-out infinite;
}

.gt-why-choose-img-wrapper .img-wrap {
    overflow: hidden;
    border-radius: 100%;
    position: relative;
}

.gt-why-choose-img-wrapper .img-wrap:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
}

.gt-why-choose-img-wrapper .img-wrap span {
    left: 0;
    right: 0;
    top: 50%;
    color: #fff;
    font-size: 19px;
    font-weight: 900;
    position: absolute;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.gt-why-choose-img-wrapper .inner-img_1 {
    width: 249px;
    height: 249px;
    margin-bottom: 10px;
}

.gt-why-choose-img-wrapper .inner-img_2 {
    width: 273px;
    height: 273px;
    -webkit-transform: translateX(25px);
    transform: translateX(25px);
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-why-choose-img-wrapper .inner-img_2 {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.gt-why-choose-img-wrapper .inner-img_3 {
    width: 354px;
    height: 354px;
    margin-bottom: 8px;
    -webkit-transform: translateX(-22px);
    transform: translateX(-22px);
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-why-choose-img-wrapper .inner-img_3 {
        width: 300px;
        height: 300px;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.gt-why-choose-img-wrapper .inner-img_4 {
    width: 295px;
    height: 295px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-why-choose-img-wrapper .inner-img_4 {
        margin: 0 auto;
    }
}

.gt-wc-btn-grp {
    gap: 25px;
}

.gt-client-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.gt-client-list li {
    color: #fff;
    width: 38px;
    height: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
    line-height: 38px;
    margin-left: -16px;
    text-align: center;
    border-radius: 100%;
    border: 2px solid #fff;
    background-color: #002966;
}

.gt-client-list li:nth-child(1) {
    margin-left: 0;
}

.gt-client-list .client-number-text {
    font-size: 20px;
    font-weight: 600;
}

/*---------------------------------------------------- */
/*About Section*/
/*----------------------------------------------------*/
.gt-about-section {
    overflow: hidden;
}

.gt-about-content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-about-content {
        gap: 50px 80px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.gt-about-img-wrap {
    z-index: 1;
    width: 100%;
    max-width: 555px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-about-img-wrap {
        max-width: 600px;
        margin: 0 auto;
    }
}

.gt-about-img-wrap .gt-about-img2 {
    right: -100px;
    bottom: -120px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-about-img-wrap .gt-about-img2 {
        bottom: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-about-img-wrap .gt-about-img2 {
        right: 0;
    }
}

@media (max-width: 480px) {
    .gt-about-img-wrap .gt-about-img2 {
        display: none;
    }
}

.gt-about-img-wrap:before {
    left: 0;
    bottom: 0;
    z-index: -1;
    content: "";
    width: 100%;
    height: 0%;
    max-height: 508px;
    position: absolute;
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
    background: var(--gt-gradient-1);
    border-radius: 200px 200px 20px 20px;
}

.gt-about-img-wrap.active:before {
    height: 100%;
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.gt-item-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.gt-item-list li {
    width: 50%;
    font-weight: 800;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.gt-item-list li i {
    font-size: 25px;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .gt-item-list li {
        width: 100%;
    }
}

.gt-about-text-wrap {
    max-width: 540px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-about-text-wrap {
        margin: 0 auto;
        max-width: 600px;
    }
}

.gt-app-btn-grp {
    gap: 18px;
}

.gt-app-btn-grp a:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

/*---------------------------------------------------- */
/*Photo View Section*/
/*----------------------------------------------------*/
.gt-photo-view-section {
    margin: 0 auto;
    overflow: hidden;
    max-width: 1920px;
}

.gt-photo-view-top-content {
    gap: 20px;
}

.gt-photo-view-top-content .gt-section-title-1 {
    max-width: 630px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-photo-view-top-content .gt-section-title-1 {
        max-width: 100%;
    }
}

.gt-photo-view-top-content .gt-title-text {
    max-width: 550px;
    padding-left: 40px;
    position: relative;
}

.gt-photo-view-top-content .gt-title-text:before {
    top: 0;
    left: 0;
    width: 7px;
    content: "";
    height: 0%;
    position: absolute;
    -webkit-transition: all 800ms ease;
    transition: all 800ms ease;
    background: var(--gt-gradient-1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-photo-view-top-content .gt-title-text {
        max-width: 100%;
    }
}

.gt-photo-view-top-content.active .gt-title-text:before {
    height: 100%;
    -webkit-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.gt-photo-view-item {
    overflow: hidden;
    max-height: 760px;
}

.gt-photo-view-item video {
    width: 100%;
    height: 100%;
}

.gt-top-destination-item .destination-img .desti-btn-grp .wte-trip-vidgal-popup-trigger:after {
    content: "\f04b";
    top: 50%;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    transform: translateY(-50%);
    font-family: 'Font Awesome 5 Pro';
}

.gt-photo-view-nav-content {
    z-index: 1;
    padding: 45px;
    margin-top: -80px;
    border-radius: 10px;
    background-color: #1a1e21;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-photo-view-nav-content {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .gt-photo-view-nav-content {
        gap: 15px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px 30px;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
}

.gt-photo-view-nav-content .photo-view-nav-text {
    width: 100%;
    max-width: 310px;
}

@media (max-width: 480px) {
    .gt-photo-view-nav-content .photo-view-nav-text {
        text-align: center;
    }
}

.gt-photo-view-nav-content .photo-view-nav-text h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    padding-bottom: 5px;
}

@media (max-width: 767px) {
    .gt-photo-view-nav-content .photo-view-nav-text h3 {
        font-size: 24px;
    }
}

.gt-photo-view-nav-content .photo-view-nav-text p {
    color: #d3d3d3;
    font-size: 17px;
}

.gt-photo-view-nav-content .photo-swiper-pagination {
    color: #fff;
    font-size: 16px;
    max-width: 50px;
    font-weight: 800;
}

@media (max-width: 767px) {
    .gt-photo-view-nav-content .photo-swiper-pagination {
        display: none;
    }
}

.gt-photo-view-nav-content .photo-slide-progress:before {
    top: 0;
    left: 0;
    height: 100%;
    content: "";
    position: absolute;
}

.gt-photo-view-nav-content .photo-view-arrow {
    gap: 10px;
}

.gt-photo-view-nav-content .photo-view-arrow .arrow-nav {
    z-index: 1;
    width: 53px;
    height: 53px;
    position: relative;
    border-radius: 100%;
    background-color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.gt-photo-view-nav-content .photo-view-arrow .arrow-nav:before {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 100%;
    position: absolute;
    -webkit-transform: scale(0);
    transform: scale(0);
    background: var(--gt-gradient-1);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.gt-photo-view-nav-content .photo-view-arrow .arrow-nav:hover {
    color: #fff;
}

.gt-photo-view-nav-content .photo-view-arrow .arrow-nav:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.gt-photo-swiper-progress-bar {
    width: 100%;
    height: 5px;
    max-width: 400px;
    position: relative;
    border-radius: 10px;
    background-color: #7e7e7e;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-photo-swiper-progress-bar {
        max-width: 300px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-photo-swiper-progress-bar {
        display: none;
    }
}

.gt-photo-swiper-progress-bar .slide_progress-bar {
    position: absolute;
    height: 100%;
    background: #7e7e7e;
    width: auto;
    clear: both;
    opacity: 0;
    top: 0;
    left: 0;
    border-radius: 10px;
    right: 0;
}

.gt-photo-swiper-progress-bar .slide_progress-bar:after {
    position: absolute;
    top: 0;
    left: 0;
    background: var(--gt-gradient-1);
    height: 100%;
    width: 0;
    content: "";
    border-radius: 10px;
    -webkit-transition: 0.1s width linear;
    transition: 0.1s width linear;
}

.gt-photo-swiper-progress-bar.active .slide_progress-bar {
    opacity: 1;
}

.gt-photo-swiper-progress-bar.animate .slide_progress-bar:after {
    -webkit-transition: width linear;
    transition: width linear;
    -webkit-transition-delay: unset;
    transition-delay: unset;
    width: 100%;
    -webkit-transition-duration: 5s;
    transition-duration: 5s;
}

/*---------------------------------------------------- */
/*Feature Section*/
/*----------------------------------------------------*/
.gt-feature-content {
    gap: 45px;
}

.gt-feature-content .gt-feature-title-text {
    width: 100%;
    max-width: 445px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-feature-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
}

.gt-feature-img {
    width: 100%;
    overflow: hidden;
    max-width: 337px;
    border-radius: 200px;
}

.gt-feature-text-area {
    max-width: 360px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-feature-text-area {
        padding-top: 0;
        max-width: 700px;
    }
}

.gt-feature-text-area h3 {
    font-size: 26px;
    max-width: 300px;
    font-weight: 800;
    padding-bottom: 8px;
}

.gt-feature-text-area p {
    padding-bottom: 20px;
}

.gt-feature-text-area .gt-feature-slug {
    gap: 15px;
    z-index: 2;
    max-width: 365px;
    margin-left: -100px;
    padding: 20px 40px;
    border-radius: 100px;
    position: relative;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 11px 40px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 11px 40px 0px rgba(0, 0, 0, 0.04);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-feature-text-area .gt-feature-slug {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .gt-feature-text-area .gt-feature-slug {
        padding: 20px 20px;
    }
}

.gt-feature-text-area .gt-feature-slug .inner-text {
    line-height: 1.2;
    font-size: 20px;
    max-width: 210px;
    font-weight: 800;
}

.gt-feature-text-area .gt-item-list li {
    width: 100%;
}

/*---------------------------------------------------- */
/*Destination Category Section*/
/*----------------------------------------------------*/
.gt-destination-category-section {
    margin: 0 auto;
    overflow: hidden;
    max-width: 1920px;
}

.gt-desti-category-name li {
    font-weight: 800;
    margin: 0px 25px;
    position: relative;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-desti-category-name li {
        margin: 0px;
    }
}

.gt-desti-category-name li:before {
    top: 20px;
    width: 1px;
    content: "";
    height: 12px;
    right: -25px;
    position: absolute;
    background-color: #c9c9c9;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-desti-category-name li:before {
        display: none;
    }
}

.gt-desti-category-name li:last-child:before {
    display: none;
}

.gt-desti-category-name li a {
    z-index: 1;
    line-height: 1;
    overflow: hidden;
    border-radius: 30px;
    position: relative;
    display: inline-block;
    padding: 17px 20px;
}

.gt-desti-category-name li a:before {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    content: "";
    height: 0%;
    position: absolute;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background: var(--gt-gradient-1);
}

.gt-desti-category-name li a:hover {
    color: #fff;
}

.gt-desti-category-name li a:hover:before {
    height: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.gt-destination-sroller {
    display: flow-root;
}

.gt-destination-sroller .gt-top-destination-item {
    margin: 0px 20px;
    display: inline-block;
}

/*---------------------------------------------------- */
/*Price Section*/
/*----------------------------------------------------*/
.gt-pricing-section {
    z-index: 1;
}

.gt-pricing-section .price-bg {
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    max-height: 700px;
}

.gt-pricing-item {
    padding: 50px 40px;
    border-radius: 30px;
    margin-bottom: 40px;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 11px 40px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 11px 40px 0px rgba(0, 0, 0, 0.04);
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-pricing-item {
        padding: 40px 20px;
    }
}

.gt-pricing-item .price-value {
    margin-bottom: 15px;
}

.gt-pricing-item .price-value h3 {
    font-size: 50px;
    font-weight: 900;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-pricing-item .price-value h3 {
        font-size: 40px;
    }
}

.gt-pricing-item .price-value h3 sup,
.gt-pricing-item .price-value h3 sub {
    font-size: 20px;
}

.gt-pricing-item .price-value h3 sup {
    left: -2px;
    top: -15px;
}

.gt-pricing-item .price-value h3 sub {
    bottom: 0;
}

.gt-pricing-item .price-img-wrap {
    gap: 10px;
    margin-bottom: 18px;
}

.gt-pricing-item .price-img-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.gt-pricing-item .price-img-wrap .price_img_1 {
    width: 200px;
    height: 98px;
    overflow: hidden;
    border-radius: 100px;
}

.gt-pricing-item .price-img-wrap .price_img_2 {
    width: 103px;
    height: 97px;
    overflow: hidden;
    border-radius: 100px;
}

.gt-pricing-item .price-img-wrap .price_img_2 img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.gt-pricing-item .price-text {
    padding-bottom: 18px;
    border-bottom: 5px solid #f1f5f6;
}

.gt-pricing-item .price-text h4 {
    font-size: 35px;
    font-weight: 900;
    padding-bottom: 5px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-pricing-item .price-text h4 {
        font-size: 26px;
    }
}

.gt-pricing-item .gt-item-list li {
    width: 100%;
    margin-bottom: 15px;
}

.gt-pricing-item .price-btn a {
    width: 100%;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 800;
    text-align: center;
    padding: 14px 15px;
    border-radius: 40px;
    background-color: #000000;
}

.gt-pricing-item .price-btn a:hover {
    background-color: #4300e7;
}

.gt-pricing-item:hover .price-img-wrap .price_img_1 img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.gt-pricing-item:hover .price-img-wrap .price_img_2 img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.gt-price-bottom-text p {
    color: #647c9e;
    font-size: 20px;
    font-weight: 800;
}

.gt-price-bottom-text p a {
    color: #535ee0;
    position: relative;
}

.gt-price-bottom-text p a:before {
    left: 0;
    right: 0;
    bottom: 0;
    width: 0%;
    height: 1px;
    content: "";
    margin: 0 auto;
    position: absolute;
    background-color: #535ee0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-price-bottom-text p a:before {
        display: none;
    }
}

.gt-price-bottom-text p a:hover:before {
    width: 100%;
}

/*---------------------------------------------------- */
/*Blog Section*/
/*----------------------------------------------------*/
.gt-blog-thumb-post {
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 40px;
}

.gt-blog-thumb-post .blog-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.gt-blog-thumb-post .blog-text {
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .gt-blog-thumb-post .blog-text {
        width: 60%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-blog-thumb-post .blog-text {
        width: 100%;
        position: static;
        padding: 30px 20px;
        background-color: rgb(0, 0, 0);
    }
}

.gt-blog-thumb-post .blog-text .blog_title {
    color: #fff;
    font-size: 45px;
    font-weight: 800;
    padding-bottom: 10px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-blog-thumb-post .blog-text .blog_title {
        font-size: 28px;
    }
}

.gt-blog-thumb-post .blog-text p {
    color: #c7c5db;
    padding-bottom: 25px;
}

.gt-blog-thumb-post .blog-text .read_more {
    z-index: 1;
    color: #fff;
    overflow: hidden;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 38px;
    position: relative;
    border-radius: 40px;
    display: inline-block;
    background: var(--gt-gradient-1);
}

.gt-blog-thumb-post .blog-text .read_more:before {
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    content: "";
    height: 0%;
    position: absolute;
    border-radius: 40px;
    background-color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-blog-thumb-post .blog-text .read_more {
        padding: 12px 28px;
    }
}

.gt-blog-thumb-post .blog-text .read_more:hover {
    color: #000;
}

.gt-blog-thumb-post .blog-text .read_more:hover:before {
    height: 100%;
}

.gt-blog-thumb-post .text-content {
    max-width: 485px;
}

.gt-blog-item {
    margin-bottom: 40px;
}

.gt-blog-item .blog-text {
    border-radius: 20px;
    padding: 45px 40px 40px;
    background-color: #f1ebe4;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-blog-item .blog-text {
        padding: 30px 20px 30px;
    }
}

.gt-blog-item .blog-text .blog-meta {
    color: #535ee0;
    font-size: 16px;
    font-weight: 800;
}

.gt-blog-item .blog-text .blog_title {
    color: #183153;
    font-size: 28px;
    font-weight: 800;
    padding-bottom: 15px;
}

.gt-blog-item .blog-text .blog_title a {
    width: 100%;
    display: inline !important;
    background-position-y: -1px;
    background-repeat: no-repeat;
    background-size: 0 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.gt-blog-item .blog-text .blog_title a:hover {
    color: inherit;
    background-size: 100% 100%;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-blog-item .blog-text .blog_title {
        font-size: 24px;
    }
}

.gt-blog-item .blog-author {
    gap: 15px;
    padding-left: 55px;
}

.gt-blog-item .blog-author .inner-img {
    width: 54px;
    height: 54px;
    overflow: hidden;
    border-radius: 100%;
}

.gt-blog-item .blog-author .inner-text {
    color: #535ee0;
    font-size: 17px;
    font-weight: 800;
}

/* Comments
  --------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Widgets
  --------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

/* Media
  --------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/* Captions
  --------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/* Galleries
  --------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
  # Plugins
  --------------------------------------------------------------*/

/* Jetpack infinite scroll
  --------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
  # Utilities
  --------------------------------------------------------------*/

/* Accessibility
  --------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments
  --------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

/*---------------------------------------------------- */
/*Partner Section*/
/*----------------------------------------------------*/
.gt-partner-section {
    background-color: #f7ffc4;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-partner-section {
        padding: 50px 20px;
    }
}

.gt-partner-content h3 {
    font-size: 55px;
    font-weight: 900;
    text-align: center;
    padding-bottom: 50px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-partner-content h3 {
        font-size: 30px;
    }
}

.gt-partner-content .gt-sponsor-item {
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/*---------------------------------------------------- */
/*Testimonial Section*/
/*----------------------------------------------------*/
.gt-testimonial-section {
    z-index: 1;
    overflow: hidden;
}

.gt-testimonial-section .gt-testimonial-shape1 {
    top: 0;
    left: 0;
    z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-testimonial-section .gt-testimonial-shape1 {
        display: none;
    }
}

.gt-testimonial-section .gt-testimonial-shape2 {
    top: 0;
    right: 0;
    z-index: -1;
}

.gt-testimonial-text-area {
    max-width: 480px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-testimonial-text-area {
        max-width: 450px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-testimonial-text-area {
        max-width: 800px;
    }
}

.gt-testimonial-slider-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-testimonial-slider-area {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.gt-testimonial-slider {
    width: 100%;
    height: 450px;
    max-width: 680px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-testimonial-slider {
        max-width: 740px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-testimonial-slider {
        margin-top: 80px;
    }
}

.gt-testimonial-slider .testimonial-btn {
    bottom: 0;
    right: -30px;
    position: absolute;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-testimonial-slider .testimonial-btn {
        right: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-testimonial-slider .testimonial-btn {
        left: 0;
        right: 0;
        gap: 15px;
        bottom: 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .gt-testimonial-slider .testimonial-btn {
        bottom: -80px;
    }
}

.gt-testimonial-slider .testimonial-btn div a {
    width: 53px;
    height: 53px;
    color: #1a1e21;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f0f0f0;
}

.gt-testimonial-slider .testimonial-btn div a:hover {
    color: #fff;
    background-color: #4700e8;
}

.gt-testimonial-slider .choose_slider_items li {
    text-align: left;
    max-width: 595px;
}

@media (max-width: 767px) {
    .gt-testimonial-slider .choose_slider_items li {
        max-width: 100%;
    }
}

.gt-testimonial-slider .choose_slider_items .current_item {
    left: 0px;
    top: 0px;
    right: 0;
}

.gt-testimonial-slider .choose_slider_items .current_item .gt-testimonial-innerbox-item .gt-testimonial-img {
    opacity: 1;
    left: -55px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-testimonial-slider .choose_slider_items .current_item .gt-testimonial-innerbox-item .gt-testimonial-img {
        left: 0;
    }
}

.gt-testimonial-slider .choose_slider_items .next_item {
    top: 150px;
    left: 40px;
    opacity: 1;
    right: -40px;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.gt-testimonial-slider .choose_slider_items .next_item .gt-testimonial-innerbox-item {
    background: #f1ebe4;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .gt-testimonial-slider .choose_slider_items .next_item {
        top: 100px;
    }
}

@media (max-width: 767px) {
    .gt-testimonial-slider .choose_slider_items .next_item {
        opacity: 0;
    }
}

.gt-testimonial-slider .choose_slider_items .previous_item {
    top: 0px;
    left: 35px;
    z-index: 0;
    opacity: 0;
    right: -30px;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.gt-testimonial-slider .choose_slider_items .previous_hidden,
.gt-testimonial-slider .choose_slider_items .next_hidden {
    top: 0;
    left: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.gt-testimonial-innerbox-item {
    border-radius: 20px;
    padding: 50px 60px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background: #4700e8;
}

@media (max-width: 767px) {
    .gt-testimonial-innerbox-item {
        padding: 30px 20px;
    }
}

.gt-testimonial-innerbox-item .gt-testimonial-img {
    left: 0px;
    top: -35px;
    opacity: 0;
    width: 125px;
    height: 125px;
    overflow: hidden;
    position: absolute;
    border-radius: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .gt-testimonial-innerbox-item .gt-testimonial-img {
        height: 80px;
        width: 80px;
    }
}

@media (max-width: 767px) {
    .gt-testimonial-innerbox-item .gt-testimonial-img {
        height: 80px;
        width: 80px;
        position: static;
        margin-bottom: 10px;
    }
}

.gt-testimonial-innerbox-item .gt-testimonial-text p {
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.684;
}

.gt-testimonial-innerbox-item .gt-testimonial-meta-rate {
    margin-top: 24px;
}

.gt-testimonial-innerbox-item .gt-testimonial-meta-rate .gt-testimonial-meta h3 {
    line-height: 1;
    color: #000000;
    font-size: 22px;
    font-weight: 700;
    background-color: #fff;
    padding: 13px 40px 13px 20px;
    border-radius: 30px 30px 30px 0px;
}

@media (max-width: 767px) {
    .gt-testimonial-innerbox-item .gt-testimonial-meta-rate .gt-testimonial-meta h3 {
        font-size: 18px;
        padding: 8px 40px 8px 20px;
    }
}

.gt-testimonial-innerbox-item .gt-testimonial-meta-rate .gt-testimonial-meta span {
    top: -1px;
    color: #000000;
    line-height: 1;
    font-size: 15px;
    position: relative;
    display: inline-block;
    padding: 8px 15px 10px;
    background-color: #fff;
    border-radius: 0px 0px 20px 20px;
}

@media (max-width: 767px) {
    .gt-testimonial-innerbox-item .gt-testimonial-meta-rate .gt-testimonial-meta span {
        top: -4px;
        font-size: 13px;
        padding: 5px 15px;
    }
}

.gt-testimonial-innerbox-item .gt-testimonial-meta-rate .gt-testimonial-rate {
    text-align: center;
}

.gt-testimonial-innerbox-item .gt-testimonial-meta-rate .gt-testimonial-rate i {
    color: #F8C245;
}

/*---------------------------------------------------- */
/******* HOME PAGE 2 *******/
/*Banner Section*/
/*----------------------------------------------------*/
.gt-banner-section-2 {
    z-index: 1;
    margin: 0 auto;
    max-width: 1920px;
    padding-bottom: 75px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-banner-section-2 {
        background-color: #faf5ee;
    }
}

.gt-banner-section-2 .gt-banner-img {
    width: 100%;
    z-index: -1;
    height: 100%;
    overflow: hidden;
    max-height: 700px;
}

.gt-banner-section-2 .gt-banner-img .background_overlay {
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.6);
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-banner-section-2 .gt-banner-img {
        max-height: 540px;
    }
}

@media (max-width: 480px) {
    .gt-banner-section-2 .gt-banner-img {
        max-height: 500px;
    }
}

.gt-banner-section-2 .gt-banner-img video {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.gt-banner-section-2 .gt-banner-img-2 {
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 870px;
}

.gt-banner-section-2 .gt-banner-img-2 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.gt-banner-text-2 {
    padding: 335px 0px 100px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-banner-text-2 {
        padding: 200px 0px 70px;
    }
}

.gt-banner-text-2 .gt-banner-slug {
    color: #fff;
    font-size: 85px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-banner-text-2 .gt-banner-slug {
        font-size: 60px;
    }
}

@media (max-width: 480px) {
    .gt-banner-text-2 .gt-banner-slug {
        font-size: 40px;
    }
}

.gt-banner-text-2 .banner_title {
    color: #fff;
    line-height: 1;
    font-size: 85px;
    font-weight: 900;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-banner-text-2 .banner_title {
        font-size: 60px;
    }
}

@media (max-width: 480px) {
    .gt-banner-text-2 .banner_title {
        font-size: 40px;
    }
}

.gt-banner-search-bar {
    max-width: 960px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-banner-search-bar {
        margin: 0 auto;
    }
}

.gt-banner-search-bar input {
    width: 100%;
    height: 125px;
    border: none;
    padding-left: 65px;
    border-radius: 80px;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 11px 40px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 11px 40px 0px rgba(0, 0, 0, 0.04);
}

.gt-banner-search-bar input::-webkit-input-placeholder {
    font-size: 20px;
}

.gt-banner-search-bar input::-moz-placeholder {
    font-size: 20px;
}

.gt-banner-search-bar input:-ms-input-placeholder {
    font-size: 20px;
}

.gt-banner-search-bar input::-ms-input-placeholder {
    font-size: 20px;
}

.gt-banner-search-bar input::placeholder {
    font-size: 20px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-banner-search-bar input {
        height: 80px;
    }
}

@media (max-width: 480px) {
    .gt-banner-search-bar input {
        font-size: 14px;
        padding-left: 20px;
    }
}

.gt-banner-search-bar button {
    top: 24px;
    right: 28px;
    color: #fff;
    padding: 0;
    z-index: 1;
    width: 80px;
    border: none;
    height: 80px;
    overflow: hidden;
    position: absolute;
    border-radius: 100%;
    background: var(--gt-gradient-1);
    background-color: transparent;
}

.gt-banner-search-bar button:before {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
    position: absolute;
    border-radius: 100%;
    background-color: #000;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-banner-search-bar button {
        top: 12px;
        right: 12px;
        width: 60px;
        height: 60px;
    }
}

.gt-banner-search-bar button:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.gt-banner-tour-type {
    gap: 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-banner-tour-type {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-banner-tour-type {
        padding-top: 50px;
    }
}

.gt-banner-tour-type .gt-section-title-1 {
    max-width: 400px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-banner-tour-type .gt-section-title-1 {
        padding-top: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-banner-tour-type .gt-section-title-1 {
        text-align: center;
    }
}

.gt-banner-tour-type .gt-section-title-1 .section_title {
    font-size: 32px;
}

@-webkit-keyframes hover_appear {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes hover_appear {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

.gt-tour-type-item .inner-img {
    width: 189px;
    height: 206px;
    overflow: hidden;
    position: relative;
    margin-bottom: 16px;
    border-radius: 20px;
}

.gt-tour-type-item .inner-img:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10;
}

.gt-tour-type-item .inner-img img {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.gt-tour-type-item .inner-text {
    gap: 12px;
}

.gt-tour-type-item .inner-text .tr-icon {
    width: 45px;
    height: 45px;
    color: #000000;
    border-radius: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background-color: #dddfff;
}

.gt-tour-type-item .inner-text .tr-text h3 {
    font-size: 20px;
    line-height: 1;
    font-weight: 800;
}

.gt-tour-type-item .inner-text .tr-text h3 a {
    width: 100%;
    display: inline !important;
    background-position-y: -1px;
    background-repeat: no-repeat;
    background-size: 0 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.gt-tour-type-item .inner-text .tr-text h3 a:hover {
    color: inherit;
    background-size: 100% 100%;
}

.gt-tour-type-item .inner-text .tr-text span {
    color: #636364;
    font-size: 15px;
    font-weight: 600;
}

.gt-tour-type-item:hover .inner-text .tr-icon {
    color: #fff;
    background-color: #5100ec;
}

.gt-tour-type-item:hover .inner-img img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.gt-tour-type-item:hover .inner-img:before {
    -webkit-animation: hover_appear 0.75s;
    animation: hover_appear 0.75s;
}

.gt-banner-tour-type-content {
    gap: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-banner-tour-type-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
}

.cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
}

.cd-words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
}

.cd-words-wrapper b.is-visible {
    position: relative;
}

.no-js .cd-words-wrapper b {
    opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
    opacity: 1;
}

.cd-headline.clip span {
    display: inline-block;
}

.cd-headline.clip .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background: var(--gt-gradient-1);
}

.cd-headline.clip b {
    opacity: 0;
}

.cd-headline.clip b.is-visible {
    opacity: 1;
}

/*---------------------------------------------------- */
/*Feature Section*/
/*----------------------------------------------------*/
.gt-feature-section-2 {
    margin: 0 auto;
    max-width: 1920px;
}

.gt-feature-section-2 .gt-feature-side-img {
    right: 0;
    z-index: 2;
    bottom: 50px;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-feature-section-2 .gt-feature-side-img {
        display: none;
    }
}

.gt-feature-item-2 {
    margin-bottom: 30px;
}

.gt-feature-item-2 .inner-icon {
    z-index: 1;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 30px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.gt-feature-item-2 .inner-icon:before {
    top: 0;
    left: 0;
    z-index: -1;
    width: 85px;
    content: "";
    height: 85px;
    position: absolute;
    border-radius: 100%;
    background-color: #f0f1ff;
}

.gt-feature-item-2 .inner-text h3 {
    font-size: 27px;
    font-weight: 900;
    padding-bottom: 5px;
}

.gt-feature-item-2 .inner-text p {
    margin: 0 auto;
    font-size: 17px;
    max-width: 300px;
}

.gt-feature-item-2:hover .inner-icon {
    -webkit-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

/*---------------------------------------------------- */
/*Explore Section*/
/*----------------------------------------------------*/
.gt-explor-item {
    margin: 0 auto;
    overflow: hidden;
    max-width: 290px;
    border-radius: 20px;
}

.gt-explor-item .item-img-price {
    position: relative;
    margin: 0;
}

.wpte_trip-details-btn-wrap .category-trip-loc.ex-location {
    top: 0 !important;
}

.gt-explor-item .item-img-price:before {
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 0%;
    content: "";
    position: absolute;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(5%, #4d00eb), to(rgba(67, 0, 231, 0)));
    background-image: linear-gradient(to top, #4d00eb 5%, rgba(67, 0, 231, 0) 100%);
}

.gt-explor-item .item-img-price .inner-price {
    top: 25px;
    left: 25px;
    z-index: 2;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    padding: 5px 20px;
    position: absolute;
    border-radius: 30px;
    background: var(--gt-gradient-1);
}

.gt-explor-item .item-img-price .inner-img {
    overflow: hidden;
}

.gt-explor-item .item-img-price .inner-img img {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    height: 293px;
    object-fit: cover;
}

.gt-explor-item .item-text-area {
    z-index: 2;
    position: relative;
    background-color: #f9f9f9;
    padding: 0px 25px 30px 25px;
}

.gt-explor-item .item-text-area .ex-location {
    top: -17px;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    padding: 5px 20px;
    position: relative;
    border-radius: 30px;
    display: inline-block;
    background: var(--gt-gradient-1);
}

.gt-explor-item .item-text-area .ex_title {
    font-size: 22px;
    font-weight: 800;
    padding-bottom: 15px;
    border-bottom: 2px solid #f1f1f1;
}

.gt-explor-item .item-text-area .ex_title a {
    width: 100%;
    display: inline !important;
    background-position-y: -1px;
    background-repeat: no-repeat;
    background-size: 0 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.gt-explor-item .item-text-area .ex_title a:hover {
    color: inherit;
    background-size: 100% 100%;
}

.gt-explor-item .item-text-area .ex-review {
    margin-top: 8px;
}

.gt-explor-item .item-text-area .ex-review li {
    color: #000000;
    font-size: 12px;
}

.gt-explor-item .item-text-area .ex-review span {
    font-size: 13px;
    font-weight: 800;
}

.gt-explor-item.ver_2 {
    max-width: 396px;
}

.gt-explor-item.ver_2 .item-text-area {
    background-color: #fff;
}

.gt-explor-item:hover .item-img-price:before {
    height: 100%;
}

.gt-explor-item:hover .item-img-price .inner-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-explor-nav {
        gap: 15px;
        margin-top: 40px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.gt-explor-nav .gt-explor-prev,
.gt-explor-nav .gt-explor-next {
    top: 40%;
    z-index: 1;
    width: 88px;
    height: 88px;
    position: absolute;
    border-radius: 100%;
    border: 2px solid #000000;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {

    .gt-explor-nav .gt-explor-prev,
    .gt-explor-nav .gt-explor-next {
        width: 60px;
        height: 60px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {

    .gt-explor-nav .gt-explor-prev,
    .gt-explor-nav .gt-explor-next {
        position: static;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.gt-explor-nav .gt-explor-prev:before,
.gt-explor-nav .gt-explor-next:before {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    background: var(--gt-gradient-1);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.gt-explor-nav .gt-explor-prev:hover,
.gt-explor-nav .gt-explor-next:hover {
    color: #fff;
}

.gt-explor-nav .gt-explor-prev:hover:before,
.gt-explor-nav .gt-explor-next:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.gt-explor-nav .gt-explor-prev {
    left: -120px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-explor-nav .gt-explor-prev {
        left: -70px;
    }
}

.gt-explor-nav .gt-explor-next {
    right: -120px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-explor-nav .gt-explor-next {
        right: -70px;
    }
}

.advanced-search-wrapper .advanced-search-field .filter-section-title {
    color: #363539;
    font-size: 22px;
    font-weight: 700;
}

.advanced-search-wrapper .advanced-search-field ul li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #4F4E54;
    position: relative;
    cursor: pointer;
    padding: 15px 25px 15px;
    border-top: 1px dashed #D5D5D6;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
    padding-left: 0;
}

.advanced-search-wrapper .advanced-search-field ul li label {
    font-size: 18px;
}

.gt-sidebar-area .advanced-search-field {
    padding: 25px;
    margin-bottom: 30px;
    border-radius: 12px;
    background: rgb(247, 247, 247);
}

.advanced-search-wrapper .advanced-search-field ul li .count {
    top: 11px;
    right: 0;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    border-radius: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #EFEFEF;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.advanced-search-wrapper .advanced-search-field .wte-terms-more button {
    color: #6610f2 !important;
    font-size: 18px;
}

.advanced-search-wrapper .advanced-search-field .ui-slider .ui-slider-range,
.advanced-search-wrapper .advanced-search-field .ui-slider {
    height: 10px;
    width: 300px;
    border: none;
    border-radius: 30px;
    margin-right: 15px;
    background: var(--gt-gradient-1);
}

.advanced-search-wrapper .advanced-search-field .filter-section-content {
    margin-bottom: 0;
}

.advanced-search-wrapper .advanced-search-field .ui-slider .ui-slider-handle {
    top: 3px;
    width: 24px;
    height: 24px;
    margin-left: 0;
    cursor: pointer;
    margin-bottom: 0;
    border-radius: 100%;
    background: var(--gt-gradient-1);
    border: 5px solid var(--gt-gradient-1);
}

.advanced-search-wrapper .advanced-search-field .duration-slider-value,
.advanced-search-wrapper .advanced-search-field .cost-slider-value {
    margin-top: 25px;
    font-size: 18px;
    font-weight: 500;
    color: var(--gt-body-color);
}

.advanced-search-wrapper .advanced-search-field .ui-slider .ui-slider-handle::before {
    background: var(--gt-gradient-1);
    padding: 8px 8px;
    font-size: 12px;
    font-weight: 600;
}

.advanced-search-wrapper .advanced-search-field .ui-slider .ui-slider-handle::after {
    border-top: 7px solid #6610f2;
}

.advanced-search-header h2 {
    color: #363539;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 0;
}

.category-main-wrap li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.advanced-search-wrapper .clear-search-criteria {
    color: #fff !important;
    font-size: 14px;
    font-weight: 800;
    padding: 5px 20px;
    position: relative;
    border-radius: 30px;
    display: inline-block;
    background: var(--gt-gradient-1) !important;
}

.wp-travel-toolbar {
    border-radius: 10px;
    background-color: #F7F7F7;
    border: 1px solid rgba(54, 53, 57, 0.1490196078);
    padding: 10px 10px 10px 20px;
}

.wp-travel-toolbar .wte-view-modes ul li {
    width: 42px;
    height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #4F4E54;
    border-radius: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid rgba(54, 53, 57, 0.1490196078);
}

.wp-travel-toolbar .wte-view-modes ul li.active {
    color: #fff;
    background-color: #4400E7;
    border: 1px solid #4400E7;
}

.wp-travel-toolbar .wte-view-modes ul li.active a {
    color: #fff !important;
}

.wp-travel-toolbar .wte-view-modes ul li.active a {
    filter: invert(1);
}

/*---------------------------------------------------- */
/*Explore Visit Section*/
/*----------------------------------------------------*/
.gt-explor-visit-info h3 {
    font-size: 18px;
    font-weight: 900;
    padding-bottom: 8px;
}

.gt-explor-visit-info h4 {
    font-size: 37px;
    padding-bottom: 10px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-explor-visit-info h4 {
        font-size: 26px;
    }
}

.gt-explor-visit-info h4 span {
    font-weight: 900;
    margin-right: 10px;
}

.gt-explor-visit-info ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.gt-explor-visit-info ul li {
    width: 50%;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 5px;
    position: relative;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-explor-visit-info ul li {
        width: 100%;
    }
}

.gt-explor-visit-info ul li i {
    margin-right: 10px;
    background: var(--gt-gradient-1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gt-explor-visit-item .gt-explor-visit-info {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-explor-visit-item {
        gap: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
}

.gt-explor-visit-item .gt-explor-visit-text {
    max-width: 530px;
}

.gt-explor-visit-item .gt-explor-visit-text .gt-section-title-1 .subtitle {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
}

.gt-explor-visit-item .gt-explor-visit-text .gt-section-title-1 .section_title {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
}

.gt-explor-visit-item .gt-explor-visit-text .gt-section-title-1 p {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
}

.gt-explor-visit-item .gt-explor-visit-text .gt-btn-2 {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
}

.gt-explor-visit-item .gt-explor-vist-img {
    overflow: hidden;
    border-radius: 40px;
}

.gt-explor-visit-item .gt-explor-vist-img .inner-img img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.gt-explor-visit-item .gt-explor-vist-img .inner-text {
    left: 45px;
    bottom: 30px;
}

.gt-explor-visit-item .gt-explor-vist-img .inner-text h3 {
    z-index: 1;
    position: relative;
}

.gt-explor-visit-item .gt-explor-vist-img .inner-text h3 span {
    opacity: 0;
    color: #000000;
    font-size: 19px;
    font-weight: 900;
    padding: 10px 18px;
    visibility: hidden;
    border-radius: 30px;
    display: inline-block;
    background-color: #fff;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    margin-left: 20px;
}

.gt-explor-visit-item .gt-explor-vist-img .inner-text h3 span i {
    color: #fd5056;
    margin-right: 8px;
}

.gt-explor-visit-item .gt-explor-vist-img .inner-text span {
    opacity: 0;
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    margin-top: -5px;
    padding: 12px 25px;
    visibility: hidden;
    border-radius: 40px;
    display: inline-block;
    background-color: #000000;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

.gt-explor-visit-slider .gt-explor-visit-pagination {
    z-index: 2;
    left: auto;
    width: auto;
    right: 60px;
    bottom: 35px;
    position: absolute;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-explor-visit-slider .gt-explor-visit-pagination {
        position: static;
        margin-top: 40px;
        text-align: center;
    }
}

.gt-explor-visit-slider .gt-explor-visit-pagination .swiper-pagination-bullet {
    width: 15px;
    opacity: 1;
    height: 15px;
    position: relative;
    border-radius: 100%;
    background-color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-explor-visit-slider .gt-explor-visit-pagination .swiper-pagination-bullet {
        background-color: #9c9c9c;
    }
}

.gt-explor-visit-slider .gt-explor-visit-pagination .swiper-pagination-bullet:before {
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background: var(--gt-gradient-1);
}

.gt-explor-visit-slider .gt-explor-visit-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.swiper-slide-active .gt-explor-visit-item .gt-explor-visit-info {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 800ms ease;
    transition: all 800ms ease;
    -webkit-transition-delay: 550ms;
    transition-delay: 550ms;
}

.swiper-slide-active .gt-explor-visit-item .gt-explor-visit-text .gt-section-title-1 .subtitle {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 800ms ease;
    transition: all 800ms ease;
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
}

.swiper-slide-active .gt-explor-visit-item .gt-explor-visit-text .gt-section-title-1 .section_title {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 800ms ease;
    transition: all 800ms ease;
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms;
}

.swiper-slide-active .gt-explor-visit-item .gt-explor-visit-text .gt-section-title-1 p {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 800ms ease;
    transition: all 800ms ease;
    -webkit-transition-delay: 450ms;
    transition-delay: 450ms;
}

.swiper-slide-active .gt-explor-visit-item .gt-explor-visit-text .gt-btn-2 {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 800ms ease;
    transition: all 800ms ease;
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms;
}

.swiper-slide-active .gt-explor-visit-item .gt-explor-vist-img img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.swiper-slide-active .gt-explor-visit-item .gt-explor-vist-img .inner-text h3 span {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 800ms ease;
    transition: all 800ms ease;
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms;
}

.swiper-slide-active .gt-explor-visit-item .gt-explor-vist-img .inner-text span {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 800ms ease;
    transition: all 800ms ease;
    -webkit-transition-delay: 700ms;
    transition-delay: 700ms;
}

/*---------------------------------------------------- */
/*Company Exp Section*/
/*----------------------------------------------------*/
.gt-company-exp-section {
    overflow: hidden;
}

.gt-company-exp-img-wrap {
    z-index: 1;
    width: 100%;
    max-width: 550px;
    padding-bottom: 140px;
}

@media (max-width: 480px) {
    .gt-company-exp-img-wrap {
        padding-bottom: 0px;
    }
}

.gt-company-exp-img-wrap .gt-company-exp-shape {
    z-index: -1;
    left: -100px;
    bottom: -10px;
}

.gt-company-exp-img-wrap .inner-img-1 {
    overflow: hidden;
    border-radius: 20px;
    display: inline-block;
}

.gt-company-exp-img-wrap .inner-img-1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.gt-company-exp-img-wrap .inner-img-2 {
    right: 0;
    bottom: 0;
    overflow: hidden;
    border-radius: 20px;
    -webkit-transition: 900ms all ease;
    transition: 900ms all ease;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    -webkit-box-shadow: -1.433px 3.734px 35px 0px rgba(0, 0, 0, 0.22);
    box-shadow: -1.433px 3.734px 35px 0px rgba(0, 0, 0, 0.22);
}

.gt-company-exp-img-wrap .inner-img-2 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 480px) {
    .gt-company-exp-img-wrap .inner-img-2 {
        margin-top: 30px;
        display: inline-block;
        position: static !important;
    }
}

.gt-company-exp-img-wrap.active .inner-img-2 {
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

.gt-company-exp-text-wrap {
    max-width: 655px;
}

.gt-company-exp-content {
    gap: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-company-exp-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
}

.gt-company-exp-feature {
    max-width: 590px;
    padding-bottom: 30px;
    border-bottom: 2px solid #efefef;
}

@media (max-width: 767px) {
    .gt-company-exp-feature {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.gt-company-exp-feature:before {
    top: 0;
    left: 50%;
    width: 2px;
    height: 85%;
    content: "";
    position: absolute;
    background-color: #efefef;
}

@media (max-width: 767px) {
    .gt-company-exp-feature:before {
        display: none;
    }
}

@media (max-width: 767px) {
    .gt-company-exp-feature .company-exp-feature-item {
        width: 100%;
        margin-bottom: 40px;
    }
}

.gt-company-exp-feature .company-exp-feature-item .icon-title {
    gap: 15px;
}

.gt-company-exp-feature .company-exp-feature-item .inner-icon {
    width: 57px;
    height: 65px;
}

.gt-company-exp-feature .company-exp-feature-item .inner-title h3 {
    font-size: 25px;
    max-width: 130px;
    font-weight: 900;
}

@media (max-width: 767px) {
    .gt-company-exp-feature .company-exp-feature-item .inner-title h3 {
        max-width: 100%;
    }
}

.gt-company-exp-feature .company-exp-feature-item p {
    color: #5a595c;
    font-size: 16px;
    max-width: 210px;
    padding-top: 18px;
}

@media (max-width: 767px) {
    .gt-company-exp-feature .company-exp-feature-item p {
        font-size: 18px;
        max-width: 100%;
        padding-top: 10px;
    }
}

.gt-company-exp-btn-grp {
    gap: 25px 35px;
}

@media (max-width: 480px) {
    .gt-company-exp-btn-grp {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.gt-company-exp-btn-grp .gt-client-list {
    gap: 15px;
}

@media (max-width: 767px) {
    .gt-company-exp-btn-grp .gt-client-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

/*---------------------------------------------------- */
/*Favorite Place Section*/
/*----------------------------------------------------*/
.gt-favorite-place-section {
    z-index: 1;
    overflow: hidden;
}

.gt-favorite-place-section .gt-favorite-place-img {
    top: 0;
    right: 0;
    width: 41%;
    z-index: -1;
    height: 100%;
}

.gt-favorite-place-section .gt-favorite-place-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-favorite-place-section .gt-favorite-place-img {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-favorite-place-section {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

.gt-favorite-place-content {
    gap: 30px 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-favorite-place-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.gt-favorite-place-text-area {
    width: 100%;
    max-width: 530px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-favorite-place-text-area {
        max-width: 100%;
    }
}

.gt-fv-discount {
    gap: 30px;
}

@media (max-width: 480px) {
    .gt-fv-discount {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.gt-fv-discount .inner-amount {
    width: 139px;
    height: 132px;
    border-radius: 15px;
    background: var(--gt-gradient-1);
}

.gt-fv-discount .amount-value h3 {
    color: #fff;
    font-size: 57px;
    line-height: 1;
    font-weight: 900;
}

.gt-fv-discount .amount-value h3 sub {
    bottom: 0;
    font-size: 30px;
    font-weight: 600;
}

.gt-fv-discount .amount-value span {
    color: #fff;
    line-height: 1;
    font-size: 31px;
    font-weight: 900;
}

.gt-fv-discount .inner-text {
    font-size: 22px;
    font-weight: 700;
    max-width: 310px;
    line-height: 1.3;
    font-style: italic;
}

.gt-fv-discount .inner-text a {
    text-decoration: underline;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-fv-discount .inner-text {
        max-width: 250px;
    }
}

.gt-favorite-place-item-area {
    width: 100%;
    max-width: 1250px;
    margin-right: -600px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-favorite-place-item-area {
        margin-right: 0;
    }
}

/*---------------------------------------------------- */
/*Event Section*/
/*----------------------------------------------------*/
@-webkit-keyframes spin2 {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(30deg);
    }

    50% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    100% {
        -webkit-transform: rotateY(30deg);
        transform: rotateY(30deg);
    }
}

@keyframes spin2 {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(30deg);
    }

    50% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    100% {
        -webkit-transform: rotateY(30deg);
        transform: rotateY(30deg);
    }
}

.gt-event-content {
    gap: 30px 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-event-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.gt-event-img {
    -webkit-animation: spin2 8s linear infinite;
    animation: spin2 8s linear infinite;
}

.gt-event-text {
    max-width: 520px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-event-text {
        padding-top: 20px;
    }
}

.gt-event-text .gt-section-title-1 .section_title {
    font-size: 45px;
}

@media (max-width: 767px) {
    .gt-event-text .gt-section-title-1 .section_title {
        font-size: 30px;
    }
}

/*---------------------------------------------------- */
/*Counter Section*/
/*----------------------------------------------------*/
.gt-counter-content {
    gap: 25px;
}

.gt-counter-item {
    gap: 25px;
}

.gt-counter-item .inner-icon {
    z-index: 1;
    width: 65px;
    height: 75px;
}

.gt-counter-item .inner-icon:before {
    top: 0;
    left: 0;
    right: 0;
    content: "";
    width: 40px;
    z-index: -1;
    height: 75px;
    margin: 0 auto;
    border-radius: 30px;
    position: absolute;
    background-color: #f2f2f2;
}

.gt-counter-item .inner-icon i {
    font-size: 65px;
    background: var(--gt-gradient-1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gt-counter-item .inner-icon img {
    width: 65px;
    height: 65px;
}

.gt-counter-item .inner-text h3 {
    color: #071157;
    font-size: 50px;
    line-height: 1;
    font-weight: 800;
    margin-bottom: 8px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-counter-item .inner-text h3 {
        font-size: 40px;
    }
}

.gt-counter-item .inner-text p {
    font-weight: 800;
    display: inline-block;
    background: var(--gt-gradient-1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*---------------------------------------------------- */
/*Testimonial Section*/
/*----------------------------------------------------*/
.gt-testimonial-section-2 {
    padding: 95px 0px 125px;
}

.gt-testimonial-item-2 {
    z-index: 1;
    padding-top: 50px;
    padding-bottom: 50px;
}

.gt-testimonial-item-2:before {
    top: 0;
    left: 110px;
    content: "";
    z-index: -1;
    width: 500px;
    height: 500px;
    position: absolute;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color: #ffffff;
    -webkit-transition: all 800ms ease;
    transition: all 800ms ease;
}

.gt-testimonial-item-2 .inner-item {
    margin: 0 auto;
    max-width: 865px;
}

.gt-testimonial-item-2 .inner-item .testimonial-icon {
    width: 110px;
    margin-right: 50px;
}

.gt-testimonial-item-2 .inner-item .testimonial-text {
    max-width: 720px;
}

.gt-testimonial-item-2 .inner-item .testimonial-text span {
    display: block;
    font-size: 17px;
    font-weight: 700;
    padding-bottom: 5px;
}

.gt-testimonial-item-2 .inner-item .testimonial-text p {
    font-size: 43px;
    font-weight: 800;
    line-height: 1.512;
}

.gt-testimonial-item-2 .inner-item .test-author-logo {
    margin-top: 38px;
}

.gt-testimonial-item-2 .inner-item .author-inner .inner-img {
    width: 85px;
    height: 85px;
    overflow: hidden;
    margin-right: 12px;
    border-radius: 100%;
}

.gt-testimonial-item-2 .inner-item .author-inner .inner-text span {
    line-height: 1;
    font-size: 27px;
    font-weight: 800;
}

.gt-testimonial-item-2 .inner-item .author-inner .inner-text li {
    color: #ea9034;
    font-size: 19px;
}

.gt-testimonial-content-2 .gt-testi-slider-arrow-2 {
    width: 88px;
    height: 88px;
    cursor: pointer;
    z-index: 2;
    position: absolute;
    border-radius: 100%;
    border: 2px solid #242424;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-testimonial-content-2 .gt-testi-slider-arrow-2 {
        width: 60px;
        height: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-testimonial-content-2 .gt-testi-slider-arrow-2 {
        position: static;
    }
}

.gt-testimonial-content-2 .gt-testi-slider-arrow-2:hover {
    color: #fff;
    background-color: #4d00eb;
}

.gt-testimonial-content-2 .gt-testi-next-prev-2 {
    width: 100%;
    top: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-testimonial-content-2 .gt-testi-next-prev-2 {
        gap: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: static !important;
    }
}

.gt-testimonial-content-2 .gt-testi-button-prev-2 {
    left: -50px;
    background-color: #fff;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-testimonial-content-2 .gt-testi-button-prev-2 {
        left: 0;
    }
}

.gt-testimonial-content-2 .gt-testi-button-next-2 {
    right: -50px;
    background-color: #fff;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-testimonial-content-2 .gt-testi-button-next-2 {
        right: 0;
    }
}

.gt-testimonial-content-2 .swiper-slide-active .gt-testimonial-item-2:before {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 700ms;
    transition-delay: 700ms;
}

@media screen and (max-width: 991px) {
    .gt-testimonial-section-2 {
        padding: 60px 0px 70px;
    }

    .gt-testimonial-item-2 {
        padding-top: 0;
    }

    .gt-testimonial-item-2 .inner-item .testimonial-text p {
        font-size: 26px;
    }

    .gt-testimonial-item-2 .inner-item .testimonial-icon {
        margin-right: 20px;
    }

    .gt-testimonial-item-2 .inner-item .testimonial-text {
        max-width: 600px;
    }

    .gt-testimonial-item-2:before {
        display: none;
    }

    .gt-testimonial-item-2 .inner-item .test-author-logo {
        margin-top: 30px;
    }
}

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

    .gt-testimonial-item-2 .inner-item,
    .gt-testimonial-item-2 .inner-item .test-author-logo {
        gap: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

/*---------------------------------------------------- */
/*Blog Section*/
/*----------------------------------------------------*/
.gt-blog-section-2 {
    overflow: hidden;
}

.gt-blog-item-2 {
    margin: 0 auto;
    max-width: 398px;
    margin-bottom: 40px;
}

.gt-blog-item-2 .blog-img {
    overflow: hidden;
    border-radius: 13px;
    margin-bottom: 16px;
    display: inline-block;
}

.gt-blog-item-2 .blog-img img {
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
}

.gt-blog-item-2 .blog-img .date-meta {
    left: 28px;
    color: #fff;
    bottom: 20px;
    font-size: 13px;
    font-weight: 800;
    padding: 8px 18px;
    position: absolute;
    border-radius: 30px;
    background: var(--gt-gradient-1);
}

.gt-blog-item-2 .blog-text .blog_title {
    font-size: 30px;
    font-weight: 800;
    padding-bottom: 3px;
}

.gt-blog-item-2 .blog-text .blog_title a {
    width: 100%;
    display: inline !important;
    background-position-y: -1px;
    background-repeat: no-repeat;
    background-size: 0 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.gt-blog-item-2 .blog-text .blog_title a:hover {
    color: inherit;
    background-size: 100% 100%;
}

.gt-blog-item-2 .blog-text p {
    line-height: 1.556;
}

.gt-blog-item-2:hover .blog-img img {
    -webkit-transform: scale(1.2) rotate(10deg);
    transform: scale(1.2) rotate(10deg);
}

.gt-blog-content-2 p {
    font-size: 20px;
}

.gt-blog-content-2 p a {
    font-weight: 900;
    position: relative;
}

.gt-blog-content-2 p a:before {
    left: 0;
    right: 0;
    bottom: 0;
    width: 0%;
    height: 1px;
    content: "";
    margin: 0 auto;
    position: absolute;
    background-color: #bbbbba;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.gt-blog-content-2 p a:hover:before {
    width: 100%;
}

/*---------------------------------------------------- */
/******* HOME PAGE 3 *******/
/*Banner  Section*/
/*----------------------------------------------------*/
@-webkit-keyframes Option_Down {
    0% {
        opacity: 0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        visibility: hidden;
    }

    100% {
        opacity: 1;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        visibility: visible;
    }
}

@keyframes Option_Down {
    0% {
        opacity: 0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        visibility: hidden;
    }

    100% {
        opacity: 1;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        visibility: visible;
    }
}

@-webkit-keyframes mover {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@keyframes mover {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@-webkit-keyframes floatX {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    50% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@keyframes floatX {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    50% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@-webkit-keyframes floatX2 {
    0% {
        -webkit-transform: translateX(-80%);
        transform: translateX(-80%);
    }

    50% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-80%);
        transform: translateX(-80%);
    }
}

@keyframes floatX2 {
    0% {
        -webkit-transform: translateX(-80%);
        transform: translateX(-80%);
    }

    50% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-80%);
        transform: translateX(-80%);
    }
}

@keyframes icon-bounce {

    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    60% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

.gt-banner-section-3 {
    z-index: 1;
    margin: 0 auto;
    max-width: 1920px;
    background-color: #faf5ee;
}

.gt-banner-section-3 .gt-banner-bottom-shape {
    left: 0;
    bottom: 0;
    z-index: -1;
}

.gt-banner-content-3 {
    z-index: 1;
    padding-bottom: 95px;
}

.gt-banner-content-3 .gt-banner-men {
    z-index: 1;
    right: 130px;
    bottom: -75px;
}

.gt-banner-content-3 .gt-banner-men img {
    -webkit-animation: mover 1.5s infinite alternate;
    animation: mover 1.5s infinite alternate;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .gt-banner-content-3 .gt-banner-men {
        right: 100px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .gt-banner-content-3 .gt-banner-men {
        right: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
(max-width: 480px) {
    .gt-banner-content-3 .gt-banner-men {
        padding-top: 120px;
        text-align: center;
        position: static !important;
    }
}

.gt-banner-content-3 .gt_banner_deco_1 {
    top: 28%;
    right: 5%;
    -webkit-animation: floatX2 40s ease-in-out infinite;
    animation: floatX2 40s ease-in-out infinite;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .gt-banner-content-3 .gt_banner_deco_1 {
        right: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
(max-width: 480px) {
    .gt-banner-content-3 .gt_banner_deco_1 {
        top: 10%;
    }
}

@media (max-width: 767px),
(max-width: 480px) {
    .gt-banner-content-3 .gt_banner_deco_1 {
        display: none;
    }
}

.gt-banner-content-3 .gt_banner_deco_2 {
    top: 43%;
    right: 33%;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .gt-banner-content-3 .gt_banner_deco_2 {
        right: 35%;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .gt-banner-content-3 .gt_banner_deco_2 {
        right: 38%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
(max-width: 480px) {
    .gt-banner-content-3 .gt_banner_deco_2 {
        display: none;
    }
}

.gt-banner-content-3 .gt_banner_deco_3 {
    top: 34%;
    right: 34%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
(max-width: 480px) {
    .gt-banner-content-3 .gt_banner_deco_3 {
        display: none;
    }
}

.gt-banner-content-3 .gt_banner_deco_4 {
    right: 40%;
    bottom: 28%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
(max-width: 480px) {
    .gt-banner-content-3 .gt_banner_deco_4 {
        display: none;
    }
}

.gt-banner-content-3 .gt_banner_deco_5 {
    left: 5%;
    bottom: 22%;
    -webkit-animation: floatX 40s ease-in-out infinite;
    animation: floatX 40s ease-in-out infinite;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .gt-banner-content-3 .gt_banner_deco_5 {
        left: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
(max-width: 480px) {
    .gt-banner-content-3 .gt_banner_deco_5 {
        display: none;
    }
}

.gt-banner-content-3 .gt_banner_deco_6 {
    left: 8%;
    bottom: 9%;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .gt-banner-content-3 .gt_banner_deco_6 {
        left: 2%;
        bottom: 0%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
(max-width: 480px) {
    .gt-banner-content-3 .gt_banner_deco_6 {
        display: none;
    }
}

.gt-banner-content-3 .background_overlay {
    background-color: rgba(7, 8, 19, 0.9);
}

.gt-banner-content-3 .gt-banner-img {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: #070813;
    -webkit-mask-image: url(../img/banner-shape1.png);
    mask-image: url(../img/banner-shape1.png);
}

.gt-banner-content-3 .gt-banner-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.gt-banner-content-3 .gt-banner-text-3 {
    margin-left: 155px;
    padding: 235px 0px 105px;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .gt-banner-content-3 .gt-banner-text-3 {
        margin-left: 100px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .gt-banner-content-3 .gt-banner-text-3 {
        margin-left: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
(max-width: 480px) {
    .gt-banner-content-3 .gt-banner-text-3 {
        margin-left: 0;
        padding: 50px 0px 60px;
    }
}

.gt-banner-content-3 .gt-banner-text-3 .banner-text-item {
    max-width: 670px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
(max-width: 480px) {
    .gt-banner-content-3 .gt-banner-text-3 .banner-text-item {
        margin: 0 auto;
    }
}

.gt-banner-content-3 .gt-banner-text-3 .gt-banner-slug {
    color: #fff;
    line-height: 1;
    font-size: 85px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-banner-content-3 .gt-banner-text-3 .gt-banner-slug {
        font-size: 60px;
    }
}

@media (max-width: 480px) {
    .gt-banner-content-3 .gt-banner-text-3 .gt-banner-slug {
        font-size: 40px;
    }
}

.gt-banner-content-3 .gt-banner-text-3 .banner_title {
    color: #fff;
    line-height: 1;
    font-size: 85px;
    font-weight: 900;
    margin-bottom: 12px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-banner-content-3 .gt-banner-text-3 .banner_title {
        font-size: 60px;
    }
}

@media (max-width: 480px) {
    .gt-banner-content-3 .gt-banner-text-3 .banner_title {
        font-size: 40px;
    }
}

.gt-banner-content-3 .gt-banner-text-3 p {
    color: #fff;
    margin: 0 auto;
    font-size: 19px;
    max-width: 630px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .gt-banner-content-3 .gt-banner-text-3 p {
        max-width: 580px;
    }
}

.gt-booking-searchbox {
    z-index: 2;
    position: relative;
}

.gt-booking-tab-btn {
    top: 10px;
    left: 45px;
    z-index: 1;
    padding: 15px 32px;
    position: relative;
    border-radius: 40px;
    display: inline-block;
    background: var(--gt-gradient-1);
}

@media (max-width: 480px) {
    .gt-booking-tab-btn {
        top: 0;
        left: 0;
    }
}

.gt-booking-tab-btn li {
    margin: 0px 10px;
}

.gt-booking-tab-btn li .nav-link {
    padding: 0;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.gt-booking-tab-btn li .nav-link.active {
    color: #04fdee;
}

.gt-booking-tab-btn li i {
    margin-right: 5px;
}

.gt-booking-form-area-2 {
    max-width: 915px;
    border-radius: 100px;
    background-color: #fff;
    padding: 22px 12px 22px 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
(max-width: 480px) {
    .gt-booking-form-area-2 {
        max-width: 100%;
        padding: 30px 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
(max-width: 480px) {
    .gt-booking-form-area-2 {
        border-radius: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
(max-width: 480px) {
    .gt-booking-form-area-2 .gt-booking-option {
        gap: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
(max-width: 480px) {
    .gt-booking-form-area-2 .option_action_2 {
        width: 100%;
    }
}

.gt-booking-form-area-2 .option_action_2 h3 {
    font-size: 20px;
    font-weight: 800;
    padding-bottom: 5px;
}

.gt-booking-form-area-2 .option_action_2 .nice-select {
    padding: 0;
    height: auto;
    border: none;
    line-height: 1.5;
}

.gt-booking-form-area-2 .option_action_2 .nice-select .current {
    font-size: 15px;
    font-weight: 600;
}

.gt-booking-form-area-2 .option_action_2 .nice-select:after {
    display: none;
}

.gt-booking-form-area-2 .option_action_2 .date-select-input input,
.gt-booking-form-area-2 .option_action_2 .date-select-input-2 input {
    padding: 0;
    border: none;
    font-size: 15px;
    font-weight: 600;
}

.gt-booking-form-area-2 .option_action_2 .date-select-input-2 input {
    width: 100px;
    height: auto;
    color: var(--gt-body-font);
}

.gt-booking-form-area-2 .option_action_2 .guest-number-field {
    max-width: 90px;
}

.gt-booking-form-area-2 .option_action_2 .guest-number-field input {
    border: none;
    font-size: 15px;
    max-width: 30px;
    font-weight: 500;
}

.gt-booking-form-area-2 .option_action_2 .guest-number-field .custom-prev,
.gt-booking-form-area-2 .option_action_2 .guest-number-field .custom-next {
    color: #fff;
    width: 18px;
    height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 100%;
    background-color: #363539;
}

.gt-booking-form-area-2 button {
    color: #fff;
    border: none;
    font-size: 18px;
    font-weight: 800;
    padding: 18px 35px;
    border-radius: 40px;
    background: #6500f3;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media (max-width: 480px) {
    .gt-booking-form-area-2 button {
        padding: 12px 30px;
    }
}

.gt-booking-form-area-2 button:hover {
    background: #000;
}

.txt-searchbox-field .txt-select-dropdown h4 {
    font-size: 15px;
    font-weight: 600;
}

.txt-searchbox-field .txt-select-dropdown .select-input {
    padding-top: 5px;
}

.txt-searchbox-field .txt-select-option {
    left: 0;
    top: 65px;
    z-index: 9;
    width: 100%;
    display: none;
    max-width: 300px;
    padding: 15px 5px;
    min-width: 300px;
    border-radius: 5px;
    position: absolute;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.08);
}

.txt-searchbox-field .txt-select-option.active {
    display: block;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-animation: Option_Down 0.3s linear;
    animation: Option_Down 0.3s linear;
}

.txt-searchbox-field .txt-select-option .single-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #f9f9f9;
}

.txt-searchbox-field .txt-select-option .single-item h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
}

.txt-searchbox-field .txt-select-option .single-item span {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
}

.txt-searchbox-field .txt-select-option .single-item .quantity-counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.txt-searchbox-field .txt-select-option .single-item .quantity-counter input {
    width: 40px;
    border: none;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.txt-searchbox-field .txt-select-option .single-item .quantity-counter a {
    color: #fff;
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--gt-gradient-1);
}

.gt-banner-feature {
    padding-top: 105px;
}

.gt-banner-feature-item {
    gap: 20px;
    margin-bottom: 30px;
}

.gt-banner-feature-item .inner-icon {
    width: 112px;
    height: 112px;
    border-radius: 100%;
    background-color: #fff;
}

.gt-banner-feature-item .inner-text {
    max-width: 260px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
(max-width: 480px) {
    .gt-banner-feature-item .inner-text {
        max-width: 100%;
    }
}

.gt-banner-feature-item .inner-text h3 {
    font-size: 25px;
    font-weight: 800;
    padding-bottom: 5px;
}

.gt-banner-feature-item .inner-text p {
    line-height: 1.556;
}

.gt-banner-feature-item:hover .inner-icon {
    -webkit-animation: icon-bounce 0.8s ease-out infinite;
    animation: icon-bounce 0.8s ease-out infinite;
}

.gt-banner-feature-item.ver_2 .inner-icon {
    margin: 0 auto;
    margin-bottom: 25px;
}

.gt-banner-feature-item.ver_2 .inner-text {
    margin: 0 auto;
    max-width: 365px;
}

.gt-banner-feature-item.ver_2 .inner-text h3 {
    font-size: 30px;
    padding-bottom: 20px;
}

/*---------------------------------------------------- */
/*About  Section*/
/*----------------------------------------------------*/
.gt-about-section-3 {
    overflow: hidden;
}

.gt-about-content-3 {
    gap: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
(max-width: 480px) {
    .gt-about-content-3 {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.gt-about-img-wrap-3 {
    z-index: 1;
}

.gt-about-img-wrap-3 .inner-img {
    -webkit-animation: mover 1.5s infinite alternate;
    animation: mover 1.5s infinite alternate;
}

.gt-about-img-wrap-3 .about-shape-1 {
    top: 110px;
    left: -30px;
    z-index: -1;
}

@media (max-width: 767px),
(max-width: 480px) {
    .gt-about-img-wrap-3 .about-shape-1 {
        display: none;
    }
}

.gt-about-img-wrap-3 .about-shape-2 {
    top: 80px;
    right: -35px;
    z-index: -1;
}

@media (max-width: 767px),
(max-width: 480px) {
    .gt-about-img-wrap-3 .about-shape-2 {
        display: none;
    }
}

.gt-about-img-wrap-3 .about-shape-3 {
    left: -110px;
    bottom: 30%;
    z-index: -1;
}

@media (max-width: 767px),
(max-width: 480px) {
    .gt-about-img-wrap-3 .about-shape-3 {
        display: none;
    }
}

.gt-about-img-wrap-3 .about-shape-4 {
    bottom: 20%;
    right: -25px;
    z-index: -1;
}

@media (max-width: 767px),
(max-width: 480px) {
    .gt-about-img-wrap-3 .about-shape-4 {
        display: none;
    }
}

.gt-about-text-wrap-3 {
    max-width: 615px;
    padding-top: 175px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
(max-width: 480px) {
    .gt-about-text-wrap-3 {
        padding-top: 30px;
    }
}

.gt-about-btn-grp-3 {
    gap: 25px 60px;
}

@media (max-width: 767px),
(max-width: 480px) {
    .gt-about-btn-grp-3 {
        gap: 15px 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.gt-about-play-btn .play-img {
    width: 75px;
    height: 75px;
    overflow: hidden;
    border-radius: 100%;
}

.gt-about-play-btn .play-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.gt-about-play-btn .play-icon-text {
    gap: 15px;
    margin-left: -25px;
}

.gt-about-play-btn .play-icon-text .pl-icon {
    width: 42px;
    height: 42px;
    border-radius: 100%;
    background: var(--gt-gradient-1);
}

.gt-about-play-btn .play-icon-text .pl-icon i {
    color: #fff;
}

.gt-about-play-btn .play-icon-text .pl-text {
    font-size: 19px;
    font-weight: 800;
}

/*---------------------------------------------------- */
/*Favorite Place Section*/
/*----------------------------------------------------*/
.gt-favorite-tour-section-3 {
    overflow: hidden;
    background-color: #faf5ee;
}

.gt-favorite-tour-section-3 .container {
    max-width: 1585px;
}

.gt-favorite-tour-content-3 {
    gap: 35px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.gt-fvt-place-item {
    max-width: 284px;
}

.gt-fvt-place-item .inner-img {
    z-index: 1;
    overflow: hidden;
    position: relative;
    margin-bottom: 26px;
    border-radius: 300px;
}

.gt-fvt-place-item .inner-img:before {
    position: absolute;
    height: 0;
    width: 0;
    top: 50%;
    left: 50%;
    content: "";
    padding-top: 0px;
    background-color: rgba(11, 11, 11, 0.4);
    text-align: center;
    border-radius: 300px;
    opacity: 0;
    z-index: 3;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.gt-fvt-place-item .inner-img:after {
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    top: 50%;
    left: 50%;
    z-index: 1;
    padding-top: 0px;
    border-radius: 300px;
    background-color: rgba(11, 11, 11, 0.4);
    text-align: center;
    opacity: 0;
    z-index: 4;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease;
}

.gt-fvt-place-item .inner-img img {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.gt-fvt-place-item .tour-count {
    left: 0;
    right: 0;
    z-index: 2;
    bottom: -13px;
    position: absolute;
}

.gt-fvt-place-item .tour-count span {
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    padding: 5px 12px;
    border-radius: 20px;
    display: inline-block;
    background-color: #000000;
}

.gt-fvt-place-item .fvt_title {
    color: #1f224c;
    font-size: 30px;
    font-weight: 900;
}

.gt-fvt-place-item .fvt_title a {
    width: 100%;
    display: inline !important;
    background-position-y: -1px;
    background-repeat: no-repeat;
    background-size: 0 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.gt-fvt-place-item .fvt_title a:hover {
    color: inherit;
    background-size: 100% 100%;
}

.gt-fvt-place-item:hover .inner-img img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.gt-fvt-place-item:hover .inner-img:before {
    opacity: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.gt-fvt-place-item:hover .inner-img:after {
    opacity: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

/*---------------------------------------------------- */
/*Explore Event Section*/
/*----------------------------------------------------*/
.gt-explore-event-section-3 {
    overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
(max-width: 480px) {
    .gt-explore-event-top-content {
        gap: 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
}

.gt-explore-filter-btn button {
    padding: 0;
    border: none;
    font-size: 15px;
    font-weight: 500;
    margin-left: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background-color: transparent;
}

.gt-explore-filter-btn button i {
    margin-right: 5px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.gt-explore-filter-btn button.is-checked {
    font-weight: 900;
}

.gt-explore-filter-btn button.is-checked i {
    color: #9ecb8b;
}

.gt-explore-event-item {
    max-width: 398px;
    border-radius: 15px;
    margin-bottom: 30px;
    border: 2px solid #f6f6f6;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
(max-width: 480px) {
    .gt-explore-event-item {
        margin: 0 auto;
        margin-bottom: 30px;
    }
}

.gt-explore-event-item .explore-img-text-area {
    padding: 20px;
}

.gt-explore-event-item .explore-img-area .inner-img {
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}

.gt-explore-event-item .explore-img-area .inner-img img {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: scale(1.2) rotate(5deg);
    transform: scale(1.2) rotate(5deg);
}

.gt-explore-event-item .explore-img-area .inner-img img {
    height: 259px;
    object-fit: cover;
}

.gt-explore-event-item .explore-img-area .inner-img:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--gt-gradient-1);
    opacity: 0;
    border-radius: 3px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    border-radius: 6px;
    z-index: 2;
}

.gt-explore-event-item .explore-img-area .ex-location-rate {
    left: 0;
    right: 0;
    top: 25px;
    width: 90%;
    z-index: 2;
    margin: 0 auto;
}

.gt-explore-event-item .explore-img-area .ex-location-rate span {
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    padding: 7px 15px;
    border-radius: 30px;
    display: inline-block;
    background: var(--gt-gradient-1);
}

.gt-explore-event-item .explore-img-area .ex-location-rate li {
    color: #000000;
    font-size: 15px;
}

.gt-explore-event-item .explore-meta {
    gap: 10px;
    margin: 0 auto;
    max-width: 85%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 25px;
    margin-bottom: 25px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #252525;
}

.gt-explore-event-item .explore-meta span {
    color: #fff;
    font-size: 15px;
    font-weight: 800;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
(max-width: 480px) {
    .gt-explore-event-item .explore-meta {
        padding: 10px 15px;
    }

    .gt-explore-event-item .explore-meta span {
        font-size: 13px;
    }
}

.gt-explore-event-item .exp_title {
    font-size: 28px;
    font-weight: 800;
    padding-left: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
(max-width: 480px) {
    .gt-explore-event-item .exp_title {
        font-size: 24px;
    }
}

.gt-explore-event-item .explore-price-btn {
    padding: 15px 35px;
    border-top: 2px solid #f6f6f6;
}

.gt-explore-event-item .explore-price-btn .ex-price span {
    font-size: 15px;
    font-weight: 500;
}

.gt-explore-event-item .explore-price-btn .ex-price h3 {
    line-height: 1;
    font-size: 22px;
    font-weight: 800;
}

.gt-explore-event-item .explore-price-btn .ex_more {
    font-size: 15px;
    font-weight: 800;
}

.gt-explore-event-item:hover {
    border: 2px solid #4700e9;
}

.gt-explore-event-item:hover .explore-img-area .inner-img img {
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
}

.gt-explore-event-item:hover .explore-img-area .inner-img:before {
    opacity: 0.3;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
}

.filtr-container-area {
    margin: 0px -15px;
}

.filtr-container-area .grid-sizer {
    width: 33.33%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
(max-width: 480px) {
    .filtr-container-area .grid-sizer {
        width: 50%;
    }
}

@media (max-width: 767px),
(max-width: 480px) {
    .filtr-container-area .grid-sizer {
        width: 100%;
    }
}

.filtr-container-area .grid-sizer,
.filtr-container-area .grid-item {
    float: left;
    overflow: hidden;
    position: relative;
    display: inline-block;
}

.filtr-container-area .grid-sizer img,
.filtr-container-area .grid-item img {
    width: 100%;
}

.filtr-container-area .grid-item {
    padding: 0px 15px;
}

.filtr-container-area .grid-size-33 {
    width: 33.33%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
(max-width: 480px) {
    .filtr-container-area .grid-size-33 {
        width: 50%;
    }
}

@media (max-width: 767px),
(max-width: 480px) {
    .filtr-container-area .grid-size-33 {
        width: 100%;
    }
}

/*---------------------------------------------------- */
/*Why choose Section*/
/*----------------------------------------------------*/
.gt-why-choose-section-3 {
    z-index: 1;
    overflow: hidden;
}

.gt-why-choose-section-3 .gt-why-choose-side-img {
    top: 0;
    right: 0;
    z-index: -1;
    height: 100%;
    width: 42%;
}

.gt-why-choose-section-3 .gt-why-choose-side-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
(max-width: 480px) {
    .gt-why-choose-section-3 .gt-why-choose-side-img {
        display: none;
    }
}

.gt-why-choose-section-3 .gt-why-choose-line {
    left: 38%;
    z-index: -2;
    bottom: -75px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .gt-why-choose-section-3 .gt-why-choose-line {
        left: 45%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .gt-why-choose-section-3 .gt-why-choose-line {
        left: 50%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
(max-width: 480px) {
    .gt-why-choose-section-3 .gt-why-choose-line {
        left: auto;
        right: -15%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
(max-width: 480px) {
    .gt-why-choose-section-3 .gt-why-choose-line {
        display: none;
    }
}

.gt-why-choose-section-3 .gt-wc-inner-img {
    right: 23%;
    bottom: 120px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
(max-width: 480px) {
    .gt-why-choose-section-3 .gt-wc-inner-img {
        right: 16%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .gt-why-choose-section-3 .gt-wc-inner-img {
        right: 14%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .gt-why-choose-section-3 .gt-wc-inner-img {
        left: auto;
        right: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
(max-width: 480px) {
    .gt-why-choose-section-3 .gt-wc-inner-img {
        display: none;
    }
}

.gt-why-choose-text-3 {
    max-width: 555px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .gt-why-choose-text-3 {
        max-width: 510px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .gt-why-choose-text-3 {
        max-width: 480px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
(max-width: 480px) {
    .gt-why-choose-text-3 {
        margin: 0 auto;
        max-width: 555px;
        text-align: center;
    }
}

.gt-why-choose-text-3 .gt-section-title-1 .subtitle {
    color: #fff;
}

.gt-why-choose-text-3 .gt-section-title-1 .section_title.ver_2 {
    color: #fff;
}

.gt-why-choose-text-3 .gt-section-title-1 p {
    color: #fff;
}

.gt-why-choose-text-3 .gt-item-list {
    color: #fff;
}

.gt-why-choose-text-3 .gt-item-list ul {
    display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
(max-width: 480px) {
    .gt-why-choose-text-3 .gt-item-list ul {
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
(max-width: 480px) {
    .gt-why-choose-text-3 .gt-item-list ul li {
        width: 100%;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
}

/*---------------------------------------------------- */
/*Feature Section*/
/*----------------------------------------------------*/
.gt-feature-content-3 {
    gap: 40px 30px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

.gt-feature-content-3 .gt-feature-img-wrap-3 {
    margin-left: -50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
(max-width: 480px) {
    .gt-feature-content-3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
}

.gt-feature-text-wrap-3 {
    max-width: 505px;
}

.gt-feature-bottom-text h3 {
    color: #000000;
    font-size: 17px;
    font-weight: 800;
}

.gt-feature-bottom-text h3 img {
    margin: 0px 12px;
}

/*---------------------------------------------------- */
/*Discount Section*/
/*----------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
(max-width: 480px) {
    .gt-discount-content {
        gap: 20px 30px;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
}

@media (max-width: 767px),
(max-width: 480px) {
    .gt-discount-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.gt-discount-area .gt-discount-img {
    left: 48%;
    top: -70px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.gt-discount-area .gt-discount-img img {
    -webkit-animation: mover 1.5s infinite alternate;
    animation: mover 1.5s infinite alternate;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
(max-width: 480px) {
    .gt-discount-area .gt-discount-img {
        left: 45%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
(max-width: 480px) {
    .gt-discount-area .gt-discount-img {
        display: none;
    }
}

.gt-discount-text-area {
    max-width: 450px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .gt-discount-text-area {
        max-width: 330px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
(max-width: 480px) {
    .gt-discount-text-area {
        max-width: 450px;
    }
}

.gt-discount-amount h3 {
    line-height: 1;
    color: #181818;
    font-size: 199px;
    font-weight: 900;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
(max-width: 480px) {
    .gt-discount-amount h3 {
        font-size: 145px;
    }
}

.gt-discount-amount h3 sup {
    top: -75px;
    left: 5px;
    color: #181818;
    font-size: 45px;
    font-weight: 900;
}

.gt-discount-amount h3 sub {
    left: -25px;
    bottom: 35px;
    color: #181818;
    font-size: 45px;
    font-weight: 900;
    font-size: 42px;
}

.gt-discount-amount .gt-explor-visit-info {
    margin-top: -10px;
}

.gt-discount-amount .gt-explor-visit-info ul {
    display: block;
}

.gt-discount-amount .gt-explor-visit-info ul li {
    width: 100%;
}

/*---------------------------------------------------- */
/*Testimonial Section*/
/*----------------------------------------------------*/
.gt-testimonial-section-3 {
    padding-top: 190px;
}

.gt-testimonial-section-3.ver_2 {
    padding-top: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
(max-width: 480px) {
    .gt-testimonial-section-3 {
        padding-top: 0;
    }
}

.gt-testimonial-slider-3 .carousel-inner {
    padding: 80px 0px 40px;
}

.gt-testimonial-item-3 {
    gap: 30px 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
(max-width: 480px) {
    .gt-testimonial-item-3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.gt-testimonial-item-3 .testimonial-img-name {
    z-index: 1;
    margin: 0 auto;
    max-width: 505px;
}

.gt-testimonial-item-3 .testimonial-img-name:before {
    left: 60px;
    top: -100px;
    content: "";
    z-index: -1;
    width: 300px;
    height: 700px;
    position: absolute;
    border-radius: 400px;
    background-color: #f7f7f7;
    -webkit-transform: rotate(35deg) scale(0.5);
    transform: rotate(35deg) scale(0.5);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
(max-width: 480px) {
    .gt-testimonial-item-3 .testimonial-img-name:before {
        display: none;
    }
}

.gt-testimonial-item-3 .testimonial-img-name .quote-icon {
    top: 0;
    left: 0px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
(max-width: 480px) {
    .gt-testimonial-item-3 .testimonial-img-name .quote-icon {
        display: none;
    }
}

.gt-testimonial-item-3 .testimonial-img-name .shape-icon {
    top: -50px;
    right: -10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 800ms ease;
    transition: all 800ms ease;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
(max-width: 480px) {
    .gt-testimonial-item-3 .testimonial-img-name .shape-icon {
        display: none;
    }
}

.gt-testimonial-item-3 .testimonial-img-name .inner-img {
    width: 435px;
    height: 435px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 100%;
    margin-bottom: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .gt-testimonial-item-3 .testimonial-img-name .inner-img {
        width: 380px;
        height: 380px;
    }
}

@media (max-width: 767px),
(max-width: 480px) {
    .gt-testimonial-item-3 .testimonial-img-name .inner-img {
        width: 250px;
        height: 250px;
    }
}

.gt-testimonial-item-3 .testimonial-img-name .name-degi {
    margin: 0 auto;
    max-width: 435px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
(max-width: 480px) {
    .gt-testimonial-item-3 .testimonial-img-name .name-degi {
        max-width: 380px;
    }
}

.gt-testimonial-item-3 .testimonial-img-name .name-degi h3 {
    color: #000000;
    font-size: 32px;
    font-weight: 900;
}

.gt-testimonial-item-3 .testimonial-img-name .name-degi span {
    color: #000000;
    font-size: 20px;
}

.gt-testimonial-item-3 .testimonial-text {
    color: #0b0a0a;
    font-size: 30px;
    font-weight: 500;
    max-width: 645px;
    font-style: italic;
    line-height: 1.333;
    padding-top: 115px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
(max-width: 480px) {
    .gt-testimonial-item-3 .testimonial-text {
        padding-top: 80px;
        font-size: 26px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
(max-width: 480px) {
    .gt-testimonial-item-3 .testimonial-text {
        padding-top: 0px;
        text-align: center;
    }
}

@media (max-width: 767px),
(max-width: 480px) {
    .gt-testimonial-item-3 .testimonial-text {
        font-size: 20px;
    }
}

.carousel-item.active .gt-testimonial-item-3 .testimonial-img-name:before {
    -webkit-transform: rotate(35deg) scale(1);
    transform: rotate(35deg) scale(1);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.carousel-item.active .gt-testimonial-item-3 .testimonial-img-name .quote-icon {
    opacity: 1;
    left: -20px;
    visibility: visible;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.carousel-item.active .gt-testimonial-item-3 .testimonial-img-name .shape-icon {
    opacity: 1;
    right: -110px;
    visibility: visible;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.gt-testimonial-slider-3 .carousel-indicators {
    left: 25%;
    bottom: 18%;
    margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
(max-width: 480px) {
    .gt-testimonial-slider-3 .carousel-indicators {
        position: static;
    }
}

.gt-testimonial-slider-3 .carousel-indicators [data-bs-target] {
    opacity: 1;
    width: 93px;
    height: 93px;
    margin: 0 10px;
    text-indent: 0;
    overflow: hidden;
    border-radius: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border: 5px solid transparent;
}

@media (max-width: 767px),
(max-width: 480px) {
    .gt-testimonial-slider-3 .carousel-indicators [data-bs-target] {
        width: 70px;
        height: 70px;
    }
}

.gt-testimonial-slider-3 .carousel-indicators .active {
    border: 5px solid #ff3838;
}

/*---------------------------------------------------- */
/*Exp Video Section*/
/*----------------------------------------------------*/
.gt-new-exp-video-section {
    z-index: 1;
    padding: 0px 15px 60px;
}

.gt-new-exp-video-section .gt-new-exp-video-bg {
    left: 0;
    bottom: 0;
    z-index: -1;
    height: 75%;
    width: 100%;
}

.gt-new-exp-video-section .gt-new-exp-video-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.gt-new-exp-video-content {
    margin: 0 auto;
    max-width: 1700px;
    margin-bottom: 90px;
}

@media (max-width: 480px) {
    .gt-new-exp-video-content .gt-new-exp-arrow {
        gap: 0px 15px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.gt-new-exp-video-content .gt-new-exp-arrow .gt-new-exp-prev,
.gt-new-exp-video-content .gt-new-exp-arrow .gt-new-exp-next {
    top: 65%;
    width: 88px;
    z-index: 1;
    height: 88px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    position: absolute;
    border-radius: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid #242424;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
(max-width: 480px) {

    .gt-new-exp-video-content .gt-new-exp-arrow .gt-new-exp-prev,
    .gt-new-exp-video-content .gt-new-exp-arrow .gt-new-exp-next {
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 480px) {

    .gt-new-exp-video-content .gt-new-exp-arrow .gt-new-exp-prev,
    .gt-new-exp-video-content .gt-new-exp-arrow .gt-new-exp-next {
        margin-top: 40px;
        position: static;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

.gt-new-exp-video-content .gt-new-exp-arrow .gt-new-exp-prev:hover,
.gt-new-exp-video-content .gt-new-exp-arrow .gt-new-exp-next:hover {
    color: #fff;
    background-color: #4700e9;
    border: 2px solid #4700e9;
}

.gt-new-exp-video-content .gt-new-exp-arrow .gt-new-exp-prev {
    left: 0;
}

.gt-new-exp-video-content .gt-new-exp-arrow .gt-new-exp-next {
    right: 10px;
}

.gt-new-exp-video-slider {
    margin: 0 auto;
    max-width: 1570px;
}

.gt-new-exp-video-item {
    margin: 0 auto;
    max-width: 371px;
    overflow: hidden;
    border-radius: 15px;
}

.gt-new-exp-video-item:before {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.2);
    width: 25%;
    height: 25%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.gt-new-exp-video-item:after {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.2);
    width: 25%;
    height: 25%;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.gt-new-exp-video-item .exp-video-text {
    left: 0;
    top: 50%;
    right: 0;
    z-index: 2;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.gt-new-exp-video-item .exp-video-text a {
    opacity: 0;
    color: #fff;
    width: 79px;
    height: 79px;
    margin: 0 auto;
    font-size: 20px;
    visibility: hidden;
    margin-bottom: 20px;
    border-radius: 100%;
    background: var(--gt-gradient-1);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.gt-new-exp-video-item .exp-video-text span {
    opacity: 0;
    color: #fff;
    font-size: 20px;
    display: block;
    font-weight: 800;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.gt-new-exp-video-item:hover:before,
.gt-new-exp-video-item:hover:after {
    opacity: 1;
    width: 100%;
    height: 100%;
}

.gt-new-exp-video-item:hover:before {
    left: 0;
    top: 0;
}

.gt-new-exp-video-item:hover:after {
    right: 0;
    bottom: 0;
}

.gt-new-exp-video-item:hover .exp-video-text a {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.gt-new-exp-video-item:hover .exp-video-text span {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

/*---------------------------------------------------- */
/*Blog Section*/
/*----------------------------------------------------*/
.gt-blog-content-3 .gt-blog-item-3:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.gt-blog-item-3 {
    gap: 60px;
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #ededed;
}

@media (max-width: 767px),
(max-width: 480px) {
    .gt-blog-item-3 {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
(max-width: 480px) {
    .gt-blog-item-3 {
        gap: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
(max-width: 480px) {
    .gt-blog-item-3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.gt-blog-item-3 .blog-img {
    overflow: hidden;
    border-radius: 20px;
}

.gt-blog-item-3 .blog-img img {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.gt-blog-item-3 .blog-text {
    max-width: 575px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .gt-blog-item-3 .blog-text {
        max-width: 400px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
(max-width: 480px) {
    .gt-blog-item-3 .blog-text {
        max-width: 628px;
    }
}

.gt-blog-item-3 .blog-text .blog-title-meta {
    gap: 15px;
}

@media (max-width: 767px),
(max-width: 480px) {
    .gt-blog-item-3 .blog-text .blog-title-meta {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.gt-blog-item-3 .blog-text .blog-meta {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    background: var(--gt-gradient-1);
}

.gt-blog-item-3 .blog-text .blog-meta span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.2;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
(max-width: 480px) {
    .gt-blog-item-3 .blog-text .blog-meta {
        width: 70px;
        height: 70px;
    }

    .gt-blog-item-3 .blog-text .blog-meta span {
        font-size: 18px;
    }
}

.gt-blog-item-3 .blog-text .blog_title {
    color: #262524;
    max-width: 455px;
    font-size: 40px;
    font-weight: 800;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .gt-blog-item-3 .blog-text .blog_title {
        font-size: 30px;
        max-width: 310px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .gt-blog-item-3 .blog-text .blog_title {
        font-size: 35px;
        max-width: 600px;
    }
}

@media (max-width: 767px),
(max-width: 480px) {
    .gt-blog-item-3 .blog-text .blog_title {
        font-size: 25px;
    }
}

.gt-blog-item-3 .author-meta {
    padding: 5px 10px;
    border-radius: 40px;
    display: inline-block;
    background-color: #e6f0ff;
}

.gt-blog-item-3 .author-meta a {
    color: #262524;
    font-weight: 800;
    font-size: 15px;
    margin: 0px 8px;
}

.gt-blog-item-3 .author-meta a i {
    margin-right: 5px;
}

.gt-blog-item-3 p {
    color: #444444;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    padding-top: 12px;
}

.gt-blog-item-3:hover .blog-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/*---------------------------------------------------- */
/*Contact Section*/
/*----------------------------------------------------*/
.gt-contact-faq-section:before {
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    content: "";
    height: 217px;
    position: absolute;
    background-color: #1a1b1d;
}

.gt-contact-faq-content {
    overflow: hidden;
    border-radius: 15px;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 11px 109px 0px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 11px 109px 0px rgba(0, 0, 0, 0.14);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
(max-width: 480px) {
    .gt-contact-faq-content {
        margin: 0 auto;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 630px;
    }
}

.gt-faq-content {
    width: 50%;
    padding: 75px 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
(max-width: 480px) {
    .gt-faq-content {
        padding: 75px 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
(max-width: 480px) {
    .gt-faq-content {
        width: 100%;
        padding: 40px 30px;
    }
}

.gt-faq-content .accordion-item,
.gt-faq-content .accordion-button:not(.collapsed),
.gt-faq-content .accordion-button {
    background-color: transparent;
}

.gt-faq-content .accordion-item {
    border: none;
    border-radius: 0px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #182022;
}

.gt-faq-content .accordion-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.gt-faq-content .accordion-button {
    padding: 0;
    border: none;
    color: #182022;
    font-size: 22px;
    font-weight: 800;
}

.gt-faq-content .accordion-button span {
    max-width: 85%;
    line-height: 1.738;
    display: inline-block;
}

@media (max-width: 480px) {
    .gt-faq-content .accordion-button span {
        font-size: 20px;
        line-height: 1.5;
    }
}

.gt-faq-content .accordion-button:focus {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.gt-faq-content .accordion-body {
    font-size: 18px;
    line-height: 30px;
    line-height: 1.667;
    padding: 14px 0px 0px;
}

.gt-faq-content .accordion-body .gt-faq-text-img {
    gap: 15px 35px;
}

@media (max-width: 767px),
(max-width: 480px) {
    .gt-faq-content .accordion-body .gt-faq-text-img {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.gt-faq-content .accordion-body .gt-faq-text-img .faq-img .inner-img {
    width: 168px;
    height: 114px;
    overflow: hidden;
    border-radius: 15px;
}

.gt-faq-content .accordion-body .gt-faq-text-img .faq-text {
    max-width: 265px;
}

.gt-faq-content .accordion-body .gt-faq-text-img .faq-text p {
    color: #504e4e;
    font-size: 17px;
    line-height: 1.647;
}

.gt-faq-content .accordion-body .gt-faq-text-img .faq-text li {
    color: #141515;
    font-size: 19px;
    font-weight: 800;
}

.gt-faq-content .accordion-body .gt-faq-text-img .faq-text li i {
    font-size: 14px;
    margin-right: 5px;
}

.gt-faq-content .accordion-button::after {
    right: 0;
    top: 10px;
    color: #6000f1;
    font-size: 16px;
    content: "\f067";
    font-weight: 300;
    position: absolute;
    border-radius: 100%;
    background-image: none;
    font-family: "Font Awesome 5 Pro";
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.gt-faq-content .accordion-button:not(.collapsed) {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.gt-faq-content .accordion-button:not(.collapsed):after {
    content: "\f068";
}

.gt-contact-content-3 {
    width: 50%;
    padding: 75px 50px;
    background: var(--gt-gradient-1);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
(max-width: 480px) {
    .gt-contact-content-3 {
        width: 100%;
        padding: 40px 30px;
    }
}

.gt-contact-content-3 .gt-section-title-1 .subtitle {
    color: #fff;
    font-size: 32px;
}

.gt-contact-content-3 .gt-section-title-1 .section_title.ver_2 {
    color: #fff;
    font-size: 42px;
}

.gt-contact-form input {
    color: #fff;
    width: 100%;
    border: none;
    height: 40px;
    font-size: 16px;
    font-weight: 600;
    max-width: 245px;
    margin-bottom: 33px;
    background-color: transparent;
    border-bottom: 2px solid #fff;
}

.gt-contact-form input::-webkit-input-placeholder {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.gt-contact-form input::-moz-placeholder {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.gt-contact-form input:-ms-input-placeholder {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.gt-contact-form input::-ms-input-placeholder {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.gt-contact-form input::placeholder {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.gt-contact-form .submit-btn {
    margin-top: 15px;
}

.gt-contact-form .submit-btn button {
    color: #fff;
    border: none;
    font-size: 20px;
    font-weight: 800;
    padding: 12px 40px;
    border-radius: 30px;
    background-color: #1a1b1d;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.gt-contact-form .submit-btn button:hover {
    color: #1a1b1d;
    background-color: #fff;
}

/*---------------------------------------------------- */
/******* HOME PAGE 4 *******/
/*Banner Section*/
/*----------------------------------------------------*/
.cd-headline.scale b {
    opacity: 0;
}

.cd-headline.scale i {
    display: inline-block;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.is-visible .cd-headline.scale i {
    opacity: 1;
}

.cd-headline.scale i.in {
    -webkit-animation: scale-up 0.6s forwards;
    animation: scale-up 0.6s forwards;
}

.cd-headline.scale i.out {
    -webkit-animation: scale-down 0.6s forwards;
    animation: scale-down 0.6s forwards;
}

.no-csstransitions .cd-headline.scale i {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
}

.no-csstransitions .cd-headline.scale .is-visible i {
    opacity: 1;
}

@-webkit-keyframes scale-up {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }

    60% {
        -webkit-transform: scale(1.2);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

@keyframes scale-up {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    60% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes scale-down {
    0% {
        -webkit-transform: scale(1);
        opacity: 1;
    }

    60% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
}

@keyframes scale-down {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    60% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
}

@-webkit-keyframes flying {
    0% {
        -webkit-transform: translate(5px, 5px);
        transform: translate(5px, 5px);
    }

    50% {
        -webkit-transform: translate(-5px, -5px);
        transform: translate(-5px, -5px);
    }

    100% {
        -webkit-transform: translate(5px, 5px);
        transform: translate(5px, 5px);
    }
}

@keyframes flying {
    0% {
        -webkit-transform: translate(5px, 5px);
        transform: translate(5px, 5px);
    }

    50% {
        -webkit-transform: translate(-5px, -5px);
        transform: translate(-5px, -5px);
    }

    100% {
        -webkit-transform: translate(5px, 5px);
        transform: translate(5px, 5px);
    }
}

.gt-banner-content-4 {
    z-index: 1;
    overflow: hidden;
}

.gt-banner-content-4 .gt-banner-bg-img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.gt-banner-content-4 .gt-banner-bg-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.gt-banner-content-4 .gt-banner-bg-img:before {
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    content: "";
    height: 100%;
    opacity: 0.85;
    position: absolute;
    background-color: #E2F2FF;
}

.gt-banner-content-4 .gt-banner-bg-img:after {
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 340px;
    z-index: 2;
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#FFFFFF));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}

.gt-banner-content-4 .gt-banner-text-4 {
    max-width: 730px;
    padding-top: 228px;
    padding-bottom: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px),
(max-width: 480px) {
    .gt-banner-content-4 .gt-banner-text-4 {
        margin: 0 auto;
        text-align: center;
    }
}

.gt-banner-content-4 .gt-banner-text-4 .banner-slug span {
    margin: 0px 8px;
}

.gt-banner-content-4 .gt-banner-text-4 .banner_title {
    color: #2B2A30;
    font-size: 76px;
    font-weight: 900;
    padding: 12px 0px 25px;
}

.gt-banner-content-4 .gt-banner-text-4 .banner_title .cd-words-wrapper {
    display: inline;
}

.gt-banner-content-4 .gt-banner-text-4 .banner_title span {
    color: #4400E7;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .gt-banner-content-4 .gt-banner-text-4 .banner_title {
        font-size: 60px;
    }
}

@media (max-width: 767px) {
    .gt-banner-content-4 .gt-banner-text-4 .banner_title {
        font-size: 50px;
    }
}

@media (max-width: 480px) {
    .gt-banner-content-4 .gt-banner-text-4 .banner_title {
        font-size: 45px;
    }
}

.gt-banner-content-4 .gt-banner-text-4 p {
    max-width: 690px;
}

.gt-banner-content-4 .gt-banner-img-4 {
    top: 250px;
    right: 57px;
}

.gt-banner-content-4 .gt-banner-img-4 img {
    -webkit-animation: mover 1.5s infinite alternate;
    animation: mover 1.5s infinite alternate;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .gt-banner-content-4 .gt-banner-img-4 {
        right: 20px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .gt-banner-content-4 .gt-banner-img-4 {
        right: -120px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px),
(max-width: 480px) {
    .gt-banner-content-4 .gt-banner-img-4 {
        display: none;
    }
}

.gt-banner-content-4 .banner_plane {
    top: 115px;
    right: -50px;
}

.gt-banner-content-4 .banner_plane img {
    -webkit-animation: flying 1.5s linear infinite;
    animation: flying 1.5s linear infinite;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .gt-banner-content-4 .banner_plane {
        top: 65px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px),
(max-width: 480px) {
    .gt-banner-content-4 .banner_plane {
        display: none;
    }
}

.gt-banner-search-box-4 {
    z-index: 2;
    max-width: 955px;
    margin-left: 155px;
    position: relative;
}

.gt-banner-search-box-4.ver_2 {
    margin: 0 auto;
    max-width: 1185px;
    margin-top: -63px;
}

.gt-banner-search-box-4.ver_2 .gt-banner-search-option-4 {
    max-width: 100%;
    -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.0509803922);
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.0509803922);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-banner-search-box-4.ver_2 .gt-banner-search-option-4 .gt-booking-option .submit-btn {
        width: 100%;
    }
}

.gt-banner-search-box-4.ver_2 .gt-banner-search-option-4 .gt-booking-option .submit-btn.ver_2 button {
    width: 140px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-banner-search-box-4.ver_2 .gt-banner-search-option-4 .gt-booking-option .submit-btn.ver_2 button {
        width: 100%;
    }
}

.gt-banner-search-box-4.ver_2 .gt-banner-search-option-4 .gt-booking-option .option_action.ver_2 h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.gt-banner-search-box-4.ver_2 .gt-banner-search-option-4 .gt-booking-option .option_action.ver_2 h3 i {
    width: 44px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: -webkit-gradient(linear, left top, right top, from(rgba(68, 0, 231, 0.07)), to(rgba(123, 0, 254, 0.07)));
    background: linear-gradient(90deg, rgba(68, 0, 231, 0.07) 0%, rgba(123, 0, 254, 0.07) 100%);
}

.gt-banner-search-box-4.ver_2 .gt-banner-search-option-4 .gt-booking-option .option_action.ver_2:before {
    top: 50%;
    right: 25px;
    height: 70px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-banner-search-box-4.ver_2 .gt-banner-search-option-4 .gt-booking-option .option_action.ver_2:nth-child(2) {
        max-width: 175px;
    }
}

.gt-banner-search-box-4.ver_2 .gt-banner-search-option-4 .gt-booking-option .option_action.ver_2:nth-child(4):before {
    display: none;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .gt-banner-search-box-4 {
        margin-left: 50px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .gt-banner-search-box-4 {
        margin-left: 15px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .gt-banner-search-box-4 {
        max-width: 800px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-banner-search-box-4 {
        margin: 0 auto;
        padding: 0px 15px;
    }
}

.gt-banner-search-box-4 .gt-banner-search-option-4 {
    left: 0;
    right: 0;
    z-index: 2;
    top: 0;
    margin: 0 auto;
    max-width: 770px;
    border-radius: 70px;
    position: absolute;
    background-color: #fff;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .gt-banner-search-box-4 .gt-banner-search-option-4 {
        max-width: 700px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px),
(max-width: 480px) {
    .gt-banner-search-box-4 .gt-banner-search-option-4 {
        position: static;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-banner-search-box-4 .gt-banner-search-option-4 {
        border-radius: 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-banner-search-box-4 .gt-banner-search-option-4 .gt-booking-option {
        padding-bottom: 0;
    }
}

.gt-banner-search-box-4 .gt-banner-video-area {
    width: 100%;
    height: 100%;
    overflow: hidden;
    max-height: 514px;
    border-radius: 400px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .gt-banner-search-box-4 .gt-banner-video-area {
        max-height: 445px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px),
(max-width: 480px) {
    .gt-banner-search-box-4 .gt-banner-video-area {
        margin: 0 auto;
        max-width: 700px;
        max-height: 300px;
        border-radius: 20px;
    }
}

.gt-banner-sponsor-4 {
    right: 0;
    bottom: 30px;
    max-width: 1130px;
    position: absolute;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .gt-banner-sponsor-4 {
        bottom: 0px;
        max-width: 920px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px),
(max-width: 480px) {
    .gt-banner-sponsor-4 {
        margin: 0 auto;
        position: static;
        margin-top: 40px;
        padding: 0px 15px;
    }
}

.gt-banner-sponsor-4 .gt-sponsor-item {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/*---------------------------------------------------- */
/*Top Destination Section*/
/*----------------------------------------------------*/
.gt-top-destination-section-4 {
    overflow: hidden;
}

.gt-top-destination-section-4 .gt-side-shape {
    top: 0;
    left: 0;
}

.top-destination-item-4 {
    max-width: 530px;
    margin: 0px 20px;
    padding-left: 30px;
    padding-bottom: 75px;
    display: inline-block;
}

@media (max-width: 480px) {
    .top-destination-item-4 {
        padding-left: 0;
        max-width: 310px;
        margin: 0px 5px;
    }
}

.top-destination-item-4 .item-img-price .item-img {
    max-width: 500px;
    overflow: hidden;
    border-radius: 20px;
}

.top-destination-item-4 .item-img-price .item-img img {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    height: 319px;
}

.top-destination-item-4 .item-img-price .item-price {
    top: 22px;
    right: 22px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 15px;
    border-radius: 30px;
    background: var(--gt-gradient-1);
}

.top-destination-item-4 .item-text-area {
    left: 0;
    bottom: 0;
    padding: 22px;
    max-width: 347px;
    border-radius: 15px;
    background-color: #F3F8FC;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border: 1px solid transparent;
}

@media (max-width: 480px) {
    .top-destination-item-4 .item-text-area {
        position: static !important;
    }
}

.top-destination-item-4 .item-text-area .more_arrow {
    top: -20px;
    right: -20px;
    color: #fff;
    width: 68px;
    height: 68px;
    font-size: 25px;
    position: absolute;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    background: var(--gt-gradient-1);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2509803922);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2509803922);
}

.top-destination-item-4 .item-text-area .more_arrow i {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.top-destination-item-4 .item-text-area .desti_title {
    color: #2B2A30;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 10px;
}

.top-destination-item-4 .item-text-area .desti_title a {
    width: 100%;
    display: inline !important;
    background-position-y: -1px;
    background-repeat: no-repeat;
    background-size: 0 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.top-destination-item-4 .item-text-area .desti_title a:hover {
    color: inherit;
    background-size: 100% 100%;
}

.top-destination-item-4 .item-text-area p {
    font-size: 16px;
    padding-bottom: 10px;
}

.top-destination-item-4 .item-text-area .item-trip {
    padding-top: 10px;
    border-top: 1px solid #D9D9D9;
}

.top-destination-item-4 .item-text-area .item-trip a {
    color: #2B2A30;
    font-size: 16px;
    font-weight: 500;
    margin-right: 15px;
    position: relative;
}

.top-destination-item-4 .item-text-area .item-trip a:before {
    top: -4px;
    right: -14px;
    content: "/";
    position: absolute;
}

.top-destination-item-4 .item-text-area .item-trip a i {
    color: #4400E7;
    margin-right: 8px;
}

.top-destination-item-4 .item-text-area .item-trip a:last-child:before {
    display: none;
}

.top-destination-item-4:hover .item-img-price .item-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.top-destination-item-4:hover .item-text-area {
    border: 1px solid #4400E7;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.top-destination-item-4:hover .item-text-area .more_arrow {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.gt-top-destination-scroller {
    display: flow-root;
}

.dest-bottom-text {
    padding-top: 45px;
    text-align: center;
}

@media (max-width: 480px) {
    .dest-bottom-text {
        padding-top: 20px;
    }
}

.dest-bottom-text a {
    color: #4400E7;
    position: relative;
}

.dest-bottom-text a:before {
    left: 0;
    right: 0;
    bottom: 0;
    width: 0%;
    content: "";
    height: 1px;
    margin: 0 auto;
    position: absolute;
    background-color: #4400E7;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.dest-bottom-text a:hover:before {
    width: 100%;
}

/*---------------------------------------------------- */
/*About Section*/
/*----------------------------------------------------*/
.gt-about-section-4 {
    background-color: #FAF5EF;
}

.gt-about-content-4 {
    margin: 0 auto;
    overflow: hidden;
    max-width: 1360px;
    padding-left: 15px;
    padding-right: 15px;
}

.gt-about-content-4 .gt-about-plane {
    top: 70px;
    right: 25%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .gt-about-content-4 .gt-about-plane {
        right: 20%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px),
(max-width: 480px) {
    .gt-about-content-4 .gt-about-plane {
        display: none;
    }
}

.gt-about-content-4 .gt-about-plane img {
    -webkit-animation: flying 1.5s linear infinite;
    animation: flying 1.5s linear infinite;
}

.gt-about-content-4 .gt-section-title-2 {
    max-width: 580px;
}

.gt-about-content-4 .gt-about-img-4 {
    right: 0;
    bottom: 0;
    z-index: 1;
}

.gt-about-content-4 .gt-about-img-4:before {
    right: 0;
    bottom: 0;
    width: 0;
    z-index: -1;
    height: 0;
    content: "";
    position: absolute;
    background-color: #EEDFD2;
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
    border-top-left-radius: 500px;
    border-top-right-radius: 20px;
}

@media (max-width: 767px),
(max-width: 480px) {
    .gt-about-content-4 .gt-about-img-4:before {
        display: none;
    }
}

.gt-about-content-4 .gt-about-img-4.active:before {
    width: 590px;
    height: 565px;
    -webkit-transition-delay: 800ms;
    transition-delay: 800ms;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .gt-about-content-4 .gt-about-img-4 {
        right: -100px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px),
(max-width: 480px) {
    .gt-about-content-4 .gt-about-img-4 {
        right: 0;
        margin: 0 auto;
        max-width: 590px;
        position: relative !important;
    }
}

.gt-about-content-4 .gt-about-shape {
    right: 40%;
    bottom: 18%;
    -webkit-transition: all 1500ms ease;
    transition: all 1500ms ease;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.gt-about-content-4 .gt-about-shape.active {
    -webkit-transition-delay: 800ms;
    transition-delay: 800ms;
    -webkit-clip-path: polygon(100% 1%, 0 0, 0 100%, 100% 100%);
    clip-path: polygon(100% 1%, 0 0, 0 100%, 100% 100%);
}

.gt-about-content-4 .gt-about-support {
    top: 28%;
    left: 43%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .gt-about-content-4 .gt-about-support {
        left: 50%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px),
(max-width: 480px) {
    .gt-about-content-4 .gt-about-support {
        display: none;
    }
}

.gt-about-text-4 {
    max-width: 620px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px),
(max-width: 480px) {
    .gt-about-text-4 {
        margin: 0 auto;
        margin-top: 50px;
    }
}

.gt-about-video-list {
    gap: 30px;
}

.gt-about-video-list .about-video .inner-img {
    width: 273px;
    height: 209px;
    overflow: hidden;
    border-radius: 30px;
}

.gt-about-video-list .about-video a {
    left: 0;
    right: 0;
    top: 50%;
    color: #fff;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    border-radius: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: var(--gt-gradient-1);
}

.gt-about-video-list .about-video a .video_btn_border {
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 60px;
    position: absolute;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    border: 1px solid #5D56EF;
    -webkit-animation: border_animation 3.9s linear 0s infinite;
    animation: border_animation 3.9s linear 0s infinite;
}

.gt-about-video-list .about-video a .video_btn_border.border_wrap-2 {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

.gt-about-video-list .about-video a .video_btn_border.border_wrap-3 {
    -webkit-animation-delay: 2.6s;
    animation-delay: 2.6s;
}

.gt-about-video-list .about-list-area li {
    color: #2B2A30;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 13px;
    font-family: var(--gt-heading);
}

.gt-about-video-list .about-list-area li:last-child {
    margin-bottom: 0;
}

.gt-about-video-list .about-list-area li img {
    margin-right: 15px;
}

.gt-about-btn-grp-4 {
    gap: 30px 40px;
}

.gt-about-btn-grp-4 .gt-client-list {
    gap: 15px;
}

.gt-about-btn-grp-4 .gt-client-list li {
    width: 68px;
    height: 68px;
    margin-left: -34px;
}

.gt-about-btn-grp-4 .gt-client-list li:first-child {
    margin-left: 0;
}

.gt-about-btn-grp-4 .gt-client-list .client-number-text {
    font-family: var(--gt-heading);
}

/*---------------------------------------------------- */
/*Travel Destination Section*/
/*----------------------------------------------------*/
.gt-travel-destination-section {
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
}

.gt-travel-destination-content {
    gap: 30px 0px;
}

.travel-destination-item {
    z-index: 1;
    max-width: 364px;
    overflow: hidden;
    border-radius: 500px;
}

.travel-destination-item:before {
    top: 25px;
    left: 25px;
    width: 86%;
    height: 90%;
    z-index: 1;
    content: "";
    position: absolute;
    border-radius: 500px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background-color: rgba(43, 42, 48, 0.6);
}

.travel-destination-item .item-img img {
    -webkit-transform: scale(1.2) rotate(15deg);
    transform: scale(1.2) rotate(15deg);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.travel-destination-item .item-text {
    left: 0;
    top: 60%;
    right: 0;
    z-index: 2;
    opacity: 0;
    margin: 0 auto;
    max-width: 230px;
    visibility: hidden;
    border-radius: 500px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.travel-destination-item .item-text .desti_title {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 30px;
    margin-bottom: 20px;
    display: inline-block;
    background: var(--gt-gradient-1);
}

.travel-destination-item .item-text .desti_title i {
    margin-right: 5px;
}

.travel-destination-item .item-text p {
    color: #fff;
    margin: 0 auto;
    font-size: 28px;
    font-weight: 600;
    max-width: 230px;
    line-height: 38px;
    font-family: var(--gt-heading);
}

.travel-destination-item:hover .item-img img {
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
}

.travel-destination-item:hover .item-text {
    top: 50%;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
}

.travel-destination-item:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*---------------------------------------------------- */
/*Working Stop Section*/
/*----------------------------------------------------*/
.gt-working-stop-section {
    z-index: 1;
    overflow: hidden;
}

.gt-working-stop-section .gt-working-stop-img1 {
    right: 0;
    bottom: 0;
    z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px),
(max-width: 480px) {
    .gt-working-stop-section .gt-working-stop-img1 {
        display: none;
    }
}

.gt-working-stop-section .gt-working-stop-img2 {
    left: 0;
    top: 90px;
    z-index: -2;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px),
(max-width: 480px) {
    .gt-working-stop-section .gt-working-stop-img2 {
        display: none;
    }
}

.gt-working-stop-section .gt-section-bg {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.gt-working-stop-section .gt-section-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.gt-working-stop-content {
    max-width: 1020px;
    margin-left: 10px;
}

.gt-working-stop-content .gt-section-title-2 {
    max-width: 560px;
}

.gt-working-stop-item {
    border-radius: 15px;
    background-color: #fff;
    margin-bottom: 30px;
    padding: 25px 22px 20px;
    border: 1px solid rgba(43, 42, 48, 0.12);
}

.gt-working-stop-item .item-icon {
    width: 74px;
    height: 74px;
    border-radius: 17px;
    margin-bottom: 20px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background: rgba(6, 96, 124, 0.1);
}

.gt-working-stop-item .item-text h3 {
    color: #2B2A30;
    font-size: 26px;
    font-weight: 700;
    padding-bottom: 12px;
}

.gt-working-stop-item .item-text p {
    font-size: 16px;
    font-family: var(--gt-heading);
}

.gt-working-stop-item:hover .item-icon {
    -webkit-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.gt-working-stop-item-wrap .col-lg-4:nth-child(2) .gt-working-stop-item .item-icon {
    background-color: rgba(123, 0, 254, 0.1);
}

.gt-working-stop-item-wrap .col-lg-4:nth-child(3) .gt-working-stop-item .item-icon {
    background-color: rgba(255, 164, 7, 0.1);
}

/*---------------------------------------------------- */
/*Offer Section*/
/*----------------------------------------------------*/
.gt-offer-section {
    z-index: 1;
    overflow: hidden;
    background-color: #F3F8FC;
}

.gt-offer-section .gt-offer-img1 {
    top: 0;
    z-index: -1;
    left: -120px;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .gt-offer-section .gt-offer-img1 {
        left: -220px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .gt-offer-section .gt-offer-img1 {
        left: -320px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px),
(max-width: 480px) {
    .gt-offer-section .gt-offer-img1 {
        display: none;
    }
}

.gt-offer-section .gt-offer-img2 {
    top: 0;
    right: 0;
    z-index: -1;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .gt-offer-section .gt-offer-img2 {
        right: -120px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .gt-offer-section .gt-offer-img2 {
        right: -350px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .gt-offer-section .gt-offer-img2 {
        right: -400px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px),
(max-width: 480px) {
    .gt-offer-section .gt-offer-img2 {
        display: none;
    }
}

.gt-offer-section .gt-offer-shape {
    left: 17%;
    bottom: 40px;
    z-index: -1;
    -webkit-transition: all 1500ms ease;
    transition: all 1500ms ease;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.gt-offer-section .gt-offer-shape.active {
    -webkit-transition-delay: 800ms;
    transition-delay: 800ms;
    -webkit-clip-path: polygon(100% 1%, 0 0, 0 100%, 100% 100%);
    clip-path: polygon(100% 1%, 0 0, 0 100%, 100% 100%);
}

.gt-offer-concent {
    padding-top: 90px;
    padding-bottom: 240px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px),
(max-width: 480px) {
    .gt-offer-concent {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 20px 30px;
        padding-bottom: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px),
(max-width: 480px) {
    .gt-offer-concent {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
}

.gt-offer-text-area {
    max-width: 540px;
    margin-left: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px),
(max-width: 480px) {
    .gt-offer-text-area {
        margin-left: 0;
    }
}

.gt-offer-amount {
    right: 30%;
    bottom: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px),
(max-width: 480px) {
    .gt-offer-amount {
        position: static !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .gt-offer-amount {
        right: 25%;
    }
}

.gt-offer-amount h3 {
    line-height: 1;
    color: #4400E7;
    font-size: 280px;
    font-weight: 900;
}

.gt-offer-amount h3 sub {
    left: 0;
    bottom: 80px;
    color: #2B2A30;
    font-size: 145px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px),
(max-width: 480px) {
    .gt-offer-amount h3 sub {
        bottom: 50px;
        font-size: 40px;
    }
}

.gt-offer-amount h3 sup {
    top: -2px;
    font-size: 80px;
    color: #4400E7;
    left: -110px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px),
(max-width: 480px) {
    .gt-offer-amount h3 sup {
        left: -36px;
        top: -10px;
        font-size: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px),
(max-width: 480px) {
    .gt-offer-amount h3 {
        font-size: 150px;
    }
}

/*---------------------------------------------------- */
/*Testimonial Section*/
/*----------------------------------------------------*/
.gt-testimonial-section-4 {
    overflow: hidden;
}

.gt-testimonial-section-4 .gt-testi-shape1 {
    top: 0;
    left: 0;
    opacity: 0.2;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px),
(max-width: 480px) {
    .gt-testimonial-section-4 .gt-testi-shape1 {
        display: none;
    }
}

.gt-testimonial-section-4 .gt-testi-shape2 {
    top: 0;
    right: 0;
    opacity: 0.2;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px),
(max-width: 480px) {
    .gt-testimonial-section-4 .gt-testi-shape2 {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px),
(max-width: 480px) {
    .gt-testimonial-content-4 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.gt-testimonial-nav-area {
    width: 95px;
    height: 475px;
    margin-top: 55px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px),
(max-width: 480px) {
    .gt-testimonial-nav-area {
        width: 100%;
        height: 155px;
        margin-top: 0;
        max-width: 500px;
    }
}

.gt-testimonial-for {
    width: 100%;
    max-width: 1120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px),
(max-width: 480px) {
    .gt-testimonial-for {
        max-width: 100%;
    }
}

.gt-testimonial-nav {
    width: 86px;
    height: 151px;
    cursor: pointer;
    border-radius: 50px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border: 2px solid transparent;
}

.gt-testimonial-nav .inner-img {
    width: 82px;
    height: 147px;
    overflow: hidden;
    border-radius: 47px;
    border: 10px solid #fff;
}

.gt-testimonial-nav .inner-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.swiper-slide-thumb-active .gt-testimonial-nav {
    border: 2px solid rgb(72, 167, 180);
}

.gt-testimonial-item-4 {
    gap: 30px 60px;
    padding-left: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px),
(max-width: 480px) {
    .gt-testimonial-item-4 {
        gap: 20px 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px),
(max-width: 480px) {
    .gt-testimonial-item-4 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.gt-testimonial-item-4 .testimonial-img {
    width: 100%;
    z-index: 1;
    max-width: 408px;
    padding-left: 28px;
    padding-bottom: 28px;
}

.gt-testimonial-item-4 .testimonial-img .inner-img {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
}

.gt-testimonial-item-4 .testimonial-img:before,
.gt-testimonial-item-4 .testimonial-img:after {
    right: 0;
    width: 0;
    content: "";
    z-index: -1;
    bottom: 28px;
    height: 380px;
    position: absolute;
    border-radius: 18px;
    background-color: #8FCED6;
}

@media (max-width: 480px) {

    .gt-testimonial-item-4 .testimonial-img:before,
    .gt-testimonial-item-4 .testimonial-img:after {
        display: none;
    }
}

.gt-testimonial-item-4 .testimonial-img:after {
    bottom: 0;
    left: -25px;
    right: auto;
    z-index: -2;
    background-color: rgba(143, 206, 214, 0.2);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px),
(max-width: 480px) {
    .gt-testimonial-item-4 .testimonial-img:after {
        display: none;
    }
}

.gt-testimonial-item-4 .testimonial-text {
    width: 100%;
    max-width: 640px;
    padding-top: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px),
(max-width: 480px) {
    .gt-testimonial-item-4 .testimonial-text {
        padding-top: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px),
(max-width: 480px) {
    .gt-testimonial-item-4 .testimonial-text {
        max-width: 540px;
    }
}

.gt-testimonial-item-4 .testimonial-text .qt-icon {
    opacity: 0;
    visibility: hidden;
    margin-bottom: 20px;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px),
(max-width: 480px) {
    .gt-testimonial-item-4 .testimonial-text .qt-icon {
        margin-bottom: 10px;
    }
}

.gt-testimonial-item-4 .testimonial-text .qt-icon i {
    color: #4400E7;
    line-height: 1;
    font-size: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px),
(max-width: 480px) {
    .gt-testimonial-item-4 .testimonial-text .qt-icon i {
        font-size: 30px;
    }
}

.gt-testimonial-item-4 .testimonial-text .testimonial-desc {
    opacity: 0;
    visibility: hidden;
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 15px;
    font-family: var(--gt-heading);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px),
(max-width: 480px) {
    .gt-testimonial-item-4 .testimonial-text .testimonial-desc {
        font-size: 18px;
    }
}

.gt-testimonial-item-4 .testimonial-text .testimonial-rate {
    opacity: 0;
    visibility: hidden;
    margin-bottom: 15px;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}

.gt-testimonial-item-4 .testimonial-text .testimonial-rate li {
    color: #F2994A;
    font-size: 20px;
}

.gt-testimonial-item-4 .testimonial-text .testimonial-author {
    opacity: 0;
    visibility: hidden;
    gap: 15px;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}

.gt-testimonial-item-4 .testimonial-text .testimonial-author .inner-img {
    width: 62px;
    height: 62px;
    overflow: hidden;
    border-radius: 100%;
    border: 1.5px solid #0088BC;
}

.gt-testimonial-item-4 .testimonial-text .testimonial-author .inner-img img {
    border-radius: 100%;
    border: 4px solid #fff;
}

.gt-testimonial-item-4 .testimonial-text .testimonial-author .inner-text h3 {
    color: #2B2A30;
    font-size: 20px;
    font-weight: 800;
}

.gt-testimonial-item-4 .testimonial-text .testimonial-author .inner-text span {
    color: #4400E7;
}

.swiper-slide-active .gt-testimonial-item-4 .testimonial-img:before,
.swiper-slide-active .gt-testimonial-item-4 .testimonial-img:after {
    width: 400px;
    -webkit-transition: all 800ms ease;
    transition: all 800ms ease;
}

.swiper-slide-active .gt-testimonial-item-4 .testimonial-img:after {
    width: 400px;
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}

.swiper-slide-active .gt-testimonial-item-4 .testimonial-img .inner-img {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
}

.swiper-slide-active .gt-testimonial-item-4 .testimonial-text .qt-icon {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
}

.swiper-slide-active .gt-testimonial-item-4 .testimonial-text .testimonial-desc {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms;
}

.swiper-slide-active .gt-testimonial-item-4 .testimonial-text .testimonial-rate {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
}

.swiper-slide-active .gt-testimonial-item-4 .testimonial-text .testimonial-author {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms;
}

/*---------------------------------------------------- */
/*CTA Section*/
/*----------------------------------------------------*/
.gt-cta-section-4 {
    z-index: 1;
    overflow: hidden;
}

.gt-cta-section-4 .gt-cta-bg-img,
.gt-cta-section-4 .gt-cta-bg-img-2 {
    top: 0;
    left: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    position: absolute;
}

.gt-cta-section-4 .gt-cta-bg-img img,
.gt-cta-section-4 .gt-cta-bg-img-2 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.gt-cta-section-4 .gt-cta-bg-img-2 {
    z-index: -1;
}

.gt-cta-content-4 {
    margin: 0 auto;
    max-width: 800px;
    padding: 180px 15px 225px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px),
(max-width: 480px) {
    .gt-cta-content-4 {
        padding: 100px 15px 80px;
    }
}

.gt-cta-content-4 h2 {
    color: #2B2A30;
    font-size: 56px;
    font-weight: 900;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-cta-content-4 h2 {
        font-size: 40px;
    }
}

@media (max-width: 480px) {
    .gt-cta-content-4 h2 {
        font-size: 30px;
    }
}

/*---------------------------------------------------- */
/*Blog Section*/
/*----------------------------------------------------*/
.gt-blog-top-content {
    gap: 0px 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px),
(max-width: 480px) {
    .gt-blog-top-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.gt-blog-top-content .gt-section-title-2 {
    max-width: 510px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px),
(max-width: 480px) {
    .gt-blog-top-content .gt-section-title-2 {
        max-width: 100%;
    }
}

.gt-blog-top-content .gt-title-top-text {
    max-width: 530px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px),
(max-width: 480px) {
    .gt-blog-top-content .gt-title-top-text {
        max-width: 100%;
    }
}

.gt-blog-item-4 {
    margin: 0 auto;
    overflow: hidden;
    max-width: 410px;
    margin-bottom: 30px;
    border-radius: 10px;
}

.gt-blog-item-4 .blog-img {
    overflow: hidden;
}

.gt-blog-item-4 .blog-img img {
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
}

.gt-blog-item-4 .blog-img:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    content: "";
    position: absolute;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    background: var(--gt-gradient-1);
}

.gt-blog-item-4 .blog-text {
    left: 0;
    right: 0;
    bottom: 0;
    width: 90%;
    z-index: 1;
    margin: 0 auto;
    position: absolute;
    background-color: #fff;
    padding: 20px 20px 15px;
    border-radius: 20px 20px 0px 0px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.gt-blog-item-4 .blog-text:before {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 0%;
    content: "";
    position: absolute;
    border-radius: 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background: var(--gt-gradient-1);
}

.gt-blog-item-4 .blog-text .blog_title {
    color: #2B2A30;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 10px;
}

.gt-blog-item-4 .blog-text .blog_title a {
    width: 100%;
    display: inline !important;
    background-position-y: -1px;
    background-repeat: no-repeat;
    background-size: 0 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.gt-blog-item-4 .blog-text .blog_title a:hover {
    color: inherit;
    background-size: 100% 100%;
}

.gt-blog-item-4 .blog-text .blog-meta a {
    font-size: 18px;
    font-weight: 500;
    margin-right: 30px;
    position: relative;
    font-family: var(--gt-heading);
}

.gt-blog-item-4 .blog-text .blog-meta a:before {
    top: 10px;
    width: 5px;
    content: "";
    height: 5px;
    right: -17px;
    position: absolute;
    border-radius: 100%;
    background-color: #252A4E;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.gt-blog-item-4 .blog-text .blog-meta a:last-child {
    margin-right: 0;
}

.gt-blog-item-4 .blog-text .blog-meta a:last-child:before {
    display: none;
}

.gt-blog-item-4 .blog-text .blog-meta .author-meta {
    color: #4400E7;
}

.gt-blog-item-4 .blog-text .blog-meta .date-meta {
    color: #252A4E;
}

.gt-blog-item-4 .blog-text .read_more {
    top: -40px;
    color: #fff;
    font-weight: 500;
    padding: 4px 20px;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    display: inline-block;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    font-family: var(--gt-heading);
    border-radius: 10px 10px 0px 0px;
    background: -webkit-gradient(linear, left top, right top, color-stop(-2.17%, #FF4C3E), to(#FF9942));
    background: linear-gradient(90deg, #FF4C3E -2.17%, #FF9942 100%);
}

.gt-blog-item-4 .blog-text .read_more:hover {
    color: #4400E7;
}

.gt-blog-item-4:hover .blog-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.gt-blog-item-4:hover .blog-img:before {
    opacity: 0.4;
}

.gt-blog-item-4:hover .blog-text {
    bottom: 25px;
    border-radius: 20px 20px 20px 20px;
}

.gt-blog-item-4:hover .blog-text:before {
    height: 100%;
}

.gt-blog-item-4:hover .blog-text .blog_title {
    color: #fff;
}

.gt-blog-item-4:hover .blog-text .blog-meta a {
    color: #fff;
}

.gt-blog-item-4:hover .blog-text .blog-meta a:before {
    background-color: #fff;
}

.gt-blog-item-4:hover .blog-text .read_more {
    clip: inherit;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
}

/*---------------------------------------------------- */
/******* HOME PAGE 6 *******/
/*Slider  Section*/
/*----------------------------------------------------*/
.gt-slider-item-6 {
    z-index: 1;
    padding: 324px 0px 435px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px),
(max-width: 480px) {
    .gt-slider-item-6 {
        padding: 205px 0px 150px;
    }
}

.gt-slider-item-6 .gt-slider-img-6 {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
}

.gt-slider-item-6 .gt-slider-img-6 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.gt-slider-item-6 .gt-slider-text-6 h2 {
    opacity: 0;
    color: #fff;
    line-height: 1;
    font-size: 90px;
    visibility: hidden;
    font-weight: 600;
    margin-bottom: 15px;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px),
(max-width: 480px) {
    .gt-slider-item-6 .gt-slider-text-6 h2 {
        font-size: 60px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .gt-slider-item-6 .gt-slider-text-6 h2 {
        font-size: 50px;
    }
}

@media (max-width: 767px),
(max-width: 480px) {
    .gt-slider-item-6 .gt-slider-text-6 h2 {
        font-size: 35px;
    }
}

.gt-slider-item-6 .gt-slider-text-6 h1 {
    opacity: 0;
    color: #fff;
    line-height: 1;
    font-size: 180px;
    font-weight: 800;
    visibility: hidden;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    text-shadow: 5px 5px 1px rgba(0, 0, 0, 0.2);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .gt-slider-item-6 .gt-slider-text-6 h1 {
        font-size: 120px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .gt-slider-item-6 .gt-slider-text-6 h1 {
        font-size: 80px;
    }
}

@media (max-width: 767px),
(max-width: 480px) {
    .gt-slider-item-6 .gt-slider-text-6 h1 {
        font-size: 50px;
    }
}

.gt-slider-search-box {
    left: 0;
    right: 0;
    z-index: 2;
    bottom: 60px;
    margin: 0 auto;
    max-width: 1290px;
    position: absolute;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px),
(max-width: 480px) {
    .gt-slider-search-box {
        position: static;
    }
}

.gt-booking-option-2 {
    gap: 20px;
    margin: 0 auto;
    max-width: 1290px;
    padding: 29px 35px;
    border-radius: 300px;
    background: rgba(255, 255, 255, 0.4);
    border: 1.5px solid rgb(255, 255, 255);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px),
(max-width: 480px) {
    .gt-booking-option-2 {
        border: none;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-radius: 0;
        background-color: #eaeaea;
    }
}

.gt-booking-option-2 .option_action.ver_3 {
    width: 100%;
    max-width: 290px;
    border-radius: 55px;
    background-color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px),
(max-width: 480px) {
    .gt-booking-option-2 .option_action.ver_3 {
        max-width: 100%;
    }
}

.gt-booking-option-2 .option_action.ver_3 h3 {
    font-size: 16px;
    font-weight: 600;
    padding: 7px 15px;
    text-align: center;
    color: var(--gt-base-or);
}

.gt-booking-option-2 .option_action.ver_3 .date-pick {
    width: 100%;
    border: none;
    color: #2B2A30;
    text-align: center;
    padding: 10px 15px;
    border-bottom-left-radius: 55px;
    border-bottom-right-radius: 55px;
    font-family: var(--gt-heading-3);
    background: rgb(244, 241, 241);
}

.gt-booking-option-2 .option_action.ver_3 .date-pick::-webkit-input-placeholder {
    color: #2B2A30;
}

.gt-booking-option-2 .option_action.ver_3 .date-pick::-moz-placeholder {
    color: #2B2A30;
}

.gt-booking-option-2 .option_action.ver_3 .date-pick:-ms-input-placeholder {
    color: #2B2A30;
}

.gt-booking-option-2 .option_action.ver_3 .date-pick::-ms-input-placeholder {
    color: #2B2A30;
}

.gt-booking-option-2 .option_action.ver_3 .date-pick::placeholder {
    color: #2B2A30;
}

.gt-booking-option-2 .option_action.ver_3 .nice-select {
    width: 100%;
    border: none;
    height: 100%;
    color: #2B2A30;
    font-size: 16px;
    line-height: 32px;
    padding: 10px 15px 10px 30px;
    border-bottom-left-radius: 55px;
    border-bottom-right-radius: 55px;
    font-family: var(--gt-heading-3);
    background: rgb(244, 241, 241);
}

.gt-booking-option-2 .option_action.ver_3 .nice-select:after {
    top: 10px;
    right: 30px;
    border: none;
    content: "\f078";
    font-weight: 400;
    position: absolute;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    font-family: "Font Awesome 5 Pro";
}

.gt-booking-option-2 .option_action.ver_3 .nice-select .list {
    width: 100%;
}

.gt-booking-option-2 .option_action.ver_3 .guest-number-area {
    padding: 12px 15px;
    background: rgb(244, 241, 241);
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.gt-booking-option-2 .option_action.ver_3 .guest-number-field {
    margin: 0 auto;
    max-width: 65px;
    text-align: center;
    font-family: var(--gt-heading-3);
}

.gt-booking-option-2 .option_action.ver_3 .guest-number-field input {
    border: none;
    font-size: 15px;
    max-width: 30px;
    font-weight: 500;
}

.gt-booking-option-2 .option_action.ver_3 .guest-number-field .custom-prev,
.gt-booking-option-2 .option_action.ver_3 .guest-number-field .custom-next {
    color: #fff;
    width: 18px;
    height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 100%;
    background-color: #363539;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px),
(max-width: 480px) {
    .gt-booking-option-2 .submit-btn {
        width: 100%;
    }
}

.gt-booking-option-2 .submit-btn button {
    color: #fff;
    border: none;
    width: 265px;
    height: 86px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 55px;
    font-family: var(--gt-heading-3);
    background-color: var(--gt-base-or);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .gt-booking-option-2 .submit-btn button {
        width: 180px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px),
(max-width: 480px) {
    .gt-booking-option-2 .submit-btn button {
        width: 100%;
    }
}

.gt-booking-option-2 .submit-btn button:hover {
    background-color: #2B2A30;
}

.gt-main-slider-nav div {
    top: 50%;
    color: #fff;
    z-index: 1;
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    font-size: 20px;
    border-radius: 100%;
    position: absolute;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.3);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .gt-main-slider-nav div {
        height: 70px;
        width: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px),
(max-width: 480px) {
    .gt-main-slider-nav div {
        display: none !important;
    }
}

.gt-main-slider-nav div:before {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    -webkit-transform: scale(0);
    transform: scale(0);
    border-radius: 100%;
    background-size: cover;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background-repeat: no-repeat;
}

.gt-main-slider-nav div:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.gt-main-slider-nav .gt-main-prev-6 {
    left: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px),
(max-width: 480px) {
    .gt-main-slider-nav .gt-main-prev-6 {
        left: 15px;
    }
}

.gt-main-slider-nav .gt-main-next-6 {
    right: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px),
(max-width: 480px) {
    .gt-main-slider-nav .gt-main-next-6 {
        right: 15px;
    }
}

.swiper-slide-active .gt-slider-item-6 .gt-slider-img-6 img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.swiper-slide-active .gt-slider-item-6 .gt-slider-text-6 h1 {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 800ms ease;
    transition: all 800ms ease;
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms;
}

.swiper-slide-active .gt-slider-item-6 .gt-slider-text-6 h2 {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transition-delay: 800ms;
    transition-delay: 800ms;
}

/*---------------------------------------------------- */
/*Feature  Section*/
/*----------------------------------------------------*/
.gt-banner-feature.ver_2 {
    z-index: 1;
    padding: 105px 0px 120px;
    background-color: #faf5ee;
}

.gt-banner-feature.ver_2 .gt-banner-bottom-shape {
    bottom: 0;
    z-index: -1;
}

/*---------------------------------------------------- */
/*Explore World  Section*/
/*----------------------------------------------------*/
.gt-explore-world-content {
    z-index: 1;
    margin: 0 auto;
    overflow: hidden;
    max-width: 1920px;
    padding: 40px 130px 0px;
    background-color: #F4F5F6;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-explore-world-content {
        padding: 40px 60px 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-explore-world-content {
        padding: 40px 15px 0px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-explore-world-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.gt-explore-world-content .gt-explor-world-img {
    top: 0;
    left: -100px;
    width: auto;
    height: 100%;
    z-index: -1;
}

.gt-explore-world-content .gt-explor-world-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-explore-world-content .gt-explor-world-img {
        left: -150px;
    }
}

.gt-explore-world-content .gt-explor-world-shape {
    top: 50%;
    left: 42%;
    z-index: -2;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.gt-explore-world-text-area {
    width: 100%;
    max-width: 500px;
    padding-top: 80px;
    margin-left: 150px;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-explore-world-text-area {
        margin-left: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-explore-world-text-area {
        max-width: 100%;
        margin-bottom: 40px;
    }
}

.gt-explore-world-text-area .gt-section-title-1 .subtitle {
    color: #fff;
}

.gt-explore-world-text-area .gt-section-title-1 .section_title {
    color: #fff;
    font-weight: 800;
    font-size: 56px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-explore-world-text-area .gt-section-title-1 .section_title {
        font-size: 30px;
    }
}

.gt-explore-world-text-area .gt-section-title-1 p {
    color: #fff;
    padding-top: 25px;
    font-family: var(--gt-heading-3);
}

.gt-explore-world-text-area .gt-explore-world-list {
    margin-top: 30px;
}

.gt-explore-world-text-area .gt-explore-world-list li {
    margin-right: 25px;
    margin-bottom: 25px;
}

.gt-explore-world-text-area .gt-explore-world-list li a {
    color: #fff;
    font-weight: 600;
    padding: 15px 38px;
    border-radius: 100px;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.3019607843);
    font-family: var(--gt-heading-3);
    background: rgba(255, 255, 255, 0.2);
}

.gt-explore-world-text-area .gt-explore-world-list li a:hover {
    background-color: var(--gt-base-or);
    border: 1px solid var(--gt-base-or);
}

.gt-explore-world-text-area .gt-explore-world-list li a i {
    margin-right: 10px;
}

.gt-explore-world-text-area .gt-btn-3 {
    right: 0;
    bottom: 90px;
    position: absolute;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-explore-world-text-area .gt-btn-3 {
        position: static;
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
}

.gt-explore-world-feed-area {
    width: 100%;
    height: 1120px;
    max-width: 810px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.gt-explore-world-feed-area::-webkit-scrollbar {
    display: none;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-explore-world-feed-area {
        height: auto;
        max-width: 100%;
        overflow: hidden;
    }
}

.gt-explore-world-item {
    padding: 12px;
    border-radius: 20px;
    margin-bottom: 35px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.03);
}

.gt-explore-world-item .inner-img {
    overflow: hidden;
    border-radius: 20px;
}

.gt-explore-world-item .inner-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    height: 286px;
    object-fit: cover;
}

.gt-explore-world-item .item-location {
    top: 15px;
    right: 25px;
    font-size: 16px;
    color: #2B2A30;
    font-weight: 500;
    padding: 10px 18px;
    border-radius: 100px;
    background-color: #fff;
}

.gt-explore-world-item .item-location i {
    margin-right: 8px;
}

.gt-explore-world-item .item-meta {
    left: 0;
    right: 0;
    bottom: 0;
    width: 82%;
    margin: 0 auto;
    padding: 10px 15px;
    border: 1px solid #fff;
    border-bottom: none;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    font-family: var(--gt-heading-3);
    background: rgba(255, 255, 255, 0.6);
}

@media (max-width: 767px) {
    .gt-explore-world-item .item-meta {
        width: 100%;
    }
}

.gt-explore-world-item .item-meta span {
    color: #2B2A30;
    font-size: 16px;
    position: relative;
    font-weight: 600;
}

.gt-explore-world-item .item-meta span:before {
    top: 0;
    width: 1px;
    content: "";
    right: -30px;
    height: 32px;
    position: absolute;
    background-color: rgba(43, 42, 48, 0.2);
}

.gt-explore-world-item .item-meta ul li {
    color: #EB662B;
    font-size: 16px;
}

.gt-explore-world-item .item-text-area {
    padding: 18px;
}

.gt-explore-world-item .item-text-area .desti_title {
    color: #2B2A30;
    font-size: 24px;
    font-weight: 700;
    padding: 20px 0px;
    border-bottom: 1px solid rgba(43, 42, 48, 0.1);
}

.gt-explore-world-item .item-text-bottom-area {
    padding-top: 18px;
}

@media (max-width: 767px) {
    .gt-explore-world-item .item-text-bottom-area {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 15px;
    }
}

.gt-explore-world-item .item-text-bottom-area .item-desti-price {
    width: 90px;
    position: relative;
}

.gt-explore-world-item .item-text-bottom-area .item-desti-price:before {
    top: 2px;
    width: 1px;
    height: 57px;
    content: "";
    right: -22px;
    position: absolute;
    background-color: #EAEAEA;
}

@media (max-width: 767px) {
    .gt-explore-world-item .item-text-bottom-area .item-desti-price:before {
        display: none;
    }
}

.gt-explore-world-item .item-text-bottom-area .item-desti-price span {
    color: #4F4E54;
    font-size: 14px;
    font-family: var(--gt-heading-3);
}

.gt-explore-world-item .item-text-bottom-area .item-desti-price h3 {
    font-size: 22px;
    font-weight: 700;
    color: var(--gt-base-or);
}

.gt-explore-world-item .item-text-bottom-area .item-desti-tour {
    width: 95px;
    position: relative;
}

.gt-explore-world-item .item-text-bottom-area .item-desti-tour:before {
    top: 2px;
    width: 1px;
    height: 57px;
    content: "";
    right: -22px;
    position: absolute;
    background-color: #EAEAEA;
}

@media (max-width: 767px) {
    .gt-explore-world-item .item-text-bottom-area .item-desti-tour:before {
        display: none;
    }
}

.gt-explore-world-item .item-text-bottom-area .item-desti-tour h3 {
    color: #2B2A30;
    font-size: 22px;
    font-weight: 700;
}

.gt-explore-world-item .item-text-bottom-area .item-desti-tour span {
    color: #4F4E54;
    font-size: 14px;
    font-family: var(--gt-heading-3);
}

.gt-explore-world-item .item-text-bottom-area .item-desti-link {
    width: 55px;
}

.gt-explore-world-item .item-text-bottom-area .item-desti-link a {
    width: 55px;
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--gt-base-or);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgb(255, 237, 228);
}

.gt-explore-world-item .item-text-bottom-area .item-desti-link a i {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 100ms ease;
    transition: all 100ms ease;
}

.gt-explore-world-item:hover .inner-img img {
    -webkit-transform: scale(1.1) rotate(-5deg);
    transform: scale(1.1) rotate(-5deg);
}

.gt-explore-world-item:hover .item-text-bottom-area .item-desti-link a {
    color: #fff;
    background-color: var(--gt-base-or);
}

.gt-explore-world-item:hover .item-text-bottom-area .item-desti-link a i {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

/*---------------------------------------------------- */
/*Offer  Section*/
/*----------------------------------------------------*/
@-webkit-keyframes slideup {
    0% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@keyframes slideup {
    0% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@-webkit-keyframes slidedown {
    0% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes slidedown {
    0% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

.gt-offer-section-2 {
    overflow: hidden;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .gt-offer-section-2 .gt-offer-amount {
        right: 30%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
(max-width: 480px) {
    .gt-offer-section-2 .gt-offer-amount {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
}

.gt-offer-section-2 .background_overlay {
    opacity: 0.87;
    background-color: #131315;
}

.gt-offer-section-2 .gt-offer-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.gt-offer-section-2 .gt-offer-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.gt-offer-section-2 .gt-offer-concent {
    z-index: 3;
    padding-bottom: 270px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
(max-width: 480px) {
    .gt-offer-section-2 .gt-offer-concent {
        padding-bottom: 100px;
    }
}

.gt-offer-text-area-2 {
    max-width: 470px;
    margin-left: 250px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
(max-width: 480px) {
    .gt-offer-text-area-2 {
        margin-left: 0;
    }
}

.gt-offer-text-area-2 .gt-section-title-1 .subtitle {
    color: #fff;
}

.gt-offer-text-area-2 .gt-section-title-1 .section_title {
    color: #fff;
    font-size: 56px;
}

.gt-offer-text-area-2 .gt-section-title-1 p {
    color: #fff;
    padding-top: 18px;
}

.gt-offer-text-area-2 .gt-btn-3.ver_2 a {
    padding: 16px 35px;
    background-color: transparent;
    border: 1.5px solid var(--gt-base-or);
}

.gt-offer-text-area-2 .gt-btn-3.ver_2 a:before {
    background-color: var(--gt-base-or);
}

.gt-offer-text-area-2 .gt-btn-3.ver_2 a:hover {
    padding-left: 60px;
    padding-right: 10px;
}

.gt-offer-bg-wrapper {
    z-index: 2;
    position: absolute;
    left: -100px;
    top: -100px;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(11deg);
    transform: rotate(11deg);
}

@media only screen and (min-width: 1600px) and (max-width: 1799px),
only screen and (min-width: 1400px) and (max-width: 1599px) {
    .gt-offer-bg-wrapper {
        left: -250px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .gt-offer-bg-wrapper {
        left: -320px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
(max-width: 480px) {
    .gt-offer-bg-wrapper {
        display: none;
    }
}

.gt-offer-bg-wrapper-2 {
    z-index: 2;
    position: absolute;
    right: 220px;
    top: -100px;
    height: 100%;
    -webkit-transform: rotate(11deg);
    transform: rotate(11deg);
    transform: rotate(11deg);
}

@media only screen and (min-width: 1600px) and (max-width: 1799px),
only screen and (min-width: 1400px) and (max-width: 1599px) {
    .gt-offer-bg-wrapper-2 {
        right: 100px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .gt-offer-bg-wrapper-2 {
        right: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
(max-width: 480px) {
    .gt-offer-bg-wrapper-2 {
        display: none;
    }
}

.gt-offer-bg-content {
    height: 100%;
}

.gt-offer-bg-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
}

.gt-offer-bg-item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px;
    width: 278px;
    height: 100%;
}

.gt-offer-bg-item .img-wrap {
    width: 278px;
    height: 330px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    overflow: hidden;
    border-radius: 15px;
}

.gt-offer-bg-item .img-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.gt-offer-bg-item.item-1 {
    -webkit-animation: slideup 20s linear infinite;
    animation: slideup 20s linear infinite;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.gt-offer-bg-item.item-2 {
    -webkit-animation: slidedown 20s linear infinite;
    animation: slidedown 20s linear infinite;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

/*---------------------------------------------------- */
/*Why Choose  Section*/
/*----------------------------------------------------*/
.gt-why-choose-section-6 {
    padding-top: 70px;
    padding-bottom: 210px;
}

.gt-why-choose-section-6 .gt-why-choose-shape {
    right: 40%;
    bottom: 25%;
}

.gt-why-choose-content-6 {
    max-width: 600px;
}

.gt-why-choose-content-6 .gt-section-title-1 .section_title {
    font-size: 56px;
}

.gt-why-choose-content-6 .gt-section-title-1 p {
    padding-top: 25px;
    font-family: var(--gt-heading-3);
}

.gt-why-choose-content-6 .gt-explor-visit-info {
    font-family: var(--gt-heading-3);
}

.gt-why-choose-content-6 .gt-explor-visit-info ul li {
    font-size: 18px;
    font-weight: 500;
}

.gt-why-choose-content-6 .gt-explor-visit-info ul li i {
    color: var(--gt-base-or);
    background: -webkit-gradient(linear, left top, right top, from(#EB662B), to(#EB662B));
    background: linear-gradient(90deg, #EB662B 0%, #EB662B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*---------------------------------------------------- */
/*Blog  Section*/
/*----------------------------------------------------*/
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.gt-blog-section-6 {
    z-index: 1;
    overflow: hidden;
}

.gt-blog-section-6 .gt-blog-shape1 {
    top: 0;
    left: 0;
}

.gt-blog-section-6 .gt-blog-shape2 {
    top: 0;
    right: 0;
    z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-blog-section-6 .gt-blog-shape2 {
        display: none;
    }
}

.gt-blog-section-6 .gt-section-title-1 {
    margin: 0 auto;
    max-width: 770px;
}

.gt-blog-section-6 .gt-section-title-1 .section_title {
    font-size: 56px;
}

.gt-blog-section-6 .gt-section-title-1 p {
    font-family: var(--gt-heading-3);
}

.gt-blog-item-6 {
    padding: 25px;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 15px;
    background-color: #F4F5F6;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px),
(max-width: 480px) {
    .gt-blog-item-6 {
        padding: 20px 0;
        background-color: transparent;
    }
}

.gt-blog-item-6 .gt-blog-hover {
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
    clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
}

.gt-blog-item-6 .gt-blog-hover .hover-img {
    width: 100%;
    height: 100%;
}

.gt-blog-item-6 .gt-blog-hover .hover-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.gt-blog-item-6 .gt-blog-hover .read-more-btn {
    top: 50%;
    left: 0;
    right: 0;
    width: 190px;
    height: 190px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    position: absolute;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px dashed #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.gt-blog-item-6 .gt-blog-hover .read-more-btn:before {
    top: 50%;
    content: "";
    width: 126px;
    height: 126px;
    position: absolute;
    border-radius: 100%;
    border: 2px dashed #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.gt-blog-item-6 .gt-blog-hover .read-more-btn:after {
    top: 50%;
    content: "";
    width: 190px;
    height: 190px;
    position: absolute;
    border-radius: 100%;
    border: 32px solid rgba(255, 255, 255, 0.2);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.gt-blog-item-6 .gt-blog-hover .read-more-btn .hover-arrow {
    left: 0;
    top: 50%;
    right: 0;
    color: #fff;
    font-size: 40px;
    position: absolute;
    text-align: center;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}

.gt-blog-item-6 .gt-blog-hover .read-more-btn svg {
    fill: #fff;
    width: 170px;
    height: 170px;
    font-size: 22px;
    font-weight: 600;
    font-family: var(--gt-heading-3);
    -webkit-animation: spin 10s linear 0s infinite;
    animation: spin 10s linear 0s infinite;
}

.gt-blog-item-6 .blog_title {
    color: #2B2A30;
    font-size: 25px;
    font-weight: 700;
    padding-bottom: 15px;
}

.gt-blog-item-6 .blog-img-meta {
    padding-top: 30px;
}

.gt-blog-item-6 .blog-img-meta .blog-meta {
    top: 0;
    left: 0;
    right: 0;
    width: 90%;
    margin: 0 auto;
    position: absolute;
    padding: 15px 20px;
    border-radius: 100px;
    background-color: #626166;
    border: 4px solid #F4F5F6;
    font-family: var(--gt-heading-3);
}

@media (max-width: 480px) {
    .gt-blog-item-6 .blog-img-meta .blog-meta {
        width: 100%;
    }
}

.gt-blog-item-6 .blog-img-meta .blog-meta a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    position: relative;
}

.gt-blog-item-6 .blog-img-meta .blog-meta a:before {
    top: -1px;
    width: 1px;
    content: "";
    right: -24px;
    height: 30px;
    position: absolute;
    background-color: #D9D9D9;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-blog-item-6 .blog-img-meta .blog-meta a:before {
        display: none;
    }
}

.gt-blog-item-6 .blog-img-meta .blog-meta a:last-child:before {
    display: none;
}

.gt-blog-item-6 .blog-img-meta .blog-meta a i {
    margin-right: 5px;
}

.gt-blog-item-6 .blog-img-meta .item-img {
    overflow: hidden;
    border-radius: 10px;
}

.gt-blog-item-6 .blog-img-meta .item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.gt-blog-item-6 p {
    font-size: 16px;
    line-height: 1.5;
    padding-top: 20px;
    font-family: var(--gt-heading-3);
}

.gt-blog-item-6:hover .gt-blog-hover {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.gt-blog-content-6 .gt-price-bottom-text p {
    color: #2B2A30;
    font-weight: 400;
    font-family: var(--gt-heading-3);
}

.gt-blog-content-6 .gt-price-bottom-text p a {
    font-weight: 500;
    color: var(--gt-base-or);
}

.gt-blog-content-6 .gt-price-bottom-text p a:before {
    background-color: var(--gt-base-or);
}

/*---------------------------------------------------- */
/*Newslatter  Section*/
/*----------------------------------------------------*/
.gt-newslatter-section-6 {
    z-index: 1;
    overflow: hidden;
    padding-bottom: 590px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .gt-newslatter-section-6 {
        padding-bottom: 350px;
    }
}

@media (max-width: 767px) {
    .gt-newslatter-section-6 {
        padding-bottom: 250px;
    }
}

.gt-newslatter-section-6 .gt-newslatter-cloud {
    top: 15%;
    left: 0;
    z-index: -1;
}

.gt-newslatter-section-6 .gt-newslatter-cloud2 {
    top: 0%;
    right: 0;
    z-index: -1;
}

.gt-newslatter-section-6 .gt-newslatter-bg-6 {
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    position: absolute;
}

.gt-newslatter-section-6 .gt-newslatter-bg-6 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.gt-newslatter-section-6 .gt-section-title-1 {
    margin: 0 auto;
    max-width: 860px;
}

.gt-newslatter-section-6 .gt-section-title-1 .section_title {
    font-size: 56px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .gt-newslatter-section-6 .gt-section-title-1 .section_title {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .gt-newslatter-section-6 .gt-section-title-1 .section_title {
        font-size: 30px;
    }
}

.gt-newslatter-form-6 {
    margin: 0 auto;
    max-width: 605px;
    margin-top: 50px;
}

.gt-newslatter-form-6 form {
    position: relative;
}

.gt-newslatter-form-6 input {
    width: 100%;
    height: 72px;
    padding-left: 35px;
    border-radius: 50px;
    border: 1.5px solid #EB662B;
    font-family: var(--gt-heading-3);
}

.gt-newslatter-form-6 input::-webkit-input-placeholder {
    color: #4F4E54;
    font-family: var(--gt-heading-3);
}

.gt-newslatter-form-6 input::-moz-placeholder {
    color: #4F4E54;
    font-family: var(--gt-heading-3);
}

.gt-newslatter-form-6 input:-ms-input-placeholder {
    color: #4F4E54;
    font-family: var(--gt-heading-3);
}

.gt-newslatter-form-6 input::-ms-input-placeholder {
    color: #4F4E54;
    font-family: var(--gt-heading-3);
}

.gt-newslatter-form-6 input::placeholder {
    color: #4F4E54;
    font-family: var(--gt-heading-3);
}

.gt-newslatter-form-6 button {
    top: 10px;
    right: 10px;
    color: #fff;
    border: none;
    font-weight: 600;
    position: absolute;
    padding: 10px 25px;
    border-radius: 100px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-family: var(--gt-heading-3);
    background-color: var(--gt-base-or);
}

.gt-newslatter-form-6 button i {
    margin-left: 5px;
}

@media (max-width: 767px) {
    .gt-newslatter-form-6 button {
        top: 15px;
        right: 15px;
        font-size: 14px;
        padding: 10px 15px;
    }
}

.gt-newslatter-form-6 button:hover {
    background-color: #2B2A30;
}

/*---------------------------------------------------- */
/******* HOME PAGE 7 *******/
/*Slider  Section*/
/*----------------------------------------------------*/
.gt-slide-item-7 {
    z-index: 1;
    overflow: hidden;
}

.gt-slide-item-7 .slide-text-1,
.gt-slide-item-7 .slide-text-2 {
    top: 50%;
    font-size: 110px;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.4);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.gt-slide-item-7 .slide-text-1 {
    left: -35%;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .gt-slide-item-7 .slide-text-1 {
        left: -80%;
        font-size: 90px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
(max-width: 480px) {
    .gt-slide-item-7 .slide-text-1 {
        display: none;
    }
}

.gt-slide-item-7 .slide-text-2 {
    right: -35%;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .gt-slide-item-7 .slide-text-2 {
        right: -80%;
        font-size: 90px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
(max-width: 480px) {
    .gt-slide-item-7 .slide-text-2 {
        display: none;
    }
}

.gt-slide-item-7 .slide-item-img {
    z-index: -1;
    width: 100%;
    height: 100%;
}

.gt-slide-item-7 .slide-item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, visibility 0s linear 1s, -webkit-transform 0s cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
    transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, visibility 0s linear 1s, -webkit-transform 0s cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
    transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, transform 0s cubic-bezier(0.165, 0.84, 0.44, 1) 1s, visibility 0s linear 1s;
    transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, transform 0s cubic-bezier(0.165, 0.84, 0.44, 1) 1s, visibility 0s linear 1s, -webkit-transform 0s cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
}

.gt-slide-item-7 .slide-item-img:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 10;
    opacity: 0.2;
    -webkit-transition: opacity 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.1s;
    transition: opacity 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.1s;
}

.gt-slide-item-7 .slide-item-text {
    padding: 375px 0px 335px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
(max-width: 480px) {
    .gt-slide-item-7 .slide-item-text {
        padding: 250px 0px 210px;
    }
}

.gt-slide-item-7 .slide-item-text h2 {
    opacity: 0;
    visibility: hidden;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 5px;
    padding-bottom: 10px;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .gt-slide-item-7 .slide-item-text h2 {
        font-size: 30px;
    }
}

@media (max-width: 480px) {
    .gt-slide-item-7 .slide-item-text h2 {
        font-size: 25px;
    }
}

.gt-slide-item-7 .slide-item-text h1 {
    opacity: 0;
    visibility: hidden;
    color: #fff;
    line-height: 1;
    font-size: 110px;
    font-weight: 800;
    display: inline-block;
    padding-bottom: 40px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}

@media (max-width: 480px) {
    .gt-slide-item-7 .slide-item-text h1 {
        font-size: 90px;
        padding-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .gt-slide-item-7 .slide-item-text h1 {
        font-size: 60px;
    }
}

.gt-slide-item-7 .slide-item-text .slider-btn {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
}

.gt-slide-item-7 .slide-item-text .slider-btn a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 16px 35px;
    border-radius: 50px;
    display: inline-block;
    border: 1.5px solid #FFFFFF;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background-color: rgba(255, 255, 255, 0.2);
}

.gt-slide-item-7 .slide-item-text .slider-btn a img {
    margin-left: 8px;
}

@media (max-width: 767px),
(max-width: 480px) {
    .gt-main-slider-nav-2 {
        display: none !important;
    }
}

.gt-main-slider-nav-2 .slider-arrow {
    top: 50%;
    z-index: 2;
    color: #fff;
    font-size: 65px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.gt-main-slider-nav-2 .slider-arrow:hover {
    color: #9467ff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
(max-width: 480px) {
    .gt-main-slider-nav-2 .slider-arrow {
        font-size: 40px;
    }
}

.gt-main-slider-nav-2 .gt-main-prev-7 {
    left: 10%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
(max-width: 480px) {
    .gt-main-slider-nav-2 .gt-main-prev-7 {
        left: 30px;
    }
}

.gt-main-slider-nav-2 .gt-main-next-7 {
    right: 11%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
(max-width: 480px) {
    .gt-main-slider-nav-2 .gt-main-next-7 {
        right: 30px;
    }
}

.swiper-slide-active .gt-slide-item-7 .slide-text-1,
.swiper-slide-active .gt-slide-item-7 .slide-text-2 {
    -webkit-transition: all 800ms ease;
    transition: all 800ms ease;
}

.swiper-slide-active .gt-slide-item-7 .slide-text-1 {
    left: -24%;
    -webkit-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.swiper-slide-active .gt-slide-item-7 .slide-text-2 {
    right: -24%;
    -webkit-transition-delay: 1300ms;
    transition-delay: 1300ms;
}

.swiper-slide-active .gt-slide-item-7 .slide-item-text h1 {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 1500ms ease;
    transition: all 1500ms ease;
    -webkit-transition-delay: 800ms;
    transition-delay: 800ms;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.swiper-slide-active .gt-slide-item-7 .slide-item-text h2 {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transition-delay: 700ms;
    transition-delay: 700ms;
}

.swiper-slide-active .gt-slide-item-7 .slide-item-text .slider-btn {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.swiper-slide-active .gt-slide-item-7 .slide-item-img img {
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    -webkit-transition: opacity 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s, visibility 0.5s linear 0s, -webkit-transform 8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: opacity 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s, visibility 0.5s linear 0s, -webkit-transform 8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: opacity 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s, transform 8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, visibility 0.5s linear 0s;
    transition: opacity 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s, transform 8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, visibility 0.5s linear 0s, -webkit-transform 8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

.swiper-slide-active .gt-slide-item-7 .slide-item-img:before {
    opacity: 0.35 !important;
    -webkit-transition: opacity 0s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
    transition: opacity 0s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
}

/*---------------------------------------------------- */
/******* Inner Pages *******/
/*Breadcrumb  Section*/
/*----------------------------------------------------*/
.gt-breadcrumb-content {
    padding: 220px 0px 250px;
}

.gt-breadcrumb-section {
    background-color: #b1b1b1;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .gt-breadcrumb-content {
        padding: 180px 0px 140px;
    }
}

@media (max-width: 767px),
(max-width: 480px) {
    .gt-breadcrumb-content {
        padding: 150px 0px 120px;
    }
}

.gt-breadcrumb-content h2 {
    color: #fff;
    font-size: 70px;
    font-weight: 900;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .gt-breadcrumb-content h2 {
        font-size: 50px;
    }
}

@media (max-width: 767px),
(max-width: 480px) {
    .gt-breadcrumb-content h2 {
        font-size: 38px;
    }
}

.gt-breadcrumb-content ul {
    left: 0;
    bottom: 0;
    padding: 15px 25px;
    position: absolute;
    border: 5px solid #fff;
    border-bottom: none;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background: var(--gt-gradient-1);
}

@media (max-width: 767px),
(max-width: 480px) {
    .gt-breadcrumb-content ul {
        padding: 8px 15px;
    }
}

.gt-breadcrumb-content ul li {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin: 0px 17px;
    position: relative;
}

.gt-breadcrumb-content ul li:before {
    top: 4px;
    right: -28px;
    font-size: 16px;
    content: "\f013";
    font-weight: 300;
    position: absolute;
    font-family: "Font Awesome 5 Pro";
}

.gt-breadcrumb-content ul li:last-child:before {
    display: none;
}

/*---------------------------------------------------- */
/*Destination Details */
/*----------------------------------------------------*/
.gt-destination-details-text .desti-detials-text h2 {
    color: #363539;
    font-size: 40px;
    font-weight: 800;
    padding-bottom: 20px;
}

@media (max-width: 767px) {
    .gt-destination-details-text .desti-detials-text h2 {
        font-size: 35px;
    }
}

.gt-destination-details-text .desti-detials-text p {
    padding-bottom: 20px;
}

.gt-destination-details-text .desti-detials-text h3 {
    color: #363539;
    font-size: 32px;
    font-weight: 800;
    padding-bottom: 30px;
}

@media (max-width: 767px) {
    .gt-destination-details-text .desti-detials-text h3 {
        font-size: 30px;
    }
}

.desti-details-photo-gallery .gallery-item-1 {
    gap: 20px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .desti-details-photo-gallery .gallery-item-1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.desti-detials-overview {
    z-index: 1;
    margin-bottom: 30px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

@media (max-width: 767px) {
    .desti-detials-overview {
        gap: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.desti-detials-overview .overview-list {
    left: 0;
    top: 30px;
    width: 100%;
    max-width: 600px;
    padding: 0px 40px;
    position: absolute;
    border-radius: 12px;
    background: rgb(247, 247, 247);
    border: 1px solid rgba(79, 78, 84, 0.2);
}

@media (max-width: 767px) {
    .desti-detials-overview .overview-list {
        position: static;
    }
}

.desti-detials-overview .overview-list .ov-list-item {
    padding: 20px 0px;
    border-bottom: 1px dashed rgb(213, 213, 214);
}

@media (max-width: 767px) {
    .desti-detials-overview .overview-list .ov-list-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.desti-detials-overview .overview-list .ov-list-item .ov-name {
    color: #4F4E54;
    font-size: 18px;
    font-weight: 600;
}

.desti-detials-overview .overview-list .ov-list-item .ov-value {
    color: #4F4E54;
}

.gt-faq-accordion_1 .accordion-item,
.gt-faq-accordion_1 .accordion-button:not(.collapsed),
.gt-faq-accordion_1 .accordion-button {
    background-color: transparent;
}

.gt-faq-accordion_1 .accordion-header {
    padding-bottom: 10px !important;
}

.gt-faq-accordion_1 .accordion-item {
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 20px 30px 9px;
    background: rgb(247, 247, 247);
    border: 1px dashed rgba(21, 32, 40, 0.2);
}

.gt-faq-accordion_1 .accordion-item:first-of-type .accordion-button,
.gt-faq-accordion_1 .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 0;
}

.gt-faq-accordion_1 .accordion-button {
    padding: 0;
    border: none;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    font-family: var(--gt-heading);
    background-size: 100% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.gt-faq-accordion_1 .accordion-button span {
    max-width: 85%;
    display: inline-block;
}

.gt-faq-accordion_1 .accordion-button span i {
    margin-right: 10px;
}

.gt-faq-accordion_1 .accordion-button:focus {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.gt-faq-accordion_1 .accordion-body {
    font-size: 18px;
    line-height: 30px;
    line-height: 1.667;
    padding: 0px 0px 0px;
}

.gt-faq-accordion_1 .accordion-button::after {
    top: 0px;
    right: 0;
    width: 22px;
    height: 22px;
    color: #4400E7;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    content: "\f067";
    font-weight: 900;
    border-radius: 5px;
    position: absolute;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-family: "Font Awesome 5 Pro";
    background: rgba(50, 22, 146, 0.15);
}

.gt-faq-accordion_1 .accordion-button:not(.collapsed) {
    color: #363539;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.gt-faq-accordion_1 .accordion-button:not(.collapsed):after {
    color: #fff;
    content: "\f068";
    background: #4400E7;
}

/*---------------------------------------------------- */
/*Team Details */
/*----------------------------------------------------*/
.gt-team-details-content {
    padding: 48px;
    border-radius: 20px;
    background-color: #FAF9F9;
}

.gt-team-details-img {
    width: 100%;
    max-width: 523px;
    border-radius: 18px;
}

.gt-team-details-text {
    max-width: 600px;
}

.gt-team-details-text .gt-designation {
    font-weight: 600;
    display: inline-block;
}

.gt-team-details-text h3 {
    color: #2B2A30;
    font-size: 52px;
    font-weight: 800;
}

.gt-team-details-text p {
    padding: 10px 0px 20px;
}

.gt-team-details-text ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.gt-team-details-text ul li i {
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 15px;
    border-radius: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #4400E7;
}

.gt-team-details-text .team-social {
    margin-top: 30px;
}

.gt-team-details-text .team-social a {
    color: #030617;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 10px;
    margin-right: 13px;
    border: 1px solid rgba(68, 0, 231, 0.2);
}

.gt-team-details-text .team-social a:last-child {
    margin-right: 0;
}

.gt-team-details-text .team-social a i {
    color: #7B00FE;
    margin-right: 5px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.gt-team-details-text .team-social a:hover {
    color: #fff;
    background-color: #7B00FE;
}

.gt-team-details-text .team-social a:hover i {
    color: #fff;
}

/*---------------------------------------------------- */
/*Hotel Details */
/*----------------------------------------------------*/
.wte_enquiry_contact_form-wrap input[type=text],
.wte_enquiry_contact_form-wrap input[type=email],
.wte_enquiry_contact_form-wrap input[type=url],
.wte_enquiry_contact_form-wrap input[type=password],
.wte_enquiry_contact_form-wrap input[type=search],
.wte_enquiry_contact_form-wrap input[type=number],
.wte_enquiry_contact_form-wrap input[type=tel],
.wte_enquiry_contact_form-wrap input[type=range],
.wte_enquiry_contact_form-wrap input[type=date],
.wte_enquiry_contact_form-wrap input[type=month],
.wte_enquiry_contact_form-wrap input[type=week],
.wte_enquiry_contact_form-wrap input[type=time],
.wte_enquiry_contact_form-wrap input[type=datetime],
.wte_enquiry_contact_form-wrap input[type=datetime-local],
.wte_enquiry_contact_form-wrap input[type=color],
.wte_enquiry_contact_form-wrap textarea,
.wte_enquiry_contact_form-wrap select,
.rating-form input[type=text],
.rating-form input[type=email],
.rating-form input[type=url],
.rating-form input[type=password],
.rating-form input[type=search],
.rating-form input[type=number],
.rating-form input[type=tel],
.rating-form input[type=range],
.rating-form input[type=date],
.rating-form input[type=month],
.rating-form input[type=week],
.rating-form input[type=time],
.rating-form input[type=datetime],
.rating-form input[type=datetime-local],
.rating-form input[type=color],
.rating-form textarea,
.rating-form select,
.wpte-bf-checkout-form input[type=text],
.wpte-bf-checkout-form input[type=email],
.wpte-bf-checkout-form input[type=url],
.wpte-bf-checkout-form input[type=password],
.wpte-bf-checkout-form input[type=search],
.wpte-bf-checkout-form input[type=number],
.wpte-bf-checkout-form input[type=tel],
.wpte-bf-checkout-form input[type=range],
.wpte-bf-checkout-form input[type=date],
.wpte-bf-checkout-form input[type=month],
.wpte-bf-checkout-form input[type=week],
.wpte-bf-checkout-form input[type=time],
.wpte-bf-checkout-form input[type=datetime],
.wpte-bf-checkout-form input[type=datetime-local],
.wpte-bf-checkout-form input[type=color],
.wpte-bf-checkout-form textarea,
.wpte-bf-checkout-form select,
.wte_enquiry_contact_form .nice-select {
    width: 100%;
    height: 62px;
    border: none;
    padding-left: 25px;
    margin-bottom: 0;
    border-radius: 200px;
    background-color: #F7F7F7;
}

.wte_enquiry_contact_form .row-repeater label {
    color: #1E1C1C;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 0;
}

input.enquiry-submit {
    color: #fff;
    width: 100%;
    height: 62px;
    border: none;
    font-weight: 800;
    border-radius: 200px;
    background-color: #4400E7;
}

.wte-related-trips-wrapper .wte-related-trips__heading {
    font-size: 32px;
    font-weight: 700;
}

.widget.wpte-booking-area-wrapper.wpte-bf-outer {
    padding: 25px;
    margin-bottom: 30px;
    border-radius: 12px;
    background: rgb(247, 247, 247);
}

.wpte-booking-area {
    box-shadow: none;
    background: transparent;
}

.wpte-booking-area .wpte-bf-btn.wte-book-now {
    color: #fff;
    width: 100%;
    border: none;
    padding: 15px;
    font-size: 16px;
    font-weight: 800;
    border-radius: 10px;
    background: var(--gt-gradient-1);
}

.wpte-booking-area .wpte-bf-price ins {
    color: #363539;
    font-weight: 700;
}

.wpte-booking-area .wpte-booking-footer-text {
    padding-bottom: 0;
    font-size: 15px;
}

.wpte-booking-area .wpte-booking-inner-wrapper {
    padding-top: 0;
}

.wpte-booking-area .wpte-bf-price .wpte-bf-pqty {
    font-weight: 600;
    color: #363539;
    opacity: 1;
}

.wpte-booking-area .wpte-bf-btn-wrap {
    padding: 0;
}

.wpte-booking-area .wpte-bf-price {
    padding: 0;
    padding-bottom: 15px;
}

.wte_enquiry_contact_form-wrap textarea {
    border-radius: 20px;
}

.wrapper--style,
.wptravelengine_css_v2 #tabs-container,
.wte_enquiry_contact_form,
.wte-trip-facts {
    padding: 35px;
    border-radius: 12px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.0784313725);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.0784313725);
}

.wte-itinerary-header-wrapper .wp-travel-engine-itinerary-header {
    margin: 0 0 30px;
}

.gt-hotel-details-nav-slider {
    gap: 15px;
    margin-bottom: 30px;
}

.gt-hotel-details-slider-nav {
    height: 440px;
}

.gt-hotel-details-slider-nav .gt-hotel-nav-img {
    width: 100%;
    height: 99px;
    cursor: pointer;
    overflow: hidden;
    border-radius: 12px;
}

.gt-hotel-details-slider-nav .gt-hotel-nav-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.gt-hotel-details-slider-for {
    width: 100%;
    max-width: 725px;
}

.gt-hotel-details-slider-for .gt-hotel-for-img {
    height: 100%;
    overflow: hidden;
    border-radius: 12px;
}

.wpte-gallery-wrapper .wpte-gallery-container {
    left: auto;
    right: 0;
}

.wpte-gallery-wrapper .wte-trip-vidgal-popup-trigger:hover,
.wpte-gallery-wrapper .wte-trip-image-gal-popup-trigger:hover {
    background: var(--gt-gradient-1);
}

.gt-hotel-details-slider-for .gt-hotel-for-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.gt-hotel-details-slider-for .gt-hotel-for-img img {
    height: 450px;
    object-fit: cover;
    width: 100%;
}

.gt-hotel-details-text-wrap h2,
.gt-hotel-details-text-wrap h3 {
    color: #363539;
    font-size: 40px;
    font-weight: 800;
    padding-bottom: 20px;
}

.gt-hotel-details-text-wrap h3 {
    font-size: 32px;
    padding-bottom: 20px;
}

.gt-hotel-details-text-wrap p {
    padding-bottom: 20px;
}

.gt-hotel-details-text-wrap .hotel-property-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    border-radius: 20px;
}

.gt-hotel-details-text-wrap .hotel-property-info {
    top: 50%;
    right: 0;
    max-width: 470px;
    position: absolute;
    border-radius: 15px;
    padding: 25px 25px 10px;
    background-color: #F7F7F7;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .gt-hotel-details-text-wrap .hotel-property-info {
        margin-top: 40px;
        position: static;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.gt-hotel-details-text-wrap .hotel-property-info ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.gt-hotel-details-text-wrap .hotel-property-info li {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .gt-hotel-details-text-wrap .hotel-property-info li {
        width: 100%;
    }
}

.gt-hotel-details-text-wrap .hotel-property-info li i {
    width: 46px;
    height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 100%;
    margin-right: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #EEEAF2;
}

.gt-hotel-details-text-wrap .gt-hotel-video .item-video-wrap {
    margin-bottom: 30px;
}

.gt-hotel-details-text-wrap .gt-hotel-video .item-video-wrap .item-img {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.gt-hotel-details-text-wrap .gt-hotel-video .item-video-wrap .item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.gt-hotel-details-text-wrap .gt-hotel-video .item-video-wrap .play-video {
    top: 50%;
    left: 0;
    right: 0;
    width: 80px;
    color: #fff;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    position: absolute;
    border-radius: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 5px solid #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.gt-hotel-details-text-wrap .gt-hotel-video .item-video-wrap .play-video a {
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.gt-hotel-details-text-wrap .gt-hotel-feature-list li {
    width: 45%;
    font-weight: 500;
    margin-bottom: 18px;
}

@media (max-width: 767px) {
    .gt-hotel-details-text-wrap .gt-hotel-feature-list li {
        width: 100%;
    }
}

.gt-hotel-details-text-wrap .gt-hotel-feature-list li i {
    margin-right: 10px;
}

.gt-hotel-location-rate {
    margin-bottom: 25px;
}

.gt-hotel-location-rate .gt-hotel-rate {
    font-weight: 600;
}

.gt-hotel-location-rate .gt-hotel-rate i {
    color: #FFC107;
}

.gt-hotel-location-rate .gt-hotel-rate span {
    font-size: 16px;
    font-weight: 400;
}

/*---------------------------------------------------- */
/*Gallery Details */
/*----------------------------------------------------*/
.gt-gallery-container {
    margin: 0px -15px;
}

.gt-gallery-container .grid-sizer {
    width: 33.33%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
(max-width: 480px) {
    .gt-gallery-container .grid-sizer {
        width: 50%;
    }
}

@media (max-width: 767px),
(max-width: 480px) {
    .gt-gallery-container .grid-sizer {
        width: 100%;
    }
}

.gt-gallery-container .grid-sizer,
.gt-gallery-container .grid-item {
    float: left;
    overflow: hidden;
    position: relative;
    display: inline-block;
}

.gt-gallery-container .grid-sizer img,
.gt-gallery-container .grid-item img {
    width: 100%;
}

.gt-gallery-container .grid-item {
    padding: 15px;
}

.gt-gallery-container .grid-size-33 {
    width: 33.33%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
(max-width: 480px) {
    .gt-gallery-container .grid-size-33 {
        width: 50%;
    }
}

@media (max-width: 767px),
(max-width: 480px) {
    .gt-gallery-container .grid-size-33 {
        width: 100%;
    }
}

.gt-gallery-container .grid-size-25 {
    width: 22.2259%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
(max-width: 480px) {
    .gt-gallery-container .grid-size-25 {
        width: 50%;
    }
}

@media (max-width: 767px),
(max-width: 480px) {
    .gt-gallery-container .grid-size-25 {
        width: 100%;
    }
}

.gt-gallery-container .grid-size-67 {
    width: 66.67777%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px),
(max-width: 480px) {
    .gt-gallery-container .grid-size-67 {
        width: 50%;
    }
}

@media (max-width: 767px),
(max-width: 480px) {
    .gt-gallery-container .grid-size-67 {
        width: 100%;
    }
}

.gt-gallery-img-item {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.gt-gallery-img-item:before {
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    height: 100%;
    content: "";
    visibility: hidden;
    position: absolute;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background-color: rgba(0, 0, 0, 0.5);
}

.gt-gallery-img-item .gt-gallery-view {
    left: 0;
    top: 40%;
    right: 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.gt-gallery-img-item .gt-gallery-view a {
    color: #fff;
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    margin: 0 auto;
    border-radius: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--gt-gradient-1);
}

.gt-gallery-img-item:hover:before {
    opacity: 1;
    visibility: visible;
}

.gt-gallery-img-item:hover .gt-gallery-view {
    top: 50%;
    opacity: 1;
    visibility: visible;
}

/*---------------------------------------------------- */
/*Tour */
/*----------------------------------------------------*/
.gt-tour-feed-top-bar {
    border-radius: 10px;
    background-color: #F7F7F7;
    border: 1px solid rgba(54, 53, 57, 0.1490196078);
    padding: 10px 10px 10px 20px;
}

.gt-tour-feed-top-bar .gt-found-feed span {
    color: #000000;
    font-weight: 700;
    margin-right: 5px;
}

.gt-tour-feed-top-bar .gt-product-sorting {
    gap: 10px;
}

.gt-tour-feed-top-bar .gt-product-sorting .nice-select {
    border: 1px solid rgba(22, 29, 57, 0.1019607843);
}

.gt-tour-feed-top-bar .gt-product-sorting .gt-view-btn {
    gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.gt-tour-feed-top-bar .gt-product-sorting .gt-view-btn a {
    width: 42px;
    height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #4F4E54;
    border-radius: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid rgba(54, 53, 57, 0.1490196078);
}

.gt-tour-feed-top-bar .gt-product-sorting .gt-view-btn a.active {
    color: #fff;
    background-color: #4400E7;
    border: 1px solid #4400E7;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px),
(max-width: 480px) {

    .gt-tour-feed-top-bar .gt-product-sorting .gt-view-btn .grid-3,
    .gt-tour-feed-top-bar .gt-product-sorting .gt-view-btn .list-view {
        display: none;
    }
}

div#wp-travel-trip-wrapper {
    padding: 120px 0;
    overflow: hidden;
}

.gt-tour-feed-content .products {
    margin: 0 -15px;
}

.gt-tour-feed-content .products>li,
.category-main-wrap>li {
    width: calc(50% - 30px);
    float: left;
    margin: 0 15px;
    position: relative;
    margin-bottom: 30px;
}

.gt-tour-feed-content .products>li .gt-explor-item,
.category-main-wrap>li .gt-explor-item {
    max-width: 100%;
}

.category-grid .gt-explor-item {
    max-width: 100%;
}

figure.category-trip-fig.item-img-price img {
    height: 285px;
    object-fit: cover;
}

.gt-tour-feed-content .products>li .gt-explor-item .item-img-price .inner-img img {
    width: 100%;
    height: 100%;
    max-height: 285px;
    -o-object-fit: cover;
    object-fit: cover;
}

.gt-tour-feed-content .products>li .gt-explor-item .item-text-area .ex-list-location {
    display: none;
}

.gt-tour-feed-content .products>li .gt-explor-item .item-text-area .list-view-price {
    display: none !important;
}

@media (max-width: 480px) {
    .gt-tour-feed-content .products>li {
        width: calc(100% - 30px);
    }
}

.gt-tour-feed-content .products.three-column>li {
    width: calc(33.33% - 30px);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px),
(max-width: 480px) {
    .gt-tour-feed-content .products.three-column>li {
        width: calc(50% - 30px);
    }
}

.gt-tour-feed-content .products.list-view>li {
    width: calc(100% - 30px);
}

.gt-tour-feed-content .products.list-view>li .gt-explor-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    border-radius: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    background-color: #F9F9F9;
}

.gt-tour-feed-content .products.list-view>li .gt-explor-item .item-img-price {
    width: 311px;
    height: 199px;
    overflow: hidden;
    border-radius: 10px;
}

.gt-tour-feed-content .products.list-view>li .gt-explor-item .item-text-area {
    padding-bottom: 0;
    max-width: 480px;
}

.gt-tour-feed-content .products.list-view>li .gt-explor-item .item-text-area .ex-list-location {
    font-size: 14px;
    display: block;
    font-weight: 600;
}

.gt-tour-feed-content .products.list-view>li .gt-explor-item .item-text-area .ex-list-location i {
    margin-right: 5px;
}

.gt-tour-feed-content .products.list-view>li .gt-explor-item .item-text-area .ex_title {
    color: #363539;
    font-size: 28px;
    font-weight: 800;
}

.gt-tour-feed-content .products.list-view>li .gt-explor-item .item-text-area .ex-review li {
    font-size: 16px;
}

.gt-tour-feed-content .products.list-view>li .gt-explor-item .item-text-area .ex-review span {
    font-size: 16px;
    font-weight: 500;
}

.gt-tour-feed-content .products.list-view>li .gt-explor-item .item-text-area .ex-review {
    margin-top: 15px;
}

.gt-tour-feed-content .products.list-view>li .gt-explor-item .item-text-area .list-view-price {
    gap: 10px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.gt-tour-feed-content .products.list-view>li .gt-explor-item .item-text-area .list-view-price .price-value {
    font-size: 24px;
    font-weight: 800;
}

.gt-tour-feed-content .products.list-view>li .gt-explor-item .item-text-area .list-view-price .price-ext {
    color: #4F4E54;
    font-size: 16px;
}

/*---------------------------------------------------- */
/*Tour Details */
/*----------------------------------------------------*/
.gt-tour-details-img {
    overflow: hidden;
    border-radius: 15px;
    display: inline-block;
}

.gt-tour-details-text h2 {
    color: #363539;
    font-size: 40px;
    font-weight: 800;
}

@media (max-width: 480px) {
    .gt-tour-details-text h2 {
        font-size: 30px;
    }
}

.gt-tour-details-text .gt-hotel-location-rate {
    border-bottom: 1px solid #D9D9D9;
}

.gt-tour-details-text h3 {
    color: #363539;
    font-size: 32px;
    font-weight: 800;
    padding-bottom: 20px;
}

.gt-tour-details-text p {
    padding-bottom: 30px;
}

.gt-tour-details-text .gt-details-list li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 15px;
}

.gt-tour-details-text .gt-details-list li:before {
    left: 0;
    top: 0;
    content: "\f058";
    font-weight: 900;
    position: absolute;
    font-family: "Font Awesome 5 Pro";
}

.gt-tour-details-text .pos-neg-list {
    margin-bottom: 10px;
}

.gt-tour-details-text .pos-neg-list .pos-neg-list {
    padding: 20px;
    border-radius: 20px;
    background-color: #F8F1FF;
}

.gt-tour-details-text .pos-neg-list .pos-neg-list.ver_2 {
    background-color: #FFF0F0;
}

.gt-tour-details-text .pos-neg-list .pos-neg-list.ver_2 li:before {
    content: "\f057";
    background: #F61B1B;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gt-tour-details-info {
    width: 100%;
    gap: 30px 55px;
    padding: 10px 0px 30px;
    border-bottom: 1px solid #D9D9D9;
}

.gt-tour-details-info .gt-td-info-item {
    gap: 15px;
    width: 165px;
}

.gt-tour-details-info .gt-td-info-item .inner-icon {
    width: 46px;
    height: 46px;
    border-radius: 100%;
    background-color: #fff;
    background-color: #F1F1F1;
}

.gt-tour-details-info .gt-td-info-item .inner-icon i {
    font-size: 22px;
    color: #4400E7;
}

.gt-tour-details-info .gt-td-info-item .inner-text {
    max-width: 105px;
}

.gt-tour-details-info .gt-td-info-item .inner-text span {
    color: #4F4E54;
    font-size: 16px;
}

.gt-tour-details-info .gt-td-info-item .inner-text h3 {
    color: #363539;
    font-size: 18px;
    font-weight: 600;
}

.gt-review-guest-ratting {
    gap: 30px;
    padding: 30px;
    position: relative;
    border-radius: 10px;
    background-color: #F3F3F3;
}

.gt-review-guest-ratting:before {
    top: 50%;
    left: 44%;
    width: 2px;
    content: "";
    height: 70%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(89, 89, 89, 0.1);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px),
(max-width: 480px) {
    .gt-review-guest-ratting:before {
        display: none;
    }
}

.gt-review-guest-ratting .gt-review-number {
    max-width: 245px;
}

.gt-review-guest-ratting .gt-review-number span {
    color: #363539;
    line-height: 1;
    font-size: 90px;
    font-weight: 800;
}

.gt-review-guest-ratting .gt-review-number li {
    color: #FFC107;
    font-size: 30px;
    display: inline-block;
}

.gt-review-guest-ratting .gt-review-number p {
    line-height: 1;
    font-size: 24px;
    padding-bottom: 0;
}

.gt-review-guest-ratting .gt-review-number p span {
    font-size: 24px;
    font-weight: 500;
}

.gt-review-guest-ratting .gt-review-progress {
    width: 100%;
    max-width: 350px;
}

.gt-review-guest-ratting .review-progress-wrap {
    margin-bottom: 10px;
}

.gt-review-guest-ratting .review-progress-wrap i {
    color: #FFC107;
}

.gt-review-guest-ratting .review-progress-wrap span {
    color: #363539;
    font-weight: 600;
}

.gt-review-guest-ratting .review-bar-progrss .progress-bar {
    background-color: #fff;
}

.gt-review-guest-ratting .review-bar-progrss .progress-bar .progress {
    background-color: #FFC107;
}

.gt-client-review-item {
    gap: 25px;
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px solid rgba(89, 89, 89, 0.3);
}

.gt-client-review-item .item-img {
    width: 78px;
    height: 78px;
    overflow: hidden;
    border-radius: 100%;
}

.gt-client-review-item .item-text {
    max-width: 630px;
}

.gt-client-review-item .item-text li {
    color: #FFC107;
    display: inline-block;
}

.gt-client-review-item .item-text .item-dec {
    margin-top: 5px;
}

.gt-client-review-item .item-text .item-dec .name-meta {
    gap: 15px;
}

.gt-client-review-item .item-text .item-dec .name-meta h3 {
    color: #1E1C1C;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 0;
}

.gt-client-review-item .item-text .item-dec .name-meta span {
    color: #595959;
    font-weight: 500;
}

.gt-client-review-item .item-text .item-dec p {
    padding-top: 10px;
    padding-bottom: 0;
}

.gt-client-review-form {
    padding: 35px;
    border-radius: 12px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.0784313725);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.0784313725);
}

.gt-client-review-form h3 {
    padding-bottom: 10px;
}

.gt-client-review-form input,
.gt-client-review-form textarea {
    width: 100%;
    height: 62px;
    border: none;
    padding-left: 25px;
    margin-bottom: 12px;
    border-radius: 200px;
    background-color: #F7F7F7;
}

.gt-client-review-form input::-webkit-input-placeholder,
.gt-client-review-form textarea::-webkit-input-placeholder {
    color: #595959;
}

.gt-client-review-form input::-moz-placeholder,
.gt-client-review-form textarea::-moz-placeholder {
    color: #595959;
}

.gt-client-review-form input:-ms-input-placeholder,
.gt-client-review-form textarea:-ms-input-placeholder {
    color: #595959;
}

.gt-client-review-form input::-ms-input-placeholder,
.gt-client-review-form textarea::-ms-input-placeholder {
    color: #595959;
}

.gt-client-review-form input::placeholder,
.gt-client-review-form textarea::placeholder {
    color: #595959;
}

.gt-client-review-form textarea {
    height: 210px;
    padding-top: 10px;
    border-radius: 20px;
}

.gt-client-review-form button {
    color: #fff;
    width: 100%;
    height: 62px;
    border: none;
    font-weight: 800;
    border-radius: 200px;
    background-color: #4400E7;
}

.gt-tour-details-content .gt-sidebar-area {
    position: static;
    margin-top: -150px;
}

/*---------------------------------------------------- */
/*Process Details */
/*----------------------------------------------------*/
.gt-process-page-section .gt-section-title-1 {
    margin: 0 auto;
    max-width: 810px;
}

.gt-process-page-section {
    z-index: 1;
}

.gt-process-page-section .gt-working-stop-img4 {
    left: 0;
    bottom: 0;
    z-index: -2;
}

.gt-process-page-section .gt-process-video {
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
}

.gt-process-page-section .gt-process-video video {
    width: 1290px;
    max-height: 592px;
    border-radius: 20px;
}

/*---------------------------------------------------- */
/*Login Details */
/*----------------------------------------------------*/
.gt-login-section {
    z-index: 1;
    background-color: #2B2A30;
}

.gt-login-section:before {
    top: 0;
    right: 0;
    width: 50%;
    z-index: -1;
    height: 100%;
    content: "";
    position: absolute;
    background-color: #F5F8FF;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-login-section:before {
        display: none;
    }
}

.gt-login-form,
.gt-signup-form {
    max-width: 560px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {

    .gt-login-form,
    .gt-signup-form {
        margin: 0 auto;
    }
}

.gt-login-form h3,
.gt-signup-form h3 {
    color: #fff;
    font-size: 60px;
    font-weight: 900;
    padding-bottom: 25px;
}

@media (max-width: 767px) {

    .gt-login-form h3,
    .gt-signup-form h3 {
        font-size: 30px;
    }
}

.gt-login-form label,
.gt-signup-form label {
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 10px;
}

.gt-login-form input,
.gt-signup-form input {
    width: 100%;
    border: none;
    height: 65px;
    padding-left: 30px;
    border-radius: 10px;
    margin-bottom: 20px;
    background-color: #4B4A4F;
}

.gt-login-form button,
.gt-signup-form button {
    color: #fff;
    width: 100%;
    height: 62px;
    border: none;
    font-weight: 800;
    border-radius: 10px;
    background-color: #4400E7;
}

.gt-login-form p,
.gt-login-form a,
.gt-signup-form p,
.gt-signup-form a {
    color: #fff;
}

.gt-login-form a,
.gt-signup-form a {
    font-weight: 600;
}

.gt-signup-form {
    padding-left: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-signup-form {
        padding-left: 0;
        margin-top: 40px;
    }
}

.gt-signup-form h3 {
    color: #2B2A30;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-signup-form h3 {
        color: #fff;
    }
}

.gt-signup-form label {
    color: #2B2A30;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-signup-form label {
        color: #fff;
    }
}

.gt-signup-form input {
    background-color: #fff;
    border: 1px solid rgba(54, 53, 57, 0.2);
}

.gt-signup-form span {
    display: block;
    color: #4F4E54;
    font-weight: 500;
    margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-signup-form span {
        color: #fff;
    }
}

/*---------------------------------------------------- */
/*Login Details */
/*----------------------------------------------------*/
.gt-login-section {
    z-index: 1;
    background-color: #2B2A30;
}

.gt-login-section:before {
    top: 0;
    right: 0;
    width: 50%;
    z-index: -1;
    height: 100%;
    content: "";
    position: absolute;
    background-color: #F5F8FF;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-login-section:before {
        display: none;
    }
}

.gt-login-form,
.gt-signup-form {
    max-width: 560px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {

    .gt-login-form,
    .gt-signup-form {
        margin: 0 auto;
    }
}

.gt-login-form h3,
.gt-signup-form h3 {
    color: #fff;
    font-size: 60px;
    font-weight: 900;
    padding-bottom: 25px;
}

@media (max-width: 767px) {

    .gt-login-form h3,
    .gt-signup-form h3 {
        font-size: 30px;
    }
}

.gt-login-form label,
.gt-signup-form label {
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 10px;
}

.gt-login-form input,
.gt-signup-form input {
    width: 100%;
    border: none;
    height: 65px;
    padding-left: 30px;
    border-radius: 10px;
    margin-bottom: 20px;
    background-color: #4B4A4F;
}

.gt-login-form button,
.gt-signup-form button {
    color: #fff;
    width: 100%;
    height: 62px;
    border: none;
    font-weight: 800;
    border-radius: 10px;
    background-color: #4400E7;
}

.gt-login-form p,
.gt-login-form a,
.gt-signup-form p,
.gt-signup-form a {
    color: #fff;
}

.gt-login-form a,
.gt-signup-form a {
    font-weight: 600;
}

.gt-signup-form {
    padding-left: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-signup-form {
        padding-left: 0;
        margin-top: 40px;
    }
}

.gt-signup-form h3 {
    color: #2B2A30;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-signup-form h3 {
        color: #fff;
    }
}

.gt-signup-form label {
    color: #2B2A30;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-signup-form label {
        color: #fff;
    }
}

.gt-signup-form input {
    background-color: #fff;
    border: 1px solid rgba(54, 53, 57, 0.2);
}

.gt-signup-form span {
    display: block;
    color: #4F4E54;
    font-weight: 500;
    margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-signup-form span {
        color: #fff;
    }
}

/*---------------------------------------------------- */
/*Blog  */
/*----------------------------------------------------*/
.gt-blog-section {
    overflow: hidden;
}

.gt-blog-list-item {
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 30px;
    border: 1px solid #D5D5D6;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media (max-width: 767px) {
    .gt-blog-list-item {
        padding: 20px 15px;
    }
}

.gt-blog-list-item .gt-blog-img {
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.gt-blog-list-item .gt-blog-img .item-img img {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    height: 340px;
    object-fit: cover;
}

@media (max-width: 767px) {
    .gt-blog-list-item .gt-blog-img .item-img {
        height: 250px;
    }

    .gt-blog-list-item .gt-blog-img .item-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.gt-blog-list-item .play-icon {
    left: 0;
    top: 50%;
    right: 0;
    text-align: center;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.gt-blog-list-item .play-icon a {
    color: #fff;
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--gt-gradient-1);
}

.gt-blog-list-item .blog-item-arrow .nav-arrow {
    top: 50%;
    z-index: 1;
    width: 62px;
    height: 62px;
    position: absolute;
    border-radius: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background-color: rgba(255, 255, 255, 0.4);
}

.gt-blog-list-item .blog-item-arrow .nav-arrow:hover {
    color: #fff;
    background-color: #4400E7;
}

.gt-blog-list-item .blog-item-arrow .gt-blog-button-prev {
    left: 30px;
}

.gt-blog-list-item .blog-item-arrow .gt-blog-button-next {
    right: 30px;
}

.gt-blog-list-item .blog-meta-author {
    margin-bottom: 20px;
    gap: 15px;
}

.gt-blog-list-item .blog-author .inner-img {
    width: 44px;
    height: 44px;
    overflow: hidden;
    margin-right: 15px;
    border-radius: 100%;
}

.gt-blog-list-item .blog-author .inner-text {
    color: #111010;
    font-size: 16px;
    font-weight: 500;
}

.gt-blog-list-item .blog-meta a {
    margin-right: 38px;
    position: relative;
}

.gt-blog-list-item .blog-meta a:last-child {
    margin-right: 0;
}

.gt-blog-list-item .blog-meta a:last-child:before {
    display: none;
}

.gt-blog-list-item .blog-meta a:before {
    top: -3px;
    width: 1px;
    right: -20px;
    height: 24px;
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.1);
}

.gt-blog-list-item .blog-meta a i {
    margin-right: 5px;
}

.gt-blog-list-item .blog-text-wrap .blog_title {
    color: #363539;
    font-size: 32px;
    font-weight: 800;
    padding-bottom: 20px;
}

@media (max-width: 767px) {
    .gt-blog-list-item .blog-text-wrap .blog_title {
        font-size: 28px;
    }
}

.gt-blog-list-item .blog-text-wrap .blog_title:hover {
    color: #4400E7;
}

.gt-blog-list-item .blog-text-wrap p {
    padding-bottom: 15px;
}

.gt-blog-list-item .blog-text-wrap .read_more {
    color: #4F4E54;
    font-weight: 700;
    display: inline-block;
}

.gt-blog-list-item .blog-text-wrap .read_more span {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 10px 20px 10px 0px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.gt-blog-list-item .blog-text-wrap .read_more span i {
    color: #fff;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 12px;
    border-radius: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #4400E7;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.gt-blog-list-item .blog-text-wrap .read_more span:before {
    top: 0;
    left: 0;
    z-index: -1;
    width: 0%;
    height: 100%;
    content: "";
    position: absolute;
    border-radius: 30px;
    background-color: #4400E7;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.gt-blog-list-item .blog-text-wrap .read_more span:hover {
    color: #fff;
    padding: 10px 20px 10px 20px;
}

.gt-blog-list-item .blog-text-wrap .read_more span:hover:before {
    width: 100%;
}

.gt-blog-list-item:hover {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1215686275);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1215686275);
}

.gt-blog-list-item:hover .gt-blog-img .item-img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

/*---------------------------------------------------- */
/*Blog Details */
/*----------------------------------------------------*/
.gt-blog-details-thumb-img {
    overflow: hidden;
    border-radius: 15px;
}

.gt-blog-details-thumb-img img {
    width: 100%;
}

.gt-blog-details-content-wrap .blog-author .inner-img {
    width: 44px;
    height: 44px;
    overflow: hidden;
    margin-right: 15px;
    border-radius: 100%;
}

.gt-blog-details-content-wrap .blog-author .inner-text {
    color: #111010;
    font-size: 16px;
    font-weight: 500;
}

.gt-blog-details-content-wrap .blog-meta a {
    font-weight: 500;
    margin-right: 38px;
    position: relative;
}

@media (max-width: 767px) {
    .gt-blog-details-content-wrap .blog-meta a {
        font-size: 14px;
        margin-right: 10px;
    }
}

.gt-blog-details-content-wrap .blog-meta a:last-child {
    margin-right: 0;
}

.gt-blog-details-content-wrap .blog-meta a:last-child:before {
    display: none;
}

.gt-blog-details-content-wrap .blog-meta a:before {
    top: -3px;
    width: 1px;
    right: -20px;
    height: 24px;
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
    .gt-blog-details-content-wrap .blog-meta a:before {
        display: none;
    }
}

.gt-blog-details-content-wrap .blog-meta a i {
    margin-right: 5px;
}

.gt-blog-details-text-wrap h2,
.gt-blog-details-text-wrap h3 {
    color: #363539;
    font-size: 42px;
    font-weight: 800;
    padding-bottom: 15px;
}

@media (max-width: 767px) {

    .gt-blog-details-text-wrap h2,
    .gt-blog-details-text-wrap h3 {
        font-size: 35px;
    }
}

.gt-blog-details-text-wrap p {
    padding-bottom: 20px;
}

.gt-blog-details-text-wrap h3 {
    font-size: 32px;
}

@media (max-width: 767px) {
    .gt-blog-details-text-wrap h3 {
        font-size: 30px;
    }
}

.gt-blog-details-text-wrap .gt-blog-details-video .item-img {
    overflow: hidden;
    border-radius: 10px;
    display: inline-block;
}

.gt-blog-details-text-wrap .gt-blog-details-video .play-icon {
    left: 0;
    top: 50%;
    right: 0;
    text-align: center;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.gt-blog-details-text-wrap .gt-blog-details-video .play-icon a {
    color: #fff;
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--gt-gradient-1);
}

blockquote {
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    border-radius: 10px;
    position: relative;
    padding: 40px 40px 35px 70px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(68, 0, 231, 0.05)), to(rgba(123, 0, 254, 0.05)));
    background: linear-gradient(90deg, rgba(68, 0, 231, 0.05) 0%, rgba(123, 0, 254, 0.05) 100%);
}

.gt-blog-details-text-wrap blockquote p {
    padding-bottom: 0;
}

blockquote:before {
    top: 40px;
    left: 20px;
    line-height: 1;
    font-size: 40px;
    content: "\f10d";
    position: absolute;
    font-family: "Font Awesome 5 Pro";
}

blockquote cite {
    display: block;
    color: #4400E7;
    font-weight: 700;
    padding-top: 20px;
}

.gt-blog-details-double-img .item-img {
    overflow: hidden;
    border-radius: 10px;
    display: inline-block;
}

.gt-blog-share-tag {
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
}

.gt-blog-share-tag span {
    color: #363539;
    font-size: 22px;
    font-weight: 600;
    margin-right: 15px;
}

.gt-blog-share-tag .gt-blog-tag a {
    margin: 5px;
    font-size: 14px;
    padding: 5px 25px;
    border-radius: 50px;
    display: inline-block;
    background-color: #F7F7F7;
}

.gt-blog-share-tag .gt-blog-share a {
    width: 36px;
    margin: 5px;
    height: 36px;
    border-radius: 100%;
    display: inline-block;
}

.gt-blog-next-prev-item-area {
    gap: 30px;
    padding: 50px 25px;
    border-radius: 15px;
    background: #F7F7F7;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .gt-blog-next-prev-item-area {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
}

.gt-blog-next-prev-item-area .gt-blog-next-prev-item {
    gap: 20px;
}

.gt-blog-next-prev-item-area .gt-blog-next-prev-item .inner-img {
    width: 130px;
    height: 130px;
    overflow: hidden;
    position: relative;
    border-radius: 100%;
}

.gt-blog-next-prev-item-area .gt-blog-next-prev-item .inner-img:before {
    top: 0;
    opacity: 0.4;
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    -webkit-transform: scale(0);
    transform: scale(0);
    border-radius: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background: var(--gt-gradient-1);
}

.gt-blog-next-prev-item-area .gt-blog-next-prev-item .inner-img:after {
    color: #fff;
    left: 0;
    top: 50%;
    right: 0;
    font-size: 40px;
    margin: 0 auto;
    content: "\f137";
    font-weight: 900;
    text-align: center;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-family: "Font Awesome 5 Pro";
}

.gt-blog-next-prev-item-area .gt-blog-next-prev-item .inner-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.gt-blog-next-prev-item-area .gt-blog-next-prev-item .inner-text {
    max-width: 190px;
}

.gt-blog-next-prev-item-area .gt-blog-next-prev-item .inner-text span {
    font-size: 14px;
    color: #4400E7;
    display: block;
    font-weight: 500;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.gt-blog-next-prev-item-area .gt-blog-next-prev-item .inner-text h3 {
    color: #363539;
    font-size: 18px;
    font-weight: 800;
}

.gt-blog-next-prev-item-area .gt-blog-next-prev-item:nth-child(2) .inner-img:after {
    content: "\f138";
}

.gt-blog-next-prev-item-area .gt-blog-next-prev-item:hover .inner-img:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.gt-blog-next-prev-item-area .gt-blog-next-prev-item:hover .inner-img:after {
    color: #fff;
}

.gt-blog-details-author {
    gap: 30px;
    padding: 30px;
    border-radius: 10px;
    background: var(--gt-gradient-1);
}

.gt-blog-details-author .admin-title-social {
    margin-bottom: 10px;
}

.gt-blog-details-author .inner-img {
    width: 140px;
    height: 140px;
    overflow: hidden;
    border-radius: 100%;
    border: 4px solid #fff;
}

.gt-blog-details-author .inner-text {
    max-width: 515px;
}

.gt-blog-details-author .inner-text h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
}

.gt-blog-details-author .inner-text p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.gt-blog-details-author .inner-social {
    margin-top: 15px;
}

.gt-blog-details-author .inner-social a {
    color: #fff;
    margin-right: 15px;
}

.gt-blog-details-author .inner-social a:hover {
    color: #4951fe;
}

p.comment-form-cookies-consent {
    display: none;
}

p.form-submit {
    display: none;
}

p.logged-in-as {
    margin-bottom: 20px;
}

.gt-comment-list-wrap .gt-team-details-contact-info .comment-notes {
    margin-bottom: 20px;
}

.gt-comment-list-wrap li {
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 30px 30px 0;
    background-color: #F7F7F7;
}

.gt-comment-list-wrap .children {
    margin-left: 50px;
}

.gt-comment-list-wrap .gt-team-details-contact-info h3 {
    color: #363539;
    font-size: 34px !important;
    font-weight: 700;
}

h3.comments-title {
    color: #363539;
    font-size: 34px;
    font-weight: 700;
    padding-bottom: 20px;
}

.gt-comment-list-wrap .gt-comment-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.gt-comment-list-wrap .gt-comment-item .gt-comment-img {
    width: 78px;
    height: 78px;
    overflow: hidden;
    margin-right: 30px;
    border-radius: 100%;
}

.gt-comment-list-wrap .gt-comment-item .gt-comment-text {
    max-width: 595px;
}

.gt-comment-list-wrap .gt-comment-item .gt-comment-text .author-name-date span {
    display: block;
}

.gt-comment-list-wrap .gt-comment-item .gt-comment-text .author-name-date .cm-name {
    color: #363539;
    font-size: 26px;
    font-weight: 600;
}

.gt-comment-list-wrap .gt-comment-item .gt-comment-text .author-name-date .cm-date {
    font-weight: 500;
    font-size: 16px;
}

.gt-comment-list-wrap .gt-comment-item .gt-comment-text p {
    color: #363539;
    line-height: 30px;
    max-width: 850px;
    padding: 10px 0px 25px;
}

.gt-comment-list-wrap .gt-comment-item .gt-like-reply {
    top: 0;
    right: 0;
    font-weight: 500;
}

.gt-comment-list-wrap .gt-comment-item .gt-like-reply a {
    font-size: 17px;
}

.gt-comment-list-wrap .children-comment {
    padding-top: 10px;
    margin-bottom: 40px;
}

.gt-team-details-contact-info {
    border-radius: 15px;
    margin-top: 50px;
    padding: 45px 50px;
    background-color: #fff;
    border: 1px solid rgba(6, 13, 55, 0.1019607843);
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.0588235294);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.0588235294);
}

.gt-team-details-contact-info h3 {
    color: #363539;
    font-size: 34px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .gt-team-details-contact-info {
        padding: 45px 30px;
    }
}

.gt-team-details-contact-form {
    margin-top: 30px;
}

.gt-team-details-contact-form input,
.gt-team-details-contact-form textarea {
    width: 100%;
    height: 62px;
    border: none;
    padding-left: 20px;
    margin-bottom: 25px;
    border-radius: 30px;
    background: #F7F7F7;
}

.gt-team-details-contact-form input::-webkit-input-placeholder,
.gt-team-details-contact-form textarea::-webkit-input-placeholder {
    color: #4F4E54;
}

.gt-team-details-contact-form input::-moz-placeholder,
.gt-team-details-contact-form textarea::-moz-placeholder {
    color: #4F4E54;
}

.gt-team-details-contact-form input:-ms-input-placeholder,
.gt-team-details-contact-form textarea:-ms-input-placeholder {
    color: #4F4E54;
}

.gt-team-details-contact-form input::-ms-input-placeholder,
.gt-team-details-contact-form textarea::-ms-input-placeholder {
    color: #4F4E54;
}

.gt-team-details-contact-form input::placeholder,
.gt-team-details-contact-form textarea::placeholder {
    color: #4F4E54;
}

.gt-team-details-contact-form textarea {
    padding-top: 20px;
    height: 178px;
    border-radius: 15px;
}

.gt-team-details-contact-form button {
    color: #fff;
    border: none;
    font-size: 15px;
    font-weight: 700;
    padding: 18px 30px;
    border-radius: 50px;
    text-transform: uppercase;
    background-color: #4400E7;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.gt-team-details-contact-form button:hover {
    background-color: #000;
}

/*---------------------------------------------------- */
/*Contact Details */
/*----------------------------------------------------*/
.gt-contact-page-text-info h2 {
    color: #262B37;
    font-size: 60px;
    font-weight: 800;
}

@media (max-width: 767px) {
    .gt-contact-page-text-info h2 {
        font-size: 30px;
    }
}

.gt-contact-page-info-list {
    border-radius: 10px;
    padding: 45px 50px 10px;
}

@media (max-width: 767px) {
    .gt-contact-page-info-list {
        padding: 45px 30px 10px;
    }
}

.gt-contact-page-info-list .gt-contact-info-item {
    gap: 20px;
    margin-bottom: 30px;
}

.gt-contact-page-info-list .gt-contact-info-item .inner-icon {
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: var(--gt-gradient-1);
}

.gt-contact-page-info-list .gt-contact-info-item .inner-text h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 5px;
}

.gt-contact-page-info-list .gt-contact-info-item .inner-text p {
    color: #fff;
    opacity: 0.8;
    font-size: 18px;
    font-weight: 500;
    max-width: 290px;
}

.gt-contact-page-form {
    padding: 40px 40px;
    border-radius: 15px;
    background: rgb(247, 247, 247);
    border: 1px solid rgba(79, 78, 84, 0.15);
}

@media (max-width: 767px) {
    .gt-contact-page-form {
        margin-top: 40px;
        padding: 45px 15px 40px;
    }
}

.gt-contact-page-form input,
.gt-contact-page-form textarea {
    width: 100%;
    height: 58px;
    padding-left: 30px;
    margin-bottom: 15px;
    border-radius: 100px;
    background-color: #fff;
    border: 1px solid rgba(79, 78, 84, 0.15);
}

.gt-contact-page-form textarea {
    height: 180px;
    padding-top: 20px;
    border-radius: 20px;
}

.gt-contact-page-form button {
    color: #fff;
    width: 100%;
    height: 58px;
    border: none;
    font-weight: 700;
    border-radius: 100px;
    background-color: #4400E7;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.gt-contact-page-form button:hover {
    background-color: #000;
}

.gt-contact-page-social {
    gap: 13px;
}

.gt-contact-page-social a {
    width: 25%;
    height: 85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    border-radius: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1.5px solid #3D6AD6;
}

.gt-contact-page-social a:hover {
    color: #fff;
    background-color: #3D6AD6;
}

.gt-contact-page-social a:nth-child(1) {
    color: #3D6AD6;
}

.gt-contact-page-social a:nth-child(1):hover {
    color: #fff;
    background-color: #3D6AD6;
}

.gt-contact-page-social a:nth-child(2) {
    color: #FF0100;
    border: 1.5px solid #FF0100;
}

.gt-contact-page-social a:nth-child(2):hover {
    color: #fff;
    background-color: #FF0100;
}

.gt-contact-page-social a:nth-child(3) {
    color: #FF0000;
    border: 1.5px solid #FF0000;
}

.gt-contact-page-social a:nth-child(3):hover {
    color: #fff;
    background-color: #FF0000;
}

.gt-contact-page-social a:nth-child(4) {
    color: #E60023;
    border: 1.5px solid #E60023;
}

.gt-contact-page-social a:nth-child(4):hover {
    color: #fff;
    background-color: #E60023;
}

.gt-contact-map iframe {
    width: 100%;
    height: 645px;
}

/*---------------------------------------------------- */
/*Error Details */
/*----------------------------------------------------*/
.gt-error-content .gt-error-text {
    left: 0;
    bottom: 220px;
    position: absolute;
}

.gt-error-content .gt-error-text h3 {
    color: #363539;
    font-size: 60px;
    font-weight: 800;
}

/*---------------------------------------------------- */
/*Sidebar Details */
/*----------------------------------------------------*/
.gt-sidebar-area {
    top: 80px;
    position: sticky;
}

.gt-sidebar-widget {
    padding: 25px;
    margin-bottom: 30px;
    border-radius: 12px;
    background: rgb(247, 247, 247);
}

.gt-sidebar-widget .widget-title {
    color: #363539;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 20px;
}

.gt-sidebar-widget .search-widget form {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

.gt-sidebar-widget form#searchform {
    position: relative;
}

.gt-sidebar-widget .search-widget input {
    width: 100%;
    height: 62px;
    border: none;
    color: #858488;
    font-size: 16px;
    padding-left: 20px;
    border-radius: 10px;
    background-color: #fff;
}

.gt-sidebar-widget .search-widget input::-webkit-input-placeholder {
    font-size: 16px;
    color: #858488;
}

.gt-sidebar-widget .search-widget input::-moz-placeholder {
    font-size: 16px;
    color: #858488;
}

.gt-sidebar-widget .search-widget input:-ms-input-placeholder {
    font-size: 16px;
    color: #858488;
}

.gt-sidebar-widget .search-widget input::-ms-input-placeholder {
    font-size: 16px;
    color: #858488;
}

.gt-sidebar-widget .search-widget input::placeholder {
    font-size: 16px;
    color: #858488;
}

.gt-sidebar-widget .search-widget button {
    top: 0;
    right: 0;
    color: #fff;
    width: 62px;
    height: 62px;
    border: none;
    position: absolute;
    background: var(--gt-gradient-1);
}

.gt-sidebar-widget .popular-place-widget .pp-widget-item {
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 15px;
    background: #FFFFFF;
}

.gt-sidebar-widget .popular-place-widget .pp-widget-item .item-img-meta .item-img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.gt-sidebar-widget .popular-place-widget .pp-widget-item .item-img-meta .item-meta {
    bottom: 0;
    left: 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 15px;
    background: #4F4E54;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.gt-sidebar-widget .popular-place-widget .pp-widget-item .item-img-meta .item-meta i {
    margin-right: 8px;
}

.gt-sidebar-widget .popular-place-widget .pp-widget-item .item-text {
    padding: 15px 20px;
}

.gt-sidebar-widget .popular-place-widget .pp-widget-item .item-text .item-title h3 {
    color: #363539;
    line-height: 1;
    font-size: 18px;
    font-weight: 800;
}

.gt-sidebar-widget .popular-place-widget .pp-widget-item .item-text .item-title span {
    font-size: 16px;
    font-weight: 500;
}

.gt-sidebar-widget .popular-place-widget .pp-widget-item .item-text .item-day {
    color: #363539;
    font-size: 16px;
    font-weight: 500;
}

.gt-sidebar-widget .category-widget li a,
.gt-sidebar-widget li a {
    width: 100%;
    color: #4F4E54;
    display: block;
    font-size: 18px;
    line-height: 1.1;
    position: relative;
    padding: 19px 0px 25px 24px;
    border-top: 1px dashed #D5D5D6;
}

.gt-sidebar-widget .category-widget li a:before,
.gt-sidebar-widget li a::before {
    left: 0;
    top: 19px;
    font-size: 16px;
    content: "\f069";
    font-weight: 900;
    position: absolute;
    font-family: "Font Awesome 5 Pro";
}

.gt-sidebar-widget .category-widget li a span,
.gt-sidebar-widget li a span {
    right: 0;
    width: 40px;
    top: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    color: #4F4E54;
    border-radius: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #EFEFEF;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.gt-sidebar-widget ul {
    padding: 0;
    margin: 0;
}

.gt-sidebar-widget li {
    list-style: none;
    display: block;
}

.gt-sidebar-widget .category-widget li a:hover,
.gt-sidebar-widget li a:hover {
    color: #4400E7;
}

.gt-sidebar-widget .category-widget li a:hover span,
.gt-sidebar-widget li a:hover span {
    color: #fff;
    background-color: #4400E7;
}

.gt-sidebar-widget .request-widget .sidebar-input input {
    width: 100%;
    height: 52px;
    color: #4F4E54;
    font-size: 16px;
    font-weight: 500;
    padding-left: 15px;
    border-radius: 10px;
    margin-bottom: 12px;
    background-color: #fff;
    border: 1px solid rgba(43, 42, 48, 0.1490196078);
}

.gt-sidebar-widget .request-widget .sidebar-input input::-webkit-input-placeholder {
    color: #4F4E54;
}

.gt-sidebar-widget .request-widget .sidebar-input input::-moz-placeholder {
    color: #4F4E54;
}

.gt-sidebar-widget .request-widget .sidebar-input input:-ms-input-placeholder {
    color: #4F4E54;
}

.gt-sidebar-widget .request-widget .sidebar-input input::-ms-input-placeholder {
    color: #4F4E54;
}

.gt-sidebar-widget .request-widget .sidebar-input input::placeholder {
    color: #4F4E54;
}

.gt-sidebar-widget .request-widget .sidebar-input input::-webkit-outer-spin-button,
.gt-sidebar-widget .request-widget .sidebar-input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.gt-sidebar-widget .request-widget .sidebar-input span {
    top: 10px;
    right: 15px;
    position: absolute;
}

.gt-sidebar-widget .request-widget button {
    color: #fff;
    width: 100%;
    border: none;
    padding: 15px;
    font-size: 16px;
    font-weight: 800;
    border-radius: 10px;
    background: var(--gt-gradient-1);
}

.gt-sidebar-widget .request-widget h4 {
    font-size: 18px;
    font-weight: 700;
    padding: 10px 0px 15px;
}

.gt-sidebar-widget .request-widget .gt-add-request ul {
    margin-bottom: 20px;
}

.gt-sidebar-widget .request-widget .gt-add-request li {
    gap: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding-left: 30px;
    margin-bottom: 25px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.gt-sidebar-widget .request-widget .gt-add-request li:last-child {
    margin-bottom: 0;
}

.gt-sidebar-widget .request-widget .gt-add-request li:before {
    left: 0;
    top: 3px;
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    border-radius: 100%;
    background-color: #F7F7F7;
    border: 1.5px solid #D5D5D6;
}

.gt-sidebar-widget .request-widget .gt-add-request li.active:before {
    background-color: #4400E7;
    border: 1.5px solid #4400E7;
}

.gt-sidebar-widget .request-widget .gt-add-request li .add-title {
    font-size: 16px;
}

.gt-sidebar-widget .request-widget .gt-add-request li .add-value {
    color: #363539;
    font-size: 16px;
    font-weight: 700;
}

.gt-sidebar-widget .request-widget .gt-add-request li .add-value b {
    display: block;
}

.gt-sidebar-widget .times-widget li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #2B2A30;
    padding: 12px 0px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px dashed #DFDFE0;
}

.gt-sidebar-widget .times-widget li:last-child {
    border: none;
}

.gt-sidebar-widget .times-widget li:first-child {
    padding-top: 0;
}

.gt-sidebar-widget .times-widget li .time-title.off-day,
.gt-sidebar-widget .times-widget li .time-value.off-day {
    color: #F82020;
}

.gt-sidebar-widget .gt-check-list li,
.gt-sidebar-widget .gt-check-list_2 li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #4F4E54;
    position: relative;
    cursor: pointer;
    padding: 15px 25px 15px;
    border-top: 1px dashed #D5D5D6;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.gt-sidebar-widget .gt-check-list li span,
.gt-sidebar-widget .gt-check-list_2 li span {
    top: 11px;
    right: 0;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    border-radius: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #EFEFEF;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.gt-sidebar-widget .gt-check-list li:before,
.gt-sidebar-widget .gt-check-list_2 li:before {
    left: 0;
    top: 23px;
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    border-radius: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border: 1px solid rgb(170, 170, 172);
}

.gt-sidebar-widget .gt-check-list li.active,
.gt-sidebar-widget .gt-check-list_2 li.active {
    color: #4400E7;
}

.gt-sidebar-widget .gt-check-list li.active span,
.gt-sidebar-widget .gt-check-list_2 li.active span {
    color: #fff;
    background-color: #4400E7;
}

.gt-sidebar-widget .gt-check-list li.active:before,
.gt-sidebar-widget .gt-check-list_2 li.active:before {
    background-color: #4400E7;
    border: 1px solid #4400E7;
}

.gt-sidebar-widget .gt-check-list .show-more,
.gt-sidebar-widget .gt-check-list_2 .show-more {
    cursor: pointer;
    font-weight: 500;
    position: relative;
}

.gt-sidebar-widget .range-widget .widget-title {
    padding-bottom: 5px;
}

.gt-sidebar-widget .range-widget .wc-input-range {
    margin-left: 8px;
    margin-bottom: 5px;
}

.gt-sidebar-widget .range-widget .wc-input-range span {
    color: #fff;
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
}

.gt-sidebar-widget .range-widget .wc-input-range #slider-range,
.gt-sidebar-widget .range-widget .wc-input-range #slider-range_2 {
    height: 10px;
    width: 300px;
    border: none;
    border-radius: 30px;
    margin-right: 15px;
    background: var(--gt-gradient-1);
}

.gt-sidebar-widget .range-widget .wc-input-range #slider-range .ui-widget-header,
.gt-sidebar-widget .range-widget .wc-input-range #slider-range_2 .ui-widget-header {
    background: var(--gt-gradient-1);
}

.gt-sidebar-widget .range-widget .wc-input-range #slider-range .ui-slider-handle,
.gt-sidebar-widget .range-widget .wc-input-range #slider-range_2 .ui-slider-handle {
    top: -7px;
    width: 24px;
    height: 24px;
    margin-left: 0;
    cursor: pointer;
    margin-bottom: 0;
    border-radius: 100%;
    background: var(--gt-gradient-1);
    border: 5px solid var(--gt-gradient-1);
}

.gt-sidebar-widget .range-widget .wc-input-range #slider-range .ui-slider-handle:focus,
.gt-sidebar-widget .range-widget .wc-input-range #slider-range_2 .ui-slider-handle:focus {
    outline: none;
}

.gt-sidebar-widget .range-widget .wc-input-range .range-value input {
    color: #fff;
    width: 90px;
    height: 40px;
    border: none;
    font-size: 14px;
    font-weight: 800;
    border-radius: 5px;
    padding-left: 10px;
    background: var(--gt-gradient-1);
}

.gt-sidebar-widget .recent-blog-widget .recent-blog-img-text {
    padding-bottom: 25px;
}

.gt-sidebar-widget .recent-blog-widget .recent-blog-img-text:last-child {
    padding-bottom: 0;
}

.gt-sidebar-widget .recent-blog-widget .recent-blog-img-text .recent-blog-img {
    width: 110px;
    height: 80px;
    overflow: hidden;
    margin-right: 15px;
    border-radius: 5px;
}

.gt-sidebar-widget .recent-blog-widget .recent-blog-img-text .recent-blog-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.gt-sidebar-widget .recent-blog-widget .recent-blog-img-text .recent-blog-text {
    width: 220px;
}

.gt-sidebar-widget .recent-blog-widget .recent-blog-img-text .recent-blog-text h3 {
    color: #363539;
    font-size: 18px;
    line-height: 1.375;
    font-weight: 800;
}

.gt-sidebar-widget .recent-blog-widget .recent-blog-img-text .recent-blog-text h3:hover {
    color: #4400E7;
}

.gt-sidebar-widget .recent-blog-widget .recent-blog-img-text .recent-blog-text span {
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 8px;
    display: inline-block;
}

.gt-sidebar-widget .recent-blog-widget .recent-blog-img-text .recent-blog-text span i {
    margin-right: 5px;
}

.gt-sidebar-widget .tag-widget li {
    margin: 4px;
}

.gt-sidebar-widget .tagcloud a {
    font-size: 16px !important;
    padding: 5px 20px;
    border-radius: 5px;
    display: inline-block;
    background-color: #fff;
    margin: 4px;
}

.gt-sidebar-widget .tagcloud a:hover {
    color: #fff;
    background-color: #4400E7;
}

/*---------------------------------------------------- */
/*Footer Section*/
/*----------------------------------------------------*/
.gt-footer-gallery {
    margin: 0 auto;
    max-width: 1920px;
}

.gt-gallery-img {
    position: relative;
}

.gt-gallery-img:before {
    top: 0;
    right: 0;
    left: auto;
    width: 0%;
    opacity: 0.7;
    content: "";
    height: 100%;
    position: absolute;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background: var(--gt-gradient-1);
}

.gt-gallery-img i {
    left: 0;
    right: 0;
    top: 70%;
    z-index: 2;
    opacity: 0;
    color: #fff;
    text-align: center;
    font-size: 30px;
    position: absolute;
    visibility: hidden;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.gt-gallery-img:hover:before {
    left: 0;
    right: auto;
    width: 100%;
}

.gt-gallery-img:hover i {
    top: 50%;
    opacity: 1;
    visibility: visible;
}

.gt-footer-widget .widget-title {
    color: #183153;
    font-size: 28px;
    font-weight: 800;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 12px;
    display: inline-block;
}

.gt-footer-widget .widget-title:before {
    left: 0;
    bottom: 0;
    height: 5px;
    width: 100%;
    content: "";
    position: absolute;
    border-radius: 30px;
    background: var(--gt-gradient-1);
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-footer-widget .menu-widget {
        gap: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: start !important;
    }
}

.gt-footer-widget .menu-widget li {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 12px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-footer-widget .menu-widget li {
        font-size: 15px;
    }
}

.gt-footer-widget .menu-widget li a {
    padding-left: 28px;
    position: relative;
}

.gt-footer-widget .menu-widget li a:after {
    left: 0;
    right: 0;
    width: 0%;
    height: 1px;
    content: "";
    bottom: -3px;
    margin: 0 auto;
    position: absolute;
    background: var(--gt-gradient-1);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.gt-footer-widget .menu-widget li a:before {
    top: 0;
    left: 0;
    color: #fff;
    width: 20px;
    height: 20px;
    font-size: 12px;
    content: "\f00c";
    font-weight: 300;
    position: absolute;
    text-align: center;
    border-radius: 100%;
    background: var(--gt-gradient-1);
    font-family: "Font Awesome 5 Pro";
}

.gt-footer-widget .menu-widget li a:hover {
    color: #4300e7;
}

.gt-footer-widget .menu-widget li a:hover:after {
    width: 100%;
}

.gt-footer-widget .cta-widget {
    padding-top: 60px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-footer-widget .cta-widget {
        padding-top: 20px;
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: start !important;
    }
}

.gt-footer-widget .cta-widget .cta-widget-content {
    max-width: 220px;
}

.gt-footer-widget .cta-widget .cta-widget-content li {
    font-weight: 800;
    margin-bottom: 5px;
}

.gt-footer-widget .cta-widget .cta-widget-content li i {
    color: #434cda;
    margin-right: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-footer-widget .cta-widget .cta-widget-content li i {
        font-size: 13px;
        margin-right: 5px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-footer-widget .cta-widget .cta-widget-content li {
        font-size: 15px;
    }
}

.gt-footer-widget .cta-widget .cta-widget-content .footer-social {
    margin-top: 25px;
}

.gt-footer-widget .cta-widget .cta-widget-content .footer-social a {
    font-size: 20px;
    margin-right: 30px;
}

.gt-footer-widget .cta-widget .cta-widget-content .footer-social a:hover {
    color: #4300e7;
}

.gt-footer-instagram-item {
    margin: 0 auto;
    max-width: 1120px;
}

.gt-footer-instagram-item li {
    width: 200px;
    height: 135px;
    overflow: hidden;
    margin: 0px 10px;
    border-radius: 20px;
}

@media (max-width: 767px) {
    .gt-footer-instagram-item li {
        width: 100px;
        height: 65px;
        margin: 0px 5px;
    }
}

.gt-footer-instagram-item li a {
    width: 100%;
    display: block;
    position: relative;
}

.gt-footer-instagram-item li a:after {
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    opacity: 0.7;
    content: "";
    height: 100%;
    position: absolute;
    -webkit-transform: scale(0);
    transform: scale(0);
    border-radius: 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background: var(--gt-gradient-1);
}

.gt-footer-instagram-item li a span {
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
    position: absolute;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
}

.gt-footer-instagram-item li a:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.gt-footer-instagram-item li a:hover span {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}

.gt-footer-copyright {
    color: #183153;
    font-size: 17px;
    font-weight: 800;
    padding: 30px 0px;
}

.gt-footer-section-2 {
    background-color: #1a1b1d;
}

.gt-footer-widget-area-2 {
    gap: 55px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-footer-widget-area-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
}

.gt-footer-widget-2.about-widget {
    width: 100%;
    max-width: 420px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-footer-widget-2.about-widget {
        text-align: center;
    }
}

.gt-footer-widget-2.about-widget .brand-logo {
    margin-bottom: 20px;
}

.gt-footer-widget-2.about-widget .brand-logo a {
    width: 100%;
    display: block;
}

.gt-footer-widget-2.about-widget p {
    color: #7f7f7f;
    line-height: 1.529;
    padding-bottom: 30px;
}

.gt-footer-widget-2.about-widget .footer-social a {
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    margin-right: 30px;
}

.gt-footer-widget-2.about-widget .footer-social a i {
    margin-right: 8px;
}

.gt-footer-widget-2.about-widget .footer-social a:hover {
    color: #7900fb;
}

.gt-footer-widget-2.menu-widget {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 785px;
    padding-top: 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-footer-widget-2.menu-widget {
        gap: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.gt-footer-widget-2.menu-widget li {
    margin-bottom: 12px;
}

.gt-footer-widget-2.menu-widget li a {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    padding-left: 25px;
    position: relative;
}

.gt-footer-widget-2.menu-widget li a:before {
    left: 0;
    top: -6px;
    color: #7200f8;
    content: "\f178";
    font-weight: 900;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    font-family: "Font Awesome 5 Pro";
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.gt-footer-widget-2.menu-widget li a:hover {
    color: #7900fb;
}

.gt-footer-widget-2.menu-widget li a:hover:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.gt-footer-newslatter {
    gap: 20px 55px;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-footer-newslatter {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
}

.gt-footer-newslatter:before {
    top: 0;
    width: 100%;
    height: 2px;
    content: "";
    position: absolute;
    background-color: #232426;
}

.gt-footer-newslatter:after {
    top: 0;
    left: 42%;
    width: 2px;
    height: 100%;
    content: "";
    position: absolute;
    background-color: #232426;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-footer-newslatter:after {
        display: none;
    }
}

.gt-footer-newslatter .gt-gallery-img {
    height: 87px;
    width: 112px;
    overflow: hidden;
    border-radius: 15px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-footer-newslatter .gt-gallery-img {
        width: 90px;
    }
}

.gt-footer-newslatter .footer-gallery li {
    margin: 5px;
}

.gt-footer-newslatter .newslatter-forms {
    width: 100%;
    max-width: 395px;
}

.gt-footer-newslatter .newslatter-forms .widget-title {
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    padding-bottom: 10px;
}

.gt-footer-newslatter .newslatter-forms form {
    position: relative;
}

.gt-footer-newslatter .newslatter-forms input {
    width: 100%;
    height: 55px;
    border: none;
    padding-left: 15px;
    border-radius: 5px;
    background-color: #fff;
}

.gt-footer-newslatter .newslatter-forms button {
    top: 0;
    right: 0;
    color: #fff;
    width: 135px;
    border: none;
    height: 55px;
    font-size: 16px;
    font-weight: 800;
    position: absolute;
    border-radius: 5px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background: var(--gt-gradient-1);
}

@media (max-width: 480px) {
    .gt-footer-newslatter .newslatter-forms button {
        width: 105px;
    }
}

.gt-footer-newslatter .newslatter-forms button:hover {
    letter-spacing: 2px;
}

.gt-footer-newslatter .newslatter-forms-cta {
    width: 100%;
    gap: 30px 50px;
    max-width: 700px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-footer-newslatter .newslatter-forms-cta {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.gt-footer-newslatter .newslatter-forms-cta .footer-cta-area {
    max-width: 255px;
}

.gt-footer-newslatter .newslatter-forms-cta .footer-cta-area a {
    width: 100%;
    color: #f9f9f9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 800;
    margin-bottom: 10px;
}

.gt-footer-newslatter .newslatter-forms-cta .footer-cta-area a i {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    margin-right: 10px;
    border-radius: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--gt-gradient-1);
}

.gt-footer-copyright-2 {
    padding: 30px 0px;
}

.gt-footer-copyright-2 p {
    color: #fff;
    font-weight: 800;
}

.gt-footer-copyright-2 p a {
    color: #7200f8;
}

.gt-footer-content-warpper {
    width: 100%;
    max-width: 1285px;
}

.gt-footer-newslatter-4 {
    gap: 20px 30px;
    padding: 35px 75px;
    background-color: #281963;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-footer-newslatter-4 {
        padding: 35px 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-footer-newslatter-4 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.gt-footer-newslatter-4 .newsletter-text-4 h3 {
    color: #fff;
    font-weight: 900;
    font-size: 42px;
    max-width: 590px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-footer-newslatter-4 .newsletter-text-4 h3 {
        font-size: 32px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-footer-newslatter-4 .newsletter-text-4 h3 {
        max-width: 100%;
    }
}

.gt-footer-newslatter-4 .newsletter-form-4 {
    width: 100%;
    max-width: 445px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-footer-newslatter-4 .newsletter-form-4 {
        max-width: 100%;
    }
}

.gt-footer-newslatter-4 .newsletter-form-4 input {
    width: 100%;
    height: 60px;
    padding-left: 22px;
    border-radius: 15px;
    background-color: #fff;
    border: none;
}

.gt-footer-newslatter-4 .newsletter-form-4 input::-webkit-input-placeholder {
    color: #4F4E54;
}

.gt-footer-newslatter-4 .newsletter-form-4 input::-moz-placeholder {
    color: #4F4E54;
}

.gt-footer-newslatter-4 .newsletter-form-4 input:-ms-input-placeholder {
    color: #4F4E54;
}

.gt-footer-newslatter-4 .newsletter-form-4 input::-ms-input-placeholder {
    color: #4F4E54;
}

.gt-footer-newslatter-4 .newsletter-form-4 input::placeholder {
    color: #4F4E54;
}

.gt-footer-newslatter-4 .newsletter-form-4 button {
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px;
    padding: 16px 35px;
    border-radius: 10px;
    text-transform: uppercase;
    background: var(--gt-gradient-1);
}

.gt-footer-widget-area-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-footer-widget-area-4 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.gt-footer-widget-content-4 {
    gap: 50px;
    max-width: 970px;
    padding: 80px 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-footer-widget-content-4 {
        gap: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-footer-widget-content-4 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.gt-footer-widget-4 .widget-title {
    gap: 0px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #2B2A30;
    font-size: 24px;
    font-weight: 700;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 30px;
}

.gt-footer-widget-4 .widget-title i {
    width: 100%;
    height: 1px;
    position: relative;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.2);
}

.gt-footer-widget-4 .logo-widget {
    max-width: 380px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-footer-widget-4 .logo-widget {
        max-width: 100%;
    }
}

.gt-footer-widget-4 .logo-widget p {
    font-size: 16px;
    padding: 25px 0px 35px;
}

.gt-footer-widget-4 .logo-widget .footer-social a {
    color: #fff;
    width: 38px;
    height: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 14px;
    border-radius: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #454753;
}

.gt-footer-widget-4 .logo-widget .footer-social a:hover {
    background-color: #4300e7;
}

.gt-footer-widget-4 .menu-widget {
    max-width: 530px;
    padding-right: 60px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-footer-widget-4 .menu-widget {
        max-width: 100%;
    }
}

.gt-footer-widget-4 .menu-widget li {
    width: 32.33%;
    margin-bottom: 15px;
}

@media (max-width: 480px) {
    .gt-footer-widget-4 .menu-widget li {
        width: 100%;
    }
}

.gt-footer-widget-4 .menu-widget li a {
    color: #2B2A30;
    font-size: 16px;
    padding-left: 15px;
    position: relative;
}

.gt-footer-widget-4 .menu-widget li a:before {
    left: 0;
    top: -5px;
    color: #4400E7;
    font-size: 18px;
    content: "\f105";
    font-weight: 300;
    position: absolute;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-family: "Font Awesome 5 Pro";
}

.gt-footer-widget-4 .menu-widget li a:hover {
    color: #4400E7;
    font-weight: 700;
}

.gt-footer-widget-4 .menu-widget li a:hover:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.gt-footer-copyright-text-4 {
    color: #2B2A30;
    padding: 15px 0px;
    background-color: #D3DFE9;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .gt-footer-img-4 {
        display: none;
    }
}

.gt-footer-img-4 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.gt-footer-section-6 {
    z-index: 1;
    overflow: hidden;
}

.gt-footer-section-6 .gt-footer-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.gt-footer-section-6 .gt-footer-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.gt-footer-section-6 .background_overlay {
    z-index: -1;
    background-color: rgba(8, 12, 18, 0.95);
}

.gt-footer-section-6 .footer-copyright {
    padding: 20px 0px;
    color: rgba(255, 255, 255, 0.7);
    font-family: var(--gt-heading-3);
}

.gt-footer-content-6 {
    gap: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .gt-footer-content-6 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.gt-footer-widget-6 .logo-widget {
    max-width: 385px;
}

.gt-footer-widget-6 .logo-widget p {
    color: #fff;
    padding: 30px 0px 40px;
}

.gt-footer-widget-6 .logo-widget .footer-social {
    gap: 18px;
}

.gt-footer-widget-6 .logo-widget .footer-social a {
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--gt-base-or);
    background-color: #333636;
}

.gt-footer-widget-6 .logo-widget .footer-social a:hover {
    color: #fff;
    background-color: var(--gt-base-or);
}

.gt-footer-cta-6 h2 {
    color: #2C3138;
    font-weight: 800;
    font-size: 170px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .gt-footer-cta-6 h2 {
        font-size: 120px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .gt-footer-cta-6 h2 {
        font-size: 90px;
    }
}

@media (max-width: 767px) {
    .gt-footer-cta-6 h2 {
        display: none;
    }
}

.gt-footer-cta-info {
    gap: 30px;
    max-width: 550px;
}

@media (max-width: 767px) {
    .gt-footer-cta-info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.gt-footer-cta-info .cta-item-info span {
    font-weight: 500;
    display: block;
    color: rgba(255, 255, 255, 0.7);
}

.gt-footer-cta-info .cta-item-info a {
    color: #fff;
    display: block;
    font-size: 26px;
    font-weight: 600;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .gt-footer-cta-info .cta-item-info a {
        font-size: 18px;
    }
}

.gt-footer-cta-info .cta-item-info a:hover {
    color: var(--gt-base-or);
}

/*---------------------------------------------------- */