/********** Template CSS **********/
:root {
    --primary: #977a54;
    --secondary: #8D9297;
    --light: #F8F9FA;
    --dark: #977a54;
}
.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}
/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}
.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #fff;
    font-family: 'mangiola';
}
.btn-square {
    width: 38px;
    height: 38px;
}
.btn-sm-square {
    width: 32px;
    height: 32px;
}
.btn-lg-square {
    width: 48px;
    height: 48px;
}
.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}
/*** Navbar Fix ***/

.navbar-brand img {
    /*max-height: 50px;*/
}

/* REMOVE absolute center issue */
.navbar-brand.d-lg-block {
    position: static;
    transform: none;
}

/* menu alignment */
.left-menu, 
.right-menu {
    display: flex;
    align-items: center;
    gap: 10px;
}


/* MOBILE RESPONSIVE */
@media (max-width: 786px) {

    .navbar {
        padding: 10px 15px;
    }

    .navbar-collapse {
        background: #fff;
        padding: 15px;
        margin-top: 10px;
        border-radius: 8px;
    }

    .navbar-nav {
        text-align: center;
    }

    .navbar-nav .nav-link {
        padding: 12px 0;
        border-bottom: 1px solid #eee;
        font-size: 16px;
    }

    .navbar-nav .nav-link:last-child {
        border-bottom: none;
    }

}
/* Mobile fix */
@media (max-width: 991px) {
    .navbar-brand.d-lg-block {
        position: static;
        transform: none;
    }
    .navbar-collapse {
        flex-direction: column;
        align-items: flex-start;
    }
    .left-menu, .right-menu {
        flex-direction: column;
        width: 100%;
    }
}
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}
.navbar .navbar-nav .nav-link {
   margin-left: 24px;
    padding: 25px 0;
    color: #3e3a3b;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
    font-size: 15px;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #a76332;
}
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-left: 0;
        padding: 10px 0;
    }
    .navbar .navbar-nav {
        margin-top: 25px;
        border-top: 1px solid #EEEEEE;
    }
}
@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        right: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}
/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    text-align: start;
    background: rgba(0, 0, 0, .65);
    z-index: 1;
}
.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 4rem;
    height: 4rem;
    /*background-color: var(--dark);
    border: 15px solid var(--dark);*/
    border-radius: 50px;
}
.carousel-caption .breadcrumb-item+.breadcrumb-item::before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
}
@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }

    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 3rem;
        height: 3rem;
        border-width: 12px;
    }
}
.page-header {
    background: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: #999999;
}
/*** Img Border ***/
.img-border {
    position: relative;
    height: 100%;
    min-height: 400px;
}
.img-border::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 3rem;
    bottom: 3rem;
    border: 5px solid var(--primary);
}
.img-border img {
    position: absolute;
    top: 3rem;
    left: 3rem;
    width: calc(100% - 3rem);
    height: calc(100% - 3rem);
    object-fit: cover;
}
/*** Appointment ***/
.appointment {
    background-color: #f8efe6;
}
.appointment2 {
    background: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .5)), url(../img/ctaimg2.jpg) center center no-repeat;
    background-size: cover;
}
/*** CTA ***/
.cta {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.65)), url(../img/ea3.webp) center center no-repeat;
    background-size: cover;
}
/*** CTA ***/
.cta2 {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.65)), url(../img/internal1.webp) center center no-repeat;
    background-size: cover;
    background-attachment:fixed ;
    padding:190px 0;
}
/*** Floor ***/
.floor-carousel .owl-nav {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}
.floor-carousel .owl-nav .owl-prev,
.floor-carousel .owl-nav .owl-next {
    margin-right: 15px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark);
    border: 2px solid var(--primary);
    border-radius: 50px;
    font-size: 18px;
    transition: .5s;
}
.floor-carousel .owl-nav .owl-prev:hover,
.floor-carousel .owl-nav .owl-next:hover {
    color: #FFFFFF;
    background: var(--primary);
}
.floor-item .floor-overlay {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 4px;
    background: rgba(34, 36, 41, 0.4);
    /* semi-transparent dark */
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: .5s;
    opacity: 1;
}
/*** Connectivity ***/
.connectivity-carousel .owl-item img {
    width: 64px;
    height: 64px;
}
.connectivity-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: start;
}
.connectivity-carousel .owl-nav .owl-prev,
.connectivity-carousel .owl-nav .owl-next {
    margin-right: 15px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark);
    border: 2px solid var(--primary);
    border-radius: 50px;
    font-size: 18px;
    transition: .5s;
}
.connectivity-carousel .owl-nav .owl-prev:hover,
.connectivity-carousel .owl-nav .owl-next:hover {
    color: #FFFFFF;
    background: var(--primary);
}
/*** Footer ***/
.footer {
    color: #999999;
}
.footer .copyright {
    padding: 5px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}
