﻿
/*#region color*/
::selection {
    background: rgba(26, 179, 148, 0.3);
}

::-moz-selection {
    background: rgba(26, 179, 148, 0.3);
}

.pill-button {
    background-color: rgb(199,22,126);
    color: #fff;
}

    .pill-button:hover, .pill-button.active {
        color: #fff;
    }

.overlay-menu a:hover {
    color: rgb(199,22,126) !important;
}

.overlay-menu a.active {
    color: rgb(199,22,126) !important;
}

.bg-base-color {
    background-color: rgb(199,22,126) !important;
}

.base-color {
    color: rgb(199,22,126) !important;
}

.follow-label::before {
    background-color: rgb(199,22,126);
}

.social a:hover {
    color: rgb(199,22,126) !important;
}

.social-icon a:hover {
    color: rgb(199,22,126);
}

#pp-nav li:hover span {
    background-color: rgb(199,22,126) !important;
}

#pp-nav li .active span {
    background-color: rgb(199,22,126) !important;
}

.border-style {
    background-color: rgb(199,22,126);
}

.timeline-icon {
    border: 1px solid rgb(199,22,126);
    background-color: rgb(199,22,126);
}

.timeline-year {
    color: rgb(199,22,126);
}

.timeline-item:before {
    border: 1px solid rgb(199,22,126);
}

.skill-box .fill-skillbar {
    background-color: rgb(199,22,126);
}

.portfolio .portfolio-filter li a {
    color: rgb(199,22,126);
}

.testimonial .owl-dot.active span {
    background-color: rgb(199,22,126);
}

.blog-link a:hover {
    color: #0c9b7e !important;
}

.portfolio .portfolio-item-content:before {
    background-color: rgba(26, 179, 148, 0.9);
}

.portfolio .portfolio-icon a:first-child i, .portfolio .portfolio-icon a i {
    color: rgb(199,22,126);
}

.testimonial .owl-carousel .owl-dot.active span {
    background-color: rgb(199,22,126);
}

.contact .form-item .form-control {
    color: rgb(199,22,126);
}

.loader {
    border-top: 4px solid rgb(199,22,126) !important;
}

.body-main .button-border, .arshia-dark.body-main .button-border {
    background-color: rgb(199,22,126);
}

.body-main .pill-button:hover, .body-main .pill-button.active {
    background-color: rgba(199,22,126,0.5);
}

.arshia-dark .social-icon a:hover, .arshia-dark .social a:hover {
    color: rgb(199,22,126) !important;
}

.arshia-dark #pp-nav li .active span {
    background-color: rgb(199,22,126) !important;
}

.arshia-dark #pp-nav li:hover span {
    background-color: rgb(199,22,126) !important;
}
/*#endregion color*/

input:focus {
    outline: none;
    box-shadow: none;
}

*:focus {
    box-shadow: none !important;
    outline: none !important;
}

a, a:hover {
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

#pp-nav li .active span {
    color: rgb(199,22,126) !important
}

.social svg {
    color: #3c3c3c;
    margin-bottom: 1rem;
}
/*-------------------------
          intro
-------------------------*/
/*#region intro*/
.intro .col-middle-vertical {
    height: 100vh;
    background: #fff;
}

.intro .col-horizental {
    width: 100%;
    background: rgba(199,22,126,0.75);
    height: 46%;
    position: absolute;
    bottom: 35px;
    z-index: -1;
    left: 0
}


.intro .col-middle-vertical h1 {
    font-weight: 600;
    font-size: 170px;
    line-height: 118px;
    letter-spacing: -3px;
    position: relative;
}

    .intro .col-middle-vertical h1 span {
        position: absolute;
        width: 24px;
        height: 20px;
        background-color: #212529;
        bottom: 0;
    }

.col-middle-vertical-header {
    height: 50vh;
    display: flex;
    align-items: center;
    padding: 0 0 0 30px;
}

.intro .sub-p {
    margin-left: 11px;
}

.intro .col-middle-vertical h1 span:nth-child(2) {
    right: 0;
}

.intro .col-middle-vertical .sub-h1 {
    margin-left: 11px;
    margin-top: 9px;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 1.5px;
    font-family: "Poppins"
}

.intro .img-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
}

    .intro .img-container img {
        width: 160px;
        height: 160px;
    }

    .intro .img-container .img-fit {
        position: relative;
    }

        .intro .img-container .img-fit:after {
            content: '';
            height: 236px;
            width: 130px;
            background: rgba(199,22,126,0.35);
            position: absolute;
            z-index: 0;
            right: -45px;
            top: -40px;
        }

