@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;
}


/* Headin */


.headin{
    display: flex;
    justify-content: center;
}

.headin-contain{
    width: 85%;
    padding: 100px 0px 80px;
    display: flex;
    gap: 100px;
}

.headin-pane{
    width: 100%;
}

.headin-title{
    font-size: 48px;
    font-family: 'Means';
    font-weight: bolder;
    line-height: 1.5em;
}

.headin-content{
    padding: 17px 0px 0px;
    line-height: 1.7em;
    color: #2b2b2b;
}

.headin-lean{
    width: 300px;
    padding-top: 35px;
    font-size: 14px;
    line-height: 1.5em;
    color: #2b2b2b;
}

.headin-lean a{
    color: dodgerblue;
}

.headin-lean span{
    font-size: 20px;
}


/* UX */


.ux{
    padding-bottom: 130px;
    display: flex;
    justify-content: center;
}

.ux-pane{
    width: 85%;
    display: flex;
}

.ux-contain{
    width: calc(100% - 180px);
    padding: 90px;
    background: #efeeea;
}

.ux-headin{
    width: 55%;
    line-height: 1.7em;
}

.ux-content{
    padding: 30px 0px 0px;
}

.box{
    padding-top: 20px;
    display: flex;
    gap: 30px;
}

.box-logo{
    padding-top: 4px;
}

.box-logo img{
    height: 17px;
}

.box-content{
    width: 80%;
    line-height: 1.5em;
}

.box-name{
    font-size: 15px;
    font-family: 'Means';
    font-weight: bold;
}

.box-subname{
    padding: 17px 0px 27px;
    font-size: 14px;
    color: #2b2b2b;
}


/* Lean */


.lean{
    height: 90vh;
    display: flex;
}

.lean img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* 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;
}

._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) {

    .headin-contain{
        padding: 80px 0px 60px;
        flex-direction: column;
        gap: 40px;
    }

    .headin-title{
        font-size: 38px;
    }

    .headin-content{
        font-size: 15px;
    }

    .headin-lean{
        width: auto;
        padding-top: 0px;
    }

    .ux-contain{
        padding: 70px;
    }

    .ux-headin, .box-content{
        width: 100%;
    }
    
}

/* 950px */

@media screen and (max-width: 950px) {
    
}

/* 900px */

@media screen and (max-width: 900px) {

    .headin-title{
        font-size: 28px;
    }

    .headin-content{
        font-size: 14px;
    }

    ._footer-data{
        width: auto;
        text-align: justify;
    }
    
}

/* 800px */

@media screen and (max-width: 800px) {

    .headin-contain{
        padding-bottom: 50px;
        gap: 20px;
    }

    .box{
        gap: 20px;
    }
    
}

/* 600px */

@media screen and (max-width: 600px) {

    .ux-contain{
        width: calc(100% - 80px);
        padding: 40px;
    }
    
}

/* 500px */

@media screen and (max-width: 500px) {

    .headin-name{
        font-size: 34px;
        line-height: 1.4em;
    }

    .headin-subname{
        font-size: 15px;
    }
    
}

/* 450px */

@media screen and (max-width: 450px) {

    ._footer-links{
        gap: 20px;
    }
    
}

/* 400px */

@media screen and (max-width: 400px) {

    .ux-contain{
        width: calc(100% - 50px);
        padding: 35px 25px;
    }
    
}

/* 350px */

@media screen and (max-width: 350px) {

    .box-logo{
        display: none;
    }
    
}

/*  */

@media screen and (max-width) {
    
}

/*  */

@media screen and (max-width) {
    
}