:root {
  --body-font: "Roboto", sans-serif;
  --main-font-color: #023047;
  --large-headings-color: #fb8500;
  --medium-headings-color: #922d72;
  --background-color: #eef7fb;
  --secondary-blue-color: #25aed0;
  --secondary-orange-color: #ffb703;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body,
input,
textarea {
  background-color: var(--background-color);
  font-family: var(--body-font);
  color: var(--main-font-color);
  line-height: 1.3;
  font-size: 19px;
}
html {
  scroll-behavior: smooth;
}
.container {
  padding: 1.25em;
  max-width: 1440px;
  width: 100%;
}

h1,
h2,
h3,
h4 {
  font-family: "Roboto Mono", monospace;
}
h1 {
  text-transform: uppercase;
  color: var(--large-headings-color);
  font-size: 36px;
}

h2,
h3,
h4 {
  font-size: 24px;
  color: var(--medium-headings-color);
}

a:hover {
  color: var(--large-headings-color);
}

/*Header*/
ul > li > a {
  color: var(--secondary-blue-color);
  font-size: 1.25em;
  padding-right: 0.938em;
  text-decoration: none;
  background-color: transparent;
  transition: font-size 0.1s ease-in 0.05s;
  /*transition:;
  all0.1s*/
  -webkit-transition: font-size 0.1s ease-in 0.05s;
  -moz-transition: font-size 0.1s ease-in 0.05s;
  -ms-transition: font-size 0.1s ease-in 0.05s;
  -o-transition: font-size 0.1s ease-in 0.05s;
  -webkit-transition: font-size 0.1s ease-in 0.05s;
}
nav ul > li > a:hover {
  font-size: 1em;
}

li {
  display: inline;
}
header {
  text-align: center;
  background: url("/images/img4.jpg") no-repeat;
  background-position: bottom;
  background-size: cover;
  padding: 150px 50px;
  position: relative;
}
header::after {
  content: "";
  background: #8ecae60f;
  height: 67%;
  width: 100%;
  position: absolute;
  top: 100px;
  left: 0;
}
.banner h2::first-letter {
  font-size: 50px;
  z-index: 10;
}
.navigation {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  position: fixed;
  top: 50px;
  width: 100%;
  left: 0;
}

.logo {
  width: 200px;
  margin-top: -30px;
}
.bg {
  background: #bddae298;
  top: 0;
  padding: 50px 0 20px 0;
  z-index: 10;
  border-bottom: 1px solid rgb(235, 230, 230);
}
.blur {
  width: 30rem;
  height: 4rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: radial-gradient(
    20.65% 52.33% at 70.42% 43.96%,
    rgba(251, 133, 0, 0.65) 0%,
    rgba(37, 174, 208, 0.53) 100%
  );
  filter: blur(110px);
  -webkit-filter: blur(110px);
  transition: all ease-in 1.5s;
  animation: scaling 5s linear 2s infinite alternate;
  -webkit-animation: scaling 5s linear 2s infinite alternate;
  -webkit-transition: all ease-in 1.5s;
  -moz-transition: all ease-in 1.5s;
  -ms-transition: all ease-in 1.5s;
  -o-transition: all ease-in 1.5s;
}

@keyframes scaling {
  0% {
    background: radial-gradient(
      20.65% 52.33% at 70.42% 43.96%,
      rgba(251, 133, 0, 0.65) 0%,
      rgba(37, 174, 208, 0.53) 100%
    );
  }

  25% {
    background: radial-gradient(
      20.65% 52.33% at 70.42% 43.96%,
      rgba(251, 133, 0, 0.65) 0%,
      rgba(63, 37, 208, 0.53) 100%
    );
  }

  50% {
    background: radial-gradient(
      20.65% 52.33% at 70.42% 43.96%,
      rgba(251, 133, 0, 0.65) 0%,
      rgba(103, 37, 208, 0.53) 100%
    );
  }

  75% {
    background: radial-gradient(
      20.65% 52.33% at 70.42% 43.96%,
      rgba(251, 133, 0, 0.65) 0%,
      rgba(202, 37, 208, 0.53) 100%
    );
  }

  100% {
    background: radial-gradient(
      20.65% 52.33% at 70.42% 43.96%,
      rgba(251, 133, 0, 0.65) 0%,
      rgba(208, 37, 143, 0.53) 100%
    );
  }
}
#mobilebutton {
  display: none;
}
.fa-ellipsis-v {
  font-size: 40px;
  color: var(--medium-headings-color);
}

