*{
    margin: 0;
    padding: 0;
    font-family: 'Poppings', sans-serif;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
}

/*****NAVBAR*****/
header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    padding: 0px 7%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;
}
.logo{
    width: 100px;
}
header .logo{
    font-weight: bolder;
    font-size: 25px;
    color: #333;
}
header .navbar ul{
    list-style: none;
}
header .navbar ul li{
    position: relative;
    float: left;
}
header .navbar ul li a{
    font-size: 25px;
    padding: 20px;
    color: #274060;
    display: block;
    text-decoration: none;
}
header .navbar ul li a:hover{
    background: #274060;
    color: #fff;
}
header .navbar ul li ul{
    position: absolute;
    left: 0;
    width: 200px;
    background: #fff;
    display: none;
}
header .navbar ul li ul li{
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
header .navbar ul li ul li ul{
    left: 200px;
    top: 0;
}
header .navbar ul li:hover > ul{
    display: initial;
}
#menu-bar{
    display: none;
}
header label{
    font-size: 20px;
    color: #333;
    cursor: pointer;
    display: none;
}

/*****HERO*****/
body, html {
    height: 100%;
    background: #fbf5f3;
}
.hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("images/pic-1.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fbf5f3;
  font-size: 32px;
}
.hero-text button{
    font-size: 24px;
}

/*****1-col-large*****/
#1-col-large{
    padding: 80px 0;
    color: #000;
}
.row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    
}
.one-col-large{
    flex-basis: 100%;
}
.sub-title{
    font-size: 48px;
    font-weight: 600;
    color: #274060;
    text-align: center;
    margin: 20px 0;
} 
.one-col-large p{
    font-size: 22px;
    color: #274060;
    text-align: left;
    margin: 20px 30px;
}

/******2-col-txt-img*****/
#2-col-img-txt-2{
    padding: 80px 0;
}
.txt-img-row{
    display: flex;
    flex-wrap: wrap;
    margin: 80px 30px;
    box-shadow: 5px 10px #1b2845;
}
.txt-img-col-1{
    flex-basis: 50%;
}
.txt-img-col-1 img{
    width: 100%;
    height: 100%;
}
.txt-img-col-2-2{
    flex-basis: 50%;
    color: #000;
    background: #4ba3c3;
}
.txt-img-sub-title{
    font-size: 48px;
    font-weight: 600;
    color: #fbf5f3;
    margin: 20 30px;
}
.txt-img-col-2-2 p{
    font-size: 22px;
    color: #fbf5f3;
    margin: 0 15px;
    padding: 50px;
    padding-left: 80px;
}

/*****Full-img-text*****/
.full-img-text {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("images/pic-6.jpg");
    height: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin: 50px 0;
}
.full-text {
    text-align: left;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 22px;
}
.button1 {
    background-color: #fbf5f3; 
    color: black; 
    border: 2px solid #274060;
    width: 120;
    height: 50px;
    border-radius: 15px;
    margin: 20px 0;
    margin-left: 42%;
    cursor: pointer;
}
.button1:hover {
    background-color: #274060;
    color: #fbf5f3;
}

/*****3-col-txt****/
#3-col-txt{
    padding: 80px 0;
    color: #000;
}
.three-row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 80 30px;
    background: #4ba3c3;
    box-shadow: 5px 10px #1b2845;
}
.three-txt-col-1{
    flex-basis: 30%;
    margin: 5 15px;
}
.three-txt-col-2{
    flex-basis: 30%;
    margin: 5 15px;
}
.three-txt-col-3{
    flex-basis: 30%;
    margin: 10 15px;
}
.three-sub-title{
    font-size: 60px;
    font-weight: 600;
    color: #fbf5f3;
    text-align: center;
}
.three-row p{
    font-size: 20px;
    color: #fbf5f3;
    margin: 15 5px;
}
.button2{
    background-color: #fbf5f3; 
    color: black; 
    border: 2px solid #274060;
    width: 120;
    height: 50px;
    border-radius: 15px;
    margin: 20px 0;
    margin-left: 46%;
    cursor: pointer;
}
.button2:hover {
    background-color: #1b2845;
    color: #fbf5f3;
}

