@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:400,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700");
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@400;500;600&family=Nunito:wght@600;700;800&display=swap");

/********** Template CSS **********/
:root {
    --primary: #dc143c !important;
    --secondary: #fe8800;
    --light: #f5f5f5;
    --dark: #14141f;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    line-height: 1.2;
    /* color: #2c3e50; */
}

body {
    display: inherit;
}

.manager-letter {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border-radius: 10px;
    padding: 2rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.manager-photo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.signature {
    font-family: 'Cursive', sans-serif;
    font-size: 1.2rem;
    color: #495057;
}

.divider {
    border-top: 2px solid #6c757d;
    width: 50%;
    margin: 1rem auto;
}

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    border-left-style: inset green;
    border-left: solid red 2rem;
    border-top: solid green 1.5rem;
    border-bottom: solid black 1.5rem;
    border-right: solid white 0.5rem;
}

#myImg:hover {
    opacity: 0.7;
}

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}

.register {
    width: 200px;
    height: 250px;
    background-image: url("img/register.png");
    background-size: cover;
    background-position: center;
}

.f-img {
    background: linear-gradient(rgba(20, 20, 31, 0.7), rgba(20, 20, 31, 0.7)),
        url(../img/index5.webp) no-repeat;
    height: max-content;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    text-align: center;
    align-content: center;
    padding: 80px;
    margin-top: 60px;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity 0.5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/*** Button ***/
.btn {
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    transition: 0.5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #ffffff;
}

.btn.btn-primary:hover {
    background-color: white;
    color: var(--primary);
    border-color: var(--primary);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 0px;
}

/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    font-family: "Nunito", sans-serif;
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 600;
    outline: none;
    transition: 0.5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary) !important;
}

.navbar-light .navbar-brand img {
    max-height: 100px;
    transition: 0.5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: #ffffff;
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #dddddd;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--dark) !important;
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, 0.1);
        z-index: 999;
    }

    .sticky-top.navbar-light {
        position: fixed;
        background: #ffffff;
    }

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--primary);
        transition: 0.5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: calc(100% - 2px);
        left: 1px;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}

