 @import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=La+Belle+Aurore&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root{
	--heading: 'Playfair Display', serif;
	--primary: #47a0ff;
}

h1,h2,h3,h4{
	font-family: var(--heading);
}
body{
font-family: 'Hanken Grotesk', sans-serif;
margin:0;
padding:0;
}

h1{ 
 font-size: 62px; 
    font-weight: 700;
    line-height: 1.2;
    color: #111b19;
    margin: 0;
    margin-bottom: 15px;   
}

body h2 {
    font-size: 42px; 
    font-weight: 700;
    line-height: 1.2 !important;
    color: #1a1a3d !important;
    margin: 0;
    margin-bottom: 15px !important;
}

p, ul li {
    font-family: 'Hanken Grotesk';
    font-size: 16px;
    color: #444;
    line-height: 24px;
}

#custom-owl-slider .item {
    background-size: cover;
    background-position: center; 
    display: grid;
	place-content: center;
    position: relative;
	height: 100%;
}

#custom-owl-slider .item:after {
    content: "";
    background: #000;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

#custom-owl-slider .item .slider-content {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1000px;
    padding: 0;
}

.slider-content h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.slider-content p {
  font-size: 18px;
}


/* header */
 
.header.nav-down {
    background: #fff;
}

.header>.row {
    margin: 0 auto;
    max-width: 1270px;
    display: flex;
    align-items: center; 
}

.header {
  	position: absolute;
    top: 0;
    transition: 0.3s ease-in-out;
    width: 100%;
    z-index:2;
	padding: 10px 15px; 
}

.nav-tabs>li>a:hover {
    border-color: transparent;
}

 
.header>.row>div.logo {
    width: 100%;
    max-width: 170px;
    padding: 0 10px 0  0;
}

.header>.row>div:last-child {
    padding: 0 0 0 10px;
    width: 100%;
    max-width: max-content;
}
.header>.row>div:last-child a.booking_btn.white_btn {
    display: block;
}

.header>.row>div.menu {
    width: 100%;
    padding: 0 20px;
    max-width: 440px;
    margin-left: auto;
    margin-right: 0;
}
ul#menu-header-menu {
    display: flex;
    justify-content: center;
    border: 0;
}

ul#menu-header-menu>li>a {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 1em;
    color: #fff;
    box-shadow: none;
    text-decoration: none;
    background-color: transparent;
    line-height: 100%;
}

.header>.row>div:last-child .row {
    margin: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header>.row>div:last-child .row>div.cart-consss {
    padding: 0 15px 0 0;
}

.header>.row>div:last-child .row>div {
    width: auto;
    padding: 0 0 0 7px;
}

.header>.row>div:last-child .row>div.sign_up a {
    color: #fff;
    background-color: #47a0ff;
    border-radius: 5px;
    padding: 12px 30px;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    font-weight: 600;
    line-height: 1.2;
    font-family: 'Hanken Grotesk';
    font-size: 16px;
    border: 1px solid transparent;
}

.header>.row>div:last-child .row>div.account a {
    transition: all 0.3s ease;
    color: var(--heading);
    font-weight: 600;
    line-height: 1.2;
    border-radius: 5px;
    padding: 12px 30px;
    border: 1px solid transparent;
    font-size: 16px;
}

.header>.row>div:last-child  a {
    text-decoration: none;
}

.header>.row>div:last-child .row>div.sign_up a:hover {
    color: #47a0ff;
    background-color: #fff;
    border-color: #47a0ff;
}


.header>.row>div:last-child .row>div.account a:hover {
    border-color: #47a0ff;
    color: #47a0ff;
}

.header>.row>div:last-child .row>div.cart-consss a i.fa.fa-cart-plus:before {
    content: "";
    background-image: url(http://imburrito.com/dev.bookings/wp-content/uploads/2023/07/cart.png);
    width: 24px;
    height: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}


/* banner sectionn  */

section.main_front_page>.container {
    width: 100%;
    padding: 0;
}

section.main_front_page>.container .banner .banner_inner .owl-dots {
    display: none;
}

section.main_front_page>.container .banner .banner_inner .owl-nav.disabled {
    display: flex !important;
}

section.main_front_page>.container .banner .banner_inner .owl-nav.disabled button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

section.main_front_page>.container .banner .banner_inner .owl-nav.disabled button span {
    display: none !important;
}

section.main_front_page>.container .banner .banner_inner .owl-nav.disabled button:before {
    content: "";
    content: "\f053";
    display: inline-block;
    font: normal normal normal 64px/1 FontAwesome;
    font-size: 35px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-weight: 300;
}

section.main_front_page>.container .banner .banner_inner .owl-nav.disabled button.owl-next {
    right: 40px;
    transform: translateY(-50%) scalex(-1);
}

section.main_front_page>.container .banner .banner_inner .owl-nav.disabled button.owl-prev {
    left: 40px;
}
#custom-owl-slider .item .slider-content h2 {
    margin: 0 0 25px !important;
    text-align: center;
    color: #fff !important;
    font-size: 80px;
    line-height: 100% !important;
    font-weight: 800;
}

#custom-owl-slider .item .slider-content p {
    font-size: 20px;
    color: #fff;
    text-align: center;
    font-family: 'Hanken Grotesk';
    line-height: 1.5;
    font-weight: 300;
}

.three-sec-text {
    background: #0d3d62;
    padding: 30px 0;
}

.three-sec-text .row {
    max-width: 1296px;
    margin: 0 auto;
}

.three-sec-text .row i {
    font-size: 25px;
    width: 50px;
    height: 50px;
    display: grid;
	place-content: center;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
    margin: 0;
    color: #47a0ff;
}

.three-sec-text .row h3 {
    margin: 0 0 8px;
    text-align: left;
    color: #fff;
    font-family: 'Hanken Grotesk';
    font-weight: 700;
    font-size: 20px;
}

.three-sec-text .row .text_with_img {
    display: flex;
    gap: 20px;
    align-items: center;
}

.three-sec-text .row p {
    font-size: 16px;
    color: #fff;
    line-height: 27px;
    text-align: center;
    margin: 0;
    text-align: left;
}


.three-sec-text .row .text_with_img>.img {
    width: 100%;
    max-width: 50px;
}

.three-sec-text .row .text_with_img .text {
    width: 100%;
    max-width: calc(100% - 70px);
}

.banner + .form.group h3 {
    margin: 0;
}

.booking-form {
    padding: 120px 15px;
    background-image: url(https://demo.ovatheme.com/tripgo/wp-content/uploads/2022/07/Mask-group-home-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.booking-form .form.group {
    max-width: 1120px;
    margin: 0 auto;
}


.booking-form .form.group form {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: flex-end;
    margin: 0 auto;
    padding: 25px 28px;
    box-shadow: 0px 4px 40px rgba(43, 89, 255, 0.08);
    border-radius: 10px;
    background: #fff;
}

.booking-form .form.group form>.place-search-spn:not(:last-child) {
    width: 100%;
    max-width: 28%;
}

.booking-form .form.group form>.place-search-spn:last-child {
    max-width: 10%;
    width: 100%;
}

.booking-form .form.group form>.place-search-spn:not(:last-child) h5 {
    margin: 0;
    font-size: 20px;
    font-family: 'Hanken Grotesk';
    font-weight: 700;
    line-height: 1.2em;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 10px;
    color: #111b19;
}

.booking-form .form.group form>.place-search-spn:not(:last-child) label {
    margin: auto;
    width: 100%;
    display: block;
}

.booking-form .form.group form>.place-search-spn:not(:last-child) label input::placeholder {
    color: #0c3555;
    font-family: 'Hanken Grotesk';
}
.booking-form .form.group form>.place-search-spn:not(:last-child) label input {
    border-radius: 5px;
    color: rgba(255,255,255,0.3);
    width: 100%;
    border-color: rgba(0, 0, 0, 0.1);
    padding: 0 15px 0 35px;
    height: 50px;
    -moz-appearance: textfield;
    box-shadow: none;
    color: #0c3555;
	font-weight: 300;
    font-family: 'Hanken Grotesk';
}

.booking-form .form.group form>.place-search-spn:not(:last-child) label {
    position: relative;
}

.booking-form .form.group form>.place-search-spn:first-child label:after {
    color: #0c3555;
    content: "\f041";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.booking-form .form.group form>.place-search-spn:nth-child(2) label:before {
    content: "\f073";
    color: #0c3555;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 17px;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.booking-form .form.group form>.place-search-spn:nth-child(3) label:after {
    content: "\f007";
        color: #0c3555;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 17px;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.booking-form .form.group form>.place-search-spn:last-child button {
    width: 100%;
    min-height: 50px;
    color: #fff;
    background-color: #47a0ff;
    border-radius: 5px;
    padding: 12px 30px;
    border: 1px solid transparent;
    transition: all 0.3s ease; 
    line-height: 1.2;
    font-family: 'Hanken Grotesk';
    font-size: 14px;
    border: 1px solid transparent;
}

.booking-form .form.group form>.place-search-spn:last-child button:hover {
    border-color: #47a0ff;
    color: #47a0ff;
    background: transparent;
}

.popular_destinations:after {
    content: "";
    background-image: url( https://demo.ovatheme.com/tripgo/wp-content/uploads/2022/07/bg-section-destination.png);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    mix-blend-mode: multiply;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.popular_destinations {
    background-color: #1A1A3D;
    padding: 120px 0;
    position: relative;
}

.popular_destinations>div:not(:last-child) {
    max-width: 1296px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.popular_destinations div#popular_des {
    max-width: calc(100% - 310px);
    margin-right: 0;
    margin-top: 50px;
}

.popular_destinations>div.ova-title h2.title {
    color: #FFFFFF !important;
}

.popular_destinations>div.ova-title p.description {
    color: #FFFFFF;
    font-size: 16px;
    font-family: 'Hanken Grotesk';
    font-weight: 400;
    margin: 0;
}

.popular_destinations div#popular_des .owl-dots {
    display: none !important;
}

.popular_destinations div#popular_des .owl-nav button {
    position: absolute;
    top: -130px;
    right: 20%;
}

.popular_destinations div#popular_des .owl-nav button span {
    display: none;
}

