
/*** Spinner Start ***/
/*** 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;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50%;
}

.btn.btn-primary {
    background: var(--bs-secondary) !important;
    color: var(--bs-white) !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    transition: 0.5s;
}

.btn.btn.btn-primary:hover {
    background: var(--bs-primary) !important;
    color: var(--bs-secondary);
    border: 1px solid var(--bs-secondary);
}

.btn.btn-secondary {
    background: transparent;
    color: var(--bs-secondary);
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    border: none;
    transition: 0.5s;
}

.btn.btn-secondary:hover {
    color: var(--bs-primary) !important;
}


/*** Section Title Start ***/
.section-title {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
}

.section-title .sub-style {
    position: relative;
    display: inline-block;
    text-transform:lowercase;
    color: var(--bs-primary);
}

.section-title .sub-style::before {
    content: "";
    width: 100px;
    position: absolute;
    bottom: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-bottom: -6px;
    margin-left: -100px;
    border: 1px solid var(--bs-secondary) !important;
}

.section-title .sub-style::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-top: -8px;
    margin-left: -50px;
    border: 1px solid var(--bs-primary) !important;
}

.sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.sub-title::before {
    content: "";
    width: 100px;
    position: absolute;
    bottom: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-bottom: -8px;
    margin-right: -100px;
    border: 1px solid var(--bs-secondary) !important;
}

.sub-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-top: -6px;
    margin-right: -50px;
    border: 1px solid var(--bs-primary) !important;
}


/*** Topbar Start ***/
.fixed-top .container {
    transition: 0.5s;
}

.topbar {
    padding: 2px 10px 2px 20px;
    background: var(--bs-primary) !important;
}

.topbar a,
.topbar a i {
    transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
    color: var(--bs-secondary) !important;
}


@media (max-width: 768px) {
    .topbar {
        display: none;    
    }
}
/*** Topbar End ***/


/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    font-family: 'Poppins', sans-serif;
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    font-size: 17px;
    font-weight: 400;
    outline: none;
    transition: .5s;
}

.sticky-top .navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--bs-primary) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--bs-secondary) !important;
}

.navbar-light .navbar-brand2 img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top .navbar-light .navbar-brand2 img {
    max-height: 45px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-secondary);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    transition: .5s;
    opacity: 1;
}

@media (max-width: 991.98px) {
    .sticky-top {
        position: relative;
        background: var(--bs-white);
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: 1px solid var(--bs-primary) !important;
        color: var(--bs-primary);
    }

    .navbar-light2 .navbar-collapse {
        margin-top: 15px;
    }

    .navbar-light2 .navbar-nav .nav-link,
    .sticky-top .navbar-light2 .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--bs-dark) !important;
    }

    .navbar-light2 .navbar-brand2 img {
        max-height: 45px;
    }
}

@media (min-width: 991.98px) {
    /*** Top and Bottom borders go out ***/
    .navbar-light2 .navbar-nav .nav-link:after,
    .navbar-light2 .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        top: 30px;
        bottom: 30px;
        left: 0px;
        width: 100%;
        height: 2px;
        opacity: 0;
        transition: all 0.5s;
    }

    .navbar-light2 .navbar-nav .nav-link:before {
        bottom: auto;
    }

    .navbar-light .navbar-nav .nav-link:after {
        top: auto;
    }

    .navbar-light2 .navbar-nav .nav-link:hover:before,
    .navbar-light2 .navbar-nav .nav-link.active:before {
        top: 20px;
        opacity: 1;
    }

    .navbar-light2 .navbar-nav .nav-link:hover::after,
    .navbar-light2 .navbar-nav .nav-link.active::after {
        bottom: 20px;
        opacity: 1;
    }
}

#searchModal .modal-content {
    background: rgba(240, 245, 251, 0.5);
}
/*** Navbar End ***/


/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    background: linear-gradient(rgba(0, 58, 102, 0.9), rgba(0, 58, 102, 0.8)), url(../img/breadcrumb.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-size: cover;
    padding: 100px 0 60px 0;
}
/*** Single Page Hero Header End ***/


/*** Carousel Hero Header Start ***/
.carousel-header .carousel-control-prev .carousel-control-prev-icon,
.carousel-header .carousel-control-next .carousel-control-next-icon {
    width: 4rem;
    height: 4rem;
    margin-left: -60px;
    border-radius: 50%;
    background-size: 60% 60%;
    transition: 0.5s;
}

.carousel-header .carousel-control-next .carousel-control-next-icon {
    margin-left: 0;
    margin-right: -60px;
}

.carousel-header .carousel .carousel-indicators {
    padding-bottom: 0;
    transition: 0.5s;
}


.carousel-header .carousel .carousel-indicators li,
.carousel-header .carousel .carousel-indicators li,
.carousel-header .carousel .carousel-indicators li {
    width: 8px;
    height: 8px;
    border: 8px solid var(--bs-primary);
    border-radius: 50%;
    margin-right: 30px;
    transition: 0.5s;
}

.carousel-header .carousel .carousel-indicators li.active {
    width: 8px;
    height: 8px;
    border: 8px solid var(--bs-secondary);
}

.carousel-header .carousel-inner .carousel-item {
    position: relative;
    min-height: 100vh 
}

.carousel-header .carousel-inner .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-header .carousel-inner .carousel-item .carousel-caption  {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 0.6));
    background-size: cover;
}


@media (max-width: 768px) {
    .carousel-header {
        height: 700px !important;
    }

    .carousel-header .carousel-control-prev .carousel-control-prev-icon,
    .carousel-header .carousel-control-next .carousel-control-next-icon {
        margin-top: 500px;
    }

    .carousel-header .carousel-control-prev .carousel-control-prev-icon {
        margin-left: 0px;
    }

    .carousel-header .carousel-control-next .carousel-control-next-icon {
        margin-right: 0px;
    }

    .carousel-header .carousel .carousel-indicators {
        padding: 0;
    }
}
/*** Carousel Hero Header End ***/


