body {
  color: #111322;
  min-width: 300px;
  max-width: 1400px;
  margin: auto;
  overflow-x: hidden;
  font-family: "Cabin Condensed", sans-serif;
}

section {
  padding: 15px;
}

#page {
  min-height: 100vh !important;
  height: 100% !important;
  padding: 2rem;
  margin-top: 3rem;
}

.experince-header {
  position: relative;
  font-size: 42px;
}
.experince-header-set {
  padding-right: 10px;
}

.experince-alt {
  color: #6c6f8a;
  margin: 50px 0;
  font-size: 22px;
  width: 70%;
}

.experince-header::before {
  content: "";
  position: absolute;
  display: flex;
  top: 50%;
  left: 0;
  height: 10%;
  width: 100%;
  z-index: -1;
}

.about-container {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.about-me-section {
  padding: 20px 0;
  width: 50%;
  color: #000;
  font-size: 18px;
  overflow: hidden;
}

.img-section {
  width: 350px;
  height: 350px;
  padding: 20px 0;
  border-radius: 5px;
}
.img-section img {
  width: 100%;
  height: 100%;
  box-shadow: 15px 15px 0 #222335;
  border-radius: 5px;
}
.about-text {
  margin-bottom: 35px;
  margin-top: 35px;
}

.skills-bar-about {
  display: flex;
  justify-content: flex-start;
  text-align: center;
  gap: 30px;
  width: 100%;
  border-radius: 5px;
  font-size: 32px;
}

.social-links {
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background: #1e213a;
  border-radius: 5px;
  transition: 0.3s ease all;
}
.social-links i {
  margin: auto;
}

.social-links:nth-child(2):hover {
  background: #0072b1;
}
.social-links:nth-child(3) {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.social-links:nth-child(3):hover {
  background: transparent;
}
.social-links:nth-child(3)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: -1;
  transition: 0.3s ease all;
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
}
.social-links:nth-child(3):hover::before {
  opacity: 1;
}
.social-links:nth-child(4):hover,
.social-links:nth-child(1):hover {
  background: #ccc;
  color: #000;
}

section .container {
  justify-content: space-between;
}

@media only screen and (max-width: 1150px) {
  .experince-alt {
    width: 100%;
  }
}

@media only screen and (max-width: 968px) {
  .about-container {
    flex-direction: column-reverse;
  }

  .about-me-section {
    width: 100%;
  }
  .img-section {
    margin-top: 25px;
    width: 200px;
    height: 200px;
    justify-content: center;
  }
}

@media only screen and (max-width: 640px) {
  .skills-bar-about {
    justify-content: center;
  }

  .experince-header-set {
    padding: 10px;
  }

  .img-section {
    margin: 20px auto;
  }

  .about-me-section {
    text-align: center;
  }

  .experince-header {
    text-align: center;
    font-size: 28px;
  }
  .about-text {
    font-size: 18px;
  }
  .experince-alt {
    text-align: center;
    font-size: 18px;
    width: 100%;
    margin: 13px 0;
    margin-bottom: 50px;
  }

  section .container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

@media only screen and (max-width: 455px) {
  .experince-header {
    text-align: center;
    font-size: 18px;
  }

  .about-text {
    font-size: 16px;
  }
  .experince-alt {
    text-align: center;
    font-size: 16px;
    width: 100%;
    margin: 13px 0;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 411px) {
  .container-fluid {
    padding: 0;
  }
}

@media only screen and (max-width: 340px) {
  .skills-bar-about {
    font-size: 22px;
    justify-content: center;
    gap: 10px;
  }
  section {
    padding: 3px;
  }
}
@media (width > 1920px) {
  #page {
    zoom: 1.4;
    padding: 5rem 10rem;
    width: 100%;
    max-width: 2000px;
    margin-left: 10rem;
  }
}