.intro .content-area {
    display: flex;
    align-items: center;
}

.intro .col-middle-vertical-content {
    height: 50vh;
    padding-left: 15px;
    margin-top: 10px;
}

    .intro .col-middle-vertical-content h4 {
        font-size: 18px;
        font-weight: 500;
    }

        .intro .col-middle-vertical-content h4 svg {
            color: rgb(199,22,126);
            margin-right: 10px;
            height: 28px;
        }


.timeline {
    position: relative;
    margin-left: 40px;
    margin-top: 20px
}

    .timeline li {
        position: relative;
        margin-top: 20px;
        padding-bottom: 15px;
    }

        .timeline li:before {
            content: ' ';
            background-color: #FFF;
            display: inline-block;
            border-radius: 100%;
            border: 3px solid rgb(199,22,126);
            left: -36px;
            width: 20px;
            height: 20px;
            z-index: 400;
            top: 0px;
            position: absolute;
        }

        .timeline li:after {
            content: ' ';
            background: #929292;
            display: inline-block;
            position: absolute;
            left: -27px;
            top: 20px;
            width: 2px;
            height: 100%;
            z-index: 400;
        }

        .timeline li h6 {
            font-size: 13px;
            font-weight: 500;
            color: rgb(199,22,126)
        }

        .timeline li a {
            color: rgb(199,22,126)
        }

        .timeline li small {
            font-size: 13px;
            margin-top: 10px;
            display: block;
        }

.btn-download-container {
    margin-top: 0;
    float: left;
    position: absolute;
    left: -40px;
    /*background: red;*/
}

#rotate {
    vertical-align: top;
    transform: rotate(7deg);
    -ms-transform: rotate(90deg); /* IE 9 */
    -moz-transform: rotate(90deg); /* Firefox */
    -webkit-transform: rotate(90deg); /* Safari and Chrome */
    -o-transform: rotate(90deg); /* Opera */
}


a#rotate {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: center;
    cursor: pointer;
    position: relative;
    font-size: 23px;
    color: black;
    font-weight: 900;
    font-family: "Poppins", sans-serif;
}

    a#rotate:after {
        content: '';
        height: 9px;
        width: 257px;
        background: rgb(199,22,126);
        position: absolute;
        z-index: -1;
        color: rgb(199,22,126);
    }
/*-------------------------
          SKILL
-------------------------*/
.skill-boxes {
    height: 50vh
}

.skill-box {
    padding: 20px;
    margin-top: 23%;
}

    .skill-box .skillbar {
        position: relative;
        display: block;
        width: 100%;
        height: 2px;
        border-radius: 5px;
        transition: 0.1s linear;
        background-color: #f1f3f6;
        box-shadow: inset 3px 3px 8px rgba(55, 84, 170, 0.3), inset -3px -3px 8px white;
    }

        .skill-box .skillbar:not(:last-child) {
            margin-bottom: 43px;
        }

    .skill-box .fill-skillbar {
        background: #6b6b6b;
    }

    .skill-box .skillbar-title {
        position: absolute;
        top: -20px;
        left: -17px;
        font-weight: 600;
        font-size: 14px;
        color: #fff
    }

        .skill-box .skillbar-title span {
            margin-left: 18px;
        }

    .skill-box .fill-skillbar {
        height: 2px;
        width: 0;
        border-radius: 5px;
        float: left;
    }

    .skill-box .skill-bar-percent {
        position: absolute;
        font-weight: 500;
        bottom: 10px;
        right: 0;
        color: #fff
    }


