@import url("https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap");
:root {
  --ig-body-font-family: "Hind", sans-serif;
}
/* ckeditor css */
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&display=swap");

html {
  scroll-behavior: smooth;
}

.main-container {
  font-family: "Lato";
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.ck-content {
  font-family: "Lato";
  line-height: 1.6;
  word-break: break-word;
}

.editor-container_classic-editor .editor-container__editor {
  min-width: 795px;
  max-width: 795px;
}

.editor_container__word-count .ck-word-count {
  color: var(--ck-color-text);
  display: flex;
  height: 20px;
  gap: var(--ck-spacing-small);
  justify-content: flex-end;
  font-size: var(--ck-font-size-base);
  line-height: var(--ck-line-height-base);
  font-family: var(--ck-font-face);
  padding: var(--ck-spacing-small) var(--ck-spacing-standard);
}

.editor-container_include-word-count.editor-container_classic-editor
  .editor_container__word-count {
  border: 1px solid var(--ck-color-base-border);
  border-radius: var(--ck-border-radius);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
}

.editor-container_include-word-count.editor-container_classic-editor
  .editor-container__editor
  .ck-editor
  .ck-editor__editable {
  border-radius: 0;
}

/* ckeditor css ends here */

/* Go To Top Button Start */
.GoToTop {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 1000;
  cursor: pointer;
}

@media (max-width: 600px) {
  .GoToTop {
    height: 2.5rem !important;
    width: 2.5rem !important;
    font-size: 0.8125rem !important;
  }

  .GoToTop {
    bottom: 5rem;
  }
}

/* Go To Top Button End */

/* Header Styles Start */
.header-icons {
  font-size: 16px;
}

/* @media (max-width: 500px) {
    .header-icons i {
        font-size: 18px;
    }
} */

.header-fixed-margin {
  margin-bottom: 110px;
}

@media (min-width: 600px) and (max-width: 992px) {
  .header-fixed-margin {
    margin-bottom: 113px;
  }
}

@media (max-width: 600px) {
  .header-fixed-margin {
    margin-bottom: 156px;
  }
}

.nav-link {
  --ig-nav-link-font-size: 16px !important;
}

/* Header Styles End */

/* Sidebar Styles Start */
.sidebarButton {
  background-color: #f7faff;
  color: black;
}
.sidebarButton:hover {
  background-color: #377dff;
  color: white;
}
.activeSidebar {
  background-color: #377dff !important;
  color: white !important;
}

@media (max-width: 600px) {
  .sidebar-nav li a {
    font-size: 15px !important;
  }
  .sidebarButton {
    background-color: white;
    color: black;
  }
}

@media (min-width: 600px) and (max-width: 992px) {
  .sidebar-nav li a {
    font-size: 16px !important;
  }
}

/* Sidebar Styles End */

/* Footer Styles Start */
.footer-fixed-margin {
  margin-top: 50px;
}

@media (min-width: 600px) and (max-width: 992px) {
  .footer-fixed-margin {
    margin-top: 76px;
  }
}

@media (min-width: 0px) and (max-width: 599px) {
  .footer-fixed-margin {
    margin-top: 60px;
  }
}

/* Footer Styles End */

/* Mobile Tabs Styles Start */
.mobile-tabs {
  display: block;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  min-height: 100vh;
}

.mobile-tabs li a {
  text-align: start !important;
}

.mobile-tabs::-webkit-scrollbar {
  display: none;
  /* Hide scrollbar for Chrome, Safari and Opera */
}

.mobile-tabs li {
  /* min-width: 185px; */
}

@media (max-width: 992px) {
  .mobile-tabs {
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    min-height: auto;
    border-radius: 0 !important;
    border-width: 0 !important;
    border-bottom: 0px solid #dee2e6 !important;
  }

  .mobile-tabs li {
    min-width: 150px;
  }

  .mobile-tabs li a {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .mobile-tabs {
    background-color: white !important;
  }
}

/* Mobile Tabs Styles End */

/* News Grid Styles Start */
.news-image-container {
  position: relative;
  width: 100%;
}

.news-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-image-container.news-tabs-image img {
  width: 100%;
  height: 100px !important;
  object-fit: cover;
}

@media (min-width: 992px) {
  .news-grid {
    border: 1px solid #dee2e6 !important;
    border-bottom: 0 !important;
  }
}

@media (max-width: 600px) {
  .news-image-container.news-tabs-image img {
    min-width: 100px !important;
    height: 100px !important;
    object-fit: cover;
  }
}

.news-image-placeholder {
  height: 125px;
  width: 175px;
}

@media (max-width: 600px) {
  .news-image-placeholder {
    height: 100px;
    width: 100px;
  }
}

.singleNewsActionsBar {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 1rem;
}
.newsShareIcons {
  display: flex;
  gap: 0.5rem;
}
.news-actions {
  font-size: 16px;
}

.news-buttons {
  font-size: 14px;
}

@media (max-width: 600px) {
  .news-actions {
    font-size: 18px;
  }

  .news-buttons {
    font-size: 15px;
  }
}

@media (min-width: 600px) and (max-width: 992px) {
  .news-actions {
    font-size: 17px;
  }

  .news-buttons {
    font-size: 17px;
  }
}

/* News Grid Styles End */

/* Apps Page Styles Start */
.blur-1 {
  -webkit-filter: blur(0.2rem) !important;
  filter: blur(0.2rem) !important;
}

.blur-2 {
  -webkit-filter: blur(0.4rem) !important;
  filter: blur(0.4rem) !important;
}

.blur-4 {
  -webkit-filter: blur(0.8rem) !important;
  filter: blur(0.8rem) !important;
}

.blur-7 {
  -webkit-filter: blur(2rem) !important;
  filter: blur(2rem) !important;
}

.z-index-1 {
  z-index: 1 !important;
}

.mockup {
  position: relative;
  margin: 40px auto;
  width: 260px;
  height: 530px;
}

.rotate-20 {
  transform: rotate(20deg);
}

/* Apps Page Styles End */

/* Group Page Styles Start */
.GroupSidebar {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.GroupSidebar::-webkit-scrollbar {
  display: none;
  /* Hide scrollbar for Chrome, Safari and Opera */
}

.group-logo {
  width: 14%;
}

.group-info {
  width: 86%;
}

.group-info p {
  font-size: 13px;
}

@media (min-width: 600px) and (max-width: 992px) {
  .group-logo {
    width: 6.5%;
  }

  .group-info {
    width: 93.5%;
  }
}

.chat-box {
  height: 81vh;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.chat-box::-webkit-scrollbar {
  display: none;
  /* Hide scrollbar for Chrome, Safari and Opera */
}

@media (max-width: 600px) {
  .chat-box {
    max-height: 83vh;
  }
}

@media (min-width: 600px) and (max-width: 992px) {
  .chat-box {
    height: 87.5vh;
  }
}

.chat-right,
.chat-left {
  max-width: 60%;
}

@media (max-width: 600px) {
  .chat-right {
    max-width: 80%;
  }

  .chat-left {
    max-width: 75%;
  }
}

@media (min-width: 600px) and (max-width: 992px) {
  .chat-right,
  .chat-left {
    max-width: 75%;
  }
}

@media (max-width: 600px) {
  .react-input-emoji--button {
    display: none !important;
  }
}

/* Group Page Styles End */

/* Pricing Page Styles Start */
.pricing-toggle-container {
  margin-bottom: 120px;
}

.pricing-discount-badge {
  margin-left: 300px;
}

@media (min-width: 700px) {
  .middle-pricing-card {
    margin-top: -50px;
    margin-bottom: 50px;
  }
}

@media (max-width: 600px) {
  .pricing-toggle-container {
    margin-bottom: 50px;
  }

  .pricing-discount-badge {
    margin-left: 200px;
  }
}

@media (min-width: 600px) and (max-width: 992px) {
  .pricing-toggle-container {
    margin-bottom: 100px;
  }
}

/* Pricing Page Styles End */

/* Pricing Page Styles Start */
.upgrade-pro {
  min-height: 76.5vh;
}

@media (min-width: 600px) and (max-width: 992px) {
  .upgrade-pro {
    min-height: 83.5vh;
  }
}

/* Pricing Page Styles End */

/* Testimonials Page Styles Start */
.testimonials-list {
  max-height: 63vh;
  overflow-y: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
}

.testimonials-list::-webkit-scrollbar {
  display: none;
  /* Hide scrollbar for Chrome, Safari and Opera */
}

@media (max-width: 600px) {
  .testimonials-list {
    overflow-y: visible;
  }
}

@media (min-width: 600px) and (max-width: 992px) {
  .testimonials-list {
    max-height: 62vh;
  }
}

/* Testimonials Page Styles End */

/* Contact Us Page Styles Start */
.contact-us {
  min-height: 76.5vh;
}

@media (min-width: 600px) and (max-width: 992px) {
  .contact-us {
    min-height: 83.5vh;
  }
}

/* Contact Us Page Styles End */

/* Students Page Styles Start */
.student-section {
  min-width: 35rem;
  max-width: 35rem;
}

.student-container {
  min-height: 76.5vh;
  min-width: 100vw;
}

@media (min-width: 600px) and (max-width: 992px) {
  .student-section {
    min-width: 40rem;
    max-width: 40rem;
  }

  .student-container {
    min-height: 83.5vh;
  }
}

@media (max-width: 600px) {
  .student-section {
    min-width: 25rem;
    max-width: 25rem;
  }

  .student-container {
    min-height: 79vh;
  }
}

/* Students Page Styles End */

/* Apps Sections Styles Start */
.wether-app-container {
  background: #1488cc;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #2b32b2, #1488cc);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #2b32b2, #1488cc);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

/* Apps Sections Styles End */

/* Dashboard Layout Styles Start */
.dashboard-sidebar-toggle {
  font-size: 23px;
}

.dashboard-header-fixed-margin {
  margin-bottom: 65px;
}

@media (max-width: 992px) {
  .dashboard-header-fixed-margin {
    margin-bottom: 55px;
  }
}

@media (max-width: 600px) {
  .dashboard-sidebar-mobile {
    max-width: 65%;
  }
}

@media (min-width: 600px) and (max-width: 992px) {
  .dashboard-sidebar-mobile {
    max-width: 50%;
  }
}

.sidebar-header,
.sidebar-footer {
  padding: 0.5rem !important;
}

@media (max-width: 992px) {
  .sidebar-header,
  .sidebar-footer {
    padding: 0.33rem !important;
  }
}

/* Dashboard Layout Styles End */

/* Heading Component Styles Start */
@media (min-width: 600px) {
  .page-heading {
    margin-top: 20px;
  }
}

/* Heading Component Styles End */

/* Dropdown Component Styles Start */
.dropdown-menu {
  border-top-width: 0px !important;
  border-radius: 0.375rem !important;
}

@media (max-width: 992px) {
  .dropdown-menu {
    margin-top: 0 !important;
    border-radius: 0 !important;
    /* box-shadow: none !important; */
  }
}

/* Heading Component Styles End */

/* Videos page Styles Start */
.videos-section-thumbnail {
  /* border: 4px solid rgba(0, 0, 0, 0.1); */
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.15);
}
.videos-section-thumbnail img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(90%);
  transform: scale(1);
  transition: all 0.2s;
}
.videos-section-thumbnail img:hover,
.video-caption:hover .videos-section-thumbnail img {
  transform: scale(1.1);
  filter: brightness(100%);
}
.video-caption {
  position: absolute;
  padding: 40px 20px 20px;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(0, 0, 0, 0.7) 50%,
    #000
  );
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  /* 
    display: flex;
    flex-direction: column; */
}
.video-caption span:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 2px;
  background-color: var(--ig-danger);
}
.video-caption span {
  font-size: 12px;
  color: #fff;
  position: relative;
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.video-caption p a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-decoration: none;
  color: #fff !important;
  font-size: 16px;
  font-weight: 500;
  background-image: linear-gradient(#fff, #fff);
  background-size: 0% 2px;
  background-repeat: no-repeat;
  background-position: left bottom;
  transition: background-size 0.3s;
}
.video-caption p a:hover {
  background-size: 100% 2px;
}
.video-caption small {
  font-size: 12px;
  color: #fff;
}

/* Video page Styles Start */
.video-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 0.97rem;
}
@media (max-width: 768px) {
  .video-container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 0;
  }
}

