  * {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
}

  @font-face {
    font-family: Proxima;
    src: url(../font/proximanova_regular.ttf);
  }

  @font-face {
    font-family: Proxima-Bold;
    src: url(../font/proximanova_bold.otf);
  }

  @font-face {
    font-family: Proxima-light;
    src: url(../font/proximanova_light.otf);
  }

  body {
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    background-attachment: sticky;
    height: auto;
    font-family: Proxima;
    font-size: 1.2em;
    color: white;
    margin: 0;
  }

  h1 {
    font-size: 1.3em;
  }

  h2 {
    font-size: 2em;
  }

  h3 {
    font-size: 1.5em;
  }
  
  @keyframes gradient {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }

  /****************************** NAVBAR **********************/
  header {
    background-color: none;
    height: 3em;
    position: fixed;
    top: 0;
    width: 100%;
    transition: background-color 0.8s ease-in-out;
    align-items: center;
  }

  header.scrolled {
    background-color: black;
    opacity: 0.98;
  }

  .navigationbar {
    width: 100%;
    height: 100%;
    font-family: Proxima-Bold;
    display: flex;
    justify-content: space-between;
  }

  header a {
    text-decoration: none;
    color: white;
    font-size: 1em;
  }

  .logodiv {
    width: auto;
    height: 100%;
    padding: 5px 5px 5px 15px;
  }

  .logo {
    height: 100%;
    width: auto;
  }
  .logo2 {
    width: 60px;
    height: auto;
  }

  .navigation {
    width: 60%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    padding-right: 30px;
    align-items: center;
    overflow: hidden;
  }

  .navigation a {
    display: block;
    padding: 1em;
  }

  .navigation a:hover {
    background: #00ace6;
  }

  /************ MOBILE NAV ****************************************/
  .burgermenu {
    height: 40px;
  }
  input[type="checkbox"] {
    display: none;
  }
  .logomobile {
    position: absolute;
    top: 5px;
    left: 5px;
    display: none;
  }
  .mobilenav {
    background-color: black;
    color: #fff;
    width: 45px;
    height: 45px;
    padding: 8px 5px 5px 9px;
    position: absolute;
    right: 0;
    display: none;
   }
   .checkbtn {
    font-size: 1.5rem;
    color: white;
    cursor: pointer;
   }
   .nav-mobile {
    display: none;
   }
   #check:checked ~ .nav-mobile {
    display: block;
   }
   .nav-mobile {
    position: absolute;
    top: 65px;
    right: 0;
    background: black;
    z-index: 1;
    width: 200px;
   }
   .nav-mobile a:hover {
    background: #00ace6;
   }
   .nav-mobile a {
    color: #fff;
    padding: 1rem 1.5rem;
    display: block;
   }
  
/***************************************************************/

  .section-intro {
    display: flex;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.7));
    background-size: cover;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .pdflink {
    text-decoration: none;
    color: white;
    animation: pdfcolor 1s infinite ease-in;
    font-weight: bold;
  }

  @keyframes pdfcolor {
    0%, 100% {
        color: #23d5ab;
        font-size: 1.1em;
    }
    50% {
      color: #23a6d5;
      font-size: 1.2em;
    }
  }

  #begin {
    width: 100%;
    height: auto;
    text-decoration: none;
    color: white;
  }

  .profile-img {
    width: 200px;
    border-radius: 10px;
  }

  .intro-spacing {
    margin-bottom: 20px;
  }

  .container-exp {
   width: 100%;
   height: 300px;
   background-color: #ee7752; 
  }

  .grid-exp {
    display: grid;
    grid-template-columns: 300px 1fr 3fr;
    grid-template-rows: auto;
    gap: 40px 15px;
    justify-content: center;
    align-items: center;
    padding: 20 50 20 50;
  }

  .section-title {
    margin-bottom: 20px;
    margin-top: 70px;
  }

  .border-title {
    border: solid;
    margin: auto;
    text-align: center;
    border-radius: 10px;
    border-width: 2.5px;
  }

  #form-title {
    width: 16%;
    margin-bottom: 60px;
    min-width: 260px;
  }

  #exp-title {
    width: 31%;
    margin-bottom: 60px;
    min-width: 300px;
  }

  #comp-title {
    width: 17%;
    margin-bottom: 60px;
    min-width: 260px;
  }

  #portfolio-title {
    width: 12%;
    margin-bottom: 60px;
    min-width: 185px;
  }

  #contact-title {
    width: 12%;
    margin-bottom: 60px;
    min-width: 185px;
  }

  .text-exp {
    text-align: center;
  }

  .title-p-exp {
    margin-bottom: 15px;
  }

  .title-p-exp p {
    font-family: Proxima-light;
    font-style: italic;
    font-size: 0.9em;
    margin-top: 3px;
  }

  .p-exp {
    width: 60%;
    margin: auto;
    text-justify: auto;
  }

  .date-exp {
    font-family: Proxima-Bold;
    font-size: 1.3em;
  }

  .container-img-exp {
    width: 80%;
    height: auto;
  }

  .img-exp {
    width: 100%;
    height: auto;
    border-radius: 10px;
    min-width: 240px;
  }

  .txtcomp {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
  }

  .grid-comp {
    display: grid;
    width: 75%;
    margin: auto;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: 1fr;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 15px;
  }

  .grid-comp p {
    margin-top: 10px;
  }

  .img-comp {
    width: 50%;
    height: auto;
    border-radius: 10px;
    transition-duration: 2s;
  }

  .img-comp:hover {
    width: 65%;
    transition-duration: 1s;
    transition-property: width;
  }

  .img-portfolio {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }

  .grid-portfolio {
    display: grid;
    width: 75%;
    margin: auto;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 15px;
  }

  /* ************** Portfolio ****************** */

