@import url("https://fonts.googleapis.com/css2?family=Oxanium:wght@200;300;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gugi&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Mono:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Ubuntu+Condensed&display=swap");
*,
*::before,
*::after {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  font-size: 15px;
  scroll-behavior: smooth;
  --font-primary: "Poppins", sans-serif;
  --font-header: "Oxanium", cursive;
  --font-freelance: "Gugi", cursive;
  --color-60-dark: #171820;
  --color-60-medium-dark: #1c1d26;
}
/*=============================*/

/*==============================*/

section.some-of-my-success {
    z-index: -1;
}

.wraper {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

header {
  height: 100vh;
  background-color: var(--color-60-dark);
  opacity: 1;
  background: radial-gradient(
      circle,
      transparent 20%,
      var(--color-60-dark) 0,
      var(--color-60-dark) 80%,
      transparent 0,
      transparent
    ),
    radial-gradient(
        circle,
        transparent 20%,
        var(--color-60-dark) 0,
        var(--color-60-dark) 80%,
        transparent 0,
        transparent
      )
      35px 35px,
    linear-gradient(
        var(--color-60-medium-dark) 2.8000000000000003px,
        transparent 0
      )
      0 -1.4000000000000001px,
    linear-gradient(
        90deg,
        var(--color-60-medium-dark) 2.8000000000000003px,
        var(--color-60-dark) 0
      ) -1.4000000000000001px 0;
  background-size: 70px 70px, 70px 70px, 35px 35px, 35px 35px;
  display: grid;
  justify-content: center;
  align-items: center;
}
.button > a > img {
  width: 50px;
}
img.iphone {
    width: 166px;
}

.right-home-page > img {
  width: 741px;
}

.left-home-page {
  display: block;
  float: left;
  width: 40%;
}

.right-home-page {
  display: block;
  float: left;
  width: 59%;
}

.container {
  margin: 0 auto;
  max-width: 1140px;
  width: 98%;
}

.my_des > h2 {
  color: #edfdee;
  font-family: var(--font-freelance);
  font-size: 2.4rem;
  line-height: 51px;
  padding-bottom: 51px;
  font-weight: 500;
}
.my_des > p {
  font-size: 1.3rem;
  color: #edfdee;
  font-family: var(--font-primary);
  line-height: 32px;
  padding-bottom: 74px;
}

.button > a:first-child {
  padding: 11px 0px;
  width: 254px;
  font-size: 26px;
  text-decoration: none;
  color: #1dbf73;
  border-radius: 5px;
  transition: 180ms;
  border: 3px solid #1dbf73;
  background: transparent;
  font-family: var(--font-primary);
  display: flex;
  justify-content: center;
  align-items: center;
}

.button > a:last-child {
  padding: 11px 0px;
  width: 256px;
  font-size: 26px;
  text-decoration: none;
  color: #1dbf73;
  border-radius: 5px;
  transition: 180ms;
  border: 3px solid #1dbf73;
  background: transparent;
  font-family: var(--font-primary);
  display: flex;
  justify-content: center;
  align-items: center;
}

.site-logo {
  float: left;
}

.site-nav-bar {
  float: right;
  display: flex;
  align-items: center;
  width: 370px;
}

.site-logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 21%;
}

.site-logo > h2 {
  font-family: var(--font-freelance);
  color: #1dbf73;
  font-size: 28px;
  letter-spacing: 6px;
  padding: 0px 15px;
}

.site-logo > a {
  font-family: var(--font-primary);
  text-decoration: none;
  font-size: 23px;
  padding: 4px 25px;
  display: block;
  border-radius: 35px;
  box-shadow: 0 0 10px #1dbf73 inset;
  transition: 180ms;
}

a.char-now:hover {
  box-shadow: -12px 3px 20px 20px #1dbf73 inset;
  color: #fff;
}

.navigation-bar {
  box-shadow: 1px 1px 20px 1px #ffffff38;
  margin-bottom: 2px;
  margin-top: 10px;
  padding: 21px 0px;
  border-radius: 3px;
  width: 95%;
  margin: 0 auto;
}

