* {
    box-sizing: border-box;
    font-family: "DM Sans", sans-serif;
    box-shadow: none;
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    box-shadow: none;
    font-family: "DM Sans", sans-serif;
}

body {
    font-family: "DM Sans", sans-serif;
    transition: all 0.5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    line-height: 1.5;
    background-color: #FDFFFF;
    box-shadow: none;
    font-size: 16px;
    font-weight: 400;
    scroll-behavior: smooth;
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.4;
    margin: 0;
    padding: 0;
    font-family: "DM Serif Display", serif;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
}

h3 {
    font-size: 20px;
    font-weight: 400;
}

ul,
p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    font-family: "DM Sans", sans-serif;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
}

span {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
}

ul li {
    list-style-type: none;
}

a {
    text-decoration: none;
    font-family: "DM Sans", sans-serif;
}

.form-control:focus {
    box-shadow: none;
}

input:focus-visible {
    outline: none;
}

.form-control:focus {
    box-shadow: none;
    border-color: transparent;
}

img {
    max-width: 100%;
}

:root {
    --tr-primary-color: #1BBC9B;
    --tr-white-color: #ffffff;
    --tr-bantext-color: #E6E6E6;
    --tr-tabpara-color: #CDCDCD;
    --tr-heading-color: #222222;
    --tr-text-color: #797979;
    --tr-bg-color: #F3F9F5;
    --tr-title-color: #000000;
    --tr-form-text: #585858;
    --tr-footer-bg: #091B17;
    --tr-copyright-bg: #091815;
}

:focus-visible {
    outline: none;
    border-color: transparent;
}

.banner_top{
   
    color: var(--tr-primary-color);
    margin-top: -20px;
    margin-left: 300px;
}
/* Scroll */

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background-color: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    height: 100px;
    background-color: var(--tr-primary-color);
}

/* Scroll */

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1170px
    }
}

/*-------------- Header section css start ----------*/
#scrollTopBtn {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    background-color: #333;
    color: white;
    border: none;
    padding: 12px 16px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: opacity 0.3s;
  }

  #scrollTopBtn:hover {
    background-color: #0859c2;
    transition: 1.5s;
  }
 
/* loader-css */

.tr-loader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
}

.tr-loader img {
    width: 80px;
}

.tr_demo_wrapper {
    position: relative;
}

.tr_banner_section {
    position: relative;
    overflow: hidden;
    max-height: 100%;
    height: 960px;
    
}

.tr_banner_slide {
    position: relative;
    max-height: 100%;
    height: 100%;
}

.tr_banner_slider .swiper-wrapper .swiper-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.tr_header_slide_img {
    background-repeat: no-repeat;
    background-size: cover;
    width: 110%;
    height: 110%;
    position: absolute;
    left: 0;
    top: 0;
    transition: transform .5s ease-out;
}

