/*=============== GOOGLE FONTS ===============*/
@import url('https://fonts.googleapis.com/css2?family=Ruluko&display=swap');

/*=============== VARIABLES CSS ===============*/
:root {
    --header-height: 3.5rem;

    /*========== Colors ==========*/
    /*Color mode HSL(hue, saturation, lightness)*/
    --first-color: hsl(0, 0%, 100%);
    --text-color: hsl(38, 8%, 8%);

    /*========== Font and typography ==========*/
    /*.5rem = 8px | 1rem = 16px ...*/
    --body-font: "Ruluko", sans-serif;
    --biggest-font-size: 2.375rem;
    --normal-font-size: 0.938rem;
    --smaller-font-size: 0.75rem;
}

/* Responsive typography */
@media screen and (min-width: 1024px) {
    :root {
        --biggest-font-size: 3rem;
        --normal-font-size: 1rem;
        --smaller-font-size: 0.813rem;
    }
}

/*=============== BASE ===============*/
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
    font-family: "Ruluko", sans-serif;
    font-size: var(--normal-font-size);
    font-weight: 500;
    color: var(--text-color);
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

/*=============== REUSABLE CSS CLASSES ===============*/
.container {
    max-width: 1200px;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

.container-fluid {
    margin-left: 2rem;
    margin-right: 2rem;
}

.main {
    overflow: hidden;
    /* For the animations ScrollReveal */
}

.section {
    padding: 4.5rem 0 2rem;
}

/*=============== HEADER & NAV ===============*/
.header {
    position: fixed;
    width: 100%;
    height: 125px !important;
    top: 0;
    left: 0;
    z-index: 100;
}

.one-best {
    background-color: rgba(255, 255, 255, 0);
    transition: 300ms;
    pading-top: 5px;
}

.display__onebest {
    background-color: #124733;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    padding: 7px 0px;
}

.nav {
    height: var(--header-height);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav__logo,
.nav__toggle {
    color: var(--text-color);
    display: inline-flex;
}

.nav__logo {
    font-weight: 700;
}

.nav__toggle {
    font-size: 1.25rem;
    cursor: pointer;
}

.hmt__2 {
    font-size: 6rem !important;
}

.titlbg {
    width: 90%;
    height: 100vh;
    position: absolute;
    overflow: hidden;
}

.hero__bg {
    background-image: url("../img/main1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: 99%;
    transition: 2.8s;
}

.hero__bg.active {
    background-position-x: 45%;
}

.hero__bg1 {
    background-image: url("../img/about_talenmark.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.like__family {
    background-image: url("../img/doctor5.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    margin-top: 100px;
    margin-bottom: 10px;
}

.like__container {
    display: grid;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 6rem;
}

.like__para {
    width: 80%;
    margin: auto;
    font-size: 14px;
}

.abt__inner__f1 {
    background-image: url('../img/hello2.png');
    background-size: cover;
    height: 100vh;
}

.abt__inner__f1__container {
    display: grid;
    padding-top: 7rem;
    padding-bottom: 5rem;
}

.abt__inner__head {
    font-size: 22px;
    color: #fff;
    padding-bottom: 20px;
}

.abt__inner__subhead {
    font-size: 43px;
    color: #fff;
    margin-bottom: 15px;
    width: 65%;
}

.abt__inner__para {
    font-size: 17px;
    color: #fff;
    width: 50%;
    font-weight: 400;
    padding-bottom: 20px;
}

.abt__inner__f2 {
    background-image: url('../img/wp.jpg');
    background-size: cover;
    height: 100vh;
}

.abt__innerf2__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-top: 7rem;
    padding-bottom: 5rem;
    align-items: center;
}

.abt__inner__yhfsdj {
    font-size: 22px;
    color: rgb(255, 255, 255);
    padding-bottom: 20px;
}

.abt__inner__gfuegu {
    font-size: 30px;
    color: rgb(255, 255, 255);
    margin-bottom: 15px;
    width: 60%;
}

.abt__inner__par__yudsdgg {
    font-size: 14px;
    color: rgb(255, 255, 255);
    width: 50%;
    font-weight: 400;
    padding-bottom: 20px;
}

.footer__description a {
    color: #000000;
}

.associates {
    display: flex;
    justify-content: center;
    gap: 30px;
    align-items: center;
    margin: 50px 10px 70px 10px;
}

.associates img {
    width: 200px;
}

.associates_logo {

    position: absolute;
    top: -74px;
    left: 0;
    width: 220px;
    right: 0;
    margin: auto;

}

.associates_logo.pp {

    position: absolute;
    top: -160px;
    left: 0;
    width: 220px;
    right: 0;
    margin: auto;

}

.spaceimg {
    position: absolute;
    top: 22%;
    left: 20%;
    width: 320px;

}

.associates_logo.cc {

    position: absolute;
    top: -100px;
    left: 0;
    width: 220px;
    right: 0;
    margin: auto;

}

.one-best .bx {

    color: #fff;
    margin-right: 30px;
    font-size: 40px;
}

.one-best.display__onebest .bx {

    color: #333;
}

.hideax {

    display: none;
    width: 100%;
}

.axhide1 {
    display: block;

}

.bg-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    background: rgb(0 0 0 / 30%);
    z-index: 2;
}

@media screen and (max-width: 767px) {
    .nav__menu {
        position: fixed;
        /* backdrop-filter: saturate(100%) blur(40px); */
        /* backdrop-filter: saturate(180%) blur(20px); */
        right: 0;
        top: -100%;
        width: 100%;
        max-width: 390px;
        padding: 5rem 0 4rem;
        /* border-radius: 0 0 1.5rem 1.5rem; */
        box-shadow: 0 2px 4px hsla(38, 4%, 15%, 0.15);
        transition: 0.4s;
        height: 100%;
        background-color: rgb(18 71 51 / 85%);
    }

    .axhome.home__title {
        text-shadow: none;
        margin: 0.75rem 0;
        color: #ffffff;
        font-size: 2.5rem;
        text-align: center;
        font-size: 1.4rem !important;
    }
}

.nav__list {
    text-align: center;
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}

.nav__link {
    color: var(--text-color);
    font-size: 15px;
}

.nav__close {
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    font-size: 1.5rem;
    color: var(--text-color);
    cursor: pointer;
}

/* Show menu */
.show-menu {
    top: 0;
}

.four__card__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 2rem;
    gap: 2rem;
}

.four__sec__card {
    position: relative;
}

.four__sec__card__inner {
    position: absolute;
    bottom: 5%;
    left: 5%;
}

.section {
    padding: 5.5rem 0 2rem;
}

.pilopi {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 2rem 1rem;
    cursor: pointer;
}

.buy__logic__head {
    text-align: center;
    font-size: 35px;
    margin-bottom: 40px;
}

.kaka {
    margin-bottom: 5px;
    color: rgb(83, 83, 83);
}

.hdfc {
    color: #3c4ed8;
    font-size: 14px;
}

.like__head {
    font-size: 40px;
    margin-bottom: 20px;
}

.hyhy {
    margin-top: 100px;
    margin-bottom: 100px;
    padding-bottom: 100px;
    background-image: url("../img/world-map-dark.png");
    background-size: contain;
}

.city__lives {
    font-size: 50px;
    color: #fff;
}

.leader__bg {
    background-image: linear-gradient(to bottom, #bbb8b8, #cbc9ca, #dcdbdc, #ededed, #ffffff);
    display: grid;
    align-items: center;
    justify-content: flex-end;
    grid-template-columns: 1fr 1fr;
    border-radius: 5px;

}

.tthgtt {
    padding: 0rem 4rem;
}

.timmoo {
    width: 200px;
}

.leader__head {
    font-size: 30px;
}

.leader__pos {
    font-size: 20px;
    color: rgb(83, 83, 83);
    font-weight: 500;
}

.leader__inner__container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 4rem 10rem;
}

/*=============== scrollbar ===============*/
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #79797982;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #abadad82;
}

/*=============== all good ===============*/
.banner {
    position: relative;

    overflow: hidden;
}

.pphhu {
    text-align: center;
    color: #000000;
    margin-top: 30px;
    font-size: 16px;
    justify-content: center;
    padding: 13px 18px;
    border-radius: 7px;
    box-shadow: 0 4px 12px hsl(38deg 69% 8% / 20%);
}

.pphhu:hover {
    color: grey;
    font-weight: 500;
    transition: 300ms;
}

.near__buy__container {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 1rem;
}

.vdobg__bottom {
    width: 80%;
    text-align: center;
    margin: auto;
    padding-top: 30px;
    font-size: 18px;
}

.sec__head {
    color: grey;
    margin-bottom: 30px;
    font-size: 40px;
}

.sec__head__center {
    text-align: center;
    margin-bottom: 80px !important;
}

.team__container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 2rem;
}

