/*************************** COPYRIGHT ******************************
This website Developed by UNITECH BD SOFTWARE
Corporate Office: Plot #87, BNS Center (4th floor), Suite No. 507/A,
Sector #07, Uttara Model Town, Dhaka-1230, Bangladesh.
Phone: +88 02 48956492.
Cell: +88 01782 656 388, +88 01977 773 283.
Email: info@unitechbdsoft.com
Website: www.unitech.bd
*********************************************************************/

body {
    padding: 0;
    margin: 0;
    background: #fff;
    font-family: "Dosis", sans-serif;
    color: #4f5559;
    font-weight: 400;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    border: none;
}

.img {
    border: none;
    margin: 0 10px 5px 0;
    float: left;
}

.bangla {
    font-family: "Anek Bangla", sans-serif;
}

.main {
    margin: 0 auto;
    max-width: 1100px;
    display: block;
    padding: 0 15px;
}

#header {
    float: left;
    width: 100%;
}

.header {
    float: left;
    width: 100%;
    padding: 12px 0 10px;
}

.logo a {
    float: left;
    margin-bottom: 10px;
    text-decoration: none;
    outline: none;
}

.logo img {
    height: 120px;
    margin: 12px 0 0;
}

.header_left {
    float: left;
    margin: 0 0 0 40px;
    padding: 0;
    font-size: 16px;
}

.header_left span a {
    font-weight: 600;
    color: #313193;
    font-size: 17px;
}

.header_left h3 {
    margin: 20px 0 5px;
    padding: 0;
    font-size: 23px;
    color: #222;
    font-family: "Lobster", sans-serif;
}

.header_left i {
    text-align: left;
    width: 15px;
    height: 21px;
    margin: 0 3px 0 0;
}


.hotline {
    float: right;
    font-size: 15px;
    text-align: right;
    margin: 0 0 0 30px;
    padding-right: 10px;
    border-right: 1px #ddd solid;
    color: #222;
}

.hotline span {
    font-weight: 500;
    font-size: 20px;
    color: #020C56;
}

.booking a {
    float: right;
    margin: 45px 0 0;
    padding: 10px 19px;
    display: block;
    font-size: 15px;
    background: #313193;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 20px 0 20px 3px;
}

.booking i {
    float: left;
    margin-right: 5px;
    padding: 3px 0;
}

#menu {
    -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.3);
    background: #fff;
    float: left;
    width: 100%;
    height: 50px;
    padding: 13px 0 0;
}

.menu {
    float: left;
    display: inline-block;
    width: 100%;
    margin: 0;
    border-left: 1px #ccc solid;
}

.header__left-mobile {
    display: none;
}

/* Navigation */
.navbar2 {
    width: 100%;
}

.navbar-inner2 {
    height: 100%;

}

.nav2,
.nav2 ul,
.nav2 li,
.nav2 a {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

.nav2 {
    position: relative;
    z-index: 50;
}

.nav2 li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
}

.nav2 li a {
    position: relative;
    display: block;
    padding: 0 24px 0;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
    color: #333;
    transition: .3s;
    border-right: 1px #ccc solid;
}

.nav2 li:hover > a {
    color: #000;
    display: block;
}

/* Sub navigation */
.nav2 ul {
    position: absolute;
    z-index: 100;
    top: 46px;
    left: 0;
    padding-bottom: 7px;
    overflow: hidden;
    opacity: 0;
    background: #fff;
    border-bottom: 5px #009900 solid;
    border-top: none;
}

.nav2 li:hover ul {
    opacity: 0.9;
}

.nav2 ul li {
    height: 0;
    overflow: hidden;
    padding: 0;

    -webkit-transition: height .07s ease-in-out .0s;
    -moz-transition: height .07s ease-in-out .0s;
    -o-transition: height .07s ease-in-out .0s;
    -ms-transition: height .07s ease-in-out .0s;
    transition: height .07s ease-in-out .0s;
}

.nav2 li:hover > ul li {
    height: 30px;
    overflow: visible;
    padding: 0;
}

.nav2 ul li a {
    width: 240px;
    padding: 7px 10px;
    margin: 0;
    font-weight: normal;
    border: none;
    border-bottom: 1px solid #eee;
    color: #000;
    text-transform: capitalize;
}

.nav2 ul li a:hover {
    color: #009900;
    background: none;
}

/* --- Elements hidden on desktop, shown only on mobile --- */
.menu-toggle {
    display: none;
    background: none;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 7px 9px;
    cursor: pointer;
    flex-direction: column;
    gap: 5px;
    float: right;
    margin: 10px 0 0;
}
.menu-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    background: #333;
    border-radius: 1px;
    transition: all 0.25s ease;
}
.menu-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle.open span:nth-child(2) { opacity: 0; }
.menu-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-book-btn,
.mobile-nav-hotline,
.header__left-mobile {
    display: none;
}


#slider {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 3px #097711 solid;
}

.slider {
    float: left;
    width: 100%;
    letter-spacing: 1px;

}

.slider img {
    width: 100%;
    height: 650px;
    float: left;
}