.img-portfolio {
    cursor: pointer;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.9);
}

.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

.modal-content {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

/* ************** Contact ****************** */

.form-group-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  font-family: Proxima;
}

.form-group {
  display: flex;
  flex-direction: column;
  width: 30%;
}

.g-captcha {
  width: 10%;
  margin: auto;
  padding-top: 0.5rem;
  min-width: 190px;
}

.submit-button {
  display: flex;
  align-items: center;
}

.refresh {
  background-color: #04AA6D;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 0px 0px 10px 10px;
}


.form-label {
  margin-bottom: 0.5rem;
}

.form-input,
.form-textarea {
  padding: 0.5rem;
  border: 1px solid #e5e7eb;
  height: 2.5rem;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.form-input::placeholder,
.form-textarea:focus-visible {
  color: black;
  font-family: Proxima;
}

.form-input:focus-visible,
.form-textarea:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}

.form-textarea {
  min-height: 200px;
}
input:focus { 
  outline: none !important;
  border-color: #23a6d5;
  box-shadow: 0 0 10px #23d5ab;
  }
  
  textarea:focus { 
  outline: none !important;
  border-color: #23a6d5;
  box-shadow: 0 0 10px #23d5ab;
  }
  
  ::placeholder {
  color: black;
  opacity: 1;
  }
  
  
  textarea {
  font-family: Proxima;
  }
  
  .buttonswap {
  margin: 15px auto;
  font-size: 20px;
  color: #ffffff;
  cursor: pointer;
  border-radius: 10px 10px 10px 10px;
  padding: 15px 20px;
  border: 0px solid #000;
  min-width: 190px;
  }
  
  button.pulse-button-hover {
  animation: colorShift 10000ms infinite ease-in;
  }
  
  .cc-box4 input {
  animation: colorShift 10000ms infinite ease-in;
  }
  
  .g-captcha {
  margin: 0 auto;
  width: 200px;
  }
  
  .status {
  font-size: 15px;
  color: green;
  }
  
  .status span {
  color: red;
  }
  
  .buttonswap:hover,
  .buttonswap:focus {
  animation: borderPulse 1000ms infinite ease-out, colorShift 20000ms infinite ease-in, hoverShine 200ms;
  }
  
  @keyframes colorShift {
  0%, 100% {
      background: #23d5ab;
  }
  50% {
    background: #23a6d5;
  }
  }
  
  @keyframes borderPulse {
  0% {
    box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255,.4), 0px 0px 0px 0px rgba(255,255,255,1);
  }
  100% {
    box-shadow: inset 0px 0px 0px 3px rgba(117, 117, 255,.2), 0px 0px 0px 10px rgba(255,255,255,0);
  }
  }
  
  @keyframes hoverShine {
  0%{
    background-image: linear-gradient(135deg, rgba(255,255,255,.4) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%);
  }
  50%{
    background-image: linear-gradient(135deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.4) 50%, rgba(255,255,255,0) 100%);
  }
  100%{
    background-image: linear-gradient(135deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,.4) 100%);
  }
  }

