        .banner-home {
    display: flex;
    min-height: 100vh;
}

.banner-home > .container {
    align-content: end;
}

/*.banner-home .tp-bg-overlay {*/
/*    background: linear-gradient(0deg, transparent 83.21%, rgb(from var(--tp-secondary) r g b / 15%) 90.53%, rgb(from var(--tp-secondary) r g b / 50%) 110.24%), linear-gradient(180deg, transparent 58.93%, rgb(from var(--tp-secondary) r g b / 45%) 71.46%, rgb(from var(--tp-secondary) r g b / 90%) 100%) !important;*/
/*}*/

.banner-home .subtitle {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.banner-box__services {
    padding: 20px;
    border: 1px solid #FFFFFF1A;
    border-radius: 20px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.banner-box__services a {
    width: 100%;
}
.banner-box__services img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.banner-box__services .tp-feature__media {
    margin-bottom: 20px;
}

.banner-box__services .link_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.banner-box__services .link_title span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    min-width: 50px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 50%;
}





.main-videos::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(270deg, #13324400 0%, #133244E6 85%);
    z-index: 1;
}

.main-video__list .tp-body p:not(:last-child) {
    margin-bottom: 20px;
}

.main-video__list .tp-body p i {
    margin-right: 8px;
}

.video {
    position: absolute;
    inset: 0;
}

.video > div {
    height: 100%;
}

.video .box_child {
    z-index: 1;
}

.video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.btn-video .tp-button-video-align > a {
    width: 85px;
    min-width: 85px;
    height: 85px;
}
.btn-video .tp-btn-youtube-button {
    position: relative;
    z-index: 1;
}

.btn-video .tp-btn-youtube-button::before,
.btn-video .tp-btn-youtube-button::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 #fff;
    box-shadow: 0 0 0 0 #fff;
    -webkit-animation: button-ripple 3s infinite;
    animation: button-ripple 3s infinite;
    opacity: .6;
    z-index: -1;
}

.btn-video .tp-btn-youtube-button::before {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}
.btn-video .tp-btn-youtube-button::after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}
@keyframes button-ripple {
    70% {
        -webkit-box-shadow: 0 0 0 15px #fff;
        box-shadow: 0 0 0 15px #fff;
        opacity: 0
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 #fff;
        box-shadow: 0 0 0 0 #fff;
        opacity: 0
    }
}








.main-booking {
    padding: 50px;
    background-color: #fff;
    border-radius: 20px;
}

.booking-form button {
    line-height: 1;
    transition: ease-in-out .4s;
}

.booking-form button:hover {
    background-color: var(--tp-secondary) !important;
}

.booking-form .bp_msg_show {
    display: block;
}


@media (max-width: 1024px) {
    .banner-home {
        min-height: unset;
        background-attachment: scroll !important;
    }
    .banner-box__services {
        padding: 15px;
    }
    
    
    .main-booking {
        padding: 20px;
    }
}

@media (max-width: 767.98px) {
    .section-services {
        background-size: 200px !important;
    }
    .btn-video {
        display: none;
    }
}
