﻿h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway", sans-serif;
}

h2 {
    font-size: 40px;
}

p {
    font-family: "Roboto", sans-serif;
}

.show-mobile {
    display: none;
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.19rem !important;
        padding-left: 0.19rem !Important;
    }
}
@media(max-width: 991px) {
    .show-mobile {
        display: block;
    }

    .bg-nav {
        background: linear-gradient(to bottom, #ffffff 0%, #8da9c4 100%);
    }
}

@media (min-width:1100px) and (max-width:1350px) {
    .nav-link {
        color: #fff !important;
        font-weight: 500;
        font-size: 1rem !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}

.navbar-toggler-icon {
    filter: invert(100%) brightness(0%);
}

.bg-nav {
    background-color: #79909f;
}

.nav-link {
    color: #fff !important;
    font-weight: 500;
    font-size: 14px;
}


    .nav-link i {
        margin-right: 5px;
    }

/* allow full width dropdown */
.navbar-nav .dropdown {
    position: static;
}

/* base mega menu */
.mega-menu {
    width: 100%;
    left: 0;
    right: 0;
    top: 100%;
    margin: 0;
    border-radius: 0;
    padding: 30px 0;
    box-shadow: 0 10px 30px rgba(0,0,0,.15);
    display: none;
}

/* DESKTOP hover open */
@media (min-width: 992px) {
    .navbar-nav .dropdown:hover > .mega-menu {
        display: block;
    }

    .navbar-nav .dropdown::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        height: 20px;
    }
}

/* MOBILE behave as normal dropdown */
@media (max-width: 991px) {
    .mega-menu {
        width: 100%;
        position: static;
        box-shadow: none;
        padding: 15px;
        display: none; /* Bootstrap dropdown controls visibility */
    }

    .hide-mobile {
        display: none;
    }
}

/* center container */
.mega-menu .row {
    max-width: 1140px;
    margin: auto;
}

/* links inside mega */
.mega-menu a {
    display: block;
    padding: 6px 0;
    color: #333;
    text-decoration: none;
}

    .mega-menu a:hover {
        color: #005ca7;
    }

.mega-heading {
    font-weight: 600;
    margin-bottom: 10px;
}

.admission-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 10px 4px 10px; /* 🔽 reduce height */
    border-radius: 40px 60px 40px 0px;
    background: #efbb3a;
    color: #1f2d5d;
    height: 65px;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    box-shadow: 0 6px 0 #d2a030; /* shrink shadow to match */
    line-height: 1; /* 🔥 critical */
}


/* left circle icon block */
.badge-icon {
    width: 52px;
    height: 52px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    background: white;
    color: #cfa21d;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    transition: 0.3s ease;
}

.admission-badge:hover .badge-chevron {
    transform: translateX(3px);
}

.admission-badge:hover {
    background: #e2ad2f;
    box-shadow: 0 10px 0 #c29527;
    transform: translateY(-2px);
    text-decoration: none;
}

    .admission-badge:hover .badge-icon {
        transform: rotate(-10deg) scale(1.05);
    }
/* main text */
.badge-text {
    font-size: 14px;
    line-height: 16px;
}

/* chevron */
.badge-chevron {
    font-size: 30px;
    margin-left: 10px;
    font-weight: 900;
    color: white;
    transition: 0.3s ease;
}

.header-social {
    display:flex;
	align-items:center;
}

.set-social {
    margin: 5px;
}

.fg-inflate a {
    overflow: visible;
}

a.head-social {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    position: relative;
    text-indent: -9999em;
    visibility: hidden;
    width: 40px;
}

.rounded a.head-social:before {
    border-radius: 50%;
}

a.head-facebook:before {
    background: #3b5998;
}

a.head-social:before, a.head-social:after {
    color: #fff;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 30px;
    height: 40px;
    line-height: 44px;
    position: absolute;
    right: 0;
    text-align: center;
    text-indent: 0;
    visibility: visible;
    width: 40px;
}

.fg-inflate.fg-tilt a:after {
    transform: rotate(0deg) scale(1);
    transition: all 0.3s ease-in;
}

.fg-tilt a:after {
    transition: all 0.3s ease-in;
}

.fg-inflate a:after {
    transform: scale(1);
    transition: all 0.3s ease-in;
}

a.head-facebook:after {
    content: "\f09a";
    top: -1px;
}

a.head-instagram:after {
    content: "\f16d";
    top: -1px;
}

a.head-twitter:before {
    background: #00aced;
}

