*,
body {h1 {
    text-align: center;
    margin-bottom: 25px;
    padding: 0;
    font-family: 'Berkshire Swash', cursive;
    /*    user-select: none;*/} 
}

.container-fluid {
    width: 100%;
}
img {
    max-width: 100%;
    height: auto;
}
.container {
    width: 90%;
    margin: 0px auto;
}

.flex-row {
    display: flex;
    flex-wrap: wrap;
}

#particles-js {
    height: 400px;
    background: url(../images/bg-banner.webp);
    background-size: cover;
    background-position: center;
    background-attachment: Center;/* fixed removed */
}
footer a{
    color:#fff;
    text-decoration: none;
}
footer a:hover{
    color: #ccc;
    text-decoration: none;
}
.slider {
    position: relative;
}

/*
#loading {
position: fixed;
width: 100%;
height: 100%;
background: url(../images/loder.gif) 50% 50% no-repeat rgb(249, 249, 249);
z-index: 9999;
}
*/

body::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9);
}

body::-webkit-scrollbar-thumb {
    background: #20a397;

}

.my-c {
    background: #f00;
}

p {
    padding-bottom: 10px !important;
}

/*top header starts here*/
.top-header {
    position: relative;
    padding: 15px 0px;
    background: #fff;
}

.top-header .top-nav,
.top-header aside {
    width: 50%;
}

.top-nav ul {
    margin: 0;
    padding: 5px 0px;
    justify-content: center;
    gap: 20px;
}

.top-nav ul li {
    list-style: none;
}

.top-nav ul li a {
    color: #666;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}

.top-nav ul li a i {
    color: #20a397;
    font-size: 18px;
    padding-right: 6px;
}

.top-header aside a {
    text-decoration: none;
}

.top-header aside a img {
    vertical-align: bottom;
}

.top-header aside a b {
    font-family: 'Lobster Two';
    font-size: 25px;
    font-weight: 600;
    color: #333;
    vertical-align: top;
}

/*top header ends here*/
/*header starts here*/
header {
    width: 100%;
    padding: 0px 0px;
    background: rgba(28, 74, 90, 0.9);
    z-index: 999;
    position: fixed;
}

header.sticky {
    background: rgba(28, 74, 90, 0.9);
    top: 0%;
}

header.sticky nav ul li a {
    color: #fff;
}

header aside {
    width: 25%;
}

/*slider form starts here*/
.form-adding {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%);
    background: rgba(28, 74, 90, 0.9);
    padding: 20px 20px;
    width: 86%;
}

.form-adding form {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.form-adding form p {
    width: 14.5%;
}

.form-adding form input {
    padding: 6px 10px;
    width: 100%;
    outline: none;
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
}

.form-adding form textarea {
    padding: 0px 10px;
    width: 100%;
    outline: none;
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    resize: none;
    height: 27px;
}

.form-adding form input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.form-adding form textarea::placeholder,
.form-adding form input::placeholder {
    color: #fff;
    font-weight: 400;
}

.form-adding form p img {
    width: 30%;
    height: 29px;
}

.form-adding form p:nth-child(6) {
    display: flex;
    justify-content: center;
}

.form-adding form p:nth-child(6) input {
    border-bottom: 0px;
    background: #20a397;
    width: 60%;
    padding: 0px 0px;
    cursor: pointer;
}

/*slider form ends here*/
/*slider section starts here*/
.slider img {
    width: 100%;
    height: 450px;
}

/*slider section starts here*/
/*log in starts here*/
section.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
}

section.modalWindow {
    display: none;
    position: fixed;
    top: 15%;
    left: 30%;
    z-index: 999 !important;
    width: 500px;
    background: #ddd;
    cursor: default;
}

section.modalWindow section.modalWrapper {
    margin: 30px;
    border: 1px solid #DADADA;
    padding: 15px;
    text-align: left;
    line-height: 20px !important;
    height: 300px;
}

.closeBtn {
    cursor: pointer;
    padding: 10px 0px;
    text-align: center;
    display: block;
    background: rgba(28, 74, 90, 0.9);
    color: #fff;
}

.tab_block_main .tab_content {
    display: inline-block;
    width: 100%;
}

.tab_block_main .tab_content .tab_block {
    display: none;
}

.tab_block_main .tab_content .tab_block.active {
    display: block;
    padding: 10px 15px;
}

.tab_block_main .tab_options {
    display: inline-block;
    padding: 0;
    border-bottom: 1px solid #dee2e6;
    width: 100%;
}

.tab_block_main .tab_options > li {
    float: left;
    font-size: 20px;
    color: #333333;
    line-height: normal;
    list-style: none;
    margin-bottom: -1px;
    width: 50%;
}

.tab_block_main .tab_options > li a {
    color: #333333;
    text-decoration: none;
    text-align: center;
    border-bottom: 0;
    border: 1px solid transparent;
    padding: .5rem 1rem;
    display: block;
    background: #bdd;
}

.tab_block_main .tab_options > li a.active {
    color: #fff;
    background: #20a397;
    border-color: #20a397;
}

.tab_content p {
    margin-bottom: 0px;
    text-align: center;
    font-size: 14px;
    padding-bottom: 10px;
    color: #000;
}

.social-accout-set {
    margin: 0px auto;
    width: 59%;
    display: flex;
    justify-content: space-between;
}

.social-accout-set a {
    border: 1px solid #888;
    padding: 8px 20px;
    text-decoration: none !important;
}

.social-accout-set a span {
    color: #000;
    margin-left: 5px;
    vertical-align: text-top;
}

.social-accout-set a img {
    vertical-align: bottom;
}

.tab_content i {
    font-size: 13px;
    text-align: center;
    display: block;
    padding-top: 15px;
    padding-bottom: 8px;
    color: #000;
}

.main label {
    width: 100%;
    margin: 0px;
    text-align: center;
    border-radius: 5px;
    padding: 8px 0px;
    color: #000;
    margin-top: 10px;
}

.form-set-in p {
    width: 100%;
}

.form-set p input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.advertise-set {
    padding: 10px;
}

.advertise-set span {
    font-size: 20px;
    text-align: center;
    padding: 10px 0px;
    display: block;
    text-transform: capitalize;
}

.advertise-set p {
    width: 49%;
}

.advertise-set p input {
    width: 100%;
    padding: 8px 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
    outline: none;
}

.advertise-set p b {
    width: 95%;
}

.advertise-set p i {
    width: 5%;
}

.advertise-set p:nth-child(7) {
    width: 100%;
}

.advertise-set p:nth-child(7) input {
    width: 50%;
    margin: 0px auto;
    display: block;
    color: #fff;
}

.form-set p {
    width: 49%;
}

.form-set p:nth-child(8),
.form-set p:nth-child(5),
.form-set p:nth-child(4),
.form-set p:nth-child(3) {
    width: 100%;
}

.form-set p:nth-child(8) input {
    background: #20a397;
    color: #ffff;
    text-transform: uppercase;
    width: 50%;
    margin: 0px auto;
}

.modalWindow {
    animation: opt-animation4 1s;
}

@keyframes opt-animation4 {
    0% {
        transform: scale(0) rotate(0deg);
    }

    100% {
        transform: scale(1) rotate(0deg);
    }
}

