html,
body,
a,
button,
* {
    font-family: 'Montserrat';
}

body {
    background: #f3f5f9;
    color: #333;
    font-size: 18px;
}

/* Reset some default styles */
body,
h1,
h3,
ul {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat';
}


ul {
    list-style: none;
}

li p {
    margin-top: 5px;
    margin-bottom: 5px;
}

hr {
    height: 1px;
    background-color: #ccc;
    border: none;
    margin-bottom: 70px;
}



.navbar {
    background: white;
    position: fixed;
    color: #333;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: rgb(8 109 187 / 56%);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    background: white;


}

.navbar-container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 0 100px;
    font-weight: 500;
}

.navbar-container a {
    text-decoration: none;
    color: #333;
    transition: .5s;
}

.navbar-container a:hover {
    color: #647847;
}

.navbar-container-mobile {
    display: none;
}

.nav-mobile {
    display: none;
    padding: 20px;
    border-top: 1px solid grey;
}

.nav-mobile a {
    text-decoration: none;
    font-weight: 500;
    color: #333;
}

.nav-mobile li {
    margin-bottom: 20px;
}

.navbar .logo {
    width: 100px;
    padding-top: 5px;
}

#backToTopBtn {
    /* display: none; */
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 100px;
    height: 40px;
    background-color: #333;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
}

#backToTopBtn.show {
    display: block;
}




.hero {
    padding-top: 30px;
    width: 100%;
    height: 500px;
    background-image: url('./assets/hero4.jpeg');
    background-size: cover;
    background-position: top;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    background-attachment: fixed;
}


.hero h1 {
    font-size: 90px;
    text-align: center;
    font-weight: 400;
}

.hero h3 {
    font-size: 1.25rem;
    text-align: center;
    margin-top: 10px;
    font-weight: 400;
}


.content {
    max-width: 1100px;
    margin: 0 auto;
}


.tour-section {
    width: 100%;
    height: auto;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    margin-top: 60px;
    margin-bottom: 60px;
}

.row {
    width: 100%;
}

.col-small {
    width: 35%;
}

.col-lg {
    width: 65%;
}

.top-card-row, .bottom-card-row {
    display: flex;
}



.tour-image {
    background-image: url('./assets/kakheti2.webp');
    background-size: cover;
    background-position: center;
}

.tour-image-racha {
    background-image: url('./assets/racha.jpeg');
    background-size: cover;
    background-position: center;
}

.tour-image-kazbegi {
    background-image: url('./assets/kazbegi.jpeg');
    background-size: cover;
    background-position: center;
}

.tour-image-tsalka {
    background-image: url('./tsalka-assets/dabashi.jpeg');
    background-size: cover;
    background-position: center;
}


.tour-image-gori {
    background-image: url('./assets/Akhalcikhe.jpeg');
    background-size: cover;
    background-position: center;
}

.tour-name {
    background: #D5DEC8;
    display: flex;
    justify-content: center;
    align-items: center;

}

.tour-name p {
    font-size: 40px;
    font-weight: 600;
    color: #647847;
    border-bottom: 2px solid #efca08;
}

.tour-text {
    padding: 30px;
    text-align: center;

}

.tour-list li {
    margin-top: 0px;
}

.tour-list li {
    display: flex;
    align-items: center;
    text-align: left;
    gap: 20px;
    line-height: 1.25;
    letter-spacing: 0.5px;
    font-weight: 500;
    margin-bottom: 5px;
}

.tour-days {
    padding: 0 30px;
    padding-bottom: 20px;
    text-align: center;
}

.tour-days-header {
    color: #e3950f;
    font-size: 26px;
}

.details-btn {
    background: #e3950f;
    padding: 10px 20px;
    border-radius: 25px;
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    border: 2px solid white;
    font-weight: 500;
    letter-spacing: 2px;
    margin-top: 20px;
    cursor: pointer;
    width: 250px;
    margin: 0 auto;
    transition: .25s;
}

.details-btn:hover {
    background: white;
    color: #e3950f;
    border: 2px solid #e3950f;
}


.about-cta {
    background: #d5dfc8a3;
    padding: 10px 20px;
    border-radius: 25px;
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    border: none;
    font-weight: 500;
    letter-spacing: 2px;
    margin-top: 20px;
    cursor: pointer;
    width: 250px;
    margin: 0 auto;
    transition: .5s;
    margin-top: 40px;
}