/*-------------------------
     OVERLAY MENU
-------------------------*/
.overlay-menu {
    background-color: #222;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    transition: all 0.3s ease;
    z-index: 1032;
    opacity: 0;
    visibility: hidden;
}

    .overlay-menu .overlay-menu-list {
        width: 100%;
    }

        .overlay-menu .overlay-menu-list .overlay-nav > ul {
            width: 50%;
            float: left;
        }

        /* .overlay-menu .overlay-menu-list .sub-menu {
  height: 176px;
  overflow-y: scroll;
} */

        .overlay-menu .overlay-menu-list .overlay-nav a, .overlay-menu .overlay-menu-list .overlay-nav span, .overlay-menu .overlay-menu-list .overlay-nav p {
            color: #fafafa;
            font-size: 14px;
            letter-spacing: 2px;
            padding: 0.75rem;
            display: inline-block;
            font-family: "Poppins", sans-serif;
            font-weight: 500;
        }

        .overlay-menu .overlay-menu-list .overlay-nav .contact-info li:first-child span {
            font-size: 16px;
            color: #ffffff;
            font-weight: 600;
        }

        .overlay-menu .overlay-menu-list .overlay-nav .contact-info li span i {
            font-size: 18px;
            position: relative;
            top: 2px;
        }

        .overlay-menu .overlay-menu-list .overlay-nav .contact-info .socails li i {
            font-size: 20px;
            font-weight: 400;
        }

        .overlay-menu .overlay-menu-list .list-group-item {
            padding: 0;
            margin: 0;
            border: none;
            background-color: transparent !important;
            text-transform: uppercase;
        }

    .overlay-menu.show {
        opacity: 1;
        visibility: visible;
        cursor: url(../Images/x-lg.svg), auto;
    }

.pilling-page .overlay-menu .overlay-menu-list .list-group-item {
    padding: 0;
    margin: 0;
    border: none;
    background-color: transparent !important;
    text-transform: uppercase;
}

.overlay-menu-toggler {
    position: absolute;
    top: 5px;
    color: #3c3c3c;
    padding: 10px;
    right: 24px;
    z-index: 1029;
    border-radius: 0 4px 4px 0;
    transition: all 0.3s ease;
    opacity: 1;
}

    .overlay-menu-toggler:hover {
        color: #3c3c3c;
    }

    .overlay-menu-toggler.move {
        opacity: 0;
    }
/*#endregion intro*/

/*#region portfolio*/
.work-left-container {
    width: 100%
}

.box-bottom {
    height: 155px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative
}

.box-top {
    height: 290px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.box1 {
    background-image: url('../Images/Works/Boomrang.jpg');
    background-position: right;
}

.box2 {
    background-image: url('../Images/Works/iibazaar.jpg');
}

.box3 {
    background-image: url('../Images/Works/panel.jpg');
}

.box4 {
    background-image: url('../Images/Works/insurance.jpg');
}

.box-bottom::before,
.box-top::before {
    content: "";
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    opacity: 0;
    transform: scale(0.8);
    transition: .5s all ease;
    border-radius: 0;
    background-color: rgba(199,22,126,0.5);
}

.box-bottom:hover::before,
.box-top:hover::before,
.box-top:hover .img-overlay-content a:after,
.box-bottom:hover .img-overlay-content a:after {
    transform: scale(1);
    opacity: 1;
}

.box-bottom:hover .img-overlay-content,
.box-top:hover .img-overlay-content {
    opacity: 1;
}

.img-overlay-content {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    opacity: 0;
    transition: all .5s ease;
}

    .img-overlay-content a {
        font-weight: 600;
        font-size: 20px;
        letter-spacing: 1px;
        font-family: "Poppins";
        color: #fff;
        position: relative;
        transition: 0.2s
    }

        .img-overlay-content a::after {
            content: '';
            position: absolute;
            height: 2px;
            bottom: -3px;
            left: 0;
            width: 100%;
            background-color: #fff;
            opacity: 0;
        }

.section-title p {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 40px;
}

.portfolio-content {
    background: rgba(199,22,126,0.75);
    padding: 25px 15px;
    height: 220px;
    color: #fff;
}

.portfolio-content-title {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 1.5px;
    font-family: "Poppins";
    margin-bottom: 20px
}

.portfolio-content p {
    font-family: "Muli", sans-serif;
    margin-bottom: 8px;
}

.cv-container {
    width: 100%;
    background-color: red;
    position: relative;
}

.cv {
    display: inline-flex;
    justify-content: flex-end;
    color: #212529;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 40px;
    text-decoration: solid;
    margin-bottom: 20px;
    float: right;
}

    .cv:hover {
        color: #212529;
    }

.cv-container:after {
    content: '';
    height: 13px;
    width: 304px;
    background: rgba(199,22,126,0.75);
    position: absolute;
    top: 16px;
    z-index: -1;
    right: -12px;
}


/*#endregion portfolio*/
/*#region contact_me*/
.contact_me {
    background-image: url('../Images/contact.png');
    background-repeat: no-repeat;
    background-size: cover
}

    .contact_me .card {
        background: rgba(199,22,126,0.75);
        border: none;
        border-radius: 0;
        padding: 20px 40px;
    }

    .contact_me .info h5.contact_detail-title {
        color: #212529;
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        display: flex;
        align-items: center;
    }

        .contact_me .info h5.contact_detail-title span {
            margin-left: 8px
        }

    .contact_me .info {
        color: #fff
    }

        .contact_me .info a {
            color: #fff
        }

    .contact_me .contact_title {
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        font-size: 40px;
    }

    .contact_me .form-control {
        border: 0;
        border-radius: 0
    }


    .contact_me ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #212529;
        opacity: 1; /* Firefox */
    }

    .contact_me :-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #212529;
    }

    .contact_me ::-ms-input-placeholder { /* Microsoft Edge */
        color: #212529;
    }

