@import url("https://fonts.googleapis.com/css2?family=Alex+Brush&display=swap");
.travel-feature {
padding: 190px 45px 230px 95px;
background-size: cover;
position: relative;
backdrop-filter: blur(15px);
overflow: hidden;
}
.travel-feature:before {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: linear-gradient(0deg, #717D93 50%, #002148 100%);
opacity: 0.7;
backdrop-filter: blur(15px);
z-index: 0;
}
.travel-feature-bar {
display: flex;
align-items: flex-end;
position: relative;
}
.travel-feature-left {
width: 30%;
padding-right: 60px;
}
.travel-feature-right {
width: 70%;
}
.tab-menu {
overflow: hidden;
padding: 0 0 20px;
}
.tab-menu ul {
margin: 0;
padding: 0;
display: flex;
align-items: center;
justify-content: space-between;
}
.tab-menu ul li {
list-style: none;
}
.tab-menu ul li a.tab-a {
padding: 0 25px 40px;
font-size: 32px;
line-height: 40px;
color: #fff;
font-weight: 400;
text-transform: uppercase;
text-decoration: none;
display: inline-block;
position: relative;
font-family: "Bauer Bodoni", Sans-serif;
}
.tab-menu ul li a.tab-a:before {
content: "";
position: absolute;
bottom: 0;
left: -195px;
width: 100%;
height: 3px;
background: #C2C2C2;
}
.tab-menu ul li a.tab-a:after {
content: "";
position: absolute;
bottom: 0;
right: -195px;
left: 0;
width: auto;
height: 3px;
background: #C2C2C2;
}
.tab-menu ul li a.tab-a.active-a:before {
background: #FFCE93;
width: 46%;
left: 0;
}
.tab-menu ul li a.tab-a.active-a:after {
background: #FFCE93;
width: 46%;
right: 0;
left: auto;
}
.tab-menu ul li a.tab-a.active-a {
color: #FFCE93;
}
.tab-menu ul li a.tab-a span {
position: relative;
}
.tab-menu ul li a.tab-a.active-a span:before {
content: "";
position: absolute;
bottom: -44px;
left: 50%;
height: 14px;
width: 14px;
background: #FFCE93;
border-radius: 50%;
transform: translateX(-50%);
}
.travel-feature-img {
position: relative;
}
.travel-feature-img img {
width: 100%;
height: 500px;
border-radius: 8px;
object-fit: cover;
}
.travel-feature-item {
padding: 0 20px;
}
.travel-feature-text {
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 0 10px 20px;
text-align: center;
}
.travel-feature-text:before {
content: "";
position: absolute;
bottom: 0;
left: 0;
right: 0;
background-image: linear-gradient(to bottom, transparent, rgb(10, 31, 68, 0.8));
min-height: 240px;
border-radius: 0 0 8px 8px;
}
.travel-feature-text h2 {
font-size: 40px;
line-height: 40px;
font-weight: 400;
color: #fff;
text-transform: uppercase;
position: relative;
z-index: 1;
font-family: "Bauer Bodoni", Sans-serif;
}
.travel-feature-text p {
display: none;
}
.travel-feature-box button.slick-arrow {
position: absolute;
bottom: -160px;
right: 0;
height: 90px;
width: 90px;
border: 1px solid #FFFFFF;
border-radius: 50%;
font-size: 0;
z-index: 1;
} 
.travel-feature-box button.slick-arrow.slick-prev {
right: 110px;
background: url(https://interopa.co.uk/wp-content/uploads/2026/02/Arrow-3.png) no-repeat center;
}
.travel-feature-box button.slick-arrow.slick-next {
background: url(https://interopa.co.uk/wp-content/uploads/2026/02/Arrow-2.png) no-repeat center;
}
.tab {
display: none;
}
.tab.tab-active {
display: block;
}
.travel-feature-left h2 {
margin: 0;
font-size: 76px;
line-height: 100px;
font-weight: 400;
color: #fff;
text-transform: uppercase;
font-family: "Bauer Bodoni", Sans-serif;
}
.travel-feature-left p {
margin: 15px 0 25px;
font-size: 25px;
line-height: 40px;
font-weight: 400;
color: #fff;
} 
.travel-feature-text a {
display: none;
}
.travel-feature-left a {
text-decoration: none;
display: inline-flex;
align-items: center;
justify-content: center;
height: 50px;
padding: 0 25px;
background-image: linear-gradient(92deg, #E3B377 0%, #BC8345 100%);
border-radius: 14px;
font-size: 18px;
line-height: 18px;
color: #fff;
font-weight: 500;
text-transform: uppercase;
}
.travel-feature-box .slick-list {
margin-right: -50px;
padding-right: 70px;
}
.modal-body img {
width: 100%;
}
p.modal-location {
text-align: center;
margin: 20px 0 20px;
}
h2.modal-title {
color: #000;
text-align: center;
font-size: 32px;
line-height: 38px;
margin: 0 0 25px;
}
p.modal-excerpt {
text-align: center;
margin: 0 100px 20px;
font-size: 16px;
line-height: 26px;
}
h3.modal-subtitle {
text-align: center;
color: #000;
font-size: 25px;
line-height: 30px;
font-family: "Alex Brush", cursive;
margin: 0;
}
.close-button {
position: absolute;
top: -20px !important;
right: -20px !important;
cursor: pointer;
font-size: 30px;
height: 40px;
width: 40px;
background: #000;
border-radius: 50%;
display: inline-flex;
align-items: center;
justify-content: center;
color: #fff;
font-weight: 700;
padding: 0 0 5px;
}
.modal-body img.modal-side-logo {
height: auto;
width: auto;
position: absolute;
top: 48%;
} .tab-menu ul li a.tab-a.active-a:after {
z-index: 1;
}
.tab-menu ul li a.tab-a.active-a:before {
z-index: 1;
}
.travel-feature-left a {
margin: 10px 0 0;
}
@media screen and (max-width: 1800px) {
.travel-feature {
padding: 190px 40px 230px 40px;
}
.tab-menu ul li a.tab-a.active-a span:before {
bottom: -46px;
}
.travel-feature-left h2 {
font-size: 85px;
line-height: 90px;
}
}  
@media screen and (max-width: 1600px) {
.tab-menu ul li a.tab-a {
font-size: 30px;
line-height: 38px;
}
.travel-feature-left h2 {
font-size: 75px;
line-height: 80px;
}
.travel-feature-text h2 {
font-size: 32px;
line-height: 32px;
}
.travel-feature-img img {
height: 450px;
}
.travel-feature-left p {
font-size: 22px;
line-height: 35px;
}
}
@media screen and (max-width: 1500px) {
.travel-feature-left h2 {
font-size: 60px;
line-height: 65px;
}
}
@media screen and (max-width: 1400px) {
.tab-menu ul li a.tab-a {
padding: 0 25px 30px;
font-size: 26px;
line-height: 34px;
}
.tab-menu ul li a.tab-a:before {
left: -120px;
}
.tab-menu ul li a.tab-a:after {
right: -100px;
}
.tab-menu ul li a.tab-a.active-a span:before {
bottom: -37px;
}
.travel-feature-left h2 {
font-size: 55px;
line-height: 60px;
}
.travel-feature-left p {
margin: 15px 0 20px;
font-size: 20px;
line-height: 30px;
}
.travel-feature-img img {
height: 400px;
}
.travel-feature-text h2 {
font-size: 30px;
line-height: 30px;
}
.travel-feature-box button.slick-arrow {
bottom: -100px;
height: 60px;
width: 60px;
}
.travel-feature-box button.slick-arrow.slick-prev {
right: 80px;
}
.travel-feature {
padding: 100px 40px 180px 40px;
}
}
@media screen and (max-width: 1300px) {
.travel-feature-left h2 {
font-size: 55px;
line-height: 60px;
}
.travel-feature-left p {
font-size: 18px;
line-height: 26px;
}
.travel-feature-img img {
height: 350px;
}
.travel-feature-text h2 {
font-size: 24px;
line-height: 24px;
}
}
@media screen and (max-width: 1200px) {
.tab-menu ul li a.tab-a {
font-size: 22px;
line-height: 30px;
}
.travel-feature-item {
padding: 0 10px;
}
.travel-feature-box .slick-list {
margin-right: -40px;
padding-right: 50px;
}
.travel-feature-left h2 {
font-size: 45px;
line-height: 50px;
}
}
@media screen and (max-width: 1100px) {
.tab-menu ul li a.tab-a {
padding: 0 20px 30px;
}
.travel-feature-left {
padding-right: 30px;
}
.travel-feature-left h2 {
font-size: 40px;
line-height: 45px;
}
.travel-feature-img img {
height: 320px;
}
}
@media screen and (max-width: 1024px) {
.tab-menu ul li a.tab-a {
padding: 0 15px 20px;
font-size: 20px;
line-height: 28px;
}
.tab-menu ul li a.tab-a.active-a span:before {
bottom: -27px;
}
.travel-feature {
padding: 80px 20px 140px 20px
}
}
@media screen and (max-width: 991px) {
.travel-feature-bar {
flex-wrap: wrap;
}
.travel-feature-left {
width: 100%;
padding:0 0 40px;
}
.travel-feature-right {
width: 100%;
}
.travel-feature {
padding: 60px 20px 140px 20px;
}
.travel-feature-box button.slick-arrow {
bottom: -80px;
height: 50px;
width: 50px;
}
.travel-feature-box button.slick-arrow.slick-prev {
right: 70px;
}
.tab-menu ul li:last-child a.tab-a.active-a:before {
width: 44%;
}
.tab-menu ul li:last-child a.tab-a.active-a:after {
width: 45%;
}
.travel-feature-img img {
height: 300px;
}
.modal {
padding: 0 20px;
z-index: 99 !important;
}
.close-button {
top: -15px !important;
right: -15px !important;
font-size: 25px !important;
height: 35px;
width: 35px;
padding: 0 0 4px;
}
p.modal-excerpt {
margin: 0 20px 20px;
}
}
@media screen and (max-width: 767px) {
.tab-menu ul li a.tab-a {
padding: 0 10px 20px;
font-size: 12px;
line-height: 20px;
}
.tab-menu ul li a.tab-a:before {
left: -60px;
}
.tab-menu ul li a.tab-a:after {
right: -60px;
}
.tab-menu ul li a.tab-a.active-a:before {
width: 43%;
}
.tab-menu ul li a.tab-a.active-a:after {
width: 42%;
}
.tab-menu ul li a.tab-a.active-a span:before {
bottom: -28px;
}
.travel-feature-img img {
height: 280px;
}
.travel-feature-text h2 {
font-size: 24px;
line-height: 24px;
}
.travel-feature-left h2 {
font-size: 32px;
line-height: 36px;
} 
p.modal-location {
text-align: center;
margin: 10px 0 15px;
}
h2.modal-title {
font-size: 26px;
line-height: 30px;
margin: 0 0 15px;
}
p.modal-excerpt {
margin: 0 0 15px;
font-size: 16px;
}
.modal-body img.modal-side-logo {
height: 50px;
width: 50px;
top: 39%;
}
}
@media screen and (max-width: 400px) {
.tab-menu ul li a.tab-a {
padding: 0 6px 15px;
}
.tab-menu ul li a.tab-a.active-a span:before {
bottom: -23px;
}
.tab-menu ul li a.tab-a:before {
left: -30px;
}
.tab-menu ul li a.tab-a:after {
right: -30px;
}
.tab-menu ul li:last-child a.tab-a.active-a:before {
width: 39%;
}
.tab-menu ul li:last-child a.tab-a.active-a:after {
width: 39%;
}
}
.modal {
display: none;
position: fixed;
z-index: 9999;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.7);
}
.modal.show {
display: flex;
align-items: center;
justify-content: center;
}
.modal-content {
background: #fff;
padding: 30px;
max-width: 700px;
width: 90%;
position: relative;
}
.close-button {
position: absolute;
top: 10px;
right: 15px;
cursor: pointer;
font-size: 30px;
}
.cust-interopa-loop-item .cust-interopa-loop-inner .elementor-heading-title {display: none;}
.cust-interopa-loop-item .cust-interopa-loop-inner .elementor-button{display: none;}
.cust-interopa-loop-item:hover .cust-interopa-loop-inner .elementor-heading-title {display: block;}
.cust-interopa-loop-item:hover .cust-interopa-loop-inner .elementor-button{display: block;}
.cust-interopa-loop-item:hover .cust-interopa-loop-inner {border: 1px solid #D17D20 !important;}.clearfix::before,.clearfix::after{content:" ";display:table;clear:both}.eael-testimonial-slider.nav-top-left,.eael-testimonial-slider.nav-top-right,.eael-team-slider.nav-top-left,.eael-team-slider.nav-top-right,.eael-logo-carousel.nav-top-left,.eael-logo-carousel.nav-top-right,.eael-post-carousel.nav-top-left,.eael-post-carousel.nav-top-right,.eael-product-carousel.nav-top-left,.eael-product-carousel.nav-top-right{padding-top:40px}.eael-contact-form input[type=text],.eael-contact-form input[type=email],.eael-contact-form input[type=url],.eael-contact-form input[type=tel],.eael-contact-form input[type=date],.eael-contact-form input[type=number],.eael-contact-form textarea{background:#fff;box-shadow:none;-webkit-box-shadow:none;float:none;height:auto;margin:0;outline:0;width:100%}.eael-contact-form input[type=submit]{border:0;float:none;height:auto;margin:0;padding:10px 20px;width:auto;-webkit-transition:all .25s linear 0s;transition:all .25s linear 0s}.eael-contact-form.placeholder-hide input::-webkit-input-placeholder,.eael-contact-form.placeholder-hide textarea::-webkit-input-placeholder{opacity:0;visibility:hidden}.eael-contact-form.placeholder-hide input::-moz-placeholder,.eael-contact-form.placeholder-hide textarea::-moz-placeholder{opacity:0;visibility:hidden}.eael-contact-form.placeholder-hide input:-ms-input-placeholder,.eael-contact-form.placeholder-hide textarea:-ms-input-placeholder{opacity:0;visibility:hidden}.eael-contact-form.placeholder-hide input:-moz-placeholder,.eael-contact-form.placeholder-hide textarea:-moz-placeholder{opacity:0;visibility:hidden}.eael-custom-radio-checkbox input[type=checkbox],.eael-custom-radio-checkbox input[type=radio]{-webkit-appearance:none;-moz-appearance:none;border-style:solid;border-width:0;outline:none;min-width:1px;width:15px;height:15px;background:#ddd;padding:3px}.eael-custom-radio-checkbox input[type=checkbox]:before,.eael-custom-radio-checkbox input[type=radio]:before{content:"";width:100%;height:100%;padding:0;margin:0;display:block}.eael-custom-radio-checkbox input[type=checkbox]:checked:before,.eael-custom-radio-checkbox input[type=radio]:checked:before{background:#999;-webkit-transition:all .25s linear 0s;transition:all .25s linear 0s}.eael-custom-radio-checkbox input[type=radio]{border-radius:50%}.eael-custom-radio-checkbox input[type=radio]:before{border-radius:50%}.eael-post-elements-readmore-btn{font-size:12px;font-weight:500;-webkit-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;display:inline-block}.elementor-lightbox .dialog-widget-content{width:100%;height:100%}.eael-contact-form-align-left,.elementor-widget-eael-weform.eael-contact-form-align-left .eael-weform-container{margin:0 auto 0 0;display:inline-block;text-align:left}.eael-contact-form-align-center,.elementor-widget-eael-weform.eael-contact-form-align-center .eael-weform-container{float:none;margin:0 auto;display:inline-block;text-align:left}.eael-contact-form-align-right,.elementor-widget-eael-weform.eael-contact-form-align-right .eael-weform-container{margin:0 0 0 auto;display:inline-block;text-align:left}.eael-force-hide{display:none !important}.eael-d-none{display:none !important}.eael-d-block{display:block !important}.eael-h-auto{height:auto !important}.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating~.count{display:none}.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating{display:none}.sr-only{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.elementor-widget-eael-adv-tabs .eael-tab-content-item,.elementor-widget-eael-adv-accordion .eael-accordion-content,.elementor-widget-eael-data-table .td-content,.elementor-widget-eael-info-box .eael-infobox-template-wrapper,.elementor-widget-eael-countdown .eael-countdown-expiry-template,.elementor-widget-eael-countdown .eael-countdown-container,.elementor-widget-eael-cta-box .eael-cta-template-wrapper,.elementor-widget-eael-toggle .eael-toggle-primary-wrap,.elementor-widget-eael-toggle .eael-toggle-secondary-wrap,.elementor-widget-eael-protected-content .eael-protected-content-message,.elementor-widget-eael-protected-content .protected-content,.eael-offcanvas-content-visible .eael-offcanvas-body,.elementor-widget-eael-stacked-cards .eael-stacked-cards__item{position:relative}.elementor-widget-eael-adv-tabs .eael-tab-content-item:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-adv-accordion .eael-accordion-content:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-data-table .td-content:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-info-box .eael-infobox-template-wrapper:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-countdown .eael-countdown-expiry-template:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-countdown .eael-countdown-container:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-cta-box .eael-cta-template-wrapper:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-toggle .eael-toggle-primary-wrap:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-toggle .eael-toggle-secondary-wrap:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-protected-content .eael-protected-content-message:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-protected-content .protected-content:hover .eael-onpage-edit-template-wrapper,.eael-offcanvas-content-visible .eael-offcanvas-body:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-stacked-cards .eael-stacked-cards__item:hover .eael-onpage-edit-template-wrapper{display:block}.eael-widget-otea-active .elementor-element:hover>.elementor-element-overlay,.eael-widget-otea-active .elementor-empty-view,.eael-widget-otea-active .elementor-add-section-inline,.eael-widget-otea-active .elementor-add-section{display:initial !important}.eael-onpage-edit-template-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;display:none;border:2px solid #5eead4}.eael-onpage-edit-template-wrapper::after{position:absolute;content:"";top:0;left:0;right:0;bottom:0;z-index:2;background:#5eead4;opacity:.3}.eael-onpage-edit-template-wrapper.eael-onpage-edit-activate{display:block}.eael-onpage-edit-template-wrapper.eael-onpage-edit-activate::after{display:none}.eael-onpage-edit-template-wrapper .eael-onpage-edit-template{background:#5eead4;color:#000;width:150px;text-align:center;height:30px;line-height:30px;font-size:12px;cursor:pointer;position:relative;z-index:3;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.eael-onpage-edit-template-wrapper .eael-onpage-edit-template::before{content:"";border-top:30px solid #5eead4;border-right:0;border-bottom:0;border-left:14px solid rgba(0,0,0,0);right:100%;position:absolute}.eael-onpage-edit-template-wrapper .eael-onpage-edit-template::after{content:"";border-top:0;border-right:0;border-bottom:30px solid rgba(0,0,0,0);border-left:14px solid #5eead4;left:100%;position:absolute}.eael-onpage-edit-template-wrapper .eael-onpage-edit-template>i{margin-right:8px}.elementor-edit-area-active .eael_wd_liquid_glass_shadow-effect1,.elementor-edit-area-active .eael_wd_liquid_glass_shadow-effect2,.elementor-edit-area-active .eael_wd_liquid_glass_shadow-effect3,.elementor-edit-area-active .eael_wd_liquid_glass_shadow-effect4{-webkit-box-shadow:inherit !important;box-shadow:inherit !important}