@font-face {
    font-family: 'Baskerville';
    font-style: normal;
    src: local('Baskerville'), url('../fonts/BaskervilleBT.woff') format('woff');
	font-display: swap;
}



:root {
    --header-height: 130px;
    --header-height-min: 80px;
}
@media screen and (max-width:600px) {
    :root {
    --header-height: 100px;
    --header-height-min: 80px;
}
}
:root {
    --primary-color:#2f2f2f;
    --accent-color: #C5A992;
    --dark-color: #2f2f2f;
    --grey-color: #f1f1f1;
    --body-text-color: #757575;
    --light-text-color: #afafaf;
    --dark-text-color: #2f2f2f;
    --body-font: "Roboto", sans-serif;
    --heading-font: "Baskerville";
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: var(--heading-font);
    font-weight: var(--heading-font-weight);
    color: var(--dark-color);
    line-height: var(--heading-line-height);
}
h1.light, h2.light, h3.light, h4.light, h5.light, h6.light {
    color: var(--light-color);
}

.font-primary{
    font-family: var(--heading-font);
}
.text-light {
    --bs-text-opacity: 0.6;
}

.text-primary {
    color:var(--primary-color) !important;
}

.text-black {
    color: var(--bs-black);
}
.text-white {
    color: white !important;
}

.btn {
    --bs-btn-border-radius: 0;
}

.fs-20{
    font-size:20px;
}

.fs-24{
    font-size:24px;
}


/* ratio */
/* - Aspect Ratio */
.ratio-1x1 {
    aspect-ratio: 1/1;
    object-fit: cover;
  }
  
  .ratio-4x3 {
    aspect-ratio: 4/3;
    object-fit: cover;
  }
  
  .ratio-16x9 {
    aspect-ratio: 16/9;
    object-fit: cover;
  }
  
  .ratio-21x9 {
    aspect-ratio: 21/9;
    object-fit: cover;
  }

  .ratio-2x3 {
    aspect-ratio: 2/3;
    object-fit: cover;
  }

  .ratio-3x4 {
    aspect-ratio: 3/4;
    object-fit: cover;
  }


  .img-populer{
    max-width: 340px;
    border: 10px solid white;
  }


