@import url('https://fonts.googleapis.com/css2?family=Kufam:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap');

body {
    margin: 0;
    padding: 0;
    background: var(--secondary-color);
}

:root {
    --primary-color: #fff;
    --secondary-color: #013a80;
    --third-color: #a3802f;
    --gary-color: #e5e5e5;
    --black-color: #1a1a1a;
    --white-color: #ffffff;
}

.my-card-container .owl-theme .owl-dots .owl-dot.active span,
.my-card-container .owl-theme .owl-dots .owl-dot:hover span,
.my-card-container .round_icon i {
    background: VAR(--PRIMARY-COLOR) !important;
}

.clear-fix {
    clear: both;
}

.desktop-view {
    background-color: var(--white-color);
    background-position: center;
    width: 100%;
    max-width: 100%;
    height: 146vh;
    float: left;
    text-align: center;
    border-style: none;
    border-color: inherit;
    border-width: 0px;
}
.border-div-1 {
    box-shadow: rgb(53 59 143 / 24%) 0px -20px 20px 0px;
    border-radius: 50px;
}
@media (max-width: 1100px) {
    .desktop-view {
        height: 75vh;
    }

    .follow-us .icon {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 8.0% !important;
        flex: 0 0 8.0% !important;
        max-width: 8.0% !important;
    }
}

@media (max-width: 992px) {
    .main {
        box-shadow: none;
        min-width: auto;
        position: absolute;
        bottom: 0;
        top: 0;
        height: 1250px;
        border: none;
    }
}

.container1 {
    width: 100%;
    margin: auto;
    top: 0;
    bottom: 0;
    border: none;
    max-width: 920px;
    display: flex;
    justify-content: center;
    justify-items: center;
}

.main {
    box-shadow: rgb(53 59 143 / 24%) 0px -20px 20px 0px;
    min-width: 700px;
    position: absolute;
    bottom: 0;
    top: 0;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 99999;
    display: block;
    justify-content: center;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

.overlay-2:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    background: #fff;
    border-radius: 20px;
    width: 50%;
    margin: auto;
    margin-top: 30px;
    height: fit-content;
    position: relative;
    transition: all 5s ease-in-out;
}

.popup_text {
    font-size: 22px;
}

.content {
    padding: 40px 30px;
    line-height: 80px;
}

.popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}

.popup .close {
    font-size: 50px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}

.popup .close:hover {
    color: #06D85F;
}

.popup .content {
    max-height: 30%;
    overflow: auto;
}

@media screen and (max-width: 992px) {
    .main {
        box-shadow: rgb(53 59 143 / 24%) 0px -20px 20px 0px;
        min-width: 100%;
        position: absolute;
        bottom: 0;
        top: 0;
        /* height: 1250px; */
    }

    .box {
        width: 70%;
    }

    .popup {
        width: 70%;
    }

    .overlay {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.7);
        transition: opacity 500ms;
        visibility: hidden;
        opacity: 0;
        z-index: 99999;
        display: flex;
        justify-content: center;
    }

    .popup {
        margin: 70px 0%;
        background: #fff;
        border-radius: 5px;
        width: 90%;
        height: fit-content;
        position: relative;
        transition: all 5s ease-in-out;
    }
}

.container-1 {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
    max-width: 992px;
}

.pt-avatar {
    position: relative;
    display: inline-block;
}

.pt-avatar .pt-avatar__holder {
    width: 180px;
    height: 180px;
    border-radius: 3px;
    background-repeat: no-repeat;
    background-size: cover;
}

.pt-avatar.pt-avatar--circle .pt-avatar__holder {
    border-radius: 50%;
}

.pt-avatar.pt-avatar--outline .pt-avatar__holder {
    border: 5px solid var(--secondary-color);
    -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, .1);
}

.name_container {
    padding-top: 2rem;
    line-height: 50px;
}

.round_icon a {
    text-decoration: none;
    display: block;
    margin: 10px 0px;
}

.round_icon i {
    overflow: visible;
    width: 100px;
    height: 100px;
    background: var(--third-color);
    color: var(--white-color);
    border: 2px solid var(--third-color);
    padding: 5px;
    border-radius: 50%;
    font-size: 40px;
    line-height: 102px;
    display: inline-grid;
    align-items: center;
    align-content: center;
}

.svg-cl {
    display: flex;
    align-items: center;
    justify-content: center;
}


/* .svg-cl svg{
    width: 40px;
    height: 40px;
    fill: var(--primary-color);
    
} */

.svg-cl svg path {
    width: 40px;
    height: 40px;
    fill: var(--white-color);
}

.icon-text-style {
    color: var(--black-color);
}

.trasnlate {
    position: absolute;
    right: 5%;
    top: 2%;
}