a.head-twitter:after {
    background: url(../img/telegram-social-3.png);
    background-repeat: no-repeat;
    background-position: 25% 51%;
    left: 0;
    top: 0;
}

a.head-pinterest:before {
    background: #cc2127;
}

a.head-pinterest:after {
    content: "\f16a";
    font-size: 30px;
    left: 0px;
    top: -1px;
}

a.head-social:after {
    left: 0;
    position: absolute;
}

a.head-instagram:before {
    background: #784cac;
}

.align-ico {
    align-items: center;
}

.fg-inflate.fg-tilt a:hover:after {
    transform: rotate(-7deg) scale(1.5);
}

.simpleSwiper {
    width: 100%;
}

    .simpleSwiper img {
        width: 100%;
        height: auto;
        object-fit: cover;
        display: block;
    }

/* mobile responsive */
@media (max-width: 768px) {
    .simpleSwiper img {
        height: 300px;
    }
}
/* round arrow buttons */
/* hide default arrows */
.swiper-button-prev,
.swiper-button-next {
    display: none;
}

/* custom buttons */
.swiper-button-custom {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #efbb3a;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    font-size: 18px;
}

/* left & right position */
.swiper-prev {
    left: 15px;
}

.swiper-next {
    right: 15px;
}

/* hover */
.swiper-button-custom:hover {
    background: #243c4f;
}

.announcement-bar {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 25px 40px;
    background: #007392;
    color: #fff;
    border-radius: 14px;
    padding: 20px 40px;
    overflow: hidden;
}

