.magazines-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  grid-gap: 30px;
}

.video-col {
  padding: 0;
}

#home-body {
  padding-top: 0 !important;
}

.card-body {
  padding: 5px;
}

.card-title {
  font-size: 16px;
  line-height: normal;
  max-height: 42px;
  overflow: hidden;
  color: #000;
  margin: 0;
  padding: 5px 0;
}

.card-title a {
  color: #000;
}

.checkout {
  display: flex;
  justify-content: end;
}

.featured {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.featured .featured-item {
  max-width: 18rem;
}
.featured .featured-item img {
  max-width: 12rem;
  box-shadow: 0px 5px 5px 0px #adb5bd;
}

.top-news .card a {
  color: #000;
  text-decoration: none;
}

/* Common styles */

/* Search Bar Style */
#search .input-group-addon {
  padding: 0 !important;
  background-color: white;
  border: none;
  transition: all 0.5s ease-out;
  border: none;
  border-left: none;
}
#search .active .input-group-addon {
  border: 1px solid #d6d6d6;
  border-left: none;
  transition: all 0.5s ease-out;
}
#search .search-input {
  opacity: 0;
  transition: all 0.5s ease-out;
  border: none;
  border-right: none;
  font-family: "Ledger", serif;
}

@media all and (max-width: 400px) {
  #search .search-input {
    max-width: 125px;
    width: 100% !important;
  }
}

#search .active .search-input {
  opacity: 1;
  transition: all 0.5s ease-out;
  border: 1px solid #d6d6d6;
  border-right: none;
  border-radius: 0.25rem 0 0 0.25rem;
}
/* #search .search-input:focus {
  opacity: 1;
  border: 1px solid #d6d6d6 ;
  border-right: none;
} */
#search .search-input:focus-visible {
  box-shadow: 0 0 0 0;
  outline: 0;
}

.didnt-search {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 20px;
}
.didnt-search i,
.didnt-search h2 {
  margin-top: 10px !important;
  margin-bottom: 0px !important;
}
.didnt-search .fa {
  transform: scale(2.5, 2.5);
}

.show-result {
  margin-top: 10px;
  opacity: 0.8;
  font-family: "Ledger", serif;
}

#navbar .search-mobile {
  display: none;
}
@media all and (max-width: 992px) {
  #navbar .search-mobile {
    display: block;
  }
  #navbar .navbar-brand {
    flex-grow: 1;
    margin-right: 0;
    margin-left: 20px;
  }
  .navbar > .container {
    justify-content: flex-start;
    margin: 0 10px;
  }
}

.red-text {
  color: red !important;
}

.special-offers-button {
  color: #fff !important;
  margin-left: 100px !important;
}

.add-to-cart-button {
  color: #fff;
}

.payment .stripe-button-el {
  margin: 20px 0 0 40px;
}

.section-top-spacing {
  margin-top: 15px;
}

.section-subheading {
  font-size: 18px;
  line-height: 35px;
  padding: 0 50px;
  font-style: italic;
  text-align: justify;
  text-align: center;
  margin: 0 auto 50px;
}

.section-subheading-2 {
  font-size: 18px;
  line-height: 35px;
  padding: 0 50px;
  text-align: justify;
  text-align: center;
  margin: 0 auto 50px;
}

.top-news .card {
  border: none;
}

.horizontal-banner-holder {
  width: 100%;
  height: auto;
  background: rgba(226, 226, 226, 0.4);
  padding: 20px;
}

.horizontal-banner-holder .carousel-inner {
  width: 100%;
  height: 100px !important;
}

.horizontal-banner-holder .carousel-item {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-size: contain;
}

.horizontal-banner {
  margin: 0 auto;
}