/*** velo Header ***/
.velo-header {
    background: linear-gradient(rgba(20, 20, 31, 0.7), rgba(20, 20, 31, 0.7)),
        /* url(../img/bg-velo.png); */
        url(../img/bg-hero.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.velo-header2 {
    background: linear-gradient(rgba(20, 20, 31, 0.7), rgba(20, 20, 31, 0.7)),
        url(../img/NatureBG.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.velo-header3 {
    background: linear-gradient(rgba(20, 20, 31, 0.7), rgba(20, 20, 31, 0.7)),
        url(../img/BalloonsBG.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.velo-header4 {
    background: linear-gradient(rgba(20, 20, 31, 0.7), rgba(20, 20, 31, 0.7)),
        url(../img/BoatBG.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.5);
}

/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 5px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}

/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
    transition: 0.5s;
}

.service-item:hover {
    background: var(--primary);
}

.service-item * {
    transition: 0.5s;
}

.service-item:hover * {
    color: var(--light) !important;
}

/*** Destination ***/
.destination img {
    transition: 0.5s;
}

.destination a:hover img {
    transform: scale(1.1);
}

/*** Package ***/
.package-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
}

.package-item img {
    transition: 0.5s;
}

.package-item:hover img {
    transform: scale(1.1);
}

/*** Booking ***/
.booking {
    background: linear-gradient(rgba(15, 23, 43, 0.7), rgba(15, 23, 43, 0.7)),
        url(../img/booking.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
}

.team-item img {
    transition: 0.5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item .btn {
    background: #ffffff;
    color: var(--primary);
    border-radius: 20px;
    border-bottom: 1px solid var(--primary);
}

.team-item .btn:hover {
    background: var(--primary);
    color: #ffffff;
}

/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {

    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }

    .carouselExampleInterval {
        height: 265px;
        margin-bottom: 20px;
    }
}

@media (min-width: 992px) {

    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
    transition: 0.5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--primary) !important;
    border-color: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #ffffff !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #cccccc;
    border-radius: 15px;
    transition: 0.5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}

/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    font-weight: normal;
    border: 1px solid #ffffff;
    border-radius: 35px;
    transition: 0.3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #ffffff;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: 0.3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.icon-img {
    width: 3rem;
    height: 3rem;
    padding: 10px;
}

.activities {
    display: grid;
    width: 300px;
    height: 450px;
    box-shadow: 0 10px 20px 0 rgba(0, 162, 102, 0.3),
        0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10px;
    margin-right: 2vw;
    margin-left: 2vw;
    margin-bottom: 20px;
    margin-top: 3vw;
    justify-items: center;
    align-content: center;
}

.thm-btn {
    position: relative;
    background: #dc143c;
    font-size: 14px;
    line-height: 48px;
    border-radius: 25px;
    color: #ffffff;
    border: 1px solid #dc143c;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    padding: 0 38px;
    transition: all 0.5s cubic-bezier(0.4, 0, 1, 1);
}

.thm-btn:hover {
    background: transparent;
    color: #dc143c;
    transition: all 0.5s cubic-bezier(0.4, 0, 1, 1);
}

.thm-btn.style-2 {
    background: transparent;
    color: #dc143c;
    border-color: #dc143c;
}

.thm-btn.style-2:hover {
    background: #dc143c;
    color: #fff;
    border-color: #dc143c;
}

.icon-holder {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.get-touch-area .single-item .icon-holder {
    padding-bottom: 33px;
}

.get-touch-area .single-item .icon-holder span:before {
    color: #dc143c;
    font-size: 50px;
}

.get-touch-area .single-item .text-holder .border2 {
    height: 1px;
    width: 60px;
    background: #f4f4f4;
    display: inline-block;
}

/*** 
=============================================
    Contact Form Area style
=============================================
***/
.contact-form-area {
    padding-bottom: 50px;
}

.contact-form-area .default-form-area {
    border: 2px solid #f4f4f4;
    padding: 28px 28px 0;
    margin-bottom: 50px;
}

.contact-form-area .default-form input[type="text"],
.contact-form-area .default-form input[type="email"],
.contact-form-area .default-form input[type="password"],
.contact-form-area .default-form input[type="number"],
.contact-form-area .default-form select,
.contact-form-area .default-form textarea {
    border-radius: 25px;
}

.contact-form-area .default-form textarea {
    border-radius: 25px;
    resize: none;
}

.contact-form-area .form-right-box {
    background: #f7f7f7;
    padding-top: 40px;
    padding-bottom: 37px;
}

.contact-form-area .form-right-box .img-box {
    display: block;
    height: 100px;
    width: 100px;
    margin: 0 auto;
    border-radius: 50%;
    margin-bottom: 25px;
    overflow: hidden;
}

.contact-form-area .form-right-box h4 {
    color: #222222;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 10px;
}

.contact-form-area .form-right-box span {
    color: #00a266;
}

.contact-form-area .form-right-box p {
    margin: 9px 0 5px;
}

.contact-form-area .form-right-box .border {
    height: 1px;
    width: 60px;
    display: inline-block;
    background: #e3e3e3;
}

.contact-form-area .form-right-box .social-links {
    display: block;
    margin: 18px 0 0;
}

.contact-form-area .form-right-box .social-links li {
    display: inline-block;
    margin: 0 10px;
}

.contact-form-area .form-right-box .social-links li a i {
    font-size: 16px;
    color: #848484;
    transition: all 500ms ease;
}

.contact-form-area .form-right-box .social-links li a:hover i {
    color: #00a266;
}

/*** 
=============================================
    Rev Slider Wrapper style
=============================================
***/

.rev_slider_wrapper {
    height: 500px;
}

.rev_slider_wrapper .slide-content-box h1 {
    color: #ffffff;
    font-size: 80px;
    line-height: 54px;
    font-weight: 400;
    text-shadow: 4px 5px 4px rgba(0, 0, 0, 0.35);
}

.rev_slider_wrapper .slide-content-box h1 span {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
}

.rev_slider_wrapper .slide-content-box h2 {
    color: #ffffff;
    font-size: 60px;
    line-height: 54px;
    font-weight: 400;
    margin: 0px 0 25px;
    text-transform: uppercase;
    text-shadow: 4px 5px 4px rgba(0, 0, 0, 0.35);
}

.rev_slider_wrapper .slide-content-box h3 {
    color: #ffffff;
    font-size: 34px;
    line-height: 54px;
    font-weight: 400;
    margin: 0px 0 5px;
    text-transform: uppercase;
    text-shadow: 4px 5px 4px rgba(0, 0, 0, 0.35);
}

.rev_slider_wrapper .slide-content-box p {
    color: #e2e2e2;
    font-size: 22px;
    line-height: 35px;
    font-weight: 300;
    /*margin: 0 0 30px;*/
    white-space: pre-wrap;
}

.rev_slider_wrapper a.thm-btn2.style-3,
.rev_slider_wrapper a.thm-btn2 {
    transition: all 500ms ease !important;
    padding: 13px 38px;
}

.rev_slider_wrapper .slide-content-box.last-slide p {
    margin: 0;
}

.rev_slider_wrapper .slide-content-box.last-slide a {
    margin: 0 8px;
}

.rev_slider_wrapper .slotholder {
    position: relative;
}

.slotholder:after {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
}

.tp-bannertimer {
    display: none;
}

.rev_slider_wrapper .tparrows {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: rgba(0, 0, 0, 0.2);
}

.tparrows:before {
    font-family: "icomoon";
    line-height: 60px;
}

.tparrows.tp-leftarrow:before {
    content: "\e926";
}

.tparrows.tp-rightarrow:before {
    content: "\e927";
}

.thm-btn2 {
    position: relative;
    background: #00a266;
    font-size: 14px;
    line-height: 48px;
    border-radius: 25px;
    color: #ffffff;
    border: 1px solid #00a266;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    padding: 0 38px;
    transition: all 0.5s cubic-bezier(0.4, 0, 1, 1);
    top: 30px;
}

.thm-btn2:hover {
    background: transparent;
    color: #00a266;
    transition: all 0.5s cubic-bezier(0.4, 0, 1, 1);
}

.thm-btn2.style-3 {
    background: transparent;
    color: #fff;
    border-color: #fff;
}

.thm-btn2.style-3:hover {
    background: #fff;
    color: #00a266;
    border-color: #fff;
}

.dynamicline {
    height: 100px;
    border-right: 1px rgba(0, 0, 0, 0.3) solid;
    width: 1px;
}

@media only screen and (max-width: 1077px) {
    .dynamicline {
        width: 300px;
        border-top: 1px rgba(0, 0, 0, 0.3) solid;
        border-right: 0px;
        margin-top: 50px;
        margin-bottom: 50px;
        display: flex;
        height: 0;
    }

    .reverseimage {
        flex-flow: wrap-reverse;
    }
}

.fade-up,
.fade-left {
    opacity: 0;
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.fade-up.visible {
    opacity: 1;
    transform: translateY(0);
}

.fade-up {
    transform: translateY(50px);
}

.fade-left.visible {
    opacity: 1;
    transform: translateX(0);
}

.fade-left {
    transform: translateX(-50px);
}

/* Add some spacing for testing */
.spacer {
    height: 100vh;
}

.navbar-sticky {
    transition: background-color 0.3s ease;
}

.velo-header2 {
    background: linear-gradient(rgba(20, 20, 31, 0.7), rgba(20, 20, 31, 0.7)),
        url(../img/NatureBG.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.velo-header3 {
    background: linear-gradient(rgba(20, 20, 31, 0.7), rgba(20, 20, 31, 0.7)),
        url(../img/BalloonsBG.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.velo-header4 {
    background: linear-gradient(rgba(20, 20, 31, 0.7), rgba(20, 20, 31, 0.7)),
        url(../img/BoatBG.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.icon {
    height: 4rem;
}

.langform {
    margin: auto 25px 25px 25px;
    max-width: 6rem;
}

.sticky-top.langform {
    margin: auto 25px 15px 25px;
    max-width: 6rem;
}

.bg-red {
    background-color: var(--primary);
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, 0.1);
    border: solid rgba(0, 0, 0, 0.15);
    border-width: 1px 0;
    box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1),
        inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -0.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
    z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
    display: block !important;
}

.bt {
    font-weight: bold;
}

.feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 4px solid var(--primary);
    margin: 20px;
    padding-top: 60px;
    margin-top: 50px;
    width: auto;
}

.feature-container {
    display: flex;
    flex-direction: column;
}

.feature-button {
    display: flex;
    position: relative;
    height: 100%;
    justify-self: center;
    align-items: end;
    color: var(--primary);
}

.feature-image {
    position: absolute;
    display: inline-flex;
    align-self: center;
    margin-top: 5px;
    width: 100px;
    height: 100px;
    border-radius: 100%;
}

@media (min-width: 992px) {
    .offset-lg-1 {
        margin-left: -3.666667%;
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 45.333333%;
    }
}

.feature li {
    text-align: justify;
}

/* PILOTS START */
@media (min-width: 992px) {

    .pilots {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        padding: 10px;
        /* Space between cards */
        position: relative;
    }

    .pilot-image {
        width: 200px;
        height: 350px;
        border-radius: 20px;
        object-fit: contain;
    }

    .pilot-details {
        position: relative;
        text-align: left;
        width: 450px;
        color: #222222;
    }

    .title {
        font-size: 1.5em;
        font-weight: 900;
        text-align: center;
        margin: 0;
        color: white;
    }


    .back-title {
        font-size: 1em;
        font-weight: 900;
        text-align: center;
        margin: 0;
        color: #222222;
    }

    /* PILOT 1 START */

    .pilot-card {
        background-color: transparent;
        width: 300px;
        /* Default width */
        height: 400px;
        perspective: 1000px;
        margin: 10px;
        font-family: sans-serif;
        transition: all 1.5s ease-in-out;
        /* Smooth transition for resizing */
        position: relative;
        /* Stay in flow of layout */
    }

    .pilot-card-inner {
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center;
        transition: transform 1.5s;
        /* Smooth transition for rotation */
        transform-style: preserve-3d;
        padding-top: 10px;
    }

    .pilot-card:hover .pilot-card-inner {
        transform: rotateY(180deg);
    }

    .pilot-card:hover {
        width: 90vw;
        /* Expand to desired width */
        z-index: 5;
        /* Bring to the front */
        position: relative;
        /* Maintain layout flow */
    }

    .pilot-card-front,
    .pilot-card-back {
        box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.2);
        position: absolute;
        display: flex;
        /* flex-direction: column; */
        justify-content: center;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        border: 1px solid coral;
        border-radius: 1rem;
    }

    .pilot-card-front {
        background: linear-gradient(120deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/Pilot1Image1.jpg);
        background-size: 100%;
        background-repeat: no-repeat;
        flex-direction: column;
        background-position: center;
    }

    .pilot-card-back {
        background: white;
        color: white;
        background-size: 100%;
        background-position: center;
        justify-content: center;
        align-items: center;
        transform: rotateY(180deg);
        flex-wrap: wrap;
        justify-content: space-evenly;
        display: flex;
    }

    /* PILOT 1 END */

    /* PILOT 2 START */

    .pilot-card:hover .pilot2-card-inner {
        transform: rotateY(180deg);
    }

    .pilot2-card-front,
    .pilot2-card-back {
        box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.2);
        position: absolute;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        border: 1px solid coral;
        border-radius: 1rem;
    }


    .pilot2-card-front {
        background: linear-gradient(120deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/Pilot2Image1.jpg);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
    }

    .pilot2-card-back {
        background: white;
        color: white;
        background-size: 100%;
        background-position: center;
        justify-content: center;
        align-items: center;
        transform: rotateY(180deg);
        flex-wrap: wrap;
        display: flex;
    }

    /* PILOT 2 END */

    /* PILOT 3 START */

    .pilot-card:hover .pilot3-card-inner {
        transform: rotateY(180deg);
    }

    .pilot3-card-front,
    .pilot3-card-back {
        box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.3);
        position: absolute;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        border: 1px solid coral;
        border-radius: 1rem;
    }


    .pilot3-card-front {
        background: linear-gradient(130deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/Pilot3Image1.png);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
    }

    .pilot3-card-back {
        background: white;
        color: white;
        background-size: 100%;
        background-position: center;
        justify-content: center;
        align-items: center;
        transform: rotateY(180deg);
        flex-wrap: wrap;
        display: flex;
    }

    /* PILOT 3 END */

    /* PILOT 4 START */

    .pilot-card:hover .pilot4-card-inner {
        transform: rotateY(180deg);
    }

    .pilot4-card-front,
    .pilot4-card-back {
        box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.3);
        position: absolute;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        border: 1px solid coral;
        border-radius: 1rem;
    }


    .pilot4-card-front {
        background: linear-gradient(130deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/Pilot4Image1.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
    }

    .pilot4-card-back {
        background: white;
        color: white;
        background-size: 100%;
        background-position: center;
        justify-content: center;
        align-items: center;
        transform: rotateY(180deg);
        flex-wrap: wrap;
        display: flex;
    }

    .pilot4-card-back .pilot-image {
        width: 400px;
    }

    /* PILOT 4 END */

}

@media (max-width: 992px) {

    .pilots {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        padding: 10px;
        /* Space between cards */
        position: relative;
        flex-wrap: wrap;
    }

    .pilot-image {
        width: 200px;
        height: 350px;
        border-radius: 20px;
        object-fit: contain;
    }

    .pilot-details {
        position: relative;
        text-align: left;
        width: 450px;
        height: fit-content;
        color: #222222;
        position: relative;
        transition: ease 1.5s;

    }

    .title {
        font-size: 1.5em;
        font-weight: 900;
        text-align: center;
        margin: 0;
        color: white;
    }


    .back-title {
        font-size: 1em;
        font-weight: 900;
        text-align: center;
        margin: 0;
        color: #222222;
    }

    /* PILOT 1 START */

    .pilot-card {
        background-color: transparent;
        width: 300px;
        /* Default width */
        height: 400px;
        /* max-height: max-content; */
        perspective: 1000px;
        margin: 10px;
        font-family: sans-serif;
        transition: all 1.5s ease-in-out;
        /* Smooth transition for resizing */
        position: relative;
        /* Stay in flow of layout */
        flex-wrap: wrap;
    }

    .pilot-card-inner {
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center;
        transition: transform 1.5s;
        /* Smooth transition for rotation */
        transform-style: preserve-3d;
        padding-top: 10px;
    }

    .pilot-card:hover .pilot-card-inner {
        transform: rotateY(180deg);

    }

    .pilot-card:hover {
        height: fit-content;
        z-index: 5;
        /* Bring to the front */
        position: relative;
        /* Maintain layout flow */
        block-size: auto;
        height: max-content;
    }

    .pilot-card-front,
    .pilot-card-back {
        box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.2);
        position: absolute;
        display: flex;
        /* flex-direction: column; */
        justify-content: center;
        width: 100%;
        height: 100%;
        min-height: 400px;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        border: 1px solid coral;
        border-radius: 1rem;
        transition: transform 1.5s;

    }

    .pilot-card-front {
        background: linear-gradient(120deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/Pilot1Image1.jpg);
        background-size: 100%;
        background-repeat: no-repeat;
        flex-direction: column;
        background-position: center;
    }

    .pilot-card-back {
        background: white;
        color: white;
        background-size: 100%;
        background-position: center;
        justify-content: center;
        align-items: center;
        transform: rotateY(180deg);
        flex-wrap: wrap;
        justify-content: space-evenly;
        display: flex;
        height: max-content;
        padding: 20px;
        position: relative;
        transition: transform 1.5s;


    }

    /* PILOT 1 END */

    /* PILOT 2 START */

    .pilot-card:hover .pilot2-card-inner {
        transform: rotateY(180deg);
    }

    .pilot2-card-front,
    .pilot2-card-back {
        box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.2);
        position: absolute;
        display: flex;
        /* flex-direction: column; */
        justify-content: center;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        border: 1px solid coral;
        border-radius: 1rem;
    }


    .pilot2-card-front {
        background: linear-gradient(120deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/Pilot2Image1.jpg);
        background-size: 100%;
        background-repeat: no-repeat;
        flex-direction: column;
        background-position: center;
    }

    .pilot2-card-back {
        background: white;
        color: white;
        background-size: 100%;
        background-position: center;
        justify-content: center;
        align-items: center;
        transform: rotateY(180deg);
        flex-wrap: wrap;
        display: flex;
        height: max-content;
        padding: 20px;
        block-size: auto;
        position: relative;

    }

    /* PILOT 2 END */

    /* PILOT 3 START */

    .pilot-card:hover .pilot3-card-inner {
        transform: rotateY(180deg);
    }

    .pilot3-card-front,
    .pilot3-card-back {
        box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.3);
        position: absolute;
        display: flex;
        /* flex-direction: column; */
        justify-content: center;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        border: 1px solid coral;
        border-radius: 1rem;
    }


    .pilot3-card-front {
        background: linear-gradient(130deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/Pilot3Image1.png);
        background-repeat: no-repeat;
        background-size: 100%;
        flex-direction: column;
        background-position: center;
    }

    .pilot3-card-back {
        background: white;
        color: white;
        background-size: 100%;
        background-position: center;
        justify-content: center;
        align-items: center;
        transform: rotateY(180deg);
        flex-wrap: wrap;
        display: flex;
        height: max-content;
        padding: 20px;
        block-size: auto;
        position: relative;

    }

    /* PILOT 3 END */

    /* PILOT 4 START */

    .pilot-card:hover .pilot4-card-inner {
        transform: rotateY(180deg);
    }

    .pilot4-card-front,
    .pilot4-card-back {
        box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.3);
        position: absolute;
        display: flex;
        /* flex-direction: column; */
        justify-content: center;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        border: 1px solid coral;
        border-radius: 1rem;
    }


    .pilot4-card-front {
        background: linear-gradient(130deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/Pilot4Image2.png);
        background-repeat: no-repeat;
        background-size: 100%;
        flex-direction: column;
        background-position: center;
    }

    .pilot4-card-back {
        background: white;
        color: white;
        background-size: 100%;
        background-position: center;
        justify-content: center;
        align-items: center;
        transform: rotateY(180deg);
        flex-wrap: wrap;
        display: flex;
        height: max-content;
        padding: 20px;
        block-size: auto;
        position: relative;

    }

    /* PILOT 4 END */
}


