@font-face {
  font-family: myFirstFont;
  src: url('./assets/Agustina.woff') format('woff');
/*   font-display: block; */
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Source+Code+Pro&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  /* border: 1px solid; */
}
body{
  overflow-x: hidden;
  position: relative;
}
/* Custom Preloader */
.navSection{
  z-index:9999;
  position: fixed;
}
.customPreloader{
  width: 100%;
  height: 100vh;
  position: fixed;
  display:flex;
  justify-content:center;
  align-items:center;
  flex-direction: column-reverse;
  z-index: 9999;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  overflow: hidden;
}
.customPreloader h1{
  font-size: 3rem;
}
.customPreloader img{
  width: 80px;
  height: 80px;
  filter: none;
  margin-bottom: 3rem;
  
}

.customNav {
  background: #fff !important;
  padding: 25px 20px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 100%;
}
.customNav .nav-link {
  font-size: 1.2rem;
  font-weight: 400;
  color: #333;
  margin-right: 1.3rem;
  padding: 0.5rem 1rem !important;
}
.nav-link:hover{
  background-color: rgb(241, 241, 241);
  border-radius: 25px;
}
.navbar-nav{
  margin-right: 0 !important;
}

.customNav .nav-link:hover {
    color: #686868;
  }


.customBrand, .customPreloader h1 {
  font-family: "myFirstFont";
  font-weight: bold;
  font-variant-ligatures: no-common-ligatures;
  -webkit-font-variant-ligatures: no-common-ligatures;
/*   font-size: 1.4rem; */
  color: #6c63ff;
}
.customBrand:active{
    color: red;
}
.logoBrackets {
  color: #686868;
  font-weight: 500;
  font-family: "Montserrat",sans-serif;
}
.heroSection {
  padding: 25px 20px;
}

.heroContainer {
  /* display: flex; */
  width: 100%;
  margin-top: 5.5rem;
/*   flex-wrap: wrap; */
  /* justify-content: center;
  align-items: center; */
}
.heroContainer .colLeft,
.colRight {
/*   width: 650px; */
  /* border: 1px solid; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.colLeft .content {
  padding: 0 25px;
}

.topHeader {
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 3.2rem;
  color: #333;
  margin-bottom: 20px;
}
.content p {
  font-size: 1.5rem;
  color: #868e96;
  margin: 10px 0;
  font-weight: 300;
  line-height: 1.8;
}
.content .socialIcons{
    display: flex;
    margin-top: 25px;
}
.socialIcons a{
    display: inline-block;
    margin-top: 3px;
}
.socialIcons div{
    padding: 3px;
    /* background-color: #333; */
    margin-right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;

}
.socialIcons i {
  font-size: 22px;
  color: white;
}
.socialIcons .github{
  background-color: #333;
}
.socialIcons .linkedin{
  background-color: #0072b1;
}
.socialIcons .gmail{
  background-color: #BB001B;
}
.socialIcons .facebook{
  background-color: #4267B2;
}
.content .ctaBtns{
  margin-top: 25px;
}
.ctaBtns a{
  text-decoration: none;
  display: inline-block;
  margin-right: 18px;
  background-color: #6c63ff;
  padding: 12px 28px;
  border-radius: 15px;
  font-size: 1.2rem;
  color: #fff;
  font-weight: 600;
}

