


/*banner*/
/*banner*/
/*banner*/


.banner{
    display: block;
    margin-bottom: 90px;
}


.banner .container-fluid{
    padding-inline: 0;
}


.banner-image{
    width: 100%;
    height: auto;
}

.banner-image img{
    width: 100%;
    height: 100%;
}

.col-banner-image{
    width: 36%;
}

.col-banner-content{
    width: 28%;
}

.col-banner-content{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 25px;
    justify-content: center;
}


/*banner*/
/*banner*/
/*banner*/



/*banner mobile*/

.mobile-banner-image{
    width: 100%;
    height: 460px;
}

.mobile-banner-image::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-color: rgba(59, 45, 42, 0.55);
    width: 100%;
    height: 100%;
}

.mobile-banner-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mobile-banner .container-fluid{
    padding: 0;
}

.whole-banner-mobile{
    position: relative;
}

.banner-content-mobile{
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    top: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.banner-content-mobile .my-title span {
    color: #ececec;
}

.banner-content-mobile .my-title h6 {
    color: #dfbda7;
}

.mobile-banner{
    display: none;
}


/*banner mobile*/






/*extra*/

.extra-footer{
    padding-block: 110px;
}


.each-extra{
    display: flex;
    align-items: start;
    gap: 10px;

}

.extra-text{
    display: flex;
    flex-direction: column;
}

.extra-icon{
    width: 54px;
    height: 54px;
    border: 1px solid #ab8d6d;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.extra-icon svg {
    width: 27px;
    height: 27px;
}

.extra-text strong {
    font-size: 14px;
    color: #a78765;
}

.extra-text span{
    font-size: 13px;
}

/*extra*/





/*responsive*/
/*responsive*/
/*responsive*/
/*responsive*/


@media screen and (max-width: 1399px){

    .extra-icon {
        width: 50px;
        height: 50px;
    }

    .extra-icon svg {
        width: 24px;
        height: 24px;
    }

    .extra-text strong {
        font-size: 13px;
    }

    .extra-text span {
        font-size: 12px;
    }

    .extra-footer {
        padding-block: 85px;
    }

}


@media screen and (max-width: 1199px){

    .col-extra{
        margin-bottom: 20px;
    }

    .extra-footer {
        padding-block: 61px;
    }
}


@media screen and (max-width: 991px){


    .banner-content-mobile .my-title span {
        font-size: 17px;
        font-weight: 600;
    }

    .banner-content-mobile .my-title h6 {
        font-size: 17px;
        font-weight: 600;
    }


}

@media screen and (max-width: 767px){
    /*.col-banner-image {*/
    /*    width: 100%;*/
    /*}*/
    /*.col-banner-content {*/
    /*    width: 100%;*/
    /*}*/

    .banner{
        display: none;
    }

    .mobile-banner{
        display: block;
    }

}

@media screen and (max-width: 575px){

}

@media screen and (max-width: 425px){

    .each-extra {
        display: flex;
        align-items: start;
        gap: 10px;
        align-items: center;
        justify-content: center;
        text-align: center;
        flex-direction: column;
    }


    .each-extra {
        gap: 3px;
    }

}

@media screen and (max-width: 375px){

}

@media screen and (max-width: 320px){

}







/*responsive*/
/*responsive*/
/*responsive*/
