.pointer {
    cursor: pointer;
}

.bg-primary-tasransel {
    background: #05408C;
}

.w-100vw {
    width: 100vw;
}

/* Carousell full screen */
.fullscreen-carousel,
.fullscreen-carousel .carousel-inner,
.fullscreen-carousel .carousel-item,
.fullscreen-carousel .carousel-item.active {
    height: calc(100vh - 1.5rem);
}

.fullscreen-carousel .carousel-inner img {
    display: block;
    object-fit: cover;
}

.fullscreen-carousel .carousel-item:nth-child(1) {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.fullscreen-carousel .carousel-item:nth-child(2) {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.fullscreen-carousel .carousel-item:nth-child(3) {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.fullscreen-carousel .navbar .nav-link {
    color: #fff !important;
}

.carousel-videos .carousel-control-next,
.carousel-videos .carousel-control-prev {
    top: 30%;
    bottom: 30%;
}

.carousel-videos .carousel-indicators {
    margin-right: 40%;
    margin-bottom: 4%;
    margin-left: 40%;
}

/* End Full Carousel */

.nowrap {
    white-space: nowrap;
}

.custom-border {
    border-bottom: 2px solid white;
}

.fm-ubuntu {
    font-family: 'Ubuntu';
}

.fm-inter {
    font-family: 'Inter';
}
