@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Malayalam:wght@100..900&display=swap");
.font-malayalam {
  font-family: "Noto Sans Malayalam", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: inherit;
}

@font-face {
  font-family: "Causten";
  src: url("../fonts/Causten-Light.woff2") format("woff2"), url("../fonts/Causten-Light.woff") format("woff"), url("../fonts/Causten-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Causten";
  src: url("../fonts/Causten-Regular.woff2") format("woff2"), url("../fonts/Causten-Regular.woff") format("woff"), url("../fonts/Causten-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Causten";
  src: url("../fonts/Causten-Medium.woff2") format("woff2"), url("../fonts/Causten-Medium.woff") format("woff"), url("../fonts/Causten-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Causten";
  src: url("../fonts/Causten-SemiBold.woff2") format("woff2"), url("../fonts/Causten-SemiBold.woff") format("woff"), url("../fonts/Causten-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Causten";
  src: url("../fonts/Causten-Bold.woff2") format("woff2"), url("../fonts/Causten-Bold.woff") format("woff"), url("../fonts/Causten-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

.hero-banner {
  background: #000;
  overflow: hidden;
}
.hero-banner .hero-image {
  position: relative;
  display: flex;
  min-height: 600px;
  height: 94vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767.98px) {
  .hero-banner .hero-image {
    min-height: 500px;
    height: auto;
  }
}
@media (max-width: 767.98px) {
  .hero-banner .hero-image::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 3;
  }
}
.hero-banner .hero-image .object-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 45%;
  aspect-ratio: 1/1;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .hero-banner .hero-image .object-bg {
    width: 100%;
  }
}
.hero-banner .hero-image .object-bg img {
  animation: rotation 50s infinite linear;
}
.hero-banner .hero-image .object-main {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  perspective: 3000px;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .hero-banner .hero-image .object-main {
    right: 50%;
    transform: translateX(50%) translateY(-50%);
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .hero-banner .hero-image .object-main {
    width: 130%;
  }
}
.hero-banner .hero-image .object-main .obj {
  transform-style: preserve-3d;
  transition: transform 0.1s;
}
.hero-banner .hero-image .object-1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 280px;
  z-index: 4;
}
@media (max-width: 767.98px) {
  .hero-banner .hero-image .object-1 {
    width: 100px;
  }
}
.hero-banner .hero-image .object-1 img {
  animation: leafMovement 4s infinite ease-in-out;
}
.hero-banner .hero-image .object-2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 280px;
  z-index: 4;
}
@media (max-width: 767.98px) {
  .hero-banner .hero-image .object-2 {
    width: 100px;
  }
}
.hero-banner .hero-image .object-2 img {
  animation: leafMovement 8s infinite ease-in-out;
}
.hero-banner .hero-image .object-3 {
  position: absolute;
  right: -1rem;
  bottom: -1rem;
  width: 200px;
  z-index: 4;
}
.hero-banner .hero-image .object-3 img {
  animation: leafMovement 4s infinite ease-in-out;
  transform: rotate(180deg);
}
.hero-banner .hero-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  color: #fff;
  z-index: 5;
}
@media (max-width: 767.98px) {
  .hero-banner .hero-content {
    text-align: center;
  }
}
.hero-banner .hero-content .subtitle {
  letter-spacing: 0.5rem;
}

.about-brief {
  padding-top: 6rem;
  padding-bottom: 7rem;
}
@media (max-width: 991.98px) {
  .about-brief {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (max-width: 767.98px) {
  .about-brief {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .about-brief .content {
    text-align: center;
    padding-top: 10%;
  }
}

.calendar-panel {
  background: #eaf0eb;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (max-width: 991.98px) {
  .calendar-panel {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (max-width: 767.98px) {
  .calendar-panel {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .calendar-panel {
    color: #fff;
    /* border-top-right-radius: 10rem;
    background: #508056; */
  }
}
@media (max-width: 767.98px) {
  .calendar-panel .heading {
    color: #fff;
  }
}
.calendar-panel .caption {
  text-align: center;
}

.calendar-block {
  height: 100%;
  border-radius: 1rem;
  background: #fff;
  padding: 2rem;
}

.location-panel .location-list {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (max-width: 991.98px) {
  .location-panel .location-list {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (max-width: 767.98px) {
  .location-panel .location-list {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .location-panel .location-list {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.location-item {
  display: flex;
  border-radius: 0.5rem;
  background: #fff;
  margin-bottom: 1rem;
  padding: 2rem 0.5rem;
}
@media (min-width: 768px) {
  .location-item {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.location-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .location-item.w-100 {
    max-width: 100%;
  }
}
.location-item .icon-item {
  width: 1.5rem;
  flex: 0 0 1.5rem;
}
.location-item .content {
  padding-left: 1rem;
}
.location-item .content .text {
  color: #6c757d;
}

.location-map {
  width: 100%;
  height: 100%;
}

footer {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
footer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
footer .footer-panel {
  position: relative;
  z-index: 2;
}
footer .footer-brand {
  text-align: center;
}
footer .footer-brand img {
  max-width: 300px;
}
footer .footer-nav {
  color: #dee2e6;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 3rem 0;
}
footer .footer-nav .title {
  color: #F3CB9A;
  font-size: 1.25rem;
}
footer .footer-nav a {
  color: #dee2e6;
  text-decoration: none;
}
footer .footer-nav a:hover {
  color: #96b39a;
}
footer .copyright {
  color: #ced4da;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 2rem 0;
}
@media (max-width: 991.98px) {
  footer .copyright {
    text-align: center;
  }
}

.contact-form {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact-form::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.contact-form .container {
  position: relative;
  z-index: 5;
}

.section-grid {
  position: relative;
}
@media (max-width: 991.98px) {
  .section-grid {
    display: flex;
    flex-direction: column;
  }
}
.section-grid .content-container {
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .section-grid .image-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
}
.section-grid .content {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (max-width: 991.98px) {
  .section-grid .content {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (max-width: 767.98px) {
  .section-grid .content {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.section-grid .section-image.fill {
  display: flex;
  height: 100%;
}
.section-grid .section-image.fill img {
  object-fit: cover;
}

.section-1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (max-width: 991.98px) {
  .section-1 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (max-width: 767.98px) {
  .section-1 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media (max-width: 991.98px) {
  .section-1 {
    color: #fff;
    border-top-right-radius: 10rem;
  }
}
@media (max-width: 991.98px) {
  .section-1 .heading {
    color: #fff;
  }
}
@media (min-width: 992px) {
  .section-1 .image-container {
    top: 50%;
    transform: translateY(-50%);
    height: auto;
  }
}

.team-panel {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (max-width: 991.98px) {
  .team-panel {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (max-width: 767.98px) {
  .team-panel {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media (max-width: 991.98px) {
  .team-panel .card {
    color: #fff;
    max-width: 340px;
    margin: 0 auto;
  }
}
@media (max-width: 991.98px) {
  .team-panel .card-title {
    color: #fff;
  }
}

.info-panel {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (max-width: 991.98px) {
  .info-panel {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (max-width: 767.98px) {
  .info-panel {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.info-panel.bg {
  background: #f8f9fa;
}

.content-section {
  background-repeat: no-repeat;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (max-width: 991.98px) {
  .content-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (max-width: 767.98px) {
  .content-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.content-section.bg-top {
  background-position: center top;
  background-size: auto;
}

.testimonials-panel {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (max-width: 991.98px) {
  .testimonials-panel {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (max-width: 767.98px) {
  .testimonials-panel {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.teams-panel .card {
  height: 100%;
}

/*# sourceMappingURL=ssvg.css.map */










.newbtn{

  background-color: #26b834;
    border: 1px solid #fff;
    padding: 1% 4%;
}







.gallery{
  width:500px;
  height:350px;
  margin: 0 auto;
  perspective: 1000px;
 }

 .gallery-item {
  width: 500px;
  height: 350px;
  transform-style: preserve-3d;

  animation:anime 10s both alternate-reverse infinite linear;
 }

 .gallery-item img{
  position: absolute; /*一枚になる*/
  display:block;
  width:100%;
  height:100%;
 }

 .number1 {
   transform: translateZ(250px);
 }

 .number2 {
   transform-origin: center left;
   transform: translateZ(-250px) rotateY(270deg);
 }

 .number3 {
   transform: translateZ(-250px);
 }


 .number4 {
   transform-origin: right;
   transform: rotateY(270deg)  translateX(250px);
 }

 @keyframes anime{

  0%{
  transform:rotateY(0deg);
  }


  100%{
  transform:rotateY(270deg);
  }
 }


 /* スマホ時、画像サイズを調整 */
 @media screen and (max-width: 600px) {
   .gallery {
     width: 250px;
     height: 200px;
   }
   .gallery-item {
     width: 250px;
     height: 200px;
   }
   .number1 {
     transform: translateZ(125px);
   }
   .number2 {
     transform: translateZ(-125px) rotateY(270deg);
   }
   .number3 {
     transform: translateZ(-125px);
   }
   .number4 {
     transform: rotateY(270deg) translateX(125px);
   }
 }



  .page-header {
    background: linear-gradient(rgb(15 66 41 / 21%), rgb(15 66 41 / 22%)), url(../images/bg/leafs.jpg) center center no-repeat;
    background-size: cover;
}


.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: #fff;
}



img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}



.blocks {
  position: relative;
  width:100%;
  max-width: 100%;
  min-height: 200px;
}

.images {
  position: absolute;
  width: 100%;
  opacity: 0;
  animation: change-img-anim 10s infinite;
}

.images:nth-of-type(1) {
  animation-delay: 0s; /* No delay for the first image */
}

.images:nth-of-type(2) {
  animation-delay: 3.33s; /* Adjusted delay for the second image */
}

.images:nth-of-type(3) {
  animation-delay: 6.67s; /* Adjusted delay for the third image */
}

@keyframes change-img-anim {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
 }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity:0;
}
}

.newli{
padding-bottom:2%;
}