.video-player {
  background-color: black;
  border-radius: 0.75rem;
  overflow: hidden;
  height: 95vh;
  /* width: 365px; */
  aspect-ratio: 9 / 16;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .video-player {
    border-radius: 0;
    height: 100vh;
    width: 100vw;
  }
}
/* 
@media (min-width: 600px) and (max-width: 992px) {
    .video-player {
        width: 420px;
    }
} */

.video-go-home-button {
  text-decoration: none;
  font-size: 12px;
  /* padding: 7px 16px; */
  background: #222222;
  color: #222222;
  border-width: 0;
  border-radius: 8px;
}
.video-news-button {
  text-decoration: none;
  font-size: 14px;
  padding: 7px 12px;
  background: #222222;
  color: #cccccc;
  border-width: 0;
  border-radius: 8px;
}

.video-news-button:hover {
  color: white;
}
.single-video-info {
  width: 100%;
  background-color: #000000;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0));
  padding: 2rem 1rem 1rem 1rem;
  border-radius: 0 0 0.75rem 0.75rem;
  bottom: 6px;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 99%;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(2px);
}
.overlay.hidden {
  display: none;
}
.single-video-info h3 {
  color: white !important;
  font-size: 1.1rem !important;
  font-weight: 500 !important;
}
.single-video-info p {
  color: white !important;
  font-size: 0.8rem !important;
  margin-bottom: 0px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.play-icon {
  background-color: rgba(0, 0, 0, 0.4);
  width: 60px;
  aspect-ratio: 1 / 1;
  border-radius: 9999px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);

  display: flex;
  align-items: center;
  justify-content: center;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.play-icon i {
  color: white;
  font-size: 2rem;
}
/* Video page Styles End */

/* MarkDown Component Styles Start */
/* .markdown img {
  width: 100% !important;
} */

.markdown a {
  text-decoration: none !important;
}

/* MarkDown Component Styles End */

.customMarginDropdown {
  margin-top: 0px !important;
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

.scrollbar-hide {
  -ms-overflow-style: none; /* For Internet Explorer */
  scrollbar-width: none; /* For Firefox */
}

.slick-prev,
.slick-next {
  color: white !important;
  background-color: orange !important;
  border-radius: 50%;
}

.slick-dots {
  bottom: 20px !important;
}

.slick-dots li.slick-active button:before {
  color: orange !important;
}

.allNewsButton {
  background: #fff;
  border: 1px solid #ff8400;
  border-radius: 4px;
  color: #ff8400;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding: 6px 16px;
  text-decoration: none;
  transition: all 0.6s ease;
}
.allNewsButton:hover {
  background: #ff8400;
  color: #fff;
}

.imageBackground {
  background: hsl(0deg 0% 50% / 19%);
  width: fit-content;
  padding: 3px 5px;
  border-radius: 50%;
}

.parallax-container {
  transition: transform 0.1s linear;
}

.loginButton {
  font-size: 15px;
  padding: 8px 15px;
  font-weight: 500;
  background-color: #7482f7 !important;
  color: white;
  border: none;
  position: relative;
  overflow: hidden;
  border-radius: 0.6em;
  cursor: pointer;
}

.gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 0.6em;
  margin-top: -0.25em;
  background-image: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.3)
  );
}

.label {
  position: relative;
  top: -1px;
}

.transition {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-duration: 500ms;
  background-color: rgb(94 108 224 / 42%);
  border-radius: 9999px;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.loginButton:hover .transition {
  width: 32rem;
  height: 5rem;
}

.loginButton:active {
  transform: scale(0.97);
}