.vertical-banner-holder .vertical-banner {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.text-uppercase {
  text-transform: uppercase;
}

.main-heading {
  display: inline-block;
  position: relative;
  font-size: 30px;
  width: 100%;
  font-weight: bold;
  margin: 60px 0;
  color: #000;
  text-align: center;
  border-bottom: 2px solid #000;
  line-height: 0;
  padding: 0;
  text-transform: uppercase;
  font-family: "Khand", sans-serif;
}

.main-heading span {
  background: #fff;
  padding: 0 20px;
}

.btncart {
  display: flex;
  flex-direction: column;
  /* gap: 20px; */
  width: 70%;
  margin: auto;

  button {
    margin-bottom: 20px;
  }
}

.cart-count {
  display: inline-block;
  width: 30px; /* Set width for the circle */
  height: 30px; /* Set height for the circle */
  border-radius: 50%; /* Make it round */
  background-color: #ff5733; /* Set a background color for the circle (adjust as needed) */
  color: white; /* Set text color to white for contrast */
  text-align: center; /* Center the text inside the circle */
  line-height: 30px; /* Vertically center the text inside the circle */
  font-size: 16px; /* Set font size for the number */
  font-weight: bold; /* Optional: make the number bold */
}

.home-heading {
  font-size: 36px;
  line-height: 80px;
  width: 100%;
  font-weight: bold;
  margin: 20px 0 30px !important;
  text-transform: uppercase;
  font-family: "Khand", sans-serif;
  text-align: center;
}

.home-heading i {
  font-size: 80px;
  margin-right: 15px;
  vertical-align: middle;
  color: #e6cc38;
}

.card {
  border: none !important;
}

.card a {
  color: #000;
  text-decoration: none;
}

.card-info {
  border-top: 3px solid #e7e7e7;
}

.page-heading {
  text-transform: uppercase;
  color: #a0a0a0;
  font-weight: bold;
  margin: 80px 5px 30px;
  padding: 0;
  font-size: 54px;
  line-height: 60px;
  letter-spacing: 3px;
  font-family: "Khand", sans-serif;
  text-align: center;
}

/* Navbar */

.navbar {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 0;
  background: #fff;
  font-family: "Khand", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  display: flex;
  justify-content: center;
}

.navbar.fixed-top {
  margin-top: 30px;
}

.navbar.fixed-top.no-user-row {
  margin-top: 0;
}

.navbar .active,
.nav-link:hover {
  color: #a60505 !important;
  text-decoration: none !important;
}

.top-banner {
  width: 100%;
  height: 300px;
  background: url("../assets/top-banner-old.jpg") no-repeat top center scroll;
  background-size: 100% 100%;
}

.navbar-brand {
  font-size: 22px;
  line-height: 56px;
  padding: 0;
  text-transform: none;
}

.nav-item {
  font-size: 18px;
  line-height: 56px;
}

.nav-link {
  padding: 0;
}
@media all and (max-width: 1280px) and (min-width: 992px) {
  .dt-1280 {
    display: none;
  }
}

/* Footer */

footer {
  margin-top: 50px;
  border-top: 2px solid #eee;
}

/* Social Icons */

.social-heading,
.social-icons-holder {
  height: 40px;
  width: 100%;
  margin: 0;
  padding: 0;
}

.social-icons {
  font-size: 14px;
  text-align: center;
  background: #fff;
  line-height: 56px;
  height: 56px;
  /*display: none;*/
  display: contents;
}

.social-icons li {
  vertical-align: top;
  display: inline;
  margin-right: 10px;
}

/* #fbIcon, #twIcon, #igIcon {
  display: none;
} */

#igIcon {
  margin-right: 25px;
}

.social-icons a {
  color: #000;
  text-decoration: none;
}

.social-icons i {
  display: inline;
  padding: 12px;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  transform: translateZ(1px);
  -webkit-transform: translateZ(
    1px
  ); /* Style added to fix unwanted border left by transition */
}

.social-icons i:hover {
  border-radius: 50%;
}

.social-icon i {
  color: #363636;
}

.social-icon i:hover {
  color: #fff;
}

.fa-facebook-f {
  padding: 12px 15px !important;
}

.fa-facebook-f:hover {
  background-color: #3d5b99;
}

.fa-twitter:hover {
  background-color: #00aced;
}

.fa-instagram:hover {
  background-color: #c13584;
}

.follow {
  font-size: 18px;
  line-height: 56px;
  padding: 0;
  color: rgba(0, 0, 0, 0.5);
}

/*
.social-icon-li {
  display: none !important;
}

#follow-btn {
  letter-spacing: 2px;
  cursor: pointer;
  font-weight: bold;
}

#follow-btn:hover + .social-icon-li {
  display: inline-block !important;
}
*/

/* Index */

.carousel-row {
  margin-right: 0;
  margin-left: 0;
}

