@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@font-face {
    font-family: "Helvetica_light";
    src: url(../../assets/fonts/Light.ttf);
}
@font-face {
    font-family: "Helvetica_medium";
    src: url(../../assets/fonts/Helvetica_medium.ttf);
}
@font-face {
    font-family: "Helvetica_bold";
    src: url(../../assets/fonts/Helvetica_Bold.ttf);
}
/* *{
    border: 1px solid #000;
} */
/* font-family: "Playfair Display", serif; */
/* font-family: "Source Code Pro", monospace; */
.scroll_down {
    font-family: "Source Code Pro", monospace;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.03em;
    color: #714C36;
}
.scroll_down1{
    position: absolute;
    top: 50%;
    right: -63px;
    margin-bottom: 0;
    transform: rotate(90deg) translate(-50%, -50%);
}
.scroll_down2{
    position: absolute;
    top: 50%;
    right: -20px;
    margin-bottom: 0;
    transform: rotate(90deg) translate(-50%, -50%);
}
body{
    font-family: "Helvetica_medium";
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
}
.header_section{
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 0;
    background: #F0EADC;
}
.nav_logo{
    height: 80px;
    width: auto;
}
.dropdown_one .dropdown-toggle::after{
    border: none;
    content: url(../../assets/img/chev.svg);
    position: relative;
    top: 5px;
}
.navbar .navbar-nav{
    align-items: baseline;
    gap: 25px;    
    padding-left: 120px;
}
.navbar .navul_one li a{
    font-weight: 200;
    color: #714C36;
    font-size: 18px;
}
.nav-link.active{
    font-weight: 400;
    font-family: "Helvetica_bold";
    color: #714C36 !important;
}
.dropdown_two .dropdown-menu{
    width: 100px !important;
    background-color: transparent;
    padding: 0;
    border: none;
    filter: drop-shadow(-2px 4px -6px #F0EADC);
}
.dropdown_two button{
    width: 85px;
    border: none;
    background: #F0EADC;
    border: 2px solid #714C36;
    border-radius: 8px;
    padding: 5px 10px;
}
.dropdown_two a{
    background: #F0EADC;
    width: 85px;
    border-radius: 5px;
} 
.dropdown_two .dropdown-toggle::after{
    border: none;
    content: url(../../assets/img/chev.svg);
    position: relative;
    top: 4px;
}
.selected-item {
    background-color: #c1c1c1 !important;
    color: white !important;
}
.navbar_right_main{
    display: flex;
    gap: 40px;
    align-items: center;
}

.navbar_right_icon{
    position: relative;
    cursor: pointer;
}
.navbar_right_icon span{
    position: absolute;
    top: 0px;
    left: -6px;
    color: #fff;
    background: #714C36;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* font-family: "Playfair Display", serif; */
}
.navbar_select{
    width: 100px;
    border: none;
    background-color: #F0EADC;
    border: 2px solid #714C36 !important;
    border-radius: 8px;
    padding: 6px 10px;
    box-shadow: none !important;
    outline: none;
    background-position: right 0.45rem center;
}
.navbar_right_main img{
    height: 35px;
    width: auto;
}
.cart_icons_dropdown{
    height: auto;
    width: 130px;
    position: absolute;
    top: 31px;
    border-radius: 8px;
    right: 0;
    left: 2px;
    visibility: hidden;
    background: #714C36;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 8px 12px;
}
.cart_icons_dropdown a{
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}
.navbar_right_icon:hover .cart_icons_dropdown{
    visibility: visible;
}
.footer_section{
    background: #714C36;
    padding: 40px 0px;
    margin-top: 100px;
}
.footer_section .row{
    align-items: center;
}
.footer_left_text{
    font-family: "Roboto", sans-serif;
}
.footer_links_main{
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 15px;
    font-family: "Roboto", sans-serif;
}
.footer_links_main a{
    text-decoration: none;
    font-size: 16px;
    color: #DDD9D6;
}
.footer_links_main h5{
    color: #fff;
    margin-bottom: 0;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
}
.footer_social_icons{
    display: flex;
    margin-top: 10px;
    gap: 20px;
}
.footer_social_icons img{
    height: 22px;
}
.footer_text p{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.66px;
    padding-top: 20px;
}
.Hero_section{
    margin-top: 73px;
    background-image: url(../../assets/img/hero_bg.svg);
    height: auto;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.hero_text_main_div h1{
    font-size: 82px;
    font-weight: 700;
    line-height: 77px;
    letter-spacing: -0.03em;
    font-family: "Helvetica_bold";
    background: -webkit-linear-gradient(103deg, rgba(90, 46, 27, 0.71) 0.06%, #3B2007 106.7%);
    /* background: -webkit-linear-gradient(179.93deg, #3B2007 0.06%, rgba(90, 46, 27, 0.71) 106.7%); */
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
    padding-bottom: 15px;
}
.hero_text_main_div p{
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: #000000;
    padding: 6px 0px;
}
.hero_text_main_div button{
    font-family: "Playfair Display", serif;
    background: #714C36;
    padding: 3px 20px 6px 20px;
    color: #fff;
    border-radius: 6px;
    border: none;
    height: 50px;
    width: 100%;
    max-width: 200px;
}
.hero_text_main_div button img{
    padding-left: 35px;
    height: 13px;
}
/* .hero_image_main_div{
    background-image: url(../../assets/img/hero1.svg);
    background-image: url(../../assets/img/Front_page_dress.png);
    background-image: url(../../assets/img/Front_page_dress.png);
    height: auto;
    min-height: 850px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
} */

.hero_image_main_div{
    background-image: url(../../assets/img/border.svg);
    height: auto;
    min-height: 750px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: calc(610px - 0px);
    background-position: bottom;
    text-align: center;
}
.hero_page_border_img{
    background-image: url(../../assets/img/Front_page_dress.png);
    height: auto;
    min-height: 850px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: calc(571px - 101px);
    background-position: bottom;
    text-align: center;
}
.home_section_one{
    padding-top: 100px;
}
.home_sec1_swiper_inner{
    background: #E0D6C8;
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 550px;
}
.womanimage{
    height: 550px;
    width: 100%;
    object-fit: contain;
    transition: 0.3s all ease-in-out;
}
.home_sec1_swiper_inner:hover .womanimage{
    transform: translateY(20px) scale(1.05);
    scale: 10px;
}
.hs1_overlay{
    background: linear-gradient(179.53deg, rgba(23, 22, 26, 0) 35.88%, rgba(23, 22, 26, 0.9) 113.62%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}
.home_sec1_swiper_main{
    position: relative;
}
.home_sec1_swiper_main .swiper{
    position: unset;
}
.home_sec1_swiper_main .swiper-slide{
    position: unset;
}
.home_sec1_card_text{
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 0px 15px 15px 15px;
    display: flex;
    justify-content: space-between;
}
.home_sec1_card_text p{
    font-family: "Playfair Display", serif;
    text-align: start;
    color: #fff;
    margin-bottom: 0;
    font-size: 21.04px;
    font-weight: 400;
    line-height: 14.73px;
}
.home_sec1_swiper_main .swiper-button-next:after{
    content: url(../../assets/img/right.svg);
    font-size: unset;
    line-height: 0;
}
.home_sec1_swiper_main .swiper-button-prev:after{
    content: url(../../assets/img/right.svg);
    rotate: 180deg;
    font-size: unset;
    line-height: 0;
}
.home_sec1_swiper_main .swiper-button-next{
    top: 45.5px;
    height: 0;
    right: 170px;
}
.home_sec1_swiper_main .swiper-button-prev{
    top: 45px;
    right: 222px;
    left: unset;
    height: 0;
}
.swiper_arrows{
    width: 100%;
    max-width: 250px;
}
.swiper-pagination-progressbar.swiper-pagination-horizontal{
    width: 100%;
    max-width: 250px;
    left: unset;
    right: 0;
    top: 50px;
    height: 2px;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background: #714C36;
}
.swiper-pagination-progressbar{
    background: #3C270E1A;
}
.collection_section{
    padding-top: 100px;
}
.collection_small_imgs{
    position: relative;
    margin-top: 30px;
    /* height: 600px; */
}
.collection_small_imgs img{
    height: 100%;
    width: 100%;
    /* object-fit: cover; */
}
.collection_big_imgs{
    margin-top: 30px;
    position: relative;
    /* height: 1000px; */
}
.collection_big_imgs img{
    height: 100%;
    width: 100%;
    /* object-fit: cover; */
}
.collec_btn{
    width: 100%;
    position: absolute;
    bottom: 0px;
    right: 0;
    padding: 20px 20px;
    max-width: max-content;
    min-width: 240px;
}
.collec_btn button{
    background: #fff;
    padding: 10px 15px;
    color: #714C36;
    border-radius: 6px;
    border: none;
    width: 100%;
    text-align: start;
    transition: all 0.4s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.collec_btn button span{
    padding-right: 8px;
}
.collec_btn a{
    text-decoration: none;
}
.arrow_img{
    position: relative;
    
    transition: all 0.6s ease-in-out;
    height: 10px !important;
    width: auto !important;
}
.collec_btn button:hover{
    color: #fff;
    padding: 10px 15px;
    background: #714C36;
}
.collec_btn button:hover .arrow_img{
    filter: invert(1) brightness(10.5);
}
.seller_section{
    padding-top: 150px;
    min-height: 100vh;
}
.seller_title{
    margin: 10px 0px 30px 0px;
    text-align: center;
    font-size: 42px;
    font-weight: 400;
    line-height: 56.53px;
    letter-spacing: -0.02em;
    color: #714C36;
}
.seller_title h1{
    font-family: "Helvetica_light";
    margin: 10px 0px 30px 0px;
    text-align: center;
    font-size: 42px;
    font-weight: 400;
    line-height: 56.53px;
    letter-spacing: -0.02em;
    color: #714C36;
}
.back_btn{
    text-decoration: none;
    font-family: "Playfair Display", serif;
    color: #714C36 !important;
    font-size: 18px;
    font-weight: 700;
    line-height: 21.33px;
}
.back_btn img{
    position: relative;
    top: -1px;
}
.contact_section{
    padding-top: 120px;
    min-height: 100vh;
    display: flex;
    align-items: center;
}
.contact_card_body_div{
    border: 1px solid #714C36;
    height: auto;
    min-height: 400px;
    border-radius: 12px;
    padding: 30px;
    width: 100%;
    max-width: 500px;
    margin: auto;
    margin-top: 40px;
}
.contact_input{
    position: relative;
    margin-top: 15px;
}
.contact_input input{
    border: 1px solid #714C361A;
    padding: 8px 16px;
    border-radius: 8px;
    outline: none;
    width: 100%;
}
.contact_input select{
    border: 1px solid #714C361A;
    padding: 8px 16px;
    border-radius: 8px;
    outline: none;
    width: 100%;
    box-shadow: none !important;
    color: #714C36;
}
.contact_input textarea{
    border: 1px solid #714C361A;
    padding: 8px 16px;
    border-radius: 8px;
    outline: none;
    width: 100%;
}
.contact_input input::placeholder{
    color: #714C36;
}
.contact_input select::placeholder{
    color: #714C36;
}
.contact_input textarea::placeholder{
    color: #714C36;
}
.contact_title{
    text-align: center;
}
.contact_title h1{
    font-family: "Helvetica_bold";
    font-size: 46px;
    font-weight: 600;
    line-height: 56.53px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #714C36;
    background: linear-gradient(179.93deg, #3B2007 0.06%, rgba(90, 46, 27, 0.71) 106.7%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.contact_title a{
    color: #714C3699;
    text-decoration: none;
}
.contact_title p{
    color: #3C270E;
}
.contact_button{
    margin-top: 30px;
}
.contact_button button{
    width: 100%;
    padding: 10px 20px;
    background-color: #714C36;
    border: none;
    color: #fff;
    border-radius: 8px;
    text-align: start;
    position: relative;
}
.contact_button img{
    position: absolute;
    right: 20px;
    top: 15px;
}
.about_section{
    padding-top: 150px;
    min-height: 90.7vh;
}
.about_text_main_div{
    padding-top: 20px;
}
.about_text_main_div p{
    margin-bottom: 0;
    padding-top: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: #000000;

}
.about_text_main_div img{
    margin-top: 30px;
    height: 800px;
    object-fit: contain;
    width: 100%;
}
.payment_section{
    padding-top: 150px;
    min-height: 90.7vh;
}
.payment_left_card_body_div{
    margin-top: 40px;
}
.left_ctitle{
    border-bottom: 1px solid #714C364D;
    font-size: 24px;
    padding-bottom: 8px;
    font-weight: 400;
    line-height: 24.58px;
    color: #714C36;
    margin-top: 20px;
}
.payment_left_input{
    margin-top: 18px;
}
.payment_left_input input{
    border: 1px solid #714C361A;
    padding: 10px 16px;
    border-radius: 8px;
    outline: none;
    width: 100%;
}
.payment_left_input input::placeholder{
    color: #714C36;
}
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type='number'] {
    -moz-appearance: textfield;
    appearance: yyy;
}
.payment_radio_btns_main{
    margin-top: 15px;
    display: flex;
    gap: 20px;
    align-items: center;
}
.radio_btns label {
    color: #714C3699;
    cursor: pointer;
}
.radio_btns input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    border: 2px solid #714C3699;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: relative;
    margin-right: 10px;
}
.radio_btns input[type="radio"]:checked {
    background-color: #fff;
    border-color: #714C36;
}
.radio_btns input[type="radio"]:checked::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-color: #714C36;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.radio_btns input[type="radio"]:checked + label {
    color: black;
}
.radio_btns .radio-container {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.radio_btns{
    display: flex;
    gap: 4px;
    align-items: center;
}
.cart_payment_right_card_body_div{
    border: 1px solid #714C36;
    padding: 40px 20px;
    border-radius: 8px;
    height: auto;
    min-height: 300px;
    margin-top: 40px;
}
.payment_section .row{
    justify-content: space-between;
}
.cart_pay_title h3{
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    line-height: 29.9px;
    color: #714C36;
}
.cart_pay_product{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}
.cart_product_inner{
    display: flex;
    gap: 20px;
    align-items: center;
}
.cart_product_img{
    background: #F6F6F6;
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.cart_product_img img{
    height: 80px;
    width: auto;
    object-fit: contain;
}
.color_span{
    display: inline-block;
    background: #98BE9E;
    height: 12px;
    width: 12px;
    border-radius: 50%;
}
.line_span{
    display: inline-block;
    width: 10px;
    height: 1px;
    background: #714C36;
}
.cart_product_inner_text h5{
    margin-bottom: 0;
    font-size: 14.98px;
    font-weight: 700;
    line-height: 26.21px;
    color: #714C36;
}
.cart_product_inner_text p{
    padding-top: 5px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 25.68px;
    color: #714C36;
}
.pro_price{
    font-size: 16px;
    font-weight: 700;
    line-height: 17.22px;
    color: #714C36;
    letter-spacing: 0.3px;
    margin-bottom: 0;
}
.cart_pay_product_description{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
}
.cart_pay_product_description h5{
    margin-bottom: 0;
    font-size: 21px;
    font-weight: 700;
    color: #714C36;
}
.cart_pay_product_description p{
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 21px;
    font-weight: 400;
    color: #714C36;
    font-family: "Helvetica_light";
    line-height: 38px;
}
.cart_pay_product_descrip_btn{
    margin-top: 30px;
    width: 100%;
    padding: 10px 20px;
    background-color: #714C36;
    border: none;
    color: #fff;
    border-radius: 8px;
    text-align: start;
    position: relative;
}
.cart_pay_product_descrip_btn img{
    position: absolute;
    right: 20px;
    top: 15px;
}
.border_div{
    background: #E6E7E8;
    height: 1.5px;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 5px;
}
.cart_pay_product_a{
    display: block;
    text-align: center;
    font-size: 18.62px;
    font-weight: 400;
    line-height: 27.92px;
    /* border-bottom: 1px solid #714C36; */
    color: #714C36;
    font-family: "Helvetica_light";
    margin-top: 20px;
}
.cart_pay_product_a:hover{
    color: #714C36;
}
.product_detail_left_card_body_div{
    margin-top: 40px;
}
.product_detail_left_shirt{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}
.product_detail_left_inner{
    display: flex;
    gap: 20px;
    align-items: center;
}
.product_detail_left_img{
    background: #F6F6F6;
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.product_detail_left_img img{
    height: 80px;
    width: auto;
}
.product_detail_left_inner_text{
    width: 100%;
    min-width: 140px;
}
.product_detail_left_inner_text h5{
    margin-bottom: 0;
    font-size: 14.98px;
    font-weight: 700;
    line-height: 26.21px;
    color: #714C36;
}
.product_detail_left_inner_text p{
    padding-top: 5px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 25.68px;
    color: #714C36;
}
.product_det_inner_main{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 25px;
}
.product_detail_quantity_main{
    display: flex;
    align-items: center;
    gap: 20px;
}
.prod_det_quantity_inner{
    display: flex;
    gap: 10px;
    align-items: center;
}
.product {
    display: flex;
    align-items: center;
    margin: 20px;
}
.price {
    font-size: 18px;
    margin-right: 10px;
    color: #714C36;
}
.quantity-input {
    display: flex;
    align-items: center;
    border: 1px solid #DDD;
    border-radius: 5px;
    overflow: hidden;
    width: 97px;
    color: #714C36;
}
.quantity-btn {
    background-color: #F5F5F5;
    border: none;
    padding: 5px 6px;
    cursor: pointer;
    color: #5B3415;
    font-size: 16px;
}
.quantity-btn:hover {
    background-color: #E0E0E0;
}
.quantity {
    width: 40px;
    text-align: center;
    border: none;
    color: #714C36;
    outline: none;
}
.remove-btn {
    background: #714C361A;
    border: none;
    cursor: pointer;
    color: #5B3415;
    font-size: 16px;
    padding: 5px 2px;
    width: 34px;
    border-radius: 4px;
}
.remove-btn:hover {
    background-color: #E0E0E0;
}
.product_scroll_main{
    overflow-x: auto;
}
.design_section{
    padding-top: 125px;
    min-height: 90.7vh;
}
.design_content_main{
    border: 1px solid #714C36;
    height: auto;
    min-height: 600px;
    border-radius: 8px;
    display: flex;
}
.design_left_bar_div{
    min-width: 110px;
    max-width: 110px;
    border-right: 1px solid #714C36;
    height: auto;
    min-height: 600px;
    background: #E8E2D4;
    border-radius: 8px 0px 0px 8px;
    padding: 20px 20px;
    text-align: center;
}
.design_size_left_bar_div{
    width: 220px;
    border-right: 1px solid #714C36;
    height: auto;
    min-height: 600px;
    background: transparent;
    border-radius: 8px 0px 0px 8px;
    padding: 20px 15px;
    text-align: center;
}
.avail_size{
    font-size: 13px;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-align: center;
    color: #000000;
    margin-bottom: 0;
    text-transform: uppercase;
}
.avail_size_type{
    margin-top: 6px;
    display: flex;
    gap: 3px;
    justify-content: center;
}
.avail_size_type button{
    font-size: 10.45px;
    font-weight: 500;
    line-height: 20.9px;
    text-align: center;
    border: 0.87px solid #714C364D;
    border-radius: 4px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
}
.avail_size_type button:hover{
    background-color: #000000;
    color: #fff;
}
.Customize_a{
    text-align: start;
    display: block;
    margin-top: 5px;
}
.Customize_a a{
    margin-right: 4px;
    color: #714C36;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.21px;
    letter-spacing: -0.02em;
}
.design_left_bar_icons img{
    width: 100%;
    cursor: pointer;
}
.design_right_content_main{
    width: 100%;
    position: relative;
    overflow-x: auto;
    background: #F0EADC33;
}
.design_right_btn_main{
    position: absolute;
    right: 100px;
    bottom: 30px;
    width: 100%;
    max-width: max-content;
    min-width: 140px;
    text-align: start;
}
.design_right_btn_main h5{
    font-size: 26px;
    font-weight: 700;
    line-height: 41.4px;
    color: #714C36;
}
.design_right_btn_main button{
    width: 100%;
    padding: 10px 20px;
    background-color: #714C36;
    border: none;
    color: #fff;
    border-radius: 8px;
    text-align: start;
    position: relative;
    font-size: 16px;
}
.design_right_btn_main img{
    height: 13px;
    padding-left: 10px;
}
.design_right_img_div{
    width: 100%;
    max-width: 420px;
    margin: auto;
    text-align: center;
}
.design_right_img_div img{
    width: 100%;
    object-fit: contain;
}
.design_left_bar_icons{
    margin-top: 15px;
    position: relative;
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    top: -35px;
    background: #E8E2D4;
    padding: 5px 15px 15px 15px;
    min-width: 280px;
    box-shadow: 0px 2px 20px 0px #714C3633;
    z-index: 1;
    right: 0;
    left: 90px;
    border-radius: 0px 8px 8px 0px;
}
.dropdown-content a {
    color: black;
    padding: 3px 4px;
    text-decoration: none;
    display: block;
    border: 3px solid #FFF;
    border-radius: 6px;
    margin-top: 10px;
    display: flex;
    gap: 10px;
}
.dropdown-content a h6{
    font-size: 16px;
    font-weight: 700;
    line-height: 20.7px;
    letter-spacing: -0.02em;
    color: #714C36;
    margin-bottom: 0;
    text-align: start;
}
.dropdown-content a p{
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 17.21px;
    letter-spacing: -0.02em;
    color: #714C36;
    text-align: start;
}
.dropdown-content a:hover {
    background-color: #f1f1f1
}
.pd_color_span{
    display: block;
    background: #A3BEF8;
    width: 50px;
    height: 38px;
    border-radius: 3px;
}
.navbar-toggler{
    border: none;
    box-shadow: none !important;
}
.Hero_section .row{
    align-items: center;
}
.title{
    font-size: 45px;
    font-weight: 400;
    line-height: 78.66px;
    letter-spacing: -0.02em;
    color: #714C36;
    font-family: "Helvetica_light";
}
@media(max-width: 1540px){
    .nav_logo {
        height: 65px;
        width: auto;
    }
    .Hero_section {
        padding-top: 0px;
    }
    .hero_text_main_div h1 {
        font-size: 75px;
        line-height: 75px;
    }
    .Hero_section .row{
        align-items: center;
    }
    .hero_image_main_div{
        min-height: 650px;
    }
    .womanimage {
        height: 520px;
        width: 100%;
        object-fit: contain;
        transition: 0.3s all ease-in-out;
    }
    .design_content_main {
        border: 1px solid #714C36;
        height: auto;
        min-height: 520px;
        border-radius: 8px;
        display: flex;
    }
    .design_right_img_div img {
        width: 100%;
        object-fit: contain;
        height: 580px;
    }
    .design_size_left_bar_div {
        width: 220px;
        border-right: 1px solid #714C36;
        height: auto;
        min-height: 520px;
    }
    .design_left_bar_icons img {
        width: 100%;
        cursor: pointer;
    }
    .design_left_bar_div{
        height: auto;
        min-height: 520px;
    }
    .cart_product_img {
        background: #F6F6F6;
        height: 80px;
        width: 80px;
    }
    .product_detail_left_img {
        background: #F6F6F6;
        height: 70px;
    }
    .product_detail_left_img img {
        height: 70px;
        width: auto;
    }
}
@media (max-width:1290px){
    .hero_image_main_div {
        background-image: url(../../assets/img/border.svg);
        height: auto;
        min-height: 750px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: calc(575px - 0px);
        background-position: bottom;
        text-align: center;
    }
}
@media(max-width: 1250px){
    .cart_icons_dropdown{
        left: -30px;
    }
    .design_left_bar_div {
        min-width: 90px;
        max-width: 90px;
        padding: 20px 15px;
    }
    .dropdown-content {
        left: 75px;
    }
}
@media(max-width: 1110px){
   .payment_section{
        min-height: 75vh;
    }
    .design_section {
        padding-top: 125px;
        min-height: 75vh;
    }
    .contact_section {
        padding-top: 120px;
        min-height: 75vh;
        display: flex;
        align-items: center;
    }
    .hero_text_main_div h1 {
        font-size: 60px;
        line-height: 60px;
    }
    .cart_icons_dropdown{
        left: -40px;
    }
}
@media(max-width: 1024px){
    .hero_image_main_div {
        background-image: url(../../assets/img/border.svg);
        height: auto;
        min-height: 750px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: calc(450px - 0px);
        background-position: bottom;
        text-align: center;
    }
    .design_left_bar_icons img {
        width: 100%;
        cursor: pointer;
    }
    .cart_icons_dropdown{
        left: -80px;
    }
}
@media(max-width: 992px){
    .navbar .navbar-nav{
        padding-left: 0;
    }
    .navbar .navbar-nav{
        gap: 10px;
    }
    .hero_text_main_div{
        padding-top: 50px;
    }
    .cart_icons_dropdown{
        left: 2px;
    }
    .Hero_section {
        padding-top: 80px;
    }
    .design_left_bar_div {
        min-width: 90px;
        max-width: 90px;
        padding: 20px 15px;
    }
    .dropdown-content {
        left: 75px;
    }
}
@media(max-width: 768px){
    .hero_page_border_img {
        background-image: url(../../assets/img/Front_page_dress.png);
        height: auto;
        min-height: 850px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: calc(571px - 110px);
        background-position: bottom;
        text-align: center;
    }
    .design_left_bar_div {
        min-width: 85px;
        max-width: 85px;
        padding: 20px 15px;
    }
    .dropdown-content {
        left: 70px;
    }
}
@media (max-width: 576px) {
    .Hero_section {
        padding-top: 30px;
    }
    .hero_page_border_img {
        background-image: url(../../assets/img/Front_page_dress.png);
        height: auto;
        min-height: 680px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: calc(571px - 200px);
        background-position: bottom;
        text-align: center;
    }
    .pd_color_span {
        display: block;
        background: #A3BEF8;
        width: 38px;
        height: 32px;
        border-radius: 3px;
    }
    .hero_text_main_div h1 {
        margin-top: 40px;
        font-size: 48px;
        font-weight: 700;
        line-height: 50px;
    }
    .hero_image_main_div{
        background-size: contain;
        min-height: 575px;
    }
    .dropdown-content a h6 {
        font-size: 12px;
    }
    .dropdown-content a p {
        font-size: 10px;
        font-weight: 400;
        margin-bottom: 0;
        line-height: 10.21px;
    }
    .swiper-pagination-progressbar.swiper-pagination-horizontal {
        width: 100%;
        max-width: 120px;
        left: unset;
        right: 0;
        top: 48px;
        height: 2px;
    }
    .dropdown-content {
        display: none;
        position: absolute;
        top: -30px;
        left: 70px;
    }
    .design_left_bar_div {
        min-width: 80px;
        max-width: 80px;
        padding: 15px 10px;
    }
    .design_right_btn_main{
        position: absolute;
        margin-top: 30px;
        margin: auto;
        max-width: 140px;
        right: 10px;
    }
    .about_text_main_div img{
        height: 100%;
    }
    .seller_title h1 {
        font-size: 28px;
    }
    .avail_size_type{
        flex-direction: column;
        align-items: center;
    }
    .design_size_left_bar_div {
        width: 130px;
        padding: 20px 9px;
    }
    .seller_title{
        font-size: 32px;
    }
    .seller_title h1{
        font-size: 32px;
    }
    .Customize_a a {
        margin-right: 4px;
        color: #714C36;
        font-size: 11px;
    }
    .design_right_btn_main img {
        position: absolute;
        right: 20px;
        height: 10px;
        top: 36%;
    }
    .contact_card_body_div {
        padding: 20px 20px;
    }
    .cart_product_img {
        background: #F6F6F6;
        height: 75px;
        width: 65px;
    }
    .cart_product_inner {
        gap: 10px;
    }
    .cart_product_inner_text h5 {
        margin-bottom: 0;
        font-size: 13px;
    }
    .cart_product_inner_text p {
        gap: 5px;
        padding-top: 0;
    }
    .payment_radio_btns_main {
        margin-top: 15px;
        display: flex;
        gap: 10px;
        align-items: center;
    }
    .radio_btns input[type="radio"]{
        margin-right: 0;
    }
    .cart_pay_product {
        display: flex;
        justify-content: space-between;
        gap: 10px;
        align-items: end;
        flex-wrap: wrap;
    }
    .line_span {
        display: inline-block;
        width: 10px;
        height: 1px;
        background: #714C36;
    }
    .title {
        font-size: 24px;
        font-weight: 400;
        line-height: 78.66px;
        letter-spacing: -0.02em;
        color: #714C36;
        font-family: "Helvetica_light";
    }
    .home_sec1_swiper_main .swiper-button-prev {
        top: 40px;
        right: 90px;
        left: unset;
    }
    .home_sec1_swiper_main .swiper-button-next {
        top: 40px;
        right: 40px;
    }
    .scroll_down1{
        right: -70px;
    }
    .scroll_down2{
        right: -20px;
    }
    .hero_text_main_div{
        padding-right: 25px;
    }
    .hero_text_main_div{
        padding-top: 0;
    }
    .hero_image_main_div {
        background-size: contain;
        min-height: 450px;
    }
    .hero_text_main_div h1 {
        margin-top: 40px;
        font-size: 43px;
        font-weight: 700;
        line-height: 50px;
    }
    .hero_text_main_div h1{
        margin-top: 0;
    }
    .navbar_right_main{
        flex-direction: column;
        align-items: start;
        gap: 20px;
    }
    .navbar_right_icon{
        margin-left: 20px;
    }
}
@media (max-width: 450px){
    .hero_page_border_img {
        background-image: url(../../assets/img/Front_page_dress.png);
        height: auto;
        min-height: 550px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: calc(280px - 0px);
        background-position: bottom;
        text-align: center;
    }
    .hero_image_main_div{
        background-size: contain;
        min-height: 475px;
    }
    .pro_price{
        width: 100%;
        text-align: end;
        font-size: 20px;
        margin-bottom: 0px;
    }
    .design_right_btn_main h5 {
        font-size: 20px;
        font-weight: 700;
        line-height: 25.4px;
        color: #714C36;
    }
    .design_size_left_bar_div {
        min-height: 470px;
    }
    .design_right_img_div img{
        height: 540px;
    }
    .design_content_main{
        min-height: 470px;
    }
    .design_right_btn_main button{
        font-size: 13px;
    }
    .design_right_btn_main img {
        position: absolute;
        right: 20px;
        height: 10px;
        top: 35%;
    }
    .dropdown-content {
        display: none;
        position: absolute;
        top: -30px;
        left: 70px;
        min-width: 230px;
    }
    .design_left_bar_div {
        min-width: 80px;
        max-width: 80px;
        padding: 15px 10px;
    }
}
@media (max-width: 400px){
    .hero_image_main_div {
        background-size: contain;
        min-height: 410px;
    }
    .hero_text_main_div p{
        text-align: justify;
    }
    .scroll_down{
        right: -28px;
    }
    .dropdown-content{
        top: -30px;
        left: 62px;
        min-width: 210px;
    }
    .pd_color_span {
        width: 31px;
        height: 31px;
    }
    .dropdown-content a{
        gap: 5px;
    }
    .design_left_bar_div {
        min-width: 70px;
        max-width: 70px;
        padding: 15px 8px;
    }
    .hero_text_main_div h1 {
        margin-top: 40px;
        font-size: 38px;
        font-weight: 700;
        line-height: 50px;
    }
}
@media (max-width: 330px){
    .design_left_bar_div {
        min-width: 70px;
        max-width: 70px;
        padding: 15px 7px;
    }
    .dropdown-content {
        min-width: 180px;
        padding: 5px 8px 15px 8px;
        left: 63px;
    }
    .pd_color_span {
        display: block;
        background: #A3BEF8;
        width: 25px;
        height: 32px;
        border-radius: 3px;
    }
    .seller_title h1 {
        font-size: 24px;
    }
    .dropdown-content a{
        gap: 5px;
    }
}