ul, li {
    list-style: none;
}
body{
    overflow-x: hidden;
}

.navbar-brand {
    font-family: 'Quantico', sans-serif;
    margin-right: 5rem;
    text-transform: uppercase;
    background: linear-gradient(to right, #6379ff 0%, #8663ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.navbar-light .navbar-nav .nav-link {
    color: #2F2E41;
}
.nav-link {
    /*font-family: 'Oswald', sans-serif;*/
    letter-spacing: 5px;
    margin-right: 1.2rem;
}
.navbar-light .navbar-nav .active>.nav-link, {
    color: #BB2C28;
}
a.nav-link:hover{
    /*background-color: #D0CDE1;*/
    color: #fff;
    text-decoration-style: wavy;
    text-decoration-color: #6C63FF;

}

/* The Overlay (background) */
.overlay {
  height: 100%;
  width: 0;
  position: fixed; 
  z-index: 999; 
  left: 0;
  top: 0;
  background-color: #2F2E41;
  background-color: rgba(47,46,65, 1); 
  overflow-x: hidden; 
  transition: 0.5s; 
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 25%; 
  width: 100%; 
  text-align: center; 
  margin-top: 30px; 
}

/* The navigation links inside the overlay */
.overlay a {
  padding: 8px;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 5px;
  text-decoration: none;
  font-size: 36px;
  color: #fff;
  display: block; 
  transition: 0.3s; 
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 10px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
#mobilenav{
    display: none;
}
@media(max-width: 990px){
    #top{
        display: none;
    }
    #mobilenav{
        display: block;
    }

}
/* end navigation css */
#hero, #about, #portfolio, #contact{
    overflow-x: hidden;
}
#hero {
    padding: 9rem 0rem;
}

 .typedText span{
    font-size: 25px;
     font-family: 'Quantico', sans-serif;
     /*font-family: 'Oswald', sans-serif;*/
     letter-spacing: 1px;
     font-weight: 900;
}
.text-cursor {
    opacity: 1;
    width: 21px;
    height: 6px;
    background: #092545;
    display: inline-block;
    margin-left: 2px;
    -webkit-animation: cursoranim .7s infinite;
    -moz-animation: cursoranim .7s infinite;
    animation: cursoranim .7s infinite;
}
@keyframes cursoranim {
    0%, 100% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
}

@-webkit-keyframes cursoranim {
    0%, 100% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
}

@-moz-keyframes cursoranim {
    0%, 100% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
}

#hero .designer {
    background: linear-gradient(to right, #6379ff 0%, #D0312D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 5rem;
    padding: 5px 0px;
    font-family: 'Oswald', sans-serif;
    font-weight: 900;
    letter-spacing: 1px;
}
.hero-text {
    margin: 2rem 0rem;
}
.hero-text p {
    line-height: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    word-spacing: 3px;
    margin-bottom: 10px;
}
#hero .info-p{
    line-height: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    word-spacing: 3px;
    margin-bottom: 10px;
}
#hero .fas {
    color: #A0616A;
}
.hero-button{
    margin-top: 3rem;
}
.btn-hero {
    background: #281E5D;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    letter-spacing: 2px;
    border-radius: 50px;
    color: #fff;
    padding: 10px 44px;
    position: relative;
    cursor: pointer;
    user-select: none;
}
.btn-hero:hover{
    background-color: #2F2E41;
    color: #fff;
    text-decoration: none;
}
/*.btn-hero::before{
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.btn-hero::before{
    border-radius: 50px;
    -webkit-border-radius: 50px;
    width: 25%;
    background: #2F2E41;
    color:#fff;
    mix-blend-mode: difference;
}
.btn-hero:hover{
    color: #fff;
    text-decoration: none;
}
.btn-hero:hover::before {
    background: #2F2E41;
    width: 100%;
}*/
.dev {
    transform: scale(1.1);
    position: relative;
    z-index: 2;
}
.dev-overlay {
    position: absolute;
    top: 10%;
    right: 10%;
    width: 200px;
    height: 200px;
    background-color: #D0CDE1;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    border-top-right-radius: 50%;
    z-index: 1;
}