/*** Counter Facts Start ***/
.counter-facts {
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
}

.counter-facts .counter {
    position: relative;
    text-align: center;
    width: 300px;
    height: 300px;
    padding: 5px;
    margin: 0 auto;
    border-radius: 0 0 100px 100px;
    box-shadow: 3px 9px 10px rgba(0, 0, 0, 0.404);
    background: #eae6e6;
}


.counter-facts .counter .counter-icon {
    position: relative;
    width: 120px;
    height: 100px;
    margin: 0 auto 10px;
    border-radius: 10px 10px 0 0;
    transform: translateY(-20px);
    font-size: 50px;
    line-height: 90px;
    color: var(--bs-secondary);
    background: rgba(1, 143, 252, 0.5);
    clip-path: polygon(0% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%);
}
.counter-facts .counter .counter-icon:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 90px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px 10px 0 0;
    background: rgba(0, 58, 102, 0.5);
    z-index: -1;
    clip-path: polygon(0% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%);
}
.counter-facts .counter:hover .counter-icon i {
    transform: rotate(360deg);
    transition: all 0.3s ease;
}
.counter-facts .counter h3 {
    color: var(--bs-primary);
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}
.counter-facts .counter .counter-value {
    font-size: 25px;
    font-weight: 700;
    display: block;
    color: var(--bs-secondary);
}

@media screen and (max-width: 1200px) {
    .counter-facts .counter { margin-bottom: 40px; 
    }
}
/*** Counter Facts End ***/


/*** service Start ***/
.service .service-item {
  position: relative;
  overflow: hidden;
}

.service .service-item .service-inner .service-title {
  position: relative;
  margin-top: -30px;
  text-align: center;
  transition: 0.5s;
}

.service .service-item .service-inner .service-title .service-content {
  position: absolute;
  bottom: -100%; 
  left: 0;
  margin-left: 30px;
  margin-right: 30px;
  text-align: center;
  border-radius: 10px;
  background: var(--bs-primary);
  opacity: 0;
  transition: 0.5s;
}

.service-content {
  padding: 10px 50px 5px 50px;
  border: solid 2px var(--bs-secondary);
}

.service .service-item:hover .service-inner .service-title .service-content {
  bottom: 0;
  opacity: 1;
}

.service .service-item .service-inner .service-title .service-content a h4 {
  border-bottom: 1px solid rgba(256, 256, 256, .1);
}

.service .service-item .service-inner .service-title .service-title-name {
  transition: 0.5s;
}

.service .service-item:hover .service-inner .service-title .service-title-name {
  opacity: 0;
}

.service .service-item .service-inner .service-img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.service .service-item .service-inner .service-img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, .5);
  transition: 0.5s;
  opacity: 0;
}

.service .service-item:hover .service-inner .service-img::after {
  height: 100%;
  opacity: 1;
}

.service .service-item .service-inner .service-img img {
  transition: 0.5s;
}

.service .service-item:hover .service-inner .service-img img {
  transform: scale(1.3);
}
/*** Service End ***/


/*** Features Start ***/
.features .feature-item {
    position: relative;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.features .feature-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    background: rgba(0, 58, 102, 0.1);
    z-index: -1;
    transition: 0.5s;
}

.features .feature-item:hover::after {
    height: 100%;
}

.features .feature-item .feature-icon {
    width: 120px; 
    height: 120px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-light);
    transition: 0.5s;
}

.features .feature-item:hover .feature-icon {
    border-radius: 50%;
    background: var(--bs-white) !important;
}

.features .feature-item .feature-icon i {
    transition: 0.5s;
}

.features .feature-item:hover .feature-icon i {
    color: var(--bs-secondary) !important;
    transform: rotate(360deg);
    transition: all 0.5s ease;
}
/*** Features End ***/


/*** Country Start ***/
.country .country-item {
    position: relative;
}

.country .country-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 58, 102, 0.7);
    border-radius: 10px;
    transition: 0.5s;
    z-index: 1;
}

.country .country-item:hover::after {
    height: 100%;
}

.country .country-item .country-flag {
    position: absolute;
    width: 90px; 
    height: 90px; 
    border-radius: 50%;
    top: -45px; 
    left: 50%; 
    transform: translateX(-50%);
    transition: 0.5s;
    z-index: 2;
}

.country .country-item .country-flag img {
    border: 5px solid var(--bs-white);
    transition: 0.5s;
}

.country .country-item:hover .country-flag img {
    border: 5px solid var(--bs-white);
    transform: rotate(360deg);
    transition: all 0.5s ease;
}

.country .country-item .country-name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    opacity: 0;
    z-index: 3;
}

.country .country-item:hover .country-name {
    opacity: 1;
}

.country .country-item img {
    transition: 0.5s;
}

.country .country-item:hover img {
    transform: scale(1.2);
}

.country .country-item .country-name a.fs-4 {
    transition: 0.5s;
}

.country .country-item .country-name a.fs-4:hover {
    color: var(--bs-secondary) !important;
}
/*** Country End ***/


/*** testimonial Start ***/
.testimonial .owl-carousel.testimonial-carousel {
    position: relative;
}

.testimonial .owl-carousel.testimonial-carousel .testimonial-item .testimonial-content {
    position: relative;
    border-radius: 10px;
    background: var(--bs-light);
}

.testimonial .owl-carousel.testimonial-carousel .testimonial-item .testimonial-content::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 45px;
    bottom: -20px;
    left: 30px;
    transform: rotate(45deg);
    background: var(--bs-light);
    z-index: -1;
}

.testimonial .owl-carousel.testimonial-carousel .owl-nav {
  visibility: hidden;
    position: absolute;
    top: 210px;
    display: flex;
    font-size: 40px;
    color: var(--bs-primary);
    margin-left: 30%;
}

.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-prev {
    margin-right: 40px;
}

.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-prev,
.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-next {
    transition: 0.5s;
}

.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--bs-secondary);
}
/*** testimonial end ***/


/*** training Start ***/
.training .training-item .training-inner {
    position: relative;
}