.announcement-icon {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .announcement-icon img {
        width: 70px;
        height: auto;
    }

    .announcement-icon span {
        font-size: 30px;
        margin: 0;
    }

.announcement-wrapper {
    flex: 1;
    overflow: hidden;
    position: relative;
}

.announcement-text {
    white-space: nowrap;
    display: inline-block;
    animation: scrollText 15s linear infinite;
    font-size: 25px;
}

@keyframes scrollText {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}

.announcement-read a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

/* ---------------- TABLET ---------------- */
@media (max-width: 991px) {

    .announcement-bar {
        padding: 16px 22px;
        margin: 20px;
        gap: 14px;
    }

    .announcement-icon img {
        width: 34px;
    }

    .announcement-icon span {
        font-size: 18px;
    }

    .announcement-text {
        font-size: 18px;
        animation-duration: 18s; /* slightly slower */
    }
}

/* ---------------- MOBILE ---------------- */
@media (max-width: 767px) {

    .announcement-bar {
        flex-direction: column;
        text-align: center;
        gap: 10px;
        padding: 16px;
    }

    .announcement-icon {
        justify-content: center;
    }

        .announcement-icon span {
            font-size: 18px;
        }

    .announcement-text {
        font-size: 16px;
        animation-duration: 20s; /* more readable */
    }

    .announcement-read {
        width: 100%;
        text-align: center;
        margin: 0;
    }
}

/* ---------------- SMALL MOBILE ---------------- */
@media (max-width: 480px) {

    .announcement-bar {
        margin: 15px 10px;
    }

    .announcement-text {
        font-size: 14px;
    }

    .announcement-icon img {
        width: 28px;
    }
}

/* Animation that scrolls within container limits */
@keyframes scrollText {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.right-fixed-sidebar {
    position: fixed;
    top: 75%;
    right: 0;
    transform: translateY(-50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

    .right-fixed-sidebar .item {
        width: 48px;
        height: 48px;
        background: #007392;
        color: #fff;
        display: flex;
        text-decoration: none;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        border-radius: 8px 0 0 8px;
        cursor: pointer;
        transition: 0.3s ease;
    }

        .right-fixed-sidebar .item:nth-child(1) {
            background: #1E90FF;
        }

        .right-fixed-sidebar .item:nth-child(2) {
            background: #25d366;
        }

        .right-fixed-sidebar .item:nth-child(3) {
            background: #c4151f;
        }

        .right-fixed-sidebar .item:nth-child(4) {
            background: #6c1a5e;
        }

    .right-fixed-sidebar .icon {
        max-width: 24px;
    }

        .right-fixed-sidebar .icon svg {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .right-fixed-sidebar .socialBtn .icon {
        width: 100%;
        height: 100%;
        display: flex;
        max-width: 20px;
    }

    .right-fixed-sidebar .item2 {
        width: 48px;
        height: auto;
        background: #007392;
        color: #fff;
        display: flex;
        padding: 10px;
        text-decoration: none;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        border-radius: 8px 0 0 8px;
        cursor: pointer;
        transition: 0.3s ease;
    }

        .right-fixed-sidebar .item2:hover {
            transform: translateY(-4px);
        }

    .right-fixed-sidebar .item:hover {
        transform: translateY(-4px);
    }

    /* vertical admission text */
    .right-fixed-sidebar .admission {
        writing-mode: vertical-rl;
        text-orientation: mixed;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 2px;
        background: #780116;
    }

.scrollDown {
    position: absolute;
    bottom: 20px; /* distance from bottom */
    left: 20px; /* bottom-left corner */
    display: flex;
    flex-direction: column;
    align-items: center; /* center SVG and text horizontally */
    cursor: pointer;
    z-index: 9999;
}

    .scrollDown .Txt {
        color: #fff;
        font-size: 16px; /* adjust font size */
        font-weight: bold;
        margin-bottom: 5px; /* space between text and arrow */
        writing-mode: vertical-rl; /* vertical text from top to bottom */
        text-orientation: mixed; /* keep letters readable */
        line-height: 1.2em;
    }

    .scrollDown .icon svg {
        width: 21px;
        height: 49px;
    }

        /* Animate only the arrow path */
        .scrollDown .icon svg #arrow {
            animation: arrowBounce 1.2s ease-in-out infinite;
            transform-origin: center;
        }

/* Keyframes for vertical bounce */
@keyframes arrowBounce {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(6px);
    }
    /* move down */
    100% {
        transform: translateY(0);
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .scrollDown .Txt {
        font-size: 14px;
    }

    .scrollDown .icon svg {
        width: 16px;
        height: 35px;
    }
}

@media (max-width: 480px) {
    .scrollDown .Txt {
        font-size: 12px;
    }

    .scrollDown .icon svg {
        width: 14px;
        height: 30px;
    }
}

.scrollDown .scroll {
    text-decoration: none; /* remove underline */
    color: inherit; /* keep text color white */
}

.about-bg {
    background-color: #f0f0f0;
    padding: 70px 20px;
    position: relative;
}

.s2 {
    color: #fd2936;
}

.fl-right {
    float: right;
}

@media(max-width: 991px) {
    .fl-right {
        float: none;
    }

    .about-bg {
        padding: 70px 0 30px 0;
    }
}

/* ---------------- FLOAT ICONS FIXED ---------------- */

.floatIcons {
    position: absolute;
    inset: 0; /* shorthand for top/right/bottom/left */
    width: 100%;
    height: 100%;
    pointer-events: none; /* icons won’t block clicks */
}

    /* BASE SIZE (mobile first) */
    .floatIcons .icons {
        position: absolute;
        transition: all .5s;
        width: 24px;
    }

/* responsive scaling */
@media only screen and (min-width: 1200px) {
    .floatIcons .icons {
        width: 30px;
    }
}

@media only screen and (min-width: 1351px) {
    .floatIcons .icons {
        width: 35px;
    }
}

@media only screen and (min-width: 1551px) {
    .floatIcons .icons {
        width: 50px;
    }
}

/* make images actually scale with icon box */
.floatIcons .icons img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* --------------- INDIVIDUAL ICON POSITIONS --------------- */

.about-bg .floatIcons .icons.circleHalf {
    top: 11px;
    right: 13px;
    animation: scaleEffects 6s linear infinite;
}

.about-bg .floatIcons .icons.curveIcon {
    top: 15%;
    left: 0;
    animation: vibrate 6s linear infinite;
}

.about-bg .floatIcons .icons.dot {
    top: 10%;
    left: 25%;
    animation: flying 6s linear infinite;
}

.about-bg .floatIcons .icons.bigdot {
    right: 3%;
    top: 10%;
    width: 45px;
    animation: rotation 6s linear infinite;
}

.about-bg .floatIcons .icons.plus {
    right: 30px;
    bottom: 20%;
    animation: rotation 6s linear infinite;
}

.about-bg .floatIcons .icons.hCircle {
    right: 15%;
    bottom: 0%;
}

.about-bg .floatIcons .icons.dotLine {
    width: 6px;
}

@media only screen and (min-width: 1351px) {
    .about-bg .floatIcons .icons.hCircle {
        bottom: 0%;
    }
}

.about-bg .floatIcons .icons.dotLine {
    left: 10%;
    bottom: 5%;
    animation: topToBottom 8s linear infinite;
}

.about-bg .floatIcons .icons.lCurve {
    left: 15px;
    bottom: 14%;
    animation: vibrate 10s linear infinite;
}

/* ---------------- ANIMATIONS ---------------- */

@keyframes scaleEffects {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes vibrate {
    0% {
        transform: translate(0);
    }

    20% {
        transform: translate(-8px, 8px);
    }

    40% {
        transform: translate(-8px, -8px);
    }

    60% {
        transform: translate(8px, 8px);
    }

    80% {
        transform: translate(8px, -8px);
    }

    100% {
        transform: translate(0);
    }
}

@keyframes flying {
    0%, 100% {
        transform: translate(0%, 0%);
    }

    25% {
        transform: translate(45%, 35%);
    }

    50% {
        transform: translate(70%, 27%);
    }

    75% {
        transform: translate(12%, 80%);
    }
}

@keyframes rotation {
    0% {
        transform: scaleX(-1) rotate(360deg);
    }

    100% {
        transform: scaleX(-1) rotate(0deg);
    }
}

/* fixed typo + fixed stuck animation */
@keyframes topToBottom {
    0% {
        transform: translateY(0%);
    }

    50% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(0%);
    }
}



@media only screen and (min-width: 1351px) {
    .about-bg .floatIcons .icons.bigdot {
        width: 115px;
    }
}

.vision-bg {
    background: #ffd84d;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

.img-r {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.img-r2 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.two-row-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background: #555; /* change color if needed */
    top: 10%;
    bottom: 10%;
}

.vision-bg .floatIcons {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}


    .vision-bg .floatIcons .icons.redDot {
        top: 0%;
        left: 35%;
        animation: vibrate 6s linear infinite;
    }

    .vision-bg .floatIcons .icons.curveIcon {
        top: 15%;
        right: 5%;
        animation: vibrate 6s linear infinite;
    }

@media only screen and (min-width: 1551px) {
    .vision-bg .floatIcons .icons.haCi {
        width: 100px;
    }
}

@media only screen and (min-width: 1441px) {
    .vision-bg .floatIcons .icons.haCi {
        width: 80px;
    }
}

@media only screen and (min-width: 1200px) {
    .vision-bg .floatIcons .icons.haCi {
        bottom: -9%;
        width: 50px;
    }
}

.vision-bg .floatIcons .icons.haCi {
    left: 30%;
    animation: vibrate 6s linear infinite;
    bottom: -5%;
    width: 40px;
}

.vision-bg img:hover {
    transform: scale(1.01);
}

@media(max-width:991px) {
    .vision-bg {
        background: #ffd84d;
        padding-left: 0px;
        padding-right: 0px;
        position: relative;
        margin-bottom: 50px;
    }

    .two-row-wrapper::after {
        content: "";
        position: absolute;
        left: 10%; /* side padding of the line */
        right: 10%; /* adjust as needed */
        top: 50%; /* position between the two rows */
        height: 1px; /* horizontal line */
        background: #555; /* color */
    }
	.img-f
	{
		height:auto !important;
	}

    .session-div {
        padding-top: 70px;
        padding-bottom: 70px;
        background-image: url("../img/session-bg.jpg");
        background-size: cover;
        padding-left: 10px !Important;
        padding-right: 10px !Important;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed; /* stays fixed while page scrolls */
    }

    .features-bg {
        background-color: #007392;
        padding-top: 70px;
        padding-bottom: 70px;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
	.features-bg h2
	{
		font-size:22px;
		text-align:center;
	}
    .core-bg {
        background: #007392;
        padding-top: 70px;
        padding-bottom: 70px;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .gallery-div {
        background-color: #b8ecee;
        position: relative;
        padding-top: 70px;
        padding-bottom: 70px;
        padding-left: 0px;
        padding-right: 0px;
    }
}

.session-div {
    padding-top: 70px;
    padding-bottom: 70px;
    background-image: url("../img/session-bg.jpg");
    background-size: cover;
    padding-left: 30px;
    padding-right: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed; /* stays fixed while page scrolls */
}

.img-z:hover {
    transform: scale(1.06);
}

.features-bg {
    background-color: #007392;
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 30px;
    padding-right: 30px;
}

.feature-head {
    color: #E7BA5A;
}

.core-bg {
    background: #007392;
    padding: 70px 30px;
    position: relative;
    border-radius: 25px;
    margin-top: 50px;
    margin-bottom: 50px;
}

    .core-bg .floatIcons .icons.blueDot {
        top: 10%;
        left: 50%;
        animation: flying 6s linear infinite;
    }

@media only screen and (min-width: 1441px) {
    .core-bg .floatIcons .icons.redCircle {
        width: 40px;
    }
}

.core-bg .floatIcons .icons.redCircle {
    top: 15%;
    right: 23px;
    width: 30px;
    animation: flying 6s linear infinite;
}

.core-bg .floatIcons .icons.plus {
    right: 30px;
    bottom: 20%;
    animation: rotation 6s linear infinite;
}

@media only screen and (min-width: 1441px) {
    .core-bg .floatIcons .icons.redCurve {
        left: 15px;
    }
}

.core-bg .floatIcons .icons.redCurve {
    bottom: 25%;
    animation: vibrate 6s linear infinite;
    left: -5px;
}

/* spacing between cards */
.core-row {
    margin-top: 25px;
}

/* card look */
.core-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 25px;
    height: 100%;
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
}

/* column spacing without touching bootstrap */
.core-row > .col-md-3 {
    padding: 10px 15px;
}

/* icon alignment */
.fl-right {
    float: right;
}

/* icon size & spacing */
.core-icon img {
    max-width: 89px;
}

.core-icon {
    margin-bottom: 12px;
}

/* better text breathing */
.core-desc p {
    line-height: 1.7;
    margin-bottom: 0;
}

/* mobile spacing */
@media(max-width: 767px) {
    .core-row > .col-md-3 {
        margin-bottom: 15px;
		padding: 10px 0px;
    }
}

.second-h {
    color: #ffd84d;
}

.site-footer {
    background: #79909f;
    color: #fff;
    padding: 50px 0 20px;
}

.footer-container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.footer-col h4 {
    margin-bottom: 15px;
    font-size: 18px;
    position: relative;
}

    .footer-col h4::after {
        content: "";
        display: block;
        width: 40px;
        height: 2px;
        background: #38bdf8;
        margin-top: 6px;
    }

.footer-logo {
    width: 240px;
    margin-bottom: 10px;
}

.footer-desc {
    font-size: 14px;
    line-height: 1.6;
}

.footer-col ul {
    list-style: none;
    padding: 0;
}

    .footer-col ul li {
        margin-bottom: 8px;
    }

        .footer-col ul li a {
            color: #fff;
            text-decoration: none;
            font-size: 14px;
        }

            .footer-col ul li a:hover {
                color: #38bdf8;
            }

.footer-bottom {
    text-align: center;
    margin-top: 25px;
    font-size: 13px;
    border-top: 1px solid #1e293b;
    padding-top: 15px;
}

/* Responsive */
@media(max-width: 900px) {
    .footer-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 600px) {
    .footer-container {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .footer-col h4::after {
        margin-left: 0;
        margin-right: 0;
    }
}

.gallery-div {
    background-color: #b8ecee;
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 40px;
    padding-right: 40px;
}

@media only screen and (min-width: 1200px) {
    .gallery-div .icons .icon.icon1 {
        max-width: 42px;
    }
}

.gallery-div .icons .icon.icon1 {
    top: 0;
    left: 0;
    max-width: 100%;
    animation: scaleEffects 4s linear infinite;
}

.gallery-div .icons .icon {
    position: absolute;
    pointer-events: none;
    transition: all .5s;
}

@keyframes scaleEffects {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }

    100% {
        transform: scale(1);
    }
}

.gallery-div .icons .icon img {
    width: 100%;
    transition: all .5s;
}

@media only screen and (min-width: 1200px) {
    .gallery-div .icons .icon.icon2 {
        max-width: 24px;
    }
}

@media only screen and (min-width: 992px) {
    .gallery-div .icons .icon.icon2 {
        bottom: 38%;
        left: 16%;
    }
}

.gallery-div .icons .icon.icon2 {
    bottom: 38%;
    left: 3%;
    max-width: 100%;
    animation: spin 3s linear infinite;
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media only screen and (min-width: 1351px) {
    .gallery-div .icons .icon.icon3 {
        top: 26%;
        right: 51%;
    }
}

@media only screen and (min-width: 1200px) {
    .gallery-div .icons .icon.icon3 {
        max-width: 24px;
    }
}

@media only screen and (min-width: 992px) {
    .gallery-div .icons .icon.icon3 {
        top: 21%;
        right: 51%;
    }
}

@media only screen and (min-width: 768px) {
    .gallery-div .icons .icon.icon3 {
        top: 30%;
        right: 60%;
    }
}

.gallery-div .icons .icon.icon3 {
    top: 27%;
    right: 56%;
	z-index:1;
    max-width:100%;
    animation: vibrate 5s linear infinite;
}

@media only screen and (min-width: 1200px) {
    .gallery-div .icons .icon.icon4 {
        max-width: 24px;
    }
}

@media only screen and (min-width: 992px) {
    .gallery-div .icons .icon.icon4 {
        bottom: 42%;
        right: 42%;
    }
}

@media only screen and (min-width: 768px) {
    .gallery-div .icons .icon.icon4 {
        bottom: 36%;
        right: 48%;
    }
}

.gallery-div .icons .icon.icon4 {
    bottom: 44%;
    right: 43%;
	z-index:1;
    max-width: 100%;
    animation: EqIconanim 8s linear infinite;
}

@keyframes EqIconanim {
    0% {
        transform: translateX(0%);
    }

    25% {
        transform: translateX(50%);
    }

    50% {
        transform: translateX(4px);
    }

    75% {
        transform: translateX(50%);
    }

    100% {
        transform: translateX(0%);
    }
}

@media only screen and (min-width: 1351px) {
    .gallery-div .icons .icon.icon5 {
        top: 39%;
        right: 15%;
    }
}

@media only screen and (min-width: 1200px) {
    .gallery-div .icons .icon.icon5 {
        max-width: 24px;
    }
}

@media only screen and (min-width: 992px) {
    .gallery-div .icons .icon.icon5 {
        top: 35%;
        right: 14%;
    }
}

@media only screen and (min-width: 768px) {
    .gallery-div .icons .icon.icon5 {
        top: 44%;
        right: 12%;
    }
}

.gallery-div .icons .icon.icon5 {
    top: 34%;
    right: 4%;
	z-index:1;
    max-width: 100%;
    animation: EqIconanim 6s linear infinite;
}

@media only screen and (min-width: 1200px) {
    .gallery-div .icons .icon.icon6 {
        max-width: 20px;
    }
}

.gallery-div .icons .icon.icon6 {
    top: 20%;
    right: 100px;
    max-width: 100%;
	z-index:1;
    animation: vibrate 3s linear infinite;
}

.gallery-div .icons .icon {
    position: absolute;
    pointer-events: none;
    transition: all .5s;
}

.gallery-slider-wrapper {
    overflow: hidden;
    position: relative;
}

.gallery-track {
    display: flex;
    gap: 14px;
    transition: transform .4s ease;
}

/* BLOCKS */
.block {
    display: grid;
    gap: 12px;
}

.single img {
    height: 380px;
}

.double img {
    height: 180px;
}

/* all images */
.gallery-track img {
    border-radius: 12px;
    width: 220px;
    object-fit: cover;
    cursor: pointer;
    transition: .3s;
}

    .gallery-track img:hover {
        transform: scale(1.03);
    }

/* controls */
.gallery-controls {
    margin-top: 6px;
    text-align: right;
}

    .gallery-controls button {
        border: none;
        padding: 6px 12px;
        font-size: 20px;
        border-radius: 6px;
        background: #111827;
        color: #fff;
        cursor: pointer;
    }

/* responsive */
@media(max-width:768px) {
    .gallery-track img {
        width: 160px;
    }

    .single img {
        height: 260px;
    }

    .double img {
        height: 130px;
    }
}

/* LIGHTBOX */
.lightbox {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.9);
    justify-content: center;
    align-items: center;
    z-index: 6000;
}

    .lightbox img {
        max-width: 92vw;
        max-height: 90vh;
        border-radius: 12px;
    }



.img-f
{
	height:245px;
}
/* shared style */
.close,
.prev,
.next{
    color:#fff;
    font-size:42px;
    cursor:pointer;
    user-select:none;
}

/* X button */
.close{
    position:fixed;
    top:15px;
    right:25px;
}

/* arrows relative to lightbox */
.prev,
.next{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    padding:10px 16px;
}

/* left arrow */
.prev{
    left:20px;
}

/* right arrow */
.next{
    right:20px;
}

/* bigger clickable area */
.prev:hover,
.next:hover{
    transform:translateY(-50%) scale(1.1);
}

/* mobile improve touch */
@media(max-width:768px){
    .prev,
    .next{
        font-size:32px;
        left:10px;
        right:10px;
    }
}
