* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

main {
  font-family: "Poppins", sans-serif;
  background-color: #f9f9f9;
  overflow-x: hidden;
}

:root {
  --pri-color: #3c552c;
  --sec-color: #c1c4b5;
  --title: #52633e;
}

p {
  color: #333;
}

.sec-spacer {
  padding: 60px 0;
}

@media(max-width:999px) {
  .sec-spacer {
    padding: 30px 0;
  }
}

.med-spacer {
  padding: 20px 0;
}

.f-w {
  color: #FFF;
}


.fs-sec {
  text-transform: uppercase;
  letter-spacing: 10px;
  text-align: center;
  font-family: Lora, serif;
  font-weight: 200;
  margin-bottom: 1.25rem;
}

.pd-0 {
  padding: 0 !important;
}

.fs-cl {
  color: #52633e;
}

@media (max-width:600px) {
  .sec-spacer {
    padding: 30px 0;
  }
}

.sub-title {
  display: block;
  letter-spacing: 4px;
  font-family: Lora, serif;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 1.25rem;
}



.title {
  font-size: 32px;
  margin-bottom: 20px;
  letter-spacing: 2px;
  color: var(--title);
  text-transform: uppercase;
  font-weight: 700;
}

.abt-title {
  font-size: 2.5rem;
  font-weight: 800;
}

@media(max-width:999px) {
  .abt-title {
    font-size: 32px;
    font-weight: 800;
  }

}

.text-hollow {
  -webkit-text-stroke: 2px var(--pri-color);
  letter-spacing: 4px;

  color: transparent;
}

ul,
li,
a {
  list-style: none;
  text-decoration: none !important;
  color: inherit;
}

.btn-fill a {
  padding: 10px 15px;
  color: var(--pri-color);
  background-color: #f9f9f9;
  font-weight: 500;
  letter-spacing: 2px;
  border-radius: 8px;
}


/* breadcrump */
.breadcrump {
  position: relative;
  min-height: 300px;
  background-image: url(../images/urava-Peaceful\ stay\ \ in\ alappuzha\ kerala.JPG);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.breadcrump::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  z-index: 2;
  background-image: url(../assets/patrn.png);
  transform: rotate(-180deg);
  background-position: center center;
  background-size: 100% 100%;
  object-fit: cover;
}

.breadcrump::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  background-image: url(../assets/patrn.png);
  background-size: 100% 100%;
  object-fit: cover;
}

.breadcrump-overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.752);
}

.breadcrump-inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 100%;
  text-align: center;
  color: white;
}

.breadcrump h1 {
  margin: 0 auto;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: "Gilda Display", serif;
  padding: 0 15px;
  background-color: #ffffff30;
  border-radius: 8px;
  padding: 3px 18px;

}

.breadcrump h6 {
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: "Gilda Display", serif;
  position: relative;
}

.breadcrump h6::before {
  content: "";
  position: absolute;
  left: -2em;
  top: 5px;
  width: 12px;
  height: 2px;
  background-color: #ffffff;
}

.breadcrump h6::after {
  content: "";
  position: absolute;
  right: -2em;
  top: 5px;
  width: 12px;
  height: 2px;
  background-color: #ffffff;
}

.breadcrump-inner {
  position: relative;
  z-index: 15;
}



/* BANNER */
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px !important;
  background-color: #ffffff;
  color: var(--pri-color);
  padding: 20px;
}

@media (max-width:999px) {

  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }

  .navbar-brand img {
    width: 130px !important;
  }
}


@media (max-width:400px) {



  .navbar-brand img {
    width: 100px !important;
  }
}




.swiper-button-next {
  z-index: 30 !important;
}

.slide {
  position: relative;
}

.slide img {
  position: relative;
}

.slide::before {
  content: "";
  position: absolute;
  top: 0;
  z-index: 5;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #00000070;
}

.swiper-slide .slider-cont {
  display: none;
}

.slider-cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  font-weight: 800;
  line-height: 74px;
  z-index: 10;
}


.swiper-slide-active .slider-cont {
  display: block;
  filter: blur(20px);
  opacity: 0;
  animation: showContent .5s 2.4s ease-in-out 1 forwards;
}

@keyframes showContent {
  to {
    filter: blur(0);
    opacity: 1;
  }
}


.animated-text-wrapper {
  display: inline-block;
  white-space: nowrap;

}

