
/*=========================================================
	13 -> RESPONSIVE
===========================================================*/

@media only screen and (max-width: 1199.98px) {
    h1 {font-size: 32px;}
    h2 {font-size: 28px;}
    h3 {font-size: 20px;}
    h4 {font-size: 18px;}
    h5 {font-size: 17px;}
    h6 {font-size: 16px;}

    .h1-light {font-size: 32px; font-weight: 400;}
    .h2-light {font-size: 28px; font-weight: 400;}
    .h3-light {font-size: 20px; font-weight: 400;}
    .h4-light {font-size: 18px; font-weight: 400;}
    .h5-light {font-size: 17px; font-weight: 400;}
    .h6-light {font-size: 16px; font-weight: 400;}

    .fs-20 {font-size: 18px;}

    p {font-size: 16px;}

    /* event-page */
    .event-slider-single-caption .slider-caption-sub {
        font-size: 32px;
    }
    .event-slider-single-caption .slider-caption-main {
        font-size: 48px;
    }
    /* end event-page */

    /* place-details */
    .section-title.place-details-section-title {
        margin-bottom: 10px;
    } 
    /* end place-details */
}
@media only screen and (max-width: 991.98px) {
    /* common */
    h1 {font-size: 30px;}
    h2 {font-size: 26px;}
    h3 {font-size: 18px;}
    h4 {font-size: 17px;}
    h5 {font-size: 16px;}
    h6 {font-size: 15px;}

    .h1-light {font-size: 30px; font-weight: 400;}
    .h2-light {font-size: 26px; font-weight: 400;}
    .h3-light {font-size: 18px; font-weight: 400;}
    .h4-light {font-size: 17px; font-weight: 400;}
    .h5-light {font-size: 16px; font-weight: 400;}
    .h6-light {font-size: 15px; font-weight: 400;}

    .fs-20 {font-size: 16px;}
    p {font-size: 14px;}

    .section-wrapper {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .section-wrapper-bottom-40 {
        padding-bottom: 30px;
    }
    .section-wrapper-top-40 {
        padding-top: 30px;
    }
    .section-title {
        position: relative;
        margin-bottom: 20px;
    }
    .section-title h1 {
        margin: 0;
        font-size: 32px;
        line-height: 30px;
    }
    .horizontal-tags .primary-btn-inline-default {
        margin: 10px 5px;
    }
    /* end common */
    .header-lang {
        padding: 7px 10px;
    }
    #top-header .header-links.pull-left {
        float: none !important;
    }

    #top-header .header-links.pull-right {
        float: none !important;
        margin-top: 5px;
    }

    .header-logo {
        float: none;
        text-align: center;
    }

    .header-logo .logo {
        display: inline-block;
    }

    .header-ctn .menu-toggle {
        display: inline-block;
    }

    #responsive-nav {
        position: fixed;
        left: 0;
        top: 0;
        background: #15161D;
        height: 100vh;
        max-width: 250px;
        width: 0%;
        overflow: hidden;
        z-index: 22;
        padding-top: 60px;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }

    #responsive-nav.active {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        width: 100%;
    }

    .main-nav {
        margin: 0px;
        float: none;
    }

    .main-nav>li {
        display: block;
        float: none;
    }

    .main-nav>li+li {
        margin-left: 0px;
    }

    .main-nav>li>a {
        padding: 15px;
        color: #FFF;
    }
    /* slider-area */
    .slider-caption-main { 
        font-size: 56px; 
    }
    .slider-caption-sub { 
        font-size: 36px; 
    }
    /* end slider-area max-width: 991.98px */

    /* slider-search */
    .slider-search { 
        padding: 32px 35px;
    }
    /* end slider-search */

    /* our-ctg */ 
    .our-ctg-title-and-details-area .section-title h1 {
        font-size: 42px;
        margin-bottom: 15px;
    }
    .section-title-slogan li {
        font-size: 30px;
        line-height: 52px;
        margin: 0px 40px;
        padding-left: 45px; 
    }
    /* end our-ctg */

    /* event-page */
    .event-page-area.light-orange-bg.pt-50 {
        padding-top: 0px;
    }
    .event-slider-single-caption .slider-caption-sub {
        font-size: 28px;
    }
    .event-slider-single-caption .slider-caption-main {
        font-size: 42px;
    }
    .event-slider-single-caption hr {
        margin-bottom: 0;
    }
    .event-slider-single-caption .slider-caption-sub p {
        line-height: 30px;
    }
    /* end event-page */
    /* biography-page */
    .biography-area.pt-50 {
        padding-top: 0;
    }
    .biography-top-name h1 {
        color: #fff;
        font-size: 30px;
    }
    .biography-area .section-body.pt-4 {
        padding-top: 0 !important;
    }
    /* end biography-page */
    /* things-to-do-area max-width: 991.98px */
    .things-to-do-details-area.pt-50 {
        padding-top: 0px;
    }
    /* end things-to-do-area */

    #product-imgs {
        margin-bottom: 60px;
        margin-top: 15px;
    }

    #rating {
        text-align: center;
    }

    #reviews {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .event-page-area .ant-picker, .section-title .ant-input-search {
        width: 100%;
    }
}

