*{
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    list-style: none;
    scroll-behavior: smooth;
}
:root{
    --bg-color:#f3f7cfd8;
    --text-color:#221314;
    --second-color:#5a7184;
    --main-color:#6e54fa;
    --h2-font: 3rem;
    --p-font: 1.1rem;

}
body{
    background: var(--bg-color);
    color: var(--text-color);

}
.navbar{
    background-color: #000000;
    height: 80px;
    margin: 20px;
    border-radius: 20px;
    padding: 1rem;
        
}
.logo{
    border-radius: 50px;
}
header{
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background: transparent; */
    padding: 30px 18%;
    transition: ease .40; 

}
.navbar-brand {
    font-family: Playwrite IS, cursive;
    font-size: 38px;
    font-weight: 500;
    letter-spacing: 1px;
    color: rgb(255, 255, 255);
}
.navbar-brand, .offcanvas-header{
    font-weight: 500;
    font-size: 24px;
    color: rgb(255, 234, 234);
    transition: 0.3s color;
}
.navbar-toggler{
    border: none;
    font-size: 1rem;
}
.navbar-toggler:focus, .btn-close{
    box-shadow: none;
    outline: none;
    font-size: smaller;    
}
.nav-link{
    color: rgb(255, 255, 255);
    font-weight: 500;
    padding: 10px 22px;
    transition: ease-out .40px;
}
.nav-link:hover, .nav-link.active{
    color: rgb(255, 255, 255);
    background: rgb(77, 100, 1);
    border-radius: 10px;
    box-shadow: 5px 10px 30px rgb(85, 85, 85 /20%);

}

@media (min-width:991px){
    .nav-link::before{
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 2px;
        background-color: aliceblue;
        visibility: hidden;

    }
    .nav-link:hover::before, .nav-link.active::before{
        width: 100%;
        visibility: visible;
    }
}
section{
    padding: 80px 16%;
}

.home{
    position:relative;
    width: 100%;
    background: url(img/pic7.jpg) no-repeat center;
    background-size: cover;
    height: 100vh;
    /* background-position:center; */
    /* display: grid;
    grid-template-columns: repeat(1,1fr);
    align-items:center; */
}
.home::before{
    background-color: rgba(0,0,0,0.5);
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
#main-info{
    font-size: 1.7em;
    /* font-weight: bold; */
    color:#d8da52;
    align-items: center;
    letter-spacing: 2px;
    text-align: center;
}
.home .home-text {
    position: relative;
    z-index: 1;
    height: 100vh;
    color: var(--bg-color);
    /* line-height: 1,2; */
    margin-bottom: 10px;
    justify-content: center;
    align-items: center;
    padding-right: 20px;
    padding-left: 20px;
    margin-left: 20px;
    text-align:center;
}
.home-text p{
    font-size: 0.8em;
    line-height: 30px;
    margin-bottom: 50px ;
}
.home-btn{
    text-decoration:none ;
    display: inline-block;
    font-size: 20px;
    padding: 15px 30px;
    background-color:rgb(96, 96, 29);
    color: var(--bg-color);
    border-radius: 20px;
    transition: ease-in;     
}
.home-btn :hover{
    transition: ease-out;
    background: rgb(255, 255, 255);
    transform: scale(1,1);
}
.container-custom{
    width: 100%;
    padding:0 1rem;
    margin: 0 auto;
}

.carouselCards{
    width: calc(100% / 3);
    height: 340px;
    display: inline-block;
    border-radius: 0px;
    padding: 15px 25px;
    box-sizing: border-box;
    cursor: pointer;
    margin: 10px 15px;
    background-position: center;
    background-size: cover;
    color: rgb(250, 250, 250);
    transition: transform 0.5s;
}
@media screen and (max-width:674px) {
    .carouselCards{
        width: calc(100%/2);
    }
}
@media screen and (min-width:1200px) {
    .carouselCards{
        width: calc(100%/4);
    }
}
.displayCard1{
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(img/antelopes.jpg);
    margin: 0;
    margin-left: 8px;
}
.displayCard2{
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(img/opengirrafe.jpg);
    margin: 20px 0;
}
.displayCard3{
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(img/maa.jpg);
    margin: 0;
}
.displayCard4{
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(img/eagle.jpg);
    margin: 20px 0;
}
.displayCard5{
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(img/birdi.jpg);
    margin: 0;
}
.wrapper{
    /* max-width: 1200px; */
    position: relative;
}
.wrapper .carousel{
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
    padding: 0;
    scroll-behavior: smooth;
}
.carousel.dragging{
    cursor: grab;
    scroll-behavior: auto;
}
.carousel.dragging .carouselCards{
    pointer-events: none;
}
.wrapper i{
    margin: 35px;
    top: 50%;
    height: 46px;
    width: 46px;
    position: absolute;
    cursor: pointer;
    font-size: 1.4rem;
    text-align: center;
    line-height: 46px;
    background: #fff;
    border-radius: 50%;
    transform: translateY(-50%);
}
.wrapper i:first-child{
    left: -20px;
}
.wrapper i:last-child{
    right: -23px;
}

