/*gogole fonts*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Oswald:wght@200..700&display=swap');


/*start here header top here*/
.header-top {
    padding: 15px 0;
    background: #000;
    text-align: center;
    color: #fff;
}

.header-top p{
    margin:0;
    font-size:18px;
    font-family: "Inter", sans-serif;
    font-weight:400;
}

header#myheader img {
    width: 170px;
    object-fit: contain;
    margin-right: 30px;
}

header#myheader ul li a{
    padding:0 35px;
    font-weight:700;
    font-family:inter;
    text-transform:capitalize;
    color:#000;
}
.chek-icon i {
    padding: 0 9px;
    font-size: 18px;
    color: #000;
}


/*End here*/

/*start here main banner here*/
section#mainbanner {
    background-image: url('../images/mybanner.jpg');
    height:900px;
    background-size:cover;
    background-repeat:no-repeat;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    text-align:center;
    position: relative;
    z-index: 999;
}
section#mainbanner:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #00000066;
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom:0;
    z-index:-1;
}


.banner-content h3 {
    font-family:inter;
    font-weight:700;
    font-size:30px;
    line-height:30px
    
}

.banner-content p{
    font-size:17px;
     font-family:inter;
    font-weight:500;
}
.banner-content a{
    padding:10px 25px;
    color:#fff;
    text-decoration:none;
    text-transform:uppercase;
    margin-left:20px;
    font-weight:500;
    background:rgb(217, 20, 28);
    transition:0.9s;
}

.banner-content a:hover{
    background:#fff;
    color:#000;
}



/*end here here*/

/*start sec2*/
section#everydaysechere {
    padding-top:70px;
    text-align: center;
    
}
section#everydaysechere .row{
    justify-content:center;
    align-items:center;
    
}


.mysec_content {
    margin-bottom: 50px;
    text-align:center;
    justify-content:center;

    
    
}

img {
    width: 100%;
}

.imagbox h4{
text-align:left    
}

.imagbox img {
    width: 100%;
    height: 450px !important;
    object-fit: cover;
    object-position: top;
}

.mypan {
    padding-left: 70px;
    padding-right: 50px;
    
}

.collectionimg {
    background-image:url('../images/m5.jpg');
    height:1200px;
    background-size:cover;
    background-repeat: no-repeat;
    display:flex;
    align-items:center;
    justify-content:center;
    background-position: bottom center;
}

.mycolec{
	background-image:url('../images/w5.jpg');
}

.pd-0 {
    padding-right: 0;
    padding-left: 0;
}

.mysec_content h3 {
    font-family: 'Inter';
    font-size: 30px;
}

.mysec_content p {
    font-size: 19px;
    font-family: 'Inter';
    line-height: 30px;
 
}

.imagbox {
    margin-bottom:30px;
}

.collectionimg a {
    padding: 12px 30px;
    background: #ffffff00;
    color: #ffffff;
    text-decoration: none;
    font-family: inter;
    border: 1px solid #fff;
    font-weight: 700;
    transition:0.9s;
}

.imagbox h4 {
    font-family: 'Inter';
    font-size: 17px;
    padding: 11px;
}
.imagbox a {
    color: #000;
    text-decoration: none;
}

/*end here*/


/*start here insta*/
section#insta {
    padding: 70px 0;
    text-align: center;
}

section#insta .row {
    align-items: center;
}

.instacontent a {
    color: #000;
    text-decoration: none;
    font-family: 'Inter';
    font-weight: 700;
     font-family:inter;
}
.instacontent p {
    color: #000;
    text-decoration: none;
    font-family: 'Inter';
    font-weight: 500;
     font-family:inter;
}
.instacontent h3{
    color:#d9141c;
    font-weight:700;
    line-height:30px;
    font-family:inter;
}


/*End here*/

/*start here last sec*/
section.culbs {
    overflow: hidden;
}

/*End here*/

/*start here footer css*/
footer {
    padding-top: 50px;
    background: #000;
    color: #fff;
}

.footer-top h3 {
    font-size: 18px;
    font-family: 'Inter';
    font-weight: 600;
}

ul#menu-1 {
    padding: 0;
    list-style: none;
}
ul#menu-1 li a {
 color:#fff;
    text-decoration:none;
    font-family:inter;
    font-size:14px;
}

.connect ul {
    list-style: none;
    padding: 0;
}

.connect ul li {
 display:inline-block;
    padding:0 7px;
}

.connect ul li a{
    color:#fff;
}

footer h2 {
    font-family: inter;
    font-weight: 700;
    text-transform: capitalize;
}

.subscribtion input[type="email"] {
    width: 50%;
    height: 50px;
}

.subscribtion input[type="submit"]{
    color:#fff !important;
    
} 

button.btn.btn-outline-success {
    color: #fff !important;
    border-color:#fff;
}

.footer-top .row {
    display: flex;
    align-items: center;
}