/*
*
* css for about section
 */
#about {
    padding: 3rem 0rem 15rem 0rem;
    position: relative;
    background: #281E5D;

}
 .aboutMe {
    font-size: 5rem;
     font-family: 'Oswald', sans-serif;
     font-weight: 900;
     letter-spacing: 1px;
     background: linear-gradient(to right, #6379ff 0%, #D0312D 100%);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     margin-bottom: 2rem;
}
 .aboutMe-text {
     width: 75%;
     line-height: 1.5;
     font-family: 'Montserrat', sans-serif;
     font-size: 16px;
     letter-spacing: 1px;
     color: #fff;
 }

.hoverMe{
    position: relative;
    font-size: 25px;
    cursor: pointer;
    font-family: 'Oswald', sans-serif;
    transform: rotate(90deg);
    color: #757B87;
    width: 100px;
}
.hoverMe span{
    font-size: 16px;
}
@media(max-width: 768px){
    .hover-me-col{
        display: none;
    }
}

.myInfo{
    position: relative;
    opacity: 0;
    z-index: -1;
    transition: all 0.2s ease 0s;
}
 .my-img{
    width: 250px;
    height: 250px;
    border-radius: 50%;
   /* transition-timing-function: linear;*/
}
.my-img-decor{
    position: relative;
    bottom: 0;
    left: 10px;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-left: 60px solid #febb53;
    border-bottom: 30px solid transparent;

}
.my-img-decor2{
    position: absolute;
    bottom: -30px;
    left: -50px;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-left: 60px solid #6C63FF;
    border-bottom: 30px solid transparent;

}
.info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}
.myInfo-list{
    position: relative;
    display: block;
    padding: 0rem 1rem;
    margin-bottom: 1rem;
    /*background-color: #fff;*/
    /*border: 1px solid rgba(0,0,0,.125);*/
    background: #6C63FF;
    animation: FadeIn 1s linear;
    animation-fill-mode: both;
}
@keyframes FadeIn { 
  0% {
    opacity: 0;
    transform: scale(.1);
  }

  85% {
    opacity: 1;
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.myInfo-list:nth-child(1){
animation-delay: .5s
}
.myInfo-list:nth-child(2){
animation-delay: 1s
}
.myInfo-list:nth-child(3){
animation-delay: 1.5s
}
.myInfo-list:nth-child(4){
animation-delay: 2s
}
.info h3 {
    /*font-family: 'Quantico', sans-serif;*/
    font-family: 'Oswald', sans-serif;
    color: 272638;
    font-size: 24px;
    font-weight: 800;
    padding-top: 3px;
}
.info p{
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
    color: #fff;
    padding-left: 3px;
}
.skills-icon .fab{
    margin-right: 15px;
    font-size: 30px;
}
 .info-list{
    position: absolute;
    top: 10px;
    left: 0;
    opacity: 1;
    z-index: 1;
   transition: all 1s ease-out 0s;
 }
 .info-list .row{
    margin-left: -35px;
    margin-right: -35px;
 }
.list {
    position: relative;
    display: block;
    padding: .5rem 1.25rem;
    margin-bottom: 2rem;
    margin-right: 30px;
    background: #6C63FF;
    /*background: linear-gradient(to right, #F2F2F2 0%, #D0CDE1 100%);*/
    /*border: 1px solid rgba(0,0,0,.125);*/
    min-height: 80px;
}
/* list animation */
.list{
animation: FadeIn 1s linear;
    animation-fill-mode: both;
}
@keyframes FadeIn { 
  0% {
    opacity: 0;
    transform: scale(.1);
  }

  85% {
    opacity: 1;
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.list:nth-child(1){
animation-delay: .5s
}
.list:nth-child(2){
animation-delay: 1s
}
.list:nth-child(3){
animation-delay: 1.5s
}
.list:nth-child(4){
animation-delay: 2s
}
.list:nth-child(5){
animation-delay: 2.5s
}
.list:nth-child(6){
animation-delay: 3s
}
/* end list animation */
.list:hover{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.list img{
    width: 50px;
    height: 50px;
    margin-left: 5px;
}
.list h4 {
    font-family: 'Oswald', sans-serif;
    color: #febb53;
}
.list p{
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
    color: #fff;
    padding-left: 3px;
}

 /*
 * Works section css
 *
 */
  #portfolio {
      padding: 3rem 0rem;
      overflow-y: hidden;
  }
.myWorks-title {
    font-size: 5rem;
    font-family: 'Oswald', sans-serif;
    font-weight: 900;
    letter-spacing: 1px;
    background: linear-gradient(to right, #6379ff 0%, #D0312D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 2rem;
    position: relative;
}
.myWorks-title:before{
    position: absolute;
    content: "";
    left: 5px;
    bottom: -3px;
    height: 5px;
    width: 100px;
    background-color: #281E5D;
}
.myWorks-subtitle{
    width: 60%;
    line-height: 1.5;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    letter-spacing: 1px;
}
.works-row {
    margin-top: 6rem;
}
.hover-effect{
   /* position: relative;
    overflow: hidden;*/
}
.work-div figure{
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    min-width: auto;
    max-width: auto;
    max-height: 360px;
    width: 100%;
   /* background: inherit;*/
   background: transparent;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
}
.work-div figure:hover{
    background: rgba(0,0,0,0.5);
}
.work-div figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
}
.work-div figure img {
   /* opacity: 0.7;*/
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
    }
.hover-effect figcaption{
    padding: 2em;
    color: #fff;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
     backface-visibility: hidden; 
}
.hover-effect figcaption{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hover-effect p{
    letter-spacing: 1px;
    font-size: 18px;
}
.hover-effect p{
    margin: 1em 0 0;
    padding: 1em;
    /*border: 1px solid #fff;*/
    opacity: 0;
    background: rgba(0,0,0,0.7);
    color: #fff;
    font-family: 'Oswald', sans-serif;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,20px,0) scale(1.1);
    transform: translate3d(0,20px,0) scale(1.1);
}
.hover-effect:hover img {
    opacity: 0.5;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.hover-effect:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1);
}
.hover-effect h2 {
    margin-top: 20%;
    word-spacing: -0.15em;
    font-weight: 600;
    font-size: 25px;
    font-family: sans-serif;
    -webkit-transition: -webkit-transform 0.35s;
     transition: transform 0.35s; 
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
   /* background: rgba(0,0,0,0.4);
    padding: 5px;*/
}
.hover-effect:hover h2 {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    font-weight: 900;
}
.hover-effect h2 span{
    font-weight: 800;
    }
.works-row a {
    text-decoration: none;
}
.works-col{
    box-shadow: 0 0 15px rgba(0,0,0,.5);
}
.works-row .odd{
    background-color: #9801F5;
}

.works-row .even {
    margin-top: -6rem;
    background-color: #6C10E1;
}
.project-title{
    padding: .5rem 1rem;
    color: #fff;
}
.project-title h4 {
    font-size: 20px;
    font-family: sans-serif;
}
.project-title h5 {
    font-size: 30px;
    font-family: 'Oswald', sans-serif;
}
.work-div {
    position: relative;
    box-shadow: 0 3px 47px rgba(0, 0, 0, 0.2);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.all-works{
    line-height: 1.5;
    color: #281E5D;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    letter-spacing: .5px;
}
.all-works:hover{
    text-decoration: none;
}
.arrow{
    text-decoration: none;
    background-color: #FEBB53;
    padding: 5px;
    font-size: 14px;
    border-radius: 50%;
    
}
.all-works:hover .arrow{
    background-color: #281E5D;
    color: #fff;
}
/* contact section */
#contact {
    padding: 5rem 0rem;
    background: #281E5D;
}
.contact-img{
    position: relative;
}
.contact-mail{
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.hello{
    font-size: 4rem;
    font-family: 'Oswald', sans-serif;
    background: linear-gradient(to right, #6379ff 0%, #FAA791 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.2s;
}
.contact-mail:hover .hello{
    background: linear-gradient(to right, #072933 0%, #6379ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: underline;
}
.col-con{
    background-color: #3A43BA;
    padding: 3rem 1rem;
}
.col-con h5 {
    color: #fff;
    font-family: 'Quantico', sans-serif;
    font-size: 20px;
}
.col-con h5 span{
    color: #FEBB53;
    font-size: 20px;
    line-height: 1.7;
}
.col-con h6{
    color: #F2F2F2;
    font-size: 20px;
    font-family: 'Quantico', sans-serif;
}
.col-con h6 a {
    color: #2F2E41;
    font-size: 3rem;
    text-align: center;
}
.col-con h6 a:hover{
    text-decoration: underline;
    text-decoration-color: #FEBB53;
}
.socials{
    margin-top: 2rem;
}
.socials h6{
    text-decoration: underline;
}
.socials a{
    display: inline-block;
    margin-right: 8px;
}
.socials .fab{
    color: #FEBB53;
    font-size: 2rem;
    transition: all 0.2s;
}
.socials .fab:hover{
    color: #fff;
}
footer{
    background-color: #D0CDE1;
}
#move {
 position: fixed;
  right: 10%;
  bottom: 10px;
  background-color: transparent;
  padding: 0px;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  font-size: 22px;
  font-family: 'Oswald', sans-serif;
}
#move:hover {
  cursor: pointer;
  background-color: transparent;
}
#move:active {
  background-color: #555;
}
.welcome{
    display: none;
    transition: all 0.4s ease-in-out 0s;
    right: 50%;
    top: 50%;
}

/* media queries of my site */
@media (max-width: 768px){
    #hero {
        padding: 5rem 0rem;
    }
    .hero-text-col{
        text-align: left;
    }
    .hero-img-col{
        margin-top: 5rem;
    }
    #hero .designer{
        font-size: 4.6rem;
    }
    /* about */
    #about {
    padding: 3rem 0rem 3rem 0rem;
    overflow-y: hidden;
    }
    .aboutMe-text {
    width: 100%;
    margin-bottom: 13rem;
    }
    .list{
        margin-left: 10px;
        padding-left: 25px;
    }
    .list:last-child{
        bottom: 13rem;
    }
    
    .hoverMe {
    transform: rotate(0deg);
    visibility: none;
    }
    /* portfolio */
    .myWorks-subtitle {
    width: 100%;
    }
    .project-odd{
        margin-top: -3rem;
        margin-bottom: 1rem;
    }
    .project-even{
        margin-top: 6rem;
    }
    /*contact */
    #move{
        z-index: 999;
    }
    
}
@media(max-width: 600px){
    #about {
    padding: 3rem 0rem 10rem 0rem;
    }
}
@media(max-width: 1024px){
     .hover-info {
    display: block;
    }
}
@media(min-width: 500px) and (max-width: 768px){
    .list:last-child{
        bottom: 10rem;
    }
}
 @media(min-width: 768px) and (max-width: 900px){
    .hello {
    font-size: 3rem;
    }
    .col-con {
    padding: 1rem;
    }
    .col-con h5{
        display: none;
    }
    .col-con h6 a {
    font-size: 2rem;    
    }
}
@media(max-width: 499px){
    .list:last-child{
        bottom: 12rem;
    }
}

.mobile-about-me{
    display: none;
    color: #f15b3a;
    padding: 10px 0px;
}
.mobile-about-me a {
    margin-left: 14%;
    color: #febb53;
    padding: 10px 0px;
    font-family: 'Quantico', sans-serif;
}
@media(max-width: 768px){
.mobile-about-me{
    display: block;
}
}
@media(max-width: 480px){
    .hello {
    font-size: 1.2rem;
    }
}
@media(min-width: 481px) and (max-width: 768px){
    .hello {
    font-size: 2rem;
    }
}

/* About me page css */
#about-me{
    padding: 3rem 0rem;
}
#about-me .aboutMe {
    padding-bottom: 10px;
}
#about-me .description{
    color: #2F2E41;
    line-height: 1.6;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
}
#about-me .description span{
    border-bottom: 1.5px solid #FEBB53;
}
.aboutInfo{
    position: relative;
}
.about-list h3{
    color: #FEBB53;
    letter-spacing: 1px;
}

.copyright{
    font-family: 'Quantico', sans-serif;
}