@tailwind base;
@tailwind components;
@tailwind utilities;

:root {
  --title-span-color: rgb(24, 78, 129);

  --transition-fast: 0.2s;
  --max-content-width: 1385px;
  --min-content-width: 350px;
  --footer-height: 200px;
  --color1: #1C6980;
  --color1: 28,105,128;
  --color2: #1E6879;
  --color2: 30,104,121;
  --color3: #114F72;
  --color3: 17,79,114;
  --color4: #0C425C;
  --color4: 12,66,92;
  --color5: #062D46;
  --color5: 6,45,70;
  --color6: #2F454F;
  --color6: 47,69,79;
  
  --color7: #1F4148;
  --color7: 31,65,72;
  --color8: #3A7881;
  --color8: 58,120,129;
  --color9: #22c7c7;
  --color9: 34,190,190;
  --color10: #01b0a3;
  --color10: 1,176,163;
  --color11: #00ffec;
  --color11: 0,255,236;
  --color12: 46,68,78;

}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Poppins:wght@100;200;300;400;500;600;700&display=swap');
@import url("https://fonts.googleapis.com/css?family=Hind:300,400&display=swap");

* {
  margin: 0;
  padding: 0;
}

body,
html {
  min-width: 100%;
  min-height: 100vh;
  font-weight: 400;
  font-family: Montserrat, Arial, Helvetica, Sans-serif;
  color: rgba(255, 255, 255, 1);
  scroll-behavior: smooth;
  background-color: #151e25;
}

h1 {
  font-size: 3.25rem;
  font-weight: 400;
}

h2 {
  font-size: 3.5rem;
  font-weight: 400;
}

h3 {
  font-size: 3rem;
  font-weight: 400;
}

h4 {
  font-size: 2.5rem;
  font-weight: 400;
}

h5 {
  font-size: 2rem;
  font-weight: 400;
}

h6 {
  font-weight: 400;
  font-size: 1rem;
  line-height: 29px;
}

p {
  font-size: 1.35rem;
  line-height: 2rem;
  text-align: center;
}

span {
  display: inline-block;
}

span.nowrap {
  display: inline;
  white-space: nowrap;
}

body {
  min-width: 340px;
  background-size: auto, cover;
}

.container {
  width: 100%;
  perspective: 1px;
  position: relative;
  min-height: 100vh;
  margin: auto;
  background-color: rgba(54, 110, 131, 1);
}

.main-container {
  /* overflow: hidden; */
}

.content {
  max-width: var(--max-content-width);
}


header,
footer,
.hero-container,
.hero-content,
.services-container,
.services-text-container,
.circle{
  display: flex;
  align-items: center;
  flex-direction: column;
}

.menu a,
.button {
  display: flex;
  align-items: center;
  flex-direction: row;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  height: 60px;
  width: 100%;
  color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
  box-sizing: border-box;
  background: linear-gradient(
    90deg,
    rgba(43, 62, 67, 1) 0%,
    rgba(43, 62, 67, 1) 100%
    );
  background: rgba(20, 66, 76, 1);
  transition: 400ms ease all;
  z-index: 1;
}

header .content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

header .logo {
  margin-left: 7%;
  height: 70%;
  display: flex;
  align-items: center;
}

.logo img {
  height: 90%;
  padding-top: 5px;
  max-width: 80vw;
}

.scrolled{
  height: 40px;
}

.scrolled .logo{
  height: 60%;
}

.revealUp {
  opacity: 0;
  visibility: hidden;
}

.menu {
  font-size: 1.4rem;
  line-height: 1.5rem;
  list-style-type: none;
  position: relative;
  color: rgba(255, 255, 255, .8);
}

.menu a {
  color: rgba(255, 255, 255, .8);
  height: 0%;
}

.menu li a{
  transition: ease .6s all;
}

.menu li:hover a{
  color: rgba(var(--color11), .8);
  transition: ease .4s all; 
  position: relative;
  height: 100%;
  background: rgba(255, 255, 255, .05);
}

.menu a:active{
  color: rgba(var(--color11), 1);
  transition: 200ms ease all;
  position: relative;
  top: 1px;
  height: calc(100% - 2px);
}

.top-menu {
  display: none;
  height: 100%;
  flex-direction: row;
  justify-content: space-between;
}

.top-menu .menu {
  display: flex;
  align-items: center;
  height: 100%;
}

.top-menu li {
  height: 100%;
  display: flex;
  align-items: center;
}

