/*!**********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[3]!./src/app/(servicePages)/astrology-videos/page.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************/
.tutorials-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.centered-paragraph {
  margin: 0 135px; /* Left and right space dena */
  text-align: justify; /* Justify the text for a clean look */
  line-height: 1.8; /* Improve readability */
  font-size: 15px; /* Set an appropriate font size */
  color: #333333e5; /* Dark gray text for good contrast */
}

.featured-video-content {
  display: flex;
  gap: 20px;
  width: 100%;
  border-radius: 10px;
}

.featured-video iframe {
  border-radius: 10px 10px 0px 0px;
  width: 650px;
  height: 368px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.heading-videoastro {
  text-align: left !important;
  color: #333 !important;
}
.featuredVideo-video {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}
#main-img-div {
  display: flex;
  justify-content: center;
}
.featured-video-image {
  width: 350px;
  height: 350px;
  object-fit: cover;
  border-radius: 10px;
  margin-left: 80px;
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset; */
}
#featured-video-image {
  display: none;
  width: 350px;
  height: 350px;
  border-radius: 10px;
  object-fit: cover;
  margin-left: 20px;
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset; */
}

.carousel-container {
  width: 80%;
  position: -webkit-sticky;
  position: sticky;
  margin-top: 10px;
  margin-bottom: 20px;
  white-space: pre-wrap;
  border-radius: 10px;
  overflow: hidden;
  /* text-align: center; */
  /* background-color: #ffc10738; */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.carousel-item {
  border-radius: 10px;
  cursor: pointer;
}

.carousel-item:hover {
  transform: scale(0.9);
}

.carousel-item-img {
  width: 95%;
  height: 250px;
  border-radius: 12px;
  border: 1px solid #ddd;
}

.video-title {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}

.custom-arrow {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  background-color: rgb(0, 0, 0);
  color: white;
  font-size: 25px;
  font-weight: bold;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1000;
  opacity: 0.8;
  transition: opacity 0.3s, transform 0.3s ease;
  gap: 10px;
}

.custom-arrow:hover {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
}

.next-arrow {
  right: 10px;
}

.prev-arrow {
  left: 10px;
}
#next {
  margin-right: 15px;
}

