/* Header : Top */


._header-top{
    color: white;
    background: black;
    display: flex;
    justify-content: center;
}

._header-top-data{
    width: 90%;
    padding: 14px 0px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px 17px;
}

._header-top-data a{
    transition: all 0.4s ease-in-out;
}

._header-top-data a:hover{
    color: #ff6600;
}

._header-top-search{
    overflow: hidden;
    overflow-wrap: break-word;
    text-overflow: clip;
}


/* Headin */


.headin{
    background-image: url(https://swet.besthostingmalawi.com/files/Images/people-smiling-johannesburg.jpg);
    background-position: center;
    background-size: cover;
}

.headin-all{
    color: white;
    background: rgba(0, 0, 0, 0.636);
    display: flex;
    justify-content: center;
}

.headin-contain{
    width: 70%;
    padding: 140px 0px;
    text-align: center;
}


/* Headin : Content */


.headin-content{
    width: auto;
}

.headin-name{
    font-size: 18px;
    letter-spacing: 0.4px;
}

.headin-title{
    font-size: 58px;
    font-weight: 800;
    line-height: 1.3em;
}


/* Headin : Data */


.headin-data{
    display: none;
    flex: 1;
    font-size: 14px;
}


/* UX */


.ux{
    display: flex;
    justify-content: center;
}

.ux-contain{
    width: 85%;
    padding: 160px 0px;
    display: flex;
    gap: 100px;
}


/* UX : Pane */


.ux-pane{
    flex: 1;
}

.ux-headin{
    padding-bottom: 50px;
}

.ux-title{
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.3px;
    line-height: 1.3em;
}

.ux-subtitle{
    padding-top: 14px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 1.6em;
}

.ux-all{
    width: auto;
    display: flex;
    flex-direction: column;
}


/* UX : Boxes */


.ux-box{
    display: flex;
    gap: 30px;
}

.ux-logo{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ux-icon{
    width: 65px;
    height: 65px;
    border-radius: 50px;
    font-size: 24px;
    color: white;
    background: #ff6600;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ux-line{
    flex: 1;
    width: 3px;
    background: black;
}

.ux-content{
    flex: 1;
    padding: 40px 0px;
}

.ux-name{
    font-size: 19px;
    font-weight: 600;
}

.ux-subname{
    font-size: 14px;
    padding: 10px 0px 10px;
}

.ux-data{
    width: auto;
    padding-top: 14px;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.ux-link{
    padding-left: 20px;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.7px;
    color: steelblue;
}


/* UI */


.ui{
    flex: 1;
    box-shadow: 0px 4px 17px gainsboro;
    display: flex;
    justify-content: center;
}

.ui-contain{
    width: 70%;
    padding: 80px 0px;
}


/* UI : Headin */


.ui-headin{
    padding-bottom: 30px;
}

.ui-title{
    font-size: 21px;
    font-weight: 700;
    line-height: 1.3em;
}

.ui-subtitle{
    padding-top: 10px;
    font-size: 14px;
    line-height: 1.6em;
    letter-spacing: 0.4px;
}


/* UI : Pane */


.ui-pane{
    width: auto;
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.ui-boxin{
    display: flex;
    gap: 40px;
}

.box{
    flex: 1;
    padding-bottom: 30px;
}

.box-name{
    padding-bottom: 7px;
    font-size: 14px;
    font-weight: 700;
}

.box-data{
    display: flex;
}

.box-data input{
    flex: 1;
    padding-bottom: 4px;
    border: none;
    border-bottom: 2px solid black;
    background: transparent;
    outline: none;
}

.box-data textarea{
    flex: 1;
    padding-bottom: 4px;
    border: none;
    border-bottom: 2px solid black;
    background: transparent;
    outline: none;
    resize: none;
}

.ui-button{
    text-align: right;
}

.ui-button button{
    width: 140px;
    height: 50px;
    border: none;
    border-radius: 50px;
    font-size: 14px;
    letter-spacing: 1px;
    color: white;
    background: black;
    cursor: pointer;
}


/* Lean */


.lean{
    background: rgb(226, 226, 226);
    display: flex;
    justify-content: center;
}

.lean-contain{
    width: 90%;
    padding: 140px 0px;
}


/* Lean : Headin */


.lean-headin{
    width: auto;
    padding-bottom: 70px;
    display: flex;
    justify-content: center;
}

.lean-all{
    width: 70%;
    text-align: center;
}

.lean-title{
    font-size: 28px;
    font-weight: 700;
}

.lean-subname{
    padding-top: 10px;
    font-size: 14px;
    letter-spacing: 0.4px;
}


/* Lean : Data */


.lean-data{
    display: flex;
    justify-content: center;
}

.lean-content{
    width: 90%;
    height: 70vh;
    display: flex;
}

.lean-content iframe{
    width: 100%;
    height: 100%;
}


/* Mobile Responsive */


/* 1300px */

@media screen and (max-width: 1300px) {

    .ux-contain{
        width: 90%;
        gap: 60px;
    }
    
}

/* 1200px */

@media screen and (max-width: 1200px) {

    .ui-contain{
        width: 80%;
    }

    .ui-boxin{
        flex-direction: column;
        gap: 17px;
    }
    
}

/* 1000px */

@media screen and (max-width: 1000px) {

    .ux-contain{
        flex-direction: column;
    }

    .lean-all{
        width: 90%;
    }

    .lean-content{
        width: 100%;
    }
    
}

/* 800px */

@media screen and (max-width: 800px) {

    .headin-contain{
        width: 90%;
    }
    
}

/* 500px */

@media screen and (max-width: 500px) {

    .headin-title{
        font-size: 48px;
        font-weight: 700;
    }

    .ux-contain{
        padding: 80px 0px;
        gap: 50px;
    }

    .ux-box{
        gap: 20px;
    }

    .ux-icon{
        width: 45px;
        height: 45px;
        font-size: 18px;
    }

    .ux-line{
        width: 3px;
    }

    .ux-link{
        padding-left: 0px;
        letter-spacing: 0.3px;
    }

    .ui-contain{
        padding: 60px 0px;
    }
    
}

/* 340px */

@media screen and (max-width: 340px) {

    .ux-box{
        gap: 10px;
    }

    .ui-contain{
        padding: 40px 0px;
    }
    
}

/*  */

@media screen and (max-width) {
    
}

/*  */

@media screen and (max-width) {
    
}

/*  */

@media screen and (max-width) {
    
}

/*  */

@media screen and (max-width) {
    
}