@import url('https://fonts.googleapis.com/css2?family=Galada&family=Kulim+Park:wght@200;300;400;600;700&family=Mulish:wght@200;300;400;500;700;800;900&display=swap');
body{
  font-family: 'Kulim Park', sans-serif;
}
/* 
font-family: 'Mulish', sans-serif;
font-family: 'Galada', cursive; */
button:focus, a:focus{
    outline: none;
}
a:hover{
    text-decoration: none;
}
p{
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #2d3a3a;
    font-family: 'Mulish', sans-serif;
}
h3.titles{
    font-family: 'Galada', cursive;
    font-weight: 900;
    margin: 50px 0;
    font-size: 2.5rem;
    text-align: center;
} 
#main_slider{
    position: relative;
    z-index: 0;
    height: 100vh;
}
#main_slider .owl-item  img{
    height: 100vh;
    object-fit: cover;
}

#main_slider .owl-item.active img {
  -webkit-animation-duration: 2.5s;
  animation-duration:2.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: img-zoom;
          animation-name: img-zoom;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0.35, 0.29, 0.42, 1.03);
          animation-timing-function: cubic-bezier(0.35, 0.29, 0.42, 1.03);
}

.owl-item.active .slider_captions {
  -webkit-animation: fadeInUp 1s ease-in 1;
  animation: fadeInUp 1s ease-in 1;
}

@-webkit-keyframes fadeInUp {
  0% {
      opacity: 0;
      transform: translateY(30px);
  }
  100% {
       opacity: 1;
       transform: translateY(0);
  }
}
header{
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    top: 0;
}
.brand_logo{
    margin: 15px auto;
    display: block;
    width: 300px;
}
.navbar-expand-sm {
    justify-content: center !important;
}
nav.navbar{
    border-top:2px solid #8f8e8d;
}
nav.navbar li a{
    color: #fff;
    font-weight: 500;
}
.navbar-nav .nav-item{
    padding:2px 20px;
}

