* {
    margin: 0px;
    padding: 0px;
    list-style-type: none !important;
    text-transform: none;
    text-decoration: none;
    user-select: none;
}

@font-face {
    font-family: Inter;
    src: url(Inter/Inter-VariableFont_slnt\,wght.ttf);
}

@font-face {
    font-family: Plus Jakarta Sans;
    src: url(Plus_Jakarta_Sans/PlusJakartaSans-VariableFont_wght.ttf);
}

.get-in-touch {
    width: 90%;
    height: 364px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 20px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%), url(tree-house/3.jpeg), lightgray 50% / cover no-repeat;
}

.btn-getintouch {
    display: flex;
    height: 62px;
    padding: 28px 56px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1.5px solid #0F1F41;
    background: #0F1F41;

    /* Button Shadows/Button White 01 */
    box-shadow: 0px 4px 10px 0px rgba(20, 20, 43, 0.04);
    color: #FFF;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.getintouch-head {
    color: var(--White, #FFF);
    text-align: center;
    font-family: Plus Jakarta Sans;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 0px;
    /* 67.2px */
}

.get-intouch-p {
    color: var(--White, #FFF);
    text-align: center;
    font-family: Plus Jakarta Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 27px */
    margin: 24px 0px;
}

.connect--div {
    width: 90%;
    height: 631px;
    flex-shrink: 0;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.40);
    box-shadow: 0px 0px 60px 30px rgba(0, 0, 0, 0.03);
    margin-top: 40px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.connect-credentials--box {
    width: 45%;
    height: 100%;
    flex-shrink: 0;
    box-sizing: border-box;
    border-radius: 15px;
    padding-left: 30px;
    padding-top: 20%;
    position: relative;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%), url(tree-house/5.jpeg), lightgray 50% / cover no-repeat;
}

.connect-credentials--box ul li {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: row;
    color: white;
    gap: 10px;
    color: #FFF;
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.connect-credentials--box ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.social-icons {
    display: flex;
    flex-direction: row;
    gap: 15px;
    bottom: 35px;
    position: absolute;
}

.map-embeded {
    width: calc(100% - 45% - 20px);

}

.map-embbeedd {
    height: 100%;
    width: 100%;
    border-radius: 15px;
}

@media screen and (max-width: 768px) {
    .connect--div {
        flex-direction: column;
        height: 920px;
        justify-content: space-between;
    }

    .connect-credentials--box {
        width: 100%;
        height: calc(50% - 10px);
    }

    .connect-credentials--box ul li {
        border: none;
        background-color: transparent !important;
        backdrop-filter: none;
    }

    .connect-credentials--box ul li:hover {
        background-color: none !important;
    }

    .map-embeded {
        width: 100%;
        height: calc(50% - 10px);
    }
}