@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@900&display=swap');

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

body {
    font-family: Arial, sans-serif;
}



/* signup header start */

.signup_header_container {
    background: #000;
}

.signup_header {
    margin: 0 auto;
    width: 100%;
    color: #ffffffd6;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 5px 10px;
    position: relative;
    max-width: 1240px;
}

.signup_header span {
    font-weight: 100;
    font-size: 14px;
}

.signup_header a {
    color: #ffffff;
    /* font-weight: 300; */
}

.signup_header button {
    background: none;
    color: #ffffff;
    border: none;
    position: absolute;
    right: 0rem;
    cursor: pointer;
}

@media (max-width: 768px) {
    .signup_header button {
        display: none;
    }
}


/* signup header end */




/* navbar start */

.navbar {
    margin: 24px auto;
    max-width: 1240px;
    display: flex;
    align-items: center;
    background: #ffffff;
    position: relative;
    gap: 40px;
    height: 48px;
}

.navbar .logo {
    display: flex;
    gap: 16px;
    font-size: 1.5rem;
    font-weight: bold;
}

.navbar .logo div {
    display: flex;
    align-items: center;
}

.navbar .logo div img {
    height: 18px;
}

.navbar .logo>img {
    display: none;
}

.navbar .navlinks {
    display: flex;
    align-items: center;
    gap: 24px;
    height: 22px;
}

.navbar .navlinks a {
    text-decoration: none;
    color: black;
    font-weight: lighter;
    font-size: 16px;
}

.navbar .icons {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-grow: 1;
}

.navbar .icons .search {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F0F0F0;
    border-radius: 62px;
    flex-grow: 1;
    height: 48px;
    max-width: 650px;
}

.navbar .icons .search span {
    margin: 0 12px 0 16px;
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #00000081;
}

.navbar .search input {
    border: none;
    background: transparent;
    outline: none;
    width: 100%;
    height: 48px;
    font: 16px sans-serif;
}

.navbar .search input::placeholder {
    font: 16px sans-serif;
}

.navbar .icons .cart_user {
    display: flex;
    align-items: center;
    gap: 14px;
    height: 24px;
}

@media (max-width: 768px) {

    .navbar .logo>img {
        display: block;
        /* margin-bottom: 10px; */
        /* height: 100%; */
    }

    .navbar {
        text-align: center;
        margin: 24px 10px;
    }

    .navbar .navlinks {
        display: none;
    }

    .navlinks a {
        padding: 10px;
        display: block;
    }

    .navbar .menu-toggle {
        display: block;
        cursor: pointer;
    }

    .navlinks.active {
        display: flex;
    }

    .navbar .search {
        max-width: 00px;
    }

    .navbar .search {
        background-color: #fff;
    }

    .navbar .icons {
        gap: 0px;
    }

    .navbar .icons .search {
        background-color: #FFF;
        max-width: 70px;
    }

    .navbar .icons .search span {
        margin: 0;
        color: #000000;
        /* margin-right: -10px; */
    }

    .navbar .icons .search span {
        margin-right: -20px;
    }

    .navbar .search input {
        display: none;
    }

    .navbar .icons {
        justify-content: end;
    }
}

/* navbar end */


/* hero secton start */

.hero_container {
    background: #f2f0f1;
}

.container {
    max-width: 1240px;
    position: relative;
    margin: 0 auto;
    height: 663px;
}

.left_section {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 10px;
}

.right_sec .bg_img {
    max-width: 1240px;
    height: 663px;
}

.right_sec .star1 {
    position: absolute;
    top: 297px;
    left: 650px;
}

.right_sec .star2 {
    position: absolute;
    top: 86px;
    left: 1150px;
}

.hidded_img,
.hidded_star1,
.hidded_star2 {
    display: none;
}


.left_section>h1 {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.2;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 64px;
    letter-spacing: -2px;
    line-height: 60px;
}

.left_section>p {
    font-size: 16px;
    color: #3333339d;
    margin: 20px 0;
    max-width: 545px;
}

.left_section a {
    display: inline-block;
    padding: 15px 67.5px;
    background: black;
    color: white;
    text-decoration: none;
    border-radius: 30px;
    margin-top: 10px;
    font-size: 16px;
}

.count_section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
    margin-top: 48px;
}

.count_section div {
    margin-top: 11px;
}

.count_section p {
    font-size: 40px;
    text-align: start;
}

.left_section .count_section hr {
    border: 0.3px solid rgba(0, 0, 0, 0.149);
}

