header {
  height: 100dvh;
  width: 100dvw;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#inner_box {
  position: relative;
  height: 100%;
  width: 100%;
  background: var(--primary-color);
  top: 0;
}
#grain {
  width: 100vw !important;
  position: absolute !important;
  pointer-events: none !important;
  z-index: 100;
}
.white_space {
  height: 25vh;
  width: 100%;
  background: var(--font-color);
  position: relative;
}

/* --------------circle PAth */
.brand-circle {
  height: 210px;
  width: 210px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  border-radius: 50%;
  background: transparent;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  top: 25%;
  border: 2px solid var(--background-color);
  pointer-events: none;
}
.brand-circle:hover > .brand-circle .text,
.brand-circle2:hover > .brand-circle2 .letter {
  animation: anim 50s linear infinite;
}
.brand-circle .text {
  width: 100%;
  height: 100%;
  position: absolute;
  animation: anim 25s linear infinite;
  color: var(--background-color);
  font-family: var(--heading-font);
  font-weight: 400;
  font-weight: 900;
  pointer-events: none;
}
.brand-circle .text span {
  position: absolute;
  left: 50%;
  top: 3%;
  font-size: 1.2em;
  transform-origin: 0 100px;
  pointer-events: none;
}
@keyframes anim {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.white_box {
  height: 120px;
  width: 120px;
  background: var(--background-color);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-family: var(--heading-font);
  font-weight: 900;
  color: var(--font-color);
  transition: 0.4s;
  pointer-events: none;
}
.white_box img {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid var(--background-color);
  transition: 0.7s;
}

/* -----nav__links */

nav {
  position: relative;
  width: 100%;
  height: 100%;
}

nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  flex-direction: column;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 112px;
}
nav ul li {
  margin: 10px 0;
  padding: 20px 20px;
  text-align: center;
  position: relative;
}
nav ul li a {
  text-decoration: none;
  text-align: center;
  font-family: var(--heading-font);
  font-size: 1.3rem;
  color: var(--background-color);
  width: fit-content;
}
ul li a:after {
  content: "";
  background-color: var(--background-color);
  position: absolute;
  height: 3px;
  width: 100%;
  left: 0;
  bottom: -10px;
  transition: all 0.4s ease-in-out;
  transform: scaleX(0);
}
ul li a:hover:after {
  width: 100%;
  transform: scaleX(1);
}

/* --NAME */

#name {
  font-size: 17.5vw;
  height: auto;
  position: absolute;
  bottom: 0px;
  text-align: left;
  left: 0vw;
  width: 100%;
  font-family: var(--heading-font);
  font-weight: 900;
  color: var(--placeholder);
  line-height: 11vw;
  transform: scaleX(1.06);
  text-transform: uppercase;
  letter-spacing: -2px;
  text-align: center;
  pointer-events: none;
}

/* -----------Main  */

main {
  background: var(--placeholder);
  padding: 0 16px;
  position: relative;
}
#about_me {
  padding: 24px 8px;
  background: var(--background-color);
  position: relative;
}
.stick {
  position: sticky;
  top: 0;
  background-color: var(--background-color);
}
#about_me .stick h1 {
  font-family: var(--heading-font);
  padding: 16px 24px;
  text-align: center;
  font-size: 42px;
  color: var(--primary-color);
}
#about_me a:hover {
  text-decoration: underline;
}
#about_me p,
#about_me a {
  font-family: var(--heading-font);
  padding: 16px 8px;
  text-align: center;
  font-size: 18px;
  color: var(--font-color);
  background-color: var(--background-color);
  text-decoration: none;
  z-index: 10;
  background-color: transparent;
  transition: 0.3s;
}

#processes {
  padding: 24px 8px;
  height: 150vh;
  background-color: var(--background-color);
}

#processes div {
  border: var(--primary-color) 2px solid;
  height: 33%;
  position: sticky;
  top: 0;
  background: var(--background-color);
}
#processes div h1 {
  border: var(--primary-color) 1px solid;
  background: var(--primary-color);
  padding: 32px 0;
  width: 100%;
  text-align: center;
  font-family: var(--heading-font);
  font-weight: 600;
  font-size: 28px;
  color: var(--background-color);
}
#processes div p {
  font-family: var(--heading-font);
  color: var(--font-color);
  text-align: center;
  padding: 28px 14px;
  font-weight: 300;
  background-color: var(--background-color);
}