.colRight, img {
  width: 85%;
  animation-name: scaleImg;
  animation-duration: 2s;
  animation-delay: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  filter: drop-shadow(2px 10px 10px #ddd);
}

.aboutContainer{
  margin-top: 60px;
}
.aboutContainer .colLeft{
  display: flex;
}

.colLeft img{
  width: 85%;
  animation-name: scaleImg;
  animation-duration: 2s;
  animation-delay: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  filter: drop-shadow(2px 10px 10px #ddd);  
}
.aboutContainer .aboutContent{
  font-family: "Monteserrat", sans-serif;
}

.skills-heading{
  font-size: 3rem;
  color: #333;
  /* font-weight: 300; */
  letter-spacing: 1px;
  margin-bottom: 30px !important;
}
.aboutSummary{
  font-size: 1.2rem;
  text-transform: uppercase;
  line-height: 1.5;
  font-weight: 300;
  color: #686868;
}
.slimFont{
  font-weight: 300 !important;
}
.aboutContent .dev-icons{
  margin: 20px 0;
  text-align: left;
  padding-left: 0;
}
.aboutContent li{
  display: inline-block;
  margin-left: 20px;
}
.aboutContent p{
  font-size: 0.8rem;
  color: #686868;
}
.aboutContent i{
  font-size: 2.5rem;
  color: #d6d6d6;
  transition: all 0.3s ease-in-out;
}
.aboutContainer i:hover{
  color: #6c63ff;
}
.aboutContent .aboutHeadings{
  font-size: 1.2rem;
  text-transform: capitalize;
  font-weight: 400;
}

.wave {
  display: inline-block;
}

.wave {
  animation-name: wave-animation;
  animation-duration: 3s;
  animation-delay: 3s;
  animation-iteration-count: infinite;
  transform-origin: 70% 70%;
}

@keyframes wave-animation {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(14deg);
  }
  20% {
    transform: rotate(-8deg);
  }
  30% {
    transform: rotate(14deg);
  }
  40% {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(10deg);
  }
  60% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes scaleImg {
  from {
    transform: scale(0.98);
  }
  to {
    transform: scale(1);
  }
}
/* @keyframes waveAnim {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(5deg);
  }
} */

.proficiencyContainer{
  margin-top: 60px;
}
.progress{
  height: 1.8rem;
  border-radius: 20px;
}
.progress-bar{
  background-color: #6c63ff;
  border-radius: 20px;
}
.proficiencyContainer .skillsPara{
  font-size: 1.5rem;
  color: #686868;
  letter-spacing: 1px;
}
.educationSection .educationCard img{
  width: 80px;
  margin-bottom: 15px;
}
.educationCard{
  font-family: "Monteserrat", sans-serif;
}
.educationCard, .projectCard{
  padding: 20px 15px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition: all 0.3s ease-in-out;
}

.educationCard:hover, .projectCard:hover{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


.educationCard h3{
  font-size: 1.5rem;
  font-weight: 500;
}
.educationCard h5{
  font-size: 1.2rem;
  font-weight: 500;
}
.educationCard span{
  font-size: 1.1rem;
  font-weight: 500;
  color: #686868;
}
.educationCard p{
  font-size: 1.1rem;
  color: #333;
  margin: 1rem 0;
}
.certificatesSection{
  margin-top: 60px;
}
.certificatesSection .certificateCard{
  min-height: 180px;
/*   box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
  padding: 20px 15px;
  display: flex;
  transition: 0.3s all;
  background-size: 200% auto;
  /* border-radius: 20px; */
}
.certificateCard:hover{
  background-position: right center;
}

.certificateContent{
  margin-left: 30px;
  transition: 0.3s;
}

/* .certificateCard:hover{
  background-image: linear-gradient(to right, #a1c4fd 0%, #636cff 60%, #0050d0 90%);
} */


/* CSS Animations */
.certificateCard{
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.certificateCard:hover{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.certificateCard .credId, .insName{
  font-size: 1rem;
  color: #686868;
  margin: 0.5rem 0;
}
.bold{
  font-weight: 600;
}
.certificateCard .certificateContent h2{
  font-size: 1.7rem;
  font-weight: 600;
}
.certificateContent a{
  display: inline-block;
  text-decoration: none;
  color: #333;
  font-size: 1rem;
  padding: 8px 10px;
  border: 1px solid #333;
  border-radius: 30px;
}

.certificateCard img{
  width: 120px;
  animation: none;
  height: 120px;
  border-radius: 10px;
}
.certificateCard .freeCode{
  display: inline-block;
  /* border: 2px solid; */
  width: 120px;
  height: 120px;
  text-align: center;
  background-color: #6c63ff;
  color: #fff;
/*   border-radius: 22px;*/
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.freeCode i{
  font-size: 2.5rem;
  text-align: center;
  line-height: 3;
}

.experiencesSection{
  margin-top: 60px;
}
.experiencesContainer .expCol{
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.14), 0 2px 1px -1px rgba(0,0,0,0.12), 0 1px 3px 0 rgba(0,0,0,0.20);
  transition: 0.3s all ease-in-out;
  /* padding: 1rem; */
  border-radius: 1rem;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  overflow: hidden;
  position: relative;
}
.expCol:hover{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.expCol .blurredDiv1, .blurredDiv2, .blurredDiv3, .blurredDiv4{
  width: 100%;
  height: 200px;
}
.blurredDiv1,.blurredDiv2,.blurredDiv3, .blurredDiv4 .comName{
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  padding-top: 4rem;
}
.blurredDiv1{
  background: linear-gradient(90deg, hsla(295, 83%, 32%, 1) 0%, hsla(295, 83%, 32%, 1) 48%, hsla(321, 96%, 41%, 1) 100%);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.blurredDiv2{
  background: linear-gradient(90deg, hsla(229, 57%, 33%, 1) 0%, hsla(0, 0%, 16%, 1) 67%, hsla(227, 18%, 10%, 1) 100%);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

}
.blurredDiv3{
  background: linear-gradient(90deg, hsla(358, 83%, 56%, 1) 0%, hsla(0, 100%, 38%, 1) 55%, hsla(358, 70%, 19%, 1) 100%);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.blurredDiv4{
  background: linear-gradient(90deg, hsl(295deg 1% 45%) 0%, hsl(295deg 2% 52%) 48%, hsl(0deg 0% 6%) 100%);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.expCol .roleName h2{
  font-size: 1.5rem;
  color: #333;
}
.expCol .roleName p{
  font-size: 1.1rem;
  color: #686868;
}
.roleName, .expList{
  padding: 0 0.8rem;
  line-height: 1.2;
}
.expCol .comImg{
  width: 10vw;
  margin: 1rem auto;
  margin-top: -4rem;
}
.expCol .comImg img{
  animation: none;
  filter: none;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.expCol .expList{
  font-size: 1.1rem;
  color: #868e96;
  letter-spacing: 0.8px;
}
.roleName .comDesc{
  color: #868e96 !important;
  letter-spacing: 0.8px;
}

.experiencesContainer .expList{
  text-align: left;
}

.footerSection{
  margin-top: 60px;
}
.footerContainer h1{
  font-size: 3rem;
  margin-bottom: 30px;
}
.footerContainer form{
  display: flex;
  flex-direction: column;
}
.footerContainer input, textarea{
  margin: 0.5rem 0;
  padding: 0.5rem 0.8rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  color: #333;
  outline: none;
  border: none;
  border: 1px solid #ddd;
  border-radius: 0.5rem; 
}
.footerContainer textarea{
  height: 10rem;
}
.footerContainer .footerCol{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.footerCol .socialIcons{
  display: flex;
}
.footerCol .socialIcons div{
  margin: 0 0.8rem;
}
.footerCol .picture{
  text-align: center;
}
.footerCol .picture img{
  width: 16rem;
  animation: none;
  /* border: 0.4rem solid #333; */
  margin-bottom: 1rem;
  height: 16rem;
  border-radius: 50%;
}
.footerSection .footerCredits{
  margin-top: 30px;
  text-align: center;
  background-color: #333;
  color: #fff;
  font-family: myFirstFont;
}
.footerCredits p{
  margin: 0;
  padding: 1rem;
}
.mb30px{
  margin-bottom: 30px !important;
}
/* .projectsContainer h1{
  font-size: 3rem;
  margin-bottom: 30px;
  margin-top: 60px;
} */
.mb60px{
  margin-bottom: 60px !important;
}
.projectCard{
  border: 20px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(to right, #6c63ff, #8338ec, #ff006e);
}

.div {
  --angle: 0deg;
  /* … */
  border-image: linear-gradient(var(--angle), #6c63ff, #8338ec, #ff006e) 1;
  animation: 10s rotate linear infinite ;
}

.div:hover{
  animation: 3s rotate linear infinite ;
}

@keyframes rotate {
  to {
    --angle: 360deg;
  }
}

@property --angle {
  syntax: '<angle>';
  initial-value: 50deg;
  inherits: false;
}

.projectsContainer .projectName{
  font-size: 1.5rem;
}
.projectsContainer .projectDetail{
  font-size: 1rem;
  margin-right: 10px;
}
.projectsContainer .projectBottom{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.html{
  color: #F06529;
}
.css{
  color: #0096c7;
}
.js{
  color: #fca311;
}
.projectBottom .language{
  padding: 0.3rem 0.5rem;
  border: 2px solid rgba(0, 0, 0, 0.06);
}
.projectBtns a{
  display: inline-block;
  padding: 0.3rem 0.5rem;
  text-decoration: none;
  font-weight: 600;
  background-color: #6c63ff;
  color: #fff;
}

.formSubmitBtn{
  transition: all 0.3s ease-in-out;
  background-color: #7AEB8D;
  color: #fff;
}
.formSubmitBtn:hover{
  background-color: #036E15;
  color: #fff;
}

/* Media Queries */

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  html{
    overflow: auto;
  }
  .customPreloader h1 {
    font-size: 2.5rem;
  }
  .customPreloader img{
    width: 80px;
    animation: none;
    filter: none;
    margin-bottom: 3rem;
  }
  
  .customNav{
    padding: 15px 0;
    z-index: 20;
  }
  .customBrand, .logoBrackets{
    font-size: 1.2rem;
  }
  .navbar-toggler{
    border: 0;
  }
  .heroContainer{
    margin-top: 3.5rem;
    text-align: center;
  }
  .heroContainer .topHeader{
    font-size: 3rem;
  }
  .heroContainer p{
    font-size: 1.2rem;
  }
  .socialIcons{
    margin: 15px !important;
  }
  .socialIcons div{
    margin: 0.8rem;
  }
  .ctaBtns{
    display: flex;
    justify-content: center;
    margin-top: 15px !important;
  }
  .ctaBtns a{
    margin: 10px;
    font-size: 1rem;
    padding: 10px 18px;
  }
  .aboutContainer{
    text-align: center;
  }
  .aboutContainer .aboutRow{
    flex-direction: column-reverse;
  }
  .aboutRow .colLeft{
    margin-top: 2rem;
  }
  .aboutContent .dev-icons{
    text-align: center;
  }
  .aboutContent .dev-icons li{
    margin: 10px;
  }
  .skills-heading{
    font-size: 3rem !important;
    text-align: center;
  }
  .proficiencyContainer .progress{
    height: 1rem;
    margin-bottom: 2rem !important;
  }
  .proficiencyContainer .skillsPara{
    font-size: 1.3rem;
  }
  .colRight{
    margin-top: 2rem;
  }
  .colLeft{
    justify-content: center;
    align-items: center;
  }
  .colLeft img{
    width: 280px;
  }

  .certificateCard .freeCode{
    width: 100px;
    height: 100px;
  }
  .certificateCard .freeCode i{
    font-size: 2.5rem;
    line-height: 2.5;
  }
  .certificateCard .certificateContent{
    margin-left: 1rem;
  }
  .certificateCard .certificateContent .certName{
    font-size: 1.2rem;
  }

  .projectCard{
    text-align: center;
  }
  .projectCard .projectBottom{
    flex-direction: column;
  }
  .projectBottom .language{
    margin-bottom: 0.5rem;
  }
  .expCol .comImg{
    width: 30vw;
  }
  .footerContainer .footerCol{
    margin-top: 1rem;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}