.count_section span {
    font-size: 16px;
    color: #0000007d;
}

@media (max-width: 1270px) {

    .container {
        height: 550px;
    }

    .left_section {
        /* background: #f2f0f1; */
        position: absolute;
        width: 97%;
    }

    .right_sec .bg_img {
        display: none;
    }

    .right_sec .star1 {
        display: none;
    }

    .right_sec .star2 {
        display: none;
    }

    .hidded_things {
        position: relative;
    }

    .hidded_img,
    .hidded_star1,
    .hidded_star2 {
        display: block;
    }

    .hidded_star1 {
        position: absolute;
        top: 27%;
        left: 7%;
    }

    .hidded_star2 {
        position: absolute;
        top: 10%;
        right: 5%;
    }

    .left_section>h1 {
        font-size: 2.5rem;
        line-height: 45px;
    }

    .last_hr {
        display: none;
    }

    .left_section a {
        display: inline-block;
        padding: 15px 67.5px;
        background: black;
        color: white;
        text-decoration: none;
        border-radius: 30px;
        margin-top: 10px;
        font-size: 16px;
        width: 97%;
        text-align: center;
    }
}

/* hero secton end */






/* company logo start */

.company_logo_container {
    background: #000;
}


.company_logo {
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    min-height: 122px;
    max-width: 1240px;
    margin: 0 auto;
}


@media (max-width: 768px) {
    .company_logo img {
        padding: 20px 0px;
        margin: 0 10px;
    }
}


/* company logo end */


/* new arrivals start */
.new_arrivals_section {
    max-width: 1240px;
    margin: 0 auto;
}

.new_arrivals_section .title {
    text-align: center;
    margin: 72px 0 55px 0;
    font-weight: bolder;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 48px;
}


.new_arrivals_cards {
    display: flex;
    justify-content: space-around;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 20px;
    /* margin: 0 20px; */
}

.new_arrivals_cards::-webkit-scrollbar {
    height: 8px;
}

.new_arrivals_cards::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 10px;
}

.new_arrivals_cards div img {
    border-radius: 20px;
}

