.white {
    color: #FFFFFF;
}

.black {
    color: #000;
}

h2 {
    opacity: 0.9;
}


.properties-section h2,
.people-behind-wd h2 {
    font-size: 36px;
}

.content-card>h2 {
    font-size: 42px;
}

/* banner */
.ekaa-banner img {
    height: 650px;
    object-fit: cover;
    width: 100%;
    /* background-position-x: 50%;
    background-position-y: 0%; */
    /*animation: zoomin 100s linear infinite;*/
    transform: scale(1);
    transition: transform 10s ease;
}

.ekaa-banner .slick-slide.slick-active img {
    animation: zoomin 200s linear infinite;
}

@keyframes zoomin {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(2);
    }
}

.slick-active img {
    opacity: 1;
    z-index: 1;
}

.ekaa-banner .slick-dots li button:before {
    font-size: 12px !important;
    line-height: 40px !important;
}

/* .ekaa-banner img{
    background-size: cover;
    height: 600px;
    background-position: center;
    width:100%; 
} */

/* .slick-slide img {
    transition: transform 9s ease; 
    transform: scale(2);
  }
  
  .slick-active img {
    transform: scale(1.1);
  }

  .slick-slide:not(.slick-active) img {
    transform: scale(1);
    transition: transform 0.5s ease;
  } */
.ekaa-banner .banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.ekaa-banner .banner-text h2 {
    font-size: 48px;
    line-height: 1.2;
    text-shadow: 10px 6px 10px #0b0b0b69;
}

/* about ekaa */
.about-ekaa {
    padding: 100px 150px;
    font-size: 22px;
    line-height: 1.4;
}

/* Our Signature Properties */

.properties-section,
.content-card,
.people-behind-wd {
    margin-bottom: 120px;
}

.properties-details .decription {
    background-color: rgba(108, 119, 85, 0.5);
    bottom: 40px;
    left: 40px;
    width: 400px;
    backdrop-filter: blur(8px);
    padding: 20px;
    color: #fff;
}

.properties-details .decription p:nth-of-type(2) {
    font-size: 22px;
}

.properties-details .decription p:nth-of-type(3) {
    font-size: 16px;
}

/* services & expertise */

.content-card .card-details {
    width: 70%;
    margin: 0 auto;
    padding: 60px;
    margin-bottom: 10px;
    height: 260px;
}

.services-expertise .card-details {
    height: 230px;
}

.services-expertise .card-details .title {
    font-size: 34px !important;
}

.content-card .card-details .title,
.content-card .card-details .description {
    flex: 1;
    padding: 22px;
}

.content-card .card-details .title {
    font-size: 36px;
}

.content-card .card-details .description {
    font-size: 16px;
    line-height: 1.4;
}

/* people behind wedding division */

.people-behind-wd {
    margin: 0px 30px 120px 30px;
}

.people-behind-card .card-details {
    flex: 1;
}

.people-behind-card {
    gap: 30px;
}

.people-behind-wd .card-details .title {
    font-size: 24px;
}

.people-behind-wd .card-details p {
    font-size: 16px;
}

/* our core values */
.core-values {
    color: #fff;
}

.responsive-break {
    display: none;
}

/* responsive section */
@media screen and (max-width: 767.98px) {

    /* banner section */
    .ekaa-banner {}

    .ekaa-banner .banner-text h2 {
        font-size: 32px;
        padding: 0px 15px;
        line-height: 1.4;
    }

    .ekaa-banner img {
        height: 450px;
    }

    .ekaa-banner .slick-dots li button:before {
        font-size: 9px !important;
        line-height: 30px !important;
    }

    .about-ekaa {
        padding: 60px 15px;
        font-size: 16px;
        line-height: 1.6;
    }

    .properties-responsive {
        display: block;
    }

    /* services - expertise */
    .content-card .card-details {
        display: block;
        width: inherit;
        height: inherit;
        padding: 20px;
    }

    .content-card .card-details p {
        font-size: 16px;
    }

    .content-card .card-details .title,
    .content-card .card-details .description {
        padding: 5px 20px;
        text-align: center;
    }

    .services-expertise .card-details .title {
        font-size: 26px !important;
    }

    /* people-behind-ekaa */
    .people-behind-card {
        display: block;
    }

    .card-details {
        margin-bottom: 30px;
    }

    .content-card h2 {
        font-size: 32px;
    }

    .people-behind-wd .card-details p {
        font-size: 12px;
    }

    .people-behind-wd {
        margin: 0px 15px 80px 15px;
    }

    .responsive-break {
        display: block;
    }

    .people-behind-wd h2 {
        font-size: 32px;
    }

    .content-card .card-details .title {
        font-size: 28px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
    .properties-details .decription {
        height: 250px;
    }

    .content-card .card-details {
        width: 90%;
    }

    .people-behind-card {
        flex-wrap: wrap;
    }

    .people-behind-card {
        gap: 20px;
    }

    .card-details img {
        width: 350px;
        height: auto;
    }

    .content-card h2 {
        font-size: 28px;
    }

    .content-card .card-details .title,
    .content-card .card-details .description {
        padding: 20px;
    }

    .about-ekaa {
        padding: 80px;
        font-size: 18px;
    }

    .ekaa-banner .banner-text h2 {
        font-size: 38px;
    }

    .people-behind-wd {
        margin: 0px 0px 80px 0px;
    }

    .content-card .card-details {
        padding: 10px;
    }
}

@media screen and (max-width: 991.98px) {

    /* properties section */
    .properties-details .decription {
        bottom: 0px;
        left: 0px;
        width: inherit;
        margin: 20px;
    }

    .properties-section h2 {
        font-size: 32px;
    }

    .properties-details .decription p:nth-of-type(2) {
        font-size: 18px;
    }

    .properties-details .decription p:nth-of-type(3),
    .properties-details .decription p:nth-of-type(4) {
        font-size: 14px;
    }

    .properties-section,
    .content-card {
        margin-bottom: 85px;
    }
}

@media screen and (min-width: 768px) {
    .mobile {
        display: none;
    }
}

/* faq */
.threeP-faqs {
    margin: 100px 0px;
}

.faq-details {
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
    align-items: center;
}

.faq-question {
    border-bottom: 1px solid grey;
}

.threeP-faqs h2 {
    margin-bottom: 40px;
    font-size: 42px;
}

.faq-details .title {
    flex: 1;
    font-size: 18px;
    padding: 5px 0px;
    font-weight: 400;
}

.faq-details .category {
    flex: 0.5;
    font-size: 15px;
}

.faq-question span,
.faq-question {
    cursor: pointer;
}

.faq-question {
    margin-bottom: 10px;
}

.faq-answer {
    font-size: 14px;
    margin-bottom: 15px;
}

.faq-answer p {
    color: #444444;
    font-size: 15px;
    line-height: 1.4;
}

@media screen and (max-width:767.98px) {
    .faq-details {
        width: 100%;
        padding: 0px 15px;
    }

    .faq-details .title {
        flex: 1;
        font-size: 16px;
        padding: 5px 5px 5px 0px;
    }

    .faq-details .category {
        display: none;
    }

    .faq-answer p {
        font-size: 14px;
    }

    .threeP-faqs h2 {
        font-size: 32px;
    }
}

@media screen and (min-width:768px) and (max-width:991.98px) {
    .faq-details {
        width: 95%;
    }
}