.popular_destinations div#popular_des .owl-nav button:after {
    content: "";
    content: "\f053";
    display: inline-block;
    font: normal normal normal 12px/1 FontAwesome;
    font-size: 10px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
}

.popular_destinations div#popular_des .owl-nav button {
    width: 36px;
    height: 36px;
    border: 1px solid #fff;
    border-radius: 100%;
}

.popular_destinations div#popular_des .owl-nav button.owl-prev {
    right: 23%;
}

.popular_destinations div#popular_des .owl-nav button.owl-next {
    transform: scalex(-1);
}

.popular_destinations div#popular_des .item .item-destination.item-destination-slider {
    position: relative;
}
.popular_destinations div#popular_des .item .img {
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.popular_destinations div#popular_des .item .item-destination.item-destination-slider .info {
    position: absolute;
    bottom: 50px;
    padding: 30px 30px 15px;
    width: 100%;
}

.popular_destinations div#popular_des .item .item-destination.item-destination-slider .info h3.name {
    margin: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    position: relative;
    margin: 0;
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.1;
    color: #fff;
    letter-spacing: -0.5px;
    text-transform: capitalize;
    font-feature-settings: "pnum" on, "lnum" on;
    font-family: 'Hanken Grotesk';
}
.popular_destinations div#popular_des .item .item-destination.item-destination-slider .info .count-tour {
    display: inline-block;
    border-radius: 5px;
    background-color: #47a0ff;
    padding: 4px 8px;
    color: #fff;
    font-size: 16px;
    font-family: 'Hanken Grotesk';
}




.popular_destinations div#popular_des .item a.enquery {
    border-bottom: 1px solid #fff;
}

.popular_destinations div#popular_des .item a.enquery {
    position: absolute;
    bottom: 23px;
    padding: 10px 0px 2px;
    color: #fff;
    font-size: 16px;
    font-family: 'Hanken Grotesk';
    left: 30px;
}

.popular_destinations div#popular_des .item .item-destination.item-destination-slider .img:after {
    content: "";
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 36.08%, rgba(0, 0, 0, 0) 74.47%);
    border-radius: 10px;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}

.row.take_a_tour_sec {
    margin: 0;
    padding: 120px 0;
    background-image: url(https://demo.ovatheme.com/tripgo/wp-content/uploads/2022/07/Mask-group-home-1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.row.take_a_tour_sec>.container {
    max-width: 1270px;
    width: 100%;
}

.row.take_a_tour_sec>.container .two-image {
    position: relative;padding-right: 0;
}

.row.take_a_tour_sec>.container .two-image img {
    border-style: solid;
    border-width: 10px 10px 10px 10px;
    border-color: #FFFFFF;
    border-radius: 200px 200px 200px 200px;
    box-shadow: 10px 2px 50px 0px rgba(0, 0, 0, 0.1);
}
.row.take_a_tour_sec>.container .two-image img:first-child {
    width: 100%;
    max-width: 352px;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 479px;
    object-fit: cover;
    border-radius: 170px;
}

.row.take_a_tour_sec>.container .two-image img:last-child {
    max-width: 466px;
    margin-left: auto;
    display: block;
}

.row.take_a_tour_sec .ova-title h3.sub-title {
    color: #47a0ff;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    margin: 20px 0 0;
    margin-bottom: 13px;
    text-transform: capitalize;
    font-family: 'La Belle Aurore';
}

.row.take_a_tour_sec .ova-title {
    padding-right: 50px;padding-left:0
}

.row.take_a_tour_sec .ova-title p.description {
    margin: 0 0 25px;
    max-width: 470px;
}

.row.take_a_tour_sec .ova-title ul.icon-texts {
    margin: 0;
    padding: 0;
    list-style: none;
}

.row.take_a_tour_sec .ova-title ul.icon-texts>li {
    margin: 15px 0;
    display: flex;
    gap: 10px;
}

.row.take_a_tour_sec .ova-title ul.icon-texts>li i {
    color: #47a0ff;
    font-size: 20px;
}
.container {
    width: 100%;
    max-width: 1296px;
    margin: 0 auto;
}

section.main_front_page>.container {
    max-width: 100%;
}

.prd-card .ova-title {
    margin: 0 0 56px;
}

.product-grid {
    display: grid;
    grid-column-gap: 24px;
    grid-row-gap: 60px;
    grid-template-columns: repeat(4,1fr);
}

.product-card img {
    width: 100%;
    height: 226px;
    object-fit: cover;
    transition: all 0.4s ease;
}

.prd-card {
    padding: 80px 0;
    background: #f2f6ff url(http://tourobic.com/wp-content/uploads/2023/09/bg-tree-img.png) no-repeat; 
    background-position: bottom;
}
.product-card .ova_head_product {
    position: relative;
    overflow: hidden;
}

.product-card .ova_head_product .ova-is-featured { 
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 1;
    display: inline-block;
    padding: 8px;
    background-color: var(--primary);
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1;
    background: #47a0ff;
}
 
.product-card .ova_foot_product h2.ova-product-title {
    transition: all 0.3s ease;
    font-size: 20px;
    font-weight: bold;
    font-feature-settings: "pnum" on, "onum" on;
    margin: 0 0 14px;
}

.product-card .ova_foot_product h2.ova-product-title a {
    color: #111b19;
}

.product-card .ova_foot_product .ova-product-location {
    display: flex;
    line-height: 1.2;
    padding-bottom: 3px;
    align-items: center;
    gap: 6px;
    font-size: 14px;
}

.product-card .ova_foot_product .ova-product-location i {
    color: #47a0ff;
    position: relative;
    top: 1px;
}

.product-card .ova_foot_product .ova-product-review-and-price .ova-product-wrapper-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    line-height: 1;
    padding-top: 28px;
}

.product-card .ova_foot_product .ova-product-review-and-price .ova-product-wrapper-price a.btn.product-btn-book-now {
    transition: all 0.3s ease;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background-color: #47a0ff;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    padding: 8px 20px;
    text-transform: none;
    font-weight: 500;
    border: 1px solid transparent;
    max-width: 115px;
}

.product-card .ova_foot_product .ova-product-review-and-price .ova-product-wrapper-price span.woocommerce-Price-amount.amount {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    color: var(--heading);
}

.product-card .ova_foot_product .ova-product-review-and-price .ova-product-wrapper-price span.woocommerce-Price-amount.amount bdi {
    padding: 0 2px;
}

.product-card { 
    text-align: left !important;
    list-style-type: none;
    box-shadow: 0px 4px 40px rgba(43, 89, 255, 0.08);
    border-radius: 10px;
    overflow: hidden;
    height: fit-content; 
    width: 100%;transition: 0.3s ease all;  
	height: 100%;
}

.product-card .ova_foot_product {
    position: relative;
    transition: all 0.3s ease;
    position: relative;
    background-color: #fff;
    padding: 30px 15px 20px 20px;
	height: 100%;
}