/*Hero-Banner*/
.banner {
  padding: 50px 50px;
}
.banner > h2 {
  text-align: center;
  color: #fb8500;
  text-shadow: 5px 5px 10px #922d7273;
}

/*Main*/
.heading-wrapper {
  display: flex;
  justify-content: space-between;
}
.heading {
  background: var(--background-color);
  box-shadow: inset -7px -7px 22px #ffffff, inset 6px 6px 4px rgb(0 0 0 / 25%);
  border-radius: 50px;
  width: 70%;
  height: 3.5rem;
  margin: 0 0 1rem -3rem;
  text-align: center;
  position: relative;
}
.heading-vol {
  background: var(--background-color);
  box-shadow: 10px 10px 15px #dbe2e4, -10px -10px 15px rgb(255 255 255 / 80%);
  border-radius: 50px;
  width: 100%;
  height: 2.5rem;
  margin-left: -3rem;
  text-align: center;
  position: absolute;
  top: 0.5rem;
  right: 1rem;
}
.dot-heading {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #eef7fb;
  box-shadow: inset -4px -4px 5px rgba(255, 255, 255, 0.64),
    inset 0px 7px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  right: 15%;
}

.inner-heading {
  background-color: var(--medium-headings-color);
  width: 2rem;
  height: 2rem;
  filter: blur(1.5px);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  -webkit-filter: blur(1.5px);
  left: 1rem;
  top: 1rem;
  animation: rotating 5s linear 2s infinite alternate;
}

@keyframes rotating {
  0% {
    transform: rotate(72deg);
    -webkit-transform: rotate(72deg);
    -moz-transform: rotate(72deg);
    -ms-transform: rotate(72deg);
    -o-transform: rotate(72deg);
  }

  25% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
  }

  50% {
    transform: rotate(72deg);
    -webkit-transform: rotate(72deg);
    -moz-transform: rotate(72deg);
    -ms-transform: rotate(72deg);
    -o-transform: rotate(72deg);
  }
  75% {
    transform: rotate(72deg);
    -webkit-transform: rotate(72deg);
    -moz-transform: rotate(72deg);
    -ms-transform: rotate(72deg);
    -o-transform: rotate(72deg);
  }
  100% {
    transform: rotate(72deg);
    -webkit-transform: rotate(72deg);
    -moz-transform: rotate(72deg);
    -ms-transform: rotate(72deg);
    -o-transform: rotate(72deg);
  }
}

#past {
  display: flex;
  align-content: space-between;
  flex-flow: row wrap;
  justify-content: space-around;
}

#past img {
  width: 100%;
  object-fit: cover;
}

.img-left {
  width: 25vw;
  min-width: 260px;
  float: left;
  margin: 1.25em;
  display: inline-block;
}

.img-right {
  width: 25vw;
  max-width: 260px;
  float: right;
  margin: 0.25em;
  display: inline-block;
  position: relative;
  bottom: 45px;
}

.experience p {
  margin-bottom: 1rem;
  text-align: justify;
}

section {
  padding-bottom: 50px;
}

p {
  text-align: justify;
  padding: 0 1rem 0 1rem;
}
.description {
  padding: 1.25em;
}
.description p {
  color: var(--large-headings-color);
  padding: 0;
  font-size: 21px;
  margin-bottom: 1rem;
  text-align: initial;
}
.column {
  background: var(--background-color);
  box-shadow: 10px 10px 15px #dbe2e4, -10px -10px 15px rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  width: 20%;
  margin: 1rem;
  transition: all 0.1s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
}
.column:hover {
  transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  -o-transform: rotate(5deg);
}
/*Table*/
table {
  background: var(--background-color);
  box-shadow: 10px 10px 15px #dbe2e4, -10px -10px 15px rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  width: 80%;
  border-collapse: collapse;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
td {
  padding: 0.2rem 1rem;
}
td:nth-child(even) {
  text-align: center;
}
th {
  text-align: center;
  border-bottom: 1px dashed #ffffff;
  padding: 0.5rem 0;
  position: relative;
  border-radius: 100px;
  color: var(--medium-headings-color);
}
th:before {
  content: "";
  background: radial-gradient(
    37.58% 88.32% at 46.17% 5.43%,
    #df4cb0 0%,
    rgba(37, 174, 208, 0.53) 100%
  );
  filter: blur(50px);
  -webkit-filter: blur(50px);

  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;

  background-attachment: fixed;
}
tr:nth-child(even) {
  background-color: #eaf3f7;
}
.skills-plus {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(4, auto);
  grid-gap: 15px;
  grid-template-areas:
    "b b b a a a"
    "d d d a a a"
    "e e e c c c";
}
.a {
  grid-area: a;
}
.b {
  grid-area: b;
}
.c {
  grid-area: c;
}
.d {
  grid-area: d;
}
.e {
  grid-area: e;
}

/*Gallery*/
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 0.5rem;
  grid-template-areas:
    "a a a b b b"
    "a a a b b b"
    "c c c d d d"
    "c c c d d d"
    "e e e f f f"
    "e e e f f f";
}

