/* FONT LINK */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
    scroll-padding-top: 32px;
    scroll-behavior: smooth;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}



.alert-style {
    background-color: black;
    color: white;
    padding: 15px 0px 10px 100px;

}

header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    height: auto;
    /* box-shadow: 0 1px 4px hsl(0 4% 15% /10%); */
}

body {
    font-family: montserrat;
}


.container {
    max-width: 1068px;
    margin: auto;
    width: 100%;
}


.main-image {
    position: relative;
    left: -20%;
    width: 120%;
    height: 550px;
    background-image: url(main-banner01.jpg);
}


.image-right-section {
    position: absolute;
    left: 25%;
    top: 35%;
    width: 10%;
    height: auto;
}

.image-right-section h5 {
    color: red;
    font-size: 18px;
}

.image-right-section h4 {
    font-size: 32px;
}

.image-right-section div {
    width: 200px;
    padding: 15px;
}

.image-right-section a{
    color: #ffffff;
    text-decoration: none;
}


/* NAVBAR STYLE*/

nav {

    background-color: #ffffff;
    height: 80px;
    width: auto;
}

.logo {
    color: #000000;
    font-size: 35px;
    font-weight: bold;
    line-height: 80px;
    padding: 0 100px;
}

nav ul {
    float: right;
    margin-right: 20px;
}

nav ul li {
    display: inline-block;
    line-height: 80px;
    margin: 0 5px;
}

nav ul li a {
    text-decoration: none;
    color: #000000;
    font-size: 17px;
    padding: 7px 13px;
    border-radius: 3px;
}

a.active,
a:hover {
    text-decoration: underline;
    color: #000000;
}

.checkbtn {
    font-size: 30px;
    color: #000000;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    float: right;
    display: none;
}

#check {
    display: none;
}

.nav-icon {
    cursor: pointer;
    padding-right: 10px;
    font-size: 20px;
}

/* NAVBAR STYLE ENDS */

/* SECTIONS STYLES */
#fabrics-section {
    margin-top: 130px;
}

.section-title {
    text-transform: uppercase;
    margin-top: 20px;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    /* color: aqua; */
}

.shop {
    margin-top: 20px;
}

/* CARD STYLE */
.card {
    /* width: %; */
    /* height: 90%; */
    transition: transform 0.5s ease;
    transform-origin: 50% 50%;
    overflow: hidden;
    box-shadow: 5px 5px 7px #5c5a5a83;
}

.card:hover {
    padding: 10px;
    /* border: 0.2px solid black; */
    transition: 0.5s;
}

.card-title {
    text-transform: uppercase;
}

.price {
    font-weight: 700;
}

.cart {
    margin-top: 150px;
    display: none;
}

.cart-container {
    max-width: 600px;
    margin: auto;
}

.cart-header {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.cart-item {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    border-bottom: 1px solid #ddd;
    padding-bottom: 1rem;
}

.cart-item img {
    width: 80px;
    height: auto;
    margin-right: 1rem;
}

.cart-item-details {
    flex-grow: 1;
}

.cart-item-quantity {
    display: flex;
    align-items: center;
}

.cart-item-quantity button {
    border: none;
    background: none;
    font-size: 1.2rem;
}

.cart-summary {
    border-top: 1px solid #ddd;
    padding-top: 1rem;
}

.cart-summary h4 {
    margin-bottom: 1rem;
}

.cart-summary .btn {
    width: 100%;
}


.display-product{
    padding: 10px 80px 40px 80px;
}

/* MODAL CSS */

.modal-container {
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.modal-section {
    margin-bottom: 20px;
}

.modal-section h2 {
    font-size: 18px;
    margin-bottom: 10px;
}

.modal-section input,
.modal-section select {
    width: calc(50% - 10px);
    padding: 10px;
    margin: 5px 0;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.modal-section input[type="text"],
.modal-section input[type="email"] {
    width: calc(100% - 20px);
}

.bag,
.voucher,
.order-summary {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.bag img {
    width: 50px;
    float: left;
    margin-right: 20px;
}

.bag div {
    overflow: hidden;
}

.order-summary,
.voucher {
    text-align: right;
}

.btn-payment {
    background-color: black;
    color: white;
    padding: 10px 20px;
    text-align: center;
    display: inline-block;
    border-radius: 4px;
    text-decoration: none;
}


.addcart {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 45px;
    padding: 10px;
    font-size: 25px;
    background-color: black;
    color: white;
    border-top-left-radius: 20%;
    cursor: pointer;
}

.addcart:hover {
    background-color: hsl(0, 0%, 100%);
}

.fa-bag-shopping:hover{
    color: hsl(0, 0%, 0%);
}


/* Shop CSS Ends */

/* footer */
footer {
    /* position: relative;
    bottom: 0px;
    left: 0; */
    width: 100%;
    height: 450px;
    background-color: white;
    color: black;
}

span {
    /* border: 1px solid black; */
    padding: 7px;
    border-radius: 5px;
    background-color: white;
    color: black;
}

.footer-margin {
    margin-top: 30px;
}

.footer-info {
    font-size: 15px;

}

.about-footer {
    font-size: 20px
}

.footer-link {
    text-decoration: none;
    color: #000000;
}

.footer-link:hover {
    text-decoration: underline;
    color: black;
}

.btn-footer {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    width: 110px;
    padding: 5px;
    color: white;
    background-color: #8f6b6c;
}

.btn-footer:hover {
    background-color: white;
    color: black;
}

.footer-end {
    text-align: center;
}

/* MEDIA QUERRY */



@media (max-width: 1186px) {

    .logo {
        font-size: 20px;
        text-align: center;
        /* padding-left: 20px; */
    }

    header {
        position: relative;
    }

    
    nav ul li,
    nav ul .dropdown {
        /* display: block; */
        margin: 25px 0;
        line-height: 30px;
    }

    nav ul li a {
        padding: 7px;
        font-size: 15px;
    }

    /* ul {
        display: flex;
        flex-direction: column;
        position: relative;
        width: 100%;
        height: auto;
        background-color: white;
        top: 80px;
        /* bottom: 20px; 
        padding-bottom: 40px;
        /* left: 100%; 
        text-align: center;
        transition: all 0.5s;
    } */

}

@media (max-width: 955px) {
    .logo {
        font-size: 20px;
        padding-left: 30px;
    }

    .checkbtn {
        display: block;
    }

    ul {
        position: absolute;
        width: 100%;
        height: 100vh;
        background-color: white;
        top: 80px;
        left: -100%;
        text-align: center;
        transition: all 0.5s;
    }

    nav ul li,
    nav ul .dropdown {
        display: block;
        margin: 50px 0;
        line-height: 30px;
    }

    nav ul li a {
        font-size: 20px;
    }

    a:active,
    a.active {

        background-color: none;
        color: black;
    }

    #check:checked~ul {
        left: 0;
    }

    .nav-icon {
        display: block;
        /* flex-direction: column; */
        align-items: center;

    }

}