::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: #3E5879;
    border-radius: 100px;
}

body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    background-color: #f6f2e0;
    color: #D8C4B6;
    text-decoration: none;
}

header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 64px;
    width: 100%;
    background-color: #3E5879;
    color: #D8C4B6;
}

header a {
    color: #D8C4B6 !important;
}

header a:hover {
    color: #f6f2e0 !important;

}

.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    height: 100%;
    font-size: 1.2rem;
    cursor: pointer;
    padding-left: 5em;
}

a:link {
    text-decoration: none;
    color: #3E5879;
}

a:visited {
    text-decoration: none;
    color: #3E5879;
}

a:hover {
    text-decoration: none;
    color: #FF7B7C;
    scale: 110%;
    cursor: pointer;
}

a:active {
    text-decoration: none;
    color: #3E5879;
}

a.notify-text:hover {
    color: #83E1E6;
    scale: 1;
}

.nav {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-right: 5em;
}

.nav-text {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    height: 80%;
    margin-left: 1em;
}

.search-label {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
}


.drop-down {
    position: absolute;
    top: 64px;
    width: 100%;
    padding-top: 1em;
    padding-bottom: 1em;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #D8C4B6;
    z-index: 1;
}

.drop-down a {
    color: #3E5879 !important;
}

.drop-text {
    justify-content: center;
    align-items: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    margin: auto;
    height: 4em;
    cursor: pointer;
    display: none;
}

.nav-text-burger:hover {
    border-color: #D8C4B6;
}

.drop-notify {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-height: 20em;
    width: 15em;
    position: absolute;
    background-color: #FF7B7C;
    border: 2px solid #3E5879;
    border-radius: 5px;
    top: 96px;
    right: 9.8em;
    z-index: 1;
}

.notify-text {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 3em;
    margin-bottom: 0.5em;
}

.banner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.banner-img {
    width: 100%;
}

.banner-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    text-align: left;
    margin-top: 20vw;
    top: 0;
    padding-left: 5em;
    color: #3E5879;
}

h1 {
    font-weight: 600;
    font-size: 9vw !important;
    margin-right: auto;
}

h2 {
    font-weight: 600;
    font-size: 4vw !important;
    margin-right: auto;
    margin-top: 0;
}


.buttons {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-top: 2em;
    margin-bottom: 1em;
    gap: 1em;

}

.btn-1 {
    height: 3em;
    font-size: 1em;
    background-color: #D8C4B6;
    border-color: transparent;
    cursor: pointer;
    font-weight: 600;
    width: 10em;
    color: #3E5879;
}

.btn-1.not-margin {
    height: 3em;
    font-size: 1em;
    background-color: #FF7B7C;
    border-color: transparent;
    margin-right: 0;
    margin-bottom: 2em;
    cursor: pointer;
    font-weight: 600;
    width: 10em;
    color: #3E5879;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
}

.btn-1:hover {
    color: #D8C4B6;
    background-color: #3E5879;
    scale: 110%;
}

.btn-1.borders {
    border: 2px solid #3E5879;
}

.btn-2 {
    height: 3em;
    font-size: 1em;
    background-color: transparent;
    border: 2px solid #3E5879;
    cursor: pointer;
    font-weight: 600;
    color: #3E5879;
}

.btn-2:hover {
    color: #D8C4B6;
    background-color: #3E5879;
    scale: 110%;
}

.mid-section {
    margin: auto;
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.subsection-mid {
    height: auto;
    margin: 3em;
    width: 33%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #3E5879;
}

.section-img {
    max-width: 100%;
}

.section-text-heading {
    margin-top: 1em;
    font-weight: 600;
    font-size: 1.2em;
}

.section-text {
    margin-top: 1em;
    font-weight: 400;
}

.lower-mid-section {
    margin: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

form {
    width: 100%;
}

label {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 1.4em;
    margin-bottom: 1em;
}

input[type="text"], [type="email"], [type="number"], [type="date"] {
    margin-top: 10px;
    width: 70%;
    height: 2em;
    background-color: #83E1E6;
    border: 2px solid #3E5879;
    border-radius: 5px;
}

input[type="text"]:focus {
    outline: 6px solid #FF7B7C;
}

input[type="email"]:focus {
    outline: 6px solid #FF7B7C;
}

input[type="number"]:focus {
    outline: 6px solid #FF7B7C;
}

input.orange:focus {
    outline: 6px solid #83E1E6;
}

input.light {
    background-color: #90D2CE;
}

input.search-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 10em;
    height: 2em;
    border: 2px solid #3E5879;
    border-radius: 5px;
    margin: 0;
}

.subsection-wrapper {
    background-color: #3E5879;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #D8C4B6;
}

.subsection-wrapper-light {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #3E5879;
    background-color: #D8C4B6;
}

.subsection-wrapper-orange {
    background-color: #FF7B7C;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #3E5879;
}

.item-subsection {
    margin: 1em !important;
}

.item-img {
    max-height: 10em;
}

.item-button-column {
    width: auto;
}

.subsection-lower {
    height: auto;
    margin: 3em;
    width: 70%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 3.5em;
}

.subsection-img {
    max-width: 50%;
}

.subsection-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 50%;
}

