@import url('https://fonts.googleapis.com/css2?family=Alata&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: #0c0c23;
    font-size: 16px;
    background: #fff;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: .5px;
    font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
    color: #0c0c23;
    margin: 0 0 15px;
    word-wrap: break-word;
    font-family: "Poppins", sans-serif;
}

p,a,span {
	font-family: "Poppins", sans-serif;
}

h1 {
    font-size: 48px;
    line-height: 58px;
}

h2 {
   font-size: 42px;
   line-height: 52px;
}

h3 {
    font-size: 36px;
    line-height: 46px;
}

h4 {
    font-size: 30px;
    line-height: 40px;
}

h5 {
    font-size: 24px;
    line-height: 34px;
}

h6 {
    font-size: 18px;
    line-height: 28px;
}

p {
    font-size: 16px;
    line-height: 26px;
 }

a {
    color: #e76f51;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    font-style: normal;
    display: inline-block;
    text-decoration: none;
}

a:hover {
    color: #0c0c23;
    text-decoration: none;
}

span {
    display: inline-block;
}

img {
    max-width: 100%;
}

.img-center {
    margin: 0 auto;
    display: block;
}

.img-right {
	float: right;
}

.img-left {
	float: left;
}

a,
img,
header,
a:hover,
img:hover 
header[style="position: fixed;"] {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

img,
img:hover {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

ul,
ol {
    margin: 0 !important;
    padding: 0 !important;
}

ul li,
ol li {
    margin: 0;
    padding: 0;
    float: left;
    font-size: 16px;
    list-style: none;
    line-height: 26px;
    font-family: "Poppins", sans-serif;
}

ul li a,
ol li a {
    margin: 0;
    padding: 0;
}

figure {
    position: relative;
    padding: 0;
    margin: 0;
}

figure:hover img  {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

section {
    z-index: 0;
    padding: 60px 0;
    overflow: hidden;
    position: relative;
}

input,
select,
textarea {
    width: 100%;
    border: none;
    background: #fff;
    padding: 7px 10px;
    font-family: "Poppins", sans-serif;
}

input:focus,
select:focus,
input:active,
select:active,
button:active,
textarea:focus,
textarea:active {
    outline: none;
}

.link,
button {
    font-family: "Poppins", sans-serif;
    background: #FF7300 !important;
    color: #fff !important;
    text-decoration: none;
    letter-spacing: .5px;
    border-radius: 5px;
    padding: 12px 24px;
    line-height: 26px;
    font-size: 16px;
    border: none;
}

.link:hover,
button:hover {
    background: #000 !important;
    color: #fff !important;
}

.link-white {
    font-family: "Poppins", sans-serif;
    background: #fff !important;
    color: #FF7300 !important;
    text-decoration: none;
    letter-spacing: .5px;
    border-radius: 5px;
    padding: 12px 24px;
    line-height: 26px;
    font-size: 16px;
    border: none;
}

.link-white:hover {
    color: #fff !important;
    background: #FF7300 !important;
}

.white {
	color: #fff;
}

.color {
    color: #e76f51;
}

.f-1 {
	font-weight: 100;
}

.f-2 {
	font-weight: 200;
}

.f-3 {
	font-weight: 300;
}

.f-4 {
	font-weight: 400;
}

.f-5 {
	font-weight: 500;
}

.f-6 {
	font-weight: 600;
}

.f-7 {
	font-weight: 700;
}

.f-8 {
	font-weight: 800;
}

.f-9 {
	font-weight: 900;
}

/*-- Header --*/

header {
	background: #0c0c23;
	position: relative;
	padding: 30px 0;
	z-index: 9;
}

header .logo {
    transform: translate(-50%, 0);
	position: absolute;
    max-width: 95px;
    left: 50%;
    top: 0;
}


/*-- Slider --*/
.map ,
.slider {
	background: #0c0c23;
	position: relative;
}

.slider img {
	opacity: .8;
}

.slider .box,
.map .box_center {
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 100%;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
}

.slider .box .text-center {
    max-width: 800px;
}

.slider .box a {
	margin: 10px;
}


/*-- Map --*/
.map .box {
	padding: 25px 25px 10px;
	border-radius: 15px;
	background: #0c0c23;
	max-width: 325px;
}

.map .box h1 {
    display: flex;
    color: #e76f51;
	font-size: 100px;
    font-weight: 600;
    line-height: 100px;
    align-items: center;
}

.map .box h1 span {
    font-size: 34px;
    font-weight: 500;
    line-height: 40px;
    padding-left: 15px;
    letter-spacing: 1px;
}

/*-- Starting --*/

.starting ul {
    display: flex;
    font-weight: 500;
    justify-content: center;
    margin: 20px 0 30px !important;
}

.starting ul li {
    margin: 0 15px;
}

.starting ul li img {
    margin-right: 7px;
}


/*-- Testimonials --*/

.testimonials .box {
    padding: 25px 15px;
    margin: 0 auto;
    background: #fff;
    max-width: 900px;
    border-radius: 10px;
    box-shadow: 0 0 10px #e3e0e0;
}

.testimonials .box_text {
    z-index: 19;
    margin-top: -50px;
    position: relative;
}

.testimonials .box p {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}

.elevated p {
	max-width: 455px;
}

.elevated .rev p {
	max-width: 415px;
}

/*-- Feel --*/

.feel {
	background: url(../images/Feel.png) no-repeat center;
	background-size: cover;
	position: relative;
	margin: 50px 0;
}

.feel h2 {
	margin: 35px 0 30px;
}

.feel img {
    position: relative;
    margin-top: -50px;
}

.feel a {
    margin-bottom: -15px !important;
    transform: translate(0, 10px);
}

/*-- Meet --*/

.meet ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 800px;
    justify-content: center;
    margin: 25px auto 0 !important;
}

.meet ul li {
    flex: 0 0 50%;
    padding: 20px 15px;
}

.meet .box {
    display: flex;
    align-items: center;
}

.meet .box .img {
    flex: 0 0 40%;
}

.meet .box .text {
    padding: 0 0 0 25px;
}

.meet .box .text p {
    margin-bottom: 0;
}

.meet .box .text h4 {
    margin-bottom: 6px;
}

.meet .box .text  span {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    padding-left: 22px;
    background: url(../images/icon.png) no-repeat;
    background-size: 15px;
    background-position: center left;
}


/*-- Calender --*/

.calender {}


/*-- Insta --*/

.insta ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px !important;
    justify-content: center;
}

.insta ul li {
    padding: 12px;
    flex: 0 0 33.3333%;
}

.insta ul li .box {
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px #f5f0f0;
}

.insta ul li .box .head,
.insta ul li .box .foot {
    display: flex;
    padding: 12px;
    align-items: center;
    align-items: center;
}

.insta ul li .box img {
	height: 350px;
	object-fit: cover;
}

.insta ul li .box .head img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    object-fit: cover;
    border-radius: 50%;
}

