@charset "UTF-8";


:root {
    --bs-blue: #1717e5;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #8a8a8e;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #8a8a8e;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #202020;
    --bs-primary: #1717e5;
    --bs-secondary: #8a8a8e;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #202020;
    --bs-primary-rgb: 23, 23, 229;
    --bs-secondary-rgb: 138, 138, 142;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 32, 32, 32;
    --bs-primary-text-emphasis: #09095c;
    --bs-secondary-text-emphasis: #373739;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #d1d1fa;
    --bs-secondary-bg-subtle: #e8e8e8;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #a2a2f5;
    --bs-secondary-border-subtle: #d0d0d2;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 17, 17, 17;
    --bs-font-sans-serif: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1.2rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #202020;
    --bs-body-color-rgb: 32, 32, 32;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #111;
    --bs-emphasis-color-rgb: 17, 17, 17;
    --bs-secondary-color: rgba(32, 32, 32, 0.75);
    --bs-secondary-color-rgb: 32, 32, 32;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(32, 32, 32, 0.5);
    --bs-tertiary-color-rgb: 32, 32, 32;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-link-color: #1717e5;
    --bs-link-color-rgb: 23, 23, 229;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #1212b7;
    --bs-link-hover-color-rgb: 18, 18, 183;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(17, 17, 17, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 1rem 3rem rgba(17, 17, 17, 0.5);
    --bs-box-shadow-sm: 0 1rem 1.5rem rgba(17, 17, 17, 0.25);
    --bs-box-shadow-lg: 0 4rem 6rem rgba(17, 17, 17, 0.25);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(17, 17, 17, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(23, 23, 229, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('../fonts/webfonts/Vazirmatn[wght].woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

*,
::after,
::before {
    box-sizing: border-box;
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: 'Vazirmatn', sans-serif;
    /* Apply Vazirmatn font */
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: #f8f9fa !important;
    /* Ensure text color is applied */
    text-align: var(--bs-body-text-align);
    background-color: #212529 !important;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(17, 17, 17, 0);
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
div,
li,
ul,
ol,
blockquote,
pre,
code {
    font-family: 'Vazirmatn', sans-serif;
    padding-bottom: 2px;
    overflow: hidden;
}

.nameContent {
    height: 120px;
    text-align: center;
}

.navbar-brand .logo {
    max-width: 110px;
    height: 60px;
    object-fit: contain;
    position: absolute;
    top: 5px;
    left: 20px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
}

*::-webkit-scrollbar {
    display: none;
}

.container-gallery {
    max-height: 1000px;
    width: 100%;
}




.background {
    padding: 30px;
    border-radius: 45px;
    margin-bottom: 10px;
    color: #fff;
}

.headPhoto {
    background-image: url("../img/group1/bachead.jpg");
    background-size: cover;
    /* Ensure the image covers the entire div */
    background-repeat: no-repeat;
    /* Prevent the image from repeating */
    background-position: center;
    /* Center the image in the div */
    background-attachment: scroll;
    /* Image scrolls with the content (change to 'fixed' if you want the image to stay in place while scrolling) */
    margin-bottom: 100px;
    /* Space below the div */
    width: 100%;
    /* Make sure the div takes full width (adjust as needed) */
    height: 600px;
    /* Set a height for the div (adjust as needed) */
}

.container-gallery {
    max-height: 1000px;
    width: 100%;
    overflow-y: scroll !important;
}

.Mid-text {
    line-height: 40px;
    font-size: 20px;
    color: #8a8a8e;
    margin-top: 25px;
}

.container-gallery::-webkit-scrollbar {
    background-color: #055160;
    display: none;
}

.gallery {
    height: 95%;
    display: flex;
    width: 95%;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.item {
    box-sizing: border-box;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    margin-top: 14px;
}

.item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: 1s ease;
    cursor: pointer;
}

.item > .item__img:hover {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.85);
    transition: 0.6s ease;
}

picture {
    height: 90%;
    overflow: hidden;
    object-fit: cover;
}

@media (max-width: 768px) {
    picture {
        height: auto;
        object-fit: none;
    }
}

video {
    width: 100%;
    max-width: 600px;
    height: 90%;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}

@media (max-width: 768px) {
    video {
        width: 100%;
        max-width: 100%;
        height: 90%;
    }
}

.detail ul {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: start;
    position: absolute;
    padding: 5px;
    color: #d3d4d5;
    background-color: #495057;
    width: 100%;
    height: 100%;
    opacity: 0%;
    transition: all ease-out 0.2s;
}

#backToTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 9999;
    border: none;
    outline: none;
    background-color: #ffe69c;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease-in 0.1s;
}

#backToTopBtn:hover {
    background-color: #61583c;
    border-radius: 30px;
}

#backToTopBtn .material-symbols-outlined {
    display: flex;
    align-items: center;
    justify-content: center;
}


.detail ul .list-unstyled-item {
    font-size: calc(1.5rem + 1vw);
}

.close {
    position: fixed;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    /* Remove padding to fit the icon */
    background-color: transparent;
    /* Make background transparent */
    margin-top: 5px;
    color: #ffe69c;
    border: none;
    cursor: pointer;
    z-index: 10000;
    display: none;
    border-radius: 50%;
    /* Make the button round */
    text-align: center;
    width: 50px;
    /* Adjust the width to fit the icon */
    height: 50px;
    /* Adjust the height to fit the icon */
    transition: all ease-in-out 0.2s;
    font-size: 1.3rem;
}

.close svg {
    width: 100%;
    /* Make the SVG take the full size of the button */
    height: 100%;
    /* Make the SVG take the full size of the button */
    fill: currentColor;
    /* Use current color of the button */
}

.close:hover {
    background-color: #ffc107c6;
    color: #ffe69c;
    border-radius: 25px;
}

.button-group {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    text-align: center;
    margin-bottom: 20px;
    padding: 10px 20px;
    /* Add padding to the left and right */
    scroll-padding: 0 20px;
    /* Ensure scrolling stops with padding */
    justify-content: center;
    position: sticky;
}

.button-group button {
    padding: 10px;
    cursor: pointer;
    background: transparent;
    color: #be992b;
    font-weight: 400;
    font-size: 20px;
    border: none;
    flex-shrink: 0;
    /* Ensure buttons don't shrink */
    transition: all ease 0.5s;
}

@media (min-width:1200px) {
    .button-group button {
        font-size: 1.5rem;
        font-weight: 500;
        margin: 20px;
    }

}

@media (max-width: 768px) {
    .button-group button {
        font-size: 1.2rem;
        font-weight: 300;
    }
}

.button-group button:hover {
    font-weight: 500;
    text-shadow: #ffe69ca5 2px 1px 10px;
}

.swiper-button-prev {
    color: #664d03;
    color: #d3d4d5;
}


swiper-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1716168a;
    z-index: 9999;
    display: none;
    transition: ease-out all 1s;

}

swiper-slide {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #111;
}

swiper-slide img,
swiper-slide video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color, inherit)
}