.team__pic {
    border-radius: 20px;
    height: 250px;
}

.banner video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.product__container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1rem;
}

.hel__card {
    border-radius: 10px 10px 0px 0px;
}

.prdc_card {
    background: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 15px;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
}

.banner .all__good {
    width: 100%;
    height: 100%;
    margin: 0;
    font-weight: 700;
    display: grid;
/*     align-items: center; */
    font-size: 70px;
/*     justify-content: center; */
/*     text-align: center; */
    -webkit-animation: anim-text-color 16s infinite linear;
    animation: anim-text-color 16s infinite linear;
    background-color: #ffffff;
    mix-blend-mode: screen;
}

.tim__p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.news__btn {
    cursor: pointer;
}

.three__imgs__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

/*=============== news ===============*/
.news__big__banner {
    display: grid;
    grid-template-columns: 2fr 1fr;
    box-shadow: rgba(95, 95, 97, 0.1) 0px 0px 16px;
    border-radius: 20px;
}

.news__big__banner__img {
    border-radius: 20px 0px 0px 20px;
}

.qwer {
    display: grid;
    padding: 2rem;
}

.grey__cl {
    color: #696969;
    margin: 10px 0px;
}

.news__desc {
    font-size: 28px;
    font-weight: 700;
    color: #000;
}

.news__small__banner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-top: 30px;
}

.news__bt__container {
    display: grid;
    padding: 2rem;

}

.news__btn div:first-child {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 20px;
    min-height: 440px;
    transition: 300ms;
}

.careers_title h2 {

    font-size: 18px;

}

.careers_title span {
    padding: 7px 10px 3px 10px;
    background-color: #124733;
    color: #fff;
    border-radius: 50px;
}

.careers_dec {

    padding: 20px 10px;
}

.careers_dec li {

    line-height: 30px;
}

.careers_dec p {

    line-height: 25px;
}

.careers_dec ul {

    padding-bottom: 7px;
}

.careers_dec li {

    padding-left: 12px;
    position: relative;
}



.careers_dec li::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #000;
    display: block;
    position: absolute;
    left: 0;
    top: 33%;
    border-radius: 50px;
}

.careers button {
    width: 100%;
    border: none;
    padding: 10px;
    background-color: #c9c9c9;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    transition-duration: 300ms;
    cursor: pointer;
}

.careers button:hover {

    background-color: #a7a7a7;
    transition-duration: 300ms;

}

.home__data1.axh {

    position: absolute;
    top: 5%;
    left: 0;
    right: 0;
}