.footer .copyright a {
    color: var(--light);
}
.footer .copyright a:hover {
    color: var(--primary);
}
.fadeclass {
    display: inline-block;
    animation: fadeZoom 3s ease-in-out infinite;
}
@keyframes fadeZoom {

    0%,
    100% {
        opacity: 0.4;
        transform: scale(1);
    }

    50% {
        opacity: 1;
        transform: scale(1.05);
    }
}
/*new css */
/*whats app start*/
.whatsapp-float {
    position: fixed;
    bottom: 40px;
    left: 20px;
    background-color: #25D366;
    color: white;
    font-size: 28px;
    padding: 6px 14px;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    z-index: 999;
    text-align: center;
    transition: transform 0.3s;
}
.whatsapp-float:hover {
    transform: scale(1.1);
    color: white;
}
@media (max-width: 767px) {
    .whatsapp-float {
        display: none;
    }
}
/*whats app end*/
/*modal form start*/
/* Limit modal width and center it */
@media (max-width: 576px) {
    .modal-dialog.modal-custom-width {
        max-width: 90%;
    }
}
.modal-backdrop.show {
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.8);
}
.modal-dialog.modal-custom-width {
    max-width: 750px;
}
.img-fluid.object-fit-cover {
    object-fit: cover;
    height: 100%;
}
/* Icon Styling */
.input-icon {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    color: #6c757d;
    font-size: 16px;
    z-index: 2;
}
.input-with-icon {
    padding-left: 40px;
    border: none;
}
.modal.fade .modal-dialog {
    transform: translateY(-50px);
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
.modal.show .modal-dialog {
    transform: translateY(0);
}
.input-with-icon:focus {
    box-shadow: 0 0 0 4px rgba(81, 45, 168, 0.15);
}
.logoclass {
    width: 140px;
}
.table tbody td {
    background-color: rgba(255, 255, 255, 0.85);
    color: #333;
    border: 1px solid #dee2e6;
}
.table thead tr {
    background-color: #2A4759;
}
.table thead th {
    background: transparent;
    color: #fff;
    border: 1px solid #dee2e6;
}
.table {
    border-collapse: collapse;
}
.table th,
.table td {
    border: 1px solid #dee2e6;
}
.table tbody tr:nth-of-type(odd) td {
    background-color: rgba(255, 255, 255, 0.9);
}
/*end*/
.mouse-follower {
    position: fixed;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background: #e31e25;
    border-radius: 50%;
    pointer-events: none;
    z-index: 9999;
    transform: translate(-50%, -50%);
}
.custom-cursor {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}
.ring1 {
    width: 10px;
    height: 10px;
    border: 2px solid #977a54;
    transition: transform 0.1s ease-out;
}
.ring2 {
    width: 15px;
    height: 15px;
    border: 2px solid #977a54b8;
    transition: transform 0.15s ease-out;
}
/*sticky button start*/
.container-box1 {
    display: inline-block;
    position: fixed;
    top: 80%;
    right: -160px;
    z-index: 30;
}
.rotated1 {
    -webkit-transform: rotate(-90deg);
    transform-origin: top left;
}
.bgimg {
    background-image: url(../img/about-bk-image2.png);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.pulseanimation {
    animation: pulse-cust 2s infinite;
}
@-webkit-keyframes pulse-cust {
    0% {
        -webkit-box-shadow: 0 0 0 0 #a99a85;
    }

    70% {
        -webkit-box-shadow: 0 0 0 25px #a99a85;
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 #a99a85;
    }
}
@keyframes pulse-cust {
    0% {
        -webkit-box-shadow: 0 0 0 0 #a99a85;
    }

    70% {
        -webkit-box-shadow: 0 0 0 25px rgba(227, 56, 56, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(227, 56, 56, 0);
    }
}
@media (max-width: 767px) {
    h5.eameh5 {
        font-size: 12px;
    }
    .project-item .project-title {
        height: 5px;
    }
    .project-item:hover .project-title,
    .project-carousel .owl-item.center .project-title {
        bottom: -20px;
    }
    .project-carousel .owl-nav .owl-prev,
    .project-carousel .owl-nav .owl-next {
        width: 35px;
        height: 35px;
        font-size: 10px;
    }
    .project-item .project-title::before {
        display: none;
    }
    p.footercontactp {
    font-size: 20px;
    }
    .project-item:hover img, .project-carousel .owl-item.center img {
    margin-top: -30px;
    }
}
/*abt arrow*/
.animate-up-down {
    position: relative;
    animation: animateUpDown 1s ease infinite;
}
@keyframes animateUpDown { 
    0% { 
        top: 0px;
    }
    50% { 
        top: 10px;
    }
    100% { 
        top: 0px;
    } 
}
.animate-rotate {
    position: absolute;
    animation: animateRotate 8s linear infinite;
}
@keyframes animateRotate { 
    100% { 
        transform: rotate(360deg); 
    } 
}
/*** Testimonial ***/
.testimonial-title {
    height: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 150px 150px 0px 0px;
    background: url(../img/bg.jpg) center center no-repeat;
    background-size: cover;
}
.testimonial-img {
    position: relative;
    padding: 45px 5px 45px 90px;
}
.testimonial-img::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: calc(50% + 45px);
    height: 100%;
    background: #f3e9dd;
    z-index: -1;
}
.testimonial-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 1.5rem;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}
.testimonial-carousel .owl-prev,
.testimonial-carousel .owl-next {
    margin-bottom: 15px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #977a54;
    border: 2px solid #977a54;
    border-radius: 50px;
    font-size: 18px;
    transition: .5s;
}
.testimonial-carousel .owl-prev:hover,
.testimonial-carousel .owl-next:hover {
    color: #977a54;
    background: #fff;
}

@media (max-width: 768px) {
    .testimonial-carousel .owl-nav {
        top: 6.3rem;
    }
}
h2.ambh2 {
font-size: 35px;
font-weight: 300;
}
.sideimg {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 20px; /* space between text and images */

}
.sideimg::before,
.sideimg::after {
  content: "";
  width: 40px;              /* image width */
  height: 40px;             /* image height */
  background: url("../img/sideimg.webp") no-repeat center;
  background-size: contain;
  display: inline-block;
  transform: rotate(180deg);
}
.sideimg::before {
  transform: rotate(360deg);
}
.sideimg2 {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 20px; /* space between text and images */
}
.sideimg2::before,
.sideimg2::after {
  content: "";
  width: 40px;              /* image width */
  height: 40px;             /* image height */
  background: url("../img/sideimgwhite.webp") no-repeat center;
  background-size: contain;
  display: inline-block;
  transform: rotate(180deg);
}
.sideimg2::before {
  transform: rotate(360deg);
}
@media (max-width: 767px) {
    
    .overlay-text {
    margin-right: 5px;
}
h2.ambh2 {
    font-size: 25px;
    margin-top: 40px;
}
.artimg::after {
  right: 35px!important;
  font-size: 5px!important;
}
.overlay-text {
    font-size: 10px!important;
}
}
/* Tab nav active state */
.event .tab-class .nav-item a.active {
  background: #977a54 !important;
}
/* FORCE span text to white when active */
.event .tab-class .nav-item a.active .textchng {
  color: #fff !important;
}
.textchng {
  color: #907148;
}
.artimg {
  position: relative;
}
/* Text overlay */
.artimg::after {
  content: "Artistic Image";
  position: absolute;
  top: 100px;
  right: 105px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background: rgba(0, 0, 0, 0.35);
  padding: 4px 8px;
  border-radius: 3px;
  z-index: 3;
}
@media (min-width: 1920px) and (max-width: 2560px) {
    .artimg::after {
    right: 125px;
}
}
/************************************hansa web*******************************/
.content {
    padding-top: 22px;
    padding-left: 15px;
}
ul.usp{
    list-style-type: none;
    margin: 25px 0 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
}
.clr2 {
   color: #000;
    font-size: 14px;
    padding-top: 12px;
}
ul.usp li.lisst{
    height: 100px;
    max-height: 100px;
    width: 245px;
    max-width: 245px;    
}
li.lisst img {
    width: 44px;
}
/**************amenities slider***********/
.marquee-wrapper {
  position: relative;
}
.marquee {
  display: flex;
  gap: 30px;
  overflow: hidden;
}
.marquee-item {
  position: relative;
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}
.member {
  width: 100%;
}
.member-link {
  display: block;
  color:#000;
}
.member-img-wrapper {
  margin: 0;
}
.member-img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: filter 0.3s;
}
.member-details {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 8px 0 4px 0;
  text-align: center;
  background: rgb(231 231 231 / 73%);
}
.member-title {
  margin: 0 0 5px;
}
.member-subtitle {
  margin: 0;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
p.member-title{
font-weight:500;
font-size:18px;
}
.member-link:hover .member-details {
  transform: none;
}
.member-link:hover .member-img {
  filter: grayscale(0);
}
.marquee-arrow {
  position: absolute;
  bottom: -60px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #a96535;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
}
.marquee-arrow.arrow-prev {
  left: calc(50% - 50px);
}
.marquee-arrow.arrow-next {
  right: calc(50% - 50px);
}
@media (min-width: 850px) {
  .marquee-item {
    width: 500px;
  }
  .member-img {
    height: 500px;
  }
  .member-title {
    font-size: 1.6em;
  }
  .marquee-arrow {
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
  }
  .marquee-arrow.arrow-prev {
    left: 40px;
  }
  .marquee-arrow.arrow-next {
    right: 40px;
  }
}
.page-footer {
  position: fixed;
  right: 0;
  bottom: 50px;
  display: flex;
  align-items: center;
  padding: 5px;
  z-index: 1;
  font-size: 14px;
  color: black;
  background: white;
}
.page-footer a {
  display: flex;
  margin-left: 4px;
}
/***************connectivity***********/
.locc {
   padding: 60px 60px 80px 60px;
} 
a.btn-other
 {
    text-align: center;
    align-items: center;
    padding: 10px 10px !important;
    border-radius: 10px;
    width: 166px;
    display: inline-block;
    font-size: 15px;
    color: #fff;
    border-color: #ea915f!important;
    background-color: #ea915f;
}
.locatn {
    text-align: center;
}
.locatn h4 {
    font-size: 34px;
    padding-bottom: 27px;
}
.loc2 {
    display: inline-flex;
    padding-top: 40px;
}
.accordion .accordion-item {
  border-bottom: 1px solid #000;
}
.accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #000;
}
.accordion button {
  position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #000;
    font-size: 17px;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}
