/*!
Theme Name: Kwd
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kwd
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Kwd is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}

a:visited {
  color: #800080;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

@font-face {
  font-family: CAUSTEN-REGULAR;
  font-display: swap;
  src: url(./assets/fonts/CAUSTEN-REGULAR.TTF);
}

@font-face {
  font-family: Causten-Black;
  font-display: swap;
  src: url(./assets/fonts/Causten-Black.otf);
}

@font-face {
  font-family: CAUSTEN-BOLD;
  font-display: swap;
  src: url(./assets/fonts/CAUSTEN-BOLD.TTF);
}
a {
  text-decoration: none !important;
}

/* button#mbtn {
  background: #f6a531;
  border: 0;
  border-radius: 25px 0 25px 0;
  color: #fff;
  font-size: 16px;
  font-family: CAUSTEN-BOLD;
  padding: 9px 43px;
  margin: 0 0 0 0;
  line-height: 19px;
  height: 42px;
}
button#mbtn:hover {
  background-color: #000;
} */
#mbtn {
  height: 42px;
  padding: 9px 43px !important;
  margin: 0 0 0 0;
  background: #f6a531;
  color: white;
  border: none;
  border-radius: 25px 0 25px 0;

  font-weight: bold;
  cursor: pointer;
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-size: 16px;
  font-family: CAUSTEN-BOLD;
  line-height: 19px;
}

#mbtn:hover {
  color: #fff;
}

#mbtn:after {
  content: "";
  background: #000;
  position: absolute;
  z-index: -1;
  left: -20%;
  right: -20%;
  top: 0;
  bottom: 0;
  transform: skewX(-45deg) scale(0, 1);
  transition: all 0.5s;
}

#mbtn:hover:after {
  transform: skewX(-45deg) scale(1, 1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#homebanner {
  background-image: url(./assets/img/banner.jpg);
  background-size: cover;
  padding: 269px 0 245px 0;
  position: relative;
  background-position: center;
}
#homebanner::before {
  position: absolute;
  background-image: url(./assets/img/shade.png);
  background-size: cover;
  width: 100%;
  content: "";
  height: 100%;
  top: 0;
  opacity: 0.5;
}

.title strong {
  font-family: CAUSTEN-BOLD;
  color: #f6a531;
  font-size: 16px;
  line-height: 19px;
}
.title h1 {
  font-family: Causten-Black;
  color: #000000;
  font-size: 60px;
  text-transform: uppercase;
  /*   line-height: 80px; */
}
.banner_title {
  font-family: Causten-Black;
  color: #fff;
  font-size: 78px;
  text-transform: uppercase;
  line-height: 69px;
}

/*home banner*/
section#homebanner .title {
  position: relative;
}
section#homebanner .title .banner_title {
  margin: 9px 0 25px 0;
  max-width: 759px;
}

#banner_slider .owl-dots {
  position: absolute;
  max-width: 1459px;
  width: 100%;
  text-align: left !important;
  padding: 0 109px;
  bottom: 50px;
}
#banner_slider button.owl-dot span {
  background: transparent;
  border: 1px solid #fff;
  width: 19px !important;
  height: 16px !important;
  border-radius: 7px 0 7px 0 !important;
  transition: 0.5s;
}
#banner_slider button.owl-dot.active span {
  background-color: #fff;
}

@media only screen and (min-width: 1700px) {
  #banner_slider .owl-dots {
    padding: 0 209px;
  }
}
@media only screen and (min-width: 1800px) {
  #banner_slider .owl-dots {
    padding: 0 250px;
  }
}

@media only screen and (min-width: 2000px) {
  #banner_slider .owl-dots {
    padding: 0 350px;
  }
}

/*homepage*/

section#about_sec {
  padding: 88px 0 135px 0;
  position: relative;
  overflow: hidden;
}

section#about_sec .title h1 {
  text-transform: none;
  font-family: CAUSTEN-BOLD;
  font-size: 60px;
}

section#about_sec .title #mbtn {
  margin-top: 25px;
}

section#about_sec ul#s_icons {
  list-style: none;
  margin: 81px 0 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
