/********** Template CSS **********/
:root {
    --primary: #FEA116;
    --light: #F1F8FF;
    --dark: #0F172B;
}

.ff-secondary {
    font-family:emoji;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.abt {
    text-align: justify;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.brand-text {
    display: inline-block;
}

main {
    flex: 1 0 auto;
}

h1.title,
.footer-copyright a {
    font-family: 'Architects Daughter', cursive;
    text-transform: uppercase;
    font-weight: 900;
}

/* start welcome animation */

#splash {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    height: 100vh;
    background-color: #039be5;
    width: 100vw;
    background: linear-gradient(rgba(15, 23, 43, .9), rgba(15, 23, 43, .9)), url(logobackside.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-size: 100% auto;
}

#spnav {
    background: #100f2b;
}

.welcome .splash {
    min-height: 100vh;
    padding: 0px;
    border: 130em solid #039be5;
    position: fixed;
    left: 50%;
    top: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: initial;
    overflow: hidden;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: puff 0.5s 1.8s cubic-bezier(0.55, 0.055, 0.675, 0.19) forwards, borderRadius 0.2s 2.3s linear forwards;
}

.welcome #welcome {
    background: #100f2b;
    width: 56px;
    height: 56px;
    position: absolute;
    left: 50%;
    top: 50%;
    overflow: hidden;
    opacity: 0;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    animation: init 0.5s 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19) forwards, moveDown 1s 0.8s cubic-bezier(0.6, -0.28, 0.735, 0.045) forwards, moveUp 1s 1.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards, materia 0.5s 2.7s cubic-bezier(0.86, 0, 0.07, 1) forwards, hide 2s 2.9s ease forwards;
}

.animated-emoji {
    font-size: 2em;
    margin-top: 10px;
    animation: bounce 1s infinite;
}

/* Default styles for h2 elements */
h2 {
    font-size: 35px;
    /* Default font size */
}

/* Media query for smaller screens */
@media only screen and (max-width: 768px) {
    h2 {
        font-size: 20px;
        /* Adjust font size for smaller screens */
        margin: 0;
        /* Remove any margins to prevent cutting off */
        padding: 5px;
        /* Add padding to improve visibility */
    }
}

/* For tablets and medium-sized devices */
@media (min-width: 576px) and (max-width: 768px) {
    h2 {
        font-size: 15px;
        /* Adjust font size for smaller screens */
        margin: 0;
        /* Remove any margins to prevent cutting off */
        padding: 3px;
        /* Add padding to improve visibility */
    }
}

/* moveIn */
#splash nav {
    background: linear-gradient(rgb(10, 10, 71));
    opacity: 0;
    animation: moveIn 2s 3.1s ease forwards;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-20px);
    }

    60% {
        transform: translateY(-10px);
    }
}

@keyframes init {
    0% {
        width: 0px;
        height: 0px;
    }

    100% {
        width: 56px;
        height: 56px;
        margin-top: 0px;
        opacity: 1;
    }
}

@keyframes puff {
    0% {
        top: 100%;
        height: 0px;
        padding: 0px;
    }

    100% {
        top: 50%;
        height: 100%;
        padding: 0px 100%;
    }
}

@keyframes borderRadius {
    0% {
        border-radius: 50%;
    }

    100% {
        border-radius: 0px;
    }
}

@keyframes moveDown {
    0% {
        top: 50%;
    }

    50% {
        top: 40%;
    }

    100% {
        top: 100%;
    }
}

@keyframes moveUp {
    0% {
        background: #100f2b;
        top: 100%;
    }

    50% {
        top: 40%;
    }

    100% {
        top: 50%;
        background: #100f2b;
    }
}

@keyframes materia {
    0% {
        background: #039be5;
    }

    50% {
        background: #039be5;
        top: 26px;
    }

    100% {
        background: #100f2b;
        width: 100%;
        height: 160px;
        border-radius: 0px;
        top: 26px;
    }
}