@media only screen and (max-width: 767.98px) {
    /* common */
    h1 {font-size: 26px;}
    h2 {font-size: 24px;}
    h3 {font-size: 17px;}
    h4 {font-size: 16px;}
    h5 {font-size: 15px;}
    h6 {font-size: 14px;}

    .h1-light {font-size: 26px;}
    .h2-light {font-size: 24px;}
    .h3-light {font-size: 17px;}
    .h4-light {font-size: 16px;}
    .h5-light {font-size: 15px;}
    .h6-light {font-size: 14px;}

    .fs-20 {font-size: 14px;}
    p {font-size: 12px;}

    .section-wrapper {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    
    .section-title .section-nav {
        float: none;
        margin-top: 10px;
    }

    .section-tab-nav li {
        margin-top: 10px;
    }
    .h2-light {
        font-size: 20px;
    }
    .section-title h1 {
        /* font-size: 32px;
        line-height: 45px; */ 
        font-size: 26px;
        line-height: 20px;
    }
    .section-wrapper-top-40 {
        padding-top: 20px;
    }
    main {
        margin-top: 46px;
    }
    .primary-btn-inline-default {
        padding: 5px 10px !important;
        font-size: 14px !important;
    }
    .secondary-btn {
        font-size: 14px !important;
        padding: 4px 10px !important;
    }
    /* .slick-prev {
        left: -30px !important;
    }
    .slick-next {
        right: -10px !important;
    } */
    /* end common */
    
    /* header */
    .header { 
        padding: 2px 0;
    }
    .mobile-menu {
        display: block;
        padding-right: 15px;
    }
    .header-user-name {
        display: none;
    }
    
    .header .logo { 
        width: 40px;
        padding: 6px 0;
    }
    .header-map {
        display: none;
    }
    .header-lang {
        padding: 4px 10px;
    }
    .header-right-content {
        display: flex;
        align-items: center;
    }
    .header-nav-beside-logo {
        display: none;
    }
    .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item, .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu {
        padding: 0 5px !important; 
    }
    /* end header */

    /* slider-area =>  max-width(767px)*/
    .slider-single .caption {
        bottom: 30px;
    }
    .slider-caption-sub {
        font-size: 24px;
    }
    .slider-caption-main {
        font-size: 30px;
    }
    .slider-area .ant-carousel .slick-dots-bottom {
        bottom: 30px;
    }
    
    /* end slider-area */

    /* slider-search */
    .slider-search-area {
        transform: translateY(0);
        margin-bottom: 0;
    }
    .slider-search {
        margin: 32px 0;
        padding: 0;
    } 
    /* .slider-search-in .ant-select:not(.ant-select-customize-input) .ant-select-selector { 
        height: 32px;
        padding: 0px 15px;
        font-size: 16px;
    }  */
    .slider-search-in .ant-select:not(.ant-select-customize-input) .ant-select-selector {
        height: 32px;
        padding: 0px 5px;
        font-size: 14px;
    }
    .slider-search-btn button.ant-btn.ant-btn-default { 
        padding: 0;
    }
    /* end slider-search =>  max-width(767px)*/

    /* our ctg */ 
    .our-ctg-title-and-details-area .section-title h1 {
        margin-bottom: 15px;
        font-size: 32px;
    }
    .section-title-slogan li {
        font-size: 24px; 
        margin: 0px 20px;
        padding-left: 35px;
    }
    .section-title-slogan li::after {
        left: 12px;
    }
    .our-ctg-title-and-details-area {
        margin-top: -15px;
    }
    /* end our ctg */
    
    /* place-details-page */
    .place-details-map-iframe iframe {
        height: 400px;
    }
    /* end place-details-page */

    /* blog-page */
    .blog-page-body .ant-tabs-tab {
        font-size: 20px !important;
    }
    .blog-page-single {
        width: 100%;
    }
    /* end blog-page */

    /* event-page */
    .event-slider-single-caption .slider-caption-sub {
        font-size: 24px;
    }
    .event-slider-single-caption .slider-caption-main {
        font-size: 32px;
    }
    .sm-column-reverse {
        display: flex;
        flex-direction: column-reverse;
    }
    .event-page-area .img-card {
        margin: 15px auto;
        max-width: 400px;
    }
    .event-page-area .img-card-right-text-in {
        text-align: left;
    }
    /* event-page =>  max-width(767px)*/

    .owl-carousel .owl-item img {
        width: 50%;
        margin: 0 auto;
    }

    .rounded-border {
        border: 3px solid rgba(207, 207, 207, 0.678);
        border-radius: 1000px;
    }

    .rounded-border:hover {
        border: 3px solid rgb(175, 171, 171);
        border-radius: 500px;
        transition: .2s;
    }
    /* biography-area */
    .biography-top-image {
        max-height: inherit;
    }
    .biography-top-name { 
        justify-content: left;
        padding-bottom: 0;
        padding-left: 0;
        color: #052F44;
        padding: 20px 0px;
    }
    .bio-profile-basic-info-single .ant-card {
        min-height: inherit;
    }
    /* end biography-area */
    /* profile */
    .profile-area-bottom-left-bottom {
        margin-bottom: 15px;
    }
    /* end profile */
    
    .footer-top h1 { 
        padding: 15px 0; 
        font-size: 22px;
    }
}

/* @media only screen and (max-width: 480px) {} */
@media only screen and (max-width: 575.98px) {
    /* common */
    
    h1 {font-size: 24px;}
    h2 {font-size: 22px;}
    
    .h1-light {font-size: 24px;}
    .h2-light {font-size: 22px;} 

    /* .slick-prev {
        left: -6px !important;
    }
    .slick-next {
        right: 10px !important;
        z-index: 1;
    } */
    /* end common */
    /* slider-area */
    .slider-caption-sub {
        line-height: 20px;
    }
    .slider-single .caption {
        bottom: 0;
    }
    .slider-area .ant-carousel .slick-dots-bottom {
        bottom: 5px;
    }
    .slider-search {
        margin: 20px 0;
        padding: 0;
    }
    /* end slider-area */
    /* slider-search-area */
    .slider-search-in .ant-select {
        padding: 15px 5px;
    }
    
    .slider-search-in .ant-select-arrow {
        right: 18px; 
        font-size: 16px;
    }
    .slider-search-btn button.ant-btn.ant-btn-default {
        font-size: 15px; 
    }
    .slider-search-btn .ant-btn > .anticon + span, .slider-search-btn .ant-btn > span + .anticon {
        margin-left: 6px;
        vertical-align: 1px;
    }
    /* end slider-search-area */

    /* our-ctg */
    .our-ctg-title-and-details-area .section-title h1 {
        margin-bottom: 5px;
        font-size: 28px;
    }
    .section-title-slogan li {
        font-size: 18px;
        padding-left: 20px;
        margin: 0px 10px;
    }
    .section-title-slogan li::after {
        left: 5px;
    }
    /* end our-ctg */

    /* place-details */
    .place-details-area .ant-tabs-tab + .ant-tabs-tab {
        margin: 0 0 0 15px !important;
    }
    .place-details-area .ant-tabs-tab-btn h6 {
        font-size: 12px;
    }
    .place-details-map-iframe iframe {
        height: 300px;
    }
    /* end place-details */
    /* event-area */ 
    .event-slider-single-caption .slider-single .caption {
        bottom: 10px;
    }
    .event-slider-single-caption .slider-caption-main {
        font-size: 24px;
        margin-bottom: 5px;
    }
    .event-slider-single-caption .slider-caption-sub  {
        font-size: 18px;
    }
    
    /* end event-area */
    
    /* biography-area */
    .biography-area-top {
        background: inherit;
        color: #052F44;
        padding-top: 10px;
    }
    .biography-top-name h1 {
        color: #052F44;
        font-size: 24px;
    }
    .biography-top-name h3 {
        color: #052F44; 
        font-size: 20px;
    }
    /* end biography-area */

    /* things-to-do-area */
    .things-to-do-details-area-top .caption {
        bottom: 10px;
    }
    /* end things-to-do-area */

    [class*='col-xs'] {
        width: 100%;
    }

    .store-grid {
        float: none;
        margin-top: 10px;
    }

    .store-pagination {
        float: none;
        margin-top: 10px;
    }

    .owl-carousel .owl-item img {
        width: 50%;
        margin: 0 auto;
    }

    .rounded-border {
        border: 3px solid rgba(207, 207, 207, 0.678);
        border-radius: 1000px;
    }

    .rounded-border:hover {
        border: 3px solid rgb(175, 171, 171);
        border-radius: 500px;
        transition: .2s;
    }
    .ant-back-top {
        font-size: 24px !important;
        right: 20px !important;
        bottom: 20px !important;
    }

}