* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

html {
    font-size: 62.5%;
    overflow-x: hidden;
} 

body {
    font-family: "Dekko", serif;
    line-height: 1;
    overflow: hidden;
    background-color: #23252d;
}

/*------------ GLOBAL VARIABLES */

.yellow-background {
    background-color: #ffc729 !important;
}

.grey-background {
    background-color: #2f343d;
}

.black-text {
    color: #23252d !important;
}

.orange-text {
    color: #ffc729 !important;
}

.no-outline {
    outline: 0px !important;
}

.link {
    text-decoration: none;
    color: #ffc729;
    transition: all 0.3s;
    display: inline-block;
}

.link:hover {
    color: #b0891c;
}

/* //////////VERTICAL-NAV */

/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 999999; /* Stay on top */
    top: 0; /* Stay at the top */
    right: 0;
    background-color: #2f343d; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; 
    border-left: 3px solid #ffc729;
  }
  
  /* The navigation menu links */
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #fff;
    display: block;
    transition: 0.3s;
  }
  
  /* When you mouse over the navigation links, change their color */
  .sidenav a:hover {
    color: #fff;
  }
  
  /* Position and style the close button (top right corner) */
  .sidenav .closebtn {
    position: absolute;
    top: 0.6rem;
    right: 2rem;
    font-size: 36px;
    margin-left: 50px;
  }

  .sub-link {
    margin-left: 1rem;
  }
  
  /* Style page content - use this if you want to push the page content to the right when you open the side navigation */
  #main {
    transition: margin-left .5s;
    padding: 20px;
  }
  
  /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }

  .open-nav {
      z-index: 999;
      font-size: 5rem;
      color: #333;
      display: none;
      padding-right: 0.6;
      margin-left: auto;
      align-self: flex-end;
      justify-self: flex-end;
  }

  .closebtn,
  .open-nav {
    width: 4rem;
  }

/*------- Navbar styling */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #23252d;
    color: white;
    z-index: 1000;
    box-shadow: 0 2px 5px #ffc729;
    height: 5rem;
  }
  
  .navbar-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 0 20px;
    height: 3.6rem;
  }
  
  /* Logo */
  .logo {
    font-size: 1.5rem;
    font-weight: bold;
    color: #ffc729;
    text-decoration: none;
  }

  .nav-logo {
    width: 16rem;
    margin-bottom: -2rem;
    transform: rotate(2.5deg);
  }
  
  /* Menu styling */
  .nav-menu {
    list-style: none;
    display: flex;
    gap: 2.4rem;
    margin: 0;
    padding: 0;
    justify-self: center;
  }
  
  .nav-menu li {
    display: inline-block;
    margin-left: auto;
    padding-top: 2rem;
  }
  
  .nav-link {
    text-decoration: none;
    color: white;
    font-size: 2.4rem;
    transition: color 0.3s ease;
  }
  
  .nav-link:hover {
    color: #ffc729;
  }
  

 
/*------------ HERO */
.batumiHero {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.002)), 
    url('/imgs/batumiLandscape.jpg') !important;
}
.batumiSummer {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.557), rgba(0, 0, 0, 0.002)), 
    url('/imgs/batumiSummer.jpg') !important;
}
.bakurianiHero {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.002)), 
    url('/imgs/bakuriani.webp') !important;
}
.bakurianiSummer {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.621), rgba(0, 0, 0, 0.002)), 
    url('/imgs/bakurianiSummer.jpg') !important;
}
.borjomiSummer {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.621), rgba(0, 0, 0, 0.002)), 
    url('/imgs/borjomiSummer.jpg') !important;
}
.telaviSummer {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.621), rgba(0, 0, 0, 0.002)), 
    url('/imgs/telaviSummer.jpg') !important;
}
.oniSummer {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.621), rgba(0, 0, 0, 0.002)), 
    url('/imgs/oniSummer.jpg') !important;
}
.rachaSummer {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.621), rgba(0, 0, 0, 0.002)), 
    url('/imgs/rachaSummer.jpg') !important;
}
.sighnaghiSummer {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.621), rgba(0, 0, 0, 0.002)), 
    url('/imgs/sighnaghiSummer.jpg') !important;
}
.vardziaSummer {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.621), rgba(0, 0, 0, 0.002)), 
    url('/imgs/vardziaSummer.jpg') !important;
}

