.spotlight_wrapper {
    position: relative;
    padding-bottom: 40px;
    border: 1px solid #E1981B;
    border-radius: 125px;
    border-top: 0;


}

.merakiLogoFixed {
    position: absolute;
    z-index: 999;
    /* left: 0 !important;
    right: 0 !important; */
    margin: 0 auto !important;
    width: auto !important;
    max-width: auto !important;

    /* top: 225px; */
    opacity: 0;
    left: calc(50% - 114px) !important;
    display: none;
}

.home .merakiLogoFixed {
    display: inline-flex !important;
}

.merakiLogoFixed img {
    height: 100%;
}

.spotlight_wrapper .swiper {
    border-bottom-right-radius: 125px;
    border-bottom-left-radius: 125px;
    /* background: linear-gradient(27.11deg, #A94812 20.45%, #722B19 66.04%); */

}

.spotlight_wrapper .spotlight_data_wrapper .spotlightAssets {

    -webkit-mask-image: url('../media/svg/hexagonOnly.svg');
    mask-image: url('../media/svg/hexagonOnly.svg');
    mask-repeat: no-repeat;
    mask-size: 120%;
    mask-position: center;
    position: relative;
}

.spotlight_wrapper .spotlight_data_wrapper .spotlightAssets:before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent);
}

.spotlight_wrapper .spotlight_data_wrapper .spotlightAssets img {
    width: 100%;
    object-fit: cover;
}

.spotlight_wrapper .spotlight_data_wrapper .spotlightContent {
    z-index: 3;
}

.spotlight_wrapper .spotlight_data_wrapper .spotlightContent .hexagonImg {
    width: 365px;
    height: 389px;
}

.spotlight_wrapper .spotlight_data_wrapper .spotlightContent .spotlightLogoContentWrapper .merakiLogo {
    opacity: 0;
}

.spotlight_wrapper .spotlight_data_wrapper .spotlightContent .spotlightLogoContentWrapper h2 {
    font-family: 'VremyaFWF';
    font-weight: 400;
    font-style: italic;
    font-size: 42px;
    text-align: center;
}

.scrollDown {
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    color: #fff;
    width: 110px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 100px;
    z-index: 1;
    cursor: pointer;
}

.scrollDown:before {
    content: "";
    width: 1px;
    height: 50px;
    display: block;
    /* background: #E1981B; */
    background: linear-gradient(to bottom, #E1981B 50%, rgba(255, 255, 255, 0) 50%);
    /* background-position: 0 -60px; */
    background-size: 100% 200%;
    position: absolute;
    top: 40px;
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
    animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
    /* transform-origin: top; */
}

/* Keyframes based on height */
@keyframes scrolldown {
    0% {
        background-position: 0 -50px;
    }

    75% {
        background-position: 0 0;
    }

    100% {
        background-position: 0 50px;
    }
}


.gift_choice_wrapper {
    padding: 70px 0 100px 0;
}

.giftList {
    gap: 30px;
    margin-top: 10px;
}

.giftList .gitfWrapper {
    width: 202px;
    height: 208px;
}

.giftList .gitfWrapper:before {
    content: "";
    /* background: url('../media/svg/hexagonWithBorderBrown.svg') no-repeat center center; */
    background: url('../media/svg/hexagonWithBorderBrownOrange.svg') no-repeat center center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    background-size: contain;
}

.giftList .gitfWrapper:nth-child(even):before {
    transform: rotateX(180deg);
}

.giftList .gitfWrapper:nth-child(odd) {
    margin-top: 52px;
}

.giftList .gitfWrapper:nth-child(even) .giftContent {
    margin-top: 20px;
}

.giftList .gitfWrapper:nth-child(odd) .giftContent {
    margin-top: -32px;
}

.giftList .gitfWrapper img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin: 0 auto;
}

.giftList .gitfWrapper p {
    margin-top: 6px;
    display: block;
    width: 100%;
}

.CorporateGifting_Wrapper {
    overflow: hidden;
    height: 600px
}

.CorporateGifting_Wrapper .CorporateGiftingImg {
    width: 100%;
    object-fit: cover;
}