.input_fields_wrap button {
    width: 10%;
    padding: 6px 0px;
}

.input_fields_wrap input {
    width: 90% !important;
}

.remove-add {
    width: 100%;
    margin-top: 10px;
}

.form-set-in p:nth-child(4) input,
.form-set p:nth-child(9) input {
    background: #20a397;
    color: #ffff;
    text-transform: uppercase;
    width: 50%;
}

.form-set-in p input,
.form-set p input {
    width: 100%;
    padding: 8px 0px;
    border-radius: 5px;
    border: 1px solid #bbb;
    outline: none;
    text-indent: 15px;
}

.form-set-in p a {
    text-decoration: none;
    color: #20a397;
}

.form-set {
    justify-content: space-between;
}

/*log in ends here*/

/*location services starts here*/
.services-area {
    padding: 30px 0px 0px 0px;
    background: #ddd;
}

.services-area .owl-carousel .item img {
    width: 100%;
    height: 300px;
}

.services-area .owl-carousel .item span {
    position: absolute;
    top: 85%;
    left: 1%;
    font-size: 18px;
    background: rgba(28, 74, 90, 0.6);
}

.services-area .owl-carousel .item span a {
    color: #fff;
    padding: 7px 20px;
    display: block;
    text-decoration: none;
}

.services-area .owl-nav {
    display: none;
}

.holiday-section {
    padding: 25px 0px 10px 0px;
}

.clearfix {
    clear: both;
}

.holiday-section::after {
    content: "";
    display: block;
    clear: both;
}

.holiday-section h2 {
    font-family: 'Berkshire Swash', cursive;
    float: left;
}

.holiday-section p {
    float: right;
}

.holiday-section p i {
    color: #20a397;
    padding-right: 6px;
    transform: rotate(23deg);
    font-size: 25px;
}

.holiday-section p a {
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    color: #20a397;
}

.trvel-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 20px;
}

.trvel-box {
    width: 19%;
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
}

.trvel-box img {
    width: 100%;
    height: 300px;
    -webkit-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}

.trvel-box:hover img {
    -o-transform: scale(1.3);
    -moz-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}

.trvel-box .hover-screen {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    background: rgba(28, 74, 90, 0.6);
    display: none;
    -webkit-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}

.hover-screen span {
    display: block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding-top: 53%;
    font-family: 'Ubuntu', sans-serif;
}

.hover-screen a {
    color: #fff;
    text-decoration: none;
    background: #20a397;
    padding: 10px 20px;
    border-radius: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
}

.trvel-box:hover .hover-screen {
    animation: animation 1s;
    display: block;
}

@keyframes animation {
    0% {
        transform: scale(0) rotate(0deg);

    }

    100% {
        transform: scale(1) rotate(360deg);
    }
}

/*location services ends here*/

/*manth section starts here*/
.month-section {
    background: #ddd;
    padding: 20px 0px 10px 0px;
}
.month-section h1,
.month-section h2 {
    font-size: 25px;
    font-family: 'Berkshire Swash', cursive;
    text-transform: capitalize;
    text-align: center;
    padding-bottom: 10px;
}

.month-section p {
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
}


.manth-flex a {
    background: #20a397;
    padding: 12px 30px;
    display: block;
    color: #fff;
    text-decoration: none;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #000;
}

.manth-flex a:hover {
    background: #20A3B4;
}

.tab-container .tab-menu {
    padding: 0;
    list-style: none;
    display: flex;
    margin: 0;
}

.tab-container .tab-menu li a {
    padding: 10px 30px;
    display: inline-block;
    color: #333333;
    text-decoration: navajowhite;
    text-transform: capitalize;
    border-bottom: 3px solid transparent;
    outline: none;
    font-weight: 600;
}

.tabs-containe {
    position: relative;
    padding-top: 10px;
}

.mover {
    position: absolute;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: #20a397;
    z-index: 1;
    bottom: 0;
    transition: 300ms all;
}

.tab-container .tab-menu li.active-tab a {
    border-color: #20A3B4;
}

.tab-data {
    padding: 0px;
    border: 1px solid #dddddd;
    position: relative;
    overflow: hidden;
}

.tab-data .data-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    bottom: 0;
    transition: 500ms all;
}

.tab-data .data-content.active-data {
    opacity: 1;
    visibility: visible;
    position: relative;
}

.tab-data-wrap {
    transition: 500ms all;
    transform: translate3d(0, 0, 0);
}

.prev .tab-data-wrap {
    transform: translate3d(-100%, 0, 0);
}

.next .tab-data-wrap {
    transform: translate3d(100%, 0, 0);
}

.active-data .tab-data-wrap {
    transform: translate3d(0, 0, 0);
}

.tab-container .tab-menu {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.tab-data-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 10px;
}

.tab-data-wrap .jun-set {
    position: relative;
    width: 19%;
}

.jun-set .lery {
    position: absolute;
    width: 100%;
    height: 98%;
    top: 0%;
    background: rgba(28, 74, 90, 0.2);
}

.jun-set .lery:hover {
    background: rgba(28, 74, 90, 0.8);
}

.tab-data-wrap .jun-set img {
    width: 100%;
    height: 200px;

}

.tab-data-wrap .jun-set span {
    font-size: 20px;
    position: absolute;
    bottom: 10%;
    left: 5%;
    z-index: 99;
    color: #fff;
}

.tab-data-wrap .jun-set a {
    position: absolute;
    z-index: 99;
    top: 40%;
    color: #fff;
    text-decoration: none;
    left: 40%;
    transform: translate(-40%);
    background: #20a397;
    padding: 5px 10px;
}

/*manth section ends here*/
/*our price starts here*/
.our-price {
    background: url(../images/car-tur-bg.webp);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.price-laer {
    padding: 30px 0px 15px 0px;
    background: rgba(28, 74, 90, 0.8);
}

.price-laer h2 {
    font-size: 25px;
    font-family: 'Berkshire Swash', cursive;
    text-align: center;
    padding-bottom: 10px;
    color: #fff;
}

.price-laer p {
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
    color: #fff;
}

.car-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 20px;
}

.car-box {
    width: 23%;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    margin-bottom: 15px;
    position: relative;
}

.car-box img {
    width: 100%;
    height: 220px;
}

.car-box span {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    padding: 8px 0px;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
}

.car-box ul {
    margin: 0;
    padding: 0;
}

.car-box ul li {
    list-style: none;
    color: #fff;
    padding: 10px 0px;
    border-bottom: 1px solid #bbb;
    border-top: 1px solid #bbb;
    font-size: 14px;
}

