.gallery-section {
    padding: 40px 0;
    background-color: #000000;
}


.gallery-item {
    text-align: center;
    margin-bottom: 30px;
}

.gallery-item img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    cursor: pointer;
}

.gallery-description {
    margin-top: 10px;
    font-size: 1em;
    color: #ffffff;
    text-align: left;
}

/* Modal styles */
.modal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    padding-top: 85px; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; 
    background-color: rgba(0,0,0,0.9); 
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

.modal-content {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

.modal-data {
    margin: 76px;
    margin-bottom: 40px;
}

.modal-buttons {
    text-align: center;
    margin-bottom: 14px;
}

button.cancel-button {
    width: 100px;
    border-radius: 56px;
    text-transform: uppercase;
    font-size: 12px;
    color: rgb(255, 255, 255) !important;
    border: none !important;
    background-color: rgb(139, 143, 153) !important;
    letter-spacing: 0.02857em;
}

button.ok-button {
    width: 100px;
    text-transform: uppercase;
    border-radius: 56px;
    font-size: 12px;
    color: rgb(255, 255, 255) !important;
    border: none !important;
    background-color: rgb(39, 181, 135) !important;
}

@-webkit-keyframes zoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
}

@keyframes zoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

@media (max-width: 768px) {
    .gallery-item {
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .gallery-item {
        margin-bottom: 15px;
    }

    .modal-content {
        width: 100%;
    }
}

.nav-buttons {
    position: absolute;
    bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}

.nav-buttons a {
    text-decoration: none;
    color: #fff;
    background-color: #007bff;
    padding: 10px 20px;
    border-radius: 4px;
    display: flex;
    align-items: center;
}

.nav-buttons a .fa {
    margin: 0 5px;
}

.prev-button {
    position: absolute;
}

.next-button {
    position: absolute;
    right: 171px;
}

@media (max-width: 768px) {
    .banner-content {
        align-items: center;
    }
    
    .nav-buttons {
        padding: 0 10px;
    }
    
    .nav-buttons a {
        padding: 8px 16px;
    }

    .prev-button {
        left: 10px;
    }

    .next-button {
        right: 10px;
    }
}

.footer-social{
    display: flex;
    color: #fff;
    list-style: none;
    gap: 20px;
    float: right;
    margin-bottom: 0;
}
.footer-social a{
    text-decoration: none;
    color: #fff;
}

.footer-social a:hover{
    color: #332FFF;
}

.footer-title{
    color: #fff;
}

.footer-menu{
    display: flex;
    color: #fff;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    gap: 10px;
}

.footer-menu a{
    text-decoration: none;
    color: #fff;
   
}

.footer-menu a:hover{
    text-decoration: none;
    border-bottom: 2px solid #332FFF;
}

.copy-right{
    color: #fff;
    float: right;
}
.footer-line{
    border-top: 1px solid #4C4C4C;
    padding-top: 30px;
    margin-top: 20px;
}

.navigation-buttons a {
    text-decoration: none;
    color: #fff;
} 

@media (max-width: 768px) {
    .overlay-box {
        bottom: 10px;
        left: 10px;
        padding: 15px;
        width: calc(100% - 20px);
    }

    .highlighted-text {
        padding: 8px;
        font-size: 14px;
    }

    .overlay-box h4 {
        font-size: 20px;
    }

    .overlay-box p {
        font-size: 14px;
    }
}


@media screen and (max-width: 991px) {
    
    .get-come {
        width: 100%;
        position: static;
        text-align: center;
    }

    .play-tour-main-div .main-img{
        width: 100%;
        margin-top: 20px;
    }

    .get-ul {
        position: static;
        display: flex;
        justify-content: center;
        padding-left: 0;
        margin-top: 20px;
    }

    .show-talent {
        position: static;
        text-align: center;
    }

    .show-talent h4 {
        width: 100%;
        text-align: center;
    }

    .show-talent p {
        width: 90%;
        text-align: center;
        margin: auto;
    }

    .feature-section{
        text-align: center;
    }

    .footer-social {
        float: none;
    }

    footer{
        text-align: center;
    }

    .copy-right {
        float: none;
    }

    .play-tour-section {
        padding: 72px 0 60px 0;
    }
    .scroll-down{
        margin-bottom: 30px;
    }
    .header-para {
        line-height: 23px;
    }
    .header {
        padding: 10px 50px;
    }
    .header-toptext{
        padding-bottom: 0;
    }

    .left-content h1{
        line-height: 20px;
    }

    .right-content{
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .logo-wrapper {
        gap: 15px;
    }

    .gradient-text{
        text-align: center;
        line-height: 55.5px;
    }
    .try-your-hands-on, .image-content-section{
        text-align: center;
    }

    .image-content-section h1{
        margin-top: 20px;
    }

    .image-content-section h3{
        line-height: 31px;
    }

    .point-list p, .point-list h4{
        text-align: left;
    }
    .text-center {
        line-height: 46.5px;
    }
    
}