.training .training-item .training-inner .training-title-name {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    padding: 20px;
    border-radius: 10px;
    display: flex; 
    flex-direction: column;
    justify-content: end;
    text-align: center;
    transition: 0.5s;
}

.training .training-item {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.training .training-item:hover .training-inner .training-title-name {
    background: rgba(0, 58, 102, 0.5);
}

.training .training-item:hover .training-inner .training-title-name a {
    opacity: 0;
}

.training .training-item .training-inner img {
    transition: 0.5s;
}

.training .training-item:hover .training-inner img {
    transform: scale(1.3);
}

.training .training-item .training-content {
    position: absolute;
    width: 100%;
    bottom: -100%;
    left: 0;
    transition: 0.5s;
}

.training .training-item:hover .training-content {
    bottom: 0;
}  
/*** training End ***/


/*** Contact Start ***/
.contact .office .office-item {
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
    background: var(--bs-light);
    transition: 0.5s;
}

.contact .office .office-item:hover {
    box-shadow: 20px 20px 20px rgba(0, 58, 102, 0.3);
}

.contact .office .office-item .office-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.contact .office .office-item .office-img img {
    transition: 0.5s;
}

.contact .office .office-item:hover .office-img img {
    transform: scale(1.3);
}

.contact .office .office-item .office-content a.text-secondary,
.contact .office .office-item .office-content a.text-muted {
    transition: 0.5s;
}

.contact .office .office-item .office-content a.text-muted:hover {
    color: var(--bs-secondary) !important;
}

.contact .office .office-item .office-content a.text-secondary:hover {
    color: var(--bs-primary) !important;
}
/*** Contact End ***/


/*** Footer Start ***/
.footer {
    background: var(--bs-primary);
}
.footer .footer-item a {
    line-height: 30px;
    color: var(--bs-white);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 30px;
}

.footer .footer-item a:hover {
    letter-spacing: 2px;
    color: var(--bs-secondary);
}

/*** Footer End ***/


/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-secondary) !important;
}
/*** copyright end ***/





/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////Start//////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

@import url("https://fonts.googleapis.com/css2?family=Literata:opsz,wght@7..72,200&display=swap");

:root {
  --img-current: url(../../../img/p11.jpeg);
  --img-next: url(../../../img/m11.jpeg);
  --text-current-title: "Welcome";
  --text-next-title: "Our Story";
}


.main-body {
  margin: 0;
  font-family: sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: clamp(0.7rem, 1vw, 0.8rem);
  color: #fff;
  overflow: hidden;
}


.main-main {
  position: relative;
  width: 100vw;
  height: 80vh;
  overflow: hidden;
}

.main-h1 {
  display: block;
  text-wrap: nowrap;
  margin: 0;
  overflow: hidden;
  clip-path: inset(0 0 0 0);
  color: #ff0080;
}
.main-h1::before {
  transition-delay: 0.5s;
  transform: translate(-50%, 0%);
}

.main-h1 {
  font-family: "Literata";
  font-weight: 200;
  height: clamp(2rem, 8vw, 4rem);
  font-size: clamp(2rem, 8vw, 4rem);
  letter-spacing: clamp(0.5rem, 5vw, 10rem);
  margin-left: clamp(0.5rem, 5vw, 10rem);
  letter-spacing: 5px;
}
.main-h1::before,
.main-h1::after {
  content: var(--text-current-title);
  position: absolute;
  line-height: 1;
}
.main-h1::after {
  content: var(--text-next-title);
  transition-delay: 0.5s;
  transform: translate(-50%, 100%);
}



.main-background {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 80vh;
    transform: translate(-50%, -50%);
    filter: brightness(0.8);
    overflow: hidden; /* Add this to prevent image overflow */
}

.main-background::before,
.main-background::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 53.33vh; /* Change from 56.25vh to 53.33vh for 2:3 ratio */
    height: 80vh;
    transform: translate(-50%, -50%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 1.5s;
    transition-timing-function: ease-in-out;
}
 

.main-background::before {
  background-image: var(--img-current);
}

.main-background::after {
  background-image: var(--img-next);
  opacity: 0;
}
.main-background--2::after {
  transition-delay: 0.2s;
}
.main-background--3::after {
  transition-delay: 0.4s;
}

/* Update the circle clips to maintain ratio */
.main-background--2::before,
.main-background--2::after {
    clip-path: circle(23%);
    filter: brightness(0.8);
}

.main-background--3::before,
.main-background--3::after {
    clip-path: circle(13%);
}

.main-body--animated .main-background::before,
.main-body--animated .main-background::after {
  animation: rotate-2 ease-in-out 1s forwards;
  animation-delay: 0.4s;
  transition-delay: 0.4s;
}
.main-body--animated .main-background--2::before,
.main-body--animated .main-background--2::after {
  animation-delay: 0.2s;
  transition-delay: 0.2s;
}
.main-body--animated .main-background--3::before,
.main-body--animated .main-background--3::after {
  animation-delay: 0s;
  transition-delay: 0s;
}

.main-body--animated .main-background::after {
  opacity: 1;
}

.main-body--animated .main-h1::before {
  transition-delay: 0.5s;
  transition-duration: 0.5s;
}
.main-body--animated .main-h1:before {
  transform: translate(-50%, -100%);
}
.body--animated .main-h1:after {
  transform: translate(-50%, 0%);
}

.main-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 95%;
  text-align: center;
  transform: translate(-50%, clamp(-2rem, -4vw, -1rem));
}


.main-randomize {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 80vh;
  text-align: center;
  cursor: pointer;
  margin-top: -300px;

}

.main-randomize .main-button {
  background: #cfd865;
  width: clamp(2rem, 4vw, 3rem);
  aspect-ratio: 1/1;
  border: none;
  border-radius: 50%;
  font-size: clamp(1rem, 2vw, 1.5rem);
  cursor: pointer;
  z-index: 9;
}

/* animation */

