* {
  font-family: "Lato", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding-top: 100px;
}

@media print {
  body {
    padding-top: 0;
  }
}

img {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

p,
a {
  font-size: 16px;
  line-height: 1.56;
  color: #252525;
}

a {
  text-decoration: none;
}

a:hover,
a[target="_blank"] {
  color: #3333ff;
}

.css-1gbgzh4 {
  padding-top: 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
  margin: 0 auto;
}

@media print {
  .css-1gbgzh4 {
    display: none;
  }
}

.css-1wiofhw {
  margin: 0;
}

.css-s0rr0o {
  font-size: 30px;
  font-weight: 700;
}

.css-s0rr0o:after {
  content: ".";
  color: #3333ff;
}

.css-lctuz7 {
  cursor: pointer;
  width: 40px;
  display: none;
}

.css-lctuz7:after {
  background-color: #000;
  border-radius: 3px;
  content: "";
  display: block;
  height: 5px;
  margin: 7px 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}

.css-lctuz7:before {
  background-color: #000;
  border-radius: 3px;
  content: "";
  display: block;
  height: 5px;
  margin: 7px 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}

.css-lctuz7 div {
  background-color: #000;
  border-radius: 3px;
  content: "";
  display: block;
  height: 5px;
  margin: 7px 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}

@media (max-width: 960px) {
  .css-lctuz7 {
    display: block;
  }
}

.css-kyuw30 {
  display: none;
}

@media (max-width: 960px) {
  .css-kyuw30:checked {
    display: block;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    position: fixed;
    opacity: 0;
    z-index: 9998;
  }

  .css-kyuw30:checked + div {
    display: block;
  }

  .css-kyuw30:checked + div + ul {
    transform: translateX(0px);
    box-shadow: 5px 0px 15px 4px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateX(0px);
  }
}

.css-1xkui61 {
  z-index: 9997;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  background: #000;
  opacity: 0.4;
}

.css-1eztmtk {
  margin: 0;
  padding: 0;
}

@media (max-width: 960px) {
  .css-1eztmtk {
    transition: all 200ms ease-out;
    transform: translateX(-200px);
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    background: #fff;
    height: 100%;
    width: 200px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -webkit-transform: translateX(-200px);
  }
}

.css-cihsvi {
  border-bottom: solid 1px #e3e3e3;
  padding-bottom: 20px;
  padding-top: 100px;
  margin-top: -100px;
}

.css-1ozmpdx {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.css-1fubgbz {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
}

.css-191hv6j {
  flex-direction: row;
  padding: 0 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
}

.css-1tyuk25 {
  list-style: none;
  margin: 8px 0 10px 20px;
  display: inline-block;
}

@media (max-width: 960px) {
  .css-1tyuk25 {
    display: block;
  }
}

.css-1sswet2 {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.66;
}

.css-qnzu0s {
  border-radius: 50%;
  border: solid 1px #e3e3e3;
  max-width: 177px;
  width: 100%;
}

@media print {
  .css-qnzu0s {
    max-width: 100px;
  }
}

.css-miwyjc {
  margin: 0;
  font-size: 36px;
  line-height: 1.25;
}

.css-miwyjc:after {
  content: ".";
  color: #3333ff;
}

@media print {
  .css-miwyjc:after {
    content: "";
  }
}

@media (max-width: 560px) {
  .css-xw9las {
    text-align: center;
  }
}

@media print {
  .css-xw9las {
    display: none;
  }
}

.css-zchm2w {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-around;
}

@media (max-width: 560px) {
  .css-zchm2w {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
  }
}

.css-120vmga {
  flex-direction: row;
  padding: 15px 10px;
  width: 30%;
  text-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
}

@media (max-width: 560px) {
  .css-120vmga {
    width: 100%;
  }
}

.css-12ylo60 {
  flex-direction: row;
  padding: 0 10px;
  width: 70%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
}

@media (max-width: 560px) {
  .css-12ylo60 {
    width: 100%;
  }
}

.css-1m6anh9 {
  float: left;
  clear: left;
  width: 100px;
  text-align: left;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.66;
}

.css-1m6anh9::after {
  content: ":";
}

.css-1wvklo8 {
  margin: 0 0 0 110px;
  padding: 0 0 0.5em 0;
  font-size: 14px;
  line-height: 1.4;
}

.css-1wrwiw8 {
  font-size: 12px;
  line-height: 1.66;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  transition: all 0.3s ease;
  min-width: 150px;
  text-align: center;
  padding: 10px;
  margin: 5px;
  display: inline-block;
  border: none;
  border-radius: 2px;
  color: #252525;
  background: #e3e3e3;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

.css-1wrwiw8:hover {
  box-shadow: 10px 10px 20px rgba(37, 37, 37, 0.2);
  color: #252525;
}

.css-1wrwiw8.primary {
  background: #3333ff;
  color: #fff;
}

.css-1wrwiw8.primary:hover {
  box-shadow: 10px 10px 20px rgba(51, 51, 255, 0.2);
}

.css-f77afh {
  padding-top: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 960px) {
  .css-f77afh {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
  }
}

.css-cc8cfy {
  padding: 0 10px;
  width: 30%;
}

@media (max-width: 960px) {
  .css-cc8cfy {
    width: 100%;
  }
}

.css-4kozmy {
  font-size: 30px;
  margin: 0;
}

.css-4kozmy:after {
  content: ".";
  color: #3333ff;
}

@media print {
  .css-4kozmy:after {
    content: "";
  }
}

.css-1vdxwoa {
  margin: 0;
}

@media (max-width: 960px) {
  .css-1vdxwoa {
    display: none;
  }
}

.css-hd33gx {
  padding: 0 10px;
  width: 70%;
}

@media (max-width: 960px) {
  .css-hd33gx {
    width: 100%;
  }
}

.css-1d7uo79 {
  padding: 0;
  list-style: none;
}

.css-13qvviv {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
}

.css-1auulg9 {
  margin: 0;
  line-height: 1em;
}

.css-n6780q {
  margin: 0;
  opacity: 0.8;
  font-style: italic;
}

.css-1lir6di {
  width: 60px;
  height: 60px;
  border: solid 1px #e3e3e3;
  border-radius: 50%;
  margin-right: 10px;
}

@media print {
  .css-1lir6di {
    /* display: none; */
  }
}

.css-15474bk {
  opacity: 0.8;
  font-weight: 400;
  padding-left: 10px;
}

.css-qkdgad {
  opacity: 0.8;
  margin: 0;
  font-size: 13px;
}

.css-1259ouq {
  content: attr(href);
  font-size: 0.7em;
  font-weight: normal;
  display: block;
  color: #3333ff;
}

@media print {
  .css-1259ouq:after {
    content: attr(href);
    font-size: 0.7em;
    font-weight: normal;
    display: block;
    color: #3333ff;
  }

  .css-1259ouq-hide:after {
    display: none;
  }
}

.css-qtedj8 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: solid 1px #e3e3e3;
}

@media (max-width: 600px) {
  .css-qtedj8 {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
  }
}

@media (max-width: 600px) {
  .css-1fgs2r2 {
    text-align: center;
  }
}

.css-hq6ffg {
  max-width: 270px;
  margin: 0 auto;
}

@media print {
  .css-hq6ffg {
    /* display: none; */
  }
}

.css-q7v5bu {
  opacity: 0;
  left: 0;
  position: fixed;
  z-index: 9995;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: opacity 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0.8);
  top: -100%;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
}

.css-q7v5bu:target {
  opacity: 1;
  top: 0;
  outline: none;
}

.css-1jmq36u {
  max-width: 90%;
  max-height: 80%;
  margin-top: 2%;
}

.css-b9do0y {
  padding-left: 15px;
}

.css-1k45bwb {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 1.5em;
}

@media (max-width: 600px) {
  /* .css-1k45bwb {
        text-align: center;
    } */
}

@media print {
  .css-1k45bwb {
    text-align: left;
    color: #000;
  }
}

.css-n9lewo {
  background: #e3e3e3;
  color: #252525;
  padding: 3px 9px;
  border-radius: 19px;
  display: inline-block;
  margin: 5px 5px 0 0;
  font-size: 12px;
}

@media print {
  .css-n9lewo {
    background: none;
    padding: 3px;
    margin-right: 0;
  }

  .css-n9lewo:not(:last-child):after {
    padding-left: 5px;
    content: "\2022";
  }
}

.blink {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.row {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.lastest-package {
  padding-left: 16px;
  color: #0000ee;
}

.grid {
  display: grid;
  grid-gap: 8px;
}

.gif-emoji {
  height: 270px;
}

.round-corner {
  border-radius: 10px;
}

strong {
  font-size: 20px;
  color: #000000;
  font-weight: 700;
}

.strong-more {
  font-size: 24px;
}

.highlight{
  background-color:yellow;
}

.skill-section{
  display: flex;
    flex-direction: column;
    row-gap: 16px;
    width:40vw
}

.skills{
      flex-direction: row;
    align-items: center;
    display: flex;
       justify-content: space-between;
}
