/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
* {
	box-sizing: border-box;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
    text-decoration: none;
}


/* width */
/*
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: transparent; 
}
 
::-webkit-scrollbar-thumb {
  background: #c4c4c4;
  border-radius: 10px;
}*/

:root {
    --clr-primary: #004d4a;
    --clr-primary-dark: #001a18;
    --clr-primary-light: #ddebd7;
    --clr-secondary: green;
    --clr-earth: #1f3b21;
    --clr-black: #000;
    --clr-white: #fff;
    --clr-grey: #c6c6c6;
    --clr-yellow-light: rgba(249,172,0,.8);
    --clr-yellow: #f9ac00;
    --clr-cyan: #12deb6;
    --bg-primary: #004d4a;
    --bg-primary-dark: #001a18;
    --bg-primary-light: #ddebd7;
    --bg-cream: #fffbec;
    --bg-black: #000;
    --bg-white: #fff;
    --font-primary: Plus Jakarta Sans;
    --font-secondary: Inter;
    --font-souvenir: Souvenir;
}

html {
	font-size: var(--sizeRatio);
}
body {
    line-height: inherit;
    margin: 0;
}
html,body {
	font-family: 'Poppins', sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Lobster', sans-serif;
	font-weight: normal !important;
}
	

@media (min-width: 1400px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1200px;
}

}



#home-banner {
    background-image: url(images/bg-image-2.jpg);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.banner-row {
    min-height: 100vh;
}

.heading-red {
    font-size: 1.2rem;
    font-weight: 600;
    color: #DF6951;
    margin-bottom: 1.1rem;
}
.text-headind h1 {
    font-size: 4.3rem;
    font-weight: 600;
    color: #181E4B;
    padding: 0;
    line-height: 1.1;
}

p {
    font-size: 0.9rem;
    font-weight: 400;
    color: #5E6282;
    line-height: 1.3;
}
.icon-size {
    margin-right: 5px;
    color: #DF6951;
    font-size: 28px;
}
.enjoy-text {
    position: relative;
    z-index: 1;
}
.text-headind {
    margin-top: 4rem;
}
.enjoy-text img {
    position: absolute;
    left: 0;
    width: 150%;
    top: 50%;
    transform: translateY(-10%);
    z-index: -1;
}

.btn-yollow {
    color: #fff;
}
.btn-yollow:hover {
    color: #F1A501;
    background-color: transparent;
    border-color: #F1A501;
}
.btn-gray {
    color: #686D77;
}

.btn-gray:hover {
    color:#DF6951;
}
.nav-link {
	color:#212832;
	
}

.pg-1 {
    font-size: 1rem;
    font-weight: 500;
    color: #5E6282;
}
.sec-heading {
    color: #14183E;
    font-size: 2.2rem;
}
.p-title {
    font-size: 1.2rem;
    font-weight: 500;
    color: #1E1D4C;
    margin: 1rem 0 1rem 0;
}

.mr-pd {
    margin: 4rem 0 2rem 0;
    padding-right: 6rem;
}
section#services img {
    margin-top: 2rem;
}
.mt-6 {
    margin-top: 5rem!important;
}
.no-card {
    border: 0!important;
    border-radius: 24px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
i.bi.bi-cursor-fill {
    color: #000;
    margin-right: 10px;
}
p.days {
    font-size: 16px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
img.cardImg {
    border-radius: 24px 24px 0 0;
	width: 100%;
}

#destinations .gutter-1 {
    --bs-gutter-x: 60px;
}

#services {
    margin-top: 10rem;
}

#services .card {
    height: 18rem;
}

#EasySteps{
    margin-top: 4rem;
}

