*{
    box-sizing: border-box;
    list-style: none;
}
ul,ol{
    margin:0px;
    padding: 0px;;
}
:root{
    --primary-font:'Manrope',sans-serif;
    --secondary-font:'Jost',sans-serif;
    --primary-color:#FFFFFFB3;
    --black:#000000;
    --white:#FFFFFF;
}
.display{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.upper-head{
    background-color: black;
}
.upper-head,.mid-head-left p{
    font-family: var(--primary-font);
    padding: 6px 0px;
    color:var(--primary-color);
    font-weight: 400;
    font-size: 14px;
}
.middle-head{
    border-bottom: 1px solid rgba(229, 229, 229, 1);
}
.mid-head-left p{
    color: var(--black);
    font-size: 13px;
    padding: 8px 0px;
}
.mid-head-left p a{
    color: var(--black);
    font-weight: 600;
}


.mid-head-right .order p,.currency{
    border-left: 1px solid rgba(229, 229, 229, 1);
    border-right: 1px solid rgba(229, 229, 229, 1);
}
.mid-head-right{
    position: relative;
}

.mid-head-right .order p,
.main-item span{
    position: relative;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: var(--black);
    padding: 12px 20px;
    display: block;
    font-family: var(--primary-font);
}

.main-item span{
    text-align: left !important;
    cursor: pointer;
}
.sub-menu,.sub-menu-currency{
    position: absolute;
    padding: 15px 0;
    top: 89%;
    left: 65%;
    pointer-events: none;
    display: block;
    min-width: 160px;
    border-radius: 0;
    background: #282828;
    visibility: hidden;
    transform: translateY(30px);
    opacity: 0;
    box-shadow: 0px 30px 60px 0px rgb(2 24 93 / 8%);
    transition: 0.4s linear;
    z-index: 1;
}
.sub-menu-currency{
      left: 75%;
}
.main-item:hover .sub-menu, .main-item:hover .sub-menu-currency{
    visibility:visible;
    transform: translateY(0px);
    opacity: 1;
}
.sub-menu li,.sub-menu-currency li{
    color:var(--white);
    font-size: 14px;
    padding: 3px 19px;
    text-transform: capitalize;
    font-weight: 500;
}
.lower-head-left ul li{
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    font-family: var(--primary-font);
    text-transform: capitalize;
    color:#666666;
    padding: 37px 20px;
    transition: all 0.3s linear;
    cursor: pointer;
}
.lower-head-left ul li:hover{
    color: var(--black);
}
.lower-head ul li span:not(.itemQuanity){
    visibility:hidden;
    opacity: 0;
    transition: all 0.3s linear;
}
.lower-head ul li:hover span:not(.itemQuanity),.lower-head ul li:hover .total-cart{
    visibility: visible;
    opacity: 1;
    z-index: 3;
}
.lower-head ul li:hover .total-cart{
    transform: translateY(0px);
}

.lower-head-right ul li{
    font-size: 19px;
    transition: all 0.3s linear;
    cursor: pointer;
}
.lower-head-right ul li:hover{
    color:#b1b1b1;
}
.banner .col-6 img:not(.circle){
    width: 100%;
    height: 100%;
    position: relative;
}
.banner{
    background: #f6f2e9;
}

.banner h1{
    font-family:var(--primary-font);
    font-size: 205px;
    font-weight:600;
    text-transform: uppercase;
    line-height: 240px;
    text-align: left;
    -webkit-text-fill-color: transparent;
    color: transparent;
    position: absolute;   
    bottom :-56px;     
    left: -23px;   
    z-index: 0;     
    background: linear-gradient(180.1deg, rgb(255, 255, 255) 17%, rgb(246, 242, 233) 100%) text;
}

.banner .price, .banner .heading {
    font-family: var(--primary-font);
    background-color: var(--white);
    padding: 6px;
    font-size: 14px;
}
.banner .heading{
    font-size: 80px;
    background: none;
    line-height: 90px;
}
.banner button,.deal-content .email button {
  position: relative;
  overflow: hidden;
  background: var(--white); 
  color: var(--white); 
  font-size: 14px;
  line-height: 100%;
  font-weight: 700;
  padding: 16px 24px;
  border-radius: 0px;
  cursor: pointer;
  transition: color 0.4s ease-out;
  z-index: 1;
}

.banner button::before,.deal-content .email button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--black);
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition: clip-path 0.6s ease-in-out;
}

.banner button:hover,.deal-content .email button:hover {
  color: var(--black);
  background-color: var(--white);
}

.deal-content .email button:hover{
    border: 1px solid #e5e5e5;
}


.banner button:hover::before,.deal-content .email button:hover::before {
  clip-path: polygon(50% 100%, 50% 100%, 100% 100%, 0 100%);
}