.tr_heading_img {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tr_heading_img img:nth-child(2),
.tr_heading_img img:nth-child(3) {
    padding-top: 50px;
}

.tr_heading_text {
    max-width: 850px;
    position: absolute;
    z-index: 9999999;
    top: 16%;
    left: 6%;
}

.tr_banner_slide .swiper-button-next .tr_heading_text {
    animation-delay: 1.2s;
}

.tr_heading_text h5 {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: var(--tr-white-color);
}


.tr_head_title h6::after {
    position: absolute;
    content: '';
    left: 40%;
    bottom: 0;
    top: 2px;
    height: 2px;
    width: 84px;
    background-color: var(--tr-primary-color);
    margin: auto;
}

.tr_heading_text h1 {
    font-size: 66px;
    font-weight: 400;
    color: var(--tr-white-color);
}

.tr_heading_text p {
    font-size: 18px;
    font-weight: 400;
    color: white;
    max-width: 480px;
    padding: 10px 0 23px;
}

@keyframes animate {
    from {
        opacity: 0;
        transform: translate(0, 100px);
        filter: blur(33px);
    }
    to {
        opacity: 1;
        transform: translate(0);
        filter: blur(0);
    }
}

.tr_btn {
    min-width: 136px;
    max-width: 100%;
    border-radius: 5px;
    background: var(--tr-primary-color);
    min-height: 45px;
    border: 1px solid var(--tr-primary-color);
    font-size: 16px;
    color: var(--tr-white-color);
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    display: inline-block;
    gap: 10px;
    padding: 9px 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: box-shadow 0.5s;
}

.tr_btn a span {
    margin-left: 10px;
}

.tr_btn:hover {
    background-color: var(--tr-white-color);
    color: rgb(3, 81, 170);
    transition: box-shadow 0.5s;
    box-shadow: inset 0 0 0 2em #0377ad;
    -webkit-box-shadow: inset 0 0 0 2em #fff;
    transition: all .3s;
}

.tr_btn:hover span svg,
.tr_btn:hover span svg path {
    fill: var(--tr-primary-color);
}

.tr_btn::before {
    position: absolute;
    content: '';
    border-radius: 10px;
    transition: 500ms all ease;
    transform: translateY(-50%);
    left: auto;
    right: 0;
    top: 22px;
    opacity: 0;
    background-color: var(--black-color);
    z-index: -1;
    width: 0%;
    height: 100%;
}

.tr_btn:hover:before {
    left: 0;
    right: auto;
    width: 100%;
    opacity: 1;
}

.tr_banner_fullslider .tr_banner_fullslider .tr_heading_text {
    opacity: 1;
}

.tr_menu_wrapper {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0px;
    box-shadow: none;
    background-color: transparent;
    padding: 20px 0 20px;
    margin: auto;
    max-width: 1700px;
    z-index: 9;
}

.tr_menu_wrapper.tr-fixed {
    position: fixed;
    top: 0;
    left: 0;
    animation: goDown 0.5s ease-in-out forwards;
    background-color: #212121;
    z-index: 999;
}

@keyframes goDown {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}

.tr_navmenu_wrapper {
    text-align: end;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.tr_navmenu_wrapper ul li {
    display: inline-block;
    position: relative;
    padding: 0 30px;
}

.tr_navmenu_wrapper ul li a,
.tr_navmenu_wrapper ul li.active a {
    font-size: 16px;
    color: var(--tr-white-color);
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
    transition: all .5s ease-in-out;
}

.tr_navmenu_wrapper ul li a::before,
.tr_navmenu_wrapper ul li.active a::before {
    position: absolute;
    content: '';
    right: 0;
    left: 0;
    bottom: -4px;
    visibility: hidden;
    opacity: 0;
    height: 2px;
    width: 0px;
    background-color: var(--tr-primary-color);
    margin: auto;
}

.tr_navmenu_wrapper ul li a:hover:before,
.tr_navmenu_wrapper ul li.active a::before {
    visibility: visible;
    opacity: 1;
    width: 20px;
}

.tr_navmenu_wrapper ul li a:hover,
.tr_navmenu_wrapper ul li.active a {
    color: var(--tr-primary-color);
}

.tr_toggle_btn {
    display: none;
    margin: 4px 15px 0;
}

.tr_toggle_btn span {
    display: block;
    height: 2px;
    width: 25px;
    margin-bottom: 4px;
    background: var(--tr-white-color);
    transition: all .5s ease-in-out;
    border-radius: 2px;
}

.tr_toggle_btn span:nth-child(1) {
    width: 17px;
}

.tr_toggle_btn span:nth-child(3) {
    width: 12px;
}

.tr_sec {
    position: relative;
    padding: 80px 0;
}

.tr_banner_fullslider {
    position: relative;
    width: 100%;
    max-height: 100%;
    height: 100%;
}

.tr_banner_imgslider {
    height: auto;
    box-sizing: border-box;
    padding: 10px 0;
    max-width: 1240px;
    position: absolute;
    top: 28%;
    right: -59px;
}

.tr_banner_imgslider .swiper-slide {
    width: 25%;
    height: 100%;
    padding-top: 53px;
}

.tr_banner_imgslider .swiper-slide img {
    border-radius: 5px;
}

.tr_banner_imgslider .swiper-slide {
    margin-top: 30px;
}

.tr_banner_imgslider .swiper-slide.swiper-slide-active {
    margin-top: 0px;
}

.tr_banner_imgslider .swiper-slide-thumb-active {
    opacity: 1;
    padding-top: 0;
}

.tr_banner_slide:before {
    position: absolute;
    content: '';
    left: 35%;
    top: 74%;
    height: 2px;
    width: 204px;
    max-width: 100%;
    z-index: 9;
    background-color: var(--tr-primary-color);
}

.tr_btn.tr-head-btn {
    
    border: 1px solid var(--tr-white-color);
}

.tr_imgslide_box {
    position: relative;
    
}


.tr_imgslide_box::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 238px;
    max-height: 100%;
    background: linear-gradient(180deg, rgba(21, 21, 21, 0) 0%, rgba(21, 21, 21, 0.78) 100%);
    border-radius: 0 0 5px 5px;
}

.tr_imgslide_text {
    position: absolute;
    content: '';
    left: 20px;
    bottom: 42px;
    z-index: 1;
}

.tr_imgslide_text img {
    width: auto;
    height: auto;
}

.tr_imgslide_text h3,
.tr_imgslide_text h3 a,
.tr_footer_link h3,
.tr_dest_text h3,
.tr_about_box_text h3 {
    color: var(--tr-white-color);
    padding: 10px 0 10px;
}
.tr_footer_link .icon .icon_space{
    max-width: 500px;
    color: white;
    
}
.tr_imgslide_text p,
span.tr_bullet_text,
span.tr_bullet_number,
.tr_copy_para p,
.tr_footer_para p,
.tr_footer_link ul li a,
.tr_footer_news_wrapper p,
.tr_dest_text p,
.tr_dest_from p,
.tr_dest_rev p,
.tr_blog_admin p,
.tr_about_box_text p {
    color: var(--tr-white-color);
}

.tr_copy_para p:hover{
    color: white;
}

.swiper-button-prev:after,
.swiper-button-next:after,
.swiper-btn-prev-1:after,
.swiper-btn-next-1::after,
.swiper-btn-next-0:after,
.swiper-btn-prev-0::after,
.swiper-btn-next-2::after,
.swiper-btn-prev-2::after {
    display: none;
}

.swiper-button-prev,
.swiper-button-next,
.swiper-btn-prev-1,
.swiper-btn-next-1,
.swiper-btn-next-0,
.swiper-btn-prev-0,
.swiper-btn-next-2,
.swiper-btn-prev-2 {
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background-color: transparent;
    border: 1px solid var(--tr-heading-color);
    transition: all .3s ease-in-out;
}

.swiper-btn-prev-1,
.swiper-btn-next-1,
.swiper-btn-next-0,
.swiper-btn-next-2,
.swiper-btn-prev-2,
.swiper-btn-prev-0 {
    position: absolute;
}

.tr_banner_slide .swiper-button-prev,
.tr_banner_slide .swiper-button-next {
    border: 1px solid var(--tr-white-color);
}

.tr_banner_slide .swiper-button-next,
.swiper-btn-next-1,
.swiper-btn-next-0,
.swiper-btn-next-2 {
    top: auto;
    bottom: -10px;
    right: 22%;
    z-index: 99;
}

.tr_banner_slide .swiper-button-prev,
.swiper-btn-prev-1,
.swiper-btn-prev-0,
.swiper-btn-prev-2 {
    top: auto;
    bottom: -10px;
    left: 0%;
}

.swiper-button-next svg path,
.swiper-button-prev svg path,
.swiper-btn-prev-1 svg path,
.swiper-btn-next-1 svg path,
.swiper-btn-next-0 svg path,
.swiper-btn-prev-0 svg path,
.swiper-btn-next-2 svg path,
.swiper-btn-prev-2 svg path {
    fill: var(--tr-heading-color);
    transition: all .3s ease-in-out;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: var(--tr-primary-color);
    border-color: var(--tr-primary-color);
}

.tr_banner_slide .swiper-button-next span svg path,
.tr_banner_slide .swiper-button-prev span svg path {
    fill: var(--tr-white-color);
}

.tr_tabsec_wrapper {
    max-width: 495px;
    width: 100%;
    position: absolute;
    bottom: 17%;
    left: 115px;
    z-index: 1;
}

.tr_tabsec_wrapper .nav-tabs {
    border: 1px solid #FFFFFF26;
    max-width: 307px;
    padding: 5px 5px;
    background: #FFFFFF1A;
    border-radius: 5px 5px 0 0;
    border-bottom-color: transparent;
    justify-content: space-between;
}

.tr_tabsec_wrapper .nav-tabs .nav-link {
    font-size: 16px;
    font-weight: 400;
    color: var(--tr-white-color);
    border: none;
    padding: 8px 12px;
    max-width: 100%;
    width: 95px;
    font-family: "DM Sans", sans-serif;
}

.tr_tabsec_wrapper .nav-tabs .nav-item.show .nav-link,
.tr_tabsec_wrapper .nav-tabs .nav-link.active {
    background-color: var(--tr-primary-color);
    border-radius: 5px;
}

.tr_tabsec_wrapper .nav-tabs .nav-link:focus,
.tr_tabsec_wrapper .nav-tabs .nav-link:hover {
    background-color: var(--tr-primary-color);
    border-radius: 5px;
}

.tr_tabsec_wrapper .tab-content {
    background: #FFFFFF1A;
    border: 1px solid #FFFFFF26;
    border-radius: 0 5px 5px;
    padding: 33px 20px 20px;
}

.tr_tab_location .tr_tabloc_para {
    max-width: 100%;
}

.tr_tabloc_para {
    position: relative;
    width: 100%;
    top: -3px;
    max-width: 300px;
}

.tr_tabloc_para::after {
    position: absolute;
    content: '';
    bottom: -3px;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #FFFFFF26;
}

.tr_tab_checkin {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 35px 0;
}

.tr_tab_location,
.tr_tab_checkin_box {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.tr_tabloc_para h4,
.tr_tabloc_para label {
    font-size: 16px;
    font-weight: 400;
    color: var(--tr-white-color);
    font-family: "DM Sans", sans-serif;
    padding: 0 0 3px;
}

.tr_tabloc_para p,
.tr_dest_loc p,
.tr_blog_loc span,
.tr_tabloc_para .form-control {
    font-size: 14px;
    font-weight: 400;
    color: var(--tr-tabpara-color);
}

.tr_tabloc_para .form-control {
    padding: 0;
    background-color: transparent;
    border: none;
}

.tr_tabloc_location .form-control::placeholder {
    color: var(--tr-tabpara-color);
}

.tr_tabloc_para.tr_guest_select_wrap {
    max-width: 120px;
}

.tr-head-btn .tr_btn {
    border: 1px solid var(--tr-white-color);
    min-width: 152px;
}
.tr_btn a{
    
    min-width: 152px;
    color: white;
}
.tr_btn a:hover{
    color: var(--tr-primary-color);
}
.flatpickr-day.flatpickr-disabled {
    color: rgb(57 57 57 / 20%);
}

/* flatdate picker css */

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
    background-color: var(--tr-primary-color);
    border-color: var(--tr-primary-color);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month,
option.flatpickr-monthDropdown-month {
    font-size: 16px;
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month:hover {
    background-color: var(--tr-primary-color);
}

/* select2 css */

.tr_guest_select_wrap .select2-container {
    width: 120px !important;
}

.tr_guest_select_wrap span.select2-selection.select2-selection--single {
    border: none;
    background-color: transparent;
    height: 15px;
    line-height: 15px;
}

.tr_guest_select_wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--tr-tabpara-color);
    padding: 0 10px 0 0;
    line-height: 15px;
    font-size: 14px;
    font-weight: 400;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #CDCDCD transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #CDCDCD transparent;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #CDCDCD transparent transparent transparent;
}

.select2-results__option--selectable {
    font-size: 14px;
    font-weight: 400;
    padding: 6px 0px 6px 3px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--tr-primary-color);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 15px;
    width: 10px;
}

