* {
	margin: 0;
	padding: 0; 
}

body {
    box-sizing: border-box;
    padding-left: 8rem;
    overflow-y: scroll;
    overflow-x: hidden;
    background: #1d1d1d;
    scroll-behavior: smooth;
}
nav.navbar {
	width: 8rem;
    background-color: #000 !important;
    border-right: 1px solid #1d1d1d;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    right: auto;
    bottom: 0;
    display: flex;
    z-index: 3;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
}  
nav.navbar .container-fluid {
	padding: 0;
}
.main-menu-top {
    background: #000000;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 0 15px 0;
    text-align: center;
}
.main-menu-top a img {
    width: 70px;
}
.main-menu-top a {
    text-decoration: none;
}
.main-menu-top a span {
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    display: block;
}
.main-menu-top span {
    color: #fff;
    font-size: 14px;
    margin-top: 5px;
    font-weight: 600;
} 
.main-menu {
	width:100%;
} 
.main-menu-nav ul {
    padding-left: 0;
}
.main-menu-nav ul li a {
    text-decoration: none;
    text-align: center;
    width: 100%;
    display: block;
    color: #fff;
    line-height: 2.6rem;
    border-bottom: 1px solid #414143;
    transition: all 50ms ease-in-out;
} 
.main-menu-nav ul li.active > a {
   color: #08fdd8;
} 
 