@keyframes moveIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.abc {
    position: fixed;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.xyz {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    --stroke-width: calc(1em / 16);
}

.xyz button {
    position:absolute;
    z-index: 999;
    right:0px;
    background-color: #ffffff;
    border-radius: 100px;
    box-shadow: rgba(44, 187, 99, .2) 0 -25px 18px -14px inset, rgba(44, 187, 99, .15) 0 1px 2px, rgba(44, 187, 99, .15) 0 2px 4px, rgba(44, 187, 99, .15) 0 4px 8px, rgba(44, 187, 99, .15) 0 8px 16px, rgba(44, 187, 99, .15) 0 16px 32px;
    color: green;
    cursor: pointer;
    display: inline-block;
    font-family: CerebriSans-Regular, -apple-system, system-ui, Roboto, sans-serif;
    padding: 7px 20px;
    text-decoration: none;
    transition: all 250ms;
    border: 0;
    font-size: 20px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 100px;
    float: right;
    margin-right: 20px;
    text-transform: uppercase;
}

.xyz button:hover {
    box-shadow: rgba(44, 187, 99, .35) 0 -25px 18px -14px inset, rgba(44, 187, 99, .25) 0 1px 2px, rgba(44, 187, 99, .25) 0 2px 4px, rgba(44, 187, 99, .25) 0 4px 8px, rgba(44, 187, 99, .25) 0 8px 16px, rgba(44, 187, 99, .25) 0 16px 32px;
    transform: scale(1.05) rotate(-1deg);
}

.xyz h2 {
    position: absolute;
    top: 15%;
    line-height: 100px;
    height: 100px;
    align-items: center;
    font-size: 60px;
    width: 100%;
    text-align: center;
    color: #000119;
    background-clip: text;
    background-image: linear-gradient(to right, #09f1b8, #00a2ff, #ff00d2, #fed90f);
    padding: calc(--stroke-width / 2);
    -webkit-text-stroke-color: transparent;
    -webkit-text-stroke-width: var(--stroke-width);
    animation: blurFadeInOut 3s ease-in backwards;
}

.xyz h2.frame-1 {
    color: transparent;
    background-image: none;
    animation-delay: 0s;
}

.xyz h2.frame-1.hidden {
    opacity: 0;
    /* Hide the element when the 'hidden' class is applied */
}

.xyz h2.frame-2 {
    position: relative;
    font-size: 40px;
    left: 30%;
    border: 0;
    background: #abe0ff;
    width: 500px;
    border-radius: 100px;
    align-items: center;
    animation-delay: 2.5s;
    opacity: 1;
}

.xyz h2.frame-2.hidden {
    opacity: 0;
    /* Hide the element when the 'hidden' class is applied */
}

.xyz h2.frame-3 {
    animation-delay: 5s;
}

.xyz h2.frame-3.hidden {
    opacity: 0;
    /* Hide the element when the 'hidden' class is applied */
}

.xyz h2.frame-4 {
    font-size: 70px;
    animation-delay: 7.5s;
    text-align: center;
}

.xyz h2.frame-4.hidden {
    opacity: 0;
    /* Hide the element when the 'hidden' class is applied */
}

.xyz h2.frame-5 {
    animation: none;
    color: #000119;
    background-clip: text;
    background-image: linear-gradient(to right, #09f1b8, #00a2ff, #ff00d2, #fed90f);
    padding: calc(--stroke-width / 2);
    -webkit-text-stroke-color: transparent;
    -webkit-text-stroke-width: var(--stroke-width);
    text-shadow: 0px 0px 1px #fff;
}

.xyz h2.frame-5 span {
    animation: blurFadeIn 3s ease-in 12s backwards;
    color: #000119;
    background-clip: text;
    background-image: linear-gradient(to right, #09f1b8, #00a2ff, #ff00d2, #fed90f);
    padding: calc(--stroke-width / 2);
    -webkit-text-stroke-color: transparent;
    -webkit-text-stroke-width: var(--stroke-width);
    text-shadow: 0px 0px 1px #fff;
}

.xyz h2.frame-5 span:nth-child(2) {
    animation-delay: 13s;
}

.xyz h2.frame-5 span:nth-child(3) {
    animation-delay: 14s;
}

@keyframes blurFadeInOut {
    0% {
        opacity: 0;
        text-shadow: 0px 0px 40px #fff;
        transform: scale(0.9);
    }

    20%,
    75% {
        opacity: 1;
        text-shadow: 0px 0px 1px #fff;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        text-shadow: 0px 0px 50px #fff;
        transform: scale(0);
    }
}

@keyframes blurFadeIn {
    0% {
        opacity: 0;
        text-shadow: 0px 0px 40px #fff;
        transform: scale(1.3);
    }

    50% {
        opacity: 0.5;
        text-shadow: 0px 0px 10px #fff;
        transform: scale(1.1);
    }

    100% {
        opacity: 1;
        text-shadow: 0px 0px 1px #fff;
        transform: scale(1);
    }
}

@keyframes fadeInBack {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    50% {
        opacity: 0.4;
        transform: scale(2);
    }

    100% {
        opacity: 0.2;
        transform: scale(5);
    }
}

#header h3 {
    font-size: 32px;
}

@media(max-width:576px) {
    #spnav img {
        max-height: 100px;
        max-width: 100px;
    }

    #spnav #header h3{
        font-size: 20px;
        text-align:center;
        justify-content:center;
    }
    #spnav .brand-text{
        margin-left:20px;
    }
    #spnav .navbar-brand{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left:35px;
    }
    .xyz button {
        border-radius: 100px;
        padding: 5px 10px;
        border: 0;
        font-size: 12px;
        width: 50px;
        float: top right;
        margin-right: 20px;
        top: -50px;
    }

    .xyz h2 {
        font-size: 30px;
        background-image: linear-gradient(to right, #09f1b8, #00a2ff, #ff00d2, #fed90f);
        background-size: cover;
        line-height: 50px;
    }

    .xyz h2.frame-1 {
        font-size: 30px;
        line-height: 70px;
        top: -20px;
    }

    .xyz h2.frame-2 {
        font-size: 20px;
        width: 200px;
        left: 23%;
        height: 60px;
        align-items: center;
        text-align: center;
        line-height: 30px;
    }

    .xyz h2.frame-4 {
        font-size: 40px;
        animation-delay: 7.5s;
        text-align: center;
    }
}

/* For tablets and medium-sized devices */
@media (min-width: 576px) and (max-width: 768px) {
    #spnav img {
        max-height: 150px;
        max-width: 150px;
    }

    #spnav h3 {
        font-size: 20px;
    }

    .xyz h2 {
        font-size: 40px;
        background-image: linear-gradient(to right, #09f1b8, #00a2ff, #ff00d2, #fed90f);
        background-size: cover;
        line-height: 70px;
    }

    .xyz h2.frame-1 {
        font-size: 50px;
        line-height: 100px;
        top: -10px;
    }

    .xyz h2.frame-2 {
        font-size: 40px;
        width: 500px;
        height: 80px;
        left: 140px;
        align-items: center;
        text-align: center;
    }

    .xyz h2.frame-4 {
        font-size: 40px;
        animation-delay: 7.5s;
        text-align: center;
    }
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

table {
    margin-left: 20px;
}

table,
tr,
td {
    padding: 5px;
}

@media (max-width: 767px) {
    .carousel-inner .carousel-item>div {
        display: none;
    }

    .carousel-inner .carousel-item>div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }

    .carousel-inner .carousel-item-start.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
    transform: translateX(0);
}

/** Donate us btn**/
.dbtn {
    position: relative;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border: 0.15em solid white;
    letter-spacing: 0.1rem;
    font-size: 1rem;
    padding: 0.5rem 1rem;
    transition: 0.2s;
}

.dbtn:hover {
    letter-spacing: 0.2rem;
    padding: 0.5rem 2rem;
    color: white;
    box-shadow: 0 0 5px white,
        0 0 25px white,
        0 0 50px white,
        0 0 200px white;
    animation: box 3s infinite;
}

.dbtn::before {
    content: "";
    position: absolute;
    inset: 2px;
    background: linear-gradient(rgba(0, 0, 0, 0.5), #21a5fd, #013353);
}

.dbtn span {
    position: relative;
    z-index: 1;
}

.dbtn i {
    position: absolute;
    inset: 0;
    display: block;
}

.dbtn i::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 6px;
    left: 80%;
    top: -4px;
    border: 2px solid white;
    background: #272822;
    transition: 0.2s;
}

.dbtn:hover i::before {
    width: 15px;
    left: 20%;
    animation: move 3s infinite;
}

.dbtn i::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 6px;
    left: 20%;
    bottom: -4px;
    border: 2px solid white;
    background: #272822;
    transition: 0.2s;
}

.dbtn:hover i::after {
    width: 15px;
    left: 80%;
    animation: move 3s infinite;
}

