<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Theme Name:     mauiwhaleadventures
 * Author:         Brainstorm Force
 * Template:       astra
 * Text Domain:	   mauiwhaleadventures
 * Description:    The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 5,700+ five-star reviews! Itâ€™s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. Itâ€™s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
 */


body {
    font-family: "Urbanist", Sans-serif;
}

.page-id-8 .ast-header-button-1 {
    display:none;
}
section.error-404.not-found {
    background: none !important;
}

/* -----------Vieo CSS-------------- */


#muteButton {
    padding: 10px 20px;
    background-color: #333;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 16px;
    margin-top: 10px;
}

#muteButton:hover {
    background-color: #555;
}

.custom-video-container {
    margin-top: -100px;
    position: relative;
}
#muteButton {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
}



/*.main-header-bar{
box-shadow: 0px 4px 74px 20px rgba(0, 59, 116, 1);
}*/
.ast-builder-footer-grid-columns {
    padding: 50px 62px;
   /* background: #155399; */
    border-radius: 40px;
  /*  background: url('https://kaanapalibeachparasailing.com/wp-content/uploads/2025/02/DJI_0091-1-1.png'); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

  .ast-primary-header-bar{
background: rgb(35 58 78 / 83%) !important;
}
 .hero-section{
margin-top:-106px!important;
}

.ast-custom-button{
    background-color: #254f9f;
        border: 1px solid #4A748A;
}
 .activity-content{
    background: #fff !important;
}

 .activity-content p,.page-id-257 .activity-content h3{
	color:#000!important;
}
  .site-footer&gt;div {
    background-color: #003A51 !important;
}

.site-footer .menu-link:hover,.site-footer .contact-item a:hover{
	color:#6db6ff;
}

 span.activity-price {
    border: 1px solid #a2caf0;
    background: #FFF;
    color: #fff;
    padding: 5px 25px;
    font-size: 24px;
}


 .activity-image:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 40%;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 26, 51, 1) 20%, rgba(0, 26, 51, 0) 100%);
}

 .activity-image,.page-id-257 .activity-info{
position:relative;
}


 .ast-builder-menu-1 .menu-item:hover{
    color: #5892ff;
}

.ast-primary-header-bar{
    background-color: rgb(0 46 86 / 80%) !important;
}

.site-footer&gt;div {
    background-color: #003A51 !important;
}


/* --------------------------------Testimonial Section Style------------------------- */

.testimonial-slider {
    margin: auto;
    position: relative;
}

.splide__slide {
    display: flex;
    justify-content: center;
}

.testimonial-card {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 300px;
}

.rating {
    font-size: 20px;
    color: #f5a623;
}

.star {
    color: lightgray;
}

.filled {
    color: #f5a623;
}

.author-image img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

/* Center navigation arrows below the slider */
.custom-arrows {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    gap: 10px;
}

.splide__arrow {
    background: rgba(255, 255, 255, 0.8);
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

.splide__arrow:hover {
    background: rgba(255, 255, 255, 1);
}

/* ------------------------------Activity Section Style---------------------------- */
.activity-content p {
    margin: 0 !important;
}

.activity-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.activity-card {
    width: 350px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    background: white;
    text-align: center;
    transition: transform 0.3s ease;
	display: flex;
    flex-direction: column;
}

.activity-card:hover {
    transform: translateY(-5px);
}

.activity-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
	object-position:top;
}

.activity-price {
    background: rgba(8, 9, 14, .5);;
    color: white;
    padding: 5px 10px;
    border-radius: 10px;
    font-weight: bold;
    display: inline-block;
    margin: 10px 0;
 display: flex;
    flex-direction: column;
    padding: 10px 10px;
}
span.from{
background: #ffff;
    color: #000;
    padding: 5px;
    font-size: 10px;
    border-radius: 5px;
}
}
.splide__pagination{
bottom:-20px !important;
margin:auto !important;
background:#ffffff !important;
width:fit-content !important;
border-radius: 5px !important;
}
.activity-button {
    display: inline-block;
    background: #003A51;
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
}

