:root {
    --bs-primary: #00c2f3;
    --bs-primary-rgb: 0, 180, 216;
    --bs-body-bg: #ffffff;
    --bs-body-color: #ffffff;
    --bs-secondary-bg: #000000;
    --bs-tab-title: #007f94;
    --bs-border-color: rgba(0, 180, 216, .18);
    --bs-card-bg: rgba(255, 255, 255, .04);
    --bs-font-sans-serif: 'Montserrat', sans-serif;
}

html, body {
    overflow-x: hidden;
}

body {
    font-family: 'Montserrat', sans-serif;
    background: var(--bs-body-bg);
}

.site-branding {
    display: flex;
    justify-content: space-between;
}

.menu-toggle-style-default {
    border: none;
    background: transparent;
}


.text-h1 {
    font-weight: 800;
}

.text-desc {
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.btn-getst {
    border-radius: unset;
    font-size: 8px;
    height: auto;
    line-height: 24px;
    padding: 5px 40px;
    border: none;
    font-weight: 700;
}

.navbar {
    background: transparent;
    padding: 10px 40px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.brand-title {
    font-size: 12px;
    font-weight: 700;
}

.hero-section {
    padding-top: 120px;
    min-height: 100vh;
    /*background: url(img/sldier-img-01.png) no-repeat center center/cover;*/
}

.accordion-button:not(.collapsed) {
    background: rgba(0, 180, 216, .1);
    color: #00b4d8;
}

.accordion-button::after {
    filter: invert(.6) sepia(1) saturate(3) hue-rotate(170deg);
}

.nav-pills .nav-link.active {
    background: var(--bs-primary);
}

.navbar-brand img {
    max-width: 180px;
}

.slider-container {
    position: relative;
    overflow: hidden;
}

.app-man img {
    /*position: absolute;*/
    /*width: 590px;*/
    /*height: 820px;*/

    /*right: 0;*/
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
}

.mobile-drawer-container {
    position: fixed;
    top: 0;
    left: 0;

    width: 280px;
    height: 100vh;

    background: var(--bs-primary);
    color: #fff;

    transform: translateX(-100%);
    transition: transform 0.3s ease;

    z-index: 2000;
    padding: 20px;
}

.mobile-drawer-container.active {
    transform: translateX(0);
}

.section-title {
    color: var(--bs-primary);
    font-weight: 800;
    font-size: 25px;
}

.about-text {
    font-weight: 500;
    font-size: 15px;
}

.section-subtitle {
    font-weight: 800;
    font-size: 15px;
}

.activity-container {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.hero-img {
    max-width: 100%;
    height: auto;
    display: block;
}

.icon-card svg {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.icon-card {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ab-images {
    position: relative;
}

.abimg-02 {
    position: absolute;
    top: 0;
    left: 50%;
    animation: mover 2s infinite alternate;
}

.section-34 {
    padding-top: 34px;
    padding-bottom: 34px;
}

.nav-item button {
    color: var(--bs-primary);
    font-weight: 800;
    font-size: 12px;
}

.nav-item button:hover {
    color: var(--bs-primary);
    font-weight: 800;
    font-size: 12px;
}

.nav-tabs .nav-link.active {
    color: var(--bs-primary);
    font-weight: 800;
    font-size: 12px;
}



.tab-pane h3 {
    color: var(--bs-tab-title) !important;
    font-weight: 800;
    font-size: 15px;
}

@keyframes mover {
    0% {
        transform: translate(-50%, 80%) translateY(0);
    }

    100% {
        transform: translate(-50%, 80%) translateY(20px);
    }

}

.app-man.tp-caption {
    margin-left: 50vw;
    margin-top: 150px;
}

.slide-2.tp-caption {
    margin-left: 70vw;
}

ul.custom-marker {
    list-style: none !important;
    padding: 0;
}

ul.custom-marker li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
}

ul.custom-marker li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-image: url('img/svg/snowflake.svg');
    background-size: contain;
    background-repeat: no-repeat;
}



@media (max-width: 767px) {
    .navbar {
        background: var(--bs-secondary-bg);
        padding: 10px 20px;
    }

    .navbar-brand img {
        max-width: 150px;
    }

    .app-man img {
        /*position: absolute;*/
        width: 216px !important;
        height: 300px !important;
        /*transform-origin: 50% 50%;*/
        /*left: 70%;*/
        /*top: 62%;*/
        /*transform: translate(-50%, -50%);*/
    }

    .app-man-2 img {
        width: 216px !important;
        height: 300px !important;
    }

    .text-h1 {
        font-weight: 800;
        line-height: 30px;
        font-size: 30px;
    }

    .text-desc {
        font-weight: 750;
        font-family: 'Roboto', sans-serif;
        font-size: 8px;
        line-height: 12px;
        max-width: 240px
    }

    .btn-getst {
        border-radius: unset;
        font-size: 8px;
        height: auto;
        line-height: 24px;
        padding: 5px 40px;
        border: none;
        font-weight: 700;
        margin-top: 20px;
    }

    .hero-section {
        min-height: unset;
    }

    .slider-content {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .brand-title {
        font-size: 15px;
        line-height: 15px;
        font-weight: 500;
    }

    .nav-item {
        position: relative;
    }

    #tourists-tab::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(-50%, -50%);
        width: 280px;
        height: 60px;
        background: url('img/tab-1.png') center/contain no-repeat;
        z-index: -1;
    }

    #riders-tab::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(50%, -50%);
        width: 280px;
        height: 60px;
        background: url('img/tab-2.png') center/contain no-repeat;
        z-index: -1;
    }

}