.product-card .ova_foot_product .ova-tour-day {
    position: absolute;
    left: 20px;
    top: -22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    line-height: 1;
    z-index: 1;
    border: 1px solid #47a0ff;
    padding: 8px;
    margin-top: 5px;
    color: #47a0ff;
    background-color: #fff;
	font-size: 14px;
}

.prd-card a.product-all {
    font-size: 16px;
    font-weight: 600;
    fill: #47a0ff;
    color: #47a0ff;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #47a0ff;
    border-radius: 5px 5px 5px 5px;
    padding: 12px 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 60px auto 0;
    max-width: 141px; 
    text-decoration: none;
	transition: 0.3s ease all;
}

.form_with_bg>.container {
    border-radius: 30px 30px 30px 30px;
    overflow: hidden;
    padding: 0;
    display: flex;
    align-items: center;
    height: auto;
    background-size: cover;
    background-position: center;
	max-width: 1270px;
}

.form_with_bg {
    padding: 100px 15px;
}

.form_with_bg>.container>div {
    padding: 0;
}
.form_with_bg>.container>div.image_col {
    width: 100%;
    max-width: 42%;
    padding-left: 30px;
}

.form_with_bg>.container>div.image_col img {
    width: 100%;
    height: auto;
}

.form_with_bg>.container>div.form_col {
    width: 100%;
    max-width: 58%;
}
.form_with_bg>.container>div.form_col h2 {
    color: #fff !important;
    max-width: 515px;
    font-size: 50px;
}

.form_with_bg>.container>div.form_col .ova-mc4wp-form {
    position: relative;
}

.form_with_bg>.container>div.form_col .ova-mc4wp-form .email input[type="email"] {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    color: var(--text);
    width: 100%;
    box-shadow: 0px 10px 40px rgba(255, 176, 158, 0.12);
    border-radius: 5px;
    padding: 20px 45% 20px 20px;
    letter-spacing: 0.3px;
    caret-color: var(--primary);
    border: none;
	outline: none;
}

.form_with_bg>.container>div.form_col .ova-mc4wp-form .submit {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-8px, -50%);
    width: 100%;
    max-width: 172px;
    display: flex;
    justify-content: flex-end;
}

.form_with_bg>.container>div.form_col .ova-mc4wp-form .submit button ,.ova-mc4wp-form input.wpcf7-form-control.wpcf7-submit{
    transition: all 0.3s ease;
    padding: 10px 25px;
    border-radius: 5px;
    border: 1px solid;
    border-radius: 5px;
    border-color: #47a0ff;
    background-color: #47a0ff;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    font-size: 16px;
    line-height: 24px;
}

.form_with_bg>.container>div.form_col .ova-mc4wp-form {
    position: relative;
    max-width: 545px;
}

.ova-mc4wp-form .submit p {
    margin: 0 !important;
}

.ova-mc4wp-form .submit input.wpcf7-form-control.wpcf7-submit {
    color: #fff !important;
    font-family: 'Hanken Grotesk';
}
.form_with_bg>.container>div.form_col .ova-mc4wp-form .submit button:hover,.ova-mc4wp-form .submit input.wpcf7-form-control.wpcf7-submit:hover  {
    background: #05977c;
    border-color: #05977c;
}

.ova-mc4wp-form .submit span.wpcf7-spinner {
    position: absolute;
}
form#mc4wp-form-1 {
    display: none;
}




.popular_items {
    padding: 100px 0px 105px 0px;
}

.popular_items .data_heading {
    margin: 0 0 56px;
}
div#popular_tours .owl-stage-outer.owl-height {
    padding: 0 0 30px;
}

.popular_items .owl-dots {
    display: none;
}

.popular_items .owl-nav button {
    position: absolute;
    top: -131px;
    right: 0;
    border: 1px solid #999999 !important;
    width: 36px;
    height: 36px;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.popular_items .owl-nav button.owl-prev {
    margin-right: 40px;
}

.popular_items .owl-nav button span {
    display: none;
}

.popular_items .owl-nav button:after {
    content: "\f053";
    display: inline-block;
    font: normal normal normal 12px/1 FontAwesome;
    font-size: 10px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #999;
    position: relative;
    top: 2px;
}

.popular_items .owl-nav button.owl-next {
    transform: scaleX(-1);
}
a {
    text-decoration: none !important;
}

.tab_hed_disc_count {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 110px 0px 110px 0px;
    background: #47a0ff url(https://demo.ovatheme.com/tripgo/wp-content/uploads/2022/07/bg-line-counter.png); 
    mix-blend-mode: multiply;
}

.tab_hed_disc_count .row>div i {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 86px;
    height: 95px;
    background-color: rgb(26 26 61 / 58%);
    border-radius: 4px;
    font-size: 48px;
    color: #fff;
    margin-bottom: 26px;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    transform: scale(1);
}

.tab_hed_disc_count .row>div {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.tab_hed_disc_count .row>div span {
    display: flex;
    justify-content: center;
    font-size: 60px;
    font-weight: bold;
    color: #fff;
    line-height: 65px;
}

.tab_hed_disc_count .row>div p {
    margin: 0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.7);
    width: auto;
    text-align: left;
    padding-right: 20px;
}

.popup_video_sec {
    background-size: cover; 
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 90px 0;
    overflow: hidden;
}


.popup_video_sec:before {
    content: "";
    background-color: #000000;
    opacity: 0.4;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	z-index: 1;
}
.popup_video_sec .container {
    position: relative; 
	z-index: 1;
}

.popup_video_sec .container span {
    font-size: 42px;
    color: #FFFFFF;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 13px;
    display: block;
    text-align: center;
    font-family: 'La Belle Aurore';
}

.popup_video_sec .container h2 {
    font-size: 62px;
    color: #FFFFFF !important;
    margin: 0 0 75px !important;
    text-align: center;
}

.popup_video_sec .container .video-play-button {
    position: relative;
    display: block;
    margin: 20px auto 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    width: 90px;
    height: 90px;
    min-width: 64px;
    min-height: 64px;
    background: #fff;
    border-radius: 50%;
    margin-right: auto;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: 0px 21px 30px 0px rgba(0, 0, 0, 0.1);
	cursor: pointer;
}

.popup_video_sec .container .video-play-button i.fa.fa-play {
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 23px;
    z-index: 1;
    color: #47a0ff;
    border-radius: 50%;
}

.popup_video_sec .container .video-play-button:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    width: 180%;
    height: 180%;
    border: 2px dashed #e6e6e6;
    animation: crescendo 1.5s alternate infinite ease-in;
    content: "";
}

.popup_video_sec .container .video-play-button {
    margin-top: 40px;
}

@keyframes crescendo {
  0%   {transform: translate(-50%,-50%) scale(.5);}
  100% {transform: translate(-50%,-50%) scale(1);}
}

 
.reviews_sec {
    padding: 100px 0;
}

.reviews_sec .text_data {
    padding: 0 0 50px;
}

.reviews_sec .text_data span {
    color: #47a0ff;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    margin-bottom: 13px;
    text-transform: capitalize;
    font-family: 'La Belle Aurore';
    text-align: center;
    display: block;
}
.reviews_sec .text_data h2 {
    text-align: center;
    margin: 0;
}

.reviews_sec .owl-item .item {
    box-shadow: 0px 4px 40px rgba(43, 89, 255, 0.08);
    background: #FFFFFF;
    border-radius: 10px;
    padding: 40px;
	margin: 10px 20px;
}

.reviews_sec .owl-item .item p.evaluate {
    margin: 0;
    margin-bottom: 40px;
}

.reviews_sec .owl-item .item .info-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.reviews_sec .owl-item .item .info-content .star-rating img {
    width: 100%;
    max-width: 80px;
}

.reviews_sec .owl-item .item .info-content .client-info {
    display: flex;
    gap: 20px;
    align-items: center;
}

.reviews_sec .owl-item .item .info-content .client-info .name-job h6.name {
    margin: 0 0 3px;
    font-weight: 600;
    font-family: 'Hanken Grotesk';
    color: #111b19;
    font-size: 16px;
}

.reviews_sec .owl-item .item .info-content .client-info .name-job p.job {
    margin: 0;
    font-size: 14px;
}

.reviews_sec .owl-item .item .info-content .client-info .client {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
    overflow: hidden;
}

.reviews_sec .owl-item .item .info-content .client-info .client img {
    width: 100%;
    height: 100%;
}

.reviews_sec div#rating-slide .owl-stage-outer.owl-height {
    padding: 30px 0;
}

