section.one {
    overflow: hidden visible;
    padding-inline: 0;
    min-height: 100vh;
    padding-top: 150px;
}

.partition-one,
.partition-two {
    overflow: visible;
    display: flex;
    justify-content: center;
    align-items: center;
}

.partition-one {
    height: 100%;
    gap: 30px;
    flex-direction: column;
}

.partition-two {
    position: relative;
}

.partition-two .tv {
    position: relative;
    width: 70%;
    z-index: 20;
}

.partition-two .tv > img {
    width: 100%;
    height: 100%;
}

.bubbles-one {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    width: 55%;
}

.banner {
    position: absolute;
    top: 34%;
    left: 30%;
    width: 60%;
    z-index: -1;
}

.banner img {
    width: 100%;
}

.btn-orange {
    background-color: #fca652;
    border-radius: 20px;
    border: none;
    color: white;
    font-weight: bold;
    box-shadow: 0 2px 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-orange:hover {
    background-color: #FFB561;
}

.carousel-inner {
    width: 85%;
}

.carousel-control-prev, .carousel-control-next {
    width: 7.5%;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    filter: brightness(0) saturate(100%) invert(10%) sepia(55%) saturate(2698%) hue-rotate(243deg) brightness(100%) contrast(102%);
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: start;
    padding: 0;
    margin-right: 15%;
    /*margin-bottom: 2rem;*/
    margin-left: 15%;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
    border-radius: 50%;
}

.carousel-indicators .active {
    opacity: 1;
}

.loc-label {
    position: absolute;
    bottom: 10%;
    width: 40%;
    height: 80px;
    padding: 20px;
    display: flex;
    align-items: center;
    font-size: 32px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
    background-color: rgb(255, 255, 255, 0.6);
}

.loc-label span {
    font-weight: bold;
}


@media (width < 576px) {
    .bubbles-one {
        width: 55%;
    }

    .loc-label {
        width: 90%;
        left: 50%;
        height: 60px;
        padding: 10px;
        font-size: 24px;
        translate: -50%;
        border-radius: 20px;
        justify-content: center;
    }
}


.banner .carousel-inner {
    width: 100%;
}


.features-card {
    border-radius: 10%;
    border: none;
    color: white;
    padding: 20px;
    text-align: center;
}

.features-card .list {
    margin-top: 20px;
    font-weight: 500;
}

.list .tile {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 1rem;
}

.list .tile p {
    margin-bottom: 0;
}

.mob .linear-grad-purple img {
    filter: brightness(0) saturate(100%) invert(98%) sepia(5%) saturate(306%) hue-rotate(191deg) brightness(115%) contrast(100%);
}

.mob .linear-grad-white img {
    filter: brightness(0) saturate(100%) invert(28%) sepia(38%) saturate(1383%) hue-rotate(252deg) brightness(91%) contrast(100%);
}

#threeSlides .carousel-item {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}

.nav-item a {
    font-size: 20px;
}

.top-banner {
    width: 60%;
}

@media (width < 576px) {
    .top-banner {
        width: 80%;
    }
}