
/*
Developer:      Muhammad Salam, Awais Goraya
Developer URL:  https://www.linkedin.com/in/salamaslamofficial/
Company:        ICTechnology, Australia
Company URL:    ictechnology.com.au
Descriptipon:   This file contains all styling properties for the User Profile.
*/


.banner-slider .slick-slide {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center top !important;
    position: relative;
    z-index: 2;
}


.slick-slide {
    height: 100vh !important;
}

.banner-slider .slick-slide {
    padding: 100px 0 0px;
    height: 300px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.sliderContainer {
    position: relative;
    height: 100vh;
}

.banner-slider {
    width: 100%;
    position: relative;
}

.progressBarContainer {
    position: absolute;
    bottom: 100px;
    width: 100%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    box-sizing: border-box;
}

.progressBarContainer div {
    display: block;
    width: 315px;
    min-width: 30px;
    max-width: 315px;
    padding: 0;
    cursor: pointer;
    margin-right: 10px;
    color: white;
}

.progressBarContainer div:last-child {
    margin-right: 0;
}

.progressBarContainer div span.progressBar {
    width: 100%;
    height: 3px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.43);
    display: block;
    position: relative;
}

.progressBarContainer div span.progressBar .inProgress {
    background-color: var(--primary-bg);
    width: 0%;
    min-width: 0%;
    max-width: 100%;
    height: 3px;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
}

.progressBarContainer div span.progressBar .progressText {
    position: absolute;
    top: 20px;
    left: 0%;
    transform: translateX(1%);
    color: var(--off-text);
    font-size: 18px;
    line-height: 25.2px;
}

.home-slider-description {
    /* width: 100%; */
    height: 100%;
    /* margin: 0px auto 0px; */
    z-index: 99;
}

.banner-slider .slick-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.slider-maintitle {
    font-size: 18px;
    line-height: 25.2px;
    color: white;
}


.testimonials {
    padding: 80px;
}
.testimonials-inner-box{
    width: 1280px;
    margin: auto;
}
.our-project-slider-title {
    font-size: 62px;
    font-weight: 400;
    line-height: 74.4px;
    color: var(--primary-text); 
}
.slide-section {
    width: 1295px;
    margin: auto;
    overflow-x: hidden;
    padding: 50px 0px 0px 0px;
}
.slide-box {
    display: flex;
}
.h-project-catalog{
    width: 413px;
    min-width: 413px;
    margin-right: 20px;
    position: relative;
    padding:45px;
    height: 520px;
    border-radius: 12px;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    filter: grayscale(100%);
    transition: filter 0.4s ease-in-out;
}
.h-project-catalog:hover{
    filter: grayscale(0%);
}
.prev,
.next {
    margin: 0px 20px;
    background: transparent;
    border: none;
    color: var(--off-text);
    font-size: 30px;
}
.project-slider-see{
    margin-top: 50px;
}
.see-more-btn{
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    border: none;
    color: var(--primary-text);
    background-color: transparent;
    text-decoration: none;
}
.what-we-believe-section{
    width: 1065px;
    margin-bottom: 80px;
}
.home-w-w-b{
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: var(--primary-text);
}
.w-w-b-text{
    font-size: 62px;
    font-weight: 400;
    line-height: 74.4px;
    color: var(--primary-text);
    margin: 30px 0px 60px 0px;
}
.w-w-b-logo{
    width: 21%;
}
.w-w-b-description-box{
    width: 62%;
}
.who-are-we-btn{
    width: 17%;
}
.w-w-b-description{
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}
.lives-section{
    padding: 120px 80px;
    background-color: var(--primary-bg);
}
.lives-number{
    margin: 24px 0px;
}
.live-main-box-1{
    padding-right: 50px;
}
.live-text{
    font-size: 28px;
    font-weight: 400;
    line-height: 33.6px;
    color: var(--off-text);
}
.live-plus{
    padding: 16px 24px;
}
.live-num{
    padding: 16px 24px;
    border-radius: 16px;
    background-color: var(--prominent-dark-bg);
    color: var(--prominent-text);
    font-size: 88px;
    font-weight: 400;
    line-height: 105.6px;
    margin-right:12px;
}
.live-num:last-child{
    margin-right:0px !important;
}
.live{
    font-size: 62px;
    font-weight: 400;
    line-height: 74.4px;
    color: var(--prominent-text);
    padding-left: 146px;
    text-align:end;
}
.live-box{
    width: 48%;
    padding: 34px 85.259px 35.969px 41px;
    border-radius: 12px;
    background-color: var(--prominent-dark-bg);
}
.live-box-title{
    font-size: 88px;
    font-weight: 400;
    line-height: 105.6px;
    color: var(--prominent-text);
}
.live-box-text{
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: var(--off-text);
}
.accordion-button{
    border-bottom: 1px solid var(--primary-text) !important;
    border-radius: 16px 16px 0px 0px !important;
}
.collapsed{
    border-bottom: 0px solid var(--primary-text) !important;
    border-radius: 16px 16px 16px 16px !important;
}
.accordion-button:focus{
    box-shadow: none !important;
}

