/*
* Theme Name: NS - Seven Diamond Travels & Tours
*  Author: Netscriper
*  Author URI: http://www.netscriper.com/
*/     

:root {
--color1: #194E84;
--color2: #ed1b24;
}

body{
	margin:0 auto;
    font-family: "Karla", "Noto Sans Myanmar", sans-serif;
    line-height: 29px;
    color: #434343;
}
#page{
    overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6{
    font-family: "El Messiri", sans-serif;
    font-weight: bold;
    color: rgba(67, 67, 67, 1);
}
a{
    text-decoration: none;
    transition: all .2s;
}
.text-justify{
    text-align: justify;
}

/* Header & Menu Start */
header {
    position: absolute;
    background: transparent;
    width: 100%;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 1000;
}
header.scrolled {
    position: fixed;
    background: var(--color1);
    backdrop-filter: blur(20px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background-clip: padding-box;
    animation: slideDown 0.4s ease;
    border-radius: 0 0 20px 20px;
}
header .logo {
    border: 1px solid rgb(255 255 255 / 30%);
    border-radius: 0 0 20px 20px;
    border-top: 0;
}
@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}
header.scrolled .logo {
    max-width: 197px;
}

#menu-main-menu {
    justify-content: space-between;
    width: 100%;
}
#menu .nav-link {
    color: #fff;
    position: relative;
    padding: 8px 15px;
    display: flex;
    align-items: center;
}
#menu .nav-link:before {
    content: "";
    background: #D9D9D933;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    transform: scale(.9);
}
#menu .nav-link.active:before, #menu .nav-link:hover:before {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}
#menu .nav-link.dropdown-toggle::after {
    content: "\F282";
    border: unset;
    font-family: 'bootstrap-icons';
    font-size: 14px;
    position: relative;
    top: 1px;
    left: 1px;
}

.menu .navbar-nav .dropdown-menu {
    padding: 2px 20px;
    transform-origin: 0 0;
    transform: rotateX(-90deg);
    transition: all .35s ease;
    display: block;
    visibility: hidden;
    opacity: 0;
    border: unset;
    margin-top: 3px;
    min-width: 170px;
}
.menu .navbar-nav .dropdown:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    opacity: 1;
}
.menu .navbar-nav .dropdown-menu a {
    border-bottom: 1px solid #DFDFDF;
    padding: 8px 0;
}
.menu .navbar-nav .dropdown-menu li:last-child a {
    border-bottom: unset;
}
.menu .navbar-nav .dropdown-menu a:hover, .menu .navbar-nav .dropdown-menu a.active {
    background: unset;
    color: var(--color2);
}

.mobile-navigator {
    color: #fff;
    font-size: 28px;
    background: #245c95;
    padding: 2px 9px 1px;
    border-radius: 5px;
}

#mobile-menu .navbar-nav .nav-link.active{
    background: var(--color1);
    color: #fff;
}
#mobile-menu .mm-navbar{
    color: #fff;
    font-weight: 500;
}
/* Header & Menu End */

/* Slider Start */
section.slider{
    position: relative;
}
section.slider .swiper-slide{
    z-index: 10;
}
section.slider .image-container img {
    filter: brightness(0.8);
}
section.slider .swiper-slide img {
    aspect-ratio: 21 / 10;
    object-fit: cover;
}
section.slider .image-container {
  width: 100%;
  height: 100%;
  transition: transform 10s ease; 
}

