@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700;900&display=swap");
/*@import url('https://fonts.googleapis.com/css2?family=Didact+Gothic&display=swap');*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Yeseva+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cookie&display=swap');

html {
   scroll-behavior: smooth;
}

body {
   margin: 0;
   color: #333;
   /*  font-family: 'Libre Baskerville', serif;*/
   font-family: "Poppins", sans-serif;
}

a:hover {
   text-decoration: none;
}

/* -------------- main scrollbar ---------------- */
::-webkit-scrollbar {
   width: 8px;
   height: 3px;
}

::-webkit-scrollbar-track {
   background-color: #fff;
   border-left: 1px solid #ccc;
   -webkit-border-radius: 0px;
   border-radius: 0px;
}

::-webkit-scrollbar-thumb {
   -webkit-border-radius: 0px;
   border-radius: 0px;
   background: #A2AD4E;
   border-left: 1px solid #ccc;
}

.header-logo {
   margin: 0 auto;
   text-align: center;
   float: left;
   position: absolute;
   left: 0;
   top: 10px;
   width: 100%;
   z-index: 91;
}

.header-logo a img {
   position: absolute;
   left: 45%;
   top: 10px;
   width: 10%;
}

.header {
   float: left;
   width: 100%;
   height: auto;
   position: absolute;
   top: 0px;
   /* background: rgb(0 0 0); */
   z-index: 9;
   /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
   background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
   /* FF3.6-15 */
   background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
   /* Chrome10-25,Safari5.1-6 */
   background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
   /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0);
   /* IE6-9 */
}

.home-banner {
   float: left;
   width: 100%;
   height: 100vh;
   /*background: url("../images/slider/slider-01.jpg") no-repeat;
    background-size: cover;*/
   position: relative;
   top: 0px;
   left: 0px;
   z-index: 1;
}

.banner-caption {
   position: absolute;
   bottom: 200px;
   /*left: 100px;*/
   text-align: center;
   width: 100%;
}

.carousel-item span {
   position: absolute;
   top: 65%;
   padding: 0px;
   width: 100%;
   font-size: 48px;
   font-family: 'Yeseva One', cursive;
   color: #fff;
   float: left;
   text-align: center;
    text-shadow: 0px 4px 30px #000;
}

.carousel-inner {
   background: #000;
   position: relative;
   width: 100%;
   height: 100vh;
   overflow: hidden;
}

.carousel-item img {
   width: 100%;
   height: auto;
}

.carousel-item {
   position: relative;
   display: none;
   float: left;
   width: 100%;
   height: 100vh;
   margin-right: -100%;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   transition: transform .6s ease-in-out;
}

.carousel {
   position: relative;
}


.section-stay {
   float: left;
   width: 100%;
   height: auto;
   background: url("../images/slider/stay-bg.png") no-repeat;
   background-size: cover;
   padding: 100px;
}

.section-events {
   float: left;
   width: 100%;
   height: auto;
   background: #0A0C19;
   padding: 100px;
}

.section-group-packages {
   float: left;
   width: 100%;
   height: auto;
   background: #f1f8e9;
   padding: 100px 200px;
   background: url("../images/leaf-white.png") no-repeat left top #f1f8e9;
   background-size: 30%;
}

.section-dining {
   float: left;
   width: 100%;
   height: 100vh;
   background: url("../images/dining-banner.jpg") no-repeat;
   background-size: cover;
   padding: 200px 100px;
}

.dining-mask {
   /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
   background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
   /* FF3.6-15 */
   background: -webkit-linear-gradient(90deg, rgb(0 0 0 / 70%) 0%, rgba(0, 0, 0, 0) 100%);
   /* Chrome10-25,Safari5.1-6 */
   background: linear-gradient(90deg, rgb(0 0 0 / 70%) 0%, rgba(0, 0, 0, 0) 100%);
   /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=1);
   /* IE6-9 fallback on horizontal gradient */
}

.section-footer {
   float: left;
   width: 100%;
   height: auto;
   background: #000;
   padding: 100px;
}

.header-top {
   float: left;
   width: 100%;
   padding: 10px;
   /* border-bottom: 1px solid #3b3b3b; */
   padding: 15px 100px;
}

.header-bottom {
   float: left;
   width: 100%;
   padding: 15px 100px;
   /* border-bottom: 1px solid #3b3b3b; */
}

.header-left {
   float: left;
   width: 50%;
}

.header-right {
   float: left;
   width: 50%;
}

.header-top-social {
   float: left;
   width: 50%;
}

.header-top-social ul {
   list-style: none;
   margin: 0;
   padding: 0;
}

.header-top-social ul li {
   display: inline;
}
.header-top-social ul li a {
    text-decoration: none;
}
.header-top-menu {
   float: right;
   width: 50%;
   text-align: right;
}

.header-top-menu ul {
   list-style: none;
   margin: 0;
   padding: 0;
}

.header-top-menu ul li {
   display: inline;
}

.header-top-menu ul li a {
   text-decoration: none;
   font-size: 14px;
   color: #fff;
   padding: 10px;
}

.header-bottom-menu {
   text-align: left;
   width: 100%;
   margin: 0 auto;
   padding: 5px 0px;
}

.header-bottom-menu ul {
   list-style: none;
   margin: 0;
   padding: 0;
}

.header-bottom-menu ul li {
   display: inline;
   position: relative;
}

.header-bottom-menu ul li a {
   font-size: 15px;
   font-weight: 500;
   color: #fff;
   text-decoration: none;
   padding: 21px 10px;
}

.header-bottom-menu ul li a:hover {
    
}
.header-bottom-menu ul li #menu-submenu {
   float: left;
   width: 390px;
   background: #000;
   position: absolute;
   left: 0%;
   top: 43px;
   z-index: 999;
   display: none;
   padding: 5px;
   border-top: none;
   margin-top: 0px;
   border-radius: 10px;
   /*border-left: 1px solid #888;
    border-right: 1px solid #888;
    border-bottom: 1px solid #888;
    border-top: none;*/
   box-shadow: 0px 20px 30px 0px rgb(0 0 0 / 17%);
}

.header-bottom-menu ul li:hover #menu-submenu {
   display: block;
}

#menu-submenu li {
   display: block;
}

#menu-submenu li a {
   float: left;
   width: 100%;
   padding: 10px;
   font-size: 14px;
   font-weight: 400;
   color: #fff;
   transition: 0.4s ease;
   text-align: left;
   margin-bottom: 5px;
   border-radius: 0px;
}

#menu-submenu li a:hover {
   color: #fff;
   background: #555;
   border-radius: 0px;
}

#menu-submenu li a img {
   float: left;
   width: 20%;
   margin-right: 10px;
   border-radius: 10px;
}

#menu-submenu li a h6 {
   font-size: 14px;
   color: #e2e2e2;
   transition: 0.4s ease;
}