section#about_sec ul#s_icons li {
  width: 50%;
  display: flex;
  align-items: center;
  font-family: CAUSTEN-REGULAR;
  font-size: 21px;
  line-height: 25px;
}
section#about_sec ul#s_icons li img {
  margin-right: 18px;
}

section#about_sec img.boat {
  position: absolute;
  top: 0;
  right: -122px;
}
.title p {
  font-family: CAUSTEN-REGULAR;
  font-size: 16px;
  color: #000000;
  line-height: 22px;
}

section#prices {
  padding: 0 0 90px 0;
}

.title h2 {
  font-family: CAUSTEN-BOLD;
  font-size: 60px;
  /*   line-height: 80px; */
  color: #000000;
}

section#prices .border_box {
  border: 0;
  padding: 19px 0 23px 0;
  text-align: center;
  border-radius: 50px 0 50px 0;
  background: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  position: absolute;
  width: 100%;
  bottom: 0;
  transition: 0.3s;
}
section#prices .title .border_box h2 {
  margin: 0;
  font-size: 45px;
  line-height: 50px;
  transition: 0.3s;
}
section#prices .title img {
  width: 100%;
  height: 547px;
  border-radius: 0 0 50px 0;
  object-fit: cover;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: 0.3s;
}
section#prices .title {
  position: relative;
  margin: 0 10px;
  transition: 0.3s;
}

section#prices img.shade {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  transition: 0.3s;
}
#book_online {
  padding: 0 0 93px 0;
}
#book_online .row {
  padding: 0 50px;
}
#book_online .title h2 {
  font-size: 60px;
  line-height: 80px;
}
#book_online .title {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
#book_online .title p {
  max-width: 340px;
}

#book_online img.book_img {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 50px;
}
#google_review {
  padding: 0 0 102px 0;
}
#google_review .title h2 {
  text-align: center;
  margin-bottom: 35px;
}
#google_review .ti-reviews-container-wrapper {
  padding-top: 0;
  padding-bottom: 8px;
}
#google_review .ti-widget.ti-goog .ti-review-item > .ti-inner,
.ti-widget.ti-goog .ti-load-more-reviews-button {
  background-color: rgba(77, 77, 77, 40%) !important;
}

#google_review .ti-widget.ti-goog .ti-review-content,
.ti-widget.ti-goog .ti-read-more {
  text-align: left;
  font-family: CAUSTEN-REGULAR;
  color: #fff;
  font-size: 16px;
}
#google_review .ti-widget.ti-goog .ti-review-header .ti-profile-img {
  margin: 0 !important;
  margin-top: 0px !important;
  align-self: flex-start;
}
#google_review .ti-widget.ti-goog .ti-review-header .ti-profile-details {
  padding: 11px 0 0 0;
}

#google_review
  .ti-widget.ti-goog:not(.ti-no-profile-img)
  .ti-review-header:after {
  top: 16px;

  left: calc(50% + 127px - 27px);
}
#google_review .ti-inner {
  border-style: solid !important;
  border-color: #f4f4f4 !important;
  background: #f4f4f4 !important;
  border-radius: 15px !important;
  padding: 30px 25px !important;
  margin: 0 !important;
  display: block;
  position: relative;
}
#google_review
  .ti-widget.ti-goog
  .ti-review-header
  .ti-profile-details
  .ti-name {
  padding-right: 0px;
  color: #fff;
  text-align: left;
}

#google_review .ti-widget.ti-goog .ti-widget-container .ti-date {
  display: none;
}
#google_review .ti-widget.ti-goog .ti-stars {
  text-align: left !important;
  margin: 7px 0 0 0;
}
#logo_Sec ul#log {
  margin: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  align-items: center;
  border: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 34px 0;
  border-radius: 50px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  background: #fff;
}
#logo_Sec ul#log li {
  width: 20%;
  display: flex;
  justify-content: center;
}

/**/

/*inner pages*/

section#homebanner.inner {
  padding: 301px 0 145px 0;
}
section#homebanner.inner .title .banner_title {
  font-size: 65px;
  line-height: 69px;
}
section#about_sec.about .title {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 0 35px;
}