#home_package {
    float: left;
    width: 100%;
    background: #ccc url(../images/home_bg.jpg) center center;
    background-size: cover;
    padding: 80px 0 120px;
    font-size: 17px;
    text-align: center;
}

.home_package_box {
    float: left;
    width: 100%;
    background: #fff;
    font-size: 17px;
    color: #222;
    text-align: left;
    margin: 0 0 20px;
    box-shadow: 2px 4px 9px 0 rgba(0, 0, 0, .12);
    border-radius: 5px;
}

.home_package_box_left {
    float: left;
    width: 100%;
    padding: 35px;
    font-size: 17px;
    color: #222;

}

.home_package_box_left h3 {
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 10px;
    padding: 0;
}

.home_package_box_left span {
    color: #8A0609;
    font-style: italic;
    margin: 0 0 20px;
    padding: 0;
    display: block;
}

#home_package h2 {
    font-size: 40px;
    margin: 0 0 20px;
    padding: 0;
    font-family: "Lobster", sans-serif;
}


.home_learn_more a {
    font-size: 18px;
    padding: 0;
    margin: 0;
    color: #fff;
}


#entry-fees {
    float: left;
    width: 100%;
    padding: 50px 0 80px;
    border-bottom: 1px #ddd solid;
    font-size: 17px;
}

#entry-fees h2 {
    font-size: 35px;
    font-weight: 600;
    padding: 0;
    margin: 0 0 20px;
    color: #333;
    text-transform: capitalize;
    font-family: "Satisfy", cursive;
}
#entry-fees img {
    border-radius: 5px 100px 5px 100px;
}

#entry-fees h2 span {
    color: #999;
    font-size: 20px;
    font-family: "Dosis", sans-serif;
}

.ticket-box {
    float: left;
    width: 100%;
    -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    background: #00A035;
}

.ticket-title {
    float: left;
    padding: 10px;
    border-bottom: 1px #00832C solid;
    font-size: 25px;
    font-weight: 400;
    text-transform: uppercase;
    width: 100%;
    color: #fff;
    text-shadow: 0 1px 0 #777;
    -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
}

.ticket-price {
    float: left;
    padding: 15px 20px 30px;
    font-size: 45px;
    font-weight: 500;
    width: 100%;
    text-shadow: 0 2px 0 #777;
    color: #fff;
}

.tk {
    color: #eee;
    font-size: 22px;
    text-shadow: none;
}

.ticket-price span {
    color: #ddd;
    font-size: 20px;
    text-shadow: none;

}

.ticket-price_sub {
    color: #eee;
    font-size: 20px;
    text-shadow: none;

}


#room_gallery {
    float: left;
    width: 100%;
    padding: 60px 0 90px;
    font-size: 16px;
    color: #555;
}

#room_gallery h3 {
    padding: 30px 0 15px 0;
    margin: 0;
    font-size: 25px;
    color: #444;
    font-weight: 500;
}


#hotel_resort {
    float: left;
    width: 100%;
    text-align: center;
    padding: 90px 50px 90px;
    font-size: 17px;
    background: url(../images/bg.png);
}

#hotel_resort h2 {
    font-size: 45px;
    font-weight: 600;
    padding: 0;
    margin: 0 0 10px;
    text-transform: uppercase;
    color: #333;
}

#hotel_resort h2 span {
    color: #999;
}

.item {
    float: left;
    width: 100%;
    color: #222;
    text-align: center;
    transition: .2s;
}

.resort_box {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    color: #222;
    text-align: center;
    transition: .2s;
    font-size: 15px;
    box-shadow: 2px 4px 9px 0 rgba(0, 0, 0, .12);
    border: 1px #ddd solid;
}

.resort_box img {
    width: 100%;
    height: 280px;
    border-bottom: 1px solid #777;
}

.resort_box_name {
    background: #eee;
    float: left;
    width: 100%;
    padding: 13px 20px 15px;
}

.resort_box_name h3 {
    font-size: 24px;
    font-weight: 600;
    padding: 0;
    margin: 5px 0 10px;
}

.resort_box_name h3 a {
    color: #222;
}

.resort_box_name_left {
    width: 49%;
    float: left;
    padding: 7px 10px;
    margin: 20px 5px 10px 0;
    color: #fff;
    text-align: center;
    font-size: 20px;
    float: left;
    background: #00A035;
    -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
}

.resort_box_name_right {
    float: right;
    width: 49%;
    padding: 7px 10px;
    margin: 20px 0 10px 0;
    color: #FFCC00;
    text-align: center;
    font-size: 20px;
    float: left;
    background: #fff;
    font-weight: 500;
    -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
}

.resort_box_details a {
    width: 100%;
    padding: 10px 10px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    float: left;
    background: #555;
    text-transform: uppercase;
}


.discount_box {
    float: left;
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
    font-size: 45px;
    font-weight: 600;
    color: #020C56;
    background: #FEFB0C;
    padding: 5px 0 10px;
}

.facilities {
    float: left;
    width: 100%;
    text-align: left;
}