.animated-text {
  display: inline-flex;
  overflow: hidden;
  white-space: nowrap !important;
  width: 0;
  overflow: hidden;
  border-right: 2px solid rgb(255, 255, 255);
  animation: text-reveal 2.5s linear infinite alternate;
  color: transparent;
  -webkit-text-stroke: 2px #FFF;
  letter-spacing: 4px;
}

@keyframes text-reveal {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

.swiper-slide-active .slider-cont h1 {
  font-size: 70px;
  font-weight: 800;
  color: #fff;
  text-align: center;
  width: max-content;
}


@media (max-width:1300px) {
  .slider-cont h1 {
    font-size: 60px !important;

  }
}

@media (max-width:999px) {
  .slider-cont h1 {
    font-size: 40px !important;

  }
}

@media (max-width:700px) {
  .slider-cont h1 {
    font-size: 30px !important;

  }

  .animated-text {

    -webkit-text-stroke: 1px #FFF;
    letter-spacing: 4px;
  }

}

@media (max-width:400px) {
  .slider-cont h1 {
    font-size: 20px !important;

  }
}

/* NAVBAR */

.navbar-toggler {
  background-color: var(--pri-color) !important;
  color: #FFF !important;
}

.navbar {
  background-color: #FFF;
}

.navbar-brand {
  padding: 0 !important;
  height: 100%;
}


.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  color: #070707;
}

.navbar-nav {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 1200px) {
  .navbar-nav {
    justify-content: center !important;
  }


}

@media (min-width:1300px) {
  .navbar-nav {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
  }
}

@media (min-width: 999px) {
  .navbar-expand-lg .navbar-nav .nav-item {
    margin-left: 0.625em;
  }

  .offcanvas-body {
    display: flex;
    align-items: center;
  }

}

@media (max-width: 999px) {

  .navbar-expand-lg .navbar-nav .nav-item .nav-link {
    color: #070707 !important;
  }

}



/* ABOUT */
.about-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-row: 1;
}

.about-image {
  grid-column: 6 / span 12;
  grid-row: 1;
  z-index: 1;
}

.about-image.sec {
  grid-column: 1 / span 6;
  grid-row: 1;
  z-index: 1;
}

.about-content.sec {

  grid-column: 6 / span 12;
  background-color: #ffffff;
  /* height: 90% !important; */
  grid-row: 1;
  z-index: 20;
  padding: 40px 40px 40px 40px;
  position: relative;
  height: 100%;
}


.about-content {

  grid-column: 1 / span 6;
  background-color: #ffffff;
  /* height: 90% !important; */
  grid-row: 1;
  z-index: 20;
  padding: 40px 40px 40px 40px;
  position: relative;
}

.btn-outline a {
  padding: 10px 15px;
  border: 2px solid var(--pri-color);
  color: var(--pri-color);
}

.about-content>.paper {
  position: absolute;
  top: 0;
  right: -15px;
  height: 100% !important;
}

@media (max-width:1300px) {


  .about-content {
    background-color: none;
  }

  .about-content {

    background-color: #f9f9f9;

  }
}

@media(max-width:999px) {

  .about-container {
    display: flex;
    flex-direction: column;
  }

  .about-content {

    padding: 10px 10px 10px 10px;

  }

  .about-image {
    margin-top: 20px;
  }

  .about-content.sec {

    padding: 20px;

  }

}

/* AMENITIES */
.features {
  color: #333;
}

.features h1 {
  font-size: 2em;
  /* 	margin-bottom: 2em; */
  text-transform: uppercase;
  letter-spacing: 10px;
  text-align: center;
  font-family: Lora, serif;
  font-weight: 200;
  margin-bottom: 1.25rem;
}

.head {
  position: relative;
}

.head::before {
  content: "─";
  margin-right: 0.6em;
  color: var(--pri-color);
}

.head::after {
  content: "─";
  margin-left: 0.6em;
  color: var(--pri-color);
}

.feature-icon {
  position: relative;
  z-index: 5;
  background-color: var(--pri-color);
  border-radius: 100%;
}

.feature-title {
  position: relative;
  z-index: 5;
}

.feature-icon .icon {
  height: 60px;
  width: 60px;
  margin: 20px;
}

@media (max-width: 999px) {
  .container h1::before {
    content: "─";
    margin-right: 0.2em;
  }

  .container h1::after {
    content: "─";
    margin-left: 0.2em;
  }
}