/* toggle-button */

.tr_banner_slider .swiper-button-next:after,
.er_banner_slider .swiper-button-prev:after {
    display: none;
}

.tr_banner_slider .swiper-button-next svg,
.er_banner_slider .swiper-button-prev svg {
    width: auto;
    height: auto;
    opacity: 1;
}

.tr_banner_slider .swiper-button-next svg path,
.er_banner_slider .swiper-button-prev svg path {
    fill: var(--er-primary-color);
}

.tr_banner_slider .swiper-button-next {
    bottom: 41%;
    top: auto;
    right: 5%;
}

.tr_banner_slider .swiper-button-prev {
    top: 30%;
    right: 5%;
    left: auto;
}

.tr_banner_slider .swiper-button-next svg {
    position: relative;
}

.tr_btn_cir {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 30px;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    border: 1px solid var(--er-primary-color);
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease-in-out;
}

.tr_banner_slider .swiper-button-prev .tr_btn_cir {
    left: -11px;
    top: -38px;
}

.tr_banner_slider .swiper-button-next .tr_btn_cir {
    left: -11px;
}

.tr_banner_slider .swiper-button-prev:hover .tr_btn_cir,
.tr_banner_slider .swiper-button-next:hover .tr_btn_cir {
    opacity: 1;
    visibility: visible;
}

.tr_banner_btn_wrapper {
    position: absolute;
    bottom: 80px;
    right: 0;
    width: 100%;
    max-width: 680px;
}

.tr_banner_btn_wrapper .swiper-pagination {
    position: relative;
    top: 0;
    max-width: 530px;
    left: 0;
}

.tr_banner_btn_wrapper .swiper-pagination-clickable .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    background-color: #fff;
    color: #fff;
    margin: 0px 40px;
    opacity: 1;
    top: 2px;
    position: relative;
    transform: scale(.67);
    transition: all .5s ease-in-out;
}

.tr_banner_btn_wrapper .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--tr-primary-color);
    z-index: 1;
    transform: scale(1);
}

.tr_banner_btn_wrapper .swiper-pagination::after,
.tr_banner_btn_wrapper .swiper-pagination::before {
    position: absolute;
    content: '';
    left: 64px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: var(--tr-white-color);
    top: 9px;
}

.tr_banner_btn_wrapper .swiper-pagination::after {
    left: auto;
    right: 63px;
}

span.tr_bullet_text {
    position: absolute;
    top: -38px;
    left: -41px;
    text-align: center;
    width: 99px;
}

span.tr_bullet_number {
    position: absolute;
    left: 2px;
    bottom: -30px;
}

.tr_banner_btn_wrapper .swiper-pagination-clickable .swiper-pagination-bullet span {
    opacity: 0;
    visibility: hidden;
}

.tr_banner_btn_wrapper .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active span {
    opacity: 1;
    visibility: visible;
}

.tr_page_line {
    height: 2px;
    width: 390px;
    background-color: var(--tr-white-color);
    position: absolute;
    z-index: 1;
    top: 12px;
    left: 71px;
}

.tr_social_wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    position: absolute;
    left: 2%;
    bottom: 0;
    z-index: 1;
}

.tr_social_btmline {
    height: 120px;
    width: 2px;
    background-color: var(--tr-primary-color);
    margin: 10px 0 0 0;
}

/* section design css */

.tr_section {
    position: relative;
    padding: 95px 0 80px;
    background-repeat: no-repeat;
    background-size: cover;
    /* z-index: 0; */
}

.tr_heading_section {
    margin: 0 0 44px;
}

.tr_head_title h6 {
    font-size: 18px;
    font-weight: 500;
    color: var(--tr-primary-color);
    position: relative;
    text-transform: uppercase;
    font-family: "DM Sans", sans-serif;
}

.tr_head_title h6::after {
    left: 36%;
    top: 0;
}

.tr_head_title h4 {
    font-size: 36px;
    font-weight: 400;
    color: var(--tr-title-color);
}

.tr_head_para p {
    font-size: 16px;
    font-weight: 400;
    color: var(--tr-text-color);
    max-width: 500px;
    text-align: left;
}

.tr_head_para {
    text-align: -webkit-right;
}

.tr_dest_img {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    height: 200px;
    width: 300px;
}

.tr_dest_img::after {
    position: absolute;
    content: '';
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.tr_dest_sliderbox:hover .tr_dest_img::after {
    height: 250%;
    transition: all 800ms linear;
    background-color: transparent;
}

.tr_dest_loc {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--tr-primary-color);
    min-width: 103px;
    width: auto;
    min-height: 31px;
    border-radius: 5px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    gap: 8px;
}
.tr_dest_loc a{
    color: white;
}

.tr_dest_loc img {
    width: auto;
}

.tr_dest_loc p {
    color: var(--tr-white-color);
}