ul.mylastmenu {
    list-style: none;
    padding: 0;
}
ul.mylastmenu li{
    display:inline-block;
    padding:0 7px;
}
ul.mylastmenu li a{
    text-decoration:none;
    color:#fff;
    
}

.footer-bottom {
    margin-top: 50px;
    text-align: center;
}
/*End here footer css*/

/*start here about*/
.hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}
.myhero{
    height: 500px;
}
.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.hero h1 {
  line-height: 1.1;
}

section.ab_why {
    padding: 100px 0;
    background-color: rgb(5, 28, 44);
    font-family: "Oswald", sans-serif;
}

section.ab_why h3{
    font-size:50px;
    line-height:80px;
    color: #fff;
}

section.ab_why ol li span{
    color:red !important;
    display:block;
    font-size:22px;
}
section.ab_why ol li {
    color:#fff;
    font-size:18px;
}

section.ab_why ol li::marker{
    color:red;
    font-size:22px;
}
.exitst_imag img {
    width: 100%;
}
.mainslides.Slick img {
    width: 100%;
    height: 700px;
    object-fit: cover;
    border:solid 20px #fff;
}


section.abslide {
    padding: 100px 0;
    background-image:url('../images/bck.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    font-family: 'Oswald';
}


section.abslide .row {
    align-items: center;
}

.abslide_content h3 {
    font-size: 50px;
    margin-bottom: 30px;
}
.abslide_content p{
    font-size:20px;
    font-weight:500;
}

section.abslide .slick-dots li button:before {
    font-family: 'slick';
    font-size: 20px;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: 0.;
    color: #ff0000;
  
}
section.quality {
    padding: 70px 0;
    background-color: #fe3b1f;
    text-align: center;
    font-family: 'Oswald';
    color: #fff;
}

section.quality img{
    width:35%;
    margin-bottom:15px
}
.quality-heading{
    padding-bottom:50px
}

.quality-heading h3 {
    font-size: 50px;
}
.quality-heading p{
    font-size:24px;
}

.icon-content h4 {
    font-size: 30px;
    letter-spacing: 7px;
}
.icon-content  p{
    font-size:18px;
}

/*End here about section*/

/*single product page*/
.product-img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
  height: 450px;
}

.thumb-img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
  border: 2px solid transparent;
}

.thumb-img.active {
  border-color: #dc3545;
}

.price {
  font-size: 30px;
  font-weight: 700;
  color: #dc3545;
}

.old-price {
  text-decoration: line-through;
  color: #999;
  margin-left: 10px;
}

/* Sticky Cart Box */
.sticky-cart {
  position: sticky;
  top: 20px;
}


/*End here*/
/*start here contact us*/

/* Card */
.contact-card {
  background:#fff;
  padding:40px;
  border-radius:15px;
  box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

/* Info Box */
.info-box {
  background:#111;
  color:#fff;
  padding:40px;
  border-radius:15px;
  height:100%;
}

/* Button */
.btn-custom {
  background:#dc3545;
  color:#fff;
  border-radius:50px;
  padding:12px 30px;
  border:none;
}

/* WhatsApp Button */
.whatsapp {
  position:fixed;
  bottom:20px;
  right:20px;
  background:#25D366;
  color:#fff;
  width:55px;
  height:55px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  font-size:24px;
  text-decoration:none;
  box-shadow:0 10px 20px rgba(0,0,0,0.2);
}


/*End here*/

/*start here shop page*/
 
    .filter-bar{
      background:#fff;
      padding:20px 0;
      border-bottom:1px solid #ddd;
    }

    .filter-btn{
      border:none;
      background:transparent;
      font-size:18px;
      margin-right:30px;
      font-weight:500;
    }

    .filter-btn i{
      font-size:14px;
      margin-left:4px;
    }

    .product-card{
      background:#fff;
      overflow:hidden;
      transition:.3s;
      margin-bottom:30px;
    }

    .product-card img{
      width:100%;
      height:500px;
      object-fit:cover;
    }

    .product-content{
      padding:16px;
    }

    .product-title{
      font-size:26px;
      margin-bottom:10px;
    }

    .price{
      font-size:24px;
      margin-bottom:15px;
      font-weight:500;
    }

    .color-wrapper{
      display:flex;
      gap:10px;
      align-items:center;
    }

    .color{
      width:20px;
      height:20px;
      border-radius:50%;
      cursor:pointer;
      border:2px solid transparent;
    }

    .color.active{
      border-color:#000;
    }

    .blue{
      background:#145dbf;
    }

    .red{
      background:#a42c46;
    }

    .green{
      background:#355847;
    }

    .gray{
      background:#d8d2cc;
    }

    .story-card{
      background:#fff;
    }

    .story-card img{
      width:100%;
      height:500px;
      object-fit:cover;
    }

    .story-content{
      padding:18px;
    }

    .location{
      font-size:14px;
      color:#444;
      margin-bottom:8px;
    }

    .name{
      font-size:52px;
      font-family: serif;
      line-height:1;
    }

    @media(max-width:768px){

      .filter-btn{
        margin-bottom:10px;
        font-size:16px;
      }

      .product-card img,
      .story-card img{
        height:350px;
      }

      .name{
        font-size:38px;
      }

    }



/*End here*/

/*start here accessabilty*/

.hero {
      display: flex;
      align-items: center;
      background: linear-gradient(135deg, #fe3b1f, #ff6b52);
      color: white;
      padding: 80px 0;
    }

    .hero img {
      max-width: 100%;
      border-radius: 20px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    }

    .feature-card {
      border: none;
      border-radius: 20px;
      transition: 0.3s ease;
      height: 100%;
    }

    .feature-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 12px 25px rgba(0,0,0,0.1);
    }

    .icon-box {
      width: 70px;
      height: 70px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      background: rgba(254, 59, 31, 0.12);
      margin-bottom: 20px;
      font-size: 28px;
      color: #fe3b1f;
    }

    .stats {
      background: white;
      border-radius: 20px;
      padding: 30px;
      box-shadow: 0 10px 25px rgba(0,0,0,0.06);
    }

    .cta {
      background: #fe3b1f;
      color: white;
      border-radius: 24px;
      padding: 60px 30px;
    }
section#home a {
    background: #fff;
    color: #000;
}