.boxes {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
}

.boxes:last-child {
  margin-top: 50px;
}

.box {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 200;
  padding: 1vw 1vw 1vw;
  border-right: 2px;
  overflow: hidden;
  border-left: 0;
  border-bottom: 0;
  border-style: solid;
  border-image: linear-gradient(to bottom, #f6f6f6, #3c552c, #f6f6f6) 1 100%;
  transition: box-shadow 0.5s linear;
  transition: all 0.5s linear;
  border-radius: 10px;
  /* height: 100%; */
}

.box::before,
.box::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 60%;
  height: 100%;
  background-color: #52633e;
  border-radius: 50%;
  transition: all 0.5s ease-out;
  opacity: 0;
  z-index: 1;
}

.box::before {
  transform: translate(-50%, 50%);
  background-color: #30442374;
}

.box p {
  position: relative;
  z-index: 6;
}

.box:hover p {

  /* font-weight: 600; */
  color: #000000;
}

.box:hover .feature-title {}

.box::after {
  transform: translate(50%, 50%);
  background-color: #c1c4b5a8;
}

.box:hover::before {
  opacity: 1;
  transform: scale(2);

}

.box:hover::after {
  opacity: 1;
  transform: scale(1.5);
}


.box h5 {
  position: relative;
  z-index: 2;
  color: #070707;
}


@media (max-width:999px) {
  .box {

    border-right: 0;
    border-left: 0;

  }
}

.box img {
  height: 50px;
  width: 50px;
}

.box p {
  color: #333;
  font-weight: 300;
}

.box:last-child {
  border-right: 0;
}

