/*!
Theme Name: aksharrivercruise
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: aksharrivercruise
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.

aksharrivercruise 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;
}









body{
	background:#fff;
}

section{
	margin:0px;
	padding:0px;
}

.footer-nav-widgets-wrapper.header-footer-group {
    display: none;
}

footer#site-footer {
    display: none;
}

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yeseva+One&display=swap'); 


/* cyrillic-ext */
@font-face {
  font-family: 'Nunito Sans';
  font-style: italic;
  font-weight: 200 1000;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunitosans/v15/pe0OMImSLYBIv1o4X1M8cce4OdVisMz5nZRqy6cmmmU3t3NeCAAFOvV9SNjBw3uBZFI.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: 'Nunito Sans';
  font-style: italic;
  font-weight: 200 1000;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunitosans/v15/pe0OMImSLYBIv1o4X1M8cce4OdVisMz5nZRqy6cmmmU3t3NeCAAFOvV9SNjBynuBZFI.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Nunito Sans';
  font-style: italic;
  font-weight: 200 1000;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunitosans/v15/pe0OMImSLYBIv1o4X1M8cce4OdVisMz5nZRqy6cmmmU3t3NeCAAFOvV9SNjBwXuBZFI.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Nunito Sans';
  font-style: italic;
  font-weight: 200 1000;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunitosans/v15/pe0OMImSLYBIv1o4X1M8cce4OdVisMz5nZRqy6cmmmU3t3NeCAAFOvV9SNjBwHuBZFI.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: italic;
  font-weight: 200 1000;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunitosans/v15/pe0OMImSLYBIv1o4X1M8cce4OdVisMz5nZRqy6cmmmU3t3NeCAAFOvV9SNjBznuB.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, 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: 'Nunito Sans';
  font-style: normal;
  font-weight: 200 1000;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunitosans/v15/pe0AMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfUVwoNnq4CLz0_kJDxzGOF.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: 'Nunito Sans';
  font-style: normal;
  font-weight: 200 1000;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunitosans/v15/pe0AMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfUVwoNnq4CLz0_kJnxzGOF.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 200 1000;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunitosans/v15/pe0AMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfUVwoNnq4CLz0_kJLxzGOF.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 200 1000;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunitosans/v15/pe0AMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfUVwoNnq4CLz0_kJPxzGOF.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 200 1000;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunitosans/v15/pe0AMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfUVwoNnq4CLz0_kJ3xzA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* @import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
 */

html {
  scroll-behavior: smooth;
}
body{
	overflow-x: hidden !important; 
	font-family: "Nunito Sans", sans-serif;
	margin: 0px !important;
	padding: 0px !important;
}
*{
	box-sizing: border-box;
	margin:0px;
	padding:0px;
}
img{
	max-width: 100%;
}

p, a{
	font-size: 16px;
	font-family: "Nunito Sans", sans-serif;
}

p{
	color:#343434;
}

a{
	text-decoration: none !important;
	outline:none;
}

h1,h2,h3,h4,h5,h6,p{
	margin:0;
	padding:0;
/* 	font-family: "Inconsolata", monospace !important; */
}

img{
	display: block;
}

ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

li{
	margin:0px;
	padding:0px;
}


/* header css */

nav.navbar.navbar-expand-lg {
    position: sticky;
    top: 0px;
    z-index: 999;
}

.navbar {
    padding-left: 50px !important;
    padding-right: 50px !important;
    background-color: #021527;
}

.nav-logo {
    width: 100px;
}

.navbar-nav {
    gap: 50px !important;
    padding-left: 50px;
}

.nav-link {
    font-size: 15px;
    letter-spacing: 0px;
    color: #ffffff !important;
    text-transform: uppercase;
    opacity: 1;
    white-space: nowrap;
}

img.footer__logo.logo__ahmedabad {
    width: 203px;
    margin-top: 20px !important;
    height:auto !important;
}

img.page__image {
    width: 100%;
}

section.page__section {
    position: relative;
}

section.page__section .container {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
}

.page__title {
    color: #fff;
}

.page__title h1 {
    color: #D7AA5F;
    font-size: 48px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
}

/* footer css */

.footer {
    background-color: #021527;
    padding-top: 100px;
    padding-bottom: 22px;
}

.footer-text {
    width: 255px;
    font-family: Roboto;
    font-weight: 300;
    font-size: 15px;
    margin-top: 25px;
    letter-spacing: 0px;
    color: #b2b5bc;
}

.footer-social-icon-container {
    display: flex;
    align-items: center;
    margin-top: 15px;
    justify-content: start;
    gap: 40px;
}

.footer-social-icon-container a {
    color: #ffffff;
    text-decoration: none;
    display: block;
}

.footer-social-icon-container a:hover i {
    transform: translate(0, -7px);
}

.our-company {
    font-family: "Nunito Sans", sans-serif !important;
    letter-spacing: 0.56px;
    font-size: 20px;
    color: white;
}

.link-list-ul {
    padding: 0;
    margin-top: 20px;
}

.link-list-ul li {
    list-style: none;
    margin-top: 5px;
}

.link-list-ul li a {
    font-family: "Nunito Sans", sans-serif !important;
    font-weight: 300;
    font-size: 15px;
    text-decoration: none;
    letter-spacing: 0px;
    color: #b2b5bc;
}

.contact-details {
    font-family: "Nunito Sans", sans-serif !important;
    letter-spacing: 0.56px;
    font-size: 20px;
    color: white;
}

.contact-address-container {
    margin-top: 25px;
}
.contact-details-text {
    font-family: "Nunito Sans", sans-serif !important;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 0px;
    color: #b2b5bc;
}

.fw-bold {
    font-weight: 700!important;
}

.contact-detail-address {
    margin-top: 20px;
    font-family: "Nunito Sans", sans-serif !important;
    font-size: 15px;
    font-weight: 300;
    width: 195px;
    letter-spacing: 0px;
    line-height: 25px;
    color: #b2b5bc;
}

.subscribe-input-container {
    margin-top: 25px;
}

.subscribe-input {
    background-color: transparent !important;
    border: 1px solid #dcbb8d;
    padding: 10px;
    width: 100%;
    background: url(https://aksharrivercruise.com/blog/wp-content/uploads/2024/05/paper-plane-solid.png) no-repeat !important;
    background-size: 20px;
    background-position: 95% 50%;
    color: white;
    font-family: "Nunito Sans", sans-serif !important;
    font-size: 15px;
}

.hr-line {
    border-color: #dcbb8d;
	margin:0px !important;
	margin-bottom:20px !important;
}

.go-to-top-arrow {
    display: flex;
    align-items: center;
    justify-content: end;
    padding-right: 50px;
}

.copy-right-text {
    text-align: center;
    font-family: "Nunito Sans", sans-serif !important;
    font-size: 16px;
    letter-spacing: 0px;
    color: #b2b5bc;
}

.banking-option-container {
    display: flex;
    align-items: center;
}

.banking-option-container {
    margin-right: 50px;
    margin-left: 50px;
    margin-top: 15px;
    justify-content: center;
}

.go-to-top-arrow {
    display: flex;
    align-items: center;
    justify-content: end;
    padding-right: 50px;
}

.go-to-top-arrow i {
    font-size: 30px;
    color: #dcbb8d;
    margin-top: 25px;
    margin-bottom: 25px;
    border-bottom: 4px solid #dcbb8d;
    cursor: pointer;
}


.page__title h5 {
    font-family: "Nunito Sans", sans-serif !important;
    font-size: 20px;
}

.page__title h1 {
    color: #D7AA5F;
    font-size: 48px;
    font-family: "Yeseva One", serif !important;
}

.adventure__block h2 {
    font-size: 24px;
    font-weight: 700;
    color: #051428;
    margin-top: 15px;
}

.adventure__block h2 a{
	font-family: "Nunito Sans", sans-serif !important;
	font-weight:700 !important;
}

.adventure__block .sina-bp-text {
    color: #051428;
    margin: 15px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.adventure__block .sina-bp-content {
    padding: 0px !important;
}

.adventure__block .sina-bp {
    border: 1px solid transparent !important;
}

    .adventure__block .sina-btn-wrapper a {
        margin-top: 0px !important;
    }




/*header css*/

header.header__section {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    z-index: 999;
    padding: 10px 0px;
    /*transition: 0.5s;*/
}

.header__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.menubar ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.menubar ul li {
    margin-right: 27px;
}

.menubar ul li:last-child {
    margin-right: 0px;
}

.menubar ul li a {
    display: block;
    border-bottom: 2px solid transparent;
    font-size: 16px;
    padding: 10px;
    color: #fff;
	font-family: "Nunito Sans", sans-serif !important;
}

.menubar ul li.active a {
    font-weight: 700;
    border-bottom: 2px solid #D7AA5F;
}

.menubar ul li a:hover {
    border-bottom: 2px solid #D7AA5F;
}

.menubar ul li.menu__btn a {
    border: none !important;
    background: #D7AA5F;
    font-weight: 700;
    padding: 10px 30px;
}

.menubar ul li.menu__btn a:hover {
    background: #000;
}

.mobile__data {
    display: none;
}


.form__booking__section.fixed__section {
    width: 100%;
    position: fixed;
    top: 0px;
    padding: 15px 0px;
    height: auto;
    max-height: 100px;
    z-index: 999;
    left: 0px;
    transform: translate(0px, 0px);
}

.form__booking__section.fixed__section.fixed {
    background: #051428;
}

.row__form.flex-end {
    justify-content: end;
    width: 579px;
}

header.header__section.fixed {
    position: fixed;
    background: #051428;
    animation: slide-down 0.5s ease;
}

@keyframes slide-down{
    0%{
        transform: translateY(-150px);
    }
    100%{
        transform: translateY(0px);
    }
}

header.header__section.fixed .menu__items.menubar__items__block {
    display: none;
}

.row__form.flex-end{
    display: none;
}

header.header__section.fixed .row__form.flex-end{
    display: block;
}

.row__form.flex-end .hero__form {
    width: 100%;
}

.menu__toggle {
    display: none;
}

body.single.single-post header.header__section {
    position: relative;
    background: #051428;
}

/*header css*/


.form__booking__section {
    position: absolute;
    z-index: 99;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.row__form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: end;
}

.hero__form {
    background: rgba(255 255 255 /50%);
    padding: 2px;
    border-radius: 7px;
    width: 58%;
}

.hero__form form {
    display: flex;
    align-items: center;
}

.hero__block {
    width: 34%;
    padding: 0px 11px;
    display: flex;
    align-items: center;
    border-right: 2px solid #fff;
}

.hero__block.border-none {
    width: 25%;
}

.hero__block img {
    height: 20px;
}

.hero__block input, .hero__block select {
    width: 100%;
    background: transparent !IMPORTANT;
    border: none !IMPORTANT;
    outline: none !important;
    box-shadow: none !important;
    color: #fff;
    font-size: 14px;
	padding:0px;
}

.hero__block select option{
    color: #000;
    font-size: 16px;
}

.hero__block input::-ms-input-placeholder { /* Edge 12-18 */
  color: #fff;
}

.hero__block input::placeholder {
  color: #fff;
}

.hero__block__input label {
    color: #fff;
    font-size: 10px;
    font-weight: 300;
}

.hero__block__input {
    padding-left: 10px;
}

.hero__block__btn button {
    background: #D7AA5F;
    border: none !important;
    outline: none !important;
    height: 36px;
    width: 36px;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
	padding:0px;
}

.hero__block__btn button img {
    width: 16px;
    height: 16px;
}


.hero__block__btn button:hover {
    background: #000;
}

.hero__block.border-none {
    border: none !IMPORTANT;
}

.follow__us ul {
    display: flex;
    align-items: self-end;
}

.follow__us ul li {
    color: #fff;
    margin-right: 10px;
}

.follow__us ul li:last-child {
    margin-right: 0px;
}

.follow__us ul li a {
    display: block;
}

.fixed__form {
    display: none;
}



/*footer css*/

footer.footer__section {
    background-size: cover !Important;
    background-repeat: no-repeat !important;
    background-position: top center !Important;
    padding: 70px 0px;
    padding-top: 110px;
	position:relative;
	z-index:1;
}

.copyright__text p {
    margin: 0px;
    font-size: 15px;
    padding: 10px 0px;
}

.footer-widget ul li a {
    display: block;
    font-size: 16px;
    position: relative;
    color: #fff;
    font-weight: 300;
    padding: 8px 0px;
}

.footer-widget ul li a:hover{
    color: #d7aa5f;
}

.subscription__form {
    margin-top: 20px;
    position: relative;
}

.footer-widget .follow__us {
    margin-top: 40px;
}

.footer-widget .follow__us ul li a {
    padding: 0px;
}

.footer-widget.widget3 {
    padding-left: 40px;
}

.footer-widget h4 {
    color: #fff;
    font-size: 23px;
    font-weight: 600;
}

.subscription__form input {
    background: rgba(255 255 255/20%);
    border: 1px solid #fff;
    outline: none;
    border-radius: 5px;
    height: 47px;
    padding: 5px 15px;
    color: #fff;
    width: 100%;
}

.subscription__form input::-ms-input-placeholder { /* Edge 12-18 */
  color: #fff;
}

.subscription__form input::placeholder {
  color: #fff;
}

.subscription__form button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 47px;
    border: none !IMPORTANT;
    outline: none !important;
    background: #d7aa5f;
    width: 52px;
	padding:0px;
	display:flex;
	justify-content:center;
	align-items:center;
    border-radius: 4px;
}

.footer-widget.widget4 ul li a {
    display: block;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position-y: 14px;
    background-size: 20px;
}

.footer-widget.widget4 ul li.email a {
    background-image: url(https://aksharrivercruise.com/blog/wp-content/uploads/2025/09/Email-color.png);
}

.footer-widget.widget4 ul li.phone a {
    background-image: url(https://aksharrivercruise.com/blog/wp-content/uploads/2025/09/Phone-color.png);
}

.footer-widget.widget4 ul li.location a {
    background-image: url(https://aksharrivercruise.com/blog/wp-content/uploads/2025/09/Mark.png);
}

.follow__us ul {
    display: flex;
    align-items: self-end;
}

.follow__us ul li {
    color: #fff;
    margin-right: 10px;
}

.follow__us ul li {
    color: #fff;
    margin-right: 10px;
}

.follow__us ul li:last-child {
    margin-right: 0px;
}

.widget1 .subscription__form {
    display: none;
}
/*footer css*/



section.blog_section {
    margin: 75px 0px;
}

.blog_inner {
    border: 1px solid #ddd;
    background: #fff;
    transition: 0.5s;
    height: 100%;
}

.blog_image a {
    display: block;
}

.blog_image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.block_content {
    padding: 20px;
}

a.blog_title, a.blog_title h2 {
    font-family: "Nunito Sans", sans-serif !important;
    font-weight: 700 !important;
    font-size: 22px;
    color: #000;
    text-decoration: none;
    display: block;
}

a.blog_title {
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 53px;
}

.block_content p {
    font-size: 18px;
    color: #292D32;
    font-family: "Nunito Sans", sans-serif;
    margin-bottom: 10px;
}

.pagination_wrap {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination_wrap span, .pagination_wrap a {
    display: inline-flex;
    border: 2px solid #d7aa5f;
    min-width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    padding: 0px 15px;
    margin: 5px;
    color: #000;
}

.pagination_wrap .current, .pagination_wrap span:hover, .pagination_wrap a:hover {
    background: #d7aa5f;
    color: #fff;
}

.blog_button a {
    text-decoration: none;
    background: #d7aa5f;
    color: #fff;
    padding: 10px 18px;
    display: inline-block;
}

.blog_inner:hover {
    box-shadow: 0px 0px 20px rgba(0 0 0/20%);
}

section.blog_section .col-md-4 {
    margin-bottom: 15px;
}

header.header__section.header__booking.fixed {
    position: fixed !important;
    background: #051428;
    animation: slide-down 0.5s ease;
}

.menubar ul {
    padding: 0px;
    margin: 0px;
}


.post__header {
    margin-top: 30px;
    text-align: center;
    margin-bottom: 35px;
}

.post__header__inner a {
    display: none;
}

.post__header__inner h1, h2#reply-title {
    font-size: 34px;
    font-weight: 600;
}

.post__main__image {
    margin-bottom: 20px;
}

.post__sidebra__blocks h2 {
    display: block;
    font-size: 30px;
}

.post__sidebra__blocks h2 {
    padding: 10px;
    background: #021527;
    font-weight: 500;
    font-size: 23px;
    color: #fff;
}

ul.wp-block-latest-posts__list.wp-block-latest-posts {
    margin: 0px !important;
    padding: 0px !important;
}

.post__sidebar {
    border: 1px solid #ddd;
    padding-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
}

ul.wp-block-latest-posts__list.wp-block-latest-posts li a {
    padding: 10px !important;
    display: block;
    color: #000;
    font-weight: 400;
    font-size: 16px;
}

ul.wp-block-latest-posts__list.wp-block-latest-posts li a:hover {
    color: #dcbb8d;
}

.post__sidebar__pos {
    position: sticky;
    top: 126px;
}

p.form-submit .submit {
    background: #021527;
    font-family: "Roboto", sans-serif !important;
    padding: 15px 30px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}

p.form-submit .submit:hover {
    background: #DCBB8D;
    color: #000;
}

.comments-wrapper.section-inner.comment__section {
    margin: 75px 0px;
}

.comments-wrapper.section-inner.comment__section p label {
    display: block;
}

.comments-wrapper.section-inner.comment__section input {
    width: 100%;
    height: 45px;
}

.comments-wrapper.section-inner.comment__section p {
    margin-bottom: 10px;
}

input#wp-comment-cookies-consent {
    height: auto !IMPORTANT;
    width: auto !IMPORTANT;
}

.post__header__inner h1, h2#reply-title {
    color: #051428;
}

.post__data__main a {
    color: #d7aa5f;
}


.image__height__post .sina-bp-col {
    position: static !important;
}

.image__height__post .sina-bp-col img {
    height: 250px;
    object-fit: cover;
    object-position: top;
		width:100% !important;
}

h2.sina-bp-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 64px;
}

.post__data__main p a {
    color: #ddae5e;
}

.post__main__image img {
    width: 100%;
}

header.header__section li#menu-item-23 a {
    border: none !important;
    background: #D7AA5F;
    font-weight: 700;
    padding: 10px 30px;
	display:inline-block;
}

header.header__section li#menu-item-23 a:hover {
    background: #000;
}