section.slider .image-container.scale-up {
  transform: scale(1.1);
}
section.slider .socials{
    position: absolute;
}
section.slider .socials {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* z-index: 100; */
    display: flex;
    align-items: center;
    text-align: right;
}
section.slider .socials .box {
    display: flex;
    flex-direction: column;
    align-items: end;
    position: relative;
    gap: 14px;
}
section.slider .socials .box::before {
    content: "";
    position: absolute;
    width: 2px;
    height: calc(100% * 2);
    background: #fff;
    right: 20px;
    top: calc(100% + 20px);
    z-index: 100;
}
section.slider .socials a {
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    color: #fff;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    z-index: 100;
}
section.slider .socials a:hover {
    background: var(--color2);
}
section.slider .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
}
section.slider .overlay .box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
section.slider .overlay .tours{
    z-index: 100;
    position: relative;
}
section.slider .caption{
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    bottom: 50%;
    transform: translateY(50%);
    z-index: 100;
}
section.slider .caption .wrap {
    color: #fff;
    max-width: 540px;
    width: 100%;
}
section.slider .caption h1 {
    text-transform: uppercase;
    font-size: 44px;
    color: #fff;
    line-height: normal;
    margin: 0;
}
section.slider .caption p {
    font-weight: 300;
}
.more {
    background: rgba(227, 227, 227, 0.2);
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 60px;
    padding: 8px 18px;
    display: flex;
    align-items: center;
    width: max-content;
    transition: all .3s ease;
}
.more.style2 {
    background: var(--color1);
}
.more::after {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-left: 10px;
    background: url(/wp-content/themes/ns-seven-diamond/images/arrow-icon.png) no-repeat;
    background-size: contain;
    background-position: center;
}
.more:hover, .more.style2:hover {
    background: var(--color2);
}
section.slider .more {
    margin-top: 20px;
}