/* PILOTS END  */

p>span {
    font-weight: bold;
}

.log {
    vertical-align: -0.125em;
    fill: currentColor;
    margin-top: -30%;
    height: 100px;
    width: auto;
}

@media (max-width: 991px) {
    .log {
        margin-top: -15%;
    }
}

.text-light {
    min-width: fit-content;
}

.pb-2 {
    margin: inherit;
}

.navbar-toggler {
    margin: auto;
}

.active {
    color: #dc143c !important;
}

.headerlocation {
    height: 45px;
    margin-left: 9rem;

}

.carouselm-container2 {
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
    margin-bottom: 100px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 230px;
}

.carouselm-track2 {
    height: 100%;
    display: flex;
    animation: scroll-left 30s linear infinite;
    gap: 0;
    width: 50%;
    /* Makes the carouselm stretch full width */
}

.carouselm-container2 {
    overflow: hidden;
    width: 100%;
}

.carouselm2 {
    width: 100%;
    position: relative;
}


.carouselm-item2 {
    flex: 0 0 auto;
    height: 200px;
    margin-right: 20px;
    /* Adjust spacing between images */
}

.carouselm-item2 img {

    height: 200px;

}

.carouselm-track2 {
    display: flex;
    width: max-content;
    animation: scroll-left 30s linear infinite;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.carouselm-container {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    position: relative;
}

.carouselm-track2 {
    display: inline-flex;
    animation: scroll-left 30s linear infinite;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.carouselm-track3 {
    display: inline-flex;
    animation: scroll-right 30s linear infinite;
}

@keyframes scroll-right {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(50%);
    }
}

.carouselm-item {
    flex: 0 0 auto;
    margin-right: 20px;
    /* Adjust spacing as needed */
}
.img-flex{
    display:flex;
}
.night-show{
    border-radius: 8px;
}
.bg-image {
  /* The image used */
  background-image: url("../img/RED08356.JPG");
  
  /* Add the blur effect */
  filter: blur(8px);
  -webkit-filter: blur(8px);
  
  /* Full height */
  height: 100%; 
  
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* Position text in the middle of the page/image */
.bg-text {
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
  color: white;
  font-weight: bold;
  border: 3px solid #f1f1f1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 80%;
  padding: 20px;
  text-align: center;
}
/* --- Scoped styles for this section only --- */
#imac-media-wall {
    background: #000;
    color: #fff;
}

#imac-media-wall .wall {
    position: absolute;
    inset: 0;
    z-index: 0;
    /* background behind everything */
    isolation: isolate;
    /* ensures overlay layering works */
}