@keyframes move {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(5px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes box {
    0% {
        box-shadow: #27272c;
    }

    50% {
        box-shadow: 0 0 25px white;
    }

    100% {
        box-shadow: #27272c;
    }
}

/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}


.image-container {
    position: relative;
    overflow: visible;
    cursor: pointer;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.image-container:hover img {
    opacity: 0.3;
}

.image-container:hover .middle {
    opacity: 1;
}

.text {
    color: hsl(93, 100%, 88%);
    font-size: 20px;
}

.img-fluid {
    transition: transform 0.3s ease;
    /* Add a smooth transition effect */
}

.img-fluid:hover {

    transform: scale(1.3);
    /* Increase the scale (zoom in) on hover */
}

/*** Navbar ***/
#navbarCollapse {
    background: linear-gradient(rgba(0, 0, 0, 0.5), #21a5fd, #013353);
}

.navbar-dark .navbar-nav .nav-link {
    position: relative;
    margin-left: 25px;
    padding: 15px 0;
    font-size: 16px;
    color: var(--light) !important;
    text-transform: uppercase;
    font-weight: 500;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 12px 0;
    padding-left: 8px;
    padding-right: 8px;
}

.dropdown-menu {
    background: linear-gradient(rgba(0, 0, 0), #21a5fd, #013353);
    padding: 10px;
}

.dropdown-menu-scrollbar {
    max-height: 450px; /* Adjust the max height as needed */
    overflow-y: auto;
    scrollbar-width: none; /* Hide scrollbar for Firefox */
    -ms-overflow-style: none; /* Hide scrollbar for IE and Edge */
}

.dropdown-menu-no-scrollbar::-webkit-scrollbar {
    display: none; /* Hide scrollbar for Chrome, Safari, and Opera */
}

.dropdown-item {
    color: white;
}
/* Base styles for the dropdown */
.nav-item {
    position: relative;
    display: inline-block;
}

.specialdropdown .dropdown-menu {
    display: none;
    position: absolute;
    background: linear-gradient(rgba(0, 0, 0), #21a5fd, #013353);
    padding:0px;
    z-index: 1;
    top:35px;
}

.specialdropdown .dropdown-menu .dropdown-item {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.specialdropdown .dropdown-menu a:hover {
    background-color: var(--light);
    color:black;
}
/* Show dropdown menu on hover */
.specialdropdown .nav-item:hover > .dropdown-menu {
    display: block;
}

/* Nested dropdowns */
.specialdropdown .dropdown {
    position: relative;
}

.specialdropdown .dropdown .dropdown-menu {
    top: 0;
    right:100%;
    margin-left: 0;
}

/* Ensure nested dropdowns are displayed only when hovered over */
.dropdown:hover > .dropdown-menu {
    display: block;
}

/* Ensure proper display of nested dropdowns */
.dropdown-menu .dropdown-menu {
    display: none;
}

.dropdown-menu .dropdown:hover > .dropdown-menu {
    display: block;
}
.navbar-dark .navbar-nav a:hover,
.navbar-dark .navbar-nav .nav-link.active {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    color: var(--dark) !important;
    transform: scale(1.1);
    background-color: #defaff;
}

.navbar-dark .navbar-brand img {
    max-height: 120px;
    transition: .5s;
}

.dropdown-menu a:hover {
    background-color: var(--light);
}

.sticky-top.navbar-dark .navbar-brand img {
    max-height: 90px;
}

.sticky-top #header h3 {
    font-size: 28px;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-dark {
        position: relative;
    }

    .navbar-dark .navbar-collapse {
        margin-top: 0px;
        border-top: 1px solid rgba(255, 255, 255, .1)
    }

    .navbar-dark .navbar-nav .nav-link,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
    }

    .navbar-dark .navbar-brand img {
        max-height: 100px;
    }
}

@media (min-width: 992px) {
    .navbar-dark {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 999;
        background: transparent !important;
    }

    .sticky-top.navbar-dark {
        position:fixed;
        background: var(--dark) !important;
    }

    #header {
        margin-left: -300px;
    }
}

@media (max-width:576px) {

    .navbar-dark .navbar-nav a:hover,
    .navbar-dark .navbar-nav .nav-link .nav-link.active {
        display: inline-block;
        padding-left: 10px;
        padding-right: 10px;
    }

    .navbar-collapse {
        padding-left: 20px;
        height: auto;
    }

    #donateus {
        margin-top: 20px;
    }

    .dropdown-menu {
        font-size: 14px;
        padding-left: 8px;
        padding-right: 8px;
    }

    .navbar-brand {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (min-width:576px) and (max-width:768px) {
    .navbar-brand {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .navbar-dark .navbar-nav a:hover,
    .navbar-dark .navbar-nav .nav-link .nav-link.active {
        display: inline-block;
        padding-left: 10px;
        padding-right: 10px;
    }

    .navbar-collapse {
        padding-left: 40px;
        height: auto;
    }

    #donateus {
        margin-top: 20px;
    }
}

/***services ***/
.service-item {
    position: relative;
    height: 450px;
    padding: 0 30px;
    transition: 0.5s;
}

.service-item .service-icon {
    margin-bottom: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FEA116;
    border-radius: 2px;
    transform: rotate(-45deg);
}

/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.service-item:hover {
    background:linear-gradient(rgba(78, 78, 78, .8),rgb(51, 50, 50 , .8)),url(service.avif);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}

#upcoming {
    position: relative;
    border-radius: 2px;
    background-color: #FEA116;
    color: white;
    display: block;
    height: auto;
}

#qrtext {
    color: #021bff;
}

/*** Hero Header ***/
.hero-header {
    background: linear-gradient(rgba(15, 23, 43, .9), rgba(15, 23, 43, .9)), url(logobackside.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-header img {
    animation: imgRotate 50s linear infinite;
}

@keyframes imgRotate {
    100% {
        transform: rotate(360deg);
    }
}

.breadcrumb-item+.breadcrumb-item::before {
    color: rgba(255, 255, 255, .5);
}

.bullet {
    font-size: x-large;
    /* Adjust the font size as needed */
    color: #FEA116;
    /* Adjust the color as needed */
    margin-right: 5px;
    /* Adjust the spacing between the bullet and text */
}

/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
}

.section-title::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    left: -55px;
    margin-top: -1px;
    background: var(--primary);
}

.section-title::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    right: -55px;
    margin-top: -1px;
    background: var(--primary);
}

.section-title.text-start::before,
.section-title.text-end::after {
    display: none;
}

/*** Events ***/
#demo .container {
    background-color: #100f2b;
    padding: 20px 20px;
    height: 100%;
    width: 60%
}

@media (max-width:576px) {
    #demo .container {
        height: auto;
        width: 100%;
        padding: 10px 10px;
    }
}

/*** Service 

.service-item .bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

***/
.abtframe {
    --g: 8px;
    /* the gap */
    --s: 400px;
    /* the size */
    display: grid;
}