.h1,
h1 {
    font-size: calc(1.425rem + 2.1vw)
}

@media (min-width:1200px) {

    .h1,
    h1 {
        font-size: 3rem
    }
}

.h2,
h2 {
    font-size: calc(1.365rem + 1.38vw)
}

@media (min-width:1200px) {

    .h2,
    h2 {
        font-size: 2.4rem
    }
}

.h3,
h3 {
    font-size: calc(1.335rem + 1.02vw)
}

@media (min-width:1200px) {

    .h3,
    h3 {
        font-size: 2.1rem
    }
}

.h4,
h4 {
    font-size: calc(1.305rem + .66vw)
}

@media (min-width:1200px) {

    .h4,
    h4 {
        font-size: 1.8rem
    }
}

.h5,
h5 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {

    .h5,
    h5 {
        font-size: 1.5rem
    }
}

.h6,
h6 {
    font-size: 1.2rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ul {
    padding-left: 2rem
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ul ul {
    margin-bottom: 0
}

strong {
    font-weight: bolder
}

.small,
small {
    font-size: .875em
}

a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: underline
}

a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb)
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

img,
svg {
    vertical-align: middle
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,
input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button {
    text-transform: none
}

[type=button],
[type=submit],
button {
    -webkit-appearance: button;
}

[type=button]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit;
    -webkit-appearance: button
}

.lead {
    font-size: calc(1.2846rem + .4152vw);
    font-weight: 300;
    color: #fff;

}

.bannerText {
    color: #dee2e6;
}

@media (min-width:1200px) {
    .lead {
        font-size: 1.596rem
    }
}

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2;
    margin-left: 15px;
    margin-top: 15px;
}

@media (min-width:1200px) {
    .display-1 {
        font-size: 5rem
    }
}

.display-4 {
    font-size: 2.475rem;
    font-weight: 300;
    line-height: 1.5;
    padding: 5px;
}