/* swiper section */
.swiper {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 60%;
    height: 50vh;
  }

  .swiper-slide {
    background-position: center;
    background-size: cover;
    background-color: white;
    align-items: center;
    justify-content: center;
  }

  .swiper-slide .quoteText{
    display: block;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.421);
    align-items: center;
    padding: 10px;
    border-radius: 20px;
    text-align: center;
    justify-content: center;
}


@media screen and (max-width: 870px){
    .swiper {
        margin-top: 10px;
        margin-bottom: 5px;
        width: 90%;
        height: 50vh;
      }
    
}

/* camp container */
.campContainer {
    width: 100%;
    height: auto; /* for responsive height */
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), url(img/tentcombo.jpg);
    background-position: center;
    background-size: cover;
    padding-bottom: 30px;
}

.campContent {
    padding: 0 10px;
    height: 100%;
}

.camp {
    display: flex;
    flex-wrap: wrap; /* Allow items to wrap */
    align-items: center;
    justify-content: space-between; /* Add space between items */
    height: auto;
}

.col-4, .col-8 {
    padding: 10px;
}

.campText {
    color: white;
    margin-bottom: 20px; /* margin to avoid overlap */
}

.campText h1 {
    font-size: 4rem;
    color: #d31010;
    font-weight: bolder;
}

.campText p {
    font-size: 1.25rem;
    margin-top: 15px;
    color: #fafae4;
}

.campButton {
    width: 180px;
    font-size: 23px;
    background-color: rgba(96, 96, 29, 0);
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 20px;
    padding: 10px;
    margin-top: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.campButton:hover {
    background-color: #ffffff;
    color: #000000;
    transform: scale(1.05);
}

.campCard {
    width: 200px;
    height: 230px;
    display: inline-block;
    border-radius: 10px;
    padding: 15px 25px;
    box-sizing: border-box;
    cursor: pointer;
    margin: 10px 15px;
    background-position: center;
    background-size: cover;
    color: rgb(250, 250, 250);
    transition: transform 0.5s;
}
.campCard:hover{
    transform: translateY(-10px);
}
.campCardText{
    align-items: flex-end;
    background-color: rgba(42, 23, 23, 0.799);
    border-radius: 20px;
    padding: 5px;
    text-align: center;
    justify-content: end;
}

.card1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(img/familytent.jpg);
}

.card2 {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(img/bigtent.jpg);
}

.card3 {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(img/mediumtent.jpg);
}

.card4 {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(img/childrentent.jpg);
}
/* Responsive Styles */
@media (max-width: 780px) {
    .camp {
        flex-direction: column; /* Stack the columns */
        align-items: center;
    }

    .campingIntro {
        width: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center; /* Center the text */
    }

    .col-4 {
        width: auto;
        align-items: center;
    }

    .col-8 {
        width: 100%;
        align-items: center;
    }

    .campCard {
        width: 100%;
        margin: 15px 0; /* Add margin for spacing between cards */
    }

    .campText h1 {
        font-size: 3rem; /* Smaller font size */
        line-height: 1.2; /* Adjust line height */
    }

    .campText p {
        font-size: 1rem; /* Smaller font size */
        line-height: 1.5;
    }

    .campButton {
        font-size: 18px; /* Slightly smaller button text */
    }
}

@media (max-width: 994px) {
    .campText h1 {
        font-size: 2.5rem;
    }
}

@media (max-width: 592px) {
    .camp {
        align-items: center;
    }
    
    .campingIntro {
        width: auto;
        align-items: flex-start;
        justify-content: flex-start;
    }
}
@media (max-width:476px) {
    .campText{
        align-items: flex-end;
        text-align: right;
    }
    .campButton {
        font-size: 20px;
        width: 140px;
    }
    .campText button{
        font-size: 15px;
    }   
}
/* =================================
  Counter Section
   ================================= */