.top-menu a {
  padding: 0px 50px 2px 50px;
  box-sizing: border-box;
}

#mobile-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 60px;
  font-size: 20px;
  z-index: 2;
  position: absolute;
  top:0;
  right: 0;
  transform: translate(0%, 0%);
  background-size: 10px 10px;
  background-repeat: no-repeat;
}

#mobile-button div{
  transition: 200ms ease all;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0%;
}

.bar{
  width: 1.7rem;
  height: 2px;
  background-color: white;
  display: inline-block;
  position: relative;
  transition: background 1s ease;
}

.bar::before,
.bar::after{
  content: "";
  position: absolute;
  width: inherit;
  height: inherit;
  background-color: white;
  transition: all .5s ease;
}

.bar::before{
  top: -.6rem;
}

.bar::after{
  top: .6rem;
}

.active .bar{
  background-color: transparent;
}

.active .bar:before{
  top: 0;
  transform: rotate(135deg);
}

.active .bar:after{
  top: 0;
  transform: rotate(-135deg);
}

#mobile-button:hover div{  
  height: 100%;
  background: rgba(255, 255, 255, .05);
  color: rgba(var(--color11), .8);
  cursor: pointer;
}

#mobile-button:active{
  background: rgba(255, 255, 255, .05);
  color: rgba(var(--color11), 1);
  top: 2px;
  height: calc(100% - 2px);
}

#mobile-button.scrolled {
  width: 40px;
}

#scroll-top {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 10%;
  min-width: 5.625rem;
  max-width: 135px;
  height: 300px;
  justify-content: center;
  align-items: center;
}

#scroll-top a {
  transform: translate(15px, 15px);
  transition: 100ms ease all;
  display: flex;
  opacity: 1;
  min-width: 3.5rem;
  width: 3.5rem;
  height: 3.5rem;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, .45);
  background-color: rgba(255, 255, 255, .3);
  box-shadow: 11px 11px 20px 0 rgba(19, 15, 73, .1);
}

#scroll-top a:hover {
  border: 1px solid rgba(255, 255, 255, .5);
  background-color: rgba(255, 255, 255, .35);
  transform: translate(15px, 14px);
  box-shadow: 8px 8px 17px 0 rgba(0, 0, 0, 0.2);
}

#scroll-top a:active {
  border: 1px solid rgba(255, 255, 255, .5);
  background-color: rgba(255, 255, 255, .35);
  transform: translate(15px, 16px);
  box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.2);
}

#mobile-menu{
  display: flex;
  min-width: 100vw;
  width: 100%;
  height: 100%;
  justify-content: center;
  text-align: center;
  align-items: center;
  position: fixed;
  z-index: 1;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05), 0px 2px 6px rgba(0, 0, 0, 0.05),
  0px 0px 1px rgba(0, 0, 0, 0.04);
  background-color: rgba(43, 62, 67, .97);
  background-image: linear-gradient(
    90deg,rgba(43, 62, 67, .65) 0%,
    rgba(43, 62, 67, .65) 100%);
  background-size: cover;
}

#mobile-menu .menu{
  display: flex;
  height: 90%;
  width: 90%;
  min-width: 320px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  background-size: cover;
}

#mobile-menu li{
  height: 10%;
  width: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 5%;
}

#mobile-menu a{
  width: 100%;
  display: flex;
  justify-content: left;
  text-transform:uppercase;
  color: white;
  font-size: 2.5rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  padding-left: 15%;
  text-shadow: 5px 5px rgba(var(--color8), .25);
}

#mobile-menu {
  height: 0;
}

.pulse-d:hover {
  animation: pulse-d 1s;
}

@keyframes pulse-d {
  0% { box-shadow: 0 0 0 0 rgba(var(--color11),.3); }
}

.pulse:hover {
  animation: pulse 1s;
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(255,255,255,.3); }
}

.button {
  background: none;
  color: rgba(255, 255, 255,0.8);
  border: solid 2px rgba(255, 255, 255,0.5);
  width: auto;
  width: 220px;
  height: 3.2rem;
  font-size: 1.1em;
  font-weight: 400;
  border-radius: 0.6rem;
  transition: 0.2s ease all; 
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
}

.button:hover {
  background: rgba(255, 255, 255,0.1);
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
  box-shadow: 0px 0px 20px 15px rgba(0,0,0, 0.06);
  transition: 0.2s ease all;
  
  position: relative;
  top: -1px;
}

