

  @import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz@9..40&family=Libre+Baskerville&family=Montserrat&display=swap');
body{
background-color: #f7f5f0;
color: #24211F;
display: block; 
font-family: 'DM Sans', sans-serif !important;
font-size: 17px;
font-style: normal;
font-weight: 400;
letter-spacing: normal;
line-height: 28.016px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
outline-color: rgb(113, 110, 107);
outline-style: none;
outline-width: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
scroll-behavior: auto;
text-transform: none;
overflow-x: hidden;
/* width: 1519.2px; */
}
/* 0adding: 0px !important; */

  h1{
    font-family: ui-sans-serif;
  }
  .d-mob{
    display: none !important;
  }
  section{
    margin-bottom:100px;
  }
  .banner-heading {
    position: absolute;
    top: 50%;
    /* right: calc(50% - width of the .banner-heading / 2);  */
    transform: translate(0, -50%);
    /* Additional styling */
    text-align: center; /* To center align content */
  }
  
  .about-img{
    object-fit: contain;
    max-width: 100%;
    background-repeat: no-repeat;

  }
  .about-heading{
    font-size: 57.001px;
    font-family:ui-sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.about-main{
    padding: 0px 30px;
}
/* .cat-img {
    height: 500px;
} */

.cat-img img{
    max-width: 100%;
    height: 300px;
    object-fit: contain;
    object-position: center;
}
.cat-name{
    display: none;
}
.social-media {
  width: 90%;
  /* background: #f1f9ff; */
  display: flex;
  align-items: center;
  justify-content:space-between;
  margin-left: 14px;
}

.card-group{
  position: relative;
  top: -40px;
  left: 10px;
  /* box-shadow: 3px 4px 12px black !important; */
}
.card-group img{
  box-shadow: 3px 4px 12px black !important;
}

.social-links {
  display: flex;
  justify-content: end;
}

.instagram video{
  border-radius: 5px 5px 0 0;
  /* height: 100%!important; */
  width: 100%!important;
}
.instagram .owl-nav{
  position: absolute;
  text-align: center;
  bottom: -34px;
  right: 20px;
}
.instagram .owl-nav i {
  color: #fff;
  background-color: #dc3545 !important;
  border-radius: 100%;
  font-size: 32px;
  background: unset;
  padding: 3px;
}

.social-links a {
  width: 60px;
  height: 60px;
  text-align: center;
  text-decoration: none;
  color: #000;
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.05);
  margin: 0 15px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  border-radius: 100%;
  transition: transform 0.5s;
}

.social-links a .fab {
  font-size: 24px;
  line-height: 63px;
  position: relative;
  z-index: 10;
  transition: color 0.5s;
}
.social-links a::after {
  content: '';
  width: 100%;
  height: 100%;
  top: -90px;
  left: 0;
  /* background: #000; */
  /* background: linear-gradient(-45deg, #ed1c94, #ffec17); */
  position: absolute;
  transition: 0.5s;
}
.pinterest{
  margin-right: 0px !important;
}
.social-links .facebook::after{
  background: #1877F2;
   transition: 0.5s;
}
.social-links .twitter::after{
  background: #1DA1F2;
   transition: 0.5s;
}
.social-links .pinterest::after{
  background: #e60023;
   transition: 0.5s;
}
.social-links .instagram-icon::after{
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
   transition: 0.5s;
}

.social-links a:hover::after {
  top: 0;
}

.social-links a:hover .fab {
  color: #fff;
}

.social-links a:hover {
  transform: translateY(-10px);
}


