﻿/*YouTube Playlist css*/
@media (min-width: 992px) {
  #spherical-video-player {
    position: relative;
    width: 100%;
    flex-basis: 61%;
  }
  .main-content {
    height: 100vh;
    max-width: 100vw;
    margin: 5rem auto;
    padding: 1rem;
    border-radius: 10px;
    position: relative;
  }
  .main {
    flex-basis: 39%;
    max-height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 37%;
    margin: 1rem;
  }
  .youtube_list {
    display: flex;
    height: 100%;
    margin: 1rem auto;
    justify-content: space-between;
    align-items: center;
    background-image: linear-gradient(to right, #525557 0%, #3f4344 100%);
    border-radius: 10px;
    position: relative;
  }
}
.spherical-video-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  flex-basis: 100%;
  border-radius: 10px;
}

.vid-thumb {
  height: 4rem;
  border-radius: 8%;
}

.article {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0.3rem;
  color: #fff;
}
.article:hover {
  cursor: pointer;
  background: #030303;
}

.details {
  flex: 70%;
  padding-left: 0.8rem;
  font-weight: 100;
}

p.vid-desc {
  color: grey;
  font-size: 0.8rem;
  margin: 0;
  padding: 0;
  line-height: 1.3;
}

.main_title {
  font-size: small;
  margin-bottom: 0;
  padding-bottom: 0;
  padding: 0;
  margin: 0;
}