.zugdidiSummer {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.621), rgba(0, 0, 0, 0.002)), 
    url('/imgs/zugdidiSummer.jpg') !important;
}
.goriSummer {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.621), rgba(0, 0, 0, 0.002)), 
    url('/imgs/goriSummer.jpg') !important;
}
.mestiaSummer {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.621), rgba(0, 0, 0, 0.002)), 
    url('/imgs/mestiaSummer.jpg') !important;
}
.kazbegiSummer {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.621), rgba(0, 0, 0, 0.002)), 
    url('/imgs/kazbegiSummer.jpg') !important;
}
.akhaltsikheSummer {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.621), rgba(0, 0, 0, 0.002)), 
    url('/imgs/akhaltsikheSummer.jpg') !important;
}
.kutaisiHero {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.002)), 
    url('/imgs/kutaisiLandscape.jpg') !important;
}
.kutaisiSummer {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.002)), 
    url('/imgs/kutaisiLandscape.jpg') !important;
}
.hero {
    padding: 0.6rem;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.002)), 
    url('/imgs/heroImg.jpg'); 
    background-position: center;
    background-size: cover;
    height: 80vh;
    margin-top: 1rem;
}

.hero-box {
    margin: 0 auto;
    max-width: 120rem;
    display: flex;
    height: 100%;
    align-items: center;
}

.hero-container {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    justify-content: flex-start;
    margin-left: 4.8rem;
}

.hero-sub-header {
    font-size: 3.6rem;
    color: #fff;
}

.hero-header {
    font-size: 6rem;
    color: #fff;
}

.hero-caption {
    font-size: 2.4rem;
    color: #fff;
    width: 30rem;
}

.hero-button {
    background-color: #ffc729;
    font-size: 2.4rem;
    color: #333;
    padding: 0.6rem 1.2rem;
    border-radius: 20px;
    margin-right: auto;
    text-decoration: none;
}

/*------------ ABOUT */

.about {
    padding: 4.8rem 0.6rem 2.4rem;
}

.about-box {
    margin: 0 auto;
    max-width: 140rem;
}

.about-container {
    display: flex;
    gap: 4.8rem;
}

.about-img {
    width: 75rem;
}

.about-text-box {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    justify-content: center;

}

.about-header {
    font-size: 3.6rem;
    color: #fff;
}

.about-text {
    font-size: 2.4rem;
    color: #fff;
    line-height: 1.4;
}

.about-button {
    border: 2px solid #ffc729;
    font-size: 2.4rem;
    color: #fff;
    padding: 0.6rem 1.2rem;
    border-radius: 20px;
    margin-left: auto;
    text-decoration: none;
}

/*------------ CARDS */

.cards {
    padding:2.4rem 0.6rem 4.8rem;
}

.cards-box {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    align-items: center;
    justify-content: center;
    max-width: 120rem;
    margin: 0 auto;
}

.cards-header {
    font-size: 4.8rem;
    text-align: center;
    color: #fff;
}

.cards-container {
    display: flex;
    gap: 3.6rem;
    justify-content: center;
    align-items: stretch;
}

.cards-item {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    align-items: center;
    justify-content: center;
    padding: 2.4rem 1.2rem;
    /* border: 2px solid #ffc729; */
    outline: 2px solid #ffc729;
    outline-style: dashed;
    border-radius: 20px;
    width: 40rem;
}

.cards-icon {
    width: 10rem;
}

.cards-item-header {
    font-size: 3.6rem;
    color: #fff;
    text-align: center;
}

.cards-text {
    margin-bottom: auto;
    font-size: 2.4rem;
    color: #fff;
    line-height: 1.3;
    text-align: center;
}

/*------------ BANNER */

.banner {
    padding: 0.6rem;
    margin-bottom: 4.8rem;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.619), rgba(0, 0, 0, 0.628)), 
    url('/imgs/mercedesBanner.jpg'); 
    background-position: center;
    background-size: cover;
    height: 45rem;
}

.banner-box {
    max-width: 100rem;
    margin: 0 auto;
    height: 100%;
}

.banner-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 4.8rem 0.6rem;
    margin: 0 auto;
}

.banner-text-box {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    justify-content: center;
    align-items: center;
}

.banner-header {
    text-align: center;
    font-size: 3.6rem;
    color: #fff;
}