.CorporateGifting_Wrapper .container {
    left: 0;
    right: 0;
    top: 60px;
    left: 0;
    z-index: 9;
}

.CorporateGifting_Wrapper .CorporateGiftingContentWrapper {
    width: 592px;
    height: 730px;

}

.CorporateGifting_Wrapper .CorporateGiftingContentWrapper:before {
    content: "";
    background: url('../media/svg/hexagonWithBorderWhite.svg') no-repeat center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-size: contain;
}

.CorporateGifting_Wrapper .CorporateGiftingContentWrapper .CorporateGiftingContent {
    width: 215px;
    text-align: center;
    margin-bottom: 50px;
}

.CorporateGifting_Wrapper .CorporateGiftingContentWrapper .CorporateGiftingContent p {
    margin-top: 25px;
}

.CorporateGifting_Wrapper .CorporateGiftingContentWrapper .CorporateGiftingContent .circle_arrow_btn {
    margin-top: 35px;
}


.imageTextCard {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
}

.imageTextCard:before {
    content: "";
    background: linear-gradient(180deg, rgba(114, 43, 25, 0) 84.68%, #280D07 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    z-index: 1;
}

.imageTextCard .cardImg,
.imageTextCard .cardImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    transition: all 1s ease;
}

.imageTextCard:hover .cardImg img {
    transform: scale(1.1);
    transition: all 3s ease;
}

.imageTextCard .cardImg .cat_div {
    font-weight: 400;
    font-size: 12px;
    background: #fff;
    height: 25px;
    border-radius: 25px;
    padding: 0 10px;
    color: #000;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 30px;
    left: 30px;
}

.imageTextCard .cardContent {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    padding: 30px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.imageTextCard .cardContent h5 {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    width: calc(100% - 40px);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.imageTextCard:hover .circleArrows_btn {
    transition: all 0.5s ease;
    background: #fff;
    border-color: #fff;
}

.imageTextCard:hover .circleArrows_btn:before {
    filter: brightness(0) saturate(100%) invert(22%) sepia(56%) saturate(4135%) hue-rotate(25deg) brightness(94%) contrast(86%);
    transition: all 0.5s ease;
}

.CustomGifting_Wrapper {
    padding: 100px 0;
}

.CustomGifting_Wrapper .CustomGiftingList_Wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 30px;
}

.CustomGifting_Wrapper .CustomGiftingList_Wrapper .CustomGiftingList_Content:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
}