.resort_box_big {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    color: #222;
    transition: .2s;
    -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
    border: 1px solid #eee;
    background: #fff;
}

.resort_box_left {
    float: left;
    width: 100%;
}

.resort_box_left img {
    width: 100%;
    height: 380px;

}

.resort_box_right {
    float: left;
    width: 100%;
    text-align: left;
    padding: 30px 30px 30px 10px;
}

.resort_box_right h3 {
    font-size: 30px;
    padding: 0;
    margin: 0 0 10px;
    color: #020C56;
    font-weight: 600;
}

.resort_box_right h3 a {
    color: #020C56;
}


.resort_price {
    display: block;
    margin: 15px 0 15px 0;
    color: #000;
    font-size: 25px;
    font-weight: 600;

}

.resort_price span {
    font-size: 18px;
    font-weight: 400;
}

.resort_star {
    float: left;
    margin: 0 0 10px 0;
    color: #FFCC00;
    font-size: 20px;
}

.resort_details a {
    float: left;
    padding: 5px 14px;
    margin: 0 6px 10px 0;
    color: #fff;
    text-align: center;
    font-size: 16px;
    float: left;
    background: #313193;
    text-transform: uppercase;
    border-radius: 2px;
    border: 1px #ccc solid;
}

.resort_hotline a {
    float: left;
    padding: 5px 14px;
    margin: 0 6px 10px 0;
    text-align: center;
    font-size: 16px;
    float: left;
    border-radius: 2px;
    border: 1px #ddd solid;
    font-weight: 600;
    color: #000;
    background: #eee;
    text-transform: uppercase;
}


#home_gallery {
    float: left;
    width: 100%;
    text-align: center;
    padding: 60px 0 90px;
    background: url(../images/bg.png);
}

#home_gallery h2 {
    font-size: 45px;
    font-weight: 500;
    padding: 0;
    margin: 0 0 55px;
    text-transform: uppercase;
    color: #333;
}

#home_gallery h2 span {
    color: #999;
}

#home_gallery img {
    float: left;
    margin: 0 0 10px 0;
}

.home_gallery_box {
    float: left;
    width: 100%;
    
}

.home_gallery_box img {
    float: left;
    width: 33%;
    margin: 0 0 10px 0;
    padding: 0 5px;
    min-height: 240px;
}


#booking {
    float: left;
    width: 100%;
    background: url(../images/booking.jpg) center center fixed;
    text-align: center;
    color: #fff;
    border-top: 3px #000 solid;
}

.booking-overlay {
    width: 100%;
    background: rgba(0, 0, 0, 1);
    float: left;
    padding: 120px 0;
    opacity: .9;
}

.home_booking h2 {
    font-size: 40px;
    font-weight: 500;
    padding: 0;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.booking_number a {
    background: #313193;
    font-size: 25px;
    font-weight: 600;
    padding: 0;
    margin: 10px 5px 0 0;
    color: #fff;
    padding: 7px 18px;
    border-radius: 2px;
    text-transform: uppercase;
    display: inline-block;
    -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
}


#container {
    width: 100%;
    font-size: 18px;
    padding: 60px 0 60px;
    float: left;
    color: #222;
}

.container {
    width: 100%;
    text-align: justify;
    font-size: 15px;
    padding: 20px 0 10px;
    float: left;
    color: #222;
    line-height: 26px;
}

.who {
    text-align: left;
    padding: 30px 0;
    float: left;
}

.container h3 {
    padding: 0 0 15px 0;
    margin: 0;
    font-size: 28px;
    color: #222;
}

.container h5 {
    padding: 10px 0 15px 0;
    margin: 0;
    font-size: 20px;
    color: #222;
    font-weight: 400;
    text-align: left;
}

.container h5 i {
    padding-right: 3px;
}

.img2 {
    float: right;
    padding: 0 0 10px 10px;
}

#page_title {
    width: 100%;
    float: left;
    background: url(../images/page_title.jpg) center center;
    background-size: cover;
    margin: 0 0 0px;
    border-bottom: 3px #00005A solid;
    overflow: hidden;
}

.page-title-overlay {
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(255, 0, 0, 0));
    float: left;
    padding: 300px 0 50px;
    text-align: center;
}

.page_title {
    width: 100%;
    float: left;
    color: #eee;
    font-size: 18px;
    text-align: center;
}

.page_title i {
    margin-right: 8px;
    float: left;
}

.page_title h1 {
    font-size: 48px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 20px 0;
}

.page_title h2 {
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    display: block;
    float: left;
    font-weight: 400;
    text-shadow: 2px 2px 2px #666;
}

.title_resort_price {
    float: right;
    padding: 5px 15px;
    margin: 10px 0 20px 0;
    color: #020C56;
    font-size: 30px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background: #fff;

}

.title_resort_price span {
    font-size: 18px;
}


.page_title h4 {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    background: rgba(255, 255, 255, .9);
    padding: 4px 15px;
    margin: 0;
    display: inline-block;
}

.page_title h4 a {
    color: #333;
    font-weight: 400;
}


.container input {
    margin-bottom: 10px;
}

.container textarea {
    margin-bottom: 10px;
}