.banner-text,
.banner-number {
    max-width: 55rem;
    font-size: 2.4rem;
    text-align: center;
    color: #fff;
    line-height: 1.3;
}

.banner-button-box {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    justify-content: center;
    align-items: center;
}

.banner-button {
    background-color: #ffc729;
    font-size: 2.4rem;
    color: #333;
    padding: 0.6rem 1.2rem;
    border-radius: 20px;
    margin: 0 auto;
    text-decoration: none;
}

/*------------ QUAD-ROW */

.quad-row {
    padding: 2.4rem 0.6rem 4.8rem;
    background-color: #2f343d;
}

.quad-row-box {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    align-items: center;
    justify-content: center;
    max-width: 120rem;
    margin: 0 auto;
}

.quad-row-header {
    font-size: 4.8rem;
    text-align: center;
    color: #fff;
}

.quad-row-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 3.6rem;
    justify-content: center;
    align-items: center;
}

.quad-row-item {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    align-items: center;
    justify-content: center;
    padding: 2.4rem 1.2rem;
}

.quad-row-icon {
    width: 20rem;
    margin-left: -2rem;
}

.quad-row-item-header {
    font-size: 2.4rem;
    color: #fff;
    text-align: center;
}

.quad-row-text {
    font-size: 1.8rem;
    color: #fff;
    line-height: 1.3;
    text-align: center;
}

/* -------CTA SECTION */

.cta {
    padding: 4.8rem 0.6rem 2.4rem;
    background-color: #2f343d;
}

.cta .cta-box {
    max-width: 120rem;
    margin: 0 auto;
    letter-spacing: 0.5px;
    padding: 1.2rem;
}

.cta-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 3rem;
}

.cta-form {
    align-self: center;
}

.cta-text {
    align-self: center;
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    justify-items: center;
    align-items: center;
    color: #fff;
}

.cta-title {
    font-size: 4.8rem;
    font-weight: 200;
    color: #fff;
    text-align: center;
}

.cta-text-box {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    font-size: 2.4rem;
    text-align: center;
    padding: 1.2rem;
}

.email-text,
.number-text {
    color: #ffc729;
    text-decoration: none;
    font-size: 2rem !important;
}

.cta-socials {
    align-self: center;
    justify-self: center;
    display: flex;
    gap: 6.2rem;
    padding: 3rem;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.input-box {
    border: none;
    border-bottom: 3px solid #edf2ec;
    resize: none;
    padding: 1.2rem;
    background-color: #2f343d;
    color: #ffc729;
}

.input-box::placeholder {
    font-family: 'Quicksand', sans-serif;
    color: #fff;
}

.message-input {
    height: 12rem;
}

.message-input::placeholder {
    font-family: 'Quicksand', sans-serif;
    color: #fff;
}

.submit-btn {
    width: auto;
    align-self: flex-end;
    padding: 0.6rem 1.2rem;
    border: none;
    background-color: #ffc729;
    color: #23252d;
    border-radius: 20px;
    font-size: 2.4rem;
    cursor: pointer;
    /* border: 1px solid #0d3b66; */
}

/* ----------FAQ */

.faq {

    padding: 2.4rem 0.6rem;
}

.faq-box {
    margin: 0 auto;
    max-width: 120rem;
}

.faq-container {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
}

.faq-text-box {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    align-items: center;
    justify-content: center;
    margin: auto;
    padding-bottom: 1.2rem;
}

.faq-header {
    color: #fff;
    font-size: 4.8rem;
    text-align: center;
}

.faq-text {
    font-size: 2.4rem;
    color: #fff;
    text-align: center;
}

.faq-link {
    background-color: #edf2ec;
    color: #333;
    text-decoration: none;
    font-size: 2.4rem;
    text-align: center;
    padding: 0.6rem 2.4rem;
    border-radius: 6px;
    transition: all 0.3s;
}

.faq-link:hover {
    background-color: #ffc729;
    color: #fff;
}

.faq-link:hover > .faq-arrow {
    filter: brightness(0%);
}

.faq-arrow {
    width: 2rem;
    margin-bottom: -0.3rem;
    margin-left: 1rem;
}

.faq-item {
    display: flex;
    flex-direction: column;
}

.accordion-arrow {
    margin-left: auto;
    width: 3rem;
}

.accordion {
    font-family: "Dekko", serif;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2f343d;
    color: #fff;
    cursor: pointer;
    padding: 1.2rem 2.4rem;    
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 3.6rem;
    border-top-right-radius: 13px;
    border-top-left-radius: 13px;
    border-bottom-right-radius: 13px;
    border-bottom-left-radius: 13px;
    transition: 0.4s;
}

.active, .accordion:hover {
    background-color: #ffc729; 
    color: #333;
}

.accordion:hover > .accordion-arrow {
    filter: brightness(0); 
}

.active > .accordion-arrow {
    filter: brightness(0); 
}




.panel {
    padding: 1.2rem;
    background-color: #2f343d;
    overflow: hidden;
    font-size: 2.4rem;
    color: #fff;
    border-bottom-right-radius: 13px;
    border-bottom-left-radius: 13px;
    display: none;
}


  /* ---------FOOTER SECTION */

  .footer {
    padding: 4.8rem;
    background-color: #23252d;
    color: #fff;

    display: grid;
    grid-template-columns: 1fr;
}

.footer-box {
    max-width: 150rem;
    margin: 0 auto;
}

.footer-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 3rem;
}

