.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
    margin: 60px;
    display: flex;
    width: auto;
    height: auto;
}

.close {
    position: fixed;
    right: 50px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

.general {
    position: relative;
    width: 400px;
    padding-top: 250px;
    margin-bottom: 70px;
    margin-right: 75px;
    border-radius: 7px;
}

.general img {
    width: 100%;
    display: block;
}

.slider1, .slider2 {
    position: relative;
    width: 500px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 70px;
    border-radius: 7px;
    overflow: hidden;
}

.slides1, .slides2 {
    display: flex;
}

.slide1, .slide2 {
    min-width: 100%;
    box-sizing: border-box;
    transition: transform 0.6s ease-in-out;
}

.slide1 img, .slide2 img {
    width: 100%;
    display: block;
}

.map-slides, .chart-slides {
    position: relative;
}

.slider-container1 {
    padding-left: 30px;
}

.slider-container2 {
    padding-right: 30px;
}

.third-sec-text {
    padding-right: calc(10% - 30px);
}

.prev-next {
    position: absolute;
    top: 0;
    height: calc(100% - 146px);
    margin-top: 76px;
    background-color: transparent;
    border-width: 0;
    color: var(--color16);
    padding: 20px;
    cursor: pointer;
}

.prev-next:hover {
    color: var(--color1);
}

.prev1 {
    left: -10px;
}

.next1 {
    right: -40px;
}

.prev2 {
    left: -40px;
}

.next2 {
    right: -10px;
}

.dots1, .dots2 {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 10px;
}

.dot1, .dot2 {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 5px;
    background-color: var(--color15);
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s;
}

.dot1.active, .dot2.active {
    background-color: var(--color1);
}

.title-margin {
    margin-top: 100px;
}

.circle-bullet::before {
    content: "\2022";
    margin-right: 20px;
    margin-left: 20px;
}

.display-cruise {
    display: flex;
}

.analytics-display {
    display: flex;
}

.data-display {
    display: flex;
}

.info-text {
    text-align: left;
    width: 550px;
}

.points {
    text-align: left;
    width: 400px;
}

.first-sec {
    background-color: var(--color8);
}

.third-sec {
    background-color: var(--color17);
}

.first-sec-text {
    padding-top: 330px;
    padding-right: calc(10% + 45px);
    margin-bottom: 0;
}

.second-sec-text {
    padding-left: calc(10% - 30px);
    margin-bottom: 0;
    align-items: center;
    display: flex;
}

.third-sec-text {
    padding-top: 120px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.div-icon {
    position: relative;
}

.analytics {
    position: absolute;
    clip-path: inset(0 0 10px 0);
    /*left: 35vh;*/
    height: 160px;
    bottom: -10px;
}

.cruise {
    position: absolute;
    /*left: 40vh;*/
    height: 190px;
    bottom: 90px;
}

.data-icon {
    position: absolute;
    clip-path: inset(0 30% 0 0);
    /*left: 35vh;*/
    height: 190px;
    bottom: 80px;
}

.flex {
    display: flex;
}

.section-center {
    justify-content: center;
}

.top-margin {
    margin-top: 70px;
}

.margin-bottom {
    margin-bottom: 70px;
}

.about-button {
    width: 200px;
    background-color: var(--color9);
    color: var(--color1);
    border-color: var(--color1);
    border-width: 3px;
    font-weight: bold;
}

.about-button:hover {
    background-color: var(--color1);
    color: var(--color9);
}

.about-button:disabled,
.about-button[disabled] {
    color: var(--color16);
    border-color: var(--color16);
}

.gap {
    margin-left: 50px;
}

.arrow {
    margin-top: 2px;
    margin-left: 20px;
    width: 15px;
    height: 15px;
}

.cruise-portrait {
    display: none;
}

.cruise-landscape {
    display: flex;
}

@media screen and (max-width: 1400px) {

    .first-sec-text {
        padding-top: 120px;
    }

    .general {
        padding-top: 70px;
    }
}

@media screen and (max-width: 1300px) {

    .first-sec-text {
        padding-right: 105px;
    }

    .second-sec-text {
        padding-left: 40px;
    }

    .third-sec-text {
        padding-right: 40px;
    }
}

@media screen and (max-width: 1230px) {

    .prev-next {
        display: none;
    }

    .general {
        margin-right: 0;
    }

    .first-sec-text {
        width: calc(40% + 120px);
        padding-right: 60px;
    }

    .second-sec-text, .third-sec-text {
        width: 40%;
    }

    .info-text {
        width: 100%;
    }

    .slider-container1, .slider-container2 {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 1083px) {

    .first-sec-text {
        padding-top: 105px;
    }
}

@media screen and (min-width: 1024px) {

    .mobile-members {
        display: none;
    }

    .desktop-members {
        display: flex;
    }
}

@media screen and (max-width: 1024px) {

    .mobile-members {
        display: flex;
    }

    .desktop-members {
        display: none;
    }

    h3 {
        font-size: 150%;
    }
}

@media screen and (max-width: 1000px) {

    .first-sec-text {
        padding-right: 20px;
    }

    .second-sec-text {
        padding-left: 20px;
    }

    .third-sec-text {
        padding-right: 20px;
    }
}

@media screen and (max-width: 938px) {

    .first-sec-text {
        padding-top: 90px;
    }
}

@media screen and (max-width: 913px) {

    .second-sec-text {
        padding-left: 0;
    }

    .third-sec-text {
        padding-right: 0;
    }
}

@media screen and (max-width: 903px) {

    .analytics-display {
        display: block;
    }

    .first-sec-text {
        padding: 40px;
        padding-bottom: 0;
        width: 100%;
    }

    .points {
        width: 100%;
    }

    .general {
        padding-top: 0;
        margin-bottom: 40px;
    }

    .general-container {
        display: flex;
        justify-content: center;
    }
}

@media screen and (max-width: 863px) {

    .display-cruise, .data-display {
        display: block;
    }

    .second-sec-text, .third-sec-text {
        width: auto;
        padding: 40px;
        padding-bottom: 0;
    }

    .dots1, .dots2 {
        padding-top: 0;
    }

    .map-slides, .chart-slides {
        padding-bottom: 40px;
    }

    .slider1, .slider2 {
        margin-bottom: 0;
    }

    .slider-container1, .slider-container2 {
        display: flex;
        justify-content: center;
    }

    .cruise-portrait {
        display: flex;
        margin-bottom: 20px;
    }

    .cruise-landscape {
        display: none;
    }

}

@media screen and (max-width: 650px) {

    .display-cruise {
        display: block;
    }

    .cruise {
        position: relative;
        margin-top: 0;
        bottom: 0;
    }

    .second-sec-text {
        padding: 40px;
        padding-bottom: 0;
        width: 100%;
    }

    .first-point {
        width: 150%;
    }

    .analytics-display {
        display: block;
    }

    .first-sec-text {
        width: 100%;
        padding: 40px;
        padding-bottom: 0;
    }

    .analytics {
        position: inherit;
        left: 60%;
    }
}

@media screen and (max-width: 545px) {

    .third-sec-text {
        transform: translateX(0);
        width: 100%;
        padding: 40px;
        padding-bottom: 0;
    }

    .data-icon {
        position: inherit;
        left: 60%;
        margin-bottom: 20px;
        bottom: 0;
    }
}

@media screen and (max-width: 500px) {

    .analytics, .data-icon {
        left: 50%;
    }

    .gap {
        margin-left: 20px;
        margin-right: 20px;
    }

    .left-gap {
        margin-left: 20px;
    }
}

@media screen and (max-width: 400px) {

    .analytics, .data-icon {
        left: 40%;
    }
}