.button:active {
  transition: 0.05s ease all;
  top: 1px;
  box-shadow: 0 0 0px #ccc;
  box-shadow: 0px 5px 5px 8px rgba(0, 0, 0, .06);
}

.button.dark {
  background: rgba(var(--color9), .3);
  color: rgba(255,255,255,.8);
}

.button.dark:hover {
  background: rgba(var(--color9), .6);
  color: rgba(255,255,255,1);
  box-shadow: 0px 0px 20px 15px rgba(var(--color7), 0.1);
  top: -1px;
}

.button.dark:active {
  position: relative;
  top: 1px;
  box-shadow: 0px 5px 5px 8px rgba(var(--color7), 0.15);
  transition: 0.05s ease all;
}

.hero-container {
  min-height: 100vh;
  display: flex;
  justify-content: center;
}

.hero-container .content{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 60px;
}

.plate{
  border-radius: 2rem;
  border: solid 2px rgba(255, 255, 255,0.03);
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgba(255, 255, 255, .1);
  position: relative;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .2); 
  background: transparent;
  overflow: hidden;
}

.plate.transparent::after {
  content: "";
  position: absolute;
  background: transparent;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: inset 0 0 2000px rgba(255, 255, 255, 0.07);
  filter: blur(10px);
  margin: -20px;
}

.plate.wave::before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  border-radius: 2rem;
  background-image: linear-gradient(to top, rgba(0,0,0,0.11), rgba(0,0,0,0.11)), url(img/svg/waves.svg);
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
}

.hero-container .plate{
  margin: 4%;
}

.hero-content {
  margin: 60px 5% 7% 5%;
  padding: 2%;
  border-radius: 0.8rem;
  align-items: left;
}

.hero-content h1,
.hero-content p{
  width: 92%;
  width: 88%;
  text-align: center;
}

.hero-content h1 {
  line-height: 3.7rem;
  color: #fff;
  font-weight: 500;
  margin: 4% 0;
  margin-bottom: 30px;
}
.hero-content p {
  margin-bottom: 10px;
}

.hero-content span.colorful {
  font-weight: 600;
  color: rgba(80,250,246, .65);
}

.hero-content .button-container {
  margin-top: 2.5%;
  width: 98%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}

.hero-content .button {
  margin: 2.5% 5%;
  width: 40%;
  min-width: 225px;
}

.hero-picture {
  justify-content: center;
  width: 69%;
  margin-bottom: 7%;
  position: relative;
}

.hero-picture img {
  width: 100%;
  height: auto;
}

.services-container{
  background: 
  radial-gradient(rgba(46, 72, 89, 0) 20%, rgba(21, 34, 43, .2) 70%, rgba(21, 34, 43, .35) 100%),
  linear-gradient(90deg, rgba(44, 65, 81, 1) 0%, rgba(44, 65, 81, 1) 100%);
  justify-content: center;
  /* min-height: 100vh; */
  overflow: hidden;
  background: radial-gradient(at 50% 40%, rgba(13, 98, 107, .8) 0%, rgba(13, 98, 107, .3) 100%);
  background-color: rgba(13, 25, 47, 1);
  position: relative;
}

.services-container .content {
  margin: 20px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.services-container .title{
  font-size: 2.5em;
  font-weight: 100;
  color: rgba(0,255,236, .5);
  margin-top: 1.5rem;
}

.services-section-title{
  width: 88%;
  color: rgba(255,255,255, .95);
  text-align: center;
  font-size: 2.8rem;
  line-height: 58px;
  margin: 50px;
  font-weight: 600;
}

.services-container .service-title{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 1rem;
  width: 100%;
}

.services-container .service-title .service-icon-block{
  margin-bottom: 10px;
}

.services-container .plate{
  /* min-height: 360px; */
  padding: 0 8%;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 10px 0 30px 0;
  background-color: rgba(36,60,71, .1);
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .2); 
}

.services-container .plate::before {
  opacity: 0.5;
}

.services-container .plate p{
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: .05em;
  font-weight: 100;
  margin-bottom: 1rem;
}

.service-title h5{
  text-align: center;
  /* margin-left: 1rem; */
  /* padding-right: 48px; */
  line-height: normal;
}

.services-text-container{
  margin-bottom: 20px;
}

.services-text-container p strong{
  font-size: 1.3rem;
}

.services-text-container .plate{
  flex-grow: 1;
}

.services-container .skills {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-bottom: 20px;
}


.services-container .level-container span{
  /* height: 100%; */
  background: rgba(255,255,255, .5);
}