.tr_dest_text {
    padding: 20px 0px;
}

.tr_dest_review {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid #F3F3F3;
    padding: 10px 0 0;
}

.tr_dest_text h3,
.tr_dest_text h3 a {
    padding: 0 0 10px;
    color: var(--tr-title-color);
    font-family: "DM Serif Display", serif;
}

.tr_dest_rev,
.tr_dest_revimg {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
}

.tr_dest_rev {
    gap: 10px;
}

.tr_dest_text p,
.tr_dest_from p,
.tr_dest_rev p {
    color: var(--tr-text-color);
    padding: 0;
}

.tr_dest_from p .tr_from_col {
    color: var(--tr-primary-color);
}

.tr_dest_text>p {
    padding: 0 0 10px;
}

.tr_dest_from p .tr_from_line {
    text-decoration: line-through;
}

.swiper-btn-prev-1,
.swiper-btn-prev-0,
.swiper-btn-prev-2 {
    left: 16%;
    top: 54.6%;
}

.swiper-btn-next-1,
.swiper-btn-next-0,
.swiper-btn-next-2 {
    right: 16%;
    top: 54.6%;
}

.swiper-btn-prev-1 {
    top: 55%;
}

.swiper-btn-next-1 {
    top: 55%;
}

.swiper-btn-prev-1:hover,
.swiper-btn-next-1:hover,
.swiper-btn-next-0:hover,
.swiper-btn-prev-0:hover,
.swiper-btn-next-2:hover,
.swiper-btn-prev-2:hover {
    background-color: var(--tr-primary-color);
    border-color: var(--tr-primary-color);
}

.swiper-btn-prev-1:hover svg path,
.swiper-btn-next-1:hover svg path,
.swiper-btn-next-0:hover svg path,
.swiper-btn-prev-0:hover svg path,
.swiper-btn-next-2:hover svg path,
.swiper-btn-prev-2:hover svg path {
    fill: var(--tr-white-color);
}

.tr_about_section {
    background-image: url('../images/about-bg.png');
    padding: 95px 0 120px;
}

.tr_about_sec_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tr_about_box {
    max-width: 250px;
    margin-bottom: 25px;
    transition: all .5s ease-in-out;
}

.tr_about_box_img img {}

.tr_about_box:hover .tr_about_box_img img {
    animation: swing 1s ease-out 1;
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.tr_about_box_text h3 {
    color: var(--tr-title-color);
}

.tr_about_box_text p {
    color: var(--tr-text-color);
}

.tr_about_heading .tr_head_title h6::after {
    left: 19%;
}

.tr_tour_heading .tr_head_title h6::after {
    left: 28%;
}

.tr_ads_img_wrapper,
.tr_speoff_img_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 95px;
    gap: 20px;
}

.tr_ads_img_wrapper.tr_ads_img_inner,
.tr_ads_img_wrapper.tr_ads_guide {
    padding-bottom: 15px;
}

.tr_ads_img,
.tr_speoff_img {
    position: relative;
    border-radius: 5px;
}

.tr_ads_img img {
    border-radius: 5px;
}

.tr_speoff_img img {
    border-radius: 5px;
}

.tr_ads_img::before,
.tr_ads_img::after,
.tr_speoff_img::before,
.tr_speoff_img::after {
    position: absolute;
    content: '';
    background: var(--tr-white-color);
    height: 0;
    width: 0;
    transition-duration: 0.9s;
}

.tr_ads_img::before,
.tr_speoff_img::before {
    right: 0;
    opacity: 0.7;
    top: 0;
}

.tr_ads_img::after,
.tr_speoff_img::after {
    bottom: 0;
    opacity: 0.7;
    left: 0;
}

.tr_ads_img:hover:before,
.tr_ads_img:hover:after,
.tr_speoff_img:hover:after,
.tr_speoff_img:hover::before {
    height: 100%;
    opacity: 0;
    width: 100%;
}

.tr_tourimg_box,
.tr_tourimg_inner {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 22px;
    flex: 0 0 70%;
}

.tr_tourimg_box {
    gap: 10px;
    align-items: end;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
    gap: 22px;
}

.tr_tour_img {
    flex: 0 0 31%;
    width: 31%;
}
.book{
    width: 120px;
    border-radius: 5px;
    background-color: var(--tr-primary-color);
    border-color: rgb(255, 255, 255);
}
.book a{
    color: white;
}

.tr_tour_img,
.tr_tourin_img {
    position: relative;
    overflow: hidden;
    transition: all .5s ease-in-out;
    border-radius: 5px;
    z-index: 0;
    height: 200px;
    width: 100%;
}

.tr_tour_img img,
.tr_tourin_img img {
    transition: all .5s ease-in-out;
}

.tr_tour_img:after,
.tr_tourin_img::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 81.5%);
    border-radius: 5px;
}

.tr_tour_text {
    position: absolute;
    content: '';
    left: 0px;
    right: 0;
    bottom: 0px;
    padding: 20px;
    z-index: 1;
}

.tr_tour_text h3,
.tr_tour_text p {
    color: var(--tr-white-color);
}

.tr_tour_text h3 a {
    color: var(--tr-white-color);
    font-family: "DM Serif Display", serif;
    font-size: 20px;
    font-weight: 400;
}

.tr_tour_text::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    bottom: -100%;
    left: 0;
    background-color: var(--tr-footer-bg);
    opacity: 0.5;
    visibility: hidden;
    z-index: -1;
    transition: 0.5s;
    border-radius: 5px;
}

.tr_tour_img:hover .tr_tour_text::before,
.tr_tourin_img:hover .tr_tour_text::before {
    opacity: 1;
    bottom: 0;
    border-radius: 5px;
    visibility: visible;
}

.tr_tour_img:hover img,
.tr_tourin_img:hover img {
    transform: scale(1.2);
    border-radius: 5px;
}

.tr_guide_section {
    padding: 95px 0 60px;
}

.tr_value_section,
.tr_touroffer_sec {
    background-image: url('../images/value-bg.png');
}

.tr_value_heading {
    margin: 0 0 57px;
}

.tr_value_heading .tr_head_title h6::after {
    left: 27%;
}

.tr_guide_heading .tr_head_title h6::after,
.tr_test_heading .tr_head_title h6::after {
    left: 23%;
}

.tr_blog_heading .tr_head_title h6::after {
    left: 18%;
}

.tr_val_text h3 {
    color: var(--tr-title-color);
    padding: 15px 0 5px;
}

.tr_val_text p {
    color: var(--tr-text-color);
}

.tr_val_icon {
    position: relative;
}

.tr_value_sec {
    margin-bottom: 15px;
    transition: all .5s ease-in-out;
}

.tr_value_sec:hover .tr_val_icon img {
    animation: swing 1s ease-out 1;
}

.tr_blog_section {
    padding: 95px 0 60px;
}

.tr_blog_sliderbox {
    box-shadow: 4px 12px 30px 0px #00000012;
    margin: 0 0 40px;
    border-radius: 8px;
}