.banner button i{
    font-size: 17px;
    font-weight: 300;
}
.banner .circle{
    padding: 0px;
    border-radius: 50%;
    transform-origin: 50% 50%;
    width: 692px;
    height: 692px;
    transform: translate(0px, 0px);
    pointer-events: none;
    background: linear-gradient(207deg, rgba(255, 255, 255, 0) 10%, rgb(255, 255, 255) 100%);
    position: absolute;
    top: -66px;
    left: -41px;
    z-index: 0;
}
.fashion-img {
  height: 700px;    
  overflow: hidden;
}
.fashion-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.women .men h2,
.women .stroke-women {
  font-family: var(--primary-font);
  font-size: 150px;
  font-weight: 500;
  position: absolute;
  color: var(--white);
  z-index: 2;
}
.women .men h2 {
  left:28%;
  top: 37%;
}
.women .stroke-women {
  -webkit-text-stroke: 1px #fff;
  color: transparent;
  right: 2%;
  top: 40%;
}
.stroke-text {
  position: absolute;
  bottom: 30%;
  left: 11%;
}
.deal{
    padding: 120px 0px;
    background: #ECF5F0;
}
.deal-content{
    padding: 49px 0px 0px 85px;
}
.deal-content .week,.testimonial h5,.cart h5{
    font-size: 14px;
    font-family: var(--secondary-font);
    color: #666666;
}
.deal-content .shirt,.testimonial h2,.cart h2{
    font-family: var(--secondary-font);
    font-size: 40px;
    line-height: 50px;
    margin: 20px 0px;
    font-weight: 300;
}
.testimonial h2{
    text-transform: capitalize;
}
.deal-content p{
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #666666;
    font-family: var(--primary-font);
    margin: 0px 0px 50px 0px;
}
.deal-content .email{
    background:var(--white);
    padding: 5px 0 5px 10px;
    border: 1px solid #C5E0D1;
    font-family: var(--primary-font);
}
.email .ri-mail-open-fill{
    font-size: 20px;
}
.deal-content .time-offer p{
    font-size: 16px;
}
.deal-content .email input{
    width: 90%;
}
.deal .discount{
    background:var(--white);
    font-size: 24px;
    font-family: var(--primary-font);
    padding: 35px;
    margin-top: 120px;
    color:#666666;
}
footer{
    padding: 100px 0px;
}
.divider{
    border: 1px solid #E5E5E5;
    width: 100%;
}
.middle-footer .divider{
    width: 1px;
    height: 100px;            
    border-color:var(--black);
    margin: 20px auto;   
}
.middle-footer{
    padding-top: 50px;
    padding-bottom: 24px;
    text-align: center;
}
.middle-footer .menu li{
    color:var(--black);
    font-family:var(--primary-font);
    font-weight: 400;
    font-size: 16px;
}

.middle-footer .menu li,.middle-footer .icons li{
    transition: all 0.3s linear;
    cursor: pointer;
}
.middle-footer .menu li:hover{
    color:#b1b1b1;
}
.middle-footer .icons li{
    color:#999999;
    font-size: 24px;
    font-weight: 500;
}
.middle-footer .icons li:hover,.lower-footer h2{
    color:var(--black);
}
.lower-footer h2,.lower-footer p {
    font-family:var(--secondary-font);
    font-size: 18px;
    font-weight: 200;
}
.lower-footer h2 strong{
    font-weight: 600;
}
.lower-footer p{
    color: #666666;
    line-height: 18px;
}
.lower-footer .email input{
    border: 1px solid #E5E5E5;
    background: #fff;
    font-size: 16px;
    padding: 15px 19px;
}
.lower-footer .email button{
    border: 1px solid #E5E5E5;
    border-left: none;
    padding:15px 19px;
    color: var(--black);
    cursor: pointer;
    font-weight: 500;
}
.lower-footer .email button:hover{
    color: #b1b1b1;
}
.lower-footer p a{
    font-weight: 500;
    color: var(--black);
}
.testimonial{
    background-color: #F6F2E9;
    padding: 120px 0px;
}
.testimonial .quoted{
    left: 12%;
    top: 12%;
}
.testimonial h5{
    font-weight: 500;
    line-height: 1;
    margin: 0 0 14px;
}
.testimonial h2 strong,.deal-content h2 strong,.cart h2 strong{
    font-weight: 600;
}
.testimonial-slider{
    margin-top: 60px;
}
.testimonial-slider img:not(.author-detail img){
    width: 70px;
    height: 70px;
    margin-bottom: 40px;
}
.testimonial-slider .slider-content{
    font-size: 24px;
    line-height: 40px;
   margin: 0 auto 50px; 
    font-family: var(--primary-font);
    font-weight: 300;
    color: #666666;
     max-width: 800px; 
    width: 60%;
}
.testimonial-slider .author-detail img{
    border-radius: 50%;
}

.testimonial-slider .author-detail h3{
    font-size: 24px;
    line-height: 1;
    font-family: var(--secondary-font);
}

.testimonial-slider .author-detail p{
    font-size: 14px;
    text-transform: capitalize;
    line-height: 1;
}
.swiper-button-next, .swiper-button-prev {
    color:#aca9a3;
    transition: color 0.3s linear;
}

