* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input, select, button, a, textarea {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    cursor: pointer;
    outline: none;
    transition: all 0.5s;
}

select {
    -webkit-appearance: inherit;
    -moz-appearance: inherit;
    appearance: inherit;
    list-style: none;
}
select option{
    color: black!important;
}
header, main, footer{
    border: none;
}
nav.navbar-small{
    width: 100%;
}
header .next-event-wrapper{
    width: 500px;
    right: 50px;
    bottom: 30px;
}
header .next-event-wrapper .content a.btn-book{
    color: var(--text-primary-color) !important;
}
/* .uk-margin-large-top{
    margin-top: 0!important;
} */
.section_header{
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 2;
    height: 75px;
}
.brand_logo{
    position: absolute;
    left: 50px;
    top: 0;
    height: 75px;
    z-index: 1;
}
.brand_logo img{
    width: auto;
    height: 100%;
    padding: 15px 0;
}
.nav_menu{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 0;
}
.nav_menu a{
    line-height: 75px;
}
.nav_menu ul{
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
}
.nav_menu ul:before{
    content: "";
    position: absolute;
    top: -30px;
    left: -10%;
    right: 0;
    margin: 0 auto;
    background-color: var(--primary-color);
    width: 120%;
    height: 100px;
    z-index: -1;
    border-radius: 0 0 80px 80px;
    transition: all 0.8s;
    box-shadow: 0 0 12px 0 #ffcd57;
}
.nav_menu li{
    list-style: none;
    float: left;
    padding: 0 15px;
}
.btn_bookexperince{
    position: absolute;
    right: 50px;
    top: 0;
    bottom: 0;
    height: 75px;
    display: flex;
    align-items: center;
}
nav.menu_mobile{
    display: none;
}
.hamberger_menu {
    display: block;
    height: 80px;
}
.button_container {
    position: absolute;
    /*top: 0;*/
    /*bottom: 0;*/
    height: 13px;
    width: 25px;
    margin: auto;
    cursor: pointer;
    transition: all 1s;
    z-index: 9999;
    left: auto;
    right: 310px;
    top: 0;
    bottom: 0;
}
.button_container:before{
    content: '';
    width: 33px;
    height: 27px;
    position: absolute;
    left: -5px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: none;
    border-radius: 3px;
}
.button_container.active label{
    opacity: 0;
}

.button_container:hover {
    opacity: 1;
}

.button_container.active .top {
    -webkit-transform: translateY(6px) translateX(0) rotate(45deg);
    transform: translateY(6px) translateX(0) rotate(45deg);
    background: var(--primary-color);
}

.button_container.active .middle {
    opacity: 0;
    background: var(--primary-color);
}

.button_container.active .bottom {
    -webkit-transform: translateY(-6px) translateX(0) rotate(-45deg);
    transform: translateY(-6px) translateX(0) rotate(-45deg);
    background: var(--primary-color);
}

.button_container span {
    background: var(--primary-color);
    border: none;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .35s ease;
    cursor: pointer;
    border-radius: 20px;
}
.button_container label{
    position: relative;
    left: 35px;
    color: var(--text-primary-color);
    text-transform: uppercase;
    top: -5px;
}

.button_container span:nth-of-type(2) {
    top: 6px;
    width: 100%;
}

.button_container span:nth-of-type(3) {
    top: 12px;
}

.overlay {
    position: fixed;
    /*background-image: url('../images/icon/bg.jpg');*/
    background: #101010eb;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    overflow: hidden;
    z-index: 9998;
    transition: all 0.25s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
}

.overlay.open {
    opacity: 1;
    width: 100%;
}

.overlay.open li {
    -webkit-animation: fadeInUp .9s ease forwards;
    animation: fadeInUp .9s ease forwards;
    -webkit-animation-delay: .35s;
    animation-delay: .35s;
}

.overlay.open li:nth-of-type(2) {
    -webkit-animation-delay: .40s;
    animation-delay: .40s;
}