@media (min-width:1200px) {
    .display-4 {
        font-size: 3.5rem
    }
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    overflow-x: hidden;
}

.container::-webkit-scrollbar,
.container-fluid::-webkit-scrollbar {
    display: none;
}

.nav-link {
    display: flex;
    align-items: center;
    color: #fff !important;
    text-decoration: none;
    padding: 8px 0;
}

.nav-link i {
    margin-right: 8px;
    transition: color 0.3s;
}


/* Base styles for the footer */
.footer {
    background-color: black;
    border-top: 1px solid #333;
    color: #6c757d;
    font-weight: lighter;
}

.footer ul {
    font-size: 1.1rem;
    font-weight: 200;
}

.footer-container {
    padding-top: 4vh;
    padding-bottom: 4vh;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-row {
    display: flex;
    flex-wrap: wrap;
    padding: 2rem;
}

.footer-col {
    flex: 1;
    min-width: 200px;
    padding: 1rem;
    border-right: 1px solid #333;
}

.footer-col:last-child {
    border-right: none;
}

.footer-title {
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1.5rem !important;
    padding: 1rem;
}

.footer hr {
    border-color: #444;
    margin-bottom: 1rem;
}

.footer-nav,
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-nav-item,
.footer-contact-item {
    margin-bottom: 0.5rem;
}

.footer-nav-link,
.footer-contact-link {
    color: #6c757d;
    text-decoration: none;
    transition: all 0.2s ease-in;
}

.footer-nav-link:hover,
.footer-contact-link:hover {
    color: #ffe69c;
    transform: scale(1.5);
}

.footer address {
    font-style: normal;
}

/* Media query for screens smaller than 768px */
@media (max-width: 768px) {
    .footer-row {
        flex-direction: column;
        align-items: center;
    }

    .footer-col {
        border-right: none;
        border-bottom: 1px solid #333;
        padding-bottom: 2rem;
        width: 100%;
        text-align: center;
    }

    .footer-col:last-child {
        border-bottom: none;
    }

    .footer hr {
        display: none;
    }

    .access,
    .contact {
        order: 1;
    }

    .address {
        order: 2;
    }

    .footer-title {
        font-size: 1.2rem;
        font-weight: 500;
    }

    .footer-nav-link,
    .footer-contact-link {
        font-size: 0.9rem;
    }
}

/* Media query for screens smaller than 576px */
@media (max-width: 576px) {
    .footer-container {
        padding-top: 2vh;
        padding-bottom: 2vh;
    }

    .footer-row {
        padding: 1rem;
    }

    .footer-title {
        font-size: 1.2rem;
        font-weight: 500;
    }

    .footer-nav-link,
    .footer-contact-link {
        font-size: 0.8rem;
    }

    .footer hr {
        display: none;
    }
}


@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

@media (min-width:1680px) {
    .container {
        max-width: 1600px
    }
}

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1680px
}

.row {
    /* --bs-gutter-x: 4vw;
    --bs-gutter-y: 0; */
    /* display: flex; */
    /* flex-wrap: wrap; */
    margin-top: calc(-1 * var(--bs-gutter-y));
    /* margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x)) */
}

/* .row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
} */

.col {
    flex: 1 0 0%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
    overflow: hidden;
}

.textLead {
    width: 90%;
    padding: 10px;
    margin: 0 auto;
    text-wrap: wrap;
}

.offset-1 {
    padding-top: 10px;
    margin-left: 8.33333333%
}


@media (min-width:768px) {
    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }
}

@media (min-width:992px) {
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }
}

@media (min-width:1200px) {
    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }
}

.form-label {
    margin-bottom: .5rem
}

.form-text {
    margin-top: .25rem;
    font-size: .875em;
    color: var(--bs-secondary-color)
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    appearance: none;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #8b8bf2;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(23, 23, 229, .25)
}

.form-control::-webkit-date-and-time-value {
    min-width: 85px;
    height: 1.5em;
    margin: 0
}

.form-control::-webkit-datetime-edit {
    display: block;
    padding: 0
}

.form-control::placeholder {
    color: var(--bs-secondary-color);
    opacity: 1
}

.form-control:disabled {
    background-color: var(--bs-secondary-bg);
    opacity: 1
}

.form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    margin-inline-end: .75rem;
    color: var(--bs-body-color);
    background-color: var(--bs-tertiary-bg);
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: var(--bs-border-width);
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control::file-selector-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: var(--bs-secondary-bg)
}