.grid-div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #eef7fb;
  box-shadow: inset -7px -7px 22px #ffffff,
    inset 6px 6px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50px;
  transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transition: all ease-in 0.1s;
  -webkit-transition: all ease-in 0.1s;
  -moz-transition: all ease-in 0.1s;
  -ms-transition: all ease-in 0.1s;
  -o-transition: all ease-in 0.1s;
}
.grid-div img:hover {
  box-shadow: 1px 1px 8px #8888887c;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}
.grid-div-1 {
  grid-area: a;
}
.grid-div-2 {
  grid-area: b;
}
.grid-div-3 {
  grid-area: c;
}
.grid-div-4 {
  grid-area: d;
}
.grid-div-5 {
  grid-area: e;
}
.grid-div-6 {
  grid-area: f;
}
.grid-div-7 {
  grid-area: g;
}
.grid-div-8 {
  grid-area: h;
}
.grid-div-9 {
  grid-area: i;
}

/*skill-icons*/
.skill-icons {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-flow: row wrap;
  margin-top: 30px;
}
.icon-name {
  font-family: "Roboto Mono", monospace;
  font-size: 24px;
  color: #c73d9c;
  text-align: center;
}
.icon {
  background: var(--background-color);
  box-shadow: 10px 10px 15px #dbe2e4, -10px -10px 15px rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  padding: 1rem 3rem 1rem 3rem;
}
.icon:hover {
  box-shadow: 1px 1px 8px #8888887c;
}
.icon-marketing {
  background: var(--background-color);
  box-shadow: 10px 10px 15px #dbe2e4, -10px -10px 15px rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  padding: 1rem 3rem 1rem 3rem;
}
.icon-marketing > span {
  font-size: 50px;
  color: #ffb703;
  margin-left: 0.3rem;
}

.icon > span {
  font-size: 100px;
  color: #ffb703;
  margin-left: 0.3rem;
}

.bar {
  background: var(--background-color);
  box-shadow: inset -7px -7px 22px #ffffff,
    inset 6px 6px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50px;
  min-height: 30px;
  position: relative;
  width: 7rem;
}
@keyframes progress-move {
  0% {
    width: 0;
  }
  10% {
    width: 10%;
  }
  20% {
    width: 20%;
  }
  30% {
    width: 30%;
  }
  40% {
    width: 40%;
  }
  50% {
    width: 50%;
  }
}

.progress {
  height: 24px;
  width: 90%;
  align-items: center;
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  border-radius: 50px;
  text-align: center;
  filter: blur(3px);
  background: var(--medium-headings-color);
  animation: progress-move 0.5s linear 2s 1 normal;
  -webkit-animation: progress-move 0.5s linear 2s 1 normal;
}
.progress:hover {
  box-shadow: 1px 1px 8px #888888;
}

.js {
  width: 95%;
}

.php {
  width: 95%;
}
.text-bar {
  color: #fff;
  z-index: 10;
  position: absolute;
  left: 15px;
  top: 3px;
  filter: blur(0.6px);
}

/*Footer*/
footer h2 {
  text-align: center;
  color: var(--secondary-blue-color);
}
footer p {
  text-align: center;
}
footer .logo {
  background: linear-gradient(
      135deg,
      rgba(0, 0, 0, 0.4) 0%,
      rgba(255, 255, 255, 0.4) 100%
    ),
    #023047;
  background-blend-mode: soft-light, normal;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 15px;
  width: 256px;
  height: 175px;
}

.footer-icon {
  width: 50px;
  height: 50px;
  margin: 30px 2rem 0 0;
  background: #023047;
  box-shadow: 10px 10px 15px #000000, -10px -10px 50px 1px #0e4b69;
  border-radius: 10px;
  font-size: 40px;
}
.copywrite {
  font-size: 14px;
  text-align: center;
}

footer input,
textarea {
  border-radius: 2px;
  border: 1px solid #8ecae6;
}

footer textarea {
  margin-top: 1.25em;
  display: inline-block;
  margin-bottom: -50px;
}
footer input {
  display: inline-block;
  margin: 5px;
  max-width: 227px;
}
footer label {
  display: inline-block;
  width: 100px;
}
.submit {
  background: #023047;
  box-shadow: 10px 10px 15px #000000, -10px -10px 50px 1px #0e4b69;
  border-radius: 10px;
  padding: 7px 40px;
  margin-top: 65px;
  color: var(--secondary-blue-color);
}

#contacts {
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 2rem 0 2rem 0;
}
#contacts p {
  text-align: center;
}
footer {
  background: #023047;
  color: #eef7fb;
  position: relative;
}
footer a {
  color: var(--background-color);
}
footer li {
  display: block;
  text-align: right;
  margin-bottom: 1rem;
}
footer li a {
  color: var(--background-color);
}
footer li a:hover {
  color: var(--secondary-blue-color);
}

