/* Header : Top */


._header-top{
    color: white;
    background: #ff6600;
    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: 6px 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{
    background: whitesmoke;
    display: flex;
    justify-content: center;
}

.headin-contain{
    width: 90%;
    padding: 80px 0px;
    text-align: center;
}

.headin-title{
    font-size: 48px;
    font-weight: 700;
}

.headin-name{
    display: flex;
    justify-content: center;
}

.headin-subname{
    width: 60%;
    padding: 20px 0px;
    font-size: 15px;
    line-height: 1.6em;
    letter-spacing: 0.3px;
}

.headin-content{
    display: flex;
    justify-content: center;
}

.headin-box{
    width: 500px;
    height: 54px;
    padding: 10px 30px;
    border-radius: 50px;
    box-shadow: 0px 4px 17px gainsboro;
    display: flex;
    align-items: center;
    gap: 20px;
}

.headin-icon button{
    width: auto;
    padding: 0px;
    border: none;
    font-size: 21px;
    color: black;
    background: transparent;
    cursor: pointer;
}

.headin-data{
    flex: 1;
    display: flex;
}

.headin-data input{
    width: 100%;
    border: none;
    background: transparent;
    outline: none;
}


/* UX */


.ux{
    display: flex;
    justify-content: center;
}

.ux-contain{
    width: 90%;
    padding: 100px 0px 130px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 45px;
}


/* Box */


.box{
    width: auto;
    border-radius: 7px;
    box-shadow: 0px 4px 17px gainsboro;
}

.box-logo{
    width: auto;
    display: flex;
}

.box-logo img{
    width: 100%;
    height: 240px;
    border-radius: 10px 10px 0px 0px;
    object-fit: cover;
}

.box-content{
    padding: 25px 25px;
}

.box-title{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4em;
    letter-spacing: 0.2px;
}

.box:hover .box-title{
    text-decoration: underline;
}

.box-name{
    padding: 7px 0px 20px;
    font-size: 14px;
    letter-spacing: 0.2px;
}


/* Search */


.lean{
    display: flex;
    justify-content: center;
}

.lean-contain{
    width: 90%;
    margin-top: -100px;
    padding: 0px 0px 40vh;
    text-align: center;
}

.lean-logo{
    font-size: 58px;
}

.lean-title{
    padding: 9px 0px 8px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3em;
    overflow: hidden;
    overflow-wrap: break-word;
    text-overflow: clip;
}

.lean-content{
    width: auto;
}

.lean-data{
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 1.5em;
    color: #333;
}


/* UI */


.ui{
    display: flex;
    justify-content: center;
}

.ui-contain{
    width: 90%;
    padding: 180px 0px 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}


/* UI : Button */


.ui-button button{
    width: auto;
    padding: 0px;
    border: none;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    color: black;
    background: transparent;
    cursor: pointer;
    gap: 10px;
}

.ui-data{
    display: flex;
    align-items: center;
    gap: 7px;
}

.ui-data button{
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    color: black;
    background: transparent;
    cursor: pointer;
}

#ui-selected{
    color: white;
    background: black;
}


/* Mobile Responsive */


/* 1200px */

@media screen and (max-width: 1200px) {

    .headin-subname{
        width: 80%;
    }

    .ux-contain{
        gap: 35px;
    }
    
}

/* 1000px */

@media screen and (max-width: 1000px) {

    
    .ux-contain{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    
}

/* 900px */

@media screen and (max-width: 900px) {

    .headin-subname{
        width: 100%;
    }
    
}

/* 650px */

@media screen and (max-width: 650px) {

    .ux-contain{
        grid-template-columns: auto;
    }

    .ui-contain{
        padding: 100px 0px;
    }

    .ui-button button p{
        display: none;
    }

    .ui-data{
        gap: 4px;
    }
    
}

/* 450px */

@media screen and (max-width: 450px) {

    .ux-contain{
        padding: 60px 0px 0px;
    }

    .lean-contain{
        margin-top: 0px;
    }

    .ui-contain{
        justify-content: center;
    }

    .ui-button{
        display: none;
    }

    .ui-data{
        gap: 2px;
    }
    
}

/* 355px */

@media screen and (max-width: 355px) {

    .headin-box{
        height: 44px;
        padding: 5px 20px;
    }

    .box-logo img{
        height: 265px;
    }
    
}

/*  */

@media screen and (max-width) {
    
}

/*  */

@media screen and (max-width) {
    
}

/*  */

@media screen and (max-width) {
    
}

/*  */

@media screen and (max-width) {
    
}