@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300&display=swap');

:root {
    --white: #fff;
    --mainColor: #1B1B49;
    --btnColor: #1B1AFF;
    --purpleText: #B33CDB;
    --black: #1C1C1C;
    --grey: #AEAEAE;
    --lightGrey: #F1F1F1;
    --greenishText: #426666;
    --bgBlue: #1B1B49;
    --lightGrey: #C9C9C9;
    --normalGrey: #f1f1f1;
    --brown: #722F50;
    --infoGreen: #00B1A3;
    --healingSchInput: #eeeeee;
}

html {
    font-size: 62.5%;
    /* changes a default 16px font size to 10px */
}

* {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

body {
    font-size: 1.4rem;
}

.nav-link {
    font-size: 1.4rem;
    margin-left: 1.6rem;
}

.text-blue{
    color: var(--btnColor);
}
.hero-header {
    font-size: 4.5rem;
    font-weight: 700;
}

.hero-para {
    font-size: 2rem;
    font-weight: lighter;
}

.second-section {
    padding-top: 3rem;
    padding-bottom: 3rem;

}

.btn-text {
    font-size: 1.7rem;
}
.btn-sm-text{
    font-size: 1.4rem; 
}

.second-section h1 {
    font-size: 3.2rem;
    font-weight: 600;

}

.second-section p {
    font-size: 1.8rem;
    font-weight: lighter;
}

.third-section span {
    font-size: 1.8rem;
    font-weight: 500;
}

.third-section h1 {
    font-size: 3.2rem;
    font-weight: 600;
}

.third-section p {
    font-weight: lighter;
    font-size: 1.7rem;
}

.fourth-section span {
    font-size: 1.8rem;
    font-weight: 500;
}

.fourth-section h1 {
    font-size: 3.2rem;
    font-weight: 600;
}

.fourth-section p {
    font-weight: lighter;
    font-size: 1.7rem;
}

.footer .footer-church-text {
    font-size: 1.6rem;
}

.footer .nav-link {
    font-size: 1.6rem;
}

.footer h6 {
    font-size: 1.6rem;
}

.move-div-to-left {
    margin-left: -6rem;
}

.navbar-toggler-icon {
    font-size: 2rem;
}

.messages-section {
    background-image: linear-gradient(45deg,
            #12129e, #2222a59f), url('../img/bg-blue.png');
    padding-top: 120px;
    padding-bottom: 120px;
}

.messages-section h1 {
    color: white;
    font-size: 3.2rem;
    font-weight: 600;
}

.img-message {
    width: 100%;
    max-width: 400px;
    height: 170px;
}

.messages-box {
    border-radius: 15px;
}

.message-details {
    margin-top: 2rem;
    margin-left: 2rem;
    padding: 1rem;
}

.message-link a {

    color: var(--black);
    text-decoration: none;
}

.message-date {

    margin-bottom: 2rem;
}

.word-img {
    width: 90%;
}

.word-of-the-year-section {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.word-of-the-year-section h1 {
    font-size: 3rem;
    font-weight: 600;
}

.word-of-the-year-section p {
    font-weight: lighter;
    font-size: 1.7rem;
}

.bg-patner {
    background-image: url('../img/bg-patner.png');
    color: white;
    padding: 8rem 3rem 8rem 3rem;
    border-radius: 20px;
}

.word-of-the-year-section-2 {
    margin-top: 8rem;
    margin-bottom: 8rem;

}

.word-of-the-year-section-2 .patner-with-God-header {
    font-size: 3.5rem;
    font-weight: 700;
}

.word-of-the-year-section-2 .patner-with-God-text {
    font-size: 2rem;
    font-weight: lighter;
}

.btn-padding {
    padding: 1.2rem 2rem 1.2rem 2rem;
}

.btn-login-padding {
    padding: 1rem 1.5rem 1rem 1.5rem;
}






.ml-auto {
    margin-left: auto;
}

.mr-auto {
    margin-right: auto;
}

.navbar-nav {
    text-transform: uppercase;
    font-weight: 500;
}

.navbar-nav a {
    color: var(--white) !important;
}

.bg-blue {
    background-color: var(--mainColor);
}
.bg-light-blue{
    background-color: var(--btnColor);
}
.blue-border{
    /* border-bottom: 1px solid var(--btnColor); */
}

.mt-6 {
    margin-top: 3.8rem !important;
}

.logo-nav {
    width: 50px;
    margin-left: 60px;
}

.hero-section {
    background-image: url('../img/Rectangle 9.png');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    color: white;
    padding-top: 12rem;
    padding-bottom: 12rem;

}

.btn-blue {
    background-color: var(--btnColor);
    color: white;
}

.btn-blue:hover {
    background-color: var(--btnColor);
    color: white;
}

.btn-purple {
    background-color: var(--purpleText);
    color: white;
}

.btn-purple:hover {
    background-color: var(--purpleText);
    color: white;
}

.hero-para {
    font-size: 20px;
}

.purple-text {
    color: var(--purpleText);
    text-transform: uppercase;
    font-size: 1.2em;
    margin-left: 3px;
}

.salvation-section {
    padding: 10rem 3rem 10rem 3rem;
    background: url('../img/salvation-bg.png');
    color: white
}

.salvation-section h1 {
    font-size: 4.5rem;
    font-weight: 700;
}

.salvation-section h3 {
    font-size: 2rem;
    font-weight: 700;
}

.salvation-section p {
    font-size: 1.7rem;
    font-weight: lighter;
}

.form-control {
    font-size: 2rem;
    background-color: #8080FF;
    border: none;
    color: white;
    border-radius: none;
    height: 59px;

}
.login-input{
    height: 40px;
    background-color: #f9f9f9;
    color: var(--bgBlue);
    border: 1px solid blue;
}
.login-input:focus{
    border: 1px solid blue;
    box-shadow: none;
}
.login-input::placeholder{
    color:var(--bgBlue) !important;
}

.form-control::placeholder {
    color: #fff;
    font-weight: lighter;
}

.salvation-section button {
    font-size: 2rem;
}

.swal2-popup {
    font-size: 1.7rem !important;
}

.about-first-section {
    background-image: url('../img/bg-about.png');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    color: white;
    padding-top: 12rem;
    padding-bottom: 12rem;
}

.about-section-two {
    padding-top: 12rem;
    padding-bottom: 1rem;
}

.about-section-two h1 {
    font-size: 3.6rem;
    font-weight: 700;
}

.about-section-two h2 {
    font-size: 2.6rem;
    font-weight: 700;
}

.about-section-two p {
    margin-bottom: 4rem;
    font-weight: lighter;
    font-size: 1.7rem;
}

.about-section-two ul {
    margin-bottom: 4rem;
    font-weight: lighter;
    font-size: 1.7rem;
}
.about-section-two ul li{
    list-style-type: none;
    margin-bottom: 10px;
}

.papa-about-pic {
    padding: 2rem;
}

.about-third-section {
    padding-top: 1rem;
    padding-bottom: 12rem;
}

.about-third-section h1 {
    font-size: 3.6rem;
    font-weight: 700;
}

.about-third-section p {
    margin-bottom: 4rem;
    font-weight: lighter;
    font-size: 1.7rem;
}

.events-first-section {
    background-image: url('../img/Rectangle 41.png');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    color: white;
    padding-top: 12rem;
    padding-bottom: 12rem;
}

.second-events-section {
    padding-top: 12rem;
    padding-bottom: 12rem;
    background-color: var(--normalGrey);
}

.search {
    background-color: #fff;
    height: 35px;
    color: var(--grey);
    font-size: 1.6rem;
    font-weight: lighter;
}

.search::placeholder {
    color: var(--grey);
    font-size: 1.6rem;
    font-weight: lighter;
}

.second-events-section h1 {
    font-size: 2.7rem;
    font-weight: 700;
}

.second-events-section .btn {
    font-size: 1.5rem;
    font-weight: lighter;
}

.event-box {
    background-color: var(--white);
    border-radius: 27px;
}

.img-box {
  width: 100%;
}

.event-img {
    width: 100%;
    object-fit: contain;

}

.add-button {
    padding-top: 1rem;

}

.content-box {
    display: flex;
    padding: 2rem;

}


.date-box {
    padding: 15px;
}

.event-text-box {
    margin-top: 15px;
}

.event-title {
    font-size: 2rem;
    font-weight: 700;
}

.event-text {
    color: var(--greenishText);
    font-weight: lighter;
    font-size: 1.7rem;
}

.month {
    color: var(--grey);
}

.healing-section-1 {
    background-image: url('../img/healing-sch-new.png');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    color: white;
    padding-top: 12rem;
    padding-bottom: 12rem;
}

.healing-section-2 {
    padding-top: 12rem;
    padding-bottom: 12rem;
}

.healing-section-2 h1 {
    font-size: 3.2rem;
    font-weight: 700;
}

.healing-section-2 p {
    margin-bottom: 4rem;
    font-weight: lighter;
    font-size: 1.7rem;
}

.healing-form {
    background-color: var(--bgBlue);
}

.healing-sch-input {
    background-color: var(--healingSchInput);
    height: 46px;
    color: #000;
}

.healing-sch-input::placeholder {
    font-weight: 600;
    font-size: 1.5rem;
    color: #000;
}

.healing-sch-text {
    background-color: var(--healingSchInput);
    height: 146px;
    color: #000;
}
.healing-sch-text::placeholder{
    color: #000;
    font-weight: 600;
    font-size: 1.5rem;
}

.messages-first-section {
    background-image: url('../img/Rectangle 11.png');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    color: white;
    padding-top: 12rem;
    padding-bottom: 12rem;
}

.section-header {
    font-size: 3.4rem;
    font-weight: 700;
}

.store-first-section {
    background-image: url('../img/Rectangle 2094.png');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    color: white;
    padding-top: 12rem;
    padding-bottom: 12rem;
}

.img-store {
    width: 100%;

}

.store-item-name {
    font-weight: 500;
    font-size: 14px;
}

.giving-first-section {
    background-image: url('../img/Rectangle 10.png');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    color: white;
    padding-top: 12rem;
    padding-bottom: 12rem;
}

.giving-second-section {
    padding-top: 12rem;
    padding-bottom: 5rem;
}

.payment-info {
    border: 10px solid black;
    border-radius: 15px;
    padding: 3rem 2.5rem 3rem 2.5rem;
    text-align: center;
    margin-bottom: 2rem;
    /* t -l -b -r */
}

.payment-heading {
    font-weight: 700;
}
.payment-code{
    color: var(--grey);
}
.payment-text{
    font-size: 1.7rem;  
}
.scan-code{
    border-color: var(--brown);
    color: var(--brown);
}
.enter-pin{
    border-color: var(--btnColor);
    color: var(--btnColor);
}
.confirmation{
    border-color: var(--infoGreen);
    color: var(--infoGreen);
}
.payment-list{
    font-weight: 700;
}
.giving-third-section{
    padding-top: 1rem;
    padding-bottom: 12rem;
}
.hosa-heading{
    font-size: 4rem;
    font-weight: 700;
    color: var(--btnColor);
}
.hosa-text{
    text-align: center;
    font-size: 1.7rem;
    font-weight: lighter;
}
.mb-50{
    margin-bottom: 50px;
}
.messages-link{
    text-decoration: none;
    color: var(--black);
}
.messages-link:hover{
    color: var(--black);
}
.pagination .page-link {
    font-size: 1.7rem;
}
.page-item.active .page-link {
    background-color: var(--bgBlue);
    border-color: var(--bgBlue);
    color: #fff;
}
.donate-input{
    height: 40px;
    background-color: #f9f9f9;
    border: 1px solid var(--btnColor);
    border-radius: 0px;
    color:  var(--btnColor);
}
.donate-input::placeholder{
    color:  var(--btnColor);
}
.pastor-about-image{
    position: relative;
}
.pastor-about-name{
    position: absolute;
    bottom: 50px;
    left: 70px;
}
.message-header{
    text-decoration: underline;
}
.second-image{
    width: 400px;
}