.contact_form {
    color: #333333;

}

.contact_table {
    float: left;
    display: inline-block;
    padding-bottom: 20px;
    margin-bottom: 30px;
    margin-top: 10px;
    text-align: left;
}

.contact_table i {
    color: #333333;
    width: 30px;
    height: 27px;
    text-align: center;
    line-height: 27px;
    border: 1px #ccc solid;
    margin-right: 5px;
    margin-bottom: 5px;
}


.list {
    padding: 0;
    margin: 0px;
    list-style: none;
}

.list li {
    margin: 0;
    list-style: none;
    margin-bottom: 5px;
}

.list i {
    color: #555;
    margin-right: 3px;
}

.list2 {
    padding: 0;
    margin: 0 0 20px 0;
    list-style: none;
}

.list2 li {
    margin: 0;
    list-style: none;
    margin-bottom: 10px;
    text-align: left;
}

.list2 i {
    color: #555;
    margin-right: 3px;
}


.room_list {
    padding: 0;
    margin: 15px 0 0;
    list-style: none;
    font-size: 16px;
}

.room_list li {
    margin: 0;
    list-style: none;
    margin-bottom: 5px;
    padding: 8px 14px;
    background: #eee;
}

.room_list i {
    color: #000;
    margin-right: 3px;
}


#footer-top {
    width: 100%;
    overflow: hidden;
}

#footer {
    width: 100%;
    overflow: hidden;
    border-top: 4px #000 solid;
    background: #333;
}

.footer_main {
    margin: 0 auto;
    max-width: 1200px;
    padding: 10px 15px 25px;
    color: #ddd;
}

.footer_main h3 {
    font-size: 22px;
    margin-bottom: 20px;
    padding: 0;
    color: #fff;
    font-weight: 400;

}

.footer {
    float: left;
    width: 100%;
    font-size: 15px;
    padding: 20px 0 10px;
}

.footer img {
    height: 60px;
    margin: 0 10px 0 0;
}

.footer_logo img {
    height: 70px;
    margin: 0 0 10px 0;
}

.footer_awards img {
    float: right;
    height: 80px;
    margin: 0 0 0 5px;
}

.footer i {
    color: #ddd;
    margin-right: 3px;
}

.footer input {
    margin-bottom: 5px;
}

.top .top-right {
    text-align: right;
}

.footer a {
    font-weight: normal;
    text-decoration: underline;
    color: #ddd;
    text-decoration: none;
    margin: 0 2px;
}

.footer a:hover {
    color: #fff;
    text-decoration: none;
}

.footer_list {
    margin: 22px 0 0;
    padding: 0;
}

.footer_list li {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 7px;
}

.footer_social {
    float: left;
    font-size: 15px;
    font-weight: 400;
    color: #bbb;
    margin: 10px 0 0 0;
}

.footer_social i {
    float: left;
    text-align: center;
    width: 30px;
    height: 28px;
    border-radius: 2px;
    margin: 0 3px 0 0;
    line-height: 28px;
}

.footer_social .fa-facebook {
    background: #3c599b;
    color: #fff;
}

.footer_social .fa-twitter {
    background: #5EA9DD;
    color: #fff;
}

.footer_social .fa-youtube {
    background: #c82828;
    color: #fff;
}

.footer_social .fa-linkedin {
    background: #007BB6;
    color: #fff;
}

.footer_social .fa-pinterest {
    background: #c82828;
    color: #fff;
}

.footer_social .fa-tumblr {
    background: #2f5070;
    color: #fff;
}


.copyright {
    font-size: 13px;
    float: left;
    width: 100%;
    padding: 14px 0;
    color: #999;
    border-top: 1px #555 solid;
    margin: 20px 0 0;
}

.copyright a {
    color: #999;
    text-decoration: none;
}

.brand {
    padding: 50px 0;
    margin: 0 0 10px;
    float: left;
    border-bottom: 1px #555 solid;
    width: 100%;
    text-align: center;
    font-size: 15px;

}

.brand h3 {
    padding: 0 0 0;
    margin: 0 0 10px;
    color: #fff;
    font-size: 38px;
    font-family: "Lobster", sans-serif;
}

.UNITECH {
    text-align: right;
}


.resort_gallery {
    float: left;
    width: 100%;
    height: 180px;
    margin: 0 0 20px;
    border: 1px #ccc solid;
    overflow: hidden;
    position: relative;
    padding: 3px;
    background: #fff;
}

.resort_gallery img {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.resort_gallery-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -100%;
    transition: .4s;
    text-align: center;
}

.resort_gallery:hover .resort_gallery-overlay {
    bottom: 0;
    height: 180px;
    text-align: center;
    background: rgba(0, 0, 0, .7);
    font-size: 15px;
    line-height: 100px;

}

.resort_gallery-overlay a {
    color: #fff;
    text-decoration: none;
    line-height: 180px;
    font-size: 40px;
}


.box-1 a {
    background: #f23030;
    color: #fff;
}

.box-2 a {
    background: #ff4c23;
    color: #fff;
}

.box-3 a {
    background: #7961f2;
    color: #fff;
}