.reviews_sec div#rating-slide .owl-nav {
    display: none;
}

.reviews_sec div#rating-slide .owl-dots {
    display: flex;
    justify-content: center;
	transform: translateY(40px);
}
.name-job :where(h6.name,p.job) {
    margin-bottom: 0 !important;
}
.booking-form .form.group form>.place-search-spn h5 {
    margin-bottom: 10px !important;
    line-height: normal !important;
    font-size: 18px !important;
}
.reviews_sec div#rating-slide .owl-dots button.owl-dot {
    width: 17px;
    height: 8px;
    margin: 5px;
    background-color: #47a0ff;
    opacity: 0.2;
    display: block;
    -webkit-backface-visibility: visible;
    transition: all 0.2s ease;
    border-radius: 4px;
}

.reviews_sec div#rating-slide .owl-dots button.owl-dot.active {
    width: 45px;
    opacity: 1;
}

/* footer */

.footer {
    background-color: #1a1a3d;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 70px 0px 50px 0px;
}

.footer .row {
    margin: 0;
    display: flex;
	gap: 10px;
    justify-content: space-between;
}
.footer .row>div {
    width: 100%;
    padding: 0;
    max-width: 50%;
}

.footer .row>div:last-child {
    display: flex;
    justify-content: flex-end;
}

.footer .row>div h2 {
    font-size: 16px;
    line-height: 24px;
    color: #fff !important;
}

.footer .row>div p, .footer .row>div a, .footer .row>div span {
    color: #fff;
}

.footer .row>div ul {
    margin: 0;
    list-style: none;
}

.footer .row>div ul>li {
    margin: 0 0 10px;
    color: #fff;
}

.footer .row>div:first-child p {
    max-width: 300px;
    margin: 20px 0 25px;
}

.footer .row>div:first-child ul {
    display: flex;
    gap: 10px;
}

.footer .row>div:first-child img {
    filter: unset;
    max-width: 280px;
}
 
 .tab_hed_disc_count .row>div:hover i {
    transform: scale(1.2);
}

.product-card:hover img {
    transform: scale(1.05);
}

.product-card .ova_foot_product .ova-product-review-and-price .ova-product-wrapper-price a.btn.product-btn-book-now:hover {
    border-color: #47a0ff;
    color: #47a0ff;
    background: transparent;
}

.owl-nav button:hover:after, .owl-nav button:hover:before {
    color: #47a0ff;
}
.owl-nav button:hover {
    border-color: #47a0ff !important;
}



.prd-card a.product-all:hover {
    background: #47a0ff;
    color: #fff;
}

.owl-carousel .owl-item img {

    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.popular_destinations div#popular_des .item .item-destination.item-destination-slider:hover img.destination-img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.popular_destinations div#popular_des .owl-nav button:hover::after {
    color: #47a0ff !important;
}

div#myModal-form .modal-dialog {width: 100%;max-width: 67.5rem;margin-right: 0;}

div#myModal-form .modal-dialog .modal-content {
    background: #00BB98;
    box-shadow: none;
    padding-right: 7.5rem;
    padding-left: 7.5rem;
    width: 100%;
    min-height: 100vh;
}

.header>.row>div.logo img {
    width: 100%; 
    object-fit: contain;
}

.tagline {
    background: #515068;
}
.tagline{
    display: block; 
    margin: 0 auto;
    padding: 10px 15px;
    border-top: 1px solid #FFFFFF1A;
    color: #F5F5F5;
    font-size: 14px;
    line-height: 24px;
    text-align: center;width: 100%;
}

div#myModal-form2 {
    display: block;
    opacity: 1;
    left: unset;
    width: 100%;
    max-width: 1080px;
    top: 0;
    bottom: unset;
    transition: all 1s ease-in;
    right: -100%;
}

div#myModal-form2 .modal-dialog {
    max-width: 100%;
    width: 100%;
}

div#myModal-form2 .modal-dialog {
    margin: 0;
    min-height: 100vh;
    transform: none;
}

div#myModal-form2 .modal-dialog .modal-content {
    max-height: 100vh;
    overflow-y: auto;
}

div#myModal-form2 .modal-dialog .modal-body {
    max-height: 100%;
}

div#myModal-form2 .modal-dialog .modal-content {
    box-shadow: 10px 2px 40px rgba(0, 0, 0, 0.14);
    padding: 1.375rem 1.875rem 3.75rem;
    border-radius: 10px 0 0 10px;
    border: 0;
    padding-right: 7.5rem;
    padding-left: 7.5rem;
    background: #47a0ff;
}

div#myModal-form2 .modal-dialog .modal-content .modal-header {
    padding: 0;
    border: 0;
}

div#myModal-form2 .modal-dialog .modal-content button.close {
    position: absolute;
    right: 7.5rem;
}

div#myModal-form2 .modal-dialog .modal-content button.close {
    position: absolute;
    right: 7.5rem;
    opacity: 1;
    font-size: 32px;
    font-weight: 300;
    line-height: 32px;
    height: auto;
    min-height: unset;
    display: inline-flex;
    z-index: 1;
    box-shadow: none;
    border: 0;
    color: #fff;
    align-items: center;
    gap: 15px;
}

div#myModal-form2 .modal-dialog .modal-content button.close:before {
    content: "Close";
    font-size: 12px;
    font-family: 'Hanken Grotesk';
    font-weight: 600;
    line-height: normal;
    position: relative;
    top: 3px;
}
div#myModal-form2 .modal-dialog .modal-content button.close:before {
    content: "Close";
    font-size: 12px;
    font-family: 'Hanken Grotesk';
    font-weight: 600;
}

div#myModal-form2 .modal-dialog .modal-content button.close span {
    width: 30px;
    height: 30px;
    display: inline-grid;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    border-radius: 50%;
    position: relative;
}

div#myModal-form2 .modal-dialog .modal-content button.close span:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 1px dashed #fff;
    position: absolute;
    top: 3.5px;
    pointer-events: none;
    -webkit-animation: rotate 20s normal linear infinite;
    animation: rotate 20s normal linear infinite;
}


@keyframes rotate {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
  25% {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
  }
  50% {
    -webkit-transform: rotate3d(0, 0, 1, 180deg);
    transform: rotate3d(0, 0, 1, 180deg);
  }
  75% {
    -webkit-transform: rotate3d(0, 0, 1, 270deg);
    transform: rotate3d(0, 0, 1, 270deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}

div#myModal-form2 .modal-dialog .modal-content .modal-body {
    padding: 75px 0 0;
}

div#myModal-form2 .modal-dialog .modal-content .modal-body h2 {
    color: #fff;
}

div#myModal-form2 .modal-dialog .modal-content .modal-body>h2 {
    font-size: 40px;
    margin: 0 0 30px !important;
    line-height: 110%;
    color: #fff !important;
}

div#myModal-form2 .modal-dialog .modal-content .modal-body .row {
    margin: 0;
}

div#myModal-form2 .modal-dialog .modal-content .modal-body .row>div {
    padding: 0;
}

div#myModal-form2 .modal-dialog .modal-content .modal-body .row>div.button_anim {
    max-width: 300px;
    width: 100%;
}

div#myModal-form2 .modal-dialog .modal-content .modal-body .row>div.contact_form {
    width: 100%;
    max-width: calc(100% - 300px);
    padding-left: 60px;
}
div#myModal-form2 .modal-dialog .modal-content .modal-body .row h2 {
    font-size: 35px;
    max-width: 300px;
    margin: 0 0 21px;
	color: #fff !important;
}

div#myModal-form2 .modal-dialog .modal-content .modal-body .row>div.button_anim a.overlay-enquiry__button-contact.button-contact {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 250px;
    max-width: 250px;
    min-width: 250px;
    position: relative;
}

div#myModal-form2 .modal-dialog .modal-content .modal-body .row>div.button_anim a.overlay-enquiry__button-contact.button-contact svg.overlay-enquiry__dashed-circle.dashed-circle {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
	  -webkit-animation: rotate 10s normal linear infinite;
    animation: rotate 10s normal linear infinite;
}

div#myModal-form2 .modal-dialog .modal-content .modal-body .row>div.button_anim a.overlay-enquiry__button-contact.button-contact svg.overlay-enquiry__dashed-circle.dashed-circle circle {
    stroke: #fff;
}