.CustomGifting_Wrapper .CustomGiftingList_Wrapper .CustomGifting_title {
    background: linear-gradient(235deg, #A94812 0%, #722B19 100%);
    border-top-right-radius: 90px;
    border-bottom-right-radius: 90px;
    padding-left: 30px;
}

.CustomGifting_Wrapper .CustomGiftingList_Wrapper .CustomGiftingList_Content:nth-child(3) {
    grid-column-start: 4;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 2;
}

.CustomGifting_Wrapper .CustomGiftingList_Wrapper .CustomGiftingList_Content:nth-child(4) {
    grid-column-start: 3;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
}

.CustomGifting_Wrapper .CustomGiftingList_Wrapper .CustomGiftingList_Content:nth-child(5) {
    grid-column-start: 4;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 3;
}

.howWeWork_Wrapper {
    padding-bottom: 100px;
    z-index: 5;
}

.howWeWork_Wrapper .heading2 {
    padding: 0 50px;
    background: #fff;
    display: inline-flex;
    z-index: 1;
}

.howWeWork_Wrapper .mainStepWrapper {
    padding: 60px 0;
    opacity: 0;

}

.howWeWork_Wrapper .mainStepWrapper:before {
    content: "";
    border: 1px solid #D9D9D9;
    border-radius: 250px;
    position: absolute;
    left: 0;
    right: 0;
    top: -18px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.howWeWork_Wrapper .mainStepWrapper.animation-done:before {
    transition: all 0.5s linear;
    opacity: 1;
    transition-delay: 0.5s;
}

.howWeWork_Wrapper .howWeWorkStep_card {
    width: 275px;
    justify-content: flex-end;
}

.howWeWork_Wrapper .howWeWorkStep_wrapper {
    z-index: 9;
    /* background: #fff; */
    align-items: flex-start;
}

.howWeWork_Wrapper .howWeWorkStep_wrapper img {
    height: 140px;
    width: 275px;
}

.howWeWork_Wrapper .howWeWorkStep_wrapper .howWeWorkStep_info {
    padding-left: 130px;
}

.howWeWork_Wrapper .btnWrapper {
    display: inline-flex;
    background: #fff;
    padding: 0 20px;
    margin: 0 auto;
    margin-top: 60px;
    display: none;
}

.OurApproach_Wrapper:before {
    content: "";
    width: 100%;
    height: 380px;
    background: #ffffff;
    position: absolute;
    top: -200px;
    left: 0;
    z-index: 1;
}

.OurApproach_Wrapper .OurApproachTitle_wrapper {
    background: linear-gradient(135deg, #A94812 0%, #722B19 100%);
    width: 380px;
    height: 380px;
    border-radius: 50%;
    z-index: 2;
}

.OurApproachContent_wrapper .OurApproachContentImg_wrapper {
    -webkit-mask-image: url('../media/svg/hexagonOnly.svg');
    mask-image: url('../media/svg/hexagonOnly.svg');
    mask-repeat: no-repeat;
    mask-size: 275px;
    /* or try specific size like '50% 50%' */
    mask-position: center;
    /* center the mask */
    width: 315px;
    height: 315px;
}

.OurApproachContent_wrapper .OurApproachContentImg_wrapper img {
    width: 100%;
}

.OurApproachContent_wrapper .OurApproachContentImg_wrapper.OurApproachDiv1 {
    margin-top: -33px;
}

.OurApproachContent_wrapper .OurApproachContentImg_wrapper.OurApproachDiv2 {
    width: 265px;
    height: 265px;
    mask-size: 235px;
    transform: translateX(-33px);
}

.OurApproachContent_wrapper {
    width: 100%;
    height: 640px;
    margin-top: -380px;
}

.OurApproachContent_wrapper:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 832px;
    height: 832px;
    border: 1px solid #D9D9D9;
    border-radius: 50%;
    opacity: 0;
}

.OurApproachContent_wrapper:after {
    content: "";
    position: absolute;
    bottom: 165px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 502px;
    height: 502px;
    border: 1px solid #D9D9D9;
    border-radius: 50%;
    opacity: 0;
}

.animation-done .OurApproachContent_wrapper:before,
.animation-done .OurApproachContent_wrapper:after {
    opacity: 1;
    transition: all 0.5s linear;
    transition-delay: 1s;
}

.OurApproach_Wrapper .onlyContentDiv {
    z-index: 1;
}

.OurApproachList_wrapper {
    gap: 45px;
    margin-top: 70px;
}

.OurApproachList_wrapper .OurApproachListContent_wrapper img {
    height: 100px;
    width: 100px;
    object-fit: contain;
    margin: 0 auto;
}

.OurApproachList_wrapper .OurApproachListContent_wrapper h6 {
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #222020;
    width: 200px;
    margin-top: 11px;
}

.OurApproachList_wrapper .OurApproachListContent_wrapper:nth-child(2) {
    margin-top: 100px;
}

.OurClientsPartners_wrapper {
    padding: 100px 0;
    display: none
}

.OurClientsPartners_wrapper .logoSlider_wrapper {
    margin-top: 45px;
}

.OurClientsPartners_wrapper .logoSlider_wrapper .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.OurClientsPartners_wrapper .logoSlider_wrapper .swiper-slide {
    display: inline-flex;
    height: auto;
    width: auto;
    align-items: center;
    justify-content: center;
    margin: 0 35px;
}

.Testimonials_wrapper {
    padding: 70px 0;
}

.Testimonials_img_slider_wrapper {
    width: 403px;
    height: 432px;
    position: relative;
}

.Testimonials_img_slider_wrapper .testimonials_img_swiper {
    -webkit-mask-image: url('../media/svg/testimonials_placeholder.svg');
    mask-image: url('../media/svg/testimonials_placeholder.svg');
    mask-repeat: no-repeat;
    mask-size: 393px;
    /* or try specific size like '50% 50%' */
    mask-position: center;
    position: relative;
    width: 393px;
    height: 393px;
}

.Testimonials_img_slider_wrapper .testimonials_img_swiper .swiper-slide {
    overflow: hidden;
}

.Testimonials_img_slider_wrapper .testimonials_img_swiper .swiper-slide .testimonials_img_wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}


.Testimonials_img_slider_wrapper:after {
    content: "";
    width: 100%;
    background: url('../media/svg/testimonials_placeholder_line.svg') no-repeat center center;
    height: 206px;
    position: absolute;
    bottom: 0;
}

.Testimonials_img_slider_wrapper .testimonials_img_swiper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.Testimonials_Content_wrapper {
    width: calc(100% - 450px);
}

.Testimonials_Content_wrapper .testimonials_content_swiper {
    padding-top: 60px;
}

.Testimonials_Content_wrapper .testimonials_content_swiper:before {
    /* content: ""; */
    background: url('../media/svg/qoutes.svg') no-repeat center center;
    width: 150px;
    height: 110px;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 20px;
}

.Testimonials_Content_wrapper .testimonials_content_swiper .testimonials_data_wrapper {
    padding-right: 50px;
}

.Testimonials_Content_wrapper .testimonials_content_swiper .testimonials_data_wrapper h6 {
    font-weight: 400;
    font-size: 20px;
    color: #222020;
}

.Testimonials_Content_wrapper .testimonials_content_swiper .testimonials_data_wrapper p {
    font-weight: 400;
    font-size: 14px;
    color: #222020;
    text-align: left;
    margin-top: 20px;
}

.blog_wrapper {
    padding: 100px 0;
}

.blog_wrapper .blogList_wrapper {
    gap: 30px;
}

.blog_wrapper .blogList_swiper {
    width: calc(100% - 315px);
}

.blog_wrapper .blogList_swiper .imageTextCard {
    height: 285px;
}

.blog_wrapper .blogList_swiper .imageTextCard:before {
    background: linear-gradient(180deg, rgba(42, 8, 0, 0) 38.6%, rgba(40, 13, 7, 0.8) 93.1%);

}

.blog_wrapper .blogTitle_wrapper {
    background: #E1981B;
    width: 285px;
    height: 285px;
    border-top-right-radius: 90px;
    border-bottom-right-radius: 90px;
    padding: 35px 0;
}

.blog_wrapper .blogTitle_wrapper .circle_arrow_btn {
    margin-top: 14px;
}

.spotlight_inner_wrapper {
    padding-bottom: 21px;
}

.spotlight_inner_wrapper .spotlightInnerContent .heading1 {
    margin-top: 12px;
}

.spotlight_inner_wrapper .spotlightInnerContent .solid_btn {
    margin-top: 40px;
}

.categoriesListingWrapper {
    padding: 50px 0 140px 0;
}

.categoriesListingWrapper p {
    margin-top: 10px;
}

.categoriesListingWrapper .categoriesListing_wrapper {
    gap: 30px;
    margin-top: 50px;
}

.categoriesListingWrapper .categoriesListing_wrapper .categoriesListingContent_wrapper {
    width: calc((100% / 3) - 20px);
}

.categoriesListingWrapper .categoriesListing_wrapper.swiper .categoriesListingContent_wrapper {
    width: 100%;
}

.spotlight_detail_wrapper .spotlight_detail_img_wrapper {
    width: 60%;
    overflow: hidden;
    cursor: none;
}

.spotlight_detail_wrapper .spotlight_detail_img_wrapper .spotlight_detail_img {
    height: 100vh;
}

.spotlight_detail_wrapper .spotlight_detail_img_wrapper .spotlight_detail_img .spotlight_detail_img_inner {
    height: 100%;
}

.spotlight_detail_wrapper .spotlight_detail_img_wrapper .swiper {
    overflow: auto;
}

.spotlight_detail_wrapper .spotlight_detail_img_wrapper .swiper-wrapper {
    display: block;
}

/* .spotlight_detail_wrapper .spotlight_detail_img_wrapper .spotlight_detail_img .spotlight_detail_img_inner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:  rgba(0, 0, 0, 0.5);
    z-index: 1;
    opacity: 0;
      transition: opacity 0.3s ease;
} */
/* .spotlight_detail_wrapper .spotlight_detail_img_wrapper .spotlight_detail_img .spotlight_detail_img_inner:hover:before {
    opacity: 1;
      transition: opacity 0.3s ease;
} */
.spotlight_detail_wrapper .spotlight_detail_img_wrapper img {
    width: 100%;
    object-fit: cover;
}

.spotlight_detail_wrapper .spotlight_detail_img_wrapper .zoomIcon {
    width: auto;
    height: auto;
    z-index: 9;
    top: 0;
    left: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    will-change: transform;
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
}


.spotlight_detail_wrapper .container {
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    margin: 0 auto;
}

.spotlight_detail_wrapper .spotlight_detail_content_wrapper {
    /* width: 50%; */
    width: calc((40% - ((100% - 1230px) / 2)));
    position: relative;
    height: 100vh;
}

@media screen and (min-width: 2000px) {
    .spotlight_detail_wrapper .spotlight_detail_content_wrapper {
        width: calc((45% - ((100% - 1230px) / 2)));
    }

    .spotlight_detail_wrapper .spotlight_detail_img_wrapper {
        width: 55%;
    }

}

.spotlight_detail_wrapper .spotlight_detail_content_wrapper .detail_first_content {
    padding: 80px 0 30px 105px;
}

.spotlight_detail_wrapper .spotlight_detail_content_wrapper .detail_first_content .heading1 {
    margin: 10px 0 15px 0;
    font-size: 28px;
}

.spotlight_detail_wrapper .spotlight_detail_content_wrapper .detail_first_content p {
    margin-bottom: 20px;
}

.spotlight_detail_wrapper .spotlight_detail_content_wrapper .detail_call_msg_wrapper {
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    padding: 20px 0 20px 105px;
}

.spotlight_detail_wrapper .spotlight_detail_content_wrapper .detail_call_msg_wrapper img {
    width: 53px;
    height: 53px;
    object-fit: contain;
}

.spotlight_detail_wrapper .spotlight_detail_content_wrapper .detail_call_msg_wrapper p {
    width: calc(100% - 70px);
    text-align: left;
    padding-right: 45px;
}

.spotlight_detail_wrapper .spotlight_detail_content_wrapper .detail_call_msg_wrapper a {
    font-weight: 700;
    color: #A94812;
}

.spotlight_detail_wrapper .spotlight_detail_content_wrapper.monDiv {
    display: none;
}

.lightBoxPopup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.lightBoxPopup .closed {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 9;
}

.lightBoxPopup .closed:before,
.lightBoxPopup .closed:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 40px;
    background: #fff;
    transform: translate(-50%, -50%) rotate(45deg);
}