.counter-section {
    background-color: #da8701; /* Vibrant Orange */
    background-image: linear-gradient(135deg, #e48e04 0%, #fdc200 100%);
    padding: 20px 0;
    color: #fff;
}

.counter-box {
    padding: 20px;
}

.counter-box i {
    font-size: 48px;
    margin-bottom: 15px;
    display: block;
    color: #fff;
}

.counter-box h2 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.counter-box p {
    font-size: 1rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
    letter-spacing: 1px;
}
/* end of counter section */

/*Ngatuny Safari Cottages Section*/
.cottages-section {
    padding: 20px 0;
    background-color: #ffffff; /* A light grey background to stand out */
}

.cottage-image-container {
    position: relative;
    overflow: hidden;
    border-radius: 0.375rem; /* Bootstrap's default rounded value */
    cursor: pointer;
}

.cottage-image-container img {
    transition: transform 0.4s ease;
}

.cottage-image-container:hover img {
    transform: scale(1.05); /* Slight zoom on hover */
}

.cottage-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.4s ease;
    border-radius: 0.375rem;
}

.cottage-image-container:hover .cottage-image-overlay {
    opacity: 1; /* Show overlay text on hover */
}

.cottage-image-overlay h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.cottages-section .btn-outline-dark {
  border-width: 2px;
  border-color: #343a40;
  color: #343a40;
  font-weight: bold;
  padding: 12px 30px;
  font-size: 1.1rem;
  transition: all 0.3s ease-in-out;
}

.cottages-section .btn-outline-dark:hover {
    background-color: #343a40;
    color: #fff;
    transform: translateY(-2px); /* Slight lift on hover */
}







/* Gallery.html Section */
#topic-gallery{
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 30px;
    padding-bottom: 2px;
}
.gallery-div {
    color: rgb(0, 0, 0);
    padding-top: 70px;
    padding-bottom: 20px;
    background-color: rgba(250, 248, 228, 0.692);
}
.gallery-div .card {
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 4px 12px;
    cursor: pointer;
    overflow: hidden; /* Ensure children don't overflow the card */
}
.gallery-div .card img {
    border-radius: 10px;
    transition: transform 0.5s;
}
.gallery-div .card img:hover {
    transform: scale(1.1);
}

/* Contact section */
#topic-contact{
    padding-top: 50px;
}
.contact-section{
    background-color:  rgba(250, 248, 228, 0.692);
    color: rgb(0, 0, 0);
    padding: 80px 10%;
}
.contact-section .card{
    background-color: #000000;
    border-radius: 20px;
    box-shadow: rgba(0,0,0,0.8) 0px 4px 12px;
    color:rgb(253, 248, 220);
    padding:20px 20px;
}
.contact-section a{
    text-decoration: none;
}
.contact-form form{
    background: #000000;
    color: #ffffff;
    position: relative;
}
.contact-form form input, textarea{
    width: 100%;
    padding: 10px;
    background: #f9f9f9;
    color: #000000;
    border: none;
    outline: none;
    font-size: 15px;
    border-radius: 8px;
    margin-bottom: 10px;
}
/* End of contact section */