.form-control-lg {
    min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
    padding: .5rem 1rem;
    font-size: calc(1.275rem + .3vw);
    border-radius: var(--bs-border-radius-lg)
}

@media (min-width:1200px) {
    .form-control-lg {
        font-size: 1.5rem
    }
}

.form-control-lg::file-selector-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    margin-inline-end: 1rem
}

.form-check {
    display: block;
    min-height: 1.8rem;
    padding-left: 1.5em;
    margin-bottom: .125rem
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em
}

.form-check-input {
    --bs-form-check-bg: var(--bs-body-bg);
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: var(--bs-border-width) solid var(--bs-border-color);
    appearance: none;
    print-color-adjust: exact
}

.form-check-input[type=checkbox] {
    border-radius: .25em
}

.form-check-input:active {
    filter: brightness(90%)
}

.form-check-input:focus {
    border-color: #8b8bf2;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(23, 23, 229, .25)
}

.form-check-input:checked {
    background-color: #1717e5;
    border-color: #1717e5
}

.form-check-input:checked[type=checkbox] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #1717e5;
    border-color: #1717e5;
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}

.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: .5
}

.form-check-input:disabled~.form-check-label {
    cursor: default;
    opacity: .5
}

.btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-size: 1.2rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 99rem;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(17, 17, 17, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color)
}

.btn:focus-visible {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color)
}

.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check)+.btn:active:focus-visible {
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn:disabled {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity)
}

.btn-light {
    --bs-btn-color: #111;
    --bs-btn-bg: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #111;
    --bs-btn-hover-bg: #d3d4d5;
    --bs-btn-hover-border-color: #c6c7c8;
    --bs-btn-focus-shadow-rgb: 213, 214, 215;
    --bs-btn-active-color: #111;
    --bs-btn-active-bg: #c6c7c8;
    --bs-btn-active-border-color: #babbbc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(17, 17, 17, 0.125);
    --bs-btn-disabled-color: #111;
    --bs-btn-disabled-bg: #f8f9fa;
    --bs-btn-disabled-border-color: #f8f9fa
}

.btn-outline-light {
    --bs-btn-color: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #111;
    --bs-btn-hover-bg: #f8f9fa;
    --bs-btn-hover-border-color: #f8f9fa;
    --bs-btn-focus-shadow-rgb: 248, 249, 250;
    --bs-btn-active-color: #111;
    --bs-btn-active-bg: #f8f9fa;
    --bs-btn-active-border-color: #f8f9fa;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(17, 17, 17, 0.125);
    --bs-btn-disabled-color: #f8f9fa;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f8f9fa;
    --bs-gradient: none
}

.fade {
    transition: opacity .1s linear;
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .nav-link {
        transition: none
    }
}

.nav-link:focus,
.nav-link:hover {
    color: var(--bs-nav-link-hover-color)
}

.nav-link:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(23, 23, 229, .25)
}

.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;
    --bs-navbar-color: rgba(17, 17, 17, 0.7);
    --bs-navbar-hover-color: rgba(17, 17, 17, 0.8);
    --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
    --bs-navbar-active-color: rgba(17, 17, 17, 0.9);
    --bs-navbar-brand-padding-y: 0.275rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.5rem;
    --bs-navbar-brand-color: rgba(17, 17, 17, 0.9);
    --bs-navbar-brand-hover-color: rgba(17, 17, 17, 0.9);
    --bs-navbar-nav-link-padding-x: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 1.5rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2832, 32, 32, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
    --bs-navbar-toggler-border-radius: 99rem;
    --bs-navbar-toggler-focus-width: 0.25rem;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)
}

.navbar>.container,
.navbar>.container-fluid {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    padding-top: var(--bs-navbar-brand-padding-y);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    margin-right: var(--bs-navbar-brand-margin-end);
    font-size: var(--bs-navbar-brand-font-size);
    /* color: var(--bs-navbar-brand-color); */
    text-decoration: none;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    color: var(--bs-navbar-brand-hover-color)
}

.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--bs-navbar-active-color)
}

.navbar-dark {
    --bs-navbar-color: rgba(255, 255, 255, 0.55);
    --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
    --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
    --bs-navbar-active-color: #fff;
    --bs-navbar-brand-color: #fff;
    --bs-navbar-brand-hover-color: #fff;
    --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-border-width: var(--bs-border-width);
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: var(--bs-border-radius);
    --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
    --bs-card-bg: var(--bs-body-bg);
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 2vw;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    color: var(--bs-body-color);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius)
}

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius)
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius)
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

