@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Lato", sans-serif;
    background-color: #f4f4f4;
}


h1, h2, h3, h4, h5{
       font-family: "Nanum Myeongjo", serif;
       
}

/* .navbar-header{
max-height: 88px;
    max-width: 200px;
    margin: 0 auto;
    float: none;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
} */
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}
body.explorer_v1 header .navbar .navbar-header .navbar-brand {
    display: block;
    margin: 0 auto;
    position: relative;
    float: none;
}

body.explorer_v1 header .navbar .navbar-header .navbar-brand img {
    margin: 0 auto;
}
header .navbar-top .navbar-brand img {
    max-height: 88px;
    max-width: 200px;
}
.navbar-brand>img {
    display: block;
}
body.explorer_v1 header #top-menu {
    height: 40px;
    background-color: #5b1b26;
    padding-right: 0;
}
header #top-menu {
    overflow: hidden;
    padding-left: 0;
}
@media (min-width: 768px) {
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
}
body.explorer_v1 header #top-menu #top-navbar-collapse {
    height: 40px;
    padding-left: 60px;
    padding-right: 60px !important;
    text-align: center;
    width: 100%;
}

/* Header */
header {
  
    color: white;
}

/* header nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
} */

header nav a {
    color: white;
    text-decoration: none;
    padding: 10px;
}

/* Main Content */
#main-content {
    display: flex;
    justify-content: space-between;
    padding: 40px;
}

#main-content img {
    width: 50%;
}

/* Accommodation section */


/* .room-type {
    background-color: white;
    border-radius: 8px;
    width: 30%;
    margin: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
} */

.room-type img {
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

/* .navbar.navbar-top {
    height: 160px !important;
}
header .navbar-top {
    z-index: initial;
    padding: 0;
    border: none;
    border-radius: 0;
    height: 88px;
    background: url(simp.min.css);
    background-color: #5b1b26;
    background-color: #5b1b26;
    -webkit-box-shadow: 0 5px 4px transparent;
    -moz-box-shadow: 0 5px 4px transparent;
    box-shadow: 0 5px 4px transparent;
    margin-bottom: 0;
    transition: all .5s ease-in-out;
}
.navbar.navbar-top .container {
    padding-top: 20px;
}
body.explorer_v1 header .container {
    width: 100%;
    padding: 0;
} */

header .container {
    position: relative;
}
@media screen and (min-width: 1280px) {
    body .container {
        max-width: 1340px;
    }
}
header .navbar-top.scroll {
    background-color: #5b1b26;
}

/* .btn {
    font-size: 17px;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 0;
    background-image: none;
    padding: 0 10px;
    line-height: 38px;
    background-color: #5a1a25;
    border: 1px solid #5a1a25;
    color: #d7d2cb;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
    white-space: normal;
    outline: 0;
    
} */
.navbar-top ul.navbar-nav li a {
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 900;
}
header #top-menu #top-navbar-collapse li a {
    padding: 10px 15px;
    line-height: 17px;
    height: auto;
}
header .navbar-top .navbar-nav>li>a {
    padding: 22px 15px;
    text-wrap: nowrap;
    line-height: 41px;
    outline: 0;
    background: 0 0;
    color: #d7c4b7;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 13px;
    font-style: normal;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-bottom: 3px solid transparent;
    border-top: 0 solid transparent;
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
}
header .navbar-top .navbar-nav>li {
    float: none;
    display: inline-block;
}


header .navbar-top .navbar-nav>li.moreOptions {
    position: relative;
    display: none;
}
.navbar-top ul.navbar-nav li {
    padding: 0px 5px;
}


.lang-book-wrapper .btn {
    background-color: #d7c4b7 !important;
    border-color: #D7C4B7;
    font-size: 16px !important;
    text-align: center;
    padding: 10px;
    letter-spacing: 0px;
    color: #5A1A25;
    text-transform: uppercase;
    opacity: 1;
}


@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}


body.explorer_v1 header #top-menu #top-navbar-collapse li ul.dropdown-menu, body.explorer_v1 header #top-menu #top-navbar-collapse li ul.dropdown-more {
    background-color: #5b1b26;
}
header .navbar-top.scroll .dropdown-menu, header .navbar-top.scroll .moreOptions .dropdown-more {
    background-color: #5b1b26;
}
header .navbar-top .dropdown-menu, header .navbar-top .moreOptions .dropdown-more {
    webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-color: #5b1b26;
    background-color: #5b1b26;
    margin-top: 0;
}
header .moreOptions .dropdown-more {
    right: 0;
    left: auto;
    text-align: right;
    border-radius: 0;
}
.dropdown-more {
    display: none;
    left: auto;
    right: 0;
    position: absolute;
    top: 100%;
    min-width: 160px;
    padding-left: 0;
    font-size: 16px !important;
}