#menu-submenu li a h6:hover {
   font-size: 14px;
   color: #e2e2e2;
   transition: 0.4s ease;
   text-decoration: underline;
}

#menu-submenu li a p {
   font-size: 12px;
   color: #888;
}

/*----------------------------------------------*/
.header-bottom-menu-right {
   text-align: right;
   width: 100%;
   margin: 0 auto;
   padding: 5px 0px;
}

.header-bottom-menu-right ul {
   list-style: none;
   margin: 0;
   padding: 0;
}

.header-bottom-menu-right ul li {
   display: inline;
   position: relative;
}

.header-bottom-menu-right ul li a {
   font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    padding: 20px 5px;
}

.header-bottom-menu-right ul li #menu-submenu {
   float: left;
   width: 390px;
   background: rgb(0 0 0 / 83%);
   position: absolute;
   left: 0%;
   top: 43px;
   z-index: 999;
   display: none;
   padding: 5px;
   border-top: none;
   margin-top: 0px;
   border-radius: 10px;
   /*border-left: 1px solid #888;
    border-right: 1px solid #888;
    border-bottom: 1px solid #888;
    border-top: none;*/
   box-shadow: 0px 20px 30px 0px rgb(0 0 0 / 17%);
}

.header-bottom-menu-right ul li:hover #menu-submenu {
   display: block;
}

#menu-submenu li {
   display: block;
   float:left;
    width: 100%;
}
.lg-menu {
    width: 740px !important;
    position: absolute !important;
    left: -222% !important;
}
.lg-menu li {
    display: block;
    float: left;
    width: 50% !important;
}
.lg-menu h5 {
    color: #98c33c;
    padding: 4px;
    text-align: center;
}
#menu-submenu li a {
   float: left;
   width: 100%;
   padding: 5px 5px 0px 5px;
   font-size: 14px;
   font-weight: 400;
   color: #fff;
   transition: 0.4s ease;
   text-align: left;
   margin-bottom: 5px;
   border-radius: 0px;
}

#menu-submenu li a:hover {
   color: #fff;
   background: #333;
   border-radius: 10px;
}

/*.header-bottom-menu ul li #menu-submenu::after {
   position: absolute;
   content: "";
   border-left: 15px solid transparent;
   border-right: 15px solid transparent;
   border-bottom: 15px solid #000;
   top: -15px;
   left: 10%;
   transform: translate(-50%, 0%);
}

.header-bottom-menu-right ul li #menu-submenu::after {
   position: absolute;
   content: "";
   border-left: 15px solid transparent;
   border-right: 15px solid transparent;
   border-bottom: 15px solid #000;
   top: -15px;
   left: 10%;
   transform: translate(-50%, 0%);
}*/

#inquire-btn-sm a {
   background: #A2AD4E;
   color: #fff;
   border-radius: 4px;
   padding: 10px 15px 10px 20px;
}

.section-content {
   color: #fff;
}

.section-content h1 {
   font-family: "Libre Baskerville", serif;
   font-weight: bold;
   margin-bottom: 30px;
}

.section-content p {
   font-size: 16px;
   font-weight: normal;
   margin-bottom: 100px;
}

.btn-group {
   float: left;
}

.btn-group .greenbtn {
   background: #A2AD4E;
   padding: 10px 20px 10px 25px;
   text-decoration: none;
   color: #fff;
   font-size: 16px;
   font-weight: 400;
   border-radius: 40px;
   margin-right: 20px;
}

.btn-group .whitebtn {
   background: #fff;
   padding: 10px 20px 10px 25px;
   text-decoration: none;
   color: #333;
   font-size: 16px;
   font-weight: 400;
   border-radius: 40px;
   margin-right: 20px;
}

.btn-group .blackbtn {
   background: #000;
   padding: 10px 25px;
   text-decoration: none;
   color: #fff;
   font-size: 16px;
   font-weight: 400;
   border-radius: 40px;
}

.stay01 {
   float: left;
   width: 100%;
   height: 380px;
   margin-bottom: 20px;
   background: url('../images/thumb-stay01.png') no-repeat center;
   background-size: cover;
   border-radius: 30px;
}

.stay02 {
   float: left;
   width: 100%;
   height: 440px;
   margin-bottom: 20px;
   background: url('../images/thumb-stay02.png') no-repeat;
   background-size: cover;
   border-radius: 30px;
   margin-top: 50px;
}

.stay03 {
   float: left;
   width: 100%;
   height: 450px;
   margin-bottom: 20px;
   background: url('../images/thumb-stay05.png') no-repeat;
   background-size: cover;
   border-radius: 30px;
}

.stay04 {
   float: left;
   width: 100%;
   height: 400px;
   margin-bottom: 20px;
   background: url('../images/thumb-stay04.png') no-repeat;
   background-size: cover;
   border-radius: 30px;
}

.section-stay .section-content {
   padding-top: 150px;
}

.section-events .section-content {
   text-align: center;
}

.event01 {
   float: left;
   width: 100%;
   height: 460px;
   margin-bottom: 20px;
   background: url('../images/thumb-event01.png') no-repeat;
   background-size: cover;
   border-radius: 30px;
   overflow: hidden;
}

.event02 {
   float: left;
   width: 100%;
   height: 460px;
   margin-bottom: 20px;
   background: url('../images/thumb-event02.png') no-repeat;
   background-size: cover;
   border-radius: 30px;
   overflow: hidden;
}

.event03 {
   float: left;
   width: 100%;
   height: 460px;
   margin-bottom: 20px;
   background: url('../images/thumb-event03.png') no-repeat;
   background-size: cover;
   border-radius: 30px;
   overflow: hidden;
}

.event04 {
   float: left;
   width: 100%;
   height: 460px;
   margin-bottom: 20px;
   background: url('../images/thumb-event04.png') no-repeat;
   background-size: cover;
   border-radius: 30px;
   overflow: hidden;
}
.event05 {
   float: left;
   width: 100%;
   height: 460px;
   margin-bottom: 20px;
   background: url('../images/thumb-event05.png') no-repeat;
   background-size: cover;
   border-radius: 30px;
   overflow: hidden;
}

.event06 {
   float: left;
   width: 100%;
   height: 460px;
   margin-bottom: 20px;
   background: url('../images/thumb-event06.png') no-repeat;
   background-size: cover;
   border-radius: 30px;
   overflow: hidden;
}
.event07 {
   float: left;
   width: 100%;
   height: 460px;
   margin-bottom: 20px;
   background: url('../images/thumb-event07.png') no-repeat;
   background-size: cover;
   border-radius: 30px;
   overflow: hidden;
}
.event08 {
   float: left;
   width: 100%;
   height: 460px;
   margin-bottom: 20px;
   background: url('../images/thumb-event08.png') no-repeat;
   background-size: cover;
   border-radius: 30px;
   overflow: hidden;
}
.event09 {
   float: left;
   width: 100%;
   height: 460px;
   margin-bottom: 20px;
   background: url('../images/thumb-event09.png') no-repeat;
   background-size: cover;
   border-radius: 30px;
   overflow: hidden;
}