footer .icons {
  display: flex;
}
button {
  transition: all 0.1s ease-in 0.05s;
  -webkit-transition: all 0.1s ease-in 0.05s;
  -moz-transition: all 0.1s ease-in 0.05s;
  -ms-transition: all 0.1s ease-in 0.05s;
  -o-transition: all 0.1s ease-in 0.05s;
  border-color: transparent;
  cursor: pointer;
}
button:hover {
  background: #022b3f;
}

#backtotop {
  background: #023047;
  box-shadow: 10px 10px 15px #000000;
  border-radius: 10px;
  font-size: 50px;
  color: #fb8500;
  position: fixed;
  padding: 0 1rem 0 1rem;
  right: 1rem;
  bottom: 20px;
  display: none;
}
/*Media*/
@media (max-width: 900px) {
  .img-right {
    float: left;
    bottom: 0;
  }
  .icon {
    margin-bottom: 20px;
  }
  /*Mobile-menu*/
  header::after {
    display: none;
  }
  #mobilebutton {
    display: block;
    margin-right: 50px;
    z-index: 10;
  }

  nav ul {
    display: none;
  }

  nav.responsive ul {
    display: block;
    background-color: rgba(255, 255, 255, 0.767);
    position: absolute;
    width: 50%;
    right: 0;
    top: 100px;
    z-index: 10;
  }

  nav ul li {
    display: block;
  }

  nav ul li a {
    display: block;
    padding: 1rem 2rem;
  }
  .hidden {
    display: inherit;
  }
  textarea {
    max-width: 70%;
  }
  .menu-footer {
    display: none;
  }
}

@media (max-width: 576px) {
  .blur {
    width: 17rem;
  }

  .img-right {
    float: left;
  }

  .banner {
    padding: 0;
  }
  header {
    background-position: right;
  }
  .column {
    width: 50%;
  }
  .experience p {
    padding: 0 3.5rem 0 1rem;
  }
  .heading-vol {
    right: 0.7rem;
  }
  .skills-plus {
    display: block;
    position: relative;
    left: 30px;
  }
  table {
    margin-bottom: 2rem;
  }
  #contacts {
    justify-content: center;
  }
  footer .logo img {
    width: 200px;
  }
  footer .logo {
    width: 200px;
    height: 135px;
  }
  .menu-footer {
    display: none;
  }
  footer .container {
    padding: 0;
  }
  .footer-icon {
    margin: 15px 2rem 0 0;
  }
  .icon-name {
    font-size: 15px;
  }
}

@media (max-width: 500px) {
  .img-right {
    float: left;
  }
  footer .icons {
    position: relative;
    top: 270px;
  }
}

@media (max-width: 350px) {
  .heading-vol {
    right: 0.02rem;
  }

  .send-form {
    margin-top: 90px;
  }
  footer .icons {
    position: relative;
    top: 430px;
  }
}