.footer-item {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    align-items: center;
}

.footer-logo-copy {
    align-items: center;
    text-align: center;
}

.footer-logo {
    width: 20rem;
}

.copyright {
    font-size: 1.8rem;
    line-height: 1.4;
    color: #fff;
}

.footer-socials-box {
    display: flex;
    gap: 2.4rem;
}

.footer-social {
    width: 4.8rem;
    transition: all 0.3s;
    cursor: pointer;
}

.footer-social:hover {
    transform: scale(1.05);
}

.footer-header {
    font-size: 2.8rem;
    padding-bottom: 1.8rem;
    color: #fff;
}

.footer-details {
    font-size: 1.8rem;
}

.footer-link {
    font-size: 2.2rem;
    text-decoration: none;
    color: #fff;
    position: relative;
}

.created-by {
    justify-self: center;
    margin-top: 5rem;
    font-size: 1.8rem;
    color:#fff;
    text-align: center;
}

.pauledward {
    text-decoration: none;
    color: #fff;
}

.footer-placeholder {
    font-size: 4.8rem;
}

.glow-line {
    width: 90%; /* Set the desired width of the line */
    height: 0.2rem; /* Set the height of the line */
    background-color: #fff; /* The color of the line */
    position: relative;
    margin: 50px auto; /* Centers the line horizontally */
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.7); /* The glowing effect */
}

.glow-line::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    background: inherit;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.7);
    transform: translateX(-50%);
    animation: glow 0.6s infinite alternate;
}

@keyframes glow {
    from {
        box-shadow: 0 0 15px rgba(255, 255, 255, 0.7);
    }
    to {
        box-shadow: 0 0 30px rgba(255, 255, 255, 1);
    }
}

  /* ---------WHATSAPP WIDGET */

.corner-button-box {
    position: fixed;
    bottom: 2%;
    right: 2%;
    z-index: 99999;
}

.corner-button {
    width: 6rem;
    border-radius: 50%;
    box-shadow: 3px 5px 5px 3px #0a0a0a6c;
    transition: all 0.3s;
    cursor: pointer;
}

.corner-button:hover {
    transform: scale(1.05);
}

.corner-menu {
    position: fixed;
    display: flex;
    flex-direction: column;
    bottom: 2%;
    right: 2%;
    z-index: 99;
    width: 25rem;
    height: 0;
    background-color: #095e54;
    transition: 0.5s;
    opacity: 0;
    box-shadow: 3px 5px 5px 3px #0a0a0a42;
    overflow: hidden;
}

.cm-top {
    display: flex;
    padding: 1.2rem;
    gap: 1rem;
    align-items: center;
    justify-content: flex-start;
}

.cm-top-img-box {
    position: relative;
}

.cm-top-img-box:before {
    content: '';
    /* display: inline-block; */
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    width: 1.6rem;
    height: 1.6rem;
    background-color: #4ad504;
    z-index: 999999999;
    border: 2px solid #095e54;
}