.tr_blog_sliderbox .tr_blog_text {
    padding: 15px 20px 23px;
    background-color: var(--tr-white-color);
    border-radius: 0 0 8px 8px;
}

.tr_blog_sliderbox .tr_blog_text h3 {
    padding: 10px 0 15px;
}

.tr_blog_admin {
    display: grid;
    grid-template-columns: repeat(2, 150px);
}

.tr_blog_sliderbox .tr_blog_text h3:hover {
    color: var(--tr-primary-color);
}

.tr_blog_date p {
    position: relative;
    padding-left: 15px;
}

.tr_blog_date p::before {
    position: absolute;
    content: '';
    top: 7px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #D9D9D9;
}

.tr_blog_by p span {
    color: var(--tr-primary-color);
}

.tr_blog_loc {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tr_blog_loc_text span {
    max-width: 87px;
    min-height: 30px;
    border-radius: 5px;
    border: 1px solid rgba(121, 121, 121, 0.12);
    padding: 5px 9px;
    transition: all .5s ease-in-out;
    cursor: grab;
}

.tr_blog_loc_text:nth-child(1) span,
.tr_blog_loc_text span:hover {
    border: 1px solid rgba(27, 188, 155, 1);
    color: var(--tr-primary-color);
}

/* blog single page css */

.tr_blog_single_wrapper {
    position: relative;
    padding: 80px 0;
}

.tr_post_img img {
    width: 100%;
    border-radius: 20px;
}

.tr_post_detail {
    padding: 25px 0 0;
}

.tr_post_data {
    padding: 0px 0 10px;
}

.tr_post_div {
    display: grid;
    padding: 20px 0;
    align-items: center;
    grid-template-columns: 130px 1fr;
}

.review_author {
    width: 116px;
}

.tr_post_data span.post_like a {
    color: var(--tr-heading-color);
    margin-right: 10px;
}

.tr_post_data span.post_like a svg path {
    fill: var(--tr-primary-color);
}

.tr_post_detail a {
    font-size: 18px;
    padding: 0;
    color: var(--tr-primary-color);
}

.tr_post_data span.post_like a i {
    color: var(--tr-primary-color);
    margin-right: 5px;
}

.tr_post_detail h5 {
    margin: 0 0 10px;
}

.tr_post_detail h5 a {
    font-size: 26px;
    font-weight: 700;
    color: var(--tr-heading-color);
    text-transform: capitalize;
}

.tr_post_detail p {
    font-size: 16px;
    font-weight: 400;
    color: var(--tr-text-color);
    margin: 0 0 15px;
}

.tr_blockquote blockquote {
    width: 100%;
    display: inline-block;
    padding: 10px 25px 20px 70px;
    margin: 0;
    font-size: 17.5px;
    border-left: none;
    background-color: transparent;
    position: relative;
    color: var(--tr-primary-color);
}

.tr_blockquote blockquote:before {
    position: absolute;
    content: "\f10d";
    left: 20px;
    top: 17px;
    font: normal normal normal 18px/1 FontAwesome;
    font-size: 40px;
}

.blockquote>:last-child {
    margin-bottom: 0;
}

.tr_blockquote blockquote p {
    font-size: 25px;
    line-height: 1.4;
}

h3.post_heading {
    width: 100%;
    margin: 20px 0px;
    text-transform: capitalize;
    font-size: 26px;
    font-weight: 700;
    color: var(--tr-heading-color);
}

.comment {
    width: auto;
    display: flex;
    padding: 20px;
}

.comment-author {
    width: 100px;
}

.comment-text {
    width: 88%;
    margin-left: 30px;
}

.review_author img,
.comment-author img {
    border-radius: 100%;
}

.comment-text span.comment-author-name {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    color: var(--tr-heading-color);
}

.comment-text span:nth-child(2) {
    margin-left: 10px;
}

.comment.comment--replied {
    margin-left: 90px;
}

.tr_comments {
    width: 100%;
    margin: 50px auto 0;
    box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
    padding: 45px 50px 50px;
    border-radius: 20px;
    position: relative;
    z-index: 0;
}

.tr_post_img {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    transition: all .5s ease-in-out;
}

.tr_post_img::after {
    position: absolute;
    content: '';
    width: 200%;
    height: 0;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.tr_post_img:hover::after {
    height: 200%;
    transition: all 800ms linear;
    background-color: transparent;
}

.tr_blogsing_box {
    background-color: var(--tr-white-color);
    padding: 30px 20px;
    border-radius: 10px;
    margin: 0 0 20px;
    box-shadow: 4px 12px 30px 0px #00000012;
}

.tr_search_box {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}

.tr_search_box .form-control {
    padding: 10px 10px 10px 35px;
    text-transform: capitalize;
}

.tr_search_box .form-control:focus {
    border-color: var(--tr-primary-color);
}

.tr_search_box svg {
    position: absolute;
    content: '';
    left: 10px;
    top: 15px;
    color: var(--tr-heading-color);
}

.tr_blogsing_box>h4 {
    font-size: 26px;
    font-weight: 700;
    color: var(--tr-heading-color);
    text-transform: capitalize;
    padding: 0 0 20px;
}

.tr_footer_news {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0 0 25px;
}

.tr_footer_news.tr_blsing_post .tr_ftnews_img {
    flex: 0 0 27%;
}

.tr_ftnews_img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.tr_ftnews_img img {
    border-radius: 10px;
    transform: scale(1);
}

.tr_footer_news:hover .tr_ftnews_img img {
    transform: scale(1.2);
    border-radius: 10px;
}

.tr_blsing_post .tr_ftnews_text h4 {
    color: var(--tr-heading-color);
    cursor: pointer;
}

.tr_ftnews_text h4,
.tr_foot_contact ul li p a {
    font-size: 16px;
    font-weight: 600;
    color: var(--tr-footertext-color);
    max-width: 200px;
    text-align: left;
}

.tr_ftnews_text span {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 6px 0 0;
}

.tr_blsing_post .tr_ftnews_text span p {
    color: var(--tr-text-color);
}

.tr_ftnews_text span p {
    font-size: 14px;
    font-weight: 400;
    color: var(--tr-footertext-color);
}

.tr_guide_box {
    box-shadow: 4px 12px 30px 0px #00000012;
    border-radius: 8px;
    margin-bottom: 40px;
    position: relative;
}

.comments-form h3 {
    font-size: 26px;
    margin: 0 0 20px;
    font-weight: 700;
}

.tr_guide_text {
    background-color: var(--tr-white-color);
    padding: 15px;
    text-align: center;
    border-radius: 0 0 8px 8px;
}

.tr_testimonial_section {
    background-image: url('../images/test-bg.png');
    padding: 95px 0 62px;
}

.tr_test_slider .swiper-wrapper {
    left: 17px;
}

.tr_test_sec {
    box-shadow: 4px 12px 30px 0px #00000012;
    background-color: var(--tr-white-color);
    padding: 50px 30px;
    position: relative;
    max-width: 500px;
    border-radius: 5px;
    margin: 40px 0;
}

.tr_test_name_wrapper {
    display: flex;
    align-items: center;
    padding: 10px 0 0;
}

.tr_test_img {
    position: absolute;
    right: 0;
    top: 25%;
}

.tr_test_img img {
    border-radius: 5px;
}

.tr_test_text p {
    max-width: 350px;
}

.tr_test_slider .swiper-slide.swiper-slide-next {
    transform: rotateY(20deg) !important;
}

.tr_test_sec_wrapper {
    border-radius: 8px;
    transition: all .3s ease-in-out;
}

.tr_test_sec_wrapper:hover .tr_test_sec {
    background-color: var(--tr-primary-color);
}

.tr_test_sec_wrapper:hover .tr_test_text p,
.tr_test_sec_wrapper:hover .tr_test_name h3,
.tr_test_sec_wrapper:hover .tr_test_name p {
    color: var(--tr-white-color);
}

.tr_test_quote svg path {
    fill: #e9f9f5;
}

.tr_test_sec_wrapper:hover .tr_test_quote svg path {
    fill: rgb(202 212 210 / 30%);
}

.swiper-pagination1 {
    margin: 24px auto 0;
    text-align: center;
    position: relative;
    left: 60px !important;
    transform: translateX(0%) !important;
}

.swiper-pagination1 span.swiper-pagination-bullet {
    height: 5px;
    width: 16px;
    background-color: var(--tr-bantext-color);
    border-radius: 5px;
    opacity: 1;
    left: 0 !important;
}

.swiper-pagination1 span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--tr-primary-color);
    width: 35px;
}