.loc-img {
    display: contents;
}
.location-accordin {
    padding-left: 50px!important;
        padding-top: 40px;
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: #ea915f;
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: #ea915f;
  border: 1px solid #ea915f;
}
.accordion-content ul li {
    font-size: 13px;
    line-height: 24px;
    list-style-type: none;
}
.accordion-content ul {
    padding-top: 10px;
    padding-left: 0px;
}
.image p {
    font-size: 21px;
    background-color: #bb9569;
    top: 440px;
    position: relative;
    margin-left: 300px;
    color: #ffffff;
    padding: 8px 7px 6px 15px;
    width: 245px;
    text-align: center;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #ea915f;
  border-radius: 22px;
  background-color: #f8efe6db !important;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: #000;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: #000;
}
/* .accordion button[aria-expanded=true] {
  color: #fff;
} */
.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 160px;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}
.loc-img {
    display: contents;
}
.loc-img img {
    width: 800px;
    margin-left: -151px;
    height: 442px;
    max-height: 442px;
}
.form-bg {
    background-color: #BC9F8B;
    padding: 50px 50px 0px 50px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    height: 450px;
}
.mapp {
    position: relative;
    height: 500px;
    overflow: hidden;
}
.abo {
    padding: 20px 0px 20px 0;
    justify-content: center;
}
.ab p {
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    padding-top: 11px;
    color: #000;
}
.ab img {
    height: 58px;
    display: inline-block;
}
.ab {
    text-align: center;
    border-right: 2px #000 dotted;
}
p.title {
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding-bottom: 20px;
}
.col-12.contact-button {
    text-align: right;
}
.form-floating>.form-select{
    color: #000;
}
.projj {
    text-align: center;
}
.footer-bottom-area {
    background: #a76332;
    padding: 10px 0 0px 0;
    text-align: center;
    color:#fff;    
}
p.footer-text{
font-size: 12px;
    line-height: 15px;
    margin-bottom: 0px;
    padding: 20px 60px 20px 70px;
    color: #fff;
    text-align: center;
}
footer.footer-area{
    border-top: 1px solid #ffffffbd;
}
.plans {
    position: relative;
}
.floor-overlay {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 4px;
    backdrop-filter: blur(4px);
    transition: .5s;
    /* background: rgb(34 36 41 / 2%); */
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.location-sectn{
    background-color: #e5e5e5;
    padding:50px 0;
}
.map{
    background-color: #f8efe6;
    padding: 50px 0 30px 0;
} 
h3.contact-hdn{
padding-bottom: 35px;
}     
article.member a:hover{
color:#a76332;
}
.eternity_logo {
    width: 170px;
    padding-left: 19px;
}
.bnnr{
background-image: url(../img/Eternity-website-page.jpg);
    height: 560px;
    background-position: center;
    background-size: cover;
}
.main-section1 {
    background-size: contain;
    background-position: 44% 100%;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 1000px rgb(255 255 255 / 31%);
    background-color: #f5f5f5;
    padding-bottom: 50px;
}
.usp {
    padding: 40px 0px 40px 0px;
}
.usp ul {
    list-style-type: none;
    margin: 2.5rem 0 0;
    padding: 0;
    display: flex;
}
h4.about-imgg img{
    width: 48px;
}
.about-content {
    padding-top: 35px;
    padding-left: 20px;
}
.about-content p {
    padding-top: 20px;
}
.tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    padding-top: 30px;
}
.tab-btn {
    padding: 9px 20px;
    cursor: pointer;
    border: none;
    background: none;
    font-size: 15px;
    text-transform: uppercase;
}
.tab-btn.active {
    background-color: #f18d59;
    color: #fff;
    border: #fff;
}
.tab-content {
    display: none;
    text-align: center;
}
.tab-content.active {
    display: block;
}
/********************gallery tab start***********/
.slider {
    position: relative;
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
}
.slider-track {
    display: flex;
    transition: transform 0.5s ease;
}
.slide {
    min-width: 33.33%; 
    box-sizing: border-box;
    padding: 0px;
}
.slide img {
    width: 100%;
    /*border-radius: 10px;*/
}
.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
}
.prev { left: 10px; }
.next { right: 10px; }
@media(max-width: 768px){
    .slide { min-width: 50%; } /* 2 slides */
}
@media(max-width: 480px){
    .slide { min-width: 100%; } /* 1 slide */
}
.gallery {
    padding: 50px 0;
    text-align: center;
}
/********************gallery tab done***********/
.loc1 {
    text-align: center;
}
#PopupForm {
    padding-top: 26px;
}