/* New sliding gallery styles */
        .sliding-gallery {
            background-color: rgba(250, 248, 228, 0.692);
            padding: 50px 0;
            margin-top: 20px;
        }

        .sliding-gallery h2 {
            text-align: center;
            margin-bottom: 40px;
            font-family: 'Zain', sans-serif;
            font-size: 2.5rem;
            color: #333;
        }

        .slider-container {
            position: relative;
            overflow: hidden;
            border-radius: 15px;
            box-shadow: rgba(0, 0, 0, 0.3) 0px 8px 20px;
        }

        .slider-wrapper {
            display: flex;
            transition: transform 0.5s ease-in-out;
            gap: 15px;
            padding: 20px;
        }

        .slide-item {
            flex: 0 0 250px;
            height: 200px;
            border-radius: 12px;
            overflow: hidden;
            cursor: pointer;
            position: relative;
            box-shadow: rgba(0, 0, 0, 0.4) 0px 4px 12px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .slide-item:hover {
            transform: translateY(-5px) scale(1.02);
            box-shadow: rgba(0, 0, 0, 0.6) 0px 8px 20px;
        }

        .slide-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }

        .slide-item:hover img {
            transform: scale(1.05);
        }

        .slider-nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(0, 0, 0, 0.7);
            color: white;
            border: none;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            z-index: 10;
        }

        .slider-nav:hover {
            background: rgba(0, 0, 0, 0.9);
            transform: translateY(-50%) scale(1.1);
        }

        .slider-nav.prev {
            left: 20px;
        }

        .slider-nav.next {
            right: 20px;
        }

        .slider-indicators {
            display: flex;
            justify-content: center;
            gap: 10px;
            margin-top: 20px;
        }

        .indicator {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: rgba(0, 0, 0, 0.3);
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .indicator.active {
            background: #333;
            transform: scale(1.2);
        }

    /* Modal styles - Updated for better image fitting */
    .image-modal {
        display: none;
        position: fixed;
        z-index: 1000;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.9);
        animation: fadeIn 0.3s ease;
    }

    .modal-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 95vw;
        max-height: 95vh;
        width: auto;
        height: auto;
        border-radius: 10px;
        overflow: hidden;
        animation: zoomIn 0.3s ease;
        box-shadow: rgba(0, 0, 0, 0.8) 0px 10px 30px;
    }

    .modal-content img {
        display: block;
        width: auto;
        height: auto;
        max-width: 95vw;
        max-height: 95vh;
        object-fit: contain;
        border-radius: 10px;
    }

    .modal-close {
        position: fixed;
        top: 20px;
        right: 30px;
        color: white;
        font-size: 40px;
        font-weight: bold;
        cursor: pointer;
        transition: color 0.3s ease;
        z-index: 1001;
        background: rgba(0, 0, 0, 0.5);
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .modal-close:hover {
        color: #ccc;
        background: rgba(0, 0, 0, 0.8);
    }

    .modal-nav {
        position: fixed;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(0, 0, 0, 0.5);
        color: white;
        border: none;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
        font-size: 24px;
        z-index: 1001;
    }

    .modal-nav:hover {
        background: rgba(0, 0, 0, 0.8);
        transform: translateY(-50%) scale(1.1);
    }

    .modal-nav.prev {
        left: 30px;
    }

    .modal-nav.next {
        right: 30px;
    }

    /* Responsive adjustments for modal */
    @media (max-width: 768px) {
        .modal-content {
            max-width: 90vw;
            max-height: 90vh;
        }
        
        .modal-content img {
            max-width: 90vw;
            max-height: 90vh;
        }
        
        .modal-close {
            top: 15px;
            right: 15px;
            font-size: 30px;
            width: 40px;
            height: 40px;
        }
        
        .modal-nav {
            width: 50px;
            height: 50px;
            font-size: 20px;
        }
        
        .modal-nav.prev {
            left: 15px;
        }
        
        .modal-nav.next {
            right: 15px;
        }
    }

    @media (max-width: 480px) {
        .modal-content {
            max-width: 95vw;
            max-height: 85vh;
        }
        
        .modal-content img {
            max-width: 95vw;
            max-height: 85vh;
        }
        
        .modal-close {
            top: 10px;
            right: 10px;
            font-size: 25px;
            width: 35px;
            height: 35px;
        }
        
        .modal-nav {
            width: 45px;
            height: 45px;
            font-size: 18px;
        }
        
        .modal-nav.prev {
            left: 10px;
        }
        
        .modal-nav.next {
            right: 10px;
        }
    }

/* scroll to top btn */
#myBtn {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: rgb(56, 33, 5);
    color: rgb(255, 255, 255);
    cursor: pointer;
    padding-top: 5px;
    border-radius: 5px;
    padding-bottom: 1px;
    padding-left: 2px;
    padding-right: 2px;
}  
#myBtn:hover {
    background-color: #555;
}
/* end of scroll to top btn */

/* Footer section */
footer {
    background-color: #060606;
    color: white;
    padding: 60px 20px;
    text-align: center;
}
.footer-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}
/* Footer section */
footer {
    background-color: #060606;
    color: white;
    padding: 60px 20px;
    text-align: center;
}
.footer-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}
.footer-logo {
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
}
.footerContainer{
    width: 100%;
    padding: 4px 5px 0px;
}
.socialIcons{
    display: flex;
    justify-content: center;
}
.socialIcons a{
    text-decoration: none;
    padding: 2px;
    background-color: rgb(255, 255, 255);
    border-radius: 50px;
    margin: 10px;
}
.socialIcons a i{
    font-size: 3em;
    opacity: 0.9;
}
.socialIcons a:hover{
    background-color: #111;
    transition: 0.5s;
} 
.footer-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}
.footer-section {
    flex: 1;
    min-width: 200px;
}
.footer-section h4 {
    font-family: 'Holdleaf', sans-serif;
    margin-bottom: 10px;
}
.footer-section ul {
    list-style: none;
    padding: 0;
}
.footer-section ul li {
    margin-bottom: 5px;
}
.footer-section ul li a {
    color: white;
    text-decoration: none;
}
.footer-section ul li a:hover {
    text-decoration: underline;
}
.footerBottom{
    color: #fff;
    text-align: center;
}
#developer{
    font-size: 15px;
    color: rgb(54, 206, 232);
}
#topic-footer{
    justify-content: center;
    text-align: center;
}
span li{
    text-decoration: none;
}
/* End of footer section */ 