.slider-tags p{
  font-weight: 100;
  color: #fff;
}
.arrow {
    text-align: center;
    margin: 2% 0;
  }
  .bounce {
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
  }
  
  @-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    40% {
      -webkit-transform: translateY(-30px);
              transform: translateY(-30px);
    }
    60% {
      -webkit-transform: translateY(-15px);
              transform: translateY(-15px);
    }
  }
  @keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    40% {
      -webkit-transform: translateY(-30px);
              transform: translateY(-30px);
    }
    60% {
      -webkit-transform: translateY(-15px);
              transform: translateY(-15px);
    }
  }
  

  @-webkit-keyframes img-zoom {
    from {
      transform: scale(1.2);
    }
    to {
      transform: scale(1);
    }
  }
  @-webkit-keyframes popup {
    from {
      opacity: 0;
      -webkit-transform: translateY(12px);
              transform: translateY(12px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  
  @keyframes popup {
    from {
      opacity: 0;
      -webkit-transform: translateY(12px);
              transform: translateY(12px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }


  .box_content{
    display: block;
    width: 100%;
    margin: 20px 0 0px;
    text-align: center;
    position: relative;
    padding: 0;
  }
  .room-info{
    padding: 10px 15px;
  }
  .box_content h4{
    font-weight: 500;
    margin: 5px 0 10px;
    color: #2d3a3a;
    font-size: 24px;
  }
  .box_content p{
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
  }
  .box_content p span{
    font-weight: 600;
  }
 

  .card_box{
    margin-bottom: 30px;
  }
  .card_box .tab {
    margin: 0;
    color: #888;
    display: flex;
    height: 570px;
    padding: 50px 0px;
    align-items: center;
    justify-content: center;
    width: calc(100% - 120px);
    margin-bottom: 20px;
    position: relative;
    background: #56ca9a;
    border-radius:100px;
    box-shadow: 2px 7px 26px -2px rgba(0, 0, 0, 0.22);
    -webkit-font-smoothing: antialiased;
  }
  .card_box .tabs {
    display: table;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    width: 20%;
    float: left;
    padding: 0;
  }
  .card_box .tab_content{
    width: 80%;
    float: right; 
  }
  .card_box .tabs li {
    display: block;
    width: 100%;
    float: left;
    line-height: 30px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
  }
  .card_box .tabs li.current a{
    border-radius: 0;
    font-weight: 600;
  }
  .card_box .tabs li.current a img{
    filter: grayscale(0);
  }
  .card_box .tabs button {
    background-color: transparent;
    border-bottom: 1px solid #b1d6c7;
    border-top: 0px solid #fff;
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
    color: #fff;
    width: 78%;
    padding: 0 0 10px;
    outline: none;
    display: block;
    font-weight: 300;
    display: inline-block;
    letter-spacing: 0;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;

  }
  .card_box .tabs a img{
    width: 50px;
    filter: grayscale(100%);
  }
  
  .tabs_item {
    
    width:100%;
    margin-top: 20px;
    display: none;
  }
 

  .card_box .tabs_item .t_head{
    border-bottom: 1px solid #567e08;
    color: #000;
    font-weight: 600;
    padding: 0;
    margin:0 0 15px 0;
  }
  .card_box .tabs_item .t_head h5{
    font-size: 14px;
  }
  .card_box .tabs_item .t_head h4{
    font-size: 18px;
    font-weight: 700;
 }
 .card_box .tabs_item p{
    font-size: 14px;
    color: #000;
    font-weight: 300;
    line-height: 23px;
 }
 .card_box .tabs_item a{
    font-size: 14px;
    color: #000;
    font-weight: 700;
 }
  .tabs_item img {
    width: 100%;
  }
  .tabs_item:first-child {
    display: block;
  }

footer{
    background-color: #151515;
    color: #a0a0a0;
    padding: 60px 50px 30px;
}
footer h5{
    font-weight: 700;
}
footer p{
    margin-bottom: 2px;
}
footer table td{
    font-size: 14px;
}
.view_btn1{
    color: #000;
    font-weight: 600;
}
.copyrights {
    margin-top: 25px;
}
.copyrights p{
    font-size: 13px;
    font-weight: 200;
    color: #fff;
    padding: 0 15px;
}

.cd-main-content .cd-btn {
  position: relative;
  display: none;
  padding: 6px;
  background-color: transparent;
  color: #000000;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.no-touch .cd-main-content .cd-btn:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 20px rgba(0, 0, 0, 0.3);
}


.cd-panel {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99999;
  display: none;
  transition: .5a all ease-in-out;
  -webkit-transition: display 0s 0.6s;
  -moz-transition: display 0s 0.6s;
  transition: display 0s 0.6s;
}
.cd-panel::after {
  /* overlay layer */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  cursor: pointer;
  -webkit-transition: background 0.3s 0.3s;
  -moz-transition: background 0.3s 0.3s;
  transition: background 0.3s 0.3s;
}
.cd-panel.is-visible {
  display: block;
  -webkit-transition: display 0s 0s;
  -moz-transition: display 0s 0s;
  transition: display 0s 0s;
}
.cd-panel.is-visible::after {
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: background 0.3s 0s;
  -moz-transition: background 0.3s 0s;
  transition: background 0.3s 0s;
}
.cd-panel.is-visible .cd-panel-close::before {
  -webkit-animation: cd-close-1 0.6s 0.3s;
  -moz-animation: cd-close-1 0.6s 0.3s;
  animation: cd-close-1 0.6s 0.3s;
}
.cd-panel.is-visible .cd-panel-close::after {
  -webkit-animation: cd-close-2 0.6s 0.3s;
  -moz-animation: cd-close-2 0.6s 0.3s;
  animation: cd-close-2 0.6s 0.3s;
}

@-webkit-keyframes cd-close-1 {
  0%, 50% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}
@-moz-keyframes cd-close-1 {
  0%, 50% {
    -moz-transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(45deg);
  }
}
@keyframes cd-close-1 {
  0%, 50% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@-webkit-keyframes cd-close-2 {
  0%, 50% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-45deg);
  }
}
@-moz-keyframes cd-close-2 {
  0%, 50% {
    -moz-transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(-45deg);
  }
}
@keyframes cd-close-2 {
  0%, 50% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
.cd-panel-header {
  position: fixed;
  width: 90%;
  height: 50px;
  line-height: 50px;
  background: rgba(255, 255, 255, 0.96);
  z-index: 2;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  -webkit-transition: top 0.3s 0s;
  -moz-transition: top 0.3s 0s;
  transition: top 0.3s 0s;
}
.cd-panel-header h1 {

}
.from-right .cd-panel-header, .from-left .cd-panel-header {
  top: -50px;
}
.from-right .cd-panel-header {
  right: 0;
}
.from-left .cd-panel-header {
  left: 0;
}
.is-visible .cd-panel-header {
  top: 0;
  -webkit-transition: top 0.3s 0.3s;
  -moz-transition: top 0.3s 0.3s;
  transition: top 0.3s 0.3s;
}
@media only screen and (min-width: 768px) {
  .cd-panel-header {
    width: 70%;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-panel-header {
    width: 50%;
  }
}

.cd-panel-close {
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    width: 60px;
    color: red;
    z-index: 99999;
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: transparent;
}
.cd-panel-close::before, .cd-panel-close::after {
  /* close icon created in CSS */
  position: absolute;
  top: 22px;
  left: 20px;
  height: 3px;
  width: 20px;
  background-color: #424f5c;
  /* this fixes a bug where pseudo elements are slighty off position */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-panel-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-panel-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.no-touch .cd-panel-close:hover {
  background-color: #424f5c;
}
.no-touch .cd-panel-close:hover::before, .no-touch .cd-panel-close:hover::after {
  background-color: #ffffff;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.no-touch .cd-panel-close:hover::before {
  -webkit-transform: rotate(220deg);
  -moz-transform: rotate(220deg);
  -ms-transform: rotate(220deg);
  -o-transform: rotate(220deg);
  transform: rotate(220deg);
}
.no-touch .cd-panel-close:hover::after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.cd-panel-container {
  position: fixed;
  width: 70%;
  height: 100%;
  top: 0;
  background: #dbe2e9;
  z-index: 1;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.from-right .cd-panel-container {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.from-left .cd-panel-container {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.is-visible .cd-panel-container {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}
@media only screen and (min-width: 768px) {
  .cd-panel-container {
    width: 70%;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-panel-container {
    width: 50%;
  }
}

.cd-panel-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 70px 5%;
  overflow: auto;
  /* smooth scrolling on touch devices */
  -webkit-overflow-scrolling: touch;
}

.cd-panel-content p:first-of-type {
  margin-top: 0;
}

.cd-panel-content nav ul li a{
    color: #000;
    font-weight: 700;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}






@media (max-width :1100px){

  .brand_logo {
    width: 260px;
  }

}
@media (max-width :991px){
  .booking_btn{
    float: none;
    margin:0 auto;
  }
  .brand_logo {
    width: 220px;
  }

  .cd-main-content .cd-btn {
    display: inline-block;
    position: absolute;
    z-index: 99999;
    margin-right: 40px;
    top: 55px;
    right: 0px;
  }
  .slider_captions h1 {
    font-size:3rem;
  }
}
@media (max-width :767px){

  header .navbar-expand-sm{ 
    display: none;
  }
  .brand_logo {
    margin: inherit !important; 
    width: 220px;
    float: left;
  }
 
  .box_content {
    display: block;
    width: 100%;
    margin:10px 0 0 5px;
    position: relative;
    padding: 10px 16px;
  }

 }
 @media (max-width :576px){
 
  footer .text-right{
    text-align: left !important;
  }
  header .container{
    padding: 0 40px;
  }

  .slider_captions h1 {
    font-size: 2rem;
  }
  .slider_captions h4 {
    font-size: .8rem;
  }
  .arrow{
    display: none;
  }

  .box_content {
    width: 90%;
    margin: 20px 0;
    padding: 10px 16px;
  }
 
}



.block-header {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  z-index: 99;
  padding: 50px 0 25px;
}

.block-header .logo-block img {
  width: 80px;
}

.block-header .nav-block {
  margin: 16px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  .block-header .nav-block {
    display: none;
  }
}

.block-header .nav-block li a {
  color: #fff;
  padding: 5px 25px;
  font-weight: 700;
  font-size:14px;
  position: relative;
  transition: .5s all;
}
.block-header .nav-block li a:hover{
  color: #fff;
}
.block-header .nav-block li a.active {
  font-weight: 500;
}

.container-custom {
  width: 80%;
  margin: 0 auto;
}
ul li {
  list-style-type: none;
}

@media (max-width:991px){
.card_box .tab {
  width: 100%;
  
}

}
@media (max-width:768px){
footer{
  padding: 40px 10px 30px;
}
}

/* new */

.section-testimonial-v1 .testimonial-inner {
    margin: 0 20px;
}
.section-testimonial-v1 {
    position: relative;
    background-size: cover;
    background-position: center;
}
.section-testimonial-v1 .testimonial-inner .testimonial-info {
    padding: 30px 33px;
    position: relative;
    background: #fff;
    box-shadow: 0 9px 18px #00000014, 0 5px 7px #0000000d;
    border-radius: 8px;
    margin-bottom: 30px;
    margin-top: 30px;
    transition: .45s;
}
.section-testimonial-v1 .testimonial-inner .testimonial-info .avatar {
    width: 100%;
    height: 150px;
    /*border-radius: 50%;*/
    overflow: hidden;
    margin: auto;
}
.section-testimonial-v1 .testimonial-inner .testimonial-info .author-info h4{
text-transform: uppercase;
}
.slick-slide img {
    width: 100%;
}
.section-testimonial-v1 .testimonial-inner .testimonial-info .content {
    font-size: 16px;
    color: #000;
    line-height: 28px;
    margin-top: 15px;
    margin-bottom: 25px;
    font-weight: 400;
}
.section-testimonial-v1 .testimonial-inner .testimonial-info:hover {
    transform: translateY(-20px);
}
.section-testimonial-v1 .testimonial-inner .testimonial-info {
    padding: 30px 33px;
    position: relative;
    background: #fff;
    box-shadow: 0 9px 18px #00000014, 0 5px 7px #0000000d;
    border-radius: 8px;
    margin-bottom: 30px;
    margin-top: 30px;
    transition: .45s;
}
.section-testimonial-v1 .slick-slider .slick-dots li button {
    width: 10px;
    height: 10px;
    background-color: #e0e0e0;
    border: none;
    border-radius: 50%;
    font-size: 0;
    padding: 0;
    line-height: 0;
    cursor: pointer;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    transition-timing-function: ease;
}
.section-testimonial-v1 .slick-slider .slick-dots li button:before {
    display: none;
}
.container-v2 {
    max-width: 1440px;
}
.title_heading {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.2;
    color: #000;
    letter-spacing: -1px;
    text-transform: none;
    position: relative;
}
@media (min-width: 3000px){
.h3, h3 {
    font-size: 3.6rem;
}
.title_heading {
    font-size: 3.6rem;
}
.section-testimonial-v1 .testimonial-inner .testimonial-info .content {
   
    font-size: 2rem;
    line-height: 3rem;

}
.section-testimonial-v1 .testimonial-inner .testimonial-info .avatar {
    width: 50%
    /*height: 100px;*/
}
.section-testimonial-v1 .slick-slider .slick-dots li button {
    width: 20px;
    height: 20px;
}

}
.pro-catsection.custom_section figure {
    height: 400px;
}




.btn-custom_section.btn-explore:hover {
    border: 1px solid #428bca;
    background-color: #428bca;
    color: #fff !important;
    font-weight: 700;
}
.btn-custom_section.btn-explore {
    border: 1px solid #428bca;
    background-color: transparent;
    color: #428bca;
    font-weight: 700;
}
a.custom_section_link {
    color: #000;
    font-weight: normal;
}
a.custom_section_link:hover {
    color: #428bca;
    font-weight: 700;
}
.collapse .card{
    border: 1px solid #428bca;
}

.btn.btn-explore.btn-custom_section {
    width: 100%;
    border-radius: 0px;
}
.collapse .card {
    text-align: center;
}

.custom_section_category figure, .custom_section_category img {
    height: 400px;
    width:100%;
}

.custom_bottom_text ul li{
    list-style-type:disc !important;
}