@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Space+Grotesk:wght@300..700&display=swap");

* {
  /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
  font-family: "Space Grotesk", sans-serif;
}

/* element */
body {
  background: #d1c7cf;
  background-size: 100% 100%;
  position: relative;
}

body > article {
  margin-left: 7rem;
  margin-right: 7rem;
}

.bg,
.bg * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.bg {
  z-index: -1;
}

.bg > .bg_rad {
  background: url(../images/radiation.svg) no-repeat center center fixed;
  background-size: 200% 200%;
  opacity: 0.8;
  filter: blur(50px);
}

.bg > .bg_grain {
  background: url(../images/grain.png) no-repeat center center;
  background-size: cover;
  background-attachment: scroll;
  opacity: 0.03;
}

/* id */
#my_f_name {
  color: rgb(44, 198, 44);
  text-align: left;
}

/* id */
#my_bio {
  color: gray;
  text-align: left;
}

h1 {
  font-size: 5.4rem;
  line-height: 0.8em;
}

h2 {
  margin-top: 0.5rem;
}

h3,
h4,
h5 {
  margin-top: 0.5rem;
  margin-bottom: 0.3rem;
}

h6 {
  margin-top: 0.5rem;
  margin-bottom: 0.3rem;
}

a {
  text-decoration: none;
  color: #10168c;
}

a:hover {
  text-decoration: underline;
  color: #02053d;
}

.contact-links {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.contact-links a {
  display: flex;
  align-items: center;
}

.contact-links a::before {
  display: inline-block;
  width: 2.5vw;
  height: 2.5vw;
  margin-right: 0.3rem;
}

.svg-icon {
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  transition: all 0.2s ease-in-out;
  display: inline-block;

  height: 40px;
  width: 40px;
  background-color: black;
}

ul {
  padding-inline-start: 0;
}

ul.contact-links a {
  display: flex;
  gap: 10px;
}

li {
  list-style-type: none;
}

.block {
  margin-top: 2rem;
}

.block-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 3rem;
}

.block-header::after {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #143642;
}

.block-title,
.block-order {
  font-weight: 400;
  font-size: 2.1rem;
  line-height: 1em;
  text-transform: uppercase;

  color: #143642;
}

.block-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 2rem;
  font-size: 1.3rem;
}
.block-content * {
  font-family: "Outfit", sans-serif;
}

.grid-layout {
  display: grid;
  grid-template-columns: minmax(25%, 1fr) 2fr 2fr;

  grid-template-rows: repeat(2, auto);
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
}

.contact {
  grid-area: 1 / 1 / 3 / 2;
  margin-top: 4.32em;
}

.contact ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact ul * {
  font-weight: 400;
  width: 100%;
  font-size: clamp(1rem, 1.5vw, 2rem);
  line-height: 1em;
  text-transform: uppercase;
}

.contact .block-content * {
  font-family: "Space Grotesk", sans-serif;
}

.title {
  grid-area: 1 / 2 / 2 / 4;
}

.info-col1 {
  grid-area: 2 / 2 / 3 / 3;
}

.exp-block {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.2rem;
}

.exp-date {
  font-size: 1.4rem;
}

.exp-title {
  font-weight: 400;
  font-size: 1.9rem;
}

.exp-company {
  font-weight: 400;
  font-size: 1.4rem;
  margin: 0;
  position: relative;
}

.exp-company::before {
  content: "@";
  margin-right: 0.3rem;
}

.exp-description {
  font-size: 1.3rem;
}

.info-col2 {
  grid-area: 2 / 3 / 3 / 4;
}

.table tr {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.8rem;
}

.table td {
  width: 50%;
  display: flex;
  flex-direction: column;
}

#projects tr > td {
  position: relative;
  width: 65%;
}

#projects td ~ td {
  width: 30%;
}

#projects td ~ td::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #14364270;
}

#languages td ~ td {
  text-align: right;
}

#telegram-icon {
  -webkit-mask-image: url(../images/telegram.svg);
  mask-image: url(../images/telegram.svg);
}

#ghub-icon {
  -webkit-mask-image: url(../images/square-github.svg);
  mask-image: url(../images/square-github.svg);
}

#lin-icon {
  -webkit-mask-image: url(../images/linkedin.svg);
  mask-image: url(../images/linkedin.svg);
}

/* class */
.my_name {
  padding-top: 35px;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
  justify-content: center;
}