.about-cta:hover {
    background: #647847;
}

.read-more-container {
    margin: 0 auto;
    border: 1px solid #FEB12A;
    width: 250px;
    border-radius: 25px;
    margin-bottom: 30px;
}





footer {
    background-color: #e7edf3;
    margin-top: 150px;
    padding: 40px 0;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    width: 1100px;
    margin: 0px 100px;
    font-size: 16px;
    text-align: left !important;
}

.footer-item {
    width: 25%;
}

.footer-container a {
    margin: 10px 0;
    text-decoration: none;
    color: #333;
    font-size: 16px;
}

.footer-container a:hover {
    color: #000;
}

.footer-logo {
    width: 200px;
}

.footer-links {
    display: flex;
    flex-direction: column;
}

.footer-links ul {
    list-style-type: none;
    gap: 30px;
    text-align: left;
}

.footer-title {
    font-weight: 500;
    text-align: left;
    margin-bottom: 5px;
}








/* Trip Details Pages */

.hero-kakheti {
    background-image: url('./assets/signagi.jpeg');
    height: 400px;
    background-attachment: scroll !important;
    /* background-position: 0px 150px */
}

.hero-kazbegi {
    background-image: url('./assets/kazbegi.jpeg');
    height: 400px;
}

.hero-tsalka {
    background-image: url('./tsalka-assets/dabashi.jpeg');
    height: 400px;
}

.hero-gori {
    background-image: url('./assets/Akhalcikhe.jpeg');
    height: 400px;
}

.hero-contact {
    background-image: url('./assets/kazbegi.jpeg');
    padding-top: 150px;
    padding-bottom: 200px;
}

.about-contact {
    background-image: url('./assets/kazbegi.jpeg');
    padding-top: 250px;
    padding-bottom: 200px;
}

.hero-kakheti h1, .hero-kazbegi h1, .hero-tsalka h1, .hero-gori h1  {
    font-weight: 900;
    color: #647847;
    text-shadow: -1px -1px 1px white,  
    1px -1px 1px white,
   -1px  1px 1px white,
    1px  1px 1px white;
}

.hero-contact h1 {
    font-weight: 900;
    color: #647847;
    font-size: 60px;
    text-shadow: -1px -1px 1px white,  
    1px -1px 1px white,
   -1px  1px 1px white,
    1px  1px 1px white;
    padding-top: 30px;
}


.content-details-contact {
    max-width: 950px;
    margin: 0 auto;
    background: white;
    background: rgba(255, 255, 255, .95);
    padding: 50px 80px 60px 80px;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    color: #333;
}

.content-details-contact ul li {
    display: flex;
    margin-bottom: 10px;
    
}

.contact-blurb {
    font-weight: 900;
    color: #647847;
    font-size: 40px;
    text-shadow: -1px -1px 1px white,  
    1px -1px 1px white,
   -1px  1px 1px white,
    1px  1px 1px white;
    text-align: center;
    margin-top: 0;
}

.small-icon {
    width: 20px;
    margin-right: 5px;
}

.thank-you {
    margin-top: 80px;
    font-weight: 700;
    color: #647847;
    font-size: 20px; 
    text-align: center;
}

.about-small {
    font-weight: 700;
    color: #647847;
    font-size: 20px; 
    text-align: center;
}

.checkmark {
    width: 20px;
    margin-right: 10px;
}


.hero h3 {
    font-size: 1.25rem;
    text-align: center;
    margin-top: 10px;
    font-weight: 400;
}

.introduction-text {
    max-width: 900px;
    background: transparent;
    margin: 0 auto;
    padding: 30px 20px;
    text-align: center;
}

.introduction-text p {
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 20px;
    /* text-align: justify; */
}

.content-details {
    max-width: 1100px;
    margin: 0px 100px;
    margin: 0 auto;
    background: white;
    padding: 20px 30px;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    padding-bottom: 50px;
}



.content-details .header {
    color: #e3950f;
    font-size: 36px;
    text-align: center;
    font-weight: 900;
}

.contact-header {
    color: #e3950f;
    font-size: 36px;
    text-align: center;
    font-weight: 500;
}

.content-text-container {
    display: flex; 
    justify-content: center;
}

.detail-col {
    width: 50%;
    padding-left: 60px;
}

.detail-col li {
    display: flex;
    
}

.detail-col img {
    margin-right: 12px;
}