/*****2-col-img*****/
#2-col-img{
    padding: 80px 0;
    color: #000;
}
.two-img-row{
    display: flex;
    flex-wrap: wrap;
    margin: 80px 30px;
    box-shadow: 5px 10px #1b2845;
}
.two-img-col-1{
    flex-basis: 50%; /*Width of the column will be 35%*/
}
.two-img-col-1 img{
    width: 100%;
    height: 200px;
}
.two-img-col-2{
    flex-basis: 50%;
}
.two-img-col-2 img{
    width: 100%;
    height: 200px;
}

/*****Call to Action*****/
.call-to-action {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("images/pic-8.jpg");
    height: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: 50px;
}
.cta-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fbf5f3;
    font-size: 32px;
}
.cta-text button {
    background-color: #fbf5f3; 
    color: black; 
    border: 2px solid #274060;
    width: 120;
    height: 50px;
    border-radius: 15px;
    margin: 20px 0;
    cursor: pointer;
}
.cta-text button:hover {
    background-color: #1b2845;
    color: #fbf5f3;
}

/*****Footer*****/
.footer{
    margin-top: 80px;
    width: 100%;
    padding: 100px, 15%;
    background: #274060;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 300px;
}
.footer-logo{
    width: 150px;  
    margin-left: 50px;
}
.footer div{
    text-align: center;
    margin: 0 20px;
}
.footer-col-1{
    flex: 1;
    text-align: left;
}
.footer-col-2{
    flex: 1;
    text-align: center;
}
.footer-col-3{
    flex: 1;
    text-align: right;
}
.footer-col-4{
    flex: 1;
    text-align: right;
}
.footer div h4{
    font-size: 32px;
    font-weight: 600;
    color: #fbf5f3;
    text-align: left;
    margin-left: 15px;
    margin-bottom: 30px;
    letter-spacing: 1px;
}
.footer div h3{
    font-size: 28px;
    font-weight: 600;
    color: #fbf5f3;
    margin-bottom: 30px;
    letter-spacing: 1px;
}
.footer p{
    font-size: 16px;
    text-align: left;
    margin-left: 15px;
}
.footer-col-2 a{
    font-size: 18px;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
}
.footer-col-3 a{
    font-size: 18px;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
}
.social-icons{
    margin-top: 30px;
}
.social-icons i{
    font-size: 18px;
    margin: 5px;
    cursor: pointer;
}

/****ABOUT PAGES TITLE SEC****/
.title-sec-1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../Church/images/title-1.jpg");
    height: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.title-sec-2 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../Church/images/title-2.jpg");
    height: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.title-sec-3 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../Church/images/title-3.jpg");
    height: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.title-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 32px;
}
.one-col-large h2{
    color: #274060;
    font-size: 32px;
    margin: 10 30px;
}

/******2-col-img-txt*****/
#2-col-img-txt{
    padding: 80px 0;
}
.img-txt-row{
    display: flex;
    flex-wrap: wrap;
    margin: 50px 30px;
    box-shadow: 5px 10px #1b2845;
    background: #4ba3c3;
    height: 280px;
}
.img-txt-col-1{
    flex-basis: 25%;
}
.img-txt-col-1 img{
    width: 50%;
    height: 50%;
    border-radius: 50%;
    margin: 20 30px;
}
.img-txt-col-2{
    flex-basis: 75%;
    color: #000;
}
.img-txt-sub-title{
    font-size: 48px;
    font-weight: 600;
    color: #fbf5f3;
    margin: 20 5px;
}
.img-txt-col-2 p{
    font-size: 22px;
    color: #fbf5f3;
    margin: 0 15px;
}

/*****2-col-img-about*****/
#2-col-img{
    padding: 80px 0;
    color: #000;
}
.two-img-row-about{
    display: flex;
    flex-wrap: wrap;
    margin: 80px 30px;
    box-shadow: 5px 10px #1b2845;
}
.two-img-col-1-about{
    flex-basis: 40%; /*Width of the column will be 35%*/
}
.two-img-col-1-about img{
    width: 100%;
    height: 200px;
}
.two-img-col-2-about{
    flex-basis: 60%;
}
.two-img-col-2-about img{
    width: 100%;
    height: 200px;
}

