* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto Serif', serif !important;
}

section {
    padding: 20px 0;
    margin-top: 20px;
}

.banner {
    height: 80vh;
    background-image: url('../images/newslider1.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
    position: relative;
}

.banner-title {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.booking-banner .div1 {
    position: relative;
}

.inner-div1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

.booking-banner .div2 img {
    width: 100%;
    border-radius: 50%;
}

.booking-banner .row {
    background: #D2F6C5;
}

.common-color {
    color: #1F4690;
}

.common-color2 {
    /* color: #00FFAB; */
    color: #80ED99;
}

.common-font-header {
    text-align: center;
    font-weight: 600;
}

.common-font-header2 {
    text-align: center;
    font-weight: bold;
}

.navbar-nav .nav-link,
.navbar-brand {
    color: #fff!important;
}

.navbar-nav .nav-item .nav-link:hover {
    color: #80ED99!important;
}

.nav-item {
    padding: 0 2rem;
}

.feature-img {
    width: 30%;
}

.custom-card {
    box-shadow: -1px 2px 12px -9px rgb(0 0 0 / 91%);
    border: none;
    border-top-left-radius: 25%!important;
    border-bottom-right-radius: 25%!important;
}

.mid-banner-sec {
    background-color: #00FFAB;
    background-image: url('../images/newslider2.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
    background-attachment: fixed;
}

.mid-banner-sec p {
    color: #fff;
}

.abtsect {
    background: rgb(0, 0, 0);
    /* Fallback color */
    background: rgba(0, 0, 0, 0.7);
    /* width: 50%; */
    padding: 10px;
    border-radius: 15%;
}

.mid-banner img {
    /* object-fit: cover; */
    width: 100%;
    border-top-left-radius: 25%;
    border-bottom-left-radius: 25%;
    margin: auto;
}

footer {
    position: relative;
    bottom: 0;
    width: 100%;
}

.footerdiv2 {
    background: #99A799;
    color: aliceblue;
    padding: 5px 2px;
}

.footerdiv1 {
    background-color: #1F4690;
}

.footerdiv1 img {
    width: 10%;
}

.qlinks a {
    padding: 0 20px;
    color: #fff;
    text-decoration: none;
}

.qlinks a:hover {
    color: #80ED99;
    text-decoration: none;
}

.contactrow {
    box-shadow: -1px 2px 12px -9px rgb(0 0 0 / 91%);
    /* padding: 20px; */
}

.contactdiv2 {
    background: #80ED99;
    padding: 5px 15px;
    border-top-right-radius: 20%;
}

.gif-icon {
    width: 12%;
    border-radius: 50%;
    padding: 0 5px;
}

.contact {
    padding: 20px 10px;
}

.contact p {
    color: gray;
    font-weight: 800;
}

.button-com1 {
    background-color: #80ED99;
    color: #1F4690;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem
}

.button-com1:hover {
    background-color: #1F4690;
    color: #80ED99;
}


/* calemder */

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    background: none !important;
}

.FG1 {
    background-color: red;
    color: white;
}

.FG2 {
    background-color: aliceblue;
    color: white;
}

.FIRST {
    background-color: yellow;
    color: white;
}

.GROUND {
    background-color: CHOCOLATE;
}

.R {
    background-color: #cc00ff;
}

.TT {
    background-color: #55fd40;
}

.R1 {
    background-color: orange;
}

.R2 {
    background-color: #548CFF;
}

.T1 {
    background-color: #6a0a33;
}

.T2 {
    background-color: #d29cb3;
}

.RT {
    background-color: green;
}

.multi {
    background-color: #FFCCD2;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    color: #000!important;
}

.new-table {
    border-collapse: collapse;
    border: none;
    margin-top: 3%;
    color: black;
    /* background-color: #1cc5c1;/ */
}

.new-table td {
    text-align: center;
    padding: 1% 3px;
    color: black;
}

.new-table th {
    padding: 1% 0%;
    text-align: center;
    color: #1F4690;
    /* background-color: #00A19D; */
}

.card_cus {
    border: 5px double rgba(0, 0, 0, .125)!important;
}

.card_cus img {
    padding: 10px;
    border-radius: 50%;
    width: 245px;
    height: 245px;
    object-fit: cover;
}


/* gallery */

.gallery-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #fff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    width: 80%;
    margin: 0 auto;
    padding: 10px;
}

.gallery-item {
    flex-basis: 32.7%;
    margin-bottom: 6px;
    opacity: .85;
    cursor: pointer;
    height: 300px;
}

.gallery-item:hover {
    opacity: 1;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-content {
    font-size: .8em;
}

.lightbox {
    position: fixed;
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    overflow: auto;
    top: 0;
    left: 0;
}

.lightbox-content {
    position: relative;
    width: 70%;
    height: 70%;
    margin: 5% auto;
}

.lightbox-content img {
    border-radius: 7px;
    box-shadow: 0 0 3px 0 rgba(225, 225, 225, .25);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lightbox-prev,
.lightbox-next {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 7px;
    top: 45%;
    cursor: pointer;
}

.lightbox-prev {
    left: 0;
}

.lightbox-next {
    right: 0;
}

.lightbox-prev:hover,
.lightbox-next:hover {
    opacity: .8;
}

@media (max-width: 767px) {
    .gallery-container {
        width: 100%;
    }
    .gallery-item {
        flex-basis: 49.80%;
        margin-bottom: 3px;
    }
    .lightbox-content {
        width: 80%;
        height: 60%;
        margin: 15% auto;
    }
}

@media (max-width: 480px) {
    .gallery-item {
        flex-basis: 100%;
        margin-bottom: 1px;
    }
    .lightbox-content {
        width: 90%;
        margin: 20% auto;
    }
}