.navbar-top ul.navbar-nav li a {
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 700;
   
}


.head {
  padding: 3%;
}

img {
    vertical-align: middle;
}
img {
    border: 0;
}
.background img{
    background-size: cover;
    background-repeat: no-repeat;
    height: 856px;
    display: block;}

/* .head{
    padding: 30px 0;
    max-width: 1340px;
    margin: 0 auto;
    padding: 30px 15px;
    width: 85%;
} */

.head .text-center{
    text-align: center;
    margin-bottom: 25px;
}

.heading h2 { 
  margin-bottom: 20px; 
  font-size: 40px;
  font-weight: 400;
  color: #5b1b26; 
}



.head .parag{
  
 margin: 30px 0 ;
    line-height: 1.4em;
}

.homepage .content_wrapper .no-gutter .widget-wrapper.fullWidthWidget .fullWidthWidgetWrapper [class*=col-], .inner-page .content_wrapper .no-gutter .widget-wrapper.fullWidthWidget .fullWidthWidgetWrapper [class*=col-] {
    padding: 0;
}



.homepage .content_wrapper .no-gutter .widget-wrapper.fullWidthWidget, .inner-page .content_wrapper .no-gutter .widget-wrapper.fullWidthWidget {
    width: 100% !important;
    max-width: unset !important;
}
.simp-custom-ltxtrimg {
    padding: 0 !important;
}
.homepage .content_wrapper .no-gutter .widget-wrapper.fullWidthWidget .fullWidthWidgetWrapper, .inner-page .content_wrapper .no-gutter .widget-wrapper.fullWidthWidget .fullWidthWidgetWrapper {
    margin: 0 auto;
    padding: 0;
}


.widget-wrapper .fullWidthWidget .fullWidthWidgetWrapper, .inner-page .content_wrapper .no-gutter .widget-wrapper.fullWidthWidget .fullWidthWidgetWrapper {
    margin: 0 auto;
    padding: 0;
}



.simp-custom-ltxtrimg .text-content h2 {
    padding-bottom: 20px;
    color: #5a1a25;
}
.content_wrapper .no-gutter h2 {
    font-size: 30px;
    color: #5a1a25;
    font-weight: 400;
}
.content_wrapper .no-gutter h1, .content_wrapper .no-gutter h2 {
   
    color: #5a1a25;
   
}
.simp-custom-ltxtrimg .text-content h3 {
    padding-bottom: 20px;
    line-height: 30px;
    font-size: 25px;
    font-weight: normal;
}

.homepage .content_wrapper .no-gutter .widget-wrapper.fullWidthWidget .fullWidthWidgetWrapper .text-content-wrapper>p, .homepage .content_wrapper .no-gutter .widget-wrapper.fullWidthWidget .fullWidthWidgetWrapper .text-content-wrapper>span, .inner-page .content_wrapper .no-gutter .widget-wrapper.fullWidthWidget .fullWidthWidgetWrapper .text-content-wrapper>p, .inner-page .content_wrapper .no-gutter .widget-wrapper.fullWidthWidget .fullWidthWidgetWrapper .text-content-wrapper>span {
    padding: 0 15px;
    display: inline-block;
}
.simp-custom-ltxtrimg .text-content p {
    padding: 0px !important;
    font-size: 17px;
    line-height: 25px !important;
    font-weight: 300 !important;
}
.simp-custom-ltxtrimg .text-content .txt-wdgt-btn-wrapper
{
    margin-top: 60px;
}
.content_wrapper .no-gutter img {
    width: 100%;
    border-radius: 0;
}
.left-box img{width: 100%;height: 518px;}
.right-box img{width: 100%;height: 518px;}
.viewPortIn {
    opacity: 1;
}
.animated.slow {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
.animated {
    animation-fill-mode: none !important;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
}

.content_wrapper .no-gutter .one-col {
    padding-left: 15px;
    padding-right: 15px;
}




.room-type .text h3 {
    padding-bottom: 20px;
}
.room-type .text h3 {
    font-size: 30px;
    font-weight: 400;
}
.room-type .text h3 {
  
    color: #5a1a25;
   
}

 .widget-wrapper.fullWidthWidget , .inner-page .content_wrapper .no-gutter .widget-wrapper.fullWidthWidget {
    width: 100% !important;
    max-width: unset !important;
}

.left-box img{
    width:100%;
}



.simp-custom-limgrtxt .text-content p {
    padding: 0px !important;
    font-size: 17px;
    line-height: 25px !important;
    font-weight: 300 !important;
}


.content_wrapper .no-gutter h2 {
    font-size: 30px;
    font-weight: 400;
}
.content_wrapper .no-gutter h1, .content_wrapper .no-gutter h2 {
    padding-bottom: 0;
    color: #5a1a25;
    text-align: center;
    font-weight: lighter;
}



