@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&amp;display=swap');
  body {
    font-size: 15px;
    color: #3b3b3b;
    font-family: 'Cinzel', serif;
    margin: 0;
    overflow-x: hidden;
  }
  *{
    margin: 0;
    padding: 0;
  } 
  .voffset-1{
    margin-top: 10px;
  }
  .voffset-2{
    margin-top: 20px;
  }
  .voffset-3{
    margin-top: 30px;
  }
  .voffset-4{
    margin-top: 40px;
  }
  .voffset-5{
    margin-top: 50px;
  }
  .voffset-bottom-1{
    margin-bottom: 10px;
  }
  .voffset-bottom-2{
    margin-bottom: 20px;
  }
  .voffset-bottom-3{
    margin-bottom: 30px;
  }
  .voffset-bottom-4{
    margin-bottom: 40px;
  }
  .voffset-bottom-5{
    margin-bottom: 50px;
  }
  .no-pad{
    padding-left: 0;
    padding-right: 0;
  }
  header{
    position: fixed;
      top: 0;
      width: 100%;
      z-index: 99;
      background:#fff;
      border-bottom: 1px solid #eaeaea;
  }
  .darkHeader {
    background: rgba(0, 0, 0, 1);
  }
  .navbar-brand{
    padding: 10px 15px 0;
    height: auto;
  }
  .navbar-brand > img{
    width: 80px;
  }
  .navbar-default{
    background: transparent;
    border: 0;
    margin-bottom: 8px;
  }
  .dropdown-menu > li.kopie > a {
      padding-left:5px;
  }
  .navbar-default .navbar-nav>li>a{ 
    color: #484848;
    font-weight: 500;
}
  .dropdown-submenu {
      position:relative;
  }
  .dropdown-submenu>.dropdown-menu {
     top:0;left:100%;
     margin-top:-6px;margin-left:-1px;
     -webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;
   }
    
  .dropdown-submenu > a:after {
    border-color: transparent transparent transparent #333;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
    display: block;
    float: right;  
    height: 0;     
    margin-right: -10px;
    margin-top: 5px;
    width: 0;
  }
   
  .dropdown-submenu:hover>a:after {
      border-left-color:#555;
   }
  
  .dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
    text-decoration: underline;
  } 
  .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    background: transparent;
    color: #bd9a55;
  }
  .navbar-default .navbar-nav>li>a:hover{
    color: #bd9a55;
  }
  .nav>li>a{ padding: 15px 10px;}
  .navbar-nav{
    margin-top: 12px;
  }
  .banner-section {
    display: inline-block;
    width: 100%;
    position: relative;
}
.banner-img {
    display: inline-block;
    width: 100%;
}
.content-section {
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 30%;
    width: 50%;
    background: rgba(0,0,0,0.3);
    padding: 50px;
}
.content-section small {
    color: #fff;
    font-size: 2rem;
}
.content-section h1 {
    color: #fff;
    font-size: 4.5rem;
    margin: 10px 0;
}
.btn-primary{
    font-family: "Roboto", Sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 2.1em;
    letter-spacing: 1.6px;
    fill: #ffffff;
    color: #ffffff;
    background-color: #BD9A55;
    border-style: solid;
    border-width: 1px;
    border-color: #ffffff;
    border-radius: 7px;
    padding: 14px 30px;
    transition: 0.5s all;
}
.btn-primary:hover, .btn-primary:focus{
    color: #BD9A55;
    background-color: #FFFFFF;
    border-color: #BD9A55;
}
.about-us h4{
    color: #BD9A55;
    font-size: 18px;
    position: relative;
}
.about-us h2 {
    font-size: 40px;
    color: #212121;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1.1em;
}
.about-us p{
    font-family: "Roboto", Sans-serif;
    line-height: 24px;
    font-size: 16px;
    margin-top: 30px;
}
a:visited {
    text-decoration: none;
    outline: 0;
}
.desti-item {
    background-color: #ffffff;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 10%);
    padding: 8px;
    position: relative;
}
.desti-item .desti-image {
    position: relative;
}
figure {
    margin: 0;
}
.desti-item .desti-image:before {
    background-color: #101F46;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.45;
}
img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
}
.desti-item .bg-meta-cat {
    position: absolute;
    top: 30px;
    left: 30px;
}
.overlay-desti-item .desti-content {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.desti-content {
    padding: 20px;
}
.overlay-desti-item .desti-content h3 {
    color: #ffffff;
    margin-bottom: 4px;
    font-size: 20px;
}
.rating-start {
    display: none;
    position: relative;
    font-size: 15px;
}
.rating-start span {
    display: block;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
}
a:not([href]) {
    color: inherit;
    text-decoration: none;
}
.btn-wrap a {
    margin-top: 50px;
}
.destination-inner, .package-inner.things-inner{
    display: inline-block;
    width: 100%;
}
.Popular-things{
    background: #fbfbfb;
    padding: 15px 0;
    margin-top: 50px;
}
.package-inner .row {
    margin: 0 -12px;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.things-inner .package-wrap {
    box-shadow: 0px 15px 55px -15px rgb(0 0 0 / 10%);
    height: 100%;
    /* margin-bottom: 30px; */
    min-height: 500px;
}
.package-wrap {
    box-shadow: 0px 0px 35px 0px rgb(0 0 0 / 5%);
    margin-bottom: 24px;
    position: relative;
}
.things-inner .package-content {
    text-align: center;
    padding: 6px 6px;
    line-height: 0px;
    min-height: 210px;
}
.things-inner .package-content h1 {
    margin-bottom: 0px;
    font-size: 22px;
    padding: 10px 0px;
    line-height: 27px;
}
.things-inner .package-content p {
    line-height: 1.6;
    margin: 0 0 15px;
    word-wrap: break-word;
    font-size: 14px;
}
a.heading{ color: #212121; text-decoration: none;}
a.heading:hover, a.heading:focus{ text-decoration: none;}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.callback-section .callback-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 540px;
}
.video-button {
    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%);
}
.video-button a i {
    background-color: #ffffff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    color: #bd9a55;
    display: block;
    font-size: 24px;
    line-height: 104px;
    width: 104px;
    height: 104px;
    text-align: center;
}
.video-button a:after {
    background-color: #ffffff;
    position: absolute;
    display: block;
    content: "";
    height: 70px;
    width: 70px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    z-index: -1;
    top: 16px;
    left: 16px;
    -webkit-animation: videoPulse 1.6s ease-out infinite;
    animation: videoPulse 1.6s ease-out infinite;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.callback-inner {
    padding: 100px 0px 0px 10px;
}
.section-heading-white {
    color: #ffffff;
}
.section-heading {
    margin-bottom: 50px;
}
.section-heading-white h2, .section-heading-white p {
    color: #ffffff;
}

.section-heading h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
}
.section-heading p:last-child {
    margin-bottom: 0;
}
.section-heading-white h2, .section-heading-white p {
    color: #ffffff;
}
.callback-counter-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.callback-section .callback-counter-wrap .counter-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 25px 18px 25px;
    width: 50%;
}
.callback-counter-wrap .counter-icon {
    width: 52px;
}
.support-area {
    background-color: #ffffff;
    box-shadow: 0px 15px 55px -15px rgb(0 0 0 / 10%);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: -50px;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 35px;
}
.callback-section:before {
    background-color: #423A36;
    content: "";
    width: 70%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}