section.slider .tour-category {
    background: rgba(217, 217, 217, 0.2);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 352px;
    max-width: 100%;
    border-radius: 10px;
    padding: 12px;
    transition: all .3s ease;
}
section.slider .tour-category:hover {
    background: var(--color1);
    border-color: var(--color1);
    transform: scale(1.02);
}
section.slider .tours {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 30px;
}
section.slider .tour-category .meta {
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
section.slider .tour-category .cat-name {
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 0 8px;
}
section.slider .tour-category .description {
    color: #fff;
    font-weight: 300;
    margin-top: 5px;
}
section.slider .tour-category .arrow i {
    color: rgba(30, 30, 30, 1);
    background: #fff;
    width: 23px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
}

.tour-style1 .image-container, .tour-style2 .image-container{
    position: relative;
    overflow: hidden;
    border-radius: 30px;
}
.tour-style1 .image-container::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 60%;
    z-index: 10;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.tour-style1 .image-container img, .tour-style2 .image-container img {
    width: 100%;
    aspect-ratio: 12 / 9;
    transition: all .5s ease;
    transform: scale(1);
}
.tour-style1 .image-container:hover img{
    transform: scale(1.05);
}
.tour-style1 .image-container .content, .tour-style2 .image-container .content{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding: 20px;
    z-index: 20;
    gap: 10px;
}
.tour-style1 .image-container .content h3 {
    color: #fff;
    font-size: 30px;
    margin: 0;
}
.tour-style1 .image-container .content .right-arrow, .tour-style2 .image-container .content .right-arrow, .news-style1 .right-arrow, .news-style2 .right-arrow{
    width: 42px;
    height: 42px;
    background: #fff;
    text-align: center;
    line-height: 42px;
    color: #1e1e1e;
    font-size: 40px;
    border-radius: 50%;
    transition: all .5s ease;
    display: inline-block;
}
.tour-style1 .image-container:hover .right-arrow, .news-style2 .right-arrow:hover {
    background: var(--color2);
    color: #fff;
}

/* Tour Style 2 */
.tour-style2 .image-container {
    border: 2px solid #EFEFEF;
    transition: all .5s ease;
}
.tour-style2 .image-container:hover{
    background: var(--color1);
    /* border-color: var(--color1); */
}
.tour-style2 .image-container img{
    border-radius: 25px;
}
.tour-style2 .image-container .content{
    position: unset;
    padding: 15px 20px;
}
.tour-style2 .image-container .content h3 {
    margin: 0;
    font-size: 30px;
    transition: all .5s ease;
}
.tour-style2 .image-container:hover h3{
    color: #fff;
}
.tour-style2 .image-container .content .right-arrow, .news-style2 .right-arrow{
    background: var(--color1);
    color: #fff;
}
.tour-style2 .image-container:hover .right-arrow {
    background: #fff;
    color: #1e1e1e;
}

/* Slider End */

/* About Section Start */
section.about {
    padding: 120px 0;
    background: url('/wp-content/themes/ns-seven-diamond/images/map-bg-shape.png') no-repeat center;
    background-size: 50%;
}
section.about .image-container img {
    aspect-ratio: 14 / 10;
    object-fit: cover;
}
section.about .image-container .left-img {
    border-radius: 0 167px 30px 0;
}
section.about .image-container .right-img {
    border-radius: 30px 0 0 167px;
}
section.about h1 {
    font-size: 44px;
    text-transform: uppercase;
}
section.about .content {
    max-width: 721px;
    width: 100%;
    margin: 0 auto;
}
/* About Section End */

/* Tour Category Sections Start */
.section-title {
    font-size: 44px;
    text-transform: uppercase;
    font-weight: 700;
}
section.tour-category1 {
    background: url('/wp-content/themes/ns-seven-diamond/images/section-bg1.png') no-repeat center;
    background-size: cover;
    padding: 60px 0;
}
.swiper .control-wrapper {
    display: flex;
    justify-content: end;
    margin-top: 37px;
}
.swiper .control-wrapper .swiper-pagination span {
    font-family: "El Messiri", sans-serif;
    color: var(--color1);
    opacity: 1;
    font-weight: 700;
    width: 21px;
    height: 21px;
    border-radius: 4px;
    line-height: normal;
    background: unset;
    transition: all .2s ease;
}
.swiper .control-wrapper .swiper-pagination span.swiper-pagination-bullet-active, .swiper .control-wrapper .swiper-pagination span:hover {
    background: var(--color1);
    color: #fff;
}
.swiper .navigation-button {
    color: var(--color1);
    line-height: 0;
}
.swiper .navigation-button[aria-disabled="true"], .swiper .navigation-button[aria-disabled="true"]:hover {
    color: #8b8b8b;
    cursor: auto;
}
.swiper .navigation-button:hover {
    color: var(--color2);
}

section.tour-category2 {
    padding: 120px 0;
}
/* Tour Category Sections End */

/* Service Section Start */
section.services {
    padding: 60px 0;
    background: #f3f3f3 url('/wp-content/themes/ns-seven-diamond/images/section-bg2.png') no-repeat center;
    background-size: cover;
}
.service-slider .swiper-slide, .testimonial-slider .swiper-slide {
    height: auto;
}
.service-box {
    box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.1);
    border-radius: 30px;
    text-align: center;
    padding: 25px;
    transition: all .5s ease;
    margin-top: 70px;
    height: -webkit-fill-available;
    background: #fff;
}
.service-box:hover{
    background: var(--color1);
    color: #fff;
}
.service-box:hover h4{
    color: #fff;
}
.service-box .icon {
    width: 94px;
    height: 94px;
    background: var(--color1);
    border-radius: 50%;
    margin: -70px auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-box .icon img {
    filter: brightness(10);
    max-width: 52px;
}
.service-box p {
    margin: 0;
    color: #434343;
}
.service-box:hover p{
    color: #fff;
}
.service-box:hover .icon {
    background: #fff;
    box-shadow: 0px 0px 29px 0px rgba(100, 100, 111, 0.2);
}
.service-box:hover .icon img {
    filter: brightness(1);
}
.service-slider span.swiper-pagination-bullet, .testimonial-slider span.swiper-pagination-bullet, .gallery-slider span.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #D9D9D9;
    opacity: 1;
}
.service-slider span.swiper-pagination-bullet-active, .service-slider span.swiper-pagination-bullet:hover, .testimonial-slider span.swiper-pagination-bullet-active, .testimonial-slider span.swiper-pagination-bullet:hover, .gallery-slider span.swiper-pagination-bullet-active, .gallery-slider span.swiper-pagination-bullet:hover {
    background: var(--color1);
}
.service-slider .swiper-pagination, .testimonial-slider .swiper-pagination {
    position: unset;
    margin-top: 50px;
}
.gallery-slider .swiper-pagination{
    position: unset;
    margin-top: 25px;
}
.fancybox-image {
    border-radius: 20px;
}
.fancybox-caption {
    text-align: center;
    font-size: 27px;
    font-family: 'El Messiri';
}
/* Service Section End */