.carousel-col {
  width: 100%;
}

.carousel-item {
  width: 100%;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.highlight-item {
  padding: 0 5px;
}

.highlight-item .card {
  border-radius: 0;
  border: none;
}

.highlight-item .card-title {
  font-size: 20px;
  line-height: 30px;
  max-height: 90px;
  margin: 20px 0 10px;
  padding: 0;
  overflow: hidden;
  text-align: left;
  color: #333;
  letter-spacing: -1px;
}

.highlight-item .card-title a:hover {
  color: #999 !important;
  transition: color 0.2s;
}

.highlight-item .card-text {
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 2px;
  font-weight: bold;
  overflow: hidden;
  text-align: left;
  text-transform: uppercase;
  color: #999 !important;
  padding: 0 5px;
  border-bottom: 2px solid #eee;
}

.highlight-item .card-text:hover {
  color: #a60505 !important;
  border-bottom: 2px solid #a60505;
  transition: color 0.2s;
}

.stories-title {
  /*border-bottom: 1px solid #6D6E70;*/
  text-transform: uppercase;
  color: #000;
  font-weight: normal;
  margin: 50px 5px 0;
  padding: 0;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 3px;
  font-family: "Khand", sans-serif;
  text-align: center;
}

.vertical-card {
  position: relative;
}

.verticalOverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0;
  cursor: pointer;
}

.verticalOverlayText {
  /* display: none; */
  width: 100%;
  padding: 0 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 3px;
}

.vertical-card:hover .verticalOverlay {
  opacity: 0.7;
}

.landscape-story .card-title:hover {
  color: #a60505 !important;
}

/* News / Events landing page */

.story-card-1 img,
.story-card-2 img,
.story-card-3 img {
  object-fit: cover;
}

.story-card-1 {
  width: 100%;
  height: 545px;
}

.story-card-1 img {
  height: 400px;
  width: 100%;
}

.story-card-1 .card-title {
  font-size: 32px;
  line-height: 40px;
  max-height: 80px;
  margin: 10px 0;
  padding: 0;
  overflow: hidden;
}

.story-card-1 .card-title:hover {
  color: #a60505;
}

.story-card-1 .card-text {
  font-size: 16px;
  line-height: 21px;
  max-height: 42px;
  overflow: hidden;
}

.story-card-2 {
  width: 100%;
  height: 165px;
}

.story-card-2 img {
  height: 155px;
  width: 100%;
}

.story-card-2 .card-title {
  font-size: 22px;
  line-height: 27px;
  max-height: 54px;
  margin: 5px 0;
  padding: 0;
  overflow: hidden;
}

.story-card-2 .card-title:hover {
  color: #a60505;
}

.story-card-2 .card-text {
  font-size: 16px;
  line-height: 21px;
  max-height: 84px;
  overflow: hidden;
}

.story-card-3 {
  width: 100%;
  height: 300px;
}
@media all and (max-width: 992px) {
  .story-card-3 {
    width: 100%;
    height: auto;
  }
}

.story-card-3 img {
  height: 290px;
  width: 100%;
}

@media all and (min-width: 992px) {
  .story-card-3 img {
    height: 350px;
    width: 100%;
    max-width: 510px;
  }
}

.story-card-3 .card-title {
  font-size: 24px;
  line-height: 35x;
  max-height: 70px;
  margin: 10px 0;
  padding: 0;
  overflow: hidden;
}

.story-card-3 .card-title:hover {
  color: #a60505;
}

.story-card-3 .card-text {
  font-size: 14px;
  line-height: 25px;
  overflow: hidden;
}

.event-cards-container img {
  object-fit: fill;
}

.event-cards-container .story-card-1 {
  width: 100%;
  height: 830px;
}

.event-cards-container .story-card-1 img {
  height: 600px;
}

.event-cards-container .story-card-1 .card-text {
  max-height: 126px;
}

.event-cards-container .story-card-2 {
  height: 260px;
}

.event-cards-container .story-card-2 img {
  height: 250px;
}

.event-cards-container .story-card-2 .card-text {
  line-height: 18px;
  max-height: 180px;
}

.event-cards-container .story-link:hover {
  text-decoration: underline !important;
}

.event-cards-container .card-title:hover {
  color: #000;
}

