html,body{
  margin: 0;
  padding: 0;
  width: 100%;
}
body{ overflow-x: hidden;}
body::-webkit-scrollbar{
  width: 0.5vw;
}
body::-webkit-scrollbar-track{
  background-color: #14213d;

}
body::-webkit-scrollbar-thumb{
  background-color: #14213d;
  border-radius: 100vw;
  border:3px solid #fca311;
}
body::-webkit-scrollbar-thumb:hover{
  background-color: #fca311;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #fca311;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 50%;
}

#myBtn:hover {
  background-color: #14213d;
  border: 5px solid #fca311;
}

.nav-link{
color: white;
}
.nav-link:hover{
color:#fca311;
border-bottom: 1px solid #fca311;
}
#intro{
margin: 0;
max-width: 100%;
padding: 0;
height: 95vh;
background-image: url(/images/background.png);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
background-position: center;
-webkit-box-shadow: inset -4px -50px 35px -30px #000000; 
box-shadow: inset -4px -50px 35px -30px #000000;
}

.left-cont{
  max-width: 15vw;
  -webkit-box-shadow: inset -4px -50px 35px -30px #000000; 
box-shadow: inset -4px -50px 35px -30px #000000;
  >img{
    border-radius: 50%;
    margin:5px;
  }
  }
  .right-cont{
  max-width: 85vw;
  padding-top: 12%;
  
  
  >h1{
  min-width:50%;
  font-family: 'Fjalla One', sans-serif;
  color: white;
  >.drop{
    color: #fca311;
  }
  }
  >p{
  color: #fca311;
  font-size: 20px;
  }
  }
  
.html-icon{
  
  
  width: 200px;
 
  border-radius: 1rem;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none;

  >img{
      height: 50px;
  }
  >p{
      font-family: 'Koulen', sans-serif;
      font-size: 50px;
      padding-top: 16px;
      text-align:center;
      color: white;
  }
}
.html-icon:hover{
  background: rgb(240,101,41);
  background: linear-gradient(148deg, rgba(240,101,41,1) 0%, rgba(216,76,41,1) 45%, rgba(240,101,41,1) 94%);
}
.css-icon{
  
  
  width: 200px;
   
  border-radius: 1rem;
  
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none;
  >img{
      height: 50px;
  }
  >p{
      font-family: 'Koulen', sans-serif;
      font-size: 50px;
      padding-top: 16px;
      text-align:center;
      color: white;
  }
}

.css-icon:hover{
  background: rgb(0,0,0);
  background: linear-gradient(148deg, rgba(0,0,0,1) 0%, rgba(38,77,228,1) 51%, rgba(38,78,229,1) 62%, rgba(41,101,241,1) 94%); 
}
.boot-icon{
  margin: 100px;
  
  width: 200px;
   height: 100px;
  border-radius: 1rem;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none;
  >img{
      height: 50px;
  }
  >p{
      font-family: 'Koulen', sans-serif;
      font-size: 30px;
      padding-top: 16px;
      text-align:center;
      color: white;
  }
}

.boot-icon:hover{
  background: #7a0ac4;
background: linear-gradient(145deg,rgba(122, 10, 196, 1) 0%, rgba(203, 149, 240, 1) 99%, rgba(186, 102, 242, 1) 56%); }
.js-icon{
  margin: 100px;
  
  width: 200px;
   height: 100px;
  border-radius: 1rem;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none;
  >img{
      height: 50px;
  }
  >p{
      font-family: 'Koulen', sans-serif;
      font-size: 30px;
      padding-top: 16px;
      text-align:center;
      color: white;
      padding-right: 5px;
  }
}

.js-icon:hover{
  background: rgb(145,128,3);
  background: linear-gradient(144deg, rgba(145,128,3,1) 0%, rgba(255,235,59,1) 51%, rgba(255,238,88,1) 68%);  }