.card.one-card {
    border: 0!important;
    border-radius: 24px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 1rem;
}
@media (min-width: 1400px)
#EasySteps .cardImg {
    border-radius: 24px 24px 24px 24px;
}
@media (min-width: 1400px)
.col-2 {
    background-color: #F5F5F5;
    width: 30px;
    height: 30px;
    margin: 4px;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-11 {
    font-size: 2.3rem;
    color: #fff;
}
.cardTitle {
    margin-bottom: 2px;
    color: #5E6282;
    font-size: 16px;
    margin-bottom: 5px;
}
.icon-01 {
    height: 50px;
    width: 50px;
    background-color: #F0BB1F;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#EasySteps .card {
    border: none;
}
.icon-02 {
    height: 50px;
    width: 50px;
    background-color: #F15A2B;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-03 {
    height: 50px;
    width: 50px;
    background-color: #006380;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.city-name {
    font-size: 18px;
    font-weight: 500;
    color: #5E6282;
    line-height: 1.3;
}
img.ImgCard-1 {
    width: 120%;
}

.border-radius-02 {
    border: none;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.border-radius-02 {
    border: none;
    padding: 0rem 1rem 0rem 1rem;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
}
section#Testimonials {
    margin-top: 5rem;
    margin-bottom: 8rem;
}
.image-dp {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50px;
    width: 60px;
    transform: translate(-50%, -50%);
}


.news-latest {
    font-size: 34px;
    font-weight: 500;
    text-align: center;
    margin: 4rem 0 3rem 0;
}

i.bi.bi-envelope {
    color: #39425D;
    font-size: 18px;
}
.padding-r {
    padding: 3rem 10rem 4rem 10rem;
}

.btnSub:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}

input.btnSub {
    background-color: #FF946D;
    border: 2px solid #FF946D;
    color: #fff;
}
.btnSub:hover {
    color: #FF946D;
    background-color: #fff;
    border: 2px solid #FF946D;
}

.btn:first-child:active {
    color: #FF946D;
    background-color: #dfd7f9;
    border-color: #FF946D;
}
#subscribe {
    margin-top: 7rem;
}

#subscribe>.container {
	position: relative;
}
.positionAbsolute {
    background-image: url(images/background-pink.png);
    position: relative;
    border-radius: 12rem 3rem 3rem 3rem;
}
#subscribe>.container>.positionAbsolute:before {
    content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 70px;
	height: 70px;
	background: url(images/send-img.png) no-repeat center;
	background-size: contain;
	transform: translate(50%, -50%);
}





.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #FF7D68;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(255 125 104 / 28%);
}

}
.positionAbsolute {
    position: relative;
}

.px5 {
    padding: 3rem 5rem 0rem 5rem;
}


footer#foot {
    margin: 14rem 0 5rem 0;
}
p.jadoo-3 {
    font-size: 44px;
    font-weight: 400;
    color: #181E4B;
    margin-bottom: 6px;
}
.bold-1 {
    font-size: 20px;
    font-weight: 500;
    color: #080809;
    margin-bottom: 8px;
}
li.Medium-1 {
    color: #5E6282;
    font-size: 16px;
    font-weight: 400;
}
.ourapp {
    color: #5E6282;
    font-size: 19px;
    font-weight: 400;
}

.ourapp {
    color: #5E6282;
    font-size: 19px;
    font-weight: 400;
    margin: 1rem 0 1rem 0;
}
.social-1 {
    display: flex;
}
.socialIcon {
    display: flex;
    height: 35px;
    width: 35px;
    background-color: #fff;
    margin: 0px 12px 6px 0px;
    border-radius: 25px;
    box-shadow: 0 0px 9px 0 rgba(0, 0, 0, 0.2), 0 0px 0px 0 rgba(0, 0, 0, 0.19);
    justify-content: center;
    align-items: center;
    color: #080809;
}
p.allRights {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    margin-top: 4rem;
}

@media only screen and (max-width: 1280px) {

.btn-gray {
    color: #686D77;
    align-items: end;
}
.text-headind h1 {
    font-size: 4rem;
}

img.ImgCard-1 {
    width: 100%;
}


}

@media only screen and (max-width: 1025px) {

#destinations .gutter-1 {
    --bs-gutter-x: 0px;
}

.gutter-1 .col {
    width: 85%;
}
.sec-heading {
    color: #14183E;
    font-size: 2rem;
}
.navbar-nav .nav-link {
    padding-right: 0!important;
    padding-left: 0!important;
}

}