.event-animate .event-title {
   background: #fff;
   padding: 15px 5px;
   border-radius: 20px;
   position: relative;
   top: 360px;
   margin: 20px;
   transition: 0.4s ease;
}

.event-animate .event-title h5 {
   font-size: 14px;
   font-weight: 500;
   position: relative;
   top: 4px;
   left: 0px;
   transition: 0.4s ease;
}

.event-animate .event-title:hover {
   transition: 0.4s ease;
   background: #000;
}

.event-animate .event-title:hover h5 {
   transition: 0.4s ease;
   color: #fff;
}

.event-animate .event-title .expand-line {
   width: 20px;
   height: 1.5px;
   background: #333;
   float: left;
   margin-right: 10px;
   margin-top: 14px;
   transition: 0.4s ease;
}

.event-animate .event-title:hover .expand-line {
   transition: 0.4s ease;
   width: 30px;
   height: 1.5px;
   background: #fff;
}

.event-animate a {
   text-decoration: none;
   color: #333;
}

.section-group-packages .section-content {
   color: #333;
   padding-top: 100px;
}

.package-card01 {
   float: left;
   width: 75%;
   height: 500px;
   margin-bottom: 40px;
   background: url('../images/thumb-package03.png') no-repeat;
   background-size: cover;
   border-radius: 60px;
   overflow: hidden;
}

.package-card01 a {
   text-decoration: none;
}

.package-card01 .package-title {
   background: #fff;
   padding: 15px 20px;
   border-radius: 0px 60px 0px 20px;
   position: relative;
   top: 400px;
   width: 90%;
   transition: 0.4s ease;
}

.package-card01 .package-title p {
   font-family: "Libre Baskerville", serif;
   font-size: 14px;
   color: #B99B69;
   margin-bottom: 10px;
}

.package-card01 .package-title h5 {
   font-size: 24px;
   color: #333;
   margin-bottom: 10px;
}

.package-card02 {
   float: left;
   width: 90%;
   height: 650px;
   margin-bottom: 40px;
   background: url('../images/package-bday02.png') no-repeat;
   background-size: cover;
   border-radius: 60px;
   overflow: hidden;
}

.package-card02 a {
   text-decoration: none;
}

.package-card02 .package-title {
   background: #fff;
   padding: 15px 20px;
   border-radius: 0px 60px 0px 20px;
   position: relative;
   top: 550px;
   width: 90%;
   transition: 0.4s ease;
}

.package-card02 .package-title p {
   font-family: "Libre Baskerville", serif;
   font-size: 14px;
   color: #B99B69;
   margin-bottom: 10px;
}

.package-card02 .package-title h5 {
   font-size: 24px;
   color: #333;
   margin-bottom: 10px;
}

.package-card03 {
   float: right;
   width: 80%;
   height: 650px;
   margin-bottom: 40px;
   background: url('../images/package-schoolcollege.png') no-repeat;
   background-size: cover;
   border-radius: 60px;
   overflow: hidden;
}

.package-card03 a {
   text-decoration: none;
}

.package-card03 .package-title {
   background: #fff;
   padding: 15px 20px;
   border-radius: 0px 60px 0px 20px;
   position: relative;
   top: 550px;
   width: 90%;
   transition: 0.4s ease;
}

.package-card03 .package-title p {
   font-family: "Libre Baskerville", serif;
   font-size: 14px;
   color: #B99B69;
   margin-bottom: 10px;
}

.package-card03 .package-title h5 {
   font-size: 24px;
   color: #333;
   margin-bottom: 10px;
}

.package-card04 {
   float: right;
   width: 90%;
   height: 650px;
   margin-bottom: 40px;
   background: url('../images/package-corporateouting01.png') no-repeat;
   background-size: cover;
   border-radius: 60px;
   overflow: hidden;
}

.package-card04 a {
   text-decoration: none;
}

.package-card04 .package-title {
   background: #fff;
   padding: 15px 20px;
   border-radius: 0px 60px 0px 20px;
   position: relative;
   top: 550px;
   width: 90%;
   transition: 0.4s ease;
}

.package-card04 .package-title p {
   font-family: "Libre Baskerville", serif;
   font-size: 14px;
   color: #B99B69;
   margin-bottom: 10px;
}

.package-card04 .package-title h5 {
   font-size: 24px;
   color: #333;
   margin-bottom: 10px;
}

.section-footer h1 {
   font-family: "Libre Baskerville", serif;
   color: #fff;
   font-size: 30px;
   font-weight: 400;
   text-transform: uppercase;
}

.footer-signup {
   float: right;
   border: 1px solid #999999;
   padding: 15px;
   width: 80%;
   border-radius: 100px;
}

.input-signup {
   float: left;
   width: 80%;
   background: #000;
   padding: 10px;
   border: none;
   outline: none;
   font-size: 18px;
   font-weight: 300;
   color: #fff;
   border-right: 1px solid #999999;
}

.input-submit {
   float: right;
   background: #000;
   padding: 10px 25px;
   border: none;
   outline: none;
   font-size: 18px;
   font-weight: 500;
   color: #fff;
   text-align: center;
   transition: 0.4s ease;
}

.input-submit:hover {
   color: #A2AD4E;
   transition: 0.4s ease;
}

hr {
   opacity: 1;
   color: #999999;
   margin-top: 40px;
   margin-bottom: 40px;
}

.section-footer h5 {
   font-size: 18px;
   font-weight: 400;
   color: #fff;
   text-transform: uppercase;
   margin-bottom: 20px;
}

.section-footer ul {
   list-style: none;
   margin: 0;
   padding: 0;
}

.section-footer ul li {
   display: block;
   margin-bottom: 10px;
   font-size: 14px;
   font-weight: normal;
   color: #b7b7b7;
}

.section-footer ul li a {
   text-decoration: none;
   font-size: 14px;
   font-weight: normal;
   color: #888888;
   line-height: 20px;
   transition: 0.4s ease;
}

.section-footer p {
   font-size: 14px;
   font-weight: normal;
   color: #888888;
}
.section-footer a:hover {
   color: #ffffff;
   transition: 0.4s ease;
}
.section-footer .link {
   color: #1372CA;
}

.row04 {
   margin-bottom: 40px;
}

.footer-partner a img {
   float: left;
   width: 20%;
   margin-right: 15px;
   margin-bottom: 10px;
   text-decoration: none;
    transition: 0.4s ease;
    transform: scale(1);
}
.footer-partner a img:hover {
    transition: 0.4s ease;
    transform: scale(0.9);
    
}