.car-box .button {
    border: 1px solid black;
    border-radius: 20px;
    width: 140px;
    height: 38px;
    display: block;
    margin: 10px auto;
    background: linear-gradient(to right, #20a397 50%, #fff 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
    position: inherit;
}

.car-box .button:after,
.car-box .button:before {
    display: none;
}

.car-box .button:hover {
    background-position: left bottom;
}

.car-box .text {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    color: black;
    transition: all .6s ease-out;
    display: block;
    line-height: 38px;
}

.car-box .text:hover {
    color: white;
}

.car-box a {
    text-decoration: none;
}

.car-box a:hover {
    background: #20A3B4;
}

/*our price ends here*/

.site-contant {
    background: url(../images/car-tur-bg.webp);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    color: #fff;
}

.contant-laer {
    background: rgba(28, 74, 90, 0.9);
    padding: 20px 0px;
}

.contant-laer span {
    font-size: 16px;
    padding-bottom: 10px;
    display: block;
    line-height: 19px;
    font-weight: 600;
}

.contant-laer p {
    font-size: 14px;
    text-align: justify;
    padding-bottom: 10px;
}

.contant-laer ul {
    margin: 0;
    padding-left: 20px;
    padding-bottom: 10px;
}

.contant-laer ul li {
    padding: 5px 0px;
    line-height: 20px;
    font-size: 15px;
}

.site-contant a {
    color: #fff;
    text-align: center;
    display: inline ;
    text-decoration: none;
    font-size: 14px;
}

.site-contant .show-more {
    display: none;
}


/*location form starts here*/
.location-form {
    padding: 20px 0px;
}

.location-form h2 {
    font-size: 25px;
    font-family: 'Berkshire Swash', cursive;
    text-transform: capitalize;
    text-align: center;
    padding-bottom: 10px;
}

.location-form p {
    font-family: 'Ubuntu', sans-serif;
    text-transform: capitalize;
    text-align: center;
}

.form-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.detal-box {
    width: 40%;
}

.detal-box img {
    padding: 18px 0px 0px 0px;
}

.form-box {
    width: 50%;
    background: #20a397;
    padding: 10px;
    margin-top: 20px;
}

.form-box p {
    width: 49%;
}

.form-box form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form-box form p input {
    width: 100%;
    display: block;
    padding: 8px 0px;
    text-indent: 5px;
    border: none;
}

.form-box form p label {
    text-align: left;
    display: block;
    padding: 9px 0px;
    color: #fff;
}

.form-box form p select {
    width: 100%;
    padding: 8px 0px;
}

.form-box form p:last-child {
    width: 100%;
    padding-top: 10px;
}

.form-box form p:last-child input {
    width: 25%;
    margin: 0px auto;
    border: none;
    color: #fff;
    background: #20A3EF;
    padding: 12px 0px;
    border-radius: 20px;
}

.form-box form p:nth-child(4) input {
    padding: 7px 0px;
}

.happy-clint h2 {
    padding-top: 20px;
}

.happy-clients h2 {
    font-size: 25px;
    font-family: 'Berkshire Swash', cursive;
    text-transform: capitalize;
    text-align: center;
    padding-bottom: 20px;
    color: #000;
}

.happy-clients {
    background: #ddd;
}

.happy-clint .owl-nav {
    display: none;
}

.happy-clint .owl-dots {
    padding: 9px 0px;
}

.happy-clint .owl-carousel .item img {
    width: 100%;
    height: 280px;
}

/*location form ends here*/
/*footer starts here*/
footer {
    background: url(../images/footer-map.webp);
    min-height: 250px;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.price-laer-one {
    background: rgba(28, 74, 90, 0.8);
    padding: 20px 0px;
}

.socale-logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #bbb;
    padding-bottom: 20px;
}

.socale-logo ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.socale-logo ul li {
    list-style: none;
}

.socale-logo ul li a {
    color: #fff;
    font-size: 20px;
}

.socale-logo ul li a i {
    background: rgba(28, 74, 90, 0.9);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
}

.socale-logo ul li:hover a i {
    transform: rotate(360deg);
    transition: all ease-in-out 0.7s;
}

.socale-logo ul li:not(:last-child) {
    padding-right: 10px;
}

.socale-logo a {
    font-family: 'Lobster Two';
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    vertical-align: top;
}

.all-link {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px 0px;
}

.footer-box {
    width: 18%;
}

.all-link .footer-box span {
    display: block;
    font-size: 22px;
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
    padding-bottom: 15px;
}

.all-link .footer-box ul {
    margin: 0;
    height: 135px;
    overflow: auto;
}

.all-link .footer-box ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.all-link .footer-box ul::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.all-link .footer-box ul::-webkit-scrollbar-thumb {
    background-color: #20a397;
}

.all-link .footer-box ul li {
    list-style: none;
    display: flex;
}

.all-link .footer-box ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    padding: 3px 0px;
    display: block;
    font-family: 'Ubuntu', sans-serif;
}

.all-link .footer-box ul li i {
    color: #fff;
    padding-right: 9px;
    display: block;
}

.footer-box p {
  color: #fff;
  padding: 2px 0px;   /* 4px to 2px */
  margin: 0;          /* ADD THIS */
}

.footer-box p i {
  padding-right: 8px;
  line-height: 18px;  /* 30px to 18px */
}

.footer-box {
  display: flex;
  flex-direction: column;
  gap: 4px;   /* perfect spacing */
}

.contact-footer {
    border-bottom: 1px solid #bbb;
    border-top: 1px solid #bbb;
    display: flex;
    justify-content: space-between;
    padding: 20px 0px;
}

.new-latter i {
    color: #fff;
    font-size: 20px;
}

.new-latter span {
    color: #fff;
    font-size: 20px;
    font-family: 'Ubuntu', sans-serif;
}

.new-latter {
    width: 30%;
}

.footer-form {
    width: 70%;
}

.footer-form input {
    background: none;
    padding: 7px 10px;
    border: none;
    outline: none;
    border: 1px solid #ddd;
    color: #fff;
}

.footer-form input:nth-child(1),
.footer-form input:nth-child(2) {
    width: 35%;
}

.footer-form input:nth-child(3) {
    width: 23%;
}

.footer-form input::placeholder {
    color: #fff;
}

.copy-right p {
    text-align: center;
    color: #fff;
    padding: 20px 0px 0px 0px;
}

.copy-right p a {
    color: #fff;
    text-decoration: none;
}

/*footer ends here*/
/*about page starts here*/
.about-section {
    padding: 30px 0px 10px 0px;
}

.about-section h1 {
    font-size: 25px;
    font-family: 'Berkshire Swash', cursive;
    padding: 0px 0px 8px 0px;
    text-align: center;
}

.about-section p {
    font-family: 'Ubuntu', sans-serif;
    text-align: justify;
    color: #000;
    padding: 8px 0px;
    font-size: 15px;
    line-height: 25px;
}

.about-section h2 {
    font-family: 'Berkshire Swash', cursive;
    padding: 10px 0px;
}

.about-section h3 {
    font-family: 'Berkshire Swash', cursive;
}

.about-section ul {
    padding-left: 15px;
}

.about-section ul li {
    padding: 5px 0px;
}

.about-section i {
    padding-bottom: 10px;
    display: block;
}

.about-location {
    justify-content: space-between;
}

.about-location .item {
    width: 32%;
    margin-bottom: 15px;
    position: relative;
}

.about-location .item img {
    width: 100%;
    height: 300px;
}

.about-location .item span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
}

.about-location .item span a {
    color: #fff;
    display: block;
    text-decoration: none;
    background: rgba(28, 74, 90, 0.6);
    padding: 10px 10px;
    text-align: center;
    font-size: 18px;
}

/*about page ends here*/
/*contact page starts here*/
.contact-seation {
    padding: 30px 0px;
}

.contact-seation h1 {
    font-size: 25px;
    font-family: 'Berkshire Swash', cursive;
    text-align: center;
    padding: 0px 0px 15px 0px;
}

