

 :root {
    --primary: #1e90ff;
    --nuetral: #202124;
 }   
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding:0;
  font-family: "Poppins";
  color:white;
  background-color: var(--nuetral);
  
}


#all {
    animation: fadeIn 2.5s ease-in;
    animation-delay: 1s;
}

.star {
  background-color: #f0f0f0;
  width: 1.5px;
  height: 1.5px;
  position: absolute;
  border: #f0f0f0 0px solid;
  border-radius: 50%;
  opacity: 0;
  box-shadow: 0px 0px 3px 2px rgba(255, 255, 255, 0.5);
  animation-name: glow;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes glow {
  0% {
    opacity: 0;
    transform: scale(1, 1);
  }
  20% {
    opacity: 0.5;
  }
  35% {
    opacity: 1;
  }
  50% {
    transform: scale(2, 2);
  }
  100% {
    transform: scale(1, 1);
  }
}

#title {
  
  background-color:var(--nuetral);
  margin: 0;
  width: 100vw;
  height: 100vh;
  margin-bottom:0px;
  position: relative;
}

i {
    font-size: 22px;
    margin-top:10px;
}

#outer {
  width:100%;
  position: fixed;
  height:50px;
  background-color:var(--nuetral);
  z-index: 20;
}

#desktop-header {
  max-width:1400px;
  margin-right: auto;
  margin-left:auto;
  

  
}

.grid-container {
  display: grid;
  grid-template-columns: auto auto;

  padding-left:10px;
  padding-right:10px;
  overflow-y: hidden;
  margin-top:5px;
 
}
.grid-item {
  
  padding:0px;
  font-size: 14px;
  text-align: center;
 
}

.mobile-item {
 padding: 20px;
}

.mobile-item:hover {
 opacity: .8;
 background-color: rgb(34, 34, 34);
 transition: .2s;
}


#logo {
  text-align:left;
  font-family: "Montserrat";
    font-weight: 800;
    font-size: 35px;
    color: var(--primary);
}

#menu {
  text-align: right;
}
ul {
 padding: 0px;
 margin-top:0px;
}

li {
  display:inline-block;
  padding-left:20px;
}
li:hover {
    cursor: pointer;
    opacity: .8;
    transition: .2s;
}
#resume-btn {
    background-color:var(--primary);
    padding:10px;
    border-radius: 10px;
    margin-left:20px;

}
#mobile-nav {
  display:none;
}

#m-logo {
  text-align:left;
}

#fa {
  text-align:right;
}

#hamburger:hover {
    opacity:0.5;
    cursor: pointer;
}
#list {
  text-align:center;
  display:none;
  background-color: black;
}
#main {
    position: absolute;
    width:100%;
    max-width: 1200px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 10;
    
    
}

h1 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 0;
  
    color: var(--primary);
}

#hello {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left:0px;
    color: var(--primary);
    font-weight: 800;
}

h2 {
    font-size:85px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 800;
    line-height: 120px;
    animation: swell 1.5s ease-in;
    animation-delay: 2s;
    
  
}
h3 {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
    color: white;
    max-width: 500px;
    padding-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
}
.custom-shape-divider-bottom-1672287815 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-bottom-1672287815 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 100px;
}

.custom-shape-divider-bottom-1672287815 .shape-fill {
    fill: #FFFFFF;
}
#read-btn {
    padding:10px;
    background-color:var(--primary);
    font-size: 14px;
    width:100px;
    text-align: center;
    color:white;
    border-radius:10px;
    margin-right: auto;
    margin-left: auto;
}
#read-btn:hover {
    opacity: .8;
    cursor: pointer;

}
.custom-shape-divider-top-1672444244 .shape-fill {
    fill: #FFFFFF;
}


.custom-shape-divider-top-1672507852 .shape-fill {
    fill: #202124;
}

#emoji {
    height:200px;
    width: 200px;
    background-repeat: no-repeat;
    background-image: url(images/emoji_200_tg.svg);
    margin-right: auto;
    margin-left: auto;
    animation-name: float;
    animation-duration: 3s;
    animation-delay: 0s;
animation-timing-function:ease-out;
    animation-iteration-count: infinite;
   
}
#shadow{
            height:20px;
  width: 100px;
 border-radius: 100px / 20px;
  margin-top: -10px;
  margin-right:auto;
  margin-left:auto;
  background: black;
  animation-name: shrink;
    animation-duration: 3s;
    animation-delay: 0s;