.abtframe>img {
    grid-area: 1/1;
    width: 400px;
    height: 400px;
    aspect-ratio: 1;
    object-fit: cover;
    transform: translate(var(--_x, 0), var(--_y, 0));
    cursor: pointer;
    z-index: 0;
    transition: .3s, z-index 0s .3s;
}

.abtframe img:hover {
    --_i: 1;
    z-index: 1;
    transition: transform .2s, clip-path .3s .2s, z-index 0s;
}

.abtframe:hover img {
    transform: translate(0, 0);
}

.abtframe>img:nth-child(1) {
    clip-path: polygon(50% 50%, calc(50%*var(--_i, 0)) calc(120%*var(--_i, 0)), 0 calc(100%*var(--_i, 0)), 0 0, 100% 0, 100% calc(100%*var(--_i, 0)), calc(100% - 50%*var(--_i, 0)) calc(120%*var(--_i, 0)));
    --_y: calc(-1*var(--g))
}

.abtframe>img:nth-child(2) {
    clip-path: polygon(50% 50%, calc(100% - 120%*var(--_i, 0)) calc(50%*var(--_i, 0)), calc(100% - 100%*var(--_i, 0)) 0, 100% 0, 100% 100%, calc(100% - 100%*var(--_i, 0)) 100%, calc(100% - 120%*var(--_i, 0)) calc(100% - 50%*var(--_i, 0)));
    --_x: var(--g)
}

.abtframe>img:nth-child(3) {
    clip-path: polygon(50% 50%, calc(100% - 50%*var(--_i, 0)) calc(100% - 120%*var(--_i, 0)), 100% calc(100% - 120%*var(--_i, 0)), 100% 100%, 0 100%, 0 calc(100% - 100%*var(--_i, 0)), calc(50%*var(--_i, 0)) calc(100% - 120%*var(--_i, 0)));
    --_y: var(--g)
}

.abtframe>img:nth-child(4) {
    clip-path: polygon(50% 50%, calc(120%*var(--_i, 0)) calc(50%*var(--_i, 0)), calc(100%*var(--_i, 0)) 0, 0 0, 0 100%, calc(100%*var(--_i, 0)) 100%, calc(120%*var(--_i, 0)) calc(100% - 50%*var(--_i, 0)));
    --_x: calc(-1*var(--g))
}

#abtbody {
    margin: 0;
    min-height: 100vh;
    display: grid;
    place-content: center;
}

/* Media query for smaller devices */
@media (max-width: 576px) {
    .abtframe>img {
        grid-area: 1/1;
        width: 250px;
        height: 250px;
    }
}

#eventimg {
    width: 100%;
    margin: 0 auto;
    align-items: center;
}

#eventimg:after {
    clear: both;
    display: table;
    content: '';
}

.bg-items {
    padding: 20px;
    width: 300px;
    height: 240px;
    margin: 20px;
    background-color: #012501;
    float: left;
    cursor: pointer;
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.5);
}

.items {
    width: 260px;
    height: 200px;
    position: relative;
    overflow: hidden;
    background-color: #102B46;
    background-size: cover;
}

.items img {
    width: 100%;
    height: 100%;
}

.details {
    background-color: rgba(0, 0, 0, 0.5);
    width: 260px;
    height: 200px;
    padding: 10px;
    top: 0;
    left: 0;
    font-family: georgia;
    color: #fff;
    opacity: 0;
    transition: opacity .8s;
}

.details h3 {
    margin-bottom: 20px;
}

.details p {
    font-size: 14px;
    font-style: italic;
    text-align: center;
    align-items: center;
    line-height: 20px;
}

.items:hover .details {
    opacity: 1;
    transition: opacity .2s .3s;
}

.items div {
    position: absolute;
}
@media (max-width:576px){
    .details p {
        font-size: 12px;
        font-style: italic;
        text-align: center;
        align-items: center;
        line-height: 20px;
    }
}
/* eleven */

.eleven {
    width: inherit;
    height: 60px;
    transition: all .3s;
}

.eleven.i {
    top: 0;
    left: -100%;

}

.eleven.ii {
    top: 40px;
    left: 100%;
}

.eleven.iii {
    top: 80px;
    left: -100%;
}

.eleven.iv {
    left: 100%;
    top: 120px;
}

.items:hover .eleven {
    left: 0;
    transition: all .4s;
}

#hex {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    --line-offset: calc((10vh + 8px) / 2);
}

#hex.container {
    width: 100vw;
    height: 100vh;
    display: grid;
    margin-left: 100px;
    grid-template-rows: 5fr 1fr;
    background: #021919;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
    display: flex;
}

.tab {
    width: calc(10vh + 8px);
    height: calc(10vh + 8px);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(0% 50%, 15% 0%, 85% 0%, 100% 50%, 85% 100%, 15% 100%);
    shape-outside: polygon(0% 50%, 15% 0%, 85% 0%, 100% 50%, 85% 100%, 15% 100%);
    z-index: 0;
    transition: width 0.5s;
}

.tab img {
    width: 10vh;
    height: 10vh;
    z-index: 10;
    cursor: pointer;
    clip-path: polygon(0% 50%, 15% 0%, 85% 0%, 100% 50%, 85% 100%, 15% 100%);
    shape-outside: polygon(0% 50%, 15% 0%, 85% 0%, 100% 50%, 85% 100%, 15% 100%);
    transition: width 0.5s;
}

#hex [type=radio] {
    display: none;
}

.preview-list {
    background: linear-gradient(#021919,
            #021919 var(--line-offset),
            white var(--line-offset));
}

.tab {
    background: linear-gradient(white,
            white var(--line-offset),
            #021919 var(--line-offset));
}

[type=radio]:checked~label~.contentg {
    text-align: center;
    z-index: 8;
}


[type=radio]:checked~label .tab {
    width: 0;
}

.contentg {
    position: absolute;
    background: #021919;
    top: 80%;
    left: 0;
    width: 81vw;
    height: 75vh;
    margin-left: 120px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.contentg img {
    height: 100%;
    width: 100%;
}

@media (max-width:576px) {
    #beven .items {
        width: auto;
    }

    #galleryimg {
        display:flex;
        text-align: center;
        align-items:center;
        justify-content: center;
        margin-left:25px;
    }

    #hex.container {
        width: 100vw;
        height: 60vh;
        display: grid;
        margin-left: 0px;
        grid-template-rows: 5fr 1fr;
        background: #021919;
    }

    .tab {
        width: calc(6vh + 8px);
        height: calc(6vh + 8px);
    }

    .tab img {
        width: 6vh;
        height: 6vh;
    }

    .contentg {
        position: absolute;
        top: 860px;
        left: 0;
        width: 100vw;
        height: 45vh;
        margin-left: 0px;
        overflow: hidden;
        display: flex;
        align-items: center;
    }

    .contentg img {
        height: 100%;
        width: 100%;
    }
}

