@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

@import url('https://fonts.googleapis.com/css2?family=Sail&display=swap');


/*html, body {
	width: 100%;
	overflow-x: hidden;
} */

:root {
  --orange-color: #FF7979;
  --white: #fff;
}




* {
    text-decoration: none !important;
    outline: none !important;
}

body {
    
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    background: #fff;
    letter-spacing: 0.4px;
    overflow-x: hidden;
    color: #333333;
}

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: #0d141e;
    line-height: 30px;
    font-family: "IBM Plex Sans", sans-serif;
}

p {
    margin: 0;
    padding: 0;
    color: #212121;
    font-size: 16px;
    font-family: "Rubik", 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: var(--orange-color);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    text-align: center;
    color: #FFF;
    padding: 10px;
}

.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: #000;
    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-active .logo {
    margin-top: 0;
    position: relative;
    z-index: 99;
    width: 150px;
    flex: 0 0 150px;
}

.nav-active .menu-part {
    align-items: center;
    padding: 5px 0;
}



/*******************************
********NAV BAR*****************
*****************************/
#pull {
    display: none;
}

header .nav>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: auto;
    margin: 0px 44px 0px 0px;
}

header .nav>ul>li:last-child,
header .nav>ul>li:only-child {
    margin: 0;
}

/* header .nav>ul>li::before {
    position: absolute;
    bottom: 10px;
    left: 0px;
    z-index: 1;
    content: " ";
    width: 100%;
    height: 3px;
    background: var(--orange-color);
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    margin: 0 auto;
    left: 0;
    right: 0;
} */

header .nav>ul>li:hover::before,
header .nav>ul>li.current-menu-item::before,
header .nav>ul>li.current-menu-parent::before,
header .nav>ul>li.current-menu-ancestor::before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
}

header .nav>ul>li>a {
    position: relative;
    z-index: 1;
    display: block;
    width: auto;
    height: auto;
    padding: 20px 0px;
    color: #000;
    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;
}

header .nav>ul>li:hover>a,
header .nav>ul>li.current-menu-item>a,
header .nav>ul>li.current-menu-parent>a,
header .nav>ul>li.current-menu-ancestor>a {
    color: var(--orange-color);
}

header .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;
}

header .nav>ul>li:last-child>ul,
header .nav>ul>li:nth-last-child(2)>ul {
    left: auto;
    right: 0;
}

header .nav>ul>li:hover>ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

header .nav>ul>li>ul>li,
header .nav>ul>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
}

header .nav>ul>li>ul>li>a,
header .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;
}

header .nav>ul>li:hover>ul>li>a,
header .nav>ul>li:hover>ul>li>ul>li>a {
    padding: 9px 15px 10px 15px;
}

header .nav>ul>li>ul>li:hover>a,
header .nav>ul>li>ul>li.current-menu-item>a,
header .nav>ul>li>ul>li.current-menu-parent>a,
header .nav>ul>li>ul>li>ul>li:hover>a,
header .nav>ul>li>ul>li>ul>li.current-menu-item>a,
header .nav>ul>li>ul>li>ul>li.current-menu-parent>a {
    background: #199adb;
}

header .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;
}

header .nav>ul>li:last-child>ul>li>ul,
header .nav>ul>li:nth-last-child(2)>ul>li>ul {
    left: auto;
    right: 100%;
}