.overlay.open li:nth-of-type(3) {
    -webkit-animation-delay: .45s;
    animation-delay: .45s;
}

.overlay.open li:nth-of-type(4) {
    -webkit-animation-delay: .50s;
    animation-delay: .50s;
}

.overlay.open li:nth-of-type(5) {
    -webkit-animation-delay: .55s;
    animation-delay: .55s;
}

.overlay.open li:nth-of-type(6) {
    -webkit-animation-delay: .60s;
    animation-delay: .60s;
}

.overlay.open li:nth-of-type(7) {
    -webkit-animation-delay: .65s;
    animation-delay: .65s;
}
.overlay.open li:nth-of-type(8) {
    -webkit-animation-delay: .70s;
    animation-delay: .70s;
}

.overlay.open li:nth-of-type(9) {
    -webkit-animation-delay: .75s;
    animation-delay: .75s;
}

.overlay nav {
    position: relative;
    /* -webkit-transform: translateY(-50%); */
    /* transform: translateY(-50%); */
    text-align: left;
    padding: 0 50px;
    margin-top: 75px;
}

.overlay ul {
    list-style: none;
    margin: 0 auto 0;
    position: relative;
    height: 100%;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    padding: 0 30px;
    font-size: 18px;
}

.overlay ul li {
    /*display: block;*/
    position: relative;
    padding: 5px 0;
    /*opacity: 0;*/
    width: 100%;
    line-height: initial;
}

.overlay ul li a {
    display: block;
    position: relative;
    color: var(--text-primary-color);
    text-decoration: none;
    /*overflow: hidden;*/
    opacity: 1;
    transition: all 0.25s;
}

.overlay ul li.active a, .overlay ul li a:hover, .nav_mobile .overlay-menu .active {
    color: #189A96;
    opacity: 1;
}

.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
    width: 100%;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

