@font-face {
    font-family: 'AGP';
    src: url(https://swet.besthostingmalawi.com/files/fonts/web-fonts/adobe-garamond-pro-2-cufonfonts/AGaramondPro-Regular.otf);
}

*{
    margin: 0px;
    padding: 0px;
}

a{
    text-decoration: none;
    color: unset;
}

body{
    font-family: "Poppins", sans-serif;
}


/* Header */


header{
    position: relative;
    width: auto;
    background: white;
}


/* Header */


._header{
    position: relative;
    display: flex;
    justify-content: center;
    z-index: 4;
}

._header-contain{
    width: 90%;
    display: flex;
    gap: 40px;
}


/* Title */


._title{
    padding: 0px;
    border-radius: 0px 0px 3px 3px;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

._title img{
    height: 50px;
}


/* Header : Content */


._header-content{
    flex: 1;
    padding: 14px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/* Header : Menu */


nav{
    display: flex;
    align-items: center;
    gap: 20px;
}

._option{
    position: relative;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: 0.4s all ease-in-out;
}

._option:hover{
    color: #ff6600;
}

._selected{
    color: #ff6600;
}

._selected i{
    color: black;
}


/* Drop */


._drop{
    position: absolute;
    top: 30px;
    left: -40px;
    width: 240px;
    padding: 40px 35px;
    box-shadow: 0px 7px 28px rgba(59, 59, 59, 0.611);
    color: black;
    background: white;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

._option:hover ._drop{
    opacity: 1;
    visibility: visible;
}

._drop-content{
    display: flex;
    flex-direction: column;
    gap: 17px;
}

._drop-data{
    flex: 1;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    transition: all 0.4s ease-in-out;
}

._drop-data:hover{
    color: #ff6600;
}


/* Header : Button */


._header-button button{
    width: 140px;
    height: 48px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: 1px;
    color: white;
    background: #ff6600;
    cursor: pointer;
}


/* Header : Mobile */


._header-mobile{
    display: none;
}

._header-mobile button{
    width: auto;
    padding: 3px;
    border: none;
    font-size: 24px;
    color: white;
    color: black;
    background: transparent;
    cursor: pointer;
}


/* Mobile : Menu */


._mobile-blur{
    position: fixed;
    inset: 0px;
    background: rgba(17, 17, 17, 0.407);
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}


._mobile{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 400px;
    background: white;
    display: flex;
    justify-content: center;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    transform: translateX(-40%);
}


._mobile-contain{
    width: 85%;
    padding: 40px 0px;
    display: flex;
    flex-direction: column;
}


/* Mobile : All */


._mobile-all{
    flex: 1;
}

/* Mobile : headin */


._mobile-headin{
    width: auto;
    padding-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

._mobile-title img{
    height: 45px;
}

._mobile-close button{
    width: 50px;
    height: 50px;
    border: 3px solid black;
    border-radius: 50px;
    font-size: 21px;
    color: white;
    color: black;
    background: transparent;
    cursor: pointer;
}


/* Mobile : Content */


._mobile-content{
    padding: 40px 0px;
    border-top: 3px solid black;
    display: flex;
    flex-direction: column;
    gap: 17px;
}

._mobile-option{
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.4px;
}


/* Mobile : Button */


._mobile-button{
    text-align: center;
}

._mobile-button button{
    width: 150px;
    height: 48px;
    border: none;
    border-radius: 48px;
    font-size: 14px;
    letter-spacing: 1px;
    color: white;
    background: #ff6600;
    cursor: pointer;
}


/* Footer */


footer{
    color: white;
    background: #252323;
    background: #111;
    display: flex;
    justify-content: center;
}

._footer{
    width: 90%;
    padding: 140px 0px 20px;
}


/* Footer : Contain */


._footer-contain{
    padding-bottom: 40px;
    display: flex;
    gap: 40px;
}


/* Footer : Box */


._footer-box{
    width: 30%;
}

._footer-box:nth-child(2){
    width: 150px;
}

._footer-box:last-child{
    width: 20%;
}

._footer-logo{
    padding-bottom: 20px;
}

._footer-logo img{
    height: 90px;
}

._footer-data{
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 1.6em;
    color: gainsboro;
}

._footer-title{
    padding-bottom: 20px;
    font-size: 21px;
    font-weight: 700;
}

._footer-menu{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

._footer-option{
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: rgb(233, 233, 233);
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}

._footer-option:hover{
    color: #ff6600;
}

._footer-name{
    padding-bottom: 14px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 1.6em;
    color: gainsboro;
}

._footer-button button{
    width: 140px;
    height: 52px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: 1px;
    color: white;
    background: #ff6600;
    cursor: pointer;
}

._footer-icons{
    display: flex;
    align-items: center;
    gap: 14px;
}

._footer-icon{
    font-size: 21px;
}


/* Footer : Subscribe */


._footer-sub{
    width: auto;
    padding: 40px 0px 80px;
    text-align: center;
}

._footer-sub-title{
    font-size: 40px;
    font-weight: 700;
}

._footer-sub-name{
    display: flex;
    justify-content: center;
}

._footer-sub-subname{
    max-width: 800px;
    padding: 17px 0px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 1.6em;
    color: gainsboro;
}

._footer-sub-content{
    display: flex;
    justify-content: center;
}

._footer-sub-box{
    width: 500px;
    border-radius: 5px;
    background: white;
    display: flex;
    align-items: center;
    gap: 10px;
}

._footer-sub-data{
    flex: 1;
    padding: 0px 0px 0px 20px;
    display: flex;
}

._footer-sub-data input{
    flex: 1;
    border: none;
    padding: 0px;
    background: transparent;
    outline: none;
}

._footer-sub-button button{
    width: 130px;
    height: 52px;
    border: none;
    border-radius: 0px 5px 5px 0px;
    font-size: 14px;
    letter-spacing: 1px;
    color: white;
    background: #ff6600;
    cursor: pointer;
}


/* Footer : Endless */


._footer-endless{
    padding: 40px 0px 20px;
    border-top: 2px solid #ff6600;
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.4px;
}

._footer-endless a{
    color: #ff6600;
}



/* Mobile Responsive */


/* 1200px */

@media screen and (max-width: 1200px) {

    ._footer-contain{
        display: grid;
        grid-template-columns: auto 35%;
    }

    ._footer-box, ._footer-box:nth-child(2), ._footer-box:last-child{
        width: auto;
    }

    ._footer-menu{
        display: grid;
        grid-template-columns: auto auto;
    }
    
}

/* 1100px */

@media screen and (max-width: 1100px) {

    header::before{
        width: 20%;
        display: none;
    }

    ._header-content{
        padding: 17px 0px;
    }

    nav, ._header-button{
        display: none;
    }

    ._header-mobile{
        display: block;
    }
    
}

/* 900px */

@media screen and (max-width: 900px) {

    ._footer-sub-title{
        font-size: 38px;
    }
    
}

/* 600px */

@media screen and (max-width: 600px) {

    ._footer-contain{
        display: grid;
        grid-template-columns: auto;
    }

    ._footer-menu{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    
}

/* 500px */

@media screen and (max-width: 500px) {

    ._footer-sub-title{
        font-size: 28px;
        font-weight: 700;
    }

    ._footer-sub-subname{
        font-size: 14px;
        line-height: 1.4em;
    }
    
}

/* 450px */

@media screen and (max-width: 450px) {

    ._mobile{
        width: 100%;
    }
    
}

/* 400px */

@media screen and (max-width: 400px) {

    ._footer-sub-box{
        width: 100%;
    }

    ._footer-sub-subname{
        max-width: none;
    }

    ._footer-sub-data input{
        width: 100px;
    }

    ._footer-sub-button button{
        width: 100px;
        font-size: 13px;
    }
    
}