.swiper-pagination1 span.swiper-pagination-bullet.swiper-pagination-bullet-active-prev {
    width: 10px;
}

/* footer css */

.tr_footer_section {
    background-color: var(--tr-footer-bg);
    padding: 80px 0 80px;
}

.tr_footer_para p {
    padding: 20px 0 22px;
    color: var(--tr-bantext-color);
    max-width: 340px;
}

.tr_footer_link ul li a {
    color: var(--tr-bantext-color);
    position: relative;
    transition: all .5s ease-in-out;
}

.tr_footer_link ul li a::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -3px;
    width: 0%;
    height: 2px;
    background-color: var(--tr-primary-color);
}

.tr_footer_link ul li a:hover {
    color: var(--tr-primary-color);
}

.tr_footer_link ul li a:hover:after {
    width: 100%;
}

.tr_footer_link ul li {
    margin-bottom: 10px;
}

.tr_footer_social {
    display: flex;
    align-items: center;
    gap: 30px;
}

.tr_footer_link h3 {
    padding: 16px 0 28px;
}

.tr_footer_news_wrapper p {
    color: var(--tr-bantext-color);
    max-width: 350px;
    margin-bottom: 10px;
}

.tr_footer_icon svg {
    fill: var(--tr-white-color);
    transition: all .5s ease-in-out;
    cursor: pointer;
}

.tr_footer_icon:hover svg path {
    fill: var(--tr-primary-color);
}

.tr_form_sec {
    max-width: 360px;
    min-height: 45px;
    position: relative;
    border-radius: 5px;
}

.tr_form_input .form-control {
    border: 1px solid #FFFFFF26;
    width: 100%;
    background-color: transparent;
    min-height: 45px;
    padding: 10px 75px 10px 10px;
    font-size: 16px;
    font-weight: 400;
    color: var(--tr-white-color);
}

.tr_form_input .form-control:focus {
    border-color: var(--tr-primary-color);
}

.tr_form_input .form-control::placeholder {
    color: var(--tr-form-text);
}

.tr_form_btn {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 62px;
    width: 100%;
    min-height: 45px;
    background-color: var(--tr-primary-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}

.tr_copyright_section {
    padding: 13px 0;
    background-color: var(--tr-copyright-bg);
    text-align: center;
}

/* Inner Pages Design */

.tr_breadcrumb_wrapper {
    background-image: url('../images/breadcrumb-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 100px 0 100px;
}

.tr_bread_overlay {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0 / 56%);
}

.tr_bread_content {
    text-align: right;
    position: relative;
    z-index: 1;
    right: 6%;
    padding: 50px 0 0;
}

.tr_bread_content h2 {
    font-size: 38px;
    font-weight: 700;
    margin: 0 0 14px;
    color: var(--tr-white-color);
}

.er_bread_list {
    font-weight: 500;
    color: var(--er-heading-color);
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    grid-gap: 10px;
    font-size: 18px;
}

.er_bread_list span a {
    color: var(--tr-white-color);
    text-transform: capitalize;
}

.er_bread_list .er_active_page {
    color: var(--tr-primary-color);
    text-transform: capitalize;
}

.er_bread_list>span:not(:first-child):before {
    content: "|";
    margin-right: 10px;
    color: var(--tr-white-color);
}

.tr_platform_section {
    background-image: url('../images/plat-bg.png');
    padding: 100px 0 80px;
}

.tr_plat_video_icon {
    text-align: center;
}

.tr_plat_video {
    animation: pulse_two 2s infinite;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
}

@keyframes pulse_two {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .7);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .7)
    }
    70% {
        -moz-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 30px rgba(255, 255, 255, 0)
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

.tr_plat_text {
    max-width: 550px;
    text-align: center;
    margin: 50px auto 60px;
}

.tr_plat_text h4 {
    font-size: 18px;
    font-weight: 500;
    color: var(--tr-primary-color);
    position: relative;
    text-transform: uppercase;
    font-family: "DM Sans", sans-serif;
    margin-bottom: 10px;
}

.tr_plat_text h2 {
    font-size: 45px;
    font-weight: 400;
    color: var(--tr-white-color);
}

.tr_counter_section {
    background-color: var(--tr-white-color);
    padding: 70px 0px;
    max-width: 1150px;
    margin: -70px auto 0;
    position: relative;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, .1);
    border-radius: 5px;
    z-index: 1;
}

.tr_counter_box {
    text-align: center;
}

.tr_counter_box .counter {
    font-size: 50px;
    font-weight: 500;
    color: var(--tr-title-color);
}

.tr_counter_box p {
    color: var(--tr-text-color);
    font-size: 18px;
}

.tr_pay_img {
    display: flex;
    align-items: center;
}

.tr-pay-img2,
.tr-pay-img1 {
    border: 5px solid var(--tr-primary-color);
    border-radius: 5px;
}

.tr-pay-img1 {
    transform: rotateZ(-22.19deg);
}

.tr-pay-img2 {
    transform: rotateZ(20.19deg);
}

.tr_pay_img .tr-pay-img1:hover {
    transform: rotateZ(-16.19deg);
}

.tr_pay_img .tr-pay-img2:hover {
    transform: rotateZ(16.19deg);
}

.tr_heading_section.tr_pay_heading {
    max-width: 500px;
    text-align: left;
}

.tr_pay_heading .tr_head_title h6::after,
.tr_offer_heading .tr_head_title h6::after {
    left: 27%;
}