.text-white {
    --heading-color: var(--bs-light);
    --bs-breadcrumb-item-active-color: var(--bs-light);
    --bs-breadcrumb-divider-color: var(--bs-light);
    --bs-link-color-rgb: var(--bs-light-rgb);
    --bs-link-hover-color-rgb: var(--bs-light-rgb);
}
.text-white .nav-link {
    --bs-nav-link-color: var(--bs-light);
    --bs-nav-link-hover-color: var(--bs-light);
    --bs-nav-link-active-color: var(--bs-light);
    --bs-navbar-active-color: var(--bs-light);
}
[data-bs-theme=dark] body {
    color-scheme: dark;
    --heading-color: #fff;
    --bs-link-color: #fff;
    --bs-link-hover-color: #fff;
    --bs-link-color-rgb: 255, 255, 255;
    --bs-link-hover-color-rgb: 255, 255, 255;
    --bs-body-color: #d1d1d1;
    --bs-body-bg: #111;
    --bs-body-bg-rgb: 17, 17, 41;
}
[data-bs-theme=dark] .btn-link, [data-bs-theme=dark] a {
    --bs-link-color: #fff;
    --bs-link-hover-color: #fff;
    --bs-link-color-rgb: 255, 255, 255;
    --bs-link-hover-color-rgb: 255, 255, 255;
}
[data-bs-theme=dark] h1, [data-bs-theme=dark] h2, [data-bs-theme=dark] h3, [data-bs-theme=dark] h4, [data-bs-theme=dark] h5, [data-bs-theme=dark] h6 {
    --heading-color: #fff;
}
*, ::after, ::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    box-sizing: border-box;
}
body {
    font-family: var(--body-font);
    font-size: 16px;
    line-height: 1.8;
    color: #757575;
}
a {
    color: #111;
    text-decoration: none;
}
a:hover {
    color: #111;
    text-decoration: none;
}
ul {
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 0;
}
ul ul {
    margin-top: 5px;
    margin-bottom: 0;
}
ul li {
    margin-bottom: 5px;
    outline: 0;
}
ul li.active a {
    color: #daa556;
}
ul li:last-child {
    margin-bottom: 0;
}
button, input {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    outline: 0;
}
img {
    display: inline-block;
    border: 0;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
p {
    margin: 0 0 20px 0;
}
p:empty {
    display: none;
}
i {
    font-style: italic;
}
::placeholder {
    color: #999;
}
.align-left {
    float: left;
    text-align: left;
}
.align-right {
    float: right;
    text-align: right;
}
.align-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.container::after, .row::after {
    display: block;
    clear: both;
    content: ""}

ul {
    list-style: circle inside;
}
ul {
    padding-left: 0;
    margin-top: 0;
}
ul ul {
    margin: 1.5rem 0 1.5rem 3rem;
    font-size: 90%}
li {
    margin-bottom: 1rem;
}
.button, button {
    margin-bottom: 1rem;
}
input {
    margin-bottom: 1.5rem;
}
p, ul {
    margin-bottom: 2.5rem;
}
.list-icon i {
    margin-right: 10px;
}
.list-unstyled {
    list-style: none;
}
a.btn, button, input[type=button], input[type=file], input[type=reset], input[type=submit] {
    background-image: none;
    background: var(--accent-color);
    text-decoration: none!important;
    display: inline-block;
    position: relative;
    border: 1px solid transparent;
    border-radius: 0;
    padding: .75em 1.5em;
    margin-top: 15px;
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    z-index: 1;
    cursor: pointer;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn:focus, .btn:hover, button:focus, button:hover, input[type=button]:focus, input[type=button]:hover, input[type=file]:focus, input[type=file]:hover, input[type=reset]:focus, input[type=reset]:hover, input[type=submit]:focus, input[type=submit]:hover {
    text-decoration: none;
    outline: 0;
}
.light .btn:hover {
    color: #fff;
}
.btn:last-child {
    margin-right: 0;
}
.btn:active, button:active, input[type=button]:active, input[type=file]:active, input[type=reset]:active, input[type=submit]:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3);
}
.btn[disabled] {
    cursor: not-allowed;
    opacity: .65;
    box-shadow: none;
}
.btn.btn-image {
    background-color: transparent;
    padding: 0;
    max-height: 50px;
}
.btn.btn-image img {
    max-height: 50px;
}
.btn-with-line {
    color: #fff;
    position: relative;
}
.btn-with-line:after {
    content: "";
    position: absolute;
    top: 8px;
    right: -66px;
    border-bottom: 2px solid #fff;
    width: 50%;
    z-index: 9;
    transition: .3s ease-out;
}
.btn-with-line:hover {
    color: #fff;
}
.btn-with-line:hover:after {
    width: 30%;
    right: -41px;
}
.btn.btn-white {
    background: #f8f8f8;
    text-shadow: none;
    color: #121212!important;
}
.btn.btn-white:hover {
    background: var(--accent-color);
    text-shadow: none;
}
.btn-left {
    text-align: left;
    display: block;
}
.btn-center {
    text-align: center;
    display: block;
}
.btn-right {
    text-align: right;
    display: block;
}
.single-post .content p:first-child {
    font-size: 27px;
    line-height: 1.4em;
    font-style: italic;
    margin: 0 0 60px;
    padding: 0;
}
.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--dark-color);
    z-index: 9999;
}
.main-logo {
    height: var(--header-height);
    display: flex;
    align-items: center;
    background-color: var(--dark-color);
    padding: 25px;
    margin-right: 60px;
    transition: .5s all ease-out;
    width: 150px;
    position: absolute;
    z-index: 1;
}
.main-logo a {
    font-family: "playfair display", Georgia, serif;
    font-size: 5em;
    color: #fff;
    margin: 0 auto;
    transition: .5s all ease-out;
}


header .main-logo {
    position: relative;
}
header {
    position: absolute;
    top: 0;
    z-index: 10;
    width: 100%;
    height: var(--header-height);
    transition: .3s all ease-out;
}
.nav-active header {
    position: relative;
}
#header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%}
.onepage-menu #header-wrap {
    background: #fff;
}
.side-nav-bar #menu-toggle {
    opacity: 0;
}


.side-nav-bar #menu-toggle:checked~.side-nav-menu {
    visibility: visible;
    right: 0;
}

.side-nav-bar .menu-btn {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    width: 20px;
    right: 0;
    height: 25px;
    cursor: pointer;
    transition: .5s all ease-out;
}
.onepage-menu .menu-btn>span, .onepage-menu .menu-btn>span::after, .onepage-menu .menu-btn>span::before {
    background-color: var(--dark-color);
}

