:root{
    --color1:white;
    --color2:#212428;
    --color3:grey;
    --color4:blue;
    --color5:red;
    --color6:yellow;
    --color7:orange;
    --color8:green;
    --color9:rgb(111, 56, 197);
    --color10:yellowgreen;
    --color10:black;
}
*{
    margin: 0;
    padding: 0;
}
::-webkit-scrollbar{
    width: 10px;
}
::-webkit-scrollbar-thumb{
    background: linear-gradient(transparent,var(--color9));
    border-radius: 6px;
}
::-webkit-scrollbar-thumb:hover{
    background: linear-gradient(transparent,rgb(144, 75, 255));
}
.custm-bg{
    background-color: rgb(33, 36, 40);
}
.wrapper{
    overflow: hidden;
}
html{
    scroll-behavior: smooth;
}
h1,h2,h3,h4,h5,h6{
    color: #C4CFDE;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}
h2{
    font-family: 'Monoton', cursive;
}
.all-head h2{
    font-size: 44px;
    font-weight: 400!important;
    text-transform: uppercase;
}
p{
    color: #7e8287;
    font-family: 'Finlandica', sans-serif;
    margin-bottom: 0px!important;
    text-transform: capitalize;
}
.wrapper a{
    text-decoration: none;
}

.navbar-brand p{
    font-family: 'Poppins', sans-serif!important;
    color: #C4CFDE;
    font-weight: 600!important;
    font-size: 22px;
    margin-bottom: 0!important;
}
.navbar-brand span{
    font-family: 'Poppins', sans-serif!important;
    color: var(--color9);
    font-weight: 900!important;
    font-size: 24px;
}
.nav_lg img{
    width: 80px;
    height: 80px;
}
.header-nav{
    position:fixed;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9;
    /* box-shadow: 0px 0px 80px var(--color9); */
    /* background-color: rgba(0, 0, 0, 0.1); */
    transition: box-shadow 2s, background-color 4s ease, height 1s, border-radius 0.25s ease, width 0.25s, margin-top 0.15s;
}
.header-nav-after{
    width: 95%;
    position: fixed;
    box-shadow: 0px 2px 10px var(--color9);
    background:linear-gradient(45deg,rgba(0, 0, 0, 0.836) ,rgba(111, 56, 197,0.7));
    border-radius: 20px;
    margin-top: 10px;
    transition: 5s;
    z-index: 9;
    transition: box-shadow 2s, background-color 4s ease, height 1s, border-radius 0.5s ease, width 1s, margin-top 0.25s;
}
.navbar-dark .navbar-nav .nav-link{
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link.active{
    position: relative;
    color: rgb(144, 74, 255)!important;
    font-weight: 600;
    text-shadow: 2px 2px 10px rgb(111, 56, 197);
    
}
.navbar-dark .navbar-nav .nav-link.active::after{
    content: "";
    position: absolute;
    background-color: var(--color9);
    height: 3px;
    width: 0;
    left: 0;
    bottom: 5px;
    transition: 0.3s;
}
.navbar-dark .navbar-nav .nav-link.active::after{
    width: 100%;
}
.nav-item a{
    position: relative;
}
.nav-item a::after{
    content: "";
    position: absolute;
    background:linear-gradient(rgb(98, 0, 255),rgb(253, 252, 255));
    text-shadow: 2px 2px 20px var(--color9);
    height: 3px;
    width: 0;
    left: 0;
    bottom: 5px;
    transition: 0.3s;
}
.nav-item a:hover::after{
    width: 100%;
}
.nav-btn a{
    background:linear-gradient(45deg,rgba(41, 38, 41, 0.5),rgb(156, 111, 169));
    border-radius: 50px;
    border: none;
    color: var(--color1);
    padding: 10px 40px!important;
    margin-left: 20px;
}
.nav-btn a:hover{
    background:linear-gradient(45deg,rgba(40, 39, 40, 0.5),rgb(255, 255, 255));
    color: var(--color1)!important;
    border-bottom: none!important;
}
.nav-item a:hover{
    color: rgb(144, 74, 255)!important;
    font-weight: 600;
    text-shadow: 2px 2px 10px rgb(111, 56, 197);
}
#bg-video{
    min-width: 100%;
    min-height: 100vh;
    max-width: 100%;
    max-height: 100vh;
    object-fit: cover;
    z-index: -1;
    position: fixed;
}
.hero-main .overlayed{
    background: rgba(26, 32, 40, 0.642);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100vh;
    max-width: 100%;
    max-height: 100vh;
}
.hero-main{
    background-attachment: fixed;
    min-width: 100%;
    min-height: 100vh;
    max-width: 100%;
    max-height: 100vh;
}
.hero-content{
    padding-top: 210px;
}
.hero-content .img-box img{
    border-radius: 140px;
}

.hero-content .txt-box .txt-box-head h1{
    margin-top: 20px;
    font-size: 40px!important;
    /* font-family: 'Oswald', sans-serif; */
    font-family: 'Monoton', cursive;
    font-weight: 400!important;
    color:#fff;
    text-shadow: 5px 1px 2px black;
}

.hero-content .txt-box .txt-box-head p{
    color: #C4CFDE;
}
.hero-content .txt-box .txt-box-head h1 span::after{
    content: ' Java Fullstack Developer.';
    animation: text 10s ease-in infinite alternate;
    color:rgb(111, 56, 197) ;
    
}
@keyframes text {
    30%{
        content: 'Ui Developer.';
        
    }
    40%{
        content: 'Web Designer.';
    }
}
.hero-content .txt-box .txt-box-head p span::after{
    content: '!';
    color: var(--color1);
    text-shadow: 2px 2px 10px var(--color9);
    animation: mark 1s infinite;
}
@keyframes mark{
    10%{
        content: '';
    }
    10%{
        content: '';
    }
    10%{
        content: '!';
    }
    10%{
        content: '';
    }
}
.sec-ender .ender-imgBox{
    background-image:linear-gradient(45deg ,rgba(0,0,0,0.9), rgba(111, 56, 197,0.5)) ,url(../images/background/sandro-katalina-k1bO_VTiZSs-unsplash.jpg);
    background-size: cover;
    height: 120px;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.about-sec{
    padding: 80px 0px;
    background-color: rgb(33, 36, 40);
}
.about-sec .abt-head h2{
    font-size: 54px;
    text-transform: uppercase;
}
.about-sec .card{
    background: linear-gradient(145deg, #1e2024, #23272b);
    box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
.about-sec .card:hover{
    background: linear-gradient(to left top, #212428ee, #111215);
}
.about-sec .card .abt-txt h3{
    font-weight: 400!important;
    color: var(--color9);
    border-bottom: 2px solid var(--color1);
}
.about-sec .card .card-body ul li p::before{
    content: "\2022";
    color: var(--color9);
    margin-right: 10px;
    font-weight: bold!important;
}
.about-sec .card .card-body ul{
    padding-left: 0px!important;
    margin-top: 20px;
}
.about-sec .card .card-body ul li p{
    color: #878e99;
    margin-bottom: 0;
    transition: .5s all;
    text-align: start;
    font-size: 18px;
}
.about-sec .card-img-top img{
    border-radius: 80px!important;
}
.about-sec .a-icn-sec{
    margin-top: 20px;
}
.about-sec .socio p{
    width: 115px;
    color: var(--color9);
    border-bottom: 2px solid var(--color1);
}
.about-sec .a-icn-sec a{
    margin-right: 10px;
    padding: 7px 10px;
    border-radius: 100%;
    color: var(--color9);
    background: linear-gradient(to right bottom, #212428, #16181c) !important;
    box-shadow: 0px 0px 2px #1c1e22, -10px -10px 19px #262a2e !important;
    transition: padding 0.25s ease;
}
.about-sec .a-icn-sec a:hover{
    background: linear-gradient(to right bottom, #8800f0, #4e4e4e) !important;
    padding: 12px 15px;
    color: white;
    box-shadow: 10px 10px 19px var(--color9);

}

/* Education section starts */

.education-sec{
    padding: 80px 0px;
    background-color: rgb(33, 36, 40);
}
.education-sec .edu-grid{
    width: 100%;
    margin-top: 50px;
    padding-left: 31px;
    border-left: 5px solid #16181c
}
.education-sec .edu-grid .card{
    background-color: transparent;
    border: none;
    margin-bottom: 30px;
}
.education-sec .edu-grid .card-bg{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: linear-gradient(to right bottom, #212428, #16181c);
    opacity: 0;
    transition: .5s all;
}
.education-sec .edu-grid .card .card-wrap{
    padding: 20px;
    position: relative;
    height: 100%;
    width: 100%;
    overflow: visible;
    border-radius: 6px;
    background: linear-gradient(145deg, #1e2024, #23272b);
    box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
.education-sec .edu-grid .card .card-wrap:hover{
    background: linear-gradient(to left top, #212428ee, #111215);
}
.education-sec .edu-grid .card .card-wrap .card-body .card-head{
    width: 100%;
    border-bottom: 1px solid #16181c;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.education-sec .edu-grid .card-wrap::after{
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    border: 5px solid #16181c;
    border-radius: 100%;
    left: -43.5px;
    top: 55px;
    transform: translateY(-7px);
    background: #212428;
    transition: .4s all;
}
.education-sec .edu-grid .card-wrap:hover:after{
    background: var(--color9);
    box-shadow: 0px 0px 10px var(--color9);
}
.education-sec .edu-grid .card-wrap::before{
    position: absolute;
    content: "";
    width: 28px;
    height: 5px;
    right: 100%;
    top: 63px;
    transform: translateY(-7px);
    background: #16181c;
    z-index: 0;
}
.education-sec .edu-grid .card-wrap .card-date-label{
    padding: 7px 15px;
    width: 125px;
    border-radius: 6px;
    margin-left: 0;
    background: linear-gradient(145deg, #1e2024, #23272b);
    box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
.education-sec .edu-grid .card-wrap .card-date-label p{
    color: var(--color9);
}
.education-sec .edu-grid .card .card-wrap .card-body .card-head span{
    font-weight: 100;
    font-family: 'Finlandica', sans-serif;
    font-size: 16px;
    text-transform: capitalize;
}

/* Skills section starts */

.skill-sec{
    padding: 80px 0px;
    background-color: rgb(33, 36, 40);
}
.skill-sec .grid-wrap{
    padding: 20px 0px;
}
.skill-sec .grid-wrap .prog-txt{
    display: flex;
    justify-content: space-between;
}
.skill-sec .grid-wrap .prog-wrap{
    padding: 20px 0px;
}
.skill-sec .grid-wrap .prog-wrap .prog-line{
    width: 100%;
    height: 12px;
    padding: 2px 3px;
    background-color: #212428;
    border-radius: 10px;
    box-shadow: inset 8px 8px 16px rgb(0 0 0 / 46%), inset -8px -8px 16px rgb(56 62 69 / 46%);
}
.skill-sec .grid-wrap .prog-wrap .prog-line .prog-l_active{
    position: relative;
    height: 100%;
    border-radius: 14px;
    transition: width .6s ease;
    background: linear-gradient(145deg, #c8add4 0%, #8a03ff 100%);
}
.skill-sec .grid-wrap .prog-wrap .prog-line .prog-l_active1,.prog-l_active3{
    width: 95%;
}
.skill-sec .grid-wrap .prog-wrap .prog-line .prog-l_active2{
    width: 90%;
}
.prog-l_active4{
    width: 80%;
}
.prog-l_active5{
    width: 80%;
}
.prog-l_active6{
    width: 75%;
}
.prog-txt .lang-label h4{
    font-weight: 100;
    font-size: 16px;
    margin-bottom: 0!important;
}
.prog-txt{
    margin-bottom: 20px;
}
.prog-txt .lang-label{
    padding: 7px 10px;
    border-radius: 6px;
    margin-left: 0;
    background: linear-gradient(145deg, #1e2024, #23272b);
    box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
.prog-txt .percent-label{
    padding: 10px 10px;
    border-radius: 50%;
    margin-left: 0;
    background: linear-gradient(145deg, #1e2024, #23272b);
    box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
.prog-txt .percent-label p{
    color: var(--color9);
}
.skill-sec .logo-sec{
    margin-top: 20px;
}
.skill-sec .logo-sec img{
    width: 30px;
    height: 30px;
}



/* /////////Projects-sec//////// */

.project-sec{
    padding: 80px 0px;
    background-color: rgb(33, 36, 40);
}
.project-sec .pro-wrap{
    padding: 50px 0px;
}
.project-sec .pro_box_wrap{
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 10px;
    background: linear-gradient(145deg, #191b1e, #23272b);
    box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
.project-sec .pro_box_wrap:hover{
    background: linear-gradient(to left top, #212428ee, #111215);
    box-shadow:-1px 1px 50px rgb(46, 27, 75), -10px -10px 19px #23272b;
}
.project-sec .pro_box_wrap .Pro-img{
    padding-top: 100%;      
    animation: marquee 22s linear infinite;
}
.pro-img_2,.pro-img_6,.pro-img_1{
    animation-delay: 2.8s;
}
.bg_vi_1{
    background-image: url(../images/background/pro_bg.png);
    height: 400px;
}
@keyframes marquee {
    0% {
     
      transform: translate(0, -10%);
    }

    100% {
      
      transform: translate(0, -100%);
    }
}
.hvr_box_content {
    opacity: 0;
  }

.hvr_box_content:hover {
    opacity: 2;
    background:linear-gradient(45deg,rgba(0, 0, 0, 0.836) ,rgba(111, 56, 197,0.7));
    width: 100%;
    height: 100%;
    color: var(--color9)!important;
    outline: var(--color3) 4px solid;
    outline-offset: -20px;
    transition: 0.2s;
    animation: marquee 20s linear infinite;
  }
  .pro_box_wrap h3,.pro_box_wrap h5{
    font-family: 'Monoton', cursive;
    color: var(--color1);
  }
.web_img{
    height: 400px;
    overflow: hidden;
}
.web_img{
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain, cover;
}
.butnwhite{
    color: var(--color1);
    padding: 7px 10px;
    border-radius: 6px;
    margin-left: 0;
    background: linear-gradient(145deg, #a402f4, #333537);
    box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
    transition: padding .25s background 2s ease-in;
}
.butnwhite:hover{
    color: var(--color2);
    padding: 7px 15px;
    border-radius: 6px;
    margin-left: 0;
    background: var(--color1);
}

/* contact section starts */

.contact_sec{
    padding: 80px 0px;
    background-color: rgb(33, 36, 40);
}
.contact_sec .form-wrap{
    width: 100%;
    height: 100%;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
.contact_sec form .form-control {
    background-color: #191b1e;
    border-radius: 6px !important;
    height: 55px;
    box-shadow: 1px 4px 2px -3px rgb(0 0 0 / 70%) inset, -1px -3px 3px -2px rgb(255 255 255 / 20%) inset !important;
    border: 2px solid #191b1e !important;
    padding: 10px 15px;
    font-size: 18px;
    margin-bottom: 0;
    color: #C4CFDE;
    font-weight: 400;
    transition: 0.4s all !important;
    line-height: 29px !important;
}
.contact_sec form .form-control-label {
    width: 100%;
}
.contact_sec form label {
    width: 100%;
    font-family: 'Finlandica', sans-serif;
    color: var(--color3);
    margin-bottom: 14px;
}

.contact_sec .custom-section-btn .btn {
    width: 100%;
}
.custom-section-btn .btn-black {
    font-family: 'Finlandica', sans-serif;
    color:var(--color9);
    background: linear-gradient(145deg, #1e2024, #23272b) !important;
    min-height: 57px;
    padding: 18px 40px;
    border-radius: 6px !important;
    font-weight: 500;
    line-height: 1.3 !important;
    box-shadow: 10px 10px 19px #1c1e22, -10px -10px 19px #262a2e !important;
}
.custom-section-btn .btn-black:hover{
    color: var(--color9)!important;
    background: linear-gradient(to right bottom, #212428, #16181c) !important;
    box-shadow: 10px 10px 19px #1c1e22, -10px -10px 19px #262a2e !important;
    transform: translateY(-5px);
}
.contact_sec .row{
    padding: 50px 0px;
}
.find_me{
    padding: 80px 0px 0px 0px;
    background-color: rgb(33, 36, 40);
}
.find_me .row{
    padding-top: 40px;
    border-top: 1px solid #7e8287;
}
.find_me .f_wrp{
    margin-bottom: 20px;
    padding:5px 20px;
    border-radius: 10px;
    /* box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b; */
}
.f_wrp a{
    text-decoration: none;
    color: var(--color9);
}
.f_wrp .f-icn-sec a{
    margin-right: 10px;
    padding: 7px 10px;
    border-radius: 100%;
    color: var(--color9);
    background: linear-gradient(to right bottom, #212428, #16181c) !important;
    box-shadow: 10px 10px 19px #1c1e22, -10px -10px 19px #262a2e !important;
    transition: padding 0.25s ease;
}
.f_wrp .f-icn-sec a:hover{
    background: linear-gradient(to right bottom, #8800f0, #4e4e4e) !important;
    padding: 12px 16px;
    color: white;
    box-shadow: 10px 10px 19px var(--color9);

}
.cpy_rght span{
    color: var(--color9);
}
.gotop-btn{
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9;
}
.gotop-btn i{
    font-size: 22px;
    padding: 10px 12px;
    background-color: var(--color9);
    border-radius: 20%;
    color: #212428;
    box-shadow: 0px 0px 20px var(--color9);
    text-shadow: 2px 2px 40px var(--color9) ;
    transition: background-color 1s;
    transition: padding 0.2s ease, border-radius 0.2s!important;
}
.gotop-btn i:hover{
    background-color:rgb(169, 56, 255);
    border-radius: 50%;
    color: var(--color2);
    box-shadow: 5px 5px 50px var(--color9);
    padding: 18px 20px!important;
}
.heartbeat {
    animation: heartbeat 1.5s ease-in-out infinite both
}
@keyframes heartbeat {
    from {
        transform: scale(1);
        transform-origin: center center;
        animation-timing-function: ease-out
    }

    10% {
        transform: scale(.91);
        animation-timing-function: ease-in
    }

    17% {
        transform: scale(.98);
        animation-timing-function: ease-out
    }

    33% {
        transform: scale(.87);
        animation-timing-function: ease-in
    }

    45% {
        transform: scale(1);
        animation-timing-function: ease-out
    }
}
@media(min-width:768px){
    .hero-content{
        padding-top: 290px;
    }
    .hero-content .txt-box .txt-box-head h1{
        font-size: 55px;
        letter-spacing: 2px;
    }
    .all-head h2 {
        font-size: 55px!important;
        /* font-weight: 700!important; */
        text-transform: uppercase;
    }
    .skill-sec .grid-wrap{
        padding: 20px 90px;
    }
    .skill-sec .grid-wrap .prog-wrap {
        padding: 50px 0px;
    }
    .find_me .f_wrp{
        margin-bottom: 20px;
        padding:60px 20px;
        border-radius: 10px;
        /* box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b; */
    }
}
@media(min-width:992px){
    .hero-content{
        padding-top: 320px;
    }
    .hero-content .txt-box .txt-box-head h1{
        
        font-size: 70px!important;
        letter-spacing: 10px;
    }
    .all-head h2 {
        font-size: 60px!important;
        /* font-weight: 700!important; */
        text-transform: uppercase;
    }
    .skill-sec .grid-wrap .prog-wrap {
        padding: 50px 0px;
    }
    .about-sec .card-body{
        margin-top: 50px;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 4000px){
    .hero-content{
        padding-top: 290px;
    }
    .hero-content .txt-box .txt-box-head h1{
        font-size:68px!important;
        letter-spacing: 10px;
    }
    .all-head h2 {
        font-size:68px!important;
        /* font-weight: 700!important; */
        text-transform: uppercase;
    }
    .skill-sec .grid-wrap .prog-wrap {
        padding: 60px 20px;
    }
    .skill-sec .grid-wrap{
        padding: 20px 140px;
    }
}