@keyframes rotate-2 {
    0% {
        transform: translate(-50%, -50%) rotate(0) translateZ(0);
        background-size: cover;
    }
    50% {
        background-size: cover;
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg) translateZ(0);
        background-size: cover;
    }
}





.main-background {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 80vh;
    transform: translate(-50%, -50%);
    overflow: hidden;
}

/* Add a new pseudo-element for the blurred background */
/* Change in second background definition */
.main-background::after,
.main-background::before,
.main-background .main-span {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 53.33vh; /* Change from 56.25vh to 53.33vh for 2:3 ratio */
    height: 80vh;
    transform: translate(-50%, -50%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 1.5s;
    transition-timing-function: ease-in-out;
}


/* Add full-width blurred background */
.main-background::before {
    width: 100vw; /* Make it full width */
    height: 80vh;
    background-image: var(--img-current);
    filter: blur(5px) brightness(0.9);
    z-index: -1;
}

/* Main image */
.main-background .main-span {
    background-image: var(--img-current);
    z-index: 1;
}

/* Next image overlay */
.main-background::after {
    background-image: var(--img-next);
    opacity: 0;
    z-index: 2;
}

.main-body--animated .main-background::before {
    background-image: var(--img-next);
}

/* Rest of your existing styles */
.main-background--2::after,
.main-background--2 .main-span {
    clip-path: circle(23%);
    filter: brightness(0.9);
    filter: blur(0px);
}

/* Rest of your existing styles */
.main-background--2::before,
.main-background--2 .main-span {
    filter: blur(0px);
    clip-path: circle(0%);

}

.main-background--3::after,
.main-background--3 .main-span {
    clip-path: circle(13%);
}

.main-background--3::before,
.main-background--3 .main-span {
    filter: blur(0px);
    clip-path: circle(0%);

}


@media only screen and (max-width: 600px) {
  .main-randomize {
    margin-top: -500px;
  }
}

/******************************************************************/


  .menu-bar {
    position: fixed;
    width: 100%;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: fit-content;
    padding: 1.1rem;
    z-index: 99;
    background: rgba(0, 0, 0, 0.838);
    box-shadow: inset 2.01px -2.01px 20px rgb(0, 0, 0),
      inset -3.01333px 3.01333px 3.01333px rgba(255, 255, 255, 0.573);
    backdrop-filter: blur(100px);
  }
  
  .menu-items {
    position: fixed;
    width: 70%;
    bottom: 35px;
    font-size: 1em;
    overflow: hidden;
    transition: all .3s ease-in-out;
    height: 420px;
    max-height: 0px;
    opacity: 0.6;
    text-align: center;
    left: center;
    border-radius: 20px 20px 0 0;
    z-index: -999;
    background: rgba(255, 255, 255, 0.806);
    box-shadow: inset 2.01px -2.01px 20px rgba(0, 0, 0, 0.694),
      inset -3.01333px 3.01333px 3.01333px rgba(0, 0, 0, 0.532);
    backdrop-filter: blur(1px);
    padding: 15px 15px 15px 15px;
  }

  .for-share {
    display: flex;
  }

  .for-share span i {
    font-size: 20px;
  }
  
  .menu-items-open{
    opacity: 1;
    max-height: 2000px;
    transition: all .5s ease-in-out;
    width: 70%;
    

  }
  
  .menu-items ul li {
    display: block;
    width: 230px;
    border-bottom: 3px solid var(--bs-secondary) !important;
    opacity: 0;
    border-radius: 7px;
    transform: translateX(-100px);
  }
  
  .menu-items ul li:last-of-type {
    border-bottom: none;
  }
  
  .menu-items ul li:hover {
    background: rgba(220, 176, 176, 0.466);
  }
  



  @keyframes menu-item-animation {
    0% {transform: translate(0, 300px); opacity: 0; }
    100% {transform: translate(0px, 0px); opacity: 1; }
  }
  
  .menu-items-open ul li:nth-of-type(0) {
    animation: .8s ease-in-out .0s forwards menu-item-animation;
  }
  
  .menu-items-open ul li:nth-of-type(1) {
    animation: .7s ease-in-out .1s forwards menu-item-animation;
  }
  
  .menu-items-open ul li:nth-of-type(2) {
    animation: .6s ease-in-out .2s forwards menu-item-animation;
  }
  
  .menu-items-open ul li:nth-of-type(3) {
    animation: .5s ease-in-out .3s forwards menu-item-animation;
  }
  
  .menu-items-open ul li:nth-of-type(4) {
    animation: .4s ease-in-out .4s forwards menu-item-animation;
  }
  
  .menu-items-open ul li:nth-of-type(5) {
    animation: .3s ease-in-out .5s forwards menu-item-animation;
  }
  
  
  /************************************************88888888*/
  
  
  #container22 {
    position: fixed;
    bottom: 1px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
  }
  
  .box22 {
    width: 60px; /* Set a fixed width */
    height: 60px; /* Set a fixed height */
  }
  
  .icon22 {
    width: 100%; 
    height: 100%;
    fill: none;
    stroke-width: 6;
    stroke-linecap: round;
    stroke-linejoin: round;
    cursor: pointer;
  }
  
  #b4 { 
    background: var(--bs-secondary) !important;
    border-radius: 50px;
  }
  
  .icon22 { stroke: #FFFFFF; opacity: 1; }
  
  
  .gradient {
    z-index: 999;
    width: auto;
    height: 300px;
    filter: blur(50px);
    background-image: linear-gradient(#4ddc9e, #5b37eb, #f1307e);
    animation: rotate 10s cubic-bezier(0.8, 0.2, 0.2, 0.8) alternate infinite;
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    
  }
  
  @keyframes rotate {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  /************************ Audio *******************************/
  
  .player__btn {
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: var(--bs-primary);
    color: #fff;
    position: fixed;
    bottom: -17px;
    left: -10px;
    margin: 20px;
    z-index: 999;
  }
  
  
  .hide {
    display: none;
  }
  
  .lang__btn {
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: var(--bs-primary);
    color: #fff;
    position: fixed;
    bottom: -17px;
    right: -10px;
    margin: 20px;
    z-index: 999;
  }
  
  
  .neumorphic {
    container-type: inline-size;
    aspect-ratio: 1/1;
    border: 0.5rem solid transparent;
    border-radius: 50px;
    color: hsl(0 0% 10%);
    background: none;
    display: grid;
    place-content: center;
    gap: 1rem;
    --shadow: 
      -.5rem -.5rem 1rem hsl(0 0% 100% / .75),
      .5rem .5rem 1rem hsl(0 0% 50% / .5);
    box-shadow: var(--shadow);
    outline: none;  
    transition: all 0.1s;
    
    &:hover, &:focus-visible {
      color: hsl(10 80% 50%);
      scale: 1.1
    }
    &:active, &.active{
      box-shadow:
        var(--shadow),
        inset .5rem .5rem 1rem hsl(0 0% 50% / .5),
        inset -.5rem -.5rem 1rem hsl(0 0% 100% / .75);
      color: hsl(10 80% 50%);
      > i { font-size: 28cqi};
      > span { font-size: 13cqi};
    }
  
    >i {
      font-size: 31cqi;
    }
    > span {
      font-family: system-ui, sans-serif;
      font-size: 16cqi;
    }
  }

  /************************ Audio *******************************/

  .textm{
    padding: 13px 10px 13px 13px;
    font-weight: 900;
    color: #4ddc9e;
    margin-left: auto;
    margin-right: auto;
  }
  .textmm{
    padding: 13px 22px 13px 13px;
    font-weight: 900;
    color: var(--bs-primary);
    margin-left: auto;
    margin-right: auto;
  }

/*//////////////////////////////logo/////////////////////*/






.margintop {
    margin-top: 0px;
}
.margintop2 {
    margin-top: 100px;
    margin-bottom: 50px;
}

@media only screen and (min-width: 601px) and (max-width: 1024px) {

}


.textsmall {
    font-size: 10px;
}

.textbottom {
    margin: -25px 0px -10px 0px;
}

.marginbottom {
    margin-bottom: -50px;
    margin-top: -50px;
}


/************************************* Grid ************************************/

  .item11 img {
    width: 95%;
    height: 95%;
    border-radius: 5px;
  }
  
  .item11 img {
    object-fit: cover;
  }
  .item111 img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
  }
  
  .item111 img {
    object-fit: cover;
  }
  /* FEATURED */
  
  .featured {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }
  
  .grid-area {
    display: grid;
    grid-template-columns: repeat(4, 100px);
    grid-template-rows: repeat(7, 100px);
    gap: 20px;
  }
  .item111 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.63);
    border: 3px solid rgba(210, 206, 206, 0.555);
    backdrop-filter: blur(10px);
    cursor: pointer;
    border-radius: 10px;
  }
  .art-one {
    grid-area: 1 / 1 / 3 / 3;
  }
  
  .art-two {
    grid-area: 1 / 3 / 4 / 5;
  }
  
  .art-three {
    grid-area: 1 / 5 / 3 / 7;
  }
  
  .art-four {
    grid-area: 1 / 7 / 3 / 9;
  }
  
  .art-six {
    grid-area: 4 / 3 / 6 / 5;
  }
  
  .art-five {
    grid-area: 3 / 1 / 5 / 3;
  }
  
  .art-seven {
    grid-area: 3 / 5 / 5 / 7;
  }
  
  .art-eight {
    grid-area: 3 / 7 / 6 / 9;
  }
  
  .art-nine {
    grid-area: 5 / 1 / 8 / 3;
  }
  
  .art-ten {
    grid-area: 6 / 3 / 8 / 5;
  }
  
  .art-eleven {
    grid-area: 5 / 5 / 8 / 7;
  }
  
  .art-twelve {
    grid-area: 6 / 7 / 8 / 9;
  }
  
  .lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    padding: 0 10px;
    z-index: 20;
    animation: openLightbox 0.6s ease-in-out 1 normal;
  }
  
  @keyframes openLightbox {
    from {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
  }
 
  
  @media (max-width: 975px) {
    .featured {
      padding: 60px 70px 80px;
    }
  
    .grid-area {
      display: grid;
      grid-template-columns: repeat(6, 100px);
      grid-template-rows: repeat(9, 100px);
      gap: 20px;
      margin: 40px 30px 60px;
    }
  
    .art-four {
      grid-area: 8 / 1 / 10 / 3;
    }
  
    .art-eight {
      grid-area: 8 / 3 / 10 / 5;
    }
  
    .art-twelve {
      grid-area: 8 / 5 / 10 / 7;
    }
    
    .top111 {
    margin-top: -220px;
    } 
  }
  
  @media (max-width: 750px) {
    .grid-area {
      grid-template-columns: repeat(6, 90px);
      grid-template-rows: repeat(9, 90px);
    }
  
    .featured {
      padding: 60px 50px 80px;
    }
  
    .slide11 {
      font-size: 3rem;
      padding: 9px 30px 9px 30px;
      top: 90%;
    }
  
    .prev11 {
      left: 15%;
    }
  
    .next11 {
      right: 15%;
    }
  }
  
  @media (max-width: 670px) {
    .grid-area {
      grid-template-columns: repeat(4, 110px);
      grid-template-rows: repeat(14, 110px);
    }
  
    .art-three {
      grid-area: 11 / 3 / 13 / 5;
    }
  
    .art-four {
      grid-area: 8 / 1 / 10 / 3;
    }
  
    .art-seven {
      grid-area: 13 / 3 / 15 / 5;
    }
  
    .art-eight {
      grid-area: 8 / 3 / 11 / 5;
    }
  
    .art-eleven {
      grid-area: 12 / 1 / 15 / 3;
    }
  
    .art-twelve {
      grid-area: 10 / 1 / 12 / 3;
    }
  }

  @media (max-width: 530px) {
    .grid-area {
      grid-template-columns: repeat(4, 90px);
      grid-template-rows: repeat(14, 90px);
    }
  }
  
  @media (max-width: 460px) {
    .grid-area {
      grid-template-columns: repeat(4, 70px);
      grid-template-rows: repeat(14, 70px);
    }
  
    .featured {
      padding: 60px 40px 80px;
    }
  
    .featured h1 {
      margin-bottom: 0;
    }
  
    .slide11 {
      font-size: 3rem;
      top: 80%;
    }
  }


 /* <!------------------ Slide Start ---------------------> */

 .group {
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 60px;
    margin-bottom: -90px;
  }
  
  .item22 {
    width: 15vw;
    height: 75vh;
    background-position: center;
    background-size: 75vh;
    margin: 1vw;
    border-radius: 3vw;
    display: inline-block;
    cursor: pointer;
  }
 
  /* <!------------------ Slide End ---------------------> */

  @media only screen and (max-width: 600px) {
    .margintop {
     margin-top: 100px;
    }
    .margintop2 {
        margin-top: 50px;
        margin-bottom: -50px;
    }
    .group {
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        margin-top: 60px;
        margin-bottom: -80px;
      }
      
      .item22 {
        width: 15vw;
        height: 35vh;
        background-position: center;
        background-size: 35vh;
        margin: 1vw;
        border-radius: 3vw;
        display: inline-block;
        cursor: pointer;
      }
}


/***************    <!-- Video Start -->      *************/

/***************    <!-- Video Start -->      *************/


.align-center {
  padding: 0 100px 0 100px;
}





/********* CountUp Annimation Start ***********/

#wrapper {
  font-family: "Pacifico", sans-serif;
  width: 100%;
  font-weight: 500;
  margin-bottom: 280px;
  margin-top: 10px;
  font-size: 15px;
}
#content {
  top: -35px;
  width: auto;
  height: 70px;
  text-align: center;
    
    #counter {
      color: var(--bs-dark);
      font-family: "Amita", serif;
      letter-spacing: 0.1em;
      font-size: 25px;
      line-height: 1.5;
      font-weight: 900;
      text-rendering: optimizeLegibility;
      text-align: center;
      line-height: 2;
      
    }
}