div#myModal-form2 .modal-dialog .modal-content .modal-body .row>div.button_anim a.overlay-enquiry__button-contact.button-contact:after {
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border: 1px dashed #ffffff;
    border-radius: 50%;
    opacity: 0;
    content: '';
    transition: opacity 0.2s linear;
	pointer-events: none;
}
div#myModal-form2 .modal-dialog .modal-content .modal-body .row>div.button_anim a.overlay-enquiry__button-contact.button-contact:hover:after {
    opacity: 1;
}

div#myModal-form2 .modal-dialog .modal-content .modal-body .row>div.button_anim a.overlay-enquiry__button-contact.button-contact:hover svg.overlay-enquiry__dashed-circle.dashed-circle {
    opacity: 0;
}

/* div#myModal-form2 .modal-dialog .modal-content .modal-body .row>div.button_anim a.overlay-enquiry__button-contact.button-contact .button-contact__content img {
    margin: 0 auto 0.9375rem;
    display: block;
    mix-blend-mode: multiply;
} */

div#myModal-form2 .modal-dialog .modal-content .modal-body .row>div.button_anim a.overlay-enquiry__button-contact.button-contact .button-contact__content h4.button-contact__heading {
    font-size: 1.5rem;
    line-height: 1.9375rem;
    color: #fff;
    font-family: 'Hanken Grotesk';
    margin: 0;
    text-align: center;
}

div#myModal-form2 .modal-dialog .modal-content .modal-body .row>div.button_anim a.overlay-enquiry__button-contact.button-contact .button-contact__content h4.button-contact__heading span {
    display: block;
}

div#myModal-form2 .modal-dialog .modal-content .modal-body .row>div.button_anim a.overlay-enquiry__button-contact.button-contact .button-contact__content .button-contact__paragraph.js-label-online.label-online {
    display: none;
}

div#myModal-form2 .modal-dialog .modal-content .modal-body .row form .form_fields {
    display: flex;
    flex-wrap: wrap;
    grid-row-gap: 2.5rem;
    grid-column-gap: 30px;
}

div#myModal-form2 .modal-dialog .modal-content .modal-body .row form .form_fields>div {
    width: 100%;
    max-width: calc(100%/2 - 15px);
    flex: calc(100%/2 - 15px);
}

div#myModal-form2 .modal-dialog .modal-content .modal-body .row form .form_fields>div input {
    width: 100%;
}

div#myModal-form2 .modal-dialog .modal-content .modal-body .row form .form_fields>div:nth-child(1), div#myModal-form2 .modal-dialog .modal-content .modal-body .row form .form_fields>div:nth-child(2), div#myModal-form2 .modal-dialog .modal-content .modal-body .row form .form_fields>div:nth-child(3), div#myModal-form2 .modal-dialog .modal-content .modal-body .row form .form_fields>div:nth-child(4), div#myModal-form2 .modal-dialog .modal-content .modal-body .row form .form_fields>div:nth-child(6), div#myModal-form2 .modal-dialog .modal-content .modal-body .row form .form_fields>div:nth-child(7), div#myModal-form2 .modal-dialog .modal-content .modal-body .row form .form_fields>div:nth-child(8) {
    max-width: 100%;
    flex: 100%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px;
}

div#myModal-form2 .modal-dialog .modal-content .modal-body .row form .form_fields>div p {
    margin: 0;
}

div#myModal-form2 .modal-dialog .modal-content .modal-body .row form .form_fields>div.full-row {
    max-width: 100%;
    flex: 100%;
}

div#myModal-form2 .modal-dialog .modal-content .modal-body .row form .form_fields>div .iti.iti--allow-dropdown {
    width: 100%;
}

div#myModal-form2 .modal-dialog .modal-content .modal-body .row form .form_fields>div.full-row:nth-child(5) {
    display: flex;
    flex-flow: column;
    gap: 2.5rem;
}

div#myModal-form2 .modal-dialog .modal-content .modal-body .row form .form_fields>div.full-row:nth-child(5) select, div#myModal-form2 .modal-dialog .modal-content .modal-body .row form .form_fields>div.full-row:nth-child(5) textarea {
    width: 100%;
}

div#myModal-form2 .modal-dialog .modal-content .modal-body .row form .form_fields>div>div>p>span {
    display: block;
    width: 100%;
}

div#myModal-form2 .modal-dialog .modal-content .modal-body .row form .form_fields>div>div>p>span select {
    width: 100%;
}
div#myModal-form2 .modal-dialog .modal-content .modal-body .row form .form_fields>div>div>p>span>span.wpcf7-checkbox>span {
    margin: auto;
}

div#myModal-form2 .modal-dialog .modal-content .modal-body .row form .form_fields>div>div>p>span>span.wpcf7-checkbox>span label input[type="checkbox"] {
    width: auto;
    min-height: unset;
    height: auto;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

div#myModal-form2 .modal-dialog .modal-content .modal-body .row form .form_fields>div>div>p>span>span.wpcf7-checkbox>span label {
    display: flex;
    align-items: flex-start;
}
div#myModal-form2 .modal-dialog .modal-content .modal-body .row form .form_fields>div>div>p>span>span.wpcf7-checkbox>span label span {
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    font-family: 'Hanken Grotesk';
}
div#myModal-form2 .modal-dialog .modal-content .modal-body .row form .form_fields>div p {
    font-size: 14px;
    letter-spacing: .03em;
    color: #fff;
    font-weight: 300;
    margin: 0;
}

div#myModal-form2 .modal-dialog .modal-content .modal-body .row>div.contact_form>p {
    margin: 0 0 50px;
    color: #fff;
}

div#myModal-form2 .modal-dialog .modal-content .modal-body .row>div.button_anim a.overlay-enquiry__button-contact.button-contact {
    margin-top: 98px;
}

div#myModal-form2 .modal-dialog .modal-content .modal-body .row form .form_fields>div input:not(input[type="checkbox"]), div#myModal-form2 .modal-dialog .modal-content .modal-body .row form .form_fields>div select, div#myModal-form2 .modal-dialog .modal-content .modal-body .row form .form_fields>div textarea {
    font-size: 14px;
    letter-spacing: .03em;
    color: rgba(255,255,255,0.5);
    font-family: 'Hanken Grotesk';
    background: transparent;
    border: 0;
    border-bottom: 1px solid currentColor;
    padding-bottom: 6px;
    resize: none;
    box-shadow: none;
}

div#myModal-form2 .modal-dialog .modal-content .modal-body .row form .form_fields>div textarea {
    max-height: 90px;
}

div#myModal-form2 .modal-dialog .modal-content .modal-body .row form .form_fields>div select {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}

div#myModal-form2 .modal-dialog .modal-content .modal-body .row form .form_fields>div input:not(input[type="checkbox"])::placeholder, div#myModal-form2 .modal-dialog .modal-content .modal-body .row form .form_fields>div select, div#myModal-form2 .modal-dialog .modal-content .modal-body .row form .form_fields>div textarea::placeholder {
    opacity: 1;
}

div#myModal-form2 .modal-dialog .modal-content .modal-body .row form .form_fields>div>div>p>span select>option {
    color: #000;
}

div#myModal-form2 .modal-dialog .modal-content .modal-body .row form .form_fields>div input:not(input[type="checkbox"]), div#myModal-form2 .modal-dialog .modal-content .modal-body .row form .form_fields>div select, div#myModal-form2 .modal-dialog .modal-content .modal-body .row form .form_fields>div textarea {
    outline: none;
}

div#myModal-form2 .modal-dialog .modal-content .modal-body .row form .form_fields>div:nth-child(8) {
    display: flex;
    justify-content: center;
}

div#myModal-form2 .modal-dialog .modal-content .modal-body .row form .form_fields>div:nth-child(8) input[type="submit"] {
    margin-top: 1.5rem;
    display: inline-flex;
    height: 3.125rem;
    padding: 0;
    font-size: 16px;
    letter-spacing: 0.018em;
    line-height: 3.125rem;
    text-align: center;
    color: #fff;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    min-height: 50px;
    border-radius: 100px;
    max-width: 169px;
	transition: 0.3s ease all
}

body.hide-overflow {
    overflow: hidden;
}
.modal.open-popup {
    right: 0 !important;
}

body {
    position: relative;
}

body.hide-overflow:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000000bf;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    backdrop-filter: blur(10px);
}
 
.header.fixed {
    animation: fadeIn 1s ease-in both;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
    position: fixed; 
	  background: #1a1a3cbd;
    backdrop-filter: blur(4px);
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translate3d(0, -50%, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.contact_page .container {
    max-width: 100%;
    padding: 0;
}

.contact_page .container div#custom-bg {
    position: relative;
    min-height: 378px;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact_page .container div#custom-bg:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: block;
    position: absolute;
}

.contact_page .container>.row {
    margin: 0 auto;
    max-width: 1296px;
    padding: 70px 15px;
}

.contact_page .container div#custom-bg h1 {
    margin: 0;
    color: #fff;
    position: relative;
    z-index: 1;
}