.box:hover {
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.box .icon:hover {
  color: #d8d8d8;
}

.box h2 {
  font-size: 1.3em;
  margin-bottom: 1em;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 4px;
  line-height: 1em;
  color: #070707;
}

@media (min-width: 768px) {
  .boxes {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}

@media (min-width: 1024px) {
  .boxes {
    grid-template-columns: repeat(4, 1fr);
  }
}

.cmp-policy li {
  margin-bottom: 10px;
}

/* APPROACH */

.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-row: 1;
  position: relative;
}

.aprch-image {
  grid-column: 1 / span 7;
  position: relative;
  z-index: 1;
}

.aprch-image::before {
  position: absolute;
  content: "";
  bottom: -80px;
  left: 20px;
  height: 130px;
  width: 130px;
  border-radius: 100%;
  background-color: #9ea38c;
}

.aprch-content {
  grid-column: 6 / span 12;
  margin-top: -190px;
  background-color: #fff;
  padding: 60px 50px 60px 50px;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px,
    rgba(0, 0, 0, 0.1) 0px 2px 4px 0px,
    rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}

.aproaches {
  position: relative;
  background-color: var(--sec-color);
}

.aproaches::before {
  content: "";
  position: absolute;
  top: 0;
  left: 40%;
  height: 100%;
  width: 30%;
  background-color: #9ea38c;
}


.aproaches::after {
  position: absolute;
  bottom: 0;
  left: -50px;
  background-image: url(../images/urava-ptrn.png);
  background-repeat: no-repeat;
  background-position: center center;
  height: 50%;
  width: 50%;
  filter: brightness(0) saturate(100%) invert(26%) sepia(69%) saturate(319%) hue-rotate(52deg) brightness(93%) contrast(90%) opacity(45%);


}


.aproaches .prt-img {
  position: absolute;
  height: 50%;
  width: 50%;
  bottom: 0;
  left: -10%;
  object-fit: contain;
  background-position: center center;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(26%) sepia(69%) saturate(319%) hue-rotate(52deg) brightness(93%) contrast(90%) opacity(5%);
}

/* SEC-3 */

.sec-3 {
  position: relative;
}




@media (max-width:1300px) {

  .aprch-image {
    display: block;

  }

  .aprch-image::before {
    display: none;
  }

  .aprch-content {

    padding: 30px 25px 30px 25px;
  }
}


@media (max-width:999px) {

  .aprch-image {
    display: block;
    z-index: 30;
  }

  .aprch-inner {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .aprch-content {

    margin-top: 0;
  }
}

/* SEC-4 */
.sec-2-content {

  /* background-color: var(--sec-color); */
  height: 100%;
}

.sec-2-inner {
  border-radius: 20px;
  overflow: hidden;
}

@media (max-width:999px) {
  .sec-2-content {
    padding: 0;

  }
}

.sec-4 {
  position: relative;
  overflow: hidden;
}

.sec-4::before {
  content: '';
  position: absolute;
  top: -6%;
  right: -10%;
  background-image: url(../images/urava-ptrn.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 50%;
  width: 50%;
  filter: brightness(0) saturate(100%) invert(26%) sepia(69%) saturate(319%) hue-rotate(52deg) brightness(93%) contrast(90%) opacity(5%);
}

@media (max-width:999px) {
  .sec-4::before {
    content: '';
    position: absolute;
    top: -6%;
    right: -10%;

    height: 90%;
    width: 100%;
  }
}

/* SEC-/5 */

.sec-5 {
  position: relative;
  overflow: hidden;
  background-color: var(--sec-color);
}

.sec-5::before {
  content: '';
  position: absolute;
  bottom: -6%;
  left: -10%;
  background-image: url(../images/urava-ptrn.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 100%;
  width: 50%;
  filter: brightness(0) saturate(100%) invert(26%) sepia(69%) saturate(319%) hue-rotate(52deg) brightness(93%) contrast(90%) opacity(5%);
}

@media (max-width:999px) {
  .sec-5::before {

    bottom: -6%;
    left: 0;

  }
}

@media (max-width:600px) {
  .sec-5 .container::before {
    display: none;
  }

  .sec-5::before {

    height: 90%;
    width: 100%;
  }
}

.sec-5-image {
  grid-column: 3 / span 9;
}

.sec-5-content {
  grid-column: 1 / span 12;
  /* margin-top: -190px; */
}

.sec-5-box {
  background-color: #fff;
  padding: 16px 50px 20px 50px;
  display: flex;
  flex-direction: column;
}

.sec-5-box>.image {
  background-color: var(--pri-color);
  border-radius: 100%;
  width: fit-content;
  margin-bottom: 16px;
}

.sec-5-box>.image>.icon {
  height: 60px;
  width: 60px;
  margin: 20px;
}

.sec-5>.container {
  position: relative;
}

.sec-5-header {
  background-color: #9ea38c;
  width: fit-content;
  padding: 16px 20px;
  margin-bottom: 1.25rem;

}

.sec-5-header>.title {
  color: #FFF;
  font-family: Lora, serif;
  font-weight: 200;
}

.sec-5 .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 30%;
  background-color: #9ea38c;
}

.sec-5 .owl-nav .owl-next,
.sec-5 .owl-nav .owl-prev {
  background-color: var(--pri-color) !important;
}

.sec-5 .owl-nav .owl-next span,
.sec-5 .owl-nav .owl-prev span {
  font-size: 25px;
  margin: 10px;
  border-radius: 100%;
  color: #fff;
  height: 20px !important;
}


@media(max-width:1300px) {}

@media (max-width:999px) {
  .sec-5 .wrapper {
    display: flex;
    flex-direction: column;
  }

  .sec-5-content {

    margin-top: 0;
  }
}

/* TESTIMONIAL */
.testi-content {
  background-color: #fff;
  height: 100%;
  min-height: 200px;
  padding: 60px 30px 20px 30px;
}

.testimonial-carousel {
  padding: 20px;
  max-height: none !important;
  display: flex !important;
  height: 100% !important;
}

.testimonial .owl-carousel .owl-stage-outer {
  height: max-content !important;

  max-height: none !important;
  height: 100% !important;
}

.testimonial .item {
  height: max-content;
}

.testimonial .owl-item {
  padding: 40px 0;
}

.testimonial .testi-content {
  position: relative;
  margin: 16px;
  margin-top: 0 !important;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.testimonial .testi-content::before {
  position: absolute;
  content: "";
  bottom: -10px;
  right: -10px;
  width: 0;
  height: 0;
  border-bottom: 50px solid var(--pri-color);
  border-left: 50px solid transparent;
}

.testimonial .testi-content .quote {
  position: absolute;
  z-index: 20;
  height: 90px;
  width: 90px;
  top: -50px;
  right: 0;
}

.athr-text {
  font-style: italic;
  color: rgb(113, 113, 113);
}

.testimonial .rating i {
  font-size: 19px;
  color: rgb(255, 213, 0);
}


@media(max-width:999px) {
  .testimonial .testi-content {

    margin: 0;

  }

  .testimonial-carousel {
    padding: 0;

  }
}

/* FOOTER */

.footer {
  position: relative;
  /* background-color: var(--pri-color); */
  background-color: #485e31;
  margin-top: -5px;
}

.footer::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background-image: url(../images/urava-ptrn.png);
  height: 100%;
  width: 100%;
  object-fit: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  z-index: 1;
  filter: brightness(0) saturate(100%) invert(26%) sepia(69%) saturate(319%) hue-rotate(52deg) brightness(93%) contrast(90%) opacity(45%);
}


.footer .copyright,
.footer>.container {
  position: relative;
  z-index: 10;
}

.widget-info {
  display: flex;
  flex-direction: column;
}

.widget-info.adrs {
  color: #fff;
}

.widget-info.adrs .adrs-title {
  font-size: 19px;
  font-weight: 600;
}

.widget-info.adrs .adrs-text {
  display: flex;
  gap: 12px;
  color: #ffffff;
  font-weight: 200;
}


.adrs-text a {
  color: #FFF;
  font-weight: 200;
}

.widget-info>.links>.link {
  margin-bottom: 16px;
}

.widget-info>.links>.link>a {
  color: #fff;
}

.widget-info.contact {
  color: #fff;
  height: 100%;
  border-right: 2px;
  border-left: 2px;
  border-style: solid;
  border-image: linear-gradient(to bottom, #3c552c, #0000004e, #3c552c) 1 100%;
}

.widget-info.contact h4 {
  font-family: Lora, serif;
  font-weight: 600;
  letter-spacing: 2px;
}

.widget-info.contact p {
  color: #ffffff;
  font-weight: 200;
}

.copyright {
  background-color: #304423;
}

.copyright>.container {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  color: #c7cece98;
}

.copyright>.container a {
  color: #f6f6f6;
}

.ftr-social {
  display: flex;
}

.ftr-social .scl {
  display: block;
  font-size: 25px;
  color: #fff;
  border: 1px solid #fff;
  padding: 5px 10px;
  border-radius: 100%;
  transition: 0.3s linear;
}

.ftr-social .scl:hover {
  background-color: #fff;
  color: var(--pri-color);
}

.ftr-social .inst.scl {
  margin-left: 6px;
}


.social-icons .ftr-social .scl {
  color: var(--pri-color);
  border: 1px solid var(--pri-color);
  padding: 5px 10px;
  border-radius: 100%;
  transition: 0.3s linear;
}

.social-icons .ftr-social .scl:hover {
  background-color: var(--pri-color);
  color: #FFF;
}

@media (max-width:999px) {
  .widget-info.contact {
    color: #fff;

    border-right: none;
    border-left: none;

  }

  .copyright .container {
    flex-direction: column;
    justify-content: center;
  }
}


@media (max-width:1200px) {
  .widget-info.contact {
    border: none;
  }

}


.ftr-title {
  color: #FFF;
  margin-bottom: 10px;
  position: relative;
  width: fit-content;
  padding-bottom: 10px;
}

.ftr-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 60%;
  border-radius: 16PX;
  background-color: #FFF;
}

/* STICKY SOCIAL ICON */
.pulse i {
  position: relative;
  z-index: 20;
  top: 16px;
  font-size: 30px;
}

.pulse {
  position: fixed;
  cursor: pointer;
  display: block;
  width: 60px !important;
  color: white;
  border-radius: 50px;
  text-align: center;

  z-index: 9000;
}

.pulse.btn-whats {
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: rgba(0, 200, 0, 1);
  transition-duration: 0.5s;
  animation: pulse-btn 3s infinite;
}

.pulse.btn-fb {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  bottom: 120px;
  right: 40px;
  color: #FFF;
  background-color: #4267B2;
}


.pulse.btn-inst {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  bottom: 190px;
  right: 40px;
  color: #FFF;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.pulse.btn-inst i {
  top: 0;
}

.pulse.btn-fb i {
  top: 0;
}

.pulse.btn-fb a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pulse.pulse.btn-whats:hover {
  background-color: rgba(0, 150, 0, 1);
  color: white;
}

.my-float {
  margin-top: 15px;
}

@-webkit-keyframes pulse-btn {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 1);
  }

  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 200, 0, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 0);
  }
}

