﻿
.card_content {
    display: flex;
    flex-direction: row;
}

.content-img {
    width: auto;
    height: auto;
}

.main_content {
    padding: 80px 0 80px 0;
}

.main_Title {
    font-family: "Montserrat","Noto Sans TC",sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 40px;
}

.main_Desc {
    font-family: "Montserrat","Noto Sans TC",sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #111C24;
}

.swiper_item_Title {
    font-family: "Montserrat","Noto Sans TC",sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: #000000;
    margin-bottom: 16px;
}

.swiper_item_Desc {
    font-family: "Montserrat","Noto Sans TC",sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

.card_img {
    width: 60%;
    height: 283px;
    padding: 1px;
    margin-bottom: 28px;
}

.swiper_card {
    width: 100%;
    margin: 40px 20px 0 20px;
}

.swiper {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}

.carousel_prev_icon {
    margin-top: 8px;
    transform: translate(-50%,-50%);
    border: 1px solid #05B8B5;
    border-width: 0px 1px 1px 0px;
    display: inline-block;
    padding: 6px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.carousel_next_icon {
    margin-top: 8px;
    transform: translate(-50%,-50%);
    border: 1px solid #05B8B5;
    border-width: 0px 1px 1px 0px;
    display: inline-block;
    padding: 6px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.row-indicators {
    display: flex;
    position: absolute;
    left: 40%;
    bottom: 0;
}

.indicators-margin {
    margin: 45px 30px 45px 30px;
}

.carousel-indicators {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    display: flex;
    justify-content: flex-start;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 10px;
    padding: 0;
    list-style: none;
}

    .carousel-indicators [data-bs-target] {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 10px;
        height: 10px;
        padding: 0;
        margin-right: 5px;
        margin-left: 5px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #DDE1E6;
        background-clip: padding-box;
        border: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        transition: opacity .6s ease;
        border-radius: 50%;
    }

    .carousel-indicators .active {
        opacity: 1;
        background-color: #05B8B5;
    }

.other_offers_reambk {
    font-size: 14px;
    color: #111c24;
    font-family: "Montserrat","Noto Sans TC",sans-serif;
}



.button_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
}

@media screen and (min-width:1400px){
    .card_img {
        width: 50%;
    }
}


@media screen and (max-width:1239px) {
    .card_content {
        flex-direction: column;
        align-items:center;
    }

    .main_content {
        padding: 40px 20px 40px 20px;
    }

    .swiper_item_Title {
        font-family: "Montserrat","Noto Sans TC",sans-serif;
        font-style: normal;
        text-align: center;
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        color: #000000;
    }

    .swiper_item_Desc {
        font-family: "Montserrat","Noto Sans TC",sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        text-align: center;
        margin: 0 -5px 0 -5px;
    }

    .swiper_card {
        margin: 24px 0 0 0;
        padding: 0 5px 0 5px;
    }

    .row-indicators {
        justify-content: center;
        position: relative;
        left: 0;
        bottom: 0;
    }

 /*   .button_content {
        margin-top: 0;
    }
*/
    .card_img {
        width: 40%;
        height: unset;
        padding: 1px;
        margin-bottom: 28px;
    }
}

@media screen and (max-width:1000px) {
    .card_img {
        width: 50%;
    }
}

@media screen and (max-width:800px) {
    .card_img {
        width: 60%;
    }
}

@media screen and (max-width:650px) {
    .card_img {
        width: 70%;
    }
}


@media screen and (max-width:550px) {
    .card_img {
        width: 80%;
    }
}

@media screen and (max-width:450px) {
    .card_img {
        width: 90%;
    }
}

@media screen and (max-width:400px) {
    .card_img {
        width:100%;
    }
}

