header::before{
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 30%;
    background: #ff6600;
    z-index: 0;
}

/* Header : Button */


._header-button button{
    background: black;
}


/* Headin */


.headin{
    position: relative;
    display: flex;
    justify-content: center;
    z-index: 1;
}

.headin-contain{
    width: 90%;
    padding: 100px 0px;
    display: flex;
    align-items: center;
    gap: 60px;
}


/* Headin : Content */


.headin-content{
    width: 50%;
}

.headin-names{
    font-size: 18px;
}

.headin-title{
    font-size: 58px;
    font-weight: 700;
    line-height: 1.2em;
}

.headin-title span{
    color: #ff6600;
}

.headin-data{
    padding: 14px 0px 17px;
    font-size: 14px;
}

.headin-button button{
    width: 150px;
    height: 54px;
    border: none;
    border-radius: 54px;
    font-size: 14px;
    letter-spacing: 1px;
    color: white;
    background: black;
    background: #ff6600;
    cursor: pointer;
}

.headin-pane{
    padding-top: 40px;
    display: flex;
    gap: 30px;
}

.headin-box{
    width: auto;
    text-align: center;
}

.headin-box:not(:first-child){
    padding-left: 30px;
    border-left: 2px solid black;
}

.headin-name{
    font-size: 24px;
}

.headin-subname{
    font-size: 14px;
}


/* Headin : Logo */


.headin-logo{
    flex: 1;
    display: flex;
}

.headin-logo img{
    width: 90%;
    object-fit: cover;
}


/* UX */


.ux{
    display: flex;
    justify-content: center;
    background: rgb(252, 227, 210);
    background: rgb(237, 237, 237);
}

.ux-contain{
    width: 85%;
    padding: 130px 0px 140px;
}


/* UX : Headin */


.ux-headin{
    padding-bottom: 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 50px;
}

.ux-pane{
    max-width: 700px;
}

.ux-title{
    font-size: 48px;
    font-weight: 700;
}

.ux-name{
    padding-top: 14px;
    font-size: 14px;
    font-weight: 300;
}

.ux-button button{
    width: 140px;
    height: 48px;
    border-radius: 4px;
    border: none;
    font-size: 14px;
    letter-spacing: 1px;
    color: white;
    background: #ff6600;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    cursor: pointer;
}


/* UX : Content */


.ux-content{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px;
}

.box{
    width: auto;
    padding: 40px;
    border-radius: 0px;
    /* box-shadow: 0px 4px 17px gainsboro; */
    text-align: center;
    color: black;
    background: #333;
    background: white;
}

.box-headin{
    display: flex;
    justify-content: center;
}

.box-logo{
    width: 60px;
    height: 60px;
    border-radius: 60px;
    font-size: 21px;
    color: white;
    background: #ff6600;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-content{
    width: auto;
}

.box-title{
    padding: 13px 0px;
    font-size: 21px;
    font-weight: 600;
}

.box-data{
    font-size: 14px;
}


/* Lean */


.lean{
    position: relative;
    width: auto;
    display: flex;
    justify-content: center;
}

.lean::before{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 35%;
    background: rgb(255, 179, 128);
    background: #ff6600;
    z-index: 0;
}

.lean-contain{
    position: relative;
    width: 90%;
    padding: 100px 0px;
    display: flex;
    align-items: center;
    gap: 60px;
}


/* Lean : Logo */


.lean-logo{
    width: 50%;
    display: flex;
    gap: 20px;
}

.lean-image{
    flex: 1;
    max-height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    overflow: hidden;
}

.lean-image img{
    flex: 1;
    width: 100%;
    object-fit: cover;
}


/* Lean : Content */


.lean-content{
    flex: 1;
}

.lean-name{
    padding-bottom: 10px;
    font-size: 14px;
    color: #ff6600;
}

.lean-title{
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2em;
}

.lean-subname{
    padding: 14px 0px 17px;
    font-size: 14px;
}

.lean-button button{
    width: 120px;
    height: 48px;
    border: none;
    border-radius: 50px;
    font-size: 14px;
    letter-spacing: 1px;
    color: white;
    background: #ff6600;
    cursor: pointer;
}