.new_arrivals_cards div .card_details {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.new_arrivals_cards div .card_details h4 {
    font-weight: 600;
    margin-top: 16px;
    font-size: 20px;
}

.new_arrivals_cards div .card_details .ratings {
    display: flex;
    gap: 15px;
}

.new_arrivals_cards div .card_details .ratings div {
    color: #F9C634;
}

.new_arrivals_cards div .card_details .ratings span {
    color: #000000;
}

.new_arrivals_cards div .card_details .ratings span span {
    color: #0000006d;
}

.new_arrivals_cards div .card_details .price {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.new_arrivals_cards div .card_details .price span {
    font-size: larger;
}

.new_arrivals_cards div .card_details .price span:nth-of-type(1) {
    font-weight: bold;
    font-size: 24px;
}

.new_arrivals_cards div .card_details .price span:nth-of-type(2) {
    color: #0000006e;
    text-decoration: line-through;
    font-size: 24px;
}

.new_arrivals_cards div .card_details .price span:nth-of-type(3) {
    background: #FDEAEA;
    font-size: small;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 15px;
    border-radius: 30px;
    color: red;
}

.viewall_button {
    display: flex;
    justify-content: center;
    margin: 40px 0;
}

.viewall_button button {
    border: 1px solid rgba(128, 128, 128, 0.438);
    border-radius: 30px;
    background-color: white;
    padding: 15px 80px;
}

.divider {
    text-align: center;
    margin: 64px auto;
    max-width: 1240px;
    border: 0.1px solid rgba(0, 0, 0, 0.068);
}

@media (max-width: 768px) {
    .new_arrivals_cards {
        margin: 0 20px;
    }

    .divider {
        margin: 0 10px;
    }

    .new_arrivals_section .title {
        font-size: 32px;
    }

    .viewall_button button {
        width: 100%;
        margin: 0 16px;
    }

    .new_arrivals_cards div img {
        height: 200px;
        width: 198px;
    }

    .new_arrivals_cards div .card_details h4 {
        font-size: 16px;
    }

    .new_arrivals_cards div .card_details .price span:nth-of-type(1) {
        font-size: 20px;
    }

    .new_arrivals_cards div .card_details .price span:nth-of-type(2) {
        font-size: 20px;
    }
}

/* new arrivals end */



/* dress style start */


.dress_style_container {
    /* margin: 0 50px; */
    background: #F0F0F0;
    border-radius: 30px;
    max-width: 1240px;
    margin: 0 auto;
    margin-top: 80px;
}

.dress_style_container h1 {
    text-align: center;
    padding-top: 70px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 48px;
}

.dress_style {
    padding: 64px;
    padding-bottom: 76px;
}

.dress_style .first_row {
    margin-bottom: 20px;
}

.dress_style .first_row,
.dress_style .second_row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.dress_style div div {
    position: relative;
}

.dress_style div div h2 {
    position: absolute;
    top: 20px;
    left: 20px;
    color: black;
    font-size: 36px;
}

.dress_style div div img {
    width: 100%;
    height: 289px;
    border-radius: 30px;
    object-fit: cover;
}

.dress_style .first_row div:nth-of-type(1),
.dress_style .second_row div:nth-of-type(2) {
    width: 407px;
}

.dress_style .first_row div:nth-of-type(2),
.dress_style .second_row div:nth-of-type(1) {
    width: 684px;
}

@media (max-width: 1024px) {
    .dress_style {
        padding: 30px;
    }

    .dress_style .first_row,
    .dress_style .second_row {
        flex-wrap: wrap;
    }

    .dress_style .first_row div,
    .dress_style .second_row div {
        width: 100%;
    }

    .dress_style .first_row div:nth-of-type(1),
    .dress_style .second_row div:nth-of-type(2) {
        width: 100%;
    }

    .dress_style .first_row div:nth-of-type(2),
    .dress_style .second_row div:nth-of-type(1) {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .dress_style_container {
        margin: 0 20px;
        margin-top: 20px;
    }



    .dress_style_container h1 {
        margin: 0 auto;
        font-size: 32px;
        width: 246px;
        padding-top: 40px;
    }

    .dress_style {
        padding: 20px;
    }

    .dress_style .first_row,
    .dress_style .second_row {
        flex-direction: column;
        gap: 10px;
    }

    .dress_style div div img {
        height: 250px;
    }

    .dress_style .first_row div:nth-of-type(1),
    .dress_style .second_row div:nth-of-type(2) {
        width: 100%;
    }

    .dress_style .first_row div:nth-of-type(2),
    .dress_style .second_row div:nth-of-type(1) {
        width: 100%;
    }

    .new_arrivals_section .title {
        margin: 50px 0 32px 0;
    }
}

/* dress style end */




/* review section start */

.review_section {
    position: relative;
    overflow: hidden;
    padding-top: 50px;
    /* margin-top: 80px; */
}

.review_title {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 30px;
    max-width: 1240px;
    margin: 30px auto;
}

.review_title h1 {
    font-size: 48px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
}

.review_title div {
    display: flex;
    gap: 20px;
}


.review_cards_container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-left: -200px;
}

.review_cards_container .card {
    border: 1px solid rgba(0, 0, 0, 0.126);
    border-radius: 15px;
    padding: 28px 32px;
    height: 240px;
    width: 400px;
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
}

.review_cards_container::-webkit-scrollbar {
    display: none;
}

.review_cards_container::before,
.review_cards_container::after {
    content: "";
    position: absolute;
    top: 0;
    width: 300px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.review_cards_container::before {
    left: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.review_cards_container::after {
    right: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.review_cards_container .card .star {
    color: #f9c634;
    height: 22px;
}

.review_cards_container .card .name {
    display: flex;
    gap: 5px;
    margin-top: 15px;
    font-size: 20px;
}

.review_cards_container .card .name span {
    font-weight: bold;
}

.review_cards_container .card .name i {
    color: #37aa31;
}

.review_cards_container .card .description {
    color: #0000008b;
    font-size: small;
    margin-top: 12px;
    font-size: 16px;
}

@media (max-width: 768px) {

    .review_section {
        padding-top: 50px;
    }

    .review_title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 50px;
        margin: 0 40px;
    }

    .review_title h1 {
        font-size: 32px;
    }


    .review_cards_container {
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        margin-left: 0;
        margin-top: 24px;
    }

    .review_cards_container::-webkit-scrollbar {
        display: none;
    }

    .review_cards_container .card {
        width: 90%;
        min-width: 90%;
        max-width: 90%;
        padding: 20px;
        scroll-snap-align: center;
        background: white;
        border-radius: 15px;
    }

    .review_title div {
        margin-top: 15px;
    }

    .review_cards_container::before {
        left: 0;
        background: none;
    }

    .review_cards_container::after {
        right: 0;
        background: none;
    }
}

/* review section end */


/* connect with us start */

.connect_with_us_section {
    position: relative;
    bottom: -70px;
    max-width: 1240px;
}

.connect_with_us_section .description h1 {
    font-size: 40px;
}

.connect_with_us_section .description {
    display: flex;
    align-items: center;
    max-width: 551px;
}

.connect_with_us_section {
    background: #000;
    color: white;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 30px;
    border-radius: 15px;
}

.connect_with_us_section .form {
    width: 349px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.connect_with_us_section .form div {
    background: white;
    color: #00000096;
    border-radius: 30px;
    /* padding-left: 10px; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 0px;
    /* max-width: 349px; */
}

.connect_with_us_section .form div img {
    margin-left: 16px;
}

.connect_with_us_section .form div input {
    width: 100%;
    border: none;
    background: transparent;
    padding: 5px;
    margin-top: 3px;
    outline: none;
    margin-left: 7px;
}

.connect_with_us_section .form div input::placeholder {
    font: 16px sans-serif;
    color: #0000005e;
}

.connect_with_us_section .form button {
    background: white;
    color: #000;
    border-radius: 30px;
    border: none;
    padding: 12px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    /* font-weight: bold; */
    height: 46px;
    font-size: 16px;
}




@media (max-width: 992px) {
    .connect_with_us_section {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .connect_with_us_section .form {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        /* margin-top: 20px; */
    }
}


@media (max-width: 768px) {
    .connect_with_us_section {
        margin: 0 0.9rem;
    }

    .connect_with_us_section .form {
        margin-top: 32px;
        gap: 12px;
    }

    .connect_with_us_section .description h1 {
        font-size: 32px;
    }
}

/* connect with us end */



/* footer start */

footer {
    background-color: #f5f5f5;
    padding: 120px 20px 40px 20px;
}

.footer-container {
    max-width: 1240px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
}

.footer-brand {
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: space-between; */
    max-width: 248px;
}

.footer-brand h2 {
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 40px;
}

.footer-brand p {
    font-size: 14px;
    color: #666;
    margin-top: 25px;
}

.social-icons {
    margin-top: 35px;
    display: flex;
    align-items: center;
    /* gap: 12px; */
}

.social-icons img {
    cursor: pointer;
}


.icon-hover {
    color: #000;
    border: 1px solid rgba(0, 0, 0, 0.275);
    padding: 10px 10px 7px 10px;
    border-radius: 50%;
    /* default color */
    transition: color 0.3s ease;
}

.icon-hover:hover {
    color: white;
    background-color: #000000;
    transition: color 0.3s ease;

    /* change to white on hover */
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.footer-links div {
    /* min-width: 150px; */
    gap: 20px;
}

.footer-links h4 {
    font-size: 14px;
    margin-bottom: 26px;
    letter-spacing: 2px;
    font-weight: 500;
}

.footer-links ul {
    list-style: none;
}

.footer-links li {
    font-size: 13px;
    color: #666;
    margin-top: 27px;
    cursor: pointer;
}

.footer-links li:hover {
    text-decoration: underline;
}


@media (max-width: 768px) {

    .footer-brand h2 {
        margin-top: -31px;
    }

    .footer-brand p {
        margin-top: 14px;
    }

    .footer-links li {
        margin-bottom: 19px;
    }

    .footer-container {
        flex-direction: column;
    }

    .footer-links div {
        margin-top: 10px;
    }

    .footer-links h4 {
        /* font-size: 14px; */
        margin-bottom: 22px;
        /* letter-spacing: 2px; */
        /* font-weight: 500; */
    }

    .footer-brand {
        max-width: 100%;
    }

    .footer-links div {
        /* min-width: 150px; */
        gap: 24px;
    }

    .footer-links div:nth-of-type(2),
    .footer-links div:nth-of-type(3),
    .footer-links div:nth-of-type(4),
    .footer-links div:nth-of-type(5) {
        width: 50%;
    }

    .social-icons {
        width: fit-content;
        display: flex;
        justify-content: start;
        margin-bottom: 24px;
    }
}


footer .hr {
    border-top: 0.1px solid #00000019;
    margin: 50px auto 20px auto;
    max-width: 1240px;
}


.copy_right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    max-width: 1240px;
    margin: 0 auto;
}

.copy_right span {
    font-size: 14px;
    color: #0000006d;
}

@media (max-width: 768px) {
    .copy_right {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        justify-content: space-between;
        margin-top: 30px;
    }
}


/* footer end */