.insta ul li .box p {
	margin: 0;
	font-weight: 500;
}

.insta ul li .box .foot {
	position: relative;
}

.insta ul li .box .foot a {
	margin-right: 20px;
}

.insta ul li .box .foot a:nth-child(4) {
    position: absolute;
    margin-right: 12px;
    right: 0;
}

.insta ul li .box .foot a:hover svg {
	fill: #FF7300 !important;
}

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

/*-- Calender --*/

.calender {
	margin-bottom: 60px;
}

.calender .box {
    background: #fff;
    margin-top: -50px;
    padding: 25px 15px;
    border-radius: 10px;
    box-shadow: 0 0 10px #e3e0e0;
}

.date-picker {
    position: relative;
}

.day-column div,
.date-picker-day {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;

}
.date-picker-day[data-logo="true"] {
    position: relative;
    color: transparent;
}

.date-picker-day[data-logo="true"]:after {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    position: absolute;
    background: url(../images/icon.png) no-repeat;
    background-position: center;
    background-size: 20px;
}

.date-picker-month {
    text-align: center;
    margin-bottom: 10px;
}


.datepicker-container {}

.datepicker-container .date-picker {
    display: flex;
    flex-wrap: wrap;
}

.datepicker-container .date-picker .mydate {
    flex: 0 0 50%;
}


.datepicker-container .date-picker .mydate .text-center {
    max-width: 420px;
    margin: 0 auto;
    display: flow;
}

.datepicker-container .date-picker .mydate .text-center .day-column {
    text-transform: uppercase;
    font-weight: 500;
}

.calender ul.button_ul {
    display: flex;
    justify-content: center;
    margin: 25px 0 !important;
}

.calender ul.button_ul li {
    flex: 0 0 33.3333%;
    padding: 15px;
}

.calender .box_ul {
    background: #fdf4f1;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
}

.calender .box_ul .text {
    flex: 0 0 50%;
}

.date-picker-day {
    font-weight: 400;
}


.calender .box_ul .text h6,
.calender .box_ul .text p {
    margin: 0;
}

.calender .box_ul .text form {
    padding: 5px;
    display: flex;
    font-size: 20px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #d5d5d5;
    text-align: center !important;
}

.calender .box_ul .text form button {
    font-weight: 400;
    border-radius: 0;
    cursor: pointer;
    color: #000 !important;
    font-size: 20px !important;
    line-height: 20px !important;
    padding: 7px 20px !important;
    background: #fff !important;
}