.contact_page .container>.row {
    display: flex;
    flex-flow: column;
    gap: 50px;
}

.contact_page .container>.row:before, .contact_page .container>.row:after {
    position: absolute;
}

.contact_page .container>.row>div {
    padding: 0;
    width: 100%;
}

 .contact_field>div {
    margin-top: 0;
    padding: 25px;
    margin-bottom: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 64px rgba(17,17,17,.1);
    box-shadow: 0 0 64px rgba(17,17,17,.1);
    border-radius: 10px;
    min-height: 181px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
    flex-flow: column;
    gap: 25px;
}

 .contact_field>div img {
    width: 55px;
    height: 55px;
    object-fit: contain;
    filter: invert(1) brightness(100%);
    position: relative;
    z-index: 3;
}

 .contact_field>div .detail-wrapper {
    width: 100%;
    max-width: 100%;
    flex: 100%;
    padding-left: 0;
}

 .contact_field>div h4 {
    font-weight: 700;
    font-size: 28px;
    color: #444;
    margin: 0;
    margin-bottom: 10px;
    font-family: 'Hanken Grotesk', sans-serif;
}

 .contact_field>div a {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: #a5a5a5;
    font-family: 'Hanken Grotesk', sans-serif;
}

.contact_field>div:after {
    position: absolute;
    content: "";
    top: -76px;
    left: -11%;
    display: block;
    width: 126px;
    height: 180px;
    background: #0d3d62;
    border-radius: 50% 50% 50% 50%/60% 60% 40% 40%;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-40deg);
    -webkit-transition: all .3s;
    transition: all .3s;
}

 .contact_field>div:hover::after {
    background: #47a0ff;
}

.contact_page .container>.row>div.contact_form>h2 {
    text-align: center;
    margin: 0 0 20px;
}
.contact_page .container>.row>div.contact_form>p {
    text-align: center;
    margin: 0 0 30px;
}

.contact_page .container>.row>div.contact_form form .form_fields {
    background: #ffffff;
    box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
    border-radius: 5px;
    padding: 40px;
}

.contact_page .container>.row>div.contact_form form .form_fields>div.half-row {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}

.contact_page .container>.row>div.contact_form form .form_fields {
    display: flex;
    flex-flow: column;
    grid-row-gap: 20px;
}

.contact_page .container>.row>div.contact_form form .form_fields p>span {
    display: block;
    width: 100%;
}

.contact_page .container>.row>div.contact_form form .form_fields p select, .contact_page .container>.row>div.contact_form form .form_fields p textarea, .contact_page .container>.row>div.contact_form form .form_fields p input:not(input[type="checkbox"]) {
      width: 100%;
    background: #f6fcf9;
    border: 1px solid #cfefe3;
    box-sizing: border-box;
    border-radius: 10px;
    min-height: 52px;
    padding: 10px 15px;
}
.contact_page .container>.row>div.contact_form form .form_fields>div.half-row .iti.iti--allow-dropdown {
    width: 100% !important;
    display: block;
}

.contact_page .container>.row>div.contact_form form .form_fields>div.half-row .iti.iti--allow-dropdown input {
    width: 100%;
    background: #f6fcf9;
    border: 1px solid #cfefe3;
    box-sizing: border-box;
    border-radius: 10px;
    min-height: 52px;
    font-weight: 400;
    color: #444;
    font-family: inherit;
}

.contact_page .container>.row>div.contact_form form .form_fields>div.half-row p {
    margin: 0;
}

.contact_page .container>.row>div.contact_form form .form_fields p {
    font-size: 16px;
    display: flex;
    flex-flow: column;
    gap: 10px;
    color: #444;
}

.contact_page .container>.row>div.contact_form form .form_fields>div.full-row {
    display: flex;
    flex-flow: column;
    gap: 20px;
}
.contact_page .container>.row>div.contact_form form .form_fields>div[clas="submit"] p {
    display: block;
}

.contact_page .container>.row>div.contact_form form .form_fields>div[clas="submit"] p input {
    font-weight: 700;
    font-size: 16px !important;
    color: #fff !important;
    background: #47a0ff;
    border-radius: 100px;
    border: none;
    padding: 14px 38px;
    transition: all 0.2s;
    max-width: 200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact_field {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
}
section.contact-details .contact_field {
	  grid-template-columns: repeat(3,1fr);
}
.contact_page .container>.row>div.contact_form form .form_fields>div.half-row p span.wpcf7-form-control.wpcf7-checkbox span {
    margin: 0;
}

.contact_page .container>.row>div.contact_form form .form_fields>div.half-row p span.wpcf7-form-control.wpcf7-checkbox span label {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.contact_page .container>.row>div.contact_form form .form_fields>div.half-row p span.wpcf7-form-control.wpcf7-checkbox span label input[type="checkbox"] {
    margin: 0;
}

.viewport div#content {
    margin: 0;
    width: 100%;
}

.three-sec-text .row .text_with_img p {
    margin: 0 !important;
}

.three-sec-text .row .text_with_img h3 {
    color: #fff !important;
    margin: 0 !important;
}


div#custom-bg {
    min-height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

div#custom-bg h1 {
    color: #fff;
    position: relative;
    z-index: 1;
}

div#custom-bg:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