.nav-active {
    overflow: hidden;
}
.nav-active #header-wrap {
    background: 0 0;
}
.nav-active #header-wrap .main-menu {
    display: none;
}
.nav-overlay {
    position: fixed;
    z-index: 9;
}
.nav-overlay:after, .nav-overlay:before {
    content: "";
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(20, 21, 26, .6);
    border-bottom-left-radius: 200%;
    z-index: -1;
    -webkit-transition: -webkit-transform cubic-bezier(.77, 0, .175, 1) .6s, border-radius linear .8s;
    transition: -webkit-transform cubic-bezier(.77, 0, .175, 1) .6s, border-radius linear .8s;
    transition: transform cubic-bezier(.77, 0, .175, 1) .6s, border-radius linear .8s;
    transition: transform cubic-bezier(.77, 0, .175, 1) .6s, -webkit-transform cubic-bezier(.77, 0, .175, 1) .6s, border-radius linear .8s;
    -webkit-transform: translateX(100%) translateY(-100%);
    transform: translateX(100%) translateY(-100%);
}
.nav-overlay:after {
    background: rgba(9, 9, 12, 1);
    background: var(--dark-color);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.nav-overlay:before {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}
.nav__content {
    position: fixed;
    visibility: hidden;
    top: 0;
    /* margin-top: 20px; */
    left: 0;
    width: 100%;
    height: 100vh;
    }
.nav__list {
    position: relative;
    padding: 0;
    margin: 0;
    z-index: 2;
}
.nav__list-item {
    position: relative;
    display: block;
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
    opacity: 0;
    color: #fff;
    overflow: hidden;
    font-family: var(--heading-font);
    font-size: 6vh;
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: 3px;
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0);
    -webkit-transition: opacity .2s ease, -webkit-transform .3s ease;
    transition: opacity .2s ease, -webkit-transform .3s ease;
    transition: opacity .2s ease, transform .3s ease;
    transition: opacity .2s ease, transform .3s ease, -webkit-transform .3s ease;
    margin-top: 0;
    margin-bottom: 0;
}
.nav__list-item a {
    position: relative;
    text-decoration: none;
    color: rgba(255, 255, 255, .6);
    overflow: hidden;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 900;
    z-index: 2;
    display: inline-block;
    text-transform: uppercase;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.nav__list-item a:after {
    position: absolute;
    content: '';
    top: 50%;
    margin-top: -2px;
    left: 50%;
    width: 0;
    height: 0;
    opacity: 0;
    background-color: var(--accent-color);
    z-index: 1;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.nav__list-item a:hover:after {
    height: 4px;
    opacity: 1;
    left: 0;
    width: 100%}
.nav__list-item a:hover {
    color: rgba(255, 255, 255, 1);
}
.nav__list-item.active-nav a {
    color: rgba(255, 255, 255, 1);
}
.nav__list-item.active-nav a:after {
    height: 4px;
    opacity: 1;
    left: 0;
    width: 100%}
.nav-active .nav__content {
    visibility: visible;
}
.nav-active .menu-icon__line {
    background-color: #fff;
    -webkit-transform: translate(0, 0) rotate(-45deg);
    transform: translate(0, 0) rotate(-45deg);
}
.nav-active .menu-icon__line-left {
    width: 15px;
    -webkit-transform: translate(2px, 4px) rotate(45deg);
    transform: translate(2px, 4px) rotate(45deg);
}
.nav-active .menu-icon__line-right {
    width: 15px;
    float: right;
    -webkit-transform: translate(-3px, -3.5px) rotate(45deg);
    transform: translate(-3px, -3.5px) rotate(45deg);
}
.nav-active .menu-icon:hover .menu-icon__line-left, .nav-active .menu-icon:hover .menu-icon__line-right {
}
.nav-active .menu-icon:hover .menu-icon__line-left, .nav-active .menu-icon:hover .menu-icon__line-right {
    width: 15px;
}
.nav-active .nav-overlay {
    visibility: visible;
}
.nav-active .nav-overlay:after, .nav-active .nav-overlay:before {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    border-radius: 0;
}
.nav-active .nav-overlay:after {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}
.nav-active .nav-overlay:before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.nav-active .nav__list-item {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, color .3s ease;
    transition: opacity .3s ease, transform .3s ease, color .3s ease, -webkit-transform .3s ease;
}
.nav-active .nav__list-item:nth-child(0) {
    -webkit-transition-delay: .7s;
    transition-delay: .7s;
}
.nav-active .nav__list-item:nth-child(1) {
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
}
.nav-active .nav__list-item:nth-child(2) {
    -webkit-transition-delay: .9s;
    transition-delay: .9s;
}
.nav-active .nav__list-item:nth-child(3) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}
.nav-active .nav__list-item:nth-child(4) {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s;
}
.nav-active .nav__list-item:nth-child(5) {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
}
.nav-active .nav__list-item:nth-child(6) {
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s;
}
.nav-active .nav__list-item:nth-child(7) {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s;
}
.nav-active .nav__list-item:nth-child(8) {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
}
.nav-active .nav__list-item:nth-child(9) {
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s;
}
.nav-active .nav__list-item:nth-child(10) {
    -webkit-transition-delay: 1.7s;
    transition-delay: 1.7s;
}
@media only screen and (max-width:580px) {
    .nav__list-item {
    font-size: 5vh;
}
}.nav__block .nav__block-item {
    display: block;
    opacity: 0;
    transform: translate(100px, 0);
    transition: opacity .6s ease, transform .6s ease;
}
.nav__block .nav__block-item:nth-child(1) {
    transition-delay: .3s;
}
.nav__block .nav__block-item:nth-child(2) {
    transition-delay: .6s;
}
.nav__block .nav__block-item:nth-child(3) {
    transition-delay: .9s;
}
.nav__block .nav__block-item:nth-child(4) {
    transition-delay: 1.2s;
}
.nav__block .nav__block-item:nth-child(5) {
    transition-delay: 1.5s;
}
.nav__block .nav__block-item:nth-child(6) {
    transition-delay: 1.8s;
}
.nav__block .nav__block-item:nth-child(7) {
    transition-delay: 2.1s;
}
.nav__block .nav__block-item:nth-child(8) {
    transition-delay: 2.4s;
}
.nav__block .nav__block-item:nth-child(9) {
    transition-delay: 2.7s;
}
.nav__block .nav__block-item:nth-child(10) {
    transition-delay: 3s;
}
.nav-active .nav__block .nav__block-item {
    opacity: 1;
    transform: translateX(0);
}

.nav-overlay .box-title {
    position: absolute;
    /* Mengatur posisi box-title agar bisa berada di atas gambar */
    bottom: 2%;
    /* Menempatkan box-title di tengah secara vertikal */
    left: 50%;
    /* Menempatkan box-title di tengah secara horizontal */
    transform: translate(-50%, -10%);
    /* Memberikan latar belakang transparan agar teks lebih terlihat */
    padding: 10px;
    z-index:2;
    /* border-radius: 5px; */
}

.nav-overlay .box-title h3 {
    margin: 0;
    font-size: 1.5rem;
    
}

.nav-overlay .box-img::after  {
        content: '';
        /* Menggunakan ::after untuk membuat layer hitam */
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 40%;
        /* Menentukan tinggi layer hitam */
        background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
        /* Gradasi hitam dengan transparansi yang memudar */
        z-index: 1;
        /* Memastikan pseudo-element berada di bawah teks */
    
}



.side-nav-bar {
    position: fixed;
    z-index: 10;
    right: 0;
    margin: 30px;
    display: block;
}

.side-nav-bar::before {
    content: '';
    position: absolute;
    width: 60px;
    /* Ukuran latar belakang */
    height: 60px;
    background-color: var(--dark-color);
    /* Warna latar belakang hitam */
    top: 50%;
    left: 50%;
    transform: translate(-56%, -64%);
    /* Posisi di tengah */
    z-index: -1;
    /* Letakkan di belakang toggle */
}

.menu-btn {
    position: relative;
    width: 30px;
    /* Lebar toggle */
    height: 20px;
    /* Tinggi toggle */
    cursor: pointer;
}

.menu-btn>span,
.menu-btn>span::before,
.menu-btn>span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #f6f6f6;
    /* Warna garis toggle */
    transition: all 0.3s ease-out;
}