/* Blog Section Start */
section.blog {
    background: url('/wp-content/themes/ns-seven-diamond/images/section-bg1.png') no-repeat center;
    background-size: cover;
    padding: 60px 0;
}
.blog-box{
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}
.blog-box .content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px 20px !important;
    height: 60%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    display: flex;
    flex-direction: column;
    justify-content: end;
    color: #fff;
    width: 100%;
}
.blog-box h4 {
    color: #fff;
    line-height: 1.4;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
}
.blog-box .blog-img {
    aspect-ratio: 9 / 8;
    width: 100%;
    object-fit: cover;
    transition: all .5s ease;
}
.blog-box:hover .blog-img {
    transform: scale(1.05);
}
.blog-box .more {
    padding: 0;
    border: unset;
    background: unset;
    text-transform: capitalize;
    font-weight: 400;
}
/* Blog Section End */

/* Testiomonial Section Start */
section.testimonial {
    padding: 120px 0;
    background: url('/wp-content/themes/ns-seven-diamond/images/section-bg3.png') center no-repeat;
    background-size: contain;
}
.testimonial-box {
    box-shadow: 0px 7px 29px 0px #64646F1A;
    background: #fff;
    border-radius: 30px;
    padding: 20px;
    line-height: 25px;
    text-align: justify;
    margin: 20px 0;
    height: -webkit-fill-available;
    position: relative;
}
.testimonial-box .content {
    text-align: right;
}
.testimonial-box .content h6 {
    color: var(--color1);
    margin: 0;
}
.testimonial-box .icon {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
}

/* News Section Start */
section.news {
    padding: 120px 0;
}
section.news .description {
    max-width: 528px;
    width: 100%;
    line-height: 25px;
}
.news-style1 {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
}
.news-style1 .content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    color: #fff;
    padding: 25px;
    gap: 10px;
}
.news-style1 .title {
    color: #fff;
    margin: 0;
    max-width: 387px;
    width: 100%;
    line-height: 1.4;
}
.news-style1 .right-arrow {
    color: var(--color1);
}
.news-style1:hover .right-arrow {
    background: var(--color2);
    color: #fff;
}
.news-style1 .post-thumbnail img {
    aspect-ratio: 12/7;
    width: 100%;
    object-fit: cover;
    transition: all .5s ease;
}
.news-style1:hover .post-thumbnail img {
    transform: scale(1.05);
}
.news-style1 .date {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 5px;
}

.news-style2 .post-thumbnail img {
    /* aspect-ratio: 6 / 5; */
    aspect-ratio: 15/13;
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
    /* min-height: 270px; */
    transition: all .5s ease;
}
.news-style2 .post-thumbnail img:hover{
    filter: brightness(0.8);
}
.news-style2 .title a {
    line-height: 1.4;
    color: #434343;
}
.news-style2 .title a:hover{
    color: var(--color1);
}
.news-style2 .date {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 5px;
}
.news-style2 .date img{
    filter: brightness(0.2);
}
/* News Section End */

/* Pagination */

ul.page-numbers{
	padding-left: 0px;
    list-style: none;
    margin-top: 10px;
}	
ul.page-numbers li a, ul.page-numbers li span.current {
    float: left;
    height: 35px;
    width: 35px;
    line-height: 31px;
    text-align: center;
    padding: 0px;
    margin-right: 9px;
    border: 2px solid #DFDFDF;
    border-radius: 9px;
    color: #434343;
}
ul.page-numbers li span.current{
	color: #fff;
    background: var(--color1);
    border-color: var(--color1);
}
ul.page-numbers li a:hover{
    color: var(--color1);
    border-color: var(--color1);
}
.content-img img{
	width: 100%;
	height: auto;
}
/* 404 error */
.error img {
    position: relative;
    margin: 0 auto;
}
.back-home-wrap p {
    font-size: 21px;
	margin-top:50px;
}
.back-home-wrap {
    text-align: center;
    left: 0;
    right: 0;
}
.error {
    height: 400px;
}
.back-home {
    margin-top: 14px;
    border-radius: 0;
}