/*end here*/

/*start here cart*/
/* Sidebar */
.cart-sidebar{
  position: fixed;
  top: 0;
  right: -360px;
  width: 360px;
  height: 100%;
  background: #fff;
  box-shadow: -5px 0 20px rgba(0,0,0,0.2);
  transition: 0.3s;
  z-index: 9999;
  display: flex;
  flex-direction: column;
}

.cart-sidebar.active{
  right: 0;
}

.cart-header{
  padding: 15px;
  border-bottom: 1px solid #ddd;
  display:flex;
  justify-content: space-between;
  align-items:center;
}

.close-btn{
  font-size: 24px;
  cursor: pointer;
}

.cart-body{
  flex: 1;
  overflow-y: auto;
  padding: 10px;
}

.cart-footer{
  padding: 10px;
  border-top: 1px solid #ddd;
}

.overlay{
  position: fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background: rgba(0,0,0,0.4);
  display:none;
  z-index: 9998;
}

.overlay.active{
  display:block;
}
.product-card button {
    width: 94%;
    margin-top: 10px;
    /* text-align: center; */
    background: #c50908;
    border: 0;
}

div#cartSidebar button  {
    background-color: #c50908 !importnt; 
}


a.btn.btn-info.position-relative {
    background: #c50b0a;
    border: 0;
}
a.btn.btn-info.position-relative i{
    color:#fff;
}
/*End here cart*/

/*start here responsive here*/
@media (max-width: 1024px) {
section#mainbanner {
 height: 500px;
   
    
}

.collectionimg {
  height: 650px;
   background-size: cover;
   
}

ul.mylastmenu li  {
    padding: 0 0 !important;
    font-size:13px ;
}
.chek-icon {
    display: none;
}

}

@media (max-width: 768px) {
.mypan {
    padding: 0 20px;
}

.imagbox h4 {
    font-size: 11px;
}

.footer-top .col-md-2 {
    width: 33%;
}

.footer-top .col-md-6 {
    width: 100%;
}

section.ab_why h3 {
    font-size: 30px;
   
}
.abslide_content h3 {
    font-size: 24px;
 
}

.mainslides img {
    height: 500px !important;
}

.quality-heading h3 {
    font-size: 32px;
}
.quality-heading p{
    font-size:18px;
}

.icon-content h4 {
    font-size: 18px;
    letter-spacing: 1px;
}

.icon-content p {
    font-size: 14px;
}

}

@media (max-width: 690px) {
section#mainbanner {
    height: 234px;
}
.banner-content h3 {
   font-size: 21px;
    line-height: 20px;
}

.banner-content p {
    font-size: 12px;

}

.banner-content a {
    padding: 4px 10px;
    
}

section#everydaysechere {
    padding-top: 30px;
    
}

.mysec_content h3 {
    font-size: 20px;
}

.mysec_content p {
    font-size: 14px;
    font-family: 'Inter';
    line-height: 23px;
}
.collectionimg {
    height: 300px;
   
}

section#insta {
    padding: 26px 0;
    text-align: center;
}

.footer-top .col-md-2 {
    width: 100%;
}

.subscribtion form {
    display: block !important;
}

.subscribtion input {
    width: 100% !important;
    margin-bottom: 10px;
}

footer h2 {
  font-size: 19px;
}

.myhero {
    height: 162px;
}

section.ab_why {
    padding: 25px 0;
}

section.abslide {
    padding: 20px 0;
}

.quality-heading h3 {
    font-size: 24px;
}

.quality-heading {
    padding-bottom: 10px;
}

section.ab_why h3 {
    font-size: 24px;
}


}

/*End here responsive here*/