/*****Contact-form*****/
.contact-row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 50px;
    margin-bottom: 80px;
}
.contact-left{
    flex-basis: 35%;
    padding-left: 100px;
}
.contact-right{
    flex-basis: 60%;
}
.contact-left p{
    margin-top: 30px;
    color: #274060;
    font-size: 24px;
}
.contact-left p i{
    color: #274060;
    margin-right: 15px;
    font-size: 25px;
}
.contact-sub-title{
    color: #274060;
    font-size: 50px;
}
.contact-sub-title i{
    color: #274060;
    margin-right: 15px;
    font-size: 51px;
}
.social-icons-contact{
    margin-top: 30px;
}
.social-icons-contact a{
    text-decoration: none;
    font-size: 30px;
    margin-right: 15px;
    color: #274060;
    display: inline-block;
    transition: transform 0.5s;
}
.social-icons-contact a:hover{
    color: #4ba3c3;
    transform: translateY(-5px);
}
.btn.btn2{
    display: inline-block;
    background: #4ba3c3;
}
.content-right form{
    width: 100%;
}
form input, form textarea{
    width: 100%;
    border: 0;
    outline: none;
    background: #262626;
    padding: 15px;
    margin: 15px 0;
    color: #fff;
    font-size: 18px;
    border-radius: 6px;
}
form .btn2{
    background-color: #fbf5f3; 
    color: black; 
    border: 2px solid #274060;
    width: 120;
    height: 50px;
    border-radius: 15px;
    margin: 20px 0;
    margin-left: 42%;
    cursor: pointer;
}
.btn2:hover {
    background-color: #274060;
    color: #fbf5f3;
}



