﻿@media only screen and (max-width: 500px) {
    .scroll-down-circle {
        display: none !important;
    }

    .mwl-inner {
        display: none !important;
    }
}
@media only screen and (min-width: 1200px) {
    #page-header.ph-cap-xxlg .ph-caption-title-ghost {
        font-size: calc(0px + 12vw) !important;
    }
}
@media only screen and (min-width: 541px) and (max-width: 1000px) {
    #page-header.ph-cap-xxlg .ph-caption-title-ghost {
        font-size: calc(0px + 13vw) !important;
    }
}
    @media (max-width: 540px) {
        body.ph-image-on #page-header:not(.project-info-list-on) .page-header-inner {
            padding-top: 300px !important;
        }

        #page-header.ph-cap-xxlg .ph-caption-title-ghost {
            font-size: calc(0px + 13vw) !important;
        }

        .tt-heading.tt-heading-xxxlg .tt-heading-title {
            font-size: clamp(40px, 10vw, 187px) !important;
        }

        .fontsmall {
            font-size: 30px !important;
        }

        .line22 {
            word-spacing: -20px;
        }

        .tt-section p {
            font-size: 16px !important;
        }

        .tt-section {
            padding-bottom: 0 !important;
        }

        .teamm figure {
            height: 380px !important;
            margin-bottom: 10px;
        }
        .divvvpadddingg {
            padding-right: 15px !important;
            padding-left: 15px !important;
        }
    }

    @media (min-width: 531px) and (max-width: 1000px) {
        body.ph-image-on #page-header:not(.project-info-list-on) .page-header-inner {
            padding-top: 500px !important;
            padding-bottom: 260px !important;
        }
        .divvvpadddingg {
            padding-right: 20px !important;
            padding-left: 20px !important;
        }
    }

    .ph-image-inner {
        position: relative;
        display: inline-block;
    }

        .ph-image-inner img {
            display: block;
            width: 100%;
            height: auto;
        }

        .ph-image-inner .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            pointer-events: none;
            z-index: 999999;
            border-radius: 50px;
        }
.divvvpadddingg {
    padding-right: 45px;
    padding-left: 45px;
}

.whatsapp-float {
    display: none !important;
}