.mm-menu--offcanvas{
    position: absolute;
}

/* Breadcrumb */

#breadcrumbs {list-style-type: none; padding-left: 0;}
#breadcrumbs li{display: inline-block;}

/*********************** Widget ******************/
.sidebar {
    margin-top: 30px;
}
.sidebar aside {
    padding: 30px;
    border-radius: 8px;
    border: 2px solid #EFEFEF;
    margin-top: 25px;
}
.mywidget h4 {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
}
.widget-title{
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 21px;
}
.sidebar aside li {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: 18px;
}
.sidebar aside li img {
    max-width: 90px;
}
.widget ul li a {
    color: #434343;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
}
.widget ul li a:hover::before {
    content: '';
    position: absolute;
    border: 1px solid var(--color1);
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    transition: all .3s ease;
}
.widget ul li a:hover,
.widget ul li a:focus{
    color: var(--color1);
    text-decoration: none;
    outline: none;
}
.widget ul{
    padding-left:0;
    list-style-type: none;
}
.sidebar aside .wp-block-heading {
    position: relative;
    margin-bottom: 30px;
}
.sidebar aside .wp-block-heading::before {
    content: "";
    position: absolute;
    left: 25px;
    bottom: -7px;
    width: 20px;
    height: 2px;
    background: var(--color2);
}
.sidebar aside .wp-block-heading::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 20px;
    height: 2px;
    background: var(--color2);
}

/* Sub Banner */
section.sub-banner {
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}
section.sub-banner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /* background-color: var(--color1);
    opacity: 0.7; */
    background: #253c56;
    opacity: 0.8;
}
section.sub-banner .page-meta {
    position: relative;
    color: #fff;
}
.sub-banner .page-meta .title {
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}
.sub-banner .page-meta {
    margin-top: 100px;
}

#breadcrumbs a {
    color: #fff;
}
#breadcrumbs i {
    margin: 0px 10px;
}
#breadcrumbs a:hover {
    color: var(--color2);
}

/* About Page Start */
.about-page .section1 {
    padding: 100px 0;
}
.about-page .section1 h5 {
    color: var(--color2);
}
.about-page .section1 h1 {
    margin-bottom: 25px;
}
.about-page .section1 .more.style2 {
    margin-top: 30px;
}
.about-page .section1 .image-container {
    aspect-ratio: 6 / 7;
    overflow: hidden;
    border-radius: 20px;
}
.about-page .section1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s ease;
}
.about-page .image-container:hover img{
    transform: scale(1.05);
}
.about-page .image-container.one {
    margin-top: 150px;
}
.about-page .image-container.three {
    margin-top: 10px;
    max-width: 80%;
    aspect-ratio: 10 / 11;
}

