.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.whatCard h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #484848;
  font-family: "Montserrat", sans-serif;
}
.whatCardContainer {
  transition: 0.5s;
  overflow: hidden;
  height: 100%;
  border-radius: 10px;
}
.whatCardContainer img {
  transition: 0.5s;
}
.whatCardContainer img:hover {
  transform: scale(1.3);
}
.whatCardContainer:hover {
  /*    width:110%;*/
  box-shadow: 0px 0px 18px 1px #a7a3a3;
  transform: scale(1.03);
}
.whatCard {
  padding: 35px;
}
.whatSubCard {
  overflow: hidden;
  position: relative;
  font-family: "Libre Baskerville", serif;
  transition: 0.5s;
  transition: height 0.5s ease;
  height: 180px;
}
.whatCard p {
  padding: 0;
  margin: 5px 0;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
  color: #737373;
}
.whatSubCard::after {
  content: "";
  position: absolute;
  transition: 0.5s;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}
.showOverlay::after {
  height: 60px;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 3px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.caretUp {
  transform: rotate(180deg);
  transition: 0.5s;
}
.heightcls {
  height: max-content !important;
  transition: height 0.5s ease;
}
/* .whatCard p {
  padding: 0;
  overflow: hidden;
  margin: 5px 0;
  position: relative;
  font-family: "Libre Baskerville", serif;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
  color: #737373;
  transition: 0.5s;
  transition: height 0.5s ease;
}
.heightcls {
  height: max-content !important;
  transition: height 0.5s ease;
}
.whatCard p::after {
  content: "";
  position: absolute;
  transition: 0.5s;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}
#sec1,
#sec2,
#sec3,
#sec4 {
  height: 100px;
  transition: height 0.5s ease;
}
.showOverlay {
  transition: 0.5s;
}
.showOverlay::after {
  height: 60px;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 3px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
} */
.storyDiv img {
  border-radius: 10px;
  box-shadow: 0px 0px 5px 1px #c8c8c8;
}
#whatwedo {
  padding-left: 4rem;
  padding-right: 4rem;
}
.img-box {
  position: relative;
  transition: 0.5s;
  border-radius: 10px;
  overflow: hidden;
}
.img-box img {
  width: 100%;
}
.img-box:hover {
  transform: scale(1.1);
}
.img-box:hover .caption {
  background-color: rgba(0, 0, 0, 0.562);
}
.caption {
  padding: 8px 4px 4px 4px;
  text-align: center;
  margin: auto;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: table;
  height: 100%;

  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
  overflow: hidden;
  color: #fff;
  cursor: pointer;
  transform: translate3d(0, 0, 0);
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0.2px;
  font-weight: bold;
}
.inner {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  height: 100%;
}
.inner h2 {
  margin-bottom: 5px;
  margin-top: 0;
  font-size: 25px;
  position: relative;
  transition: all 0.3s;
  color: #fff;
  margin: 15px 0;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  line-height: 25px;
}
.inner h2:after {
  content: "";
  width: 50px;
  height: 2px;
  left: 50%;
  bottom: -25px;
  margin-left: -25px;
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  transition: all 0.5s;
  opacity: 0;
}
.img-box:hover .inner h2:after {
  opacity: 1;
}
.img-box:hover p.sub {
  opacity: 1;
  margin-top: 45px;
}
p.sub {
  color: #fff;
  text-transform: none;
  height: 0;
  transition: all 0.5s;
  opacity: 0;
  margin-top: 10px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  line-height: 25px;
}
.imgDiv {
  overflow: hidden;
  transition: 0.5s;
  border-radius: 10px;
  box-shadow: 0px 0px 4px 1px rgb(208, 208, 208);
  height: 100%;
}
.imgDiv div {
  padding: 20px;
  height: 350px;
  overflow-y: scroll;
  padding-bottom: 0px;
  margin-bottom: 20px;
}
.imgDiv div::-webkit-scrollbar {
  display: none;
}
.imgDiv h3 {
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  font-size: 20px;
  text-align: center;
  color: #3e3e3e;
  margin-top: 30px;
}
.imgDiv p {
  font-family: "Libre Baskerville", serif;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
  color: #737373;
  text-align: justify;
  margin-top: 25px;
  font-style: italic;
}
.imgDiv img {
  width: 100%;
}
.imgDiv:hover {
  transform: scale(1.05);
}
.teamDiv {
  padding-left: 4rem;
  padding-right: 4rem;
  margin-left: 0px;
  margin-right: 0px;
}
h2 {
  font-weight: 500;
  font-size: 34px;
  line-height: 34px;
  text-transform: uppercase;
  margin-top: 0;
  color: #484848;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  margin-top: 0px;
}
.imgSecDiv {
  padding-left: 4rem;
  padding-right: 4rem;
  margin-right: 0px;
  margin-left: 0px;
}
.storyDiv {
  padding-left: 4rem;
  padding-right: 4rem;
  margin-right: 0px;
  margin-left: 0px;
}
.marginDiv {
  margin-right: 0px;
  margin-left: 0px;
}
.storyDiv p {
  font-family: "Libre Baskerville", serif;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
  color: #737373;
  text-align: justify;
}
#contactus1 {
  background: url(../images/bg-1.jpg);
  padding: 3rem;
  margin-bottom: 80px;
}
.contacti i {
  color: #484848;

  font-size: 32px;
  width: 50px;
  height: 50px;
}
.contacti h3 {
  color: #484848;

  font-size: 18px;
  padding-left: 10px;
  line-height: 30px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.contacti p {
  text-align: justify;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 25px;
  font-weight: 300;
  color: white;
}
.whatcontent {
  font-family: "Libre Baskerville", serif;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
  color: #737373;
  text-align: center;
}
.whatcontent span {
  font-size: 20px;
}
.reviewTab {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  width: 100%;
  background-image: url("../images/bg-3.jpg");
}
.carouselImg {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: auto;
}
.carouselText {
  font-style: italic;
  margin: 25px auto;
  font-size: 13px;
  line-height: 24px;
  font-family: "Libre Baskerville", serif;
  font-weight: 300;
  color: white;
}
.carousalName {
  color: white;
  text-transform: uppercase;
  margin: 25px auto;
}
.carousalDesign {
  color: white;
  margin: 25px auto;
}
.typingEffect {
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: 0.15em solid white; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  letter-spacing: 0.25em; /* Adjust as needed */
  animation: typing 1s steps(20, end) forwards;
  width: 0;
  margin: auto;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
}
video {
  width: 100%;
  height: max-content;
}
.navbar-toggler {
  border: none;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
  border: none;
  box-shadow: none;
}

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: fit-content;
  }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from,
  to {
    border-color: transparent;
  }
  50% {
    border-color: orange;
  }
}