.package-card01:hover .package-title {
   background: #333;
   color: #fff;
   transition: 0.4s ease;
}

.package-card01:hover h5 {
   color: #fff;
   transition: 0.4s ease;
}

.package-card02:hover .package-title {
   background: #333;
   color: #fff;
   transition: 0.4s ease;
}

.package-card02:hover h5 {
   color: #fff;
   transition: 0.4s ease;
}

.package-card03:hover .package-title {
   background: #333;
   color: #fff;
   transition: 0.4s ease;
}

.package-card03:hover h5 {
   color: #fff;
   transition: 0.4s ease;
}

.package-card04:hover .package-title {
   background: #333;
   color: #fff;
   transition: 0.4s ease;
}

.package-card04:hover h5 {
   color: #fff;
   transition: 0.4s ease;
}

.bg-wheat {
   background: #F6F2EC;
}

.bg-black {
   background: #000 !important;
}

.bg-midnight {
   background: #292b33 !important;
   color: #fff !important;
}

.color-white {
   color: #fff !important;
}

.color-black {
   color: #333 !important;
}

.color-lightblack {
   color: #555 !important;
}

.color-lightgrey {
   color: #ccc !important;
}

.color-green {
   color: #A2AD4E !important;
}

.img-radius {
   border-radius: 10px;
}

.pos-img {
   position: relative;
   top: 0px;
}

.content-pos {
   width: 90%;
   position: relative;
   top: 100px;
}

.innerimage-exclusiveoffers {
   float: left;
   width: 100%;
   height: 500px;
   background: url("../images/exclusiveoffers-banner.png") top center fixed #ccc;
   background-size: cover;
   position: relative;
}

.innerimage-stay {
   float: left;
   width: 100%;
   height: 500px;
   background: url("../images/stay-banner.jpg") top center fixed #ccc;
   background-size: cover;
   position: relative;
}

.innerimage-careers {
   float: left;
   width: 100%;
   height: 500px;
   background: url("../images/careers-banner.jpg") top center fixed #ccc;
   background-size: cover;
   position: relative;
}
.innerimage-careers h1 {
    position: relative;
    left: 0px;
    top: 70%;
    text-align: center;
    font-family: "Libre Baskerville", serif;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 20px;
}
.innerimage-contact {
   float: left;
   width: 100%;
   height: 500px;
   background: url("../images/contact-banner.jpg") top center fixed #ccc;
   background-size: 100%;
   position: relative;
}
.innerimage-contact h1 {
    position: relative;
    left: 0px;
    top: 70%;
    text-align: center;
    font-family: "Libre Baskerville", serif;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 20px;
}
.innerimage-dining {
   float: left;
   width: 100%;
   height: 500px;
   background: url("../images/dining-banner.jpg") top center fixed #ccc;
   background-size: cover;
   position: relative;
}

.innerimage-about {
   float: left;
   width: 100%;
   height: 100vh;
   background: url("../images/slider/slider-about.jpg") top center fixed #ccc;
   background-size: cover;
   position: relative;
}

.innerimage-about h1 {
   position: relative;
   left: 0px;
   top: 50%;
   text-align: center;
   font-family: "Libre Baskerville", serif;
   font-weight: 600;
   color: #fff;
   text-transform: uppercase;
   letter-spacing: 20px;
}

.innerimage-about p {
   position: relative;
   left: -3px;
   top: 50%;
   text-align: center;
   font-weight: normal;
   color: #fff;
   letter-spacing: 2px;
}

.innerimage-weddings {
   float: left;
   width: 100%;
   height: 100vh;
   background: url("../images/slider/slider-weddings.jpg") top center fixed #ccc;
   background-size: cover;
   position: relative;
}

.innerimage-weddings h1 {
   position: relative;
   left: 0px;
   top: 50%;
   text-align: center;
   font-family: "Libre Baskerville", serif;
   font-weight: 600;
   color: #fff;
   text-transform: uppercase;
   letter-spacing: 20px;
}

.innerimage-weddings p {
   position: relative;
   left: -3px;
   top: 50%;
   text-align: center;
   font-weight: normal;
   color: #fff;
   letter-spacing: 2px;
}
.innerimage-grouppackages {
   float: left;
   width: 100%;
   height: 100vh;
   background: url("../images/slider/slider-grouppackages.jpg") top center fixed #ccc;
   background-size: cover;
   position: relative;
}

.innerimage-grouppackages h1 {
   position: relative;
   left: 0px;
   top: 50%;
   text-align: center;
   font-family: "Libre Baskerville", serif;
   font-weight: 600;
   color: #fff;
   text-transform: uppercase;
   letter-spacing: 20px;
}

.innerimage-grouppackages p {
   position: relative;
   left: -3px;
   top: 50%;
   text-align: center;
   font-weight: normal;
   color: #fff;
   letter-spacing: 2px;
}

.innerimage-celebrations {
   float: left;
   width: 100%;
   height: 100vh;
   background: url("../images/birthdayparty01.jpg") top center fixed #ccc;
   background-size: cover;
   position: relative;
}

.innerimage-celebrations h1 {
   position: relative;
   left: 0px;
   top: 50%;
   text-align: center;
   font-family: "Libre Baskerville", serif;
   font-weight: 600;
   color: #fff;
   text-transform: uppercase;
   letter-spacing: 20px;
}

.innerimage-celebrations p {
   position: relative;
   left: 0px;
   top: 50%;
   text-align: center;
   font-weight: normal;
   color: #fff;
   letter-spacing: 2px;
}

.innerimage-corporate {
   float: left;
   width: 100%;
   height: 100vh;
   background: url("../images/slider/banquethall4.jpg") top center fixed #ccc;
   background-size: cover;
   position: relative;
}

.innerimage-corporate h1 {
   position: relative;
   left: 0px;
   top: 50%;
   text-align: center;
   font-family: "Libre Baskerville", serif;
   font-weight: 600;
   color: #fff;
   text-transform: uppercase;
   letter-spacing: 20px;
}

.innerimage-corporate p {
   position: relative;
   left: 0px;
   top: 50%;
   text-align: center;
   font-weight: normal;
   color: #fff;
   letter-spacing: 2px;
}

.innerimage-miceevents {
   float: left;
   width: 100%;
   height: 100vh;
   background: url("../images/miceeventsphoto01.png") top center fixed #ccc;
   background-size: cover;
   position: relative;
}

.innerimage-miceevents h1 {
   position: relative;
   left: 0px;
   top: 50%;
   text-align: center;
   font-family: "Libre Baskerville", serif;
   font-weight: 600;
   color: #fff;
   text-transform: uppercase;
   letter-spacing: 20px;
}