section#about_sec.about .left_img img {
  border-radius: 15px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  width: 100%;
  z-index: 1;
  position: relative;
}
section#about_sec.about .title h1 {
  font-size: 40px;
}
section#about_sec.about .title h2 {
  font-size: 40px;
}
section#about_sec.about ul#s_icons {
  max-width: 714px;
  margin: 65px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

section#about_sec.two {
  padding-top: 0;
}

section#about_sec.about {
  padding-bottom: 73px;
}

#book_online.price_s {
  padding: 105px 0 85px 0;
}
#book_online.price_s .row {
  padding: 0;
}
#book_online.price_s .title.left h2 {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 15px;
}
#book_online.price_s .title.left p {
  max-width: max-content;
}
#book_online.price_s .title.left ul {
  padding: 0;
  margin: 20px 0 25px 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
#book_online.price_s .title.left ul li {
  background: #fff;
  width: 47%;
  border-radius: 50px 0 50px 0;
  text-align: center;
  padding: 25px 47px 25px 47px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin: 0 23px 26px 0;
}
#book_online.price_s .title.left ul li strong {
  font-size: 25px;
  color: #000;
}
#book_online.price_s .title.left ul li p {
  margin: 0;
  text-align: center;
  width: auto;
  max-width: none;
}
#book_online.price_s .title.left ul li:nth-child(even) {
  margin: 0 0px 26px 0;
}
#book_online.price_s .title.pad_lef {
  padding-left: 30px;
  position: relative;
  z-index: 1;
}

section#logo_Sec.pri {
  padding-bottom: 60px;
}

#prices.gift {
  padding: 93px 0 35px 0;
  text-align: center;
}
#prices.gift .all_gifts {
  position: relative;
  margin: 30px 0 0 0;
}
#prices.gift .row {
  padding: 0 284px;
}
#prices.gift .title h1 {
  font-size: 40px;
  line-height: 40px;
  text-transform: none;
  font-family: CAUSTEN-BOLD;
  margin-bottom: 15px;
}

#prices.gift .title img {
  margin: 0px 0 0 0;
}
section#prices.gift .title {
  z-index: 1;
  overflow: hidden;
  border-radius: 0 0 50px 0;
}

#prices.gift .title button#mbtn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#accord {
  padding: 95px 0 55px 0;
  text-align: center;
}
#accord .title h1 {
  font-size: 40px;
  line-height: 40px;
  font-family: CAUSTEN-BOLD;
  text-transform: capitalize;
  margin-bottom: 45px;
}
#accord .row {
  padding: 0 197px;
}

#accord .accordion-item {
  background-color: #fff;
  border: 1px solid #f6a531;
  margin-bottom: 15px;
  border-radius: 15px;
  transition: 0.3s;
}
#accord .accordion-item.active {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px,
    rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}
#accord .accordion-item .accordion-button {
  border-radius: 15px;
  font-family: CAUSTEN-BOLD;
  font-size: 16px;
  line-height: 22px;
  padding: 24px 28px;
}
#accord .accordion-button:not(.collapsed) {
  color: #000;
  background-color: transparent;
  box-shadow: none;
}
#accord .accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

#accord .accordion-body {
  padding: 0 28px;
  text-align: left;
  font-size: 16px;
  line-height: 22px;
  font-family: CAUSTEN-REGULAR;
  padding-bottom: 28px;
}
div#accordionFlushExample {
  position: relative;
  z-index: 1;
}
#accord .accordion-button::after {
  background-image: url(./assets/img/arw.svg);
}
#accord .accordion-button:not(.collapsed)::after {
  transform: rotate(-270deg);
}
#google_review.inner {
  padding: 107px 0 50px 0;
}

.page-template-template-testimonials footer img.homefoot.common {
  display: none;
}

section#gallery {
  padding: 107px 0 45px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}