.side-bar-buttons {
  height: 3rem;
  right: 0;
  bottom: 0;
  position: static;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.test-container {
  position: relative;
}

.outside-container {
  max-height: 40vh;
}

.icon-position {
  position: absolute !important;
  margin-top: 3px !important;
}

.icon-text {
  font-size: 1.2rem !important;
  margin-left: 50px !important;
  font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.massiveCardHeight {
  height: 120px;
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  border: solid 0.5px rgba(224, 192, 105, 0.2);
}

.massive_frame:hover .card-date-hover {
  color: #000 !important;
}

.Rectangle-4095 {
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  border: solid 0.5px rgba(224, 192, 105, 0.2);
}

.entertainment__cover {
  background: #fff;
  color: #000;
}

.entertainment {
  position: relative;
  padding: 2rem 0 0;
}

.entertainment--main p {
  text-align: left;
  letter-spacing: 0px;
  opacity: 0.7;
  font-size: 1rem;
  color: #000;
}
.entertainment--main h2 {
  text-align: left;
  font: normal normal bold;
  opacity: 1;
  letter-spacing: 0px;
  color: #000;
  margin: 1rem 0;
}

.graphics--img .graphics__info {
  letter-spacing: 0px;
  color: #0a121d;
  /*font-size: 1.125rem;*/
  margin-top: 1rem;
  width: 100%;
  word-break: normal;
  text-align: center;
}

.testimonials .slick-dots {
  justify-content: center !important;
  padding-top: 0 !important;
  margin-top: 2.813rem !important;
  margin-bottom: 0rem !important;
}
.testimonials .slick-dots button:before {
  background-color: rgba(10, 18, 29, 0.7) !important;
  display: block !important;
}
.testimonials .slick-dots .slick-active button:before {
  background-color: rgb(23, 158, 221) !important;
}
.testimonials .slick-arrow {
  color: #000;
}
.testimonials .top-section {
  margin-bottom: 0 !important;
}
.testimonials .top-section .author {
  font: normal normal bold;
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: 0px;
  color: rgba(10, 18, 29, 0.502);
  bottom: 0 !important;
  white-space: nowrap;
}
.testimonials .hero-section-slider .top-section {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.testimonials .hero-section-slider p {
  margin-bottom: 0 !important;
}
.testimonials .hero-section-fullscreen-bg .top-section {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.testimonials .hero-section-fullscreen-bg p {
  margin-bottom: 0 !important;
}

.testinmonials--slide h4 {
  text-align: center;
  font: normal normal bold;
  color: #0a121d;
  margin: 0;
}

.item--content-p p {
  font-size: 1rem;
  letter-spacing: 0px;
  line-height: inherit;
  color: #0a121d;
  opacity: 1;
  margin: 0;
  padding-bottom: 1rem;
  padding-top: 1.875rem;
}
.item--content-p p::before {
  content: open-quote;
}
.item--content-p p::after {
  content: close-quote;
}

@media (max-width: 991.98px) {
  .youtube_list {
    display: flex;
    height: 100%;
    margin: 5rem auto;
    justify-content: space-between;
    align-items: center;
    background-image: linear-gradient(to right, #525557 0%, #3f4344 100%);
    border-radius: 10px;
    flex-direction: column;
  }
  #spherical-video-player {
    position: relative;
    width: 100%;
    flex-basis: 60%;
  }
  .main {
    max-height: 100%;
    margin: 1rem;
  }
}
@media (max-width: 575.98px) {
  .entertainment--main p {
    text-align: left;
    letter-spacing: 0px;
    opacity: 0.7;
    font-size: 1rem;
    color: #000;
  }
  .img-small {
    width: 3rem;
  }
  .graphics--img {
    text-align: center;
    object-fit: contain;
    display: inline-block;
  }
  .graphics--img .graphics__info {
    font-size: 0.875;
  }
  .testinmonials--slide .testimonial-controls {
    display: none;
  }
  .testinmonials--slide .carousel-inner {
    min-height: 40vh;
    height: 100%;
    min-height: 35vh;
    height: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .entertainment--main p {
    text-align: justify;
    letter-spacing: 0px;
    opacity: 0.7;
    font-size: 1rem;
    color: #000;
  }
  .graphics--img {
    text-align: center;
    object-fit: contain;
    display: inline-block;
  }
  .testinmonials--slide .carousel-inner {
    min-height: 30vh;
    height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .graphics--img {
    padding-top: 3rem;
    text-align: center;
    object-fit: contain;
    display: inline-block;
  }
  .graphics--img .graphics__info {
    font-size: 1.125;
  }
  .entertainment--main p {
    text-align: justify;
    letter-spacing: 0px;
    opacity: 0.7;
    font-size: 1rem;
    color: #000;
  }
  .testinmonials--slide .carousel-inner {
    min-height: 30vh;
    height: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1500px) {
  .graphics--img {
    text-align: center;
    object-fit: contain;
    display: inline-block;
  }
  .graphics--img .graphics__info {
    font-size: 1.125;
  }
  .entertainment--main p {
    text-align: justify;
    letter-spacing: 0px;
    opacity: 0.7;
    font-size: 1rem;
    color: #000;
  }
  .testinmonials--slide .carousel-inner {
    min-height: 25vh;
    height: 100%;
  }
}
@media (min-width: 1500px) {
  .graphics--img {
    text-align: center;
    object-fit: contain;
    display: inline-block;
  }
  .graphics--img .graphics__info {
    font-size: 1.125;
  }
  .testinmonials--slide .carousel-inner {
    min-height: 25vh;
    height: 100%;
  }
}
@media (min-width: 320px) {
  .testimonials .hero-section.cust-hero {
    padding-top: 0 !important;
    padding-top: 0 !important;
    min-height: 12.5rem;
    max-height: 40vh;
  }
}
@media screen and (min-width: 768px) {
  .smooth-scroll-nav-holder {
    margin-bottom: 2.5rem !important;
  }
}

@media screen and (min-width: 768px) {
  .content-nav-holder {
    margin-bottom: 2.5rem !important;
  }
}

@media (max-width: 767px) {
  .smooth-scroll-nav-holder {
    margin-bottom: 0.9rem !important;
  }
  .content-nav-holder {
    margin-bottom: 0.9rem !important;
  }
}
.article__business.row {
  margin-top: 0;
  padding-top: 1.875rem !important;
  padding-bottom: 1.875rem !important;
  margin-bottom: 2.8125rem !important;
}
@media screen and (min-width: 768px) {
  .article__business.row {
    margin-top: 0;
    padding-top: 3.44rem !important;
    padding-bottom: 2.11rem !important;
    margin-bottom: 2.8125rem !important;
  }
}

.business__article.top-section {
  margin-bottom: 0 !important;
}
@media screen and (min-width: 768px) {
  .business__article.top-section {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
}
.business__article.top-section .container {
  margin-top: 0 !important;
}
@media screen and (min-width: 768px) {
  .business__article.top-section .container {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .business__article.top-section .filtration-holder {
    margin-bottom: 0 !important;
  }
}
.business__article.top-section .filtration-holder .article-description {
  margin-bottom: 2.19rem !important;
}
@media screen and (min-width: 768px) {
  .business__article.top-section .filtration-holder .article-description {
    margin-bottom: 1.875rem !important;
  }
}
.business__article.top-section .article-description {
  margin-bottom: 1.875rem !important;
}
@media screen and (min-width: 768px) {
  .business__article.top-section .article-description {
    margin-bottom: 1.875rem !important;
  }
}
.business__article.top-section .date {
  margin-bottom: 1.25rem !important;
}
@media screen and (min-width: 768px) {
  .business__article.top-section .date {
    margin-bottom: 1.25rem !important;
  }
}
.business__article.top-section .article__exerpt {
  margin-bottom: 1.875rem !important;
}
@media screen and (min-width: 768px) {
  .business__article.top-section .article__exerpt {
    margin-bottom: 2.5rem !important;
    font-size: 1rem !important;
  }
}
.business__article.article-holder {
  margin-bottom: 1.6rem !important;
}
@media screen and (min-width: 768px) {
  .business__article.article-holder {
    margin-bottom: 2.5rem !important;
  }
}
.business__article .business__article--detail {
  margin-top: 0.9375rem !important;
}
@media screen and (min-width: 768px) {
  .business__article .business__article--detail {
    margin-top: 1.46rem !important;
  }
}
.business__article .business__article--detail .business__article--filter {
  margin-bottom: 2.5rem !important;
}
@media screen and (min-width: 768px) {
  .business__article .business__article--detail .business__article--filter {
    margin-bottom: 3.125rem !important;
  }
}
.business__article .h1-sm {
  margin-bottom: 1.25rem !important;
  margin-bottom: 1.75rem !important;
}
@media screen and (min-width: 768px) {
  .business__article .h1-sm {
    margin-bottom: 1.25rem !important;
  }
}

.news--header .filtration-holder {
  margin-bottom: 2.1875rem !important;
}
@media screen and (min-width: 768px) {
  .news--header .filtration-holder {
    margin-bottom: 2.8125rem !important;
  }
}
.news--header .business__article--list {
  margin-bottom: 1.875rem !important;
}
.news--header .business__article--list.top-section {
  margin-bottom: 1.875rem !important;
  margin-top: -5px;
}

.article__business--card.card-body {
  padding-top: 0.94rem !important;
  padding-bottom: 0.94rem !important;
}
.article__business--card .article-description.article--business {
  margin-bottom: 0.625rem !important;
}
.article__business--card .card-title {
  margin-bottom: 0.3rem !important;
}
.article__business--card .card-text.title-clamp-3 {
  font-size: 14px !important;
}

@media screen and (min-width: 768px) {
  .article--card:hover .card-body .icon-arrow-short-right_4px {
    color: #000 !important;
  }
}
.article--card[class^=col] {
  margin-bottom: 0.94rem !important;
}

.business__article--pagination.pagination-holder {
  margin-bottom: 0 !important;
}
.business__article--pagination.pagination-holder .pagination {
  margin-bottom: 2.8125rem !important;
}
@media screen and (min-width: 768px) {
  .business__article--pagination.pagination-holder .pagination {
    margin-bottom: 3.75rem !important;
  }
}
