* {
    box-sizing: border-box;
}

body,
* {
    margin: 0;
    font-family: 'Outfit';
}

.logo-img {
    /* width: 100% !important; */
    max-height: 70px;
    object-fit: contain;
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .container {
        max-width: 1220px !important;
    }

    .carousel {
        height: 485px;
    }

    .carousel .carousel-inner, .carousel .carousel-inner .carousel-item {
        height: 100%;
    }

    .logo-width {
        width: 12.3rem !important;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .container {
        max-width: 930px !important;
    }

    .carousel {
        height: 485px;
    }

    .carousel .carousel-inner, .carousel .carousel-inner .carousel-item {
        height: 100%;
    }

    .logo-width {
        width: 12.3rem !important;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .container {
        max-width: 690px !important;
    }

    .carousel {
        height: 485px;
    }

    .carousel .carousel-inner, .carousel .carousel-inner .carousel-item {
        height: 100%;
    }

    .logo-width {
        width: 12.3rem !important;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .container {
        max-width: 510px !important;
    }

    .carousel {
        height: auto;
    }

    .logo-width {
        width: 12.3rem !important;
    }
}

@media (min-width: 300px) and (max-width: 576px) {
    .container {
        max-width: 510px !important;
    }

    .carousel {
        height: auto;
    }

    .logo-width {
        width: 12.3rem !important;
    }
}

@media (max-width: 300px) {
    .carousel {
        height: auto;
    }
}

.carousel-indicators [data-bs-target] {
    width: 40px;
    height: 7px;
    background: linear-gradient(90deg, #5ee6a1, #4a90e2) !important;
    background-color: #4a90e2 !important;
}

.appstore {
    height: 49.44px;
}

.social-font:hover {
    color: #fff !important;
}

/* Cortisol theme: logo colors - aqua green #5ee6a1 to blue #4a90e2 */
.text-blue {
    color: #4a90e2 !important;
}

.bg-blue {
    background: linear-gradient(135deg, #5ee6a1 0%, #4a90e2 100%) !important;
    background-color: #4a90e2 !important;
}

::placeholder {
    color: #a09696 !important;
    font-family: 'Outfit' !important;
    font-size: 18px !important;
}

.text-input {
    color: #a09696;
    font-family: 'Outfit';
    font-size: 18px;
}

.bg-input {
    background-color: #f6f2f2;
}

.bg-footer {
    background-color: rgb(83, 86, 87);
}

.text-footer {
    color: grey;
}

.social-font i:hover {
    background: linear-gradient(135deg, #5ee6a1, #4a90e2) !important;
    background-color: #4a90e2 !important;
}