.contact-seation h2 {
    font-family: 'Berkshire Swash', cursive;
    padding-bottom: 10px;
    font-size: 24px;
}

.contact-seation h3 {
    font-family: 'Berkshire Swash', cursive;
    padding-bottom: 10px;
    font-size: 23px;
}

.contact-seation h4 {
    font-family: 'Berkshire Swash', cursive;
    padding-bottom: 10px;
    font-size: 22px;
}

.contact-seation h5 {
    font-family: 'Berkshire Swash', cursive;
    padding-bottom: 10px;
    font-size: 21px;
}

.contact-seation ul {
    padding: 5px 0px;
    padding-left: 33px;
}

.contact-seation ul li {
    font-family: 'Ubuntu', sans-serif;
}

.contact-seation ul li {
    padding: 5px 0px;
}

.contact-seation ul li a {
    text-decoration: none;
}

.contact-seation p {
    font-family: 'Ubuntu', sans-serif;
    text-align: justify;
    color: #000;
    padding: 0px 0px 0px 0px;
    font-size: 16px;
    line-height: 20px;
}

.p-set p {
    padding-bottom: 25px;
}

.form-add {
    width: 49%;
    background: #fff;
    box-shadow: 2px 2px 20px #bbb;
    padding: 10px;
    border-radius: 10px;
}

.form-add p {
    width: 100%;
}

.form-add p input {
    width: 100%;
    padding: 8px 0px;
    text-indent: 10px;
    margin: 0px;
    outline: none;
}

.form-add p textarea {
    width: 100%;
    padding: 8px 0px;
    text-indent: 10px;
    height: 60px;
    resize: none;
    outline: none;
}

.form-add p label {
    padding: 12px 0px;
    display: block;
    font-weight: 600;
}

.form-add p:last-child {
    padding-bottom: 0px;
}

.form-add p:last-child input {
    background: #20a397;
    width: 30%;
    padding: 8px 20px;
    cursor: pointer;
    margin: 10px auto;
    display: block;
    border: none;
}

.detal-add p {
    padding-bottom: 10px
}

.foen-add p {
    padding-bottom: 0px;
}

.detal-add h2,
.form-add h2 {
    font-family: 'Berkshire Swash', cursive;
    text-transform: capitalize;
    font-size: 20px;
    padding: 10px 0px;
    color: #20a397;
}

.detal-add {
    width: 46%;
    background: #fff;
    box-shadow: 2px 2px 15px #bbb;
    padding: 10px;
    border-radius: 10px;
}

.contact-form {
    justify-content: space-between;
}

.detal-add p a {
    display: block;
    text-decoration: none;
    color: #444;
    padding-bottom: 20px;
}

.detal-add p strong {
    color: #20a397;
    font-size: 18px;
    padding-bottom: 4px;
    display: block;
}

.detal-add h2 {
    padding-bottom: 30px;
}

.detal-add p {
    position: relative;
    padding-left: 38px;
}

.detal-add p:before {
    content: "\f095";
    font-family: 'fontawesome';
    font-size: 25px;
    position: absolute;
    left: 5px;
    color: #20a397;
}

.detal-add p:nth-child(2)::before {
    content: "\f003";
}

.detal-add p:nth-child(4)::before {
    content: "\f041";
}

.detal-add p:nth-child(5)::before {
    content: "\f0c1";
}

.detal-add ul {
    margin: 0;
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
}

.detal-add ul li {
    list-style: none;
    margin: 0px 10px;
}

.detal-add ul li a {
    display: block;
    text-decoration: none;
}

.detal-add ul li a i {
    background: #f00;
    color: #fff;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

.detal-add ul li:nth-child(1) a i {
    background: #3b5999;
}

.detal-add ul li:nth-child(2) a i {
    background: #55acee;
}

.detal-add ul li:nth-child(3) a i {
    background: #e4405f;
}

.detal-add ul li:nth-child(4) a i {
    background: #0077B5;
}

.detal-add ul li:nth-child(5) a i {
    background: #bd081c;
}

/*contact page ends here*/
/*inner page starts here*/
.inner-page {
    padding: 30px 0px 10px 0px;
}

.inner-page .show-more {
    display: none;
}

.inner-page span {
    font-size: 16px;
    padding-bottom: 10px;
    display: block;
    line-height: 19px;
    font-weight: 600;
}

.inner-page p {
    font-size: 14px;
    text-align: justify;
    padding-bottom: 10px;
}

.inner-page ul {
    margin: 0;
    padding-left: 20px;
    padding-bottom: 10px;
}

.inner-page ul li {
    padding: 5px 0px;
    line-height: 20px;
    font-size: 15px;
}

.inner-page a {
    color: #2196f3;
    text-align: center;
    display: block;
    text-decoration: none;
    font-size: 14px;
}

.inner-catgry h1 {
    font-size: 30px;
    padding-bottom: 15px;
    font-family: 'Berkshire Swash', cursive;
}

.inner-catgry .owl-carousel .item {
    position: relative;
}

.inner-catgry .owl-carousel .item img {
    width: 100%;
    height: 200px;
}

.inner-catgry .owl-carousel .item .lear-in {
    position: absolute;
    bottom: 20%;
    color: #fff;
    padding-left: 10px;
}

.inner-catgry .owl-carousel .item a {
    text-decoration: none;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%);
    border: 1px solid #fff;
    background: rgba(225, 225, 225, 0.4);
    padding: 6px 15px;
    display: none;
}

.inner-catgry .owl-carousel .item:hover a {
    display: block;
}

.inner-catgry .owl-carousel .item .lear-in p {
    font-size: 11px;
    padding-bottom: 2px;
}

.inner-catgry .owl-carousel .item .lear-in span {
    display: block;
    font-size: 17px;
}

.inner-catgry .owl-carousel .item .lear-detel p {
    font-size: 15px;
    padding: 5px 0px;
    font-weight: 600;
    color: #333;
}

.inner-catgry .owl-carousel .item .lear-detel span {
    color: #20a397;
    display: block;
    padding-top: 3px;
}

.inner-catgry .owl-carousel .owl-dots,
.inner-catgry .owl-carousel .owl-nav {
    display: none;
}

.inner-catgry {
    padding-bottom: 20px;
}

.drop-img-flex,
.drop-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.indrop {
    width: 32%;
    padding-bottom: 20px;
}

.drop-img-flex img {
    width: 49%;
    height: 400px;
}

.drop-img-flex {
    padding-bottom: 15px;
    padding-top: 10px;
}

.drop-seation {
    padding-bottom: 0px;
}

.drop-seation h3 {
    font-family: 'Berkshire Swash', cursive;
    padding-bottom: 10px;
    font-size: 22px;
}

.indrop i {
    display: block;
    text-align: center;
    font-size: 25px;
}

.indrop span {
    display: block;
    text-align: center;
    font-weight: 600;
    padding: 10px 0px;
}

.indrop p {
    text-align: center;
    padding-bottom: 8px;
}

.indrop a {
    display: block;
    text-align: center;
    text-decoration: none;
    background: #20a397;
    width: 30%;
    margin: 0px auto;
    color: #fff;
    padding: 8px 0px;
}

.outation-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.outation-img {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 15px;
}

