@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');

.tp-section-title-playfair {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -1.6px;
    color: var(--tp-common-brown);
    font-family: var(--tp-ff-poppins);
}

body {
    font-family: 'Inter', sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    font-style: normal;
}

.tp-text-slide-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: var(--tp-common-white);
    font-family: "Space Mono", monospace;
}

.tp-section-subtitle {
    font-family: "Space Mono", monospace;
}

.tp-line-black {
    color: #fff;
}

.cst-service-item-thumb img {
    border-radius: 16px;
    transition: all 0.5s ease-in-out;
    width: 100%;
    height: 270px;
    object-fit: cover;
}

.tp-line-black:hover {
    color: #fff;
}

.tp-funfact-green-wrap.pink-style .tp-funfact-number span {
    color: #2E8B73;
}

.tp-funfact-green-wrap.pink-style .tp-funfact-title {
    color: #2E8B73;
}

.tp-funfact-green-wrap.pink-style .tp-funfact-subtitle {
    color: #2E8B73;
}

.tp-funfact-green-wrap.pink-style .tp-funfact-number span i {
    color: #2E8B73;
}

.tp-funfact-green-wrap.yellow-style .tp-funfact-number span {
    color: #0B2B3B;
}

.tp-funfact-green-wrap.yellow-style .tp-funfact-subtitle {
    color: #0B2B3B;
}

.tp-funfact-green-wrap.yellow-style .tp-funfact-title {
    color: #0B2B3B;
}

.tp-testimonial-bg {
    background-color: #222222;
}

.tp-testimonial-item {
    border-color: #222222;
}

@media (max-width: 767px) {
    .tp-about-text p {
        font-size: 27px;
        margin-right: 0;
        margin-top: 20px;
    }

    .cst-section-title {
        font-size: 23px;
    }

    .tp-section-title-playfair {
        font-size: 23px !important;
        font-weight: 600 !important;
    }
}

.tp-hero-video {
    margin-top: 30px;
}

.tp-banner-img {
    height: auto !important;
}

.tp-about-thumb img
 {
    width: 100%;
    margin-top: -100px;
    height: 500px;
    object-fit: cover;
}

.tp-about-thumb {
    height: 415px;
    width: 100%;
    overflow: hidden;
    margin-left: 0px;
}