/********* CountUp Annimation End ***********/

.footer-last {
  display: flex;
}

.logo32 {
  width: 90px;
  height: 70px;
  margin-top: -5px;
}

.lasttext {
  font-size: 27px;
}

.cccc {
  font-size: 15px;
  color: var(--bs-light);
}

.adma {
  font-size: 27px;
}

.ditalll {
  color: var(--bs-light);
}

/* Squar Images start */

.containerS{
  min-height: 10vh;
  display: grid;
  margin-top: 30px;

 }


 .gallery3 {
  --s: 250px; /* control the size */
  --g: 10px;  /* control the gap */
  --f: 1.5;   /* control the scale factor */
  margin: 4%;
  display: grid;
  gap: var(--g);
  width: calc(3*var(--s) + 2*var(--g));
  aspect-ratio: 1;
  grid-template-columns: repeat(3,auto);

  margin-top: 10%;
  
 }

  .gallery3 > img {
    width: 0;
    height: 0;
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    cursor: pointer;
    transition: .35s linear;
   }

.gallery3 img:hover{
 filter: grayscale(0);
 width:  calc(var(--s)*var(--f));
 height: calc(var(--s)*var(--f));
}

/* Media query for mobile devices */
@media only screen and (max-width: 600px) {

  .gallery3{
   --s: 114px; /* control the size */
   --g: 10px;  /* control the gap */
   --f: 1.5;   /* control the scale factor */
   margin: 4%;
   margin-top: 10%;
   display: grid;
   gap: var(--g);
   width: calc(3*var(--s) + 2*var(--g));
   aspect-ratio: 1;
   grid-template-columns: repeat(3,auto);
  }
  .gallery3 > img {
    width: 0;
    height: 0;
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    cursor: pointer;
    transition: .35s linear;
  }
  .gallery3 img:hover{
   filter: grayscale(0);
   width:  calc(var(--s)*var(--f));
   height: calc(var(--s)*var(--f));
  }
}


