/*============= RESET STYLE =============*/

/*-- iPhone X Remove Gutters
Ignore W3C Validation error for this style. --*/
html {
   padding: env(safe-area-inset);
   scroll-behavior: auto!important; /*-- Disable Bootstrap 5 Scroll Behavior to control speed in plugins.js --*/
}

/*-- Body Resets --*/
body {
   font-family: 'Open Sans', sans-serif;
   color: #363c42;

  
}





/*-- Remove Blue Browser Outline Around Buttons in Chrome --*/
a:focus,
button:focus {
  outline: 0 !important;
  -webkit-appearance: none;
  box-shadow: none !important;
}

/*-- Pointer Cursor On Links & Buttons --*/
a, .btn, button {
   cursor: pointer!important;
   text-decoration: none;
   transition: all .5s ease;
}



/*-- Change Links Color & Remove Underline --*/
a {
   color: #A379C9;
   text-decoration: none;
 }

 .link {
   color: #A379C9;
   text-decoration: none;
  
 }
 
 .link:hover {
   color: #8260A0!important;
   text-decoration: underline;
   transition: all .5s ease;
 }
 .client-image {
   opacity: .7!important;
   transition: ease-in .3s;
 }
 .client-image:hover {
   opacity: 1!important;
   transition: ease-out .3s;
 }

 
 
/*-- Make Paragraph Text Larger --*/
p {
   font-size: 1.2rem!important;
 }
 
 /*-- Box Shadow Button & Image Styling --*/
 .btn, .img-fluid {
   box-shadow: 0 0 10px rgba(0, 0, 0, .1);
 }

/*============= Profile Pic Border =============*/
img.profile-border {
   border: 8px solid  #A379C9;
   transition: ease-in .3s;
}
img.profile-border:hover {
   border: 8px solid  #84d0f6;
   transition: ease-out .3s;
   

}

/*============= NAVIGATION =============*/

.navbar-brand img {
   height: 2rem;
}
.navbar {
   padding: .9rem .9rem;
   font-size: .95rem;
   letter-spacing: .06rem;
   background-color: #A379C9;
   font-weight: 700;
   text-transform: uppercase;
   text-align: center;
  
}

.nav-item {
   padding-left: 25px;
   font-size: 20px

}
.navbar-nav li {
   padding-right: .8rem;
  
}

.nav-link.active,
.navbar-nav .nav-link:hover {
   color: white !important; 
   
}

.svg-inline--fa.fa-bars {
   color: white;
   font-size: 1.6rem;
}



.navbar-nav .nav-link {
   text-decoration: none;
   color: white;
   font-weight: 300;
   position: relative;
 }
 
 .navbar-nav .nav-link::before {
   content: '';
   background-color: #84d0f6;
   position: absolute;
   left: 0;
   bottom: 5px;
   width: 100%;
   height: 8px;
   z-index: -1;
   transition: all .3s ease-in-out;

 }

 .navbar-nav .nav-link:hover {
   text-decoration: none;
   color:black !important;
  
 }
 
 .navbar-nav .nav-link:hover::before {
   border-radius: 3px;
   bottom: 0px;
   height: 100%;
  
 }







 

/*-- Change color and size of Font Awesome icons on hover--*/
.fa-4x {
   color: #A379C9 !important;
   /*transform: scale(1.1) !important;*/
   transition: all .3s ease-in;
}
.fa-4x:hover {
   color: #84d0f6 !important;
   transform: scale(1.1) !important;
   transition: all .3s ease-out;
}



/*-- Remove Button Outline --*/
button:active, button:focus {
   outline: 0;
}
.navbar-toggler {
   border: none!important;
}

/*============= LANDING PAGE =============*/

/*-- Parallax Landing Page Section --*/
.parallax-home {
   height: 100vh;

}
.btn {
   font-size: 1.1rem;
   border-width: medium;
   padding: .5rem 1.2rem;
   font-weight: 500!important;
   text-transform: uppercase;
   border-radius: .2rem;
}
.home-social {
   color: #fff;
   font-size: 1.9rem;
   padding-right: 1rem;
}
.home-social:hover {
   color: #DDDEDF;
}

.footer-social {
   color: black !important;
   font-size: 1.9rem;
   padding-right: 1rem;
}
.footer-social:hover {
   color: #A379C9 !important;
}

.bh-button {
   background-color: #A379C9 !important;
   border-color: #A379C9 !important;
   color: #fff !important;
}
.bh-button:hover,
.bh-button.active {
   background-color: transparent !important;
   border-color: #A379C9 !important;
   color: #A379C9 !important;
   box-shadow: none !important;
}


.bh-button-white:hover {
   background-color: transparent !important;
   border-color: white !important;
   color: #fff !important;
}


.bh-button-blue {
   background-color: #84d0f6 !important;
   border-color: #84d0f6 !important;
   color: black !important;
}


/*============= ABOUT SECTION =============*/

/*-- Scrollspy Offset --*/
.offset:before {
   content: "";
   height: 3.875rem;
   margin-top: -3.875rem;
   display: block;
}

.heading {
   text-align: left;
   font-size: 2rem;
   text-transform: uppercase;
   font-weight: 700;
}
.heading-underline {
   width: 3rem;
   height: .2rem;
   background-color: #A379C9;
   margin: 1rem 0;
}

.text-custom {
   color: #A379C9;
}

/*============= SKILLS SECTION =============*/

.about .svg-inline--fa {
   color: #A379C9;
}
.lead {
   font-size: 1.5rem;
}

