body, html {
    margin: 0;
    padding: 0;
    height: 100%;
  }

.home-banner {
    position: relative;
    height: 100vh;
    background: url('https://fiftyfourmag.com/wp-content/uploads/2025/11/website-home-page-1-1.png') no-repeat center center;
    background-size: cover;
    color: white;
  }

  .navbar-custom {
    position: absolute;
    top: 0;
    width: 100%;
    background: transparent;
    z-index: 10;
    padding: 1rem 0;
  }

  .navbar-brand img{
    height: 65px;
  }

  .navbar-nav .nav-link {
    color: white;
    font-weight: bold;
    margin-left: 1rem;
  }

  .hero-content {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .magazine-issue-section {
    background-color: #f4f1e9;
  }
.hero-text h1{
	text-transform:uppercase;
}
  @media (min-width: 768px) {
	  .shadow-box-big::after{
		left: -72px;
		transform: rotate(90deg);
	  }
	  .footer-brand {
		font-size: 200px;
	  }
    .hero-content .hero-subtext{
      position: absolute;
      right: 80px;
      bottom: 80px;
    }
	  .fifty-four-content img{
    width: 300px;
  }
    .latest-story-heading{
      font-size: 62px;
    }
    .magazine-issue-section {
      padding: 100px 5%;
    }
    .magazine-issue-section .magazine-left h2,.issue-title{
      font-size: 72px;
      line-height: 100%;
    }
    .section-title span.left{
      margin-left: -300px;
      font-size: 100px;
    }
    .shop-title,
  .fiftyfour-title {
    font-size: 100px;
  }
  .shop-section .slick-slide img{
    width: 51.5%;
  }
  .section-title span.bottom{
    font-size: 100px;
  }
  .latest-story{
    padding: 100px 0px;
  }
  .issue-number{
    font-size: 72px;
  }
  }
  
  .hero-text h1 {
    font-size: 84px;
    font-weight: 800;
  }
  .left-heding-explore{
    font-size: 52px;
    
  }
  .hero-image {
    max-width: 100%;
  }

  .hero-subtext {
    font-size: 1rem;
    max-width: 400px;
    text-align: left;
  }

  @media (max-width: 767px) {
	  
	  .latest-story .col-md-7 .h-100{
		  height:500px !important;
	  }
	  .fifty-four-content img{
    width: 200px;
  }
	  .fifty-four-inner{
		  flex-direction:column;
		  row-gap:20px;
	  }
	  .shadow-box-big::after{
		left: 0px;
		transform: rotate(0deg);
	  }
	  .latest-story p{
		  font-size:14px !important;
	  }
	  .latest-story .d-flex{
		  flex-direction: column;
	  }
	  .latest-story .d-flex img{
		  width:100% !important;
	  }
    .hero-text h1 {
      font-size: 56px;
    }
    .latest-story-heading{
      font-size: 52px;
    }
    .latest-story .shadow-box-big{
      margin-top: 20px;
    }
    .magazine-issue-section {
      padding: 50px 5%;
    }
    .hero-subtext {
      font-size: 0.9rem;
      margin-top: 1rem;
    }
    .magazine-issue-section .magazine-left h2,.issue-title{
      font-size: 52px;
      line-height: 100%;
    }
    .section-title span.left{
      margin-left: -50;
      font-size: 52px;
    }
    .shop-title,
  .fiftyfour-title,.issue-number {
    font-size: 52px;
  }
	   .footer-brand {
		font-size: 72px;
	  }
  .shop-left{
    text-align: center;
  }
  .shop-left img{
    width: 75%;
  }
  .shop-section .slick-slide img{
    width:75%;
  }
  .left-heding-explore{
    font-size: 42px;
    
    
  }
  .explorestory-card{
    margin-bottom: 20px;
  }
  .section-title span.bottom{
    font-size: 52px;
  }
    .navbar-nav {
      background: rgba(0, 0, 0, 0.7);
    }
    .footer-brand {
      font-size: 60px;
    }

    .footer-nav,
    .footer-links {
      gap: 15px;
      font-size: 12px;
      flex-direction: row;
    }
  
    .social-icons {
      gap: 15px;
    }
    .latest-story{
      padding: 50px 0px;
    }
  }
  
  
  .latest-story h6{
    font-size: 24px;
  }
  .shadow-box{
    box-shadow: 0px 0.5px 4.46px 0px #00000005;

    box-shadow: 0px 1.2px 10.71px 0px #00000007;

    box-shadow: 0px 2.25px 20.16px 0px #00000009;

    box-shadow: 0px 4.02px 35.96px 0px #0000000B;

    box-shadow: 0px 7.52px 67.26px 0px #0000000D;

    box-shadow: 0px 18px 161px 0px #00000012;

  }
  .story-box-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .shadow-box-big{
    overflow: hidden;
  }
  .shadow-box-big::after{
    content: "";
    position: absolute;
   
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
   
  }
  .shadow-box-big .position-absolute{
    z-index: 1;
  }
/*   .video-container {
    position: relative;
    padding-top: 40.25%;
    height: 0;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  }
  
  .video-container video {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
  } */
/* .video-container {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
} */

  /* magazine section */
  
  .magazine-issue-section .magazine-left h2,.issue-title{
    font-weight: 700;
    letter-spacing: -8%;
    text-transform: uppercase;
    color: #b99f6b;

  }
  
  .magazine-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
  }
  
  .magazine-left {
    flex: 1;
    text-align: center;
  }
  
  
  .magazine-cover {
    max-width: 100%;
    height: auto;
    box-shadow: 0px 0.66px 2.21px 0px #00000010;
    box-shadow: 0px 1.6px 5.32px 0px #00000018;
    box-shadow: 0px 3.01px 10.02px 0px #0000001D;
    box-shadow: 0px 5.36px 17.87px 0px #00000023;
    box-shadow: 0px 10.03px 33.42px 0px #0000002A;
    box-shadow: 0px 24px 80px 0px #0000003B;

  }
  
  .magazine-right {
    height: 100%;
    display: flex
;
    flex-direction: column;
    justify-content: flex-end;
  }
  
  .issue-number {
    color: #BDA179;
    font-weight: 400;

    line-height: 1.2;
    letter-spacing: 0%;

  }
  
  
  .issue-description {
    color: #BDA179;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0%;
    
  }
  
  .buy-button {
    background-color: #b99f6b;
    color: #fff;
    padding: 12px 24px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    width: 200px;
    text-align: center;
  }
  .video-section{
    padding-bottom: 100px;
  }

  /* story 54 slider section */
  .stories-section {
    padding: 60px 0;
    background: #fff;
    text-align: center;
  }
  
  .section-title {
    font-weight: 700;
    margin-bottom: 2rem;
  }
  

  .section-title span.left{
    font-weight: 500;
  }
  .section-title span.bottom{
    font-weight: 700;
  }
  
  .story-slider {
    max-width: 100%;
    margin: 0 auto;
  }
  
  .story-card {
    background: #fff;
    padding: 10px;
    /* box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    text-align: center; */
  }
  .story-card .bottom-content{
    height: 60px;
  }
  .story-card .bottom-content,.explorestory-card .bottom-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    
    border:1px solid #000;
    padding: 10px;
  }
  .story-card .bottom-content img,.explorestory-card .bottom-content img{
    width: 35px;
  }  
  .story-card img ,.explorestory-card img{
    width: 100%;
    height: auto;
  }
  .explorestory-card p{
    margin: 0px;
  }
  
  .story-card p {
    font-weight: 600;
    margin-top: 10px;
    font-size: 1rem;
  }
  
  .fifty-four-content {
    padding: 80px 5%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  
  .fifty-four-inner {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }
  
  .fifty-four-logo {
    font-size: 120px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    flex: 1 1 30%;
    text-align: left;
  }
  
  .fifty-four-text {
    flex: 1 1 65%;
    font-size: 1.2rem;
    line-height: 1.6;
    color: #111;
  }
  
  .fifty-four-text strong {
    font-weight: 700;
  }
  
  .know-more {
    display: inline-block;
    margin-top: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    color: #000;
    border-bottom: 2px solid #000;
  }
  
  .slick-slide img{
    width: 100%;
  }
  

  .shop-section {
    background-color: #fff;
    padding: 60px 0px;
    overflow: hidden;
  }
  
  
  .slick-prev:before,
  .slick-next:before {
    color: black;
    font-size: 30px;
  }
  
  .slider-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 50px;
    color: #fff;
  }
  
  .buy-now {
    color: #d5d5c9;
    border-bottom: 2px solid #d5d5c9;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  .buy-now:hover {
    color: #000;
    border-bottom-color: #000;
  }
  
  .shop-header {
    background-color: #111;
    color: white;
    padding: 0px 50px;
  }
  
  .shop-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 48px;
    font-weight: bold;
  }
  
  .shop-title,
  .fiftyfour-title {
    text-transform: uppercase;
  }
  .shop-title{
    font-weight: 400 ;
  }
  .shop-section .slick-slide img{
    margin: 0 auto;
    display: inline-block;
  }
  .shop-section .col-lg-6:first-child{
    display: flex;
    justify-content: center;
    align-items: center;
	background: #fff;
    border-right: 1px solid #F0EFEB;
    border-bottom: 1px solid #F0EFEB;

 }
