* {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 1rem;
}

.center-align-item {
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-container,
footer {
    /* height: 100vh; */
    background-color: #ffdce9;
}
.navbar-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 150px;
}
.logo-container>a {
    text-decoration: none;
    color: #333;
    font-size: 2rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    color: #e20071;
    font-family: "Lobster", sans-serif;
}
.navlink-container {
    display: flex;
    flex-basis: auto;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
}
.nav-link {
    padding: 0 2em
}
.nav-link>a {
    text-decoration: none;
    color: #333;
    transition: ease-in 0.2s;
}
.nav-link>a:hover {
    color: #db006f;
}
.shoping-cart {
    background: #db006f;
    height: 40px;
    width: 40px;
    font-size: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
}
.hero-content {
    width: 90%;
    height: 100%;
}
.hero-content>.wos-cont {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0.9em;
}
.hero-content>.wos-cont>i {
    color: #db006f;
    font-size: 2.4rem;
}
.hero-content>h1 {
    font-family: "Lobster", sans-serif;
    font-weight: 600;
    font-size: 4rem;
    font-style: normal;
    margin-bottom: 0.3em;
}
.hero-content>.sub-heading {
    font-size: 1.24rem;
    color: #db006f;
    font-weight: 500;
}
.hero-content>.place-order-btn {
    color: #fff;
    font-size: 1.2rem;
    border-radius: 50px;
    background-color: #047726;
    border: 2px solid #047726;
    padding: 10px 28px;
    width: 50%;
    max-width: 300px;
    margin-top: 1em;
    font-weight: 600;
    transition: all 0.2s;
}
.hero-content>.place-order-btn:hover {
    color: #047726;
    background-color: #82d89c23;
}
.hero-image-wrapper {
    width: 85%;
    margin-left: auto;
}
.collection-section {
    margin-bottom: 7em;
}
.collection-ctg>.container>.row{
    width: 90%;
    margin: 0 auto;
}
.sec-heading>h4{
    color: #db006f;
    font-weight: 600;
    margin-bottom: 1.5em;
}
.sec-heading>h2{
    font-family: "Lobster", sans-serif;
    font-weight: 600;
    font-size: 3.2rem;
    color: #222222;
}
.ctg-items {
    border: 1px solid #ddd;
    padding: 25px 10px;
    width: 95%;
    border-radius: 15px;
    margin: 0 auto;
    transition: ease-in 0.15s;
    cursor: pointer;
    background-color: #fff;
}
.ctg-items:hover,
.flv-item:hover,
.item-container:hover {
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.2);
}
.ctg-icon>i {
    font-size: 3.2rem;
    margin-bottom: 0.15em;
    color: #db006f;
}
.ctg-name,
.flv-item>.flv-name {
    font-size: 1.3rem;
    font-weight: 600;
    color: #222222;
}
.ctg-icon>i{
    display: flex;
    align-items: center;
    justify-content: center;
}
.flavours-ctg {
    margin-bottom: 3em;
}
.flv-item {
    display: flex;
    align-items: center;
    justify-content: start;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 15px;
    cursor: pointer;
    transition: ease-in 0.15s;
    background-color: #fff;
}
.flv-item>.flv-image {
    width: 60px;
    margin-right: 15px;
}
.flv-item>.flv-image>img {
    width: 100%;
}
.main-items-container {
    margin-bottom: 7em;
}
.item-container {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    position: relative;
    transition: ease-in 0.15s;
    /* margin-bottom: 1.6em; */
}
.item-image {
    margin: 0 auto;
}
.item-image>img,
.best-seller-image>img {
    width: 100%;
    border-radius: 15px 15px 0 0;
}
.atc-btn {
    position: absolute;
    border: none;
    font-size: 1.4rem;
    top: -1px;
    right: -1px;
    padding: 15px;
    border-radius: 0 15px;
    background: #0c8500;
    color: white;
}
.atc-btn:hover {
    background: #0e7a04;
}
.item-details {
    padding: 15px;  
    color: #222222;  
}
.item-details>.item-name {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 5px;
}
.item-price>span {
    font-size: 1.24rem;
    font-weight: 600;
}
.item-rating>span {
    font-size: 1.1rem;
    font-weight: 500;
}
.item-rating>i {
    margin-right: 5px;
    margin-top: -4px;
}
button.view-more {
    border: 2px solid #db006f;
    padding: 8px 20px;
    border-radius: 25px 10px 25px 10px;
    font-size: 1rem;
    color: #fff;
    font-weight: 600;
    background: #db006f;
    margin: 2em auto 0;
    transition: ease-in 0.2s;
}
button.view-more:hover {
    border: 2px solid #db006f;
    color: #db006f;
    font-weight: 600;
    background-color: #db006e13;
}
button.view-more>i {
    font-size: 1.1rem;
    margin-bottom: -3px;
}
.best-seller-image {
    width: 90%;
    margin-right: auto;
    margin-bottom: 1.5em;
}
.best-seller-section {
    color: #222222;
    margin-bottom: 6em;
}
.best-seller-section .sec-heading {
    margin-bottom: 5em;
}
.best-seller-content>h1 {
    font-weight: 600;
    margin-bottom: 0.5em;
    font-family: "Lobster", sans-serif;
    font-size: 2.8rem;
}
.best-seller-content>p {
    font-size: 1.35rem;
    font-weight: 600;
    line-height: 38px;
    color: #5e5e5e;
}
.main-carousel {
    width: 80%;
    margin: 0 auto;
}
.carousel-item-content>h3 {
    color: #db006f;
}
.carousel-message>p {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 40px;
    padding: 0 58px;
    position: relative;
    margin-top: 0.8em;
    color: #5e5e5e;
}
.quote-icon>i {
    font-size: 2.5rem;
    position: absolute;
    display: block;
    top: 19px;
    left: 15px;
    transform: rotate(180deg);
    color: #ffcddf;
}
footer {
    padding: 5em 5% 0;
}
.footer-details {
    padding: 0 2%;
    text-align: left;
}
.footer-details>.logo-container {
    margin-bottom: 1em;
}
.footer-details>.logo-container>a,
.overlays>.logo-container>a {
    font-size: 2.5rem;
}
.footer-details>.logo-container img,
.overlays>.logo-container img {
    width: 38px !important;
}
.footer-details>h5 {
    font-size: 1.35rem;
    margin-bottom: 1.3em;
    font-weight: 600;
    color: #222222;
}
.social-media>a {
    font-size: 1.2rem;
    text-decoration: none;
    color: #ffffff;
    border-radius: 50%;
    background-color: #e20071;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 18px;
    transition: ease-in 0.2s;
}
.social-media>a:hover {
    background-color: rgb(184, 0, 92);
}
.quick-links>a {
    display: block;
    text-decoration: none;
}
.address>p,
.supports>p,
.quick-links>a {
    margin: 0;
    font-size: 1.1rem;
    line-height: 40px;
    color: #222222;
}