.box-4 a {
    background: #3d99f5;
    color: #fff;
}

.box-5 a {
    background: #00cc44;
    color: #fff;
}

.box-6 a {
    background: #ff59ac;
    color: #fff;
}

.box-7 a {
    background: #ff9f19;
    color: #fff;
}

.box-8 a {
    background: #74d941;
    color: #fff;
}

.box-9 a {
    background: #00A035;
    color: #fff;
}


.box-1 {
    background: #f23030;
    color: #fff;
}

.box-2 {
    background: #ff4c23;
    color: #fff;
}

.box-3 {
    background: #7961f2;
    color: #fff;
}

.box-4 {
    background: #3d99f5;
    color: #fff;
}

.box-5 {
    background: #00cc44;
    color: #fff;
}

.box-6 {
    background: #ff59ac;
    color: #fff;
}

.box-7 {
    background: #ff9f19;
    color: #fff;
}

.box-8 {
    background: #74d941;
    color: #fff;
}

.box-9 {
    background: #00A035;
    color: #fff;
}


.contact_box {
    float: left;
    background: #313193;
    color: #fff;
    padding: 40px 30px;
    font-size: 20px;
    width: 100%;
    text-align: center;
    margin: 0 0 30px;
    font-weight: 300;
}

.contact_box span {
    font-size: 28px;
    font-weight: 400;
}

.contact_box i {
    width: 80px;
    height: 78px;
    border-radius: 50px;
    margin: 0 0 20px 0;
    line-height: 78px;
    border: 1px #eee solid;
    font-size: 50px;
}

.contact_box h3 {
    font-size: 28px;
    font-weight: 400;
    color: #fff;
    border-bottom: 1px #006F25 dashed;
    padding-bottom: 15px;
    margin-bottom: 15px;
}


#reservation {
    float: left;
    width: 100%;
    text-align: center;
    padding: 50px 0 80px;
}

#reservation input {
    margin-bottom: 10px;
    padding: 10px;
    height: 45px;
    background: #dde3ec;
    border: none;
}

#reservation .button {
    margin: 25px 0 20px;
    padding: 10px 0;
    width: 100%;
    height: 40px;
    background: #26c281;
    color: #fff;
    border: none;
}

#reservation select {
    margin-bottom: 10px;
    padding: 10px;
    height: 45px;
    background: #dde3ec;
    border: none;
}

#reservation .agree {
    float: left;
    padding: 30px 0 0;
}


#holiday-packages {
    float: left;
    width: 100%;
    padding: 60px 0 90px;
    font-size: 16px;
    color: #555;
}

#holiday-packages h4 {
    padding: 30px 0 15px 0;
    margin: 0;
    font-size: 25px;
    color: #444;
    font-weight: 500;
}

.package_details {
    float: left;
    width: 100%;
    padding: 0 0 50px;
    margin: 0 0 50px;
    border-bottom: 1px #ccc solid;
}

.package_details h2 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 35px;
    text-align: center;
}

.package_details-table {
    width: 100%;
    border-bottom: 1px #ccc solid;
    border-left: 1px #ccc solid;
    color: #000;
    font-size: 17px;
}

.package_details-table td {
    padding: 10px 20px;
    border-top: 1px #ccc solid;
    border-right: 1px #ccc solid;
}

.package_details ul {
    margin-left: 20px;
    padding: 0;
    list-style: none;
}

.package_details ul li {
    margin-bottom: 10px;
}

.event_price {
    float: right;
    background: #f23030;
    padding: 30px 20px;
    width: 100%;
    color: #fff;
    font-size: 21px;
    text-align: left;
    margin: 0 0 20px;
}

.event_price h3 {
    font-size: 25px;
    margin: 10px 0 20px;
    padding: 0;
    font-weight: 600;
    text-align: left;
    color: #fff;
}

.event_price a {
    color: #fff;
    text-decoration: underline;
}

.package_box {
    float: right;
    background: #F5F5F5;
    padding: 30px;
    width: 100%;
    text-align: left;
    margin: 0 0 20px;
    box-shadow: 2px 4px 9px 0 rgba(0, 0, 0, .12);
    border: 1px #ddd solid;
    border-radius: 2px;
}

.package_box h3 {
    font-size: 25px;
    margin: 0 0 20px;
    padding: 0;
    font-weight: 600;
}





















/*  Slider
--------------------------------------------------------------*/
.fnc-slider {
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    height: 85vh;
    font-style: italic;
}

.fnc-slider *,
.fnc-slider *:before,
.fnc-slider *:after {
    box-sizing: border-box;
}

.fnc-slider__slides {
    position: relative;
    height: 100%;
    transition: transform 1s 0.6666666667s;
}

.fnc-slider .m--blend-dark .fnc-slide__inner {
    background-color: #8a8a8a;
}

.fnc-slider .m--blend-dark .fnc-slide__mask-inner {
    background-color: #575757;
}

.fnc-slider .m--navbg-dark {
    background-color: #575757;
}

.fnc-slider .m--blend-green .fnc-slide__inner {
    background-color: #6d9b98;
}