@media (min-width: 768px) {
    .main-menu-nav ul li:hover {
        background: #323030; 
    } 
    .main-menu-nav ul li a:hover  ,
    ul.menu-social-icons li a:hover  {
        color: #08fdd8;
    } 
} 
.main-menu-nav ul li:first-child a {
    border-top: 1px solid #414143;
}     
ul.menu-social-icons {
    padding: 0 1rem;
    color: #909096;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 15px;
}
ul.menu-social-icons li a {
    color: #909096;
}
.page-total .page-outer {
    min-height: 100vh;
    position: relative;
}
.page-total .page-outer  #banner {
    height: 102vh;
    overflow: hidden;
    background: #000;
    display: flex;
    -webkit-box-align: center;
    color: #fff;
    align-items: center;
    min-height: 75vh;
    padding: 0rem 3rem;
    position: relative;
    transition: opacity 0.4s; 
}
.page-total .page-outer  #banner #banner-text {
    position: absolute;
}
.page-total .page-outer  #banner h1 {
    margin: 0;
    font-weight: 600;
    font-size: 4rem;
    position: relative;
    word-spacing: -5px;  
    line-height: 70px;
}  
.page-total .page-outer  #banner  h1 span.blast {
    display: inline-block;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    animation-name: skillers;
    color: #08fdd8;
    animation-duration: 1.2s;
    animation-timing-function: ease-out;
    animation-delay: 0;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-fill-mode: none;
    animation-play-state: running;
    cursor: pointer;
} 
@keyframes skillers {
  0% {
    transform: scale(.85);

  }
  100% {
    transform: scale(1.15);
  }
}
.page-total .page-outer  #banner p ,
.page-total .page-outer  #banner a {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
.page-total .page-outer  #banner p {
    margin: 25px 0;
    color: #fff;
    font-weight: 600;
}
.page-total .page-outer  #banner a div {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
} 
.page-total .page-outer  #banner .flat-button , 
.page-total section#my-portfolio .flat-button {
    color: #08fdd8;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    font-family: "Open Sans",sans-serif;
    text-decoration: none;
    position: relative;
    width: 100%;
    max-width: 220px;
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: center;
    border:1px solid;
    background: linear-gradient(to left, #1d1d1d 50%, #08fdd8 50%) right;
    background-size: 200%;
    border-radius: 5px;
}
.page-total section#my-portfolio .flat-button  {
    margin-top: 30px;
}
.page-total .page-outer  #banner .flat-button:hover ,
.page-total section#my-portfolio .flat-button:hover {
    background-position: left;
    color: #000;
    transition: all .8s ease; 
} 
.page-total section#my-portfolio {
    -webkit-box-align: center;
    color: #fff;
    min-height: 30vh;
    padding: 1rem 3rem 3rem;
    position: relative;
    transition: opacity 0.4s;
    background: #000;
} 
.my-portfolio-text {
    width: 100%;
} 
#projects-view .container .row .projects-view-col {
    height: 180px;
    overflow: hidden;
}
#projects-view .container .row .projects-view-col img {
   height: 100%;
   width: 70%; 
   transition: transform 0.8s;
   cursor: pointer;
   object-fit: initial;
   opacity: 0.6;
   border-radius: 5px;
}
#projects-view .container .row .projects-view-col:hover img {
   transform: scale(1.3);
   opacity: 1;
} 
nav .main-menu-nav ul li a.selectelement {
    background: #000;
}
#projects-view .container .row .projects-view-col {
    padding: 7px;
    position: relative;
    border-radius: 5px;
    margin: 10px 0;
    text-align: center;
}  
#projects-view .container .row .projects-view-col:hover .view-text {
    display: block;
}  
#projects-view .container .row .view-text {
    display: none;
    position: absolute;
    background: #08fdd8;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 500;
    padding: 20px 20px;
    top: 30%;
    left: 40%;
    cursor: pointer;
    text-align: center;
}  
#projects-view .container .row .view-text.coming-soon {
    display: block;
    background: none;
    padding: 0;
    top: 42%;
    display: flex;
    left: 33%;
}    
#projects-view .container .row .view-text.coming-soon a {
    color: #08fdd8;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
} 
#about-myself ,
#you-can-contact{
    padding: 3rem;
    color: #fff;
}
#you-can-contact form input[type=number]::-webkit-inner-spin-button, 
#you-can-contact form input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
} 
#my-portfolio h2 , #about-myself h2  , #you-can-contact  h2  {
    opacity: 0.7;
    text-transform: uppercase;
    font-weight: 700;
}  
.page-total .page-outer #banner h1 span.blast:hover {
    transform: scale(1.2);
    cursor: pointer;
    color: #08fdd8;
}
.box {
    animation: spin 8s infinite linear;
}
#projects-view ,
#about-myself ,
#you-can-contact {
    background: #000;
} 
@keyframes spin {
    75% {
        transform: rotate(360deg);
    }
}  
@media (max-width: 767px) {
    body {
        padding: 0;
    }
    nav.navbar {
        width: 100%;
        height: 60px;
    }
    nav.navbar .container-fluid .navbar-toggler {
        margin: 10px;
    }
    .page-total .page-outer #banner h1 {
        font-size: 2rem;
        line-height: 45px;
    }
    #projects-view .container .row img {
        width: 100%;
    } 
    #collapsibleNavbar {
        background: #000;
    }
    .page-total section#my-portfolio .my-portfolio-text  {
        display: block;
    }
    section#you-can-contact .contact-form {
      order: 2;
    }
    #banner {
        margin-top: 30px;
    }
    #my-portfolio, #projects-view, #about-myself, #you-can-contact {
         padding: 1rem 1.5rem !important;
    }
    #projects-view .my-projects-view {
        padding: 0;
    }
    #projects-view .my-projects-view .row {
        margin: 10px 0;
    }
    #projects-view .my-projects-view .row .projects-view-col {
        margin-bottom: 15px;
        border-radius: 5px;
    }
    #projects-view .container .row .view-text {
        display: block;
    }
    footer section.border-bottom {
        display: block !important;
    }
    footer section.border-bottom .social-media-icons {
        margin-top: 15px;
    }  
     .page-total .page-outer #banner {
        padding: 0;
    }
    .page-total .page-outer #banner #banner-text {
        padding: 0 1.5rem;
    }
    #about-myself .container .right-content {
        grid-gap: 30px;
    }
    #about-myself .container .right-content span.skills-con {
        padding: 0 20px;
        width: 50px;
        height: 50px;
        font-size: 6px;
    } 
}



#about-myself .right-content {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-gap: 50px;
    justify-content: center;
    padding: 10px 40px;
}