.activity-button:hover {
    background: #005bb5;
}


/* -------------------------------Designer CSS---------------------*/

.site-header{
	position:fixed!important;
    top:0;
    width:100%;
}

.ast-primary-header-bar {
  /*  border-radius: 0px 0px 25px 25px !important; */
    margin-bottom: -25px !important;
    border: none !important;
}

.elementor-element-5c28b69 {
    position: relative;
}

.elementor-element-5c28b69::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, rgb(0 58 81) 0%, rgba(0, 26, 51, 0) 6%);
}
.elementor-element-f351d91&gt;.e-con-inner {
    align-items: center !important;
}

.elementor-element-b12c100 .elementor-heading-title {
    font-size: 50px !important;
}

.elementor-element-b01eb9f {
    font-size: 20px !important;
}

.elementor-element-804f071 {
    width: 60% !important;
    margin-bottom: 10% !important;
}

.elementor-element-804f071 img {
    width: 100% !important;
}

.elementor-element-e6c03fd {
    width: 55% !important;
    margin-left: -17% !important;
    background: rgb(0 26 51 / 70%) !important;
    backdrop-filter: blur(20px) !important;
}

.elementor-element-b01eb9f .elementor-widget-container {
    opacity: 0.8;
    font-weight: 400;
}

.elementor-element-2e8a9a3 {
    background-size: cover;
    background-color: #001A33;
}

.activity-grid {
/*     gap: 0px !important; */
	justify-content: flex-start;
    justify-content: center !important;
}

.activity-card {
    width: calc(45% - 20px) !important;
    background: none;
    box-shadow: none !important;
}

.activity-image {
    width: 100%;
    background: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
    position:relative;
}
.activity__main_metadata{
position:absolute;
bottom:0;
display:flex;
width: 100%;
    justify-content: space-between;
    align-items: center;
    padding:20px 30px;
}
.activity-content {
    width: 100%;
    background: #fff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 20px 20px 30px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.activity-content .activity-button {
/*background-image: linear-gradient(to right, #046BD2, #082E52, #046BD2);*/
background-color:#03DBD9;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 500;
	margin-top:20px;
        background-size: 300% 100%;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    color:#000000;
}
.activity-content .activity-button:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.elementor-element-79801b8 {
    gap: 0 !important;
    overflow-x: hidden;
}

.elementor-element-baa3688 {
    margin-right: 50% !important;
    width: 50% !important;
    position: relative;
    z-index: 9;
}

.elementor-element-baa3688::after {
    content: "";
    position: absolute;
    top: 0;
    right: -540%;
    height: calc(100% + 120px);
    width: 500%;
    background: #206E91;
    border-radius: 50px 0 0 0;
}

.elementor-element-8ecc886,
.elementor-element-92e74bc {
    position: relative;
    z-index: 4;
}

.elementor-element-92e74bc {
    opacity: 0.8;
}

.elementor-element-baa3688 h2.elementor-heading-title {
    width: 100%;
}

.elementor-element-a396a3b {
    width: 50% !important;
    position: absolute !important;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.elementor-element-a396a3b img {
    border-radius: 20px !important;
    width: 100% !important;
    height: 400px !important;
    object-fit: cover !important;
}

.testimonial-card {
    width: 100% !important;
    max-width: 100% !important;
}

.elementor-element-83308a1 .splide__slide.is-prev,
.elementor-element-83308a1 .splide__slide.is-next {
    transform: scale(0.9);
    opacity: 0.8;
    transition: 0.3s;
}

/* .elementor-element-83308a1 .splide__slide.splide__slide--clone.is-visible {
    transform: scale(0.9);
    opacity: 0.8;
    transition: 0.3s;
} */

.elementor-element-83308a1 .splide__arrow {
    position: unset;
    transform: inherit;
    background: #fff;
    opacity: 1;
    color: #0066CC !important;
}

footer#colophon .site-primary-footer-wrap {
    border: none !important;
}