.services-container .level-container span.active{
  background: rgba(255,255,255, 1);
}

.services-container .level-container{
  display: grid;
  grid-template-columns: repeat(5, auto);
  grid-template-rows: 2px;
  grid-column-gap: 2px;
}

.services-container .skill-container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all .2s ease-in-out;
  background-color: rgba(255,255,255, .05);
  border-radius: 10px;
  white-space: nowrap;
  padding: 5px 15px;
  margin: 5px;
  flex-grow: 1;
  /* max-width: 33.3%; */
}

.services-container .skill-container:hover{
  transform: scale(1.1);
  transition: all .2s ease-in-out;
}

.portfolio-container{
  display: flex;
  background-color: rgba(var(--color12), 1);
  background: radial-gradient(ellipse at 50% 45%, rgba(46, 72, 89, 1) 40%, rgba(21, 34, 43, 1) 100%);
  background: radial-gradient(rgba(46, 72, 89, 1) 20%, rgba(21, 34, 43, .8) 70%, rgba(21, 34, 43, .9) 100%);
  justify-content: center;
  /* min-height: 100vh; */
  position: relative;
  overflow-x: hidden;
}

.portfolio-container::before {
  content: "";
  background-image: url("img/backgrounds/01.png");
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  opacity: .05;
  pointer-events: none;
}


.portfolio-container .content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  flex: 80%;
}

.portfolio-container .title{
  font-size: 2.5em;
  font-weight: 500;
  color: rgba(0,255,236, .5);
  margin-top: 1.4rem;
  max-width: 80%;
  text-align: center;
}

.projects-container{
  margin-top: 2.5%;
  width: 92%;
  flex-wrap: wrap;
}

.portfolio-container .plate a.project-11 img,
.portfolio-container .plate a.project-10 img{
  object-position: 0% 0%;
}
.portfolio-container .plate a.project-9 img.mobile{
  object-position: 50% 0%;
}
.portfolio-container .plate a.project-9 img{
  object-position: 0% 0%;
}
.portfolio-container .plate a.project-8 img.tablet{
  object-position: 0% 0%;
}
.portfolio-container .plate a.project-8 img.desktop{
  object-position: 25% 0%;
}

.portfolio-container .plate a.project-9 .text-container p,
.portfolio-container .plate a.project-8 .text-container p,
.portfolio-container .plate a.project-7 .text-container p{
  background-color: rgba(6, 45, 70, .7);
  background: linear-gradient(
      90deg,
      rgba(6, 45, 70, 0) 0%,
      rgba(6, 45, 70, .7) 15%,
      rgba(6, 45, 70, .7) 85%,
      rgba(6, 45, 70, 0) 100%
      );
}

.portfolio-container .plate{
  height: 415px;
  flex: 37%;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  margin: 10px 0 30px 0;
  background-color: rgba(72,146,154, .1);
  overflow: hidden;
  position: relative;
}

.portfolio-container .plate:nth-child(odd){
  margin-right: 0;
}
.portfolio-container .plate:nth-child(even){
  margin-left: 0;
}

.portfolio-container .plate .plate-context{
  display: flex;
  justify-content: left;
  height: 100%;
  width: 100%;
}

.portfolio-container .plate:nth-child(even) .plate-context{
  flex-direction: row-reverse;
  justify-content: right;
}

.portfolio-container img.desktop{
  display: none;
}
.portfolio-container img.tablet{
  display: none;
}

.portfolio-container .plate-context img{
  object-fit: cover;
  width: 100%;
  height: auto;
  transition: all 1s ease-in-out;
}

.portfolio-container .plate:nth-child(1) img{
  object-position: 50% 42%;
}
.portfolio-container .plate:nth-child(2) img{
  object-position: 50% 30%;
}
.portfolio-container .plate:nth-child(3) img{
  object-position: 50% 45%;
}
.portfolio-container .plate:nth-child(4) img{
  object-position: 50% 55%;
}

.portfolio-container .plate .plate-context:hover{
  transition-delay: 0.1s;
  transition: all .1s ease-in-out;
}

.portfolio-container .plate:nth-child(even) .plate-context:hover{
  transition-delay: 0.1s;
  transition: all .6s ease-in-out;
}

.portfolio-container .plate:hover .text-container,
.portfolio-container .plate:hover:nth-child(even) .text-container{
  transition: all .6s ease-in-out;
  transform: translate(0);
  background: rgba(6, 45, 70, .5);
}