animation-timing-function:ease-out;
    animation-iteration-count: infinite;
    
        }


        #about {
            width:100%;
            background-color: #FFF;
            margin-top:0px;
            padding-top: 40px;
            padding-bottom: 40px;
        }
        h4 {
            font-size: 30px;
            text-align: center;
            color: var(--primary);
            margin-bottom: 0px;
        }
        #skills {
            height:100px;
            width:280px;
            background-image: url(images/skill_list.svg);
            margin-left:auto;
            margin-right: auto;
            
        
        }
        
        #bord {
            border-top: 1px solid gray;
            width:50px;
            height:0;
            margin:0;
            padding:0;
            padding-bottom:20px;
          margin-right: auto;
            margin-left: auto;

        }
        
        #about-text {
            max-width: 500px;
            font-size: 14px;
            text-align: center;
            margin-right: auto;
            margin-left: auto;
            padding:5px;
            color: var(--nuetral);
        }

#experience {
    margin-top:0px;
}

        #exp-outer {
            padding-left:10px;
            padding-right:10px;
            
        }

        .box {
            max-width:600px;
            background: #2f3338;
            padding: 10px;
            margin-top:20px;
            margin-left: auto;
            margin-right: auto;
            border-radius: 2px;
            color: white;
            box-shadow: rgb(0, 0, 0) 0px 20px 30px -10px;
           
}
#job-text {
  padding:0;
    text-align: left;
  font-size:14px;
}
h5 {
  font-size:16px;
    text-align: left;
    margin-top: 10px;
    font-weight: 400;
}
        
        h6 {
            text-align: left;
            padding:0;
            margin:0;
            font-size:14px;
        }
#date {
  text-align:right;
  margin:0;
  padding:0;
  margin-top:-50px;
  font-size:12px;
}
.info {
  animation-name: drop;
    animation-duration: 1s;
    animation-delay: 0s;
animation-timing-function:linear;
    animation-iteration-count: 1;
}
#info1 {display:block;}
#info2 {display:none;}
#info3 {display:none;}

.arrow {
    text-align: right;
    padding:10px;
}
.arrow:hover {
  cursor: pointer;
}
#arrow1 {display:none;}
#arrow2 {display:block;}
#arrow3 {display:block;}




@keyframes drop {
  
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(0%);
  }
}
        
        
        #bullet {
            font-size: 10px;
            color: var(--accent);
            padding:5px;
        }


        #down {
            font-size:20px;
            color: var(--accent);
            margin: 0px;
            padding:0px;
        }
        
       


        #projects {
    width:100%;
    text-align: center;
}

#proj-cont {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px;
   
}