/* Dark overlay for legibility above images */
#imac-media-wall .wall::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .42) 60%, rgba(0, 0, 0, .52));
    pointer-events: none;
}

/* Background columns (underlay) */
#imac-media-wall .columns {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    padding: 10px;
    filter: grayscale(.15) brightness(.7) contrast(1.15);
    opacity: .92;
}

#imac-media-wall .col {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    mask-image: linear-gradient(to bottom, transparent, black 8%, black 92%, transparent);
    -webkit-mask-image: linear-gradient(to bottom, transparent, black 8%, black 92%, transparent);
}

#imac-media-wall .rail {
    display: flex;
    flex-direction: column;
    gap: 10px;
    animation: scroll-up 50s linear infinite;
}

#imac-media-wall .col:nth-child(even) .rail {
    animation-name: scroll-down;
}

#imac-media-wall .rail img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    display: block;
    user-select: none;
    pointer-events: none;
}

/* varied speeds for depth */
#imac-media-wall .col:nth-child(1) .rail {
    animation-duration: 44s;
}

#imac-media-wall .col:nth-child(2) .rail {
    animation-duration: 52s;
}

#imac-media-wall .col:nth-child(3) .rail {
    animation-duration: 48s;
}

#imac-media-wall .col:nth-child(4) .rail {
    animation-duration: 56s;
}

