body,
html {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

/* Header  */
header {
    height: 80px;
    box-shadow: 0 0 5px lightgray;
    display: flex;
    align-items: center;
    position: relative;
}

.LeftSide {
    display: flex;
    align-items: center;
}

.LeftSide>img {
    width: 52px;
    height: 52px;
    margin: 0 16px;
}

.LeftSide>h2 {
    font-family: 'Young Serif', serif;
    color: #253C36;
}

.RightSide {
    display: flex;
    align-items: center;
    position: absolute;
    right: 2%;
    font-family: 'Poppins', sans-serif;
}

/* Hamburger  */
/* Only for mobile  */

.hamburger {
    display: none;
}

.about,
.find {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.about>img {
    width: 24px;
    height: 24px;
}

.find>img {
    width: 22px;
    height: 22px;
}

/* Hero Section  */
.heroSection {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 64px;
    font-family: 'Young Serif', serif;
}

.heroSection>img {
    width: 140px;
    height: 140px;
}

.heroSection>h1 {
    font-family: 'Young Serif', serif;
    color: #253C36;
    font-size: 64px;
    width: 60%;
    text-align: center;
    margin: 8px 0;
}

.heroSection>span {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 200;
}

.carousel {
    display: flex;
    width: 1080px;
    height: 700px;
    overflow: hidden;
    position: relative;
    margin-top: 24px;
    border-radius: 32px;
    box-shadow: 0 0 9px #9e9e9e;
}

.mySwiper {
    width: 100%;
    height: 100%;
}

.swiper-slide>img {
    width: 100%;
    height: 100%;
}

.threeDots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4rem;
}

.threeDots>span {
    background: #708B84;
    height: 8px;
    width: 8px;
    border-radius: 2rem;
    margin: 0 4px;
}

/* Heading  */
.heading {
    width: 100%;
    margin-top: 6rem;
}

.heading>span {
    display: flex;
    font-size: 36px;
    font-family: 'Young Serif', serif;
    color: #253C36;
    border-top: 2px solid;
    border-bottom: 2px solid;
    padding: 10px;
    margin: 0 auto;
    justify-content: center;
}

.downTriangle {
    display: flex;
    width: 24px;
    margin: -2px auto;
}

.aboutText {
    font-size: 20px;
    font-family: Poppins;
    width: 70%;
    margin: 3rem auto;
    text-align: center;
    letter-spacing: 0.8px;
    line-height: 40px;
}

.leftComma,
.rightComma {
    width: 24px;
}


/* About  */
.aboutSwiperContainer {
    max-height: 20rem;
    overflow: hidden;
    margin: 24px 0;
}

.aboutSwiperWrapper .swiper-slide {
    max-height: 20rem;
}

.aboutSwiperImg {
    width: 100%;
    max-height: 20rem;
    border-radius: 8px;
}


/* Find Us  */
.g-map {
    display: flex;
    margin: 32px auto;
    margin-top: 4rem;
    width: 1080px;
    height: 700px;
    overflow: hidden;
    border-radius: 16px;
}

.g-map>iframe {
    width: 100%;
    height: 100%;
}

.locationIcon {
    display: flex;
    margin: 0 auto;
    width: 32px;
}

.address {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: white;
    background: #005B44;
    padding: 12px 36px;
    margin: 24px auto;
    border-radius: 5rem;
    justify-content: center;
    display: flex;
    width: fit-content;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-align: center;
}

/* Follow Us  */
/* Instagram  */
.instagram {
    display: flex;
    align-items: center;
    margin: 20px;
    justify-content: center;
}

.instagram .story {
    border: 1px solid #253C36;
    border-radius: 32px;
    padding: 24px;
    max-width: 360px;
}

.instaBrandInfo {
    display: flex;
    align-items: center;
}

.instaBrandInfo>img {
    width: 40px;
}

.instaBrandInfo>span {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    margin: 8px;
    font-weight: 500;
    color: #253C36;
}

.story {
    margin: 4rem;
}

.story .postImg {
    /* height: 20rem; */
    width: 100%;
    margin: 16px 0;
}

.story .actions {
    display: flex;
    align-items: center;
    position: relative;
    margin: 16px 0;
}

.story .actions .heart {
    width: 36px;
    margin-right: 16px;
}

.story .actions .chat {
    width: 28px;
    margin-right: 16px;
}

.story .actions .send {
    width: 28px;
    margin-right: 16px;
}

.bookmark {
    width: 32px;
    position: absolute;
    right: 0;
}

.likes {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    margin: 4px;
    color: #253C36;
}

.insta-text {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    margin: 4px;
    color: #253C36;
}

.insta-text>span {
    color: #057FB4;
}

.Date {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    margin: 4px;
    color: #5F6966;
}

.handle {
    display: flex;
    font-family: 'Poppins', sans-serif;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 4rem;
    text-align: center;
}

.handle img {
    width: 200px;
}

.handle h2 {
    color: #253C36;
}

.handle span {
    font-size: 16px;
    color: #253C36;
    margin: 4px 0;
    font-weight: 400;
}

.followBtn {
    width: 236px;
    height: 64px;
    border-radius: 69px;
    color: #FFF;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 2.5px;
    border: none;
    margin: 1rem;
    cursor: pointer;
    /* background-image: linear-gradient(125deg, #EE4365 20.6%, #774BE0 54.96%, #F2B046 87.92%); */
    background: linear-gradient(150deg, #e72f54, transparent) #6c3ae2;
    transition: background-color 0.5s;

}

.followBtn:hover {
    background-color: #F2B046;
}

/* Business HRS  */

.businessHrs {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    justify-content: center;
    margin-top: 3rem;
}

.businessHrs .heading {
    margin-top: 1rem;
}

.businessHrs>img {
    width: 4rem;
    margin: 32px;
}

.hrs {
    display: flex;
    flex-direction: column;
    width: 800px;
    position: relative;
    margin-top: 48px;
}

.firstPart,
.secondPart {
    height: 7rem;
    position: relative;
    width: 100%;
}

.firstPart .Days {
    position: absolute;
    left: 5%;
    width: 50%;
}

p {
    display: flex;
    align-items: center;
}

.firstPart>.Days>p {
    font-family: 'Young Serif', serif;
    font-size: 16px;
    letter-spacing: 1px;
    color: #253C36;
    margin-bottom: 4px;
    margin-left: 20px;
}

.firstPart>.Days>span {
    font-family: 'Poppins', sans-serif;
    background: #005B44;
    color: white;
    font-size: 24px;
    position: relative;
    display: flex;
    justify-content: center;
    padding: 18px;
    border-radius: 33px;
    border-bottom-right-radius: 0;
}


.Timing {
    position: absolute;
    right: 5%;
    width: 50%;
    margin-top: -40px;
}

.secondPart>.Timing>span {
    font-family: 'Poppins', sans-serif;
    background: #005B44;
    color: white;
    font-size: 24px;
    position: relative;
    display: flex;
    justify-content: center;
    padding: 18px;
    border-radius: 33px;
    border-top-left-radius: 0;
}

.Timing>p {
    font-family: 'Young Serif', serif;
    margin-left: 25%;
    font-size: 16px;
    letter-spacing: 1px;
    color: #253C36;
    margin-bottom: 4px;
}

p>img {
    width: 18px;
}

.hrs2 {
    margin-top: 0px;
}

.hrs2 .firstPart .Days span,
.hrs2 .secondPart .Timing span {
    background: #253C36;
}

/* Mobile Menu  */
.mobileMenu {
    display: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    color: #00a277 !important;
}

.endLine{
    display: flex;
    width: 100%;
    height: 6px;
    background: #017B5B;
}