@font-face {
    font-family: 'shrikhandregular';
    src: url('srikand.woff2') format('woff2'),
         url('srikand.woff') format('woff');
}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on February 14, 2024 */



@font-face {
    font-family: 'titan_oneregular';
    src: url('titanone-regular-webfont.woff2') format('woff2'),
         url('titanone-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.font-titan{
  font-family: 'titan_oneregular';
}
.font-p{
  font-family: 'shrikhandregular';
  font-weight: 100 !important;
}

@media only screen and (min-width: 768px) {
  .fs-p {
    font-size: calc(1.375rem + 1.5vw) !important;
  }
}

@media only screen and (max-width: 767px) {
  .fs-p {
    font-size: 15px;
  }
}

swiper-container {
  width: 100%;
  height: 100%;
}

swiper-slide {
  text-align: center;
  font-size: 18px;
  /* background: #fff; */
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
}

swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
} 

.card-p {
  height: 150px;
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background-color: #f2f2f2;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  perspective: 1000px;
  box-shadow: 0 0 0 5px #ffffff80;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.card-p svg {
  width: 48px;
  fill: #333;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.card-p__image {
  width: 100%;
  height: 100%;
}

.card-p:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(255, 255, 255, 0.2);
}

.card-p__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  background-color: #f2f2f2;
  transform: rotateX(-90deg);
  transform-origin: bottom;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.card-p:hover .card-p__content {
  transform: rotateX(0deg);
}

.card-p__title {
  margin: 0;
  font-size: 20px;
  color: #333;
  font-weight: 700;
}

.card-p:hover svg {
  scale: 0;
}

.card-p__description {
  margin: 10px 0 10px;
  font-size: 12px;
  color: #777;
  line-height: 1.4;
}

.card-p__button {
  padding: 15px;
  border-radius: 8px;
  background: #777;
  border: none;
  color: white;
}

.secondary-p {
  background: transparent;
  color: #777;
  border: 1px solid #777;
}

@font-face {
    font-family: 'bodoni';
    src: url('bodonimoda-variablefont_opszwght-webfont.woff2') format('woff2'),
         url('bodonimoda-variablefont_opszwght-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.font-bodoni{
  font-family: 'bodoni';
}

.font-h{
  font-family: Arial, Helvetica, sans-serif !important;
}

@media only screen and (max-width: 776px) {
  .m-head{
    margin-top: 20px;
  }
  .outframe{
    right: -100px;
  }
  .img-reason{
  position: absolute;
  left: -118px;
  width: 313px;
  bottom: 0;
}
  /* .vh{
    height: 100vh;
  } */

  .vh-hero{
    height: 90vh;
  }
}

@media only screen and (min-width: 777px) {
  .m-head{
    margin-top: 60px;
  }
  .outframe{
    right: 0;
  }
  .img-reason{
  position: relative;
  width: 300px;
  /* left: 385px; */
}
  .vh{
    height: 110vh;
  }
    .vh-hero{
    height: 100vh;
  }
}


@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,800);
figure.snip1157 {
  font-family: 'Inter', sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 220px;
  max-width: 310px;
  width: 100%;
  color: #333;
  text-align: left;
  box-shadow: none !important;
}
figure.snip1157 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
figure.snip1157 img {
  max-width: 100%;
  vertical-align: middle;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  margin: 40px 0 0 10px;
}
figure.snip1157 blockquote {
  display: block;
  border-radius: 8px;
  position: relative;
  background-color: #fafafa;
  padding: 25px 50px 30px 50px;
  font-size: 0.8em;
  font-weight: 500;
  margin: 0;
  line-height: 1.6em;
  font-style: italic;
}
/* figure.snip1157 blockquote:before,
figure.snip1157 blockquote:after {
  font-family: 'FontAwesome';
  content: "\201C";
  position: absolute;
  font-size: 50px;
  opacity: 0.3;
  font-style: normal;
} */
/* figure.snip1157 blockquote:before {
  top: 25px;
  left: 20px;
} */
/* figure.snip1157 blockquote:after {
  content: "\201D";
  right: 20px;
  bottom: 0;
} */
figure.snip1157 .arrow {
  top: 100%;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #fafafa;
  margin: 0;
  position: absolute;
}
figure.snip1157 .author {
  position: absolute;
  bottom: 45px;
  padding: 0 10px 0 120px;
  margin: 0;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
figure.snip1157 .author h5 {
  opacity: 0.8;
  margin: 0;
  font-weight: 800;
}
figure.snip1157 .author h5 span {
  font-weight: 400;
  text-transform: none;
  padding-left: 5px;
}


/* Demo purposes only */
html {
  height: 100%;
}
body {
  background-color: #212121;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap;
  margin: 0;
  height: 100%;
}

    swiper-container {
      width: 100%;
      height: 100%;
    }

    swiper-slide {
      text-align: center;
      font-size: 18px;
      /* background: #fff; */
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
    }

    swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    @font-face {
    font-family: 'gurajadaregular';
    src: url('gurajada-regular-webfont.woff2') format('woff2'),
         url('gurajada-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    }

    @font-face {
    font-family: 'playfair_displaybold';
    src: url('playfairdisplay-bold-webfont.woff2') format('woff2'),
         url('playfairdisplay-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

    .f-gurajada{
      font-family: 'playfair_displaybold';
    }

    .hero-bg{
      background-image: url("/assets/images/my/hero.jpeg");
    }

    .huper{
      transition: 0.5s;
      transition-timing-function: ease;
    }

    .huper:hover{
      transform: scale(1.2);

    }


    .card-pp {
  max-width: 300px;
  /* border-radius: 0.5rem; */
  /* background-color: #fff; */
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid transparent;
}

.card-pp a {
  text-decoration: none
}

.content-pp {
  padding: 1.1rem;
}

.image-pp {
  object-fit: cover;
  width: 100%;
  height: 150px;
  background-color: rgb(239, 205, 255);
}

.title-pp {
  color: #111827;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.desc-pp {
  margin-top: 0.5rem;
  color: #6B7280;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.action-pp {
  display: inline-flex;
  margin-top: 1rem;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  align-items: center;
  gap: 0.25rem;
  background-color: #2563EB;
  padding: 4px 8px;
  border-radius: 4px;
}

.action-pp span {
  transition: .3s ease;
}

.action-pp:hover span {
  transform: translateX(4px);
}


.loaded{
  position: absolute; z-index: 99; height: 500vh; width: 100vw; background-color: white;
}

.grad-tosca{
  background: rgb(27,165,175);
  background: linear-gradient(24deg, rgba(27,165,175,1) 0%, rgba(64,224,208,1) 60%);
}