.fnc-slider .m--blend-green .fnc-slide__mask-inner {
    background-color: #42605E;
}

.fnc-slider .m--navbg-green {
    background-color: #42605E;
}

.fnc-slider .m--blend-red .fnc-slide__inner {
    background-color: #ea2329;
}

.fnc-slider .m--blend-red .fnc-slide__mask-inner {
    background-color: #990e13;
}

.fnc-slider .m--navbg-red {
    background-color: #990e13;
}

.fnc-slider .m--blend-blue .fnc-slide__inner {
    background-color: #59aecb;
}

.fnc-slider .m--blend-blue .fnc-slide__mask-inner {
    background-color: #2D7791;
}

.fnc-slider .m--navbg-blue {
    background-color: #2D7791;
}

.fnc-slide {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: translate3d(0, 0, 0);
}

.fnc-slide.m--before-sliding {
    z-index: 2 !important;
    transform: translate3d(100%, 0, 0);
}

.fnc-slide.m--active-slide {
    z-index: 1;
    transition: transform 1s 0.6666666667s ease-in-out;
    transform: translate3d(0, 0, 0);
}

.fnc-slide__inner {
    position: relative;
    height: 100%;
    background-size: cover;
    background-position: center center;
    transform: translate3d(0, 0, 0);
}

.m--global-blending-active .fnc-slide__inner,
.m--blend-bg-active .fnc-slide__inner {
    background-blend-mode: luminosity;
}

.m--before-sliding .fnc-slide__inner {
    transform: translate3d(-100%, 0, 0);
}

.m--active-slide .fnc-slide__inner {
    transition: transform 1s 0.6666666667s ease-in-out;
    transform: translate3d(0, 0, 0);
}

.fnc-slide__mask {
    overflow: hidden;
    z-index: 1;
    position: absolute;
    right: 60%;
    top: 15%;
    width: 50.25vh;
    height: 67vh;
    margin-right: -90px;
    /*-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0, 6vh 0, 6vh 61vh, 44vh 61vh, 44vh 6vh, 6vh 6vh);*/
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0, 6vh 0, 6vh 61vh, 44vh 61vh, 44vh 6vh, 6vh 6vh);
    transform-origin: 50% 0;
    transition-timing-function: ease-in-out;
}

.m--before-sliding .fnc-slide__mask {
    transform: rotate(-10deg) translate3d(200px, 0, 0);
    opacity: 0;
}

.m--active-slide .fnc-slide__mask {
    transition: transform 0.7s 1.2222222222s, opacity 0.35s 1.2222222222s;
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.m--previous-slide .fnc-slide__mask {
    transition: transform 0.7s 0.3333333333s, opacity 0.35s 0.6833333333s;
    transform: rotate(10deg) translate3d(-200px, 0, 0);
    opacity: 0;
}

.fnc-slide__mask-inner {
    z-index: -1;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100vw;
    height: 100vh;
    margin-left: -50vw;
    margin-top: -50vh;
    background-size: cover;
    background-position: center center;
    background-blend-mode: luminosity;
    transform-origin: 50% 16.5vh;
    transition-timing-function: ease-in-out;
}

.m--before-sliding .fnc-slide__mask-inner {
    transform: translateY(0) rotate(10deg) translateX(-200px) translateZ(0);
}

.m--active-slide .fnc-slide__mask-inner {
    transition: transform 0.7s 1.2222222222s;
    transform: translateX(0);
}

.m--previous-slide .fnc-slide__mask-inner {
    transition: transform 0.7s 0.3333333333s;
    transform: translateY(0) rotate(-10deg) translateX(200px) translateZ(0);
}

.fnc-slide__content {
    z-index: 2;
    position: absolute;
    left: 40%;
    top: 35%;
}

.fnc-slide__heading {
    margin-bottom: 10px;
    text-transform: capitalize;
}

.fnc-slide__heading-line {
    overflow: hidden;
    position: relative;
    padding-right: 40px;
    font-size: 55px;
    color: #fff;
    line-height: 63px;
}

.fnc-slide__heading-line:nth-child(2) {
    padding-left: 30px;
}

.m--before-sliding .fnc-slide__heading-line {
    transform: translateY(100%);
}

.m--active-slide .fnc-slide__heading-line {
    transition: transform 1.5s 1s;
    transform: translateY(0);
}

.m--previous-slide .fnc-slide__heading-line {
    transition: transform 1.5s;
    transform: translateY(-100%);
}

.fnc-slide__heading-line span {
    display: block;
}

.m--before-sliding .fnc-slide__heading-line span {
    transform: translateY(-100%);
}

.m--active-slide .fnc-slide__heading-line span {
    transition: transform 1.5s 1s;
    transform: translateY(0);
}

.m--previous-slide .fnc-slide__heading-line span {
    transition: transform 1.5s;
    transform: translateY(100%);
}

.fnc-slide__action-btn {
    position: relative;
    margin-left: 200px;
    padding: 5px 15px;
    font-size: 20px;
    line-height: 1;
    color: transparent;
    border: none;
    text-transform: uppercase;
    background: transparent;
    cursor: pointer;
    text-align: center;
    outline: none;
}

.fnc-slide__action-btn span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    perspective: 1000px;
    transform-style: preserve-3d;
    transition: transform 0.3s;
    transform-origin: 50% 0;
    line-height: 30px;
    color: #fff;
}

