* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}
body {
    font-family: urw-din, sans-serif, serif !important;
    font-style: normal;
    font-weight: 500;

}


ul,li{
    list-style: none;
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none !important;
}
.flex{
    display: flex;
}
.flex-1{
    flex:1;
}
.justify-end{
    justify-content: end;
}
.justify-between{
    justify-content: space-between;
}
.items-center{
    align-items: center
}
.display-none{
    display: none !important;
}
a{
    text-decoration: none;
}
.bg-center{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.width-100{
    width: 100%;
}
.overflow-hidden{
    overflow:hidden;
}
.brown-block{
    height: 25px;
    background: #DCBFA5;
}
/* .container{
    max-width: 1636px;
} */
/* scroll_top */
#scrolltop{
    width: 40px;
    height: 40px;
    font-size:20px;
    color:#DCBFA5;
    border: 1px solid #DCBFA5;
    border-radius:5px;
    position: absolute;   
    z-index: 999; 
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    top: 5%;
    right: 5%;
    transition: .2s;
    }
    #scrolltop:hover{
        background:#DCBFA5;
        color:#B12028;
    }
/*.num-txt{*/
/*    font-size: 102px !important;*/
/*}*/
.hexagon_gold{
    color:#DCBFA5;
}
div.banner{
    /* height: 960px; */
    width: 100%;
    position: relative;
}
.img{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
}
.banner .img{
    padding-bottom:55% ;
}
.span_banner{
    position: absolute;
    color:#ffffff;
    font-size: 73px;
    bottom: 275px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);

    text-align: center;
}
img.img_card{
    transform:scale(1,1);transition: all 1s ease-out;
}
img.img_card:hover{
    transform:scale(1.1,1.1);
}
.figure_img{
    overflow:hidden;
    position: relative;
}
@media (min-width: 1440px) {

}

@media (max-width: 768px) {
    div.banner{
        /* height: 300px; */
        width: 100%;
        position: relative;
    }
    .span_banner{
        position: absolute;
        color:#ffffff;
        font-size:30px;
        top: 150px;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }
}
@media (max-width: 1300px) {
    .span_banner{
        transform: translate(-50%, 0);
        top: 50%;
    }

}
@media (max-width: 608px) {
    div.banner{
        height: 300px;

    }

}