@media(max-width:767px){
	.post__main__block .col-md-3 {
			margin-top: 30px;
	}
}

@media(max-width:600px){
	.image__height__post .sina-bp-col img{
		height: 164px;
		width: 100% !important;
	}
}


@media(max-width:992px){
	.navbar-nav{
		padding-left:0px;
	}
	
	button.navbar-toggler {
		padding: 0px !important;
		width: 50px !important;
		box-shadow:none !important;
		outline:none !Important;
	}

	button.navbar-toggler span {
		display: block !important;
		width: 100% !important;
	}

	button.navbar-toggler span img {
		width: 100% !important;
	}
	
	    .menu__toggle {
        display: inline-block;
        z-index: 999;
    }
	
	    .menu__toggle a {
        height: 23px;
        width: 40px;
        display: inline-block;
        position: relative;
    }
	
	    .menu__toggle a span {
        width: 100%;
        height: 2px;
        background: #fff;
        display: block;
        margin-bottom: 7px;
        transition: 0.5s;
    }
	
	    .menu__toggle a span:last-child {
        margin-bottom: 0px;
        transition: 0s;
        width: 50%;
        float: right;
    }
}

@media(max-width: 992px){
    .hero__slider .owl-dots {
        display: none;
    }

    .row__form.flex-end {
        display: none;
    }

    .menu__items.menubar__items__block.active {
        display: block;
        transition: 0.5s;
    }

    header.header__section.fixed .menu__items.menubar__items__block{
        display: block;
    }

    .owl-nav button{
        left: 0px;
    }

    .owl-nav button.owl-next{
        right: 0px;
    }

    .footer-widget ul li a{
        font-size: 12px;
        padding: 4px 0px;
    }

    .footer-widget h4{
        font-size: 16px;
    }

    .follow__us ul li {
        font-size: 11px;
    }

    .follow__us ul {
        flex-wrap: wrap;
    }

    .follow__us ul li {
        margin-right: 5px;
    }

    .follow__us ul li img {
        height: 19px;
    }

    .subscription__form input {
        height: 35px;
        font-size: 11px;
    }

    .subscription__form button {
        height: 35px;
    }

   .gallery.gallery1 img, .gallery.gallery2 img, .gallery.gallery3 img, .gallery.gallery4 img {
        height: 145px;
    }

   .gallery.gallery5 img {
        height: 310px;
    }

   .customer__block p {
        font-size: 15px;
    }

    .customer__name h4{
        font-size: 16px;
    }

    .customer__name i {
        font-size: 14px;
    }

    .customer__detail img{
        height: 47px;
        width: 47px ! IMPORTANT;
    }

    .welcome__block h2 {
        font-size: 19px;
    }

    p {
        font-size: 14px;
    }

   .welcome__block h3 {
        font-size: 14px;
    }

   .title h2 {
        font-size: 28px;
    }

    .hero__overlay h1 {
        font-size: 32px;
    }

    .form__input input {
        height: 40px;
        font-size: 14px;
    }

    #sync2 .owl-nav button{
        left: -56px;
        position: absolute;
    }

    #sync2 .owl-nav button.owl-next{
        left: auto;
        right: -56px;
    }

    .video__small iframe{
        height: 99px;
    }

    .thumbnail__slider {
        padding: 0px 45px;
    }

    .logo img {
        height: 66px;
    }

    .menu__items {
        position: fixed;
        top: 0px;
        z-index: 999;
        width: 100%;
        height: 100vh;
        right: -100% ! IMPORTANT;
        left: auto;
        overflow: hidden;
        transition: 0.5s;
    }

    .menu__items.active {
        right: 0px !important;
        left: 0px !important;
        transition: 0.5s;
    }

    .menubar {
        background: #051428F5;
        width: 282px;
        height: 100%;
        z-index: 1;
        position: relative;
        float: right;
        padding: 20px;
        padding-top: 80px;
    }

    .menubar ul {
        flex-direction: column;
        align-items: start;
    }

    .menubar ul li a {
        display: block;
    }

    .menubar ul li {
        margin: 0px;
        width: 100%;
        margin-bottom: 14px;
    }

    .menu__items:before {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: rgba(0 0 0/60%);
        filter: blur(15px);
    }

    .menubar ul li.active a {
        border: none;
    }

    .menubar ul li a {
        font-size: 14px;
        padding: 0px;
    }

    li.menu__btn {
        display: inline-block !IMPORTANT;
        width: auto !important;
    }

    .menu__toggle{
        display: inline-block;
        z-index: 999;
    }

    .menu__toggle a {
        height: 23px;
        width: 40px;
        display: inline-block;
        position: relative;
    }

    .menu__toggle a span {
        width: 100%;
        height: 2px;
        background: #fff;
        display: block;
        margin-bottom: 7px;
        transition: 0.5s;
    }

    .menu__toggle a span:last-child {
        margin-bottom: 0px;
        transition: 0s;
        width: 50%;
        float: right;
    }

    .menu__toggle.active a span:last-child {
        display: none;
    }

    .menu__toggle.active a span:nth-child(1) {
        transform: rotate(49deg) translate(7px, 4px);
    }

    .menu__toggle.active a span:nth-child(2) {
        transform: rotate(-54deg) translate(1px, 0px);
    }

    .mobile__data {
        display: block;
        margin-top: auto;
    }

    .menubar {
        display: flex;
        flex-direction: column;
    }

    .mobile__data ul li {
        margin-bottom: 6px;
    }

    .mobile__data ul li a {
        font-size: 12px;
        padding: 4px 0px;
        background-position-y: 6px !IMPORTANT;
        background-size: 18px !IMPORTANT;
        padding-left: 23px !important;
    }

    .mobile__data .follow__us ul li a {
        padding-left: 0px !important;
    }

    .mobile__data .follow__us ul {
        margin-top: 5px !IMPORTANT;
        flex-direction: row !IMPORTANT;
        display: flex !important;
    }

    .mobile__data .follow__us {
        margin-top: 0px;
    }

    .mobile__data .follow__us ul li {
        width: auto !IMPORTANT;
    }

    .mobile__data .follow__us ul li {
        margin-right: 12px;
    }

    .mobile__data .follow__us ul {
        align-items: center;
    }

    .copyright__text p {
        font-size: 12px;
    }

    img.footer__logo {
        height: 104px;
    }

    .mocktail__block h3{
        font-size: 16px;
    }

    .menu__block h2{
        font-size: 22px;
    }

    .menu__block ul li h4{
        font-size: 20px;
    }

    section.mocktail__section .row.mocktail__bar {
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow-x: auto;
    }

    section.mocktail__section .row.mocktail__bar .col-md-3 {
        width: 180px !important;
    }

    img.mocktail__lg {
        margin-top: -50px;
    }

    .contact__info ul li a {
        background-position-y: 5px !important;
    }

    .adventure__block h2{
        font-size: 16px;
    }

    .adventure__image h5{
        font-size: 11px;
    }

    .adventure__image img{
        height: 162px;
    }

    .logo__col{
        width: 33.3%;
    }
    
    article.page__inner__article section.data__more__inner .title ul li{
        width:48%;
    }
	
	header.header__section.fixed .row__form.flex-end{
		display:none;
	}
}