/* Pane */


.pane-on{
    background-image: url(https://swet.besthostingmalawi.com/files/Images/header-1.jpg);
    background-position: center;
    background-size: cover;
}

.pane{
    color: white;
    background: rgba(17, 17, 17, 0.842);
    display: flex;
    justify-content: center;
}

.pane-contain{
    width: 80%;
    padding: 100px 0px 0px;
}


/* Pane : Headin */


.pane-headin{
    text-align: center;
}

.pane-name{
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.4px;
    color: #ff6600;
}

.pane-title{
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2em;
}

.pane-subname{
    display: flex;
    justify-content: center;
}

.pane-lean{
    width: 70%;
    padding: 11px 0px 40px;
    font-size: 14px;
}


/* Pane : Content */


.pane-content{
    display: flex;
    justify-content: center;
}

.pane-all{
    margin-bottom: -30vh;
    position: relative;
    width: 80%;
    border-radius: 6px;
    display: flex;
}

.pane-all img{
    width: 100%;
    height: 60vh;
    border-radius: 6px;
    object-fit: cover;
}

.pane-data{
    position: absolute;
    inset: 0px;
    border-radius: 6px;
    background: rgba(46, 40, 36, 0.671);
    display: flex;
    justify-content: center;
    align-items: center;
}

.pane-data button{
    width: auto;
    border: none;
    font-size: 100px;
    color: #ff6600;
    background: transparent;
    cursor: pointer;
}


/* Vids */


.vids{
    position: fixed;
    inset: 0px;
    padding: 25px;
    background: rgba(0, 0, 0, 0.8);
    background: rgb(255, 102, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

.vids-contain{
    width: 800px;
}

.vids-close{
    padding-bottom: 20px;
    display: flex;
    justify-content: flex-end;
}

.vids-close button{
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50px;
    font-size: 18px;
    color: black;
    background: whitesmoke;
    cursor: pointer;
}

.vids-data{
    display: flex;
    background: black;
}

.vids-data iframe{
    width: 100%;
    height: 65vh;
    box-shadow: 0px 4px 17px rgba(44, 44, 44, 0.707);
}


/* UI */


.ui{
    display: flex;
    justify-content: center;
}

.ui-contain{
    width: 90%;
    padding: calc(30vh + 140px) 0px 140px;
}


/* UI : Headin */


.ui-headin{
    text-align: center;
}

.ui-title{
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2em;
}

.ui-title span{
    color: #ff6600;
}

.ui-data{
    display: flex;
    justify-content: center;
}

.ui-datas{
    width: 60%;
    padding: 11px 0px;
    font-size: 14px;
}


/* UI : Content */


.ui-content{
    position: relative;
}


/* UI : Buttons */


.ui-btn{
    position: absolute;
    top: 200px;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50px;
    box-shadow: 0px 0px 4px darkgray;
    font-size: 15px;
    color: black;
    background: white;
    cursor: pointer;
}

.ui-btn-left{
    left: -25px;
}

.ui-btn-right{
    right: -25px;
}


/* UI : All */


.ui-all{
    width: auto;
    padding: 60px 0px 70px;
}

.ui-slide{
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% / 3) - (80px / 3));
    gap: 40px;
    overflow: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
}


/* UI : Box */


.ui-box{
    width: auto;
    scroll-snap-align: start;
}

.ui-box-logo{
    display: flex;
}

.ui-box-logo img{
    width: 100%;
    height: 280px;
    border-radius: 6px;
    object-fit: cover;
}

.ui-box-content{
    padding: 20px 0px 0px;
}

.ui-box-name{
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 1px;
    color: gray;
}

.ui-box-title{
    margin: 10px 0px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4em;
    letter-spacing: 0.2px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ui-box-data{
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: none;
}


/* UI : Lean */


.ui-lean{
    padding-top: 40px;
    text-align: center;
}

.ui-lean button{
    width: 200px;
    height: 52px;
    border: none;
    border-radius: 48px;
    font-size: 14px;
    letter-spacing: 1px;
    color: white;
    background: black;
    cursor: pointer;
}


/* Client */


.clie{
    position: relative;
    width: auto;
    min-height: 70vh;
    color: white;
    background: #222;
    display: flex;
    justify-content: center;
}

.clie::before{
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 30%;
    background: #ff6600;
    z-index: 1;
}

.clie-contain{
    position: relative;
    width: 85%;
    padding: 140px 0px;
    display: flex;
    flex-direction: column;
    gap: 50px;
    z-index: 1;
}


/* Client : Content */


.clie-content{
    width: 65%;
}

.clie-title{
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.clie-title span{
    color: #ff6600;
}

.clie-data{
    padding-top: 17px;
    font-size: 15px;
    letter-spacing: 0.2px;
    line-height: 1.6em;
}


/* Client : Pane */


.clie-pane{
    width: 65%;
    display: flex;
    flex-wrap: wrap;
    /* grid-template-columns: repeat(2, minmax(0, 1fr)); */
    gap: 30px;
}

.clie-logo{
    width: auto;
    display: flex;
}

.clie-logo img{
    max-width: 100%;
    max-height: 100px;
}


/* Donate */


.don{
    display: flex;
    background: rgb(252, 227, 210);
    background: rgb(240, 240, 240);
}


/* Donate : Contain */


.don-contain{
    width: 50%;
    display: flex;
    justify-content: flex-end;
}

.don-content{
    width: calc(90% - 70px);
    padding: 130px 70px 130px 0px;
}

.don-name{
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.4px;
    color: #ff6600;
}

.don-title{
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2em;
}

.don-line{
    margin: 24px 0px;
    width: 70%;
    height: 2px;
    border-radius: 2px;
    background: rgb(249, 165, 109);
}

.don-subname{
    padding-bottom: 17px;
}

.don-button button{
    width: 140px;
    height: 48px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: 1px;
    color: white;
    background: #ff6600;
    cursor: pointer;
}


/* Donate : Logo */


.don-logo{
    flex: 1;
    background-image: url(https://swet.besthostingmalawi.com/files/Images/dad-giving-coins-his-daughter.jpg);
    background-position: center;
    background-size: cover;
}


/* Join */


.lian{
    min-height: 80vh;
    color: white;
    background: rgb(255, 179, 128);
    background: #ff6600;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lian-contain{
    width: 85%;
    padding: 100px 0px;
    text-align: center;
}

.lian-title{
    font-size: 64px;
    font-weight: 800;
    line-height: 1.2em;
}

.lian-name{
    display: flex;
    justify-content: center;
}

.lian-subname{
    width: 70%;
    padding: 21px 0px;
    font-size: 17px;
}

.lian-button button{
    width: 180px;
    height: 52px;
    border: none;
    border-radius: 54px;
    font-size: 14px;
    letter-spacing: 1px;
    color: white;
    background: #111;
    cursor: pointer;
}



/* Mobile Responsive */


/* 1400px */

@media screen and (max-width: 1400px) {

    .pane-all{
        width: 90%;
    }
    
}

/* 1200px */

@media screen and (max-width: 1200px) {

    .don-contain{
        width: 60%;
    }

    .lian-subname{
        width: 100%;
    }
    
}

/* 1100px */

@media screen and (max-width: 1100px) {

    header::before{
        width: 20%;
        display: none;
    }

    .headin{
        position: relative;
        color: white;
        background: black;
    }

    .headin::before{
        content: '';
        position: absolute;
        inset: 0px;
        background-image: url(https://swet.besthostingmalawi.com/files/Images/people-smiling-johannesburg.jpg);
        background-position: center;
        background-size: cover;
    }

    .headin::after{
        content: '';
        position: absolute;
        inset: 0px;
        background: rgba(17, 17, 17, 0.842);
    }

    .headin-contain{
        flex-direction: column;
        align-items: flex-start;
    }

    .headin-content{
        position: relative;
        width: 90%;
        z-index: 1;
    }

    .headin-box:not(:first-child){
        border-left: 2px solid white;
    }

    .headin-logo{
        display: none;
    }

    .ux-content{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lean-logo{
        width: 40%;
    }

    .lean-image:first-child{
        display: none;
    }

    .pane-contain{
        width: 90%;
    }

    .pane-lean{
        width: 90%;
    }

    .pane-all{
        width: 100%;
    }

    .ui-contain{
        padding-bottom: 80px;
    }

    .ui-datas{
        width: 100%;
    }

    .ui-all{
        padding: 40px 0px 50px;
    }

    .ui-slide{
        grid-auto-columns: calc((100% / 2) - (40px / 2));
    }

    .clie::before{
        width: 20%;
    }

    .clie-content, .clie-pane{
        width: 80%;
    }
    
}

/* 900px */

@media screen and (max-width: 900px) {

    .headin-title{
        font-size: 48px;
    }

    .ux-title, .lean-title, .pane-title, .ui-title, .clie-title, .don-title{
        font-size: 38px;
    }

    .lian-title{
        font-size: 48px;
        font-weight: 700;
    }
    
}

/*  */

@media screen and (max-width) {
    
}

/* 700px */

@media screen and (max-width: 700px) {

    .lean-contain{
        gap: 40px;
    }

    .don-contain{
        width: 70%;
    }

    .don-content{
        width: calc(90% - 40px);
        padding: 130px 40px 130px 0px;
    }
    
}

/* 600px */

@media screen and (max-width: 600px) {

    .ux-headin{
        flex-direction: column;
        align-items: center;
    }

    .ux-pane{
        text-align: center;
    }

    .ux-button button{
        width: 170px;
        height: 52px;
        border-radius: 52px;
    }

    .ux-content{
        grid-template-columns: auto;
    }

    .lean-contain{
        flex-direction: column;
        align-items: flex-start;
    }

    .lean-logo{
        width: 100%;
    }

    .lean-image{
        max-height: none;
    }

    .lean-image img{
        max-height: 70vh;
        border-radius: 40px 0px 40px 0px;
    }

    .lean-button button{
        background: black;
    }

    .ui-slide{
        grid-auto-columns: 100%;
    }

    .clie::before{
        display: none;
    }

    .clie-contain{
        width: 90%;
    }

    .clie-content{
        width: 100%;
    }

    .don{
        flex-direction: column;
    }

    .don-contain{
        width: 100%;
        justify-content: center;
    }

    .don-content{
        width: 90%;
        padding-right: 0px;
    }

    .don-logo{
        width: 100%;
        min-height: 70vh;
    }
    
}

/* 500px */

@media screen and (max-width: 500px) {

    header::before{
        width: 70px;
    }

    .headin-content{
        width: calc(90%);
    }

    .headin-names{
        font-size: 15px;
    }

    .headin-title{
        padding: 14px 0px;
        font-size: 34px;
        line-height: 1.5em;
    }

    .headin-pane{
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .headin-box:not(:first-child){
        padding-left: 0px;
    }

    .headin-box:nth-child(2){
        padding-left: 30px;
        border-left: 2px solid white;
    }

    .headin-box:last-child{
        border-left: none;
    }

    .ux-title, .lean-title, .pane-title, .ui-title, .clie-title, .don-title{
        font-size: 28px;
    }

    .ui-btn{
        width: 35px;
        height: 35px;
        font-size: 13px;
    }
    
    .ui-btn-left{
        left: -17.5px;
    }
    
    .ui-btn-right{
        right: -17.5px;
    }

    .lian-title{
        font-size: 38px;
        font-weight: 700;
    }
    
}

/* 450px */

@media screen and (max-width: 450px) {
    
}

/* 400px */

@media screen and (max-width: 400px) {

    .clie-contain{
        padding: 80px 0px;
    }

    .headin-title{
        font-size: 30px;
    }
    
}

/*  */

@media screen and (max-width) {
    
}

/*  */

@media screen and (max-width) {
    
}

/*  */

@media screen and (max-width) {
    
}

/*  */

@media screen and (max-width) {
    
}

/*  */

@media screen and (max-width) {
    
}

/*  */

@media screen and (max-width) {
    
}

/*  */

@media screen and (max-width) {
    
}

/*  */

@media screen and (max-width) {
    
}