.list-group {
    --bs-list-group-color: var(--bs-body-color);
    --bs-list-group-bg: var(--bs-body-bg);
    --bs-list-group-border-color: var(--bs-border-color);
    --bs-list-group-border-width: var(--bs-border-width);
    --bs-list-group-border-radius: var(--bs-border-radius);
    --bs-list-group-item-padding-x: 1rem;
    --bs-list-group-item-padding-y: 0.5rem;
    --bs-list-group-action-color: var(--bs-secondary-color);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
    --bs-list-group-action-active-color: var(--bs-body-color);
    --bs-list-group-action-active-bg: var(--bs-secondary-bg);
    --bs-list-group-disabled-color: var(--bs-secondary-color);
    --bs-list-group-disabled-bg: var(--bs-body-bg);
    --bs-list-group-active-color: #fff;
    --bs-list-group-active-bg: #1717e5;
    --bs-list-group-active-border-color: #1717e5;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: var(--bs-list-group-border-radius)
}

.list-group-horizontal {
    flex-direction: row
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

@keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

@keyframes placeholder-wave {
    100% {
        mask-position: -200% 0
    }
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.opacity-75 {
    opacity: .75 !important
}

.overflow-hidden {
    overflow: hidden !important
}

.d-flex {
    display: flex !important
}

.shadow {
    box-shadow: 0 1rem 3rem rgba(17, 17, 17, .5) !important
}

.shadow-sm {
    box-shadow: 0 1rem 1.5rem rgba(17, 17, 17, .25) !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.top-0 {
    top: 0 !important
}

.bottom-0 {
    bottom: 0 !important
}

.start-0 {
    left: 0 !important
}

.border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
    overflow: hidden;
}

.border-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important
}

.border-5 {
    border-width: 5px !important
}

.w-100 {
    width: 100% !important
}

.h-50 {
    height: 50% !important
}

.h-100 {
    height: 100% !important
}

.flex-column {
    flex-direction: column !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-center {
    justify-content: center !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-center {
    align-items: center !important
}

.align-items-stretch {
    align-items: stretch !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ms-5 {
    margin-left: 3rem !important
}

.mb-n5 {
    margin-bottom: -1rem !important
}

.p-0 {
    padding: 0 !important
}

.p-5 {
    padding: 3rem !important
}

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

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.fs-1 {
    font-size: calc(1.425rem + 2.1vw) !important
}

.fs-4 {
    font-size: calc(1.305rem + .66vw) !important
}

.fs-5 {
    font-size: calc(1.275rem + .3vw) !important
}

.fs-6 {
    font-size: 1.2rem !important
}

.fw-lighter {
    font-weight: lighter !important;
    color: #ced4da;
    padding: 5px;
}

.fw-light {
    font-weight: 300 !important
}

.fw-bold {
    font-weight: 500 !important;
    color: #fcfcfd;
    padding: 5px;
    font-size: 24px;
}

.fw-bolder {
    font-weight: bolder !important
}

.lh-1 {
    line-height: 1 !important
}

.text-center {
    text-align: center !important
}

.text-secondary {
    --bs-text-opacity: 1;
    color: #f8f9fa !important;
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}

.text-muted {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color) !important
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important
}

.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important
}

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important
}

.rounded-5 {
    border-radius: var(--bs-border-radius-xxl) !important
}

.rounded-circle {
    border-radius: 50% !important
}

@media (min-width:768px) {
    .me-md-5 {
        margin-right: 3rem !important
    }

    .ms-md-1 {
        margin-left: .25rem !important
    }

    .pe-md-4 {
        padding-right: 1.5rem !important
    }
}

@media (min-width:992px) {
    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .text-lg-start {
        text-align: left !important
    }

    .text-lg-end {
        text-align: right !important
    }
}

@media (min-width:1200px) {
    .fs-1 {
        font-size: 3rem !important
    }

    .fs-4 {
        font-size: 1.8rem !important
    }

    .fs-5 {
        font-size: 1.7rem !important
    }
}

html {
    scroll-behavior: smooth
}

.btn,
.nav-link.collapsed,
.navbar,
.scrolled,
.shadow,
a,
img {
    transition: all .5s ease-in-out 0s
}

.bg-cover {
    background-size: cover;
    background-position: center center
}

/* .navbar {
    padding-top: 32px;
    padding-bottom: 32px
} */

.navbar.scrolled {
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #111
}

.link-fancy {
    color: #1717e5;
    text-decoration: none;
    display: inline-block;
    position: relative
}

.link-fancy-light {
    color: #fff
}

.link-fancy:hover {
    color: #8a8a8e
}

.link-fancy-light:hover {
    color: #664d03
}

.link-fancy:before {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    transform-origin: left;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(90deg, #1717e5 0, #1717e5 25%, transparent 0, transparent 50%, #1717e5 0, #1717e5 75%, transparent 0, transparent);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 400% 1px;
    transition: background-position .8s ease-in-out
}

.link-fancy-light:before {
    background-image: linear-gradient(90deg, #664d03 0, #fff 25%, transparent 0, transparent 50%, #fff 0, #664d03 75%, transparent 0, transparent)
}

.link-fancy:hover:before {
    background-position: 100%
}

.display-huge {
    font-size: calc(2.5rem + 1.5vw);
    font-weight: 700;
    letter-spacing: -.02rem;
    /* height: 80px; */
    padding: 10px;
    overflow: hidden;
}

.navbar-dark a.nav-link {
    color: #fff;
    border-bottom: 2px solid transparent;
    margin: 0 1rem;
    font-size: 1.2rem !important;
}

.navbar-dark a.nav-link:hover {
    border-bottom: 2px solid #664d03
}

.gradient {
    background-image: linear-gradient(24deg, #1717e5, transparent 21%), linear-gradient(198deg, rgba(255, 193, 7, .2) 11%, transparent 0), linear-gradient(50deg, #6610f2 5%, #6f42c1 32%, #d63384 35%, #dc3545 65%, #fd7e14 83%, #ffc107 91%)
}

.display-4 {
    font-weight: 500
}

.no-bottom-radius {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.btn-xl {
    --bs-btn-padding-y: calc(0.75rem + 0.5vh);
    --bs-btn-padding-x: calc(2rem + 2vw);
    --bs-btn-font-size: 1.2rem;
    --bs-btn-border-radius: 99rem
}

.btn-white {
    background-color: #fff;
    color: #202020
}

.btn-white:hover {
    background-color: #f8f9fa;
    color: #202020
}

.bg-cover {
    background-size: cover
}

.bg-center {
    background-position: center center
}

.bg-gray-800 {
    background-color: #343a40
}

.bg-gray-900 {
    background-color: #202020
}

.bg-black {
    background-color: #111
}

.py-vh-2 {
    padding-top: 3vh;
    padding-bottom: 3vh
}

.py-vh-3 {
    padding-top: 6vh;
    padding-bottom: 6vh
}

.py-vh-4 {
    padding-top: 9vh;
    padding-bottom: 9vh
}

.py-vh-5 {
    padding-top: 12vh;
    padding-bottom: 12vh
}

.px-vw-5 {
    padding-left: 5vw;
    padding-right: 5vw
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
    transition-duration: .5s;
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
    transition-duration: .2s;
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
    transition-duration: .1s;
}

[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
    transition-duration: .35s;
}

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
    transition-duration: .4s;
}

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="500"] [data-aos] {
    transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="500"] [data-aos] {
    transition-duration: 0.5s;

}

@media screen {
    html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
        opacity: 0;
        transition-property: opacity, transform, -webkit-transform;
        transition-duration: 0.2s;
    }

    html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
        opacity: 1;
        transform: none;
    }

    html:not(.no-js) [data-aos=fade-up] {
        transform: translate3d(0, 50px, 0);
    }

    html:not(.no-js) [data-aos=fade-right] {
        transform: translate3d(-50px, 0, 0);
    }

    html:not(.no-js) [data-aos=fade-left] {
        transform: translate3d(50px, 0, 0);
    }

    html:not(.no-js) [data-aos^=zoom][data-aos^=zoom] {
        opacity: 0;
        transition-property: opacity, transform, -webkit-transform;
        transition-duration: 0.2s;
    }

    html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate {
        opacity: 1;
        transform: translateZ(0) scale(1);
    }

    html:not(.no-js) [data-aos=zoom-in-up] {
        transform: translate3d(0, 10px, 0) scale(0.2);
    }

    html:not(.no-js) [data-aos=zoom-in-right] {
        transform: translate3d(-50px, 0, 0) scale(0.8);
    }

    html:not(.no-js) [data-aos=zoom-in-left] {
        transform: translate3d(50px, 0, 0) scale(0.8);
    }
}