.menu-btn>span {
    top: 50%;
    transform: translateY(-50%);
    /* Posisi garis tengah */
}

.menu-btn>span::before {
    content: '';
    top: -8px;
    /* Posisi garis atas */
}

.menu-btn>span::after {
    content: '';
    top: 8px;
    /* Posisi garis bawah */
}

#menu-toggle:checked~.menu-btn>span {
    transform: translateY(-50%) rotate(45deg);
    /* Rotasi garis tengah menjadi tanda X */
}

#menu-toggle:checked~.menu-btn>span::before {
    top: 0;
    transform: rotate(0);
    /* Garis atas menjadi bagian dari tanda X */
}

#menu-toggle:checked~.menu-btn>span::after {
    top: 0;
    transform: rotate(90deg);
    /* Garis bawah menjadi bagian dari tanda X */
}

/* Efek saat di-scroll */
.hidden {
    opacity: 0;
    visibility: hidden;
}

/* section intro */
#intro {
    position: relative;
}
.main-slider .slick-slide {
    height: 100vh;
  }
.main-slider .slider-item {
    position: relative;
}
.main-slider .banner-content {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 50%;
    text-align: center;
    margin: 0 auto;
    margin-top: 300px;
}
.main-slider .banner-content h2.banner-title {
    font-family: var(--heading-font);
    font-size: 5.5em;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
}
#intro .button-container {
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
}
#intro .button-container button.slick-arrow {
    font-size: 1.6em;
    line-height: 0;
    font-weight: 900;
    color: #fff;
    background: var(--dark-color);
    padding: 20px;
    margin: 0;
}
#intro .button-container button.slick-arrow:focus, #intro .button-container button.slick-arrow:hover {
    background: white;
    color:black;
    outline: 0;
}
@media only screen and (max-width:1600px) {
    .main-slider .banner-content .btn-wrap {
    margin: 30px 0;
}
.main-slider .banner-content {
    margin-top: 200px;
}
}@media only screen and (max-width:1399px) {
    .main-slider .banner-content h2.banner-title {
    font-size: 4.5em;
}
}@media only screen and (max-width:1199px) {
    .main-slider .banner-content {
    margin-top: 150px;
}
.main-slider .banner-content h2.banner-title {
    font-size: 4em;
}
}@media only screen and (max-width:999px) {
    .main-slider .banner-content {
    margin-top: 100px;
}
.main-slider .banner-content h2.banner-title {
    font-size: 3.5em;
}
}@media only screen and (max-width:876px) {
    .main-slider .banner-content h2.banner-title {
    font-size: 3em;
}
}@media only screen and (max-width:753px) {
    .main-slider .banner-content h2.banner-title {
    font-size: 3em;
}
#intro .button-container {
    bottom: 0;
}
}@media only screen and (max-width:580px) {
    .main-slider .banner-content {
    margin-top: 180px;
}
.main-slider .banner-content {
    width: 90%}
.main-slider .slider-item {
    height: 500px;
}
.main-slider .slider-item img {
    height: 100%;
    max-width: fit-content;
}
}.section-header {
    position: relative;
}
.section-title {
    font-size: 3.8em;
    font-size: calc(1.8em + 2vw);
    line-height: 1;
    font-weight: 900;
}
.section-header .title span {
    font-size: 14px;
    color: #afafaf;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-left: 30px;
    position: relative;
}
.section-header span:before {
    content: "";
    border-bottom: 2px solid var(--accent-color);
    position: absolute;
    top: 9px;
    left: 3px;
    width: 14px;
    align-items: center;
}
.content-light, .content-light a {
    color: #fff;
}
#about img.single-image {
    width: 100%;
    height: 600px;
    object-fit: cover;
}
@media only screen and (max-width:768px) {
    #about img.single-image {
    height: auto;
}
}#contact .left-content {
    padding-right: 100px;
}
#contact .right-content {
    width: 100%;
    background: #fff;
    padding: 88px 83px;
}
@media only screen and (max-width:1170px) {
    #contact .left-content {
    margin-right: 60px;
}
}@media only screen and (max-width:999px) {
    #contact .left-content {
    margin-right: 10px;
}
#contact input[type=text] {
    width: 420px;
}
#contact .right-content {
    padding: 60px;
}
}@media only screen and (max-width:820px) {
    #contact .grid {
    flex-wrap: wrap;
}
#contact input[type=text] {
    width: 100%}
