header {
    z-index: 999;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.06);
    position: sticky;
    top: 0;
    left: 0;
    display: block;
}

nav.navbar.navbar-expand-lg.bg-light {
    font-family: 'Poppins', sans-serif;
    padding-bottom: 0px;
}

div.container-fluid {
    justify-content: space-between;
}

/* .cart {
    margin-left: 10px;
    margin-right: 10px;
} */

.cart-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #333333;
    background: #dddddd;
    border: none;
    outline: none;
    border-radius: 50%;
    margin-right: 15px;
    margin-left: 10px;
    text-decoration: none;
    transition: 0.2s;
}

.cart-button:hover {
    background-color: gray;
    color: white;
    border-color: gray;
}

.cart-button-badge {
    position: absolute;
    top: -5px;
    right: -10px;
    width: 20px;
    height: 20px;
    background: red;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.icons {
    display: flex;
}

#signButton {
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    border-color: black;
    border-radius: 20px;
    padding-left: 30px;
    padding-right: 30px;
    margin-right: 10px;
}

#loginButton {
    background-color: black;
    color: white;
    border-color: black;
    border-radius: 20px;
    padding-left: 30px;
    padding-right: 30px;
    margin-right: 10px;
}

#checkButton {
    background-color: white;
    color: black;
    border-color: white;
    border-radius: 25px;
    padding-left: 30px;
    padding-right: 30px;

    font-size: 20px;
}

#signButton:hover {
    background-color: gray;
    color: white;
    border-color: gray;
}

#loginButton:hover {
    background-color: gray;
    color: white;
    border-color: gray;
}

#checkButton:hover {
    background-color: gray;
    color: white;
    border-color: gray;
}

@media(max-width:992px) {
    #signButton {
        margin-top: 10px;
    }

    .cart-button {
        margin-top: 20px;
        margin-left: 0px;
    }

    #loginButton {
        margin-top: 10px;
    }

    .btn-user {
        margin-top: 20px;
    }

    .sub-menu-wrap {
        position: absolute;
        top: 10px;
        right: 0;
        width: 320px;
        max-height: 0px;
        overflow: hidden;
        transition: max-height 0.5s;
        z-index: 2;
    }

    .icons {
        display: flex;
    }
}


#searchLabel {
    border-radius: 20px;
}

#menuOptions {
    margin-left: 100px
}

.container-fluid {
    justify-content: space-between;
}

.principal-section {
    width: 90%;
    position: relative;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 10px;
    height: 500px;
}

.principal-section:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.8));
}

.principal-section .section-text {
    position: absolute;
    bottom: 20px;
    left: 10px;
    color: white;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 3em;
    margin-left: 20px;
    margin-right: 10px;

    font-family: 'Oswald', sans-serif;
}

.principal-section .section-img {
    width: 100%;
    height: 500px;
}

@media(max-width:547px) {
    .container-fluid {
        justify-content: space-between;
    }

    .principal-section {
        width: 80%;
        position: relative;
        margin: auto;
        margin-bottom: 20px;
        margin-top: 10px;
        height: 400px;
    }

    .principal-section:before {
        content: "";
        width: 80%;
        height: 80%;
        position: absolute;
        top: 0;
        right: 0;
        background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.8));
    }

    .principal-section .section-text {
        position: absolute;
        bottom: 20px;
        left: 10px;
        color: white;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 2em;
        margin-left: 20px;
        margin-right: 20px;

        font-family: 'Oswald', sans-serif;
    }

    .principal-section .section-img {
        width: 100%;
        height: 400px;
    }
}


#checkOut {
    font-family: 'Bebas Neue', cursive;
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 50px;
}

.checkProducts {
    width: 80%;
    padding: 100px 0;
    background-color: #191919;
    margin-left: 10%;
}

.checkProducts img {
    height: 90%;
    width: 430px;
    margin-right: 20px;
}

.about-text {
    width: 550px;
}