.pulse a {
  color: #fff;
}


.contact-body .cont-box:nth-last-child(even) {
  height: 100%;
  border-right: 2px;
  border-left: 2px;
  border-style: solid;
  border-image: linear-gradient(to bottom, #f5f5f54e, #3c552c65, #f5f5f54e) 1 100%;
}

.box h5 a {
  color: #070707;
}

@media (max-width:999px) {
  .contact-body .cont-box:nth-last-child(even) {
    border: none;
  }
}


/* gallery */
#gallery {
  padding-top: 40px;
}

@media screen and (min-width: 991px) {
  #gallery {
    padding: 40px 30px 40px 30px;
  }
}

.img-wrapper {
  position: relative;
  margin-top: 15px;
}

.img-wrapper img {
  width: 100%;
}

.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

.img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  object-fit: contain;
  padding: 5%;
}

@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}

@media screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}

#nextButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}

#prevButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}

#exitButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #exitButton {
    font-size: 3em;
  }
}




.se-text {
  padding: 0 40px;
}

.mission,
.vision {
  height: 100%;
  -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.07);
}

.mission .box,
.vision .box {
  height: 100%;

}

.vision p,
.mission p {
  position: relative;
  z-index: 5;
}

.mission:hover p,
.vision:hover p {
  color: #000;
}