@media(max-width:600px){
	.page__title h5 {
        font-size: 12px;
    }
	
	.page__title h1 {
       font-size: 28px;
    }
	
	.hero__image img{
		object-fit: cover;	
	}
	
	.adventure__block .sina-bp-pagination {
		width: 100% !IMPORTANT;
	}

	.adventure__block .sina-bp-grid {
		display: flex;
		flex-wrap: wrap;
	}

	.adventure__block .sina-bp-grid .sina-bp-col.sina-bp-item-3 {
		width: 50%;
		position: static !important;
	}

	.adventure__block .sina-bp-grid .sina-bp-grid-sizer {
		display: none;
	}
	
	.adventure__block .sina-btn-wrapper a {
		margin-top: 0px !important;
	}
	
	
}


@media(max-width: 767px){
    .achivment__section .col-md-3 {
        width: 25%;
        padding: 0px 5px;
    }

    .achivment__section .col-md-3 .achivment__block {
        padding: 0px 5px;
    }

    .achivment__block h2 {
        font-size: 22px;
    }

    .celebrate__content {
        padding-left: 0px;
        border: none;
    }

    .celebrate__content {
        padding-left: 0px;
        border: none;
    }

    .celebrate__section .col-md-3 {
        width: 50%;
    }

    section.iconic__section{
        margin: 50px 0px;
    }

    section.celebrate__section, section.welcome__section {
        padding: 50px 0px;
    }

    .welcome__section .col-md-6:nth-child(1) {
        margin-bottom: 20px;
    }

    section.iconic__section {
        margin-top: 0px;
        padding: 50px 0px;
    }

    .iconic__section .title {
        text-align: center;
        margin-bottom: 30px;
    }

    .iconic__section .title .text-center1.mt-5 {
        margin-top: 10px !important;
    }

    .iconic__section .title h2 br {
        display: none;
    }

    section.testimonial__section {
        padding: 50px 0px;
    }

    section.testimonial__section .col-md-6:last-child {
        margin-top: 20px !IMPORTANT;
    }

    .widget1 .subscription__form {
        display: block;
        margin-bottom: 20px;
    }

    .footer-widget.widget1 .follow__us {
        margin-top: 20px;
    }

    .footer-widget.widget1 .follow__us ul {
        justify-content: center;
    }

    img.footer__logo {
        margin: 0 auto !IMPORTANT;
    }

    .footer-widget.widget1 {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .mobile__footer {
        width: 50%;
        margin-bottom: 20px;
    }

    .footer-widget.widget4 .subscription__form {
        display: none;
    }

    footer.footer__section {
        padding-bottom: 40px;
    }

    .footer__section .footer-widget.widget4 ul li a {
        background-position-y: 6px;
    }

    .title.gold__color.mb-5 {
        text-align: center;
    }

    .customer__block p {
        height: auto;
    }

    .customer__block p:before {
        height: 27px;
        width: 27px;
    }

    .customer__block p:after{
        height: 27px;
        width: 27px;
    }

    section.gallery__section {
        padding: 50px 0px;
    }

    section.contact__section {
        margin: 50px 0px;
    }

    .celebrate__section .title {
        text-align: center;
    }

    .celebrate__content {
        text-align: center;
    }

    section.celebrate__section .row {
        margin-bottom: 20px;
    }

    .row__form .follow__us {
        display: none;
    }

    .row__form .hero__form {display: none;}

    .banner img {
        height: 100vh;
        object-position: center;
    }

    .proudly__section .col-md-6:nth-child(2) .proudly__block {
        padding-left: 0px;
    }

    .proudly__section .col-md-6:nth-child(2) {
        border: none;
    }

    .celebrate__section .col-md-3 {
        display: inline-block;
        width: 160px;
    }

    .team__row__block{
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow-x: auto;
    }

    .team__block h2 {
        font-size: 19px;
        margin-bottom: 0px;
    }

    .tab__row .row {
        flex-direction: column-reverse;
    }

    .tab__row .row:nth-child(even) {
        flex-direction: column-reverse;
    }

    .tab__bg__color {
        margin-bottom: 30px;
    }

    .tab__row .row {
        margin-bottom: 30px;
    }

    .tab__image__block {
        margin-bottom: 15px;
    }

    .menu__block h2{
        text-align: center;
    }

    section.contact__section.bg__color__gray {
        padding-top: 30px;
    }

    section.contact__section.bg__color__gray .title {
        margin-bottom: 30px !important;
    }

    .contact__info {
        display: block;
    }

    .contact__info__row {
        justify-content: start;
    }

    .contact__info ul li a {
        background-position-y: 5px !important;
    }

    .contact__info__row {
        justify-content: start;
    }

    section.contact__section.bg__color__gray .row.align-items-center {
        flex-direction: column-reverse;
    }

    .contact__info__row {
        margin-bottom: 50px;
    }

    .contact__form__block .title {
        text-align: center;
    }

    .contact__form__block .form__input__button {
        text-align: center;
    }

    .adventure__section .col-md-4 {
        width: 50%;
    }

    section.adventure__section {
        padding: 50px 0px;
    }
    
    .row.align-items-center.flex__row__direction {
        flex-direction: column;
    }
}

@media(max-width: 510px){
    .menu__toggle a span{
        width: 29px;
    }

    .hero__overlay__section {
        top: 165px;
        transform: translate(-50%, 0px);
    }

    .hero__block{
        width: 29%;
    }

    .gallery__block2 {
        display: none;
    }

    .gallery__block1 {
        width: 100%;
    }

   .gallery.gallery1 img, .gallery.gallery2 img, .gallery.gallery3 img, .gallery.gallery4 img {
        height: 105px;
    }

    .gallery.gallery5 img {
        height: 210px;
    }

    .gallery{
        padding: 0px 5px;
    }

    .hero__overlay h1 {
        font-size: 28px;
    }

    p {
        font-size: 11px;
    }

    .hero__overlay h5 {
        font-size: 12px;
    }

    .menu__toggle a {
        width: 29px;
    }

    .achivment__block h2 {
        font-size: 14px;
        margin-bottom: 5px;
    }

    section.achivment__section {
        padding: 20px 0px;
    }

    .celebrate__block img {
        height: 43px;
    }

    .title h2 {
        font-size: 24px;
    }

    a.booking__link, a.book__now__btn, .form__input__button button, .form__input__checkbox, .form__input input, .form__input label{
        font-size: 12px;
    }

    .fixed__form {
        display: block;
        background: #051428;
        position: fixed;
        bottom: 0px;
        left: 0px;
        width: 100%;
        z-index: 999;
    }

    .fixed__form form {
        display: flex;
        padding: 19px 10px;
        justify-content: center;
    }

    .hero__block__btn button {
        height: 34px;
        width: 44px;
    }

    .banner img{
        height: 480px;
    }

    .hero__block__btn button img {
        height: 22px;
        width: 22px;
    }

    .hero__block__input {
        padding-left: 4px;
    }

    .hero__block img {
        height: 16px;
    }

    .hero__block input, .hero__block select {
        font-size: 12px;
    }

    .hero__block {
        border-right: 1px solid #fff;
    }

    .menubar {
        height: 100vh;
        padding-bottom: 72px;
    }

    footer.footer__section{
        background: url(../wp-content/uploads/2025/09/footer-bg-mobile.png);
        padding-top: 40px;
    }

    img.page__image {
        height: 410px;
        object-fit: cover;
        object-position: 81%;
    }

    .page__title h5 {
        font-size: 12px;
    }

    .page__title h1 {
        font-size: 28px;
    }

    .page__title h1 br{
        display: none;
    }

    .page__title h4 {
        font-size: 12px;
    }

    .team__block h2 {
        font-size: 13px;
    }

    .tab__bg__color ul li button {
        font-size: 12px;
    }

    .tab__bg__color ul li button.active:before {
        height: 11px;
        width: 11px;
    }

    .tab__bg__color ul li button {
        padding: 5px 11px;
    }

    .tab__content__block h5 {
        font-size: 12px;
    }

   section.mocktail__section .row.mocktail__bar .col-md-3 {
        width: 118px !important;
        padding: 0px 5px;
    }

    .mocktail__block h3 {
        font-size: 12px;
    }

    .mocktail__block h3 {
        font-size: 12px;
    }

    section.mocktail__section {
        margin-top: 50px;
    }

    section.mocktail__section .title {
        margin-bottom: 30px;
    }

    .menu__block ul li h4 {
        font-size: 14px;
    }

    .menu__block ul li:before {
        top: 6px;
    }

    .menu__block ul li h4:before {
        top: 2px;
    }

    section.menu__section{
        background: url(../image/menu-bg-mobile.png);
    }

    section.menu__section {
        padding: 50px 0px;
    }

    section.map__section {
        margin-top: -3px;
    }

    .tab__image__block:before{
        left: -134%;
    }

    .team__block.text-center {
        padding-top: 20px;
    }

   .adventure__image img {
        height: 135px;
    }

    .logo__col{
        width: 50%;
    }

    .owl-nav button{
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .customer__say .owl-nav{
        display: flex;
    }
    
    .title__new h4 {
        font-size: 18px;
    }
    
    .title.mg__title__block ul li{
        font-size: 11px;
        padding: 5px;
        padding-left: 18px;
    }
    
    .footer-widget.widget3 {
        padding-left: 0;
    }
    
    article.page__inner__article section.data__more__inner .title ul li{
        padding:10px;
    }
    
    .tab__bg__color ul::-webkit-scrollbar-track {
      background: transparent;
    }
    
    .tab__bg__color ul::-webkit-scrollbar-thumb {
      background: transparent;
    }
    
    .tab__bg__color ul::-webkit-scrollbar-thumb:hover {
      background: transparent;
    }
    
    .tab__bg__color ul li button.active{
        padding-left:15px;
    }
    
    .video__large iframe, .video__large video{
        height:175px;
    }
    
}