.java-icon{
  margin: 100px;
  
  width: 200px;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; 
  border-radius: 1rem;
  
  >img{
      height: 50px;
  }
  >p{
      font-family: 'Koulen', sans-serif;
      font-size: 50px;
      padding-top: 20px;
      text-align:center;
      color: white;
      
  }
}

.java-icon:hover{
  background: rgb(83,130,161);
background: linear-gradient(144deg, rgba(83,130,161,1) 0%, rgba(148,187,214,1) 38%, rgba(205,224,236,1) 65%, rgba(193,216,230,1) 78%); }
.py-icon{
  margin: 100px;
  
  width: 200px;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none;
  border-radius: 1rem;
  >img{
      height: 50px;
  }
  >p{
      font-family: 'Koulen', sans-serif;
      font-size: 40px;
      padding-top: 20px;
      text-align:center;
      color: white;
      
  }
}

.py-icon:hover{
  background: rgb(255,212,59);
background: linear-gradient(144deg, rgba(255,212,59,1) 0%, rgba(255,232,115,1) 36%, rgba(167,187,151,1) 59%, rgba(75,139,190,1) 75%, rgba(48,105,152,1) 100%);  }

.ora-icon{
  margin: 100px;
  
  width: 200px;
   
  border-radius: 1rem;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none;
  >img{
      height: 50px;
  }
  >p{
      font-family: 'Koulen', sans-serif;
      font-size: 40px;
      padding-top: 20px;
      text-align:center;
      color: white;
      
  }
}

.ora-icon:hover{
  background: rgb(199,70,52);
background: linear-gradient(144deg, rgba(199,70,52,1) 47%, rgba(240,101,41,1) 76%, rgba(202,63,3,1) 89%);   }

.mongo-icon{
  margin: 100px;
  
  width: 200px;
   
  border-radius: 1rem;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none;
  >img{
      height: 50px;
  }
  >p{
      font-family: 'Koulen', sans-serif;
      font-size: 40px;
      padding-top: 20px;
      text-align:center;
      color: white;
      padding-left: 5px;
      
  }
}

.mongo-icon:hover{
  background-color: #3F3E42;
}

.spring-icon{
  margin: 100px;
  
  width: 200px;
  
  border-radius: 1rem;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none;
  >img{
      height: 50px;
  }
  >p{
      font-family: 'Koulen', sans-serif;
      font-size: 25px;
      padding-top: 20px;
      text-align:center;
      color: white;
      padding-left: 5px;
      
  }
}

.spring-icon:hover{
  background: #2A7B9B;
  background: linear-gradient(90deg, rgba(42, 123, 155, 1) 6%, rgba(55, 153, 130, 1) 25%, rgba(87, 199, 133, 1) 49%, rgba(237, 221, 83, 1) 91%);
}

.dock-icon{
  margin: 100px;
  
  width: 200px;
   
  border-radius: 1rem;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none;
  >img{
      height: 50px;
  }
  >p{
      font-family: 'Koulen', sans-serif;
      font-size: 40px;
      padding-top: 20px;
      text-align:center;
      color: white;
      padding-left: 5px;
      
  }
}

.dock-icon:hover{
  background: rgb(0,0,0);
  background: linear-gradient(148deg, rgba(0,0,0,1) 0%, rgba(38,77,228,1) 51%, rgba(38,78,229,1) 62%, rgba(41,101,241,1) 94%); 
}

.react-icon{
  margin: 100px;
  
  width: 200px;
   
  border-radius: 1rem;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none;
  >img{
      height: 50px;
  }
  >p{
      font-family: 'Koulen', sans-serif;
      font-size: 40px;
      padding-top: 20px;
      text-align:center;
      color: white;
      padding-left: 5px;
      
  }
}
.react-icon:hover{
  background: #272a2b;
background: linear-gradient(145deg, rgba(39, 42, 43, 1) 10%, rgba(114, 120, 119, 1) 54%, rgba(201, 201, 201, 1) 95%);
}