.proj-item {
    height:320px;
    width:250px;
    background-color: #2f3338;
    display: inline-block;
   margin:10px;
   border-radius: 20px;
    padding:10px;
    box-shadow: rgb(0, 0, 0) 0px 20px 30px -10px;
    
  
}
.proj-item:hover {
    cursor: pointer;
    animation-name: up;
    animation-duration: .5s;
    animation-delay: .2s;
    transition: .2s;
    box-shadow: rgb(122, 122, 122) 0px 15px 15px -10px;

}

        .proj-img {
            height: 150px;
            width:250px;
            background:black;
            border-radius: 20px;
        }
        #proj1 {background-image: url(images/fr_2x15.svg);}
        #proj2 {background-image: url(images/wp_2x15.svg);}
        #proj3 {background-image: url(images/az_2x15.svg);}
        #proj4 {background-image: url(images/bc_2x15.svg);}
        #proj5 {background-image: url(images/ps_2x15.svg);}
        #proj6 {background-image: url(images/ps2_2x15.svg);}

        .proj-title {
            font-size:16px;
          padding:10px;
            color: var(--primary);
            font-weight: 600;
        }
        .proj-desc {
            font-size:12px;
          
        }

        .proj-link {
            text-align: right;
            margin-top: 0px;
            padding-right: 10px;
           
        }

        #open {
            
           font-size: 20px;
            color:white;
        }
        #open:hover{
            color: var(--primary);
        }

        #github {
            font-size: 20px;
            color:white;
            padding-right:5px;
        }
        #github:hover{
            color: var(--primary);
        }
        .company-logo {
            height:80px;
            width:80px;
            border-radius:20px;
            margin-right: auto;
            margin-left: auto;
            display: inline-block;
            margin:10px;
            box-shadow: rgb(0, 0, 0) 0px 20px 30px -10px;
        }

        #kpmg {
            background-image: url(images/kpmg_logo.jpeg);
        }
        #az {
            background-image: url(images/az.svg);
        }
        #ud {
            background-image: url(images/ud.svg);
        }

        #comp-cont {
            text-align: center;
        }

        #contact {
            background-color:white;
            padding-bottom:10px;
    
           
            

        }

        #email-cont {
            width:300px;
            margin-right: auto;
            margin-left: auto;
            box-shadow: rgb(0, 0, 0) 0px 20px 30px -10px;
            padding:10px;
            text-align: center;

        }

        #foot {
            width: 100%;
            padding-top:10px;
            padding-bottom:10px;
            background-color: var(--nuetral);
            text-align: center;
            font-size: 14px;
            
        }

        #cc {
            font-size: 12px;
        }


        .contact-cont {
            display: grid;
            grid-template-columns: 80px auto;
            margin-right: auto;
            margin-left: auto;
            max-width:280px;
            padding:10px;
            box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
            color: var(--nuetral);
            font-size: 14px;
            border-radius: 10px;
            margin-bottom:30px;
            border: 2px solid transparent;
        }

        .contact-cont:hover {
            color:var(--primary);
            box-shadow: rgba(70, 70, 70, 0.35) 0px 5px 15px;
            cursor: pointer;
            border: 2px solid var(--primary);
            transition: .2s;
            
        }

       .contact-item {
            background-color: rgba(255, 255, 255, 0.8);
            
            text-align: left;
       }

       #contact-icon {
        font-size:55px; 
        margin-top: 0px;
        height:100%;
    }
       .contact-desc {
        font-size: 12px;
       }
       .contact-head {
        font-size: 14px;
        font-weight: 600;
       }
       
@keyframes up {
  0% {transform: translateY(0%);}
  50% {transform: translateY(-2%);}
  100% {transform: translateY(0%);}

}

        @keyframes float {
0% { transform: translateY(-10%);}
50% {transform: translateY(-5%);}
100%{ transform: translateY(-10%);}
}

@keyframes shrink {
0% {transform: scale(.9,.9);}
50% {transform: scale(1,1);}
100% {transform: scale(.9,.9);}
}
h10 {
    display: none;
}

@media only screen and (max-width: 700px) {
  
  #desktop-header{
  display:none;
}
  #list {
    display:none;
  }
  #mobile-nav {
    display:block;
  }
  ul {
  padding:0px;
  margin-top:0px;

}
li {
  display:block;
  margin-top:0px;
  padding-right:10px;
}

h2 {
    font-size: 40px;
    line-height: 60px;
}

h3 {
     max-width: 300px;
}

}

@media only screen and (max-width: 500px) {
#date {
    visibility:hidden;
}
h10 {
    display: block;
    font-size: 12px;
    font-weight: 400;
}

}
@media only screen and (max-width: 350px) {
    h2 {
        font-size: 30px;
        line-height: 40px;
    }
   
}


@media only screen and (min-width: 600px) {
  #list {
    display:none;
  }
}


#loader-cont {
  
 
    position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height:200px;
  width:200px;
display: block;
   animation: disappear .2s ease-in;
   animation-delay: 2s;
  
}
#loader-back {
  height: 100vh;
  width: 100vw;
  z-index: 50;
  position: fixed;
  background: var(--nuetral);
  display: block;
overflow: hidden;
}

#loader-name{
  text-align: center;
  padding:20px;
  font-size: 40px;
  font-family: "Montserrat";
  font-weight:800;
}
.loader{
    display: block;
    position: relative;
    height: 25px;
    width: 200px;
    background: #fff;
    overflow: hidden;
  }
  .loader:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: var(--primary);
    animation: 2s prog ease-in;
    animation-iteration-count: 1;
  }
  @keyframes prog {
    to  {   width: 100%;}
  }

  @keyframes fadeIn {
    0% {opacity: 0;}
  100% {opacity: 1;}
  }
  @keyframes fadeOut {
    0% {opacity: 1;}
  100% {opacity: 0;}
  }
  @keyframes swell {
0% {transform: scale(.8,.8);}
100% {transform: scale(1,1);}
}
@keyframes disappear {
0% {transform: scale(1,1);}
100% {transform: scale(0,0);}
}