.reso {

    display: grid;
    grid-template-columns: 1fr 1fr;

    padding: 150px 5%;
    /* background-image: url(../img/res1.jpg); */
    background: linear-gradient(90deg, rgba(18,71,51, 0) 35%, rgba(0,98,65, 1) 64%, rgba(0,98,65, 1) 65%), url(../img/res1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;

}

.reso1 {

    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: #124733;




}

.flexx {
    height: 100%;
    display: flex;

    align-items: flex-start;
    flex-direction: column;
}

.resimage img {
    height: 100%;
    object-fit: cover;
}

.restext {

    text-align: right;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.restext p {
    border-right: 5px solid #facf9c;
    padding-right: 12px;
    margin-bottom: 15px;
    transition: 1000ms;
    font-weight: 400;

}


.restext p:hover {
    border-right: 10px solid #ffffff;
    padding-right: 20px;

    transition: 300ms;

}

.reso1 .restext {
    text-align: left;
    font-size: 24px;
    line-height: 30px;
    color: #eee;

    padding: 0px 7% 150px 7%;
}

.reso1 .restext p {
    border: none;
    padding-right: 12px;
    margin-bottom: 25px;
    transition: 1000ms;
    font-weight: 400;
    position: relative;
    display: list-item;
    margin-left: 1em;

}


.reso1 .restext p:hover {

    padding-left: 15px;

    transition: 300ms;

}


.box h2 {
    margin-top: 165px;
    padding-bottom: 30px;
    margin-left: 7%;
    font-size: 45px;
    font-weight: 400;
    color: #fff;
}

.location {

    display: grid;

    grid-template-columns: 55% 45%;
    margin-top: 0rem;
}


.locimg {

    background-image: url(../img/wayanad.jpg);
    padding: 50px;
    height: 500px;
    object-fit: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.locimg img {

    height: 100%;
    width: 100%;
    object-fit: cover;
}

.locimg h2 {

    font-size: 40px;
    font-weight: 300;
    margin-bottom: 25px;
    color: #fff;
}

.locimg h3 {

    font-size: 24px;
    font-weight: 300;
    margin-bottom: 50px;
    color: #fff;
}

.locimg h4 {

    font-size: 20px;
    font-weight: 300;
    margin-bottom: 0px;
    color: #fff;
}

.sectab {

    background-color: #124733;
}

.food {

    position: relative;
    height: 100vh;
}

.food img {
    height: 100%;
    object-fit: cover;
}

.foodtext {
    position: absolute;
    top: 50%;
    right: 20%;
    width: 450px;
    background-color: #124733;
    color: #fff;
    padding: 70px 50px;
    font-size: 22px;
    font-weight: 300;
    transform: translate(0%, -50%);
}

.options {

    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 0px;
    padding: 0% 3% 65px 3%;
}

.option1 p {

    font-size: 22px;
    text-align: center;
    margin-top: 10px;
}

.option1 span {
    text-align: center;
    display: block;
    font-weight: 400;
    margin-top: 5px;
}

.section1 {
/*     margin-bottom: 25px; */
    margin-top: 75px;
}

.resp {
/*     text-align: center; */
    padding: 0px 0% 40px 0%;
    font-size: 22px;
    font-weight: 300;
    line-height: 27px;
}
.resp p{
    margin-bottom: 10px;
}

.option_text span {
    font-size: 14px;
    font-weight: 300;
}

.axitem.active .option_text span {
    font-size: 22px;
    font-weight: 300;
}






.kart__img__head {
    font-size: 20px;
    color: #ffffff;
}

/*=============== FOOTER ===============*/
.footer {
    position: relative;
    overflow: hidden;
    background: #facf9c;
}

.footer__img-one,
.footer__img-two {
    position: absolute;
    transition: 0.3s;
}

.footer__img-one {
    width: 100px;
    top: 6rem;
    right: -2rem;
}

.footer__img-two {
    width: 150px;
    bottom: 4rem;
    right: 4rem;
}

.footer__img-one:hover,
.footer__img-two:hover {
    transform: translateY(-0.5rem);
}

.footer__container {
    row-gap: 2rem;
}

.footer__logo {
    display: flex;
    align-items: center;
    column-gap: 0.5rem;
    margin-bottom: var(--mb-1);
    font-weight: var(--font-medium);
}

.footer__logo-img {
    width: 20px;
}

.footer__description {
    margin-bottom: .75rem;
    font-size: 15px;
    line-height: 20px;
}

.uyu {
    margin-top: 10px;
}

.footer__social {
    display: flex;
    column-gap: 0.75rem;
    justify-content: space-evenly;
}

.footer__social-link {
    display: inline-flex;
    background: var(--container-color);
    padding: 0.25rem;
    border-radius: 0.25rem;
    color: var(--title-color);
    font-size: 1.1rem;
    text-decoration: none;
}

.footer__social-link:hover {
    background: #abadad;
    color: #fff;
    text-decoration: none;
}

.footer__title {
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: 700;
}

.footer__links {
    display: grid;
    row-gap: 0.35rem;
}

.footer__link {
    font-size: 17px;
    color: #000000;
}

.footer__link:hover {
    color: #5e5e5e;
    font-weight: 500;
    transition-delay: 0.1s;
}

.footer__copy {
    display: block;
    text-align: center;
    color: #000000;
    font-weight: 400;
    font-size: 17px;
    margin-top: .5rem;
    /* border-top: 1px solid #ededed; */
    padding-top: 0.5rem;
}

.footer__container {
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
    display: grid;
    column-gap: 1rem;
}

.footer__img-two {
    right: initial;
    bottom: 0;
    left: 15%;
}

.footer__logoo_con {
    font-size: 12px;
    margin-bottom: 10px;
}

/*=============== HOME ===============*/
.home {
    background-color: var(--first-color);
    /* padding: 9rem 0 2rem; */
    height: 100vh;
    display: grid;
}

.banner-swipper .swiper-wrapper .swiper-slide::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(50 50 51);
    opacity: 0.4;
    z-index: -1;
}

.home__container {
    display: grid;
    align-content: center;
    row-gap: 2.5rem;
}

.home__data {
    text-align: center;
}

.home__title {
    text-shadow: none;
    font-size: var(--biggest-font-size);
    margin: 0.75rem 0;
    color: #ffffff;

}

.axhome.home__title {
    text-shadow: none;

    margin: 0.75rem 0;
    color: #ffffff;
    font-size: 2.5rem;
    text-align: center;
}

.home__button {
    display: inline-block;
    color: #fff;
    padding: 0.8rem 1.5rem;
    border-radius: 7px;
    transition: 0.4s;
    /* box-shadow: 0 4px 12px hsl(38deg 69% 8% / 20%); */
    backdrop-filter: saturate(180%) blur(20px);
}

.home__button:hover {
    box-shadow: 0 4px 12px hsla(38, 69%, 8%, 0.2);
}

.home__img img {
    width: 230px;
    animation: floaty 1.8s infinite alternate;
}

.home__img {
    justify-self: center;
}

.home__shadow {
    width: 130px;
    height: 24px;
    background-color: hsla(38, 21%, 19%, 0.16);
    margin: 0 auto;
    border-radius: 50%;
    filter: blur(7px);
    animation: shadow 1.8s infinite alternate;
}

.home__footer {
    display: flex;
    justify-content: center;
    column-gap: 0.5rem;
    font-size: var(--smaller-font-size);
    align-self: flex-end;
}

.slider-data{
    opacity: 0;
    transform: translateX(-100px);
}
.banner-swipper .swiper-slide.swiper-slide-active .slider-data{
    opacity: 1;
    transform: translateX(0px);
    transition: all 2500ms ease;
}


/* Animate ghost */
@keyframes floaty {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(15px);
    }
}

@keyframes shadow {
    0% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(0.85, 0.85);
    }
}