/* --Services */
#services {
  border: 1px solid whitesmoke;
  padding: 24px 8px;
  position: relative;
  background: var(--background-color);
}
.hire_me {
  padding: 16px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: sticky;
  top: 0;
}
.hire_me h1 {
  font-size: 40px;
  font-family: var(--heading-font);
  font-weight: 700;
  padding: 24px auto;
  text-align: center;
  color: var(--primary-color);
}
.hire_me button {
  background: var(--background-color);
  width: 100%;
  max-width: 430px;
  transition: 0.5s;
  border: 2.5px solid var(--font-color);
  position: relative;
  cursor: pointer;
  border: none;

  font-family: var(--heading-font);
  border: 2.5px solid var(--font-color);
  border-radius: 50px;
  margin: 0 auto;
  color: var(--font-color);
  height: 70px;
  overflow: hidden;
}
.hire_me button h6 {
  text-align: center;
  font-size: 30px;
  padding: 4px;
  z-index: 10;
  position: relative;
}

.hire_me button:after {
  content: "";
  background-color: whitesmoke;
  position: absolute;
  height: inherit;
  width: 100%;
  left: 0;
  bottom: 0px;
  transition: all 0.6s ease-in-out;
  transform: scaleY(0);
  transform-origin: top;
}
.hire_me button:active:after {
  width: 100%;
  transform: scaleY(1);
  color: var(--background-color);
}
.hire_me button:hover:after {
  width: 100%;
  transform: scaleY(1);
  color: var(--background-color);
}
.hire_me button:hover {
  scale: 1;
  color: var(--background-color);
}
.hire_me button:active {
  scale: 0.98;
}
.List_of_skills {
  border: 1px solid var(--primary-color);
  background: var(--background-color);
}
.List_of_skills .UI_design {
  border: 1px solid var(--primary-color);
  display: flex;
  height: 150px;
  width: 100%;
  justify-content: center;
  align-items: center;
  background: var(--background-color);
}
.List_of_skills .UI_design h1 {
  text-wrap: 23;
  text-align: center;
  font-family: var(--heading-font);
  font-weight: 800;
  color: var(--font-color);
  background: var(--background-color);
}
.List_of_skills .UI_design .number {
  font-family: var(--heading-font);
  color: rgba(57, 75, 57, 0.288);
  position: absolute;
  right: 4px;
  bottom: -8px;
  font-size: 48px;
  font-weight: 900;
}
.desktop_h1 {
  display: none;
}
.tablet_mobile_h1 {
  display: block;
}
.hire_me {
  background: var(--background-color);
  width: 100%;
  position: sticky;
  right: 1px;
  z-index: 1000;
}
/* ___________logos---- */
svg {
  height: 100%;
  width: 100%;
}
#toolz {
  padding: 28px 0px;
}
#toolz .tools_header {
  font: 700 60px var(--heading-font);
  text-align: center;
  padding: 16px 0;
  color: var(--primary-color);
}
.List_of_skills .UI_design {
  background-color: var(--background-color);
  position: relative;
}
.UI_design {
  background-color: var(--background-color);
}

.List_of_skills .UI_design h1 {
  text-wrap: 23;
  text-align: center;
  font-family: var(--heading-font);
  font-weight: 800;
}
.List_of_skills .UI_design .number {
  font-family: var(--heading-font);
  color: rgba(57, 75, 57, 0.288);
  position: absolute;
  right: 0px;
  bottom: 0px;
  font-size: 32px;
  font-weight: 900;
  z-index: 100;
}
.tools_container-top {
  width: 100%;
  display: flex;
  background: white;
  animation: none;
  align-items: center;
  position: relative;
}

.tools_container-bottom {
  align-items: center;
  display: flex;
  background: transparent;
  animation: none;
  border-top: 2px var(--background-color) solid;
  background-color: white;
}

.tools_visuals {
  display: grid;
  grid-template-rows: 50% 50%;
  height: 180px;
  overflow-x: hidden;
  position: relative;
  width: 100%;
}

.tools_container-top .tools-section {
  display: flex;
  align-items: end;
  justify-content: space-evenly;
  flex-wrap: wrap;
  width: 100%;
}

.tools_container-bottom .tools-section {
  display: flex;
  align-items: end;
  justify-content: space-evenly;
  flex-wrap: wrap;
  width: 100%;
}
.tools-section div {
  margin: 0px;
  width: 10vw;
  aspect-ratio: 1/1;
  display: flex;
  white-space: nowrap;
  background: var(--placeholder);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  background: white;
  border: 1px solid var(--background-color);
}

