@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");
a,
p,
span:not(.fa, .fab, .far),
b,
.text {
    font-family: "Roboto", sans-serif !important;
}
.text {
    font-size: 1.6rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Playfair", serif !important;
    font-optical-sizing: auto !important;
    font-weight: 900 !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;
    }
}
.header__fixed header {
    background-color: #047077;
    color: #fff !important;
}
a {
    text-decoration: none !important;
}
.header__fixed header .logo1 {
    display: none !important;
}
.et-header-submenu a {
    color: #000;
}
.header__fixed header .logo2 {
    display: block !important;
}
main {
    margin-top: 115px;
}
.section__title {
    font-size: 50px;
    margin-bottom: 20px;
}
.has-sub-menu.relative > a:hover {
    color: var(--et-blue) !important;
}
.event-details .image-box img {
    max-height: 650px;
    object-fit: cover;
}
.custom__filter {
    display: flex;
    align-items: center;
    font-size: 18px;
    gap: 10px;
}
.custom__filter a {
    display: block;
    padding: 10px 18px;
    border-radius: 20px;
    color: #000;
}
.custom__filter a.active {
    color: #fff;
    background-color: #047077;
}
.custom__filter a:hover {
    color: #fff !important;
    background-color: #047077 !important;
}

@media screen and (max-width: 800px) {
    .custom__grid__two {
        grid-template-columns: 1fr;
    }
}
.organizations__list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.organizations {
    width: 100%;
}
.organizations a {
    color: #000 !important;
    font-size: 24px;
    padding: 40px 10px;
    display: block;
    border: 1px solid #000;
    border-radius: 15px;
}
.organizations a:hover {
    color: #fff !important;
    background-color: #047077;
}
.custom__team__block {
    overflow: hidden;
    height: 500px;
}
.custom__team__block img {
    height: 100%;
    width: 100%;
    display: block;
}
.custom__team__block .inner-box {
    height: 100%;
}
.custom__team__block .inner-box .lower-box {
    height: max-content !important;
    transform: translateY(100%) !important;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgb(255, 255, 255, 0.95);
}
.custom__team__block .inner-box:hover .lower-box {
    transform: translateY(10%) !important;
}
.custom__team__block .lower-box .content {
    background-color: transparent !important;
    margin-bottom: 0 !important;
}
