/* 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{
    position: relative;
    color: white;
    display: flex;
    justify-content: center;
}

.headin::after{
    content: '';
    position: absolute;
    inset: 0px;
    background-image: url(https://swet.besthostingmalawi.com/files/Images/people-smiling-johannesburg.jpg);
    background-position: center;
    background-size: cover;
    z-index: 0;
}

.headin::before{
    content: '';
    position: absolute;
    inset: 0px;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.headin-contain{
    position: relative;
    width: 90%;
    padding: 130px 0px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 40px;
    z-index: 1;
}

.headin-title{
    font-size: 48px;
    font-weight: 800;
}

.headin-title span{
    color: #ff6600;
}

.headin-name{
    width: 700px;
    padding-top: 15px;
    font-size: 15px;
    letter-spacing: 0.4px;
    line-height: 1.6em;
}

.headin-button button{
    width: 140px;
    height: 48px;
    border: none;
    border-radius: 48px;
    font-size: 14px;
    letter-spacing: 1px;
    color: white;
    background: #ff6600;
    cursor: pointer;
}


/* UX */


.ux{
    display: flex;
    justify-content: center;
}

.ux-contain{
    width: 90%;
    padding: 100px 0px 150px;
}


/* UX : Content */


.ux-content{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 70px 50px;
}


.box{
    width: auto;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.box-content{
    flex: 1;
    background: black;
    background: rgb(110, 61, 28);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}

.box-headin{
    flex: 1;
    padding: 30px 20px;
}

.box-icon{
    font-size: 24px;
    color: white;
}

.box-title{
    padding-top: 15px;
    font-size: 18px;
    font-weight: 500;
    color: white;
}

.box-logo{
    display: flex;
}

.box-logo img{
    width: 100%;
    height: 190px;
    border-radius: 0px 0px 10px 10px;
    object-fit: cover;
}

.ux-name{
    height: 40px;
    padding: 12px 20px;
    font-size: 15px;
}


/* UX : lean */


.ux-lean{
    padding-top: 50px;
    display: flex;
    justify-content: center;
}


.ux-lean button{
    width: 200px;
    height: 54px;
    border: none;
    border-radius: 48px;
    font-size: 14px;
    letter-spacing: 1px;
    color: white;
    background: black;
    cursor: pointer;
}


/* Media Responsive */


/* 1200px */

@media screen and (max-width: 1200px) {

    .ux-content{
        gap: 50px 30px;
    }
    
}

/* 1100px */

@media screen and (max-width: 1100px) {

    .headin-name{
        width: auto;
    }

    .ux-contain{
        padding: 80px 0px;
    }
    
}

/* 1000px */

@media screen and (max-width: 1000px) {

    .ux-contain{
        padding: 65px 0px;
    }
    
}

/* 900px */

@media screen and (max-width: 900px) {

    .ux-contain{
        padding: 50px 0px 120px;
    }

    .ux-content{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    
}

/* 800px */

@media screen and (max-width: 800px) {

    .headin-title{
        font-size: 38px;
    }
    
}

/* 550px */

@media screen and (max-width: 550px) {

    .headin-contain{
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .ux-content{
        grid-template-columns: auto;
        gap: 60px;
    }
    
}

/* 400px */

@media screen and (max-width: 400px) {

    .headin-title{
        line-height: 1.3em;
    }
    
}

/*  */

@media screen and (max-width) {
    
}

/*  */

@media screen and (max-width) {
    
}

/*  */

@media screen and (max-width) {
    
}