.tools-section_two {
  display: none;
}
/* ----------work---- */

#work {
  padding: 34px 0px;
  border-top: 1px solid white;
}

#work .work_header {
  font: 700 48px var(--heading-font);
  text-align: center;
  padding: 16px 0;
  color: var(--primary-color);
}
.LLHQ {
  position: relative;
  border-bottom: 2px solid white;
  margin: 30px 0;
}
.LLHQ_image_caption .word_carousel .hidden_words,
.LLHQ_image_caption .word_carousel .hidden_words2 {
  display: none;
  min-width: fit-content;
  animation: slideShow001 1s linear infinite reverse;
}

.LLHQ .first_img-shower {
  background-image: url(/media/zleague1_img/z1.jpg);
}
.LLHQ .second_img-shower {
  background-image: url(/media/LLHQ_img/learnersLicenseHQ.jpg);
}
.LLHQ .third_img-shower {
  background-image: url(/media/LOOTno1.jpg);
}
.LLHQ .forth_img-shower {
  background-image: url(/media/imgforWork/Desktop\ -\ 1\ \(1\).png)
}
.LLHQ .fifth_img-shower {
  background-image: url(/media/loverHurtsHero.png);
  background-position: right center;
}
.LLHQ .sixth_img-shower {
  background-image: url(/media/imgforWork/Desktop\ -\ 31.png);
}
.LLHQ .seventh_img-shower {
  background-image: url(/media/imgforWork/Desktop\ -\ 26TradeMark\ Tracking\ \(1\).png);
}
.LLHQ .eighth_img-shower {
  background-image: url(/media/imgforWork/Desktop\ -\ 1.png);
}
.LLHQ .ninth_img-shower {
  background-image: url(/media/imgforWork/Desktop\ -\ 1AmbariDesign1.png);
}
.LLHQ .tenth_img-shower {
  background-image: url(/media/imgforWork/Desktop\ -\ 1roofsealers.png);
 
}
.LLHQ .LLHQ_image_caption {
  padding: 0 0 60px;
}
.LLHQ h3 {
  font: 700 22px var(--heading-font);
  color: var(--font-color);
}
.LLHQ p {
  font: 400 16px var(--heading-font);
  color: var(--font-color);
}
.word_carousel {
  display: none;
  position: relative;
  left: -50%;
  bottom: 100px;
  width: 200%;
  transition: 0.7s;
}
#work .word_carousel h1 {
  display: flex;
  font-size: 145%;
  width: fit-content;
  z-index: 100;
  position: relative;
}

/* ----------Footer----- */
footer {
  height: 100vh;
  width: 100vw;
  display: flex;
  background: var(--placeholder);
  padding: 0px;
  position: relative;
  bottom: 0;
}
.attemptno1 {
  position: relative;
}
#grain {
  width: 10000px;
  position: absolute !important;
  pointer-events: none !important;
  z-index: 10000;
}
.tester {
  width: 100vw;
  height: 100vh;
  position: relative;
  z-index: 1;
}
#Hire {
  height: 100%;
  width: 100%;
  background: var(--primary-color);
  background-blend-mode: screen;
  margin: 0;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
  justify-content: left;
  align-items: center;
}
#Hire h1 {
  font-size: 18.5vw;
  height: auto;
  position: absolute;
  top: 0vh;
  text-align: left;
  width: 100%;
  left: 0vw;
  transform: scaleX(1.05);
  font-family: var(--heading-font);
  font-weight: 900;
  color: var(--placeholder);
  line-height: 11vw;
  text-wrap: nowrap;
}
#Hire ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  flex-direction: column;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 112px;
}
#Hire ul li {
  margin: 10px 0;
  padding: 20px;
  text-align: center;
  position: relative;
}
#Hire ul li a {
  text-decoration: none;
  text-align: center;
  font-family: var(--heading-font);
  font-size: 1.3rem;
  color: var(--background-color);
}

