@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Yantramanav:wght@100;300;400;500;700;900&display=swap");

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

:root {
  --primary: #00261b;
  --secondary: #015a41;
  --secondary-light: #019b6f;
  --dark: #222222;
  /* --light: #e9faf5; */
  --light: #ebf3ee;
}

* {
  box-sizing: border-box;
}

::selection {
  background-color: var(--primary);
  color: #ffffff;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-family: "Yantramanav", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: var(--dark);
  overflow-x: hidden;
  background-color: #f5f5f5;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: "Playfair Display", serif; */
  font-optical-sizing: auto;
  font-style: normal;
}

a {
  text-decoration: none;
}

.full-img {
  width: 100%;
}

.f-20 {
  font-size: 20px;
}

.text-color-secodary-light {
  color: var(--secondary-light);
  font-size: 22px;
}

/*===== Loader Css ====*/

.loader {
  position: fixed;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.loader-top {
  width: 100vw;
  height: 50vh;
  position: absolute;
  top: 0;
  background-color: var(--primary);
  z-index: 99;
}

.loader-bottom {
  width: 100vw;
  height: 50vh;
  position: absolute;
  bottom: 0;
  background-color: var(--primary);
  z-index: 99;
}

.loader-cont {
  color: #fff;
  position: relative;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 999999;
}

.loader-cont h1 {
  letter-spacing: 6px;
  font-size: 250px;
  font-family: "Playfair Display", serif;
}

.loader-text {
  position: absolute;
  margin-top: 10px;
}

.loader-text .loader-text-slogan {
  padding: 20px 50px;
  background-color: var(--primary);
  font-size: 20px;
  letter-spacing: 5px;
}

/* ==== End Loader css ====*/

header {
  width: 100%;
  background: var(--primary);
  padding: 10px;
  position: relative;
  z-index: 100;
}

.header-bg-color {
  background: var(--primary);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  animation: headerSlideDown 0.95s ease forwards;
}

@keyframes headerSlideDown {
  0% {
    margin-top: -100px;
  }

  100% {
    margin-top: 0;
  }
}

.logo img {
  width: 100%;
  max-width: 110px;
}

.menu {
  text-align: right;
  display: flex;
  align-items: end;
  justify-content: flex-end;
}

.menu li {
  margin-inline: 10px;
}

.menu li a {
  padding: 10px 10px;
  display: block;
  color: #fff;
  transition: all 0.3s;
  font-size: 20px;
  letter-spacing: 1.1px;
}

.menu li a:hover {
  color: var(--secondary-light);
}

.header-right {
  display: none;
}

.video-banner {
  width: 100%;
  height: 650px;
  overflow: hidden;
  position: relative;
}

#video-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.video-cont-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

/* .video-cont-top {
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0%;
  background-color: rgb(0, 38, 27, 0.6);
} */

.video-cont-top {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 38, 27, 0.6);
  transform: rotate(45deg);
  right: -150%;
  top: -250px;
}

/* .video-cont-bottom {
  width: 0%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0%;
  background-color: rgb(0, 38, 27, 0.6);
  opacity: 0.2;
 
} */

.video-cont-bottom {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 38, 27, 0.6);
  transform: rotate(45deg);
  left: -150%;
  bottom: -250px;
}

#carouselExampleIndicators {
  opacity: 0;
}

.carousel-item {
  transition: 0.9s ease-in-out;
}

.slider-img {
  position: relative;
  width: 100%;
  height: 650px;
}

.slider-img img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}

.slider-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.slider-cont {
  width: 100%;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  color: #fff;
}

.slider-cont h1 {
  text-transform: uppercase;
  font-weight: 700;
}

.slider-cont h4 {
  font-weight: 400;
}

.slider-link {
  margin-top: 40px;
}

.slider-link a {
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 16px;
  transition: all 0.5s ease;
  color: var(--primary);
  border-radius: 4px;
  background-color: #fff;
  font-weight: 500;
}

.slider-link a:hover {
  background-color: var(--secondary);
  color: #fff;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}

.animate__animated.animate__fadeInRight {
  --animate-duration: 1.5s;
}

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.grey-bg {
  background-color: var(--light);
}

.bg-dark-primary {
  background-color: var(--primary);
}

.inner-sec {
  width: 100%;
  padding: 80px 0;
}

.text-reveal-cont {
  width: 100%;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.text-reveal {
  font-size: 3vw;
  font-weight: 700;
  opacity: 0.2;
  position: absolute;
  width: 100%;
  left: 15%;
}

.text-reveal-hover {
  font-size: 3vw;
  font-weight: 700;
  opacity: 1;
  position: absolute;
  left: 15%;
  width: 0%;
  overflow: hidden;
  text-wrap: nowrap;
  color: var(--secondary);
}

.text-reveal-mobile {
  display: none;
  font-size: 40px;
  font-weight: 700;
  opacity: 1;
  position: absolute;
  left: 0%;
  color: var(--secondary);
  line-height: 45px;
}

.staff-img {
  width: 100%;
  height: 340px;
  position: relative;
  overflow: hidden;
}

.staff-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.staff-img-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 38, 27, 0.6);
  top: 0;
  left: 0;
}