@media (max-width: 1115px) {
  .featured-video-content {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .centered-paragraph {
    margin: 0 70px; /* Left and right space dena */
    text-align: justify; /* Justify the text for a clean look */
    line-height: 1.6; /* Improve readability */
    font-size: 15px; /* Set an appropriate font size */
    color: #333333e5; /* Dark gray text for good contrast */
  }

  .featured-video iframe {
    width: 600px;
    height: 350px;
    margin-left: 50px;
  }
  .featuredVideo-video {
    font-size: 15px;
    padding-left: 50px;
  }
  .featured-video-image {
    width: 330px;
    height: 330px;
  }

  .carousel-container {
    width: 85%;
    position: relative;
    padding: 10px;
  }

  .carousel-item-img {
    height: 250px;
  }

  .custom-arrow {
    font-size: 24px;
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 1000px) {
  .featured-video-content {
    flex-direction: column;
    padding-right: 50px;
  }

  .centered-paragraph {
    margin: 0 50px; /* Left and right space dena */
    text-align: justify; /* Justify the text for a clean look */
    line-height: 1.6; /* Improve readability */
    font-size: 15px; /* Set an appropriate font size */
    color: #333333e5; /* Dark gray text for good contrast */
  }

  .featured-video iframe {
    width: 600px;
    height: 350px;
  }

  .featuredVideo-video {
    font-size: 14px;
    padding-left: 50px;
  }

  .featured-video-image {
    width: 250px;
    height: 250px;
  }
  #main-img-div {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  #featured-video-image {
    display: block;
    width: 250px;
    height: 240px;
    border-radius: 10px;
    object-fit: cover;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset; */
  }

  .carousel-container {
    width: 70%;
    padding-bottom: 20px;
  }

  .carousel-item-img {
    height: 200px;
  }

  .custom-arrow {
    font-size: 24px;
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 690px) {
  .featured-video-content {
    flex-direction: column;
  }

  .centered-paragraph {
    margin: 0 40px; /* Left and right space dena */
    text-align: justify; /* Justify the text for a clean look */
    line-height: 1.6; /* Improve readability */
    font-size: 15px; /* Set an appropriate font size */
    color: #333333e5; /* Dark gray text for good contrast */
  }

  .featured-video iframe {
    width: 500px;
    height: 300px;
  }

  .featuredVideo-video {
    font-size: 14px;
    padding-left: 50px;
  }
  #featured-video-image {
    display: block;
    width: 200px;
    height: 200px;
    border-radius: 10px;
    object-fit: cover;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset; */
  }

  .featured-video-image {
    width: 200px;
    height: 200px;
    margin-right: 20px;
  }
  #main-img-div {
    display: flex;
    align-items: center;
    text-align: center;
    margin-right: 30px;
  }
  .carousel-container {
    width: 70%;
    padding-bottom: 20px;
  }

  .carousel-item {
    width: 70%;
    padding: 10px;
  }

  .carousel-item-img {
    height: 200px;
  }

  .custom-arrow {
    font-size: 24px;
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 530px) {
  .centered-paragraph {
    margin: 0 40px; /* Left and right space dena */
    text-align: justify; /* Justify the text for a clean look */
    line-height: 1.6; /* Improve readability */
    font-size: 15px; /* Set an appropriate font size */
    color: #333333e5; /* Dark gray text for good contrast */
  }

  .featured-video-content {
    flex-direction: column;
  }
  .featuredVideo-video {
    font-size: 14px;
    padding-left: 40px;
  }
  .centered-paragraph {
    margin: 0 30px; /* Left and right space dena */
    text-align: justify; /* Justify the text for a clean look */
    line-height: 1.6; /* Improve readability */
    font-size: 15px; /* Set an appropriate font size */
    color: #333333e5; /* Dark gray text for good contrast */
  }
  .featured-video {
    align-items: center;
  }

  .featured-video iframe {
    width: 400px;
    height: 250px;
  }
  .featuredVideo-video {
    padding-left: 50px;
  }

  .featured-video-image {
    width: 200px;
    height: 200px;
  }
  #main-img-div {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  #featured-video-image {
    display: none;
    width: 150px;
    height: 150px;
    border-radius: 10px;
    object-fit: cover;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset; */
  }

  .carousel-container {
    width: 75%;
    padding-bottom: 20px;
  }

  .carousel-item {
    width: 75%;
    padding: 10px;
  }

  .carousel-item-img {
    height: 200px;
  }

  .custom-arrow {
    font-size: 24px;
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 435px) {
  .centered-paragraph {
    margin: 0 30px; /* Left and right space dena */
    text-align: justify; /* Justify the text for a clean look */
    line-height: 1.6; /* Improve readability */
    font-size: 15px; /* Set an appropriate font size */
    color: #333333e5; /* Dark gray text for good contrast */
  }

  .featured-video-content {
    flex-direction: column;
  }
  .featuredVideo-video {
    font-size: 14px;
    padding-left: 40px;
  }

  .featured-video iframe {
    width: 300px;
    height: 200px;
  }
  .featuredVideo-video {
    padding-left: 50px;
  }

  .featured-video-image {
    width: 200px;
    height: 200px;
  }
  #main-img-div {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  #featured-video-image {
    display: none;
    width: 150px;
    height: 150px;
    border-radius: 10px;
    object-fit: cover;
  }

  .carousel-container {
    width: 100%;
    padding-bottom: 20px;
  }

  .carousel-item {
    width: 100%;
    padding: 10px;
  }

  .carousel-item-img {
    height: 200px;
  }

  .custom-arrow {
    font-size: 24px;
    width: 40px;
    height: 40px;
  }
}
.heading-myvideoastro{
  font-size: calc(1.325rem + .9vw);
  margin-top: 22px;
  margin-bottom: 0px;
}
.spinner{
  margin-left: 120px;
  margin-top: 18px;
  margin-bottom: 18px;
}