.activity-info {
    width: 90%;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top:20px;
    flex:1;
}

.activity-info h3 {
    margin: 0;
    text-align:left;
}

span.activity-price {
    margin: 0;
    padding: 5px 20px;
    background: #003A51;
    border-radius: 100px;
    font-weight: 600;
    font-size: 22px;
}

.activity-content p {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left !important;
    font-size: 20px;
    opacity: 0.8;
}

.testi_title {
    display: inline-block;
    width: 100% !important;
    text-align: left;
}

.testi_title h3 {
    margin: 0;
}

.rating {
    display: inline-block;
    width: 100% !important;
    text-align: left;
}

.testimonial-content p {
    text-align: left;
    margin: 15px 0;
}

.testimonial-author {
    display: inline-flex;
    align-items: center;
    justify-content: right;
    width: 100%;
    gap: 10px;
}

.author-name {
    color: #152A69;
    opacity: 0.8;
    font-weight: 500;
    margin: 0;
}

.author-title {
    color: #282828;
    opacity: 0.8;
    font-weight: 400;
    margin: 0;
}

.rating .star {
    font-size: 25px;
}

section#block-19 {
    display: none !important;
}

#block-27 {
    margin: 0 !important;
}

#block-27 h2,
#block-30 {
    margin: 0 0 20px 0 !important;
}

#block-27 h2 {
    color: white;
    font-size: 22px;
}

#block-30 h2 {
    color: white;
    font-size: 22px;
    margin: 0 !important;
}

.filled {
    color: #00386E !important;
}

.ast-mobile-header-content.content-align-flex-start {
    top: 130px;
    padding: 20px;
}

div#booking-iframe-container:before {
    content: "";
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: calc(100vh + 10vh);
    width: calc(100% + 20%);
    background: #000;
    opacity: 0.8;
    z-index: 5;
}

div#booking-iframe-container {
    position: fixed;
    z-index: 99;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 90vh;
    width: 90%;
}

div#booking-iframe-container button {
   position: fixed !important;
    z-index: 9999999 !important;
    top: 20px !important;
    left: calc(100% - 60px) !important;
    bottom: inherit !important;
    right: inherit !important;
    background: #ffffff4d !important;
    height: 40px !important;
    width: 40px !important;
    border-radius: 50% !important;
    border: 1px solid rgba(255, 255, 255, .5) !important;
    opacity: 1 !important;
    box-sizing: border-box !important;
    padding: 0 !important;
    margin: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

div#booking-iframe-container #booking-iframe {
    height: calc(100% - 50px);
    width: 100%;
    position: relative;
    z-index: 9;
    border-radius: 15px;
}

.eael-accordion-list {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
}
.eael-adv-accordion .eael-accordion-list .eael-accordion-header .eaa-svg svg {
fill:#333!important;}
.testimonial-slider .testimonial-content p {
   margin-bottom: 15px; 
}

.cf-ur-msg{
    height: 148px;
}
 
 
.ast-single-post .entry-content a{
    text-decoration: none !important;
}
 
.cf-ur-msg{
    height: 148px;
}
p.con-info{
	font-size:20px !important;
}
.activity__taxonomies{
display:flex;
gap:10px;
margin:0;
}
.activity__metadata ul li{
list-style:none;
}
li.taxonomy{
    display: flex;
    align-items: center;
    gap: 5px;
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 40px;
}
span.taxonomy-label{
display:flex;
}
.activity-btn-learnmore .activity-button{
    background-color: transparent;
    color: #000000;
    border: 1px solid #03DBD9;
    }
    .btn_main{
    	display:flex;
        gap:20px;
        justify-content:center;
    }
}