.innerimage-miceevents p {
   position: relative;
   left: -13px;
   top: 50%;
   text-align: center;
   font-weight: normal;
   color: #fff;
   letter-spacing: 2px;
}
.innerimage-liveevents {
   float: left;
   width: 100%;
   height: 100vh;
   background: url("../images/event-liveevents01.jpg") top center fixed #ccc;
   background-size: cover;
   position: relative;
}

.innerimage-liveevents h1 {
   position: relative;
   left: 0px;
   top: 50%;
   text-align: center;
   font-family: "Libre Baskerville", serif;
   font-weight: 600;
   color: #fff;
   text-transform: uppercase;
   letter-spacing: 20px;
}

.innerimage-liveevents p {
   position: relative;
   left: -13px;
   top: 50%;
   text-align: center;
   font-weight: normal;
   color: #fff;
   letter-spacing: 2px;
}

.innerimage-cricket {
   float: left;
   width: 100%;
   height: 100vh;
   background: url("../images/event-cricket.jpg") top center fixed #ccc;
   background-size: cover;
   position: relative;
}

.innerimage-cricket h1 {
   position: relative;
   left: 0px;
   top: 50%;
   text-align: center;
   font-family: "Libre Baskerville", serif;
   font-weight: 600;
   color: #fff;
   text-transform: uppercase;
   letter-spacing: 20px;
}

.innerimage-cricket p {
   position: relative;
   left: -13px;
   top: 50%;
   text-align: center;
   font-weight: normal;
   color: #fff;
   letter-spacing: 2px;
}
.innerimage-filmshooting {
   float: left;
   width: 100%;
   height: 100vh;
   background: url("../images/event-filmshooting-photo01.png") top center fixed #ccc;
   background-size: cover;
   position: relative;
}

.innerimage-filmshooting h1 {
   position: relative;
   left: 0px;
   top: 50%;
   text-align: center;
   font-family: "Libre Baskerville", serif;
   font-weight: 600;
   color: #fff;
   text-transform: uppercase;
   letter-spacing: 20px;
}

.innerimage-filmshooting p {
   position: relative;
   left: -13px;
   top: 50%;
   text-align: center;
   font-weight: normal;
   color: #fff;
   letter-spacing: 2px;
}
.innerimage-chicanecircuit {
   float: left;
   width: 100%;
   height: 100vh;
   background: url("../images/event-chicanecircuit06.jpg") top center fixed #ccc;
   background-size: cover;
   position: relative;
}

.innerimage-chicanecircuit h1 {
   position: relative;
   left: 0px;
   top: 50%;
   text-align: center;
   font-family: "Libre Baskerville", serif;
   font-weight: 600;
   color: #fff;
   text-transform: uppercase;
   letter-spacing: 20px;
}

.innerimage-chicanecircuit p {
   position: relative;
   left: -13px;
   top: 50%;
   text-align: center;
   font-weight: normal;
   color: #fff;
   letter-spacing: 2px;
}
.innerimage-adventuresports {
   float: left;
   width: 100%;
   height: 100vh;
   background: url("../images/event-chicanecircuit06.jpg") top center fixed #ccc;
   background-size: cover;
   position: relative;
}

.innerimage-adventuresports h1 {
   position: relative;
   left: 0px;
   top: 50%;
   text-align: center;
   font-family: "Libre Baskerville", serif;
   font-weight: 600;
   color: #fff;
   text-transform: uppercase;
   letter-spacing: 20px;
}

.innerimage-adventuresports p {
   position: relative;
   left: -13px;
   top: 50%;
   text-align: center;
   font-weight: normal;
   color: #fff;
   letter-spacing: 2px;
}




.innerimage-dining {
   float: left;
   width: 100%;
   height: 100vh;
   background: url("../images/dining-banner.jpg") top center fixed #ccc;
   background-size: cover;
   position: relative;
}

.innerimage-dining h1 {
   position: relative;
   left: 0px;
   top: 50%;
   text-align: center;
   font-family: "Libre Baskerville", serif;
   font-weight: 600;
   color: #fff;
   text-transform: uppercase;
   letter-spacing: 20px;
}

.innerimage-dining p {
   position: relative;
   left: -10px;
   top: 50%;
   text-align: center;
   font-weight: normal;
   color: #fff;
   letter-spacing: 2px;
}

.innerimage-familycombos {
   float: left;
   width: 100%;
   height: 100vh;
   background: url("../images/slider/slider-familycombos.jpg") top center fixed #ccc;
   background-size: cover;
   position: relative;
}

.innerimage-familycombos h1 {
   position: relative;
   left: 0px;
   top: 50%;
   text-align: center;
   font-family: "Libre Baskerville", serif;
   font-weight: 600;
   color: #fff;
   text-transform: uppercase;
   letter-spacing: 20px;
}

.innerimage-familycombos p {
   position: relative;
   left: -10px;
   top: 50%;
   text-align: center;
   font-weight: normal;
   color: #fff;
   letter-spacing: 2px;
}

.innerimage-corporateoutings {
   float: left;
   width: 100%;
   height: 100vh;
   background: url("../images/slider/banquethall4.jpg") top center fixed #ccc;
   background-size: cover;
   position: relative;
}

.innerimage-corporateoutings h1 {
   position: relative;
   left: 0px;
   top: 50%;
   text-align: center;
   font-family: "Libre Baskerville", serif;
   font-weight: 600;
   color: #fff;
   text-transform: uppercase;
   letter-spacing: 20px;
}

.innerimage-corporateoutings p {
   position: relative;
   left: -10px;
   top: 50%;
   text-align: center;
   font-weight: normal;
   color: #fff;
   letter-spacing: 2px;
}

.innerimage-schoolcollege {
   float: left;
   width: 100%;
   height: 100vh;
   background: url("../images/slider/slider-schoolcollege.jpg") top center fixed #ccc;
   background-size: cover;
   position: relative;
}

.innerimage-schoolcollege h1 {
   position: relative;
   left: 0px;
   top: 50%;
   text-align: center;
   font-family: "Libre Baskerville", serif;
   font-weight: 600;
   color: #fff;
   text-transform: uppercase;
   letter-spacing: 20px;
}

.innerimage-schoolcollege p {
   position: relative;
   left: -10px;
   top: 50%;
   text-align: center;
   font-weight: normal;
   color: #fff;
   letter-spacing: 2px;
}

.innerimage-birthdayparties {
   float: left;
   width: 100%;
   height: 100vh;
   background: url("../images/slider/slider-birthdayparties.jpg") top center fixed #ccc;
   background-size: cover;
   position: relative;
}

.innerimage-birthdayparties h1 {
   position: relative;
   left: 0px;
   top: 50%;
   text-align: center;
   font-family: "Libre Baskerville", serif;
   font-weight: 600;
   color: #fff;
   text-transform: uppercase;
   letter-spacing: 20px;
}