.our-project #image-gallery .img-wrapper img {
  position: relative;
}

.our-project #image-gallery .img-wrapper .img-text {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #304423;
  color: #FFF;
  margin-bottom: 0 !important;
  padding: 6px 16px;
  transition: 0.8s linear;
}

.img-text h5 {
  margin-bottom: 0;
}

.img-wrapper:hover .img-text {
  display: none;
  transition: 0.8s linear;
}

.box .details li {
  position: relative;
  z-index: 6;
  color: #070707;
  font-weight: 500;
}

.contact .box {
  height: 100%;
}

.contact h5 {
  color: rgb(92, 92, 92);
}

.contact h5 a {
  color: rgb(92, 92, 92);

}

.cnt-text {
  position: relative;
  z-index: 5;
  color: #000;
  font-weight: 300;
}

.cnt-text a {
  color: #000;
  font-weight: 300;
}

.our-project,
.combiner {
  position: relative;
}


.combiner::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../images/urava-ptrn.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 50%;
  width: 50%;
  filter: brightness(0) saturate(100%) invert(26%) sepia(69%) saturate(319%) hue-rotate(52deg) brightness(93%) contrast(90%) opacity(5%);
  z-index: 1;

}

.our-project::before {
  position: absolute;
  content: '';
  top: 0;
  left: 50%;
  transform: translateX(-50%);

  background-image: url(../images/urava-ptrn.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 50%;
  width: 50%;
  filter: brightness(0) saturate(100%) invert(26%) sepia(69%) saturate(319%) hue-rotate(52deg) brightness(93%) contrast(90%) opacity(5%);
  z-index: 1;
}

.our-project>.container {
  position: relative;
  z-index: 10;
}

@media(max-width:999px) {

  .our-project::before,
  .combiner::before {
    top: 70%;
    height: 70%;
    width: 70%;
  }

  .se-text {
    padding: 0 25px;
  }
}

.sec-am1 {
  position: relative;
}

.sec-am1::before {
  position: absolute;
  content: '';
  top: 0;
  left: 30%;


  background-image: url(../images/urava-ptrn.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 50%;
  width: 50%;
  filter: brightness(0) saturate(100%) invert(26%) sepia(69%) saturate(319%) hue-rotate(52deg) brightness(93%) contrast(90%) opacity(5%);
  z-index: 1;
}



.abt-image-inner {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}


.abt-image-inner>.img_1 {
  grid-column: 1 / span 7;
  grid-row: 1;
  margin-top: 55%;
  z-index: 1;
  border: 5px solid #FFF;
}

.abt-image-inner>.img_2 {
  grid-column: 5 / span 10;
  grid-row: 1;
}

@media screen and (max-width:600px) {
  .abt-image-inner {
    display: flex;
    row-gap: 10px;
    flex-direction: column;

  }

  .abt-image-inner>.img_1 {
  margin-top: 0;
}


.abt-image-inner>.img_1,
.abt-image-inner>.img_2{
  border-radius: 16px;
  overflow: hidden;
}

}