@font-face{
    font-family: "Graphik";
    src: url("https://www.cabramw.com/files/fonts/Graphik-Regular-Web.11b60cc4.1.woff2");
}

@font-face{
    font-family: "Means";
    src: url("https://www.cabramw.com/files/fonts/Means-Light-Web.7121f5d6.1.woff2");
}

*{
    padding: 0px;
    margin: 0px;
}

body{
    font-family: 'Graphik';
    font-weight: 400;
}

a{
    text-decoration: none;
    color: unset;
}


/* Header */


header{
    box-shadow: 0px 10px 5px -5px rgb(230, 230, 230);
    display: flex;
    justify-content: center;
}

._header{
    width: 90%;
    padding: 17px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

._header-content{
    display: flex;
    align-items: center;
    gap: 100px;
}

._header-title{
    display: flex;
    align-items: center;
    gap: 7px;
}

._header-logo img{
    height: 40px;
}

._header-name{
    font-size: 27px;
    font-family: 'Means',Georgia,Times,Times New Roman,serif;
    font-weight: bolder;
}

._header-menu{
    display: flex;
    align-items: center;
    gap: 40px;
}

._header-option{
    font-weight: 600;
    color: #2b2b2b;
}

.selected{
    color: rgb(25, 165, 88);
}

._header-contain{
    width: auto;
}

._header-all{
    display: flex;
    align-items: center;
    gap: 40px;
}

._header-all span{
    font-size: 14px;
    letter-spacing: 1px;
}

._header-button button{
    width: 150px;
    height: 44px;
    border: none;
    border-radius: 44px;
    color: white;
    background: rgb(25, 165, 88);
    cursor: pointer;
}

._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);
    background: rgb(251, 251, 253, 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: 17px;
    font-size: 16px;
    cursor: pointer;
}

.mobile-selected{
    color: rgb(35, 143, 35);
}

.mobile-buttons{
    display: flex;
    align-items: center;
    gap: 7px;
}

.mobile-buttons button{
    width: 110px;
    height: 45px;
    border: none;
    border-radius: 3px;
    font-size: 12px;
    color: white;
    background: rgb(25, 165, 88);
    cursor: pointer;
}


/* UX */


.ux{
    display: flex;
}


/* UX : Logo */


.ux-logo{
    flex: 1;
    background-image: url(../files/images/image.jpg);
    background-position: center;
    background-size: cover;
}


/* UX : Contain */


.ux-contain{
    width: 50%;
    display: flex;
    justify-content: center;
}

.ux-content{
    width: 85%;
    padding: 100px 0px;
}


/* UX : Headin */


.ux-headin{
    width: auto;
}

.ux-title{
    font-size: 48px;
    font-family: 'Means';
    font-weight: bolder;
}

.ux-name{
    padding-top: 20px;
    font-size: 16px;
    letter-spacing: 0.3px;
    line-height: 1.3em;
}


/* UX : Data */


.ux-data{
    padding: 47px 0px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.box{
    display: flex;
    align-items: center;
    gap: 30px;
}

.box-logo{
    width: 60px;
    height: 60px;
    border-radius: 6px;
    background: gainsboro;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.box-content{
    width: auto;
    font-size: 15px;
}


/* UX : Lean */


.ux-lean{
    display: flex;
    justify-content: center;
    text-align: center;
}

.ux-lean-name{
    width: 85%;
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.3px;
}

/* Footer */


footer{
    color: white;
    background: #263b33;
    display: flex;
    justify-content: center;
}

._footer{
    width: 85%;
    padding: 100px 0px 50px;
}

._footer-content{
    padding: 0px 0px 30px 0px;
    border-bottom: 1px solid darkgray;
}

._footer-logo{
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

._footer-logo img{
    height: 50px;
}

._footer-name{
    padding-top: 17px;
    font-size: 30px;
    font-family: 'Means';
    font-weight: bold;
}

._footer-data{
    width: 70%;
    padding: 20px 0px 17px;
    font-size: 14px;
    line-height: 1.5em;
    color: rgb(202, 202, 202);
}

._footer-buttons{
    padding-bottom: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 10px;
}

._footer-buttons button{
    width: 140px;
    height: 48px;
    border: none;
    border-radius: 4px;
    font-size: 13px;
    letter-spacing: 1.1px;
    color: white;
    background: rgb(25, 165, 88);
    cursor: pointer;
}

._footer-menu{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 17px 40px;
}

._footer-option{
    font-family: 'Means';
    color: white;
}

._footer-contain{
    width: auto;
    padding: 40px 0px 10px 0px;
}

._footer-endless{
    padding-bottom:30px;
    font-size: 13px;
    letter-spacing: 1px;
}

._footer-endless span{
    color: rgb(25, 165, 88);
}

._footer-button{
    display: flex;
    gap: 8px;
}

._footer-links{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}

._footer-link{
    width: 50px;
    height: 50px;
    border: 2px solid white;
    border-radius: 50px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

._footer-link img{
    height: 22px;
}


/* Mobile Responsive */


/* 1300px */

@media screen and (max-width: 1300px) {

    ._header-content{
        gap: 50px;
    }

    ._header-menu{
        gap: 34px;
    }

    ._header-all{
        gap: 34px;
    }
    
}

/* 1150px */

@media screen and (max-width: 1150px) {

    ._header-menu, ._header-all{
        display: none;
    }

    ._header-mobile{
        display: block;
    }
    
}

/* 1000px */

@media screen and (max-width: 1000px) {
    
}

/* 900px */

@media screen and (max-width: 900px) {

    ._footer-data{
        width: auto;
        text-align: justify;
    }
    
}

/* 800px */

@media screen and (max-width: 800px) {

    .ux-contain{
        width: 70%;
    }
    
}

/* 500px */

@media screen and (max-width: 500px) {
    
}

/* 450px */

@media screen and (max-width: 450px) {

    .ux-logo{
        display: none;
    }

    .ux-contain{
        width: auto;
        flex: 1;
    }

    ._footer-links{
        gap: 20px;
    }
    
}

/* 400px */

@media screen and (max-width: 400px) {
    
}

/*  */

@media screen and (max-width) {
    
}

/*  */

@media screen and (max-width) {
    
}

/*  */

@media screen and (max-width) {
    
}