#imac-media-wall .col:nth-child(5) .rail {
    animation-duration: 50s;
}

#imac-media-wall .col:nth-child(6) .rail {
    animation-duration: 58s;
}

@keyframes scroll-up {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-50%)
    }
}

@keyframes scroll-down {
    0% {
        transform: translateY(-50%)
    }

    100% {
        transform: translateY(0)
    }
}

@media (prefers-reduced-motion:reduce) {
    #imac-media-wall .rail {
        animation: none;
    }
}

/* Foreground content */
#imac-media-wall .content {
    position: relative;
    z-index: 2;
    padding: 30px;
    /* above overlay/images */
}

#imac-media-wall .stage {
    min-height: clamp(480px, 64vh, 900px);
    display: flex;
    align-items: center;
}

#imac-media-wall .glass {
    background: rgba(255, 255, 255, .08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 18px;
}

#imac-media-wall .chip {
    display: inline-flex;
    align-items: center;
    padding: .4rem .8rem;
    border-radius: 999px;
    margin: .15rem;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .16);
    font-size: .9rem;
    color: #fff;
    white-space: nowrap;
}

@media (max-width:992px) {
    #imac-media-wall .columns {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width:576px) {
    #imac-media-wall .columns {
        grid-template-columns: repeat(3, 1fr);
    }
}
/* === Glass card === */
.glass.schedule-card{
  --blur: 14px;
  --glass-bg: rgba(255,255,255,.08);
  --glass-brd: rgba(255,255,255,.18);
  --ring: 0 0 0 1px var(--glass-brd) inset, 0 1px 0 rgba(255,255,255,.25) inset;
  background: linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.06));
  backdrop-filter: blur(var(--blur));
  -webkit-backdrop-filter: blur(var(--blur));
  border: 1px solid var(--glass-brd);
  box-shadow: var(--ring), 0 10px 30px rgba(0,0,0,.15);
}