.news-cards-container .story-card-3 {
  width: 100%;
  height: 300px;
}

.news-cards-container .story-card-3 img {
  height: 290px;
  width: 100%;
}

.story-card-3 .card-title:hover {
  color: #000;
}

.news-cards-container .story-card-3 .card-title {
  margin-bottom: 10px !important;
}

.news-cards-container .story-card-3 .card-text {
  font-size: 16px;
  line-height: 25px;
  max-height: 175px;
  overflow: hidden !important;
}

/* Story page */

.story-page-container {
  width: 90% !important;
  margin: 0 auto;
}

.story-title {
  font-size: 40px;
  line-height: 50px;
  font-weight: bold;
}

.story-intro {
  font-size: 18px;
  line-height: 35px;
  padding: 0 50px;
  font-style: italic;
  text-align: justify;
}

.story-paragraph,
.lead {
  font-size: 21px;
  line-height: 33px;
  margin-bottom: 20px;
}

.story-image {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.story-image.short-450 {
  height: 450px;
}

.story-image.center30 {
  object-position: center 30%;
}

.story-subheading {
  margin: 28px 0;
  font-family: "Ledger", serif;
}

.story-subheading-detail {
  font-style: italic;
}

.story-link {
  color: #a60505 !important;
}

/* About page */

.about-image {
  object-fit: cover;
  width: 100%;
  height: 450px;
}

.about-paragraph {
  font-size: 21px;
  line-height: 33px;
  margin-bottom: 21px;
  text-align: justify;
}

/* Photography page */

.photography-story-card .card-title {
  font-size: 26px;
  line-height: normal;
  max-height: 80px;
  margin: 10px 0;
  padding: 0;
  overflow: hidden;
  font-family: "Nixie One", cursive;
  font-weight: bold;
}

.photography-story-card .card-title:hover {
  color: #a60505 !important;
}

/* Contact page */

.contact-text-column,
.contact-details-column {
  margin: 0;
}

.contact-subheading {
  font-size: 18px;
  color: #6d6e70;
  text-transform: uppercase;
  line-height: 20px;
  margin: 12px 0;
}

.contact-text {
  margin: 0 0 5px;
  font-size: 14px;
  line-height: 24px;
  color: #231f20;
}

/* Video page */

.video-opening-paragraph {
  font-size: 21px;
  line-height: 33px;
  margin-bottom: 30px;
  font-family: "Ledger", serif;
  font-weight: 300;
}

.video-section-heading {
  margin: 38px 0;
  font-family: "Ledger", serif;
  font-size: 24px;
  color: #000;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
}

.video-row-separator {
  width: 300px;
  height: 1px;
  border-bottom: 1px solid #000;
  margin: 80px auto;
}

.video-col {
  padding: 1px 3px !important;
  overflow: hidden;
}

.video-col iframe {
  height: 100%;
  object-fit: cover;
}

.edition-heading {
  font-family: "Khand", sans-serif;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1.2px;
  padding-bottom: 15px;
  border-bottom: 2px dashed;
}

/* Media query for large desktops */
@media (min-width: 1300px) {
  .page-content {
    width: 1200px !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .container {
    max-width: 1200px;
  }

  .carousel-item {
    width: 1200px;
    height: 480px;
    margin: 0 auto;
  }
}

/* Media query for small desktops */
@media (min-width: 992px) and (max-width: 1300px) {
  .page-content {
    width: 980px;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .container {
    max-width: 980px;
  }

  .carousel-item {
    width: 980px;
    height: 480px;
    margin: 0 auto;
  }
}
.img-card {
  max-height: 340px;
  height: 100%;
  width: 100%;
}
/* Media query for small and large desktops */
@media (min-width: 992px) {
  .header-row {
    height: 480px;
  }

  .header-row .row,
  .header-row [class^="col"] {
    padding: 0;
  }

  .highlight-row {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .card-img-top {
    width: 100%;
    height: 250px;
    border-radius: 0;
    object-fit: cover;
  }

  .card-img-top-2 {
    width: 100%;
    height: 500px;
    border-radius: 0;
  }

  .card-img-top-3 {
    width: 100%;
    height: auto;
    border-radius: 0;
  }

  .card-img-top-4 {
    width: 100%;
    height: auto;
    border-radius: 0;
    padding: 32px;
    object-fit: scale-down;
  }
  /*
  .portfolio-item.suscribe {
    margin: 0;
  }
*/
  .subscribeCard {
    margin: 0 auto;
  }

  .top-news {
    min-width: 980px;
    margin: 0 50px;
  }

  .navbar .active {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .horizontal-banner-holder {
    padding: 20px 0;
    height: 290px;
  }

  .horizontal-banner-holder .carousel-inner {
    width: 970px;
    height: 250px !important;
    margin: 0 auto;
  }

  .horizontal-banner-holder .carousel-item {
    height: 250px !important;
  }
}

#subscriptionModal .modal-body {
  font-weight: 300;
  font-size: 14px;
  line-height: 25px;
  font-family: "Ledger", serif;
}

.checkout-button {
  padding: 10px;
  transition: transform 0.3s ease;
  max-width: 44px; /* Set a max-width for responsiveness */
  /* display: flex;
  justify-content: flex-end;
  margin: auto; */
}

/* Hover effect for the checkout button */
.checkout-button:hover {
  transform: scale(1.05); /* Slight zoom effect when hovered */
}

/* // subscription work */

#shopContainer {
  width: 100%;
  display: flex;
  flex-direction: column;
  display: none;
}

.subscription-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
}

.subscription-heading {
  width: 100%;
  /* min-height: 70px; */
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  padding: 20px;
  line-height: 1;
  box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.14);
  margin-top: 30px;
}

.subscription-content {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  gap: 30px;
  padding: 20px;
  /* border: 2px solid; */
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
}

.subscription-center {
  height: inherit;
  width: 1px;
  background-color: rgb(167, 167, 167);
}

.subscription-left {
  width: 33%;
  /* flex: 1; */
  /* text-align: left; */

  height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.subscription-left h2,
.subscription-left h3 {
  margin: 0;
  text-align: center;
  font-size: 40px;
}

#order-info-section {
  h3 {
    font-size: 24px;
  }
}

/* .subscription-left h2 {
  text-align: center;
} */
.subscription-left p {
  text-align: center;
  margin-block: 15px;
}

.subscription-cart-button {
  background-color: #c0764d;
  color: white;
  border: none;
  padding: 12px 20px;
  font-size: 22px;
  cursor: pointer;
  text-transform: uppercase;
  /* margin-top: 10px; */
  border-radius: 5px;
  font-weight: 600;
  /* width: 200px; */
  letter-spacing: 1px;
}

.add-to-gift-button {
  background-color: #c0764d;
  color: white;
  border: none;
  padding: 12px 20px;
  font-size: 16px;
  cursor: pointer;
  text-transform: uppercase;
  margin-top: 15px;
  border-radius: 5px;
}

.subscription-cart-button:hover,
.add-to-gift-button:hover {
  background-color: #c0764d;
  color: white;
  opacity: 0.9;
}

.subscription-right {
  flex: 1;
  /* text-align: left; */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.subscription-right .image-2 {
  width: 40%;
  height: auto;
  border-radius: 5px;
}
.subscription-right .image-1 {
  width: 70%;
  height: auto;
  border-radius: 5px;
}

.subscription-details {
  list-style-type: none;
  padding: 0;
  margin-top: 10px;
}

.subscription-details li {
  display: flex;
  gap: 10px;
  /* margin: 5px 0;
  font-size: 19px;
  display: flex;
  align-items: center; */
  .icon {
    color: #c0764d;
  }
  p {
    margin: 0;
  }
}

/* .subscription-details li::before {
  content: "✔";
  color: green;
  margin-right: 8px;
  border: 1px solid black;
} */

@media all and (max-width: 992px) {
  .dn-mobile {
    display: none !important;
  }
}
@media all and (max-width: 992px) {
  .img-place {
    order: 1;
  }
  .text-place {
    order: 2;
  }
}

@media all and (max-width: 767px) {
  .subscription-content {
    flex-direction: column-reverse;
  }
  .subscription-left {
    width: 100%;
  }
}
@media all and (max-width: 600px) {
  .subscription-left {
    > h2,
    > h3 {
      font-size: 30px;
    }
  }
  .subscription-right .image-2,
  .subscription-right .image-1 {
    width: 100%;
  }
}

#forGiftContainer {
  margin-top: 30px;
  display: none;
}