#contact .left-content {
    margin-right: 0;
    padding-right: 0;
}
#contact .right-content {
    width: 100%;
    padding: 40px;
    margin-top: 40px;
}
}.testimonial-image {
    height: 484px;
    margin-right: 60px;
}
.testimonial-block {
    margin-top: 50px;
}
.testimonial-block .testimonial-author .name {
    font-size: 1.4em;
    font-weight: 900;
}
@media only screen and (max-width:580px) {
    img.review-image {
    width: 100%;
    height: auto;
}
}.post-grid .post-content {
    width: 100%;
    padding: 40px 30px;
    margin-bottom: 60px;
    box-shadow: -7px 12px 41px -10px rgb(0 0 0 / 12%);
    -webkit-box-shadow: -7px 12px 41px -10px rgb(0 0 0 / 12%);
    -moz-box-shadow: -7px 12px 41px -10px rgba(0, 0, 0, .12);
    cursor: pointer;
}
.post-grid .post-item .post-title {
    font-size: 1.4em;
    line-height: 1.4;
}
.post-grid .post-item p {
    line-height: 2;
}
@media only screen and (max-width:850px) {
    .post-grid .post-item .post-image {
    width: 100%}
.post-grid .post-content {
    padding: 40px 50px;
}
.post-grid .post-item .post-title {
    font-size: 1.8em;
}
}.gallery {
    display: flex;
    flex-wrap: wrap;
}
.gallery a {
    margin: 0 10px 10px 0;
}
.gallery img.gallery-image {
    width: 68px;
    height: 68px;
    object-fit: cover;
    margin-bottom: 5px;
}
.list {
    list-style: none;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
a:focus, a:hover {
    text-decoration: none;
    outline: 0;
}
button:focus {
    outline: 0;
    box-shadow: none;
}
.section_gap {
    padding: 120px 0;
}
@media (max-width:991px) {
    .section_gap {
    padding: 80px 0;
}
}@media (min-width:992px) {
    .header_area.home_menu {
    display: none;
}
.header_area.home_menu+div, .header_area.home_menu+row, .header_area.home_menu+section {
    margin-top: 0;
}
}.main_title {
    margin-bottom: 70px;
}
@media (max-width:991px) {
    .main_title {
    margin-bottom: 40px;
}
}@media (max-width:480px) {
    .main_title {
    margin-bottom: 30px;
}
}.main_title h1 {
    font-size: 48px;
    text-transform: capitalize;
    margin-bottom: 30px;
    line-height:normal;
}
@media (max-width:991px) {
    .main_title h1 {
    font-size: 36px;
}
}.main_title p {
    margin-bottom: 0;
}
.video-play-button {
    position: relative;
    box-sizing: content-box;
    display: inline-block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 30px 8px 18px 28px;
}
@media (max-width:991px) {
    .video-play-button {
    padding: 40px 8px 18px 28px;
}
}.video-play-button:after, .video-play-button:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%}
@media (max-width:991px) {
    .video-play-button:before {
    width: 70px;
    height: 70px;
}
}.video-play-button:before {
    z-index: 0;
    -webkit-animation: pulse-border 2s ease-out infinite;
    -moz-animation: pulse-border 2s ease-out infinite;
    -o-animation: pulse-border 2s ease-out infinite;
    animation: pulse-border 2s ease-out infinite;
    background: #fff;
}
.video-play-button:after {
    z-index: 1;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    box-shadow: 0 10px 30px rgba(39, 0, 110, .3);
    background: var(--primary-color);
}
.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 20px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}
@media (max-width:991px) {
    .video-play-button span {
    border-left: 15px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}
}@-webkit-keyframes pulse-border {
    0% {
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -moz-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -ms-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -o-transform: translate(-50%, -50%) translateZ(0) scale(1);
    transform: translate(-50%, -50%) translateZ(0) scale(1);
    opacity: .7;
}
100% {
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -moz-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -ms-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -o-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    opacity: 1;
}
}@-moz-keyframes pulse-border {
    0% {
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -moz-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -ms-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -o-transform: translate(-50%, -50%) translateZ(0) scale(1);
    transform: translate(-50%, -50%) translateZ(0) scale(1);
    opacity: .7;
}
100% {
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -moz-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -ms-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -o-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    opacity: 1;
}
}@-o-keyframes pulse-border {
    0% {
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -moz-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -ms-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -o-transform: translate(-50%, -50%) translateZ(0) scale(1);
    transform: translate(-50%, -50%) translateZ(0) scale(1);
    opacity: .7;
}
100% {
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -moz-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -ms-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -o-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    opacity: 1;
}
}@keyframes pulse-border {
    0% {
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -moz-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -ms-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -o-transform: translate(-50%, -50%) translateZ(0) scale(1);
    transform: translate(-50%, -50%) translateZ(0) scale(1);
    opacity: .7;
}
100% {
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -moz-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -ms-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -o-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    opacity: 1;
}
}.top-btn-area {
    padding: 25px 0;
    text-align: right;
}
@media (max-width:575px) {
    .top-btn-area .main_btn {
    margin-right: 30px;
}
}.home-banner-area {
    background: #fff;
    position: relative;
}
.header-left {
    position: relative;
    padding-right: 0;
}
@media (max-width:767px) {
    .header-left {
    display: none;
}
}.header-left .video-popup {
    position: absolute;
    bottom: 110px;
    left: -15px;
}
@media (max-width:991px) {
    .header-left .video-popup {
    bottom: 60px;
}
}.header-left .video-popup .watch {
    color: #fff;
    padding-left: 50px;
}
.header-left .video-popup .watch h5 {
    font-size: 18px;
    color: #fff;
}
.header-left .video-popup .watch p {
    text-transform: uppercase;
    font-size: 12px;
    margin: 0;
}
.header-right {
    padding-left: 20%;
    padding-right: 9.5%}