.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ba1f24;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fa183d;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: darken(#fa183d, 10%);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0px;
    height: 0;
    border-left: 22px solid #fff;
    border-top: 18px solid transparent;
    border-bottom: 20px solid transparent;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.insta-dots img{
  height: 30px;
  width: 30px;
}
@media (min-width: 768px) and (max-width: 991px){
  .social-media{
    display: flex;
    flex-direction: row;
    margin: 20px 0px;
    align-items: center;
    justify-content: space-evenly;
  }
  .card-group{
    position: relative;
    top: -35px;
    left: 40px;
  }
 
}
@media (min-width: 425px) and (max-width: 767px){
  .social-media{
    display: flex;
    flex-direction: column;
    margin: 20px 0px;
    align-items: baseline;
  }
  .card-group{
    position: unset;
    top: 0px;
    right: 0px;
  }
}
@media  (max-width: 423px){
  .social-media{
    display: flex;
    flex-direction: column;
    margin: 20px 0px;
    align-items: normal;
  }
  .card-group{
    position: unset;
    top: 0px;
    right: 0px;
  }
}

@media (max-width: 991px) {
 .collaborate {
    display: inline-block;
    padding-bottom: 5px;
    font-size: 30px !important;
}
.cat-img img{
  max-width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: top;
}
.labels {
  height: 100px !important;
  margin: 20px 0px !important;
}
.collaborate-main img {
  position: absolute;
  bottom: -9px;
  /* Adjust the position of the underline image */
  left: 50%;
  /* Align the underline image in the center */
  transform: translateX(-50%);
  width:200px !important;
  /* Additional styling for the image like width, height, etc. can be added here */
}
  section {
    margin-bottom: 50px;
}
.insta-dots img{
  height: 20px;
  width: 20px;
}
  .instagram video {
    width: 100% !important;
    height: 100% !important;
  }
  .instagram .owl-nav {
    position: unset !important;
    margin-top: 25px;
}
  /* #play-button {
    position: absolute;
    border: 3px solid var(--brown);
    border-radius: 100px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--cream);
    opacity: 1;
    cursor: none;
} */
.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: #ba1f24;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: #fa183d;
  border-radius: 50%;
  transition: all 200ms;
}
.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0px;
  height: 0;
  border-left: 17px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
  .social-links a {
    /* width: 30px;
    height: 64px; */
    text-align: center;
    text-decoration: none;
    color: #000;
    box-shadow: unset;
    /* margin: 0 15px; */
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    border-radius: 100%;
    transition: transform 0.5s;
}

  .about-heading{
    font-size: 30px;
  }
    .about-main{
        padding: 30px 0px !important;
    }
    .d-mob{
      display: block !important;
    }
    .d-desk{
      display: none !important;
    }
    #ball{
      display: none !important;
    }
    .cat-name{
        display: block;
        margin-top: 15px;
        padding: 8px 0px;
        background-color: black;
        color: white;
    }
    .cat-name h3 {
       margin:0px;
    }
    } 

    .owl-nav{
    position: absolute;
    bottom: 45px;
    left: 50px;
    }
    .owl-nav i {
    background-color: black;
    color: white;
    padding: 16px;
    border-radius: 100%;
    }
    .owl-nav button{
        margin: 0px 10px;
    }
    video{
     
        width: 100%  !important;
        height: 100% !important;
  
    }

    #ball {
        width: auto;
        height: calc(100% - 50%);
        /* max-width: 20%; */
        background-color: black;
        /* border-radius: 50%; */
        position: absolute;
        transform: translate(-50%, -50%);
        pointer-events: none;
        z-index: 999;
        transition: width 0.5s ease, height 0.5s ease;
      }
      
      #cursor-text {
        position: absolute;
        color: white;
        transform: translate(-50%, -80%);
        pointer-events: none;
        opacity: 0;
        z-index: 999;
        display: grid;
        place-items: center;
        transition: opacity 150ms ease-in-out;
      }
      .card-instagram img{
        height:500px;
        width: auto;
        max-width: 100%;
        object-fit: cover;
        object-position: top;
}
    /* testimonial css */
      
     
    .insta-main{
        position: relative;
        /* background-color: #000; */
        z-index: 1;
    }
    .insta-heading{
        position: absolute;
        top: 50%;
        z-index: 2;
        color: white;
    }
    .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: .7;
        background-color: black; /* Adjust the alpha value (last parameter) for the desired opacity */
        z-index: 1; /* Ensure the overlay is above other elements */
    }
    .overlay-banner {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 95vh;
        background-color: rgba(0, 0, 0, 0.5); /* Adjust the alpha value (last parameter) for the desired opacity */
        z-index: 1; /* Ensure the overlay is above other elements */
    }

    /* client logo slider */
    @keyframes scroll {
        0% {
          transform: translateX(0);
        }
        100% {
          transform: translateX(calc(-200px * 7));
        }
      }
      .slider {
        height: 100px;
        margin: auto;
        overflow: hidden;
        position: relative;
        width: 98vw;
      }
      .slider .slide-track {
        animation: scroll 40s linear infinite;
        display: flex;
        width: calc(200px * 14);
      }
      .slider .slide {
        height: 100px;
        width: 250px;
      }
      

      /* Owl Carousel styles */
.testimonial-slider .item {
  text-align: center;
  /* padding: 20px; */
}

.quote-image {
  margin: 0 auto;
  width: 80px;
  display: block;
}

.testimonial-caption {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #354052;
  line-height: 24px;
  margin-top: 20px;
}

.testimonial-author {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #354052;
  margin-top: 10px;
}
.reviews{
  color: #f9d71c;
}

.testimonial-icon{
  background: url('/embed/parvati_assets/img/testimonialicon.png');
  background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}
/* .testimonial-slider .owl-nav {
  position: absolute;
  bottom: 0;
  left: 50%;
}
 

.testimonial-slider .owl-nav i {
  background-color: unset;
  color: #212529;
  padding: 0;
  font-size: 30px;
} */

      