#Hire .brand-circle2 {
  height: 210px;
  width: 210px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  border-radius: 50%;
  background: transparent;
  right: 50%;
  transform: translateX(50%);
  bottom: 60%;
  border: 2px solid var(--background-color);
}
#Hire .brand-circle2 .letter {
  width: 100%;
  height: 100%;
  position: absolute;
  animation: anim 25s linear infinite;
  color: var(--background-color);
  font-family: var(--heading-font);
  font-weight: 400;
  font-weight: 900;
}
#Hire .brand-circle2 .letter span {
  position: absolute;
  left: 50%;
  top: 3%;
  font-size: 1.2em;
  transform-origin: 0 100px;
}
@keyframes anim {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.white_box {
  height: 120px;
  width: 120px;
  background: var(--background-color);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-family: var(--heading-font);
  font-weight: 900;
  color: var(--font-color);
  transition: 0.4s;
}
#Hire p {
  position: absolute;
  bottom: 2vh;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  color: var(--background-color);
  font-family: var(--heading-font);
  font-size: 13px;
}
button:hover {
  background: rgba(255, 255, 255, 0.116);
  font-weight: 600;
  border: 3.5px solid var(--font-color);
  scale: 1.03;
  box-shadow: #fff -5px -5px, #fff 5px 5px#fff 5px -5px, #fff -5px 5px;
}
/* __________Tablet mode */
/* __________Tablet mode */

