* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

/*  General   */

html {
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #000000;
}

.loader_bg {
  position: fixed;
  z-index: 9999999;
  background: #fff;
  width: 100%;
  height: 100%;
}

.loader {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader img {
  width: 280px;
}

::-webkit-scrollbar-thumb {
  border-radius: 12px;
  background: linear-gradient(135deg, #444444, #666666, #444444);
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(135deg, #999999, #ddddff, #999999);
}

section {
  padding: 100px 0;
}

.max-width {
  max-width: 1500px;
  padding: 0 50px;
  margin: auto;
}

.about,
.projects,
.skills,
.experiences,
.contact {
  font-family: "enriqueta", sans-serif;
  font-size: 22px;
}

.footer {
  font-family: "enriqueta", sans-serif;
  font-size: 15px;
}

.experiences-details {
  font-family: "enriqueta", sans-serif;
  font-size: 25px;
}

.about .about-content,
.skills .skills-content,
.contact .contact-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.projects .projects-content {
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}


section .title {
  position: relative;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 50px;
  padding-bottom: 20px;
  font-family: "Mako", sans-serif;
}

section .title::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 180px;
  height: 3px;
  transform: translateX(-50%);
}

section .title::after {
  position: absolute;
  bottom: -8px;
  left: 50%;
  font-size: 20px;
  color: #1e3551;
  padding: 0 5px;
  transform: translateX(-50%);
}

/*  Navbar  */

.navbar {
  position: fixed;
  width: 100%;
  z-index: 999;
  padding: 40px;
  font-family: "Mako", sans-serif;
  transition: all 0.3s ease;
}

.navbar.sticky {
  padding: 15px;
  background: #000;
}

.navbar .max-width {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.navbar .logo a {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  padding-right: 2em;
}

.navbar .menu li {
  list-style: none;
  display: inline-block;
}

.navbar .menu li a {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-left: 25px;
  transition: color 0.3s ease;
}

.navbar .menu li a:hover {
  color: #4a94ee
}

.navbar.sticky .menu li a:hover {
  color: #fff
}

.menu-btn {
  color: #fff;
  font-size: 25px;
  cursor: pointer;
  display: none;
  margin-left: auto;
}

.menu-lang {
  display: flex;
  align-items: end;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 0.25rem;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  padding: 2px;
  margin-left: auto;
}
option:not(:checked) { 
  background-color: #000; 
}
option:is(:checked) { 
  background-color: #000; 
}


/* Scroll button  */

.scroll-up-btn {
  position: fixed;
  height: 50px;
  width: 50px;
  background: #000;
  right: 30px;
  bottom: 10px;
  text-align: center;
  line-height: 45px;
  z-index: 9999;
  font-size: 40px;
  border-radius: 6px;
  border-bottom-width: 2px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  color: #fff;
  transition: all 0.1s ease;
}

.scroll-up-btn.show {
  bottom: 30px;
  opacity: 1;
  pointer-events: auto;
}

.scroll-up-btn:hover {
  filter: brightness(90%);
}

/* Details */

.details {
  display: flex;
  background: linear-gradient(1deg, rgb(16, 0, 109) 3%, rgb(30, 45, 109) 38%, rgb(73, 44, 180) 68%, rgb(49, 130, 206) 98%);
  height: auto;
  color: #fff;
  min-height: 100px;
  background-size: cover;
  background-attachment: fixed;
  font-family: "mako", sans-serif;
}

.details .max-width {
  width: 100%;
  display: flex;
  align-items: start;
  margin-top: 0px;
}

.details .logo {
  display: flex;
  justify-content: left;
}

.details .title {
  display: flex;
  font-size: 60px;
  padding-top: 40px;
  padding-bottom: 10px;
  justify-content: left;
}

.details p {
  padding-left: 0px;
  font-size: 25px;
  padding-bottom: 50px;
}

.details h3 {
  font-size: 25px;
  color: #45e9ff;
}

.details .timeline {
  position: relative;
  max-width: 100%;
  margin: 20px auto;
  padding: 20px 0 20px 40px;
}

.details .timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: white;
  top: 0;
  bottom: 0;
  left: 0;
}

.details .container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  margin-bottom: 20px;
}

.details .container::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: -50px;
  background-color: white;
  border: 4px solid #1d5bb8;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

.details .container::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

.details .content {
  padding: 5px 5px;
  position: relative;
  border-radius: 6px;
}


/* Home */

.home {
  display: flex;
  background: linear-gradient(315deg, rgb(57, 24, 244) 3%, rgb(49, 130, 206) 38%, rgb(16, 0, 109) 68%, rgb(49, 130, 206) 98%);
  animation: gradient 10s ease infinite;  height: 100vh;
  color: #fff;
  min-height: 500px;
  background-size: cover;
  background-attachment: fixed;
  font-family: "mako", sans-serif;
  overflow: auto;
  background-size: 400% 400%;
}

@keyframes gradient {
  0% {
      background-position: 0% 50%;
  }
  50% {
      background-position: 100% 50%;
  }
  100% {
      background-position: 0% 50%;
  }
}

.home .max-width {
  width: 50%;
  display: flex;
}

.home .max-width .row {
  margin-right: 0;
}

.home .home-content .text-1 {
  font-size: 40px;
}

.home .home-content .text-2 {
  font-size: 80px;
  font-weight: 600;
  margin-left: -3px;
}

.home .home-content .text-3 {
  font-size: 40px;
  margin: 5px 0;
}

.home .home-content a {
  display: inline-block;
  background: #1e3551b7;
  color: #fff;
  font-size: 25px;
  padding: 10px 30px;
  margin-top: 30px;
  font-weight: 400;
  border-radius: 6px;
  border: 2px solid #5da3f9b7;
  transition: all 0.3s ease;
}

.home .home-content a:hover {
  color: #fff;
  background: #5da3f9b7;
  animation: pulsate 1s ease-in-out;
}

/*  About   */

.about {
  background: linear-gradient(#a1c2ff,#348cdd, #4881b6);
  height: 100vh;
  color: #000;
}

.about .about-content .column-left {
  width: 40%;
}

.about .about-content .column-left img {
  height: 400px;
  width: 400px;
  object-fit: cover;
  border-radius: 6px;
}

.about .about-content .column-right {
  width: 60%;
}

.about .about-content .column-right .text-1 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
}

.about .about-content .column-right p {
  text-align: justify;
}

.about .about-content .column-right .cv {
  display: inline-block;
  background: #1e3551;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding: 10px 30px;
  margin-top: 50px;
  border-radius: 6px;
  border: 2px solid #1e1e1e;
  transition: all 0.3s ease;
}

.about .about-content .column-right .journey-details {
  display: inline-block;
  color: #000000;
  font-size: large;
  font-weight: 500;
  transition: all 0.3s ease;
  text-decoration: underline;
}

.about .about-content .column-right .cv:hover {
  color: #fff;
  background: #a1c2ff;
  border: 2px solid #fff;
}

.about .about-content .column-right .journey-details:hover {
  color: #fff;
}

/* Projects */

.projects,
.experiences {
  color: #fff;
  background: #000;
  height: 100vh;
}

.projects .title::after,
.experiences.title::after {
  background: #111;
  content: ""
}

.projects .projects-content .card {
  width: calc(30% - 20px);
  background: #222;
  text-align: center;
  border-radius: 100px;
  padding: 80px 80px;
  transition: all 0.3s ease;
  margin-bottom: 30px;
}

.projects .projects-content .card:hover {
  background: #1e3551;
  width: calc(35% - 20px);
  padding: 100px 100px;
  transform: scale(1.05);
}

.projects .projects-content .card .box {
  transition: all 0.3s ease;
}

.projects .projects-content .card .text {
  font-size: 25px;
  font-weight: 500;
  margin: 10px 0 20px 0;
}

/* Skills | Services */

.skills .title::after,
.experiences.title::after {
  background: #111;
  content: ""
}

.skills .skills-content .card {
  width: calc(25% - 20px);
  background: #1e3551;
  text-align: center;
  border-radius: 10px;
  height: 30vh;
  padding: 60px 25px;
  transition: all 0.3s ease;
  margin-bottom: 200px;
  color: #fff;
}

.skills .skills-content .card:hover {
  background: #1e355198;
}

.skills .skills-content .card .box {
  transition: all 0.3s ease;
}

.skills .skills-content .card:hover i {
  color: #fff;
}

.skills .skills-content .card .text {
  font-size: 25px;
  font-weight: 500;
  margin: 10px 0 25px 0;
}

/* Skills */

.skills {
  background: linear-gradient(#a1c2ff,#348cdd, #4881b6);
  height: 200vh;
}

.skills .title {
  color: #000;
}

.skills .skills-content {
  width: 100%;
  align-items: start;
  color: #000;
}

.skills .skills-content .column-left {
  width: 100%;
}

.skills .skills-content .column-left .text-1 {
  display: flex;
  font-size: 40px;
  margin-bottom: 80px;
  padding-bottom: 50px;
  justify-content: center;
  text-decoration: underline;
}

.skills .skills-content .column-right {
  width: 100%;
}

.grid-box {
  display: flex;
  flex-direction: column;
  gap: 40px;
  background-color: transparent;
  padding: 5px;
  margin: 5px;
  margin-top: 10px;
  max-width: 100%;
  width: 100%;
}

.grid-container {
  max-width: 100%;
  margin: 0 auto;
}

.grid-title {
  text-align: center;
  margin: 10px 0 20px 0;
  font-size: 24px;
  color: #000;
}

.grid {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.cell {
  width: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.circle {
  background: #fff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-bottom: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.circle img {
  width: 80%;
  height: 80%;
  object-fit: contain;
}

.caption {
  font-size: 20px;
  max-width: 100%;
}


/*  Experiences  */

.experiences {
  height: 100vh;
}

.experiences .title::after {
  content: "";
}

.experiences .carousel .card {
  background: #222;
  border-radius: 6px;
  padding: 35px 35px;
  text-align: center;
  overflow: hidden;
  transition: all 0.3s ease;
}

.experiences .carousel .card:hover {
  background: #1e3551;
}

.experiences .carousel .card .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  height: 50vh;
  transition: all 0.3s ease;
}

.experiences .carousel .card:hover .box {
  transform: scale(1.05);
}

.experiences .carousel .card .text {
  font-size: 25px;
  padding-bottom: 15px;
  font-weight: 500;
  margin: 40px 0 7px 0;
}

.experiences .carousel .card img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  border-radius: 50%;
  border: 5px solid #888c8d;
  transition: all 0.3s ease;
}

.experiences .carousel .card:hover img {
  border-color: #fff;
}

.owl-dots {
  text-align: center;
  margin-top: 20px;
}

.owl-dot {
  height: 13px;
  width: 13px;
  margin: 0 5px;
  outline: none !important;
  border-radius: 50%;
  border: 2px solid #888c8d !important;
  transition: all 0.3s ease;
}

.owl-dot.active {
  width: 35px;
  border-radius: 14px;
}

.owl-dot.active,
.owl-dot:hover {
  background: #18365a !important;
}

.experiences .carousel .project-details {
  font-size: large;
  margin-top: 10px;
  color:#4371b3;
}

.experiences .carousel .project-details:hover {
  color:#fff;
}

.container-projects-link {
  display: flex;
  justify-content: space-evenly;
}

.projects-link {
  display: inline-block;
  background: #1e3551b7;
  color: #fff;
  font-size: 20px;
  padding: 10px;
  margin: 30px;
  font-weight: 400;
  border-radius: 6px;
  border: 2px solid #5da3f9b7;
  transition: all 0.3s ease;
}

.projects-link:hover {
  color: #fff;
  background: #5da3f9b7;
  animation: pulsate 1s ease-in-out;
}
/*  Contact  */

.contact {
  background: linear-gradient(#a1c2ff,#348cdd, #4881b6);
  height: auto;
}

.contact .contact-content .column {
  width: 45%;
}

.contact .contact-content .text {
  font-size: 20px;
  font-weight: 600;
}

.contact .contact-content .column-left p {
  text-align: justify;
}

.contact .contact-content .column-left .icons {
  margin: 25px;
}

.contact .contact-content .row {
  display: flex;
  height: 65px;
  align-items: center;
  margin-bottom: 25px;
}

.contact .contact-content .row .info {
  margin-left: 30px;
}

.contact .contact-content .row i {
  font-size: 25px;
  color: #1e3551;
}

.contact .contact-content .info .head {
  font-weight: 500;
  color: #1e3551;
}

.contact .contact-content .info .subtitle {
  color: #333;
}

/*  Form  */

.contact .contact-content .column-right {
  text-align: center;
  height: 100%;
}

.contact .column-right form .field {
  height: 45px;
  width: 100%;
  margin-bottom: 15px;
}

.contact .column-right form .textarea {
  height: 180px;
  width: 100%;
}

.contact .column-right form .name {
  margin-right: 10px;
}

.contact .column-right form .field input,
.contact .column-right form .textarea textarea {
  height: 100%;
  width: 100%;
  border: 1px solid lightgrey;
  border-radius: 6px;
  outline: none;
  padding: 0 15px;
  font-size: 17px;
  font-family: "Poppins", sans-serif;
  transition: all 0.3s ease;
}

.contact .column-right form .field input:focus,
.contact .column-right form .textarea textarea:focus {
  border-color: #b3b3b3;
}

.contact .column-right form .textarea textarea {
  padding-top: 10px;
  resize: none;
}

.contact .column-right form .button-area {
  display: flex;
  align-items: center;
}

.column-right form .button-area button {
  color: #fff;
  display: block;
  width: 160px !important;
  height: 45px;
  outline: none;
  font-size: 18px;
  font-weight: 500;
  border-radius: 6px;
  cursor: pointer;
  flex-wrap: nowrap;
  background: #1e3551;
  border: 2px solid #1e3551;
  transition: all 0.3s ease;
}

.column-right form .button-area button:hover {
  background-color: #a1c2ff;
  border: 2px solid #fff;
}

/* Social */

.social-menu ul {
  position: absolute;
  left: 50%;
  top: 95%;
  padding: 10px;
  margin: 10px;
  transform: translate(-50%, -50%);
  display: flex;
}

.social-menu li {
  list-style: none;
  margin: 10px 15px;
  padding-top: 200px;
}

.social-menu ul li .fa {
  font-size: 30px;
  line-height: 0px;
  transition: 0.6s;
  color: #000;
}

.social-menu ul li .fa:hover {
  color: #000;
}

.social-menu ul li a {
  right: 12px;
  padding-top: 3px;
  position: relative;
  bottom: 30px;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #1e3551;
  text-align: center;
  transition: 0.6s;
}

.social-menu ul li a:hover {
  transform: translate(0 -10px);
}

.social-menu ul li:nth-child(1) a:hover {
  background-color: #a1c2ff;
}

.social-menu ul li:nth-child(2) a:hover {
  background-color: #a1c2ff;
}

.fa-brands {
  color: #fff;
  position: relative;
  top: 2px;
}

/*  Footer  */

footer {
  position: relative;
  background: #111;
  padding: 6px 16px;
  color: #c8c8c8;
  text-align: center;
}

footer span a {
  color: #1e3551;
  text-decoration: none;
}

footer span a:hover {
  text-decoration: underline;
}

/*  Media Query  */
@keyframes pulsate {
  0% {
    box-shadow: 0 0 25px #888e8d, 0 0 50px #1e3551;
  }
}

@media only screen and (min-width: 600px) {
  .navbar .logo a {
    color: #fff;
    font-size: 30px;
    font-weight: 500px;
  }
  .about .about-content .column-left img {
    height: 300px;
    width: 300px;
  }
  .skills {
    height: 200%;
  }
  .projects,
  .experiences {
    height: auto;
  }
  .projects .projects-content .card {
    width: 100%;
  }
  .projects .projects-content .card:hover {
    width: 100%;
    padding: 80px 80px;
  }
  .skills .skills-content .card {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
  .skills .skills-content .column-left .text-1 {
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: -20px;
    text-align: center;
  }
  section .title::after {
    bottom: -8px;
    font-size: 16px;
  }
  .contact {
    height: auto;
  }
  
}

@media (max-width: 1104px) {
  .navbar .logo a {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
  }
  .about .about-content .column-left img {
    height: 300px;
    width: 300px;
  }
  .skills {
    height: 200%;
  }
  .projects,
  .experiences {
    height: auto;
  }
  .projects .projects-content .card {
    width: 100%;
  }
  .projects .projects-content .card:hover {
    width: 100%;
    padding: 80px 80px;
  }
  .skills .skills-content .card {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
  .skills .skills-content .column-left .text-1 {
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: -20px;
    text-align: center;
  }
  section .title::after {
    bottom: -8px;
    font-size: 16px;
  }
  .contact {
    height: auto;
  }
  
}

/*  Scroll animation  */

.reveal-loaded .reveal [class*="reveal-"] {
  opacity: 0!important;
  animation: none!important;
  transition: 0s!important;
}

.reveal-loaded [class*="reveal-"]{
  animation: revealAnimation 1s cubic-bezier(.5, 0, 0, 1) both;
}

.reveal-loaded .reveal-2 {
  animation-delay: .1s;
}

.reveal-loaded .reveal-3 {
  animation-delay: .2s;
}

.reveal-loaded .reveal-4 {
  animation-delay: .3s;
}

.reveal-loaded .reveal-5 {
  animation-delay: .4s;
}

@media (prefers-reduced-motion: reduce) {
  .reveal-loaded  [class*="reveal-"] {
    animation: none!important;
  }
}

@keyframes revealAnimation {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@media (max-width: 1100px) {
  .menu-btn {
    display: block;
    z-index: 999;
  }
  .navbar .menu {
    position: fixed;
    height: 100vh;
    width: 100%;
    left: -100%;
    top: 0;
    background: #111;
    text-align: center;
    padding-top: 120px;
    transition: all 0.3s ease;
  }
  .navbar .menu.active {
    left: 0;
  }
  .navbar .menu li {
    display: block;
  }
  .navbar .menu li a {
    display: inline-block;
    margin: 20px 0;
    font-size: 25px;
  }
  .home .home-content .text-1 {
    font-size: 30px;
  }
  .home .home-content .text-2 {
    font-size: 60px;
  }
  .home .home-content .text-3 {
    font-size: 30px;
  }
  .home .home-content a {
    font-size: 20px;
    padding: 10px 25px;
  }
  .max-width {
    max-width: 900px;
  }
  .about,
  .projects,
  .experiences,
  .contact {
    height: 100%;
  }
  .skills {
    height: 200%;
  }
  .about .about-content {
    width: 100%;
  }
  .about .about-content .column-left {
    display: flex;
    justify-content: center;
    margin: 0 auto 60px;
  }
  .about .about-content .column-right {
    flex: 100%;
  }
  .skills .skills-content .card {
    width: calc(50% - 10px);
    margin-bottom: 20px;
    height: 40vh;
  }
  .projects .projects-content .card {
    width: 100%;
  }
  .projects .projects-content .card:hover {
    width: 100%;
    padding: 80px 80px;
  }
  .skills .skills-content .column-left .text-1 {
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: -20px;
    text-align: center;
  }
  .skills .skills-content .column,
  .contact .contact-content .column {
    width: 100%;
    margin-bottom: 35px;
  }
  .skills .skills-content .card {
    height: 25%;
  }
  .experiences .carousel {
    padding: 0 72px 0 72px;
  }

  .experiences .carousel .card .box {
    height: 70vh;
  }

  .social-menu ul {
    position: absolute;
    top: 90%;
    left: 50%;
    padding: 10px;
    margin: 10px;
    transform: translate(-50%, -50%);
    display: flex;
  }
}


@media (max-width: 900px) {
  .menu-btn {
    display: block;
    z-index: 999;
  }
  .navbar .menu {
    position: fixed;
    height: 100vh;
    width: 100%;
    left: -100%;
    top: 0;
    background: #111;
    text-align: center;
    padding-top: 120px;
    transition: all 0.3s ease;
  }
  .navbar .menu.active {
    left: 0;
  }
  .navbar .menu li {
    display: block;
  }
  .navbar .menu li a {
    display: inline-block;
    margin: 20px 0;
    font-size: 25px;
  }
  .home .home-content .text-1 {
    font-size: 30px;
  }
  .home .home-content .text-2 {
    font-size: 60px;
  }
  .home .home-content .text-3 {
    font-size: 30px;
  }
  .home .home-content a {
    font-size: 20px;
    padding: 10px 25px;
  }
  .max-width {
    max-width: 900px;
  }
  .about,
  .projects,
  .experiences,
  .skills,
  .contact {
    height: 100%;
  }
  .about .about-content {
    width: 100%;
  }
  .about .about-content .column-left {
    display: flex;
    justify-content: center;
    margin: 0 auto 60px;
  }
  .about .about-content .column-right {
    flex: 100%;
  }
  .skills .skills-content .card {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
  .projects .projects-content .card {
    width: 100%;
  }
  .projects .projects-content .card:hover {
    width: 100%;
    padding: 80px 80px;
  }
  .skills .skills-content .column-left .text-1 {
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: -20px;
    text-align: center;
  }
  .skills .skills-content .column,
  .contact .contact-content .column {
    width: 100%;
    margin-bottom: 35px;
  }

  .experiences .carousel .card .box {
    height: 65vh;
  }

  .social-menu ul {
    position: absolute;
    top: 90%;
    left: 50%;
    padding: 10px;
    margin: 10px;
    transform: translate(-50%, -50%);
    display: flex;
  }
}

@media (max-width: 600px) {
  .projects,
  .experiences,
  .skills,
  .contact {
    font-family: "enriqueta", sans-serif;
    font-size: 20px;
  }
  .navbar .logo a {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
  }
  .details,
  .contact,
  .projects, 
  .experiences {
    height: 100%;
  }
  .skills {
    height: 200%;
  }

  .details .title {
    font-size: 30px;
  }
  .details p {
    font-size: 18px;
  }
  .max-width {
    max-width: 2000px;
    padding: 0 10px;
  }
  .home .max-width {
    margin-left: 20%;
  }
  .home .home-content .text-1 {
    font-size: 25px;
  }
  .home .home-content .text-2 {
    font-size: 50px;
  }
  .home .home-content .text-3 {
    font-size: 30px;
  }
  .home .home-content a {
    font-size: 20px;
  }
  .about .about-content .column-right .text-1 {
    font-size: 20px;
  }
  .about .about-content .column-right p{
    font-size: 17px;
  }
  .projects .projects-content .card{
    height: 25%;
    padding: 50px 10px 50px 10px;
    margin: 100px 0px 100px 0px;
  }
  .projects .projects-content .card .box .reveal-2{
    width: 100%;
  }
  .skills .skills-content .card {
    padding: 30px 5px 30px 5px;
    font-size: 17px;
    text-align: center;
    width: 100%;
    height: 25%;
  }

  .experiences .carousel {
    font-size: 17px;
  }

  .experiences .carousel .card .text {
    font-size: 20px;
  }

  .experiences .carousel .card img {
    height: 80px;
    width: 80px;
    object-fit: cover;
    border-radius: 500%;
    border: 2px solid #888c8d;
    transition: all 0.3s ease;
  }

  .contact .contact-content .column .icons .row {
    font-size: 17px;
    margin: 0;
  }

  .grid-box {
    flex-direction: column;
  }
  .cell {
    flex-basis: calc(10% - 20px);
  }
  
  .grid-container {
    margin-left: 20px;
    margin-right: 20px;
  }
  
  .grid-title {
    font-size: 20px;
  }
  
  .circle {
    width: 90px;
    height: 90px;
  }
  .social-menu ul {
    position: absolute;
    top: 98%;
    left: 50%;
    padding: 10px;
    margin: 10px;
    transform: translate(-50%, -50%);
    display: flex;
  }
}
