:root {

    /* FONTS */
    --font-caprasimo: 'Caprasimo', cursive;
    --font-faustina: 'Faustina', serif;
    --font-playfair: 'Playfair Display', serif;

    /* COLORS */
    --heading-h1: rgb(157, 170, 196);
    --heading-h2: rgb(201, 55, 25);
    --heading-pinky: rgb(255, 156, 136);
    --heading-blue: rgb(60, 107, 202);
    --heading-lightblue: rgb(169, 198, 255);
    --heading-green: rgb(79, 187, 77);
    --heading-light-green: rgb(169, 255, 167);
    --heading-dark: rgb(72, 75, 82);
    --heading-light: rgb(231, 233, 237);

}

*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    position: relative;
    height: 100%;
    font-family: var(--font-faustina);
    background: radial-gradient(rgb(227, 227, 227), rgb(215, 228, 215), rgb(227, 227, 227));
}

.container-fluid {
    background-color: rgba(255, 255, 255, 0.4);
}

h1 {
    width: 80%;
    margin: 5% auto !important;
    font-family: var(--font-playfair);
    font-size: 48px !important;
    color: rgb(157, 170, 196) !important;
    letter-spacing: 2px;
    text-align: center;
    /* filter: drop-shadow(1px 1px black)  drop-shadow(-1px -1px 0.5px white)  drop-shadow(1px 1px silver); */
    filter: drop-shadow(1px 1px black) drop-shadow(-0.5px -0.5px 0.5px white) drop-shadow(1px 1px black);
}

.h1-head {
    margin-top: -5% !important;
    margin-bottom: 20px;
    font-family: var(--font-playfair);
    font-size: 28px !important;
    /* color: rgb(136, 166, 226) !important; */
    color: rgb(173, 174, 176) !important;
    letter-spacing: 2px;
    text-align: center;
    filter: drop-shadow(1px 1px black) drop-shadow(-0px -0.5px 0.5px white) drop-shadow(1px 1px black);
    /* filter: drop-shadow(0px 1px white) drop-shadow(0.5px 1px black) ; */


}

.section-head {
    text-align: center;
    margin: 5% 0;
    font-family: var(--font-playfair);
    font-size: 36px;
    /* color: rgb(137, 166, 219); */
    /* color: rgb(139, 141, 145) !important; */
    color: rgb(157, 170, 196) !important;
    letter-spacing: 2px;
    /* filter: drop-shadow(1px 1px black) drop-shadow(-1px 1px rgb(81, 81, 235)) ; */
    /* filter: drop-shadow(0px 1px white) drop-shadow(-1px 1px black) ; */
    filter: drop-shadow(1px 1px black) drop-shadow(-0px -0.5px 0.5px white) drop-shadow(1px 1px black);
}

nav {
    border-radius: 10px;
    box-shadow: 0px 1px 3px black;
    filter: drop-shadow(1px 0px black);
}

.logo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.nav-inner {
    width: 100%;
    justify-content: space-between;
}

.carousel {
    min-width: 180px;
}

.carousel-inner {
    border-radius: 10px;
    box-shadow: 0px 1px 3px black;
    filter: drop-shadow(1px 0px black);
}

.caro-img-wrapper {
    max-height: 300px;
    overflow: hidden;
}

.caro-img {
    min-height: 500px;
    min-width: 380px;
    margin-top: -10%;
}
.caro-subset {
    width: 15%;
    position: fixed;
    top: 2%;
    right: 3%;
    border-radius: 50%;
    filter: drop-shadow(0px 0px 5px white) drop-shadow(0px 0px 3px black);
    transition: 400ms;
}
.caro-subset:hover {
    width: 40%;
    top: -5%;
    right: -5%;
}

.carousel-caption {
    background-color: rgba(215,215,215,0.3);
    border-radius: 20px;
}

.carousel-head {
    font-family: var(--font-playfair);
    font-size: 42px;
    font-weight: bolder;
    color: white;
    /* color: rgb(169, 185, 215); */
    filter: drop-shadow(1px 1px black) drop-shadow(0px 0px white) drop-shadow(-1px -1px 0px black);
    letter-spacing: 2px;
}

.carousel-text {
    font-size: 26px;
    color: white;
    filter: drop-shadow(0px -1px black);
    text-shadow: 1px 1px black;
}

.carousel-control-prev,
.carousel-control-next {
    height: 50%;
    margin: auto;
}

.about {
    margin: 20px 50px;
}

.accordion-item,
.accordion-collapse,
.accordion-body {
    margin: 0 !important;
    padding: 0 !important;
    background-color: rgba(225, 225, 238, 0.3) !important;
}

.jackets-wrapper,
.pants-wrapper,
.shoes-wrapper {
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.card {
    margin: 10px;
    text-align: center;
    min-height: 220px;
    box-shadow: 0px 1.5px 1px black;
    filter: drop-shadow(0px -0.5px 0px black);
}

.pants-card {
    min-height: 270px;
}

footer {
    width: 100%;
}

.contact-wrapper {
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-evenly;
}

.contact-details,
.contact-form-wrapper {
    margin: 5px;
    padding: 5px 10px;
    background-color: rgba(236, 237, 237, 0.82);
    box-shadow: 0px 0px 3px black;
    border-radius: 5px;
}

@media screen and (max-width: 550px) {
    .contact-wrapper {
        flex-direction: column;
    }

    .carousel-head {
        font-size: 32px;
    }

    .carousel-text {
        font-size: 22px;
    }

}

@media screen and (max-width: 440px) {
    .carousel-head {
        font-size: 26px;
    }

    .carousel-text {
        font-size: 18px;
    }

}

@media screen and (max-width: 380px) {
    .caro-img {
        margin-left: -45%;
    }
}

.contact-form {
    display: flex;
    flex-direction: column;
}

.user-field {
    margin: 5px 0;
    display: flex;
    justify-content: space-around;

}

input {
    width: 70%;
}

#user-body {
    min-height: 80px;
}

.submit-btn {
    width: 75%;
    margin: auto;
    background-color: rgb(161, 215, 233);
    border-radius: 5px;
}

.copyright {
    text-align: center;
}