@media screen and (max-height: 996px) {
    .hero, 
      .hero .hero-slide {
        height: 40rem;
      }
}
@media screen and (max-width: 1512px) {
  .hero, 
  .hero .hero-slide {
    height: 44rem;
  }
}
@media screen and (max-width: 1440px) {
  .detail-header .detail-info {
    grid-template-columns: repeat(4, 1fr);
  }
  .columns-2 {
    column-gap: 6rem;
  }
  .regata-gallery-grid {
    grid-auto-rows: 264px;
  }
}
@media screen and (max-width: 1200px) {
  .regatta-card .regatta-card-img {
    aspect-ratio: 5 / 4;
  }
  .regatta-card-small .regatta-card-title {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
  .about-content {
    padding-left: 3rem;
  }
  .detail-header .detail-info {
    grid-template-columns: repeat(3, 1fr);
  }
  .columns-2 {
    column-gap: 4rem;
  }
  .destinations-filter .regions,
  .destinations-filter .alphabet {
    flex-wrap: wrap;
    justify-content: start;
  }
  .destinations-filter .regions .region, 
  .destinations-filter .alphabet .letter {
    width: auto;
  }
  .region .region-content {
    padding-left: 3rem;
  }
  .region:nth-child(even) .region-content {
    padding-right: 3rem;
  }
  .blog-sidebar .blog-sidebar-ig-content {
    grid-template-columns: repeat(2, 1fr);
  }
  .regata-gallery-grid .regata-image:nth-child(5n+1) {
    grid-column: auto;
    grid-row: auto;
  }
  .regata-gallery-grid-reverse .regata-image:nth-child(5n+1) {
    grid-column: 1;
  }
  .regata-gallery-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
  }
  .destination-header .destination-header-title {
    padding-top: 8rem;
  }
  .hero, .hero .hero-slide {
    height: 48rem;
  }
  .search-form {
    bottom: -10rem;
  }
  .hero {
      margin-bottom: 12rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-collapse {
    display: flex;
    align-items: start;
    justify-content: center;
  }
  .navbar-collapse {
    position: fixed;
    right: -100%;
    background-color: var(--secondary-color);
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 100px 0;
    overflow: auto;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    flex-direction: column;
    z-index: 9;
  }
  .navbar-collapse.show {
    right: 0;
    height: auto;
  }
  .navbar .navbar-toggler,
  .navbar-brand {
    z-index: 10;
  }
  .navbar-toggler span {
    background-color: var(--secondary-color);
    position: relative;
    width: 24px;
    height: 2px;
    display: block;
    margin-bottom: 6px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
  }
  .navbar-toggler.open span {
    background-color: var(--white-color);
  }
  .header-absolute .navbar-toggler span {
    background-color: var(--white-color);
  }
  .header-fixed .navbar-toggler span {
    background-color: var(--secondary-color);
  }
  .header-fixed .navbar-toggler.open span {
    background-color: var(--white-color);
  }
  .navbar-toggler span:nth-child(2) {
    width: 28px;
  }
  .navbar-toggler.open span:first-child {
    top: 5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  .navbar-toggler.open span:nth-child(2) {
    display: none;
  }
  .navbar-toggler.open span:last-child {
    top: -3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
  .header .nav-item .nav-link {
    font-size: 1.125rem;
    color: var(--white-color);
  }
  .header.header-fixed .nav-item .nav-link {
    color: var(--white-color);
  }
  .header .nav-item .btn {
    padding: 1rem 1.5rem;
    font-size: 1rem;
  }
  .header .navbar-nav {
    max-width: 720px;
    width: 100%;
  }
  .header .nav-item {
    justify-content: center;
  }
  .header .nav-item .btn {
    margin-top: 0.25rem;
  }
  .header .nav-item .nav-link .badge {
    background: var(--white-color) !important;
    color: var(--secondary-color);
    margin-left: 0.5rem;
  }
  .header .navbar-brand.navbar-brand-open img {
    opacity: 1;
  }
  .hero, .hero .hero-slide {
    height: 36rem;
  }
  .search-form {
    bottom: -16rem;
    padding: 1.5rem 2rem;
  }
  .hero {
    margin-bottom: 20rem;
  }
  .about-content {
    padding-left: 2rem;
  }
  .search-result-card .card-img-top {
    max-height: 18rem;
  }
  .post-card .post-card-title a {
    font-size: 2.25rem;
    line-height: 2.75rem;
  }
  .breadcrumb-big {
    height: 40rem;
  }
  .regata-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .detail .check-list {
    columns: 3;
  }
}
@media screen and (max-width: 768px) {
  .footer #footer-country-margin {
    margin-top: 0;
  }
  .footer .footer-logo svg {
    max-width: 196px;
  }
  .hero .hero-title h1 {
    font-size: 2.375rem;
    line-height: 3rem;
  }
  .reviews .reviews-left {
    padding-right: 0;
  }
  .header .navbar-nav {
    max-width: 540px;
    padding: 0 1rem;
    gap: 0.75rem;
  }
  .about-content {
    padding-left: 0rem;
  }
  .search-form {
    padding: 1.25rem;
    bottom: -27rem;
  }
  .hero {
    margin-bottom: 28rem;
  }
  .detail-header .detail-gallery {
    grid-template-columns: 1fr;
  }
  .detail-header .detail-info {
    grid-template-columns: repeat(2, 1fr);
  }
  .detail-header .detail-info .detail-info-item {
    padding: 1rem;
  }
  .calendar-container .flatpickr-month {
    width: 100%;
    margin: 10px 0;
  }
  /* .detail-header .detail-header-breadcrumb {
    padding: 2rem 0 9.5rem;
  } */
  .detail-header .detail-header-breadcrumb {
    padding: 2rem 0;
  }
  .detail-header h1 {
    font-size: 1.875rem;
    line-height: 2.5rem;
    margin-bottom: 1.25rem;
  }
  .columns-2 {
    columns: 1;
  }
  .region .region-content {
    padding-left: 0.75rem;
  }
  .region:nth-child(even) .region-content {
    padding-right: 0.75rem;
  }
  .destination-letter-item .destination-letter-item-img {
    width: 80px;
    height: 80px;
  }
  .destination-letter-item .destination-letter-item-content {
    padding: 1rem 1rem 1rem 1.25rem;
  }
  .blog-sidebar .blog-sidebar-ig-content {
    grid-template-columns: repeat(3, 1fr);
  }
  .post-card .post-card-title a {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .breadcrumb-big {
    height: 34rem;
  }
  .detail .check-list {
    columns: 2;
  }
}
@media screen and (max-width: 576px) {
  .search-form {
    width: 94%;
    padding: 1rem 1.5rem;
  }
  .header {
    padding: 0.5rem 0;
  }
  .header .navbar-brand svg {
    max-width: 148px;
  }
  .hero .hero-title h1 {
    font-size: 2rem;
    line-height: 2.75rem;
  }
  .hero,
  .hero .hero-slide {
    height: 28rem;
  }
  .section-subtitle {
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-bottom: 1rem;
  }
  .section-title,
  .section-title h1,
  .section-title h2 {
    font-size: 1.75rem;
    line-height: 2rem;
  }
  .post-card .post-card-title a {
    font-size: 1.75rem;
    line-height: 2rem;
  }
  .boat-card .boat-card-location {
    padding: 0.5rem 1rem;
  }
  .destinations .destination-slide .destination-slide-content {
    padding: 1.5rem;
  }
  .hero .hero-subtitle {
    display: none;
  }
  .detail-header .detail-info .detail-info-item .detail-info-item-content p {
    font-size: 1.25rem;
  }
  .detail-header .detail-side-photo.detail-side-photo-more .detail-side-photo-more-content {
    padding: 1rem;
  }
  .location-card .location-card-categories h5 {
    font-size: 1rem;
    padding: 0.375rem 0.875rem;
  }
  .blockquote {
    font-size: 1.25rem;
    line-height: 1.75rem;
    padding-left: 1rem;
  }
  .breadcrumb-big {
    height: 24rem;
  }
  .breadcrumb-wrapper {
    padding: 8rem 0 1rem;
  }
  .boat-card .boat-card-location {
    font-size: 0.875rem;
    line-height: 1rem;
  }
  .destinations .destination-slide {
    height: 28rem;
  }
  .splide__arrow--next {
    right: -0.75rem;
  }
  .splide__arrow--prev {
    left: -0.75rem;
  }
}
@media screen and (max-width: 480px) {
  .detail .equipment-list {
    columns: 1;
  }
  .detail .check-list {
    columns: 1;
  }
}
@media screen and (max-width: 375px) {
  .blog-sidebar .blog-sidebar-ig-content {
    grid-template-columns: repeat(2, 1fr);
  }
}