.innerimage-exclusiveoffers p {
   position: relative;
   left: -10px;
   top: 50%;
   text-align: center;
   font-weight: normal;
   color: #fff;
   letter-spacing: 2px;
}


.innerimage-exclusiveoffers {
   float: left;
   width: 100%;
   height: 100vh;
   background: url("../images/slider/slider-excusiveoffer.jpg") top center fixed #ccc;
   background-size: cover;
   position: relative;
}

.innerimage-exclusiveoffers h1 {
   position: relative;
   left: 0px;
   top: 50%;
   text-align: center;
   font-family: "Libre Baskerville", serif;
   font-weight: 600;
   color: #fff;
   text-transform: uppercase;
   letter-spacing: 20px;
}

.innerimage-exclusiveoffers p {
   position: relative;
   left: -10px;
   top: 50%;
   text-align: center;
   font-weight: normal;
   color: #fff;
   letter-spacing: 2px;
}

.innerimage-merchandising {
   float: left;
   width: 100%;
   height: 100vh;
   background: url("../images/slider/slider-merchandise01.jpg") top center fixed #ccc;
   background-size: cover;
   position: relative;
}

.innerimage-merchandising h1 {
   position: relative;
   left: 0px;
   top: 50%;
   text-align: center;
   font-family: "Libre Baskerville", serif;
   font-weight: 600;
   color: #fff;
   text-transform: uppercase;
   letter-spacing: 20px;
}

.innerimage-merchandising p {
   position: relative;
   left: -10px;
   top: 50%;
   text-align: center;
   font-weight: normal;
   color: #fff;
   letter-spacing: 2px;
}

.innerimage-stay {
   float: left;
   width: 100%;
   height: 100vh;
   background: url("../images/slider/slider-stay.jpg") top center fixed #ccc;
   background-size: cover;
   position: relative;
}

.innerimage-stay h1 {
   position: relative;
   left: 0px;
   top: 50%;
   text-align: center;
   font-family: "Libre Baskerville", serif;
   font-weight: 600;
   color: #fff;
   text-transform: uppercase;
   letter-spacing: 20px;
}

.innerimage-stay p {
   position: relative;
   left: -10px;
   top: 50%;
   text-align: center;
   font-weight: normal;
   color: #fff;
   letter-spacing: 2px;
}

.innerimage-experiences {
   float: left;
   width: 100%;
   height: 100vh;
   background: url("../images/slider/slider-experiences01.jpg") top center fixed #ccc;
   background-size: cover;
   position: relative;
}

.innerimage-experiences h1 {
   position: relative;
   left: 0px;
   top: 50%;
   text-align: center;
   font-family: "Libre Baskerville", serif;
   font-weight: 600;
   color: #fff;
   text-transform: uppercase;
   letter-spacing: 20px;
}

.innerimage-experiences p {
   position: relative;
   left: -10px;
   top: 50%;
   text-align: center;
   font-weight: normal;
   color: #fff;
   letter-spacing: 2px;
}

.innerimage-events {
   float: left;
   width: 100%;
   height: 100vh;
   background: url("../images/slider/slider-events.jpg") top center fixed #ccc;
   background-size: cover;
   position: relative;
}

.innerimage-events h1 {
   position: relative;
   left: 0px;
   top: 50%;
   text-align: center;
   font-family: "Libre Baskerville", serif;
   font-weight: 600;
   color: #fff;
   text-transform: uppercase;
   letter-spacing: 20px;
}

.innerimage-events p {
   position: relative;
   left: -10px;
   top: 50%;
   text-align: center;
   font-weight: normal;
   color: #fff;
   letter-spacing: 2px;
}

.v-text h1 {
   transform: rotate(-90deg);
   font-size: 110px;
   font-weight: bold;
   font-family: "Libre Baskerville", serif;
   color: #3d414e;
   position: absolute;
   top: 180%;
   left: -330px;
}

.grp-pkg-box2 {
   float: left;
   width: 90%;
   height: auto;
   padding: 20px;
   background: #292b33;
   border: 1px dashed #767eab;
   border-radius: 10px;
   margin-bottom: 20px;
}

.grp-pkg-box2 p {
   font-size: 14px;
}

.grp-pkg-box {
   float: left;
   width: 90%;
   height: auto;
   padding: 20px;
   background: #000;
   border-radius: 10px;
   margin-bottom: 20px;
}

.grp-pkg-box a {
   color: #A2AD4E;
   text-decoration: none;
}

.grp-pkg-box h4 {
   font-size: 22px !important;
   font-family: "Poppins", sans-serif !important;
   letter-spacing: 0px !important;
   border-bottom: 1px solid #484848;
   padding-bottom: 10px;
}

.grp-pkg-box1 {
   float: left;
   width: 90%;
   height: auto;
   padding: 20px;
   background: #444a63;
   border-radius: 10px;
   margin-bottom: 20px;
}

.grp-pkg-box1 ul li {
   font-size: 12px;
   color: #ccc;
}

.fullscreen-images {
   float: left;
   width: 100%;
   height: auto;
}

.fullscreen-images img {
   margin-bottom: 20px;
}

.innersection span {
   /*border-bottom: 1px dashed yellow;*/
   /*color: yellow;*/
}

.pd-none {
   padding-left: 0px;
   padding-right: 0px;
}


.exp-card1 {
   float: left;
   width: 100%;
   height: 500px;
   background: url("../images/slider/slider-07.jpg") center #ccc;
   background-size: cover;
   border-radius: 20px;
   margin-bottom: 40px;
}

.exp-card-details1 {
   float: left;
   width: 500px;
   height: 250px;
   background: #fff;
   position: relative;
   top: 230px;
   left: 20px;
   overflow: hidden;
   border-radius: 20px;
   padding: 30px;
   color: #333;
}

.exp-card-details1 h4 {
   font-family: "Libre Baskerville", serif !important;
   font-weight: 600 !important;
   font-size: 24px !important;
   letter-spacing: 0px !important;
}

.exp-card-details1 p {
   font-size: 16px;
   color: #333;
   font-family: "Poppins", sans-serif;
}

.exp-card2 {
   float: left;
   width: 100%;
   height: 500px;
   background: url("../images/slider/slider-06.jpg") center #ccc;
   background-size: cover;
   border-radius: 20px;
   margin-bottom: 40px;
}

.exp-card-details2 {
   float: right;
   width: 500px;
   height: 250px;
   background: #fff;
   position: relative;
   top: 230px;
   right: 20px;
   overflow: hidden;
   border-radius: 20px;
   padding: 30px;
   color: #333;
}

.exp-card-details2 h4 {
   font-family: "Libre Baskerville", serif !important;
   font-weight: 600 !important;
   font-size: 24px !important;
   letter-spacing: 0px !important;
}

.exp-card-details2 p {
   font-size: 16px;
   color: #333;
   font-family: "Poppins", sans-serif;
}