.detail-col .icon {
    width: 20px;
}

.subdetails {
    list-style: circle;
    text-align: left;
    padding-left: 35px;
    font-size: 16px;
}

.subdetails li {
    margin-top: 5px;
}

.subdetails {
    margin-bottom: 20px;
}

.subdetails li::before {
    content: "● ";
    color: #647847;
    padding-right: 5px;
}

.destination-header {
    font-weight: 500;
}

.day-header {
    font-weight: 500;
    text-decoration: underline;
}

.hide-desktop {
    display: none;
}


.time-allowing {
    font-size: 12px;
    color: rgb(143, 143, 143);
}

.book-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}

.book-btn {
    background: rgb(100, 120, 71);
    padding: 15px 10px;
    border-radius: 55px;
    color: white;
    text-transform: uppercase;
    font-size: 18px;
    border: none;
    font-weight: 700;
    letter-spacing: 2px;
    margin-top: 20px;
    cursor: pointer;
    width: 200px;
    margin: 0 auto;
    transition: .25s;
    margin-top: 40px;
}

.gallery-container {
    max-width: 1200px; 
    margin: 0 auto; 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    margin-bottom: 30px
}

.carousel img {
    margin: 0 !important;
}

.carousel-container {
    width: 100%;
    /* height: 400px;  */
    /* Set an appropriate height for your gallery */
    overflow: hidden;
  }
  
  .carousel {
    display: flex;
    transition: transform 0.5s ease; /* Enable smooth scrolling effect */
  }
  
  .carousel img {
    width: 200px; /* Set an appropriate width for your images */
    height: auto;

  }


  .prev, .next {
    margin-left: 20px;
    margin-right: 20px;
  }
 
  

  .modal-container {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
  }
  
  .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  
  .modal-image {
    max-width: 90%;
    max-height: 90%;
  }
  
  .close {
    color: #fff;
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 28px;
    cursor: pointer;
  }
  

  .slick-initialized .slick-slide {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
}

.carousel img {
    cursor: pointer;
    width: 300px;
}

.caption {
    padding: 20px 0;
    font-size: 12px;
    color: rgb(143, 143, 143);
}

  .carousel-image {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 150px;
  }

  .carousel-item .slick-slide {
    max-height: 150px;
  }

  .slick-track {
    display: flex !important;
    align-items: center;
  }

  .carousel-arrow {
    font-size: 30px;
    color: #b7b7b7;
    cursor: pointer;
    position: relative;
    bottom: 18px;
  }

  .num {
    height: 15px;
    margin-left: 10px;
    margin-right: 10px;
  }
  
  .content-details-contact ul li {
    display: flex;
    align-items: center;
  }

  /* .slick-active  img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 250px;
  } */



/* Mobile Header */

@media (max-width: 945px) {

        .navbar-container {
            display: none;
        }

        .navbar-container-mobile {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin: 10px 20px;
        }

        .hamburger {
            width: 35px;
            cursor: pointer;
        }

        .hero h1 {
            font-size: 56px;
        }

        /* Mobile cards */

        .tour-image, .tour-image-kazbegi, .tour-image-tsalka, .tour-image-gori {
            display: flex;
            align-items: start;
            justify-content: center;
        }

        .tour-name {
            width: 100%;
            display: flex;
        }

        .top-card-row {
            display: none;
        }

        .bottom-card-row {
            flex-direction: column-reverse;
        }

        .col-small, .col-lg {
            width: 100%;
        }

        .col-lg {
            height: 300px;
        }

        .content {
            margin: 0 20px;
        }

        .hero {
            background-attachment: scroll;
        }

        .tour-days {
            padding: 0 15px;
        }

        .content-text-container {
            display: block; 
            
        }

        .detail-col {
            padding: 0;
            width: 100%;
        }

        .day-header {
            margin-top: 30px;
        }

        .footer-item {
            width: 100%;
        }

        .footer-links ul {
            text-align: center;
        }

        .footer-container {
            flex-direction: column;
        }

        .footer-title {
            text-align: center;
        }

        .footer-logo {
            display: none;
        }
        
        /* .hero-about {
            padding-top: 350px;
        } */


}

@media (max-width: 715px) {
    .content-details-contact {
        padding: 40px 20px; 
    }
}

@media (max-width: 500px) {
    .about-contact {
        padding-top: 350px; 
        padding-bottom: 500px;
    }
}