.outation-img img {
    width: 33%;
    height: 250px;
}

.outation-section h3 {
    font-size: 22px;
}

.outation-section h3,
.outation-section h2 {
    font-family: 'Berkshire Swash', cursive;
    padding-bottom: 10px;
}

.outation-section {
    padding-bottom: 0px;
}

.outation-section a {
    text-decoration: none;
}

.golden-section a {
    text-decoration: none;
}

.outation-two {
    display: flex;
    justify-content: space-around;
    padding-bottom: 10px;
}

.outation-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 15px;
}

.outation-box {
    width: 24%;
}

.outation-box img {
    display: block;
    margin: 0px auto;
}

.outation-box span {
    display: block;
    font-size: 20px;
    text-align: center;
    padding: 10px 0px;
    font-family: 'Ubuntu', sans-serif;
}

.outation-box p {
    text-align: center;
}

.sightseeing-seation {
    padding-bottom: 0px;
}

.sight-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sight-box {
    width: 32%;
    margin-bottom: 15px;
}

.sight-box span {
    display: block;
    font-family: 'Berkshire Swash', cursive;
    font-size: 22px;
}

.sight-box img {
    width: 100%;
    height: 300px;
}

.corporate-section {
    padding-bottom: 0px;
}

.event {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 0px;
}

.event img {
    width: 24%;
    height: auto;
    padding-bottom: 15px;
}

.family {
    padding-bottom: 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 10px;
}

.family img {
    width: 24%;
    height: auto;
}

#intro {
    padding-top: 15px;
}

/*inner page ends here*/
.md-modal {
    margin: auto;
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    width: 30%;
    height: auto;
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    background: rgba(28, 74, 90, 0.9);
}

.md-show {
    visibility: visible;
}

.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background: rgba(#e4f0e3, 0.8);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show ~ .md-overlay {
    visibility: visible;
}

.md-effect-12 .md-content {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show.md-effect-12 ~ .md-overlay {
    background-color: #e4f0e3;
}

.md-effect-12 .md-content input,
.md-effect-12 .md-content {
    background: transparent;
}

.md-show.md-effect-12 .md-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    padding: 10px;
}

.contact-seation button {
    display: block;
    width: 10%;
    margin: 20px auto;
    padding: 8px 0px;
    background: #20a397;
    border: none;
    color: #fff;
}

.function-section {
    padding-bottom: 0px;
}

.md-content p {
    padding-bottom: 0px;
}

.md-content p button {
    margin: 0px;
    padding: 0px;
}

.md-content p label {
    display: block;
    color: #fff;
    padding: 5px 0px;
}

.md-content p input {
    width: 100%;
    padding: 7px 0px;
    text-indent: 6px;
    border: 1px solid #fff;
    color: #fff;
}

.md-content p textarea::placeholder,
.md-content p input::placeholder {
    color: #ddd;
}

.md-content p textarea {
    width: 100%;
    padding: 5px 0px;
    text-indent: 6px;
    background: none;
    resize: none;
    border: 1px solid #fff;
    color: #fff;
}

.md-content .submit {
    display: flex;
    padding-top: 5px;
    justify-content: space-between;
}

.md-content .submit p {
    width: 49%;
}

.md-content .submit p input {
    width: 100%;
    background: #20a397;
    border-radius: 5px;
    border: none;
    display: block;
    padding: 6px 0px;
}

.md-content .submit p button {
    width: 100%;
    background: #20a397;
    border-radius: 5px;
    display: block;
    padding: 6px 0px;
}

.trips-section,
.vip-section {
    padding-bottom: 0px;
}

.golden-section {
    padding-bottom: 20px;
}

.table-res table {
    margin: 15px auto;
    width: 100%;
}

.table-res table tr td,
.table-res table tr th {
    padding: 6px 10px;
    background: rgba(28, 74, 90, 0.2);
    text-align: center;
}

.table-res table tr td {
    width: 40%;
}

.table-res table tr th {
    width: 30%;
    text-align: left;
}

.table-res table tr:nth-child(1) th {
    text-align: center;
    font-size: 21px;
    font-family: 'Playfair Display', serif;
    background: rgba(28, 74, 90, 0.5);
    color: #fff;
}


.golden-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 20px;
}

.golden-box {
    width: 100%;
    background: #ddd;
    margin-bottom: 15px;
    padding-bottom: 1px;
}

.scroll-cont {
    height: 500px;
    overflow: auto;
}

.scroll-cont::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.scroll-cont::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.scroll-cont::-webkit-scrollbar-thumb {
    background-color: #bbb;
}

.golden-box img {
    width: 100%;
    height: 300px;
}

.golden-box h2 {
    font-family: 'Berkshire Swash', cursive;
    padding: 10px 5px;
}

.golden-box ul {
    padding-left: 25px;
}

.golden-box ul li {
    word-wrap: break-word;
}

.golden-section .owl-carousel .owl-dots,
.golden-section .owl-carousel .owl-nav {
    display: none;
}

.golden-box p {
    padding: 0px 5px;
    padding-bottom: 10px;
}

.golden-box button {
    width: 20%;
    margin-top: 0px;
}

.golden-box span {
    display: block;
    padding: 4px 5px;
}

.golden-box span:nth-of-type(3) {
    color: #20a397;
    font-size: 20px;
}

.golden-box span:nth-of-type(3) s {
    color: #888;
    font-size: 17px;
}

.img-vip {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 20px;
}

.img-vip img {
    width: 49%;
}

#menuo {
    color: #000;
    width: 400px;
    height: 335px;
    position: fixed;
    top: 20%;
    z-index: 9999;
    right: -405.5px;
    transition: all 0.75s ease-in-out;

    /* perspective */
    perspective: 300px;
    -webkit-perspective: 300px;

    /* perspective origin */
    perspective-origin: 50% 50%;
    -webkit-perspective-origin: 50% 50%;

    /* transform */
    transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    -webkit-transform: translate3d(0px, 0px, 0px) rotateY(0deg);

    background: #20a397;
    padding: 3px;
}

.row-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#menuo .holder {
    width: 50px;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0px;
    left: 0px;
}

#menuo .holder ul {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.75s ease-in-out;
}

#menuo .holder ul li {
    transition: all 0.75s ease-in-out;
    line-height: 30px;
    display: block;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #1a1a1a;
}

#menuo .holder ul li:last-child {
    border: none;
}

#menuo .content {
    position: absolute;
    width: 200px;
    height: 100%;
    color: white;
    top: 0px;
    left: 40px;
    background-color: #101010;
    transition: all 0.75s ease-in-out;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: translate3d(0px, 0px, 0px) rotateY(90deg);
    transform: translate3d(0px, 0px, 0px) rotateY(90deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

#menuo .content ul {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.75s ease-in-out;
}

#menuo .content ul li {
    transition: all 0.75s ease-in-out;
    line-height: 30px;
    display: block;
    width: 100%;
    border-bottom: 1px solid #1a1a1a;
    padding-left: 50%;
    color: #101010;
    border-left: 5px solid #000;
    cursor: pointer;
}

#menuo .content ul li:last-child {
    border-bottom: none;
}

#menuo .content ul li:hover {
    border-left: 5px solid red;
    background-color: #111;
}