.swiper-button-next:hover,.swiper-button-prev:hover{
    color: #000000;
}
.cart{
    background: white;
    padding: 120px 0px;
}
.cart h2{
    margin: 0px 0px 60px 0px;
}
.product-content{
    font-family: var(--secondary-font);
}
.product-type,.product-content h3{
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    color: #999999;
    margin-bottom: 12px;
}
.product .product-img{
    margin: 0 0 36px;
       cursor: pointer;
}
.product-content h3{
    font-size: 16px;
    margin: 0 0 25px;
    color: var(--black);
}
.product-content .price{
    font-size: 14px;
    line-height: 1;
    color: #000;
}
.product .icons i{
    height: 44px;
    width: 44px;
    background:var(--white);
    border-radius: 50%;
    color:var(--black);
    display: block;
    line-height: 44px;
    font-size: 14px;
    border: none;
    text-align: center;
    transition: all 0.3s linear;
}
.product .icons i:hover{
    color: var(--white);
    background: var(--black);
}
.product:hover .icons {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.product .icons {
    position: absolute;
    top: 32%;
    left: 13%;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
}
.product .icons div:nth-child(1) {
    transform: translateY(40px);
    transition: all 0.4s ease;
}

.product .icons div:nth-child(2) {
    transform: translateY(40px);
    transition: all 0.4s ease 0.1s; 
}

.product .icons div:nth-child(3) {
    transform: translateY(40px);
    transition: all 0.4s ease 0.2s;
}

.product .icons div:nth-child(4) {
    transform: translateY(40px);
    transition: all 0.4s ease 0.3s;
}
.product:hover .icons div {
    transform: translateY(0);
}

@keyframes slideDown {
    0% {
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}
.lower-head {
    width: 100%;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.lower-head.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    animation: slideDown 0.5s ease forwards;
}
.total-cart{
    width: 289px;
    background: #fff;
    box-shadow: 0 3px 95px 0 rgba(0, 0, 0, .07);
    padding: 30px;
    position: absolute;
    right: 8%;
    top: 17%;
    visibility:hidden;
    opacity: 0;
    font-family: var(--secondary-font);
    transform: translateY(85px);
    transition: all 0.3s ease;
}
.cart-product img{
    width: 60px;
    height: 60px;
}
.cart-product h4,.itemQuanity,.total-cart p{
    font-size: 14px;
    color: #232424;
}
.itemQuanity{
    font-size: 12px;
}

.total-cart p button,.total-cart p a{
    background: var(--black);
    color: var(--white);
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0px;
    font-weight: 700;
    letter-spacing: -.32px;
    transition: all 0.4s ease;
}
.total-cart p button:hover,.total-cart p a:hover{
    background: #E5EFF3;
    color: var(--black);
}
.deal img{
    width: 100%;
}
.cart-banner{
    background: #ECF5F0;
    padding: 193px 0;
    font-family:'Manrope',"san serif";
}
.cart-banner .home-cart{
    display: inline-flex;
    padding: 10px 16px;
    gap: 10px;
    background:var(--white);
    border: 1px solid #D9EAE1;
    border-radius: 34px;
    margin-bottom: 20px;
}
.cart-banner .home-cart a{
    color: #888888;
}
.cart-circle-1,.cart-circle-2{
    width: 577px;
    height: 577px;
    right: 31.5%;
    top: 0%;
    background: linear-gradient(134.69deg, rgba(255, 255, 255, 0.5) 19.87%, rgba(236, 245, 240, 0.5) 82.21%);
    opacity: 0.4;
    box-shadow: 0px 120px 140px #CFE4D9;
    border-radius: 50%;
}
.cart-circle-2{
    top: -6%;
    right: 22%;
}
.cart-foot{
    background-color: var(--black);
}
.cart-foot .menu li{
    color: white;
}
.viewcart{
    padding: 120px 0px;
}
.viewcart h3{
    font-family: var(--secondary-font);
    font-size: 24px;
    margin-bottom: 50px;
}
.cart-img img{
    width: 80px;
    height: 88px;
}
.cart-total{
     transform: translateY(180px);
}
.lower-head ul li:hover .cart-total{
    transform: translateY(115px);
}
.quantity-box{
    border: 1px solid #E5E5E5;
}
.quantity-box button{
    font-size: 14px;
    color: #888888;
    font-weight: 600;
    padding: 8.5px 12px;
    background: transparent;
    border: none;
}
.cart-head-names{
    font-size: 14px;
}
.cart-head-names div{
     padding: 0px 15px 20px;
}
.cross-btn{
    font-size: 25px;
}
.total-cart-items{
    font-family: var(--primary-font);
}
.total-amount-box{
    padding: 40px;
    background: #E5EFF3;
    font-family: var(--primary-font);
}
.total-amount-box h4{
    font-family: var(--secondary-font);
}
.total-amount-box button{
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #000000;
    padding: 17px 30px;
    background-color: var(--white);
    border: none;
    width: 100%;
}

.shop{
    background-color:#deedf4;
    color: #000000;
    font-size: 14px;
    font-family: var(--primary-font);
    padding: 8px 20px;
    transition: all 0.3s linear;
}
.shop:hover{
    background-color:#bfddeb ;
}
.product-img {
    width: 100%;             
    height: 300px;           
    object-fit: cover;       
}