/*==================================* Author        : "ThemeSine"* Template Name : Travel* Version       : 1.0==================================== *//*==================================font-family: 'Poppins', sans-serif;==================================== *//*=========== TABLE OF CONTENTS ===========1.  General css (Reset code)2. 	Header3. 	About5.  Travel-box5.  Service6.  Gallery7.  Discount-offer8.  Packages9.  Testemonial 10. Special Offer11. Blog12. Subscribe13. Footer-copyright===========*//*--------------------------------------        6. Gallery--------------------------------------*/.gallery{    background: #f9f9f9;}.gallery-details{    margin-top:50px;    margin-bottom:50px;}.gallery-content {    margin-top:30px;}/* gallary-header  */.gallary-header h2{    position:relative;    color:#565a5c;      font-size:30px;    font-weight:500;    text-transform:capitalize;    font-family: 'Poppins', sans-serif;    padding-bottom:14px;}.gallary-header p{    position:relative;    color:#aaa;      font-size:16px;    font-family: 'Poppins', sans-serif;    margin-top: 17px;}/* featured-header  *//* ---- .item ---- */.filtr-container .filtr-item {    overflow:hidden;    float: left;    position:relative;    margin-bottom: 30px;    overflow:hidden;}/*.item img*/.filtr-container .filtr-item img{    width:100%;    height:100%;    transition:.5s;    -webkit-transition: .5s;    -moz-transition: .5s;    -ms-transition: .5s;    -o-transition: .5s;    transition: .5s;}.filtr-container .filtr-item:hover  img{    -webkit-transform:scale(1.5);    -moz-transform:scale(1.5);    -ms-transform:scale(1.5);    -o-transform:scale(1.5);    transform:scale(1.5);}/*.item img*//*.item-title*/.item-title{    position: absolute;    background:transparent;    bottom: 20%;    left: 60px;    width: 170px;    height: 60px;    -webkit-transition:all 0.6s linear;    -moz-transition:all 0.6s linear;    -ms-transition:all 0.6s linear;    -o-transition:all 0.6s linear;    transition: all 0.6s linear;}.item-title a {    color:#fff;    font-size:24px;    text-transform: capitalize;    font-family: 'Poppins', sans-serif;    font-weight: 500;    margin-bottom: 3px;    -webkit-transition:all 0.6s linear;    -moz-transition:all 0.6s linear;    -ms-transition:all 0.6s linear;    -o-transition:all 0.6s linear;    transition: all 0.6s linear;}.item-title p {    color:#fff;    font-size:16px;    text-transform: capitalize;    font-family: 'Poppins', sans-serif;    -webkit-transition:all 0.6s linear;    -moz-transition:all 0.6s linear;    -ms-transition:all 0.6s linear;    -o-transition:all 0.6s linear;    transition: all 0.6s linear;}.item-title p span{    padding-right: 30px;}.filtr-container .filtr-item:hover .item-title a,.filtr-container .filtr-item:hover .item-title p{    color:#2cdbb5;}/*.item-title*/