@media only screen and (max-width: 921px) {
	

.navbar-collapse.show {
    left: 0;
}
.navbar-collapse {
    position: fixed;
    top: 0;
    left: -220px;
    width: 100%;
    max-width: 220px;
    background: #fff;
    height: 100vh;
    transition: all 0.3s ease-in-out;
}

.navbar-nav {
    flex-direction: unset;
    flex-wrap: wrap;
}
	
.navbar-nav .nav-link {
    padding: 10px 15px!important;
    margin-right: 0!important;
    display: block;
    width: 100%;
}
.navbar-nav .nav-item {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 !important;
}

.navbar-nav .nav-btn {
    order: -1;
    width: 50%;
    padding: 15px 10px 5px;
}

.navbar-nav .nav-btn a {
    line-height: normal;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px 5px !important;
    min-height: auto;
    border-radius: 10px;
}

.navbar-nav .nav-btn .nav-link {
    border: 1px solid #888888;
}



}

@media only screen and (max-width: 821px) {

.logo {
    margin: 0px 0px 0px -40px;
}
.text-headind .heading-red {
    font-size: 1rem;
    margin-top: 2rem;
}
	.text-headind h1 {
    font-size: 3rem;
}
.mr-pd {
    padding-right: 0;
}
img.girl-main-image {
    width: 100%;
}
#destinations .gutter-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 25px 10px;
    --bs-gutter-x: none;
}	
	
	img.imgPng {
    width: 80%;
}
	.news-latest {
    font-size: 24px;
    margin: 2rem 0rem 0rem 0rem;
}
	
.jadoo-3 {
    font-size: 34px;
}	
	
.bold-1 {
    font-size: 16px;
}	
.Medium-1 {
    font-size: 14px;
}	
.socialIcon {
    height: 30px;
    width: 30px;
}	
.ourapp {
    font-size: 17px;
}	
.play-social {
    display: flex;
}	
	.Google-play {
    width: 42%;
    margin-right: 4px;
}
#subscribe>.container>.positionAbsolute:before {
    content: '';
    width: 55px;
    height: 55px;
}	
	
	
	
}

@media only screen and (max-width: 576px) {

.text-headind .heading-red {
    font-size: .8rem;
}
.text-headind h1 {
    font-size: 2.8rem;
}
p {
    font-size: 0.8rem;
}

.btn-warning {
   font-size: 12px;
}
.fs-6 {
    font-size: 12px!important;
}
.icon-size {
    margin-right: 3px;
    font-size: 24px;
}
.logo {
    margin: 0px 0px 0px 0px;
}
.sec-heading {
    color: #14183E;
    font-size: 1.7rem;
}
.pg-1 {
    font-size: .8rem;
}
.image-dp {
    width: 44px;
}
.positionAbsolute {
    background-image: url(images/background-pink.png);
    position: relative;
    border-radius: 20vw 0 20vw 0;
}
.news-latest {
    font-size: 15px;
    margin: 2rem 0rem 0rem 0rem;
}
.padding-r {
    padding: 1rem 0rem 2rem 4rem;
}
.form-control {
	font-size: .9rem;
}
.btn {
	font-size: .9rem;
}
#services {
    margin-top: 5rem;
}
p.jadoo-3 {
    font-size: 25px;
}
.bold-1 {
    font-size: 12px;
}
li.Medium-1 {
    font-size: 12px;
}
.ourapp {
    font-size: 12px;
}
.socialIcon {
margin: 0px 4px 0px 0px;
}
footer#foot {
    margin: 4rem 0 2rem 0;
}
#subscribe>.container>.positionAbsolute:before {
    content: '';
    width: 50px;
    height: 48px;
	top: 5%;
    right: 8vw;
}
.text-headind {
    margin-top: 0rem;
}

#brandLogo .col {
    flex: 0 1 50%;
}

#brandLogo .col img {
    display: block;
    margin: 0 auto;
    height: 23vw;
    object-fit: contain;
}

.testimonial-col {
    padding-left: 10vw;
    margin-top: 5vw;
}

img.cardImg {
    height: 70vw;
    object-fit: cover;
}

.footer-wrap>* {
    flex: 0 0 auto;
    margin: 0 0 7vw;
}

.footer-wrap>.col-3 {
    width: 100%;
}

.footer-wrap>.col-2 {
    width: 33.33%;
}

.Google-play {
    width: 50%;
    max-width: 30vw;
}

.subscribe-head {
    padding: 7vw 8vw;
}

.padding-r {
    padding: 0 8vw 10vw;
}

#services .card {
    height: auto;
}

#home-banner .text-headind {
    margin-top: 10vw;
}

.navbar-wrap {
    align-items: center;
}

p.allRights {
    margin: 5vw 0 0;
}


}


























