.banner {
    width: 100%;
    /* height: 100vh; */
    position: relative;
    margin-top: 60px;
}

.orange {
    color: #FF7F11;
    font-weight: bold;
}

.banner_img {
    width: 100%;
    height: 100%;
}

.banner_main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #F3F3F2;
    z-index: 2;
    width: 75%;
    /* padding: 4vw; */

}

.banner_title_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;

}

.banner_title {
    font-size: 4vw;
    font-weight: bold;
    text-shadow: 4px 4px 0px #00000040;
    margin-bottom: 20px;
}

.banner_title_fu {
    width: 50%;
    text-align: right;
    font-size: 20px;
    color: #F3F3F2B2;
}

.banner_details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background: linear-gradient(275.31deg, rgba(255, 255, 255, 0.3) 5.17%, rgba(86, 86, 86, 0.3) 55.66%);
    backdrop-filter: blur(50px);
    border: 1px solid;

    border-image-source: linear-gradient(301.67deg, rgba(0, 0, 0, 0.3) 33.19%, rgba(243, 243, 242, 0.3) 78.09%);
    border-radius: 8px;
    overflow: hidden;

}

.banner_details_left {
    width: 50%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.banner_details_title {
    font-size: 2vw;
    font-weight: bold;
    margin-bottom: 20px;
    /* text-shadow: 4px 4px 0px #00000040; */
}

.banner_details_conten {
    color: #B4B1B1;
    margin-bottom: 30px;
}

.banner_detalis_bun {
    color: #000000;
    background-color: #EF9B5A;
    padding: 4px 12px;
    border-radius: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.banner_detalis_bun:hover {
    background-color: #7a7a7aa9;

}

.banner_detalis_bun img {
    margin-left: 10px;
}

.banner_details_right {
    width: 50%;
    display: flex;
}

.banner_details_right img {
    width: 100%;
    height: 400px;
}

.case_nav {
    width: 80vw;
    margin: 4vw auto;
    color: #B4B1B1;
}

.case {
    width: 80vw;
    margin: 0 auto;
    padding: 0vw 0 4vw 0;
}

.case_list_item {
    backdrop-filter: blur(2.5990991592407227px);
    border-radius: 8px;
    width: 25vw;
    min-width: 270px;
    overflow: hidden;
    box-shadow: 0px 4px 4px 0px #00000040;
    cursor: pointer;

    margin-bottom: 30px;
}

.case_list_item:hover .case_item_top img {
    transform: scale(1.2);

}

.case_list_item:hover .case_item_title {
    color: #1A1A1A;

}

.case_list_item:hover .case_detalis_btn {
    background: #1A1A1A;

}

.case_item_top {
    width: 25vw;
    height: 14vw;
    min-width: 270px;
    min-height: 150px;
    overflow: hidden;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;

}

.case_item_top img {
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
}

.case_item_bottom {
    background: #F3F3F2;
    backdrop-filter: blur(2.6px);
    background-image: url(../img/logo2.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding: 10px 15px;
}

.case_item_title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #1A1A1A99;
}

.case_item_deatlis {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.case_detalis_time {
    font-size: 14px;
    color: #B4B1B1;
}

.case_detalis_btn {
    color: #F3F3F2;
    padding: 8px 12px;
    display: flex;
    border-radius: 4px;
    background: #EF9B5A;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
}

.case_detalis_btn img {
    width: 16px;
    height: 16px;
    margin-left: 10px;
}

.case_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

@media screen and (min-width: 1351px) and (max-width: 1520px) {
    .banner_details_right img {
        height: 350px;
    }
     .banner_title_fu {
        font-size: 17px;
    }
}

@media screen and (min-width: 1100px) and (max-width: 1350px) {
    .banner_details_right img {
        height: 300px;
    }

    .banner_title_fu {
        font-size: 15px;
    }

    .banner_details_left {
        padding: 25px;
    }

    .banner_details_title {
        margin-bottom: 15px
    }

    .banner_details_conten {
        margin-bottom: 20px;
    }

    .banner_detalis_bun img {
        width: 20px;
        height: 20px;
    }
}

@media screen and (min-width: 900px) and (max-width: 1099px) {
    .banner_details_right img {
        height: 260px;
    }

    .banner_title_fu {
        font-size: 15px;
    }

    .banner_details_left {
        padding: 15px;
    }

    .banner_details_title {
        margin-bottom: 15px
    }

    .banner_details_conten {
        margin-bottom: 10px;
        font-size: 13px;
    }

    .banner_detalis_bun img {
        width: 20px;
        height: 20px;
    }
}

@media screen and (min-width: 700px) and (max-width: 899px) {
    .banner_details_right img {
        height: 200px;
    }

    .banner_title_fu {
        font-size: 12px;
    }

    .banner_details_left {
        padding: 15px;
    }

    .banner_title {
        margin-bottom: 5px;

    }

    .banner_details_title {
        margin-bottom: 10px
    }

    .banner_details_conten {
        margin-bottom: 10px;
        font-size: 12px;
    }

    .banner_detalis_bun img {
        width: 15px;
        height: 15px;
    }

    .banner_detalis_bun {
        font-size: 12px;
    }
}

@media screen and (max-width: 699px) {
    .banner_details_right {
        display: none;
    }

    .banner_details_left {
        width: 100%;
    }

    .banner_title {
        margin-bottom: 5px;

    }

    .banner_details_conten {
        margin-bottom: 10px;
        font-size: 12px;
    }

    .banner_detalis_bun img {
        width: 15px;
        height: 15px;
    }

    .banner_detalis_bun {
        font-size: 12px;
    }

    .banner_title_fu {
        width: 100%;
        font-size: 10px;
        margin-bottom: 10px;
    }

    .banner_details_left {
        padding: 15px;
    }

    .banner_main {
        width: 90%;
    }

    .banner_img {
        height: 330px;
    }

    .banner_title_box {
        flex-direction: column;
    }

    .banner_details_title {
        font-size: 12px;
        margin-bottom: 7px;

    }

    .case_list_item {
        width: 100%;
        min-width: 200px;

    }

    .case_item_top {
        width: 100%;
        height: 27vw;
        min-width: 200px;
    }
}