section#gallery img {
  border-radius: 15px;
  width: 100%;
  height: 269px;
  margin-bottom: 0px;
  object-fit: cover;
}
section#gallery .rl-pagination.rl-pagination-bottom {
  padding: 25px 0 0 0;
}
section#gallery a {
  outline: none;
  color: #000;
  font-size: 18px;
  font-family: CAUSTEN-BOLD;
}
section#gallery button {
  background: #f6a531;
  border: 0;
  border-radius: 25px 0 25px 0;
  color: #fff;
  font-size: 16px;
  font-family: CAUSTEN-BOLD;
  padding: 9px 43px;
  margin: 35px auto 0;
  line-height: 19px;
}
section#gallery button:hover {
  background-color: #000;
}

section#contact_det {
  padding: 107px 0 83px 0;
}
section#contact_det .sp {
  display: flex;
  justify-content: flex-end;
}

section#contact_det span.wpcf7-spinner {
  position: absolute;
}
section#contact_det .title h1 {
  font-family: CAUSTEN-BOLD;
  color: #000000;
  font-size: 40px;
  text-transform: none;
  line-height: 40px;
  margin-bottom: 15px;
}

section#contact_det .left_form {
  background: #bebebe;
  padding: 42px 43px;
  border-radius: 15px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
section#contact_det .left_form input {
  background-color: #fff;
  width: 100%;
  border-radius: 10px;
  outline: none;
  font-size: 14px;
  font-family: CAUSTEN-REGULAR;
  border: 0;
  padding: 10px 15px;
}

section#contact_det .left_form textarea {
  background-color: #fff;
  width: 100%;
  border-radius: 10px;
  outline: none;
  font-size: 14px;
  border: 0;
  font-family: CAUSTEN-REGULAR;
  height: 106px;
  padding: 10px 15px;
}
section#contact_det .left_form input::placeholder {
  color: #000;
  opacity: 1;
  font-family: CAUSTEN-REGULAR;
  font-size: 14px;
}

section#contact_det .left_form textarea::placeholder {
  color: #000;
  opacity: 1;
  font-family: CAUSTEN-REGULAR;
  font-size: 14px;
}
section#contact_det input.wpcf7-form-control.wpcf7-submit {
  background: #f6a531;
  border: 0;
  border-radius: 25px 0 25px 0;
  color: #fff;
  font-size: 16px;
  font-family: CAUSTEN-BOLD;
  padding: 9px 43px;
  margin: 0 0 0 0;
  line-height: 19px;
  width: auto;
}
section#contact_det input.wpcf7-form-control.wpcf7-submit:hover {
  background-color: #000;
}

section#contact_det .title {
  padding: 0 0 0 30px;
}

section#contact_det .title ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
section#contact_det .title ul li {
  font-size: 16px;
  font-family: CAUSTEN-BOLD;
  color: #000;
  line-height: 35px;
  position: relative;
  padding-left: 28px;
}
section#contact_det .title ul li a {
  color: #000;
  transition: 0.5s;
}
section#contact_det .title ul li a:hover {
  color: #f6a531;
}
section#contact_det .title ul li svg {
  position: absolute;
  left: 0;
  top: 10px;
  width: 17px;
}

#map_contact iframe {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  position: relative;
  z-index: 1;
  border-radius: 15px;
}
#map_contact {
  padding-bottom: 45px;
  position: relative;
  z-index: 1;
}
/**/

/*footer*/

footer:before {
  position: absolute;
  content: "";
  width: 100%;
  min-height: 975px;
  background-image: url(./assets/img/footershade1.png);
  background-repeat: no-repeat;
  left: 0;
  background-size: cover;
  background-position: bottom;
  bottom: 0;
  z-index: -1;
}
.page-template-homepage footer:before {
  height: 29%;
}
.page-template-template_gift_cards footer:before {
  height: 60%;
}
.page-template-template-page-faqs footer:before {
  height: 61%;
}
.page-template-template-testimonials footer:before {
  height: 51%;
}
.page-template-template-gallery footer:before {
  height: 61%;
}
#book_online .title.left .spclp p {
  font-size: 14px;
}
.page-template-template-page-prices footer:before {
  height: 50%;
}
.page-template-template_page_about footer:before {
  height: 51%;
}
footer#colophon {
  padding: 86px 0 63px 0;
  text-align: center;
}
footer#colophon ul#menu-footer-menu {
  padding: 0;
  margin: 45px 0 55px 0;
  display: flex;
  list-style: none;
  justify-content: center;
}
.footer_logo_line {
  position: relative;
}
.footer_logo_line:before {
  position: absolute;
  content: "";
  background: #4d4d4d;
  height: 2px;
  width: 461px;
  left: 18%;
  transform: translate(-50%, -50%);
  top: 29%;
}
.footer_logo_line:after {
  position: absolute;
  content: "";
  background: #4d4d4d;
  height: 2px;
  width: 461px;
  right: 0;
  transform: translate(0, -50%);
  top: 29%;
}