.callback-section {
    position: relative;
    margin-bottom: 140px;
}
.callback-img{
    margin-top: 100px;
}
.callback-counter-wrap .counter-content {
    width: -moz-calc(100% - 52px);
    width: -webkit-calc(100% - 52px);
    width: calc(100% - 52px);
    text-align: center;
}
.callback-counter-wrap .counter-text {
    color: #ffffff;
    display: block;
}
.support-area .support-icon {
    width: 52px;
    margin-right: 26px;
}
.support-area h4 {
    color: #383838;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
}
.support-area h3 {
    color: #F56960;
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 0;
}
.feature-image img{
    max-height: 200px;
    width: 100%;
}
.pagination{
    display: inline-block;
    width: 100%;
    text-align: center;
}
.pagination span{
    width: 36px;
    height: 36px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    padding: 8px;
    background: #ccc;
    color: #333;
}
.pagination a{
    width: 36px;
    height: 36px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    padding: 8px;
    background: #bd9a55;
    color: #fff;
}
.pagination a:hover, .pagination a:focus{
    color: #fff;
}
.pagination a.next {
    display: none;
}
p.myheading em{
    font-family: georgia pro !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 26px !important;
}
@media screen and (min-width: 768px){
    .callback-counter-wrap .counter-item {
        border-right: 1px solid rgba(255, 255, 255, 0.4);
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    }
    .callback-counter-wrap .counter-item:nth-child(2n+2) {
        border-right: none;
    }
    .callback-counter-wrap .counter-item:last-child, .callback-counter-wrap .counter-item:nth-last-child(2) {
        border-bottom: none;
    }
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover{
    background-color: #BD9A55;
    border-color: #BD9A55;
}
a {
    color: #BD9A55;
    text-decoration: none;
}
a:hover, a:focus{
    color: #BD9A55;
    text-decoration: none;
}
footer{
    background: #423A36;
    padding: 50px 0;
}
.footer-logo{
    width: 80px;
    margin-top: 40px;
}
.borde-left-1{ border-left: 1px solid #68615E;}
.footer-icons {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 20px 0 0 0;
    list-style: none;
}
.footer-icons li {
    display: inline-block;
}
.footer-icons li a {
    display: inline-block;
    padding: 8px;
    background-color: #C8C0B8;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    transition: 0.4s all;
    margin: 0 2px;
}
.footer-icons li a:hover, .footer-icons li a:focus{
    background: #BD9A55;
}
.footer-icons li a img {
    width: 18px;
}
h3.ftr-h3{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1em;
    color: #fff;
}
a.map{ 
    color: #C8C0B8;
    font-size: 15px;
    font-family: "Roboto", Sans-serif;
    transition: 0.4s all;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
a.map:hover, a.map:focus{
    color: #fff;
}
footer p{
    color: #fff;margin-bottom: 15px;
}
a.email{ 
    color: #BD9A55;
    font-size: 15px;
    font-family: "Roboto", Sans-serif;
    transition: 0.4s all;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
}
.btm-footer-text{
    color: #C8C0B8;
    font-family: "Roboto", Sans-serif;
    font-size: 11px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.5em;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 50px;
}
.btm-footer-text a{
    color: #C8C0B8;
    text-decoration: none;
}
.no-padd{
    padding-left: 0;
    padding-right: 0;
}
.things-inner .package-content p.para {
    color: #3b3b3b;
    font-family: "Roboto", Sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.7em;
}
.tabs-listing {
    margin: 0 0 0 20px;
}
.tabs-listing li {
    color: #3b3b3b;
    font-family: "Roboto", Sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.7em;
}
.nav.nav-tabs li a {
    padding: 6px 10px;
    font-size: 13px;
    font-weight: 600;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    background-color: #fff;
    border: 1px solid #bd9a55;
    border-bottom-color: transparent;
}
.nav-tabs {
    border-bottom: 1px solid #bd9a55;
    margin-bottom: 8px
}
.tab-content{
    text-align: left;
}
.voffset-25{
    margin-top: 100px;
}
.things-inner .package-content.blog-detail{
    text-align: left;
    padding: 15px;
}
.b-d-listing{
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 30px;
    list-style-type: circle;
}
.b-d-listing li{
    display: inline-block;
    width: 100%;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    position: relative;
    padding-left: 15px;
}
.b-d-listing li img{
    position: absolute;
    left: 2px;
    top: 12px;
    content: '';
}
.custom-img-image{
    display: inline-block;
    max-width: 100%;
}
.blog-comment-section{
    display: inline-block;
    width: 100%;
    padding: 15px;
}
.mt4 {
    margin-top: 2rem;
}
.border {
    border-style: solid;
    border-width: 1px;
    border-color: #000;
}
.p2 {
    padding: 1rem;
    margin-bottom: 0 !important;
}
.border-left {
    border-left-style: solid;
    border-left-width: 1px;
    border-color: #000;
}
.border-bottom {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: #000;
}
.border-right {
    border-right-style: solid;
    border-right-width: 1px;
    border-color: #000;
}
.p4 {
    padding: 2rem;
}
.comment-form .form-control{
    margin-bottom: 15px;
    font-family: "Roboto", Sans-serif;
}
.recnt-posts-listing{
    display: inline-block;
    width: 100%;
    list-style: none;
    line-height: 24px;
}
.recnt-posts-listing li{
    display: inline-block;
    width: 100%;
    list-style: none;
    margin-bottom: 8px;
}
.recnt-posts-listing li a{
    display: inline-block;
    width: 100%;
    border-bottom: 1px dotted #BD9A55;
    color: #BD9A55;
    font-family: "Roboto", Sans-serif;
    font-size: 13px;
}
.recnt-posts-listing li a:hover, .recnt-posts-listing li a:focus{
    color: #000;
    text-decoration: none;
    transition: 0.4s all;
}
.package-content.blog-detail h2{
    font-size: 25px !important;
}
@media (max-width:768px){
    .btn-primary{
        padding: 9px 16px;
    }
    .navbar-toggle{ margin-top: 22px;}
    .nav>li>a {
        padding: 5px 10px;
    }
    .navbar-collapse{
        border: 0;
    }
    .banner-section{
        margin-top: 70px;
    }
    .content-section{
        width: 100%;
        padding: 25px;
        top: 17%;
    }
    .content-section small{
        font-size: 1.4rem;
    }
    .content-section h1{
        font-size: 2rem;
    }
    .callback-inner{
        background-color: #423A36;
        padding: 15px;
        text-align: center;
    }
    .callback-section:before{
        position: inherit;
    }
    .callback-img{
        margin-top: 0;
    }
    .callback-section.voffset-5{
        margin-top: 0;
    }
    .callback-section .callback-counter-wrap .counter-item{
        width: 100%;
        padding:5px 0px;
    }
    .callback-counter-wrap .counter-content{
        text-align: left;
        padding-left: 10px;
    }
    .callback-counter-wrap{
        margin-bottom: 15px;
    }
    .support-area{
        padding: 15px;
    }
    .support-area .support-icon {
        width: 72px;
        margin-right: 0px;
    }
    .borde-left-1 {
        border-left: 0px solid #68615E;
    }
    .package-content.blog-detail h2{
        font-size: 22px !important;
        line-height: 27px;
    }   
}
@media (min-width:768px) and (max-width:1023px){
    .borde-left-1 {
        border-left: 1px solid #68615E;
    }
    .navbar-brand{ float: none; display: inline-block;}
    .navbar-header {
        float: left;
        width: 100%;
        text-align: center;
    }
    .navbar-nav {
        margin-top: 12px;
        display: inline-block;
        width: 100%;
    }
    .nav>li>a{
        font-size: 12px;
        padding: 5px;
    }
    .content-section {
        width: 50%;
        padding: 25px;
        top: 36%;
    }
    .callback-section:before{
        width: 100%;
    }
    .package-content h3{
        font-size: 18px !important;
        padding: 0 10px;
        line-height: 22px;
    }
    .package-content.blog-detail h2{
        font-size: 22px !important;
        line-height: 27px;
    } 
}
@media (min-width:1024px) and (max-width:1099px){
    .nav>li>a {
        padding: 15px 8px;
        font-size: 13px;
    }
    .package-content h3{
        font-size: 18px !important;
        padding: 0 10px;
        line-height: 22px;
    }
}
.homedate{
    display: inline-block;
    width: 100%;
    text-align: center;
}
.homedate p{
    font-size: 13px;
    margin-bottom: 0;
}