/*-- Jumbotron Class Dropped in Bootstrap 5 --*/
.bg-light  {
   border-top: 1px solid #ECEEEF;
   border-bottom: 1px solid #ECEEEF;
}








/*============= EXPERIENCE SECTION =============*/


/*============= PORTFOLIO SECTION =============*/
.divider {
   width: 95%;
   margin: 20px auto 40px;
   border: 1px solid #A379C9;

}



/*============= CERTIFICATES SECTION =============*/


/*============= TEAMMATES SECTION =============*/

#teammates img {
   border: .2rem solid #A379C9;
}
#teammates h4 {
   color: #A379C9;
}


/*============= CONTACT SECTION =============*/

.footer {
   background-color: #B3E4FD;
   font-weight:normal;
   
  
}
.footer a {
   
   text-decoration: none;
}

/*-- Socket --*/
.socket {
   border-top: .2rem solid #A379C9;
}


/*============= Extras =============*/

/*-- Tool tip font size --*/
.tooltip{
   font-size: 18px !important;
   
   
   
}


/*============= CSS Animations =============*/

.zoom-in{
   transition: all .3s ease-in;   

}
.zoom-in:hover {
   transform: scale(1.1) !important;
   transition: all .3s ease-out;
}

.portfolio-zoom-in{
   transition: all .25s ease-in; 
}

.portfolio-zoom-in:hover {
   transform: scale(1.02) !important;
   transition: all .25s ease-out;
}

.portfolio-zoom-in2{
   transition: all .3s ease-in; 
}

.portfolio-zoom-in2:hover {
   transform: scale(1.06) !important;
   transition: all .3s ease-out;
}

.year-text {
   box-shadow: inset 0 0 0px 0 #A379C9;
   color: white;
   margin: 0.2rem .25rem;
   padding: 0.2rem .25rem;
   transition: color .5s ease-in-out, box-shadow .5s ease-in-out;
   border-radius: 3px;
   
}

.year-text:hover {
   color:white!important;
   box-shadow: inset 600px 0px 0px 0px #A379C9;
   
}

.delay1 {
   animation-delay: 0.10s;
}

.delay2 {
   animation-delay: 0.25s;
}

.delay3 {
   animation-delay: 0.40s;
}

.delay4 {
   animation-delay: 0.55s;
}

.delay5 {
   animation-delay: 1.3s;
}

.scale-in {
   animation-duration: 1.5s;
   animation-name: scale-in;
}

.slide-right {
   animation-duration: 1.5s;
   animation-name: slide-right;
}

.slide-left {
   animation-duration: 1.5s;
   animation-name: slide-left;
}

@keyframes scale-in {
   from {
     opacity: 0;
     transform: scale(0); 
   }
   to {
     opacity: 1;
     transform: scale(1);  
   }
 }



@keyframes slide-right {
   from {
     opacity: 0;
     translate: -150vh 0; 
   }
   to {
     opacity: 1;
     translate: 0 0;  
   }
 }
  
 @keyframes slide-left {
   from {
     opacity: 0;
     translate: 150vh 0; 
   }
   to {
     opacity: 1;
     translate: 0 0;  
   }
 }

 




/*============= MEDIA QUERIES =============*/

/* Medium (md) devices (tablets, 768px and under) */
@media (max-width: 490px) {
  .col-7 {
   width: 80%;
   margin-top: 20px;
   
  }
}





@media (max-width: 490px) {
   .year-text {
      box-shadow: inset 0 0 0 0 #54b3d6;
      color: white!important;
      margin: 0 0rem;
      padding: 0 0rem;
      transition: none;
   }
   
   .year-text:hover {
      color: #ffffff!important;
      box-shadow: none!important;
      
   }
}

@media (max-width: 767.98px) {
   .parallax-home {
      height: 100vh;
      min-height: 800px;
   }
   .btn {
      font-size: 1rem;
      padding: .45rem 1.05rem;
   }
}

@media (max-width: 1200px) {
   .navbar-nav .nav-link {
      text-decoration: none;
      color: white;
      font-weight: 300;
      position: relative;
      width: 80%;
      margin: 5px auto;

    }
    
    .navbar-nav .nav-link::before {
      content: '';
      background-color: #84d0f6;
      position: absolute;
      left: 0;
      bottom: 3px;
      height: 3px;
      z-index: -1;
      transition: all .3s ease-in-out;
   
    }
    
    .delay1 {
      animation-delay: 0s
   }
   
   .delay2 {
      animation-delay: 0s;
   }
   
   .delay3 {
      animation-delay: 0s;
   }
   
   .delay4 {
      animation-delay: 0s;
   }
     
    
}



/*============ BOOTSTRAP BREAK POINTS:

Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

=============*/

/*============= UNIVERSAL PARALLAX PLUGIN CSS =============*/
.parallax-container {
   -webkit-align-items: center;
   align-items: center;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-align: center;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   margin: 0;
   padding: 15px;
   position: relative;
   width: 100%;
}
.parallax-container .parallax-content {
   margin: 0 auto;
   width: 100%;
}
.parallax__container {
   clip: rect(0, auto, auto, 0);
   height: 100%;
   left: 0;
   overflow: hidden;
   position: absolute;
   top: 0;
   width: 100%;
   z-index: -100;
}
.parallax__container .parallax {
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   position: fixed;
   top: 0;
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
   -webkit-transform-style: preserve-3d;
   transform-style: preserve-3d;
   width: 100%;
}