section.shor-intro-top {
    background-image: url(http://tourobic.com/wp-content/uploads/2023/07/travel-boy.png);
    padding: 140px 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 70px;
}

section.shor-intro-top p {
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
    max-width: 950px;
    font-family: 'Hanken Grotesk';
    line-height: 150%;
}

section.section_who img {
    width: 100%;
    min-height: 450px;
    object-fit: cover;
    position: relative;
    z-index: 1;
    max-height: 450px;
	border-radius: 300px;
}

section.section_who {
    background: #1A1A3D;
    padding: 100px 0 70px;
    margin: 50px 0;
    position:relative;
}

section.section_who .figure {
    position: relative;
}

section.section_who .figure:after {
    content: "";
    position: absolute;
    right: 24%;
    left: -2.4rem;
    top: -2.5rem;
    bottom: 17%;
    background: #47a0ff;
	border-radius: 300px;
}



section.section_who .row {
    align-items: center;
    display: flex;
    margin: 0;
}

section.section_who .row .right-info {
    padding: 0 50px;
}

section.section_who .row .right-info h2, section.section_who .row .right-info p {
    color: #fff !important;
}
section.section_who:after {
    content: "";
    background-image: url( https://demo.ovatheme.com/tripgo/wp-content/uploads/2022/07/bg-section-destination.png);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    mix-blend-mode: multiply;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
section.section_who>.container {
    position: relative;
    z-index: 1;
}

section.choose.us h2 {
    text-align: center;
    margin: 0 0 50px !important;
}
section.choose.us .chose-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 90px;
    max-width: 1000px;
    margin: 0 auto;
}

section.choose.us .chose-grid .col-grid {
    display: flex;
    align-items: center;
    gap: 0;
}
section.choose.us .chose-grid .col-grid .img-wrap-choose {
    width: 100%;
    max-width: 120px;
}

section.choose.us .chose-grid .col-grid .img-wrap-choose img {
    width: 100%;
}

section.choose.us .chose-grid .col-grid .info-inner {
    width: 100%;
    max-width: calc(100% - 120px);
    padding-left: 30px;
}

section.choose.us .chose-grid .col-grid .info-inner h3 {
    margin: 0 0 10px !important;
    font-weight: 600;
}

section.choose.us .chose-grid .col-grid .info-inner p {
    margin: 0 !important;
}

section.choose.us {
    padding: 0 0 70px;
}

section.team {
    padding: 70px 0;
	background: #f7f7f7;
}

section.team h2 {
    text-align: center;
    margin: 0 0 40px !important;
}



.teamGrid {
    display: grid;
    grid-template-columns:repeat(3,1fr);
    gap: 1.5%;
    margin-top: 100px;
}
.avatar {
    position: absolute;
    left: 0;
    right: 0;
    top: -80px;
    text-align: center;
}
.teamcolinner {
    position: relative;z-index: 1;
}
.avatar > img {
    width: 150px;
    margin: auto;
    border-radius: 50%;
    border: 1px solid rgb(170 170 173/ 1);
    box-shadow: 0px 3px 10px 3px rgb(170 170 173 / 0.5);
}
.teamcolinner {
    position: relative;
    border: 1px dashed #ddd;
    min-height: 100px;
    background: #fff;
    z-index: 9;
}
.teamcol {
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    position: relative;
    transition: transform 1s ease-in-out;
}
.teamcol:hover {
    transform: translateY(-30px);
    box-shadow: 0px 3px 10px 3px rgb(170 170 173 / 0.5);
    transition: transform 1s ease-in-out;
}
.teamcol:before {
    content: "";
    width: 50%;
    height: 50%;
    position: absolute;
    right: 0;
    top: 0;
    background: -webkit-linear-gradient(#47a0ff,#47a0ff);
    border-top-right-radius: 10px;
    transition: width 1s ease-in-out;
}
.teamcol:after {
    content: "";
    width: 50%;
    height: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: -webkit-linear-gradient(#0d3d62, #0d3d62);
    border-bottom-left-radius: 10px;
    transition: width 1s ease-in-out;
}
.teamcol:hover::before, .teamcol:hover::after {
    width: 100%;
    transition: width 1s ease-in-out;
}
.member-name {
    margin-top: 80px;
}
.member-info {
    padding: 10px 20px;
}
.social-listing {
    align-items: center;
    justify-content: center;
    display: flex;
    list-style: none;
    padding: 0;
}
.social-listing >li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #f4f5f7;
    border-radius: 50%;
    margin: 5px;
}
section.team .member-name h2 {
    font-size: 30px;
    margin: 0 !important;
}

section.contact-details {
    padding: 70px 0; 
    border-top: 1px solid #f5f5f5;
}
/* #Cursor
================================================== */

.cursor,
.cursor2{
	position: fixed;
	border-radius: 50%;	
	transform: translateX(-50%) translateY(-50%);
	pointer-events: none;
	left: -100px;
	top: 50%;
}
.cursor{
	height: 0;
	width: 0;
	z-index: 99999;
}
.cursor2{
	height: 36px;
	width: 36px;
	z-index:99998;
	-webkit-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out
}
.cursor2{
	border: 3px solid #fff;
	box-shadow: 0 0 22px rgba(255, 255, 255, 0.6);
}
.cursor2.hover{
	-webkit-transform:scale(2) translateX(-25%) translateY(-25%);
	transform:scale(2) translateX(-25%) translateY(-25%);
	border:none;
	background: rgba(255,255,255,.1);
	box-shadow: 0 0 14px rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 1200px){
	.cursor,.cursor2{
		display: none
	}
}	


.preload .cursor2{
	border: 1px solid #fff;
	box-shadow: 0 0 12px rgba(255, 255, 255, 0.6);
	-webkit-transform:scale(2) translateX(-25%) translateY(-25%);
	transform:scale(2) translateX(-25%) translateY(-25%);
}
.preload .cursor2.hover{
	background-color: transparent;
  background-repeat: no-repeat;
  background-image: url('https://ivang-design.com/svg-load/rings.svg');
  background-size: 55px 55px;
  background-position: center center;
  border-width: 0;
	box-shadow: 0 0 14px rgba(255, 255, 255, 0);
  opacity: 0.5;
}

.popular_destinations div#popular_des {
    margin-left: auto;
}

.popup_video_sec .background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.popup_video_sec .background-overlay .bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.item .background-overlay.card, .item .background-overlay.card .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#custom-owl-slider .item {
    overflow: hidden;
}


.fullpagecontainer{
   overflow:hidden; 
}
.fullpagecontainer2 {
    height: 100vh;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
}
.fullpagecontainer3{
   overflow:hidden;
}
section#home {
    height: 100%;
    width: 100%;
    position: relative;
    scroll-snap-align: center;
    margin: 0 auto;
    padding: 0px;
    overflow: hidden;
    /* display: table; */
}
.homeWrapper{
  position:relative;
}
.homesections{
  position:absolute;
}
 
.homeWrapper {
    height: 100%; 
    display: grid;
}

section#home {
    background-image: url(http://tourobic.com/wp-content/uploads/2023/08/main-bg.jpg) !important;
    background-size: cover;
    background-repeat: no-repeat;
}

.homeSliderReveal.homesections {
    background-image: url(http://tourobic.com/wp-content/uploads/2023/08/footer-clouds.png) !important;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    height: 100%;
    top: auto;
    bottom: 0;
    width: 100%;
}

.homeWrapper .form form {
    display: flex;
    flex-wrap: wrap;
    max-width: 900px;
    margin: 0 auto;
    gap: 20px;
    position: relative;
    z-index: 1;
}
.homeWrapper .form form>p, .homeWrapper .form form>p + div {
    width: 100%;
    max-width: calc(100%/2 - 10px);
    margin: 0 !important;
}

.homeWrapper .form form>p label {
    width: 100%;
    text-align: left;
}

.homeWrapper .form form>p label input, .homeWrapper .form form>p label textarea, .homeWrapper .form form>p + div input {
    width: 100%;
    min-height: 27px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #000;
    color: #0000;
    padding: 5px 10px;
}

.homeWrapper .form form>p label {
    width: 100%;
    text-align: left;
    color: #000;
}

.homeWrapper .form form>p:nth-child(8) {
    width: 100%;
    max-width: 100%;
}

.homeWrapper .form form>p:nth-child(8) textarea {
    height: 80px;
    resize: none;
}

.homeWrapper .form form>p:nth-last-child(2) {
    max-width: 100%;
}

.homeWrapper .form form>p input[type="submit"] {
    width: 100%;
    max-width: 150px;
    min-height: 50px;
    border: 1px solid #000;
    border-radius: 3px;
    background: transparent;
    color: #000;
    font-size: 18px;
}

.homeWrapper .form form>p label input, .homeWrapper .form form>p label textarea, .homeWrapper .form form>p + div input {
    box-shadow: none !important;
    width: 100%;
}

.homeWrapper .form form>p + div .iti.iti--allow-dropdown {
    width: 100%;
}

.homeWrapper .form {
    position: relative;
    top: 0;
    padding: 50px;
    max-width: 650px;
    margin: 150px auto 80px;
    background: rgba(255,255,255,.8);
    backdrop-filter: blur(2px);
    border-radius: 10px;
}

.header>.row>div.menu form div {
    display: flex;
    position: relative;
}

.header>.row>div.menu form div input#searchsubmit {
    background: transparent;
    border: 0;
    font-size: 0;
    padding: 0;
    background-image: url(http://tourobic.com/wp-content/uploads/2023/09/search-icon-svg.png);
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.header>.row>div.menu form div input#s {
    width: 100%;
    min-height: 50px;
    background: transparent;
    outline: none;
    border: 0;
    box-shadow: none;
    padding: 0 0 0 30px;
    color: #0d3d62 !important;
}

.homeWrapper .form form>p + div.dswcf7_country_sel + p {
    display: none;
}

.homeWrapper .form form>p + div.dswcf7_country_sel + p  + p {
    max-width: 100%;
}

.homeWrapper .form form>p input[type="submit"]:hover {
    background: #47a0ff;
    color: #fff !important;
    border-color: #47a0ff !important;
}
.homeWrapper .form h2 {
    margin: 0 0 35px !important;
}
.homeWrapper .form form>p label input, .homeWrapper .form form>p label textarea, .homeWrapper .form form>p + div input {
    outline: none;
} 
input.wpcf7-form-control.wpcf7-telephone_input.wpcf7-validates-as-required.telephone_input_class {
    padding-left: 48px;
    color: #000;
}

#custom-owl-slider .item .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    left: 0;
}

.contact_page .container>.row>div.button_animations h2 {
    text-align: center;
    margin: 0 0 40px !important;
}

.contact_page .container>.row>div.contact_form form .form_fields>div.half-row:nth-child(2)>.column-half:last-child>p:first-child {
    margin-bottom: 0 !important;
}
 
.homeWrapper .form form>p input[type="submit"] {
    font-family: 'Hanken Grotesk';
    font-weight: 500;
    border: 2px solid #47a0ff;
    color: #47a0ff !important;
    transition: 0.3s ease all;
}

.booking-form .form.group h2 {
    text-align: center;
    margin: 0 0 30px !important;
}
.booking-form .form.group input{
	transition: 0.3s ease all;
}

.booking-form .form.group input:focus {
    border: 1px solid #47a0ff !important;
}
.item {
    position: relative;
}
.header>.row>div.menu form {
    border: 1px solid #0d3d62;
    padding: 0 20px;
    background: #fff;
    border-radius: 5px;
}
.header>.row>div.menu form div input#s::placeholder {
  color: #0d3d62;
  opacity: 1; /* Firefox */ 
}

