@charset "utf-8";
/* CSS Document */

/*html, body {
	width: 100%;
	overflow-x: hidden;
} */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap'); 
@import url('https://fonts.googleapis.com/css2?family=Moon+Dance&display=swap');

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

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

 

body {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    background: #fff;
    letter-spacing: 0.4px;
    overflow-x: hidden;
    color: #333333;
}

@font-face {
  font-family: Anydore;
  src: url(../fonts/Anydore.otf);
}

@font-face {
  font-family: Barbershop-in-Thailand;
  src: url(../fonts/Barbershop-in-Thailand.ttf);
}

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

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

a,
a:hover,
a:focus {
    text-decoration: none;
}

ol {
    list-style: decimal inside;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-size: 20px;
    color: #5E5E5E;
    line-height: 30px;
    font-family: "Montserrat", sans-serif;
}

p {
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
}

b,
strong {
    font-weight: 600;
}

blockquote {
    margin: 0;
    padding: 0;
    border: none;
}

a,
a:hover,
a:visited {
    color: #21a108;
}

/* ::selection 
{
    background: #21a108;
    color: #fff;
}
::-moz-selection 
{
    background: #21a108;
    color: #fff;
} */
a:focus,
p:focus,
div:focus,
input:focus,
textarea:focus,
submit:focus,
button:focus {
    outline: none;
}


 
/***************
page scrool
**************/
.scrollup {
    right: 15px;
    position: fixed;
    border-radius: 200px;
    bottom: -80px;
    width: 45px;
    height: 45px;
    z-index: 9999;
    background: #000;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    text-align: center;
    color: #FFF;
    padding: 15px;
}

.scrollup.active {
    bottom: 92px;
    right: 15px;
}

.scrollup:hover {
    background-color: rgba(37, 37, 37, 0.7);
}

/***************
page scrool
***************/

/********HAMBURGER ICON***********/
.hamburger {
    padding: 0px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger:hover {
    opacity: 1;
}

.hamburger-box {
    width: 30px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 30px;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

/** Spring **/
.hamburger--spring .hamburger-inner {
    top: 2px;
    transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
    transition-delay: 0.22s;
    background-color: transparent;
}

.hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/** Spring **/

/********HAMBURGER ICON***********/

/* .topmines {
    top: -100px;
}

.nav-active {
    position: fixed;
    top: 0 !important;
    z-index: 9999;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 0 5px #d9d9d9;
} */

/*******************************
********NAV BAR*****************
*****************************/
#pull {
    display: none;
}

.nav>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: auto;
    margin: 0px 44px 0px 0px;
}

.nav>ul>li:last-child,
.nav>ul>li:only-child {
    margin: 0;
}

.nav>ul>li::before {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    content: " ";
    width: 100%;
    height: 3px;
    background: #fff;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.nav>ul>li:hover::before,
.nav>ul>li.current-menu-item::before,
.nav>ul>li.current-menu-parent::before,
.nav>ul>li.current-menu-ancestor::before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
}

.nav>ul>li>a {
    position: relative;
    z-index: 1;
    display: block;
    width: auto;
    height: auto;
    padding: 20px 0px;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 25px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.nav>ul>li:hover>a,
.nav>ul>li.current-menu-item>a,
.nav>ul>li.current-menu-parent>a,
.nav>ul>li.current-menu-ancestor>a {
    color: #fff;
}

.nav>ul>li>ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    width: 300px;
    height: auto;
    padding: 0px 0px 0px 0px;
    background: none;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.nav>ul>li:last-child>ul,
.nav>ul>li:nth-last-child(2)>ul {
    left: auto;
    right: 0;
}

.nav>ul>li:hover>ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.nav>ul>li>ul>li,
.nav>ul>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
}