.subsection-text-heading {
    margin-bottom: 1em;
    font-weight: 600;
    font-size: 3em;
    text-align: left;
    width: 100%;

}

.subsection-text {
    margin-top: 1em;
    font-weight: 400;
    text-align: left;
    width: 100%;
    margin-bottom: 1em;
}

.bottom-section {
    margin: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.featured-work {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2em;
    height: auto;
    margin: 3em;
}

.testimony {
    width: 100%;
    background-color: #f6f2e0;
    color: #3E5879;
}

.testimony-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 70%;
    height: auto;
    margin: auto;
}

.individual {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    height: auto;
    margin: 3em;
}

.individual-icon {
    border-radius: 50%;
    height: 5em;
}

.individual-text {
    font-size: 0.9em;
    margin-top: 1em;
    font-weight: 400;
    text-align: left;
    width: 100%;
    margin-bottom: 1em;
}

.work-wrapper {
    background-color: #3E5879;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #D8C4B6;
}

.work {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 2em;
}

.work-text-heading {
    margin-bottom: 0.5em;
    font-weight: 600;
    font-size: 3em;
    width: 100%;
}

.work-text {
    margin-top: 1em;
    font-weight: 400;
    width: 100%;
    margin-bottom: 2em;
}

footer {
    width: 100%;
    height: 10vh;
}

.feedback {
    width: 100%;
    background-color: #D8C4B6;
    color: #3E5879;
    height: 100%;
    margin: auto;
}

.feedback-text {
    text-align: left;
    font-size: 1.4em;
    padding-left: 2rem;
    padding-top: 2rem;
    font-weight: 600;
}

.feedback-subtext {
    text-align: left;
    padding-left: 2rem;
    padding-top: 1rem;
    font-weight: 400;
    background-color: #D8C4B6;
}

.login {
    color: black;
}

.cart-container {
    margin-bottom: 25px;
}

.cart-container p {
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.cart-nav {
    background-color: #FF7B7C;
    counter-reset: li;
    display: flex;
    list-style: none;
    margin: 0 0 36px 0;
    padding: 0;
    text-align: center;
}

.cart-nav-item {
    background-color: #90D2CE;
    counter-increment: li;
    flex: 1 0 0;
    position: relative;
}

.cart-nav-item:hover {
    scale: 1;
    color: #FF7B7C;
}

.cart-nav-item--active {
    background-color: inherit;
}

.cart-nav-item--active:hover {
    scale: 1;
    color: #83E1E6
}

.cart-content {
    text-align: center;
}

.cart-content p {
    font-size: 30px;
    margin-bottom: 15px;
}

.other-products {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #FF7B7C;
    overflow: hidden;

}

.other-products-title {
    font-size: 30px;
}

.other-products-content {
    display: flex;
    flex-direction: row;
    text-align: center;
    align-items: center;
    justify-content: flex-start;
}

.product-list {
    display: flex;
    transition: transform 0.3s ease;
    gap: 5em;
}

.product {
    display: inline-block;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 20px 0 0 0;
}

.product-title {
    font-size: 25px;
    margin: 5px 0 10px 0;
}

.product-title p {
    margin: 5px 0 5px 0;
}

.product-title a:hover {
    text-decoration: none;
    color: #fff;
    scale: 110%;
    cursor: pointer;
}

.product-title a {
    font-size: 17px;
}

.product-subtext {
    font-size: 20px;
}

.product-text {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.round-btn {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    background-color: #83E1E6;
    cursor: pointer;
    border-radius: 25px;
    border-color: transparent;
}

#prev-btn {
    position: absolute;
    left: 10px;
    z-index: 1;
}

#next-btn {
    position: absolute;
    right: 10px;
    z-index: 1;
}

@media only screen and (max-width: 1024px) {
    .drop-notify {
        width: 100%;
        right: 0;
        border: none;
        top: 96px;
    }

    .item-img {
        min-width: auto !important;
        max-height: 20em;
    }

    .drop-text {
        display: flex;
    }

    h1 {
        font-size: 2.5em;
    }

    h6 {
        font-size: 0.9em;
    }

    .mid-section {
        flex-direction: column;
    }

    .item-subsection {
        gap: 1em !important;
    }

    .subsection-lower {
        flex-direction: column;
        width: 100%;
        align-items: flex-start;
    }

    .subsection-img {
        min-width: 100%;
    }

    .featured-work {
        flex-direction: column;
    }

    .testimony-container {
        flex-direction: column;
    }
}