.tr_payment_section {
    padding: 105px 0 110px;
}

.tr_payment_img {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tr_spoffer_section {
    padding: 85px 0 95px;
}

.tr_payment_img img {
    padding: 20px 20px;
    max-width: 150px;
    border-radius: 5px;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, .1);
}

.tr_speoff_img_box {
    padding-bottom: 0;
}

.tr_navtab_sec .nav-tabs {
    gap: 20px;
    border-bottom: none;
    margin-bottom: 40px;
    justify-content: center;
}

.tr_navtab_sec .nav-tabs .nav-item {
    background-color: var(--tr-white-color);
    box-shadow: 0 6px 8px 0 rgba(16, 16, 16, .05);
    transition: all .5s ease-in-out;
    border-radius: 5px;
}

.tr_navtab_sec .nav-tabs .nav-item .nav-link {
    padding: 20px 0px;
    border-color: #f8f7f7;
    width: 200px;
    max-width: 100%;
    text-align: center;
    border-radius: 5px;
}

.tr_navtab_sec .nav-tabs .nav-item .nav-link h3 {
    color: var(--tr-title-color);
    padding: 10px 0 0;
}

span.tr-navicon svg {
    transition: all .5s ease-in-out;
}

.tr_section.tr_navtab_section {
    padding: 95px 0 70px;
}

.tr_tours_sec {
    margin: 0 0 10px;
    transition: all .8s ease-in-out;
}