.atribute-section {
    line-height: 30px;
}

.overlays {
    background-color: #fff;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 5;
}

@media screen and (max-width: 1208px) {
    .ctg-items {
        width: 100%;
    }
    .ctg-name {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 991px) {
    .hero-content {
        align-items: center !important;
        width: 100%;
        text-align: center;
    }
    .hero-image-wrapper {
        width: 50%;
        margin: 0 auto;
    }
    .main-carousel {
        width: 100%;
    }
    .carousel-message>p {
        padding: 0 28px;
    }
    .quote-icon>i {
        left: 0;
    }
    .best-seller-content {
        text-align: center;
    }
    .best-seller-image {
        margin: 0 auto;
        width: 70%;
    }
    .navbar-container {
        line-height: 75px;
    }
    .collection-section {
        margin-bottom: 3em;
    }
    .main-items-container {
        margin-bottom: 4em;
    }
    .best-seller-section {
        margin-bottom: 2rem;
    }
}

@media screen and (max-width: 767px) {
    .hero-content>h1 {
        font-size: 3.5rem;
    }
    .sec-heading>h2 {
        font-size: 3rem;
    }
    .collection-ctg>.container>.row{
        width: 100%;
    }
    .hero-image-wrapper {
        width: 60%;
    }
    .footer-details,
    .footer-links-cont {
        text-align: center;
    }
    .social-media,
    .logo-container>a {
        justify-content: center !important;
    }
}
@media screen and (max-width: 575px) {
    .hero-content>h1 {
        font-size: 3.5rem;
    }
    .sec-heading>h2 {
        font-size: 2.5rem;
    }
    .best-seller-content>h1 {
        font-size: 2rem;
    }
    .best-seller-content>p,
    .carousel-message>p {
        font-size: 1.1rem;
        line-height: 35px;
    }
    .ctg-items {
        display: flex;
        align-items: center;
        padding: 15px 2em;
    }
    .ctg-icon>i {
        font-size: 2.5rem;
        margin-right: 15px;
    }
    .flv-item {
        padding: 15px 2em;
    }
    .flv-item>.flv-image {
        width: 45px;
    }
    .hero-content>.place-order-btn {
        width: 70%;
        font-size: 1.1rem;
    }
    .hero-content>.wos-cont {
        font-size: 1.1rem;
    }
    .hero-content>.wos-cont>i {
        font-size: 2rem;
    }
    .quote-icon>i {
        font-size: 1.8rem;
    }
    
}
@media screen and (max-width: 421px) {
    .hero-content>h1 {
        font-size: 2.6rem;
    }
    .sec-heading>h2 {
        font-size: 2rem;
    }
    .hero-content>.sub-heading {
        font-size: 1.1rem;
    }
}