.lightBoxPopup .closed:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.lightBoxPopup .lightBoxContent {
    width: 100%;
    height: 100%;
}

.lightBoxPopup .lightBoxContent .lightBoxSwiper {
    width: 100%;
    height: 100%;
}

.lightBoxPopup .lightBoxContent .lightBoxSwiper img {
    margin: 0 auto;
}

.lightBoxPopup .lightBoxContent .lightBoxSwiper .swiper-button-next:after,
.lightBoxPopup .lightBoxContent .lightBoxSwiper .swiper-button-prev:after {
    color: #fff;
}

.lightBoxPopup .lightBoxContent .lightBoxSwiper .swiper-button-next,
.lightBoxPopup .lightBoxContent .lightBoxSwiper .swiper-button-prev {
    padding: 30px;
}

.lightBoxPopup .lightBoxContent .lightBoxSwiper .swiper-slide img {
    cursor: zoom-in;
}

.lightBoxPopup .lightBoxContent .lightBoxSwiper .swiper-slide-zoomed img {
    cursor: zoom-out;
}

.leftRightImgContentWrapper {
    padding: 90px 0 40px 0;
}

.leftRightImgContentWrapper .leftImgWrapper {
    width: 545px;
    padding: 0 25px 25px 25px;
}

.leftRightImgContentWrapper .maskWrap:before,
.leftRightImgContentWrapper .maskWrap:after,
.leftRightImgContentWrapper .leftImgWrapper:before {
    content: "";
    bottom: 40px;
    left: 80px;
    width: 53px;
    height: 46px;
    position: absolute;
    background: url(../media/svg/flower.svg) no-repeat center center;
    background-size: contain;
    transform: scale(0);
    transition: all 0.5s ease;
}