.mask-text {
  position: absolute;
  left: 0;
  top: -30%;
  font-size: 80px;
  font-family: "Playfair Display", serif;
  font-weight: 900;
  z-index: -1;
  opacity: 0.3;
  color: #ccc;
}

#ser-text {
  font-size: 3.2rem;
  font-weight: 700;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  display: block;
  text-align: center;
}

.char {
  transform: translateY(115px);
  transition: transform 0.3s;
}

.ser-box {
  width: 100%;
  margin-bottom: 20px;
  /* background-color: #fff; */
  border-radius: 5px;
  transition: all 0.5;
  overflow: hidden;
}

.ser-box img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 5px 5px 0 0;
  transition: all 0.5s;
}

.ser-box:hover img {
  opacity: 0.5;
  transition: all 0.5s;
}

.ser-box h2 {
  font-size: 24px;
  text-align: center;
  min-height: 50px;
  background-color: var(--primary);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 0 0 5px 5px;
}

.home-service-sec {
  transition: background 0.5s;
}

.cursor {
  position: absolute;
  top: 0;
  left: 0;
  width: 8rem;
  height: 8rem;
  pointer-events: none;
  opacity: 0;
  z-index: 99999;
}

.cursor__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--primary);
  color: #fff;
}

.cursor__media.active {
  opacity: 0.7;
}

.nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.6rem;
}

.nav__link {
  position: relative;
  color: #1e293b;
  font-size: 2.6rem;
  font-weight: 700;
  text-decoration: none;
}

.nav__link:not(:last-child)::before {
  content: "";
  position: absolute;
  bottom: -1.3rem;
  left: 0;
  right: 0;
  width: 2rem;
  height: 2px;
  margin-inline: auto;
  background-color: #94a3b8;
}

.reveal-type,
.reveal-type-mobile {
  /* font-size: clamp(2rem, 5vw, 8rem); */
  font-size: 50px;
  margin: auto;
  line-height: 60px;
  font-weight: 700;
  padding: 50px 0;
}

.reveal-type a,
.reveal-type-mobile a {
  color: var(--secondary-light);
  transition: all 0.4s;
}

.reveal-type a:hover,
.reveal-type-mobile a:hover {
  opacity: 0.5;
}

.reveal-type-mobile {
  display: none;
  font-size: 30px;
  line-height: 40px;
}

.bg-color-1,
.bg-color-2,
.bg-color-3,
.bg-color-4,
.bg-color-5 {
  /* background-color: #33554d; */
  /* background-color: #f5f5f5; */
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.5s;
}

.bg-color-6 {
  width: 100%;
  height: 120vh;
  transition: background 0.5s;
}

.wsu-cont-img {
  width: 100%;
  max-width: 380px;
  height: 560px;
  position: relative;
  border-radius: 20px;
  margin-left: 150px;
  position: relative;
  z-index: 2;
}

.wsu-cont-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.wsu-cont-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -80px;
  top: 10%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: -1;
  border-radius: 20px;
}

