	/* ad page */
    .ad-page{
        align-items: center;
        justify-content: center;
        text-align: center;
        margin: auto;
    }
    .ad-page .tg-socialiconsvtwo{
        align-items: center;
        justify-content: center;
        text-align: center;
        display: flex;
    
    }
    .tg-widgetnewsletter, .tg-widgettext .tg-widgetcontent .tg-socialicons{
        padding: 0px;
    }
    .white:hover{
        color: #3cb471;
    }
    .animate__shakeXCustom {
        animation-duration: 10s; /* Adjust the duration as needed */
    }
    .white{
        background: #161848;
        padding: 10px 1rem;
        cursor: pointer;
        font-weight: bold;
        border-radius: 7px;
        color: #fff;
        box-shadow: 0 30px 10px -20px rgba(0, 0, 0, .2);
        transition: background .3s ease;
    }
    .button{
        background: none;
    }
    .tg-nav {
        left: 40%;
        top: 40%;
    }
    @media (max-width: 568px) {
        .tg-nav {
     padding: 0 0 0 30px !important;
        }
        .tg-logo a{
            width: 150px;
        }
        .tg-headerfixed.scroll-to-fixed-fixed {
         padding: 0px 10px !important;
        }
       
    }
    @media (min-width: 272px) and (max-width: 678px){
        .sm-row{
            display: flex;
            flex-direction: column;
        }
        .white{
            font-size: 14px;
        }
        .booking-popup-1 {
            margin-top: 20px !important;
        }
        .about-content-1{
            padding-top: 40px !important ;
        }
    }

    .tg-sectionspace{
        padding-top: 0px;
    }
.about-content-1{
    margin-top: 0px !important;
    padding-top: 0px;
}

.about-image{
    margin-top: 20px ;

}
.booking-popup-1 .submit-btn:hover {
    background: rgb(60 180 113 / 63%);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.18);
}
.booking-popup-1 .submit-btn {
    width: 100%;
    padding: 12px;
    background: linear-gradient(45deg, #3cb4719c, #3cb471);
    color: #fff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.3s;
}
.booking-popup-1 {
    display: block;
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    width: 90%;
    margin: auto;
    animation: slideIn 0.4s;
}
.booking-popup-1 .booking-form select{
    width: 100%;
}
.tg-innerbanner h1{
    font-size: 50px;
    line-height: 50px;
    text-align: left;
}
.tg-innerbanner h1 span{
    color: #3cb471;
    font-weight: 700;
    font-size: 55px;
    text-shadow: 3px 2px 5px #161848;
    
}
.mt-5{
    margin-top: 30px;
}