.calender .box_ul .text form button:hover {
    opacity: .6;
}


.calender .box_ul .text form input {
    padding: 0 !important;
    text-align: center;
}

.calender .box_ul .text p {
    font-size: 14px;
    font-weight: 400;
    opacity: .7;
}

.calender .box_ul .text form button:nth-child(1) {
    border-right: 1px solid #d5d5d5;
}

.calender .box_ul .text form button:nth-child(3) {
    border-left: 1px solid #d5d5d5;
}


/*-- Voyage --*/

.voyage .my_tab ul.nav-pills{
    display: flex;
    flex: 0 0 30%;
    max-width: 30%;
    flex-direction: column;
}

.voyage .my_tab  .tab-content {
    padding: 0 !important;
    flex: 0 0 70%;
    width: 70%;
}

.voyage .my_tab h4.bg {
    background: #fcf3f0;
    padding: 8px 24px;
    font-weight: 500;
    margin-bottom: 0;
    font-size: 22px;
}

.voyage .my_tab h4.bg.round {
	border-top-left-radius: 20px;
}

.voyage .my_tab {
    background: #fcfcfc;
    border-radius: 15px;
    overflow: hidden;
    margin-top: 50px;
}

.voyage .my_tab .tab-pane {
	padding: 24px;
	color: #888;
}

.voyage .my_tab ul.nav-pills li a {
    padding: 14px 24px;
    font-weight: 500;
    font-size: 16px;
    color: #888;
}

.voyage .my_tab ul.nav-pills li a:hover {
    color: #0c0c23;
}

.voyage .my_tab ul.nav-pills li a.active {
    color: #e76f51;
    border-radius: 10px;
    background: #fff !important;
    box-shadow: 0 0 8px #f1efef;
}

.voyage .my_tab h4.bg button {
    display: none;
}

/*-- Footer --*/

footer {
	background: #0c0c23;
	padding: 50px 0 40px;
}

footer p {
	margin: 25px 0 0;
}

@media (max-width: 1025px) {

    h1 {
        font-size: 36px;
        line-height: 46px;
    }

    h2 {
       font-size: 32px;
       line-height: 42px;
    }

    h3 {
        font-size: 28px;
        line-height: 38px;
    }

    h4 {
        font-size: 24px;
        line-height: 34px;
    }

    h5 {
        font-size: 20px;
        line-height: 30px;
    }

    h6 {
        font-size: 16px;
        line-height: 26px;
    }

    section {
        padding: 45px 0;
    }

    p,
    a,
    body,
    ul li,
    ol li,
    .link,
    button,
    .link-white {
        line-height: 20px;
        font-size: 14px;
    }

    .calender .box_ul .text form button {
        font-size: 16px !important;
        padding: 5px 10px !important;
    }

    .slider .box a {
        margin: 7px;
    }
    .slider .white {
        max-width: 651px;
    }

    header {
        padding: 25px 0;
    }
    header .logo {
        max-width: 80px;
    }

    .insta ul li .box img {
        height: 280px;
    }
    .voyage .my_tab h4.bg {
        padding: 6px 20px;
        font-size: 18px;
    }
    .voyage .my_tab ul.nav-pills li a,
    .voyage .my_tab ul.nav-pills li a.active {
        font-size: 14px;
    }
    .voyage .my_tab {
        border-radius: 10px;
        margin-top: 30px;
    }

    .calender .box {
        padding: 25px 0 5px;
    }

    .perfect .col-md-4,
    .elevated .col-md-5 {
        width: 50%;
    }
}