@media (min-width:576px) and (max-width:768px) {
    #hex.container {
        width: 100vw;
        height: 80vh;
        display: grid;
        margin-left: 15px;
        grid-template-rows: 5fr 1fr;
        background: #021919;
    }

    .tab {
        width: calc(8vh + 8px);
        height: calc(8vh + 8px);
    }

    .tab img {
        width: 8vh;
        height: 8vh;
    }

    .contentg {
        position: absolute;
        top: 760px;
        left: 0;
        width: 90vw;
        height: 60vh;
        margin-left: 35px;
        overflow: hidden;
        display: flex;
        align-items: center;
    }

    .contentg img {
        height: 100%;
        width: 100%;
    }

}

#galbody {
    margin: 0;
    min-height: 100vh;
    display: grid;
    place-content: center;
}

.galleryframe {
    --s: 250px;
    /* control the size */
    --g: 10px;
    /* control the gap */
    display: grid;
    margin: calc(var(--s) + var(--g));
}

@media (max-width:576px) {
    .galleryframe {
        --s: 120px;
        /* control the size */
        --g: 5px;
        /* control the gap */
        display: grid;
        margin: calc(var(--s) + var(--g));
    }
}

.galleryframe>img {
    grid-area: 1/1;
    width: var(--s);
    aspect-ratio: 1.15;
    object-fit: cover;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0 50%);
    transform: translate(var(--_x, 0), var(--_y, 0)) scale(var(--_t, 1));
    cursor: pointer;
    transition: .2s linear;
}

.galleryframe>img:hover {
    z-index: 1;
    --_t: 1.2;
}

.galleryframe>img:nth-child(1) {
    --_y: calc(-100% - var(--g))
}

.galleryframe>img:nth-child(7) {
    --_y: calc(100% + var(--g))
}

.galleryframe>img:nth-child(3),
.galleryframe>img:nth-child(5) {
    --_x: calc(-75% - .87*var(--g))
}

.galleryframe>img:nth-child(4),
.galleryframe>img:nth-child(6) {
    --_x: calc(75% + .87*var(--g))
}

.galleryframe>img:nth-child(3),
.galleryframe>img:nth-child(4) {
    --_y: calc(-50% - .5*var(--g))
}

.galleryframe>img:nth-child(5),
.galleryframe>img:nth-child(6) {
    --_y: calc(50% + .5*var(--g))
}

/*** Food Menu ***/
.nav-pills .nav-item .active {
    border-bottom: 2px solid var(--primary);
}

/* Style for the initially hidden content */
.more-content {
    display: none;
}

/* Style to show the content when the 'show-more' class is present */
.more-content.show-more {
    display: block;
}

/***Section***/
#video1 {
    position: relative;
    float: right;
}

/*** Youtube Video ***/
.video {
    position: relative;
    height: 100%;
    min-height: 500px;
    background: linear-gradient(rgba(15, 23, 43, .1), rgba(15, 23, 43, .1)), url(IMG-20240209-WA0015.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--primary);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--primary);
    border-radius: 50%;
    transition: all 200ms;
}

.video .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid var(--dark);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

/* Default icon size */
.year {
    font-size: 36px;
    /* Change the size as needed */
}

@media(max-width:576px) {
    .year {
        font-size: 25px;
        /* Reduce the size for smaller screens */
    }
}

/* Media query for smaller screens */
@media (min-width: 576px) and (max-width: 768px) {
    .year {
        font-size: 30px;
        /* Reduce the size for smaller screens */
    }
}

#imgModal {
    z-index: 99999;
}

#imgModal .modal-body img {
    max-width: 100%;
    height: auto;
}

#imgModal .modal-dialog {
    position: relative;
    max-width: 850px;
    margin: 60px auto 0 auto;
}

#imgModal .modal-body {
    position: relative;
    padding: 0px;
    color: #000000;
    font-family: sans-serif;
    background-color: #f9f1db;
}

#imgModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}

/* For phones and small devices */
@media (max-width: 576px) {
    #imgModal .modal-body {
        height: 800px;
        width: 100%;
    }

    .ratio.ratio-16x9 img {
        height: auto;
        max-width: 100%;
        text-align: center;
        align-items: center;
    }

    .ratio.ratio-16x9 table {
        width: 100%;
        font-size: 13px;
        height: auto;
    }

    .ratio.ratio-16x9 h5 {
        font-size: 20px;
    }
}

/* For tablets and medium-sized devices */
@media (min-width: 576px) and (max-width: 768px) {
    .ratio.ratio-16x9 .col-md-6 {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .ratio.ratio-16x9 .col-md-6 img {
        height: auto;
        max-width: 100%;
    }

    .ratio.ratio-16x9 .col-md-6 table {
        width: 100%;
        font-size: 15px;
        /* Adjust font size for medium screens */
        line-height: 1.1;
        /* Adjust line height for medium screens */
        height: auto;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}

/*** Team ***/
.trustee .team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    height: calc(100% - 38px);
    transition: .5s;
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item:hover {
    height: 100%;
}

.team-item .btn {
    border-radius: 38px 38px 0 0;
}

@media (min-width:768px) {
    .five {
        margin-left: 120px;
    }
}

/*** Testimonial ***/
.testimonial-carousel .owl-item .team-item,
.testimonial-carousel .owl-item.center .team-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .team-item {
    border-color: var(--primary) !important;
}

/* For phones and small devices */
@media (max-width: 576px) {
    .testimonial-carousel .team-item {
        text-align: center;
        width: 80%;
        margin-left: -38px;
    }
}

/* For tablets and medium-sized devices */
@media (min-width: 576px) and (max-width: 768px) {
    .testimonial-carousel .team-item {
        text-align: center;
        width: 200px;
        margin-left: -10px;
        /* Adjust width for medium screens */
    }
}

/* For laptops and larger devices */
@media (min-width: 768px) {
    .testimonial-carousel .team-item {
        text-align: center;
        width: 250px;
    }
}

@media(max-width:576px) {
    #treatment option {
        font-size: 12px;
    }
}

/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
    transition: .7s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--primary) !important;
    border-color: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: var(--light) !important;
}
.testimonial-item:hover{
    background: var(--primary) !important;
    border-color: var(--primary) !important;
}
/* For phones and small devices */
@media (max-width: 576px) {
    .testimonial-item #videoPlayer {
        text-align: center;
        width: 100%;
        /* Adjust width for small screens */
    }
}

