/* rows and columns */
.thm-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.thm-col-2,
.thm-col-6,
.thm-col-5,
.thm-col-12 {
    display: block;
    padding: 0px 15px;
}

.thm-col-2 {
    width: 20%;
}

.thm-col-5 {
    width: 40%;
}

.thm-col-6 {
    width: 50%;
}

.thm-col-12 {
    width: 100%;
}
@media (min-width: 991.1px){
.header-box{
    flex-wrap: nowrap;
}
.header-box .thm-btn span{
    text-wrap: nowrap;
}
}
@media (max-width: 991px){
    .header-box .thm-btn{
    display: none !important;
}
    .header-box nav{
        display: none;
    }
.home{
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.home .pos-left-btn{
    position: relative;
    right: auto;
margin-top: 15px;
}
}
@media (min-width: 765.1px) {
    header{
    display: none;
}
}
/* rows and columns end */
@media (max-width: 765px) {

    .thm-col-2,
    .thm-col-6,
    .thm-col-5,
    .thm-col-12 {
        width: 100%;
    }

    header{
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
}
header a{
    width: 100%  !important;
    text-align: center;
    font-weight: 600;
    border: 1px solid #fff !important;
}
.home h1{
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 1px;
}
.gallery h2, .feature h2, .explore h2, .rules h2, .contact h2,
.explore .content-box .bottom-box h3{
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 10px;
}
.feature .feature-box, .gallery .gallery-box{
    width: 100%;
}
.feature .next-btn, .gallery .next-btn{
    right:0;
}
.feature .prev-btn, .gallery .prev-btn{
    left:0;
}
.gallery .next-btn, .gallery .prev-btn, .feature .next-btn, .feature .prev-btn{
    transform: translateY(-50%) scale(1);
}
.explore .next-btn, .explore .prev-btn{
    transform:scale(1);
}
.card{
    margin-top: 100px;
}
.page-footer{
    padding-bottom: 45px;
}
.header-box .logo{
     margin: auto;
}
/* .map-bg {
    background-image: url('../images/map/location-mobile.webp');
    background-position: top center;
    background-size: cover;
    padding-top: 60px;
} */
}

@media (max-width: 360px) {
    .gallery h2, .feature h2, .explore h2, .rules h2, .contact h2,
.explore .content-box .bottom-box h3{
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
}
header .thm-btn span{
    text-shadow: none;
    transform: translateY(0px) !important;
}
header .thm-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
}