﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@font-face {
    font-family: 'montserrat-regular';
    src: url('../fonts/montserrat/montserrat-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'roboto-medium';
    src: url('../fonts/roboto/roboto-medium.ttf') format('truetype');
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'montserrat-regular';
}

span, a, i, p, label, input, button {
    font-family: 'roboto-medium';
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
    scroll-behavior: smooth;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    /*position: absolute;*/
    position: relative;
    /*bottom: 0;*/
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
}

/*.Aboutme {
    display: block;
    position: relative;
    padding: 270px 15% 100px 15%;
    background-position: 0 0 !important;
    background-size: cover !important;
    top: -5px;
    z-index: 3;
}*/
.Aboutme {
    position: relative;
    padding: 0;
    margin: 0;
    /*background-color: blue;*/
    background-image: linear-gradient(-133deg,#7282eb,#74aee3);
    padding-bottom: 50px;
}

/*.Aboutme::before {
        content: ' ';
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(255,255,255,.3);
        width:100%;
        height:100%;
    }*/
.ysrFC img {
    width: 80%;
    margin: 30px 0 0 15px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
/*.Aboutme img {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        display: block;
        z-index: -1;
    }*/
/*.AboutmeContainer {
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    padding: 200px 15% 0 15%;
}*/
.AboutmeContainer {
    position: relative;
    color: white;
    max-width: 1000px;
    margin: 0 auto;
}

    .AboutmeContainer p {
        font-size: 1.2rem;
        line-height: 30px;
        text-align: justify;
    }

/*.submitContainer {
    position: absolute;
    bottom: 15%;
    transform: translateX(-50%);
    left: 50%;
    color: white;
    font-size: 18px;
}*/
.submitContainer {
    position: relative;
    color: white;
    font-size: 18px;
    text-align: center;
    margin-top: 50px;
}

.submitBTN {
    border: 1px solid white;
    background-color: transparent;
    color: white;
    cursor: pointer;
    padding: 10px 55px;
    font-size: 0.8rem;
}

    .submitBTN:hover {
        text-decoration: none;
        color: #0125A8;
        background-color: white;
        -moz-transition: background-color ease-in-out .2s;
        -o-transition: background-color ease-in-out .2s;
        -webkit-transition: background-color ease-in-out .2s;
        transition: background-color linear .2s;
    }

.stlContainer {
    position: relative;
    width: 100%;
    min-height: 100vh;
    z-index: 5;
}

.Stl1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 400px;
    background-color: #0138FB;
}

.Stl2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 170px;
    height: 165px;
    background-color: transparent;
    border: 5px solid #FFC634;
}

.Stl3 {
    position: absolute;
    top: 180px;
    right: 180px;
    width: 250px;
    max-height: 250px;
    float: right;
}

    .Stl3 img {
        width: 100%;
        height: auto;
        /*-moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        border-radius: 15px;*/
    }

/*.Stl4 {
    position: absolute;
    top: 180px;
    left: 180px;
}*/
.Stl4 {
    position: absolute;
    top: 35vh;
    left: 20%;
}

    .Stl4 h2 {
        color: #444;
    }

    .Stl4 h4 {
        color: #666;
    }

.Stl5 {
    position: absolute;
    /*top: 130px;
    right: 130px;*/
    top: 125px;
    right: 125px;
    width: 100px;
    height: 100px;
    background-color: transparent;
    border: 3px solid #FFC634;
    /*-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;*/
}

/*.StlLogo {
    position: absolute;
    top: 10px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

    .StlLogo img {
        width: 50px;
    }*/


.StlLogo {
    position: absolute;
    top: 20px;
    right: 30px;
}

    .StlLogo img {
        width: 50px;
    }

.Resume {
    height: 500px;
    background-color: #0138FB;
    position: relative;
    overflow: hidden;
}

.rsmBG {
    position: absolute;
    height: 60px;
    width: 100%;
    top: 0;
    left: 0;
}

.ResumeBG {
    position: relative;
    width: 100%;
}

    .ResumeBG img {
        width: 100%;
    }

.ResumeDownloadContainer {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 1px solid white;
    padding: 10px 55px;
    cursor: pointer;
}

    .ResumeDownloadContainer:hover {
        background-color: white;
        -moz-transition: background-color ease-in-out .2s;
        -o-transition: background-color ease-in-out .2s;
        -webkit-transition: background-color ease-in-out .2s;
        transition: background-color linear .2s;
    }

        .ResumeDownloadContainer:hover .ResumeDlBTN {
            text-decoration: none;
            /*color: #0125A8;*/
            color: #777;
            font-weight: bold;
        }

.ResumeDlBTN {
    background-color: transparent;
    color: white;
}

.HireMe {
    margin: 80px 0;
}

.cntFrmInput {
    width: 100%;
    border: none;
    border-bottom: 1px solid #666;
    resize: none;
    padding: 10px 15px 10px 0;
    background-color: transparent;
}

    .cntFrmInput:focus {
        border-bottom: 1px solid #666;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

    .cntFrmInput::placeHolder {
        color: #333;
        font-size: .9rem;
    }

    .cntFrmInput:focus::placeHolder {
        font-size: .9rem;
    }

.cntFrmSubmit {
    border: 1px solid #555;
    background-color: transparent;
    color: #555;
    cursor: pointer;
    padding: 10px 55px;
    font-size: 0.8rem;
    position: relative;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

    .cntFrmSubmit:hover {
        text-decoration: none;
        color: white;
        background-color: #555;
        border: 1px solid #555;
        -moz-transition: background-color ease-in-out .2s;
        -o-transition: background-color ease-in-out .2s;
        -webkit-transition: background-color ease-in-out .2s;
        transition: background-color linear .2s;
    }

#HireMeForm .col-md-4, #HireMeForm .col-md-12 {
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 5px 0;
}

.Skill {
    background: transparent;
    padding: 80px 0;
}


/*.skillbar {
    position: relative;
    display: block;
    margin-bottom: 15px;
    width: 100%;
    border: 1px solid #2187e7;
    background: #fff;
    height: 15px;
    overflow: hidden;
    transition-property: width, background-color;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}*/
.skillbar {
    position: relative;
    display: block;
    margin-bottom: 15px;
    width: 100%;
    border: 1px solid #2187e7;
    background: #fff;
    height: 7px;
    overflow: hidden;
    transition-property: width, background-color;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.skillbar-title span {
    display: block;
    background: rgba(0,0,0,0.1);
    padding: 0 20px;
    height: 35px;
    line-height: 35px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}


/*.skillbar-bar {
    width: 0;
    background: #0138FB;
    height: 13px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}*/

.skillbar-bar {
    width: 0;
    background: #0138FB;
    height: 5px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

/*.skillbar-bar-percent {
    position: absolute;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    font-size: 13px;
    color: #444;
    background-color: white;
    padding: 0px 3px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}*/
.skillbar-bar-percent {
    position: absolute;
    right: 15px;
    top: 13px;
    font-size: 12px;
    color: #fff;
    background-color: #555;
    padding: 5px 3px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-weight: bold;
}

/*.Skill:hover .skillbar {
    border: 1px solid #db9bb9;
    background: transparent;
}

.Skill:hover .skillbar-title span {
    background: rgba(0,0,0,0.1);
}

.Skill:hover .skillbar-bar {
    background: #fff;
}

.Skill:hover .skillbar-bar-percent {
    color: #db9bb9;
}
    .Skill:hover span {
        color: white;
    }*/

/*.Skill:hover {
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    /*background: #ffbfdd;*/
/* background: #eee;
}*/



.Count:after {
    content: "%"
}

.dg.ac {
    display: none;
}

#container1 canvas {
    max-width: 100%;
}

.Portfolio {
    background: white;
    margin-top: 60px;
}

.TCC {
    position: relative;
    padding: 15px 30px 15px 30px;
    background: #fff;
    z-index: 1;
}

    .TCC a {
        text-decoration: none;
    }

    .TCC i {
        font-size: .7rem;
        color: #1b1363;
    }

    .TCC p {
        font-size: .8rem;
        color: #1b1363;
    }

    .TCC svg {
        width: 10px !important;
        color: #1b1363;
    }

    /*.TCC h5 {
        color: #FFC634;
        text-transform: uppercase;
        font-weight: bold;
    }*/

    .TCC h5 {
        color: #FD143D;
        text-transform: uppercase;
        font-weight: bold;
    }

    .TCC h6 {
        color: #1b1363;
    }

    .TCC p {
        line-height: 30px;
    }

    .TCC a.AAF:hover {
        letter-spacing: 5px;
        -moz-transition: all .6s;
        -o-transition: all .6s;
        -webkit-transition: all .6s;
        transition: all .6s;
    }

.trueContentContainer {
    left: -100px;
}

.falseContentContainer {
    right: -100px;
    text-align: right;
}

.TCC a.AAF::after {
    content: '';
    position: absolute;
    top: 45px;
    width: 30px;
    height: 1px;
    /*background: #FFC634;*/
    background: #FD143D;
}

.TCC a:hover::after {
    width: 200px;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    -webkit-transition: all .6s;
    transition: all .6s;
}

.trueContentContainer a::after {
    left: 30px;
}

.falseContentContainer a::after {
    right: 30px;
}

.disBlo {
    display: block;
}

.disNo {
    display: none;
}

.btnAllPortfolio {
    border: 1px solid #0125A8;
    background-color: transparent;
    color: #0125A8;
    cursor: pointer;
    padding: 10px 55px;
    font-size: 0.8rem;
    position: relative;
}

    .btnAllPortfolio:hover {
        text-decoration: none;
        color: white;
        background-color: #0125A8;
        border: 1px solid #0125A8;
        -moz-transition: background-color ease-in-out .2s;
        -o-transition: background-color ease-in-out .2s;
        -webkit-transition: background-color ease-in-out .2s;
        transition: background-color linear .2s;
    }

.btnSliderPortfolio {
    border: 1px solid #ff1f2f;
    background-color: transparent;
    color: #ff1f2f;
    cursor: pointer;
    padding: 10px 55px;
    font-size: 0.8rem;
    position: relative;
}

    .btnSliderPortfolio:hover {
        text-decoration: none;
        color: white;
        background-color: #ff1f2f;
        border: 1px solid #ff1f2f;
        -moz-transition: background-color ease-in-out .2s;
        -o-transition: background-color ease-in-out .2s;
        -webkit-transition: background-color ease-in-out .2s;
        transition: background-color linear .2s;
    }

.ysrBtn-prev {
    border: none;
    background: none;
    position: absolute;
    left: 10px;
    top: 50%;
    z-index: 1;
}

.ysrBtn-next {
    border: none;
    background: none;
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 1;
}

    /*.Resume:hover {
    background: #FD143D;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}*/

    .ysrBtn-next svg, .ysrBtn-prev svg {
        width: 30px !important;
        height: 30px !important;
        color: #1b1363;
        background: White;
    }

.ysr-circle-up {
    width: 30px !important;
    height: 30px !important;
    color: #777;
    background: white;
}

    .ysr-circle-up:hover {
        color: #555;
    }

#scToTop {
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    z-index: 1;
}

.ysr-brands-container {
    text-align: center;
}

    .ysr-brands-container a {
        margin: 10px 20px;
    }

    .ysr-brands-container > a > i, .ysr-brands-container > a > svg {
        width: 30px !important;
        height: 30px !important;
        color: grey;
        opacity: 1;
    }

        .ysr-brands-container > a > i:hover, .ysr-brands-container > a > svg:hover {
            opacity: .8;
        }

.SocialMedia {
    background: #27303b;
    padding: 30px;
}

.ysr-mail-container {
    background: #1d262f;
    color: hsla(0,0%,100%,.7);
    font-size: 16px;
    text-align: center;
}

    .ysr-mail-container a {
        text-decoration: none;
        color: hsla(0,0%,100%,.7);
    }

.swal-icon, .swal-icon--success__ring {
    width: 40px !important;
    height: 40px !important;
}

.swal-icon--warning__body {
    height: 17px;
    top: 7px;
}

.swal-icon--error__line {
    width: 30px !important;
    top: 18px !important;
}

.swal-icon--error__line--left {
    left: 5px !important;
}

.swal-icon--error__line--right {
    right: 5px !important;
}

.swal-icon--success__line--long {
    width: 28px !important;
    right: 6px !important;
    top: 19px !important;
}

.swal-icon--success__line--tip {
    width: 28px !important;
    left: 6px !important;
    top: 19px !important;
}

.swal-icon--success__hide-corners {
    width: 10px !important;
    height: 50px !important;
    left: 8px !important;
    top: 8px !important;
}

.slider-track {
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

.slick-slide img {
    width: 100%;
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transform: scale(1.3);
}

.slick-active img {
    transform: scale(1);
}

.LC:last-child .LCG {
    display: none;
}

.LCG {
    z-index: 0;
}

.lcgL {
    height: 140px;
    background: #d4d4d4;
    width: 70%;
    position: absolute;
    left: 3%;
    top: -20px;
}

.lcgR {
    height: 140px;
    background: #d4d4d4;
    width: 70%;
    position: absolute;
    right: 3%;
    top: -20px;
}

.headingContainer {
    margin-bottom: 50px;
    text-align: center;
    position: relative;
    min-height: 50px;
}

    .headingContainer h1 {
        color: #555;
        text-transform: uppercase;
        font-weight: bold;
        position: absolute;
        left: 50%;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

.hc-about h1 {
    color: #fff;
    text-transform: uppercase;
}

.headingContainer h1::after {
    content: '';
    background: rgba(0,0,0,.2);
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.hc-about h1::after {
    background: rgba(255,255,255,.6);
}

.Aboutme:hover .headingContainer h1, .Portfolio:hover .headingContainer h1, .Skill:hover .headingContainer h1, .HireMe:hover .headingContainer h1 {
    letter-spacing: 10px;
    -moz-transition: letter-spacing .3s linear;
    -o-transition: letter-spacing .3s linear;
    -webkit-transition: letter-spacing .3s linear;
    transition: letter-spacing .3s linear;
}

.abmC {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
}

    .abmC img {
        width: 100%;
        height: 140px;
    }
.ptMt {
    margin-bottom: 80px;
}
@media only screen and (max-width: 900px) { 
   
    .lcgL {
        height: 110px; 
    }

    .lcgR {
        height: 110px; 
    }
    .StlLogo img {
        width: 40px;
    }

    .ptMt {
        margin-bottom: 50px;
    }
    .Stl1 {
        width: 20px;
        height: 350px;
    }

    .Stl2 {
        width: 130px;
        height: 130px;
    }

    .Stl5 {
        position: absolute;
        top: 95px;
        right: 95px;
        width: 70px;
        height: 70px;
    }

    .Stl3 {
        top: 140px;
        right: 140px;
        width: 150px;
        max-height: 200px;
    }

    .Stl4 {
        position: relative;
        top: 400px;
        left: 0;
        padding-left: 15px;
    }

    .Aboutme {
        background-position: top center !important;
    }

    .Resume {
        height: 499px;
    }

    .ResumeDownloadContainer {
        position: absolute;
        top: 50%;
        left: 50%;
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        border: 1px solid white;
        padding: 10px;
        cursor: pointer;
    }

    .HireMe {
        margin: 15px;
    }

    #faSync {
        margin-left: 0 !important;
    }

    #capImg {
        width: 200px !important;
    }

    .ysr-brands-container > a > i, .ysr-brands-container > a > svg {
        width: 25px !important;
        height: 25px !important;
    }

    .ysr-brands-container a {
        margin: 10px;
    }

    .Skill {
        margin-top: 0;
    }

    .trueContentContainer {
        left: 0;
    }

    .falseContentContainer {
        right: 0;
        text-align: right;
    }

    .ysrmbPD {
        padding: 15px;
    }

    .headingContainer h1 {
        position: relative;
        left: auto;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        -webkit-transform: none;
        transform: none;
        font-size: 25px;
    }

    .rsmBG {
        height: 25px;
    }

    .abmC img {
        width: 100%;
        height: 85px;
    }

    .headingContainer h1::after {
        display: none;
    }

    .ysrFC img {
        width: 60%;
        margin-left: 20%;
    }

    .headingContainer {
        margin-bottom: 0;
    }
}
