@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap);
body,
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
.btn,
.heading {
  color: #ccd6f6;
}
.about .row-1 .content .box-container .box span,
.heading span,
.home .content .hi,
.home .content h3 span,
header .follow a:hover,
header .logo span,
header .navbar a:hover {
  color: var(--main-color);
}
.heading,
.heading span,
header .logo,
header .logo span {
  text-transform: uppercase;
}
.about .row-1 .image img,
.contact .row .map,
.contact .row form,
.portfolio .box-container .box {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
.btn,
.footer {
  margin-top: 2rem;
}
.footer,
header {
  text-align: center;
}
header,
header.active {
  left: 0;
}
:root {
  --main-color: #5ff1d0;
}
* {
  font-family: Roboto, sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: 0;
  border: none;
  text-decoration: none;
  text-transform: capitalize;
  transition: 0.2s linear;
  line-height: 1.5;
}
html {
  font-size: 62.5%;
}
body {
  background: #0a192f;
  padding-left: 30rem;
}
section {
  padding: 1rem 5%;
  min-height: 100vh;
}
.heading {
  font-size: 4rem;
  padding-bottom: 1rem;
}
#menu-bars,
.btn,
header .logo {
  font-size: 3rem;
}
.btn {
  display: inline-block;
  background: var(--main-color);
  background: #399d84;
  --c: #5ff1d0;
  --h: 1.2em;
  line-height: var(--h);
  background: linear-gradient(var(--c) 0 0) no-repeat calc(200% - var(--_p, 0%))
    100%/200% var(--_p, 0.08em);
  color: #0000;
  overflow: hidden;
  text-shadow: 0 calc(-1 * var(--_t, 0em)) var(--c),
    0 calc(var(--h) - var(--_t, 0em)) #fff;
  transition: 0.3s var(--_s, 0s),
    background-position 0.3s calc(0.3s - var(--_s, 0s));
  font-family: system-ui, sans-serif;
  cursor: pointer;
  padding: 0 0.1em;
}
.contact .row form,
.footer,
.sentmessage h1,
header,
input,
textarea {
  background: #112240;
}
.btn:hover {
  --_t: var(--h);
  --_p: 100%;
  --_s: 0.3s;
  color: #000;
}
header {
  position: fixed;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1000;
  flex-flow: column;
  padding: 8rem 2rem;
  width: 30rem;
}
.rbgaa {
  color: #399d84;
}
header .logo {
  color: #fff;
  font-weight: bolder;
}
header .navbar a {
  display: block;
  font-size: 2rem;
  color: #fff;
  margin: 2rem 0;
}
header .navbar a:hover {
  letter-spacing: 0.2rem;
}
header .follow a {
  font-size: 2.5rem;
  color: #fff;
  margin: 0 0.7rem;
}
#menu-bars,
.portfolio .box-container .box .icons a:hover {
  background: var(--main-color);
  color: #112240;
}
#menu-bars {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 10000;
  border-radius: 0.5rem;
  padding: 1rem 1.5rem;
  cursor: pointer;
  display: none;
}
.home {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.home .content,
.home .image {
  flex: 1 1 40rem;
}
.home .image img {
  width: 100%;
}
.home .content .hi {
  font-size: 2rem;
}
.home .content h3 {
  font-size: 4.5rem;
  color: #ccd6f6;
}
.home .content .info {
  font-size: 2.5rem;
  color: #ccd6f6;
  padding: 0.5rem 0;
}
.home .content .text {
  font-size: 1.7rem;
  color: #535f79;
  padding: 0.5rem 0;
}
.about .row-1 {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding-bottom: 2rem;
}
.about .row-1 .image {
  flex: 1 1 25rem;
}
.about .row-1 .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border: 1rem solid #112240;
  border-radius: 0.5rem;
}
.about .row-1 .content {
  flex: 1 1 50rem;
}
.about .row-1 .content h3 {
  color: #ccd6f6;
  font-size: 3.5rem;
}
.about .row-1 .content p {
  color: #535f79;
  font-size: 1.7rem;
  padding: 0.5rem 0;
}
.about .row-1 .content .box-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding: 0.5rem 0;
}
.about .row-1 .content .box-container .box {
  flex: 1 1 20rem;
}
.contact .row,
.portfolio .box-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.portfolio .box-container .box {
  flex: 1 1 30rem;
  height: 25rem;
  position: relative;
  overflow: hidden;
  border: 1rem solid #112240;
  background: #112240;
  border-radius: 0.5rem;
}
.portfolio .box-container .box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
  position: relative;
  z-index: 1;
}
.portfolio .box-container .box:hover img {
  height: 75%;
  width: 75%;
}
.portfolio .box-container .box h3 {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  font-size: 2.5rem;
  color: #535f79;
  text-transform: uppercase;
}
.lowercase,
.sentmessage h1 {
  text-transform: none;
}
.portfolio .box-container .box .icons {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.portfolio .box-container .box .icons a {
  display: block;
  height: 4rem;
  width: 4rem;
  border-radius: 0.5rem;
  background: #eee;
  color: #535f79;
  font-size: 1.7rem;
  line-height: 4rem;
  text-align: center;
  margin-bottom: 1rem;
}
.contact .row form {
  flex: 1 1 55rem;
  padding: 0 2rem;
  border-radius: 0.5rem;
}
.contact .row .map {
  flex: 1 1 25rem;
  border: 1rem solid #112240;
  border-radius: 0.5rem;
  width: 100%;
}
.contact .row form .box,
.contact .row form textarea {
  width: 100%;
  border-bottom: 0.1rem solid #535f79;
  color: #535f79;
  text-transform: none;
  font-size: 1.7rem;
  padding: 1rem 0;
  margin: 1rem 0;
}
.contact .row form .box:focus,
.contact .row form textarea:focus {
  border-color: var(--main-color);
}
.contact .row form textarea {
  height: 20rem;
  resize: none;
}
.contact .row form .btn {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.footer {
  font-size: 2rem;
  padding: 2.5rem;
  color: #535f79;
}
@media (max-width: 991px) {
  html {
    font-size: 55%;
  }
  body {
    padding: 0;
  }
  #menu-bars {
    display: initial;
  }
  header {
    left: -120%;
  }
}
@media (max-width: 450px) {
  #anchor,
  .btn {
    filter: hue-rotate(0deg) !important;
  }
  html {
    font-size: 50%;
  }
  header {
    width: 100%;
  }
  .btn {
    display: inline-block;
    margin-top: 1rem;
    padding: 0.8rem 3rem;
    background: var(--main-color);
    background: #399d84;
    color: #ccd6f6;
    cursor: pointer;
    font-size: 1.7rem;
    --c: #5ff1d0;
    --h: 1.2em;
    line-height: normal;
    text-shadow: none;
  }
}
.sentmessage h1 {
  font-size: 1.6rem;
  font-weight: 500;
  color: #ccc;
  border: 3px solid #399d84;
  margin-bottom: 1rem;
}
#contactForm .inputBox input,
#contactForm .inputBox textarea {
  color: #fff;
}
.about .btn {
  margin-left: 2rem;
}
.fade-in {
  opacity: 0;
  transition: opacity 750ms ease-in;
}
.fade-in.appear {
  opacity: 1;
}
.from-left {
  transform: translateX(-50%);
}
.from-right {
  transform: translateX(50%);
}
.from-left,
.from-right {
  transition: opacity 450ms ease-in, transform 0.6s ease-in;
  opacity: 0;
}
.from-left.appear,
.from-right.appear {
  transform: translateX(0);
  opacity: 1;
}
.cursor-1.active {
  height: 7rem;
  width: 7rem;
  opacity: 0.3;
}
.cursor-2.active {
  display: none;
}