/* Squar Images end */



/********* 3d Slide Annimation Start ***********/


.slide4 {
	max-width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
  margin-top: 20px;
  margin-bottom: -400px;
}

#slideshow4 {
	margin: 0 auto;
	padding-top: 50px;
	height: 600px;
	width: 100%;
	box-sizing: border-box;
}

.slideshow-title4 {
	font-family: 'Allerta Stencil';
	font-size: 62px;
	color: #fff;
	margin: 0 auto;
	text-align: center;
	margin-top: 25%;
	letter-spacing: 3px;
	font-weight: 300;
}

.sub-heading4 {
	padding-top: 50px;
	font-size: 18px;
} .sub-heading4-two {
	font-size: 15px;
} .sub-heading4-three {
	font-size: 13px;
} .sub-heading4-four {
	font-size: 11px;
} .sub-heading4-five {
	font-size: 9px;
} .sub-heading4-six {
	font-size: 7px;
} .sub-heading4-seven {
	font-size: 5px;
} .sub-heading4-eight {
	font-size: 3px;
} .sub-heading4-nine {
	font-size: 1px;
}

.entire-content4 {
	margin: auto;
	width: 190px;
	perspective: 1000px;
	position: relative;
	padding-top: 80px;
}

.content-carrousel4 {
	width: 100%;
	position: absolute;
	float: right;
	animation: rotar 15s infinite linear;
	transform-style: preserve-3d;
}

.content-carrousel4:hover {
	animation-play-state: paused;
	cursor: pointer;
}

.content-carrousel4 figure {
	width: 100%;
	height: 120px;
	border: 1px solid #3b444b;
	overflow: hidden;
	position: absolute;
}

