@font-face {
    font-family: 'Heading';
    src: url(https://febcomw.com/files/fonts/Capriola/Capriola-Regular.ttf);
}

@font-face {
    font-family: 'Content';
    src: url(https://febcomw.com/files/fonts/Noto_Sans/NotoSans-Regular.ttf);
}

@font-face {
    font-family: 'Bavro';
    src: url(https://febcomw.com/files/fonts/bavro/TTF/Bavro-Regular.ttf);
}


*{
    padding: 0px;
    margin: 0px;
}

a{
    text-decoration: none;
    color: unset;
}

body{
    font-family: 'Content';
}


/* Header */


header{
    background-image: url(./team/homebg.jpg);
    background-position: center;
    background-size: cover;
}

.__header{
    width: auto;
    color: white;
    background: #053036d2;
}

._top{
    color: black;
    background: #bbffeb;
    display: flex;
    justify-content: center;
}

._top-content{
    width: 85%;
    padding: 7px 0px;
    display: flex;
    justify-content: flex-end;
}

._top-content a{
    display: flex;
    align-items: center;
    gap: 12px;
}

._top-logo{
    display: flex;
    align-items: center;
}

._top-logo img{
    height: 17px;
}

._top-data{
    font-size: 13px;
}


/* Header */


._header{
    display: flex;
    justify-content: center;
}

._header-contain{
    width: 85%;
    padding: 17px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

._header-title{
    display: flex;
    align-items: center;
    gap: 14px;
}

._logo img{
    height: 48px;
    border-radius: 48px;
}

._title{
    font-size: 24px;
    font-family: 'Bavro';
    font-weight: bolder;
    letter-spacing: 2px;
}

._menu{
    display: flex;
    align-items: center;
    gap: 45px;
}

._menu-option{
    font-size: 14px;
    font-family: 'Heading';
    transition: 0.2s all ease-in-out;
}

._menu-option:hover{
    color: #0ecf95;
}

.selected{
    color: #18a37a;
}

._header-button button{
    width: 120px;
    height: 44px;
    border: none;
    border-radius: 44px;
    color: white;
    background: #18a37a;
    cursor: pointer;
    transition: 0.3s all ease-in-out;
}

._header-button button:hover{
    color: #18a37a;
    background: white;
}

._header-mobile{
    display: none;
}

._header-mobile button{
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 40px;
    background: transparent;
    cursor: pointer;
}

._header-mobile button img{
    height: 21px;
}


/* Mobile Menu */


.mobile{
    position: fixed;
    inset: 0px;
    padding: 35px 30px;
    backdrop-filter: saturate(180%) blur(20px);
    color: black;
    background: rgb(251, 251, 253, 0.8);
    background: rgba(187, 255, 235, 0.8);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 40px;
    transform: translateY(-20%);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s all ease-in-out; 
}

.mobile-headin{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile-quick{
    width: auto;
}

.mobile-quick span{
    font-size: 14px;
    letter-spacing: 1px;
}

.mobile-logo{
    width: auto;
}

.mobile-logo button{
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 40px;
    background: transparent;
    cursor: pointer;
}

.mobile-logo button img{
    height: 17px;
}

.mobile-menu{
    width: 100%;
}

.mobile-option{
    padding-top: 21px;
    font-size: 14px;
    font-family: 'Heading';
    letter-spacing: 1px;
    cursor: pointer;
}

.mobile-selected{
    color: #18a37a;
}

.mobile-buttons{
    display: flex;
    align-items: center;
    gap: 7px;
}

.mobile-buttons button{
    width: 110px;
    height: 45px;
    border: none;
    border-radius: 3px;
    font-size: 13px;
    letter-spacing: 1px;
    color: white;
    background: #18a37a;
    cursor: pointer;
}


/* Header : Headin */


.headin{
    display: flex;
    justify-content: center;
}

.headin-contain{
    width: 85%;
    padding: 140px 0px;
}

.headin-content{
    width: auto;
}

.headin-name{
    font-size: 14px;
    letter-spacing: 1px;
}

.headin-title{
    padding: 11px 0px;
    font-size: 78px;
    font-family: 'Heading';
    font-weight: bolder;
}

.headin-title span{
    color: #18a37a;
}

.headin-data{
    line-height: 1.6em;
    letter-spacing: 0px;
}

.headin-button{
    padding-top: 12px;
    display: flex;
    align-items: center;
    gap: 17px;
}

.headin-button a:first-child button{
    width: 120px;
    height: 42px;
    border: 2px solid #18a37a;
    border-radius: 3px;
    color: white;
    background: #18a37a;
    cursor: pointer;
    transition: 0.3s all ease-in-out;
}

.headin-button a:first-child button:hover{
    border: 2px solid white;
    color: #18a37a;
    background: white;
}

.headin-button a:last-child button{
    width: 120px;
    height: 42px;
    border: 2px solid white;
    border-radius: 3px;
    color: white;
    background: transparent;
    cursor: pointer;
    transition: 0.2s all ease-in-out;
}

.headin-button a:last-child button:hover{
    border: 2px solid #18a37a;
    color: #18a37a;
}


/* UX */


.ux{
    display: flex;
    justify-content: center;
}

.ux-contain{
    width: 85%;
    padding: 100px 0px;
    display: flex;
    gap: 60px;
}


/* UX : Content */


.ux-content{
    width: 60%;
}

.ux-headin{
    width: auto;
}

.ux-name{
    padding-bottom: 12px;
    font-size: 17px;
    letter-spacing: 1px;
}

.ux-title{
    font-size: 48px;
    font-family: 'Heading';
    font-weight: bolder;
}

.ux-title span{
    color: #18a37a;
}

.ux-subname{
    padding: 14px 0px;
    font-size: 14px;
    line-height: 1.7em;
    letter-spacing: 1px;
}

.ux-pane{
    width: auto;
    padding-top: 40px;
}

.ux-box{
    width: auto;
    padding-bottom: 27px;
    display: flex;
    gap: 40px;
}

.ux-box-logo{
    width: 90px;
    min-width: 90px;
    height: 90px;
    min-height: 50px;
    border-radius: 10px;
    background: #163129;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ux-box-logo img{
    height: 40px;
}

.ux-box-all{
    width: calc(100% - 90px);
}

.ux-box-name{
    font-size: 15px;
    font-family: 'Heading';
    letter-spacing: 1px;
    color: #18a37a;
}

.ux-box-data{
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.7em;
    letter-spacing: 1px;
}


/* UX : Logo */


.ux-logo{
    width: 40%;
    display: flex;
}

.ux-logo img{
    width: 100%;
    object-fit: cover;
}


/* UI */


.ui{
    width: auto;
    background: whitesmoke;
    display: flex;
    justify-content: center;
}

.ui-contain{
    width: 85%;
    padding: 140px 0px;
}

.ui-headin{
    width: auto;
    text-align: center;
}

.ui-headin-name{
    padding-bottom: 14px;
    font-size: 15px;
    font-weight: bolder;
    letter-spacing: 1.2px;
}

.ui-headin-name span{
    color: #18a37a;
}

.ui-headin-title{
    font-size: 40px;
    font-family: 'Heading';
}

.ui-headin-title span{
    color: #18a37a;
}

.ui-headin-subname{
    display: flex;
    justify-content: center;
}

.ui-headin-subnames{
    width: 70%;
    padding: 20px 0px;
    line-height: 1.4em;
    letter-spacing: 1px;
}

.ui-content{
    padding: 40px 0px;
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 40px;
}

.ui-box{
    width: auto;
    padding: 60px 45px;
    box-shadow: 0px 0px 17px gainsboro;
    text-align: center;
    background: white;
}

.ui-logo img{
    height: 70px;
}

.ui-pane{
    width: auto;
}

.ui-name{
    padding-top: 17px;
    font-size: 21px;
    font-family: Calibri Light;
    letter-spacing: 1px;
    color: #18a37a;
}

.ui-data{
    width: auto;
    padding-top: 14px;
    font-size: 15px;
    line-height: 1.6em;
    letter-spacing: 0.8px;
}


/* Pane */


.pane{
    display: flex;
    justify-content: center;
}

.pane-contain{
    width: 85%;
    padding: 120px 0px;
    display: flex;
    align-items: center;
    gap: 70px;
}


/* Pane : Logo */


.pane-logo{
    width: 40%;
}

.pane-logo img{
    width: 100%;
    object-fit: cover;
}


/* Pane : Content */


.pane-content{
    width: 60%;
}

.pane-name{
    padding-bottom: 7px;
    font-size: 14px;
    letter-spacing: 1px;
}

.pane-title{
    font-size: 44px;
    font-family: 'Heading';
}

.pane-subname{
    padding: 14px 0px;
    font-size: 15px;
    line-height: 1.7em;
    letter-spacing: 1px;
}

.pane-button button{
    width: 120px;
    height: 44px;
    border: 2px solid #18a37a;
    border-radius: 2px;
    color: white;
    background: #18a37a;
    cursor: pointer;
    transition: 0.3s all ease-in-out;
}

.pane-button button:hover{
    color: #18a37a;
    background: transparent;
}


/* Footer */


footer{
    color: white;
    background: #163129;
    display: flex;
    justify-content: center;
}

._footer{
    width: 85%;
    padding: 100px 0px 4px;
}


/* Footer : Title */


._footer-title{
    font-size: 38px;
    font-family: 'Bavro';
    font-weight: bolder;
}


/* Footer : Contain */


._footer-contain{
    width: auto;
    padding-bottom: 34px;
    display: flex;
    gap: 70px;
}

._footer-headin{
    width: auto;
}

._footer-data{
    width: auto;
    padding: 12px 0px 40px;
    font-size: 13px;
    line-height: 1.4em;
    letter-spacing: 1px;
}

._footer-content{
    display: grid;
    grid-template-columns: auto auto;
    gap: 12px 50px;
}

._footer-box{
    width: auto;
}

._footer-line{
    width: 80%;
    height: 2px;
    background: white;
}

._footer-all{
    padding-top: 17px;
}

._footer-address{
    width: auto;
    font-size: 18px;
    font-family: Calibri light;
    line-height: 1.4em;
    letter-spacing: 1px;
}

._footer-pane{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 40px;
}

._footer-link{
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #18a37a;
    display: flex;
    justify-content: center;
    align-items: center;
}

._footer-link img{
    height: 17px;
}


/* Footer : Menu */


._footer-menu{
    width: 200px;
}

._footer-option{
    padding-bottom: 12px;
    font-size: 14px;
    font-family: 'Heading';
    font-weight: bolder;
    letter-spacing: 1px;
}

._footer-button button{
    width: 130px;
    height: 44px;
    border: none;
    border-radius: 3px;
    color: white;
    background: #18a37a;
    cursor: pointer;
}


/* Footer : Content */


._footer-endless{
    padding: 21px 0px;
    border-top: 1px solid #18a37a;
    display: flex;
    justify-content: center;
}

._footer-endlessin{
    width: 70%;
    text-align: center;
    font-size: 14px;
    line-height: 1.4em;
    letter-spacing: 1px;
}

._footer-endlessin a{
    color: #18a37a;
}


/* Mobile Responsive */


/* 1200px */

@media screen and (max-width: 1200px) {

    .headin-title{
        font-size: 58px;
    }

    .ux-title{
        font-size: 38px;
    }

    .ui-headin-title{
        font-size: 34px;
    }

    .ui-headin-subnames{
        width: 80%;
    }

    .pane-title{
        font-size: 38px;
    }
    
}

/* 1100px */

@media screen and (max-width: 1100px) {

    ._top-content, ._header-contain, .headin-contain, .ux-contain, .ui-contain, .pane-contain, ._footer{
        width: 90%;
    }
    
}

/* 1000px */

@media screen and (max-width: 1000px) {

    .ux-content{
        width: 65%;
    }

    .ux-logo{
        width: 35%;
        display: flex;
        align-items: center;
    }

    .ui-content{
        grid-template-columns: auto auto;
    }
    
}

/* 900px */

@media screen and (max-width: 900px) {

    ._menu, ._header-button{
        display: none;
    }

    ._header-mobile{
        display: block;
    }

    .ux-contain{
        flex-direction: column;
    }

    .ux-content{
        width: 100%;
    }

    .ux-logo{
        width: 100%;
    }

    .ux-logo img{
        width: 80%;
    }

    ._footer-content{
        grid-template-columns: auto;
    }

    ._footer-line{
        width: 40%;
    }

    ._footer-pane{
        justify-content: flex-start;
    }
    
}

/* 600px */

@media screen and (max-width: 600px) {

    .headin-title{
        font-size: 48px;
    }

    .ui-headin-title{
        font-size: 28px;
    }

    .ui-headin-subnames{
        width: 100%;
    }

    .ui-content{
        grid-template-columns: auto;
    }

    .pane-contain{
        flex-direction: column;
        gap: 50px;
    }

    .pane-logo{
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }

    .pane-logo img{
        width: 300px;
    }

    .pane-content{
        width: 100%;
    }

    ._footer-contain{
        flex-direction: column;
        gap: 40px;
    }

    ._footer-menu{
        width: auto;
        display: flex;
        flex-direction: column-reverse;
        gap: 20px;
    }

    ._footer-menus{
        width: auto;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px 40px;
    }

    ._footer-endlessin{
        width: 100%;
    }
    
}

/* 500px */

@media screen and (max-width: 500px) {

    .ux-title{
        font-size: 30px;
    }

    .ui-headin-title{
        font-size: 30px;
    }

    .ux-box{
        flex-direction: column;
        gap: 17px;
    }

    .ux-box-all{
        width: auto;
    }
    
}

/* 400px */

@media screen and (max-width: 400px) {

    .headin-title{
        font-size: 38px;
    }
    
}

/* 350px */

@media screen and (max-width: 350px) {

    .ui-headin-title{
        font-size: 24px;
    }

    .pane-logo img{
        width: 100%;
    }
    
}

/* Responsive styles */

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    ._header-contain {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    ._menu {
        display: flex;
        gap: 45px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
    ._header-contain {
        flex-direction: column;
        text-align: center;
    }
    ._menu {
        gap: 30px;
    }
}

/* Small devices (phones, less than 768px) */
@media (max-width: 767px) {
    .container {
        width: 95%;
    }

    ._header-contain {
        flex-direction: column;
        padding: 15px 0;
    }

    ._menu {
        display: none; /* Hide menu on mobile */
    }

    /* Mobile menu styles */
    ._header-mobile {
        display: block;
    }

    .mobile {
        transform: translateY(0%);
        opacity: 1;
        visibility: visible;
    }
}

/* Extra small devices (less than 576px) */
@media (max-width: 576px) {
    .headin-title {
        font-size: 36px;
    }

    .ui-headin-title {
        font-size: 28px;
    }

    ._footer-title {
        font-size: 24px;
    }

    .pane-title {
        font-size: 24px;
    }

    .pane-button button {
        width: 100%;
    }
}

/*  */

@media screen and (max-width) {
    
}

/*  */

@media screen and (max-width) {
    
}

/*  */

@media screen and (max-width) {
    
}

/*  */

@media screen and (max-width) {
    
}