.exp-card-details1 .blackbtn {
   background: #000;
   padding: 10px 15px;
   text-decoration: none;
   color: #fff;
   font-size: 16px;
   font-weight: 400;
   border-radius: 40px;
   position: relative;
   top: 80px;
   transition: 0.4s ease;
}

.exp-card-details2 .blackbtn {
   background: #000;
   padding: 10px 15px;
   text-decoration: none;
   color: #fff;
   font-size: 16px;
   font-weight: 400;
   border-radius: 40px;
   position: relative;
   top: 80px;
   transition: 0.4s ease;
}


/*.innerimageabout img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%);
}*/
.innersection {
   float: left;
   width: 100%;
   height: auto;
   padding: 100px;
}

.innersection h1 {
   font-family: 'Yeseva One', cursive;
   margin-bottom: 20px;
}

.innersection h2 {
   font-family: 'Yeseva One', cursive;
   margin-bottom: 20px;
}

.innersection h5 {
   font-size: 18px;
   /*margin-bottom: 20px;*/
}

.innersection h4 {
   font-size: 42px;
   font-weight: normal;
   font-family: 'Cookie', cursive;
   letter-spacing: 2px;
}

.innersection center {
   margin-bottom: 80px;
}

.innersection center h1 {
   color: #fff;
}

.innersection center p {
   color: #999;
}

.card01 {
   color: #fff;
   margin-bottom: 100px;
}

.card01:hover img {
   transition: 0.4s ease;
   opacity: 0.7;
}

.card01 img {
   float: left;
   width: 100%;
   height: auto;
   border-radius: 20px;
   margin-bottom: 20px;
}

.card01 h5 {
   font-size: 20px;
   margin-bottom: 20px;
}

.card01 p {
   font-size: 14px;
   color: #999;
}

.card01 a {
   color: #A2AD4E;
   font-size: 14px;
   text-transform: uppercase;
   text-decoration: none;
   /* border-bottom: 1px solid #fff; */
   background: url('../images/icon-arrow-right-green.svg') no-repeat 70px 9px;
   padding: 10px 30px 0px 0px;
   background-size: 20px;
   letter-spacing: 2px;
   transition: 0.4s ease;
}

.card01 a:hover {
   color: #fff;
   background: url('../images/icon-arrow-right-white.svg') no-repeat 80px 9px;
   padding: 10px 30px 0px 0px;
   background-size: 20px;
   letter-spacing: 2.2px;
   transition: 0.4s ease;
}

.up_arrow {
   position: absolute;
   bottom: 234px;
   left: 100px;
}

.innerimage-action {
   float: none;
   position: absolute;
   left: 32%;
   top: 430px;
}

.innerimage-action #watchvideo {
   float: left;
   padding: 15px 30px;
   background: #30535A;
   text-decoration: none;
   color: #fff;
   font-size: 14px;
   transition: 0.4s ease-in;
}

.innerimage-action #watchvideo:hover {
   background: #17363D;
   transition: 0.4s ease-in;
}

.innerimage-action #moreimages {
   float: left;
   padding: 15px 30px;
   background: #009688;
   text-decoration: none;
   color: #fff;
   font-size: 14px;
   transition: 0.4s ease-in;
   border-radius: 0px 12px 12px 0px;
}

.innerimage-action #moreimages:hover {
   background: #0c6960;
   transition: 0.4s ease-in;
}

.innerimage-action #booknow {
   float: left;
   padding: 15px 30px;
   background: #A2AD4E;
   text-decoration: none;
   color: #fff;
   font-size: 14px;
   border-radius: 12px 0px 0px 12px;
   transition: 0.4s ease-in;
}

.innerimage-action #booknow:hover {
   background: #7F8B25;
   transition: 0.4s ease-in;
}

.bg_maskbottom {
   float: left;
   width: 100%;
   height: 100%;
   background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(252, 252, 252, 0) 1%, rgba(0, 0, 0, 0.64) 99%, rgba(0, 0, 0, 0.65) 100%);
   background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(252, 252, 252, 0) 1%, rgba(0, 0, 0, 0.64) 99%, rgba(0, 0, 0, 0.65) 100%);
   background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(252, 252, 252, 0) 1%, rgba(0, 0, 0, 0.64) 99%, rgba(0, 0, 0, 0.65) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#a6000000', GradientType=0);
}
/*.banner-mask {
    float: left;
    width: 100%;
    height: auto;
    background: #000;
}*/
/*.bg_maskbottom h2 {
   position: relative;
   left: 0px;
   top: 60%;
   text-align: center;
   font-family: "Libre Baskerville", serif;
   font-weight: 600;
   font-size: 42px;
   color: #fff;
   text-transform: uppercase;
   letter-spacing: 10px;
}*/
.inner-breadcrumb {
   position: relative;
   left: 0px;
   top: 70%;
   text-align: center;
   font-size: 16px;
   color: #fff;
}
.bg_maskbottom a {
    color: #fff;
}
.subsection {
   margin-top: 40px;
   margin-bottom: 40px;
}

.subsection h3 {}

.subsection p {
   width: 80%;
   font-size: 14px;
}

.subinnersection {
   float: left;
   width: 100%;
   height: auto;
   padding: 0px;
}

.celebration-img01 {
   float: left;
   width: 100%;
   height: 100vh;
   background: url('../images/celebrate01.jpg') no-repeat center #ccc;
   background-size: cover;
}

.celebration-img02 {
   float: left;
   width: 100%;
   height: 100vh;
   background: url('../images/celebrate02.jpg') no-repeat center #ccc;
   background-size: cover;
}

.dining-img01 {
   float: left;
   width: 100%;
   height: 100vh;
   background: url('../images/dining-banner.jpg') no-repeat center #ccc;
   background-size: cover;
}

.dining-img01 h1 {
   font-family: "Libre Baskerville", serif;
   font-weight: bold;
   margin-bottom: 30px;
}

.celebration-details {
   float: left;
   width: 100%;
   height: 100vh;
   /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
   background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
   /* FF3.6-15 */
   background: -webkit-linear-gradient(90deg, rgb(0 0 0 / 70%) 0%, rgba(0, 0, 0, 0) 100%);
   /* Chrome10-25,Safari5.1-6 */
   background: linear-gradient(90deg, rgb(0 0 0 / 70%) 0%, rgba(0, 0, 0, 0) 100%);
   /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=1);
   /* IE6-9 fallback on horizontal gradient */
   padding: 200px;
   color: #fff;
}

.celebration-details h3 {
   font-size: 42px;
   margin-bottom: 30px;
}

.celebration-details p {
   font-weight: normal;
   width: 600px;
}