.leftRightImgContentWrapper.animation-done .maskWrap:before {
    bottom: auto;
    left: auto;
    right: 60px;
    top: 60px;
    transform: scale(1);
    transition: all 0.5s ease;
    transition-delay: 0.5s;
}

.leftRightImgContentWrapper.animation-done .maskWrap:after {
    bottom: auto;
    left: auto;
    right: 10px;
    top: 90px;
    width: 32px;
    height: 29px;
    transform: scale(1);
    transition: all 0.5s ease;
    transition-delay: 0.8s;
}

.leftRightImgContentWrapper.animation-done .leftImgWrapper:before {
    transform: scale(1);
    transition: all 0.5s ease;
    transition-delay: 0.8s;
}

.leftRightImgContentWrapper .leftImgWrapper .maskImgWrapper {
    -webkit-mask-image: url('../media/svg/hexagonWhitePlaceholderNoBorder.svg');
    mask-image: url('../media/svg/hexagonWhitePlaceholderNoBorder.svg');
    mask-repeat: no-repeat;
    mask-size: 100%;
    mask-position: center;

}

.leftRightImgContentWrapper .leftImgWrapper:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 315px;
    background: url('../media/svg/polygonBorder.svg') no-repeat center center;
    background-size: contain;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-position: bottom;
}

