html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

a {
    color: inherit;
    text-decoration: none;
}

:root {
    --text-color: #FFFFFF;
    --main-color: #00ADB5;
    --back-color: #222831;
}


.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
  }

  .oswald-bold {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
  }
  


  body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: var(--text-color);
  }

  p {
    display: block;
    padding: 0;
    margin: 0
  }

  .container {
    margin: 0 auto;
  }

  .main {
    display: flex;
    flex-direction: column;
    background-color: var(--back-color);
    background-repeat: no-repeat;
    max-width: 1440px;
    min-height: 1024px;
    overflow: hidden;
    z-index: -10;
  }

  .header {
    position: relative;
    display: flex;
    z-index: 2;
    justify-content: space-between;
    padding: 48px 96px;
    border-bottom: solid;
    border-color: #EEEEEE1A;
    border-width: 2px;
  }

  .header-left {
    display: flex;
    align-items: center;
    font-size: 24px;
  }

  .header-right {
    display: flex;
    align-items: center;
    gap: 48px;
    font-size: 18px;

  }



  .content {
    display: flex;
    flex-direction: column;
    background-image: url(./images/projects/doodle_items.png);
    background-repeat: repeat;
    min-height: 300px;
    gap:30px;
    padding: 96px;
  }


.main-par {
    font-size: 64px;
}

.main-par span {
    color: var(--main-color);
}


.links-block {
    display: flex;
    gap: 25px;
    font-size: 18px;
    
    
}

.link-item {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #393E4680;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    border-radius: 24px;
    padding: 12px;
    min-width: 150px;
}

.info-block {
    display: flex;
    justify-content: center;
    gap: 48px;
    padding-top: 48px;
}


.work-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.name-work {
  position: relative;
  display: flex;
  justify-content: center;
  font-size: 18px;
  min-width: 200px;
  max-width: 260px;
  background: linear-gradient(45deg, #393E4680, #00ADB5);
  padding: 10px;
  border-radius: 24px;
}

.info-item {
  position: relative;
    display: flex;
    flex-direction: column;
    width: 370px;
    height: 280px;
    border-radius: 16px;
    background-color: #393E4680;
    overflow: hidden;
}


.link-pick-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.link-pick-row p {
  color: var(--main-color);
  font-size: 12px;
}

.link-pick {
  display: flex;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: var(--main-color);
  border-radius: 15px;
}

.link-pick img {
  width: 100%;
  height: 100%;
  opacity: 0.4;
  cursor: pointer;
}

@keyframes glowing {
  0% { background-color: #dbf5f7; box-shadow: 0 0 5px #dbf5f7; }
  50% { background-color: #56ebd2; box-shadow: 0 0 20px #56ebd2; }
  100% { background-color: #018d86; box-shadow: 0 0 5px #018d86; }
  }
  .link-pick {
  animation: glowing 2500ms infinite;
  }



.nout-1 {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 185px;
  height: auto;
  top: 146px;
  left: 175px;
  z-index: 5;
}

.nout-1 img {
    width: 100%;
    height: 100%;
}

.pict-1 {
  position: absolute;  
  display: flex;
    justify-content: center;
    width: 150px;
    height: auto;
    top: 100px;
    left: 20px;
}

.pict-1 img {
    width: 100%;
    height: 100%;
}

.pict-2 {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100px;
  height: auto;
  top: -10px;
  left: 273px;
}

.pict-2 img {
  width: 100%;
  height: 100%;
}

.pict-3 {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 133px;
  height: auto;
  top: 158px;
  left: 201px;
  z-index: 4;
}

.pict-5 img {
  width: 100%;
  height: 100%;
}


.pict-5 {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 115px;
  height: auto;
  z-index: 10;
  top: 5px;
  left: 85px;
}

.pict-3 img {
  width: 100%;
  height: 100%;
}

.pict-6 {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 73px;
  height: 155px;
  z-index: 8;
  top: 15px;
  left: 107px;
}

.pict-6 img {
  width: 100%;
  height: 100%;
}

.pict-7 {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 117px;
  height: auto;
  left: 236px;
  top: 99px;
  z-index: 12;
  
}

.pict-7 img {
  width: 100%;
  height: 100%;
}

.pict-8 {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 88px;
  height: auto;
  left: 296px;
  top: 152px;
  
}

.pict-8 img {
  width: 100%;
  height: 100%;
}

.pict-9 {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 84px;
  left: 191px;
  height: auto;
  top: 20px;
  
}

.pict-9 img {
  width: 100%;
  height: 100%;
}

.pict-10 {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 116px;
  height: auto;
  top: 50px;
  left: 58px;
  z-index: 30;
  
}

.pict-10 img {
  width: 100%;
  height: 100%;
}

.pict-11 {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 105px;
  height: auto;
  z-index: 20;
  top: 0px;
  
}

.pict-11 img {
  width: 100%;
  height: 100%;
}

.pict-12 {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 66px;
  height: 144px;
  left: 20px;
  top: 7px;
  
}

.pict-12 img {
  width: 100%;
  height: 100%;
}

.pict-13 {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 75px;
  height: 159px;
  left: 258px;
  top: 108px;
}

.pict-13 img {
  width: 100%;
  height: 100%;
}



  .footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-top: solid 2px #EEEEEE1A ;
    padding: 48px 96px;
    gap:35px;
  }
  
  .link-icons-block {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 48px;
    font-size: 18px;
  }
  
  .link-icon-item {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: normal;
    gap: 14px;
    padding: 10px;
  }
  
  .item-img {
    width: 24px;
    height: 24px;
  }
  
  .item-img img {
    width: 100%;
    height: 100%;
  }
  
  .circle-link-block {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
  }
  
  .circle-item {
    display: flex;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50px;
    padding: 12px;
    background-color: #393E46;
    border-radius: 50px;
  }
  
  .circle-item img {
    width: 100%;
    height: 100%;
  
  }
  
  
  .git-hub {
    padding: 4px;  
  }
  
  .main-pic img, .ellipse img, .left-pic img, .keyb img, .mail img {
    width: 100%;
    height: 100%;
  }


  .all-rect {
    background-color: var(--main-color);
  }

  @media screen and (max-width: 767px) {

    .header {
      flex-direction: column;
      justify-content: center;
      align-content: center;
      gap: 15px;
      padding: 24px 24px;
      align-items: center;
    }
  
    .header-left {
      font-size: 18px;
    }
  
    .header-right {
      font-size: 14px;
    }
  
  
    .content {
      padding: 48px;
      gap:15px;
    }

    .main-par {
      font-size: 36px;
    }

    .links-block {
      gap: 15px;
    }

    .link-item {
      min-width: 110px;
    }

    .info-block {
      flex-wrap: wrap;
      padding-top: 68px;
      gap: 68px;
    }
  
  
    .footer {
      padding: 24px 48px;
      margin-top: 30px;
      gap:15px;
    }
  
    .link-icons-block {
      gap: 20px;
      font-size: 12px;
    }
  
    .item-img {
      width: 16px;
      height: 16px;
    }
  
    .circle-item {
      width: 24px;
      height: 24px;
      padding: 6px;
      align-items: center;
    }
  
  }