/*****Mobile CSS*****/
.menu-bar .fa-solid{
    display: none;
}
@media only screen and (max-width: 768px){
    .logo {
        width: 60px;
      }
   
    /*****NAV MOBILE *****/
    header{
        padding: 10px;
    }
    header label{
        display: initial;
        font-size: 30px;
        margin-right: 15px;
    }
    header .navbar{
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        border-top: 1px solid rgba(0, 0, 0, .1);
        display: none;
    }
    header .navbar ul li{
        width: 100%;
    }
    header .navbar ul li ul{
        position: relative;
        width: 100%;
    }
    header .navbar ul li ul li{
        background: #eee;
    }
    header .navbar ul li ul li ul{
        width: 100%;
        left: 0;
    }
    #menu-bar:checked ~ .navbar{
        display: initial;
    }

    /*****Hero-mobile*****/
    .hero-text {
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fbf5f3;
        font-size: 28px;
    }
    
    /*****Title-sec MOBILE*****/
    .title-text {
        font-size: 24px;
        margin-top: 40px;
    }
    
    /*****1-col-large Mobile*****/
    .one-col-large{
        flex-basis: 100%;
    }
    .sub-title{
        font-size: 32px;
        font-weight: 600;
        color: #274060;
        text-align: center;
        margin: 20px 0;
    } 
    .one-col-large p{
        font-size: 18px;
        color: #274060;
        text-align: left;
        margin: 20px 30px;
    }

    /******2-col-txt-img Mobile*****/
    .txt-img-col-1{
        flex-basis: 100%;
    }
    .txt-img-col-2-2{
        flex-basis: 100%;
        color: #000;
        background: #4ba3c3;
    }
    .txt-img-sub-title{
        font-size: 32px;
        font-weight: 600;
        color: #fbf5f3;
        margin: 20 30px;
    }
    .txt-img-col-2-2 p{
        font-size: 18px;
        color: #fbf5f3;
        margin: 10 15px;
        padding: 0px;
        padding-left: 0px;
    }

    /*****Full-img-text Mobile*****/
    .full-img-text {
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("images/pic-6.jpg");
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }
    .full-text {
        text-align: left;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        font-size: 18px;
        margin: 0;
    }
    .button1 {
        background-color: #fbf5f3; 
        color: black; 
        border: 2px solid #274060;
        width: 120;
        height: 50px;
        border-radius: 15px;
        margin: 20px 0;
        margin-left: 30;
        cursor: pointer;
    }

    /*****3-col-txt Mobile****/
    .three-row{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 80 30px;
        background: #4ba3c3;
        box-shadow: 5px 10px #1b2845;
    }
    .three-txt-col-1{
        flex-basis: 100%;
        margin: 5 15px;
    }
    .three-txt-col-2{
        flex-basis: 100%;
        margin: 5 15px;
    }
    .three-txt-col-3{
        flex-basis: 100%;
        margin: 10 15px;
    }
    .three-sub-title{
        font-size: 32px;
        font-weight: 600;
        color: #fbf5f3;
        text-align: center;
    }
    .three-row p{
        font-size: 18px;
        color: #fbf5f3;
        margin: 15 5px;
    }
    .button2{
        background-color: #fbf5f3; 
        color: black; 
        border: 2px solid #274060;
        width: 120;
        height: 50px;
        border-radius: 15px;
        margin: 20px 0;
        margin-left: 85%;
        cursor: pointer;
      }

    /*****2-col-img Mobile*****/
    .two-img-col-1{
        flex-basis: 100%; /*Width of the column will be 35%*/
    }
    .two-img-col-1 img{
        width: 100%;
        height: 200px;
    }
    .two-img-col-2{
        flex-basis: 100%;
    }
    .two-img-col-2 img{
        width: 100%;
        height: 200px;
    }

    /*Footer*/
    .footer {
        margin-top: 50px;
        padding: 50px 15px;
        color: #fff;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        min-height: 300px;
    }
    .footer-logo{
        width: 100px;  
        margin-left: 130px;
        margin-bottom: 30px;
    }
    .footer div h4{
        font-size: 28px;
        font-weight: 600;
        color: #fbf5f3;
        text-align: center;
        margin-left: 15px;
        margin-bottom: 30px;
        letter-spacing: 1px;
    }
    .footer h3{
        margin-top: 30px;
    }
    .footer-col-1{
        flex-basis: 100%;
        margin-bottom: 30px;
        text-align: center;
    }
    .footer-col-2{
        flex-basis: 100%;
        margin-bottom: 30px;
        text-align: center;
    }
    .footer-col-3{
        flex-basis: 100%;
        margin-bottom: 30px;
        text-align: center;
    }
    .footer-col-4{
        flex-basis: 100%;
        margin-bottom: 30px;
        text-align: center;
    }
    .footer-col h4 {
        font-weight: 300;
        margin-bottom: 20px;
        letter-spacing: 1px;
    }
    .footer-col h3 {
        font-weight: 300;
        margin-bottom: 20px;
        letter-spacing: 1px;
    }
    .footer-col a {
        display: block;
        text-decoration: none;
        color: #fff;
        margin-bottom: 10px;
    }   
    .social-icons {
        margin-top: 20px;
    }
    .social-icons i {
        font-size: 22px;
        margin: 0 10px;
        cursor: pointer;
    }

    /*****CTA MOBILE****/
    .cta-text {
        font-size: 22px;
    }

    /******2-col-img-txt MOBILE*****/
    .img-txt-row{
        height: auto;
    }
    .img-txt-col-1{
        flex-basis: 100%;
    }
    .img-txt-col-1 img{
        width: 75%;
        height: 75%;
    }
    .img-txt-col-2{
        flex-basis: 100%;
    }
    .img-txt-sub-title{
        font-size: 28px;
        font-weight: 600;
        color: #fbf5f3;
        margin: 20 5px;
    }
    .img-txt-col-2 p{
        font-size: 18px;
        color: #fbf5f3;
        margin: 15 15px;
    }

    /*****2-col-img-about MOBILE*****/
    .two-img-col-1-about{
        flex-basis: 100%;
    }
    .two-img-col-2-about{
        flex-basis: 100%;
    }

    /*****Contact-form MOBILE*****/
    .contact-row{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 50px;
        margin-bottom: 80px;
    }
    .contact-left{
        flex-basis: 100%;
        padding-left: 0px;
    }
    .contact-right{
        flex-basis: 100%;
    }
    .contact-left p{
        font-size: 22px;
    }
    .contact-left p i{
        font-size: 22px;
    }
    .contact-sub-title{
        font-size: 32px;
    }
    .contact-sub-title i{
        font-size: 32px;
    }
    .social-icons-contact a{
        font-size: 30px;
        margin-bottom: 50px;
    }
    form .btn2{
        margin-left: 30%;
    }
}