.leftRightImgContentWrapper .leftImgWrapper img {
    width: 100%;
    object-fit: cover;
}

.leftRightImgContentWrapper .rightContentWrapper {
    width: calc(100% - 545px);
    padding: 150px 40px 0 40px;

}

.leftRightImgContentWrapper .rightContentWrapper h6 {
    font-weight: 200;
    font-size: 24px;
    text-align: left;
    margin: 20px 0;

}

.leftRightImgContentWrapper .rightContentWrapper h6 strong {
    font-weight: 400;

}

.leftRightImgContentWrapper .rightContentWrapper p {
    font-weight: 400;
    font-size: 18px;
    text-align: left;
    margin-bottom: 20px;

}

.founderWrapper h5 {
    font-weight: 400;
    font-size: 32px;
    color: #222020;
    margin-bottom: 10px;
}

.founderWrapper p {
    padding: 0 120px;
    margin-bottom: 30px;
}

.profileWrapper {
    margin-bottom: 30px;
}

.profileWrapper:before {
    content: "";
    position: absolute;
    width: calc(100% - 135px);
    height: 100%;
    top: 0;
    left: 0;
    background: #E1981B;
    border-radius: 278px 0 0 278px;

}

.profileWrapper .profileTextWrapper {
    width: calc(100% - 300px);
    position: relative;
    z-index: 1;
    padding: 80px 0 80px 80px;
}

.profileWrapper .profileTextWrapper h6 {
    font-weight: 200;
    font-size: 24px;
    color: #fff;
}

.profileWrapper .profileImgWrapper {
    z-index: 1;
}

.profileWrapper .profileImgWrapper::after,
.profileWrapper .profileImgWrapper::before {
    content: "";
    top: -15px;
    right: 20px;
    width: 40px;
    height: 35px;
    position: absolute;
    background: url('../media/svg/flower.svg') no-repeat center center;
    background-size: contain;
    transform: scale(0);
    transition: all 0.5s ease;
}

.founderWrapper {
    padding-bottom: 120px;
}

.founderWrapper .profileWrapper.animation-done .profileImgWrapper::before {
    transform: scale(1);
    transition: all 0.5s ease;
}

.founderWrapper .profileWrapper.animation-done .profileImgWrapper::after {
    transform: scale(1);
    transition: all 0.5s ease;
    transition-delay: 0.5s;
}

.profileWrapper .profileImgWrapper::after {
    width: 27px;
    height: 23px;
    top: 30px;
    right: -5px;
}