/*************************** VAGUES ******************************************/
.ocean {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.waves {
  position: absolute;
  width: 100%;
  height: 70%;
  bottom: 0;
}
.wave {
  background: url(../images/wave.png);
  width: 100%;
  height: 100%;
  background-size: 1652px 100%;
}
#wave1 {
  position: absolute;
  opacity: 0.1;
  animation: animated-waves 11s infinite ease-in-out;
}

#wave2 {
  position: absolute;
  bottom: -90px;
  opacity: 0.1;
  animation: animated-waves-invert 6s infinite ease-in-out;
}

#wave3 {
  position: absolute;
  bottom: -85px;
  opacity: 0.1;
  animation: animated-waves 5s infinite ease-in-out;
}

#wave4 {
  position: absolute;
  bottom: -80px;
  opacity: 0.1;
  animation: animated-waves-invert 11s infinite ease-in-out;
}

#wave5 {
  position: absolute;
  bottom: -75px;
  opacity: 0.1;
  animation: animated-waves 11s infinite ease-in-out;
}

@keyframes animated-waves {
  0% {
      background-position-x: 1652px;
      transform: translateY(100px);
      
  }

  50% {
      transform: translateY(0px);
  }

  100% {
      background-position-x: 0px;
      transform: translateY(100px);
  }
}
@keyframes animated-waves-invert {
  0% {
      background-position-x: 0px;
      transform: translateY(100px);
  }

  50% {
      transform: translateY(0px);
  }

  100% {
      background-position-x: 1652px;
      transform: translateY(100px);
  }
}
/***************************** MEDIA QUERRIES **********************************/

@media (min-width: 1024px) and (max-width: 1520px) {
  .navigation {
    width: 100%;
  }
  
  .grid-exp {
    display: grid;
    grid-template-columns: 180px 1fr 3fr;
  }
  
  .logodiv {
    padding: 5px 5px 5px 5px;
  }
  
  .form-group {
    display: flex;
    flex-direction: column;
    width: 40%;
  }
  .g-captcha {
    width: 100px;
    }
  }
  
  
  @media (min-width: 900px) and (max-width: 1024px) {
  .navigation {
    width: 100%;
  }
  
  .grid-exp {
    display: grid;
    grid-template-columns: 90px 1fr 3fr;
    padding: 20 20 20 20;
  }
  
  .logodiv {
    padding: 5px 5px 5px 5px;
  }
  
  .form-group {
    display: flex;
    flex-direction: column;
    width: 50%;
  }
  .g-captcha {
    width: 100px;
    }
  }
  
  @media (min-width: 768px) and (max-width: 900px) {
  .logomobile {
    display: block;
  }
  .mobilenav {
    display: block;
   }
  header.scrolled {
  background-color: transparent;
  }
  .navigationbar {
    display: none;
  }
  .grid-exp {
    display: grid;
    grid-template-columns: 100%;
    text-align: center;
  }
  .container-img-exp {
    width: 100%;
    height: auto;
  }
  .img-exp {
    width: 20%;
  }
  .p-exp {
    margin-bottom: 60px;
  }
  .grid-comp {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;
  }
  .form-group {
    display: flex;
    flex-direction: column;
    width: 50%;
  }
  .g-captcha {
    width: 150px;
    }
  }
  
  @media (min-width: 100px) and (max-width: 768px) {
  .logomobile {
    display: block;
  }
  .mobilenav {
    display: block;
   }
  
  header.scrolled {
  background-color: transparent;
  }
  .navigationbar {
    display: none;
  }
  .grid-exp {
    display: grid;
    grid-template-columns: 100%;
    text-align: center;
  }
  .container-img-exp {
    width: 100%;
    height: auto;
  }
  .img-exp {
    width: 20%;
  }
  .p-exp {
    margin-bottom: 60px;
  }
  .grid-comp {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
  }
  .grid-portfolio {
    grid-template-columns: repeat(2, 1fr);
  }
  .form-group {
    display: flex;
    flex-direction: column;
    width: 60%;
  }
  .g-captcha {
    width: 100px;
    }
  }