.carousel {
    display: none;
}

.carousel-item-img {
    height: 80vh;
    max-width: 60vw;
}

.carousel-item {
    text-align: end;
}

.carousel-text {
    color: black;
}

.carousel-text span {
    background-color: #f0eaea8e;
}

.btn-carousel {
    margin-top: 20px;
}

.carousel-caption {
    top: 20%;
    bottom: 0;
}

.carousel-indicators button {
    background-color: black !important;
}

.carousel-control-next-icon {
    background-image: url("../img/icons/chevron-right.svg");
    z-index: 0;
}

.carousel-control-prev-icon {
    background-image: url("../img/icons/chevron-left.svg");
}

#call-form-number-disabled {
    width: 60px;
    border: none;
    border-radius: 10px 0 0 10px;
}

.call-form-button {
    border-style: solid solid solid solid;
    border-radius: 10px 10px 10px 10px;
    width: 150px;
    color: white;
    background-color: rgb(45, 45, 102);
    border-color: rgb(45, 45, 102);
}

.call-form-button:hover {
    background-color: rgb(45, 45, 102);
    border-color: rgb(45, 45, 102);
    box-shadow: none;
}

.call-form input:focus {
    outline: none;
}

.rejnet-internet-list {
    list-style-image: url('../img/icons/patch-check.svg');
}

.rejnet-internet-list li {
    margin-bottom: 10px;
}

.custom-h1 {
    margin-bottom: 20px;
}

.marketing-contact {
    margin-top: 20px;
}

.marketing-services {
    margin-top: 110px;
}

.marketing-contact {
    margin-top: 110px;
}

.marketing .services {
    align-items: center;
}

.col-marketing a {
    justify-content: center;
}

.btn-marketing {
    margin-top: 15px;
}

.marketing-text {
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.call-form-number-wrapper {
    display: flex;
    border-style: solid solid solid solid;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 20px;
    border-width: 3px;
    border-color: rgba(45, 45, 102);
}

.call-form-number-wrapper input {
    height: 50px;
    border: none;
}

.call-form-number-number {
    width: 100%;
    border-radius: 0 10px 10px 0;
}

.col-marketing {
    margin-bottom: 75px;
}

@media (min-width: 1400px) {
    .carousel {
        display: block;
    }

    .marketing-services {
        display: none;
    }

    .marketing-contact {
        margin-top: 50px;
    }

    .call-form {
        flex: 1;
        position: relative;
        display: flex;
        align-items: stretch;
        font-size: 20px;
        align-content: baseline;
    }

    .call-form-number-number {
        width: 250px;
    }
    
    .call-form-button {
        border-style: solid solid solid none;
        border-radius: 0 10px 10px 0;
        background-color: rgb(45, 45, 102);
        height: 60px;
    }

    .call-form-number-wrapper {
        margin: 0;
        border-color: rgba(45, 45, 102);
        border-style: solid none solid solid;
        border-radius: 10px 0 0 10px;
    }
}