:root {
    --colorPrimary: #E3646E;
    --bgColor: #16181D;
    --bodyBg: #0D0E11;
    --bgColorSecundary: #292C34;
    --bodyColor: #878EA1;
    --colorWhite: #E2E4E9;

    --PrimaryFont: "Asap", sans-serif;;
    --secondaryFont: "Inconsolata", monospace;
}

.common_btn:hover {
    background: var(--bgColorSecundary);
    color: var(--colorWhite);
}

#navbarNav{
    background-color: var(--bgColorSecundary);
}

.main_menu .droap_menu li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 7px;
}
.main_menu .droap_menu li a img{
    width: 14px !important;
}

.offcanvas .offcanvas-body .offcanvas_contact_form {
    margin-top: 0px;
}

.offcanvas .offcanvas-header {
    background: var(--bgColorSecundary);
}

/***********************************************************/

.span_hello_Word{
    font: 400 24px/120% var(--secondaryFont);
}

.span_hello_Word #name{
    font: 400 24px/120% var(--secondaryFont);
    color: var(--colorPrimary);
}

.tf__banner{
    text-align: center;
}

.tf__banner_text h1 span {
    color: var(--colorWhite);
}

.tf__banner_text ul li a {
    margin-right: 0;
}

#avatar{
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

#avatar img{
    border-radius: 50%;
    border: 2px solid var(--colorPrimary);
    box-shadow: 0em 0em 1em rgb(187, 114, 233, 0.5);
}

@media (min-width: 996px) and (max-width: 1399.99px) {
    .tf__banner {
        height: auto;
        padding-bottom: 80px;
        padding-top: 160px;
    }
}

/*******************************************************************/

.tf__about .tf__section_heading h5, .tf__about .tf__section_heading h2 {
    text-align: center;
}

.tf__about_text{
    text-align: center;
}

.tf__about_text span{
    color: var(--colorWhite);
}

.tf__about_text p {
    margin-bottom: 20px;
}

.tf__about_text {
    padding-left: 0;
    padding-right: 0;
    position: relative;
}

.tf__single_service {
    padding: 30px 40px 40px 40px;
    border: 3px solid #292C34;
    border-radius: 7px;
}

.tf__single_service span {
    top: 0;
}

.tf__skills a {
    border-radius: 7px;
}

.tf__skills a:hover {
    text-decoration: none;
    border: 1px solid #3996DB;
}

@media (min-width: 1200px) and (max-width: 1399.99px) {
    .tf__about_text {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

/************************************************************************/

#education{
    padding-bottom: 40px;
}
.barfiller .fill {
    background: var(--colorPrimary);
    opacity: 0;
}
.tf__team_skills_bar_single {
    background: var(--bgColorSecundary);
    margin-bottom: 50px;
    border-radius: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 40px;
    gap: 10px;
}
.tf__team_skills_bar_single img{
    width: 28px !important;
    height: 28px !important;
}
.tf__team_skills_bar_single p {
    padding-left: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: var(--colorWhite);
}
.link-education{
    text-align: center;
}
.tf__single_skills {
    margin-bottom: 40px;
}
/********************************************************************/
.tf__design_text {
    margin-top: 0;
}
.tf__design_text h2 {
    font-size: 50px;
    font-weight: 600;
    line-height: 1.3;
}
.tf__design_form form input, .tf__design_form form textarea {
    margin-top: 30px;
    background-color: var(--bgColorSecundary);
    border: none;
    padding: 22px 20px;
    color: var(--colorWhite);
    font-size: 16px;
    font-weight: 500;
    border-radius: 7px;
}
.tf__design_form form input:hover, .tf__design_form form textarea:hover {
    border: 1px solid #3996DB;
}
.tf__design_form form input:focus, .tf__design_form form textarea:focus {
    border: 1px solid #3996DB;
}
.social-media-contact{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.social-media-contact a{
    display: block;
}

.tf__design_counter, .social {
    background-color: var(--bgColorSecundary);
    padding: 20px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    gap: 10px;
}
.tf__design_counter .icon, .social .icon {
    width: 28px;
    margin: 0;
}

.social-media-contact a:hover .tf__design_counter, .social-media-contact a:hover .social{
    border: 1px solid #3996DB;
}

.spinner-border{
    color: var(--colorBlack);
}

.msgError, .msgSuccess {
    display: block;
    margin-top: 15px;
    color: var(--colorPrimary);
    border: 1px solid var(--colorPrimary);
    border-radius: 5px;
    padding: 15px;
}

.msgSuccess{
    color: #55e6a5;
    border: 1px solid #55e6a5;
}

.tf__about_img::after {
    position: absolute;
    content: "";
    background: var(--colorPrimary);
    width: 95%;
    height: 95%;
    top: -10px;
    right: -10px;
    z-index: -1;
    border-radius: 5px;
    border: 2px solid var(--colorPrimary);
    box-shadow: 0em 0em 1em rgb(187, 114, 233, 0.5);
}

.tf__about_img img{
    border-radius: 5px;
}

.tf__single_service {
    margin-top: 0px;
    height: 100%;
}

.tf__slingle_blog_2 {
    margin-top: 0;
    height: 100%;
    position: relative;
}

.tf__blog_text_2{
    height: 234px;
    position: relative;
}

.tf__blog_text_2 .common_btn{
    position: absolute;
    bottom: 0;
}


@media (min-width: 769px) and (max-width: 1400px) {
    .tf__blog_text_2{
        height: 254px;
        position: relative;
    }
}

/*.common_btn {*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*}*/

/*********************************************************/
.tf__footer_content .icon {
    background: var(--bgColorSecundary);
}