.nav>ul>li>ul>li>a,
.nav>ul>li>ul>li>ul>li>a {
    display: block;
    width: auto;
    height: auto;
    padding: 2px 15px 1px 15px;
    background: rgba(11, 30, 48, 0.8);
    border-top: 1px #485665 solid;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    line-height: 18px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.nav>ul>li:hover>ul>li>a,
.nav>ul>li:hover>ul>li>ul>li>a {
    padding: 9px 15px 10px 15px;
}

.nav>ul>li>ul>li:hover>a,
.nav>ul>li>ul>li.current-menu-item>a,
.nav>ul>li>ul>li.current-menu-parent>a,
.nav>ul>li>ul>li>ul>li:hover>a,
.nav>ul>li>ul>li>ul>li.current-menu-item>a,
.nav>ul>li>ul>li>ul>li.current-menu-parent>a {
    background: #fff;
}

.nav>ul>li>ul>li>ul {
    position: absolute;
    top: 10%;
    left: 100%;
    z-index: 9999;
    width: 240px;
    height: auto;
    background: none;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.nav>ul>li:last-child>ul>li>ul,
.nav>ul>li:nth-last-child(2)>ul>li>ul {
    left: auto;
    right: 100%;
}

.nav>ul>li>ul>li:hover>ul {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.middle-conter {
    width: 100%;
    display: inline-block;
    vertical-align: top;

}

/*******************************
********NAV BAR*****************
*****************************/

.logo {
    float: left;
    width: auto;
    height: auto;
    padding: 0px;
}

header {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9; 
    background-image: linear-gradient(#000000, #ffff0000);
}


.search-btn 
{
    padding: 0 20px; 
    color: #FFF;
}
a.side-btn {
    position: fixed;
    right: -58px;
    z-index: 9999;
    top: 300px;
    rotate: -90deg;
    background: #2fa62e;
    padding: 10px 20px;
    color: #FFF;
    font-weight: 600;
    font-size: 18px;
    border-radius: 10px 10px 0 0;
}
a.book-btn 
{
    position: fixed;
    right: -46px;
    z-index: 9999;
    top: 460px;
    rotate: -90deg;
    background: #EB7E00;
    padding: 10px 20px;
    color: #FFF;
    font-weight: 600;
    font-size: 18px;
    border-radius: 10px 10px 0 0;
}


.banner-slider .slick-slide img 
{
	width: 100%; 
}








/************ End Header ***************/

.banner-content strong  
{
    font-family: Anydore; 
    font-size: 50px; 
    line-height: 50px; 
    color: #FFF; 
    font-weight: 100 !important;
}


.banner-area {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
}


.banner-content h1 
{
    font-size: 90px; 
    line-height: 100px;
    color: #FFF; 
    font-weight: bold;
}


.banner-btn 
{
    background: #FF5F1B; 
    color: #FFF !important;
    font-weight: 600;
    padding: 10px 15px; 
    border-radius: 50px; 
    border: 2px solid #FFF; 

}

.banner-from 
{
    background: #FFF; 
    z-index: 9; 
    border-radius: 15px; 
    overflow: hidden;
}

.from-heading 
{
    background: #29A71A; 
    padding:15px 10px; 
    color: #FFF; 
    font-weight: 600;
}
 
.from-heading p  
{
    color: #FFF; 
    font-size: 18px;
}

.from-area label 
{
    font-weight: 600; 
    color: #000; 
    margin-bottom: 10px;
}

.from-area input,  .from-area select
{
    outline: none; 
    box-shadow: none !important;
}

.check-btn {
    background: #FF951B;
    padding: 10px 15px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #FFF;
    width: 100%;
    border: none;
    border-radius: 5px;
}

.from-area p  
{
    color: #000;
}

.banner-slider .slick-prev {
    left: 10%;
    z-index: 999;
    border: 2px solid #FFF;
    opacity: 1;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    color: #FFF !important;
}

.banner-slider .slick-next {
    right: 10%;
    z-index: 999;
    border: 2px solid #FFF;
    opacity: 1;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    color: #FFF !important;
}

.banner-slider .slick-prev:before, .banner-slider .slick-next:before {
    font-family: 'slick';
    font-size: 30px;
    line-height: 1;
    opacity: 1;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.left-curv {
    border-radius: 96px 0 70px 0;
    overflow: hidden;
}

.right-curve 
{
    border-radius: 0 96px 0 60px;
    overflow: hidden;
}

.bird2 
{
    left: -200px;
    top: -45px;
}

.experiance {
    padding: 60px 0;
    background: url(../images/experience-background.png) no-repeat  bottom;
    background-size: cover;
    background-position: inherit;
}

.design-heading {
    font-family: Barbershop-in-Thailand;
    font-size: 60px;
    color: #000;
    line-height: 60px;
}


.feel-pace-content h3 
{
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 25px;
    color: #000;
    font-weight: bold;
}

.feel-pace-content p, .feel-pace-content strong
{
    margin-bottom: 20px; 
    font-size: 18px;
    line-height: 30px;
}

.icon-area {
    width: 100px; 
    height: 100px;
    display: flex; 
    align-items: center; 
    justify-content: center; 
    flex: 0 0 100px;
    border-radius: 50px;
    background: #fff;
    box-shadow: 0 0 10px #d3d3d3;
    margin-right:15px; 
}

.long-text 
{
    line-height: 70px;
    font-size: 50px;
}

.step-aboard ul li  
{
    width: 50%; 
    margin-bottom: 15px;
}

.step-aboard ul li p 
{
    margin: 0; 
    font-weight: 600;
    font-size: 18px; 
    line-height: 26px;
    color: #000;
}

/* ************************************ */

.not-a-tour 
{
    /* background: #F7FFFE;  */
    padding: 70px 0;
    background:#F7FFFE url(../images/cloud.png) no-repeat bottom center; 
    padding-bottom: 100px;
}

.normal-heading 
{
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 25px;
    color: #000;
    font-weight: bold;
}


.what-sets-us-apart h3
{
    font-size: 30px; 
    color: #008000; 
    font-weight: bold; 
    margin-bottom: 30px;
	text-align:center;
}


.what-icon 
{
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 100px;
    border-radius: 50px;
    background: #fff;
    box-shadow: 0 0 10px #d3d3d3; 
    margin-bottom: 10px;
    padding: 22px;

}

.what-sets-us-apart ul li 
{
    width: 50%;
    flex-flow: wrap;
    margin-bottom: 20px;
}

.what-sets-us-apart ul li p 
{
    display: block; 
    color: #000;
}

.what-sets-us-apart ul li p strong 
{
    display: block;
}


/********************************************/ 

.this-is-for-sec 
{
    background:#fcfcfc url(../images/this-is-for-bg.png) no-repeat center bottom; 
    padding-bottom: 150px;
}

 
.bird {
    position: absolute;
    bottom: -150px;
    left: -322px;
}

.for-you-content ul li 
{
    color: #000; 
    padding-left: 40px; 
    line-height: 40px; 
    position: relative;
}

.for-you-content ul li::before 
{
    content: '';
    position: absolute; 
    background: url(../images/right-icon.png) no-repeat left; 
    width: 30px;
    height: 30px;
    left: 0;
    top: 5px;
}

.for-you-btn 
{
    background: #FF951B; 
    padding: 10px 30px; 
    color: #FFF; 
    font-weight: 600;
    border: none;
    border-radius: 5px; 
    position: relative;
    z-index: 9;
}




/*************************************************/

.green-booking 
{
    background: #008000;
    padding: 20px;
    border-radius: 20px;
}

.border-area 
{
    border: 2px dashed #FFF;
    border-radius: 20px;
    padding: 15px;
}

.green-booking h2 
{
    font-size: 40px; 
    color: #FFFFFF; 
    font-weight: 700; 
    line-height: 50px;
}

.green-booking strong 
{
    color: #F6FF00; 
    font-size: 22px; 
    line-height: 50px;
}

.green-booking p 
{
    color: #FFF; 
    margin-bottom: 15px;
} 

.green-booking button, a.book-now-btn
{
    background: #FF951B; 
    color: #FFF !important; 
    font-weight: 600; 
    padding: 10px 30px; 
    border-radius: 30px; 
    border: none; 
    margin-bottom: 10px; 
	display: inline-block; 
} 

.mar-t-100 
{
    margin-top: -100PX;
}

.houseboat 
{
    padding: 70px 0;
}

.bg-red 
{
    background: #820919;
}
.bg-orange 
{
    background: #EB7E00;
}

.white-arrow ul li
{
    position: relative; 
    color: #FFF;
    padding-left: 25px;
}

.white-arrow ul li::before {
    content: '';
    position: absolute;
    background: url(../images/right-white.png) no-repeat left;
    width: 30px;
    height: 30px;
    left: 0;
    top: 5px;
}

.bg-orange 
{
    background: #EB7E00;
}

.houseboat {
    background: #fcfcfc url(../images/this-is-for-bg.png) no-repeat center bottom;
 
}

.most-people-visit 
{
    padding: 70px 0;
}
.moon-heading 
{
     font-family: "Moon Dance", cursive; 
     font-size: 40px; 
     line-height: 40px;
}

.most-people-visit ul li 
{
    padding-left: 35px; 
    position: relative;
    font-weight: bold; 
    line-height: 42px;
}

.most-people-visit ul li::before 
{
    content: '';
    position: absolute;
    background: url(../images/not.png) no-repeat left;
    width: 30px;
    height: 30px;
    left: 0;
    top: 5px;
}

/***************************************/ 

.ready-sec 
{
    background: #008000; 
    padding: 30px 0;
}

.ready-sec h2 
{
    font-size: 60px;
    line-height: 90px;
    color: #FFF;
    font-weight: bold;
}

.ready-sec h3 
{
    font-size: 30px; 
    line-height: 50px; 
    color: #FFF;
    font-weight: 500;
}

.ready-sec p
{
    color: #FFF600;
    font-size: 25px; 
    line-height: 50px; 
}

.ready-sec strong
{
    color: #FFF600;
    font-size: 25px; 
    line-height: 50px; 
    display: block;
    font-family: Anydore; 
    font-weight: 400;
}

a.con-btn 
{
    background: #FF951B;
    color: #FFF;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 30px;
    border: none;
    margin-bottom: 10px; 
	display: inline-block; 
}

/*************************************/ 

.faq-section 
{
    padding: 70px 0;
}

.faq-area button  
{
    font-size: 20px; 
    font-weight: 600;
    box-shadow: none !important;
}

.faq-area .accordion-button:not(.collapsed) {
    color: #000;
}

.client-testmonial 
{
    background: url(../images/testimonial-bg.png) no-repeat center;
    background-size: cover; 
    padding: 70px 0;
}

.testimo-content 
{
    border: 1px solid #D9D9D9; 
    border-radius: 30px; 
    padding: 20px; 
    color: #000;
    background: #FFF;
}

.testimo-content p  
{
    color: #000;
}

.client-description 
{
    position: relative;
}

.client-description::before
{
    content: '';
    position: absolute; 
    right: -10px; 
    background: url(../images/quotes.png) no-repeat right;
    width: 40px; 
    height: 40px; 
    background-size: cover;
}

 
.testimo-slider .slick-slide > div 
{
    margin: 0 15px;
}
 
.testimo-slider .slick-dots {
 
    bottom: -40px; 
}

.testimo-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #D9D9D9; 
    border-radius: 50px;
}

.testimo-slider .slick-dots li.slick-active button 
{
    background: #008000;
}

.testimo-slider .slick-dots li {
    width: 10px;
    height: 10px;
}

.whatsapp-btn 
{
    background: #29A71A; 
    color: #FFF !important;
    padding: 10px 20px; 
    border-radius: 30px; 
    position: fixed; 
    bottom: 100px;
    right: 30px;
}



/****************** Inner page ************************/


.inner-banner {
    padding: 150px 0;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center;
}

.inner-banner::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #00000073;
}

.inner-banner strong {
    color: #FFF;
    position: relative;
    z-index: 99;
    font-size: 35px;
    font-weight: bold;
}






/* ******************************************** */
/******************* Gallery Start **************/
/* ******************************************** */

.gallery-area {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 80px 0px;
}

.gallery-area>.container-fluid .gallerys {
    margin-right: -15px;
    margin-left: -15px;
}

.gallery-holder {
    width: 98%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    margin: 1%;
}

.gallery-holder img {
    width: 100%;
}

.gallery-holder>.holder {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
}

.gallery-holder>.holder .capson {
    background: rgba(8, 21, 52, 0.80);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-100%, 0px);
    transition: all 0.4s;
}

.gallery-holder:hover .holder .capson {
    transform: translate(0px, 0px);
}

.gallery-holder>.holder .capson .lightbox {
    position: relative;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    display: flex;
    color: #fff;
    transform: translate(-500%, 0px);
    transition: all 0.9s;
}

.gallery-holder:hover>.holder .capson .lightbox {
    transform: translate(0px, 0px);
}

.gallery-holder>.holder .capson .lightbox i {
    position: relative;
    z-index: 1;
}

.gallery-holder>.holder .capson .lightbox::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    left: 0px;
    top: 0px;
    transform: rotateZ(0deg);
    z-index: 0;
    transition: all 0.3s;

}

.gallery-holder>.holder .capson .lightbox:hover::after {
    background: #EB7E00;
    transform: rotateZ(45deg);
}

.tab-center {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 45px;
}

.tab-center button {
    margin: 5px 1px;
    width: 165px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-transform: uppercase;
    border: none;
    font-weight: 500;
    font-size: 13px;
}

.tab-center button:first-child {
    background: #133d99;

}

.tab-center button:last-child {
    background: #d2202d;
}

/* ******************************************** */
/******************* Gallery End **************/
/* ******************************************** */



/****************** Contact Us **************************/ 

.details-contact {
    height: 100%;
    padding: 20px;
    border-radius: 15px;
}


.call-nowarea {
    background: #d0ae5f;
    padding: 50px 0;
}

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

.call-now-btn {
    background: #000;
    color: #FFF !important;
    display: inline-block;
    padding: 15px 30px;
    text-transform: uppercase;
    font-size: 25px;
}

.heading-contact 
{
    font-size: 30px;
    font-weight: 600;
    color: #FFF;
}

.contact-form {
    background: #f0f8ff;
    padding: 25px;
    border-radius: 15px;
}

.contact-form input[type="text"], .contact-form input[type="tel"], .contact-form input[type="date"], .contact-form input[type="number"], .contact-form input[type="email"] {
    height: 55px;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 25px;
    padding: 0 20px;
}

.contact-form label 
{
	margin-bottom: 10px; 
	font-weight: 700;
}

.contact-form textarea
{
    
    box-shadow: none !important; 
    outline: none !important;
    border-radius: 0;  
    border-radius: 25px;
    padding: 20px;
}

.contact-form .heading 
{
    text-align: center; 
    font-size: 30px; 
    line-height: 40px; 
    font-weight: 600;
    color: #000;
}

.submit-btn {
    background: #35a53b;
    padding: 10px 20px;
    color: #FFF;
    display: inline-block;
    font-weight: 600;
    border: none; 
    width: 200px; 
    text-transform: uppercase;
}

.round-icon {
    background: #FFF;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 50px;
    margin-right: 15px;
}

.foot-description b {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.foot-description p {
    color: #FFF;
    font-size: 16px;
}

.round-icon i {
    font-size: 25px;
}


/***************** Details ********************/

.details-content 
{
    padding: 60px 0;
}

.details-content-area p 
{
    padding-bottom: 15px; 
    line-height: 28px;
}

.details-content-area h2 
{
    font-size: 30px;
    margin-bottom: 20px;
}

.details-content-area h3 
{
    font-size: 25px;
    margin-bottom: 20px;
}


/***********************/ 

.price-table table tr td
{
    min-width: 300px; 
    padding: 15px; 
    background: #f3fff4; 
    border: 1px solid #030303;
    
}

.price-table tr th {
    color: #ffffff;
    font-size: 18px;
    padding: 15px;
    background: #ea7c20;
    border: 1px solid #000000;
}

.price-table table tr td p, .price-table table tr td strong, .price-table table tr td h2, .price-table table tr td span  
{
    color: #000 !important;
}

.price-table table tr td h2 
{
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
}

.price-table table tr td strong 
{
    color: #0d7f19!important;
    font-size: 20px; 
    margin-bottom: 10px;
    font-weight: bold;
}


.price-table table tr td span.red-bg-price 
{
    background: #820919; 
    padding: 5px 10px;
    color: #FFF!important;
    text-transform: capitalize;
    font-size: 14px;
}



.blog-card {
    border: 1px solid #B9BCC3;
    border-radius: 10px;
    overflow: hidden;
}

.blog-content {
    padding: 20px;
}

.readmore-btn {
    border-top: 1px solid #B9BCC3;
    padding: 20px;
    color: #0088FF;
    font-weight: 600;
}

.date-blog {
    padding-bottom: 10px;
    color: #0088FF;
    display: inline-block;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.blog-content h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 15px;
}

.blog-content p {
    color: #787A83;
    font-size: 18px;
    line-height: 30px;
}

.blog-image {
    height: 250px;
    overflow: hidden;
}

.date-blog {
    padding-bottom: 10px;
    color: #0088FF;
    display: inline-block;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.date-blog i {
    width: 40px;
    height: 40px;
    background: #f5f5f5;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    color: #000;
}

.price-table strong 
{
    font-size: 18px;
}

.tour-card {
    background: #f5f5f5;
    padding: 15px;
    text-align: center;
    border: 1px solid #e3e3e3; 
    border-radius: 10px;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}

.tour-card h3 
{
    
    
    font-weight: 700; 
    color: #000; 
    margin-bottom: 15px;
    margin-top: 15px;
}

.tour-card i 
{
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 10px;
    display: block;

}

.know-btn button 
{
    background: #FF951B;
    color: #FFF;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 30px;
    border: none;
    margin-bottom: 10px;
}

.tour-card p  
{
    font-size: 14px; 
    color: #000;
    line-height: 20px;
    margin-bottom: 10px;
}

.tour-card b 
{
    font-size: 14px; 
    color: #000;
    line-height: 20px;
    margin-bottom: 10px;
}

.card-image {
    width: 150px;
    margin: 0 auto;
}

.accordion p  
{
    margin-bottom: 10px;
}

.accordion ul 
{
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 10px;
}

 


/********************* Footer ****************/ 

footer 
{
    background: #22272D; 
    padding: 50px 0;
}


.foot-social ul li 
{
    margin-right: 50px;
}

.foot-social ul li:last-child 
{
    margin-right: 0 !important;
}

.foot-link ul li a 
{
    padding: 3px 10px; 
    border-right: 2px solid #FFF;  
    color: #FFF;
}

.foot-link ul li:last-child a 
{
    border-right: 0;
}

.copy-right p  
{
    color: #FFF;
}

 