.fnc-slide__action-btn span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    border-top: none;
    border-bottom: none;
}

.fnc-slide__action-btn span:after {
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 30px;
    background: #1F2833;
    opacity: 0;
    transform-origin: 50% 0;
    transform: translateY(100%) rotateX(-90deg);
    transition: opacity 0.15s 0.15s;
}

.fnc-slide__action-btn:hover span {
    transform: rotateX(90deg);
}

.fnc-slide__action-btn:hover span:after {
    opacity: 1;
    transition: opacity 0.15s;
}

.fnc-nav {
    z-index: 5;
    position: absolute;
    right: 0;
    bottom: 0;
}

.fnc-nav__bgs {
    z-index: -1;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.fnc-nav__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.fnc-nav__bg.m--nav-bg-before {
    z-index: 2 !important;
    transform: translateX(100%);
}

.fnc-nav__bg.m--active-nav-bg {
    z-index: 1;
    transition: transform 1s 0.6666666667s;
    transform: translateX(0);
}

.fnc-nav__controls {
    font-size: 0;
}

.fnc-nav__control {
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 130px;
    height: 70px;
    font-size: 15px;
    color: #fff;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    transition: background-color 0.5s;
    padding: 10px;
}

.fnc-nav__control.m--active-control {
    background: #1F2833;
}

.fnc-nav__control-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    transform-origin: 0 50%;
    transform: scaleX(0);
    transition-timing-function: linear !important;
}

.m--with-autosliding .m--active-control .fnc-nav__control-progress {
    transform: scaleX(1);
}

.m--prev-control .fnc-nav__control-progress {
    transform: translateX(100%);
    transition: transform 0.5s !important;
}

.m--reset-progress .fnc-nav__control-progress {
    transform: scaleX(0);
    transition: transform 0s 0s !important;
}

.m--autosliding-blocked .fnc-nav__control-progress {
    transition: all 0s 0s !important;
    transform: scaleX(0) !important;
}

/* NOT PART OF COMMON SLIDER STYLES */
.demo-cont {
    overflow: hidden;
    position: relative;
    height: 85vh;
    perspective: 1500px;
    width: 100%;
}

.demo-cont__credits {
    box-sizing: border-box;
    overflow-y: auto;
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0;
    width: 400px;
    height: 100%;
    padding: 20px 10px 30px;
    background: #303030;
    color: #fff;
    text-align: center;
    transition: transform 0.7s;
    transform: translate3d(100%, 0, 0) rotateY(-45deg);
    will-change: transform;
}

.credits-active .demo-cont__credits {
    transition: transform 0.7s 0.2333333333s;
    transform: translate3d(0, 0, 0);
}

.demo-cont__credits *,
.demo-cont__credits *:before,
.demo-cont__credits *:after {
    box-sizing: border-box;
}

.demo-cont__credits-close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 28px;
    height: 28px;
    cursor: pointer;
}

.demo-cont__credits-close:before,
.demo-cont__credits-close:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    background: #fff;
}

.demo-cont__credits-close:before {
    transform: rotate(45deg);
}

.demo-cont__credits-close:after {
    transform: rotate(-45deg);
}

.demo-cont__credits-heading {
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 20px;
}

.demo-cont__credits-img {
    display: block;
    width: 60%;
    margin: 0 auto 30px;
    border-radius: 10px;
}

.demo-cont__credits-name {
    margin-bottom: 20px;
    font-size: 30px;
}

.demo-cont__credits-link {
    display: block;
    margin-bottom: 10px;
    font-size: 24px;
    color: #fff;
}

.demo-cont__credits-blend {
    font-size: 30px;
    margin-bottom: 10px;
}

.example-slider {
    z-index: 2;
    transform: translate3d(0, 0, 0);
    transition: transform 0.7s;
}

.credits-active .example-slider {
    transform: translate3d(-400px, 0, 0) rotateY(10deg) scale(0.9);
}

