@media screen and (max-width: 1280px) {
  #promotion .items-details {
    width: 15rem;
       border-radius: 5px;
    padding: 1rem;
    
}
  
}

@media screen and (max-width: 1150px) {
  #welcome .header,
  #welcome-slide .header {
    font-size: 3rem;
  }
}

@media screen and (max-width: 1000px) {
  #giftcard {
    max-height: 100%;
  }

  #giftcard .main-container {
    max-height: 100%;
    flex-flow: column;
    padding: 4rem 1.5rem 0;
    gap: 0;
    text-align: center;
  }

  #giftcard .images {
    width: min(26rem, 100%);
    padding: 0 2rem;
  }

  .tingle-modal__close {
    width: 1rem !important;
    height: 1rem !important;
  }

  #about .images img {
    width: 100%;
  }

  #giftcard .description {
    margin-top: 0.15rem !important;
    margin-bottom: 0.15rem !important;
  }

  #giftcard .subtitle {
    font-size: 1.5rem;
  }

  #giftcard .notes {
    font-size: 0.75rem;
  }

  #contact #googleMap {
    height: 30rem;
  }
}

@media screen and (max-width: 950px) {
  #welcome .header,
  #welcome-slide .header {
    font-size: 3rem;
  }

  #welcome .website-details,
  #welcome-slide .website-details {
    padding: 2rem;
  }

  #about .header {
    font-size: 2.25rem;
  }

  #subscribe .main-container {
    flex-direction: column;
    height: 100%;
    gap: 2rem;
    padding: 3rem 1rem;
  }

  #contact .form-message {
    gap: 24px;
  }

  .tingle-modal-box {
    width: 85% !important;
  }
}

@media screen and (max-width: 820px) {
  #welcome .welcome-logo,
  #welcome-slide .welcome-logo {
    display: none !important;
  }

  #welcome .main-container,
  #welcome-slide .main-container {
    display: block;
  }

  #welcome-slide .website-details {
    height: 100%;
  }

  #welcome-slide .border {
    height: 9px;
  }

  .btn-about {
    height: fit-content;
    width: fit-content;
  }

  #about .main-container {
    display: block;
  }

  #about .details {
    align-items: center;
    padding: 2rem;
  }

  #about .images {
    display: none !important;
  }

  #about .border {
    align-self: center;
  }

  #welcome .website-details,
  #welcome-slide .website-details {
    align-items: center;
  }

  .footer-nav {
    padding-top: 0;
    clip-path: none;
  }

  .blog-details .title {
    font-size: 2rem;
  }

  .blog-details .typo {
    font-size: 0.75rem;
  }

  .blog-details .blog-content {
    padding: 0.75rem 2rem;
  }
}

@media screen and (max-width: 700px) {
  #giftcard .images {
    width: min(30rem, 100%);
    padding: 0 2rem;
  }

  #giftcard .images img {
    width: 100%;
  }

  #giftcard .header {
    font-size: 2rem;
  }

  #about .main-container {
    padding: 0.5rem;
  }

  #welcome .header,
  #welcome-slide .header {
    font-size: 2.5rem;
  }

  #welcome .website-details,
  #welcome-slide .website-details {
    padding: 1rem;
  }

  #insiders,
  #insights {
    padding: 3rem 2rem !important;
  }

  .btn-blog-container {
    justify-content: center !important;
  }

  #contact .form-message {
    display: block;
  }

  #contact input,
  #contact select {
    margin-bottom: 20px;
    height: 45px;
  }

  .footer-nav .brand {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .footer-nav .brand img {
    width: 10rem;
  }

  .blog-details .headers {
    border-left: 1.5rem solid #cc1010;
    padding: 0.5rem 1rem;
    border-radius: 20px 20px 0 0;
  }

  .blog-details .featured-image,
  .blog-details .featured-image img {
    border-radius: 10px;
    aspect-ratio: 16 / 9;
  }

  .blog-details .blog-content {
    padding: 0.75rem 1rem;
  }

  .icons-container {
    flex-flow: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin-right: 0;
  }
}

@media (max-width: 540px) {
  .tingle-modal__close {
    width: 100% !important;
    height: 3.75rem !important;
    background-color: transparent !important;
  }
  .tingle-modal-box {
    width: 100% !important;
  }

  .tingle-modal__closeIcon {
    width: 1rem !important;
  }

  .tingle-modal__closeLabel {
    font-size: 1rem !important;
  }

  .tingle-modal-box__content {
    overflow-y: visible !important;
  }
}
