
#profile {
    padding: 7.5rem 0px;
}

#profile .profile_title {
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 3px;
    margin-bottom: 1rem;
}

#profile .profile_title strong {
    font-weight: 600;
    color: #6e84f2;
}

#profile p {
    font-weight: 300;
    letter-spacing: 0px;
    line-height: 2;
    font-size: 1.3rem;
}

#profile p strong {
    font-weight: 600;
}

#profile p .custom_line {
    font-weight: 600;
    font: 600 20px/20px "Poppins", sans-serif;
    padding: 9px 0px;
    position: relative;
    letter-spacing: 2px;
    z-index: 1;
    -o-border-image: unset;
    border-image: unset;
    border-bottom: unset;
}

#profile p .custom_line:before {
    content: "";
    width: 100%;
    left: 0;
    right: auto;
    height: 0;
    -o-border-image: linear-gradient(to left, #f46976 10%, #c077d5 100%);
    border-image: linear-gradient(to left, #f46976 10%, #c077d5 100%);
    border-image-slice: 1;
    border-bottom: 5px solid;
    position: absolute;
    top: 25px;
    bottom: 0;
    z-index: -1;
    transition: all 0.2s linear;
}

@media (max-width: 1199px) {
    #profile:before {
        background-size: 130%;
    }

    #profile p {
        font-size: 18px;
    }

    #profile p .custom_line {
        font: 600 15px/15px "Poppins", sans-serif;
        padding: 9px 0px;
        letter-spacing: 2px;
        z-index: 1;
        font-size: 18px;
    }

    #profile p .custom_line:before {
        content: "";
        border-bottom: 4px solid;
        top: 25px;
        transition: all 0.2s linear;
    }
}


#profile {
    padding: 7.5rem 0px;
}

#profile .profile_title {
    font-size: 3rem;
    text-transform: uppercase;
            font-weight: 300;
            letter-spacing: 3px;
            margin-bottom: 1rem;
}

#profile .profile_title strong {
    font-weight: 600;
    color: #6e84f2;
}
#profile p {
    font-weight: 300;
    letter-spacing: 0px;
    line-height: 2;
    font-size: 1.3rem;
}
#profile p strong {
    font-weight: 600;
}
#profile p .custom_line {
    font-weight: 600;
    font: 600 20px/20px "Poppins", sans-serif;
    padding: 9px 0px;
    position: relative;
    letter-spacing: 2px;
    z-index: 1;
    -o-border-image: unset;
    border-image: unset;
    border-bottom: unset;
}

#profile p .custom_line:before {
    content: "";
    width: 100%;
    left: 0;
    right: auto;
    height: 0;
    -o-border-image: linear-gradient(to left, #f46976 10%, #c077d5 100%);
    border-image: linear-gradient(to left, #f46976 10%, #c077d5 100%);
    border-image-slice: 1;
    border-bottom: 5px solid;
    position: absolute;
    top: 25px;
    bottom: 0;
    z-index: -1;
    transition: all 0.2s linear;
}

@media (max-width: 1199px) {
    #profile:before {
        background-size: 130%;
    }
    #profile p {
        font-size: 18px;
    }
    #profile p .custom_line {
        font: 600 15px/15px "Poppins", sans-serif;
        padding: 9px 0px;
        letter-spacing: 2px;
        z-index: 1;
        font-size: 18px;
    }
    #profile p .custom_line:before {
        content: "";
        border-bottom: 4px solid;
        top: 25px;
        transition: all 0.2s linear;
    }
    #profile {
        padding: 4.5rem 0px;
    }
    #profile .profile_title {
        font-size: 2.8rem;
    }
}


#profile .profile_img img {
    /*height: 600px;*/
    border-radius: 2rem;
    box-shadow: 0 0 55px rgb(3 0 44 / 18%);
}


#profile .shape {
    position: absolute;
    top: -35px;
    right: 0;
    z-index: -1;
    animation: animationFramesTwo 12s infinite linear alternate;
}

@keyframes animationFramesTwo {
    0% {
        transform: translateX(0px);
    }

    25% {
        transform: translateX(40px);
    }

    50% {
        transform: translateX(0px);
    }

    75% {
        transform: translateX(-40px);
    }

    100% {
        transform: translateX(0px);
    }
}

.profile_contact {
    padding: 2rem 0;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    margin: 2rem 0 3rem;
}

.profile_contact ul li {
    font-size: 28px;
    font-weight: bold;
}

.profile_contact ul li i {
    font-size: 32px;
}

.phone_link {
    color: #000000;
    font-size: 30px;
    font-weight: bold;
    margin-left: 20px;
}

.profile_quick_info {
    display: flex;
    align-items: center;
    /* justify-content: center; */
}

@media(max-width:991px) {

    #profile .profile_img img {
        /* height: 460px; */
        margin-bottom: 20px;
    }

}

@media(max-width:575px) {

    .profile_quick_info {
        flex-direction: column;
    }

    .profile_quick_info .new_button_pd_x2 {
        margin-bottom: 15px;
    }

    .profile_quick_info .phone_link {
        margin-left: 0px;
    }

}

@media(max-width:420px) {

    #profile .profile_img img {
        height: 400px;
    }

}




