
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #3e2666;
}

a {
  text-decoration: none;
  color: #e92086;
}

a:hover {
  color: #e92086;
  text-decoration: none;
}

h1,
h2,
h3
 {
  font-family: "Montserrat", sans-serif;
  color: #151515;
}

h5
 {
  font-family: "Montserrat", sans-serif;
  color: #3e2666;
}

h4,
h6 {
  font-family: "Montserrat", sans-serif;
  color: #e92086;
}



/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #e92086;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #fecee6;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 70vh;
  background-color: #f6e9f8;
  position: relative;
}

#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}

#hero .hero-logo {
  margin-bottom: 5px;
}

#hero h1 {
  margin: 0 0 5px 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 56px;
  color: #3e2666;
}

#hero h2 {
  color: #aeaeae;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

#hero .btn-get-started {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 30px;
  border-radius: 3px;
  margin: 10px;
  color: #fff;
  background: #7cc576;
}

#hero .btn-get-started:hover {
  transition: 0.5s;
  background: #fff;
  color: #7cc576;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 28px;
  }

  #hero h2 {
    line-height: 22px;
  }
}
/*--------------------------------------------------------------
# start video Section
--------------------------------------------------------------*/

.video-container {
  position: relative;
  max-width: 700px;
}

video {
  width: 100%;
  display: block;
}

.overlay {
  position: absolute;
  inset: 0;
  cursor: pointer;
}

.overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-button:hover {
  background: rgba(0, 0, 0, 0.8);
}


/*--------------------------------------------------------------
# end video Section
--------------------------------------------------------------*/

.video-center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;

}

.video-container {
  position: relative;
  width: 80%;
  max-width: 1280px;
}

video {
  width: 100%;
}

.overlay {
  position: absolute;
  inset: 0;
  cursor: pointer;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  background: rgba(0,0,0,0.6);
  color: white;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-container {
  aspect-ratio: 16 / 9;
}



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 90px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #fff;
  box-shadow: 0 4px 10px -3px hsla(0, 0%, 75%, 0.5);
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}



@media (max-width: 992px) {
  #header {
    height: 70px;
  }
}

.scrolled-offset {
  margin-top: 90px;
}

@media (max-width: 992px) {
  .scrolled-offset {
    margin-top: 90px;
  }
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #faf4f7;
}

.section-title {
  text-align: center;
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 0;
  color: #3e2666;
}

.section-title p {
  margin-bottom: 0;
  color: #3e2666;
}

/*--------------------------------------------------------------
# minutes 
--------------------------------------------------------------*/
.minutes .image {
  padding: 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-top: 10px;
}

.minutes .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.minutes .content ul {
  list-style: none;
  padding: 0;
}

.minutes .content ul li {
  padding-bottom: 10px;
  display: flex;
  align-items: flex-start;
}

.minutes .content ul i {
  font-size: 24px;
  padding: 2px 6px 0 0;
  color: #e92086;
}

.minutes .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# prayers
--------------------------------------------------------------*/
.prayers .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.prayers .icon-box i {
  font-size: 48px;
  float: left;
  color: #e92086;
}

.prayers .icon-box p {
  font-size: 15px;
  color: #3e2666;
  margin-left: 60px;
}

.prayers .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}

/*--------------------------------------------------------------
# Think
--------------------------------------------------------------*/
.think {
  background: #faf4f7;
  padding: 0;
}

.think .content {
  padding: 60px 100px 0 100px;
}

.think .content h3 {
  font-weight: 400;
  font-size: 34px;
}

.think .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.think .content p {
  font-size: 15px;
  color: #3e2666;
}

.think .video-box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 400px;
  position: relative;
}

.think .accordion-list {
  padding: 0 100px 60px 100px;
}

.think .accordion-list ul {
  padding: 0;
  list-style: none;
}

.think .accordion-list li+li {
  margin-top: 15px;
}

.think .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}

.think .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  cursor: pointer;
}

.think .accordion-list span {
  color: #e92086;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.think .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.think .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.think .accordion-list .icon-show {
  display: none;
}

.think .accordion-list a.collapsed {
  color: #343a40;
}

.think .accordion-list a.collapsed:hover {
  color: #e92086;
}

