.h1Text {
    height: 10.5vw;
}

.buttons {
    height: 100%;
    padding-top: 2.60vw;
    text-align: right;
}

.button {
    transition: none 0s ease 0s;
    text-align: inherit;
    line-height: 20px;
    border-width: 0px;
    margin: 30px 0px 0px;
    padding: 12px 32px;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 0.83vw;
    border-radius: 50px;
    color: white;
    text-decoration: none;
    height: 2.4vw;
}

.button-cerulean:hover {
    color: #fff !important;
}

.slider-hover-button:hover {
    color: #fff !important;
}

.button-cerulean {
    background-color: #0085CA;
    border: 1px solid #0085CA;
}

.button-red {
    background-color: #ED3237;
    border: 1px solid #ED3237;
}

.image2 .buttons {
    padding-top: 0 !important;
}

.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    top: 24%;
    right: 9%;
    width: 50%;
    text-align: center;
}

.carousel-indicators {
    bottom: 0px !important;
}

.carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 50px;
    border: 2px solid white;
    background-color: rgba(255, 255, 255, .0);
    cursor: pointer;
}

.carousel-indicators li:hover {
    background-color: rgba(0, 0, 0, 0.21);
    transition: all 0.5s;
}

.carousel-indicators .active:hover {
    background-color: #fff;
}

.text,
.noteArea {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
}

.text h1 {
    transition: none 0s ease 0s;
    text-align: inherit;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    letter-spacing: -1px;
    font-weight: 700;
    font-size: 2.48vw;
    line-height: 2.48vw !important;
    text-align: right;
    text-shadow: -3px 3px #00000066;
}

@media screen and (max-width: 780px) {
    .customTextPosition {
        margin-top: 67px !important;
    }

    .customTextPosition .buttons {
        margin-top: 62px !important;
    }

    .text h1 {
        line-height: 1.3 !important;

    }

    .button-cerulean,
    .noteArea {
        display: none;
    }

    .buttons {
        margin-top: 75px;
        text-align: center;
    }

    .carousel-item img {
        width: initial !important;
        height: 80vw !important;
        max-width: none !important;
    }

    .text {
        color: #f2f2f2;
        font-size: 15px;
        padding: 0px !important;
        position: absolute;
        top: 10%;
        width: 80%;
        text-align: center;
    }

    .text h1 {
        font-size: 24px;
        text-align: center;
    }

    .h1Desktop {
        display: none;
    }

    .button-red {
        font-size: 11px;
        height: 30px;
        display: flex;
        align-items: center;
        width: fit-content;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        margin-top: 70px;
    }

    .onlyMobile {
        margin-top: 155px;
    }
}

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

    .h1Mobile {
        display: none;
    }
}


@media screen and (min-width: 1025px) {
    .text h1 {
        line-height: 1;
    }

    .h1Mobile {
        display: none;
    }


    .onlyMobile {
        display: none;
    }

    .thirdText {
        top: 25%;
    }

    .button-ceruleanSecond {
        margin-right: 25px !important;
    }

}

@media screen and (min-width: 976px) and (max-width: 1400px) {
    .button {
        line-height: 0.50vw;
        height: none !important;
    }

    .noteArea {
        bottom: 10% !important;
        right: 50px !important;
    }
}

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

    .button {

        padding: 0px 32px;
        line-height: 40px;
        height: max-content;

    }
}

@media screen and (min-width: 780px) and (max-width: 1500px) {
    .text {
        top: 10% !important;
    }

    .buttons {
        padding-top: 0 !important;
    }

    .noteArea {
        width: 60% !important;
        padding-left: 220px !important;
    }
}

@media (min-width:501px) {
    .mainSlidersDesktop {
        display: block !important;
    }

    .mainSlidersMobile {
        display: none !important;
    }
}

@media (max-width:500px) {
    .mainSlidersDesktop {
        display: none !important;
        height: 551px;
    }

    .mainSlidersMobile {
        display: block !important;
    }

    .text h1 {
        font-size: 18px;
        text-align: center;
    }

    .buttons {
        margin-top: 90px;
        text-align: center;
    }

    .responsive-button-cr {
        position: absolute;
        bottom: -31px;
        left: 43px;
    }
}