.testimonial-tr{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.author-info{
	display:flex;
    
}
.testimonial-header{
 display:flex;
 gap:20px;
}
.testimonial-tr{
    display: flex;
    flex-direction: column;
}
#ast-hf-menu-1 .sub-menu li{
	background-color:#254565;
}
.ast-primary-header-bar {
  position: sticky;
  top: 0;
  z-index: 9999;
  background-color: #fff; /* Or your header background */
}

.eael-accordion-list {
    align-items: normal;
}

/*----Contact us CSS---*/
.contact-us-form-section {
    border: 2px solid rgb(0 46 86 / 80%) !important;
    box-shadow: 0px 0px 100px 0px rgb(44 83 103 / 10%) !important;
    padding: 30px 30px 10px 30px !important;
}

.contact-us-form-section .form-row {
    display: inline-flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0 !important;
}

.contact-us-form-section .form-group {
    width: 48%;
}

.contact-us-form-section label {
    font-size: 18px;
    font-weight: 700;
    text-align: left !important;
    width: 100% !important;
    display: inline-block;
    color:#04445A
}

.contact-us-form-section p {
    margin-bottom: 0 !important;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.contact-us-form-section label input,
.contact-us-form-section label textarea {
    margin-top: 10px;
    margin-bottom: 15px;
    border: 1px solid rgb(40 40 40 / 40%) !important;
    padding: 10px 14px !important;
    border-radius: 8px;
    background: #e6f8fe;
}

.contact-us-form-section label input {
    height: 47px;
}
.contact-us-form-section label input:placeholder,
.contact-us-form-section label textarea:placeholder{
	color:#d3d3d3!important;
}

.contact-us-form-section label textarea {
    height: 150px;
}

.contact-us-form-section label input::placeholder,
.contact-us-form-section label textarea::placeholder {
}

.contact-us-form-section label br {
    display: none !important;
}

.contact-us-form-section .cstm-btn {
    background: linear-gradient(-45deg, #03DBD9 0%, #03DBD9 100%) !important;
    padding: 15px 70px !important;
    font-size: 18px !important;
    border-radius: 10px !important;
}

input.wpcf7-text.cstm-firstname::placeholder,
input.wpcf7-text.cstm-lastname::placeholder,
input.wpcf7-text.cstm-email::placeholder,
textarea.wpcf7-textarea.cf-ur-msg::placeholder {
    color: #04445A !important;
}

.wpcf7 input.cstm-firstname.cstm-lastname,::placeholder {
    font-family: '"Urbanist", Sans-serif';
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    display: none;
}


/*******  Latest Css ********/
.private-hero-container{
    padding-top: 84px;
}
.right-date-wrapper{
    margin-top: -45vh;
        height: 100%;
        border-radius: 15px;
        overflow: hidden;
}
.related-activities .activity-card .term{
    font-size: 11px!important;
}
.related-activities .activity-card .taxonomy-label svg{
    width: 16px;
    height: 16px;
}
.related-activities .activity-card li.taxonomy{
    padding: 3.2px 6.4px;
    line-height: 1;
}
.related-activities .activity-card span.from{
        margin-bottom: .25rem;
    padding-right: .5rem;
    padding-left: .5rem;
    background-color: #f5f7f9;
    color: #08090e;
    font-size: .75rem;
    line-height: .875rem;
    text-transform: uppercase;
        border-radius: 2px;
}
.related-activities .activity-card .activity-price span:not(.from){
        line-height: 1.5rem;
    letter-spacing: -.03rem;
    font-size: 1.375rem;
}
.related-activities .activity-card .activity-price{
        padding: .25rem;
    background: rgba(8, 9, 14, .5);
    -webkit-box-shadow: 0 0 0 1px #08090e;
    box-shadow: 0 0 0 1px #08090e;
    color: #f5f7f9;
    text-align: center;
    z-index: 1;
    max-width: 34%;
    border-radius: 4px;
}
.related-activities .activity-card .activity-content h3{
flex:1;
    margin-top: 0 !important;
    font-size: 1.5rem;
    line-height: 2rem;
    -webkit-transition: .1s opacity cubic-bezier(.58,.3,.51,.82);
    transition: .1s opacity cubic-bezier(.58,.3,.51,.82);
    font-family: var(--font-headline-name, "Open Sans", sans-serif), "Open Sans", sans-serif;
}
.related-activities .activity-card:hover .activity-content h3 {
    opacity: .5;
}

.related-activities .activity-card .activity-content p{
    font-size: 16px!important;
    line-height: 1.4!important;
}

.related-activities .activity-card .activity__taxonomies {
    padding: 0;
}.related-activities .activity-card .activity-content .activity-button{
    font-size: 16px!important;
    line-height: 1.4;
    padding: 12px 30px!important;
}
@media (max-width: 1200px) {
.related-activities .activity-card{
    max-width: 50%;
}
}
@media (max-width: 768px) {
  .related-activities .activity-card{
    max-width: 100%;
}  
}
@media (max-width: 1024px) {
    .right-date-wrapper{
        margin-top: 0;
    }
}
@media (max-width: 1350px) {

    .elementor-element-fc5e1a4 h2,
    .elementor-element-8ecc886 h2,
    .elementor-element-b12c100 .elementor-heading-title {
        font-size: 40px !important;
        line-height: 50px !important;
    }

    .activity-content p,
    .elementor-element-92e74bc span,
    .elementor-element-b01eb9f .elementor-widget-container {
        line-height: 30px !important;
        font-size: 18px !important;
    }

    .activity-info {
        margin-top: 10px;
    }

    .testimonial-content p {
        line-height: 23px;
    }

    .elementor-element-a396a3b img {
        height: 300px !important;
    }
}

@media (max-width: 1300px) {

    .elementor-element-f351d91,
    .elementor-element-2e8a9a3,
    .elementor-element-79801b8,
    .elementor-element-64033a1,
    .site-footer {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}
@media (max-width: 1200px) {
    .activity-card{
        width: calc(50% - 12px) !important;
    }
    .activity-info h3{
        font-size: 18px;
    }
    .span.activity-price{
        font-size: 16px;
    }
	
} 
@media (max-width: 1024px) {
    .elementor-element-f351d91&gt;.e-con-inner {
        flex-direction: row !important;
        align-items: flex-start !important;
    }

    .elementor-element-e6c03fd {
        margin-top: 10% !important;
    }

    .elementor-element-804f071 {
        margin: 0 !important;
    }

    .activity-content .activity-button {
        font-size: 20px !important;
    }

    .elementor-element-64033a1 {
        padding: 0 !important;
    }

    footer#colophon .site-primary-footer-wrap {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    div#ancr-170 {
        padding-right: 70px;
    }
}

@media (max-width: 992px) {
    .ast-builder-grid-row-3-equal .ast-builder-grid-row {
        width: 100% !important;
        display: inline-flex !important;
        justify-content: space-between !important;
    }

    .ast-builder-footer-grid-columns {
        padding: 50px 30px !important;
    }

    /* .elementor-element-baa3688 {
        padding-bottom: 150px !important;
    }

    .elementor-element-a396a3b {
        margin-top: -120px !important;
    } */

    .elementor-element-64033a1 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media (max-width: 768px) {
    .elementor-element-f351d91&gt;.e-con-inner {
        flex-direction: column !important;
        align-items: center !important;
    }

    .elementor-element-804f071 {
        width: 100% !important;
    }

    .elementor-element-e6c03fd {
        width: 90% !important;
        margin-left: 0% !important;
        margin-top: -120px !important;
    }

    .activity-grid {
        flex-direction: column !important;
    }

    .activity-card {
        width: 100% !important;
    }

    .elementor-element-79801b8&gt;.e-con-inner {
        flex-direction: column !important;
    }

    .elementor-element-baa3688 {
        width: 100% !important;
        margin: 0 !important;
        padding: 40px 40px 150px !important;
        border-radius: 20px !important;
    }

    .elementor-element-a396a3b {
        width: 100% !important;
        position: unset !important;
        transform: inherit !important;
    }

    .elementor-element-baa3688::after {
        display: none !important;
    }

    .ast-builder-grid-row-3-equal .ast-builder-grid-row {
        flex-wrap: wrap !important;
    }

    .site-footer-primary-section-1 {
        width: 100%;
        margin-bottom: 30px !important;
    }

    .site-footer-primary-section-2,
    .site-footer-primary-section-3 {
        width: 49%;
    }

    .ast-builder-footer-grid-columns {
        padding: 30px !important;
        grid-column-gap: inherit !important;
    }
    
    div#booking-iframe-container button {
    top: 8px !important;
}
}

@media (max-width: 767px) {

    .elementor-element-f351d91 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .elementor-element-2e8a9a3,
    .elementor-element-64033a1{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
     .site-footer {
     padding: 0 !important;
     }

    .elementor-element-79801b8 {
        padding: 0 !important;
    }

    .elementor-element-79801b8&gt;.e-con-inner {
        padding-top: 0 !important;
    }

    .elementor-element-baa3688 {
        padding-left: 20px !important;
        padding-right: 20px !important;
        border-radius: 0 !important;
        padding-bottom: 150px !important;
    }

    .elementor-element-a396a3b {
        margin-top: -120px !important;
    }

    .activity-info h3 {
        font-size: 24px;
    }
}

@media (max-width: 576px) {
#muteButton{
	bottom:10px;
}
    .site-footer-primary-section-2,
    .site-footer-primary-section-3 {
        width: 100%;
    }

    .elementor-element-fc5e1a4 h2,
    .elementor-element-8ecc886 h2,
    .elementor-element-b12c100 .elementor-heading-title {
        font-size: 26px !important;
        line-height: 36px !important;
    }

    .activity-content p,
    .elementor-element-92e74bc span,
    .elementor-element-b01eb9f .elementor-widget-container {
        line-height: 26px !important;
        font-size: 16px !important;
    }

    .activity-info {
        margin-bottom: 20px !important;
    }

    .activity-content .activity-button {
        font-size: 18px !important;
    }

    .elementor-element-e6c03fd&gt;.e-con-inner {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .elementor-element-e6c03fd {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    a.custom-logo-link img {
        width: 100px;
    }

    .ast-mobile-header-content.content-align-flex-start {
        top: 90px;
        padding: 20px;
    }

    .ancr .ancr-inner p,
    .ancr .ancr-inner a {
        font-size: 16px !important;
    }


 .contact-us-form-section .form-row {
        flex-direction: column;
    }
    .site-footer{
    padding: 0px 50px 0px 50px;
    background: #06BBF9;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

    .contact-us-form-section .form-group {
        width: 100%;
    }


}

@media (max-width: 450px) {
    .activity-image {
        width: 100%;
    }
    .custom-video-container{
	margin-top:10px;
}
.custom-video-container video{
    min-height: 350px;
    object-fit: cover;
    object-position: center;
}
	.activity__taxonomies{
	flex-direction: column;
   }
    .activity-info {
        width: 100%;
    }

    .activity-info h3 {
        font-size: 18px;
        text-align: left;
    }

    .elementor-element-e6c03fd {
        margin-top: -70px !important;
    }

    span.activity-price {
        padding: 5px 15px;
        font-size: 18px;
    }

    .ancr .ancr-inner p,
    .ancr .ancr-inner a {
        font-size: 14px !important;
    }
}

/* ----Banner Button CSS---- */

.banner-btn .ast-custom-button-link {
    background-image: linear-gradient(to right, #046BD2, #082E52, #046BD2);
   padding: 20px 40px;
   border-radius: 50px;
   margin-top: 20px;
   background-size: 300% 100%;
}
.banner-btn .ast-custom-button-link:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}</pre></body></html>