.about-page .section2 {
    background: url('/wp-content/themes/ns-seven-diamond/images/section-bg3.png') center no-repeat;
    background-size: contain;
    padding: 0 0 140px;
    background-position: top;
}
.about-page .office {
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 30px;
    background: #fff;
}   
.office .info {
    margin-bottom: 20px;
    line-height: 1.5;
}
.office img {
    aspect-ratio: 4 / 3;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.about-page .section2 .col-lg-6:nth-child(odd) {
    padding-right: 20px;
}
.about-page .section2 .col-lg-6:nth-child(even) {
    position: relative;
    bottom: -60px;
    padding-left: 20px;
}
.about-page .section2 .title span {
    font-size: 65px;
    margin-right: 10px;
    color: var(--color2);
    opacity: .7;
}
/* About Page End */

/* Single Tour Details Start */
.single-tour .content {
    padding: 0 !important;
}
.single-tour .meta-info {
    padding: 50px 0;
    background: #F2F5F9;
}
.single-tour .tour-content h3 {
    margin: 30px 0 10px;
}
.include-and-exclude ul {
    padding: 0;
    list-style: none;
}
.include-and-exclude ul li {
    display: flex;
    margin-top: 10px;
    align-items: start;
    line-height: 1.4;
}
.include-and-exclude ul li:before {
    content: "\f058";
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    margin-right: 10px;
    color: var(--color1);
}
.include-and-exclude .excludes li:before {
    content: "\f057";
    color: var(--color2);
}
.include-and-exclude b {
    font-size: 19px;
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 500;
}
.gallery-slider img {
    aspect-ratio: 6 / 4;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.single-tour .meta-info .flex-box {
    display: flex;
    align-items: center;
    gap: 15px;
}
.single-tour .meta-info .price b {
    font-size: 33px;
    color: var(--color2);
    color: var(--color1);
}
.single-tour .meta-info .flex-box p {
    margin: 0;
    font-weight: 500;
    color: #82828a;
    line-height: 1.4;
}
.single-tour .meta-info .flex-box i {
    color: var(--color1);
    font-size: 30px;
    min-width: 40px;
}
.single-tour .meta-info .flex-box p {
    margin: 0;
    font-weight: 500;
    color: #82828a;
    line-height: 1.4;
}
.single-tour-content {
    padding: 60px 0;
}
.single-tour-content .g-map iframe {
    width: 100%;
    height: 370px;
    border-radius: 20px;
}
.single-tour .inquiry-box {
    text-align: center;
    background: #fff;
    border: 1px solid #DFDFDF;
    border-radius: 10px;
    padding: 28px 30px 30px;
    margin-top: 20px;
}
.single-tour .inquiry-box .more {
    margin: 25px auto 0;
}
.single-tour .inquiry-box i {
    font-size: 55px;
    color: var(--color1);
    margin-bottom: 20px;
}

#tourPlanAccordion .accordion-button:not(.collapsed), #tourPlanAccordion .accordion-button:focus, #tourPlanAccordion .accordion-button:hover {
    background: unset;
    color: var(--color1);
    box-shadow: unset;
}
#tourPlanAccordion .accordion-header button {
    font-family: Karla, "Noto Sans Myanmar", sans-serif;
    font-size: 18px;
    font-weight: 600;
}
#tourPlanAccordion {
    position: relative;
    padding-left: 40px;
}
#tourPlanAccordion .accordion-body {
    padding-top: 0;
}
#tourPlanAccordion::before {
    content: "";
    border-left: 1px dashed rgba(15, 29, 35, .1);
    background: none;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 1000;
    height: 100%;
}
#tourPlanAccordion .accordion-item button {
    padding: 17px 0;
}
#tourPlanAccordion .accordion-header{
    position: relative;
}
#tourPlanAccordion .accordion-header::before {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    left: -46px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    border: 2px solid var(--color1);
}
.single-tour-content .tour-plans ul, .single-tour-content .tour-plans ol {
    margin-top: 5px;
}
/* Single Tour Details End */

/* Our Services Page */
.page-template-our-services .content{
    background: #f3f3f3 url('/wp-content/themes/ns-seven-diamond/images/section-bg2.png') no-repeat center;
    padding: 50px 0 70px;
}