/* Dark mode support (Bootstrap .bg-dark parent or prefers-color-scheme) */
@media (prefers-color-scheme: dark){
  .glass.schedule-card{
    --glass-bg: rgba(0,0,0,.25);
    --glass-brd: rgba(255,255,255,.12);
    background: linear-gradient(180deg, rgba(0,0,0,.35), rgba(0,0,0,.25));
  }
}

/* === Timeline grid === */
.grid{
  --gap: 1rem;
  display: grid;
  gap: var(--gap);
  position: relative;
  padding-left: .5rem;
}
/* 2 cols on md+, single column on mobile */
@media (min-width: 768px){
  .grid{
    grid-template-columns: 1fr 1fr;
  }
}
/* Make the "Practice (wide)" span both columns on md+ */
@media (min-width: 768px){
  .grid .item.wide{
    grid-column: 1 / -1;
  }
}

/* === Items === */
.item{
  position: relative;
  padding: 1rem 1rem 1rem 2.25rem;
  border-radius: 1rem;
  background: rgba(255,255,255,.45);
  border: 1px solid rgba(0,0,0,.06);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.item:hover{
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
  background: rgba(255,255,255,.60);
}

/* Left line (timeline) */
.grid::before{
  content: "";
  position: absolute;
  left: .8rem;
  top: .25rem;
  bottom: .25rem;
  width: 2px;
  background: linear-gradient(180deg, #c9d4ff, #dfe6ff);
  opacity: .9;
}
@media (min-width: 768px){
  .grid::before{ left: .6rem; }
}

/* Dots */
.item .dot{
  position: absolute;
  left: .1rem;
  top: 1.1rem;
  width: .9rem; height: .9rem;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #5b7cff, #3150ff);
  box-shadow: 0 0 0 3px rgba(49,80,255,.15), 0 4px 10px rgba(49,80,255,.35);
}
.item:hover .dot{
  box-shadow: 0 0 0 4px rgba(49,80,255,.18), 0 6px 14px rgba(49,80,255,.45);
}

/* Text styles */
.when{
  font-size: .95rem;
  color: var(--bs-primary);
  letter-spacing: .2px;
}
.what{
  color: #47506a;
  margin-top: .25rem;
  line-height: 1.45;
}
.text-secondary-emphasis{ color:#46506a !important; }

/* Chips */
.chips{
  display: flex; flex-wrap: wrap; gap: .5rem;
}
.chip{
  --chip-bg: rgba(99, 102, 241, .1);
  --chip-brd: rgba(99, 102, 241, .25);
  display: inline-flex; align-items: center; gap: .4rem;
  padding: .4rem .75rem;
  border-radius: 999px;
  border: 1px solid var(--chip-brd);
  background: var(--chip-bg);
  font-weight: 600;
  font-size: .85rem;
  letter-spacing: .2px;
  transition: background .2s ease, border-color .2s ease;
}
.chip::before{
  content:"";
  width:.35rem; height:.35rem; border-radius:50%;
  background: #6366f1;
}
.chip:hover{ background: rgba(99,102,241,.14); border-color: rgba(99,102,241,.36); }

/* RTL-friendly: flip the spine/dots */
:root[dir="rtl"] .grid{ padding-left: 0; padding-right: .5rem; }
:root[dir="rtl"] .grid::before{ left: auto; right: .6rem; }
:root[dir="rtl"] .item{ padding-left: 1rem; padding-right: 2.25rem; }
:root[dir="rtl"] .item .dot{ left: auto; right: .1rem; }

/* Motion-safety */
@media (prefers-reduced-motion: reduce){
  .item{ transition: none; }
  .item:hover{ transform:none; }
}
#compt-structure{
    place-content: center;
}