.example-slider .fnc-slide-1 .fnc-slide__inner,
.example-slider .fnc-slide-1 .fnc-slide__mask-inner {
    background-image: linear-gradient(to right bottom, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url("../images/slider/slider-1.jpg");
}

.example-slider .fnc-slide-2 .fnc-slide__inner,
.example-slider .fnc-slide-2 .fnc-slide__mask-inner {
    background-image: linear-gradient(to right bottom, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url("../images/slider/slider-2.jpg");
}

.example-slider .fnc-slide-3 .fnc-slide__inner,
.example-slider .fnc-slide-3 .fnc-slide__mask-inner {
    background-image: linear-gradient(to right bottom, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url("../images/slider/slider-3.jpg");
}

/* Add background images for slide 4 and 5 */
.example-slider .fnc-slide-4 .fnc-slide__inner,
.example-slider .fnc-slide-4 .fnc-slide__mask-inner {
    background-image: linear-gradient(to right bottom, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url("../images/slider/slider-4.jpg");
}

.example-slider .fnc-slide-5 .fnc-slide__inner,
.example-slider .fnc-slide-5 .fnc-slide__mask-inner {
    background-image: linear-gradient(to right bottom, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url("../images/slider/slider-5.jpg");
}

.example-slider .fnc-slide-6 .fnc-slide__inner,
.example-slider .fnc-slide-6 .fnc-slide__mask-inner {
    background-image: linear-gradient(to right bottom, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url("../images/slider/slider-6.jpg");
}

.example-slider .fnc-slide-3 .fnc-slide__inner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
}

.example-slider .fnc-slide-4 .fnc-slide__inner,
.example-slider .fnc-slide-4 .fnc-slide__mask-inner {
    /*background-image: linear-gradient(to right bottom, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url("");*/
}

.example-slider .fnc-slide-4 .fnc-slide__inner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

.example-slider .fnc-slide__heading,
.example-slider .fnc-slide__action-btn,
.example-slider .fnc-nav__control {
}

.colorful-switch {
    position: relative;
    width: 180px;
    height: 77.1428571429px;
    margin: 0 auto;
    border-radius: 32.1428571429px;
    background: #cfcfcf;
}

.colorful-switch:before {
    content: "";
    z-index: -1;
    position: absolute;
    left: -5px;
    top: -5px;
    width: 190px;
    height: 87.1428571429px;
    border-radius: 37.1428571429px;
    background: #314239;
    transition: background-color 0.3s;
}

.colorful-switch:hover:before {
    background: #4C735F;
}

.colorful-switch__checkbox {
    z-index: -10;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.colorful-switch__label {
    z-index: 1;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 32.1428571429px;
    cursor: pointer;
}

.colorful-switch__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 540px;
    height: 100%;
    background: linear-gradient(90deg, #14DCD6 0, #10E7BD 180px, #EF9C29 360px, #E76339 100%);
    transition: transform 0.5s;
    transform: translate3d(-360px, 0, 0);
}

.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__bg {
    transform: translate3d(0, 0, 0);
}

.colorful-switch__dot {
    position: absolute;
    left: 131.1428571429px;
    top: 50%;
    width: 5.1428571429px;
    height: 5.1428571429px;
    margin-left: -2.5714285714px;
    margin-top: -2.5714285714px;
    border-radius: 50%;
    background: #fff;
    transition: transform 0.5s;
    transform: translate3d(0, 0, 0);
}

.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__dot {
    transform: translate3d(-80.3571428571px, 0, 0);
}

.colorful-switch__on {
    position: absolute;
    left: 104.1428571429px;
    top: 22.5px;
    width: 19.2857142857px;
    height: 36px;
    transition: transform 0.5s;
    transform: translate3d(0, 0, 0);
}

.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__on {
    transform: translate3d(-80.3571428571px, 0, 0);
}

.colorful-switch__on__inner {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: transform 0.25s 0s cubic-bezier(0.52, -0.96, 0.51, 1.28);
    transform-origin: 100% 50%;
    transform: rotate(45deg) scale(0) translateZ(0);
}

.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__on__inner {
    transition: transform 0.25s 0.25s cubic-bezier(0.67, -0.16, 0.47, 1.61);
    transform: rotate(45deg) scale(1) translateZ(0);
}

.colorful-switch__on__inner:before,
.colorful-switch__on__inner:after {
    content: "";
    position: absolute;
    border-radius: 2.5714285714px;
    background: #fff;
}

.colorful-switch__on__inner:before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6.1428571429px;
}

.colorful-switch__on__inner:after {
    right: 0;
    top: 0;
    width: 6.1428571429px;
    height: 100%;
}

.colorful-switch__off {
    position: absolute;
    left: 131.1428571429px;
    top: 50%;
    width: 41.1428571429px;
    height: 41.1428571429px;
    margin-left: -20.5714285714px;
    margin-top: -20.5714285714px;
    transition: transform 0.5s;
    transform: translate3d(0, 0, 0);
}

.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__off {
    transform: translate3d(-80.3571428571px, 0, 0);
}

.colorful-switch__off:before,
.colorful-switch__off:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 5.1428571429px;
    margin-top: -2.5714285714px;
    border-radius: 2.5714285714px;
    background: #fff;
    transition: transform 0.25s 0.25s;
}

.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__off:before,
.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__off:after {
    transition-delay: 0s;
}

.colorful-switch__off:before {
    transform: rotate(45deg) scaleX(1) translateZ(0);
}

.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__off:before {
    transform: rotate(45deg) scaleX(0) translateZ(0);
}

.colorful-switch__off:after {
    transition-timing-function: cubic-bezier(0.67, -0.16, 0.47, 1.61);
    transform: rotate(-45deg) scaleX(1) translateZ(0);
}

.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__off:after {
    transition-timing-function: ease;
    transform: rotate(-45deg) scaleX(0) translateZ(0);
}

.fnc-nav__controls{
    display: none;
}