/* Contact Page Start */
.page-template-contact-us .content, .archive .content, .single .content {
    padding: 70px 0;
}
#contact-form input, #contact-form textarea {
    /* background-color: #F2F5F9;
    border-color: #F2F5F9; */
    border-color: lightblue;
    min-height: 55px;
    border-radius: 10px;
    padding: 9px 18px;
    box-shadow: unset;
    margin-bottom: 20px !important;
}
#contact-form .form-control:focus {
    /* border-color: lightblue; */
    border-color: #5195ab;
}
.btn-style1 {
    background: var(--color1);
    border: unset;
    color: #fff;
    border-radius: 60px;
    padding: 11px 20px;
    text-align: center;
    min-width: 140px;
    text-transform: uppercase;
    transition: all .3s;
}
.btn-style1 i {
    margin-left: 2px;
}
.btn-style1:hover {
    background: #0c4074;
}
.contact-page hr {
    opacity: .1;
    margin-top: 40px;
}
.contact-page .flex-box {
    display: flex;
    align-items: flex-start;
    margin-bottom: 7px;
}
.contact-page .flex-box img {
    max-width: 35px;
    margin-right: 10px;
}
.contact-page .addresses .label {
    font-size: 18px;
    color: var(--color1);
    font-weight: 700;
    display: inline-block;
}
.contact-page .form-section {
    background: url(/wp-content/themes/ns-seven-diamond/images/map-shape.png);
    padding: 70px 0 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.heading-group small {
    color: var(--color2);
    font-weight: 700;
    font-size: 16px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.heading-group small::before {
    content: "";
    height: 2px;
    width: 60px;
    background: var(--color2);
    display: inline-block;
    margin-right: 10px;
}
.contact-page .socials a {
    color: var(--color2);
    border: 1px solid var(--color2);
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    font-size: 18px;
    margin-right: 8px;
}
.contact-page .socials a:hover {
    background: var(--color1);
    border-color: var(--color1);
    color: #fff;
    text-decoration: none;
}
.contact-page .socials h4 {
    margin-bottom: 12px;
}
/* Contact Page End */

/* Footer Start */
footer {
    background: var(--color1);
    color: #fff;
    line-height: 1.4;
}
footer .footer-top{
    padding: 40px 0;
}
footer h5 {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
}
footer a {
    color: #fff;
}
footer a:hover {
    color: #ffffffb8;
}
footer table td {
    vertical-align: top;
    padding: 6px 12px 6px 0;
}
footer table td:first-child {
    min-width: 108px;
    font-weight: 500;
}
footer .socials a {
    background: #fff;
    color: var(--color1);
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 37px;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    margin-right: 10px;
}
footer .socials a:hover {
    background: var(--color2);
    color: #fff;
}
.footer-top hr {
    opacity: 1;
    margin-top: 20px;
}

.copyright {
    font-size: 14px;
    border-top: 1px solid rgba(255, 255, 255, 1);
    padding: 12px 0;
}


#go-top{
    position: fixed;
    right: -10px;
    bottom: 100px;
    transform: rotate(90deg);
    z-index: 99;
}
#go-top .scroll-top-inner{
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
#go-top .scroll-bar{
    width: 50px;
    height: 2px;
    background: #ddd;
    border-radius: 5px;
    margin-right: 10px;
    position: relative;
}
#go-top .scroll-bar .bar-inner {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    /* background-color: #494d59; */
    background-color: var(--color2);
}
#go-top .scroll-bar-text {
    font-weight: 700;
    cursor: pointer;
    color: #ed3b3e;
    transition: all 500ms ease;
}
/* Footer End */

/* Media Query Start */
@media (max-width: 1399px){
    #menu .nav-link{
        padding: 6px 10px;
        font-size: 15px;
    }
    section.about .image-container .left-img {
        border-radius: 0 150px 30px 0;
    }
    section.about .image-container .right-img {
        border-radius: 30px 0 0 150px;
    }
    section.sub-banner{
        height: 450px;
    }
    .section-title, section.about h1{
        font-size: 40px;
    }
}

@media (max-width: 1199px){
    section.about .image-container .left-img{
        border-radius: 0 125px 25px 0;
    }
    section.about .image-container .right-img{
        border-radius: 25px 0 0 125px;
    }
    .about-page .image-container.one {
        margin-top: 100px;
    }
    section.sub-banner{
        height: 400px;
    }
    section.slider .caption h1{
        font-size: 34px;
        line-height: 1.4;
    }
    section.about, section.tour-category2, section.testimonial, section.news, .about-page .section1{
        padding: 80px 0;
    }
    .page-template-our-services .content{
        padding: 40px 0 60px;
    }
    .section-title{
        font-size: 33px;
    }
    section.about h1{
        font-size: 36px;
    }
}