.site-nav-bar > ul > li {
  float: left;
  padding: 0px 17px;
}

.site-nav-bar > ul > li > a {
  text-decoration: none;
  display: block;
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 600;
  color: #edfdee;
  transition: 199ms;
}

.site-nav-bar > ul > li > a:hover {
  color: #1dbf73;
}

.site-nav-bar > ul > li {
  list-style: none;
}

.wp {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

section.What-I-do {
  background: #171820;
  padding-top: 80px;
}

.head-what-do > h2 {
  font-family: var(--font-header);
  color: #edfdee;
  font-size: 4rem;
  text-align: center;
  padding-bottom: 10px;
}

.head-what-do > p {
  font-family: var(--font-primary);
  font-size: 19px;
  text-align: center;
  color: hsla(0, 0%, 100%, 0.75);
}

.head-what-do {
  width: 67%;
  margin: 0 auto;
  margin-bottom: 43px;
}

.flex-content-do {
  display: flex;
  flex-wrap: wrap;
}

.single-div-profession {
  width: 363px;
  margin-bottom: 51px;
  border-radius: 8px;
  margin-right: 52px;
  height: 255px;
  box-shadow: -1px 1px 16px 2px #040506c2;
}

section.What-I-do > .container {
  max-width: 1256px;
  /* margin: 0 auto; */
  padding-left: 51px;
  /* border: 2px solid rebeccapurple; */
}

.wraper-mine.flex-content-do > .single-div-profession:nth-child(3),
.single-div-profession:nth-child(6),
.single-div-profession:nth-child(9) {
  margin-right: 0;
}

.single-div-profession {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: 250ms;
}

.profession-description {
  margin-top: -28px;
}

.profession-description > h2 {
  font-family: var(--font-header);
  color: #edfdee;
  padding-bottom: 13px;
}

.profession-description > p {
  color: hsla(0, 0%, 100%, 0.75);
  font-family: var(--font-primary);
}

.single-div-profession:hover {
  box-shadow: -1px 1px 16px 2px #040506c2;
}

/*===========================*/

#loading {
  width: 100%;
  position: fixed;
  height: 100vh;
  background: #ea4961;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader {
  background: #ea4961;
  position: relative;
  width: 75px;
  height: 100px;
}
.loader__bar {
  position: absolute;
  bottom: 0;
  width: 10px;
  height: 50%;
  background: #fff;
  transform-origin: center bottom;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.loader__bar:nth-child(1) {
  left: 0px;
  transform: scale(1, 0.2);
  -webkit-animation: barUp1 4s infinite;
  animation: barUp1 4s infinite;
}
.loader__bar:nth-child(2) {
  left: 15px;
  transform: scale(1, 0.4);
  -webkit-animation: barUp2 4s infinite;
  animation: barUp2 4s infinite;
}
.loader__bar:nth-child(3) {
  left: 30px;
  transform: scale(1, 0.6);
  -webkit-animation: barUp3 4s infinite;
  animation: barUp3 4s infinite;
}
.loader__bar:nth-child(4) {
  left: 45px;
  transform: scale(1, 0.8);
  -webkit-animation: barUp4 4s infinite;
  animation: barUp4 4s infinite;
}
.loader__bar:nth-child(5) {
  left: 60px;
  transform: scale(1, 1);
  -webkit-animation: barUp5 4s infinite;
  animation: barUp5 4s infinite;
}
.loader__ball {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  -webkit-animation: ball 4s infinite;
  animation: ball 4s infinite;
}

@-webkit-keyframes ball {
  0% {
    transform: translate(0, 0);
  }
  5% {
    transform: translate(8px, -14px);
  }
  10% {
    transform: translate(15px, -10px);
  }
  17% {
    transform: translate(23px, -24px);
  }
  20% {
    transform: translate(30px, -20px);
  }
  27% {
    transform: translate(38px, -34px);
  }
  30% {
    transform: translate(45px, -30px);
  }
  37% {
    transform: translate(53px, -44px);
  }
  40% {
    transform: translate(60px, -40px);
  }
  50% {
    transform: translate(60px, 0);
  }
  57% {
    transform: translate(53px, -14px);
  }
  60% {
    transform: translate(45px, -10px);
  }
  67% {
    transform: translate(37px, -24px);
  }
  70% {
    transform: translate(30px, -20px);
  }
  77% {
    transform: translate(22px, -34px);
  }
  80% {
    transform: translate(15px, -30px);
  }
  87% {
    transform: translate(7px, -44px);
  }
  90% {
    transform: translate(0, -40px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes ball {
  0% {
    transform: translate(0, 0);
  }
  5% {
    transform: translate(8px, -14px);
  }
  10% {
    transform: translate(15px, -10px);
  }
  17% {
    transform: translate(23px, -24px);
  }
  20% {
    transform: translate(30px, -20px);
  }
  27% {
    transform: translate(38px, -34px);
  }
  30% {
    transform: translate(45px, -30px);
  }
  37% {
    transform: translate(53px, -44px);
  }
  40% {
    transform: translate(60px, -40px);
  }
  50% {
    transform: translate(60px, 0);
  }
  57% {
    transform: translate(53px, -14px);
  }
  60% {
    transform: translate(45px, -10px);
  }
  67% {
    transform: translate(37px, -24px);
  }
  70% {
    transform: translate(30px, -20px);
  }
  77% {
    transform: translate(22px, -34px);
  }
  80% {
    transform: translate(15px, -30px);
  }
  87% {
    transform: translate(7px, -44px);
  }
  90% {
    transform: translate(0, -40px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@-webkit-keyframes barUp1 {
  0% {
    transform: scale(1, 0.2);
  }
  40% {
    transform: scale(1, 0.2);
  }
  50% {
    transform: scale(1, 1);
  }
  90% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 0.2);
  }
}
@keyframes barUp1 {
  0% {
    transform: scale(1, 0.2);
  }
  40% {
    transform: scale(1, 0.2);
  }
  50% {
    transform: scale(1, 1);
  }
  90% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 0.2);
  }
}
@-webkit-keyframes barUp2 {
  0% {
    transform: scale(1, 0.4);
  }
  40% {
    transform: scale(1, 0.4);
  }
  50% {
    transform: scale(1, 0.8);
  }
  90% {
    transform: scale(1, 0.8);
  }
  100% {
    transform: scale(1, 0.4);
  }
}
@keyframes barUp2 {
  0% {
    transform: scale(1, 0.4);
  }
  40% {
    transform: scale(1, 0.4);
  }
  50% {
    transform: scale(1, 0.8);
  }
  90% {
    transform: scale(1, 0.8);
  }
  100% {
    transform: scale(1, 0.4);
  }
}
@-webkit-keyframes barUp3 {
  0% {
    transform: scale(1, 0.6);
  }
  100% {
    transform: scale(1, 0.6);
  }
}
@keyframes barUp3 {
  0% {
    transform: scale(1, 0.6);
  }
  100% {
    transform: scale(1, 0.6);
  }
}
@-webkit-keyframes barUp4 {
  0% {
    transform: scale(1, 0.8);
  }
  40% {
    transform: scale(1, 0.8);
  }
  50% {
    transform: scale(1, 0.4);
  }
  90% {
    transform: scale(1, 0.4);
  }
  100% {
    transform: scale(1, 0.8);
  }
}
@keyframes barUp4 {
  0% {
    transform: scale(1, 0.8);
  }
  40% {
    transform: scale(1, 0.8);
  }
  50% {
    transform: scale(1, 0.4);
  }
  90% {
    transform: scale(1, 0.4);
  }
  100% {
    transform: scale(1, 0.8);
  }
}
@-webkit-keyframes barUp5 {
  0% {
    transform: scale(1, 1);
  }
  40% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1, 0.2);
  }
  90% {
    transform: scale(1, 0.2);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes barUp5 {
  0% {
    transform: scale(1, 1);
  }
  40% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1, 0.2);
  }
  90% {
    transform: scale(1, 0.2);
  }
  100% {
    transform: scale(1, 1);
  }
}
/*===========================*/

body {
  background-color: #171820;
}

.head-succes {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image > img {
  width: 100%;
}

.image {
  width: 28%;
}

.success-container {
  /* display: flex; */
  justify-content: center;
  flex-direction: revert;
}

.single-success {
  display: flex;
  justify-content: space-around;
  height: 227px;
}

.head-succes > h1 {
  font-size: 42px;
  font-family: "Gugi";
  color: #edfdee;
  margin-bottom: 94px;
  margin-top: 60px;
}

.img-des > h2 {
  color: #edfdee;
  font-family: "Oxanium";
  padding-bottom: 18px;
}

.img-des > p {
  width: 97%;
  color: hsla(0, 0%, 100%, 0.75);
  font-family: "Poppins";
  line-height: 21px;
}

.img-des {
  width: 59%;
  position: relative;
}

span.upwork_profile_goto {
  background: red;
  padding: 10px 28px;
  position: absolute;
  top: -103px;
  font-family: "Oxanium";
  background: #0caa00;
  border-radius: 6px;
  color: #edfdee;
  pointer-events: none;
  opacity: 0;
  transition: 0.8s;
}

span.tooltip {
  width: 20px;
  height: 20px;
  background: #0caa00;
  position: absolute;
  left: 45%;
  bottom: -10px;
  transform: rotate(45deg);
}

.img-des > h2:hover + span.upwork_profile_goto {
  top: -52px;
  opacity: 1;
}

img.up_vet {
  margin-left: 15px;
}

.img-des > h2 > a {
  text-decoration: none;
  color: #edfdee;
  font-family: "Oxanium";
}

section.Game {
  margin-top: 118px;
}

.game_heading > h2 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Oxanium";
  font-weight: 700;
  font-size: 53px;
  letter-spacing: -0.04em;
  color: #edfdee;
}

.game_heading {
  margin-bottom: 71px;
}

.game_contaier {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.single-game-container {
  width: 350px;
  height: 250px;
  display: grid;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
}

.single-game-container {
  margin-bottom: 54px;
  cursor: pointer;
  overflow: hidden;
}

.single-game-container >  img:hover {
  transform: scale(1.45);
}

.single-game-container > img {
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: 0.45s;
}

.single-game-container > h3 {
  font-family: "Oxanium";
  color: #fff;
  font-size: 31px;
}

/*====================*/
/*Responsive CSS Code*/
/*=====================*/
/* 
@media (max-width: 1090px) {

  .single-game-container {
    width: 49%;
    height: 348px;
  }
  
}


@media (min-width: 950px) {

  .single-game-container {
    width: 49%;
    height: 348px;
  }
  
} */

@media (max-width: 930px) {
  .single-success {
    flex-direction: column;
    align-items: center;
    height: 421px;
  }
  .img-des {
    width: 100%;
    padding-left: 23px;
  }
}

@media (max-width: 850px) {
  .site-nav-bar {
    display: none;
  }
  .wp {
    flex-direction: row;
  }

  .navigation-bar {
    margin: 0 auto;
  }
}

@media (max-width: 1155px) {

  .single-game-container {
    margin: 0 auto;
    margin-bottom: 54px;
    width: 95%;
    height: 299px;
}

  .wraper-mine.flex-content-do > .single-div-profession:nth-child(3),
  .single-div-profession:nth-child(6),
  .single-div-profession:nth-child(9) {
    margin-right: 51px;
  }

  .wraper {
    flex-direction: column;
  }

  header {
    height: 135vh;
  }
  .left-home-page {
    padding-top: 50px;
    float: none;
    width: 85%;
    margin: 0 auto;
    padding-bottom: 80px;
  }
  .my_des > h2 {
    font-size: 28px;
    text-align: center;
  }

  .my_des > p {
    text-align: center;
  }

  .right-home-page {
    width: 99%;
    margin: 0 auto;
  }

  .button {
    margin: 0 auto;
    width: 216px;
  }
  .right-home-page > img {
    width: 99%;
  }
}