/* For tablets and medium-sized devices */
@media (min-width: 576px) and (max-width: 768px) {
    .testimonial-item #videoPlayer {
        text-align: center;
    }
}
/* For laptops and larger devices */
@media (min-width: 768px) and (max-width: 1024px) {
    .testimonial-item #videoPlayer {
        text-align: center;
        width: 250px;
    }
}

section.container {
    max-width: 130rem;
    background-color: #ddffe8;
    margin: 0 auto;
}

.grid-2-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 5rem;
    gap: 5.2rem;
    justify-items: center;
    align-items: center;
}

.text {
    max-width: 45rem;
}

.text-number {
    color: #038b09;
    font-size: 3.2rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.text-heading {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 2rem;
    color: #000119;
}

.text-description {
    color: #033115;
    text-align: justify;
}

.css-image {
    height: 25rem;
    width: 25rem;
    justify-self: center;
    position: relative;
}

.img-01 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5% 30% 40% 40%;
}

.img-02 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 40% 5% 40% 40%;
}

.readMoreBtn {
    border: none;
    border-radius: 50px;
    background-color: #09f1b8;
    color: #012501;
}

.readMoreBtn :hover {
    border: none;
    border-radius: 50px;
    background-color: #b3f7e6;
    color: #0F172B;
    transition: .5s;
}

/* Media query for smaller devices */
@media screen and (max-width: 768px) {
    .grid-2-cols {
        grid-template-columns: 1fr;
        padding: 3rem;
        gap: 3rem;
    }

    .text {
        max-width: 100%;
        justify-content: center;
        text-align: center;
        align-items: center;
        margin-left: -30px;
    }

    .text-number {
        font-size: 2.6rem;
        justify-content: center;
        text-align: center;
        align-items: center;
    }

    .css-image {
        height: 15rem;
        width: 15rem;
        margin-left: -25px;
    }
}

/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
 
.home-banner-area p{
    font-size:medium;
  }
  .header-left {
    position: relative;
    padding-right: 0px; }
    @media (max-width: 767px) {
      .header-left {
        display: none; } }
    .header-left .video-popup {
      position: absolute;
      bottom: 110px;
      left: -15px; }
      @media (max-width: 991px) {
        .header-left .video-popup {
          bottom: 60px; } }
      .header-left .video-popup .watch {
        color: #fff;
        padding-left: 80px; }
        .header-left .video-popup .watch h5 {
          font-size: 26px;
          color:#fff; }
        .header-left .video-popup .watch p {
          text-transform: uppercase;
          font-size: 14px;
          color:#fff;
          margin: 0; }
  
  .header-right {
    padding-left: 20%;
    padding-right: 9.5%; }
    .header-right h2 {
      margin-bottom: 30px; }
    @media (max-width: 1680px) {
      .header-right {
        padding-left: 17%;
        padding-right: 6%; } }
    @media (max-width: 1440px) {
      .header-right {
        padding-left: 12%;
        padding-right: 11%; } }
    @media (max-width: 1380px) {
      .header-right {
        padding-left: 10%; } }
    @media (max-width: 1199px) {
      .header-right {
        padding-left: 12%;
        padding-right: 6%; } }
    @media (max-width: 1024px) {
      .header-right {
        padding-left: 5%; } }
    @media (max-width: 991px) {
      .header-right {
        padding-left: 15%;
        padding-right: 0; } }
    @media (max-width: 767px) {
      .header-right {
        position: relative;
        background: url(../img/kodai.jpg) center no-repeat;
        background-size: cover;
        padding: 100px 120px;
        z-index: 1; }
        .header-right:after {
          position: absolute;
          left: 0;
          top: 0;
          height: 100%;
          width: 100%;
          background: #000;
          content: "";
          opacity: .2;
          z-index: -1; }
        .header-right h2 {
          color: #fff;
          margin-bottom: 30px; }
        .header-right p {
          color: #fff; }
        .header-right .main_btn {
          color: #fff;
          margin-top: 20px; }
          .header-right .main_btn img {
            -webkit-filter: invert(1);
            -moz-filter: invert(1);
            -ms-filter: invert(1);
            -o-filter: invert(1);
            filter: invert(1); } }
    @media (max-width: 570px) {
      .header-right {
        padding: 80px 15px;
    margin-bottom: 15px; } }
    .header-right h2 {
      font-size: 60px;
      line-height: 1; }
      @media (max-width: 1440px) {
        .header-right h2 {
          font-size: 45px; } }
      @media (max-width: 991px) {
        .header-right h2 {
          font-size: 35px; } }
      @media (max-width: 1440px) {
        .header-right h2 br {
          display: none; } }
    .header-right .main_btn {
      margin-top: 20px; }
  .video-play-button {
    position: relative;
    box-sizing: content-box;
    display: inline-block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 30px 12px 18px 28px; }
    @media (max-width: 991px) {
      .video-play-button {
        padding: 40px 8px 18px 28px; } }
    .video-play-button:before, .video-play-button:after {
      content: "";
      position: absolute;
      left: 40%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      display: block;
      width: 100px;
      height: 100px;
      border-radius: 50%; }
      @media (max-width: 991px) {
        .video-play-button:before, .video-play-button:after {
          width: 70px;
          height: 70px; } }
    .video-play-button:before {
      z-index: 0;
      -webkit-animation: pulse-border 2000ms ease-out infinite;
      -moz-animation: pulse-border 2000ms ease-out infinite;
      -o-animation: pulse-border 2000ms ease-out infinite;
      animation: pulse-border 2000ms ease-out infinite;
      background: #fff; }
    .video-play-button:after {
      z-index: 1;
      -webkit-transition: all 200ms ease;
      -moz-transition: all 200ms ease;
      -o-transition: all 200ms ease;
      transition: all 200ms ease;
      box-shadow: 0px 10px 30px rgba(39, 0, 110, 0.3);
      background: #4681ff; }
    .video-play-button span {
      display: block;
      position: relative;
      z-index: 3;
      width: 0;
      height: 0;
      left:-15px;
      bottom:7px;
      border-left: 20px solid #ffffff;
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent; }
      @media (max-width: 991px) {
        .video-play-button span {
          border-left: 15px solid #ffffff;
          border-top: 8px solid transparent;
          border-bottom: 8px solid transparent; } }
  
  @-webkit-keyframes pulse-border {
    0% {
      -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1);
      -moz-transform: translate(-50%, -50%) translateZ(0) scale(1);
      -ms-transform: translate(-50%, -50%) translateZ(0) scale(1);
      -o-transform: translate(-50%, -50%) translateZ(0) scale(1);
      transform: translate(-50%, -50%) translateZ(0) scale(1);
      opacity: 0.7; }
    100% {
      -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
      -moz-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
      -ms-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
      -o-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
      transform: translate(-50%, -50%) translateZ(0) scale(1.5);
      opacity: 1; } }
  @-moz-keyframes pulse-border {
    0% {
      -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1);
      -moz-transform: translate(-50%, -50%) translateZ(0) scale(1);
      -ms-transform: translate(-50%, -50%) translateZ(0) scale(1);
      -o-transform: translate(-50%, -50%) translateZ(0) scale(1);
      transform: translate(-50%, -50%) translateZ(0) scale(1);
      opacity: 0.7; }
    100% {
      -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
      -moz-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
      -ms-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
      -o-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
      transform: translate(-50%, -50%) translateZ(0) scale(1.5);
      opacity: 1; } }
  @-o-keyframes pulse-border {
    0% {
      -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1);
      -moz-transform: translate(-50%, -50%) translateZ(0) scale(1);
      -ms-transform: translate(-50%, -50%) translateZ(0) scale(1);
      -o-transform: translate(-50%, -50%) translateZ(0) scale(1);
      transform: translate(-50%, -50%) translateZ(0) scale(1);
      opacity: 0.7; }
    100% {
      -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
      -moz-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
      -ms-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
      -o-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
      transform: translate(-50%, -50%) translateZ(0) scale(1.5);
      opacity: 1; } }
  @keyframes pulse-border {
    0% {
      -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1);
      -moz-transform: translate(-50%, -50%) translateZ(0) scale(1);
      -ms-transform: translate(-50%, -50%) translateZ(0) scale(1);
      -o-transform: translate(-50%, -50%) translateZ(0) scale(1);
      transform: translate(-50%, -50%) translateZ(0) scale(1);
      opacity: 0.7; }
    100% {
      -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
      -moz-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
      -ms-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
      -o-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
      transform: translate(-50%, -50%) translateZ(0) scale(1.5);
      opacity: 1; } }
