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

html {
    font-family: "Josefin Sans", sans-serif;
    overflow-x: hidden;
}

body {
    /* background-color: #e1dfde !important; */
    /* background-image: url("./images/Background-2.png");
    background-repeat: no-repeat;
    background-size: cover;*/
}

.background {
    width: 100vw;
    height: 100vh;
    /* background-image: url("./images/bg-2.svg"); */
    /* background: radial-gradient(#fff, #ffd6d6); */
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    z-index: -100;
}

header {
    border-top: 0.625rem solid #8b70d1;
    height: 80px;
    width: 100%;
    position: relative;
    /* background-color: #111111; */
}

.logo {
    padding-top: 20px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo a {
    height: 100%;
}

.top-logo {
    height: 100%;
}

.hr {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hr-1 {
    border-top: 1px solid #e0e0e0;
    width: 95%;
}

nav {
    width: 100%;
    /* background-color: #111111; */
}

nav div {
    margin: 0 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;

}

nav div a:hover {
    text-decoration: none;
}

nav div span {
    list-style-type: none;
    font-weight: 400;
    font-size: 15px;
    /* color: #ffffff; */
    color: #000000;
    text-transform: uppercase;
    cursor: pointer;
}

.dropdown {
    position: relative;
}

.dropdownmenu {
    display: none;
    position: absolute;
    top: 30px;
    left: -110px;
    background-color: #f1f1f1;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;

}

.dropdownmenu span {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* .menu:hover .dropdownmenu {
    display: block;
} */

.dropdown:hover .dropdownmenu {
    display: block;
    color: #8b70d1;
}

.dropdownmenu span:hover {
    color: #4726A7;
}

.wrapper-2 {
    margin-top: 100px;
    margin: 100px 50px 30px 50px;
}

.wrapper-2 h3 {
    font-weight: 600;
}

.top-seller-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
}

.top-seller {
    /* width: 280px;
    height: 300px; */
    cursor: pointer;
    margin: 15px 20px 30px;
    border-radius: 6px;
}

.top-seller img {
    width: 240px;
    height: 300px;
    border-radius: 5px;
}

.top-seller-1 {
    background-color: aqua;
}

.top-seller-2 {
    background-color: rgb(13, 46, 46);
}

.top-seller-3 {
    background-color: gold;
}

.top-seller-4 {
    background-color: blue;
}

.top-seller-5 {
    background-color: hotpink;
}

.top-seller-caption {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* position: absolute;
    top: 50%;
    left: 0;
    right: 0; */
}

/* Newsletter */
.newsletter-background {
    background: url("../images/newsletter-background2.jpg");
    background-size: cover;
}

.newsletter-main {
    width: 100vw;
    height: 550px;
    background: #000000d1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newsletter-left {
    width: 50%;
    height: 100%;
}

.newsletter-left .newsletter-text {
    width: 50%;
    height: 250px;
    text-align: center;
    margin: auto;
    margin-top: 150px;
}

.newsletter-left .newsletter-text h3 {
    font-size: 40px;
    font-weight: 900;
    color: #fff;
}

.newsletter-left .newsletter-text ul {
    margin-top: 50px;
    margin-left: 80px;
    text-align: left;
    font-size: 20px;
    font-weight: 200;
    color: #fff;
    line-height: 2.5;
}

.newsletter-right {
    width: 50%;
    height: 100%;
    /* background-color: #28252f; */
}

.newsletter-right .newsletter-sub {
    width: 75%;
    height: 300px;
    background-color: #fff;
    margin: auto;
    margin-top: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
}

.newsletter-right .newsletter-sub img {
    width: 250px;
    margin-top: 40px;
}

.newsletter-right .newsletter-sub p {
    width: 350px;
    font-size: 15px;
    margin-top: 30px;
}

.newsletter-right .newsletter-sub .inputs {
    margin-top: 20px;
}

.newsletter-right .newsletter-sub .inputs input[type=email] {
    width: 230px;
    padding: 8px;
    border-color: #8b70d1;
    border-radius: 5px 0 0 5px;
}

.newsletter-right .newsletter-sub .inputs input[type=submit] {
    width: 80px;
    padding: 8px;
    margin-left: -5px;
    border-radius: 0 5px 5px 0;
    background-color: #8b70d1;
    border-color: #8b70d1;
    color: #fff;
}



/*-----Footer-----*/
.footer {
    background: #000;
    color: #8a8a8a;
    font-size: 14px;
    padding: 60px 0 20px;
}

.footer p {
    color: #8a8a8a;
}

.footer h3 {
    color: #fff;
    margin-bottom: 20px;
}

.footer-col-1,
.footer-col-2,
.footer-col-3,
.footer-col-4 {
    min-width: 250px;
    margin-bottom: 20px;
}

.footer-col-1 {
    flex-basis: 30%;
}

.footer-col-1 {
    flex: 1;
    text-align: center;
}

.footer-col-2 img {
    width: 180px;
    margin-bottom: 20px;
    margin-left: 80px;
}

.footer-col-3,
.footer-col-4 {
    flex-basis: 12%;
    text-align: center;
}

.footer-col-3 ul {
    list-style-type: none;
}

.footer-col-4 ul {
    list-style-type: none;
}

.app-logo {
    margin-top: 20px;
}

.app-logo img {
    width: 140px;
}

.footer hr {
    border: none;
    background: #b5b5b5;
    height: 1px;
    margin: 20px 0;
}

.copyright {
    text-align: center;
}

.container-2 {
    max-width: 1300px;
    margin: auto;
    padding-left: 25px;
    padding-right: 25px;
}

.row-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}