#menuo.hovered {
    right: -1px;
    -webkit-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    transform: translate3d(0px, 0px, 0px) rotateY(0deg);
}

#menuo.hovered .holder ul li {
    line-height: 50px;
}

#menuo.hovered .content {
    -webkit-transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    transform: translate3d(0px, 0px, 0px) rotateY(0deg);
    background-color: #000000;
}

#menuo.hovered .content ul li {
    line-height: 50px;
    padding-left: 10px;
    color: #ffffff;
}

.flip3d .front span {
    padding-left: -20px;
}

.flip3d {
    position: relative;
    float: left;
    width: 35%;
    z-index: 9999;
    height: 100%;
    -webkit-perspective: 400px;
    perspective: 400px;
    -webkit-perspective-origin: 50% 20%;
    perspective-origin: 50% 20%;
}

.blog-add {
    width: 63%;
}

.blog-add ul li {
    color: #fff;
}

.blog-add ul li a {
    display: block;
    width: 100%;
    color: #fff;
    font-family: 'Lobster Two';
    text-overflow: ellipsis;
    overflow: hidden;
    width: 240px;
    height: 1.2em;
    white-space: nowrap;
}

.flip3d .front,
.flip3d .back {
    text-align: center;
}

.flip3d .front {
    position: absolute;
    width: 130px;
    height: 100%;
    background: #f8f8f8;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .5s linear;
    transition: transform .5s linear;
    transition: transform .5s linear, -webkit-transform .5s linear;
}

.flip3d .back {
    position: absolute;
    width: 130px;
    height: 100%;
    background: #fff;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .5s linear;
    transition: transform .5s linear;
    transition: transform .5s linear, -webkit-transform .5s linear;
}

.flip3d .back .nav {
    margin-top: 2.2em;
}

.flip3d .back .nav li a {
    color: #000;
    font-size: 16px;
}

.flip3d .back .nav li {
    list-style: none;
}

.flip3d .front span,
.flip3d .back span {
    position: relative;
    top: 1em;
    background: #f8f8f8;
    border-radius: 40px;
    box-shadow: 0 0 4px #555;
    padding: 4px 9px;
    cursor: pointer;
    font-size: 20px;
}

.flip3d p {
    position: absolute;
    font-size: 25px;
    background: #20a397;
    color: #fff;
    left: -32%;
    top: 50%;
    padding: 10px 10px;
    transition: all 0.7s ease-in-out;
    transition-duration: 5s;
}

.flip3d .front .social-media {
    margin-top: 2.2em;
    display: flex;
    flex-direction: column;
}

.flip3d .front .social-media i {
    cursor: pointer;
    margin: 10px 0;
    color: #000;
    font-size: 30px;
}

.right-content {
    padding: 1px;
    text-align: center;
    padding-right: 1em;
    padding-left: 15em;
}

.right-content h1:first-child {
    font-size: 4em;
}

.right-content h1:nth-child(2) {
    margin-top: 2em;
}

.right-content h1:nth-child(3) {
    color: #f08166;
    font-size: 3em;
}

.box3d {
    position: relative;
    width: 300px;
    height: 300px;
    -webkit-perspective: 700px;
    perspective: 700px;
    -webkit-perspective-origin: 50% 20%;
    perspective-origin: 50% 20%;
    float: left;
    margin-top: 4em;
    margin-left: 3em;
    cursor: pointer;
}

.box3d .frontbox {
    position: absolute;
    width: 300px;
    height: 100%;
    background: #3b7d86;
    color: #fff;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .4s linear;
    transition: transform .4s linear;
    transition: transform .4s linear, -webkit-transform .4s linear;
}

.box3d .frontbox h2 {
    line-height: 4em;
}

.box3d .backbox {
    position: absolute;
    width: 300px;
    height: 100%;
    background: #90243a;
    color: #fff;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .4s linear;
    transition: transform .4s linear;
    transition: transform .4s linear, -webkit-transform .4s linear;
}

.box3d .backbox * {
    line-height: 3em;
    font-size: 19px;
}

.box3d:hover > .frontbox {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.box3d:hover > .backbox {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.testimonial {
    background-color: white;
    text-align: center;
    padding: 30px 30px 50px;
    margin: 100px 15px 160px;
    position: relative;
}

.testimonial::before,
.testimonial::after {
    content: "";
    border-top: 40px solid white;
    border-right: 125px solid transparent;
    position: absolute;
    bottom: -40px;
    left: 0;
}

.testimonial::after {
    border-right: none;
    border-left: 125px solid transparent;
    left: auto;
    right: 0;
}

.testimonial .icon {
    display: inline-block;
    font-size: 80px;
    color: #016d9b;
    margin-bottom: 20px;
    opacity: 0.6;
}

.testimonial .description {
    font-size: 14px;
    color: #777;
    text-align: justify;
    margin-bottom: 30px;
    opacity: 0.9;
}

.testimonial .testimonial-content {
    width: 100%;
    left: 0;
    position: absolute;
}

.testimonial .pic {
    display: inline-block;
    border: 4px solid white;
    border-radius: 50%;
    box-shadow: 0 0 4px 4px #016d9b;
    overflow: hidden;
    z-index: 1;
    position: relative;
}

.testimonial .pic img {
    width: 100%;
    height: auto;
}

.testimonial .name {
    font-size: 15px;
    font-weight: bold;
    color: white;
    text-transform: capitalize;
    margin: 10px 0 5px 0;
}

.testimonial .title {
    display: block;
    font-size: 14px;
    color: #ffd9b8;
}

.owl-controls {
    margin-top: 20px;
}

.owl-pagination {
    display: flex;
    justify-content: center;
}

.owl-page {
    height: 10px;
    width: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 10%;
}

.owl-page:hover,
.owl-page.active {
    background-color: rgba(255, 255, 255, 0.3);
}

.owl-page:not(first-item) {
    margin-left: 10px;
}

header {
    position: relative;
    width: 100%;
    background: rgba(28, 74, 90, 0.9);
}

.logo {
    position: relative;
    z-index: 123;
    padding: 10px;
    font: 18px verdana;
    color: #6DDB07;
    float: left;
    width: 15%
}

.logo a {
    color: #6DDB07;
}

nav {
    position: relative;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#cssmenu:after,
#cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

#cssmenu #head-mobile {
    display: none
}

#cssmenu > ul > li {
    float: left
}

#cssmenu > ul > li > a {
    padding: 14px 25px;
    font-size: 16px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #ddd;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
}

#cssmenu > ul > li:hover > a,
#cssmenu ul li.active a {
    color: #fff;
    background: #20a397;
}

#cssmenu > ul > li:hover,
#cssmenu ul li.active:hover,
#cssmenu ul li.active,
#cssmenu ul li.has-sub.active:hover {
    background: #448D00 !important;
    -webkit-transition: background .3s ease;
    -ms-transition: background .3s ease;
    transition: background .3s ease;
}

#cssmenu > ul > li.has-sub > a {
    padding-right: 30px
}

#cssmenu > ul > li.has-sub > a:after {
    position: absolute;
    top: 22px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: ''
}

#cssmenu > ul > li.has-sub > a:before {
    position: absolute;
    top: 19px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}

#cssmenu > ul > li.has-sub:hover > a:before {
    top: 23px;
    height: 0
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px
}