@media (max-width: 992px) {
    br {
        display: none;
    }
    .map .box h1 span br{
        display: block;
    }
    .perfect img {
        max-width: 85%;
    }
    
    .insta ul li .box img {
        height: auto;
    }
    .insta ul li .box .foot a {
        margin-right: 15px;
    }
    .insta ul li .box .foot a svg {
        max-width: 16px;
        max-height: 16px;
    }
    .insta ul li .box .head, .insta ul li .box .foot {
        padding: 10px;
    }
    .calender .box_ul .text form button {
        font-size: 12px !important;
        padding: 2px 6px !important;
    }
    .calender .box_ul .text form input {
        padding: 0 !important;
        font-size: 12px !important;
    }
    .calender .box_ul {
        padding: 8px;
    }
    .calender .box_ul .text p {
        font-size: 12px;
    }
    .calender ul.button_ul {
        padding: 0 5px !important;
        margin: 20px 0 10px !important;
    }
    .calender ul.button_ul li {
        padding: 5px;
    }
    .date-picker-day {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .date-picker-day[data-logo="true"]:after {
        background-size: 16px;
    }
    .datepicker-container .date-picker {
        margin: 10px auto 5px;
    }
    .day-column div, .date-picker-day {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .day-column div, .date-picker-day {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
    
    .map .box h1 {
        font-size: 70px;
        line-height: 70px;
    }
    .map .box h1 span {
        font-size: 26px;
        line-height: 30px;
    }
}

@media (max-width: 767px) {
    .perfect .col-md-4,
    .elevated .col-md-5 {
        width: 100%;
    }
    .rev {
        flex-direction: column-reverse;
    }

    h1 {
        font-size: 36px;
        line-height: 46px;
    }

    h2 {
       font-size: 32px;
       line-height: 42px;
    }

    h3 {
        font-size: 28px;
        line-height: 38px;
    }

    h4 {
        font-size: 24px;
        line-height: 34px;
    }

    h5 {
        font-size: 20px;
        line-height: 30px;
    }

    h6 {
        font-size: 16px;
        line-height: 26px;
    }
    .slider .white {
        max-width: 450px;
    }

    .perfect img,
    .elevated img,
    .perfect .img-right  {
        max-width: 100%;
        margin: 0 auto 30px;
        display: block;
        float: none;
    }

    .perfect,
    .elevated {
        text-align: center;
    }
    .elevated .rev p {
        max-width: 100%;
    } 
    .insta ul li {
        flex: 0 0 50%;
    }
    .meet .box {
        justify-content: center;
    }
    .meet ul li {
        flex: 0 0 50%;
        padding: 15px 10px;
    }
    .meet .box .text {
        padding: 0 0 0 15px;
    }
    .meet .box .text h4 {
        font-size: 18px;
        line-height: 24px;
    }
    .meet .box .text p {
        font-size: 12px;
        line-height: 20px;
    }
    .meet .box .text span {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 2px;
    }
    .calender ul.button_ul {
        flex-wrap: wrap;
    }
    .calender ul.button_ul li {
        flex: 0 0 100%;
    }
    .calender .box_ul {
        padding: 15px;
    }
    .datepicker-container .date-picker {
        flex: 0 0 100%;
    }
    .voyage .my_tab ul.nav-pills li a, 
    .voyage .my_tab ul.nav-pills li a.active {
        border-radius: 5px;
        padding: 6px 10px !important;
        font-size: 12px;
        line-height: 15px;
    }
    .voyage .my_tab .tab-pane {
        padding: 15px;
    }
    footer p {
        margin: 20px auto 10px;
        max-width: 300px;
    }
    .starting ul li {
        margin: 0 5px;
    }
    .map .box {
        padding: 6px 15px 6px;
        border-radius: 15px;
        background: #0c0c23;
        max-width: 244px;
    }
    .slider .box .text-center {
        padding: 0 30px;
    }
    .map img {
        min-height: 260px;
        object-fit: cover;
    }
    .slider img {
        height: 400px;
        object-fit: cover;
    }
    .voyage .my_tab {
        flex-wrap: wrap !important;
    }

    .voyage .my_tab .tab-content,
    .voyage .my_tab ul.nav-pills {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    .datepicker-container .date-picker .mydate {
        flex: 0 0 100%;
    }
}

@media (max-width: 545px) {
    .voyage .my_tab h4.bg {
        display: flex;
        align-items: center;
    }
    .voyage .my_tab h4.bg button {
        display: block;
        max-width: 28px;
        border-radius: 3px;
        margin-right: 15px;
        padding: 5px 7px !important;
    }
    .voyage .my_tab h4.bg button img {
        filter: brightness(0) invert(1);
    }

    ul#demo li.nav-item {
        width: 100%;
        border-bottom: 1px solid #fcf3f0;
    }

    ul#demo li.nav-item a {
        padding: 14px 17px;
        font-weight: 400;
        color: #0c0c23;
    }

    ul#demo li.nav-item a:hover {
        background: #fff;
    }
    ul.nav.nav-pills {
        display: none !important;
    }
    h2 {
        font-size: 28px;
        line-height: 38px;
    }
    h4 {
        font-size: 22px;
        line-height: 32px;
    }
    .meet ul li {
        flex: 0 0 100%;
        padding: 15px 10px;
    }
    .meet .box .text {
        padding: 0 0 0 15px;
        max-width: 150px;
    }
    footer a img {
        max-width: 125px;
    }
    .insta ul {
        margin: 0 -5px !important;
    }
    .insta ul li {
        flex: 0 0 100%;
    }
    .date-picker .mydate:nth-child(2) {
        margin-top: 30px;
    }
    .datepicker-container .date-picker .mydate .text-center {
        max-width: 300px;
    }
    .offcanvas {
        justify-content: center;
    }
}