@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

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

@font-face {
    font-family: 'FuturaPTBooklight';
    src: url(../fonts/futura/FuturaPTLight.otf);
}

@font-face {
    font-family: 'Portrait';
    src: url(../fonts/Portrait_Fonts/Portrait-Light.otf);
}

/* common css open */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    /* font-family: 'Open Sans', sans-serif !important; */
    font-family: 'Portrait' !important;
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

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;

}

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

a {
    text-decoration: none !important;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

:root {
    /* Font Family */
    --Opensans__font__family: 'Open Sans', sans-serif;
    --FuturaPTBook__font__family: 'FuturaPTBook';
    --FuturaPTBooklight__font__family: 'FuturaPTBooklight';
    --Helvetica__font__family: 'Portrait';
    /* color */
    --color__white: #ffffff;
    --color__brown: #87715A;
    --color__black: #575757;
    --color__gray: #EFEEEA;
    --color__light__pink: #F0EBED;
    --color__ligth__gray: rgb(239 238 234 / 10%);
    --color__blue: #30324D;
}

h1 {
    font-size: 56px;
    line-height: 68px;
    font-style: normal;
    text-align: center;
    letter-spacing: 0.56px;
    color: var(--color__black);
}

h2 {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 2px;
    text-align: center;
    color: var(--color__brown);
    text-transform: uppercase;
    font-family: var(--FuturaPTBook__font__family);
}

h3 {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1.75px;
    text-align: center;
    color: var(--color__white);
    font-family: var(--FuturaPTBook__font__family);
}

h4 {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 26px;
    text-align: center;
    color: var(--color__white);
    font-family: var(--FuturaPTBook__font__family);
}

h5 {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.36px;
    color: var(--color__black);
}

p {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 0.24px;
    color: var(--color__black);
}

/* custom container  */
.wrapper__container__708 {
    max-width: 768px;
    width: 100%;
    padding: 0 30px;
    margin: auto;
}

.wrapper__mw--470 {
    max-width: 470px;
    width: 100%;
    margin: auto;
}

.wrapper__container__1236 {
    max-width: 1206px;
    width: 100%;
    padding: 0 5px;
    margin: auto;
}

.wrapper__mw--342 {
    max-width: 342px;
    width: 100%;
    margin: auto;
}

.wrapper__container__952 {
    max-width: 952px;
    width: 100%;
    margin: auto;
}

.mb-32 {
    margin-bottom: 32px;
}

/* #################### 01 ########################## */

/* section 01 banner css open */

.logo__top {
    max-width: 708px;
    width: 100%;
    height: auto;
}

.logo__footer img{
    max-width: 220px !important;
    width: 100%;
    height: auto;
    margin: auto;
    display: block;
    margin-bottom: 58px;
}

/* .wrapper__banner__image__box{
    width: 100%;
	height:100vh;
    transition: all;
	overflow:hidden;
	 transform: scale(1);
} */



.wrapper__banner__section {
    position: relative;
    overflow: hidden;
}

.wrapper__top__logo {
    position: absolute;
    top: calc(0% + 200px);
    left: 50%;
    transform: translate(-50%, 0);
}

.wrapper__banner__image__box--text {
    position: absolute;
    bottom: 12%;
    left: 50%;
    transform: translate(-50%, 0);
}

/* section 01 banner css close */

/* #################### 02 ########################## */

/* section 02 SITARA HIMALAYA css open  */
.wrapper__sitar__himalaya__section {
    background-color: var(--color__ligth__gray);
    padding: 160px 0 190px;
}

.wrapper__sitar__himalaya--text h2 {
    margin-bottom: 40px;
}

.wrapper__sitar__himalaya--text h1 {
    margin-bottom: 80px;
}

.wrapper__sitar__himalaya--text p:first-of-type {
    margin-bottom: 32px;
}

.wrapper__sitar__himalaya--text p:last-of-type {
    margin-bottom: 100px;
}

/* section 02 SITARA HIMALAYA css close  */

/* #################### 03 ########################## */

/* section 03 Parallax css open */
.wrapper__parallax__section {
    position: relative;
}

.wrapper__prallax__img {
    height: 600px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center top;
}

.wrapper__prallax__text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* section 03 Parallax css close */

/* #################### 04 ########################## */

/* section LAND OF DEVATAS CSS open  */
.wrapper__land__section {
    padding: 160px 0 219px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.wrapper__land__bg__flower__01 {
    position: absolute;
    top: -472px;
    left: calc(50% + -206px);
    z-index: -1;
}

.wrapper__land__box {
    padding-top: 118px;
    /* overflow-x: hidden; */
}

.wrapper__land__card h2 {
    margin-bottom: 52px;
}

.wrapper__land__card {
    position: relative;
    z-index: 3;
}

.wrapper__small__card img {
    margin-bottom: 136px;
    margin: auto;
    display: block;
    margin-bottom: 63px;
}

.wrapper__tree__img {
    margin: auto;
    display: block;
}

/* section LAND OF DEVATAS CSS close  */

/* #################### 05 ########################## */

/* section we offer css open */
.wrapper__we__offer__section {
    background-color: var(--color__gray);
    padding: 40px 0;
    position: relative;
}

.wrapper__we__offer__section::before {
    content: '';
    position: absolute;
    top: 40px;
    width: 100%;
    height: 100px;
    background-image: url(../images/border_top.svg);
    background-size: contain;
}

.wrapper__we__offer__section::after {
    content: '';
    position: absolute;
    bottom: 40px;
    width: 100%;
    height: 100px;
    background-image: url(../images/border_bottom.svg);
    background-size: contain;
}

.wrapper__we__offer--text {
    padding: 281px 20px;
}

/* section we offer css close */

/* #################### 06 ########################## */

/* section 06 slider css open */
.wrapper__slider__section {
    padding: 43px 40px;
}

.wrapper__slick--progress {
    position: relative;
}

.wrapper__slick--progress .slick-dots {
    bottom: 40px;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.wrapper__slick--progress .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    background: var(--color__white);
    left: 0;
    width: 38px;
    height: 2px;
    content: '';
    opacity: none;
    text-align: center;
    transition: .2s;
    opacity: .3 !important;
}

.wrapper__slick--progress .slick-dots li {
    width: 38px;
    height: 2px;
    margin: 0;
    margin-right: 15px;
}

.wrapper__slick--progress .slick-dots li button {
    height: 2px;
}

.wrapper__slick--progress .slick-dots li.slick-active button:before {
    opacity: .3;
}

.wrapper__slick--progress .slick-dots li.slick-active button:after {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    opacity: 1;
    background: var(--color__white);
    left: 0;
    width: 38px;
    height: 2px;
    content: '';
    text-align: center;
    z-index: 9;
    animation-name: progress;
    animation-timing-function: linear;
    animation-duration: 1s;
}

@keyframes progress {
    from {
        width: 0px;
    }

    to {
        width: 38px;
    }
}


.wrapper__slick--progress .slick-prev {
    left: 40px;
}

.wrapper__slick--progress .slick-next {
    right: 48px;
}

.wrapper__slick--progress .slick-next,
.wrapper__slick--progress .slick-prev {
    font-size: 0px;
    z-index: 9;
    top: 50%;
    width: 15px;
    height: 30px;
}

.wrapper__slick--progress .slick-next:before {
    content: '';
    width: 30px;
    height: 15px;
    background-image: url(../images/right_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    transform: rotate(270deg);
}

.wrapper__slick--progress .slick-prev:before {
    content: '';
    width: 15px;
    height: 30px;
    background-size: contain;
    background-image: url(../images/left_arrow.svg);
    background-repeat: no-repeat;
    position: absolute;
}

/* section 06 slider css close */

/* ##################### 07 #########################  */

/* PARO SVASTI css open  */
.wrapper__paro__svasti {
    background-color: var(--color__light__pink);
    padding-bottom: 120px;
    position: relative;
}

.wrapper__land__bg__flower__02 {
    position: absolute;
    top: -645px;
    left: calc(50% + -62px);
    z-index: -1;
}

.wrapper__land__bg__flower__03 {
    position: absolute;
    top: -193px;
    left: calc(50% - 615px);
    z-index: -1;
}

/* PARO SVASTI css close  */

/* ##################### 09 #########################  */

/* section 09 NURTURED BY NATURE open  */
.wrapper__nurtured {
    background-color: var(--color__gray);
    padding: 463px 0 406px;
    position: relative;
}

.wrapper__land__bg__flower__04 {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* section 09 NURTURED BY NATURE close  */

/* ##################### 10 #########################  */
.wrapper__food {
    background-color: var(--color__gray);
    padding-bottom: 180px;
}

/*  ##################### 11 #########################  */
.wrapper__booking__section {
    padding: 180px 20px;
    position: relative;
}

.wrapper__land__bg__flower__05 {
    position: absolute;
    z-index: -1;
	top: -576px;
    left: calc(50% + -90px);
}

.wrapper__booking__section a {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 2px;
    text-align: center;
    color: var(--color__brown);
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    font-weight: 200;
    font-family: var(--FuturaPTBook__font__family);
}

/*  ##################### 12 #########################  */

/* footer css open */
footer {
    background-color: var(--color__blue);
    padding: 140px 0 160px;
}

.wrapper__footer__list ul {
    text-align: center;
}

.wrapper__footer__list ul li {
    display: inline-block;
    margin-right: 22px;
    opacity: 0.5;
}

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

.wrapper__footer__list ul li,
.wrapper__footer__list ul li a {
    color: var(--color__white);
    font-size: 14px;
    letter-spacing: 1.75px;
    line-height: 30px;
    font-weight: 300 !important;
    font-family: var(--FuturaPTBooklight__font__family);
}

/* footer css close */

.wrapper__land__bg__flower__01--img img {
    max-width: 1165px !important;
    opacity: 0.4;
}

.wrapper__land__bg__flower__02--img img {
    max-width: 858px !important;
    opacity: 0.4;
}

.wrapper__land__bg__flower__03--img img {
    max-width: 270px !important;
    opacity: 0.4;
    transform: matrix(0.87, 0.5, -0.5, 0.87, 0, 0);
}

.wrapper__land__bg__flower__04--img img {
    max-width: 840px !important;
    opacity: 0.45;

}

.wrapper__land__bg__flower__05--img img {
    max-width: 342px !important;
    opacity: 0.4;
}

.wrapper__tree__img img {
    opacity: 1;
}



/* zoom Banner css */
.wrapper__banner__image__box img {
    width: 100% !important;
	max-width:100% !important;
	height:auto;
/* 	height:auto;
    transition: all;
	overflow:hidden;
	transform: scale(1); */
}
/* .wrapper__banner__image__box {
    width: 100%;
	height:100vh;
	overflow:hidden;
} */

/* .zoom_img{
    transform: scale(1.2);
    transition: 8s all ease-in-out;
	overflow:hidden;
	position:relative
} */

div.slick-slider { width: 1px; min-width: 100%; *width: 100%; }
/* zoom Banner css */

@supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */
    .wrapper__prallax__img {
        background-attachment: unset;
    }
    .wrapper__sitar__himalaya__section {
        padding: 10px 0 80px;
    }
  }

.slick-slide img {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
}
.wrapper__banner__image__box--text{
	top:unset!important;
}