.portfolio-container .plate:hover:nth-child(even) .text-container{
  transform: translate(0,0);
}


.portfolio-container .plate:hover .text-container{
      transform: translate(0,0);
}

.portfolio-container .plate .text-container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  text-align: center;
  background: rgba(6, 45, 70, .2);
  transition: all 1s ease;
  transform: translate(0%,-100%);
}

.portfolio-container .plate .text-container p{
  transform: translateY(200px);
  opacity: 0;
  transition: all 1s ease;
}

.portfolio-container .plate:hover .text-container p{
  transform: translateY(0);
  opacity: 1;
}

.portfolio-container .plate:nth-child(even) .text-container{
  transform: translate(0, -100%);
}

.portfolio-container .plate:nth-child(odd) .text-container{
  left: 0;
}

.portfolio-container .text-container h5{
  margin-bottom: 1rem;
  color: rgba(var(--color10, 1));
  font-size: 2.2rem;
  background: rgba(6, 45, 70, .8);
  width: 100%;
  padding: 1rem 0;
}

.portfolio-container .text-container p{
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 1);
  padding: 0 2rem;
}

.portfolio-container .button {
  display: flex;
  margin: 2% 0 5% 0;
}

.portfolio-container .button:hover {
  background: rgba(var(--color9), .6);
}

