@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

a,
p,
span:not(.fa, .fab, .far),
b,
.text {
    font-family: "Roboto", serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Playfair", serif !important;
    font-optical-sizing: auto !important;
    font-weight: 800 !important;
    font-style: normal !important;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-family: inherit !important;
}

.cop29 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #047077;
    border: 1px solid #047077;
    border-radius: 160px;
    padding: 15px;
    margin-top: 30px;
    margin-bottom: 70px;
    position: relative;
    z-index: 111;
}

.cop29 p {
    margin: 0;
}

.cop29>div {
    display: flex;
    align-items: center;
    gap: 20px;
}

.cop29 h3 {
    font-family: "Roboto", sans-serif !important;
    font-weight: 600 !important;
}

.cop29 img {
    width: 70px;
    height: 70px;
}

.cop29 .btn-style-one .btn-title:before {
    background-color: #3cc88f;
}

.cop29 .btn-style-one .btn-title {
    background-color: #047077;
}

@media screen and (max-width: 996px) {
    .cop29 {
        flex-direction: column;
        text-align: center;
        gap: 10px;
        border-radius: 50px;
    }

    .cop29 div {
        gap: 10px;
        flex-direction: column;
    }
}

.what-we-do {
    padding-top: 150px;
    background: #edf1f5;
}

.services__custom__icon {
    width: 60px !important;
    height: 60px !important;
}

.custom__language__nav a {
    font-size: 20px !important;
}

@media screen and (max-width: 500px) {
    .btn-style-one .btn-title {
        padding: 10px 26px;
    }

    .sec-title h2,
    .what-we-do.style-two .sec-title h2 {
        font-size: 30px;
    }
}

.custom__two__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.custom__two__grid img {
    border-radius: 20px;
    height: 300px;
    object-fit: cover;
}

@media screen and (max-width: 560px) {
    .custom__two__grid {
        grid-template-columns: 1fr;
    }
}