@media(max-width: 991px){
    section.about .image-container{
        max-width: 400px;
        width: 100%;
    }
    section.about .image-container .left-img {
        border-radius: 0 167px 30px 0;
    }
    section.about .image-container .right-img {
        border-radius: 30px 0 0 167px;
    }
    .about-page .section2 .col-lg-6:nth-child(even){
        bottom: 0;
        padding-left: 12px;
    }
    .about-page .section2 .col-lg-6:nth-child(odd){
        padding-right: 12px;
    }
    .about-page .section2{
        padding: 0 0 60px;
    }
    section.sub-banner{
        height: 350px;
    }
    section.slider .overlay{
        display: none;
    }
    section.slider .caption{
        bottom: 40%;
    }
    section.slider .caption h1{
        font-size: 30px;
    }
    section.slider .swiper-slide img{
        aspect-ratio: 16 / 9;
    }
    #go-top{
        right: -40px;
        bottom: 80px;
    }
}

@media(max-width: 767px){
    section.sub-banner{
        height: 300px;
    }
    section.slider .caption {
        bottom: 30%;
    }
    section.slider .caption h1 {
        font-size: 25px;
    }
    section.slider .caption p {
        display: none;
    }
    section.slider .socials{
        align-items: end;
        padding-bottom: 20px;
    }
    section.about, section.tour-category2, section.testimonial, section.news, .about-page .section1, .archive .content, .page-template-contact-us .content, .single .content{
        padding: 60px 0;
    }
    .contact-page hr{
        margin-top: 30px;
    }
    .contact-page .form-section{
        padding: 40px 0 0 0;
    }
    .single-tour-content {
        padding: 50px 0;
    }
}

@media(max-width: 575px){
    section.slider .socials{
        display: none;
    }
    section.slider .swiper-slide img{
        aspect-ratio: 14/9;
    }
    .service-box{
        margin-top: 50px;
    }
    #tourPlanAccordion .accordion-header::before{
        left: -25px;
    }
    #tourPlanAccordion::before{
        left: 6px;
    }
    #tourPlanAccordion {
        padding-left: 25px;
    }
}

@media(max-width: 425px){
    .about-page .office{
        padding: 25px 15px;
    }
    section.sub-banner{
        height: 250px;
    }
    section.slider .swiper-slide img{
        aspect-ratio: 10/9;
    }
    section.about, section.tour-category2, section.testimonial, section.news, section.tour-category1, section.services, section.blog, .about-page .section1, .archive .content, .page-template-contact-us .content, .single .content{
        padding: 50px 0;
    }
    .page-template-our-services .content{
        padding: 25px 0 50px;
    }
    .about-page .section2{
        padding: 0 0 50px;
    }
    .contact-page .form-section{
        padding: 30px 0 0 0;
    }
    .contact-page hr{
        margin-top: 20px;
    }
    .single-tour-content, .single-tour .meta-info {
        padding: 40px 0;
    }
    #tourPlanAccordion .accordion-item button {
        padding: 15px 0;
    }
    #tourPlanAccordion .accordion-header button{
        font-size: 16px;
    }
}

@media(max-width: 375px){
    footer table tr {
        display: flex;
        flex-direction: column;
    }
    footer table td:nth-child(2) {
        display: none;
    }
    footer table tr td:first-child {
        padding-bottom: 0;
        color: #ffffff99;
    }
    .section-title{
        font-size: 32px;
    }
    .about-page .section2 .title span{
        font-size: 40px;
    }
    section.slider .swiper-slide img{
        aspect-ratio: 1/1;
    }
    .section-title, section.about h1 {
        font-size: 30px;
    }
    .sidebar aside {
        padding: 25px 20px;
    }
}

/* Media Query Between */
@media (min-width: 500px) and (max-width: 991px) {
    section.blog .blog-box img {
        aspect-ratio: 16 / 9;
    }
}