.profileWrapper .profileImgWrapper img {
    width: 270px;
    height: 270px;
    border-radius: 50%;
    overflow: hidden;
}

.bgTextParallaxWrapper {
    padding: 130px 0;
}

.bgTextParallaxWrapper .bgParallaxWrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #330900B2;
    z-index: 1;
}

.bgTextParallaxWrapper .bgParallaxWrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.bgTextParallaxWrapper .bgParallaxWrap img {
    object-fit: cover;
    margin-top: -50px;
}

.bgTextParallaxWrapper .container_inner {
    z-index: 2;
    width: 600px;
}

.bgTextParallaxWrapper .container_inner p {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
}

.withMerakiWrapper {
    margin-top: 50px;
}

.withMerakiWrapper .imgMerakiWrapper {
    width: 285px;
    height: 285px;
    border-radius: 30px;
    overflow: hidden;
    gap: 30px;
}

.withMerakiWrapper .textMerakiWrapper {
    width: 390px;
}

.withMerakiWrapper .textMerakiWrapper h6 {
    font-weight: 200;
    font-size: 32px;
    padding: 0 20px;
    text-align: center;
}

.howWeWorkContact_Wrapper {
    padding: 40px 0 60px 0;
}

.contactFormWrapper {
    padding: 20px 0 40px 0;
}

.contactFormWrapper .footer_form_wrapper .heading2 {
    color: #fff;
}

.contactFormWrapper .footer_form_wrapper {
    width: 810px;
    border-radius: 45px;
    padding: 50px 90px;
}

.contactFormWrapper .footer_form_wrapper .form_group {
    width: calc((100% / 2) - 15px);
}

.contactFormWrapper .footer_form_wrapper .form_group:nth-last-child(2) {
    width: 100%;
}

.contactFormWrapper .footer_form_wrapper .circle_arrow_btn {
    margin-left: 0;
}

.contactFormWrapper .contactDetailsWrapper {
    width: calc(100% - 840px);
}

.contactFormWrapper .contactDetailsWrapper ul {
    margin-top: 20px;
    padding-right: 50px;
}

.contactFormWrapper .contactDetailsWrapper ul li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

.contactFormWrapper .contactDetailsWrapper ul li img {
    width: 45px;
    height: 45px;
}

.contactFormWrapper .contactDetailsWrapper ul li p {
    margin-top: 5px;
}

.contactFormWrapper .contactDetailsWrapper ul li p strong {
    width: 100%;
    display: flex;

}

.contactFormWrapper .contactDetailsWrapper ul li p a {
    text-decoration: none;
}

.contactFormWrapper .contactDetailsWrapper ul li p a span {
    font-weight: 700;
    color: #AA4812;
}

.contactFormWrapper .contactDetailsWrapper ul li p small {
    display: flex;
    width: 100%;
    font-size: 100%;
}

.contentOnlyWrapper {
    padding: 150px 0 50px 0;
}

.contentOnlyWrapper * {
    text-align: left;
}

.contentOnlyWrapper h3,
.contentOnlyWrapper h2 {
    font-weight: 500;
    font-size: 28px;
    line-height: normal;
    color: #222020;
    margin-bottom: 10px;
    margin-top: 20px;
}

.contentOnlyWrapper h3 {
    font-size: 24px;
}

.contentOnlyWrapper p {
    margin-bottom: 15px;
    font-size: 16px;
}

.contentOnlyWrapper ul {
    padding-left: 20px;
    list-style-type: disc;
}

.contentOnlyWrapper ul li {
    margin-bottom: 10px;
    font-size: 16px;
}

.abouttheConsultantWrapper .profileWrapper:before {
    display: none;
}

.whatWeOfferWrapper h6,
.abouttheConsultantWrapper h6 {
    font-weight: 200;
    font-size: 24px;
    margin: 20px 0;
    color: #222020;
}



.leftRightImgEmployeeContentWrapper .rightContentWrapper {
    padding-top: 0;
}

.whatWeOfferWrapper {
    padding: 100px 0;
    background: #F9F9F9;
}

.whatWeOfferWrapper ul {
    padding-left: 15px;
    list-style-type: disc;
    max-width: 400px;
}