.post-icon{
  margin: 100px;
  
  width: 200px;
   
  border-radius: 1rem;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none;
  >img{
      height: 50px;
  }
  >p{
      font-family: 'Koulen', sans-serif;
      font-size: 35px;
      padding-top: 20px;
      text-align:center;
      color: white;
      padding-left: 5px;
      
  }
}
.post-icon:hover{
  background: rgb(240,101,41);
  background: linear-gradient(148deg, rgba(240,101,41,1) 0%, rgba(216,76,41,1) 45%, rgba(240,101,41,1) 94%);
}
.icon p {
margin-left: -100%;
opacity: 0;
transition: margin-left 0.5s ease, opacity 0.5s ease;
}

.icon img {

margin-right: 10%;
}

.icon:hover{
  box-shadow:  -17px -17px 34px #a8a8a8,
       17px 17px 34px #ffffff;
}

.icon:hover p {
margin-left: 0;
opacity: 1;
}
.icon:hover img{
margin-right: 0;
}

#skills{
padding-top: 50px;
padding-left: 40px;
background-color: white;
margin-top: 30px;
height: auto;

>h2{
width: 50%;
border-bottom: 2px solid #fca311;
padding-bottom: 7px;

}
>.container{
  >.row{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 40px;
  >.col-md-3{
    margin: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}

}}



#projects{
height: auto;
padding: 50px;
background-color: #14213d;
max-width: 100%;


-webkit-box-shadow: inset -4px 50px 40px -18px #000000; 
box-shadow: inset -4px 50px 40px -18px #000000;
>h2{
width: 50%;
border-bottom: 2px solid #fca311;
padding-bottom: 7px;
color: white; 
}
>.row{
>.project{
  padding-top: 50px;
  >.project{
      margin-left: auto;
      margin-right: auto;
  }
}
}
}
.pcard{
  transition: transform 0.2s ease-in;
}
.pcard:hover{
  transform: scale(1.1);
  -webkit-box-shadow: 0px -4px 42px 21px rgba(252,163,17,0.63); 
box-shadow: 0px -4px 42px 21px rgba(252,163,17,0.63);
}

#education{
max-width: 100%;
padding: 50px;
-webkit-box-shadow: -4px -28px 21px -9px #000000; 
box-shadow: -4px -28px 21px -9px #000000;
>h2{
width: 50%;
border-bottom: 2px solid #fca311;
padding-bottom: 7px;
}
>.row{
padding: 50px;
>.ed{
  margin-bottom: 4rem;
  >.card{
      margin-right: auto;
  margin-left: auto;
 
      >img{
          max-height: 200px;
          max-width: 200px;
          margin-left: auto;
          margin-right: auto;
          border: none;
      }
  }
}
}
.ecard{
  transition: transform 0.2s ease-in;
  border: none;
  
}
.ecard:hover{
  transform: scale(1.1);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}     
.cont{
  margin-left: auto;
  margin-right: auto;
}
}
.footer {
  padding: 2.5vw;
  padding-right: 5vw;
  display: flex;
  justify-content: space-between;
  align-items: center; /* Center items vertically */
  box-shadow: -0.4em -2.8em 2.1em -0.9em #000000;
  flex-wrap: wrap; /* Allow items to wrap to the next line on smaller screens */
}

.footer a {
  text-decoration: none;
  margin-right: 1.3vw;
}

.footer p {
  margin-bottom: 0;
}

.copyright {
  flex: 1; /* Take up remaining space */
  text-align: center;
  margin-top: 1vw; /* Add some space between icons and copyright on smaller screens */
}

/* Media query for smaller screens */
@media screen and (max-width: 600px) {
  .footer a {
    margin-right: 0;
    margin-bottom: 1vw;
  }
}

.map-container{
  overflow: hidden;
  padding-bottom: 40.25%;
  position: relative;
  height: 0;
}
.map-container iframe{
  left: 5;
  top: 10;
  border-radius: 1rem;
  max-height: 80%;
  max-width: 90%;
  position: absolute;

}
#contact{
  -webkit-box-shadow: inset -4px 50px 40px -18px #000000; 
box-shadow: inset -4px 50px 40px -18px #000000;
}