/*Popular area css
==========================================*/
.popular-place-area {
  margin-bottom: 20px; }
  @media (max-width: 1024px) {
    .popular-place-area {
      margin-bottom: 0; } }
  .popular-place-area .left-content {
    position: relative; }
    @media (max-width: 1024px) {
      .popular-place-area .left-content img {
        max-width: 80%; }
      .popular-place-area .left-content .img2 {
        max-width: 50%;
        top: 5% !important; }
      .popular-place-area .left-content .img3 {
        right: 70% !important;
        max-width: 50%; } }
    @media (max-width: 991px) {
      .popular-place-area .left-content {
        display: none; } }
    .popular-place-area .left-content .img2 {
      position: absolute;
      left: 50%;
      top: 2%; }
    .popular-place-area .left-content .img3 {
      position: absolute;
      right: 30%;
      bottom: -10%; }
  .popular-place-area .right-content .main_title {
    padding-right: 30px; }
    
@media (max-width: 615px) {
  .counter_area {
    text-align: center; } }
.counter_area .top-two {
  margin-bottom: 30px; }
  @media (max-width: 991px) {
    .counter_area .top-two {
      display: inline; } }
@media (max-width: 991px) {
  .counter_area .bottom-two {
    display: inline; } }
.counter_area .single_counter {
  text-align: center;
  padding: 30px;
  border: 1px solid #eeeeee;
  display: inline-block;
  height: 200px;
  width: 190px;
  margin-right: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  @media (max-width: 1024px) {
    .counter_area .single_counter {
      width: 150px; } }
  @media (max-width: 991px) {
    .counter_area .single_counter {
      height: 170px;
      width: 140px;
      padding: 15px; }
      .counter_area .single_counter:last-child {
        margin-top: 30px; } }
  @media (max-width: 767px) {
    .counter_area .single_counter {
      margin-right: 25px; } }
  @media (max-width: 400px) {
    .counter_area .single_counter {
      width: 100%;
      margin-right: 0; }
      .counter_area .single_counter:nth-child(2) {
        margin-bottom: 30px; } }
  .counter_area .single_counter .thumb {
    margin-bottom: 20px; }
    .counter_area .single_counter .thumb img {
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
  .counter_area .single_counter .info-content h4 {
    font-size: 20px;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    margin-bottom: 10px; }
  .counter_area .single_counter:hover {
    background: #4681ff;
    color: #fff;
    border: 1px solid transparent; }
    .counter_area .single_counter:hover .thumb img {
      -webkit-filter: brightness(0) invert(1);
      -moz-filter: brightness(0) invert(1);
      -ms-filter: brightness(0) invert(1);
      -o-filter: brightness(0) invert(1);
      filter: brightness(0) invert(1); }
    .counter_area .single_counter:hover .info-content h4 {
      color: #fff; }
#section-team{
    margin-top:100px;
}
.block-2 {
    margin-bottom: 50px;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -ms-transform: perspective(1000px);
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d; }
    .block-2:hover .back, .block-2.hover .back {
      -webkit-transform: rotateY(0deg);
      -moz-transform: rotateY(0deg);
      -o-transform: rotateY(0deg);
      -ms-transform: rotateY(0deg);
      transform: rotateY(0deg); }
    .block-2:hover .front, .block-2.hover .front {
      -webkit-transform: rotateY(180deg);
      -moz-transform: rotateY(180deg);
      -o-transform: rotateY(180deg);
      transform: rotateY(180deg); }
    .block-2, .block-2 .front, .block-2 .back {
      width: 100%;
      height: 427px; }
    .block-2 .flipper {
      -webkit-transition: 0.6s;
      -webkit-transform-style: preserve-3d;
      -ms-transition: 0.6s;
      -moz-transition: 0.6s;
      -moz-transform: perspective(1000px);
      -moz-transform-style: preserve-3d;
      -ms-transform-style: preserve-3d;
      -o-transition: 0.6s;
      transition: 0.6s;
      transform-style: preserve-3d;
      position: relative; }
    .block-2 .front, .block-2 .back {
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      backface-visibility: hidden;
      border-radius: 4px;
      -webkit-transition: 0.6s;
      -webkit-transform-style: preserve-3d;
      -webkit-transform: rotateY(0deg);
      -moz-transition: 0.6s;
      -moz-transform-style: preserve-3d;
      -moz-transform: rotateY(0deg);
      -o-transition: 0.6s;
      -o-transform-style: preserve-3d;
      -o-transform: rotateY(0deg);
      -ms-transition: 0.6s;
      -ms-transform-style: preserve-3d;
      -ms-transform: rotateY(0deg);
      transition: 0.6s;
      transform-style: preserve-3d;
      transform: rotateY(0deg);
      position: absolute;
      top: 0;
      left: 0; }
    .block-2 .front {
      -webkit-transform: rotateY(0deg);
      -ms-transform: rotateY(0deg);
      background: lightgreen;
      z-index: 2;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
      .block-2 .front:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.4) 99%, rgba(0, 0, 0, 0.6) 100%);
        background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.4) 99%, rgba(0, 0, 0, 0.6) 100%);
        background: -webkit-linear-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.6)));
        background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.4) 99%, rgba(0, 0, 0, 0.6) 100%);
        background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.4) 99%, rgba(0, 0, 0, 0.6) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); }
      .block-2 .front .box {
        position: absolute;
        bottom: 0;
        left: 20px;
        right: 20px;
        bottom: 20px; }
        .block-2 .front .box h2, .block-2 .front .box p {
          color: #fff;
          margin: 0;
          padding: 0;
          line-height: 1.5; }
        .block-2 .front .box h2 {
          font-size: 20px; }
        .block-2 .front .box p {
          font-size: 12px; }
    .block-2 .back {
      background: #fff;
      -webkit-box-shadow: 0 0 70px -10px rgba(0, 0, 0, 0.4);
      box-shadow: 0 0 70px -10px rgba(0, 0, 0, 0.4);
      -webkit-transform: rotateY(-180deg);
      -moz-transform: rotateY(-180deg);
      -o-transform: rotateY(-180deg);
      -ms-transform: rotateY(-180deg);
      transform: rotateY(-180deg); }
    .block-2 .back p {
      position: absolute;
      top: 40px;
      left: 0;
      right: 0;
      text-align: justify;
      padding: 0 20px;
      font-size: 18px; }
    .block-2 .author {
      bottom: 0;
      position: absolute;
      bottom: 20px;
      left: 20px;
      right: 20px; }
      .block-2 .author .image {
        width: 40px; }
        .block-2 .author .image img {
          border-radius: 100%;
          max-width: 100%; }
      .block-2 .author .position {
        display: block;
        font-size: 12px; }
        @media (max-width: 991.98px) {
            .block-2 .back {
                transform: rotateY(180deg);
            }
        
            .block-2 .front {
                transform: rotateY(0deg);
            }
        }
  .packtab .tabs-container {
          width: 100%;
          max-width: 1000px;
          margin: 0 auto;
        }
        
        .packtab .tabs-nav {
          list-style: none;
          padding: 0;
          margin: 0;
          display: flex;
        }
        
        .packtab .tab-nav-item {
          cursor: pointer;
          padding: 10px 20px;
          background-color: #f0f0f0;
          border: 1px solid #ccc;
          border-radius: 5px 5px 0 0;
          margin-right: 5px;
        }
        
        .packtab .tab-nav-item.active {
          background-color: #fff;
          border-bottom-color: transparent;
        }
        
        .packtab .tabs-content {
          border: 1px solid #ccc;
          border-radius: 0 5px 5px 5px;
          padding: 20px;
        }
        
        .packtab .tab-content-item {
          display: none;
        }
        
        .packtab .tab-content-item.active {
          display: block;
        }
     