footer .left {
  display: flex;
  align-items: center;
  height: 100%;
}
footer .left p {
  margin: 0;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  color: #000;
}
footer .left a {
    margin: 0;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    color: #000;
    display: inline-block;
    margin-left: 35px;
	transition:0.5s;
}
footer .left a:hover{
	color:#f6a531;
}
footer .right {
  display: flex;
  justify-content: flex-end;
}
body {
  margin: 0 !important;
  position: relative;
}

ul#menu-footer-menu li a {
  font-family: "Poppins", sans-serif;
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  transition: 0.5s;
}
ul#menu-footer-menu li:hover a {
  color: #f6a531;
}
ul#menu-footer-menu li {
  margin: 0 22px;
}

footer img.homefoot {
  position: absolute;
  left: -150px;
  bottom: 90px;
  z-index: -2;
  pointer-events: none;
}

footer img.homefoot.common {
  left: unset;
  bottom: 89px;
  z-index: 0;
  right: 0;
  top: 700px;
}
/**/
.title {
  position: relative;
  z-index: 9;
}
header#masthead {
  z-index: 99;
}
.price_packages ul {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  z-index: 9;
  padding-bottom: 75px;
}
.price_packages ul li {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 190px;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
}
.price_packages ul li span {
  font-family: CAUSTEN-BOLD;
  font-size: 20px;
  color: #000;
  text-align: center;
  padding: 0 15px;
}
.price_packages ul li img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 15px;
}
/*site responsive*/
@media only screen and (max-width: 1399px) {
  section#about_sec img.boat {
    right: -182px;
  }
  .footer_logo_line:after {
    width: 38%;
  }
  .footer_logo_line:before {
    width: 38%;
  }
}
@media only screen and (max-width: 1360px) {
  section#about_sec img.boat {
    width: 528px;
    object-fit: contain;
  }
  section#about_sec ul#s_icons li {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1200px) {
  ul#menu-footer-menu li {
    margin: 0 11px;
  }
  header#masthead #mega-menu-wrap-menu-1 li a {
    font-size: 13px !important;
  }
  #banner_slider .owl-dots {
    padding: 0 32px;
  }

  .footer_logo_line::before {
    width: 26%;
  }
  .footer_logo_line::after {
    width: 26%;
  }
}

@media only screen and (max-width: 1199px) {
  #book_online.price_s .title ul li {
    width: 100%;
    margin: 0 0px 15px 0;
  }
  #prices.gift .row {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 991px) {
  section#about_sec img.boat {
    width: auto;
    object-fit: contain;
    position: unset;
  }
  section#contact_det .title {
    padding: 45px 0 0 0;
  }
  section#contact_det .sp p {
    margin: 0;
  }
  header#masthead {
    border-bottom: 0;
    background-color: rgba(0, 0, 0, 20%);
  }
  header#masthead.scroll-up {
    padding: 13px 0;
  }
  button#mbtn {
    height: auto;
  }
  #book_online.price_s .title.pad_lef {
    padding-left: 0;
  }
  #book_online {
    padding: 0 0 55px 0;
  }
  #book_online .title h2 {
    font-size: 40px;
    line-height: 40px;
  }
  #google_review .title h2 {
    text-align: center;
    margin-bottom: 13px;
    font-size: 40px;
  }
  #google_review {
    padding: 0 0 58px 0;
  }
  #logo_Sec ul#log li {
    width: 17%;
    margin: 0 19px;
  }
  #homebanner {
    padding: 267px 0 166px 0;
  }
  section#prices .title .border_box h2 {
    margin: 0;
    font-size: 34px;
    line-height: 40px;
  }
  #book_online .row {
    padding: 0 50px;
  }
  ul#menu-footer-menu li a {
    font-size: 12px;
    transition: 0.5s;
  }

  section#about_sec.two .left_img {
    margin: 25px 0 0 0;
  }
  section#about_sec.about.two {
    padding-bottom: 0;
  }
  footer#colophon ul#menu-footer-menu {
    padding: 0;
    margin: 25px 0 34px 0;
  }
  footer .left {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
  }
  footer .right {
    display: flex;
    justify-content: center;
  }
  footer img.homefoot.common {
    bottom: 144px;
  }
  section#about_sec.about .title {
    padding: 0;
  }
  #accord .row {
    padding: 0 15px;
  }
  header#masthead {
    text-align: center;
  }
  header#masthead ul#time_office {
    justify-content: center;
  }

  header#masthead ul#time_office {
    justify-content: flex-start;
    position: relative;
    top: 0;
  }
}

