@font-face {
    font-family: 'Questa';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/2-Questa_Regular.woff') format('woff');
}
@font-face {
    font-family: 'Le Jour Script';
    font-style: normal;
    font-weight: normal;
    src: local('Le Jour Script'), url('../fonts/LeJourScript-Eaqpg.woff') format('woff');
}


@font-face {
    font-family: 'Le Jour Serif';
    font-style: normal;
    font-weight: normal;
    src: local('Le Jour Serif'), url('../fonts/LeJourSerif-OVZMo.woff') format('woff');
}

.mb-90 { 
    margin-bottom: 90px; 
}
.gallery {
    background-color: #f9f7f6d1;
    padding-bottom: 50px;
}
.gallery-head {
    padding: 40px 0px;
}
.gallery-btn{
    display:inline-block;
    line-height:40px;
    background:#ff9019;
    color:#fff;
    padding:5px 50px;
    border-radius:6px;
    font-weight:600;
    -webkit-box-shadow:4px 4px 10px rgba(0,0,0,0.1);
    box-shadow:4px 4px 10px rgba(0,0,0,0.1);
}
.gallery-btn:hover{
    color:#ff9019;
    background-color:white;
    -webkit-box-shadow:4px 4px 20px rgba(0,0,0,0.2);
    box-shadow:4px 4px 20px rgba(0,0,0,0.2)
}

.tm-input-paging {
    border-radius: 0;
    border: 1px solid #CCCCCC;
    background: #f4f4f4;
    text-align: center;
}

.text-gray-light { 
    color: #CCC; 
}

.tm-paging-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    line-height: 40px;
    color: #ff9019;
    background-color: #EEEEEE;
    margin: 0px 10px;
    border-radius: 6px;
}

.tm-paging-link:hover, .tm-paging-link.active {
    background-color: #ff9019;
    color: #fff; 
}

.tm-gallery .effect-ming {
	background: #030c17;
    height:300px;
    overflow: hidden;
}

.tm-gallery .effect-ming img {
    width: 100%;
    height:100%;
}

.tm-gallery .effect-ming img {
  transition: transform 2s, filter 1.5s ease-in-out;
  transform-origin: center center;
  filter: brightness(75%);
}

/* The Transformation */
.tm-gallery .effect-ming:hover img {
  filter: brightness(100%);
  transform: scale(1.3);
}

@media only screen and (max-width: 991px), only screen and (max-device-width: 991px){
    .tm-container-content { max-width: 870px; }
}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px){
    .tm-container-content { max-width: 420px; }
    .gallery-btn{
        line-height:30px !important;
        padding:5px 20px;
        font-size: 13px;
    }
}