.copy-right > div {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 19px;
}
/*#endregion contact_me*/

.img-container-header {
    display: none
}

@media screen and (max-width:575px) {
    .col-middle-vertical-header {
        padding: 0;
        height: auto;
        margin-top: 95px;
        display: table;
        margin: 95px auto 50px;
        width: 100%;
    }

    header {
        padding: 0px;
    }

    .header-area {
        width: 255px;
        margin: auto;
    }

    .section {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
    }

    .img-container-header {
        display: block
    }

    .intro .img-container {
        display: none
    }

    .intro .img-container-header {
        margin-top: 80px;
        text-align: center;
        position: relative
    }

        .intro .img-container-header img {
            width: 160px;
            height: 160px;
            position: relative
        }

        .intro .img-container-header::before {
            content: '';
            position: absolute;
            top: -68px;
            text-align: center;
            background-color: rgba(199,22,126,0.75);
            width: 46%;
            height: 205px;
            right: -12px;
            z-index: 0;
        }

    .intro .col-middle-vertical {
        height: auto;
        padding-bottom: 100px;
    }

    .timeline {
        padding-bottom: 40px;
    }

    .intro .col-middle-vertical-content {
        margin-top: 65px;
        height:auto
    }

    .intro .content-area {
        flex-direction: column;
    }

    .skill-box .skillbar-title span, .skill-box .skill-bar-percent {
        color: #5a5a5a
    }

    .skill-box .fill-skillbar {
        background-color: rgb(199,22,126);
    }

    .skill-boxes {
        height: auto;
        padding-bottom: 60px;
    }

    .skill-box2 {
        margin-top: 0px;
    }

    /*#region contact on mobile*/
    .contact_me .display-table {
        display: block;
    }

    #contact {
        background: rgba(199,22,126,0.75) !important
    }

    .contact_me .display-content {
        display: block;
    }


    .contact_me .contact_title {
        font-size: 30px;
    }

    .contact_me .card {
        padding-left: 0;
        padding-right: 0
    }

    .contact_me #contactForm {
        margin-bottom: 30px;
    }

    .contact_me .col-md-5 {
        margin-bottom: 25px;
    }

    .copy-right > div {
        position: relative
    }



    .contact_me .card {
        background: none;
    }
    /*#endregion contact on mobile*/

    /*#region menu on mobile*/
    .overlay-menu .overlay-menu-list .overlay-nav > ul {
        width: 100%;
    }

    .overlay-menu-list .overlay-nav {
        display: flex;
        align-items: center;
        flex-direction: column
    }
    /*#endregion menu on mobile */

    /*#region work on mobile*/

 
    .box-top {
        text-align: center
    }

    #work .row {
        padding: 0 15px;
    }

    .cv-container {
        text-align: center
    }

        .cv-container:after {
            width: 100%;
            left: 0;
            right: 0;
            margin: auto;
            top: 27px;
            height: 10px;
        }

    .cv {
        margin-bottom: 30px;
        font-size: 34px;
        justify-content: center;
        margin-top: 15px;
        display: block;
        text-align: center;
        width: 100%;
    }

    #work .portfolio-content-mobile {
        display: none;
    }

    .portfolio-content {
        height: auto;
        margin-bottom: 5px;
    }

    .portfolio-content-title {
        letter-spacing: 0.5px;
        line-height: 30px;
    }
    /*#endregion work on mobile*/
}

