File "custom.css"

Full path: /home/wrisexaf/public_html/glory/css/custom.css
File size: 68.25 KB
MIME-type: text/plain
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

@charset "utf-8";

/* CSS Document */
body,
html {
  height: 100%;
}

body {
  background: #fffcf9;
  overflow-x: hidden;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}

p {
  font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

::selection {
  background-color: #6a0dad;
  color: #fff;
}

a {
  text-decoration: none !important;
  transition: all 0.5s;
}


.cursor {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid black;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  transform: translate(calc(-50% + 15px), -50%);
  z-index: 1000;
}

.cursor2 {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: black;
  opacity: 0.3;
  position: fixed;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
  z-index: 1000;
}

.cursor,
.cursor2 {
  z-index: 99999999 !important;
}

.hover {
  background-color: #5b009c;
  opacity: 0.5;
}

.cursorinnerhover {
  width: 50px;
  height: 50px;
  opacity: 0.5;
}

.carousel-item img {
  width: 100%;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

div#navbarCollapse {
  flex-direction: row-reverse;
}

::-webkit-scrollbar {
  width: 0px;
}

/* globals.css */
@font-face {
  font-family: "edward";
  src: url("../fonts/edward.ttf");
}

@font-face {
  font-family: "bikni";
  src: url("../fonts/bikni.ttf");
}

header {
  box-shadow: 0 6px 5px 2px #00000017;
  position: relative;
  z-index: 9;
}

.topbar {
  display: flex;
  background-color: #dc143c;
  justify-content: center;
  gap: 0 14px;
  padding: 5px 0;
  align-items: center;
}

.topbar p {
  margin: 0;
  font-family: poppins;
  font-weight: 300;
  color: #fff;
  font-size: 14px;
}

.topbar img {
  max-width: 28px;
  animation: rotate 6s linear infinite;
}

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

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

header .collapse {
  justify-content: end;
}

header a.navbar-brand {
  margin: 0;
  font-family: Bebas Neue;
  font-size: 44px;
  color: #000 !important;
}

header ul.navbar-nav li a {
  padding: 0 !important;
  font-family: poppins;
  font-size: 14px;
  font-weight: 600;
  color: #000 !important;
}

header ul.navbar-nav {
  gap: 0 30px;
  align-items: center;
  width: 100%;
}

header .dropdown a {
  background-color: #6a0dad;
  font-size: 17px !important;
  font-weight: 500 !important;
  z-index: 999;
  position: relative;
}

header ul.navbar-nav li a svg {
  font-size: 18px;
}

section.banner {
  background-image: url(../images/banner-img.jpg);
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 140px 0 116px;
  position: relative;
}

.main-heading {
  font-size: 80px;
  font-family: Playfair Display;
  color: #000 !important;
  font-weight: 600;
  text-shadow: 0 2px 3px #00000085;
}

.italic-para {
  font-size: 19px;
  font-family: "Poppins";
  font-style: italic;
  font-weight: 600;
  color: #000 !important;
  width: 50%;
  margin: 0 auto;
}

section.banner .content {
  text-align: center;
  height: 100%;
}

section.banner::after {
  background-image: url(../images/clouds1.png);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  top: 37rem;
}

section.hosea {
  position: relative;
  z-index: 1;
}

.sub-heading {
  font-family: "Playfair Display";
  font-size: 44px;
  font-weight: 600;
  color: #000 !important;
  margin: 0 0 3rem;
}

section.hosea .row {
  align-items: center;
}

section.hosea .img {
  position: relative;
  text-align: center;
}

section.hosea .img::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #d9d6d4;
  width: 1px;
  height: 60%;
  margin: auto;
}

section.hosea .img img {
  width: 74%;
}

section.hosea h5.heading-text {
  font-size: 15px;
  font-family: poppins;
  font-weight: 600;
  color: #000 !important;
  margin: 0 0 1rem;
}

section.hosea .content {
  padding-left: 2rem;
}

.paragraph {
  font-size: 15px;
  font-family: "Poppins";
  color: #000 !important;
  font-weight: 500;
}

section.hosea p {
  width: 46%;
}

section.spiritual {
  position: relative;
  z-index: 1;
  padding: 3rem 0 0;
}

.pink-text {
  font-size: 17px;
  font-family: "Poppins";
  color: #dc143c;
  font-weight: 600;
}

section.spiritual .content p {
  font-size: 13px;
  color: #585858 !important;
  font-weight: 400;
  line-height: 26px;
}

section.spiritual .content {
  padding-left: 2rem;
}

section.god-personal {
  padding: 3rem 0 0;
  background-image: url(../images/personal-bg.png);
  width: 100%;
  height: 530px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 7;
}

section.spiritual .content p strong {
  color: #000;
}

.god-personal .content .pink-text {
  text-shadow: 0 2px 3px #00000054;
  text-transform: uppercase;
}

.god-personal .content .sub-heading {
  text-shadow: 0 2px 3px #00000085;
}

.god-personal .content .paragraph {
  width: 71%;
}

section.god-personal ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0 15px;
}

section.god-personal ul li a {
  display: inline-flex;
  background-color: #00000036;
  border-radius: 50%;
  width: 66px;
  height: 66px;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}

section.god-personal ul li:hover a {
  backdrop-filter: blur(7px);
  background-color: #ffffff1f;
}

section.god-personal ul li:hover img {
  filter: invert(48%) sepia(98%) saturate(1635%) hue-rotate(573deg)
    brightness(90%) contrast(344%);
}

section.god-personal img.clouds {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -22rem;
  z-index: -1;
}

section.blogs {
  position: relative;
  padding: 3rem 0;
  z-index: 9;
}

section.blogs p.paragraph {
  width: 61%;
  margin-left: auto;
  margin-right: auto;
}

section.bloggs {
  margin: -25rem 0 0;
}

section.blogs .blogs-title {
  margin: 0 0 3rem;
}

section.blogs .inner-main .cardd img {
  width: 100%;
  transition: all 0.5s;
}

section.blogs .inner-main .cardd p {
  width: 100%;
}

section.blogs .inner-main .cardd .content {
  border: 1px solid #d6dee8;
  padding: 24px;
  border-radius: 0 0 16px 16px;
}

section.blogs .inner-main .cardd .content h5 {
  font-family: "Bebas Neue";
  font-size: 28px;
  color: #000 !important;
}