.content-carrousel4 figure:nth-child(1) {
	transform: rotateY(0deg) translateZ(300px); 
} .content-carrousel4 figure:nth-child(2) {
	transform: rotateY(40deg) translateZ(300px); 
} .content-carrousel4 figure:nth-child(3) {
	transform: rotateY(80deg) translateZ(300px); 
} .content-carrousel4 figure:nth-child(4) {
	transform: rotateY(120deg) translateZ(300px); 
} .content-carrousel4 figure:nth-child(5) {
	transform: rotateY(160deg) translateZ(300px); 
} .content-carrousel4 figure:nth-child(6) {
	transform: rotateY(200deg) translateZ(300px); 
} .content-carrousel4 figure:nth-child(7) {
	transform: rotateY(240deg) translateZ(300px); 
} .content-carrousel4 figure:nth-child(8) {
	transform: rotateY(280deg) translateZ(300px); 
} .content-carrousel4 figure:nth-child(9) {
	transform: rotateY(320deg) translateZ(300px); 
} .content-carrousel4 figure:nth-child(10) {
	transform: rotateY(360deg) translateZ(300px); 
} 

.shadow4 {
    position: absolute;
    box-shadow: 0px 0px 20px 0px #000;
    border-radius: 1px;
}

.content-carrousel4 img {
	image-rendering: auto;
	transition: all 300ms;
	width: 100%;
	height: 100%;
}

.content-carrousel4 img:hover {
	transform: scale(1.2);
	transition: all 300ms;
}

@keyframes rotar {
	from {
		transform: rotateY(0deg);
	} to {
		transform: rotateY(360deg);
	}
}

/********* 3d Slide Annimation End ***********/


.hwm {
  width: 100%;
  border-radius: 0 0 25px 25px;
  margin-bottom: 20px;
  }

.margintop4 {
  margin-bottom: 50px;
}
.margintop5 {
  margin-top: 110px;
  margin-bottom: 50px;
}
.lowcase {
  text-transform: none;
}
.headingtop {
  color: var(--bs-primary);
  font-size: 1.9rem;
}
.topnew {
  margin-top: 100px;
  margin-bottom: -150px;
}
.topnew2 {
  margin-top: 30px;
  margin-bottom: 0px;
}
.topnew3 {
  margin-top: 30px;
  margin-bottom: -50px;
}
.topnew4 {
  margin-top: 170px;
  margin-bottom: -200px;
}
.topnew5 {
  margin-top: 40px;
  margin-bottom: -40px;
}
.topnew6 {
  margin-top: 20px;
  margin-bottom: -40px;
}
/********* Font Start ***********/

/* English */
/*(1)*/
.font-1 {
  font-family: "Shrikhand", serif;
  font-weight: 400;
  font-style: normal;
}

/*(2)*/
.font-2 {
  font-family: "Leckerli One", cursive;
  font-weight: 400;
  font-style: normal;
}

/*(3)*/
.font-3 {
  font-family: "Italianno", cursive;
  font-weight: 400;
  font-style: normal;
}

/*(4)*/
.font-4 {
  font-family: "Montez", cursive;
  font-weight: 400;
  font-style: normal;
}

/*(5)*/
.font-5 {
  font-family: "Sarina", cursive;
  font-weight: 400;
  font-style: normal;
}

/*(6)*/
.font-6 {
  font-family: "Sevillana", cursive;
  font-weight: 400;
  font-style: normal;
}

