:root {
    --bs-danger-rgb: 190, 22, 34;
    --bs-danger: #be1622;
    --bs-secondary: #8b7c83
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
    background-color: var(--bs-gray-200);
}

body {
    position: relative;
    font-family: 'Roboto', sans-serif;
    color: #081828;
    background-color: #fff;
    width: 100%;
    padding: 0 !important;
    max-width: 1920px;
    margin: 0 auto;
    font-weight: 400;
}

main {}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.btn {
    font-weight: 500;
}

.fs-xxl {
    font-size: 10rem;
}

.opacity-10 {
    opacity: .1;
}

.z-1 {
    z-index: 1;
}

.bg-img {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.mh-16rem {
    min-height: 16rem;
}

.arrow-abs-1 {
    top: 0;
    left: 10%;
    transform: translate(0, -50%);
}

.arrow-abs-2,
.arrow-abs-3 {
    bottom: 10%;
    right: 15%;
    transform: translate(0, 0) rotate(-45deg);
}

.slider-decoration-waves {
    top: 0;
    right: 0;
    transform: translateY(-50%);
}

.navbar-toggler {
    display: flex;
    flex-direction: column;
    align-items: end;
    box-shadow: none !important;
    padding: 8px 12px;
    position: relative;
    height: 2rem;
    width: 56px;
}

.navbar-toggler .line-1,
.navbar-toggler .line-2 {
    display: block;
    width: 2rem;
    height: 4px;
    background-color: var(--bs-dark);
    border-radius: 2px;
    transition: all .3s;
}

.navbar-toggler .line-2 {
    width: 70%;
    margin-top: 4px;
}

.navbar-toggler:hover .line-2 {
    width: 100%;
    margin-top: 4px;
}

.navbar-toggler:not(.collapsed) .line-1 {
    width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(135deg);
}

.navbar-toggler:not(.collapsed) .line-2 {
    width: 70%;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

#hero {
    height: 100vh;
    max-height: 980px;
}

#hero video {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.cursor-pointer {
    cursor: pointer;
}

#program .row:not(.collapsed) .arrow-icon {
    transition: all .5s;
}

#program .row:not(.collapsed) .arrow-icon {
    transform: rotate(180deg);
    transition: all .5s;
}

@media (min-width: 992px) {
    .text-vertical-lg {
        writing-mode: vertical-lr;
        text-orientation: upright;
        line-height: 1;
    }

    .position-absolute-lg {
        position: absolute;
    }

    #carouselExample .rnx-caption {
        width: 85%;
    }

    .arrow-abs-1 {
        top: 10%;
        left: 0;
        transform: translate(-50%, 0);
    }

    .arrow-abs-2 {
        bottom: 10%;
        right: unset;
        left: 0;
        transform: translate(-50%, 0) rotate(-90deg);
    }

    .arrow-abs-3 {
        bottom: 10%;
        right: 0;
        transform: translate(50%, 0) rotate(180deg);
    }

    .slider-decoration-waves {
        top: auto;
        bottom: 0;
        transform: none;
    }

}

@media (max-width: 991px) {
    .position-absolute-lg.translate-middle-y {
        transform: none !important;
    }

    .boat-bg.h-100 {
        width: 100%;
        height: auto !important;
    }

    .carousel-control-prev,
    .carousel-control-next {
        top: 100%;
    }

}

.carousel-control-prev,
.carousel-control-next {
    opacity: 1 !important;
    color: var(--bs-dark);
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    color: var(--bs-danger);
}

#speakers .speaker img {
    max-width: 147px;
}

#speakers .speaker {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rounded-arrow {
    width: 5rem;
    height: 5rem;
    background-color: var(--bs-dark);
    color: #fff !important;
    border-radius: 50%;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 3rem;
}

.rounded-arrow:hover {
    background-color: var(--bs-danger);
}

#buy ul>li {
    margin-bottom: .5rem;
}

.btn.btn-link {
    color: var(--bs-secondary);
    text-decoration: none;
}

.btn.btn-link:hover,
.btn.btn-link:focus {
    color: var(--bs-danger);
}

.btn-danger {
    --bs-btn-bg: var(--bs-danger);
    --bs-btn-border-color: var(--bs-danger);
    --bs-btn-hover-bg: #e11927;
}

.btn-secondary {
    --bs-btn-bg: var(--bs-secondary);
    --bs-btn-border-color: var(--bs-secondary);
}

.gradient-circle,
.gradient-circle-2 {
    background-image: radial-gradient(rgba(var(--bs-light-rgb), 1), rgba(var(--bs-light-rgb), 1), rgba(var(--bs-light-rgb), 0), rgba(var(--bs-light-rgb), 0));
    width: 40%;
    height: 250%;
}

.gradient-circle-2 {
    width: 250%;
    height: 40%;
}

@media (max-width: 991px) {
	#carouselExample>img {
	max-width: 33%;
	}
}

@media (min-width: 1400px) {
    .navbar {
        --bs-navbar-nav-link-padding-x: 1.5rem;
    }
}

@media (min-width: 1200px) {
    .display-1 {
        font-size: 3rem !important;
    }
}

.display-1 {
    font-size: calc(1.1rem + 2vw);
}

.mb-hero {
	margin-bottom: 2rem;
}

.mt-hero {
	margin-top: 2rem;
}

.fs-hero {
    font-size: calc(1.2rem + .9vw) !important;
}

@media (min-width: 1200px) {
    .fs-hero {
        font-size: 1.85rem !important;
    }
}

.text-shadow {
	text-shadow: 1px 1px 5px #000;
}

.arrow-down {
	transform: rotate(45deg);
	width: 1.05rem;
}

.bottom-50p {
	bottom: 50px;
}
@media (min-width: 992px) {
    .col-lg-sp {
        flex: 0 0 auto;
        width: 14.28571428571429%;
    }
}


.nav-link {
	color: #FFF;
}
.nav-link:hover {
	color: #be1622;
}
hr {
	border-color: #be1622;
	opacity: 1;
	border-width: 2px;
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}
.shadow {
	box-shadow: 0.25rem 0.35rem 0.75rem rgba(0,0,0,0.25) !important;
}