.header-right h1 {
    margin-bottom: 30px;
}
@media (max-width:1680px) {
    .header-right {
    padding-left: 17%;
    padding-right: 6%}
}@media (max-width:1440px) {
    .header-right {
    padding-left: 12%;
    padding-right: 11%}
}@media (max-width:1380px) {
    .header-right {
    padding-left: 10%}
}@media (max-width:1199px) {
    .header-right {
    padding-left: 12%;
    padding-right: 6%}
}@media (max-width:1024px) {
    .header-right {
    padding-left: 5%}
}@media (max-width:991px) {
    .header-right {
    padding-left: 15%;
    padding-right: 0;
}
}@media (max-width:767px) {
    .header-right {
    position: relative;
    background: url(./img/banner/banner-img.jpg) center no-repeat;
    background-size: cover;
    padding: 100px 120px;
    z-index: 1;
}
.header-right:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    content: "";
    opacity: .2;
    z-index: -1;
}
.header-right h1 {
    color: #fff;
    margin-bottom: 30px;
}
.header-right p {
    color: #fff;
}
.header-right .main_btn {
    color: #fff;
    margin-top: 20px;
}
.header-right .main_btn img {
    -webkit-filter: invert(1);
    -moz-filter: invert(1);
    -ms-filter: invert(1);
    -o-filter: invert(1);
    filter: invert(1);
}
}@media (max-width:570px) {
    .header-right {
    padding: 80px 15px;
}
}.header-right h1 {
    font-size: 60px;
    line-height: 1;
    font-weight: 400;
}
@media (max-width:1440px) {
    .header-right h1 {
    font-size: 45px;
}
}@media (max-width:991px) {
    .header-right h1 {
    font-size: 35px;
}
}@media (max-width:1440px) {
    .header-right h1 br {
    display: none;
}
}.header-right .main_btn {
    margin-top: 20px;
}
.banner_area {
    position: relative;
    z-index: 1;
    min-height: 400px;
}
.popular-place-area {
    margin-bottom: 20px;
}
@media (max-width:1024px) {
    .popular-place-area {
    margin-bottom: 0;
}
}.popular-place-area .left-content {
    position: relative;
}
@media (max-width:1024px) {
    .popular-place-area .left-content img {
    max-width: 80%}
.popular-place-area .left-content .img2 {
    max-width: 50%;
    top: 5%!important;
}
.popular-place-area .left-content .img3 {
    right: 70%!important;
    max-width: 50%}
}@media (max-width:991px) {
    .popular-place-area .left-content {
    display: none;
}
}.popular-place-area .left-content .img2 {
    position: absolute;
    left: 50%;
    top: 2%}