.about-container{
  background: 
              linear-gradient(90deg, rgba(3, 41, 64, .4) 0%, rgba(2, 28, 38, .4) 100%),
              radial-gradient(ellipse at 50% 50%, rgba(46, 72, 89, .2) 40%, rgba(21, 34, 43, .5) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.about-container::before{
  content: "";
  background-image: url("img/svg/gradient5.svg");
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .5;
}

.about-container .content{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  max-width: var(--max-content-width);
}

.about-container .title{
  font-size: 2em;
  font-weight: 100;
  color: rgba(0,255,236, .5);
  margin-top: 4rem;
}

.about-container .plate::before {
  opacity: 0.6;
}

.about-container .plate{
display: flex;
min-height: 60vh;
justify-content: center;
align-items: center;
margin: 10px 0 30px 0;
margin: 8% 4%;
}

.about-container .text-container{
  width: 80%;
}
.about-container .text-container p{
  color: rgba(255,255,255,.95);
  margin: 2rem 0;
}

.about-container .about-picture-container{
  height: 100px;
  margin: 0 0 40px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 80%;
}

.about-picture-container .picture-container{
  height: 100%;
  margin-right: 20px; 
}

.picture-container img{
  height: 100%;
  width: auto;
}

.about-container .button{
  margin-bottom: 4rem;
}

.about-picture-container h5{
  color: rgba(255,255,255,.95);
  font-size: 1.2rem;
  font-weight: 600;
}

.about-picture-container h6{
  font-size: 1rem;
  color: rgba(255,255,255,.85);
}

.about-picture-container h6,
.about-picture-container h5{
  margin: 5px;
}

.faq-container{
  font-family: "Hind", sans-serif;
  display: flex;
  justify-content: center;
  min-height: 80vh;
  background: radial-gradient(rgba(13, 98, 107, .8) 0%, rgba(13, 98, 107, .8) 20%, rgba(13, 98, 107, .2) 100%);
  background-color: rgba(13, 25, 47, 1);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.faq-container::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  opacity: .1;
}

.faq-container .content{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  max-width: var(--max-content-width);
}

.faq-container .title{
  font-size: 2em;
  font-weight: 100;
  color: rgba(0,255,236, .6);
  margin-top: 4rem;
  margin-bottom: 2.5rem;
  text-align: center;
}

.faq-container .plate{
  display: flex;
  min-height: 60vh;
  width: 92%;
  height: 100%;
  justify-content: flex-start;
  margin: 10px 0 30px 0;
  margin: 8% 4%;
}

.accordion{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  justify-content: center;
}

.accordion:last-child{
  margin-bottom: 2rem;
}

.accordion {
  margin-bottom: 20px;
}

.accordion-item{
  max-width: 90%;
  margin-bottom: 1%;
  margin-top: 1%;
  box-sizing: border-box;
  background-color: rgba(30, 53, 64, .6);
  border-radius: .8rem;
  padding: 2rem 2rem 0 2rem;
  box-shadow: .5rem 2px .5rem rgba(0,0,0, .1);
}

.accordion-item .accordion-question{
  color: #03b5d2;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 1.5rem;
  user-select: none;
  cursor: pointer;
  position: relative;
  padding-right: 25px;
}

.accordion-item .accordion-answer{
  font-size: 1.3rem;
  font-weight: 300;
  margin: 2rem 0 0 0;
  height: 0;
  overflow: hidden;
}

.accordion-item .accordion-answer.open{
  height: auto;
}

 .accordion-item .accordion-answer p{
  font-size: 1.4rem;
  color: rbga(255, 255, 255, .6);
  margin: 0 1rem 2rem 0;
}

.accordion-item .icon{
  margin-left: 20px;
  min-width: 25px;
  height: 25px;
  width: 25px;
  background-size: cover;
}

.icon.plus{
  background-image: url("img/svg/plus.svg");
}

.icon.minus{
  background-image: url("img/svg/minus.svg");
}

.icon.plus,
.icon.minus{
  position:absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
}

.contacts-container{
  font-family: "Hind", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  background: 
      radial-gradient(rgba(46, 72, 89, 0) 0%, rgba(21, 34, 43, 0) 40%, rgba(21, 34, 43, .5) 100%),
      linear-gradient(90deg, rgba(56, 84, 105, 1) 0%, rgba(56, 84, 105, 1) 100%);
  position: relative;
  margin-bottom: var(--footer-height);
  box-shadow: 0 5px 15px 0 rgba(0,0,0,.2);
  background-image: url("img/svg/gradient1.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.contacts-container .content{
  display: flex;
  justify-content: center;
  max-width: var(--max-content-width);
  height: 100%;
  width: 92%;
}

.contacts-container .title{
  font-size: 3em;
  font-weight: 100;
  color: rgba(0,255,236, .5);
  margin-top: 4rem;
  margin-bottom: 1.5rem;
}

.contacts-container p{
  margin-bottom: 3rem;
}

.contacts-container .plate{
  display: flex;
  min-height: 60vh;
  width: 100%;
  height: 100%;
  justify-content: flex-start;
  margin: 10px 0 30px 0;
  margin: 8% 4%;
  width: 92%;
}

.contacts-container .plate::before {
  opacity: .2;
}

.contacts-container form{
  display: flex;
  flex-direction: column;
}

.contacts-container .button{
  display: flex;
  align-items: center;
  align-self: center;
  max-width: 180px;
  margin-top: 2rem;
  margin-bottom: 0;
  overflow: hidden;
  transition: all 0.2s;
}

.contacts-container .button span{
  display: block;
  margin-left: 0.3em;
  transition: all 0.3s ease-in-out;
}
 
.contacts-container .button svg {
  display: block;
  transform-origin: center center;
  transition: transform 0.3s ease-in-out;
}
 
.contacts-container .button:hover .svg-wrapper{
  animation: fly-1 0.6s ease-in-out infinite alternate;
}
 
.contacts-container .button:hover svg {
 transform: translateX(1.2em) rotate(45deg) scale(1.1);
}

.contacts-container .button:hover span {
 transform: translateX(95px);
}

.contacts-container .button:active {
 transform: scale(0.95);
}

@keyframes fly-1 {
 from {
  transform: translateY(0.1em);
 }

 to {
  transform: translateY(-0.1em);
 }
}

.form-container{
  width: 80%;
  max-width: 600px;
  display: flex;
  justify-content: center;
  
}

.form-container label{
  font-size: 1.35rem;
  font-size: 0;
  font-weight: 400;
  margin-left: 1.5rem;
}

.form-container input,
.form-container textarea{
  height: 3.2rem;
  width: 100%;
  padding-left: 1.35rem;
  padding-top: 1px;
  border-style: solid;
  border: solid 1px rgba(255, 255, 255,0.2);
  border-radius: 4px;
  background: rgba(var(--color9), .1);
  color: rgba(255,255,255, 1);
  font-size: 1.35rem;
  font-weight: 400;
  border-radius: 0.6rem;
  margin: 1rem 0;
  box-sizing: border-box;
}

.form-container textarea{
  padding-top: 1rem;
  min-height: 200px;
}

.form-container input:focus,
.form-container textarea:focus{
  border: solid 1px rgba(255, 255, 255, 0.5);
}

.form-container input::placeholder,
.form-container textarea::placeholder{
  color: rgba(255, 255, 255, .3); 
}

.form-container .hp { 
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-container #form-notice {
  font-size: 0.95rem;
  opacity: 0;
  transition: opacity .2s ease;
}

.form-container #form-notice.is-visible { 
  opacity: .95; 
}

.form-container .button[disabled] { 
  opacity: .6; 
  pointer-events: none; 
}

.input-group {
  position: relative;
}

.input-group input,
.input-group textarea {
  background: rgba(var(--color9), .04);
  transition: background-color 400ms linear;
}

.input-group input:not([value='']),
.input-group textarea:not([value='']) {
  background-color: transparent;
  transition: background-color 400ms linear;
}

.input-group input:focus,
.input-group input:valid {
  outline: 0;
}

.input-group label {
  position: absolute;
  top: 1.87rem;
  left: -2px;
  pointer-events: none;
  color: rgba(255, 255, 255, .3);
  color: rgba(255, 255, 255, 0);
}

.input-group textarea:not([value='']):not(:focus)+label span,
.input-group input:not([value='']):not(:focus)+label span
{

  transform: translateY(-2.3rem);
  font-size: 1rem;
  color: rgba(255, 255, 255, 1);
}

.input-group label span {
  transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.input-group textarea:focus+label span,
.input-group input:focus+label span,
.input-group input:valid+label span {
  color: rgba(255,255,255, 1);
  transform: translateY(-2.3rem);
  font-size: 1rem;
}

footer {
  align-items: center;
  bottom: 0;
  color: rgba(102, 102, 102, 1);
  display: flex;
  font-size: 5em;
  height: var(--footer-height);
  justify-content: flex-end;
  align-items: center;
  position: fixed;
  text-transform: uppercase;
  width: 100%;
  z-index: -1;
  background: radial-gradient(90% 80% at 50% 30%, rgba(21, 34, 43, .7) 0%, rgba(21, 34, 43, .95) 90%, rgba(21, 34, 43, 1) 100%);
  background-color: rgba(50, 50, 50, 1);
}

footer .logo{
  height: 30px;
}

footer h6,
footer span{
  font-size: 1rem;
  line-height: normal;
  text-transform: none;
}

footer .content{
  width: 100%;
}

.bottom-menu{
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.bottom-menu ul{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  text-transform: none;
  font-size: 1.4rem;
  line-height: 1.5rem;
  list-style-type: none;
  color: rgba(255, 255, 255, .8);
  position: relative;
}

.bottom-menu li{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-size: cover;
  position: relative;
}

.bottom-menu li:hover{
  cursor: pointer;
  transition: ease 1s all;
}

.bottom-menu li a{
  display: flex;
  justify-content: center;
  margin: .5rem;
  position: relative;
  color: rgba(255, 255, 255, .7);
  border-radius: .3rem;
  padding: .3rem;
}

.bottom-menu li a::before{
  display: flex;
  content: "";
  position: absolute;
  left: 50%;
  
  transform: translate(-50%, -50%) scaleX(.4);
  box-shadow: 0px -6rem 7rem 4rem rgb(33 93 103);
  border-radius: 50%;
  height: 0;
  width: 0;
  opacity: 1;
  z-index: -1;
  pointer-events: none;
  transition: all 1s ease;
}

.bottom-menu li:hover a::before{
  padding: 0 1rem;
  transition: all .6s ease;
  box-shadow: 0px -2.5rem 10rem 5rem rgb(33 93 103);
}

.bottom-menu li:hover a{
  color: rgba(var(--color11), .8);
  transition: all ease 600ms;
}

.bottom-line{
  height: 2.25rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 3rem 2rem 1.5rem 2rem;
}

.bottom-line .bottom-logo{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 15px;
  width: auto;
  margin: 1rem 0;
}

.bottom-logo img {
  height: 100%;
}

.bottom-line .line{
  background: rgba(var(--color11), .3);
  height: 1px;
  flex-grow: 1;
}

.bottom-line .line:nth-of-type(2){ 
  flex-grow: 50; 
}

.bottom-line .line,
.bottom-line .bottom-logo{
  display: none;
}

.rights-container{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 1rem;
  flex-wrap: wrap;
}

.social-links{
  height: 3rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 2rem;
}

.social-links .circle {
  display: flex;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  background-color: rgba(102, 102, 102, .7);
  background-color: rgba(102, 102, 102, .5);
  color: rgba(255, 255, 255, .8);
  margin: .5rem;
}

.social-links .circle:hover {
  position: relative;
  transform: scale(1.05);
  background-color: rgba(102, 102, 102, .3);
  box-shadow: 0px 0px 12px 2px rgb(35, 120, 132);
  color: rgba(var(--color11), .65);
  cursor: pointer;
}

.social-links .circle:active {
  position: relative;
  transform: scale(.95);
  box-shadow: 0 0 0px #ccc;
}

.circle:hover svg{  
  transform: scale(1.1);
  transition: all .6s ease;
}

.circle img,
.circle svg{
  color: rgba(255,255,255, .8);
  width: 2.1rem;
  transition: all .6s ease;
}

/* Modifier classes -- single style */
.center {
  text-align: center;
}

.left {
  text-align: left;
}

.mb120 {
  margin-bottom: 120px;
}

.width92 {
  width: 92%;
}

.none {
  display: none;
}

@media only screen and (min-width: 450px) {
  .bottom-menu {
    padding: 0 2rem;
  }  
  
  .portfolio-container .title,
  .faq-container .title{
    text-align: left;
  }
  #scroll-top {
    height: 135px;
  }
  .services-container .service-title{
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-top: 40px;
  }
  .services-container .plate p{
    margin-bottom: 5px;
  }
  .service-title h5{
    margin-left: 1rem;
    /* padding-right: 48px; */
    line-height: normal;
  }
  
  /* .portfolio-container .plate .text-container{
    width: 50%;
    left: 50%;
  } */

  .portfolio-container img.desktop{
    display: none;
  }
  .portfolio-container img.mobile{
    display: none;
  }
  .portfolio-container img.tablet{
    display: block;
  }
}

@media only screen and (min-width: 560px) {
  .bottom-line .bottom-logo,
  .bottom-line .line{
    display: flex;
  }
  
  .bottom-menu{
    padding: 0 15%;
  }

  .services-container .skill-container{
    max-width: 33.3%;
  }

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .container {
    height: 100%;
  }

  header .logo {
    margin-left: 6.5%;
    height: 36px;
  }
  
  .logo img {
    padding-top: 4px;
    height: 90%;
  }

  .scrolled .logo{
    height: 100%;
  }

  .top-menu {
    display: flex;
    margin-right: calc(7% - 40px);
  }
    
  #mobile-button{
    display: none;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0 10px 0 0;
  }

  #mobile-menu,
  #mobile-menu.show{
    display: none;
  }

  .hero-container .plate{
    flex-direction: row;
    justify-content: space-between;
    padding: 10% 0;
  }

  
  .hero-content h1,
  .hero-content p{
    text-align: left;
  }

  .hero-content {
    width: 40%;
    margin: 4%;
  }
  
  .hero-picture {
    width: 40%;
    margin-right: 6.5%;
    margin-bottom: 0;
  }
  
  .hero-content h1 {
    margin: 3.5% 0;
    width: 100%;
  }

  .hero-content p {
    margin-top: 2.5%;
    width: 100%;
  }
  
  .hero-content .button-container{
    margin: 5% 5% 3% 5%;
    width: 100%;
    flex-wrap: nowrap;
  }

  .hero-content .button {
    margin: 2.6%;
    width: auto;
    min-width: 46.5%;
  }

  .title{
    margin: 0;
  }

  .services-container .content{
    margin-top: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .services-container {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .services-text-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: stretch;
    align-items: stretch;
    /* grid-column-gap: 10px; */
    /* grid-row-gap: 20px; */
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* flex-direction: row; */
    /* justify-content: space-between; */
  }

  .services-text-container .plate:nth-child(even){
    margin-left: 24px;
  }
  .services-text-container .plate:nth-child(odd){
    margin-right: 24px;
  }

  .services-text-container .plate{
    height: 100%;
    flex: 37%;
    flex-grow: 1;
    padding: 24px 24px 24px 34px;
  }
  
  .services-container .skills {
    padding-bottom: 0;
  }

  .portfolio-container .plate:nth-child(odd) {
    margin-right: 24px;
  }
  .portfolio-container .plate:nth-child(even) {
    margin-left: 24px;
  }
  
  .portfolio-container .plate:last-child {
    margin-right: 0px !important;
  }

  .portfolio-container img.desktop{
    display: block;
  }
  .portfolio-container img.mobile{
    display: none;
  }
  .portfolio-container img.tablet{
    display: none;
  }

  .accordion-container{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    height: 100%;
  }
  
  .accordion-container .accordion:nth-child(odd){
    margin-left: 2rem;
  }
  
  .accordion-container .accordion:nth-child(even){
    margin-right: 2rem;
  }
  
  .bottom-menu{
    padding: 0 20%;
  }

  .projects-container{
    margin-top: 2.5%;
    display: flex;
    width: 92%;
  }
}


