 /*-----------------------------------------------------------------------------------

    [Master Stylesheet]

    Project:    Churx
    
    Version:    1.0

-----------------------------------------------------------------------------------

    [Table of contents]
    
        01. header
        02. btn
        03. hero-section
        04. team-members-img
        05. heading
        06. about-text
        07. sermon
        08. countdown
        09. get-a-quote
        10. event
        11. church-event
        12. team
        13. have-center
        14. worship
        15. user-name
        16. ticket-package-head
        17. review-section
        18. blog
        19. heading-flex
        20. accordion
        21. gallery-img
        22. get-in-touch
        23. footer
        24. copyright
        25. tabs
        26. scroll-percentage
        27. hero-section.two
        28. subscribe
        29. section-donate
        30. section-video
        31. marquee
        32. preloader
 

-----------------------------------------------------------------------------------*/


@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body,html {
    font-family: "Philosopher", sans-serif;
    overflow-x: hidden;
}

p { 
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #444;
    margin: 0;
    font-weight: 400; 
}
*{
    margin: 0;
    padding: 0;
}
a,h2,h3,h4,h5,h6{
    color: #000;
    margin: 0;
}
a{
    text-decoration: none;
    cursor: pointer;
}
h1{
  font-size: 80px;
}
h2{
    font-size: 60px;
}
h3{
    font-size: 26px;
}
h4{
    font-size: 24px;
}
h5{
    font-size: 20px;
}
h6{
    font-size: 18px;
}
img {
    max-width: 100%;
}
.gap {
    padding: 120px 0; 
}
.no-top{
    padding-top: 0;
}
.no-bottom{
    padding-bottom: 0;
}
ul{
    padding: 0;
    margin: 0;
}
li{
    display: block;
}
figure {
    overflow: hidden;
    margin: 0;
}
hr {
    margin: 0;
} 
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
} 
/* 01. header */
header {
    position: absolute;
    z-index: 11;
    width: 100%;
    padding-top: 30px;
} 
nav.navbar ul {
    display: flex;
    gap: 50px;
    border: 1px solid #ffffff24;
    padding: 25px 100px;
    border-radius: 50px;
} 
nav.navbar ul li a {
    color: #fff;
    font-family: 'DM Sans';
    text-transform: capitalize;
    font-weight: bold;
} 
nav.navbar ul li a:hover {
    color: #d3ed9a;
}
.bottom-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-bar p {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 15px;
}
.top-bar p span {
    padding: 0px 10px;
}
.top-bar p span {
    padding: 0px 10px;
} 
.header-right .btn {
    margin-left: 24px;
    color: #000;
} 
.header-right > a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'DM Sans';
    font-weight: bold;
} 
.header-right {
    display: flex;
    align-items: center;
} 
.header-right > a i {
    font-size: 24px;
}
/* 02. btn */
.btn {
    background-color: #d3ed9a;
    padding: 16px 50px;
    color: #000;
    font-family: 'DM Sans';
    font-weight: bold;
    border-radius: 50px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
}
.get-a-quote button.btn:hover svg {
    transform: translateX(10px);
}
.btn:hover svg {
    transform: translateX(10px);
} 
/* 03. hero-section */
.hero-section {
    padding-top: 190px;
    background-position: bottom;
    padding-bottom: 30px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
} 
.hero-section:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #1d3131;
    top: 0;
    opacity: .95;
}
.hero-text {
    position: relative;
    z-index: 1;
    padding-top: 30px;
} 
.hero-text h1 span {
    color: #f6c826;
}
.hero-text p {
    padding-top: 14px;
    color: #fff;
    font-size: 24px;
    font-family: 'Philosopher';
    padding-bottom: 40px;
} 
.hero-btn {
    display: flex;
    align-items: center;
    gap: 15px;
} 
ul.btn-music {
    display: flex;
    gap: 6px;
} 
ul.btn-music li a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border-radius: 50%;
    color: #000000;
}
ul.btn-music li a:hover {
    background-color: #facb27;
}
.hero-btn .btn {
    background-color: #facb27;
}
.hero-text h1 {
    color: #fff;
    font-weight: bold;
}
.hero-img {
    position: relative;
    margin-top: 24px;
} 
.hero-img:after {
    content: "";
    position: absolute;
    width: 96%;
    height: 100%;
    border: #D3ED99 6px  solid;
    left: -8px;
    border-radius: 100% 50%;
    top: -22px;
}
.hero-img img {
    border-radius: 100% 50%;
}
.hero-bottom {
    position: relative;
} 
.hero-bottom h3 {
    font-size: 30px;
    color: #fff;
    display: flex;
    align-items: center;
    padding-bottom: 14px;
    gap: 10px;
} 
.hero-bottom p {
    color: #fff;
    width: 93%;
    font-size: 18px;
} 
.hero-bottom {
    display: flex;
    gap: 40px;
    margin-top: -140px;
    width: 93%;
    align-items: center;
}
.hero-one-slider .swiper-button-prev,
.hero-one-slider .swiper-button-next {
    width: 60px;
    height: 60px;
    border: 1px solid #ffffff69;
    border-radius: 50%; 
    font-size: 16px;
    color: #f4f4f4;
} 
.hero-one-slider .swiper-button-prev:hover,
.hero-one-slider .swiper-button-next:hover {
     color: #fff;
     background-color: #d3ed99;
     color: #000000;
     border-color:transparent;
}
.swiper-button {
    position: absolute;
    right: 0%;
    bottom: 3%;
    width: 150px;
    height: 60px;
} 
.swiper-button-prev:after,.swiper-button-next:after {
    display: none;
}
.hero-one-slider .hero-btn,
.hero-one-slider .hero-text p,
.hero-one-slider .hero-text h1 {
     opacity: 0;
     visibility: hidden;
     transition: all .5s ease;
     transform: translateY(-20px); 
} 
.hero-one-slider .swiper-slide-active .hero-text h1 {
    opacity: 1;
    visibility: visible;
    transition-delay: .6s;
    transform: translateY(0)
}
.hero-one-slider .hero-text p { 
     transform: translatex(-20px); 
} 
.hero-one-slider .swiper-slide-active .hero-text p {
    opacity: 1;
    visibility: visible;
    transition-delay: 1.0s;
    transform: translatex(0)
}
.hero-one-slider .hero-btn {
    transform: translatex(20px); 
} 
.hero-one-slider .swiper-slide-active .hero-btn {
    opacity: 1;
    visibility: visible;
    transition-delay: 1.3s;
    transform: translatex(0)
}
.hero-img:after,
.hero-img img {
    opacity: 0;
     visibility: hidden;
     transition: all .5s ease;
     transform: translateY(-20px); 
} 
.hero-img:after {
    transform: translateY(20px);
}
.hero-one-slider .swiper-slide-active .hero-img img {
    opacity: 1;
    visibility: visible;
    transition-delay: 1.3s;
    transform: translatex(0)
}
.hero-one-slider .swiper-slide-active .hero-img:after {
    opacity: 1;
    visibility: visible;
    transition-delay: 1.5s;
    transform: translatey(0)
}
/* 04. team-members-img */
ul.team-members-img {
    display: flex;
    margin-bottom: 13px;
} 
ul.team-members-img li {
    margin-right: -12px;
    width: 60px;
}
ul.team-members-img img {
    border-radius: 50%;
    margin-left: -10px;
    border: 5px solid #384d46;
}
/* 05. heading */
.heading {
    width: 68%;
    margin: auto;
    text-align: center;
    padding-bottom: 40px;
    z-index: 1;
    position: relative;
} 
.heading span {
    font-size: 30px;
    color: #3484b2;
    font-weight: bold;
    padding-top: 4px;
    display: block;
} 
.heading h2 {
    font-weight: bold;
}
/* 06. about-text */
.about-text {
    text-align: center;
} 
.about-section-2 {
    text-align: end;
    margin-top: -50px;
}
.about-section {
    padding-top: 40px;
} 
.about-section-2 img + img,
.about-section img + img {
    margin-top: 100px; 
    animation: right 15s infinite;
} 
.about-section-2 img,
.about-section img { 
    animation: laft 15s infinite;
}
.about-text p {
    font-size: 18px;
    line-height: 32px;
    padding-bottom: 30px;
}
@keyframes laft {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(40px);
    }
    100% {
        transform: translateX(0px);
    }
}
@keyframes right {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(-40px);
    }
    100% {
        transform: translateX(0px);
    }
}
/**/
.heading.two {
    text-align: left;
    margin: 0;
    width: 100%;
}
/* 07. sermon */
.sermon span {
    display: block;
    color: #444;
    padding-top: 20px;
    padding-bottom: 7px;
    position: relative;
    z-index: 111;
} 
.sermon img {
    border-radius: 50%;
    position: relative;
    z-index: 111;
} 
.sermon {
    text-align: center;
    position: relative;
    padding-bottom: 50px;
    margin-top: 13px;
} 
.sermon h3 {
    font-weight: bold;
    width: 65%;
    padding-bottom: 16px;
    line-height: 34px;
    position: relative;
    z-index: 1111;
    margin: auto;
} 
.sermon > a {
    width: 50px;
    height: 50px;
    background-color: #384d46;
    display: inline-flex;
    align-items:  center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    position: relative;
    z-index: 111;
}
.sermon > a:hover {
    background-color: #3484b2; 
}
.sermon h3 a:hover {
    color : #D3ED99; 
}
.sermon:before {
    content: "";
    position: absolute;
    width: 97%;
    height: 100%;
    background-color: #f3f3f3;
    left: 12px;
    border-radius: 100% 55%;
}
.sermon:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: #D3ED99 6px  solid;
    left: 0;
    border-radius: 100% 54%;
    top: -12px;
}  
.sermon ul.btn-music {
    justify-content: center;
    z-index: 11;
    position: relative;
}
ul.btn-music {
    position: relative;
} 
.sermon ul.btn-music li a {background-color: #384d46;color: #fff;} 
.sermon ul.btn-music li a:hover {
    background-color: #D3ED99;
    color: #000;
}
/* 08. countdown */
#countdown {
    margin-bottom: 80px;
}
#countdown ul li {
    text-align: center;
    width: 100px;
    height: 100px;
    padding: 20px; 
    background-color: #ffd40d;
    border-radius: 150px; 
    text-transform: uppercase;
    margin-bottom: 4px;
    background-color: #fff; 
}
#countdown ul {
    display: flex;
    align-items: center;
    justify-content: start;
    text-align: center;
}
#countdown ul li {
    text-align: center;
    color: #fff;
    background-color: #384d46;
    margin-right: 10px;
}
#countdown ul li span {
    display: flex;
    justify-content: center;
    font-size: 40px;
    font-weight: bold;
    line-height: 26px;
    margin-top: 8px;
    padding: 0;
    padding-bottom: 9px;
}
div#countdown h5 {
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
}
.count {
    display: flex;
    gap: 30px;
} 
.count-style h2 {
    font-weight: bold;
} 
.count-style p {
    font-family: 'Philosopher';
    font-size: 18px;
    color: #000;
} 
.count-style {
    border-bottom: 3px solid #444;
    padding-bottom: 7px;
    padding-right: 30px;
}
/* 09. get-a-quote */ 
form#contact-form h3 {
    font-size: 40px;
    font-weight: bold;
    line-height: 46px;
    padding-bottom: 6px;
    text-align: center;
    color: #3484b2;
    font-family: "Philosopher", sans-serif;
}
.get-a-quote h6 {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 30px;
    text-align: center;
    font-family: 'DM Sans';
    font-size: 18px;
    line-height: 30px;
    color: #444;
}
.get-a-quote {
    z-index: 11;
    background-color: white;
    padding: 54px;
    border-radius: 50px;
    position: relative;
    width: 100%;
    margin-left: auto;
    font-family: 'DM Sans';
}
.get-a-quote input[type="text"],.get-a-quote input[type="email"], .get-a-quote input[type="number"] {
    width: 100%;
    height: 60px;
    border: 0;
    outline: 0;
    margin-bottom: 20px;
    color: #444;
    font-size: 16px;
    background-color: #fafafa;
    border: 1px solid #cdcdcd;
    border-radius: 58px;
    padding-left: 34px;
}
.get-a-quote input:focus {
    border-color: var(--bgcolor);
}
.get-a-quote p {
    font-weight: 600;
    padding-bottom: 10px;
    color: #000;
}
.radio-button {
    margin-right: 15px;
    font-size: 16px;
    font-weight: 600;
    align-items: center;
    display: flex;
    margin-bottom: 25px; 
}
.radio-button label {
    padding-left: 10px;
}
.radio-button input{
    width: 22px;
    height: 22px;
    background-color: #ebebeb !important;
    border: 0 !important;
} 
.get-a-quote .btn {
    width: 100%;
    justify-content: space-between;
    background-color: #3484b2;
    color: #fff;
}
.get-a-quote .btn span {
    margin: auto;
} 
.get-a-quote h4 svg {
    width: 20px;
    height: auto;
    margin-right: 4px;
}
.get-a-quote h4 {
    text-align: center;
    font-size: 16px;
    font-family: 'DM Sans';
    padding-top: 30px;
    font-weight: bold;
}
.form-contact {
    position: relative;
}
.get-a-quote h4 a:hover {
    color: #3484b2;
}
.form-contact img {
    position: absolute;
    width: initial;
    min-width: max-content;
    z-index: 0;
    left: -23%;
    top: -5%;
}
.get-a-quote button.btn { 
    justify-content: center; 
}
.get-a-quote button.btn span {
    margin: 0;
}
/* 10. event */
 .event img {
    border-radius: 50%;
} 
.event {
    text-align: center;
    position: relative;
} 
.event i {
    background-color: #facb27;
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: auto;
    margin-top: -90px;
    z-index: 111;
    position: relative;
    border: 14px solid #FFF;
} 
.event i img {
    border-radius: 0;
} 
.event-img:before {
    width: 410px;
    height: 334px;
    content: "";
    border: 5px solid #d3ed9a;
    position: absolute;
    border-radius: 50%;
    left: 0px;
    top: 0px;
    opacity: 0;
}
.event:hover .event-img:before {
    left: -8px;
    opacity: 1;
    top: -14px;
}
.event-img:hover i img {
    transform: rotate3d(1, 1, 2, 360deg);
} 
.event h3 {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 10px;
} 
.event p {
    font-size: 18px;
    width: 90%;
    margin: auto;
}
.event h3 a:hover {
    color: #3484b2;
}
/* 11. church-event */
ul.church-event li {
    display: flex;
    align-items: center;
    gap: 40px;
    background-color: #f5f5f5;
    border-radius: 50px;
    border: 3px solid transparent;
    margin-bottom: 15px;
}
ul.church-event li img {
    border-radius: 50px;
    margin: -5px;
}
ul.church-event li span {
    display: block;
    padding-top: 14px;
    padding-bottom: 14px;
}
ul.church-event li h5 {
    font-size: 18px;
    font-weight: bold;
}
ul.church-event li h6 {
    border: 1px solid #3484b2;
    color: #3484b2;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 20px;
    width: fit-content;
    border-radius: 50px;
} 
ul.church-event li .church-event-text {
    width: 39%;
    border: 0;
} 
ul.church-event li > div {
    width: 27%;
    border-right: 1px solid #b6b6b6;
} 
ul.church-event li .church-event-text .admin {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 16px;
    font-family: 'DM Sans';
    font-weight: bold; 
}
ul.church-event li .admin a {
    color: #444;
}
ul.church-event li .church-event-text h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 34px;
}
ul.church-event li .admin a:hover,
ul.church-event li .church-event-text h3 a:hover {
    color: #3484b2;
}
ul.church-event li:hover {
    border-color: #facb27 ;
    background-color: #fff;
}
ul.church-event li:hover a.arrow {
    background-color: #facb27;
    border-color: #f7c927;
}
a.arrow svg {
    width: 30px;
} 
a.arrow {
    background-color: #f3f3f3;
    width: 100px;
    height: 188px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 55px;
    border: 9px solid #fff;
    margin-right: -15px;
}
/* 12. team */
.team {
    background-color: #fff;
    padding: 30px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 22px;
} 
.team img {
    border-radius: 50px;
} 
.team h4 {
    font-size: 32px;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 5px;
}
.team h4 a:hover {
    color: #3484b2;
} 
.team span {
    color: #3484b2;
    font-weight: bold;
}
.social-media a {
    width: 56px;
    height: 56px;
    background-color: #efefef;
    display: flex;
    border-radius: 32%;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
ul.social-media li {
    margin-bottom: 8px;
} 
.social-media a:hover {
    background-color: #facb27;
    color: #000;
}
/* 13. have-center */
.have-center {
    text-align: center;
    padding-top: 60px;
} 
.have-center h3 {
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 10px;
} 
.have-center h4 {
    font-weight: bold;
    border-bottom: 5px solid #facb27;
    width: max-content;
    margin: auto;
    padding-top: 10px;
} 
.have-center h4 a:hover {
    color: #facb27;
}
/* 14. worship */
.worship {
    width: 60%;
} 
.worship-section {
    padding-bottom: 80px;
}
.worship h2 {
    color: #fff;
    font-weight: bold;
    padding-bottom: 14px;
} 
.worship h5 {
    font-size: 30px;
    color: #fff;
    font-family: 'DM Sans';
    padding-bottom: 50px;
    padding-top: 9px;
} 
.worship h2 span {
    color: #edc125;
}
.wrapper {
    background-color: #1d3131;
    display: flex;
    justify-content: space-between;
    padding: 0 50px;
    align-items: center;
    gap: 40px;
    border-radius: 93px;
    margin-top: 90px;
} 
.wrapper img {
    border-radius: 50%;
    border: 20px solid #1d3131;
    margin-top: -30px;
    margin-bottom: -30px;
} 
.wrapper .audioplayer {
    width: 50%;
}
/* 15. user-name */
.user-name {
    width: 50%;
} 
.user-name h3 {
    font-size: 24px;
    color: #fff;
    padding-bottom: 12px;
} 
.user-name > div {
    display: flex;
    gap: 26px;
    color: #fff;
    font-family: 'DM Sans';
} 
.user-name > div a,.user-name > div h6 {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
} 
.user-name i {
    color: #cdcdcd;
}
/* 16. ticket-package-head */
.ticket-package-head {
    background-color: #f3f3f3;
    padding: 40px;
    border-radius: 40px;
    position: relative;
    text-align: center;
} 
.ticket-package-head img {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #fff;
    border-radius: 50%;
    padding: 10px;
} 
.ticket-package-head img {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #fff;
    border-radius: 50%;
    padding: 10px;
}

.ticket-package-head span {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    padding-bottom: 0;
    display: block;
    text-transform: uppercase;
} 
.ticket-package-head h4 {
    font-size: 80px;
    color: #3484b2;
    font-weight: bold;
} 
.ticket-package-head h4 sub {
    font-size: 40px;
    bottom: 0;
} 
.ticket-package-head p {
    color: #000;
    font-size: 15px;
    font-family: 'Philosopher';
    line-height: 18px;
} 
.ticket-package {
    background-color: #1d3131;
    padding: 15px;
    border-radius: 40px;
    position: relative;
    z-index: 11;
} 
.ticket-package-bottom {
    padding: 30px;
    padding-bottom: 20px;
} 
.ticket-package-bottom p {
    color: #fff;
    padding-bottom: 16px;
}
.ticket-package-bottom li {
    color: #fff;
    padding-bottom: 10px;
    font-family: 'DM Sans';
    display: flex;
    align-items: center;
    gap: 10px;
} 
.ticket-package-bottom ul {
    padding-bottom: 20px;
} 
.ticket-package-bottom li i {
    color: #00be00;
}
.ticket-package-bottom .btn svg {
    fill: #fff;
} 
.ticket-package-bottom .btn {
    width: 100%;
    justify-content: center;
    background-color: transparent;
    border: 3px solid #facb27;
    color: #fff;
}
.ticket-package-bottom .btn:hover svg {
    fill: #000;
}
.ticket-package-bottom .btn:hover {
    background-color: #facb27;
    color: #000;
}
img.triangle-image {
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.section-ticket-package {
    position: relative;
} 
.section-ticket-package img.form-color-img {
    position: absolute;
    top: 14%;
    width: 41%;
    left: 0%;
}
/* 17. review-section */
.review p {
    font-size: 34px;
    font-weight: bold;
    color: #000;
    line-height: 50px;
    font-family: "Philosopher", sans-serif;
    width: 94%;
}
.review-name svg {
    width: 60px;
    height: auto;
}
.review-name {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 40px;
}
.review-name h4 {
    font-size: 24px;
    font-weight: bold;
}
.review-name span {
    font-size: 18px;
}
.review {
    display: flex;
    background-color: #f3f3f3;
    padding: 60px;
    border-radius: 60px;
    padding-bottom: 0px;
    margin-bottom: 120px;
    z-index: 1111;
    position: relative;
} 
.review-img img {
    border-radius: 100% 50%;
    margin-bottom: -120px;
}
.review-img {
    position: relative;
}
.review-img::after {
    content: "";
    position: absolute;
    width: 98%;
    height: 134%;
    border: #D3ED99 6px  solid;
    left: -8px;
    border-radius: 100% 50%;
    top: -22px;
}
.review .review-img {
    width: 70%;
} 
.review > div {
    width: 100%;
}
.review-section {
    position: relative;
} 
.review-section img.review-bg {
    position: absolute;
    right: -10%;
    bottom: 0;
}
/* 18. blog */
.section-blog {
    position: relative;
}
.section-blog:before {
    background-color: #f9f0e0;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .9;
}
.blog-post {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 11;
    gap: 24px;
} 
.blog-post img {
    border-radius: 30px;
} 
.blog-post h3 {
    font-size: 32px;
    font-weight: bold;
    padding-top: 12px;
    padding-bottom: 26px;
}
.blog-post h3 a:hover {
    color: #3484b2;
}
.blog-post > div {
    width: 50%;
}
.blog-post > div h6 {
    border: 1px solid #3484b2;
    color: #3484b2;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 26px;
    width: fit-content;
    border-radius: 50px;
    background-color: #fff;
    line-height: 18px;
}
.blog-author {
    font-family: "DM Sans", sans-serif;
    display: flex;
    gap: 16px;
}
.blog-author a {
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #666;
} 
.blog-author a i {
    color: #000;
}
.blog-post > div h6 i {
    font-size: 16px;
}
/* 19. heading-flex */
.heading-flex {
    display: flex;
    align-items: baseline;
    padding-bottom: 40px;
    justify-content: space-between;
}
.heading-flex .heading.two {
    padding: 0;
    width: 65%;
}
.heading-flex p {
    width: 26%;
    color: #000;
    font-size: 18px;
    text-align: right; 
} 
.heading-flex p span {
    border-bottom: 3px solid #facb27;
    color: #000;
    font-weight: bold;
}  
.heading-flex .swiper-button {
    position: relative;
    bottom: 0;
    display: flex;
    width: 110px;
    justify-content: space-between;
} 
.heading-flex .swiper-button i {
    width: 50px;
    height: 50px;
    background-color: transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #767676;
} 
.heading-flex .swiper-button i:hover {
    background-color: #facb27;
    border-color: transparent;
}
/* 20. accordion-img */
.accordion-img {
    position: relative;
    z-index: 111;
    margin-top: 26px;
}
.accordion-img img {
    border-radius: 100% 50%;
    z-index: 4;
    position: relative;
}
.accordion-img::after {
    content: "";
    position: absolute;
    width: 98%;
    height: 100%;
    border: #D3ED99 6px  solid;
    left: -8px;
    border-radius: 100% 50%;
    top: -22px;
    z-index: 6;
}
.accordion-img img.form-color-img {
    position: absolute;
    left: -117px;
    z-index: 2;
    width: 139%;
    max-width: 139%;
    top: -83px;
} 
.accordion-item.active .heading {
  color: #fff;
}
.accordion-item.active .icon:before {
  background: #bccbb7;
}
.accordion-item.active .icon:after {
  width: 0;
}
.accordion-item.active .icon:before {
    background: #000000;
}
.accordion-item .heading {
    width: 100%;
    display: block;
    text-transform: capitalize;
    text-decoration: none;
    color: #000000;
    font-weight: 700;
    font-size: 22px;
    position: relative;
    transition: 0.3s ease-in-out;
    /* padding: 10px; */
    padding-bottom: 0;
    padding-right: 52px;
} 
.accordion-item .icon {
    display: block;
    position: absolute;
    top: 47%;
    width: 3.0rem;
    height: 3.0rem;
    transform: translateY(-50%);
    right: -1%;
    background-color: #ffffff;
    border-radius: 50%;
 }
.accordion-item .icon:before,
.accordion-item .icon:after {
    content: "";
    width: 15px;
    height: 1px;
    background: #000000;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: 0.3s ease-in-out;
    transform: translate(-50%, -50%);
} 
.accordion-item.active {
    background-color: #1d3131;
}
.accordion-item {
    border-radius: 0px !important;
    margin-bottom: -1px;
}
.accordion-item .icon:after {
  transform: translate(-50%, -50%) rotate(90deg);
  z-index: -1;
}
.accordion-item .content {
  display: none;
}
.title {
    text-align: start;
    padding-right: 0;
}
.content {
    padding-bottom: 0;
}
.accordion-item {
    background-color: #f3f3f3;
    position: relative;
    z-index: 11;
    padding: 23px 30px;
    border-radius: 30px !important;
    margin-bottom: 15px;
    border: 0;
}
.accordion-item:first-of-type {
    border-radius: 0px;
}
.accordion-item.active a.heading {
} 
.accordion-item:not(:first-of-type) {
    border-top: 0;
}
.accordion-item.active:not(:first-of-type), .accordion-item.active {
     border-radius: 20px;
}
a.heading{
    width: 100%;
    margin: 0;
}  
.accordion-item p {
    color: #000;
    padding-top: 12px;
} 
.accordion-item.active .icon {
    background-color: #f5c726;
}

.accordion-item.active p {
    color: #d1d1d1;
}
.accordion {
    width: 100%;
    margin: auto;
    position: relative;
    z-index: 11111;
}  
/* 21. gallery-img */
ul.gallery-img img:hover {
    transform: scale(1.1);
} 
ul.gallery-img li {
    overflow: hidden;
}
ul.gallery-img {
    display: flex;
    margin-bottom: 7px;
    justify-content: space-between;
}
/* 22. get-in-touch */
.get-in-touch {
    position: relative;
    display: flex;
    align-items: self-start;
}
.get-in-touch i {
    background-color: #375252;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    margin-right: 20px;
    border-radius: 0;
}
.get-in-touch span {
    font-weight: bold;
    padding-bottom: 0px;
    display: block;
    font-size: 16px;
    width: 67%;
    color: #ffd133;
} 
.get-in-touch a , .get-in-touch p{
    color: #fff;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    font-family: "Philosopher", sans-serif;
}
.get-in-touch h6{
    font-size: 16px;
}
.get-in-touch h6 a{
    padding-bottom: 4px;
} 
.get-in-touch h6 a:hover,.widget-title li a:hover, .get-in-touch a:hover {
    color: #ffd133;
} 
/* 23. footer */
footer {
    position: relative;
}
.footer-head {
    position: relative;
    z-index: 11;
    text-align: center;
    width: 76%;
    margin: auto;
}  
.get-in-touch i svg {
    height: auto;
    width: auto;
}
footer:before {
    background-color: #1d3131;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .9;
}
.footer-head img {
    margin-bottom: 24px;
}
.footer-head h3 {
    font-size: 35px;
    color: #fff;
    line-height: 52px;
}
.footer-head span {
    color: #ffd133;
    font-size: 30px;
    padding-top: 20px;
    display: block;
    font-weight: bold;
} 
.footer-bottom {
    border-bottom: 1px solid #ffffff3b;
    position: relative;
    border-top: 1px solid #ffffff3b;
    padding: 40px;
    margin-top: 80px;
} 
footer ul.social-media {
    display: flex;
    gap: 10px;
    justify-content: end;
} 
footer ul.social-media li {
    margin: 0;
} 
footer .social-media li a {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
} 
footer .social-media li a:hover {
    border-color: transparent;
}
/* 24. copyright */
.copyright {
    position: relative;
    text-align: center;
    padding-top: 40px;
    color: #fff;
    position: relative;
    padding-bottom: 30px;
} 
.copyright p {
    font-weight: bold;
    color: #fff;
}
.copyright p a {
    border-bottom: 1px solid #ffd133;
    color: #fff;
}
/* 25. tabs */
.nav-pills {
    display: -webkit-inline-box; 
    margin-bottom: 32px;
    width: auto;
} 
.nav-pills .nav-link {
    width: 100px;
    background-color: #fff;
    margin-right: 10px;
    border: transparent 1px solid;
    height: 100px;
    border-radius: 20px !important;
    color: #000;
    background-color: #d3ed9a;
} 
.nav-pills .nav-link.active {
    background-color: #3483b1 !important;
}
.nav-pills .nav-link {
    text-transform: uppercase;
    font-weight: bold;
} 
.nav-pills .nav-link span {
    font-size: 22px;
    display: block;
}
.swiper-pagination {
    position: absolute;
    left: 0 !important;
    width: 110px !important;
    bottom: 60px !important;
}
.swiper-pagination span {
    width: 14px;
    height: 14px;
}
.swiper-pagination  span.swiper-pagination-bullet-active {
    background-color: #facb27;
} 
/* 26. scroll-percentage */
#scroll-percentage {
  position: absolute;
  box-shadow: 0px 0px 20px 0px rgba(184, 184, 184, 0.75);
  height: 60px;
  width: 60px;
  background-color: var(--bgcolor);
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transform: scale(0);
  display: grid;
  place-items: center;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  z-index: 1011;
}
@media (max-width: 1400px) {
  #scroll-percentage {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 992px) {
  #scroll-percentage {
    right: 10px;
  }
}