.wsu-cont-text {
  width: 100%;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.wsu-cont-text h1 {
  color: #fff;
  font-weight: 900;
  margin-bottom: 50px;
}

.wsu-cont-text p {
  font-size: 24px;
  color: #fff;
}

.title {
  font-weight: 700;
  font-size: 3rem;
}

/* === Accordion === */

.accordion {
  margin: 1rem 0;
  padding: 0;
  list-style: none;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}

.accordion-item {
  border: none;
  border-bottom: 1px solid #333;
  border-radius: 0px 0px 0px 0px !important;
  background: transparent;
}

.accordion-item:last-child {
  border: none;
}

/* Thumb */
.accordion-thumb {
  margin: 0;
  padding: 2.8rem 0;
  cursor: pointer;
  font-weight: normal;
  position: relative;
}
.accordion-thumb::before {
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
  margin-right: 1rem;
  margin-left: 0.5rem;
  vertical-align: middle;
  border-right: 1px solid;
  border-bottom: 1px solid;
  transform: rotate(-45deg);
  transition: transform 0.2s ease-out;
  position: absolute;
  right: 0;
  top: 40%;
}

/* Panel */
.accordion-panel {
  margin: 0;
  padding-bottom: 2.5rem;
  display: none;
  font-size: 22px;
  opacity: 0.7;
}

/* Active */
.accordion-item.is-active .accordion-thumb::before {
  transform: rotate(45deg);
}

/* === End Accordion === */

.ai-sec {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.ai-img {
  width: 25vw;
  height: 50vh;
  background-image: url(../images/ai-image.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}

.ai-text-inner {
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  opacity: 0;
}

.ai-text-inner h1 {
  font-weight: 700;
  margin-bottom: 30px;
}

.ai-text-inner p {
  font-size: 24px;
}

.ai-btn {
  padding: 10px 25px;
  border: solid 1px #fff;
  color: #fff;
  transition: all 0.5s;
}

.ai-btn:hover {
  box-shadow: inset 5em 0 0 0 var(--secondary),
    inset -5em 0 0 0 var(--secondary);
  border-color: var(--secondary);
  color: #fff;
}

footer {
  width: 100%;
  background-color: var(--primary);
  padding: 50px 0;
}

.footer-logo img {
  width: 100%;
  max-width: 190px;
  margin-bottom: 20px;
}

.footer-list,
.footer-list-icons {
  margin-top: 20px;
}

.footer-list li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}

.footer-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--secondary-light);
}

.footer-list li a {
  color: #fff;
  transition: all 0.3s ease-in;
}

.footer-list li a:hover {
  padding-left: 10px;
}

.footer-list-icons li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  color: #fff;
}

.footer-list-icons li a {
  color: #fff;
  transition: all 0.3s ease-in;
}

.footer-list-icons li a:hover {
  padding-left: 10px;
}

.footer-list-icons li i {
  position: absolute;
  left: 0;
}

.btm-footer {
  border-top: solid 1px var(--secondary);
  text-align: center;
  color: #fff;
  padding-top: 15px;
  opacity: 0.7;
}

/* ==== Inner Page Css ==== */

.inner-banner {
  width: 100%;
  height: 400px;
  position: relative;
}

.inner-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inner-banner-cont {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(0, 38, 27, 0.4);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.inner-banner-cont h1 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 5rem;
}

.about-sec-one small {
  color: var(--secondary-light);
  font-weight: 500;
}

.about-sec-one h2 {
  font-weight: 900;
  font-size: 55px;
}

.about-sec-one img {
  width: 100%;
  border-radius: 10px;
}

.about-sec-two-top {
  margin-top: 30px;
  opacity: 0.7;
}

.about-sec-two {
  margin-top: 120px;
}

.about-shape-img-1 {
  position: absolute;
  left: -50px;
  top: 140px;
  z-index: -1;
}

.about-sec-three {
  background-color: var(--light);
  background-image: url(../images/about_shape-2.png);
  background-repeat: no-repeat;
  min-height: 400px;
}

.about-sec-three h4 {
  font-weight: 600;
}

.staff-why-sec {
  width: 100%;
  padding:15px 25px;
  border-radius: 10px;
  background-color: #fff;
  min-height: 400px;
  margin-top: 30px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: solid 1px #19616433;
}

.staff-why-sec-grey {
  width: 100%;
  padding:15px 25px;
  border-radius: 10px;
  background-color: var(--light);
  min-height: 400px;
  margin-top: 30px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: solid 1px #19616433;
}

.bg-shape {
  background-color: var(--light);
  background-image: url(../images/about_shape-2.png);
  background-repeat: no-repeat;
}

.bg-shape-reverse {
  background-color: var(--light);
  background-image: url(../images/about_shape-3.png);
  background-repeat: no-repeat;
}

.services-sec-one {
  width: 100%;
  min-height: 350px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.list li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
}

.list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--secondary-light);
}

.ai-inner-sec {
  width: 100%;
  background: url(../images/ai-image.jpg) no-repeat center;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  color: #fff;
  z-index: -2;
}

.ai-inner-sec p {
  font-size: 20px;
  margin-bottom: 30px;
}

.ai-inner-sec::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 38, 27, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.inds-box {
  width: 100%;
  min-height: 300px;
  background-color: #fff;
  border-radius: 10px;
  border: solid 1px #19616433;
  margin-bottom: 25px;
  padding: 15px;
}

.inds-box h4 {
  color: var(--secondary-light);
}

.map {
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: solid 5px #fff !important;
}

.contact-box {
  width: 100%;
  border-radius: 10px;
  border: solid 1px #19616433;
  background-color: #fff;
  min-height: 220px;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.contact-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: var(--primary);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
}

.contact-box a {
  color: var(--dark);
}