section.blogs .inner-main .cardd .content p {
  white-space: pre-line;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

section.blogs .inner-main .cardd .content a {
  color: #dc143c;
  font-family: "Poppins";
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0 8px;
}

section.blogs .inner-main .cardd .content a svg {
  font-size: 12px;
  transition: all 0.5s;
}

section.blogs .inner-main .cardd .content a:hover svg {
  transform: translate(6px, 0);
}

section.blogs .inner-main .cardd:hover img {
  transform: scale(1.1);
}

section.blogs .inner-main .cardd .img {
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}

section.blogs .inner-main .cardd {
  cursor: pointer;
  position: relative;
}

section.blogs .inner-main .blue-btn {
  display: flex;
  justify-content: center;
  background-color: #6a0dad;
  width: 180px;
  margin: 3rem auto 0;
  color: #fff;
  border-radius: 50px;
  height: 48px;
  align-items: center;
  font-family: "Poppins";
  font-weight: 400;
  transition: all 0.5s;
  border: 2px solid transparent;
}

section.blogs .inner-main .blue-btn:hover {
  border-color: #6a0dad;
  background-color: transparent;
  color: #6a0dad !important;
}

section.armour {
  padding: 3rem 0 0;
}

section.armour .content p {
  font-size: 13px;
  color: #585858 !important;
  font-weight: 400;
  line-height: 26px;
}

section.armour .img img {
  width: 100%;
}

section.armour .img {
  text-align: center;
}

section.armour .content p strong {
  color: #000;
}

section.armour .content p strong.italic {
  font-style: italic;
}

section.armour .content p span {
  text-decoration: underline;
  font-weight: 500;
}

section.armour .content {
  width: 74%;
}

section.armour .row {
  align-items: center;
}

section.armour .content a {
  display: flex;
  justify-content: center;
  background-color: #6a0dad;
  width: 180px;
  color: #fff;
  margin-top: 2rem;
  border-radius: 50px;
  height: 48px;
  align-items: center;
  font-family: "Poppins";
  font-weight: 400;
  transition: all 0.5s;
  border: 2px solid transparent;
}

section.armour .content a:hover {
  border-color: #6a0dad;
  background-color: transparent;
  color: #6a0dad !important;
}

section.spiritual .img img {
  width: 80%;
}

section.spiritual .row {
  align-items: center;
}

section.mountain {
  position: relative;
}

section.mountain .img img {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: -100px;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

section.mountain .content {
  padding-top: 25rem;
  position: relative;
  z-index: 9;
  text-align: center;
}

section.mountain .content h3 {
  font-family: "edward";
  font-size: clamp(24px, 5vw, 64px);
  text-shadow: 0 2px 3px #00000085;
  margin: 0 0 3rem;
}

section.geneisi {
  position: relative;
  z-index: 9;
  padding: 4rem 0 3rem;
}

section.mountain .content h6 {
  font-weight: 600;
  font-size: 17px;
  font-family: "Poppins";
}

section.geneisi .content .paragraph {
  font-size: 13px;
  color: #585858 !important;
  font-weight: 400;
  line-height: 26px;
}

section.geneisi .content .paragraph strong {
  color: #000;
}

section.geneisi .img {
  position: relative;
  text-align: center;
}

section.geneisi .img img {
  width: 80%;
}

section.spiritual .img {
  text-align: center;
}

section.geneisi .img::after {
  content: "";
  position: absolute;
  right: 16px;
  bottom: 0;
  background-color: #e2eef1;
  height: 300px;
  width: 220px;
  z-index: -1;
  border-radius: 20px;
}

section.flock .content {
  background-image: url(../images/flock-img.png);
  width: 100%;
  height: 465px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

section.flock .content .textt {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.flock .content .row {
  height: 100%;
}

section.flock .content .textt h2 {
  font-family: "Playfair Display";
  font-weight: 600;
  font-size: 60px;
  color: #000;
  text-align: center;
}

section.flock .content .textt h2 span {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
}

section.getin-touch {
  padding: 3rem 0 5rem;
  background-image: url(../images/get-in-touch.png);
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.getin-touch-title {
  text-align: center;
  margin: 0 0 3rem;
}

.getin-touch-title p {
  width: 54%;
  margin-left: auto;
  margin-right: auto;
}

get-in-touch .flexx input {
  width: 100%;
}

section.getin-touch .flexx input {
  width: 100%;
  border: unset;
  outline: unset;
  background-color: #fff;
  height: 44px;
  font-family: "Source Code Pro";
  color: #000;
  font-size: 14px;
  font-weight: 600;
}

section.getin-touch .flexx {
  display: flex;
  align-items: center;
  border: 1px solid #cecece;
  gap: 0 10px;
  background-color: #fff;
  overflow: hidden;
  border-radius: 50px;
  padding-left: 16px;
  margin: 0 0 18px;
}

section.getin-touch .flexx svg {
  color: #999999;
}

section.getin-touch .flexx input::placeholder {
  color: #999999;
  font-family: Source Code Pro;
  font-style: italic;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -0.5px;
}

section.getin-touch .flexx select {
  width: 100%;
  border: unset;
  outline: unset;
  background-color: #fff;
  height: 44px;
  font-style: italic;
  letter-spacing: -0.5px;
  color: #999999;
  font-size: 14px;
  font-weight: 600;
}

section.getin-touch .flexx:last-child {
  margin: 0;
}

section.getin-touch .flexx textarea {
  width: 100%;
  border: unset;
  font-style: italic;
  outline: unset;
  background-color: #fff;
  height: 140px;
  font-family: "Source Code Pro";
  font-size: 14px;
  font-weight: 600;
  color: #999999;
  resize: none;
}

section.getin-touch .col-md-6:nth-child(2) .flexx {
  border-radius: 16px;
  align-items: unset;
  padding-top: 16px;
}

section.getin-touch .flexx textarea::placeholder {
  color: #999999 !important;
  font-family: Source Code Pro;
  font-style: italic;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -0.5px;
}

section.getin-touch .col-md-6:nth-child(2) .flexx svg {
  margin: 5px 0 0;
}

section.getin-touch button {
  display: flex;
  justify-content: center;
  background-color: #6a0dad;
  width: 100%;
  color: #fff;
  margin-top: 2rem;
  border-radius: 50px;
  height: 48px;
  gap: 0 8px;
  align-items: center;
  font-family: "Poppins";
  font-weight: 400;
  transition: all 0.5s;
  border: 2px solid transparent;
}

section.getin-touch button:hover {
  border-color: #6a0dad;
  background-color: transparent;
  color: #6a0dad !important;
}

.videoo .img img {
  width: 680px;
}

section.getin-touch .videoo iframe {
  width: 680px;
  height: 380px;
}

.videoo {
  padding: 4rem 0 0;
}

.videoo .textt {
  display: flex;
  justify-content: center;
  gap: 0 20px;
  margin-top: 1.8rem;
}

.videoo .textt h4 {
  font-family: Playfair Display;
  font-weight: 500;
  font-size: 34px;
  color: #000;
}

.videoo .textt button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
  background-color: #dc143c;
  border: unset;
  padding: 0 26px;
  font-family: Playfair Display;
  font-weight: 500;
  font-size: 34px;
  border-radius: 40px;
  color: #fff;
  width: unset;
  margin: 0;
}

section.flock {
  padding: 0 0 3rem;
}

footer h3 {
  margin: 0;
  font-family: Bebas Neue;
  font-size: 44px;
  color: #000;
}

footer .paragraph {
  color: #000000e0 !important;
  line-height: 30px;
  font-weight: 400 !important;
}

h5.footer-title {
  color: #000;
  font-family: "Bebas Neue";
  font-size: 26px;
  margin: 0;
  position: relative;
}

h5.footer-title::after {
  content: "";
  position: absolute;
  left: 0;
  width: 60px;
  height: 2px;
  background-color: #ffd700;
  bottom: -18px;
}

.footer-links {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  gap: 6px 0;
}

.footer-links a {
  color: #000000cc !important;
  font-weight: 400 !important;
  font-family: "Poppins";
  display: inline-block;
  transition: all 0.5s;
  width: max-content;
}

.footer-btns {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.footer-btns a {
  display: flex;
  justify-content: center;
  background-color: #6a0dad;
  width: 200px;
  color: #fff !important;
  border-radius: 50px;
  height: 48px;
  align-items: center;
  font-family: "Poppins";
  font-weight: 400;
  transition: all 0.5s;
  border: 2px solid transparent;
}

.footer-btns a.mb-2:hover {
  border-color: #6a0dad;
  background-color: transparent;
  color: #6a0dad !important;
}

.footer-btns a.btn.btn-outline-dark {
  border-color: #6a0dad;
  background-color: transparent;
  color: #000 !important;
  font-weight: 500;
}

.footer-btns a.btn.btn-outline-dark:hover {
  background-color: #6a0dad;
  color: #fff !important;
}

.social-icons {
  margin: 2rem 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 13px;
}

.social-icons a {
  background-color: #e7e5e9;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.4s;
}

.social-icons a svg {
  color: #000;
}

.social-icons a:hover {
  background-color: #6a0dad;
}

.social-icons a:hover svg {
  color: #fff;
}

footer .paragraph a {
  text-decoration: underline !important;
  color: #000000cc !important;
}

.copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
  border-top: 1px solid #ececf0;
  padding: 20px 0 0;
}

.copyright p {
  color: #000000e0 !important;
  font-family: poppins;
  font-size: 15px;
  margin: 0;
}

.copyright p span {
  text-decoration: underline;
}

.copyright div {
  display: flex;
  align-items: center;
  gap: 0 10px;
}

footer img {
  width: 100%;
}

section.geneisi .row {
  align-items: center;
}

.music-detail .track-info {
  color: #fff;
  margin-bottom: 0;
  text-align: center;
}

.music-detail .track-info #track-name {
  font-weight: 500;
  font-family: "Poppins";
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  white-space: pre-line;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 120px;
}

.music-button {
  position: fixed;
  width: fit-content;
  height: 100px;
  background-color: #00000038;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  right: 0;
  gap: 20px;
  bottom: 30px;
  border-radius: 20px 0 0 20px;
  padding: 0 14px;
  backdrop-filter: blur(6px);
  z-index: 9999999;
  transition: all 0.5s;
  cursor: pointer;
}

.music-button button.mainbutton {
  padding: 0;
  border: unset;
  display: flex;
  width: 56px;
  height: 56px;
  background-color: #000000;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.music-button svg {
  color: #fff;
  animation: blink-pulse 2s infinite;
}

.ScrollSmoother-wrapper {
  position: relative;
}

@keyframes blink-pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.2);
    opacity: 0;
  }

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

.music-detail {
  display: flex;
  gap: 10px 0;
  transition: all 0.4s;
  flex-direction: column;
}

.music-detail button {
  padding: 0;
  background-color: transparent;
  border: unset;
}

.music-detail button svg {
  color: #000;
}

.no-animation svg {
  animation: unset !important;
}

.videoo iframe {
  width: 62%;
  height: 310px;
}

.music-detail svg {
  animation: unset;
}

section.getin-touch .videoo .img {
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
}

section.about-banner {
  background-image: url(../images/about-bg.png);
  padding: 120px 0 0;
  height: 826px;
}

section.about-banner h4 {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
}

section.about-banner h6 {
  font-weight: 500;
  font-size: 17px;
  font-family: "Poppins";
  text-transform: uppercase;
  margin: 2.3rem 0 0;
}

section.about-banner h4.top-line::before {
  content: "";
  position: absolute;
  background-color: #6a0dad;
  height: 1px;
  width: 174px;
  top: -14px;
  left: 0;
  margin: 0 auto;
  right: 0;
}

section.about-banner h4.top-line::after {
  content: "";
  position: absolute;
  background-color: #6a0dad;
  height: 1px;
  width: 120px;
  top: -24px;
  left: 0;
  margin: 0 auto;
  right: 0;
}

section.about-banner h4.bottom-line::before {
  content: "";
  position: absolute;
  background-color: #6a0dad;
  height: 1px;
  width: 174px;
  bottom: -14px;
  left: 0;
  margin: 0 auto;
  right: 0;
}

section.about-banner h4.bottom-line::after {
  content: "";
  position: absolute;
  background-color: #6a0dad;
  height: 1px;
  width: 120px;
  bottom: -24px;
  left: 0;
  margin: 0 auto;
  right: 0;
}

section.hosea.aboutt p {
  width: 100%;
}

section.hosea.aboutt .img::after {
  height: 70%;
}

section.about-banner::after {
  content: unset;
}

section.our-goal .img img {
  width: 100%;
}

section.our-goal .row {
  background-color: #fefae7;
  border-radius: 46px;
}

section.our-goal .content h3 {
  position: relative;
  margin: 0 0 3rem;
}

section.our-goal .content h3::after {
  position: absolute;
  content: "";
  background-color: #ffd700;
  width: 60px;
  height: 2px;
  left: 0;
  bottom: -24px;
}

section.our-mission {
  padding: 5rem 0 0rem;
}

section.our-mission .content {
  text-align: center;
}

section.our-mission .content h4 {
  font-family: "Playfair Display";
  font-size: 36px;
  color: #000;
}

section.our-mission .content p {
  color: #000 !important;
  font-family: "Poppins";
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}

section.our-mission .content p span {
  font-weight: 500;
}

section.mountain.about img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.social-feed .title ul {
  padding: 0;
  margin: 0 0 1rem;
  display: flex;
  justify-content: center;
  gap: 0 12px;
}

section.social-feed .title {
  text-align: center;
}

section.social-feed .title ul li:nth-child(1) {
  background-color: #39559e;
}

section.social-feed .title ul li {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.social-feed .title ul li svg {
  color: #fff;
  font-size: 26px;
}

section.social-feed .title ul li:nth-child(2) {
  background-image: linear-gradient(
    to top,
    #f8c851,
    #f8b440,
    #f89f32,
    #f88929,
    #f67126,
    #f95832,
    #f83a3f,
    #f5004d,
    #ec006a,
    #d6008b,
    #af00ac,
    #6c0fca
  );
}

.social-feed-slides .img {
  overflow: hidden;
}

.social-feed-slides .img img {
  transition: all 0.5s;
  width: 100%;
}

.social-feed-slides .inner {
  background-color: #f0f0f0;
  padding: 26px 18px 0 26px;
  border: 1px solid #dddddd;
}

.social-feed-slides .inner p {
  font-family: Open Sans;
  color: #757575 !important;
  font-weight: 500;
  font-size: 14px;
  margin: 0 0 8px;
}

.social-feed-slides .inner a {
  color: #000 !important;
  font-weight: 600;
  font-family: "Open Sans";
}

.social-feed-slides .inner .profile ul {
  display: flex;
  align-items: center;
  margin: 1rem 0 0;
  padding: 0;
  gap: 0 8px;
}

.social-feed-slides .inner .profile ul li img {
  width: 50px;
}

.social-feed-slides .inner .profile ul li.flex {
  display: flex;
  flex-direction: column;
}

.social-feed-slides .inner .profile ul li.flex h5 {
  margin: 0;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
}

.social-feed-slides .inner .profile ul li.flex p {
  margin: 0;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 400;
}

.social-feed-slides .inner .profile ul li:last-child {
  margin-left: auto;
}

.social-feed-slides .inner .profile ul li.fb {
  background-color: #39559e;
}

.social-feed-slides .inner .profile ul li.insta {
  background-image: linear-gradient(
    to top,
    #f8c851,
    #f8b440,
    #f89f32,
    #f88929,
    #f67126,
    #f95832,
    #f83a3f,
    #f5004d,
    #ec006a,
    #d6008b,
    #af00ac,
    #6c0fca
  );
}

.social-feed-slides .inner .profile ul li:last-child {
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: auto;
}

.social-feed-slides .inner .profile ul li svg {
  color: #fff;
  font-size: 20px;
}

.revieww ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0 14px;
}

.revieww ul li:last-child {
  margin-left: auto;
}

.revieww ul li svg {
  color: #6c6c6c;
  font-size: 18px;
}

.revieww ul li {
  font-family: poppins;
  font-weight: 400;
  color: #6c6c6c;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 0 6px;
}

.revieww {
  border-top: 1px solid #d8d8d8;
  margin-top: 1rem;
  padding: 16px 0 16px;
}

.social-feed-slides {
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}

.social-feed-slides:hover .img img {
  transform: scale(1.1);
}

section.tuvu-mission .content h6 {
  color: #6a0dad;
}

section.tuvu-values {
  padding: 9rem 0 0;
  margin: -8rem 0 0;
  background-image: url(../images/tuvu-bg.png);
  width: 100%;
  height: 953px;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

section.tuvu-values .content {
  text-align: center;
}

section.tuvu-values .content h3 {
  text-shadow: 0 2px 3px #00000085;
  display: flex;
  justify-content: center;
  gap: 0 12px;
}

section.tuvu-values .content p {
  padding: 0 11rem;
}

section.tuvu-vision {
  margin: -21rem 0 0;
  position: relative;
  z-index: 9;
  padding: 0 0 2rem;
}

section.tuvu-vision .title {
  text-align: center;
  margin: 0 0 4rem;
}

section.tuvu-values .content h3 img {
  width: 130px;
  object-fit: contain;
}

section.spiritual .content h3 img {
  width: 130px;
  object-fit: contain;
}

section.tuvu-mission .content h3 {
  display: flex;
  justify-content: start;
  gap: 0 12px;
  text-shadow: 0 2px 3px #00000085;
}

section.tuvu-vision h3 {
  display: flex;
  justify-content: center;
  gap: 0 12px;
  text-shadow: 0 2px 3px #00000085;
  align-items: center;
}

section.tuvu-vision h3 img {
  width: 130px;
  object-fit: contain;
}

section.tuvu-vision .content .inner {
  padding: 20px;
  text-align: center;
  height: 270px;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.5s;
}

section.tuvu-vision .content .inner img {
  max-width: 90px;
  transition: all 0.5s;
}

section.tuvu-vision .content .inner h4 {
  font-family: "Playfair Display";
  font-size: 24px;
  color: #000;
  font-weight: 700;
}

section.tuvu-vision .content .row {
  gap: 24px 0;
}

section.tuvu-vision .content .col-md-4:nth-child(1) .inner {
  background-color: #f5edf6;
}

section.tuvu-vision .content .col-md-4:nth-child(2) .inner {
  background-color: #fffbe5;
}

section.tuvu-vision .content .col-md-4:nth-child(3) .inner {
  background-color: #edf8fc;
}

section.tuvu-vision .content .col-md-4:nth-child(4) .inner {
  background-color: #fbe7eb;
}

section.tuvu-vision .content .col-md-4:nth-child(5) .inner {
  background-color: #edf8fc;
}

section.tuvu-vision .content .col-md-4:nth-child(6) .inner {
  background-color: #f5edf6;
}

section.getin-touch.abouttt .row {
  align-items: center;
}

section.getin-touch.abouttt .content img {
  width: 130px;
  object-fit: contain;
}

section.getin-touch.abouttt .img {
  text-align: center;
  position: relative;
}

section.getin-touch.abouttt .content p img {
  width: 30px;
  margin-left: 6px;
}

section.getin-touch.abouttt .content a:hover {
  border-color: #6a0dad;
  background-color: transparent;
  color: #6a0dad;
}

section.getin-touch.abouttt {
  padding: 8rem 0 20rem;
  position: relative;
  z-index: 1;
}

section.getin-touch.abouttt .content p img {
  width: 30px;
  margin-left: 6px;
}

section.getin-touch.abouttt .content a {
  display: flex;
  justify-content: center;
  background-color: #6a0dad;
  width: 250px;
  margin: 2rem 0 0;
  color: #fff;
  border-radius: 50px;
  height: 48px;
  align-items: center;
  font-family: "Poppins";
  font-weight: 400;
  transition: all 0.5s;
  border: 2px solid transparent;
}

section.getin-touch.abouttt .content a:hover {
  border-color: #6a0dad;
  background-color: transparent;
  color: #6a0dad;
}

section.getin-touch.abouttt::after {
  content: "";
  position: absolute;
  bottom: -20rem;
  background-image: url(../images/escape-cloud.png);
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

footer {
  position: relative;
  z-index: 9;
}

section.getin-touch.abouttt .img img:first-child {
  width: 45%;
  /* Adjusted for responsiveness */
  left: 6%;
  /* Responsive positioning */
  bottom: -11rem;
  /* Adjust as needed */
  animation: upDown2 3s ease-in-out infinite;
}

section.getin-touch.abouttt .img img:last-child {
  width: 45%;
  right: 25%;
  bottom: -7.1rem;
  animation: upDown 3s ease-in-out infinite;
}

section.getin-touch.abouttt .img img {
  position: absolute;
}

@keyframes upDown {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
    /* Moves up */
  }

  100% {
    transform: translateY(0);
    /* Moves back to original position */
  }
}

@keyframes upDown2 {
  0% {
    transform: translateY(-10px);
  }

  50% {
    transform: translateY(0);
    /* Moves up */
  }

  100% {
    transform: translateY(-10px);
    /* Moves back to original position */
  }
}

section.social-feed {
  margin: -8% 0 0;
  position: relative;
  z-index: 9;
  padding: 0 0 40px;
}

section.tuvu-vision .content .inner:hover img {
  transform: rotateY(360deg);
  filter: drop-shadow(2px 4px 6px grey);
}

section.social-feed {
  margin: -8% 0 0;
  position: relative;
  z-index: 9;
  padding: 0 0 40px;
}

section.tuvu-vision .content .inner:hover img {
  transform: rotateY(360deg);
  filter: drop-shadow(2px 4px 6px grey);
}

section.tuvu-vision .content .inner:hover {
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
    rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

section.banner a.down {
  position: absolute;
  right: 3%;
  bottom: 40%;
  animation: upDown 1.2s ease-in-out infinite;
}

header li.nav-item.dropdown .dropdown-menu[data-bs-popper] {
  top: 0px;
  width: 100%;
  padding: 69px 0 10px;
  background-color: #5b009c;
  z-index: 9;
  border-radius: 34px 34px 10px 10px;
  overflow: hidden;
  left: 0;
  right: 0;
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  gap: 0 0;
  z-index: 9;
}

header .dropdown-menu[data-bs-popper] li {
  padding: 4px 4px 4px 12px;
  border-radius: 4px;
  margin: 0;
}

header .dropdown-menu[data-bs-popper] li a {
  background-color: transparent;
  font-family: poppins;
  font-size: 14px !important;
  color: #fff !important;
}

header .dropdown-menu[data-bs-popper] li:hover {
  background-color: #000;
}

section.blog-banner {
  background-image: url(../images/blog-banner.png);
  height: 898px;
}

section.blogs .inner-main .cardd button {
  position: absolute;
  top: 16px;
  right: 16px;
  background-color: #fff;
  border: unset;
  padding: 0;
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  transition: all 0.5s;
}

section.blogs .inner-main .cardd button svg {
  font-size: 14px;
}

section.blogs .inner-main .cardd button:hover {
  background-color: #dc143c;
}

section.blogs .inner-main .cardd button:hover svg {
  color: white;
}

section.bloggs .row {
  gap: 26px 0;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 3rem 0 0;
  gap: 0 6px;
}

.pagination a,
.pagination span {
  color: #333;
  padding: 0;
  width: 40px;
  height: 40px;
  text-decoration: none;
  font-weight: 500;
  font-family: "Poppins";
  border-radius: 50%;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination a {
  color: #000 !important;
  transition: background-color 0.3s, color 0.3s;
}

.pagination .page-number.active {
  background-color: #6f2eb5;
  color: white !important;
  border-color: #6f2eb5;
}

.pagination .page-number:hover {
  background-color: #ddd;
  color: #000;
}

.pagination .prev,
.pagination .next {
  border: none;
  color: #555968;
  font-family: "Poppins";
  font-weight: 300;
  font-size: 15px;
  text-decoration: underline !important;
}

.pagination .prev:hover,
.pagination .next:hover {
  text-decoration: underline;
}

.pagination .dots {
  cursor: default;
  pointer-events: none;
  padding: 10px;
}

/* Mobile-friendly pagination */
@media (max-width: 768px) {
  .pagination {
    font-size: 16px;
  }

  .pagination a,
  .pagination span {
    padding: 8px 12px;
  }
}

section.audio {
  padding: 4rem 0 6rem;
  position: relative;
}

section.audio .title {
  text-align: center;
  margin: 0 0 3rem;
  position: relative;
}

section.audio::after {
  content: "";
  position: absolute;
  bottom: 4rem;
  background-image: url(../images/escape-cloud.png);
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

section.audio .video {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  overflow: hidden;
  border-radius: 10px;
}

section.blog-banner {
  background-image: url(../images/god-armour-bg.png);
  /*  padding: 120px 0 0;
    height: 826px;*/
  height: 898px;
}

section.god-armour {
  height: 990px;
}

section.god-armour .top-line {
  font-size: 35px;
  font-family: Playfair Display;
  font-weight: 700;
  color: #000;
  text-transform: unset;
  margin: 0;
}

section.god-armour h1 {
  position: relative;
}

section.god-armour h1::after {
  content: "";
  position: absolute;
  background-color: #6a0dad;
  height: 1px;
  width: 174px;
  bottom: -14px;
  left: 0;
  margin: 0 auto;
  right: 0;
}

section.god-armour h1::before {
  content: "";
  position: absolute;
  background-color: #6a0dad;
  height: 1px;
  width: 120px;
  bottom: -24px;
  left: 0;
  margin: 0 auto;
  right: 0;
}

section.god-armourr {
  margin: -21rem 0 0;
  padding-bottom: 6rem;
}

section.god-armourr .additional-content {
  width: 100%;
  margin-top: 1rem;
}

section.god-armourr {
  position: relative;
  z-index: 999;
}

section.god-armourr .mountain-bg::after {
  content: "";
  position: absolute;
  right: 0;
  width: 100%;
  height: 401px;
  background-image: url(../images/armour-mountain-bg.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  top: 20%;
  z-index: -1;
}

section.armour.god-armourr::before {
  content: "";
  position: absolute;
  top: 60%;
  background-image: url(../images/escape-cloud.png);
  width: 100%;
  height: 553px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

section.prophesy {
  background-image: url(../images/prophesy-bg.jpg);
  height: 922px;
}

section.prophesy-text {
  margin: -22rem 0 0;
  z-index: 9;
  position: relative;
  padding: 0 0 6rem;
}

section.prophesy-text p.paragraph {
  padding: 0 20%;
  color: #585755 !important;
}

section.prophesy-text h3 {
  margin: 0 0 2.5rem;
  position: relative;
}

section.prophesy-text h3::after {
  content: "";
  position: absolute;
  width: 76px;
  height: 2px;
  background-color: #6a0dad;
  bottom: -18px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

section.prophesy-text .content h6 {
  font-weight: 600;
  font-size: 17px;
  font-family: "Poppins";
  color: #000;
}

section.find-church {
  background-image: url(../images/find-church-bg.jpg);
  width: 100%;
  height: 629px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}

section.find-church .content p {
  width: 100%;
}

section.find-church .content a {
  display: flex;
  justify-content: center;
  background-color: #6a0dad;
  width: 200px;
  color: #fff !important;
  border-radius: 50px;
  height: 48px;
  align-items: center;
  font-family: "Poppins";
  font-weight: 400;
  transition: all 0.5s;
  border: 2px solid transparent;
}

section.find-church .flex {
  display: flex;
  gap: 0 16px;
  margin: 2rem 0 0;
  align-items: center;
}

section.find-church .flex a:last-child {
  background-color: transparent;
  color: #dc143c !important;
  text-decoration: underline !important;
  width: fit-content;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0 8px;
}

section.find-church .content a:first-child:hover {
  border-color: #6a0dad;
  background-color: transparent;
  color: #6a0dad !important;
}

section.church-footer {
  background-color: #dc143c;
  padding: 10px 0;
}

section.church-footer p {
  margin: 0;
}

section.church-footer .col-md-6 div {
  display: flex;
  align-items: center;
  justify-content: end;
  display: flex;
  align-items: center;
  gap: 0 10px;
}

section.church-footer .row a {
  color: #fff !important;
  font-family: poppins;
  font-size: 15px;
  margin: 0;
  font-weight: 300;
}

section.church-footer p span {
  text-decoration: underline;
}

section.healing-banner {
  background-image: url(../images/healing-bg.jpg);
  width: 100%;
  height: 986px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 10rem 0 0;
}

section.healing-banner h1 {
  font-family: bikni;
  font-size: 70px;
  color: #000;
}

section.healing-content {
  margin: -20rem 0 0;
  position: relative;
}

section.healing-content .colorful-card .inner {
  text-align: center;
  background-color: #f5edf6;
  height: 230px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  gap: 30px 0;
}

section.healing-content .colorful-card .col-md-4:nth-child(1) .inner {
  background-color: #f5edf6;
}

section.healing-content .colorful-card .col-md-4:nth-child(2) .inner {
  background-color: #fbe7eb;
}

section.healing-content .colorful-card .col-md-4:nth-child(3) .inner {
  background-color: #edf8fc;
}

section.healing-content .colorful-card .col-md-4:nth-child(4) .inner {
  background-color: #fffbe5;
}

section.healing-content .colorful-card .col-md-4:nth-child(5) .inner {
  background-color: #edf8fc;
}

section.healing-content .colorful-card .col-md-4:nth-child(6) .inner {
  background-color: #f5edf6;
}

section.healing-content .colorful-card .col-md-4:nth-child(7) .inner {
  background-color: #f5edf6;
}

section.healing-content .colorful-card .col-md-4:nth-child(8) .inner {
  background-color: #f6eded;
}

section.healing-content .colorful-card .col-md-4:nth-child(9) .inner {
  background-color: #e5fff2;
}

section.healing-content .colorful-card .inner h5 {
  font-size: 20px;
  font-family: "Poppins";
  font-weight: 500;
  font-style: italic;
  color: #000;
  line-height: 32px;
  margin: 0;
}

section.healing-content .colorful-card .inner p {
  font-family: "Poppins";
  color: #000 !important;
  font-weight: 600;
  font-size: 14px;
  font-style: italic;
  margin: 0;
}

section.healing-content .colorful-card .inner p span {
  text-decoration: underline;
}

section.healing-content .colorful-card .row {
  gap: 30px 0;
}

section.healing-content .pink-text {
  margin: 3rem 0;
  text-align: center;
}

section.healing-content .pink-text p {
  font-size: 16px;
  width: 100%;
  margin-bottom: 2rem;
  font-style: italic;
  font-weight: 500;
  line-height: 32px;
}

section.healing-content .pink-text span.pink {
  color: #bc406c;
  font-family: "Poppins";
  font-style: italic;
  font-weight: 500;
}

section.healing-content .pink-text span.underline {
  text-decoration: underline;
}

section.healing-content .humble-text h3.sub-heading {
  font-style: italic;
  text-shadow: 0 2px 3px #00000085;
  margin: 0 0 2rem;
}

section.healing-content .humble-text {
  text-align: center;
}

section.healing-content .humble-text p {
  font-size: 16px;
  width: 100%;
  margin-bottom: 2rem;
  font-style: italic;
  font-weight: 500;
  line-height: 32px;
}

section.healing-content .colorful-parts h3 {
  font-style: italic;
}

section.healing-content .colorful-parts .inner {
  text-align: center;
  padding: 46px;
  border-radius: 14px;
}

section.healing-content .colorful-parts .inner p {
  font-size: 16px;
  width: 100%;
  margin-bottom: 2rem;
  font-style: italic;
  font-weight: 500;
  line-height: 32px;
}

section.healing-content .colorful-parts .inner.onee {
  background-color: #f5edf6;
}

section.healing-content .colorful-parts .inner.twoo {
  background-color: #e5fff2;
}

section.healing-content .pink-text p svg {
  color: ff0000;
}

section.healing-content .pink-text a {
  display: inline-flex;
  justify-content: center;
  background-color: #6a0dad;
  width: 200px;
  color: #fff !important;
  border-radius: 50px;
  height: 48px;
  align-items: center;
  font-family: "Poppins";
  font-weight: 400;
  transition: all 0.5s;
  border: 2px solid transparent;
  text-transform: uppercase;
  letter-spacing: 4px;
}

section.healing-content .pink-text a:hover {
  border-color: #6a0dad;
  background-color: transparent;
  color: #6a0dad;
}

section.donations .title {
  text-align: center;
  margin: 0 0 3rem;
}

section.healing-content .colorful-parts h3 {
  font-style: italic;
}

section.healing-content .colorful-parts .inner {
  text-align: center;
  padding: 46px;
  border-radius: 14px;
}

section.healing-content .colorful-parts .inner p {
  font-size: 16px;
  width: 100%;
  margin-bottom: 2rem;
  font-style: italic;
  font-weight: 500;
  line-height: 32px;
}

section.healing-content .colorful-parts .inner.onee {
  background-color: #f5edf6;
}

section.healing-content .colorful-parts .inner.twoo {
  background-color: #e5fff2;
}

section.healing-content .pink-text p svg {
  color: ff0000;
}

section.healing-content .pink-text a {
  display: inline-flex;
  justify-content: center;
  background-color: #6a0dad;
  width: 200px;
  color: #fff !important;
  border-radius: 50px;
  height: 48px;
  align-items: center;
  font-family: "Poppins";
  font-weight: 400;
  transition: all 0.5s;
  border: 2px solid transparent;
  text-transform: uppercase;
  letter-spacing: 4px;
}

section.healing-content .pink-text a:hover {
  border-color: #6a0dad;
  background-color: transparent;
  color: #6a0dad !important;
}

section.donations .bg-image {
  background-image: url(../images/donation-bg.png);
  width: 100%;
  height: 190px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

section.donations .bg-image .row {
  align-items: center;
  height: 100%;
}

section.donations .bg-image img {
  width: 180px;
}

section.donations .bg-image h5 {
  font-family: "Bebas Neue";
  font-size: 32px;
  text-align: left;
  color: #000;
}

section.donations .bg-image h6 {
  text-align: left;
  font-family: "Poppins";
  font-weight: 600;
  color: #dc143c;
}

section.donations .bg-image a {
  display: flex;
  justify-content: center;
  width: 200px;
  background-color: #fff;
  color: #000000 !important;
  border-radius: 50px;
  height: 48px;
  align-items: center;
  font-family: "Poppins";
  font-weight: 600;
  transition: all 0.5s;
  border: 1px solid #2e1a3c;
}

section.donations .bg-image a:hover {
  background-color: #2e1a3c;
  color: #fff !important;
  border-color: #2e1a3c;
}

section.donations {
  padding: 0 0 6rem;
  position: relative;
}

section.donations::after {
  content: "";
  position: absolute;
  bottom: -70%;
  background-image: url(../images/escape-cloud.png);
  width: 100%;
  height: 553px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

section.login {
  padding: 10rem 0 7rem;
  text-align: center;
  position: relative;
}

section.login .inner {
  text-align: center;
  border: 1px solid #ebebeb;
  background-color: #fff;
  box-shadow: rgb(100 100 111 / 12%) 0px 7px 29px 0px;
  border-radius: 15px;
  padding: 0 70px 40px;
  margin: 0 0 1rem;
}

section.login .row {
  justify-content: center;
}

section.login .img {
  margin: -56px 0 26px;
}

section.login .img img {
  transition: all 0.5s;
  width: 110px;
}

section.login .content h3 {
  position: relative;
}

section.login .content h3::after {
  content: "";
  position: absolute;
  left: 0;
  width: 90px;
  height: 2px;
  background-color: #dc143c;
  bottom: -28px;
  right: 0;
  margin: 0 auto;
}

section.login .content p {
  font-family: inter;
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

section.login .content form .flexx {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #cecece;
  overflow: hidden;
  border-radius: 60px;
  padding: 12px 22px;
}

section.login .content form {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 16px 0;
}

section.login .content form .flexx input {
  width: 100%;
  border: unset;
  border-left: 1px solid #cecece;
  margin-left: 12px;
  padding-left: 12px;
  outline: unset;
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

section.login .content form .flexx input::placeholder {
  color: #8d8d8d;
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
}

section.login form button {
  display: flex;
  justify-content: center;
  background-color: #6a0dad;
  width: 100%;
  color: #fff;
  border-radius: 50px;
  height: 48px;
  align-items: center;
  font-family: "Poppins";
  font-weight: 400;
  transition: all 0.5s;
  border: 2px solid transparent;
}

section.login form button:hover {
  border-color: #6a0dad;
  background-color: transparent;
  color: #6a0dad;
}

section.login a.forgot-password {
  font-family: "Inter";
  font-weight: 500;
  display: inline-flex;
  font-size: 14px;
}

.shake {
  animation: shake 0.3s ease;
}

@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(-5px);
  }

  50% {
    transform: translateX(5px);
  }

  75% {
    transform: translateX(-5px);
  }
}

section.login::after {
  content: "";
  position: absolute;
  top: 0;
  background-image: url(../images/escape-cloud.png);
  width: 100%;
  height: 553px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  left: 0;
}

section.login .content form .flexx select {
  border: unset;
  border-left: 1px solid #cecece;
  margin-left: 12px;
  padding-left: 12px;
  outline: unset;
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  color: #8d8d8d;
  width: 100%;
}

section.login .content form .flexx input[type="date"] {
  color: #8d8d8d;
}

section.prayer-request {
  background-image: url(../images/prayer-bg.jpg);
  height: 942px;
}

section.shared-prayer {
  margin: -24rem 0 0;
  z-index: 9;
  position: relative;
  text-align: center;
}

section.shared-prayer .title {
  text-align: center;
}

section.shared-prayer p {
  color: #000 !important;
  margin: 0 0 1rem;
}

section.shared-prayer p.bold {
  font-weight: 600;
  margin: 0;
}

section.eternal-hours .title {
  text-align: center;
}

section.eternal-hours .title h3 {
  font-family: "edward";
  font-size: clamp(24px, 5vw, 64px);
  text-shadow: 0 2px 3px #00000085;
  margin: 0 0 3rem;
}

section.eternal-hours {
  z-index: 9;
  position: relative;
  margin: -10rem 0 0;
  background-image: unset;
  padding-bottom: 7rem;
}

section.getin-touch .flexx:nth-child(4) {
  border-radius: 16px;
  align-items: unset;
  padding-top: 16px;
}

section.getin-touch .flexx:nth-child(4) svg {
  margin: 5px 0 0;
}

section.login .content form .flexx img {
  width: 16px;
}

section.eternal-hours .flexx img {
  width: 16px;
}

section.eternal-hours form button {
  letter-spacing: 4px;
}

.eternal-hours-content h4 {
  font-family: "Playfair Display";
  font-size: 36px;
  color: #000;
  margin: 0 0 2.5rem;
  position: relative;
}

.eternal-hours-content h4::after {
  content: "";
  position: absolute;
  left: 0;
  width: 74px;
  height: 2px;
  background-color: #6a0dad;
  bottom: -20px;
  right: 0;
}

.eternal-hours-content {
  background-color: #f4edf5;
  padding: 36px 60px;
  border-radius: 10px;
  width: 80%;
  margin: 0 auto;
}

.eternal-hours-content ul li {
  font-family: poppins;
  font-weight: 400;
  font-size: 16px;
  color: #000;
}

.eternal-hours-content ul {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}

section.eternal-hours .flexx textarea {
  height: 86px;
}

.eternal-hours-content ul li.active {
  font-weight: 500;
}

section.eternal-hours .row {
  align-items: center;
}

section.eternal-hours::after {
  content: "";
  position: absolute;
  bottom: -27%;
  background-image: url(../images/escape-cloud.png);
  width: 100%;
  height: 553px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  left: 0;
}

.copyright div a {
  color: #000000e0 !important;
}

.footer-links a:hover {
  color: #6a0dad !important;
}

section.chat-room {
  padding: 7rem 0 3rem;
  overflow: hidden;
  position: relative;
}

section.chat-room .chat-platform {
  background-color: #fff;
  border-radius: 14px;
  padding: 0;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

section.chat-room .container-fluid {
  padding: 0 40px;
}

section.chat-room .top {
  text-align: center;
  margin: 0 0 2.2rem;
}

section.chat-room .top h6 {
  color: #31373d;
  font-family: inter;
  font-weight: 600;
  font-size: 16px;
  background-color: #fff;
  display: inline-flex;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin: 0;
  padding: 3px 10px 3px 3px;
  border-radius: 35px;
  align-items: center;
  justify-content: center;
}

section.chat-room::after {
  content: "";
  position: absolute;
  top: -16%;
  background-image: url(../images/escape-cloud.png);
  width: 100%;
  height: 553px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

section.chat-room .top h6 span {
  background-color: 6a0dad;
  color: #fff;
  border-radius: 30px;
  padding: 4px 10px;
  font-weight: 400;
  display: inline-block;
  margin-right: 10px;
}

section.chat-room .top h6 svg {
  margin: 0 8px;
}

.chat-platform {
  display: flex;
}

.chat-platform .left-bar {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid #e5e9f0;
  padding: 16px 8px 20px 10px;
}

.chat-platform .left-bar button {
  border: unset;
  background-color: transparent;
  padding: 0;
  display: grid;
  font-size: 14px;
  color: #7e8faf;
  font-family: "Inter";
  place-items: center;
  gap: 6px 0;
}

.chat-platform .left-bar button img {
  width: 26px;
}

.chatting {
  width: 100%;
}

.chatting-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e5e9f0;
  overflow: hidden;
}

.chatting-top .welcome h5 {
  color: #22224d;
  font-family: "Inter";
  font-weight: 600;
  font-size: 14px;
  margin: 0;
}

.chatting-top .welcome h5 span {
  font-weight: 400;
  color: #7e8faf;
}

.chatting-top .welcome {
  padding: 16px 0 16px 16px;
  width: -webkit-fill-available;
}

.notification ul {
  display: flex;
  align-items: center;
  gap: 0 12px;
  position: relative;
}

.notification {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: end;
  gap: 0 40px;
  padding: 0 30px 0 0;
}

.notification button {
  background-color: transparent;
  padding: 0;
  border: unset;
}

.notification h6 {
  margin: 0;
  color: #6377a1;
  font-weight: 500;
  font-size: 14px;
  font-family: "Inter";
  position: relative;
}

.notification ul li:nth-child(1) img {
  width: 23px;
}

.notification ul li:nth-child(2) img {
  width: 34px;
}

.notification ul::after {
  content: "";
  position: absolute;
  left: -20px;
  height: 60px;
  width: 1px;
  background-color: #e5e9f0;
  top: -10px;
}

.notification h6::after {
  content: "";
  position: absolute;
  left: -13px;
  top: 4px;
  bottom: 0;
  background-color: #00cc69;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.chatting-main {
  padding: 16px 40px 0 24px;
  position: relative;
}

.chatting-inner-title h6 {
  color: #6a0dad;
  font-size: 18px;
  font-family: "Inter";
  font-weight: 600;
  margin: 0 0 4px 0;
}

.chatting-inner-title ul {
  display: flex;
  align-items: center;
  gap: 0;
}

.chatting-inner-title ul li {
  font-weight: 400;
  color: #7e8faf;
  font-family: "Inter";
  font-size: 14px;
}

.chatting-inner-title ul li:first-child {
  border-right: 1px solid #e5e9f0;
  margin: 0 26px 0 0;
  padding: 0 12px 0 0;
}

.chatting-inner-title ul li:last-child {
  position: relative;
}

.chatting-inner-title ul li:last-child::after {
  content: "";
  position: absolute;
  left: -13px;
  top: 0;
  bottom: 0;
  background-color: #00cc69;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin: auto;
}

.chatting-inner-title {
  margin: 0 0 30px;
}

.chatting-inner .flexx {
  display: flex;
  align-items: center;
  gap: 0 10px;
}

.chatting-inner .flexx h6 {
  margin: 0;
  color: #171867;
  font-size: 14px;
  font-family: "Inter";
  font-weight: 600;
}

.chatting-inner .flexx p {
  font-family: "Inter";
  font-size: 14px;
  color: #000 !important;
  font-weight: 500;
}

.chatting-inner .flexx img {
  width: 40px;
}

.chatting-inner .col-md-2 h6 {
  color: #7e8faf;
  font-family: "Inter";
  font-weight: 400;
  font-size: 14px;
  margin: 0;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: self-end;
  gap: 8px 0;
}

.chatting-inner .row {
  margin-bottom: 1.4rem;
  align-items: center;
}

.message-bar {
  display: flex;
  align-items: center;
  background-color: #eeeef8;
  margin: 40px 40px 18px 24px;
  overflow: hidden;
  border-radius: 10px;
  padding: 0 16px 0 6px;
}

.message-bar input {
  width: 100%;
  border: unset;
  background-color: #eeeef8;
  outline: unset;
  padding: 10px 10px;
  color: #000;
  font-family: "Inter";
  font-size: 14px;
  font-weight: 500;
}

.icons {
  display: flex;
  align-items: center;
  gap: 0 8px;
}

.chatting-main::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e5e9f0;
}

input.message-input::placeholder {
  color: #6a6a93;
  font-family: inter;
  font-size: 14px;
  font-weight: 500;
}

.icons svg {
  color: #262770;
}

section.armour.god-armourr .bird {
  position: absolute;
  right: 0;
  top: 14%;
  width: 100px;
}

section.prophesy-text .bird {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100px;
}

section.mountain.about .locket {
  position: absolute;
  right: 0;
  width: 100px;
  height: unset;
  object-fit: unset;
  top: -14%;
}

section.healing-content .bird {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100px;
  top: 4%;
}

section.bloggs .bird {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100px;
  top: 26%;
}

section.spiritual .bird {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100px;
  top: -3%;
}

section.geneisi .bible {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  top: 17%;
}

section.our-goal .bird {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100px;
  top: -6%;
}

.music-detail .flexxxx {
  display: flex;
  justify-content: space-evenly;
}

.owl-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 30px;
}

.owl-nav button {
  width: unset !important;
  cursor: pointer;
}

section.healing-content::after {
  content: "";
  position: absolute;
  top: 20%;
  background-image: url(../images/escape-cloud.png);
  width: 100%;
  height: 553px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

section.healing-content::before {
  content: "";
  position: absolute;
  top: 54%;
  background-image: url(../images/escape-cloud.png);
  width: 100%;
  height: 553px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

section.healing-content .healing-content-bg {
  position: relative;
}

section.healing-content .healing-content-bg-two {
  position: relative;
}

section.healing-content .healing-content-bg-three {
  position: relative;
}

section.healing-content .healing-content-bg::after {
  content: "";
  position: absolute;
  right: 0;
  width: 100%;
  height: 401px;
  background-image: url(../images/armour-mountain-bg.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  top: 11%;
  z-index: -1;
}

section.healing-content .healing-content-bg::before {
  content: "";
  position: absolute;
  right: 0;
  width: 100%;
  height: 401px;
  background-image: url(../images/armour-mountain-bg.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  top: 30%;
  z-index: -1;
}

section.healing-content .healing-content-bg-two::before {
  content: "";
  position: absolute;
  right: 0;
  width: 100%;
  height: 401px;
  background-image: url(../images/armour-mountain-bg.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  top: 48%;
  z-index: -1;
}

section.healing-content .healing-content-bg-two::after {
  content: "";
  position: absolute;
  right: 0;
  width: 100%;
  height: 401px;
  background-image: url(../images/armour-mountain-bg.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  top: 70%;
  z-index: -1;
}

section.healing-content .healing-content-bg-three::after {
  content: "";
  position: absolute;
  right: 0;
  width: 100%;
  height: 401px;
  background-image: url(../images/armour-mountain-bg.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  top: 90%;
  z-index: -1;
}

section.getin-touch .videoo .img span {
  position: absolute;
  background-color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.getin-touch .videoo .img span svg {
  color: red;
  font-size: 28px;
}

.dropdown-here .dropdown-toggle {
  background-color: transparent !important;
  border: unset !important;
  padding: 0 !important;
  font-family: poppins;
  font-size: 14px;
  font-weight: 600;
  color: #000 !important;
}

.dropdown-here ul.dropdown-menu.show {
  background-color: #5b009c;
  min-width: 220px;
}

.dropdown-here ul.dropdown-menu.show li {
  padding: 6px 10px;
}

header ul.navbar-nav li.nav-item.searchh {
  margin-left: auto;
}

header ul.navbar-nav li.nav-item.dropdown {
  margin-left: 0;
}

header ul.navbar-nav li {
  margin-left: auto;
}

header .search-here input {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  border: unset;
  z-index: -1;
  transition: all 0.5s;
  opacity: 0;
  outline: unset;
  background-color: #f2f0efba;
  backdrop-filter: blur(5px);
  font-size: 30px;
  font-family: Playfair Display;
  color: #000 !important;
  font-weight: 600;
  text-shadow: 0 2px 3px #00000085;
}

header .search-here input::placeholder {
  font-size: 30px;
  font-family: Playfair Display;
  color: #000 !important;
  font-weight: 600;
  text-shadow: 0 2px 3px #00000085;
}

header .search-here.active input {
  z-index: 9999;
  opacity: 1;
}

header .search-here.active span {
  z-index: 9999;
  opacity: 1;
}

header .search-here span {
  right: 10px;
  position: absolute;
  top: 10px;
  z-index: -1;
  cursor: pointer;
  background-color: #6a0dad;
  color: #fff;
  font-size: 16px;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 51%;
  opacity: 0;
  transition: all 0.5s;
}

section.influencer {
  background-image: url(../images/influencer-bg.png);
  height: 798px;
  background-position: center;
}

section.influencer h4 {
  color: #fff !important;
}

section.influencer h1 {
  color: #fff !important;
}

section.influencer h1::before,
section.influencer h4::before {
  background-color: #fff !important;
}

section.influencer h1::after,
section.influencer h4::after {
  background-color: #fff !important;
}

.influencer-section-content .row {
  gap: 0 20px;
  justify-content: center;
}

.influencer-section-content .img img {
  width: 100%;
  position: relative;
}

.influencer-section-content .col {
  z-index: 2;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: -4px 4px 4px 0 rgb(0 0 0 / 15%);
  max-width: 193px;
  padding: 0;
  height: 193px;
  cursor: pointer;
  position: relative;
}

.influencer-section-content {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 25px 0;
}

.influencer-section-content .col.margin {
  transform: translateY(-40px);
}

section.influencer-section .title {
  margin: 0 0 7rem;
  text-align: center;
}

section.influencer-section {
  padding: 3rem 0 5rem;
  background-image: radial-gradient(
    circle,
    #ffffff,
    #fefefe,
    #fdfcfd,
    #fcfafb,
    #fcf7f8,
    #fcf7f8,
    #fcf7f8,
    #fcf7f8,
    #fcfafb,
    #fdfcfd,
    #fefefe,
    #ffffff
  );
  /* background: #fffcf9; */
  position: relative;
  z-index: 1;
}

section.influencer-section .title p {
  padding: 0 26%;
}

.influencer-section-content .col:hover::after {
  opacity: 1;
}

.influencer-section-content .col .content {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: translateY(60px);
  transition: all cubic-bezier(0, 0, 0.2, 1) 0.5s;
  opacity: 0;
  z-index: 9;
  padding: 0 20px;
  left: 0;
  gap: 18px 0;
  right: 0;
  width: 100%;
  flex-direction: column;
}

.influencer-section-content .col .content h5 {
  font-size: 18px;
  font-family: "Poppins";
  color: #ffffff !important;
  font-weight: 600;
  margin: 0;
}

.influencer-section-content .col:hover .content {
  transform: unset;
  opacity: 1;
}

.padding footer {
  padding: 5rem 0 0;
}


section.influencer-section img.bird {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100px;
  top: 4%;
}

.influencer-section-content .col::after {
  content: "";
  position: absolute;
  background-color: #6e6d6db3;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  backdrop-filter: blur(2px);
}

section.infuencer-detail .img img {
  width: 100%;
  height: 680px;
  object-position: center;
  object-fit: cover;
}

section.infuencer-detail .container-fluid {
  padding: 0;
  overflow: hidden;
}

section.infuencer-detail .content h1 {
  font-family: Caveat;
  font-size: clamp(30px, 14vw, 160px);
  color: #090909;
  font-weight: lighter;
  margin: 0 0 4rem;
}

section.infuencer-detail .content {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  align-items: start;
  justify-content: center;
  background-color: #6a0dad1a;
  padding: 0 0 0 4rem;
}

section.infuencer-detail .content h3 {
  color: #090909;
  font-family: "Playfair Display";
  font-size: 50px;
  letter-spacing: 2px;
  font-weight: 700;
  margin: 0 0 10px;
}

section.infuencer-detail .content h4 {
  color: #090909;
  font-family: "Playfair Display";
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 8px;
  text-align: center;
  line-height: 44px;
  padding: 0;
  letter-spacing: 2px;
  text-shadow: 0 2px 3px #00000085;
}

section.infuencer-detail .col-md-4,
.col-md-8 {
  padding: 0;
}

section.infuencer-second-detail {
  padding: 3rem 0;
  background-color: #f7f6f2;
}

.influencer-section-content .col .content h6 {
  font-size: 12px;
  font-family: "Poppins";
  color: #ffffff !important;
  font-weight: 400;
  margin: 0;
  line-height: 20px;
  text-transform: uppercase;
}

section.infuencer-detail .content h5 {
  font-size: 14px;
  color: #585858 !important;
  font-weight: 400;
  line-height: 30px;
}

section.infuencer-detail .content h5 span {
  font-weight: 700;
  color: #000;
}

.copyright a {
  color: #000000e0 !important;
  font-family: poppins;
  font-size: 15px;
  margin: 0;
}

section.infuencer-detail .content h5 a {
  color: #000;
  text-decoration: underline !important;
  font-weight: 500;
}

section.infuencer-second-detail .content p a {
  color: #000;
  text-decoration: underline !important;
  font-weight: 500;
}

section.infuencer-second-detail .content p {
  font-size: 14px;
  color: #585858 !important;
  font-weight: 400;
  line-height: 30px;
}

.eternal-hours-content ul li span {
  display: inline-block;
  width: 13%;
}

.music-button.expanded {
    right: 0;
}




/*LOCAL CSS START*/


.focusing-title {
    text-align: center;
    margin: 0 0 4rem;
}

section.focusing img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    transition: all 2.5s;
    object-position: top;
}

section.focusing .row {
    gap: 2rem 0;
}

section.focusing img:hover {
    object-position: bottom;
}

section.focusing {
    padding: 0 0 4rem;
}

section.armour .content p a {
    text-decoration: underline !IMPORTANT;
    width: unset !important;
    display: unset !important;
    background-color: transparent !important;
    margin: 0 !important;
    border-radius: unset !important;
    border: unset !important;
    font-size: 13px;
    color: #585858 !important;
    font-weight: 400;
    line-height: 26px;
}

section.prayer-submission {
    padding: 3rem 0 4rem;
}

.prayer-submission-title {
    text-align: center;
    margin: 0 0 4rem;
}

section.prayer-submission .content h4 {
    font-size: 30px;
    font-family: poppins;
    font-weight: 500;
    text-transform: uppercase;
    margin: 2rem 0;
}

section.prayer-submission .content p a {
    color: #000;
    text-decoration: underline !IMPORTANT;
}

section.gratitude {padding: 3rem 0 4rem;}


section.gratitude .row.five{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

section.gratitude .row.five .col {
    width: 260px;
}

section.gratitude .row.five .col h5 a {
    overflow: auto;
    text-overflow: ellipsis;
    display: block;
    font-size: 16px;
    color: #585858 !important;
    font-weight: 400;
    line-height: 26px;
    display: flex;
    align-items: center;
    gap: 0 8px;
}

section.gratitude .row.five .col h5 {
    font-family: poppins;
    font-size: 20px;
    font-weight: 600;
}

section.gratitude .row.five .col h5 img {
    width: 16px;
}

.gratitude-title {
    text-align: center;
}

section.gratitude .content {
    display: flex;
    flex-direction: column;
    gap: 4rem 0;
}

section.gratitude .carrd {
    height: 160px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

section.gratitude .carrd h6 {
    font-family: poppins;
    font-size: 14px;
}

section.breath img {
    width: 100%;
}

section.breath {
    padding: 5rem 0 5rem;
}

section.breath .row {
    align-items: center;
}

section.breath h4 {
    font-size: 30px;
}

section.breath li {
    font-family: 'Poppins';
    list-style: disc;
    font-weight: 400;
    font-size: 14px;
}

section.breath ul {
    padding: 0 0 0 30px;
    margin: 0 0 1rem 0;
}

section.breath p {line-height: 26px;}

.breath table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    font-family: Arial, sans-serif;
}

.breath table th,
.breath table td {
    border: 1px solid black;
    padding: 8px;
    text-align: center;
}

.breath table th {
    background-color: #f2f2f2;
    font-weight: bold;
}

.breath table td:first-child {
    font-weight: bold;
}

img.widht {
    width: 160px !important;
}
/*LOCAL CSS END*/



main.frontpage {overflow: hidden;}


.front-page-section .content {
    text-align: center;
    height: 100vh;
}

.front-page-section .content .middle-img {
    width: 34%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
    bottom: 0;
    top: 40px;
}

.front-page-section .content .rays-star {
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
    animation: rotateContinue 20s linear infinite;
}

.front-page-header {
    z-index: 9999;
    left: 0;
    right: 0;
    padding: 30px 0 0;
}

.front-page-header .content ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.front-page-header .content ul li a {font-family: "Bebas Neue", sans-serif;color: #000;font-size: 16px;text-transform: uppercase;}

.front-page-header .content ul {
    display: flex;
    gap: 0 30px;
}

.front-page-section .content img.cloud1 {
    left: 0;
    top: 19rem;
    animation: moveLeftRight1 15s ease-in-out infinite;
}

.front-page-section .content img.cloud2 {
    right: 0;
    top: 20rem;
    animation: moveLeftRight2 15s ease-in-out infinite;
    animation-delay: 0.3s;
}

.front-page-section .content img.cloud3 {
    left: 0;
    top: 31rem;
    animation: moveLeftRight3 15s ease-in-out infinite;
     animation-delay: 0.6s;
}

.front-page-section .content img.cloud4 {
    right: 0;
    top: 30rem;
    animation: moveLeftRight4 15s ease-in-out infinite;
    animation-delay: 1s;
} 

.front-page-section {
    background-image: url(../images/front-page-bg.jpg);
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
}


@keyframes rotateContinue {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes moveLeftRight1 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-50px); /* Adjust distance as needed */
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes moveLeftRight2 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(50px); /* Adjust distance as needed */
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes moveLeftRight3 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(50px); /* Adjust distance as needed */
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes moveLeftRight4 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(50px); /* Adjust distance as needed */
  }
  100% {
    transform: translateX(0);
  }
}

.front-page-section .buttons {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    z-index: 9999;
}

.front-page-section .buttons a {
    background-color: #000;
    width: auto;
    padding: 10px 64px;
    transition: all 0.5s;
    font-family: 'Bebas Neue';
    border: 1px solid transparent;
    color: #fff;
    font-size: 24px;
    letter-spacing: 3px;
    display: inline-block;
    margin: 0 0 1.5rem;
}

.front-page-section .buttons p {
    margin: 0;
    font-family: 'Bebas Neue';
    text-transform: uppercase;
    font-size: 17px;
}

.front-page-section .buttons a:hover {
    background-color: #00000075;
    border-color: #fff;
    color: #fff;
    backdrop-filter: blur(4px);
}