.donation-impact{
    padding: 56px 0;
    height: 695px;
    background: linear-gradient(to right, var(--off-bg) 74%, var(--prominent-dark-bg) 26%);
    background-size: contain, cover;
    background-repeat: no-repeat;
    background-position: 90% bottom, bottom;
    background-size: auto 695px, 100%;
    margin-top: 80px;
}
.impact-form{
    margin: 40px 0px;
}
.impact-input{
    width: 470px;
    padding: 20px 6px 20px 38px;
    border-radius: 100px;
    border: 1px solid var(--normal-text);
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}
.impact-input::placeholder{
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: var(--light-secondary);
}
.impact-input:focus-visible{
    outline: none !important;
}
.impact-submit{
    position: absolute;
    right: 15px;
    top: 5.8px;
    padding: 17px 30px;
    border-radius: 80px;
    background-color: var(--prominent-bg);
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    color: var(--Primary-Navy);
    border: none;
}
.impact-description{
    width: 480px;
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    color: var(--Text-Secondary);
}
.impact-description a{
    color: var(--primary-text);
}
  
@media only screen and (max-width: 768px) {
    .progressBarContainer div span.progressBar .progressText {
        font-size: 14px;
    }

    .progressBarContainer div {
        width: 150px;
        max-width: 150px;
    }

    .home-slider-description {
        width: 640px;
    }
    .testimonials {
        padding: 40px 20px;
    }
    .testimonials-inner-box {
        width: 730px;
    }
    .slide-section{
        width: 698px;
        margin: 0px;
    }
    .our-project-slider-title{
        font-size: 50px;
    }
    .project-slider-see{
        margin-right: 20px;
    }
    .what-we-believe-section {
        width: 750px;
        margin-bottom: 40px;
    }
    .w-w-b-text {
        font-size: 56px;
        line-height: 63.4px;
    }
    .w-w-b-logo, .w-w-b-description-box, .who-are-we-btn{
        width: 100%;
    }
    .home-who-are-we{
        margin-top: 20px;
    }
    .w-w-b-logo{
        padding-left: 0px;
    }
    .lives-section{
        padding: 80px 40px;
    }
    .live-main-box-1, .live-main-box-2{
        flex: 100%;
    }
    .live-main-box-1{
        padding-bottom: 50px;
    }
    .accordion-body .col-md-4{
        flex: 100%;
        margin-bottom: 20px;
    }
    .accordion-body .col-md-8{
        flex: 100%;
    }
    .donation-impact{
        padding: 56px 0;
        height: 580px;
        background: linear-gradient(to right, var(--off-bg) 64%, var(--prominent-dark-bg) 36%);
        background-size: contain, cover;
        background-repeat: no-repeat;
        background-position: 130% bottom, bottom;
        background-size: auto 500px, 100%;
        margin-top: 80px;
    }
    .impact-img img {
        height: 200px;
    }
    .impact-input {
        width: 320px;
    }
    .impact-submit {
        position: absolute;
        right: 105px;
    }
    .impact-description {
        width: 420px;
    }
    .impact-form{
        margin: 40px 0px 20px 0px;
    }

}
@media only screen and (max-width: 480px) {
    .progressBarContainer div:not(.active) {
        display: none;
    }

    .progressBarContainer div {
        width: 300px;
        max-width: 300px;
    }

    .home-slider-description {
        width: 330px;
    }

    .slider-maintitle {
        font-size: 12px;
        line-height: 14.4px;
    }

    .slider-title {
        font-size: 48px;
        line-height: 57.6px;
    }

    .silder-subtitle {
        font-size: 24px;
        line-height: 33.6px;
    }
    .testimonials-inner-box {
        width: 340px;
    }
    .testimonial-btn button svg{
        width: 25px;
        height: 25px;
    }
    .prev, .next {
        margin: 0px 0px 0px 20px;
    }
    .slide-section {
        width: 340px;
        padding: 24px 0px 0px 0px;
        margin: 0px;
    }
    .h-project-catalog {
        width: 162px;
        padding:15px;
        min-width: 162px;
        margin-right: 12px;
    }
    .our-project-slider-title {
        font-size: 32px;
        font-weight: 500;
        line-height: 38.4px;
    }
    .project-slider-see{
        margin-right: 0px;
        margin-top: 20px;
    }
    .see-more-btn{
        font-size: 14px;
        font-weight: 500;
        line-height: 16.8px;
    }
    .what-we-believe-section {
        width: 100%;
        padding-bottom: 20px;
    }
    .home-w-w-b{
        font-size: 14px;
        font-weight: 500;
        line-height: 16.8px;
    }
    .w-w-b-text{
        font-size: 20px;
        font-weight: 500;
        line-height: 24px;
        margin: 12px 0px 24px 0px;
    }
    .w-w-b-description{
        display: none;
    }
    .what-we-believe-section{
        position: relative;
        padding-top: 70px;
    }
    .w-w-b-logo{
        position: absolute;
        top: 0px;
        padding-left: 0px;
    }
    .home-who-are-we {
        margin-top: 0px;
        justify-content: start !important;
    }
    .lives-section{
        padding: 40px 20px;
    }
    .live-text{
        font-size: 14px;
        font-weight: 400;
        line-height: 16.8px;
    }
    .live-plus svg{
        width: 40px;
        height: 41px;
    }
    .live-num{
        padding: 8px 16px;
        font-size: 48px;
        font-weight: 400;
        line-height: 57.6px;
        margin-right:6px;
    }
    .live-plus{
        padding: 8px 16px;
        padding-left: 0px;
    }
    .lives-number{
        margin: 16px 0px;
    }
    .live{
        font-size: 40px;
        font-weight: 400;
        line-height: 48px;
        padding-left: 80px;
    }
    .live-main-box-1{
        padding-right: 0px;
        padding-bottom: 48px;
    }
    .live-main-box-2{
        padding: 0px !important;
    }
    .live-box-1 .live-box-icon svg{
        width: 55px;
        height: 55px;
    }
    .live-box-2 .live-box-icon svg{
        width: 55px;
        height: 55px;
    }
    .live-box-3 .live-box-icon svg{
        width: 55px;
        height: 55px;
    }
    .live-box-4 .live-box-icon svg{
        width: 55px;
        height: 55px;
    }
    .live-box-title{
        font-size: 40px;
        font-weight: 500;
        line-height: 48px;
    }
    .live-box-text{
        font-size: 12px;
        font-weight: 500;
        line-height: 14.4px;
    }
    .live-box{
        padding: 21px 20px 21px 20.321px;
    }
    .live-box-3{
        padding: 21px 19px 21px 20.321px;
    }
    .live-box-4{
        padding: 21px 17px 21px 20.321px;
    }
    .live-box-icon{
        margin-bottom: 15px;
    }
    .news-accordion-text{
        font-size: 14px;
        font-weight: 400;
        line-height: 16.8px;
    }
    .news-accordion-img{
        width: 100%;
    }
    .marquee-section{
        display: none;
    }
    .donation-impact{
        height: 765px;
        padding: 0px;
        background: linear-gradient(to bottom, var(--off-bg) 74%, var(--prominent-dark-bg) 26%);
        background-size: contain, cover;
        background-repeat: no-repeat;
        background-position: 10% bottom, bottom;
        background-size: auto 430px, 100%;
        margin-top: 20px;
    }
    .impact-img img {
        height: 185.078px;
    }
    .impact-input {
        width: 100%;
    }
    .impact-submit {
        position: absolute;
        right: 5px;
    }
    .impact-description {
        width: 320px;
        font-size: 14px;
        line-height: 16.8px;
    }
    .impact-form{
        margin: 10px 0px 20px 0px;
    }
    .impact-box{
        padding: 0px 10px;
        width: 100%;
    }
}