.celebration-details .whitebtn {
   float: left;
   background: #fff;
   padding: 10px 20px 10px 25px;
   text-decoration: none;
   color: #333;
   font-size: 16px;
   font-weight: 400;
   border-radius: 40px;
   margin-right: 20px;
   margin-top: 40px;
}

.celebration-details .blackbtn {
   float: left;
   background: #000;
   padding: 10px 20px 10px 25px;
   text-decoration: none;
   color: #fff;
   font-size: 16px;
   font-weight: 400;
   border-radius: 40px;
   margin-right: 20px;
   margin-top: 40px;
}

.brick-padding {
   padding-top: 50px;
   padding-left: 50px;
}

.brick-padding p {
   font-size: 14px;
}

.groupcard {
   margin-bottom: 100px;
}

.gradientcolor01 {
   font-family: "Poppins", sans-serif !important;
   font-weight: 300 !important;
   font-size: 24px !important;
   margin-bottom: 30px;
   background: linear-gradient(to right, #8bc34a 0%, #03a9f4 100%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}

.img-scale img {
   transition: 0.4s ease;
   transform: scale(1);
}

.img-scale img:hover {
   transition: 0.4s ease;
   transform: scale(0.9);
}
.text-md {
    font-size: 20px;
}
.btn-mail {
    background: #fff;
    border: 1px solid #333;
    transition: 0.4s ease;
    color: blue;
}

.btn-mail:hover {
    background: transparent;
    border: 1px solid #333;
    transition: 0.4s ease;
}
.contact-form {
    float: left;
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top: 10px;
}
.contact-form .inputtext,.textarea {
    float: left;
    width: 100%;
    height: auto;
    padding: 10px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    margin-bottom: 20px;
}
.gramaaranyaka-map {
    border-radius: 10px;
    background: #fff;
    padding: 10px;
}
.contact-form .blackbtn {
    float: left;
    background: #000;
    padding: 10px 40px 10px 45px;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    border-radius: 40px;
    margin-right: 20px;
    margin-top: 0px;
}


.grouppackage01 {
   float: left;
   width: 100%;
   height: 460px;
   margin-bottom: 20px;
   background: url('../images/thumb-package03.png') no-repeat;
   background-size: cover;
   border-radius: 30px;
   overflow: hidden;
}

.grouppackage02 {
   float: left;
   width: 100%;
   height: 460px;
   margin-bottom: 20px;
   background: url('../images/package-bday03.png') no-repeat;
   background-size: cover;
   border-radius: 30px;
   overflow: hidden;
}

.grouppackage03 {
   float: left;
   width: 100%;
   height: 460px;
   margin-bottom: 20px;
   background: url('../images/package-school03.png') no-repeat;
   background-size: cover;
   border-radius: 30px;
   overflow: hidden;
}

.grouppackage04 {
   float: left;
   width: 100%;
   height: 460px;
   margin-bottom: 20px;
   background: url('../images/package-corporateouting01.png') no-repeat;
   background-size: cover;
   border-radius: 30px;
   overflow: hidden;
}

.event-animate .event-title {
   background: #fff;
   padding: 15px 5px;
   border-radius: 20px;
   position: relative;
   top: 360px;
   margin: 20px;
   transition: 0.4s ease;
}

.event-animate .event-title h5 {
   font-size: 14px;
   font-weight: 500;
   position: relative;
   top: 4px;
   left: 0px;
   transition: 0.4s ease;
}

.event-animate .event-title:hover {
   transition: 0.4s ease;
   background: #000;
}

.event-animate .event-title:hover h5 {
   transition: 0.4s ease;
   color: #fff;
   font-size: 14px;
}

.event-animate .event-title .expand-line {
   width: 20px;
   height: 1.5px;
   background: #333;
   float: left;
   margin-right: 10px;
   margin-top: 14px;
   transition: 0.4s ease;
}

.event-animate .event-title:hover .expand-line {
   transition: 0.4s ease;
   width: 30px;
   height: 1.5px;
   background: #fff;
}

.event-animate a {
   text-decoration: none;
   color: #333;
}
.text-sm {
    font-size: 14px;
}
.grp-pkg-box4 {
   float: left;
   width: 100%;
   height: auto;
   padding: 20px;
   border: 1px dashed #285263;
   border-radius: 10px;
   margin-bottom: 20px;
}
.grp-pkg-box4 ul li {
    float: left;
    width: 30%;
    border: 1px solid #285263;
    padding: 10px;
    margin: 10px;
    border-radius: 10px;
    list-style: none;
    height: 120px;
    background: #285263;
    font-size: 14px;
    color: #acd6e7;
    transition: 0.4s ease;
    transform: scale(1);
}
.grp-pkg-box4 ul li:hover {
    background: #163c4c;
    transition: 0.4s ease;
    transform: scale(1.07);
}
.grp-pkg-box4 p {
    text-align: center;
    font-size: 20px;
}
.grp-pkg-box4 img {
    float: left;
    width: 40px;
    height: auto;
    margin-right: 10px;
}
.text-style1 {
    font-size: 45px !important;
}
.footer-socialicons {
    float: left;
}
.footer-socialicons ul li {
    list-style: none;
    display: inline;
    margin-right: 10px;
}
.footer-separator {
    color: #444444;
}
.more-events {
    float: left;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 10px;
    text-align: center;
}
.more-events .greenbtn {
    background: #A2AD4E;
    padding: 10px 20px 10px 25px;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    border-radius: 40px;
}
.download-brochure {
   float: left;
   width: 100%;
   height: 320px;
   margin-bottom: 20px;
   background: #fff;
   border: 1px solid #e3e3e3;
   border-radius: 10px;
   box-shadow: 4px 4px 8px rgb(0 0 0 / 10%);
   position: relative;
   top: 0px;
   transition: 0.4s ease;
}
.download-brochure:hover {
   position: relative;
   top: -10px;
   transition: 0.4s ease;
}
.brochure-img img {
   max-width: 100%;
   width: 100%;
   border-radius: 10px 10px 0px 0px;
}
.brochure-content {
   padding: 20px;
}
.brochure-content a {
   text-decoration: none;
   color: #98c33d;
   line-height: 20px;
}
.brochure-content a:hover {
   color: #333;
}
.brochure-content img {
   width: 12%;
   position: relative;
   top: -3px;
}
.brochure-area {
   margin-top: 100px;
}
.brochure-content p {
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    padding: 5px 0px;
}
.download-option {
    position: fixed;
    right: 0px;
    top: 440px;
    width: auto;
    height: auto;
    z-index: 99;
    transform-origin: 102px 36px;
    transform: rotate(90deg);
    text-transform: uppercase;
    letter-spacing: 3px;
}
.download-option a h5 {
    float: left;
    margin-bottom: 0px;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    background: #c5a262;
    padding: 10px;
    border-bottom: none;
}
.h-menu {
   display: none;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  background-color: #001219;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: -10px;
  right: 5px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}