.videoTextDiv {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  position: absolute;
  top: 40%;
  color: white;
  width: 100%;
  text-align: center;
  z-index: 3;
}
.videoTextDiv h4 {
  font-size: 22px;
}
.playbtn {
  position: absolute;
  bottom: 10px;
  right: 5px;
}
.founderDiv p {
  font-family: "Libre Baskerville", serif;
  font-size: 14px;
  line-height: 2.3;
  font-weight: 300;
  color: #737373;
  text-align: justify;
}
#founder {
  padding-left: 4rem;
  padding-right: 4rem;
}
#gallery {
  padding-left: 4rem;
  padding-right: 4rem;
}
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  grid-gap: 30px;
  align-items: stretch;
}
.grid div {
  overflow: hidden;
  border-radius: 10px;
}
.zoom {
  transition: transform 0.5s;
  margin: 0 auto;
}

.zoom:hover {
  transform: scale(1.3);
}

.grid img {
  border: 1px solid #ccc;
  box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 30%);
  width: 100%;
  height: 100%;
}

@media (max-width: 992px) {
  .imgDiv div {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .imgDiv div {
    height: max-content;
  }
}
@media (max-width: 600px) {
  .contacti h3 {
    font-size: 16px;
  }
  .videoTextDiv h4 {
    font-size: 16px;
  }
  h1 {
    font-size: 27px;
  }
  .storyDiv {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #whatwedo {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .imgSecDiv {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .teamDiv {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #gallery {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #founder {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 500px) {
  .videoTextDiv h4 {
    font-size: 14px;
  }
  h1 {
    font-size: 22px;
  }
}
@media (max-width: 400px) {
  .contacti h3 {
    font-size: 13px;
  }
  .videoTextDiv h4 {
    font-size: 13px;
  }
  h1 {
    font-size: 20px;
  }
  .storyDiv {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  #whatwedo {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .imgSecDiv {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .inner h2 {
    font-size: 20px;
  }
  .teamDiv {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  #contactus1 {
    padding: 1rem;
  }
  .contacti i {
    font-size: 29px;
    width: 35px;
  }
  .grid {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}
@media (max-width: 280px) {
  .grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }
}