.shop-section .col-lg-6:first-child img{
	width:100%;
}
  .shop-section .col-lg-6:last-child{
    background-color: #fff;
    padding: 0px;
  }
  .shop-slider{
    text-align: center;
  }
  .slider-bottom{
    background-color: #1E1E1E;
  }

  .footer-section {
    background-color: #111;
    color: #f6f3df;
    text-align: center;
    padding: 40px 20px;
    font-family: sans-serif;
  }
  
  .footer-nav,
  .footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    margin-bottom: 20px;
    font-size: 14px;
  }
  
  .footer-nav a,
  .footer-links a {
    color: #f6f3df;
    text-decoration: none;
    font-weight: bold;
  }
  
  .footer-social p {
    margin: 20px 0 10px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
  }
  
  .social-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
    font-size: 20px;
  }
  
  .social-icons a {
    color: #f6f3df;
    text-decoration: none;
  }
  
  .footer-brand {
    font-weight: bold;
    margin: 20px 0 0;
    color: #f6f3df;
  }
  
  
  
  .bottom-content h4{
    font-weight: 700;
    font-size: 20px;

  }
  .bottom-content  .content{
    text-align: left;
  }
  .left-heding-explore{
    font-weight: 400;
  }
  .explore-story h2{
    text-align: left;
    margin-left: 100px;
  }
  .explorestories-section{
    background-color: #fff;
    padding: 30px 0px 80px;
  }
  .custom-prev,