/* Start of destinations.html */
.destination-home{
    position:relative;
    width: 100%;
    background: url(img/safari-jeep.jpg) no-repeat center;
    background-size: cover;
    /* background-position:center; */
    /* display: grid;
    grid-template-columns: repeat(1,1fr);
    align-items:center; */
}
.destination-home::before{
    background-color: rgba(0,0,0,0.3);
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
@media (min-width:650px) {
    .destination-home::before{
        background-color: rgba(0,0,0,0.1);
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
    }
}
.container-marketing{
    padding: 20px;
    padding-bottom: 0px;
    padding-top: 20px;
}
.destinationHome-text{
    position: relative;
    z-index: 1;
    height: 70vh;
    color: var(--bg-color);
    /* line-height: 1,2; */
    margin-bottom: 20px;
    justify-content: flex-end;
    text-align: right;
    align-items: flex-end;
    margin-right: 10px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    margin-left: 20px;
    
}
.destinationHome-text p{
    text-align: left;
    font-size: 0.8em;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight:500;
    
}
#destinationInfo{
    font-size: 2.5em;
    font-weight: bold;
    color:#fdff7a;
    letter-spacing: 2px;
}
.destination-pics{
    align-items: center;
    padding-bottom: 50px;
    padding-top: 30px;
    justify-content: center;
    justify-items: center;
}
.collapsible {
    background-color: #1a1916;
    color: rgb(255, 255, 255);
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 20px;
    border-radius: 5px;
}
.active, .collapsible:hover {
    background-color: #525252;
}
.collapsible:after {
    content: '\002B';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
.active:after {
    content: "\2212";
}
.content {
    border-radius: 10px;
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #c4c735;
    transition: max-height 0.2s ease-out;
  }
/* End of destination css */


.theAboutPage {
    padding-top: 80px;
}
.about-section {
    color: rgb(253, 248, 220);
    padding-top: 50px;
    padding-bottom: 40px;
    background-color: rgba(31, 80, 7, 0.692);
}
.mainAboutInfo {
    padding-top: 120px;
    color: #000000;
    text-align: center;
    justify-content: center;
    margin-bottom: 0px;
    padding-bottom: 0;
}
#aboutInfo {
    font-size: 3rem;
    font-weight: bold;
    color: #000000;
    letter-spacing: -2px;
    writing-mode: vertical-lr;
    text-orientation: upright;
    padding: 0;
    padding-top: 30px;
    /* margin: 0; */
}
@media (min-width: 600px) {
    #aboutInfo {
        font-size: 4rem;
    }
}
@media (min-width: 800px) {
    #aboutInfo {
        font-size: 5rem;
        padding-top: 30px;
    }
    .verticalAboutInfo {
        padding-left: 1px;
        padding-right: 1px;
        height: 100vh;
        overflow: hidden;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        position: relative;
        text-transform: uppercase;
    }
}
@media (min-width: 1200px) {
    #aboutInfo {
        font-size: 6rem;
    }
    .verticalAboutInfo {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        padding-left: 1px;
        padding-right: 1px;
        height: 130vh;
    }
}
.aboutCopy {
    background-color: rgba(31, 80, 7, 0.692);
    padding: 10px 30px;
    color: rgb(253, 251, 237);
    font-size: 15px;
}
.featuresThumbnail {
    object-fit: cover;
    margin: 0 auto;
}
.about-div {
    color: rgb(253, 248, 220);
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: rgba(31, 80, 7, 0.692);
    padding-left: 20px;
    padding-right: 20px;
}
.about-div2 {
    color: rgb(0, 0, 0);
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: rgb(255, 255, 255);
    padding-left: 15px;
    padding-right: 15px;
}
.verticalAboutInfo {
    width: 100%;
    height: 120vh;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    text-transform: uppercase;
}  