@media (max-width: 1100px) and (min-width: 600px) {
  #inner_box {
    position: relative;
    height: 94%;
    width: 97%;
    background: var(--primary-color);
    border-radius: 120px 0 0 0;
  }
  header {
    background: var(--background-color);
  }
  .white_box {
    height: 120px;
    width: 120px;
    background: var(--background-color);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0px;
    transition: 0.4s;
    border: 2px solid var(--background-color);
  }
  .white_space {
    display: none;
  }
  /* --------------circle PAth */
  .brand-circle {
    height: 210px;
    width: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    border-radius: 50%;
    background: transparent;
    left: 109px;
    top: 109px;
    border: 2px solid var(--background-color);
  }
  .brand-circle .text {
    width: 100%;
    height: 100%;
    position: absolute;
    animation: anim 20s linear infinite;
    color: var(--background-color);
    font-family: var(--heading-font);
    font-weight: 400;
    font-weight: 900;
  }
  .brand-circle .text span {
    position: absolute;
    left: 50%;
    top: 3%;
    font-size: 1.2em;
    transform-origin: 0 100px;
  }

  /* -----nav__links */

  nav {
    position: relative;
    width: 100%;
    height: 100%;
  }

  nav ul {
    display: flex;
    justify-content: right;
    align-items: start;
    list-style: none;
    flex-direction: row;
    height: 0%;
    width: 100%;
    position: absolute;
    top: 0px;
    right: 0;
  }

  nav ul li {
    margin: 10px 0;
    padding: 20px;
    text-align: center;
  }
  nav ul li a {
    text-decoration: none;
    text-align: center;
    font-family: var(--heading-font);
    font-size: 1.3rem;
    color: var(--background-color);
  }
  /* --NAME */

  #name {
    font-size: 16.5vw;
    left: 0vw;
  }
  #tablet_desktop_view-section {
    display: flex;
    padding-top: 60px;
    background: var(--placeholder);
  }
  #about_me {
    min-width: 44%;
  }
  #about_me .stick h1 {
    font-family: var(--heading-font);
    padding: 0px 24px 32px;
    text-align: center;
    font-size: 49px;
    color: var(--primary-color);
  }
  #about_me p,
  #about_me a {
    font-family: var(--heading-font);
    padding: 16px 0px;
    text-align: center;
    font-size: 19px;
    color: var(--font-color);
    background-color: transparent;
  }
  /* --Services */
  #services {
    padding: 24px 8px;
    position: relative;
  }
  .hire_me {
    padding: 16px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    position: sticky;
    top: 0;
  }
  .hire_me h1 {
    font-size: 40px;
    font-family: var(--heading-font);
    font-weight: 700;
    padding: 24px auto;
    text-align: center;
  }
  #services button {
    width: 100%;
    max-width: 300px;
    font-size: 30px;
    font-family: var(--heading-font);
    font-weight: 400;
    text-align: center;
    border: 2.5px solid var(--font-color);
    border-radius: 50px;
    padding: 4px;
    margin-top: 34px;
    background: var(--placeholder);
    margin: 0;
  }
  .List_of_skills {
    border: 1px solid var(--primary-color);
  }

  .List_of_skills .UI_design {
    border: 1px solid var(--primary-color);
    display: flex;
    height: 150px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0 48px;
    position: sticky;
    top: 90px;
  }
  .List_of_skills .UI_design h1 {
    text-wrap: 23;
    text-align: left;
    font-family: var(--heading-font);
    font-weight: 800;
    color: var(--font-color);
  }
  .List_of_skills .UI_design .number {
    font-family: var(--heading-font);
    color: rgba(57, 75, 57, 0.288);
    position: static;
    right: 0px;
    bottom: 0px;
    font-size: 72px;
    font-weight: 900;
  }
  /* ___________logos---- */
  svg {
    height: 100%;
    width: 100%;
  }
  #toolz {
    padding: 28px 8px;
  }
  #toolz h1 {
    font: 700 60px var(--heading-font);
    text-align: center;
    padding: 16px 0;
    color: var(--primary-color);
  }
  .tools_container-top {
    width: 100%;
    display: flex;
    background: white;
    animation: none;
    align-items: center;
    position: relative;
  }

  .tools_container-bottom {
    align-items: center;
    display: flex;
    background: white;
    animation: none;
  }

  .tools_visuals {
    display: grid;
    grid-template-rows: 50% 50%;
    height: 320px;
    overflow-x: hidden;
    position: relative;
    width: 100%;
  }

  .tools_container-top .tools-section {
    display: flex;
    align-items: end;
    justify-content: space-evenly;
    flex-wrap: wrap;
    width: 100%;
  }

  .tools_container-bottom .tools-section {
    display: flex;
    align-items: end;
    justify-content: space-evenly;
    flex-wrap: wrap;
    width: 100%;
  }
  .tools-section div {
    margin: 2px;
    height: 20%;
    width: 10%;
    display: flex;
    white-space: nowrap;
    background: var(--placeholder);
    cursor: pointer;
  }
  .tools-section_two div {
    margin-inline: auto;
    height: 24%;
    width: 14%;
    display: flex;
    white-space: nowrap;
    background: var(--placeholder);
    cursor: pointer;
  }
  .tools-section_two {
    display: none;
  }
  button:hover {
    background: rgba(255, 255, 255, 0.137);
    font-weight: 600;
    border: 3.5px solid var(--font-color);
    scale: 1.03;
    box-shadow: #fff -5px -5px, #fff 5px 5px#fff 5px -5px, #fff -5px 5px;
  }
  /* _________ images from onwards */
  #work {
    padding: 34px 4px;
  }

  #work h1 {
    font: 700 48px var(--heading-font);
    text-align: center;
    padding: 16px 0;
  }
  .LLHQ {
    position: relative;
    margin: 30px 0;
  }
  .LLHQ_image_caption .word_carousel .hidden_words,
  .LLHQ_image_caption .word_carousel .hidden_words2 {
    display: none;
  }

  .LLHQ .first_img-shower {
    background-image: url(/media/zleague1_img/z1.jpg);
  }
  .LLHQ .second_img-shower {
    background-image: url(/media/LLHQ_img/learnersLicenseHQ.jpg);
  }
  .LLHQ .third_img-shower {
    background-image: url(/media/LOOTno1.jpg);
  }
  .LLHQ .forth_img-shower {
    background-image: url(/media/no2Z1.jpg);
  }
  .LLHQ .LLHQ_image_caption {
    padding: 0 0 60px;
  }
  .LLHQ h3 {
    font: 700 22px var(--heading-font);
    color: var(--font-color);
  }
  .LLHQ p {
    font: 400 16px var(--heading-font);
    color: var(--font-color);
  }
  footer {
    height: 100vh;
    width: 100vw;
    display: flex;
    background: var(--placeholder);
    padding: 24px;
  }
  #Hire {
    height: 100%;
    width: 100%;
    background: var(--primary-color);
    margin: 0;
    padding: 0;
    border-radius: 0 0 120px;
    display: flex;
    position: relative;
    overflow: hidden;
    justify-content: left;
    align-items: center;
  }
  #Hire h1 {
    font-size: 18.5vw;
    height: auto;
    position: absolute;
    top: 0vh;
    text-align: left;
    width: 100%;
    left: -1vw;
    transform: scaleX(1);
    font-family: var(--heading-font);
    font-weight: 900;
    color: var(--placeholder);
    line-height: 11vw;
    text-wrap: nowrap;
  }
  #Hire ul {
    display: flex;
    justify-content: start;
    align-items: center;
    list-style: none;
    flex-direction: row;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0%;
  }
  #Hire ul li {
    margin: 0px 0;
    padding: 10px;
    text-align: center;
  }
  #Hire ul li a {
    text-decoration: none;
    text-align: center;
    font-family: var(--heading-font);
    font-size: 1rem;
    color: var(--background-color);
  }
  #Hire .brand-circle2 {
    height: 210px;
    width: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    border-radius: 50%;
    background: transparent;
    right: 0%;
    transform: translate(0%, 0%);
    bottom: 0.5%;
    border: 2px solid var(--background-color);
  }
  #Hire .brand-circle2 .letter {
    width: 100%;
    height: 100%;
    position: absolute;
    animation: anim 25s linear infinite;
    color: var(--background-color);
    font-family: var(--heading-font);
    font-weight: 400;
    font-weight: 900;
  }
  #Hire .brand-circle2 .letter span {
    position: absolute;
    left: 50%;
    top: 3%;
    font-size: 1.2em;
    transform-origin: 0 100px;
  }
  @keyframes anim {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }
  }
  .white_box {
    height: 120px;
    width: 120px;
    background: var(--background-color);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 900;
    color: var(--font-color);
    transition: 0.4s;
  }
  #Hire p {
    position: absolute;
    bottom: 2vh;
    text-align: center;
    left: 2vw;
    transform: translateX(0%);
    color: var(--background-color);
    font-family: var(--heading-font);
    font-size: 13px;
  }
}