.box_1 {
  background-repeat: no-repeat;
  flex: 25;
  padding-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
}

.marg_1 {
  margin-bottom: 0px;
}

.image_1 {
  background: url(../images/chad.jpg);
  width: 150px;
  height: 150px;
  border-radius: 150px;
  background-repeat: no-repeat;
  display: block;
  background-size: 150px 150px;
}

.box_2 {
  margin-left: 35px;
  flex: 60;
  font-size: 28px;
}

.box_3 {
  margin-left: 35px;
  flex: 15;
  font-size: 26px;
}

.no_margin {
  line-height: 0;
}

.no_margin1 {
  padding: 0px;
}

.div_ex {
  padding-bottom: 25px;
}

.div_ex1 {
  padding-bottom: 10px;
}

.my_inf {
  padding-bottom: 35px;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
  justify-content: center;
}

.box_4 {
  flex: 25;
  font-size: 28px;
}

.box_5 {
  margin-left: 35px;
  flex: 75;
  font-size: 28px;
}

.l_box5 {
  list-style: none;
}

#m_sk {
  font-size: 33px;
}

hr {
  border: none;
  background-color: #143642;
  color: #143642;
  height: 1px;
  margin: 2rem;
}

.end {
  display: flex;
  justify-content: center;
  font-size: 1.2rem;
}

@media (max-width: 1200px) {
  .my_name {
    max-width: 1130px;
  }

  .my_inf {
    max-width: 1130px;
  }

  .image_1 {
    width: 250px;
    height: 250px;
    border-radius: 250px;
    background-size: 250px 250px;
  }

  .image_1:hover {
    background: url(../images/chad1.jpg);
  }

  .box_2 {
    font-size: 24px;
  }

  .box_3 {
    font-size: 22px;
  }

  .box_4 {
    font-size: 18px;
  }

  .box_5 {
    font-size: 24px;
  }

  #m_sk {
    font-size: 29px;
  }

  .end {
    font-size: 12px;
  }
}

@media (max-width: 992px) {
  .my_name {
    max-width: 922px;
  }

  .my_inf {
    max-width: 922px;
  }

  .image_1 {
    width: 200px;
    height: 200px;
    border-radius: 200px;
    background-size: 200px 200px;
  }

  .box_2 {
    font-size: 20px;
  }

  .box_3 {
    font-size: 18px;
  }

  .box_4 {
    font-size: 14px;
  }

  .box_5 {
    font-size: 20px;
  }

  #m_sk {
    font-size: 25px;
  }

  .end {
    font-size: 10px;
  }
}

@media (max-width: 760px) {
  .my_name {
    max-width: none;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .my_inf {
    max-width: none;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .image_1 {
    width: 150px;
    height: 150px;
    border-radius: 150px;
    background-size: 150px 150px;
  }

  .box_2 {
    margin-left: 15px;
    font-size: 18px;
  }

  .box_3 {
    margin-left: 15px;
    font-size: 16px;
  }

  .box_4 {
    margin-left: 15px;
    font-size: 14px;
  }

  .box_5 {
    margin-left: 15px;
    font-size: 18px;
  }

  #m_sk {
    font-size: 23px;
  }

  .end {
    font-size: 12px;
  }
}

@media (min-width: 321px) and (max-width: 759px) {
  .my_name {
    max-width: none;
  }

  .my_inf {
    max-width: none;
  }

  .image_1 {
    width: 110px;
    height: 110px;
    border-radius: 110px;
    background-size: 110px 110px;
    border-width: 2px;
  }

  .box_2 {
    font-size: 12px;
  }

  .box_3 {
    font-size: 10px;
  }

  .box_4 {
    font-size: 10px;
  }

  .box_5 {
    font-size: 12px;
  }

  #m_sk {
    font-size: 12px;
  }

  .end {
    font-size: 10px;
  }
}

@media only screen and (max-width: 320px) {
  .my_name {
    max-width: none;
  }

  .my_inf {
    max-width: none;
  }

  .image_1 {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    background-size: 80px 80px;
    border-width: 2px;
  }

  .box_2 {
    font-size: 12px;
  }

  .box_3 {
    font-size: 10px;
  }

  .box_4 {
    font-size: 12px;
  }

  .box_5 {
    font-size: 12px;
  }

  #m_sk {
    font-size: 15px;
  }

  .end {
    font-size: 10px;
  }
}

@media print {
  /* a {
    text-decoration: underline;
  } */
}