.main {
    width: 90%;
    max-width: 95%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.about-text h2 {
    color: white;
    font-size: 60px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.about-text h5 {
    color: white;
    letter-spacing: 2px;
    font-size: 22px;
    margin-bottom: 25px;
    text-transform: capitalize;
}

.about-text p {
    color: #fcfcfc;
    letter-spacing: 1px;
    line-height: 28px;
    font-size: 18px;
    margin-bottom: 45px;
}


@media(max-width:940px) {
    #checkOut {
        font-family: 'Bebas Neue', cursive;
        font-size: 30px;
        margin-top: 10px;
        margin-bottom: 50px;
    }

    .checkProducts {
        width: 80%;
        padding: 100px 0;
        background-color: #191919;
        margin-left: 10%;
    }

    .checkProducts img {
        height: 90%;
        width: 230px;
        margin-right: 20px;
        display: none;
    }

    .about-text {
        width: 350px;
    }

    .main {
        width: 90%;
        max-width: 95%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .about-text h2 {
        color: white;
        font-size: 30px;
        text-transform: capitalize;
        margin-bottom: 20px;
    }

    .about-text h5 {
        color: white;
        letter-spacing: 2px;
        font-size: 12px;
        margin-bottom: 25px;
        text-transform: capitalize;
    }

    .about-text p {
        color: #fcfcfc;
        letter-spacing: 1px;
        line-height: 28px;
        font-size: 15px;
        margin-bottom: 45px;
    }

    #checkButton {
        background-color: white;
        color: black;
        border-color: white;
        border-radius: 25px;
        padding-left: 30px;
        padding-right: 30px;

        font-size: 15px;
    }
}

.footer {
    margin-top: 150px;
    box-sizing: border-box;
    background-color: #191919;
    height: auto;
    width: 100%;
    font-family: 'Roboto Condensed', sans-serif;
    padding-top: 40px;
    color: white;
}

.footer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.footer-content h3 {
    font-size: 30px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 3rem;
}

.footer-content p {
    max-width: 500px;
    margin: 10px auto;
    line-height: 28px;
    font-size: 14px;
}

.socialMedia {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0 3rem 0;
}

.socialMedia li {
    margin: 0 10px;
}

.socialMedia a {
    text-decoration: none;
    color: white;
}

.socialMedia a i {
    font-size: 1.1rem;
    transition: color .4s ease;
}

.socialMedia a:hover i {
    color: gray;
}

.footer-bottom {
    background-color: black;
    width: 100vw;
    padding: 20px 0;
    text-align: center;
}

.footer-bottom p {
    font-size: 10px;
    word-spacing: 2px;
    text-transform: capitalize;
    margin-left: 20px;
}

#cardImage {
    width: 250px;
    height: 250px;
}

/*Support*/

#searchLabel {
    border-radius: 20px;
}

.div-links a {
    margin: 12px;
}

.support-container {
    margin: 50px 100px 100px 100px;
}

.support-container h2 {
    margin-left: 60px;
}

.Questions-container h3 {
    margin-left: 120px;
}

.Questions-container h4 {
    margin-left: 150px;
}

.submit-form {
    margin-left: 200px;
    margin-top: 50px;
}

.message {
    margin-top: 100px;
}

.submit {
    margin-left: 400px;
}

.comfirmation-container {
    margin: 100px 200px 200px 200px;
    background-color: #DBDADA;
    padding: 50px;
}

.comfirmation-container h2 {
    margin: 10px 0 0 320px;
}


.comfirmation-container h3 {
    text-align: center;
    margin: 100px 0 30px 0;
}

.card-container {
    padding-right: 45px;
}

.card {
    margin-right: 35px;
}

.form-issue-container {
    padding: 25px;
    padding-left: 80px;
    margin-left: 25%;
}

.details .card {
    margin-left: 325px;
    margin-right: 325px;
    padding: 25px;
}

.Title-form {
    margin-left: 155px;
}

.btn-form {
    margin-left: 155px;
}

@media(max-width:940px) {
    .card-container {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 100PX;
    }
}

div.success-container {
    width: 100%;
    height: 425px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

div.show-success {
    width: 400px;
    background: #fff;
    border-radius: 6px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 0 30px 30px;
    color: #333;
}

div.show-success img {
    width: 100px;
    margin-top: -50px;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

div.show-success h2 {
    font-size: 38px;
    font-weight: 500;
    margin: 30px 0 10px;
}

div.show-success a {
    width: 100%;
    margin-top: 50px;
    padding: 10px 0;
    background: #6fd649;
    color: #fff;
    border: 0;
    outline: none;
    font-size: 18px;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.card-marg {
    margin-top: 75px;
}