<meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style><!--
body {
font-family: "Inter", sans-serif;
text-align: center;
margin: 0;
padding: 0;
}
/* Banner Classes */
.banner {
width: 100%;
position: relative;
display: inline-block;
}
.banner img {
width: 100%;
display: block;
}
.video-bg {
width: 100%;
display: block;
}
.gradient-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.79));
/* Adjust the colors and opacity as needed */
z-index: 1;
}
.banner-text-overlay {
position: absolute;
top: 15%;
left: 50%;
color: #FFFFFF;
font-family: "Reckless Neue";
font-size: 2vw;
font-weight: 500;
white-space: nowrap;
text-align: center;
transform: translate(-50%, -50%);
z-index: 2;
/* Ensure the text is above the gradient overlay */
}
.banner-heading-overlay {
position: absolute;
top: 23%;
left: 50%;
color: #FFFFFF;
font-family: "Reckless Neue";
font-size: 5vw;
font-weight: 900;
white-space: nowrap;
transform: translate(-50%, -50%);
z-index: 2;
/* Ensure the text is above the gradient overlay */
}
.heading-overlay {
position: absolute;
bottom: 25%;
left: 6%;
color: #FFFFFF;
font-family: "Inter", sans-serif;
text-align: center;
white-space: nowrap;
font-size: 2.2vw;
font-weight: 600;
z-index: 2;
/* Ensure the text is above the gradient overlay */
}
.text-overlay {
position: absolute;
bottom: 22%;
left: 6%;
color: #D1D5DB;
font-family: "Inter", sans-serif;
text-align: center;
white-space: nowrap;
font-size: 1.2vw;
font-weight: 400;
z-index: 2;
/* Ensure the text is above the gradient overlay */
}
.book-button {
position: absolute;
bottom: 17%;
left: 6%;
background-color: #FFFFFF;
font-family: "Inter", sans-serif;
text-align: center;
color: #030712;
border: 1px #E5E7EB;
border-radius: 20px;
/* Adjust the border-radius for rounder or less round edges */
font-size: 1.2vw;
font-weight: 500;
cursor: pointer;
white-space: nowrap;
transition: background-color 0.3s, color 0.3s;
padding: 6px 14px;
z-index: 2;
}
.book-button:hover {
background-color: black;
color: white;
}
/* Wrapper Classes */
.wrapperr {
padding-left: 5%;
padding-right: 5%;
}
/* Common Classes */
.heading1 {
font-size: 40px;
font-weight: 700;
padding: 30px;
}
.heading2 {
font-size: 40px;
font-weight: 700;
padding-top: 30px;
margin: 0;
}
/* First Section of Web-Page */
.glimpse-row {
display: flex;
gap: 10px;
}
.glimpse-image1 {
flex: 60%;
padding-bottom: 1%;
}
.glimpse-image2 {
flex: 40%;
padding-bottom: 1%;
}
.glimpse-image3 {
flex: 50%;
padding-bottom: 1%;
}
.glimpse-image4 {
flex: 100%;
padding-bottom: 1%;
}
/* Fourth Section of Web-Page */
.testimoialz {
margin-top: 30px;
display: grid;
grid-template-areas: "msg msg msg";
gap: 16px;
margin: 50px 0px;
text-align: left;
}
.testimoialz_div {
background-color: #F3F4F6;
border-radius: 16px;
padding: 24px;
}
.testimoialz_img {
height: 64px;
width: 64px;
border-radius: 12px;
}
.testimoialz_h2 {
font-size: 20px;
font-weight: 500;
margin-top: 3%;
}
.testimoialz_p {
color: #4B5563;
font-weight: 400;
font-size: 16px;
line-height: 24px;
}
/* Sixth Section of Web-Page */
.expedition {
width: 100%;
position: relative;
text-align: center;
color: white;
}
.expedition_img {
width: 100%;
display: block;
}
.expedition_h3 {
position: absolute;
top: 46%;
left: 50%;
transform: translate(-50%, -50%);
color: #FFFFFF;
font-size: 2vw;
font-weight: 700;
white-space: nowrap;
}
.expedition_p1 {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: #FFFFFF;
font-size: 1vw;
font-weight: 400;
white-space: nowrap;
}
.expedition-book-button {
position: absolute;
top: 55%;
left: 50%;
background-color: #FFFFFF;
font-family: "Inter", sans-serif;
text-align: center;
color: #030712;
border: 1px #E5E7EB;
border-radius: 20px;
/* Adjust the border-radius for rounder or less round edges */
font-size: 1vw;
font-weight: 500;
cursor: pointer;
white-space: nowrap;
transition: background-color 0.3s, color 0.3s;
transform: translate(-50%, -50%);
padding: 6px 14px;
z-index: 2;
white-space: nowrap;
}
.expedition-book-button:hover {
background-color: black;
color: white;
}
/* Fifth Section of Web-Page */
.location-selector {
padding-bottom: 20%;
display: grid;
grid-template-areas: "msg msg msg";
text-align: left;
}
.location-items {
position: relative;
}
.location-selector-img {
width: 97%;
height: 120%;
}
.location-selector-gradient-overlay {
position: absolute;
top: 0;
left: 0;
width: 97%;
height: 120%;
background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.49));
/* Adjust the colors and opacity as needed */
z-index: 1;
}
.location-selector-text-overlay {
position: absolute;
top: 105%;
left: 6%;
color: rgba(255, 255, 255, 1);
font-size: 1.5vw;
font-weight: 700;
z-index: 2;
/* Ensure the text is above the gradient overlay */
}
@media (max-width: 850px) {
.book-button {
bottom: 15%;
}
.blog-selector>div div {
font-size: 14px;
}
.blog-selector>div p {
font-size: 18px;
}
}
@media (max-width: 600px) {
/* Banner Classes */
.banner-text-overlay {
font-size: 14px;
font-weight: 300;
}
.banner-heading-overlay {
top: 28%;
font-size: 36px;
font-weight: 700;
}
.heading-overlay {
bottom: 25%;
left: 50%;
font-size: 22px;
font-weight: 400;
transform: translate(-50%, -50%);
}
.text-overlay {
bottom: 20%;
left: 50%;
font-size: 12px;
font-weight: 400;
transform: translate(-50%, -50%);
}
.book-button {
bottom: 8%;
left: 50%;
border-radius: 20px;
font-size: 12px;
font-weight: 300;
padding: 4px 10px;
transform: translate(-50%, -50%);
}
/* Common Classes */
.heading1 {
font-size: 28px;
font-weight: 500;
padding: 15px;
}
.heading2 {
font-size: 32px;
font-weight: 700;
padding-top: 25px;
}
/* First Section of Web-Page */
.glimpse-row {
flex-direction: column;
}
.glimpse-image1,
.glimpse-image2,
.glimpse-image3,
.glimpse-image4 {
flex: 100%;
padding: 5px;
}
/* Fourth Section of Web-Page */
.testimoialz {
grid-template-areas: 'msg' 'msg' 'msg';
margin-top: 25px;
gap: 14px;
margin: 30px 0px;
}
.testimoialz_img {
height: 48px;
width: 48px;
}
.testimoialz_h2 {
font-size: 16px;
}
.testimoialz_p {
font-size: 14px;
line-height: 20px;
}
/* Sixth Section of Web-Page */
.expedition_h3{
top: 45%;
font-size: 28px;
font-weight: 500;
}
.expedition_p1 {
top: 55%;
font-size: 12px;
font-weight: 200;
}
.expedition-book-button {
top: 65%;
border-radius: 20px;
font-size: 12px;
font-weight: 300;
padding: 4px 10px;
}
/* Fifth Section of Web-Page */
.location-selector {
grid-template-areas: 'msg' 'msg' 'msg';
}
.location-items {
margin-bottom: 20px;
/* Adjust spacing between items */
}
.location-selector-img {
width: 100%;
height: 100%;
}
.location-selector-gradient-overlay {
width: 100%;
height: 100%;
}
.location-selector-text-overlay {
top: 85%;
left: 4%;
color: rgba(255, 255, 255, 1);
font-size: 18px;
font-weight: 500;
}
}
@media (max-width: 450px) {
.heading1 {
font-size: 22px;
font-weight: 500;
padding: 15px;
}
/* Banner Classes */
.banner-heading-overlay {
top: 30%;
}
.book-button {
bottom: 6%;
}
}
--></style>
<div class="banner"><img src="https://cdn.shopify.com/s/files/1/0553/3594/4379/files/DSC04353_1.png?v=1700395496">
<div class="gradient-overlay"></div>
<div class="banner-text-overlay">experience the <br>magestic mountains of</div>
<div class="banner-heading-overlay">— manali —</div>
<div class="heading-overlay">ArtBuzz Manali</div>
<div class="text-overlay"><i aria-hidden="true" class="fa fa-map-marker"></i> Hamta Pass Mountain View</div>
<button type="button" class="book-button"><i aria-hidden="true" class="fa fa-building-o"></i> Book Now</button></div>
<div class="wrapperr"><!--First Section of Web-Page -->
<h1 class="heading1">Glimpse of Manali experience</h1>
<div class="glimpse-row">
<div class="glimpse-image1"><img src="https://cdn.shopify.com/s/files/1/0553/3594/4379/files/DSC04388.png?v=1700395495" height="100%" width="100%"></div>
<div class="glimpse-image2"><img src="https://cdn.shopify.com/s/files/1/0553/3594/4379/files/DSC03321.png?v=1700395494" height="100%" width="100%"></div>
</div>
<div class="glimpse-row">
<div class="glimpse-image3"><img src="https://cdn.shopify.com/s/files/1/0553/3594/4379/files/Copy_of_DSC03532.png?v=1700395495" height="100%" width="100%"></div>
<div class="glimpse-image3"><img src="https://cdn.shopify.com/s/files/1/0553/3594/4379/files/DSC03373.png?v=1700395495" height="100%" width="100%"></div>
</div>
<div class="glimpse-row">
<div class="glimpse-image4"><img src="https://cdn.shopify.com/s/files/1/0553/3594/4379/files/what_s_included.png?v=1700395495" width="100%"></div>
</div>
<!--Fourth Section of Web-Page -->
<h1 class="heading2">People say it all, we don't brag</h1>
<p>We take pride in our quality and service</p>
<div class="testimoialz">
<div class="testimoialz_div"><img alt="msg_1" src="https://cdn.shopify.com/s/files/1/0553/3594/4379/files/image_10.png?v=1697552619" class="testimoialz_img">
<h2 class="testimoialz_h2">Anubhav Kaushik — ArtBuzz Manali</h2>
<p class="testimoialz_p">I loved the space but the whole atmosphere for me looks so made up. So, have an easy atmosphere for the people who are not familiar. Although, the place is good for the artists and creative people.</p>
</div>
<div class="testimoialz_div"><img alt="msg_2" src="https://cdn.shopify.com/s/files/1/0553/3594/4379/files/image_9_1.webp?v=1697556803" class="testimoialz_img">
<h2 class="testimoialz_h2">Vrinda Bhat — ArtBuzz Jaipur</h2>
<p class="testimoialz_p">We travelled in bus from Gurgaon and it’s accessible from the last bus stop (Sindhi camp bus station). Very friendly staff and food is also good. After the checkout also we stayed there for quite long in the waiting area.</p>
</div>
<div class="testimoialz_div"><img alt="msg_3" src="https://cdn.shopify.com/s/files/1/0553/3594/4379/files/image_9.webp?v=1697556804" class="testimoialz_img">
<h2 class="testimoialz_h2">Wandering Akriti — ArtBuzz Studio Delhi</h2>
<p class="testimoialz_p">Very lovely studio. Such a chill vibe with aesthetically pleasing interior. I looked at some artwork from other artists, all were so lovely.</p>
</div>
</div>
<!--Sixth Section of Web-Page -->
<div class="expedition"><video muted="" loop="loop" autoplay="autoplay" class="video-bg">
<source type="video/mp4" src="https://cdn.shopify.com/videos/c/o/v/8d730479d1234eb0b14a11fdbd53993f.mp4">
<!-- Add more source elements for different video formats --></video>
<div>
<h3 class="expedition_h3">Winter Expedition</h3>
<p1 class="expedition_p1"><i class="fa fa-map-marker" aria-hidden="true"></i> Manali, Himachal Pradesh</p1></div>
<button type="button" class="expedition-book-button"><i aria-hidden="true" class="fa fa-building-o"></i> Book Now</button></div>
<!--Fifth Section of Web-Page -->
<h1 class="heading1">Check out other dope properties</h1>
<div class="location-selector">
<div class="location-items"><img src="https://cdn.shopify.com/s/files/1/0553/3594/4379/files/mussoorie123.webp?v=1697549705" class="location-selector-img">
<div class="location-selector-gradient-overlay"></div>
<div class="location-selector-text-overlay">Mussoorie</div>
</div>
<div class="location-items"><img src="https://cdn.shopify.com/s/files/1/0553/3594/4379/files/jaipur123.webp?v=1697549706" class="location-selector-img">
<div class="location-selector-gradient-overlay"></div>
<div class="location-selector-text-overlay">Jaipur</div>
</div>
<div class="location-items"><img src="https://cdn.shopify.com/s/files/1/0553/3594/4379/files/dehradun123png.webp?v=1697549705" class="location-selector-img">
<div class="location-selector-gradient-overlay"></div>
<div class="location-selector-text-overlay">Dehradun - Coming Soon</div>
</div>
</div>
</div>
<style><!--
body {
font-family: "Inter", sans-serif;
text-align: center;
margin: 0;
padding: 0;
}
/* Banner Classes */
.banner {
width: 100%;
position: relative;
display: inline-block;
}
.banner img {
width: 100%;
display: block;
}
.video-bg {
width: 100%;
display: block;
}
.gradient-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.79));
/* Adjust the colors and opacity as needed */
z-index: 1;
}
.banner-text-overlay {
position: absolute;
top: 15%;
left: 50%;
color: #FFFFFF;
font-family: "Reckless Neue";
font-size: 2vw;
font-weight: 500;
white-space: nowrap;
text-align: center;
transform: translate(-50%, -50%);
z-index: 2;
/* Ensure the text is above the gradient overlay */
}
.banner-heading-overlay {
position: absolute;
top: 23%;
left: 50%;
color: #FFFFFF;
font-family: "Reckless Neue";
font-size: 5vw;
font-weight: 900;
white-space: nowrap;
transform: translate(-50%, -50%);
z-index: 2;
/* Ensure the text is above the gradient overlay */
}
.heading-overlay {
position: absolute;
bottom: 25%;
left: 6%;
color: #FFFFFF;
font-family: "Inter", sans-serif;
text-align: center;
white-space: nowrap;
font-size: 2.2vw;
font-weight: 600;
z-index: 2;
/* Ensure the text is above the gradient overlay */
}
.text-overlay {
position: absolute;
bottom: 22%;
left: 6%;
color: #D1D5DB;
font-family: "Inter", sans-serif;
text-align: center;
white-space: nowrap;
font-size: 1.2vw;
font-weight: 400;
z-index: 2;
/* Ensure the text is above the gradient overlay */
}
.book-button {
position: absolute;
bottom: 17%;
left: 6%;
background-color: #FFFFFF;
font-family: "Inter", sans-serif;
text-align: center;
color: #030712;
border: 1px #E5E7EB;
border-radius: 20px;
/* Adjust the border-radius for rounder or less round edges */
font-size: 1.2vw;
font-weight: 500;
cursor: pointer;
white-space: nowrap;
transition: background-color 0.3s, color 0.3s;
padding: 6px 14px;
z-index: 2;
}
.book-button:hover {
background-color: black;
color: white;
}
/* Wrapper Classes */
.wrapperr {
padding-left: 5%;
padding-right: 5%;
}
/* Common Classes */
.heading1 {
font-size: 40px;
font-weight: 700;
padding: 30px;
}
.heading2 {
font-size: 40px;
font-weight: 700;
padding-top: 30px;
margin: 0;
}
/* First Section of Web-Page */
.glimpse-row {
display: flex;
gap: 10px;
}
.glimpse-image1 {
flex: 60%;
padding-bottom: 1%;
}
.glimpse-image2 {
flex: 40%;
padding-bottom: 1%;
}
.glimpse-image3 {
flex: 50%;
padding-bottom: 1%;
}
.glimpse-image4 {
flex: 100%;
padding-bottom: 1%;
}
/* Fourth Section of Web-Page */
.testimoialz {
margin-top: 30px;
display: grid;
grid-template-areas: "msg msg msg";
gap: 16px;
margin: 50px 0px;
text-align: left;
}
.testimoialz_div {
background-color: #F3F4F6;
border-radius: 16px;
padding: 24px;
}
.testimoialz_img {
height: 64px;
width: 64px;
border-radius: 12px;
}
.testimoialz_h2 {
font-size: 20px;
font-weight: 500;
margin-top: 3%;
}
.testimoialz_p {
color: #4B5563;
font-weight: 400;
font-size: 16px;
line-height: 24px;
}
/* Sixth Section of Web-Page */
.expedition {
width: 100%;
position: relative;
text-align: center;
color: white;
}
.expedition_img {
width: 100%;
display: block;
}
.expedition_h3 {
position: absolute;
top: 46%;
left: 50%;
transform: translate(-50%, -50%);
color: #FFFFFF;
font-size: 2vw;
font-weight: 700;
white-space: nowrap;
}
.expedition_p1 {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: #FFFFFF;
font-size: 1vw;
font-weight: 400;
white-space: nowrap;
}
.expedition-book-button {
position: absolute;
top: 55%;
left: 50%;
background-color: #FFFFFF;
font-family: "Inter", sans-serif;
text-align: center;
color: #030712;
border: 1px #E5E7EB;
border-radius: 20px;
/* Adjust the border-radius for rounder or less round edges */
font-size: 1vw;
font-weight: 500;
cursor: pointer;
white-space: nowrap;
transition: background-color 0.3s, color 0.3s;
transform: translate(-50%, -50%);
padding: 6px 14px;
z-index: 2;
white-space: nowrap;
}
.expedition-book-button:hover {
background-color: black;
color: white;
}
/* Fifth Section of Web-Page */
.location-selector {
padding-bottom: 20%;
display: grid;
grid-template-areas: "msg msg msg";
text-align: left;
}
.location-items {
position: relative;
}
.location-selector-img {
width: 97%;
height: 120%;
}
.location-selector-gradient-overlay {
position: absolute;
top: 0;
left: 0;
width: 97%;
height: 120%;
background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.49));
/* Adjust the colors and opacity as needed */
z-index: 1;
}
.location-selector-text-overlay {
position: absolute;
top: 105%;
left: 6%;
color: rgba(255, 255, 255, 1);
font-size: 1.5vw;
font-weight: 700;
z-index: 2;
/* Ensure the text is above the gradient overlay */
}
@media (max-width: 850px) {
.book-button {
bottom: 15%;
}
.blog-selector>div div {
font-size: 14px;
}
.blog-selector>div p {
font-size: 18px;
}
}
@media (max-width: 600px) {
/* Banner Classes */
.banner-text-overlay {
font-size: 14px;
font-weight: 300;
}
.banner-heading-overlay {
top: 28%;
font-size: 36px;
font-weight: 700;
}
.heading-overlay {
bottom: 25%;
left: 50%;
font-size: 22px;
font-weight: 400;
transform: translate(-50%, -50%);
}
.text-overlay {
bottom: 20%;
left: 50%;
font-size: 12px;
font-weight: 400;
transform: translate(-50%, -50%);
}
.book-button {
bottom: 8%;
left: 50%;
border-radius: 20px;
font-size: 12px;
font-weight: 300;
padding: 4px 10px;
transform: translate(-50%, -50%);
}
/* Common Classes */
.heading1 {
font-size: 28px;
font-weight: 500;
padding: 15px;
}
.heading2 {
font-size: 32px;
font-weight: 700;
padding-top: 25px;
}
/* First Section of Web-Page */
.glimpse-row {
flex-direction: column;
}
.glimpse-image1,
.glimpse-image2,
.glimpse-image3,
.glimpse-image4 {
flex: 100%;
padding: 5px;
}
/* Fourth Section of Web-Page */
.testimoialz {
grid-template-areas: 'msg' 'msg' 'msg';
margin-top: 25px;
gap: 14px;
margin: 30px 0px;
}
.testimoialz_img {
height: 48px;
width: 48px;
}
.testimoialz_h2 {
font-size: 16px;
}
.testimoialz_p {
font-size: 14px;
line-height: 20px;
}
/* Sixth Section of Web-Page */
.expedition_h3{
top: 45%;
font-size: 28px;
font-weight: 500;
}
.expedition_p1 {
top: 55%;
font-size: 12px;
font-weight: 200;
}
.expedition-book-button {
top: 65%;
border-radius: 20px;
font-size: 12px;
font-weight: 300;
padding: 4px 10px;
}
/* Fifth Section of Web-Page */
.location-selector {
grid-template-areas: 'msg' 'msg' 'msg';
}
.location-items {
margin-bottom: 20px;
/* Adjust spacing between items */
}
.location-selector-img {
width: 100%;
height: 100%;
}
.location-selector-gradient-overlay {
width: 100%;
height: 100%;
}
.location-selector-text-overlay {
top: 85%;
left: 4%;
color: rgba(255, 255, 255, 1);
font-size: 18px;
font-weight: 500;
}
}
@media (max-width: 450px) {
.heading1 {
font-size: 22px;
font-weight: 500;
padding: 15px;
}
/* Banner Classes */
.banner-heading-overlay {
top: 30%;
}
.book-button {
bottom: 6%;
}
}
--></style>
<div class="banner"><img src="https://cdn.shopify.com/s/files/1/0553/3594/4379/files/DSC04353_1.png?v=1700395496">
<div class="gradient-overlay"></div>
<div class="banner-text-overlay">experience the <br>magestic mountains of</div>
<div class="banner-heading-overlay">— manali —</div>
<div class="heading-overlay">ArtBuzz Manali</div>
<div class="text-overlay"><i aria-hidden="true" class="fa fa-map-marker"></i> Hamta Pass Mountain View</div>
<button type="button" class="book-button"><i aria-hidden="true" class="fa fa-building-o"></i> Book Now</button></div>
<div class="wrapperr"><!--First Section of Web-Page -->
<h1 class="heading1">Glimpse of Manali experience</h1>
<div class="glimpse-row">
<div class="glimpse-image1"><img src="https://cdn.shopify.com/s/files/1/0553/3594/4379/files/DSC04388.png?v=1700395495" height="100%" width="100%"></div>
<div class="glimpse-image2"><img src="https://cdn.shopify.com/s/files/1/0553/3594/4379/files/DSC03321.png?v=1700395494" height="100%" width="100%"></div>
</div>
<div class="glimpse-row">
<div class="glimpse-image3"><img src="https://cdn.shopify.com/s/files/1/0553/3594/4379/files/Copy_of_DSC03532.png?v=1700395495" height="100%" width="100%"></div>
<div class="glimpse-image3"><img src="https://cdn.shopify.com/s/files/1/0553/3594/4379/files/DSC03373.png?v=1700395495" height="100%" width="100%"></div>
</div>
<div class="glimpse-row">
<div class="glimpse-image4"><img src="https://cdn.shopify.com/s/files/1/0553/3594/4379/files/what_s_included.png?v=1700395495" width="100%"></div>
</div>
<!--Fourth Section of Web-Page -->
<h1 class="heading2">People say it all, we don't brag</h1>
<p>We take pride in our quality and service</p>
<div class="testimoialz">
<div class="testimoialz_div"><img alt="msg_1" src="https://cdn.shopify.com/s/files/1/0553/3594/4379/files/image_10.png?v=1697552619" class="testimoialz_img">
<h2 class="testimoialz_h2">Anubhav Kaushik — ArtBuzz Manali</h2>
<p class="testimoialz_p">I loved the space but the whole atmosphere for me looks so made up. So, have an easy atmosphere for the people who are not familiar. Although, the place is good for the artists and creative people.</p>
</div>
<div class="testimoialz_div"><img alt="msg_2" src="https://cdn.shopify.com/s/files/1/0553/3594/4379/files/image_9_1.webp?v=1697556803" class="testimoialz_img">
<h2 class="testimoialz_h2">Vrinda Bhat — ArtBuzz Jaipur</h2>
<p class="testimoialz_p">We travelled in bus from Gurgaon and it’s accessible from the last bus stop (Sindhi camp bus station). Very friendly staff and food is also good. After the checkout also we stayed there for quite long in the waiting area.</p>
</div>
<div class="testimoialz_div"><img alt="msg_3" src="https://cdn.shopify.com/s/files/1/0553/3594/4379/files/image_9.webp?v=1697556804" class="testimoialz_img">
<h2 class="testimoialz_h2">Wandering Akriti — ArtBuzz Studio Delhi</h2>
<p class="testimoialz_p">Very lovely studio. Such a chill vibe with aesthetically pleasing interior. I looked at some artwork from other artists, all were so lovely.</p>
</div>
</div>
<!--Sixth Section of Web-Page -->
<div class="expedition"><video muted="" loop="loop" autoplay="autoplay" class="video-bg">
<source type="video/mp4" src="https://cdn.shopify.com/videos/c/o/v/8d730479d1234eb0b14a11fdbd53993f.mp4">
<!-- Add more source elements for different video formats --></video>
<div>
<h3 class="expedition_h3">Winter Expedition</h3>
<p1 class="expedition_p1"><i class="fa fa-map-marker" aria-hidden="true"></i> Manali, Himachal Pradesh</p1></div>
<button type="button" class="expedition-book-button"><i aria-hidden="true" class="fa fa-building-o"></i> Book Now</button></div>
<!--Fifth Section of Web-Page -->
<h1 class="heading1">Check out other dope properties</h1>
<div class="location-selector">
<div class="location-items"><img src="https://cdn.shopify.com/s/files/1/0553/3594/4379/files/mussoorie123.webp?v=1697549705" class="location-selector-img">
<div class="location-selector-gradient-overlay"></div>
<div class="location-selector-text-overlay">Mussoorie</div>
</div>
<div class="location-items"><img src="https://cdn.shopify.com/s/files/1/0553/3594/4379/files/jaipur123.webp?v=1697549706" class="location-selector-img">
<div class="location-selector-gradient-overlay"></div>
<div class="location-selector-text-overlay">Jaipur</div>
</div>
<div class="location-items"><img src="https://cdn.shopify.com/s/files/1/0553/3594/4379/files/dehradun123png.webp?v=1697549705" class="location-selector-img">
<div class="location-selector-gradient-overlay"></div>
<div class="location-selector-text-overlay">Dehradun - Coming Soon</div>
</div>
</div>
</div>