.footer__logoo {
    margin-bottom: 10px;
    width: 90%;
}

.gal__des {
    margin-left: 5px;
    font-size: 14px;
    color: #888888;
    font-weight: 400;
}

/*=============== BREAKPOINTS ===============*/

/* For small devices */
@media screen and (max-width: 320px) {
    .home {
        padding-top: 7rem;
    }
}

@media screen and (max-width: 768px) {
    .hero__bg {
        background-image: url(../img/main1.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-position-x: 29%;
        background-position-y: 19%;
    }

    .home {
        padding-top: 7rem;
    }

    .banner .all__good {
        font-size: 50px;
    }

    .home__button.axb {
        border: solid 1px #eee;
        color: #6d6d6d;
        border-radius: 5px;
        padding: 10px 10px 6px 10px;
        font-size: 14px;
    }

    .four__sec__card__inner {
        position: absolute;
        bottom: 5%;
        left: 3%;
    }

    .home__data.axh {
        position: absolute;
        top: 2%;
        left: 0;
        right: 0;
    }

    .home__data.axh h2 {
        font-size: 1.5rem !important;
    }

    .spaceimg {
        position: absolute;
        top: 2%;
        left: 50%;
        width: 180px;
    }

    .family {
        background-position: 89% 19%;
    }

}

/* For medium devices */
@media screen and (min-width: 767px) {
    .section {
        padding: 5rem 0 2rem;
    }

}

@media screen and (min-width: 768px) {
    .nav {
        height: calc(var(--header-height) + 1rem);
    }

    .nav__toggle,
    .nav__close {
        display: none;
    }

    .nav__list {
        flex-direction: row;
        column-gap: 0.8rem;
        margin-top: 10px;
    }

    .log1, .log2{ max-width: 170px;}
}

/* For large devices */
@media screen and (min-width: 1024px) {
    .home__container {
        grid-template-columns: 1fr;
        align-items: center;
        column-gap: 2rem;
    }

    .home__data {
        text-align: center;
    }

    .home__img img {
        width: 400px;
    }

    .home__shadow {
        width: 250px;
        height: 40px;
    }
}

@media screen and (min-width: 1048px) {
    .container {
        margin-left: auto;
        margin-right: auto;
    }

    .timmoo {
        width: 300px;
    }
}

/* For 2K resolutions (2048 x 1152, 2048 x 1536) */
@media screen and (min-width: 2048px) {
    body {
        /* zoom: 1.7; */
    }
}

/* For 4K resolutions (3840 x 2160, 4096 x 2160) */
@media screen and (min-width: 3840px) {
    body {
        /* zoom: 3.1; */
    }
}

@media (max-width: 1400px) {

    .box h2 {
        margin-top: 180px;
    }
}

@media (max-width: 1199.98px) {
    .banner .all__good {
        font-size: 55px;
    }

    .vdobg__bottom {
        padding-top: 25px;
        font-size: 15px;
    }

    .sec__head {
        margin-bottom: 20px;
        font-size: 35px;
    }

    .hmt__2 {
        font-size: 4rem !important;
    }

    .product__container {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .like__family {
        background-position-x: 100%;
    }

}

@media (max-width: 991.98px) {
    .footer__container {
        grid-template-columns: 1fr 1fr 1fr;
        column-gap: 2rem;
        justify-items: left;
    }

    .team__pic {
        border-radius: 20px;
        height: 200px;
    }

    .gal__name {
        font-size: 15px;
    }

    .gal__des {
        font-size: 12px;
    }

    .sec__head {
        margin-bottom: 18px;
        font-size: 30px;
    }

    .news__desc {
        font-size: 23px;
        font-weight: 700;
        color: #000;
    }

    .three__imgs__container {
        grid-template-columns: 1fr;
    }

    .head__bui {
        font-size: 15px !important;
    }

    .leader__head {
        font-size: 25px;
    }

    .leader__pos {
        font-size: 18px;

    }

    .buy__logic__head {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .near__buy__container {
        grid-template-columns: repeat(6, 1fr);
    }

    .abt__inner__head {
        font-size: 18px;

    }

    .abt__inner__subhead {
        font-size: 35px;

    }

    .abt__inner__para {
        font-size: 15px;

    }
}

@media (max-width: 767.98px) {

    .hideax {

        display: block;
        width: 100%;
    }

    .axhide1 {
        display: none !important;

    }

    .uyu {
        margin-top: 10px;
        width: 100%;
        text-align: center;
    }

    .footer__logoo {
        margin-bottom: 10px;
        width: 170px;
    }

    .footer__container {
        grid-template-columns: 1fr 1fr;
        column-gap: 2rem;
        justify-items: left;
    }

    .vdobg__bottom {
        padding-top: 25px;
        font-size: 15px;
    }

    .team__pic {
        border-radius: 15px;
        height: 160px;
    }

    .news__desc {
        font-size: 20px;
    }

    .news__big__banner {
        grid-template-columns: 1fr;
    }

    .tim__p {
        font-size: 14px;
    }

    .city__lives {
        font-size: 35px;
        color: #fff;
    }

    .news__big__banner__img {
        border-radius: 20px 20px 0px 0px;
    }

    .qwer {
        padding: 1rem;
    }

    .like__family {
        background-position-x: 94%;
    }

    .abt__innerf2__container {

        grid-template-columns: 1fr;

    }

    .news__bt__container {
        padding: 1rem;
    }

    .kart__img__head {
        font-size: 15px;
    }

    .hmt__2 {
        font-size: 3rem !important;
    }

    .buy__logic__head {
        font-size: 25px;
        margin-bottom: 25px;
    }

    .near__buy__container {
        grid-template-columns: repeat(5, 1fr);
        gap: 0.5rem;
    }

    .leader__head {
        font-size: 23px;
    }

    .leader__pos {
        font-size: 16px;
    }
}

@media (max-width: 575.98px) {

    .associates {
        display: flex;
        justify-content: center;
        gap: 30px;
        flex-direction: column;
        align-items: center;

    }

    .footer__container {
        grid-template-columns: 1fr;
        column-gap: 1rem;
        justify-items: left;
    }

    .footer__logoo_con {
        font-size: 11px;
        margin-bottom: 10px;
        width: 70%;
    }

    .leader__head {
        font-size: 20px;
    }

    .leader__pos {
        font-size: 14px;
    }

    .leader__inner__container {

        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 1rem;
    }

    .tthgtt {
        padding: 0rem 1rem;
    }

    .city__lives {
        font-size: 25px;
        color: #fff;
    }

    .tim__p {
        font-size: 13px;
    }

    .near__buy__container {
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
    }

    .like__head {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .like__para {
        width: 100%;
        margin: auto;
        font-size: 13px;
    }

    .footer__title {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .abt__inner__head {
        font-size: 16px;
    }

    .abt__inner__subhead {
        font-size: 25px;
        color: #fff;
        margin-bottom: 10px;
        width: 90%;
    }

    .abt__inner__para {
        font-size: 15px;
        color: #fff;
        width: 90%;


    }

    .footer__link {
        font-size: 13px;
        color: #000000;
    }

    .footer__copy {
        display: block;
        text-align: center;
        color: #000000;
        font-weight: 400;
        font-size: 12px;
        margin-top: 3rem;
    }

    .four__card__container {
        display: grid;
        grid-template-columns: 1fr;
        padding: 1rem;
        gap: 2rem;
    }

    .banner .all__good {
        font-size: 40px;
    }

    .vdobg__bottom {
        width: 90%;
        text-align: center;
        margin: auto;
        padding-top: 18px;
        font-size: 13px;
    }

    .pphhu {
        font-size: 13px;
    }

    .team__container {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 1rem;
    }

    .team__pic {
        border-radius: 15px;
        height: 140px;
    }

    .gal__name {
        font-size: 13px;
        margin-top: 3px;
    }

    .gal__des {
        margin-left: 5px;
        font-size: 11px;
    }

    .sec__head {
        margin-bottom: 15px;
        font-size: 25px;
    }

    .news__small__banner {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .buy__logic__head {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .like__container {
        padding: 3rem 0rem;
    }

    .like__family {
        background-position-x: 82%;
    }

    .banner-swipper .swiper-wrapper{
        height: 100vh !important;
    }
}

@media (max-width: 400.98px) {
    .team__pic {
        border-radius: 15px;
        height: 125px;
    }
}


@media (max-width: 450px) {
    .team__container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }

    .footer__content.logof {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .footer.section {
        padding: 3.5rem 0 2rem;
    }

    .home__title {

        font-size: 2rem !important;

        color: #ffffff;
    }




    .home__title.abch {
        text-shadow: 3px 1px 9px #aca7a7;
        font-size: var(--biggest-font-size);
        margin: 0.75rem 0;
        color: #ffffff;
    }

    .footer__title.axf {

        font-size: 20px;
        margin-bottom: 30px;
    }

}

@media (max-width: 380.98px) {
    .near__buy__container {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
}



.awrads-img-wrap {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%)
}


.award-img {
    height: 175px;
    width: auto;
}

@media only screen and (max-width:767px) {
    .award-img {
        width: 370px;
        height: auto;
    }

    .awrads-img-wrap {
        position: absolute;
        top: 40%;
        left: 50%;
        right: 50%;
        width: 100%;
        margin: auto;
        transform: translate(-50%, -50%);
    }

    body.noscroll{
        overflow: hidden;
    }

    .nav__menu{ overflow: auto;}

    .one-best.display__onebest .nav__link, .one-best.display__onebest .bx{
        color: #fff !important;
    }

    .one-best.display__onebest #nav-toggle .bx{
        color: #fff !important;
    }
}


/* invest page */

.invest-areas-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.invest-areas {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 15px;
    border: 1px solid rgba(216, 209, 209, 0.89);
    width: 330px;
    transition: all .5s ease-in-out;
    overflow: hidden;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    min-height: 350px;
    max-height: 350px;
}



.invest-area-icon {
    width: auto !important;
    height: 100px;
    padding: 30px 0;
}


.invest-areas h4 {
    color: #000000;
    padding: 20px 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    text-align: center;
}

.invest-areas p {
    text-align: center;
    color: #000000;
    padding: 20px 0;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

.invest-areas:hover {
    background-color: rgba(222, 240, 241, 0.952);
}

.invest-areas :hover.invest-areas-wrapper {
    background: #333 !important;
}

@media only screen and (max-width:767px) {
    .invest-areas-wrapper {
        flex-direction: column;
    }

    .invest-area-icon {
        padding: 15px 0;
    }

    .invest-areas h4 {
        padding: 15px 0;
    }

    .invest-areas p {
        padding: 15px 0;
    }

}

.ourAreasCarousel .owl-nav {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}


.ourAreasCarousel .owl-nav .fa-circle-arrow-left {
    font-size: 28px;
    line-height: 36px;
    color: #fff;
    margin: 20px 5px 10px;
}

.ourAreasCarousel .owl-nav .fa-circle-arrow-right {
    font-size: 28px;
    line-height: 36px;
    color: #fff;
    margin: 20px 5px 10px;
}





.form-section {
    padding: 100px 10px;
    background-color: #f8fafb57;
}

.form-main-head {
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 30px;
}

.form-input-label {
    display: block;
    font-size: 16px;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.603);
}

.form-input-row {
    display: flex;
    justify-content: space-between;
}



.form-input {
    padding: 15px;
    border: 1px solid rgba(105, 150, 153, 0.664);
    width: 100%;

}

.form-input:focus {
    outline: 1px solid #90999b57;
}

.form-cols {
    margin: 20px 10px;
    width: 100%;
}

.form-cols select {
    color: gray;
}

.form-cols option {
    color: gray;
}

.form-checkBox-area {
    padding: 40px 50px;
    background-color: #90999b57;
    display: flex;
}

.checkbox-main-head {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}

.investCheckbox {
    accent-color: #4c555757;
    color: #fff;
    border-style: none;
}

.checkBox-desc {
    font-size: 15px;
    line-height: 22px;

}

.form-submit {
    background-color: #4c555757;
    color: #ffffff;
    padding: 12px 35px 8px 35px;
    border-radius: 30px;
}

.form-submit:hover {
    background-color: #4f5455b2;
}

.form-checkBox-area .left-right {
    width: 100%;
}

.my-3 {
    margin: 15px 0;
}

@media only screen and (max-width:767px) {
    .form-input-row {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .form-checkBox-area {
        flex-direction: column;
    }

}



/* people n space page */

.creation-section {
    padding: 100px 10px;
}



.creation-wrap {
    display: flex;
    justify-content: space-around;
}

.create-box {
    padding: 30px 15px;
    margin: 10px;
    /* box-shadow: rgba(30, 50, 33, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.1) 0px 1px 1px -1px; */
    border-radius: 15px;
}

.create-box img {
    width: 80px;
    height: auto;
}

.create-box h3 {
    font-size: 22px;
    line-height: 34px;
    font-weight: 400;
    margin: 15px 0;
}

.create-box p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 0;
    text-align: left;
}



@media only screen and (max-width:767px) {
    .creation-wrap {
        flex-direction: column;
    }
}



/* service section */


.people-and-space-service-section {
    padding: 100px 10px;
}

.people-and-space-head {
    font-size: 36px;
    line-height: 44px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 40px;
}



.serciceCardWrap {
    display: grid;
    grid-template-columns: 1.7fr 1fr;
    margin: 70px 0;
}

.serciceCardWrap-1 {
    display: grid;
    grid-template-columns: 1fr 1.7fr;
    margin: 70px 0;
}

.desc-box {
    background-color: #7e8a8d26;
    padding: 30px 30px;
    height: 85%;
    margin-top: 15%;
}

.desc-box h2 {
    font-size: 30px;
    line-height: 38px;
    font-weight: 400;
}

.desc-box p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-top: 30px;
}


@media only screen and (max-width:767px) {
    .creation-section {
        padding: 30px 10px;
    }

    .people-and-space-service-section {
        padding: 50px 10px;
    }

    .serciceCardWrap {
        display: grid;
        grid-template-columns: 1fr;
        margin: 50px 0;
    }

    .serciceCardWrap-1 {
        display: grid;
        grid-template-columns: 1fr;
        margin: 50px 0;
    }

    .desc-box {
        background-color: #7e8a8d26;
        padding: 30px 30px;
        height: 100%;
        margin-top: 0;
    }

    .desc-box h2 {
        font-size: 24px;
        line-height: 32px;
    }
}







/* gallery section  */
.reso1 {
    width: 100%;
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.reso1 .box {
    position: relative;
}

.reso1 .restext {
    width: 100%;
    height: 100%;
    position: absolute;
}


@media only screen and (min-width: 1550px) {
    .box h2 {
        margin-top: 355px;
        padding-bottom: 30px;
        margin-left: 7%;
        font-size: 45px;
        font-weight: 400;
        color: #fff;
    }
}





/* new */


.inner-banner {
    height: 100%;
    row-gap: 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: flex-start;
    padding-bottom: 30px;
}


.inner-banner h2 {
    font-size: 54px;
    font-weight: 700;
    color: #fff;
    padding-top: 100px;
}


.inner-banner h6 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    padding-top: 10px;
}

.project-inner-details {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 35px;
}

.project-inner-details div {
    margin: 10px;
}

.project-inner-details h4 {
    font-size: 22px;
    font-weight: 500;
}

.project-inner-details h6 {
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
}


.border-inner-gap {
    border: 1px solid gray;
    height: 50px;
}

.border-inner-btm {
    border-bottom: 1px solid gray;
    height: 50px;
    display: none;
}

.inner-pg-para {
    font-size: 18px;
    line-height: 28px;
}


@media only screen and (max-width:767px) {
    .inner-banner h2 {
        font-size: 34px;
        font-weight: 700;
    }


    .inner-banner h6 {
        font-size: 18px;
        font-weight: 600;
        color: #fff;
        padding-top: 10px;
    }

    .project-inner-details h6 {
        padding-bottom: 10px;
    }

    .border-inner-gap {
        display: none;
    }

    .border-inner-btm {
        display: block;
    }

    .project-inner-details div {
        width: 40%;
    }

    .border-bottom-inner {
        border-bottom: 2px solid gray;
    }
}




/* culture banner */

.culture-banner {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media only screen and (max-width:767px) {
    .culture-banner {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}




/* para */

.talen-para {
    font-weight: 500;
    font-size: 21px;
    line-height: 1.3;
}






.home__data {
    text-align: center;
    left: 50%;
    bottom: 3%;
    position: absolute;
    transform: translate(-50%, -10%);
    z-index: 3;
}

.swiper-wrapperas {

    display: flex;
    justify-content: space-around;
    align-items: center;
}

.axx {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.logo_ {

    display: flex;
    justify-content: center;
    align-items: center;
}


.nav__link {
    color: #fff;
    font-size: 20px;
}
.nav__link:hover {
    color: #dadada;
}

.log1 {

    display: block;
}

.log2 {
    display: none;

}



.one-best.display__onebest .nav__link {
    color: #fff;
    font-size: 20px;
}
.one-best.display__onebest .nav__link:hover {
    color: #dadada;
}

.one-best.display__onebest .log1 {

    display: none;

}

.one-best.display__onebest .log2 {

    display: block;

}


.gallery-wrap {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100vh;
}

.axitem {
    flex: 1;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: none;
    transition: flex 0.8s ease;
    position: relative;

}

.axitem.active {
    flex: 5;
}

.axitem-1 {
    background-image: url("../img/mono.jpg");
    margin: 0px 1px 0px 0px;
}

.axitem-2 {
    background-image: url("../img/duo.jpg");
    margin: 0px 1px 0px 1px;
}

.axitem-3 {
    background-image: url("../img/chilgrove_.jpg");
    margin: 0px 0px 0px 1px;
}

.axitem-4 {
    background-image: url("../img/studio.jpg");
    margin: 0px 0px 0px 1px;
}


.social {
    position: absolute;
    right: 35px;
    bottom: 0;
}

.social img {
    display: block;
    width: 32px;
}

.option_text {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0%);
    text-align: center;
    width: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 13%, rgba(0, 0, 0, 1) 65%);
    padding: 40px 10px 25px 10px;
    color: #fff;
}

.option_text p {

    font-size: 28px;
    font-weight: 300;
    padding-bottom: 10px;
}

.option_text span {

    transition: 300ms;
    font-weight: 300;
}

.sec__head {
    color: #000000;
    margin-bottom: 30px;
    font-size: 35px;
    text-align: center;
    font-weight: 400;
}

.all__good {

    font-size: 50px;
}



@media screen and (max-width: 450px) {

    .location {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 0rem;
    }

    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: -16px;
    }

    .section {
        padding: 2.5rem 0 2rem;
    }

    .foodtext {
        position: absolute;
        top: 83%;
        right: 0%;
        width: 325px;
        background-color: #124733e6;
        color: #fff;
        padding: 25px 25px;
        font-size: 18px;
        font-weight: 300;
        transform: translate(0%, -50%);
    }

    .ioio {
        width: 55px !important;
        margin: auto;
    }

    .axx .ioio.axio {

        width: 80px !important;
    }

    .reso1 {
        display: grid;
        grid-template-columns: 1fr;
        background-color: #124733;
    }

    .box h2 {
        margin-top: 75px;
        font-size: 35px;
        padding-bottom: 20px;
    }

    .reso1 .restext {
        text-align: left;
        font-size: 20px;
        line-height: 28px;
        color: #eee;
        padding: 0px 2% 22px 7%;
    }

    .reso1 .restext p {
        border: none;
        padding-right: 10px;
        margin-bottom: 10px;
        transition: 1000ms;
        font-weight: 400;
        position: relative;
        display: list-item;
        margin-left: 1em;
    }

    .reso1 .box {
        position: relative;
        height: 100vh;
    }


    .reso {
        display: grid;
        grid-template-columns: 1fr;
        padding: 60px 5%;
        height: 65vh;
    }

    .restext {
        text-align: right;
        font-size: 18px;
        line-height: 24px;
        color: #eee;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .food {
        position: relative;
        height: 90vh;
    }


    .locimg {

        padding: 15px;
        height: 400px;
        object-fit: cover;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .locimg h2 {
        font-size: 26px;
        font-weight: 300;
        margin-bottom: 20px;
        color: #fff;
    }

    .locimg h3 {
        font-size: 20px;
        font-weight: 300;
        margin-bottom: 45px;
        color: #fff;
    }

    .locimg h4 {
        font-size: 18px;
        font-weight: 300;
        margin-bottom: 0px;
        color: #fff;
    }

    .home__title {
        font-size: 1.8rem !important;
        color: #ffffff;
    }

    .home__data {
        text-align: center;
        left: 50%;
        bottom: 3%;
        position: absolute;
        transform: translate(-50%, -10%);
        width: 100%;
    }

    .resp {
        text-align: center;
        padding: 0px 0% 0px 0%;
        font-size: 24px;
        font-weight: 300;
        line-height: 32px;
    }

    .swiper-wrapperas {
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
        gap: 15px;
    }

    .gallery-wrap {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 70vh;
    }

    .axitem.active {
        flex: 6;
    }

    .axitem {
        flex: 2;
        height: 100%;
        background-position: center;
        background-size: cover;
        background-repeat: none;
        transition: flex 0.8s ease;
        position: relative;
    }

    .option_text p {
        font-size: 24px;
        font-weight: 300;
        padding-bottom: 5px;
    }

    .option_text {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 13%, rgb(0 0 0 / 77%) 65%);
        padding: 20px 10px 10px 10px;
        color: #fff;
    }

    .axitem.active .option_text span {
        font-size: 18px;
        font-weight: 300;
    }




}





.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: white;
    z-index: 99999999;
}

#preloader-logo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}



.spinner {
    width: 80px;
    height: 80px;
    border: 2px solid #f3f3f3;
    border-top: 3px solid #124733;
    border-radius: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    animation: spin 1s infinite ease;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.hotelGroupAmenityList {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: center;
}

.hotelGroupAmenityItem {
    position: relative;
    display: flex;
    text-align: left;
    padding: 15px 20px;
    align-items: flex-start;
    width: 33%;
    justify-content: flex-start;
    margin: 0;
    align-items: center;
}

.hotelGroupAmenityItemImg {
    min-width: 60px;
    min-height: 60px;
    background: #c78a3e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    margin: 0 10px 0 0;
}

.hotelGroupAmenityItemImg img {
    max-width: 37px;
    max-height: 37px;
    filter: invert(1);
}

.hotelGroupAmenityItemContent h3 {
    margin: 0 0 6px;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 1;
    color: #333;
    line-height: 25px;
}

@media (max-width: 575px) {
    .hotelGroupAmenityItem {
        width: 100%;
    }
}


/*--------------------------------------------------------------
#0.7    services-section
--------------------------------------------------------------*/

.section-padding {
  padding: 100px 0 100px 0;
}

.services-section {
  background-color: #f8f8f8;
}

.services-section .service-grids .grid {
  width: 50%;
  float: left;
  overflow: hidden;
}

@media (max-width: 991px) {
  .services-section .service-grids .grid {
    width: 50%;
  }
}

@media (max-width: 550px) {
  .services-section .service-grids .grid {
    width: 100%;
    float: none;
  }
}

.services-section .grid h3 {
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: 600;
  margin: 0;
}

@media (max-width: 767px) {
  .services-section .grid h3 {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

.services-section .grid h3 a {
  color: #124733;
}

.services-section .grid:hover h3 a {
  color: #facf9c;
}

.services-section .grid .details {
  background-color: #fff;
  padding: 28px 25px;
  border-left: 1px solid #dadada;
}

@media (max-width: 991px) {
  .services-section .grid .details {
    padding: 22px 20px;
  }
}

.services-section .img-holder {
  position: relative;
  overflow: hidden;
}

.services-section .view-details {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.services-section .view-details:before {
  content: "";
  background: #facf9c;
  position: absolute;
  right: -100px;
  bottom: -100px;
  width: 300px;
  height: 300px;
  border: 10px double #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 900px rgba(250, 207, 156, .25);
  box-shadow: 0 0 0 900px rgba(250, 207, 156, .25);
  content: '';
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 1);
  transform: scale3d(0.5, 0.5, 1);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  -ms-transition: all 0.35s;
  transition: all 0.35s;
}

.services-section .grid:hover .view-details:before {
  opacity: 1;
  -webkit-transform: scale3d(0.6, 0.6, 0.6);
  transform: scale3d(0.6, 0.6, 0.6);
}

.services-section .view-details a {
  font-size: 18px;
  font-size: 1.2rem;
  color: #fff;
  position: absolute;
  right: 20px;
  bottom: 48px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  -ms-transition: all 0.35s;
  transition: all 0.35s;
}

.services-section .view-details a:hover {
  color: #124733;
}

.services-section .grid:hover .view-details a {
  opacity: 1;
  visibility: visible;
}

.services-section .grid img {
  margin: -10px 0 0 -10px;
  max-width: 130%;
  width: -webkit-calc(100% + 10px);
  width: calc(100% + 10px);
  opacity: 0.9;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -o-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(10px, 10px, 0);
  transform: translate3d(10px, 10px, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.services-section .grid:hover img {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.bg_color1{
  background: #f1eee8;
}


.hotelGroupAttractionHomeInner {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 20px;
}

.hotelGroupAttractionHomeInner img{ max-width: 100%;}

.hotelGroupAttractionBlock .hotelGroupAttractionImg img {
/*     min-height: 400px; */
    height: auto;
    transition: all .6s ease;
}

.hotelGroupAttractionImg {
    position: relative;
    z-index: 1;
}

.hotelGroupAttractionBlock .hotelGroupAttractionContent {
    position: absolute;
    bottom: -80px;
    left: 0;
    background: rgba(0, 0, 0, .6);
    display: block;
    color: #FFF;
    z-index: 2;
    padding: 20px;
    transition: all .3s ease;
}

.hotelGroupAttractionBlock:hover .hotelGroupAttractionContent {
    bottom: 0;
}

.hotelGroupAttractionBlock:hover .hotelGroupAttractionImg img {
    transform: scale(1.1);
}

.hotelGroupAttractionContent h3 {
    margin: 0 0 15px;
    letter-spacing: 1px;
    font-size: 22px;
    color: #fff;
}

.hotelGroupAttractionContent p{
    padding-bottom: 0;
    margin-bottom: 0;
}

.hotelGroupAttractionBlock {
    position: relative;
    width: calc(33% - 20px);
    /* margin: 0 20px; */
    overflow: hidden;
}