.header>.row>div.menu form div input#s::-ms-input-placeholder { /* Edge 12-18 */
  color: #0d3d62;
}
.contact_form input::placeholder, .let_us_know::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

.contact_form input::-ms-input-placeholder,.let_us_know::-ms-input-placeholder { /* Edge 12 -18 */
  color: #fff;
}
div#myModal-form2 .modal-dialog .modal-content .modal-body .row form .form_fields>div:nth-child(8) input[type="submit"]:hover {
    background: #1a1a3d;border-color: #1a1a3d;
}
 .button-contact__content svg {
    color: #fff;
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto 10px;
    transform: translateX(-5px);
}
  *::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

 *::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

  *::-webkit-scrollbar-thumb
{
	background-color: #1a1a3d;
}
 .wpcf7-form>.form-group + p {
    width: 100%;
    max-width: 100% !important;
}

.wpcf7-form>.form-group + p textarea {
    resize: none;
}

.homeWrapper .form form>.form-group label {
    width: 100%;
    text-align: left;
	color: #000;
}
.booking-form .form.group form>.place-search-spn h5 {
    margin-bottom: 10px !important;
    line-height: normal !important;
    font-size: 18px !important;
}
.desk-icon-footer-location-pin {
    background-position: -109px -29px;
    height: 24px;
    width: 19px;
}
.desk-icon-blog, .desk-icon-fb, .desk-icon-insta, .desk-icon-tweet {
    height: 36px;
    width: 36px;
}
.dFooter_card-border {
    border-right: #ddd;
}
.dFooter_card-border, .dFooter_card {
    align-content: center;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

address.dFooter_address.py-6 {
    padding: 40px  0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
	margin: 40px auto 0;
    /* background: #fff; */
}

.dFooter_card-border p {
    margin: 0 !important;
}

.dFooter_card-30{
    flex-basis: 30%;
}

.align_center-XY {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%
}
.desk-icon-footer-location-pin {
    background-position: -109px -29px;
    height: 24px;
    width: 19px;
}
[class*=desk-icon-], [class*=menu-icon-], [class*=mob-icon-] {
    background-image: url(https://dpauls.com/_nuxt/img/desktop-sprite.c546dce.png);
    background-size: 678px 145px;
    filter: invert(1) brightness(10);
}
.dFooter_card-70 {
    flex-basis: 70%;
}
.desk-icon-footer-phone {
    background-position: -129px -29px;
    height: 20px;
    width: 19px;
}
.desk-icon-footer-enevlope {
    background-position: -149px -29px;
    height: 16px;
    width: 20px;
}
.dFooter_card.align_center-XY {
    gap: 30px;
}

.dFooter_card.align_center-XY .pipeline {
    font-size: 26px;
}
.footer .row>div.col-md-5 {
    padding-right: 70px;
}
.footer .row>div.col-md {
    padding-top: 140px;
}
.align_payment-opt p {
    margin: 0 0 !important;
}

.align_payment-opt >div {
    margin: 10px auto;
}

.align_payment-opt p.mr-1 {display: flex;gap: 5px}

span.fnt-13.clr-8f {
    font-weight: 200;
}
	.banner_inner {
    height: calc(100vh - 160px);
}
.header.fixed>.row>div.logo { 
    max-width: 160px; 
}
.d-download {
    text-align: center;   clear: both;
}

.d-download a {
    border: 1px solid;
    padding: 10px;
    display: inline-block;
    background: var(--primary);color: #fff;
}
 
.header>.row>div.menu form input#searchsubmit {
    background: #47a0ff;
    border: 2px solid #47a0ff;
    color: #fff;
    height: 38px;
    max-width: 100px;
    width: 100%;
    border-radius: 3px;
    position: absolute;
    right: 3px;
    bottom: 0;
    top: 0;
    margin: auto;
    font-weight: 500;
    font-family: 'Hanken Grotesk';
	transition: 0.3s ease all;
}
 
.header>.row>div.menu form input#searchsubmit:hover {
    background: #fff;
    color: #47a0ff;
}
#content form#searchform input#s {
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    margin: auto;
    background: none;
    border: none;
    padding-right: 110px;
    padding-left: 10px;
    outline: none;
}

form#searchform {
    position: relative;
    min-height: 45px;
}
span.woocommerce-Price-amount.amount {
    word-break: break-word;
    max-width: 110px;
    display: block;
}
.product-card:hover {
    box-shadow: 0px 4px 7px rgb(43 89 255 / 22%);
}
 #custom-owl-slider .item .slider-content .tours_details {
    max-width: max-content;
    background: #47a0ff;
    border: 2px solid #47a0ff;
    padding: 10px 30px;
    margin: 0 auto;
    display: flex;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    transition: 0.3s ease all;font-size: 16px; 
}

#custom-owl-slider .item .slider-content .tours_details:hover {
    background: #fff;
    color: #47a0ff;
}

.page-template-tours .banner {
    padding: 180px 0 90px;
    text-align: center;
    font-size: 38px;
    font-family: 'Playfair Display';
    letter-spacing: 1px;
    background-size: cover;
    background-position-y: center;
}

div#content .banner .banner-text :where(h1,p) {
    color: #fff;
}
 



div#content .banner .banner-text h1 {
    text-align: center;
    font-size: 38px;
    font-family: 'Playfair Display';
    letter-spacing: 1px;
    color: #fff;
    text-shadow: 0px 2px 2px black;
    margin-bottom: 0;
}

div#content .banner .banner-text p {
    font-size: 18px;
}
.products_page {
    padding: 80px 0 30px;
}
/* 17-11-2023 */
div#rmp-container-342 {
    max-width: 500px;
    background: #fffffff0;
    backdrop-filter: blur(10px);
}

div#rmp-menu-title-342 ,
div#rmp-menu-additional-content-342,
div#rmp-search-box-342 {
    display: none;
}

div#rmp-menu-wrap-342.rmp-menu-wrap {
    padding: 150px 30px 0;
}

div#rmp-menu-wrap-342.rmp-menu-wrap a.rmp-menu-item-link {
    padding: 0;
}

#rmp-menu-wrap-342 .rmp-menu-item:not(:last-child) {
    border-bottom: 1px dashed #ddd;
}

#rmp-menu-wrap-342 .rmp-menu-item a {
    text-transform: uppercase;
    color: #252525;
    padding: 10px 0;
    display: block;
}

#rmp-menu-wrap-342 .rmp-menu-item {
    padding: 20px 0;
}

body #rmp-menu-wrap-342 .rmp-menu-current-item .rmp-menu-item-link:hover,body #rmp-menu-wrap-342 .rmp-menu-current-item .rmp-menu-item-link {
    color: #4396ef;
}
#rmp_menu_trigger-342.is-active .responsive-menu-pro-inner, #rmp_menu_trigger-342.is-active .responsive-menu-pro-inner::before, #rmp_menu_trigger-342.is-active .responsive-menu-pro-inner::after,
#rmp_menu_trigger-342:hover .responsive-menu-pro-inner, #rmp_menu_trigger-342:hover .responsive-menu-pro-inner::before, #rmp_menu_trigger-342:hover .responsive-menu-pro-inner::after,
#rmp_menu_trigger-342 .responsive-menu-pro-inner, #rmp_menu_trigger-342 .responsive-menu-pro-inner::before, #rmp_menu_trigger-342 .responsive-menu-pro-inner::after{
	background: #fff;
}

@keyframes shake {
  0%,
  25%,
  83%,
  100% {
    transform: rotatez(0deg);
  }
  32.5%,
  62.5% {
    transform: rotatez(-5deg);
  }
  47.5%,
  75.5% {
    transform: rotatez(5deg);
  }
}

div#ht-ctc-chat {    animation: shake 1.5s infinite;}
 
.btn.tours_details:hover {
    background: #fff;
    color: #47a0ff;
}

.btn.tours_details {
    background: #47a0ff;
    color: #fff;
    padding: 13px 25px;
    border: 2px solid #47a0ff;
    transition: 0.3s ease all;
	font-weight: 600;
}
#rmp_menu_trigger-342{
	z-index: 9;
}
.wpcf7-response-output {
    background: #fff;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none; 
}
@media (min-width: 1280px){

	div#custom-owl-slider,
.owl-stage-outer, 
.owl-stage , 
.owl-item {
    height: 100%;
}
	.row.take_a_tour_sec>.container{
		padding-left: 0;padding-right: 0;
	}
}