.cm-top-text-box {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.cm-top-img {
    width: 6rem;
}

.cm-top-text {
    color: #FFF;
    font-size: 1.4rem;
}

.cm-exit-btn {
    font-size: 1.8rem;
    color: #fff;
    align-self: flex-start;
    margin-left: auto;
    margin-top: -1rem;
    cursor: pointer;
}

.cm-middle {
    background-image: url('/imgs/whatsapp-background.png');
    background-size:cover;
    height: 100%;
    padding: 2rem 2rem 1rem 2rem;
    display: flex;
    flex-direction: column;
}

.cm-chat-bubble {
    position: relative;
    align-self: flex-start;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    width:fit-content;
    padding: 1.2rem;
    border-radius: 6px;
    box-shadow: 2px 3px 3px 2px #0a0a0a13;
}

.cm-chat-bubble::before {
    content: '';
    position: absolute;
    top: 0;
    left: -1rem;
    border-top: 1.6rem solid #fff;
    border-left: 1.6rem solid #ffffff00;
    /* background: linear-gradient(45deg, rgba(255,0,0,0) 0%, rgba(255,0,0,0) 50%, #fff 50%, #fff 100%); */
    width: 1.6rem;
    height: 1.6rem;
    z-index: 999999999;
}

.cm-chat-line {
    font-size: 1.6rem;
    color: #111;
}

.cm-time {
    font-size: 1.4rem;
    color: #999;
    margin-bottom: -1rem;
    margin-right: -0.6rem;
    align-self: flex-end;
}

.cm-link {
    text-decoration: none;
    margin-top: auto;
}

.cm-bottom-box {
    background-color: #20ab4b;
    border-radius: 2.4rem;
    display: flex;
    gap: 1rem;
    padding: 0.6rem;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.cm-bottom-img {
    width: 1.8rem;
}

.cm-bottom-text {
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
}

/* -------AIRPORT */

.airport {
    padding: 4.8rem 0.6rem;
}

.airport-box {
    margin: 0 auto;
    max-width: 120rem;
}

.airport-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4.8rem;
}

.airport-img {
    max-width: 45rem;
}

.airport-text-box {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.airport-header {
    font-size: 3.6rem;
    color: #fff;
    text-align: center;
}

.airport-img-box {
    position: relative;
}

.airport-text {
    font-size: 2.4rem;
    color: #fff;
    text-align: center;
}

/* -------STRIP  */

.strip {
    padding: 4.8rem 0.6rem;
    background-color: #2f343d;
    border-top: 6px solid #23252d;
}

.strip-box {
    max-width: 120rem;
    margin: 0 auto;
}

.strip-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 2.4rem;
    row-gap: 3.6rem;
}

.strip-item {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.strip-header {
    font-size: 2.4rem;
    color: #e7f8ff;
    text-align: center;
}

.strip-text {
    font-size: 2rem;
    color: #e7f8ff;
}

.strip-link {
    text-decoration: none;
    color: #333;
    padding: 0.6rem 1.2rem;
    border-radius: 20px;
    font-size: 2rem;
    background-color: #ffc729;
    margin-left: auto;
}

.tour {
    background-color: #2f343d;
    padding: 4.8rem 1.2rem;
}

.tourBox {
    margin: 0 auto;
    max-width: 80rem;
}

.tourContainer {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
}

.tourHeader {
    font-size: 3.6rem;
    color: #fff;
}

.tourText {
    font-size: 2rem;
    color: #fff;
}

.blog{
  padding: 9.6rem 0.6rem 4.8rem 0.6rem;
}

.blogBox {
  margin: 0 auto;
  max-width: 140rem;
}

.blogContainer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2.4rem;
}

.blogItem {
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  transition: box-shadow 0.3s;
  text-decoration: none;
  background-color: #2f343d;
}

.blogItem:hover {
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.6);
}


.blogImgBox {
  overflow: hidden;
}

.blogImg {
  width: 100%;
}

.blogHeader {
  font-size: 3.6rem;
  color: #fff;
  text-align: center;
  padding: 1.2rem;
  text-decoration: none;
}

.region-links {
  padding: 9.6rem 0.6rem 4.8rem 0.6rem;
  margin: 0 auto;
  color: white;
  max-width: 120rem;
}

.region-links h2 {
  font-size: 3.6rem;
  margin-bottom: 1.5rem;
  text-align: center;
}

.link-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem;
}

.tour-link {
  display: flex;
    align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  padding: 1rem 1.2rem;
  background-color: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  text-decoration: none;
  text-align: center;
  color: white;
  font-weight: 500;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
  transition: box-shadow 0.3s ease, background-color 0.3s ease;
}

.tour-link:hover {
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.4);
  background-color: #222;
}