@media screen and (min-width:575px) and (max-width:767px) {
    header {
        padding: 0px;
    }

    .section {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
    }

    .img-container-header {
        display: block;
    }

    .intro .img-container {
        display: none;
    }

    .intro .img-container-header img {
        width: 160px;
        height: 160px;
        border-radius: 100%;
    }

    .col-middle-vertical-header {
        justify-content: space-around;
    }

    .skill-box .skillbar-title span, .skill-box .skill-bar-percent {
        color: #5a5a5a
    }

    .skill-box .fill-skillbar {
        background-color: rgb(199,22,126);
    }

    .intro .col-horizental {
        display: none
    }

    .intro .col-middle-vertical {
        height: auto;
    }

    .intro .col-middle-vertical-content {
        height: auto;
        margin-bottom: 50px;
    }

    .skill-boxes {
        height: auto;
        margin-bottom: 50px;
    }
    /*#region contact on mobile*/
    .contact_me .contact_title {
        font-size: 30px;
    }

    .contact_me .card {
        padding-left: 0;
        padding-right: 0
    }

    .contact_me #contactForm {
        margin-bottom: 30px;
    }

    .copy-right > div {
        position: relative
    }

    .contact_me .display-table {
        background: rgba(199,22,126,0.75)
    }

    .contact_me .card {
        background: none;
    }
    /*#endregion contact on mobile*/
    /*#region work on mobile*/

    .section-title {
        margin-top: 70px;
    }

    .box-top {
        text-align: center
    }

    #work .row {
        padding: 0 15px;
    }

    .cv-container {
        text-align: center
    }

        .cv-container:after {
            width: 100%;
            left: 0;
            right: 0;
            margin: auto;
            top: 27px;
            height: 10px;
        }

    .cv {
        margin-bottom: 30px;
        font-size: 34px;
        justify-content: center;
        margin-top: 15px;
        display: block;
        text-align: center;
        width: 100%;
    }

    #work .portfolio-content-mobile {
        display: none;
    }

    .portfolio-content {
        height: auto;
        margin-bottom: 5px;
    }

    .portfolio-content-title {
        letter-spacing: 0.5px;
        line-height: 30px;
    }
    /*#endregion work on mobile*/


}

@media (min-width:767px) and (max-width:1200px) {
    .section {
        padding-right: 4rem;
        padding-left: 4rem;
        padding-top: 0;
    }

    header {
        padding: 0px;
    }

    .skill-box {
        margin-top: 20px;
    }

    .skill-boxes {
        height: auto;
        margin-top: 15px;
    }

    .portfolio-content {
        height: auto
    }
}

@media (max-width:1200px) {
    .box-top {
        height: auto
    }
}

@media (min-width:1200px) {
    .box-top {
        height: 290px;
    }
}

/* width */
::-webkit-scrollbar {
    width: 5px;
    border-radius: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(199,22,126,0.75);
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
/*#region portfolio*/
@media screen and (min-width:320px) {
    .container_port {
        width: 100%;
        padding: 100px 15px;
        margin: auto
    }

        .container_port img {
            margin: auto;
            display: block
        }
}

@media screen and (min-width:1200px) {
    .container_port {
        width: 80%;
    }
}



.port_box {
    width: 100%;
   /* height: 400px;*/
    overflow: hidden;
    border-radius: 3px;
}

    .port_box img {
        width: auto;
        height: auto;
        max-height: 100%;
        max-width: 100%;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        border-radius: 3px;
    }

    .port_box:hover img {
        opacity: 1;
        transform: scale(1.15,1.15);
        -webkit-transform: scale(1.15,1.15);
        -moz-transform: scale(1.15,1.15);
        -ms-transform: scale(1.15,1.15);
        -o-transform: scale(1.15,1.15);
        border-radius: 3px;
    }

.port_title {
    font-weight: 600;
    font-size: 21px;
    color: #3c3c3c;
    margin: 20px auto 40px;
    text-align: center;
    display: block;
    width: 100%;
    transition:0.3s
}
.portfolio_tab_wrapper a:hover .port_title {
    color: rgb(199,22,126)
}
    .portfolio_tab_wrapper .nav-pills {
    justify-content: center;
    margin-bottom: 35px;
    margin-top: 20px;
    position: sticky;
    top: 10px;
    z-index: 999;
    padding: 10px 0;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background: hsla(0,0%,100%,.1);
    border-radius:3px;
}

    .portfolio_tab_wrapper .nav-pills .nav-link {
        padding: 20px 20px;
        color: rgb(199,22,126);
        font-weight: 900;
        font-size: 18px;
    }

        .portfolio_tab_wrapper .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
            background-color: rgb(199,22,126);
            color:#fff;
        }
/*#endregion portfolio*/