#scroll-percentage.active {
  bottom: 30px;
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  animation: 500ms ease-in-out 0s normal none 1 running scrollToTop;
  transition: 0.3s;
}
@media (max-width: 1400px) {
  #scroll-percentage.active {
    bottom: 20px;
  }
}

#scroll-percentage-value {
  height: calc(100% - 6px);
  width: calc(100% - 6px);
  background-color: #ffffff;
  color: #000;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 14px;
  font-weight: 600;
}

#scroll-percentage-value i {
  font-size: 20px;
}

@keyframes scrollToTop {
  0% {
    transform: translate3d(0, 80%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
/**/
ul.gallery-img img,.get-in-touch a,ul.btn-music li a,.heading-flex .swiper-button i,
.event i img ,.event-img:before,ul.church-event li a,ul.church-event li,ul.church-event li .admin a,
.event h3 a,.sermon ul.btn-music li a,.hero-one-slider .swiper-button-prev,.hero-one-slider .swiper-button-next,
nav.navbar ul li a,.sermon h3 a,.sermon a,.get-a-quote h4 a,.btn svg,.get-a-quote button.btn svg,.blog-post h3 a,
ul.church-event li .church-event-text h3 a,.team h4 a,.social-media a,.have-center h4 a,.ticket-package-bottom .btn svg {
    transition: .4s all;
}  

/* 27. hero-section.two */
.hero-section.two:before {
    background-color: #000;
    opacity: .5;
    z-index: 1;
}
.hero-section.two {
    padding-bottom: 150px;
    padding-top: 215px;
    background-size: cover;
}
.hero-section.two .hero-text {
    text-align: center;
} 
.hero-section.two .hero-text h1 {
    color: #facb27;
    padding-top: 20px;
} 
.this-sunday span {
    display: block;
    color: #fff;
    font-size: 22px;
    width: 18%;
    margin: auto;
    padding-top: 16px;
    text-transform: uppercase;
}
.hero-section.two .hero-text p {
    font-family: 'DM Sans';
    width: 60%;
    margin: auto;
    line-height: 38px;
}
.hero-btns .btn {
    background-color: #facb27;
}
.hero-btns {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.hero-btns .btn.two {
    background-color: #3484b2;
    color: #fff;
}

.hero-section.subscribe .hero-bottom {
    margin: 0;
    padding-top: 70px;
}
img.zoom-img {
    position: absolute;
    bottom: 0px; 
    animation: 12s in-out-two infinite; 
    max-width: initial;
} 
/* 28. subscribe */
.hero-section.subscribe:before {
    display: none;
}
.hero-section.subscribe .hero-bottom p {
    padding-bottom: 0;
}
.hero-section.subscribe ul.team-members-img img { 
    border: 5px solid #ce2c3f;
}
.subscribe-img img {
    position: absolute;
    right: 1%;
    bottom: -35px;
    animation: 5s in-out infinite;
}
.hero-section {
    overflow: hidden;
}
@keyframes in-out {
    0% {
        transform: scale(1.0);
    }
    50% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1.0);
    }
}
@keyframes in-out-two {
    0% {
        transform: scale(1.0);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1.0);
    }
}
.get-subscribee input {
    width: 100%;
    height: 58px;
    border-radius: 50px;
    border: 0;
    outline: none;
    font-family: 'DM Sans';
    padding-left: 33px;
} 
.get-subscribee {
    position: relative;
} 
.get-subscribee button.btn {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #facb27;
} 
.get-subscribee .radio-button input {
    width: 16px;
    height: 16px;
} 
.get-subscribee .radio-button label {
    color: #d0d0d0;
    font-family: 'DM Sans';
} 
.get-subscribee .radio-button {
    margin-bottom: 0;
    padding-top: 16px;
}
.hero-section.subscribe .hero-text p {
    padding-top: 0px;
    padding-bottom: 50px;
}
.hero-section .hero-text .hero-bottom p {
    padding-bottom: 0;
    font-family: 'DM Sans';
}
/* 29. section-donate */ 
.section-donate {
    padding-top: 240px;
    margin-bottom: 50px;
    background-size:cover ;
    position: relative;
} 
.donate-text h1 {
    color: #fff;
    font-weight: bold;
    font-size: 70px;
} 
.donate-text span {
    color: #fff;
    font-size: 30px;
    width: 55%;
    display: block;
    line-height: 38px;
    padding-top: 19px;
}
.donate-form {
    background-color: #d3ed9a;
    padding: 50px;
    border-radius: 40px;
    margin-bottom: -50px;
} 
form.donate-form .btn {
    background-color: #facb27;
    width: 100%;
    justify-content: center;
    margin-top: 10px;
}
.custom-input {
    position: relative;
    font-family: 'DM Sans';
    margin-top: 16px;
} 
form.donate-form input {
    margin-bottom: 12px;
}
.custom-input span {
    position: absolute;
    width: 56px;
    height: 56px;
    background-color: #384d46;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #fff;
    font-size: 22px;
} 
form.donate-form input {
    font-family: 'DM Sans';
    height: 56px;
    border-radius: 52px;
    padding-left: 33px;
    border: 1px solid #c7c7c7;
} 
.form-check-inline input {
    width: auto;
    height: auto;
    margin: 0;
} 
form.donate-form .custom-input input {
    padding-left: 73px;
    border: 3px solid #384d46;
    width: 70%;
    font-weight: bold;
    color: #666;
} 
.amount-btn {
    background-color: #384d46;
    border: 0;
    padding: 10px 22px;
    border-radius: 52px;
    color: #fff;
    font-family: 'DM Sans';
    font-weight: bold;
} 
.donate-form .form-check-input[type=radio] {
    padding: 0;
    height: 18px;
    width: 18px;
    margin-top: 10px;
} 
.form-check.form-check-inline {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-weight: bold;
    height: 10px;
} 
form.donate-form h5 {
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 10px;
}
.donate-form h2 {
    font-size: 40px;
    font-weight: bold;
}
.donate-form p {
    padding-bottom: 20px;
}
.donate-text {
    padding-bottom: 80px;
}
/* 30. section-video */
.section-video {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.section-video:before {
    background-color: #000;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
}
/* 31. marquee */
.logo-marquee {
  padding: 2.5rem 0;
  position: relative;
}

.logo-marquee--gradient {
  background-image: linear-gradient(90deg, #fff 5%, hsla(200, 9%, 93%, 0) 10%),
    linear-gradient(270deg, #fff 5%, hsla(200, 9%, 93%, 0) 10%);
  top: 2.5rem;
  height: 64px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.marquee-style {
    display: flex;
    overflow: hidden;
    user-select: none;
    position: absolute;
    bottom: -45px;
}
.marquee-text {
  animation: scroll-left 90s linear infinite;
  display: flex;
  flex-shrink: 0;
  width: auto;
}
.marquee-text span {
    font-size: 7vw;
    text-transform: uppercase;
    color: #fff;
    padding-left: 40px;
}
@media (prefers-reduced-motion) {
  .marquee-text {
    animation-play-state: paused;
  }
} 
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
video#heroVideo {
    width: 100%;
} 
/* 32. preloader */
.preloader {
    background-color: #3484b2;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 999999999999999999;
    right: 0;
    bottom: 0;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}
.preloader {
    bottom: 0%;
}
.preloader img {
    animation: loader 6s infinite;
    width: 100px;
}
.page-loaded .preloader {
    bottom: 101%;
} 
@keyframes loader {
    0% {
        transform: rotateY(0deg);
    }
    50% {
        transform: rotateY(360deg);
    }
    100% {
        transform: rotateY(0deg);
    }
}