.fix_body {
    overflow: hidden !important;
}
.button_container.active{
    right: 30px;
}
.button_container.active:before{
    background: var(--pimary-color);
}
.sub_menuscroll.active{
    color: var(--third-color);
}
.section_video{
    height: 100vh;
}
.section_overheader{
    position: relative;
    z-index: 0;
}
.flame-button.shine-button{
    margin: 0;
}
.uk-navbar-container{
    margin: 0!important;
    padding: 0 50px;
}
.section_welcome{
    padding: 80px 0;
}
section.event{
    margin: 0;
}
.section_event{
    padding: 0 0 80px;
}
.section_gallery{
    padding: 0;
}
footer .copyright{
    margin: 0!important;
}
.uk-social-icons ul, footer .social ul{
    margin: 0;
    padding: 0;
}
.uk-social-icons li, footer .social li{
    float: left;
    padding: 0 8px;
    list-style: none;
}
.menu_mobile{
    display: none;
}
footer .social{
    margin: 0 0 40px 0;
    display: inline-block;
    width: 100%;
}
footer .social ul{
    display: inline-block;
    margin: 0 auto;
}
footer .social a{
    margin: 0;
}
.section_parallax{
    height: 500px;
    position: relative;
}
.section_parallax img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.overlay_parallax{
    background: #00000082;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.section_tabbar{
    background: #e5b261;
    width: 100%;
    padding: 15px 0;
}
.section_tabbar .uk-container{
    display: flex;
    align-items: center;
}
.section_tabbar h3{
    text-transform: uppercase;
    font-size: 20px;
    line-height: normal;
    margin: 0;
    color: #000000;
}
.section_tabbar ul{
    float: right;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.section_tabbar li{
    padding: 0 10px;
    list-style: none;
    float: left;
    position: relative;
}
.section_tabbar li:before{
    content: '/';
    position: absolute;
    left: -3px;
    right: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #000000;
    z-index: -1;
}
.section_tabbar li:nth-child(1):before{
    content: none;
}
.section_tabbar li:nth-last-child(1){
    padding-right: 0;
}
.section_tabbar li:nth-child(1){
    padding-left: 0;
}
.section_tabbar a{
    color: #000000;
}
.section_tabbar a:hover{
    color: #ffffff;
}
.col_6{
    width: 50%;
    float: left;
}
.section_eventscalendar{
    padding: 80px 0 0;
    text-align: left;
    color: var(--text-primary-color);
}

.section_eventscalendar h2{
    color: var(--text-primary-color);
    text-transform: uppercase;
    font-size: 24px;
    margin: 0;
}
.section_eventscalendar h2>label{
    display: inline-block;
    width: 100%;
}
.section_eventscalendar li{
    padding-bottom: 5px;
}
.row_title{
    text-align: left;
}
.row_title p{
    margin: 15px 0 0;
}
.section_aboutus{
    padding: 80px 0;
    color: var(--text-primary-color);
    position: relative;
}
.section_aboutus:after {
    content: "";
    display: block;
    width: 100vw;
    height: 40vh;
    background: url('http://localhost:8888/otherwebsite_prim/flamephukettown.com/assets/images/wave-vector.png') right center repeat-x;
    background-position-x: -22vw;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.section_aboutus h1{
    color: #d4af37;
    text-transform: none;
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    position: relative;
    padding-bottom: 70px;
    margin: 0;
}
.section_aboutus h1:before{
    content: "";
    display: block;
    width: 2px;
    height: 70px;
    background-color: var(--secondary-color);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.images_aboutus{
    width: 100%;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.images_aboutus img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-top: solid 2px var(--primary-color);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 65% 100%, 0% 80%);
}
.details_aboutus{
    padding-left: 50px;
}
.details_aboutus h3{
    color: var(--text-primary-color);
    font-size: 20px;
    margin: 0;
}
.details_aboutus ul{
    margin: 15px 0;
}
.details_aboutus li{
    padding-bottom: 5px;
}
.row_aboutus{
    margin-top: 30px;
}
.section_menu{
    padding: 80px 0;
    text-align: center;
    color: var(--text-primary-color);
    position: relative;
}
.section_menu h1{
    color: #d4af37;
    text-transform: none;
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    position: relative;
    margin: 0;
}
.section_menu p>label{
    display: inline-block;
    width: 100%;
}
.images_menu{
    width: 100%;
    height: 600px;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.images_menu img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.details_menu{
    text-align: left;
    padding: 0 30px;
}
.details_menu h3{
    color: var(--text-primary-color);
    font-size: 20px;
    margin: 0;
}
.details_menu p{
    margin-top: 5px;
}
.row_menu{
    margin-top: 50px;
    text-align: center;
}
.row_menu .col_6{
    float: none;
    margin: auto;
}
.icon_menu{
    width: 80px;
    height: 80px;
    padding: 15px!important;
    border-radius: 100%;
    background: url('../images/vector.png') center center no-repeat;
    background-size: cover;
    box-shadow: 0 0 12px 0 #ffcd57;
    position: relative;
    overflow: hidden;
}
.icon_menu:after{
    content: none!important;
}
.icon_menu img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.details_menu ul{
    padding: 0 0 50px;
    margin: 0;
    display: flex;
    width: 100%;
    align-items: center;
}
.details_menu li{
    list-style: none;
    float: left;
    width: 50%;
    position: relative;
}
.details_menu li:nth-child(1){
    width: 80px;
}
.details_menu li:nth-child(2){
    width:calc(100% - 80px);
}
.details_menu li:nth-child(1):after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: var(--secondary-color);
    position: absolute;
    bottom: -100%;
    left: 0;
    right: 0;
    margin: auto;
}
.details_menu ul:nth-last-child(1) li:nth-child(1):after{
    content: none;
}
.information_menu{
    padding-left: 30px;
}
.details_menu ul:nth-last-child(1){
    padding-bottom: 0;
}
.row_menu .gold-button{
    margin-top: 50px;
}
.section_menu:after {
    content: "";
    display: block;
    width: 100vw;
    height: 40vh;
    background: url('http://localhost:8888/otherwebsite_prim/flamephukettown.com/assets/images/wave-vector.png') right center repeat-x;
    background-position-x: -25vw;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.row_images_about{
    margin: 0 -15px;
}
.row_images_about .col_6{
    padding: 0 15px;
    float: left!important;
}
.row_images_about .col_6:nth-last-child(1){
    margin-top: 50px;
}
.section_bookyourexperience{
    padding: 80px 0;
    color: var(--text-primary-color);
}
.section_bookyourexperience h2{
    color: var(--text-primary-color);
    text-transform: uppercase;
    font-size: 24px;
    margin: 0;
}
.section_bookyourexperience .gold-button{
    margin-top: 30px;
}
main.main_info{
    background: #080808;
}
.row_aboutus .col_6:nth-child(1){
    float: right;
}
.section_getintouch{
    padding: 80px 0;
    color: var(--text-primary-color);
    position: relative;
}
.section_getintouch h2{
    color: var(--text-primary-color);
    text-transform: uppercase;
    font-size: 24px;
    margin: 0;
}
.section_getintouch .images_icon {
    object-fit: cover;
    display: inline-block;
    width: 25px;
    height: 25px;
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    background: #d4af37;
    background-size: cover;
    margin-right: 10px;
    transition: all 0.25s;
    vertical-align: middle;
}
.section_getintouch ul{
    margin: 15px 0 0 0;
    padding: 0;
}
.section_getintouch li{
    list-style: none;
    padding: 5px 0;
    line-height: normal;
}
.section_getintouch .uk-social-icons{
    margin-top: 0;
}
.section_getintouch .uk-social-icons li{
    padding: 0 5px;
}
.section_getintouch .uk-social-icons li:nth-child(1){
    padding-left: 0;
}
.section_getintouch li b{
    font-weight: 700;
}
.contact_form .col_6, .contact_form .col_12{
    padding: 0 15px;
    margin-bottom: 15px;
}
.contact_form .row_input{
    margin: 25px -15px 0;
}
.input_data{
    border: none;
    border-bottom: solid 1px var(--secondary-color);
    background: none;
    padding: 5px 0;
    width: 100%;
    outline: none;
    color: var(--text-primary-color);
}
textarea.input_data{
    height: 150px;
}
::placeholder{
    color: var(--text-primary-color);
    opacity: 0.3;
    font-style: italic;
}
.contact_form .gold-button{
    margin-top: 25px;
}
.section_getintouch .uk-social-icons h4{
    color: var(--text-primary-color);
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
}
.section_getintouch h4{
    margin: 25px 0 0;
    color: var(--text-primary-color);
    font-size: 18px;
}
.section_map iframe{
    width: 100%;
    height: 600px;
    filter: grayscale(1);
}
.section_getintouch:after {
    content: "";
    display: block;
    width: 100vw;
    height: 40vh;
    background: url('http://localhost:8888/otherwebsite_prim/flamephukettown.com/assets/images/wave-vector.png') right center repeat-x;
    background-position-x: 23vw;
    background-size: cover;
    position: absolute;
    bottom: -200px;
    left: 0;
    z-index: -1;
}
.section_map{
    padding: 80px 0 0;
}
.section_getintouch h1{
    color: #d4af37;
    text-transform: none;
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    position: relative;
    padding-bottom: 70px;
    margin: 0;
}
.section_getintouch h1:before{
    content: "";
    display: block;
    width: 2px;
    height: 70px;
    background-color: var(--secondary-color);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.row_contact{
    margin-top: 30px;
}
.navbar_fix li.active a, .navbar_fix a:hover{
    color: var(--primary-color)!important;
}
.section_offering{
    padding: 80px 0;
    color: var(--text-primary-color);
    text-align: center;
    position: relative;
}
.section_offering:after {
    content: "";
    display: block;
    width: 100vw;
    height: 40vh;
    background: url('http://localhost:8888/otherwebsite_prim/flamephukettown.com/assets/images/wave-vector.png') right center repeat-x;
    background-position-x: 11vw;
    background-size: cover;
    position: absolute;
    bottom: -200px;
    left: 0;
    z-index: -1;
}
.section_offering h1{
    color: #d4af37;
    text-transform: none;
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    position: relative;
    padding-bottom: 70px;
    margin: 0;
}
.section_offering h1:before{
    content: "";
    display: block;
    width: 2px;
    height: 70px;
    background-color: var(--secondary-color);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.section_offering h2{
    color: var(--text-primary-color);
    text-transform: uppercase;
    font-size: 24px;
    margin: 0;
}
.section_offering h3{
    color: var(--text-primary-color);
    text-transform: none;
    font-size: 20px;
    margin: 0;
}
.images_offering{
    width: 100%;
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: start;
}
.images_offering img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 65% 100%, 0% 80%);
    border-top: solid 2px var(--primary-color);

}
.details_offering ul{
    margin: 15px 0 0;
}
.details_offering li{
    padding: 5px 0;
}
.details_offering li>label{
    font-weight: 700;
}
.details_offering{
    padding: 50px 0 0 50px;
    text-align: left;
}
.row_all_offering{
    margin-top: 50px;
}
.details_offering .gold-button{
    margin-top: 25px;
}
.row_all_offering .row_offering:nth-child(even){
    margin-top: 50px;
    display: inline-block;
    width: 100%;
}
.row_all_offering .row_offering:nth-child(even) .col_6:nth-child(1){
    float: right;
}
.row_all_offering .row_offering:nth-child(even) .details_offering{
    padding: 50px 50px 0 0;
}
.section_offering .uk-container .offersing_list:nth-last-child(1){
    margin-top: 50px;
    display: inline-block;
    width: 100%;
}
.offersing_list p{
    width: 70%;
    margin: 15px auto 0;
}
.details_offering p{
    width: 100%;
    margin: 15px 0 0;
}
.uk-accordion li a{
    font-size: 16px;
    color: var(--text-primary-color);
    font-weight: 700;
}
.box_card{
    width: 100%;
    border: solid 1px #ffdeab21;
    border-radius: 0;
    padding: 25px;
    color: var(--text-primary-color);
    height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}
.box_card h3{
    color: var(--text-primary-color);
    text-transform: uppercase;
    font-size: 20px;
    margin: 0;
    font-weight: 700;
}
.box_card p{
    margin: 0;
}
.section_offering_service{
    text-align: center;
    padding: 80px 0 0;
    overflow: hidden;
}
.section_offering_service ul{
    padding: 0;
    margin: 0 auto;
    display: inline-block;
}
.section_offering_service li{
    list-style: none;
    width: 33.333%;
    display: inline-block;
    padding:15px;
    margin: 0 -5px;
    vertical-align: text-top;
}
.box_card .images_icon {
    object-fit: cover;
    /*display: inline-block;*/
    width: 40px;
    height: 40px;
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    background: #d4af37;
    background-size: cover;
    margin: 0 auto 15px;
    transition: all 0.25s;
    vertical-align: middle;
}
.section_offering_service li:hover .box_card p{
    opacity: 1;
    height: auto;
}
.box_images{
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: auto;
}
.flame-button.btn_menu{
    background: none !important;
    border: 1px solid;
    box-shadow: none !important;
    border-radius: 15px 0 !important;
    color: var(--text-primary-color) !important;
    margin-right: 10px;
}
.flame-button.btn_menu:after{
    content: none!important;
}
.section_offering_last:after{
    content: none;
}
/*.section_offering_last .row_offering .col_6:nth-child(1){*/
/*    float: right;*/
/*}*/