@media only screen and (max-width: 767px) {
  section#about_sec ul#s_icons li {
    width: 100%;
    margin-bottom: 15px;
  }
  section#gallery {
    padding: 40px 0;
  }
  section#contact_det .left_form p {
    margin-bottom: 5px;
  }
  #map_contact iframe {
    height: 300px;
  }
  #book_online .row {
    padding: 0 15px;
  }
  #book_online.spcase {
    padding: 40px 0 !important;
  }
  #prices.gift {
    padding: 40px 0 35px 0;
    text-align: center;
  }
  #prices.gift .title h1 {
    font-size: 27px;
    line-height: 35px;
  }
  #book_online .title.left ul li {
    width: 100% !important;
    margin: 0 0 26px 0;
  }
  #accord .title h1 {
    font-size: 27px;
    line-height: 35px;
    margin-bottom: 29px;
  }
  section#homebanner.inner .title .banner_title {
    font-size: 40px;
    line-height: 40px;
  }
  #logo_Sec ul#log li img {
    height: 69px;
    object-fit: contain;
    margin-bottom: 20px;
  }
  section#about_sec {
    padding: 40px 0;
  }
  section#about_sec ul#s_icons {
    margin: 31px 0 0 0;
  }
  section#prices .title {
    margin: 0 0 25px 0;
  }
  section#prices {
    padding: 0 0 40px 0;
  }
  #accord {
    padding: 40px 0;
    text-align: center;
  }
  #google_review .title h2 {
    font-size: 27px;
    line-height: 35px;
  }
  #google_review {
    padding: 0 0 35px 0;
  }
  #logo_Sec ul#log {
    padding: 20px 28px;
    padding-top: 30px;
  }
  #logo_Sec ul#log li {
    width: 50%;
  }
  #logo_Sec ul#log li img {
    height: 69px;
    object-fit: contain;
    margin-bottom: 20px;
  }
  #book_online .title h2 {
    font-size: 27px;
    line-height: 35px;
  }
  section#prices .title .border_box h2 {
    margin: 0;
    font-size: 27px;
    line-height: 35px;
  }
  section#about_sec .title h1 {
    font-size: 27px;
    line-height: 35px;
  }

  .footer_logo_line::after {
    width: 13%;
    top: 20%;
  }

  .footer_logo_line::before {
    width: 13%;
    top: 20%;
    left: 6%;
  }
  footer .left {
    justify-content: center;
  }
  footer .right {
    justify-content: center;
  }
  footer#colophon {
    padding: 50px 0 15px 0;
    text-align: center;
  }
  footer img.homefoot.common {
    display: none;
  }
  section#contact_det {
    padding: 40px 0;
  }
  section#contact_det .title {
    padding: 40px 0 0 0;
  }
  section#contact_det .left_form {
    padding: 15px;
  }
  .price_packages ul{
    padding-bottom: 40px;
  }
}
@media (max-width:450px){
  .price_packages ul li {
    margin: auto;
    margin-bottom: 15px;
  }
}
/**/
