/*===========================
    1. Common styles
===========================*/

body {
    font-family: "Spartan", sans-serif;
    color: #2E2E2E;
    ;
    background-color: #FFFBEE;
}

* a {
    text-decoration: none;
}

* a:hover {
    color: unset;
}

* ul,
ol {
    text-decoration: none;
    list-style-type: none;
    color: #fff;
    padding: 0;
}

* textarea:focus,
input:focus {
    outline: 1.5px solid #137656;
}

.theme-yellow {
    color: #FFC000;
}

.banner-heading,
.banner-subcontent,
.joinhands-heading,
.joinhands-subcontent {
    color: #ffffff;
}


/*===========================
    1. Banner section
===========================*/

.banner-bg {
    background: url("./images/banner-bg@2x.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    height: 858px;
}

.mobile-banner{
    display: none;
}

.header {
    background: none;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 1;
}

.banner-image {
    max-width: 100%;
    width: 600px;
}

.header-logo {
    width: 250px;
}

.banner-heading {
    font-family: "Spartan", sans-serif;
    font-size: 52px;
    font-weight: 700;
}

.banner-subcontent {
    font-size: 22px;
}

.buttons {
    margin-top: 3rem;
}

.main-button,
.sub-button {
    display: block;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    padding: 0 58px 0 58px;
    text-decoration: none;
    font-size: 17px;
    height: 68px;
    line-height: 67.5px;
    border-radius: 40px;
    background-color: #FFC000;
    color: #2E2E2E;
    cursor: pointer;
    -webkit-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
}

.main-button:hover {
    background-color: #d5a004;
}

.sub-button,
.sub-button:hover {
    background: none;
    border: 1px solid #FFC000;
    color: #FFC000;
}

.sub-button{
    margin-left: 20px;
}

.small-button {
    height: 50px;
    padding: 0 58px 0 58px;
}

.tiny-button {
    padding: 0 40px 0 40px;
}

.white-button {
    background: #ffffff;
    color: #0B6749;
}

.medium-button {
    width: 290px;
}


/*===========================
    2. Loved by kids Section
===========================*/

.section1 {
    margin: 10rem 0;
}

.section-heading {
    color: #2E2E2E;
    font-weight: 600;
    font-size: 34px;
}

.section-subcontent {
    color: #6B6B6B;
    font-weight: 500;
    padding: 1rem 0;
}

.quran-quote {
    font-size: 32px;
    color: #0B6749;
    font-weight: 700;
}

.love-kids-image-mobile{
    display: none;
}


/*===========================
    3.Product features
===========================*/

.feature-heading {
    color: #2E2E2E;
    font-weight: 700;
}

.feature-bg {
    position: absolute;
    z-index: -1;
    height: 640px;
    width: 50vw;
    left: 0;
}

.feature-section {
    margin-top: 2rem;
}

.feature-title {
    font-weight: 600;
    color: #2E2E2E;
}

.section-list {
    display: flex;
    flex-direction: row;
    padding: 1rem 0;
    color: #6B6B6B;
}

.feature-images {
    padding-right: 2rem;
}

.feature-image-mobile{
    display: none;
}


/*===========================
    4.Join hands section
===========================*/

.join-hands {
    background: url("./images/banner-bg@2x.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
}

.family-bg {
    max-width: 100%;
    width: 300px;
}

.join-content-area {
    padding-left: 4rem;
}

.joinhands-heading {
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 1rem;
}

.joinhands-subcontent {
    font-size: 18px;
    font-weight: 400;
}

.family-bg-mobile{
    display: none;
}


/*===========================
    5.Testimonial
===========================*/

.testimonial-area {
    background: url("./images/download-bg@2x.jpg");
    background-position-y: 500px;
    background-repeat: no-repeat;
}

.testimonial-item {
    box-shadow: 0px 20px 16px 0px rgba(255, 168, 0, 0.1);
    padding: 20px;
    margin: 20px;
    text-align: center;
    background: #ffffff;
    margin-bottom: 30px;
}

.testimonial-header {
    font-size: 44px;
    color: #2E2E2E;
    font-weight: 700;
}

.username {
    font-size: 16px;
    font-weight: 700;
}

.place,
.blog-time {
    color: #6B6B6B;
}

.testimonial-item p {
    font-size: 16px;
    line-height: 28px;
    padding-top: 30px;
    padding-bottom: 26px;
}

.testimonial-item img {
    display: inline-block;
}

.slick-arrow {
    position: absolute;
    top: -76px;
    z-index: 99;
    cursor: pointer;
}

.slick-arrow.prev {
    right: 70px;
    width: 100px;
}

.slick-arrow.next {
    right: 0;
    width: 100px;
}

/*===========================
    About
===========================*/

.about-content {
    font-size: 16px;
    margin: 1.5rem 0;
    color: #6B6B6B;
}

.about-mobile-image{
    display: none;
}


/*===========================
    6.Blog 
===========================*/

.news-area {
    position: relative;
    z-index: 11;
}

.news-area .section-title {
    padding-bottom: 22px;
}

.news-area.news-page-area {
    position: relative;
    padding-bottom: 120px;
    z-index: 9;
}

.news-item .news-thumb {
    overflow: hidden;
}

.news-item .news-thumb img {
    width: 100%;
    transition: all 0.3s;
}

.news-item .news-content {
    background: #fff;
    padding: 24px;
    height: 320px;
    box-shadow: 0px 30px 50px 0px rgba(255, 190, 0, 0.1);
}

.news-item .news-content .divider {
    margin: 0 6px;
}

.news-item .news-content a:hover .title {
    color: #fff;
}

.news-item .news-content .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #2E2E2E;
    transition: all 0.3s;
}

.news-item .news-content span {
    font-size: 12px;
    font-weight: 500;
    padding-top: 12px;
    padding-bottom: 12px;
}

.news-item .news-content p {
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
}

.news-item:hover .news-thumb img {
    transform: scale(1.1);
}

.news-btn {
    display: flex;
    justify-content: end;
}

.mobile-blog-button{
    display: none;
}

.blog-summary {
    padding-top: 16px;
}

/*===========================
    8.Download app section
===========================*/

.footer-logo {
    width: 300px;
}

.download-app-area {
    position: absolute;
    top: -260px;
    left: 50%;
    transform: translateX(-50%);
    width: 72%;
    height: 420px;
    background: url("./images/download-bg@2x.jpg");
}

.footer-area {
    background: url("./images/banner-bg@2x.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.app-mockup {
    position: relative;
}

.download-app-case {
    position: absolute;
    right: 0;
    top: -64px;
    width: 500px;
}

.download-app-content {
    padding: 3rem;
}

.download-content {
    margin: 2rem 0;
}


/*===========================
    8.Footer area
===========================*/

.footer-area {
    position: relative;
    margin-top: 12rem;
    padding-top: 206px;
    padding-bottom: 113px;
}

.footer-area .copyright {
    font-size: 12px;
    font-weight: 600;
    color: #259f75;
    text-transform: uppercase;
    padding-top: 35px;
}

.footer-about p {
    color: #fff;
    line-height: 30px;
    padding-right: 80px;
    padding-top: 40px;
    padding-bottom: 18px;
}

.footer-about ul {
    display: flex;
}

.footer-about ul li a {
    height: 48px;
    width: 48px;
    text-align: center;
    line-height: 51px;
    border-radius: 50%;
    background: #00452e;
    color: #1d8360;
    font-size: 20px;
    margin-right: 10px;
    transition: all 0.3s;
}

.footer-about ul li a:hover {
    background: #121212;
    color: #fff;
}

.footer-list .title {
    font-size: 14px;
    font-weight: 700;
    color: #95cebb;
    text-transform: capitalize;
}

.footer-list ul {
    margin-top: 22px;
}

.footer-list ul li a {
    font-weight: 500;
    color: #fff;
    line-height: 40px;
    transition: all 0.3s;
}

.footer-list ul li a:hover {
    color: #fff;
}

.footer-list .input-box {
    margin-top: 30px;
    position: relative;
}

.footer-list .input-box input {
    width: 100%;
    line-height: 60px;
    background: #034f36;
    border-radius: 40px;
    color: #95cebb;
    font-size: 14px;
    font-weight: 500;
    border: 0;
    padding-left: 40px;
}

.footer-list .input-box input::placeholder {
    opacity: 1;
    color: #95cebb;
}

.footer-list .input-box button {
    position: absolute;
    background: none;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
}

.mobile-social-icons{
    display: none;
}

.footer-list.footer-newsleatter {
    margin-left: -30px;
}

.mobile-footer-logo{
    display: none;
}


/*===========================
    Media query starts here
===========================*/


@media (max-width: 520px) {
    
    .mobile-padding {
        padding: 0 1.2rem;
    }

    .banner-heading {
        font-size: 38px;
    }

    .section-heading{
        font-size: 24px;
    }

    .banner-subcontent {
        font-size: 18px;
    }

    .main-button {
        width: 100%;
        height: 62px;
        font-size: 16px;
    }

    .sub-button {
        margin: 20px auto;
    }

    .buttons {
      flex-direction: column;
      margin: 20px 0;
    }

    .mobile-banner {
        display: unset;
        max-width: 100%;
        width: 600px;
        margin-bottom: 2rem;
    }

    .banner-image-desktop, .love-kids-image, .feature-bg, .feature-image, .family-bg-desktop, .about-desktop-image, .download-app-case, .news-btn, .footer-newsleatter, .mobile-footer-about, .footer-about ul {
        display: none;
    }

    .banner-bg {
        height: 1018px;
    }

    .section1 {
        margin: 3rem 0;
    }
    
    .news-area {
        padding: 0;
    }

    .mobile-blog-button{
        display: unset;
    }

    .feature-image-mobile{
        display: unset;
        margin: 2rem 0;
    }

    .section-list {
        flex-direction: column;
    }

    .feature-images {
        margin-bottom: 1rem;
    }

    .joinhands-heading {
        font-size: 32px;
    }

    .join-content-area {
        padding: 2rem;
    }

    .family-bg {
        width: 248px;
    }

    .love-kids-image-mobile{
        display: unset;
        margin-bottom: 2rem;
    }

    .join-hands {
        height: 868px;
    }

    .family-bg-mobile{
        display: unset;
        margin-bottom: 2rem;
    }

    .testimonial-header, .feature-heading {
        font-size: 32px;
    }

    .about-mobile-image{
        display: unset;
    }

    .news-item{
        margin-bottom: 2rem;
    }

    .download-app-area {
        width: 92%;
        top: -160px;
        height: 338px;
    }

    .download-app-content{
        padding: 2rem 1rem;
    }

    .tiny-button {
        padding: 0 24px 0 24px;
    }

    .mobile-footer{
        margin: 1rem 0;
        padding: 0 2rem;
    }

    .copyright-mobile{
      text-align: center;
    }

    .mobile-social-icons{
        display: flex;
        justify-content: center;
        margin-top: 1rem;
    }

    .mobile-social-icons > li:nth-child(2){
        padding: 0 1rem;
    }

    .footer-area {
        padding-bottom: 24px;
    }

}