.trasnlate a svg {
    margin-left: 15px;
    width: 50px;
    height: 50px;
}

.main-logo {
    display: flex;
    justify-content: center;
    padding-bottom: 2rem;
}

.user_img {
    margin-top: -60px;
    padding: 0px !important;
}

.name-style {
    color: var(--black-color);
    /*font-family: "Kufam", sans-serif;*/
    font-size: 2.8rem;
    font-weight: 500;
}

.ar-title p {
    font-family: "Almarai", sans-serif !important;
    font-weight: 600;
}

.ar-title .name-style {
    font-family: "Almarai", sans-serif;
    font-size: 3rem;
    font-weight: 600;
}

.ar-title .designation-style {
    font-family: "Almarai", sans-serif;
    font-size: 2rem;
    font-weight: 500;
}

.company-style {
    font-size: 2rem;
    font-weight: 500;
}

.designation-style {
    color: var(--black-color);
    /*font-family: "Kufam", sans-serif;*/
    font-size: 2.2rem;
    font-weight: 500;
}


/* .border-div-1{
    box-shadow: rgb(53 59 143 / 24%) 0px -20px 20px 0px;
    border-radius: 50px 50px 0 0;
 } */

.icon-board {
    padding-bottom: 10rem;
}

.icon-text-style {
    /* font-family: "Kufam", sans-serif;*/
    font-size: 20px;
}

.add_to_contact {
    position: relative;
    margin: 20px auto 0;
    z-index: 999;
}

.add_to_contact.ar-title a {
    font-family: "Almarai", sans-serif !important;
    font-weight: 600;
}

.add-to-contact-btn {
    border-radius: 50px;
    padding: 20px 40px;
    font-size: 26px;
    background-color: var(--third-color);
    color: #fff;
    border: 1px solid var(--third-color);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.add-to-contact-btn:hover {
    background-color: var(--white-color);
    color: var(--third-color);
}

.popup_headline {
    background: var(--secondary-color);
    padding: 20px;
    border-radius: 20px 20px 0 0;
}

.popup_headline h1 {
    font-family: sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0;
}

.popup_icons {
    font-size: 35px;
}

.content p {
    position: relative;
    padding-left: 50px;
}

.content p i {
    position: absolute;
    left: 0;
    padding-top: 20px;
    display: flex;
    align-items: center;
    color: var(--black-color);
}

.add_btn_row {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    justify-content: space-around;
}

@media screen and (max-width: 992px) {
    .container-1 {
        padding-right: 0px;
        padding-left: 0px;
        margin-right: auto;
        margin-left: auto;
        max-width: auto;
    }

    .pt-avatar .pt-avatar__holder {
        width: 100px;
        height: 100px;
        border-radius: 3px;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .name_container {
        padding-top: 1rem;
        line-height: 25px;
    }

    .trasnlate a svg {
        margin-left: 8px;
        width: 30px;
        height: 30px;
    }

    .icon-board {
        padding-bottom: 7rem;
    }

    .main-logo {
        padding-top: 3rem;
        padding-bottom: 5rem;
    }

    .name-style {
        font-size: 2rem;
    }

    .ar-title .name-style {
        font-size: 2.3rem;
    }

    .ar-title .designation-style {
        font-size: 1.5rem;
    }

    .company-style {
        font-size: 1.9rem;
        margin-bottom: 30px;
    }

    .designation-style {
        font-size: 1.2rem;
    }

    .round_icon i {
        width: 60px;
        height: 60px;
        padding: 5px;
        border-radius: 50%;
        font-size: 28px;
        font-weight: 300;
        line-height: 102px;
    }

    .icon-text-style {
        font-size: 16px;
    }

    .svg-cl svg {
        width: 25px;
        height: 25px;
        fill: var(--primary-color);
    }

    .add-to-contact-btn {
        border-radius: 30px;
        padding: 15px 25px;
        font-size: 18px;
        background-color: var(--third-color);
        border: 1px solid var(--primary-color);
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

    .popup {
        border-radius: 20px;
        border: none;
        width: 95%;
    }

    .popup_headline {
        background: var(--primary-color);
        border: none;
        padding: 18px;
        border-radius: 20px 20px 0 0;
    }

    .popup_headline h1 {
        font-family: sans-serif;
        font-size: 18px;
        font-weight: bold;
        color: #fff;
    }

    .popup .close {
        top: 13px;
        right: 20px;
        font-size: 30px;
    }

    .content {
        padding: 20px 20px;
        line-height: 30px;
    }

    .content p {
        position: relative;
        padding-left: 30px;
    }

    .content p i {
        position: absolute;
        padding-top: 5px;
        left: 0;
        display: flex;
        align-items: center;
    }

    .popup_icons {
        font-size: 20px;
    }

    .popup_text {
        font-size: 15px;
    }
}