
/*** Spinner Start ***/

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .8s ease-out, visibility 0s linear .0s;
    visibility: visible;
    opacity: 1;
}

.wow,
.animated {
    animation-duration: 1s !important;
}

/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

.back-to-top:hover {
    background: var(--bs-dark);
    color: var(--bs-primary);
}

h1, h2, h3, .h1, .h2, .h3 {
    font-weight: 700 !important;
    font-family: 'Open', sans-serif !important;
}

h4, h5, h6, .h4, .h5, .h6 {
    font-weight: 600 !important;
    font-family: 'Open', sans-serif !important;
}

.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}


/*** Button Start ***/

.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-md-square {
    width: 46px;
    height: 46px;
}

.btn-lg-square {
    width: 58px;
    height: 58px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary:hover {
    color: var(--bs-primary) !important;
    background: transparent !important;
    border: 1px solid var(--bs-primary) !important;
    /* border-color: var(--bs-primary) !important; */
    overflow: hidden;
}
.btn.btn-primary:focus {
    color: #fff;
    border-color: var(--bs-primary);
    box-shadow: none;
}

.btn.btn-dark:hover {
    color: var(--bs-dark) !important;
    background: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
}
/*** Button End ***/


/*** Topbar Start ***/
.topbar .topbar-inner {
    height: 45px;
    padding: 10px 15px;
    background: rgba(255, 255, 255, .5);
}

.topbar a,
.topbar a i {
    transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
    color: var(--bs-primary) !important;
}
/*** Topbar End ***/


/*** Navbar Start ***/
.fixed-top {
    transition: .5s;
}

.navbar {
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.navbar .navbar-nav .nav-link {
    padding: 12px 10px;
    color: var(--bs-dark);
    font-size: 14px;
    font-weight: 600;
    transition: .5s;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.fixed-top.bg-white .navbar .navbar-nav .nav-link:hover,
.fixed-top.bg-white .navbar .navbar-nav .nav-link.active {
    color: var(--bs-primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 992px) {
    .navbar-collapse {
        background: transparent !important;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        background: var(--bs-light) !important;
        transition: .5s;
        opacity: 1;
    }
}

.navbar-toggler {
    background: rgba(39, 102, 186, 0.2);
    color: var(--bs-light) !important;
    padding: 10px 15px;
    border-radius: 5px;
    border: 2px solid var(--bs-primary) !important;
    box-shadow: none !important;
}
/*** Navbar End ***/


/*** Hero Header ***/
.hero-header {
    /* margin-bottom: 6rem; */
    /* padding-top: 15rem; */
    /* padding-bottom: 6rem; */
    /* background: url("../img/hero.jpg"), center center no-repeat; */
    /* padding: 24rem 0; */
    height: 60vh; 
    background: url("https://lqe-assets.learnquraneasily.in/1747638142578_About_head.jpg"), center center no-repeat;
    background-size: cover;
    background-position: center;
}
@media (max-width: 768px) {
    .hero-header {
        height: 30vh;
    }
}

.hero-header .hero-header-inner {
    padding: 3rem;
    background: rgba(255, 255, 255, .5);
}

@media (max-width: 992px) {
    .hero-header {
        padding-top: 12rem;
    }
}

.hero-header .breadcrumb-item {
    font-size: 18px;
}
/*** Hero Header ***/


/*** About Start ***/
.about a.btn.btn-light:hover {
    background: var(--bs-dark) !important;
    color: var(--bs-primary) !important;
    border: 0;
}
/*** About End ***/


/*** Activities Start ***/
.activities .activities-item {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 45px rgba(12, 18, 20, .08);
    transition: 0.5s;
}

/* .activities .activities-item:hover {
    background: var(--bs-primary) !important;
    color: var(--bs-dark) !important;
} */

/* .activities .activities-item:hover a {
    background: var(--bs-light) !important;
    color: var(--bs-dark) !important;
} */

.activities .activities-item:hover a:hover {
    /* background: var(--bs-dark) !important; */
    background: #ffffff !important;
    color: var(--bs-primary) !important;
}
/*** Activities End ***/


/*** Events Start ***/
.event-item img {
    transition: 0.5s;
}

.event .event-item a {
    transition: 0.5s;
}

.event-item:hover img {
    transition: 0.5s;
    transform: scale(1.2)
}

.event-item a:hover {
    background: var(--bs-dark);
    color: var(--bs-primary);
    opacity: 0.5s;
}
/*** Events End ***/


/*** Sermon Start ***/
.sermon .sermon-item {
    height: 100%;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.sermon-item img {
    transition: 0.5s;
    aspect-ratio: 3 /4;
}

.sermon-item:hover img {
    transform: scale(1.2)
}

.sermon-item .sermon-meta a,
.sermon-item .sermon-meta a i {
    transition: 0.5s;
}

.sermon-item .sermon-meta a:hover,
.sermon-item .sermon-meta a i:hover {
    color: var(--bs-primary) !important;
}
/*** Sermon End ***/


/*** Blog Start ***/
.blog-item {
    height: 100%;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.blog-item img {
    transition: 0.5s;
    aspect-ratio: 3 / 4;
}

.blog-item:hover img {
    transform: scale(1.2)
}

.blog-item .blog-meta a,
.blog-item .blog-meta a i {
    transition: 0.5s;
}

.blog-item .blog-meta a:hover,
.blog-item .blog-meta a i:hover {
    color: var(--bs-primary) !important;
}
/*** Blog End ***/


/*** Team Start ***/
.team .team-img {
    /* height: 100%; */
    padding: 25px;
    background: var(--bs-white);
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.team .team-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 3 / 4;
}

.team .team-item {
    position: relative;
    overflow: hidden;
}

.team .team-item img {
    transition: 0.5s;
}

.team .team-item:hover img {
    transform: scale(1.2);
}

.team .team-item .team-content {
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   padding: 15px;
   transform: translateX(-50%, -50%);
   display: flex;
   align-items: center;
   justify-content: center;
   opacity: 0;
   transition: 0.5s;
}

.team .team-item:hover .team-content {
    opacity: 1;
    background: rgba(241, 193, 82, .7);
}
/*** Team End ***/


/*** testimonial Start ***/
.testimonial-item {
    background: var(--bs-light);
    padding: 40px;
}

.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel {
    position: relative;
    padding-left: 60px;
    padding-right: 60px;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 60px;
    height: 40px;
    background: var(--bs-primary);
    color: var(--bs-dark);
    font-size: 22px;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover {
    background: var(--bs-dark) !important;
    color: var(--bs-primary) !important;
}

.testimonial-carousel .owl-nav .owl-next {
    left: auto;
    right: 0px;
}

.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--bs-dark) !important;
    color: var(--bs-primary) !important;
}
/*** testimonial End ***/


/*** Footer Start ***/
.footer {
    margin-top: 3rem;
    background: var(--bs-dark);
}

.footer .footer-item p {
    font-size: 16px;
    line-height: 35px;
}

.footer .border-top,
.footer .border-bottom {
    border-color: rgba(255, 255, 255, .08) !important;
}

.footer button {
    border: 0;
    transition: 0.5s;
}

.footer button:hover {
    background: var(--bs-dark);
    color: var(--bs-primary);
}

.footer-item a.btn.btn-light:hover {
    background: var(--bs-primary);
    color: var(--bs-dark) !important;
    border: var(--bs-primary);
}

.footer-item a,
.footer-item a i {
    transition: 0.5s;
}

.footer-item a:hover,
.footer-item a i:hover {
    color: var(--bs-primary) !important;
}
/*** Footer End ***/
/* Css For Language Drop Down */
.course-img {
    max-height: 450px;
}

@media (max-width: 1199px) {
  .course-img {
    max-height: 100%;
  }
}
.pointer {
    cursor: pointer;
}
.bg-white-light {
    background-color: rgba(255, 255, 255, .5) !important;
}
.br-10 {
    border-radius: 10px;
}
.lqe_text {
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
}
.lqe_slog {
    font-size: 10px;
    line-height: 0.9;
    margin-top: 5px;
}
/* CSS */
.language_img {
    width: 25px;
    margin-right: 7px;
}
.user_card {
    border-radius: 10px;
    box-shadow: 0px 0px 10px #ffffff2b, 0px 0px 10px rgb(241, 245, 253), inset 0px 0px 10px #dbd4be;
    max-width: fit-content;
    padding:30px 20px;
    /* margin: 10px; */
}
.lqe_logo img{
    width: 50px;
}
.video-background {
    width: 100%;
    object-fit: cover;
    
    z-index: -1;
  }
.lqe_hero_header {
    background: none !important;
    min-height: 756px;
    padding: 0;
}
@media (max-width: 1024px) and (min-width: 768px) {
    .lqe_hero_header {
      min-height: 510px;
      /* margin-top: 140px; */
    }
}
@media (max-width: 767px) {
    .lqe_hero_header {
        min-height: 200px;
        /* margin-top: 90px; */
    }
}
.mobile {
    display: none;
}

    /* Show only on screens smaller than 992px */
 @media (max-width: 991px) {
    .mobile {
        display: block;    
    }
}
/* 
.alert-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
  }
  
  .alert-content {
    background-color: white;
    padding: 25px 30px;
    border-radius: 8px;
    text-align: center;
    width: 350px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  }
  
  .icon-box {
    margin-bottom: 15px;
  }
  
  .alert-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
  }
   */
  .btn {
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    color: white;
    font-weight: 600;
    cursor: pointer;
  }
  
  .btn.blue {
    background-color: #007bff;
  }
  
  .btn.green {
    background-color: #28a745;
  }
  
  .btn.red {
    background-color: #dc3545;
  }
.img-fluid_footer {
    max-width: 90px;
    height: auto;
    aspect-ratio: 3 / 4;
}
.direction-rtl {
    direction: rtl;
    text-align: right;
}

/* Pop Up Design */
.alert-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1000;
}
.alert-content {
  background-color: white;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  max-width: 300px;
  width: 90%;
  padding: 10px;
}
.Register-popup {
  max-width: 300px;
}
.icon-box {
  width: fit-content;
  margin: auto;
  background: white;
  padding: 10px;
  border-radius: 50%;
}
.alert-icon {
  font-size: 3.5rem;
  color: #155f1a;
}
.alert-text {
  padding: 5px;
}
/* .alert-foot {
  margin: 15px 0;
  padding :0 20px ;
} */
.alert-close {
  width: 100%;
  padding: 10px 20px;
  color: #155f1a;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1rem;
  border: 1px solid #155f1a;
}
@keyframes iphonePopup {
  0% {
    opacity: 0;
    transform: scale(0.5) translateY(30px);
  }
  60% {
    transform: scale(1.1) translateY(-10px);
    opacity: 1;
  }
  100% {
    transform: scale(1) translateY(0);
  }
}
.iphone-popup {
  animation: iphonePopup 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.lqe_container{
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .lqe_container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .lqe_container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .lqe_container {
        max-width: 100%;
    }
}
@media (min-width: 1200px) {
    .lqe_container {
        max-width: 1140px;
    }
}
.border-1-primary {
    border: 1px solid var(--bs-primary);
}
.img_primary {
    filter: brightness(0) saturate(100%) invert(25%) sepia(96%) saturate(420%) hue-rotate(72deg) brightness(90%) contrast(93%);
}
.tab-pane {
  
  overflow-y: auto;
  overflow-x: hidden;
}
.bg-img-hero-video{
    aspect-ratio: 16 / 9;
    background-size: contain !important;
    max-width: 100%;
}
.bg-img-hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  
}
.video-shadow {
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    border-radius: 5px;
}
/* @media (max-width: 599px) {
  .bg-img-hero {
    height: 230px;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .bg-img-hero{
    height: 230px;  
  }
}
@media (min-width: 1024px) {
  .bg-img-hero{
    height: 750px;
  }
}
*/

.link-whatsapp-channel{
    color: #b9b9b9;
}
.space-4 {
  padding-top: 12.5rem !important;
  padding-bottom: 12.5rem !important;
}
.space-5 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.u-media-player {
  color: #1e2022;
  transition: all 0.2s ease-in-out;
}


.u-media-player__icon--lg {
  width: 5rem;
  height: 5rem;
  font-size: 1rem;
}

.u-media-player__icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 3.75rem;
  height: 3.75rem;
  font-size: 0.8125rem;
  border-radius: 50%;
  color: #fff;
  background-color: rgba(21, 95, 26, 0.8);
  transition: all 0.3s ease-in-out;
}

.u-media-player__icon-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: .125rem;
}

/* Custom Video Modal Styling */
.video-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-modal-content {
  position: relative;
  max-width: 90%;
  max-height: 80%;
  background-color: rgba(0, 0, 0, 0);
  animation: zoomIn 0.5s ease forwards;
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}


.close-btn {
  position: absolute;
  top: -15px;
  right: -15px;
  background: transparent;
  border: none;
  font-size: 1.5rem;
  color: #fff;
  cursor: pointer;
  z-index: 1000;
  background-color: rgba(21, 95, 26, 0.8);
  border-radius: 50%;
  padding: 0 10px;
}
/* Css For Whats App Button */
.btn-whatsapp-pulse {
  background: #25d366;
  color: white;
  position: fixed;
  bottom: 25px;
  right: 20px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 35px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  z-index: 999;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}
.h-max-80 {
    max-height: 80vh;
}