@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

* {
    font-family: 'Poppins', sans-serif;
}

html,
body {
    height: 100%;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
}

.page-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.main-content {
    flex: 1 0 auto;
    /* Grow to fill space */
    overflow: auto;
    /* Scroll if needed */
}

main {
    background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url(/img/gade.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    height: 32rem;
}

#carousel-item-bg-1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(/img/bg-combi.jpg);
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
}

#carousel-item-bg-2 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(/img/bg-combi-2.jpg);
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
}

#carousel-item-bg-3 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(/img/bg-combi-3.jpg);
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    text-align: center;
}

/* rtl:begin:ignore */
.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}

.featurette-divider {
    margin: 5rem 0;
}

.featurette-heading {
    letter-spacing: -.05rem;
}

footer {
    flex-shrink: 0;
}

.content-box {
    background: rgba(255, 255, 255, 0.85);
    padding: 2rem;
    border-radius: 0.5rem;
}

.circle-bg {
    background-image: linear-gradient(to right top, #ffffff, #ebd3f1, #eca2ce, #ed6c92, #dc3545);
    width: 450px;
    height: 450px;
    border-radius: 50%;
}

.circle-bg-sm {
    width: 150px;
    height: 150px;
}

.circular-image {
    width: 450px;
    height: 450px;
    object-fit: cover;
    border-radius: 50%;
}

.nav-link {
    font-weight: 500;
    color: rgba(33, 37, 41, 0.75);
}

.nav-link:hover,
.nav-link:focus {
    color: #dc3545;
}

.form-check-input:checked {
    background-color: #dc3545;
    border-color: #dc3545;
}

.form-check-input:focus {
    outline: 0px;
    box-shadow: rgba(176, 42, 55, 0.25) 0px 0px 0px 0.25rem;
}

.form-select:focus,
.form-control:focus {
    outline: 0;
    border-color: rgba(176, 42, 55, 0.5);
    box-shadow: 0 0 0 .25rem rgba(176, 42, 55, 0.25);
}

.shadow-top {
    box-shadow: 0 -0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.pagination {
    --bs-pagination-color: none;
    --bs-pagination-active-bg: #dc3545;
    --bs-pagination-focus-color: #dc3545;
    --bs-pagination-hover-color: #dc3545;
    --bs-pagination-active-border-color: #dc3545;
}

.page-link:focus {
    box-shadow: 0 0 0 .25rem rgba(176, 42, 55, 0.25);
}

.p-2r {
    padding: 2rem;
}

.py-2r {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.err-msg {
    padding: 10px 15px;
    background-color: #f8f9fa;
    border-radius: 8px;
    margin-bottom: 15px;
    color: red;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
}

.username-link {
    font-weight: 500 !important;
    color: rgba(33, 37, 41, 0.75) !important;
    padding: 0.5rem 0;
}

.username-link:hover {
    color: #dc3545 !important;
}

.username-link:focus {
    color: rgba(33, 37, 41, 0.75) !important;
}

.dropdown-item:hover {
    color: #dc3545;
}

.dropdown-item.active,
.dropdown-item:active {
    color: white;
    text-decoration: none;
    background-color: #dc3545;
}

@media (max-width: 1024px) {
    #center-thomas {
        width: 300px;
        height: 300px;
    }

    .testimonial .name-divider {
        display: none;
    }

    .testimonial .name-value {
        display: block;
    }
}

@media (max-width: 768px) {
    .testimonial-mb {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 425px) {
    #center-thomas {
        width: 300px;
        height: 300px;
    }
}

@media (max-width: 375px) {
    #center-thomas {
        width: 250px;
        height: 250px;
    }
}

@media (max-width: 320px) {
    #center-thomas {
        width: 200px;
        height: 200px;
    }
}

@media (max-width: 1024px) {
    .about-thomas {
        width: 375px;
        height: 375px;
    }
}

@media (max-width: 768px) {
    .about-thomas {
        width: 250px;
        height: 250px;
    }
}

@media (max-width: 425px) {
    .about-thomas {
        width: 300px;
        height: 300px;
    }

    .about-thomas-wrapper {
        text-align: center;
    }
}

@media (max-width: 375px) {
    .about-thomas {
        width: 250px;
        height: 250px;
    }

    .about-thomas-wrapper {
        text-align: center;
    }
}

@media (max-width: 320px) {
    .about-thomas {
        width: 200px;
        height: 200px;
    }

    .about-thomas-wrapper {
        text-align: center;
    }
}

@media (min-width: 40em) {
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}