#about-myself .right-content  span.skills-con {
    text-align: center;
    background: #08fdd8;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex; 
    font-size: 8px;
    font-weight: 600;
    align-items: center;
    justify-content: center; 
    color: #000;
    padding: 40px;
    animation-name: stretch;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-delay: 0;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-fill-mode: none;
    animation-play-state: running;
    cursor: pointer;
}
ul.menu-social-icons li a i:hover {
    color: #08fdd8;
} 
ul.menu-social-icons li a svg:hover {
    background: #08fdd8;
}
@keyframes stretch {
  0% {
    transform: scale(.9);
    background-color: #08fdd8 ;
    border-radius: 100%; 
  }
  50% { 
    background-color: #72a9a0;
  }
  100% {
    transform: scale(1.8);
    background-color: #08fdd8;;
  }
}
#you-can-contact form {
    border: 1px solid #08fdd8;
    border-radius: 5px;
    padding: 30px;
}
#you-can-contact form input {
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    text-indent: 5px;
}
#you-can-contact form button {
        color: #08fdd8;
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 2px;
        font-family: "Open Sans",sans-serif;
        text-decoration: none;
        position: relative;
        width: 100%;
        max-width: 150px;
        height: 50px;
        line-height: 50px;
        display: block;
        text-align: center;
        border: 1px solid;
        background: linear-gradient(to left, #1d1d1d 50%, #08fdd8 50%) right;
        background-size: 200%;
        border-radius: 5px;
} 
#you-can-contact form button:hover {
    background-position: left;
    color: #000;
    transition: all .8s ease;
} 
#you-can-contact form input:focus {
    border: none;
    outline: none;
} 
#projects-view .container .row .view-text a {
    color: #000;
    text-decoration: none;
}
#projects-view .container .row .view-text:hover a {
    text-decoration:underline;
} 
.menu-social-icons .medium-icon svg {
    opacity: 0.5;
} 
.menu-social-icons .medium-icon svg:hover {
    opacity: 1;
}
section#myresume-section {
    background: #000;
    border-bottom: 1px solid #b3b1b1;
    padding: 20px 0;
}
section#myresume-section marquee {
    color: #fff;
    font-weight: 600;
}
section#myresume-section a {
    display: flex;
    color: #08fdd8; 
    font-weight: 600;
    text-decoration: none;
    justify-content: center;
    transition: all 0.3s ease-out;
    animation-name: skillers;
    color: #08fdd8;
    animation-duration: 1.2s;
    animation-timing-function: ease-out;
    animation-delay: 0;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-fill-mode: none;
    animation-play-state: running;
} 
section#myresume-section a:hover {
    transform:scale(1.1);
}
footer {
    background: #000;
    color: #fff;
    opacity: 0.7;
} 
footer .text-reset:hover {
    color: #08fdd8 !important;
}
.social-media-icons .medium-icon svg:hover {
    background: #08fdd8 !important;
}
footer .text-reset {
    text-decoration: none;
}
footer .social-media-icons .medium-icon svg {
    width: 28px;
    height: 28px;
    background: #fff;
    margin-top: -15px;
    border-radius: 2px; 
}  
.menu-social-icons .medium-icon svg {
    width: 14px;
    height: 15px;
    background: #fff;
    margin-top: -4px; 
    border-radius: 2px;
}

@media (max-width: 1023px) and (min-width: 768px) {
    #projects-view .container .row .view-text.coming-soon {
        left: 15%;
    }
}
@media (max-width: 1220px) and (min-width: 768px) {

    #about-myself .right-content {
        grid-gap: 0px;
        grid-template-columns: auto auto auto;
    }
    .page-total section#my-portfolio .flat-button {
        margin-left: 5px;
    }
    @keyframes stretch {
      0% {
        transform: scale(.3);
        background-color: #08fdd8 ;
        border-radius: 100%; 
      }
      50% { 
        background-color: #72a9a0;
      }
      100% {
        transform: scale(1);
        background-color: #08fdd8;;
      }
    }
}