/*---------------------------------------
  CONTACT               
-----------------------------------------*/
.google-map {
    border-radius: 20px;
  }
  
/*---------------------------------------
CUSTOM FORM               
-----------------------------------------*/
.custom-form .form-control {
color: #717275;
margin-bottom: 24px;
padding-top: 13px;
padding-bottom: 13px;
outline: none;
}

.custom-form button[type="submit"] {
background: #FEA116;
border: none;
border-radius: 100px;
color: #fff;
font-size:18px;
font-weight: var(--font-weight-medium);
transition: all 0.3s;
margin-bottom: 0;
}

.custom-form button[type="submit"]:hover,
.custom-form button[type="submit"]:focus {
background: orangered;
border-color: transparent;
}

/*---------------------------------------
  SECTION               
-----------------------------------------*/
.section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  
  .section-bg {
    background-color: #f0f8ff;
  }
  
  .section-overlay {
    background-color: #000000;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    opacity: 0.35;
  }
  
  .section-overlay + .container {
    position: relative;
  }
  
  .tab-content {
    background-color: #fff;
    border-radius:20px;
    padding: 45px;
  }
  
  .nav-tabs {
    background-color: #f0f8ff;
    border-radius: 100px;
    border-bottom: 0;
    padding: 15px;
  }
  
  .nav-tabs .nav-link {
    border-radius: 100px;
    border: 0;
    padding: 15px 25px;
    transition: all 0.3s;
  }
  
  .nav-tabs .nav-link:first-child {
    margin-right: 15px;
  }
  
  .nav-tabs .nav-item.show .nav-link, 
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-link:focus, 
  .nav-tabs .nav-link:hover {
    background: #fff;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
    color: var(--primary-color);
  }
  
  .nav-tabs h5 {
    color: #717275; 
    margin-bottom: 0;
  }
  
  .nav-tabs .nav-link.active h5,
  .nav-tabs .nav-link:focus h5, 
  .nav-tabs .nav-link:hover h5 {
    color: var(--primary-color);
  }
  .whatsapp {
    position: fixed;
    left: 25px;
    bottom: 18px;
    z-index: 99;
    border: 1px solid #00a2ff;
    border-radius: 10px;
}

    .whatsapp .box {
        border-radius: 10px;
        border: 2px solid #00a2ff;
        background-color: #fff;
        padding-bottom: 10px;
    }

    .whatsapp h4 {
        background: linear-gradient(to top, #00a2ff, #028ad8);
        color: #fff;
        margin-top: 0px;
        padding: 6px 19px 6px 39px;
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
        font-size: 14px;
        margin-bottom: 6px;
    }
  .whatsapp img {
    width: 48px;
    position: absolute;
    left: -15px;
    top: -10px;
    animation: jump 0.3s infinite;
}

@keyframes jump {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(7deg);
    }

    50% {
        transform: rotate(0deg);
    }

    75% {
        transform: rotate(-7deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.whatsapp h5 {
    color:darkblue;
    font-weight: 800;
    font-size: 11px;
    text-align: center;
    margin: 0;
}