.tr_tours_img {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.tr_tours_img>img {
    border-radius: 5px;
    transform: scale(1.15);
    transition: all .5s ease-in-out;
}

.tr_tours_sec:hover .tr_tours_img>img {
    transform: scale(1);
}

.tr_tours_text {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    padding: 30px 20px 20px;
    background-color: var(--tr-white-color);
    position: relative;
    border-radius: 5px;
    top: -15px;
}

.tr_tours_text h3 {
    padding: 15px 0 5px;
}

.tr_off_sec {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tr_off_sec span,
.tr_destplace_tour span {
    color: var(--tr-white-color);
    background-color: var(--tr-primary-color);
    padding: 0 10px;
    border-radius: 5px;
}

.tr_off_sec span.tr_tour_icon {
    height: 30px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    cursor: pointer;
}

.tr_off_sec span.tr_tour_icon img {
    height: 16px;
    width: 16px;
    object-fit: cover;
}

.tr_tour_icon img.like {
    display: none;
}

span.tr_tour_icon.likeimg img.unlike {
    display: none;
}

span.tr_tour_icon.likeimg img.like {
    display: block;
}

.tr_tour_add {
    display: grid;
    align-items: center;
    grid-template-columns: 25px 1fr;
    margin-bottom: 10px;
}

.tr_tour_add svg path {
    fill: var(--tr-primary-color);
}

.tr_tour_add p>span {
    color: var(--tr-primary-color);
}

.tr_navtab_sec .nav-tabs .nav-item:hover,
.tr_navtab_sec .nav-tabs .nav-item .nav-link.active {
    background-color: var(--tr-primary-color);
}

.tr_navtab_sec .nav-tabs .nav-item:hover .nav-link h3,
.tr_navtab_sec .nav-tabs .nav-item .nav-link.active h3 {
    color: var(--tr-white-color);
}

.tr_navtab_sec .nav-tabs .nav-item:hover .nav-link svg path,
.tr_navtab_sec .nav-tabs .nav-item .nav-link.active svg path {
    fill: var(--tr-white-color);
}

.tr_touroffer_sec .tr_ads_img_wrapper {
    padding-bottom: 20px;
}

.tr_destplace_img_sec {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 24px;
}

.tr_destplace_img_sec img {
    border-radius: 5px;
    transition: all 10s;
}

.tr_destplace_tour {
    position: absolute;
    right: 15px;
    top: 15px;
}

.tr_destplace_tour span {
    padding: 5px 10px;
}

.tr_destplace_content {
    position: absolute;
    bottom: -17%;
    left: 0px;
    right: 0;
    margin: auto;
    background-color: rgb(0 0 0 / 73%);
    padding: 10px;
    border-radius: 5px;
    transition: all .6s ease-in-out;
}

.tr_destplace_img_sec:hover .tr_destplace_content {
    bottom: 0;
}

.tr_destplace_content h3 {
    color: var(--tr-white-color);
    text-align: center;
}

.tr_destplace_img_sec:hover img {
    transform: scale(1.2);
    border-radius: 5px;
}

.tr_dest_travel_sec {
    background-image: url('../images/dest/rea-tre.png');
    z-index: 0;
}

.tr_head_dtravel h6::after {
    left: 44%;
}

.tr_head_para.tr_head_dtravel {
    text-align: left;
}

.tr_head_dtravel h4,
.tr_head_dtravel p {
    color: var(--tr-white-color);
    text-transform: capitalize;
}

.tr_section.tr_dest_place_section {
    padding: 95px 0 75px;
}

.tr_desttravel_form {
    background-color: rgb(0 0 0 / 66%);
    padding: 30px;
    border-radius: 5px;
}

.tr_desttravel_form h3 {
    font-size: 30px;
    color: var(--tr-white-color);
    margin-bottom: 20px;
}

.tr_form_control .form-control {
    background-color: rgb(175 170 170 / 26%);
    color: #dbdbdb;
    width: 100%;
    padding: 10px 10px;
    min-height: 45px;
    margin-bottom: 10px;
    border-color: #474545;
}

.tr_form_control .form-control::placeholder {
    color: #dbdbdb;
}

.tr_dtravel_formbtn {
    margin: 20px 0 0;
}

.icon{
    display: flex;
    gap: 20px;
    
}
.icon svg{
    
    width: 20px;
      height: 20px;
      gap: 20px;
      
}

.icon1{
    height: 20px;
    width: 20px;
    margin-left: 300px;
}

.tr_guide_img {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    transition: all .5s ease-in-out;
    width: 100%;
    height: 200px;
}

.tr_guide_social {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .5s ease-in-out;
    z-index: 11;
    opacity: 0;
    filter: alpha(opacity=0);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.tr_guide_social a {
    height: 30px;
    width: 30px;
    background-color: rgb(255 255 255);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    transform: scaleX(0);
}

.tr_guide_social a>img {
    height: 15px;
    width: 15px;
    object-fit: contain;
}

.tr_guide_box:hover .tr_guide_social {
    opacity: 1;
}

.tr_guide_social a:hover {
    background-color: var(--tr-primary-color);
}

.tr_guide_social a:hover .tr_guide_socialicon svg path {
    fill: var(--tr-white-color);
}

.tr_guide_img>img {
    transform: scale(1);
    width: 100%;
    transition: all .5s ease-in-out;
}

.tr_guide_socialicon svg path {
    fill: var(--tr-title-color);
}

.tr_section.tr_contact_section {
    padding: 95px 0;
}

.tr_guide_box:hover .tr_guide_img>img {
    transform: scale(1.09);
}

.tr_guide_box:hover .tr_guide_social a {
    transform: scaleX(1);
}

.tr_contact_section>div>.row {
    background-color: var(--tr-white-color);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
    border: none;
    border-radius: 6px;
    overflow: hidden;
    margin: 0;
}

.tr_contact_detail {
    background-color: var(--tr-primary-color);
    padding: 44px 20px 0 30px;
}

.tr_contact_detail h3,
.tr_contact_form h3 {
    font-size: 32px;
    font-weight: 400;
    color: var(--tr-white-color);
    margin-bottom: 20px;
}

.tr_contact_info {
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative;
}

.tr_contact_info::before {
    content: "";
    border-bottom: 1px solid var(--tr-white-color);
    position: absolute;
    bottom: 0px;
    left: -50px;
    right: -34px;
    opacity: 0.2;
}

.tr_contact_info h3 {
    color: var(--tr-white-color);
    font-size: 20px;
    margin-bottom: 10px;
}

.tr_contact_section .col-lg-4.d-flex {
    padding-left: 0;
    padding-right: 20px;
}

.tr_contactinfo_inner {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.tr_contactinfo_inner svg {
    fill: var(--tr-white-color);
    width: 16px;
}

.tr_contactinfo_inner p {
    color: var(--tr-white-color);
}

.tr_contact_info:last-child:before {
    visibility: hidden;
    opacity: 0;
}

.tr-inputfield {
    position: relative;
    margin-bottom: 20px;
}

.tr-inputfield .form-control {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: var(--tr-text-color);
    border: 1px solid #ECECEC;
    background-color: transparent;
    min-height: 50px;
    padding: 10px 40px 10px 10px;
}

.tr-inputfield .form-control::placeholder,
.tr-inputfield .form-control:focus {
    color: var(--er-text-color);
}

.tr-inputfield .form-control:focus {
    border-color: #aca2a2;
}

.tr-inputfield .form-control.form-textarea {
    min-height: 150px;
}

.tr-inputfield i {
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
    color: #ced7e1;
    line-height: 50px;
}

.response {
    color: #ff0000;
}

.tr-inputfield.form_error .form-control {
    border-color: #ff0000;
}

.tr_contact_form {
    padding: 44px 35px 41px 15px;
}

.tr_contact_form h3 {
    color: var(--tr-title-color);
}

.responsive-map {
    overflow: hidden;
    padding-bottom: 35.25%;
    position: relative;
    height: 0;
}

.responsive-map iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

/* video popup design */

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    max-width: 600px;
    width: 100%;
}

.popup-content iframe {
    max-width: 650px;
    width: 100%;
    max-height: 100%;
    min-height: 400px;
    object-fit: cover;
    border-radius: 8px;
}

.close {
    position: absolute;
    top: -14px;
    right: -7px;
    font-size: 24px;
    color: #000;
    background-color: var(--tr-white-color);
    cursor: pointer;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

/* login-modal design */

.login-modal .modal-dialog {
    max-width: 740px;
}

.login-modal .modal-header {
    padding: 0;
    border: none;
}

.login-modal .modal-header .btn-close {
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: var(--tr-primary-color);
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
}

.login-modal .modal-header .btn-close span {
    font-size: 20px;
    color: var(--tr-white-color);
}

.login-modal .modal-body {
    padding: 0;
    border-radius: 10px;
}

.tr_login_popup {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    position: relative;
    overflow: hidden;
    width: 768px;
    max-width: 100%;
    min-height: 480px;
}

.form-container {
    position: absolute;
    top: 0;
    height: 100%;
    transition: all 0.6s ease-in-out;
}

.sign-up-container {
    left: 0;
    width: 50%;
    opacity: 0;
    z-index: 1;
}

.sign-in-container {
    left: 0;
    width: 50%;
    z-index: 2;
}

.tr_overlay_container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    overflow: hidden;
    transition: transform 0.6s ease-in-out;
    z-index: 100;
}

.tr_overlay {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    color: #FFFFFF;
    position: relative;
    left: -100%;
    height: 100%;
    width: 200%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

.tr_overlay_panel {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 40px;
    text-align: center;
    top: 0;
    height: 100%;
    width: 50%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
    background-color: rgb(27 188 155 / 85%);
}

.tr_overlay_panel::before,
.tr_overlay_panel::after {
    position: absolute;
    content: '';
    width: 150px;
    height: 150px;
    background-color: var(--tr-primary-color);
    border-radius: 100%;
    bottom: -50px;
    left: -50px;
    z-index: 0;
}

.tr_overlay_panel::before {
    left: auto;
    bottom: 0;
    right: -50px;
    top: -50px;
}

.overlay_left {
    transform: translateX(0%);
}

.overlay_right {
    right: 0;
    transform: translateX(0);
}

.tr_overlay_panel.overlay_left::before {
    opacity: 0;
}

.tr_login_popup.right_panel_active .sign-up-container {
    transform: translateX(100%);
    opacity: 1;
    z-index: 5;
    animation: show 0.6s;
}

.tr_login_popup.right_panel_active .sign-in-container {
    transform: translateX(-100%);
}

.tr_login_popup.right_panel_active .tr_overlay_container {
    transform: translateX(-100%);
}

.tr_login_popup.right_panel_active .tr_overlay {
    transform: translateX(50%);
}

.tr_login_popup.right_panel_active .overlay_left {
    transform: translateX(0);
}

.tr_login_popup.right_panel_active .overlay_right {
    transform: translateX(0%);
}

.tr_login_popup.right_panel_active .tr_overlay_panel.overlay_left::before {
    opacity: 1;
}

.tr_login_popup.right_panel_active .tr_overlay_panel.overlay_right::after {
    opacity: 0;
}

/* tr_overlay_panel */

@keyframes show {
    0%,
    49.99% {
        opacity: 0;
        z-index: 1;
    }
    50%,
    100% {
        opacity: 1;
        z-index: 5;
    }
}

.tr-login_form,
.tr-signup_form {
    padding: 40px;
}

.tr-login_form h2,
.tr-signup_form h2,
.tr-signup_form h2,
.tr_overlay_panel h2 {
    font-size: 32px;
    font-weight: 600;
    margin: 0 0 14px;
    color: var(--tr-heading-color);
    margin: 0 0 0px;
}

.tr-login_form p,
.tr-signup_form p {
    margin-bottom: 20px;
}

.tr_overlay_panel h2 {
    color: var(--tr-white-color);
}

.tr_overlay_panel p {
    padding: 15px 0;
}

.tr-login_form p {
    color: var(--tr-text-color);
    margin: 0 0 20px;
}

.tr-inputfield label {
    font-size: 18px;
    font-weight: 400;
    text-align: left;
}

.tr-login_form .tr-inputfield {
    text-align: left;
}

.tr_forgot {
    text-align: end;
}

.tr_forgot a {
    color: var(--tr-primary-color);
    font-size: 16px;
    font-weight: 400;
}