.custom-next {
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
  padding: 0;
}

.custom-prev img,
.custom-next img {
  width: 40px;
  height: auto;
}

.custom-prev {
  right: 50px; /* adjust as needed */
}

.custom-next {
  left: 50px; /* adjust as needed */
}

.shop-slider {
  position: relative;
}
.cat-img{
	height:350px !important;
	object-fit:cover;
	object-position:top center;
}
.dropdown-menu {
  display: none;
  position: absolute;
  background: white;
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #ddd;
  min-width: 200px;
  z-index: 1000;
}
.dropdown-item {
  padding: 10px;
  display: block;
  color: #333;
  text-decoration: none;
}
.dropdown-item:hover {
  background-color: #f5f5f5;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:hover .dropdown-menu{
	display:block;
}

 .home-banner:after {
	 content:"";
    position: absolute;
	 top:0;
	 left:0;
	 width:100%;
    height: 100%;
   background:#000;
	 opacity:.2;
  }
.hero-content{
	position:relative;
	z-index:1;
}
.product-stock .in-stock {
    color: green;
    font-weight: bold;
}

.product-stock .out-of-stock {
    color: red;
    font-weight: bold;
}
.explorestory-card img:first-child{
	height:300px;
	object-fit:cover;
	object-position:top center;
}
.explorestory-card img:last-child{
	height:35px;
	width:35px;
}
.explorestory-card .bottom-content{
	min-height:125px;
}
.explorestory-card .bottom-content a{
	width:35%;
}
.buy-now-button {
	background-color: #b99f6b;
	color: #fff;
	padding: 10px 16px;
	border-radius: 4px;
	display: inline-block;
	margin-top: 10px;
	text-decoration: none;
	font-weight: bold;
	transition: background 0.3s;
}

.buy-now-button:hover {
	background-color: #a88d59;
}

.buy-now-button i {
	margin-right: 6px;
}