.popular-place-area .left-content .img3 {
    position: absolute;
    right: 50%;
    bottom: -10%}
.popular-place-area .right-content .main_title {
    padding-right: 30px;
}
@media (max-width:615px) {
    .counter_area {
    text-align: center;
}
}.counter_area .top-two {
    margin-bottom: 30px;
}
@media (max-width:991px) {
    .counter_area .top-two {
    display: inline;
}
}@media (max-width:991px) {
    .counter_area .bottom-two {
    display: inline;
}
}.counter_area .single_counter {
    text-align: center;
    padding: 30px;
    border: 1px solid #eee;
    display: inline-block;
    height: 180px;
    min-width: 165px;
    margin-right: 30px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
@media (max-width:1024px) {
    .counter_area .single_counter {
    width: 150px;
}
}@media (max-width:991px) {
    .counter_area .single_counter {
    height: 150px;
    width: 138px;
    padding: 15px;
}
.counter_area .single_counter:last-child {
    margin-top: 30px;
}
}@media (max-width:767px) {
    .counter_area .single_counter {
    margin-right: 25px;
}
}@media (max-width:400px) {
    .counter_area .single_counter {
    width: 100%;
    margin-right: 0;
}
.counter_area .single_counter:nth-child(2) {
    margin-bottom: 30px;
}
}.counter_area .single_counter .thumb {
    margin-bottom: 20px;
}
.counter_area .single_counter .thumb img {
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.counter_area .single_counter .info-content h4 {
    font-size: 24px;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    margin-bottom: 10px;
}
.counter_area .single_counter:hover {
    background: var(--primary-color);
    color: #fff;
    border: 1px solid transparent;
}
.counter_area .single_counter:hover .thumb img {
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    -ms-filter: brightness(0) invert(1);
    -o-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.counter_area .single_counter:hover .info-content h4 {
    color: #fff;
}
@media (max-width:991px) {
    .package-area {
    margin-bottom: 50px;
}
}@media (max-width:767px) {
    .package-area {
    margin-bottom: 125px;
}
}@media (max-width:480px) {
    .package-area {
    margin-bottom: 80px;
}
}.package-area .main_title {
    margin-bottom: 0;
    padding-left: 50%}
@media (max-width:1680px) {
    .package-area .main_title {
    padding-left: 40%}
}@media (max-width:1440px) {
    .package-area .main_title {
    padding-left: 30%}
}@media (max-width:1380px) {
    .package-area .main_title {
    padding-left: 24%}
}@media (max-width:1024px) {
    .package-area .main_title {
    padding-left: 8%}
}@media (max-width:991px) {
    .package-area .main_title {
    padding-left: 12%;
    padding-right: 12%;
    margin-bottom: 50px;
}
}@media (max-width:570px) {
    .package-area .main_title {
    padding-left: 0;
    padding-right: 0;
}
}.package-area .main_title p {
    padding-bottom: 15px;
}
.package-area .main_title .main_btn {
    margin-top: 20px;
}
.active-gallery-carousel {
    text-align: center;
}
.single-gallery {
    position: relative;
    display: inline-block;
    text-align: left;
}
.single-gallery img {
    width: 100%}
.single-gallery:not(.explore-btn):after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: #000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.single-gallery .gallery-content {
    position: absolute;
    padding: 30px;
    left: -10%;
    bottom: -20%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.single-gallery .gallery-content h4 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
}
.single-gallery .gallery-content .title {
    margin-bottom: 15px;
}
.single-gallery .gallery-content .title p {
    color: #f9af11;
    margin: 0;
}
.single-gallery .gallery-content .title h4 {
    font-size: 24px;
    margin: 15px;
}
.single-gallery .gallery-content .review-title p {
    color: #fff;
    margin: 0;
}
.single-gallery .gallery-content .review-title .review i.fa {
    color: #f9af11;
}
.single-gallery .light-box {
    position: absolute;
    top: 30px;
    right: -10px;
    background: #fff;
    z-index: 999;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.single-gallery:hover:after {
    opacity: .65;
    visibility: visible;
}
.single-gallery:hover .gallery-content {
    opacity: 1;
    visibility: visible;
    bottom: 0;
    left: 0;
}
.single-gallery:hover .light-box {
    right: 30px;
    top: 30px;
    opacity: 1;
    visibility: visible;
}
.owl-carousel.active_testimonial img {
    width: auto;
}
.single-gallery-image {
    margin-top: 30px;
    background-repeat: no-repeat!important;
    background-position: center center!important;
    background-size: cover!important;
    height: 200px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.single-gallery-image:hover {
    opacity: .8;
}
.list-style {
    width: 14px;
    height: 14px;
}
@media (max-width:991px) {
    .left-align-p p {
    margin-top: 20px;
}
}.mt-10 {
    margin-top: 10px;
}
.main_btn {
    padding: 0 25px;
    background: 0 0;
    z-index: 2;
    display: inline-block;
    text-align: center;
    color: #222;
    font-size: 12px;
    font-weight: 500;
    line-height: 48px;
    border: 1px solid var(--primary-color);
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    cursor: pointer;
}
.main_btn img {
    position: absolute;
    top: 50%;
    right: -30px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.main_btn:hover {
    background: var(--primary-color);
    color: white;
    border: 1px solid var(--primary-color);
}
.main_btn:hover img {
    right: -38px;
}
.owl-carousel.active_testimonial .owl-nav {
    position: absolute;
    left: 0;
    bottom: -40%}
@media (max-width:1024px) {
    .owl-carousel.active_testimonial .owl-nav {
    left: 50%;
    bottom: 0;
}
}@media (max-width:400px) {
    .owl-carousel.active_testimonial .owl-nav {
    display: none;
}
}.owl-carousel.active_testimonial .owl-nav .owl-next, .owl-carousel.active_testimonial .owl-nav .owl-prev {
    display: inline-block;
    margin: 20px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    opacity: 1;
}
.owl-carousel.active_testimonial .owl-nav .owl-next:hover, .owl-carousel.active_testimonial .owl-nav .owl-prev:hover {
    opacity: .5;
}
.active-gallery-carousel {
    text-align: center;
}
.active-gallery-carousel .owl-nav {
    left: -52%;
    position: absolute;
    right: 56%;
    bottom: 10%;
    transform: rotate(-90deg);
}
@media (max-width:991px) {
    .active-gallery-carousel .owl-nav {
    left: 0;
    bottom: -60px;
    transform: rotate(0);
}
}@media (max-width:480px) {
    .active-gallery-carousel .owl-nav {
    display: none;
}
}.active-gallery-carousel .owl-nav .owl-next, .active-gallery-carousel .owl-nav .owl-prev {
    display: inline-block;
    margin: 20px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    opacity: 1;
}
.active-gallery-carousel .owl-nav .owl-next:hover, .active-gallery-carousel .owl-nav .owl-prev:hover {
    opacity: .5;
}

.padding-small {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  
  .padding-medium {
    padding-top: 5em;
    padding-bottom: 5em;
  }
  
  .padding-large {
    padding-top: 8em;
    padding-bottom: 8em;
  }


  /* Item */

  .bradcam-area {
    background-size: cover;
    background-position: center center;
    text-align: center;
    padding: 250px 0;
}

.filter-wrap {
    max-width: max-content;
    margin: 0 auto 15px;
    min-height: 88px;
    background: #fff;
    box-shadow: 0 3px 60px 0 rgba(0, 0, 0, .12);
    position: relative;
    top: -40px;
    padding: 20px;
}

.row-search {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.box-dropdown {
    display: flex;
    flex-direction: column;
    padding: 8px 12px;
    /* border-right: 1px solid #cdcdcd; */
    width: 250px;
}



@media (max-width:801px) {
    .filter-wrap {
        max-width: none;
    }

    .row-search {
        flex-direction: column;
    }

    .box-dropdown {
        border: none;
        width: 100%;
        padding-bottom: 20px;
    }
}


.bg-btn-white{
    background-color: #fff ;}