.font-7 {
    font-family: "Roboto Slab", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

/* Marathi */
/*(1)*/
.font-a {
  font-family: "Amita", serif;
  font-weight: 400;
  font-style: normal;
}
.font-aa {
  font-family: "Amita", serif;
  font-weight: 700;
  font-style: normal;
}

/*(2)*/
.font-b {
  font-family: "Modak", system-ui;
  font-weight: 400;
  font-style: normal;
}

/*(3)*/
.font-c {
  font-family: "Alkatra", system-ui;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.hindi .heading {
  text-align: center;
  font-family: "Dekko", cursive;
  font-weight: 400;
  font-style: normal;
}

.hindi .lang {
  font-family: "Amita", serif;
  font-weight: 700;
  font-style: normal;
}


/********* Font End ***********/


.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}



.h222 {
  height: clamp(1rem, 2vw, 1.1rem);
  font-size: clamp(1rem, 3vw, 1.1rem);
  margin-left: clamp(0.5rem, 3vw, 5rem);
  font-weight: 400;
  color:  var(--bs-primary);

  text-shadow: 2px 1px 2px #000;

  font-family: "Alkatra", system-ui;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}


.h122 {
  font-weight: 200;
  height: 40px;
  font-size: clamp(1.5rem, 6vw, 3rem);
  margin-left: clamp(0.5rem, 5vw, 10rem);
  color: #00cebd;
  letter-spacing: 1px;
  text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;

  font-family: "Leckerli One", cursive;
  font-weight: 400;
  font-style: normal;
}


.logo2 {
  width: 170px;
  position: fixed;
  top: 10px;
  left: 5px;
}














































/*//////////////////////////////// Main Alignmenr /////////////////////////////////*/

/*(1)*/
@media (max-width: 975px) {
  .footer22{
    margin-bottom: 35px;
  }
  .align-center {
    padding: 0 170px 0 170px;
  }
  .swiper44{
    margin-top: 350px;
  }
  .gallery3{
    --s: 200px; /* control the size */
    --g: 10px;  /* control the gap */
    --f: 1.5;   /* control the scale factor */
    margin: 4%;
    margin-top: 10%;
    display: grid;
    gap: var(--g);
    width: calc(3*var(--s) + 2*var(--g));
    aspect-ratio: 1;
    grid-template-columns: repeat(3,auto);
   }
   .margintop4 {
    margin-bottom: -30px;
  }
  .margintop5 {
    margin-top: 130px;
    margin-bottom: -20px;
  }
  .topnew2 {
    margin-top: -150px;
    margin-bottom: 0px;
  }

}

/*(2)*/
@media (max-width: 750px) {
  .footer22{
    margin-bottom: 35px;
  }
  .align-center {
    padding: 0 80px 0 80px;
  }
  .swiper44{
    margin-top: 350px;
  }
  .top-bottom-cube {
    margin-top: -30%;
    margin-bottom: -60%;
  }
  .gallery3{
    --s: 190px; /* control the size */
    --g: 5px;  /* control the gap */
    --f: 1.5;   /* control the scale factor */
    margin: 4%;
    margin-top: 10%;
    display: grid;
    gap: var(--g);
    width: calc(3*var(--s) + 2*var(--g));
    aspect-ratio: 1;
    grid-template-columns: repeat(3,auto);
   }
  .margintop4 {
    margin-bottom: -30px;
  }
  .margintop5 {
    margin-top: 130px;
    margin-bottom: -20px;
  }
  .topnew2 {
    margin-top: -150px;
    margin-bottom: 0px;
  }
}



/*(3)*/
@media (max-width: 670px) {
  .swiper44{
    margin-top: 350px;
  }
  .footer22{
    margin-bottom: -30px;
  }
  .align-center {
    padding: 0 60px 0 60px;
  }
  .top-bottom-cube {
    margin-top: -20%;
    margin-bottom: -50%;
  }
  .top-bottom-cube {
    margin-top: -20%;
    margin-bottom: -50%;
  }
  .gallery3{
    --s: 150px; /* control the size */
    --g: 10px;  /* control the gap */
    --f: 1.5;   /* control the scale factor */
    margin: 4%;
    margin-top: 10%;
    display: grid;
    gap: var(--g);
    width: calc(3*var(--s) + 2*var(--g));
    aspect-ratio: 1;
    grid-template-columns: repeat(3,auto);
   }
   .margintop4 {
    margin-bottom: -30px;
  }
  .margintop5 {
    margin-top: 130px;
    margin-bottom: -20px;
  }
  .topnew2 {
    margin-top: -150px;
    margin-bottom: -20px;
  }
}



/*(4)*/

@media (max-width: 530px) {
  .swiper44{
    margin-top: 300px;
  }
  .footer22{
    margin-bottom: -40px;
  }
  .align-center {
    padding: 0 50px 0 50px;
  }
  .scene {
    width: 99%;
    height: 400px;
    padding: 70% 0 60% 0;
    overflow: hidden;
  }
  .top-bottom-cube {
    margin-top: -20%;
    margin-bottom: -50%;
  }
  .margintop4 {
    margin-bottom: -30px;
  }
  .margintop5 {
    margin-top: 130px;
    margin-bottom: -20px;
  }
  .topnew2 {
    margin-top: -150px;
    margin-bottom: 100px;
  }
}



/*(5)*/
@media (max-width: 460px) {
.swiper44{
  margin-top: 300px;
}
.footer22{
  margin-bottom: 10px;
}
.margintop3{
  margin-top: 150px;
}
.align-center {
  padding: 0 0 0 0;
}
.scene {
  width: 99%;
  height: 400px;
  padding: 70% 0 60% 0;
  overflow: hidden;
}
.top-bottom-cube {
  margin-top: -10%;
  margin-bottom: -30%;
}
.gallery3{
  --s: 114px; /* control the size */
  --g: 10px;  /* control the gap */
  --f: 1.5;   /* control the scale factor */
  margin: 4%;
  margin-top: 10%;
  display: grid;
  gap: var(--g);
  width: calc(3*var(--s) + 2*var(--g));
  aspect-ratio: 1;
  grid-template-columns: repeat(3,auto);
 }
 .margintop4 {
  margin-bottom: -30px;
}
.margintop5 {
  margin-top: 130px;
  margin-bottom: -20px;
}
.topnew2 {
  margin-top: -150px;
  margin-bottom: 100px;
}
}


.logo22 {
  top: 10px;
  left: 10px;
  position: fixed;
  z-index: 99;
  width: 70px;
}

.text32 {
  font-size: 2.8rem;
}

.foredit {
  font-size: 22px;
  font-weight: 800;
  text-align: center;
  text-decoration: underline   var(--bs-secondary);
  margin-bottom: 50px;
}

@media only screen and (max-width: 600px) {
  .logo22 {
    top: 10px;
    left: 10px;
    position: fixed;
    z-index: 9;
  width: 60px;
  }




  .foredit {
    font-size: 22px;
    font-weight: 800;
    text-align: center;
    text-decoration: underline   var(--bs-secondary);
    margin-bottom: 10px;
  }

  .h122 {
  font-weight: 200;
  height: 30px;
  font-size: 30px;
  margin-left: clamp(0.5rem, 5vw, 10rem);
  color: #00cebd;
  letter-spacing: 1px;
  text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;

  font-family: "Leckerli One", cursive;
  font-weight: 400;
  font-style: normal;
}

}





.margintoptop {
  margin-top: -150px;
}

.margintoptoptop {
  margin-top: -80px;
}


.ovelflowhide {
  overflow: hidden;
}




/* Main Container for Buttons */
.last-container-buttons {
  display: flex;
  align-items: center;
  text-align: center;
  margin-bottom: 10px;
}

/* Logout Button Styling */
#hardRefreshButton {
  font-size: 16px;
  font-weight: bold;
  border-radius: 30px;
  color: #fff;
  background-color: transparent; /* Red for Logout */
  border: 2px solid #4CAF50;
  margin: 10px;
  padding: 5px;
}

/* Specific Style for Logout Button */
.logout-btn-2 {
  font-size: 16px;
  font-weight: bold;
  border-radius: 30px;
  color: #fff;
  background-color: transparent; /* Red for Logout */
  border: 2px solid #ff4d4d;
  margin: 10px;
}

/* Hover Effects */
.logout-btn-2:hover, #hardRefreshButton:hover {
  background-color: transparent; /* Darker green */
  transform: scale(1.05);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
}




 







.ff-n1 {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}


.ff-n2 {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}


.ff-n3 {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.ff-n4 {
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.ff-n5 {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-style: normal;
}

.ff-n6 {
  font-family: "Crimson Text", serif;
  font-weight: 700;
  font-style: italic;
}

.ff-n7 {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
}

.ff-n8 {
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-style: normal;
}

.ff-n9 {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: italic;
}




