/***** RESET *****/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    /*font-size: 100%;
    vertical-align: baseline;*/
    
}
html, body {height:100%; scroll-behavior: smooth;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}
table {border-collapse: collapse;border-spacing: 0;} /* tables still need 'cellspacing="0"' in the markup */
textarea {overflow:auto;}
/***** RESET *****/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap');
 body {
    font-family: 'Poppins', sans-serif;
    color: #999;
    width: 100%;
 }
.slider1 { 
    width: 100%;
    height: 100vh;
    position: relative;
}
.bg1 {
    width: 100%;
    height: 100%;
}

.profile_image{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 674px;
    height: 727px;
} 
.text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #FFF;
    font-family: "Muli", sans-serif;
    font-size: 50px;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 100px;
    margin-bottom: 9px;
    width: 100%;
}
.social_links {
    position: absolute;
    right: 100px;
    z-index: 999;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
}
ul {
    margin: 0;
    padding: 0;
}
.social_links li {
    display: block;
    margin-bottom: 15px;
}
li {
    list-style: none;
}
.social_links li a {
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.05);
    color: #fff;
    font-size: 20px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.social_links li a::before {
    background: #615cfd;
    background: -moz-linear-gradient(top, #615cfd 0%, #d465ef 100%);
    background: -webkit-linear-gradient(top, #615cfd 0%, #d465ef 100%);
    background: linear-gradient(to bottom, #615cfd 0%, #d465ef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#615cfd', endColorstr='#d465ef',GradientType=0 );
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    content: '';
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.social_links li a:hover::before{
    opacity: 1;
}
.navbar {
    width: 100%;
    position: absolute;
    z-index: 2;
    padding: 20px;
    box-sizing: border-box;
}
.container {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.container ul {
    list-style: none;
    display: flex;
}
.container ul li {
    list-style: none;
    font-size: 20px;
    padding: 10px;
    box-sizing: border-box;

}
.container ul li a {
    text-decoration: none;
    color: rgb(255, 255, 255);
}
.container ul li a span {
    position: relative;
}
.container ul li a span::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -10px;
    left: 0px;
    background: white;
    visibility: visible;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
}
.container ul li a span:hover::before{
    transform: scaleX(1);
}



.navbar-brand {
    font-size: 24px;
    text-decoration: none;
    color: black;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 3px;
}
.navbar span {
    color: white;
}
.navbar-brand span::after {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 40px;
    height: 40px;
    content: '';
    background: #042fdd;
    z-index: -1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.oi i{
    color: black;
}
.mouse {
    width: 50px;
    height: 50px;
    position: absolute;
    background: #615cfd;
    background: -moz-linear-gradient(top, #615cfd 0%, #d465ef 100%);
    background: -webkit-linear-gradient(top, #615cfd 0%, #d465ef 100%);
    background: linear-gradient(to bottom, #615cfd 0%, #d465ef 100%);
    transform: rotate(45deg) translateX(-50%);
    
    position: absolute;
    left: 50%;
    bottom: 100px;
}

.mouse-arrow i {
    color: #042fdd;
    font-size: 22px;
    z-index: 3;
    position: absolute;
    left: 50%;
    transform: translateX(15%);
    bottom: 20px;
    animation-name: arrow;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
.mouse-arrow {
    position: absolute;
    width: 100%;
    z-index: 2;
    bottom: 100px;
    left: 0%;
}
@keyframes arrow {
    from {bottom: 40px;}
    to {bottom: 20px;}
}
.ftco-animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.ftco-animate {
    opacity: 0;
    
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.header_fixed {
    width: 100%;
    position: fixed;
    z-index: 4;
    padding: 20px;
    box-sizing: border-box;
    background: #fff!important;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}
.activ {
    position: relative;
    transition: all 0.3s ease-in-out 0s; 
}
.activ::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -10px;
    left: 0px;
    background: black;
    visibility: visible;
    transform: scaleX(0);
    animation-name: menu;
    animation-duration: 0.3s;
    animation-direction: alternate;
    animation-fill-mode: forwards;
    transition: all 0.3s ease-in-out 0s; 
}
@keyframes menu {
    from{transform: scaleX(0);}
    to {transform: scaleX(1);}
}
.header_fixed .container ul li a span::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -10px;
    left: 0px;
    background: black;
    visibility: visible;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
}

.header_fixed .container ul li a span:hover::before{
    transform: scaleX(1);
}
.header_fixed span {
    color: black;
}
.about {
    width: 100%;
    padding-top: 84px;
    box-sizing: border-box;
}
.photo {
    width: 50%;
    height: 70vh;
    background-size: cover;
    background-position: center;
}
.info {
    width: 50%;
    padding: 50px 0px 0px 50px;
    box-sizing: border-box;
}
.info h1 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 1.5rem!important;
    color: black;
}
.info p {
    font-size: 18px;
    line-height: 1.8;
    font-weight: 400;
    color: #999;
    margin-bottom: 1.5rem!important;
}
.info ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 1.5rem!important;
}
.info ul li {
    padding-left: 0px;
    width: 100%;
    display: flex;
    
}
.info ul li span:first-child {
    width: 150px;
    font-size: 18px;
    color: black;
    font-weight: 700;
}
.info .info-text {
    font-size: 24px;
    color: black;
    margin-bottom: 1.5rem!important;
}
.info .info-text span {
    color: #042fdd;
    font-weight: 700;
}
.info .button {
    text-decoration: none;
    background: #3e64ff;
    border: 1px solid #3e64ff!important;
    color: #fff!important;
    padding: 1rem;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    border-radius: 40px;
    -webkit-box-shadow: 0 24px 36px -11px rgb(0 0 0 / 9%);
    -moz-box-shadow: 0 24px 36px -11px rgba(0,0,0,.09);
    box-shadow: 0 24px 36px -11px rgb(0 0 0 / 9%);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}
.partners {
    width: 100%;
    height: 21vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.partner {
    width: 20%;
    padding: 10px;
    box-sizing: border-box;
}
.partner img {
    width: 100%;
}

.resume {
    width: 100%;
    box-sizing: border-box;
    padding-top: 112px;
}
.navi {
    width: 30%;
    position: relative;
    
}
.navi-pages {
    width: 70%;
    /* margin-top: 64px; */

}
.navi nav {
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 200px;
}
.navi ul {
    list-style: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    
}
.navi li a.current {
    color: #3e64ff;
    margin-left: 20px;
    position: relative;
}
.navi li a.current:after {
    position: absolute;
    top: 50%;
    left: -24px;
    width: 20px;
    height: 2px;
    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #3e64ff;
}
.education,
.scills {
    margin-bottom: 1.5rem!important;
    padding-top: 128px;
    box-sizing: border-box;
}
.navi ul li a {
    color: black;
    font-weight: 600;
}
.education h1,
.scills h1 {
    color: #042fdd;
    margin-bottom: 2rem!important;
}
.education_block {
    display: flex;
    padding: 20px;
    box-sizing: border-box;
    -webkit-box-shadow: 0 24px 36px -11px rgb(0 0 0 / 9%);
    -moz-box-shadow: 0 24px 36px -11px rgba(0,0,0,.09);
    box-shadow: 0 24px 36px -11px rgb(0 0 0 / 9%);
    margin-bottom: 1.5rem!important;
}
.education_block_icon {
    width: 10%;
}
.education_block_icon i {
    font-size: 40px;
    color: #042fdd;
}
.education_block_info {
    width: 80%;
}
.education_block_info h2,
.education_block_info h1 {
    color: black; 
    margin-bottom: 1rem!important;
}
.education_block_info h1 {
    font-size: 20px;
}
.education_block_info h2 {
    font-size: 18px;
}
.education_block_info p {
    font-family: poppins, Arial, sans-serif;
    background: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    color: rgb(153, 153, 153);
}
.scills {
    width: 100%;
    margin-bottom: 1.5rem!important;
}
.scill-items {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.scill-item {
    width: 48%;
    margin-bottom: 1rem!important;
}
.scill-item-progress {
    width: 100%;
    height: 10px;
    box-shadow: none;
    background: rgb(230, 230, 230);
    overflow: visible;
}
.scill-item-progress-bar {
    background: rgb(62, 100, 255);
    box-shadow: none;
    font-size: 12px;
    line-height: 1.2;
    color: rgb(0, 0, 0);
    font-weight: 600;
    position: relative;
    overflow: visible;
    border-radius: 2px;
    height: 100%;

}

/* .progress-bar {
    background-color: #304CFD;
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
    width: 0%;
    z-index: 1;
  } */
.scill-item p {
    color: black;
    margin-bottom: 0.5rem!important;
    font-size: 14px;
    font-weight: 600;
}
.scill-item-progress-bar span {
    position: absolute;
    top: -1.5rem!important;
    right: 0;
    font-size: 14px;
}
.service,
.project,
.blog,
.contact {
    margin-bottom: 1.5rem!important;
}
.service,
.services,
.project,
.projects,
.blog,
.contact {
    width: 100%;
}
.service h1,
.project h1,
.blog h1,
.contact h1 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 1.5rem!important;
    color: black;
    text-align: center;
    padding-top: 112px;
}
.service p,
.project p,
.blog p,
.contact p {
    text-align: center;
    font-family: poppins, Arial, sans-serif;
    font-size: 20px;
    line-height: 1.8;
    font-weight: 400;
    color: rgb(153, 153, 153);
    margin-bottom: 1.5rem!important;
}
.services,
.projects {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.service-item {
    width: 30%;
    height: 250px;
    padding: 20px;
    box-sizing: border-box;
    -webkit-box-shadow: rgb(0 0 0 / 15%) 0px 0.5rem 1rem !important;
    -moz-box-shadow: rgb(0 0 0 / 15%) 0px 0.5rem 1rem !important;
    box-shadow: rgb(0 0 0 / 15%) 0px 0.5rem 1rem !important;
    margin: 1rem!important;
    text-align: center;
}
.service-item a  {
    text-decoration: none;
    width: 100%;
    height: 100%;
}
.service-item a h3 {
    font-size: 24px;
    margin: 10px 0;
    color: rgb(153, 153, 153);
}
.service-item p {
    font-size: 16px;
    color: rgb(153, 153, 153);
}
.service-item i {
    font-size: 50px;
    color: #042fdd;
    margin: 20px 0;
}
.service-item:hover {
    background: #615cfd;
}
.service-item:hover i {
    color: white;
}
.project-item {
    width: 33.33%;
    height: 300px;
    background-size: cover;
    background-position: center;
}
.projects {
    padding: 20px 0;
}
.project-item-overlay {
    width: 100%;
    height: 100%;
    background: rgb(62, 100, 255, 0.8);
    position: relative;
    visibility: hidden;
    transition: 5ms;
}
.overlay-text {
    text-align: center;
    line-height: 20px;
    color: white;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.overlay-text h3 {
    font-size: 32px;
    line-height: 32px;
} 

.overlay-text p {
    font-size: 16px;  
    color: white;
} 
.project-item:hover .project-item-overlay {
    visibility: visible;
}
.blogs {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0;
}
.blog-item {
    width: 30%;
}
.blog-item a {
    text-decoration: none;
}
.blog-item img {
    width: 100%;
    margin-bottom: 1rem!important;
}
.blog-item h2 {
    color: black;
    text-align: center;
    margin-bottom: 1rem!important;
}
.blog-item p {
    text-align: left;
}
.blog-item h2:hover {
    color: #042fdd;
}
.contact-box {
    width: 22%;
    -webkit-box-shadow: rgb(0 0 0 / 15%) 0px 0.5rem 1rem !important;
    -moz-box-shadow: rgb(0 0 0 / 15%) 0px 0.5rem 1rem !important;
    box-shadow: rgb(0 0 0 / 15%) 0px 0.5rem 1rem !important;
    text-align: center;
    padding: 25px;
    box-sizing: border-box;
}
.contact-boxes {
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 1.5rem!important;
}
.contact-box div {
    width: 100%;
    text-align: center;
    font-size: 50px;
    color: #042fdd;
    margin-bottom: 1.5rem!important;
}
.contact-box h3 {
    font-size: 24px;
    color: black;
    margin-bottom: 1.5rem!important;
}
.contact-box p {
    font-size: 16px;
    margin-bottom: 1.5rem!important;
}
.contact-box p a {
    font-size: 18px;
    text-decoration: none;
    font-weight: 600;
    color: #615cfd;
}
.contact-area {
    width: 100%;
    display: flex;
}
.contact_field {
    width: 50%;
    padding: 100px 60px;
    box-sizing: border-box;
}
.contact_field form {
    width: 100%;
    height: 100%;
}
.contact_field form input {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    font-size: 18px;
    margin-bottom: 1.5rem!important;
    border-radius: 5px;
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: rgb(73, 80, 87);
    background-color: rgb(255, 255, 255);
    background-clip: padding-box;
    border: 1px solid rgb(206, 212, 218);
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
}
.contact_field form textarea {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 1.5rem!important;
    border-radius: 5px;
    border: none;
    outline: none;
    border: 1px solid rgb(206, 212, 218);
    
}
.contact_field form .btn {
    background: rgb(62, 100, 255);
    border: 1px solid rgb(62, 100, 255) !important;
    color: rgb(255, 255, 255) !important;
    cursor: pointer;
}
footer {
    width: 100%;
    height: 50px;
    background-color: black;
    color: white;
    text-align: center;
    line-height: 50px;
}
.checkbtn {
    color: white;
    cursor: pointer;
    display: none;
}

#check {
    display: none;
}

.ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hamRotate.active {
    transform: rotate(45deg);
}

.hamRotate180.active {
    transform: rotate(180deg);
}

.line {
    fill: none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke: #fff;
    stroke-width: 5.5;
    stroke-linecap: round;
}

.ham3 .top {
    stroke-dasharray: 40 130;
}

.ham3 .middle {
    stroke-dasharray: 40 140;
}

.ham3 .bottom {
    stroke-dasharray: 40 205;
}

.ham3.active .top {
    stroke-dasharray: 75 130;
    stroke-dashoffset: -63px;
}

.ham3.active .middle {
    stroke-dashoffset: -102px;
}

.ham3.active .bottom {
    stroke-dasharray: 110 205;
    stroke-dashoffset: -86px;
}