.think .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.think .accordion-list a.collapsed .icon-close {
  display: none;
}

.think .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#e92086 50%, rgba(124, 197, 118, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.think .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.think .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(124, 197, 118, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.think .play-btn:hover::after {
  border-left: 15px solid #e92086;
  transform: scale(20);
}

.think .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

@media (max-width: 1024px) {

  .think .content,
  .think .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .think .content {
    padding-top: 30px;
  }

  .think .accordion-list {
    padding-bottom: 30px;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# candle
--------------------------------------------------------------*/
.candle .candle-item {
  margin-bottom: 30px;
}

.candle #candle-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
}

.candle #candle-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 18px 12px 18px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: #555555;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 10px 4px;
  background: #faf4f7;
  border-radius: 4px;
}

.candle #candle-flters li:hover,
.candle #candle-flters li.filter-active {
  background: #e92086;
  color: #fff;
}

.candle #candle-flters li:last-child {
  margin-right: 0;
}

.candle .candle-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
}

.candle .candle-wrap::before {
  content: "";
  background: rgba(21, 21, 21, 0.6);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.candle .candle-wrap .candle-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.candle .candle-wrap .candle-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.candle .candle-wrap .candle-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.candle .candle-wrap .candle-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.candle .candle-wrap .candle-info p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.candle .candle-wrap .candle-links {
  text-align: center;
  z-index: 4;
}

.candle .candle-wrap .candle-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.candle .candle-wrap .candle-links a:hover {
  color: #e92086;
}

.candle .candle-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.candle .candle-wrap:hover .candle-info {
  opacity: 1;
}

.candle .candle-wrap:hover .candle-info::before {
  top: 15px;
  left: 15px;
}

.candle .candle-wrap:hover .candle-info::after {
  bottom: 15px;
  right: 15px;
}

/*--------------------------------------------------------------
# candle Details
--------------------------------------------------------------*/
.candle-details {
  padding-top: 40px;
}

.candle-details .candle-details-slider img {
  width: 100%;
}

.candle-details .candle-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.candle-details .candle-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #e92086;
}

.candle-details .candle-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e92086;
}

.candle-details .candle-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(21, 21, 21, 0.08);
}

.candle-details .candle-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.candle-details .candle-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.candle-details .candle-info ul li+li {
  margin-top: 10px;
}

.candle-details .candle-description {
  padding-top: 30px;
}

.candle-details .candle-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.candle-details .candle-description p {
  padding: 0;
}


/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: #e92086;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-right: 25px;
  cursor: pointer;
}

.faq .faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #3e2666;
}

.faq .faq-list a.collapsed:hover {
  color: #e92086;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
}

.contact .info i {
  font-size: 20px;
  color: #e92086;
  float: left;
  width: 44px;
  height: 44px;
  background: #fecee6;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #3e2666;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #3e2666;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #e92086;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
}

.contact .php-email-form .form-group {
  padding-bottom: 10px;
}


.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
.contact .btn-success
{
  font-family: "Montserrat", sans-serif;
  background-color: #e92086;
  border:none;
    font-weight: bold;
}
.contact .btn-success:hover
{
  font-family: "Montserrat", sans-serif;
  color: #e92086;
  background-color: #fff;
  border:1px solid #e92086;
    font-weight: bold;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #e92086;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .form-group label
{
    margin-bottom: 5px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #cd1974;
}

.contact .btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-top: 20px;
	    font-weight: bold;
}

.contact .row {
    margin-bottom: 15px;
}
.contact .label {
    margin-bottom: 10px;
}

.contact .help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #3e2666;
  color: #fff;
  font-size: 14px;

}


#footer .footer-top {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 80px 0;
}

#footer .footer-top .footer-logo img {
  height: 40px;
}

#footer .footer-top h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  position: relative;
  font-family: "Poppins", sans-serif;
  padding: 30px 0 0 0;
  margin-bottom: 0;
}

#footer .footer-top p {
  font-size: 15;
  font-style: italic;
  margin: 30px 0 0 0;
  padding: 0;
}

#footer .footer-bottom {
  border-top: 1px solid #222222;
  z-index: 2;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

#footer .copyright {
padding-top: 20px;
  text-align: center;
}