header .nav>ul>li>ul>li:hover>ul {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.middle-conter {
    width: 100%;
    display: inline-block;
    vertical-align: top;

}


header .nav {
     
    justify-content: space-between;
}

.side-contact 
{
    position: fixed; 
    right: 0;
    top: 30%;
    z-index: 999;
}

.side-contact a {
    margin-bottom: 15px;
    position: relative;
    right: -95px;
    transition: all .4s ease-in-out;
}

.side-contact a:hover 
{
    right: 0px;
}


.side-contact a img 
{
    margin-right: 15px;
}



.side-call {
    background: var(--orange-color);
    padding: 10px;
    width: 150px;
    border-radius: 30px 0 0 30px;
    color: #FFF !important;
    font-size: 18px;
}

.contact-whatsapp 
{
    background: #23AE01;
    padding: 10px;
    width: 150px;
    border-radius: 30px 0 0 30px;
    color: #FFF !important;
    font-size: 18px;
}



/*******************************
********NAV BAR*****************
*****************************/


/***************** Top Bar *****************/

/* .top-bar {
    background: #e3efd9;
}

.top-bar .info-details ul li {
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.top-bar .info-details ul li a {
    color: #2f0909;
    font-size: 14px;
}

.top-bar .info-details ul span {
    width: 33px;
    height: 33px;
    background: #FFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #75bf33;
    margin-right: 10px;
}


.top-social li a {
    width: 33px;
    height: 45px;
    background: #cedec0;
    color: #577b37;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.top-social li:last-child a {
    margin-right: 0;
} */

header 
{
    border-top: 6px solid #6C6C6C; 
    background: #f9f9f9;
}


.banner .slick-list {
    padding: 0 !important;
}

.slick-slide img {
    width: 100%;
}


.phone-icon 
{
    background: #FFF; 
    border-radius: 50px;
    width: 50px; 
    height: 50px; 
    box-shadow: 0 0 10px #00000029;
    display: flex; 
    align-items: center; 
    justify-content: center;
}

.phone-icon i  
{
    color: var(--orange-color);
    font-size: 18px;
}

.text-phone span 
{
    color: #838383;
    font-weight: 400;
}

.text-phone a  
{
    color: #000 !important; 
    font-size: 18px;
    font-weight: 500;
}


.book-now 
{
    background: var(--orange-color); 
    padding: 10px 30px; 
    color: var(--white); 
    font-size: 18px; 
    font-weight: 600; 
    border: none; 
    border-radius: 30px;
}

.menu-part 
{
    border-bottom: 1px solid #C8C8C8;
}


/************ End Header ***************/

.banner-content {
    position: absolute;
    top: 30%;
    z-index: 99;
    width: 650px;
}

.banner-content h1 {
    font-size: 48px;
    line-height: 60px;
    color: #000;
    margin-bottom: 20px; 
    font-weight: bold;
}

.banner-content h1 span {
    /* font-size: 48px; */
    color: var(--orange-color);
    font-weight: bold;
}

.banner-content h1 strong {
    /* font-size: 48px; */
    color: #000;
    font-weight: bold;
}

.button-design {
    background: rgb(95, 154, 42);
    background: linear-gradient(90deg, rgba(95, 154, 42, 1) 0%, rgba(120, 186, 60, 1) 100%);
    color: #FFF !important;
    text-transform: uppercase;
    padding: 12px 30px;
    border-radius: 50px;
    border: 1px solid #79c733;
    box-shadow: 0px 4px 8px #00000057;
}

.banner-content p {
    position: relative;
    color: #000;
    margin-bottom: 20px;
}

.list-icon-banner 
{
    max-width: 550px;
}

 
.list-icon-banner ul li 
{
    padding-left: 0px; 
    position: relative; 
    color: #000; 
    font-size: 20px; 
    font-weight: 700; 
    margin-bottom: 15px; 
    line-height: 30px; 
    display: flex;
}

 .list-icon-banner ul li i
 {
    color: #178feb; 
    margin-right: 10px;
 }

/******* slider dots **********/ 


.slick-dots li.slick-active button:before {
    opacity: 1;
    color: var(--orange-color);
}

.slick-dots li button:before {
    font-size: 12px; 
}

.slick-dots li 
{
    margin: 0;
}

 
.slick-dots li button:before {
     
    color: var(--orange-color); 
}

.banner .slick-dots {
    bottom: 35px; 
}
     
.banner-area .slick-dots li button:before {
    font-size: 45px;
}

/************************* End Banner ****************/ 


.space-top 
{
    padding-top: 70px;
}


.space-bottom 
{
    padding-bottom: 70px;
}





.ever-bok 
{
    background: url(../images/Ever-Booked.png) no-repeat right; 
     
}

.ever-content h2 
{
    font-size: 35px; 
    color: #000; 
    font-weight: 700; 
    line-height: 40px;
    margin-bottom: 50px;
    position: relative;
}

.ever-content h2::before 
{
    content: '';
    position: absolute; 
    width: 60px; 
    height: 5px; 
    background:var(--orange-color) ;
    bottom: -30px;
}

.ever-content p  
{
    padding-bottom: 30px; 
    font-family: "IBM Plex Sans", sans-serif;
    color: #3F3F3F;
}

.house-wife-bg  
{
    background: url(../images/From-Housewife-bg.jpg) no-repeat center; 
    background-size: cover;
}

.para-content p  
{
    margin-bottom: 15px;
    font-family: "IBM Plex Sans", sans-serif; 
    color: #5B5B5B;
}

.heading 
{
    font-size: 35px; 
    color: #000; 
    font-weight: 700; 
    line-height: 50px;
    margin-bottom: 50px;
    position: relative;
}

.design-text 
{
    color: var(--orange-color);
    font-family: "Sail", system-ui;
    font-size: 60px; 
    line-height: 70px;
}

.center-heading-before 
{
    position: relative;
}

.center-heading-before::before 
{
    content: '';
    position: absolute;
    width: 60px;
    height: 5px;
    background: var(--orange-color);
    bottom: -30px;
    margin: 0 auto; 
    left: 0; 
    right: 0; 
    border-radius: 30px;
}

.icon-area 
{
    background: #FFEDEA; 
    width: 118px; 
    height: 118px; 
    border-radius: 100px; 
    display: flex; 
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 15px; 
}

.icon-text strong 
{
    font-size: 20px; 
    margin-bottom: 10px;
    display: inline-block; 
    font-weight: bold !important;
}

.right-arrow 
{
    position: relative;
}

.right-arrow::after {
    content: '';
    position: absolute;
    background: url(../images/arrow.png) no-repeat right;
    width: 168px;
    height: 20px;
    right: -100px;
    top: 45px;
    background-size: cover;
}


.guests-section  
{
    background: url(../images/guests-section.png) no-repeat center; 
    background-size: cover;
}


.guests {
    background: #FFF;
    padding: 20px;
    box-shadow: 2px 2px 10px #d9d9d9;
    border-radius: 30px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}


.client-name 
{
    padding: 10px 0; 
    border-top: 2px solid #D4D4D4;
}

.client-name h3 
{
    color: var(--orange-color); 
    font-size: 20px; 
    font-weight: 700;
}

.para-area p  
{
    font-size: 18px;
    line-height: 30px; 
    font-family: "IBM Plex Sans", sans-serif;
    color: #000;
}

.clone-position 
{
    position: relative;
    top: -42px;
    right: 30px;
}

.guestes-slider .slick-dots li button:before {
    font-size: 45px;
}

.design-black 
{
    color: #000 !important;
    font-size: 26px;
    line-height: 35px;
}

.put-writing 
{
    background: #F6F6F6 url(../images/suzuki-dzir.png) no-repeat right;
}




.next-trip 
{
    background: var(--orange-color); 
    border-radius: 20px;
    padding: 50px 25% 40px 25%;
}

.next-trip .heading  
{
    color: #FFF;
}

.next-trip p  
{
    color: #FFF;
}

.white-btn {
    background: #FFF;
    padding: 10px 30px;
    color: #6B6B6B !important;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 30px;
    box-shadow: 0 2px 5px #0000004a;
    margin: 5px 10px;
}

.mar-top-140 
{
    margin-top: -140px;
}


.faq-area .accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #F8F8F8;
    box-shadow: inset 0 0px 0  #BFBFBF;
}

.faq-area .accordion-button {

    color: #000000;
    background-color: #F8F8F8;
    box-shadow: inset 0 0px 0  #BFBFBF; 
    font-size: 18px;
    font-weight: 500;
     
}

.guests-return 
{
    background: #F9F9F9;
}


.return-time h4
{
    font-size: 28px; 
    font-weight: 600;
    color: #000;
    line-height: 35px;
}


/************ Footer ******************/ 


footer 
{
    background: #000;
    padding-top: 50px;
}

.footer-holder p 
{
    color: #FFF;
}

.footer-holder strong 
{
    color: var(--orange-color); 
    font-size: 20px;
}

.footer-holder ul li 
{
    line-height: 33px;
}

.footer-holder ul li a 
{
    color: #FFF; 
}

.width-foot-description 
{
    max-width: 400px;
}


.copy-right {
    border-top: 1px solid #FFF;
    padding: 20px 0;
}

.copy-right p 
{
    color: #FFF;
}

.foot-social li 
{
    margin: 0 10px;
}

.foot-social li:last-child 
{
    margin-right: 0;
}


.modal-content .form-control 
{
    box-shadow: none !important; 
}