#cssmenu ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    background: #333;
    transition: all .25s ease;
    background: rgba(28, 74, 90, 0.9);
}

#cssmenu li:hover > ul {
    left: auto
}

#cssmenu li:hover > ul > li {
    height: 35px;
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0
}

#cssmenu ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    text-decoration: none;
    color: #ddd;
    font-weight: 400;
    padding: 10px 15px;
    width: 210px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
    border-bottom: 0
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
    color: #fff;
    background: #20a397;
}

#cssmenu ul ul li.has-sub > a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: ''
}

#cssmenu ul ul li.has-sub > a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}

#cssmenu ul ul > li.has-sub:hover > a:before {
    top: 17px;
    height: 0
}

#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
    background: #363636;
}

#cssmenu ul ul ul li.active a {
    border-left: 1px solid #333
}

#cssmenu > ul > li.has-sub > ul > li.active > a,
#cssmenu > ul ul > li.has-sub > ul > li.active > a {
    border-top: 1px solid #333
}

@media screen and (max-width:1000px) {
    .logo {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 46px;
        text-align: center;
        padding: 10px 0 0 0;
        float: none
    }

    .logo2 {
        display: none
    }

    nav {
        width: 100%;
    }

    #cssmenu {
        width: 100%
    }

    #cssmenu ul {
        width: 100%;
        display: none
    }

    #cssmenu ul li {
        width: 100%;
        border-top: 1px solid #20a397;
    }

    #cssmenu ul li:hover {
        background: #363636;
    }

    #cssmenu ul ul li,
    #cssmenu li:hover > ul > li {
        height: auto
    }

    #cssmenu ul li a,
    #cssmenu ul ul li a {
        width: 100%;
        border-bottom: 0
    }

    #cssmenu > ul > li {
        float: none
    }

    #cssmenu ul ul li a {
        padding-left: 25px
    }

    #cssmenu ul ul li {
        background: rgba(28, 74, 90, 0.9) !important;
    }

    #cssmenu ul ul li:hover {
        background: #363636 !important
    }

    #cssmenu ul ul ul li a {
        padding-left: 35px
    }

    #cssmenu ul ul li a {
        color: #ddd;
        background: none
    }

    #cssmenu ul ul li:hover > a,
    #cssmenu ul ul li.active > a {
        color: #fff
    }

    #cssmenu ul ul,
    #cssmenu ul ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left
    }

    #cssmenu > ul > li.has-sub > a:after,
    #cssmenu > ul > li.has-sub > a:before,
    #cssmenu ul ul > li.has-sub > a:after,
    #cssmenu ul ul > li.has-sub > a:before {
        display: none
    }

    #cssmenu #head-mobile {
        display: block;
        padding: 23px;
        color: #ddd;
        font-size: 12px;
        font-weight: 700
    }

    .button {
        width: 55px;
        height: 46px;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
        z-index: 12399994;
    }

    .button:after {
        position: absolute;
        top: 22px;
        right: 20px;
        display: block;
        height: 4px;
        width: 20px;
        border-top: 2px solid #dddddd;
        border-bottom: 2px solid #dddddd;
        content: ''
    }

    .button:before {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        position: absolute;
        top: 16px;
        right: 20px;
        display: block;
        height: 2px;
        width: 20px;
        background: #ddd;
        content: ''
    }

    .button.menu-opened:after {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        top: 23px;
        border: 0;
        height: 2px;
        width: 19px;
        background: #fff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .button.menu-opened:before {
        top: 23px;
        background: #fff;
        width: 19px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    #cssmenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid #20a397;
        height: 46px;
        width: 46px;
        cursor: pointer
    }

    #cssmenu .submenu-button.submenu-opened {
        background: #20a397;
    }

    #cssmenu ul ul .submenu-button {
        height: 34px;
        width: 34px;
    }

    #cssmenu .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #ddd;
        content: '';
    }

    #cssmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px;
    }

    #cssmenu .submenu-button.submenu-opened:after {
        background: #fff;
    }

    #cssmenu .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #ddd;
        content: '';
    }

    #cssmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px;
    }

    #cssmenu .submenu-button.submenu-opened:before {
        display: none;
    }

    #cssmenu ul ul ul li.active a {
        border-left: none;
    }

    #cssmenu > ul > li.has-sub > ul > li.active > a,
    #cssmenu > ul ul > li.has-sub > ul > li.active > a {
        border-top: none;
    }
}


@media only screen and (max-width: 1024px) {

    header nav ul li a {
        padding: 9px 0px;
    }

    .top-header .top-nav {
        width: 70%;
    }

    .top-header aside {
        width: 30%;
    }

    .top-header aside a img {
        display: none;
    }

    .manth-flex {
        justify-content: flex-start;
    }

    .manth-flex a {
        margin-bottom: 10px;
        margin-right: 10px;
    }

    .car-box {
        width: 20%
    }

    .tab-container .tab-menu li a {
        padding: 10px 19px;
    }
}

@media only screen and (max-width: 800px) {
    header nav ul li {
        width: 25%;
        text-align: center;
    }

    .button-nav {
        display: block;
        width: 100%;
        text-align: center;
        padding-top: 7px;
    }

    .button-nav button {
        border: none;
        background: none;
        outline: none;
    }

    .button-nav button span.icon-bar {
        background-color: #fff;
        border-radius: 14px;
        display: block;
        height: 3px;
        margin-bottom: 4px;
        width: 20px;
    }

    .button-nav button.active span.icon-bar {
        transition: all 0.3s ease-in-out;
    }

    .button-nav button.active span.icon-bar:nth-child(1) {
        transform: rotate(48deg);
    }

    .button-nav button.active span.icon-bar:nth-child(2) {
        display: none;
    }

    .button-nav button.active span.icon-bar:nth-child(3) {
        transform: rotate(-48deg);
        margin-top: -7px;
    }

    .top-header aside {
        width: 100%;
    }

    .top-header .top-nav {
        width: 100%;
    }

    .top-header aside span {
        text-align: center;
    }

    #particles-js {
        height: 400px;
    }

    .top-header aside {
        text-align: center;
    }

    .top-header aside a img {
        display: -webkit-inline-box;
    }

    .month-section h2 {
        font-size: 22px;
    }

    .month-section p {
        font-size: 14px;
        text-align: justify;
    }

    .footer-form input:nth-child(1),
    .footer-form input:nth-child(2) {
        width: 29%;
    }

    section.modalWindow {
        left: 50%;
        transform: translate(-50%);
    }

    .car-box {
        width: 45%;
    }

    .detal-add {
        width: 100%;
    }

    .form-add {
        width: 100%;
        margin-bottom: 20px;
    }

    .tab-data-wrap .jun-set {
        width: 32%;
    }

    .slider img {
        width: 100%;
        height: 300px;
    }
}