@media (min-width: 1101px) {
  header {
    background: var(--background-color);
  }
  #inner_box {
    position: sticky;
    height: 93%;
    width: 96%;
    background: var(--primary-color);
    border-radius: 150px 0 0 0;
    animation: curvingSquare 2s ease-out;
    overflow: hidden;
    z-index: 1;
    top: 0;
    margin: 0 auto;
  }
  .white_space {
    display: none;
  }

  /* --------------circle PAth */
  .brand-circle {
    height: 210px;
    width: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    border-radius: 50%;
    background: transparent;
    left: 43px;
    transform: translate(0%, 0%) scale(1.4);
    top: 42px;
    border: 2px solid var(--background-color);
    animation: imageMover 2s ease-in;
  }
  .brand-circle:hover > .brand-circle .text {
    animation: anim 50s linear infinite;
  }
  .brand-circle .text {
    width: 100%;
    height: 100%;
    position: absolute;
    animation: anim 25s linear infinite;
    color: var(--background-color);
    font-family: var(--heading-font);
    font-weight: 400;
    font-weight: 900;
  }
  .brand-circle .text span {
    position: absolute;
    left: 50%;
    top: 3%;
    font-size: 1.2em;
    transform-origin: 0 100px;
  }

  /* -----nav__links */

  nav {
    position: relative;
    width: 100%;
    height: 100%;
  }

  nav ul {
    display: flex;
    justify-content: right;
    align-items: start;
    list-style: none;
    flex-direction: row;
    height: 0%;
    width: 100%;
    position: absolute;
    top: 0px;
    right: 0;
  }

  nav ul li {
    margin: 10px 16px 5px;
    padding: 28px 12px 0;
    text-align: center;
  }
  nav ul li a {
    text-decoration: none;
    text-align: center;
    font-family: var(--heading-font);
    font-size: 1.5rem;
    color: var(--background-color);
  }
  /* --NAME */

  /* Main */

  main {
    background: var(--placeholder);
    padding: 0 2%;
  }

  #name {
    font-size: 16.5vw;
    bottom: -0.3vh;
    left: 0vw;
  }
  #tablet_desktop_view-section {
    display: flex;
    justify-content: center;
    padding-top: 60px;
    background: var(--placeholder);
  }
  #about_me {
    padding: 24px;
    max-width: 750px;
  }
  #about_me h1 {
    font-family: var(--heading-font);
    padding: 0px;
    line-height: normal;
    text-align: left;
    color: var(--primary-color);
    font-size: 88px;
  }
  #about_me p,
  #about_me a {
    font-family: var(--heading-font);
    padding: 16px 0px;
    text-align: left;
    font-size: 19px;
    color: var(--font-color);
  }
  /* ____________Processes */
  #processes {
    padding: 24px 8px;
    height: 100%;
  }

  #processes div {
    border: var(--primary-color) 2px solid;
    height: 33%;
  }
  #processes div h1 {
    border: var(--primary-color) 1px solid;
    background: var(--primary-color);
    padding: 32px 0;
    width: 100%;
    text-align: center;
    font-family: var(--heading-font);
    font-weight: 600;
    font-size: 28px;
  }
  #processes div p {
    font-family: var(--heading-font);
    color: var(--font-color);
    text-align: center;
    padding: 28px 14px;
    font-weight: 300;
    font-size: 19px;
  }

  /* --Services */
  #services {
    border: 1px solid whitesmoke;
    padding: 24px 8px;
  }
  .hire_me {
    padding: 16px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    position: sticky;
    top: 0;
  }
  .hire_me h1 {
    font-size: 60px;
    font-family: var(--heading-font);
    font-weight: 700;
    padding: 24px auto;
    text-align: center;
  }
  #services button {
    width: 100%;
    max-width: 450px;
    font-size: 40px;
    font-family: var(--heading-font);
    font-weight: 400;
    text-align: center;
    border: 2.5px solid var(--font-color);
    border-radius: 50px;
    padding: 4px;
    margin-top: 34px;
    background: var(--placeholder);
    margin: 0;
  }
  /* Skillz */
  .desktop_h1 {
    display: block;
  }
  .tablet_mobile_h1 {
    display: none;
  }
  .List_of_skills .UI_design {
    border: 1px solid var(--primary-color);
    display: flex;
    height: 150px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0 48px;
    position: sticky;
    top: 124px;
  }
  .List_of_skills .UI_design h1 {
    text-wrap: 23;
    text-align: left;
    font-family: var(--heading-font);
    font-weight: 800;
    font-size: 34px;
    color: var(--font-color);
  }
  .List_of_skills .UI_design .number {
    font-family: var(--heading-font);
    color: rgba(57, 75, 57, 0.288);
    position: static;
    right: 0px;
    bottom: 0px;
    font-size: 90px;
    font-weight: 900;
  }

  #toolz .sample {
    width: 100%;
    height: 600px;
  }
  /* ___________logos---- */
  svg {
    height: 100%;
    width: 100%;
  }
  #toolz {
    padding: 28px 24px;
  }
  #toolz h1 {
    font: 700 60px var(--heading-font);
    text-align: center;
    padding: 16px 0;
  }
  .tools_container-top {
    width: 100%;
    display: flex;
    background: transparent;
    animation: slideShow00 50s linear infinite;
    align-items: center;
    position: relative;
  }
  .tools_visuals::after {
    position: absolute;
    height: 100%;
    width: 5%;
    background: linear-gradient(90deg, #00000000, var(--background-color));
    content: "";
    z-index: 10;
    right: 0;
  }
  .tools_visuals::before {
    position: absolute;
    height: 100%;
    width: 5%;
    background: linear-gradient(90deg, var(--background-color), #00000000);
    content: "";
    z-index: 10;
  }
  .tools_container-bottom {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
    background: transparent;
    transform: translate(0, 0);
    animation: slideShow01 47s linear infinite reverse;
  }

  .tools_visuals {
    display: grid;
    grid-template-rows: 50% 50%;
    height: 500px;
    overflow-x: hidden;
    position: relative;
  }
  .tools_container-bottom .tools-section_two,
  .tools_container-bottom .tools-section {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .tools_container-top .tools-section_two,
  .tools_container-top .tools-section {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .tools-section div,
  .tools-section_two div {
    margin-inline: 40px;
    height: 160px;
    width: 160px;
    display: flex;
    white-space: nowrap;
    background: var(--placeholder);
    cursor: pointer;
  }
  /* ----------work---- */
  #work {
    padding: 34px 8px;
  }
  #work_display {
    display: flex;
    flex-wrap: wrap;
    /* grid-template-columns: 1fr 1fr; */
    grid-gap: 3%;
    padding: 12px 0px;
  }

  #work h1 {
    font: 700 48px var(--heading-font);
    text-align: center;
    padding: 16px 0;
  }
  .LLHQ {
    overflow: hidden;
    transition: all 1s;
    cursor: pointer;
    width: 48.5%;
    aspect-ratio: 746/585;
  }
  .LLHQ:hover {
    scale: 1.01;
  }
  .LLHQ:hover > .LLHQ_image_caption .word_carousel {
    left: 0%;
    bottom: 0;
    display: flex;
  }
  .LLHQ:hover > .LLHQ_image_caption .word_carousel .hidden_words,
  .LLHQ:hover > .LLHQ_image_caption .word_carousel .hidden_words2 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    background: transparent;
    width: 100%;
    animation: slideShow001 2s linear infinite reverse;
  }
  .LLHQ_image_caption .first_img-color {
    color: #17ffab;
  }
  .LLHQ_image_caption .second_img-color {
    color: #4d4dff;
  }
  .LLHQ_image_caption .third_img-color {
    color: #ef1ef4;
  }
  .LLHQ_image_caption .forth_img-color {
    color: #DAC391;
  }
  .LLHQ_image_caption .fifth_img-color {
    color: #ff8501;
  }
  .LLHQ_image_caption .sixth_img-color {
    color: #FB505B;
  }
  .LLHQ_image_caption .seventh_img-color {
    color: #CF1C44;
  }
  .LLHQ_image_caption .eighth_img-color {
    color: #4D646A;
  }
  .LLHQ_image_caption .ninth_img-color {
    color: #FF7400;
  }
  .LLHQ_image_caption .tenth_img-color {
    color: #0093dd;
  }

  .LLHQ:hover > .LLHQ_image_caption p {
    display: none;
  }
  .LLHQ:hover > .LLHQ_image_caption h3 {
    display: none;
  }
  .LLHQ .image_carousel {
    width: 100%;
    transition: 0.6s;
    background-size: cover;
  }
  .LLHQ:hover > .image_carousel {
    width: 100%;
    transform: scale(1.04);
    transition: 0.6s;
    background-size: cover;
  }
  .LLHQ .LLHQ_image_caption {
    padding: 0 0 60px;
  }
  .LLHQ h3 {
    font: 700 22px var(--heading-font);
    color: var(--font-color);
  }
  .LLHQ p {
    font: 400 16px var(--heading-font);
    color: var(--font-color);
  }
  footer {
    height: 100vh;
    width: 100vw;
    display: flex;
    background: var(--placeholder);
    padding: 24px;
  }
  #Hire {
    height: 100%;
    width: 100%;
    background: var(--primary-color);
    margin: 0;
    padding: 0;
    border-radius: 0 0 150px;
    display: flex;
    position: relative;
    overflow: hidden;
    justify-content: left;
    align-items: center;
  }
  #Hire h1 {
    font-size: 18.5vw;
    height: auto;
    position: absolute;
    top: 0vh;
    text-align: left;
    width: 100%;
    left: -1vw;
    transform: scaleX(1);
    font-family: var(--heading-font);
    font-weight: 900;
    color: var(--placeholder);
    line-height: 11vw;
    text-wrap: nowrap;
  }
  #Hire ul {
    display: flex;
    justify-content: start;
    align-items: center;
    list-style: none;
    flex-direction: row;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0%;
  }
  #Hire ul li {
    margin: 10px 10px;
    padding: 20px 10px 0;
    text-align: center;
  }
  #Hire ul li a {
    text-decoration: none;
    text-align: center;
    font-family: var(--heading-font);
    font-size: 1.3rem;
    color: var(--background-color);
  }
  #Hire .brand-circle2 {
    height: 210px;
    width: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    border-radius: 50%;
    background: transparent;
    right: 43px;
    transform: translate(0%, 0%) scale(1.4);
    bottom: 41px;
    border: 2px solid var(--background-color);
    cursor: pointer;
    transition: 0.4s;
  }
  #Hire .brand-circle2:hover {
    background: #191d162a;
  }
  #Hire .brand-circle2:hover > .white_box img {
    opacity: 0;
    width: 0;
    height: 0;
  }
  /* #Hire .brand-circle2:hover > */
  #Hire .brand-circle2 .letter {
    width: 100%;
    height: 100%;
    position: absolute;
    animation: anim 25s linear infinite;
    color: var(--background-color);
    font-family: var(--heading-font);
    font-weight: 400;
    font-weight: 900;
  }
  #Hire .brand-circle2 .letter span {
    position: absolute;
    left: 50%;
    top: 3%;
    font-size: 1.2em;
    transform-origin: 0 100px;
  }
  @keyframes anim {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }
  }
  .white_box {
    height: 120px;
    width: 120px;
    background: var(--background-color);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-family: var(--heading-font);
    font-weight: 900;
    color: var(--font-color);
    transition: 0.4s;
  }
  #Hire p {
    position: absolute;
    bottom: 2vh;
    text-align: center;
    left: 2vw;
    transform: translateX(0%);
    color: var(--background-color);
    font-family: var(--heading-font);
    font-size: 13px;
  }
}