@media only screen and (max-width: 600px) {
    header nav ul li {
        width: 33%;
    }

    header nav ul {
        justify-content: flex-start;
    }

    .form-adding form p {
        width: 48%;
    }

    .form-adding form input {
        padding: 10px 0px;
    }

    .form-adding form p:nth-child(5) {
        width: 100%;
        flex-wrap: wrap;
        padding-top: 10px;
    }

    .form-adding form p:nth-child(5) img {
        display: block;
        width: 10%;
    }

    .form-adding form p:nth-child(5) input {
        display: block;
        width: 30%;
    }

    .holiday-section h1 {
        display: block;
        text-align: center;
        float: none;
    }

    .holiday-section p {
        text-align: center;
        float: none;
        display: block;
        padding-top: 10px;
    }

    .trvel-box {
        width: 49%;
    }

    .trvel-box img {
        height: 250px;
    }

    .footer-box {
        width: 49%;
        padding-bottom: 10px;
    }

    .all-link {
        padding: 20px 0px 10px 0px;
    }

    .footer-box:first-child {
        width: 100%;
    }

    .about-location .item {
        width: 49%;
    }



    .tab-data-wrap .jun-set a {
        padding: 7px 4px;
    }

    .tab-data-wrap .jun-set span {
        text-align: center;
    }

    .mover {
        display: none;
    }

    .drop-img-flex img {
        width: 100%;
        height: 300px;
        margin-bottom: 10px;
    }

    .indrop {
        width: 100%;
    }

    .outation-box {
        width: 49%;
    }

    .event img {
        width: 49%;
    }

    .contact-seation button {
        width: 30%;
        margin: 10px auto;
    }

    .md-modal {
        width: 70%;
    }
}

@media only screen and (max-width: 500px) {
    .top-nav ul li a b {
        display: none;
    }

    .contant-laer ul li {
        text-align: justify;
    }

    header nav ul li {
        width: 50%;
    }

    #particles-js {
        height: 300px;
    }

    .form-adding {
        top: 15%;
    }

    .services-area .owl-carousel .item img {
        height: 250px;
    }

    .holiday-section h1 {
        font-size: 22px;
    }

    .manth-flex {
        justify-content: space-around;
    }

    .socale-logo a {
        text-align: center;
        display: block;
        width: 100%;
    }

    .socale-logo ul {
        width: 100%;
        justify-content: center;
        padding-top: 10px;
    }

    .copy-right p {
        line-height: 23px;
        text-align: center;
    }

    .contact-footer {
        flex-wrap: wrap;
        padding: 10px 0px;
    }

    .new-latter {
        width: 100%;
        text-align: center;
        padding-bottom: 13px;
    }

    .footer-form {
        width: 100%;
    }

    .hover-screen a {
        width: 50%;
        top: 55%;
        text-align: center;
    }

    .hover-screen span {
        width: 100%;
        font-size: 15px;
    }

    section.modalWindow {
        width: 350px;
        top: 5%;
    }

    .social-accout-set {
        width: 100%;
    }

    .car-box {
        width: 100%;
    }

    .car-flex {
        height: 500px;
        overflow: auto;
    }

    .price-laer p,
    .location-form p {
        text-align: justify;
    }

    .trvel-box .hover-screen {
        display: block;
        height: 99%;
    }

    .detal-box,
    .form-box {
        width: 100%;
    }

    .detal-box img {
        width: 100%;
    }

    .slider img {
        height: 250px;
    }

    .contact-seation {
        padding: 10px 0px;
    }

    .tab-data-wrap .jun-set a {
        width: 64%;
        text-align: center;
    }

    .form-adding form p:nth-child(6) {
        width: 100%;
    }

    .form-adding form p:nth-child(6) input {
        width: 50%;
        padding: 6px 0px;
    }

    .form-adding form textarea {
        padding: 0px 0px;
    }

    .outation-two {
        flex-wrap: wrap;
    }

    .outation-img img {
        width: 100%;
    }

    .img-vip img {
        width: 100%;
        margin-bottom: 15px;
    }

}

@media only screen and (max-width: 480px) {
    .form-adding form p:nth-child(5) img {
        width: 20%;
    }

    .hover-screen span {
        padding-top: 70%;
    }

    .slider img {
        height: 250px;
    }
}

@media only screen and (max-width: 440px) {
    .hover-screen span {
        padding-top: 63%;
    }

    .about-location .item img {
        height: 250px;
    }

    .tab-data-wrap .jun-set {
        width: 49%;
    }
}

@media only screen and (max-width: 360px) {
    header nav ul li {
        width: 100%;
    }

    header nav ul {
        height: 200px;
        overflow: auto;
    }

    .trvel-box {
        width: 100%;
    }

    .hover-screen span {
        padding-top: 35%;
    }

    .about-location .item {
        width: 100%;
    }

    .slider img {
        height: 200px;
    }

    .outation-box {
        width: 100%;
    }

    .event img {
        width: 100%;
    }
}

/*fonts starts here*/
/* latin */
@font-face {
    font-family: 'Lobster Two';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local('Lobster Two Italic'), local('LobsterTwo-Italic'), url(https://fonts.gstatic.com/s/lobstertwo/v11/BngOUXZGTXPUvIoyV6yN5-fI1qeh5A.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
    font-family: 'Lobster Two';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local('Lobster Two Bold Italic'), local('LobsterTwo-BoldItalic'), url(https://fonts.gstatic.com/s/lobstertwo/v11/BngTUXZGTXPUvIoyV6yN5-fI3hyE8R-ifg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
    font-family: 'Lobster Two';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Lobster Two'), local('LobsterTwo'), url(https://fonts.gstatic.com/s/lobstertwo/v11/BngMUXZGTXPUvIoyV6yN5-fN5qU.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
    font-family: 'Lobster Two';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Lobster Two Bold'), local('LobsterTwo-Bold'), url(https://fonts.gstatic.com/s/lobstertwo/v11/BngRUXZGTXPUvIoyV6yN5-92w7CGwR0.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Ubuntu Regular'), local('Ubuntu-Regular'), url(https://fonts.gstatic.com/s/ubuntu/v13/4iCs6KVjbNBYlgoKcg72j00.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Ubuntu Regular'), local('Ubuntu-Regular'), url(https://fonts.gstatic.com/s/ubuntu/v13/4iCs6KVjbNBYlgoKew72j00.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Ubuntu Regular'), local('Ubuntu-Regular'), url(https://fonts.gstatic.com/s/ubuntu/v13/4iCs6KVjbNBYlgoKcw72j00.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Ubuntu Regular'), local('Ubuntu-Regular'), url(https://fonts.gstatic.com/s/ubuntu/v13/4iCs6KVjbNBYlgoKfA72j00.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

/* latin-ext */
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Ubuntu Regular'), local('Ubuntu-Regular'), url(https://fonts.gstatic.com/s/ubuntu/v13/4iCs6KVjbNBYlgoKcQ72j00.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Ubuntu Regular'), local('Ubuntu-Regular'), url(https://fonts.gstatic.com/s/ubuntu/v13/4iCs6KVjbNBYlgoKfw72.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
    font-family: 'Berkshire Swash';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Berkshire Swash Regular'), local('BerkshireSwash-Regular'), url(https://fonts.gstatic.com/s/berkshireswash/v7/ptRRTi-cavZOGqCvnNJDl5m5XmN_pM4zXX4.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Berkshire Swash';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Berkshire Swash Regular'), local('BerkshireSwash-Regular'), url(https://fonts.gstatic.com/s/berkshireswash/v7/ptRRTi-cavZOGqCvnNJDl5m5XmN_qs4z.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

