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

html {
  scroll-behavior: smooth;
}

.container {
  margin: auto;
  max-width: 970px;
}
@media screen and (min-width: 760px) {
  .container {
    width: 80%;
  }
}

button {
  padding: 8px 15px;
  margin-right: 7px;
  border-radius: 50px;
  border: 2px solid #aeafb0;
  background-color: inherit;
  font-family: "Barlow", sans-serif;
  font-weight: bolder;
}

button:hover {
  background-color: #FEDA4E;
  transition: all ease-in-out 0.2s;
  border: none;
  color: #202020;
}

#my-line {
  border-color: red;
}

a {
  text-decoration: none;
  color: #fff;
  transition: 0.3s;
}

a:focus, button:focus {
  outline: none;
}

.spec-link {
  border-radius: 50px;
  padding: 8px 15px;
  background-color: #1ABC9C;
}

.projects-link {
  border-radius: 50px;
  padding: 8px 15px;
  background-color: #202020;
  color: #202020;
}

.overflow {
  overflow: hidden;
}

img {
  width: 100%;
  height: auto;
  z-index: 1;
}

.first-links:hover {
  font-size: 18px;
}

.spec-link:hover {
  color: #aeafb0;
  background-color: #fecf1b;
}

#side-menu {
  margin-top: 70px;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #202020;
  overflow-x: hidden;
  transition: 0.5s;
  opacity: 0.95;
  padding-top: 60px;
  cursor: pointer;
  font-family: "Rajdhani", sans-serif;
}
@media screen and (max-width: 760px) {
  #side-menu {
    margin-top: 60px;
  }
}
#side-menu #side-links-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#side-menu a {
  margin: 10px;
  padding: 10px 0;
  display: block;
  text-align: center;
  font-size: 20px;
  color: #aeafb0;
  transition: 0.3s;
  width: 40%;
}
#side-menu #view {
  border: 2px solid #aeafb0;
}

body {
  background: #f4f4f4;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
  font-family: "popins", Arial, Helvetica, sans-serif;
  scroll-behavior: smooth;
  font-family: "Roboto", sans-serif;
}
body #main-header {
  position: fixed;
  width: 100%;
  height: 60px;
  transition: background-color 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  font-family: "Rajdhani", sans-serif;
}
body #main-header #header-flex {
  display: flex;
  padding: 15px 12px;
  justify-content: space-around;
  max-width: 1350px;
  width: 100%;
}
@media screen and (max-width: 690px) {
  body #main-header #header-flex {
    justify-content: space-between;
    padding: 15px 30px;
  }
}
body #main-header #header-flex #header-logo {
  cursor: pointer;
  color: #FEDA4E;
}
body #main-header #header-flex nav {
  width: 30%;
  min-width: 38px;
  margin-top: 2px;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  body #main-header #header-flex nav {
    width: 55%;
  }
}
@media screen and (max-width: 690px) {
  body #main-header #header-flex nav {
    width: 5%;
  }
}
body #main-header #header-flex nav ul {
  display: flex;
  justify-content: space-around;
}
body #main-header #header-flex nav ul li {
  list-style: none;
}
@media screen and (max-width: 690px) {
  body #main-header #header-flex nav ul li {
    display: none;
  }
}
body #main-header #header-flex .hamburger div {
  width: 23px;
  height: 2px;
  margin: 6px 5px;
  transition: all 0.3s ease;
  background-color: #aeafb0;
}
@media screen and (min-width: 690px) {
  body #main-header #header-flex .hamburger {
    display: none;
  }
}
body #main-header #header-flex .hamburger .stroke1 {
  transform: rotate(-45deg) translate(-5px, 6px);
}
body #main-header #header-flex .hamburger .stroke2 {
  opacity: 0;
}
body #main-header #header-flex .hamburger .stroke3 {
  transform: rotate(45deg) translate(-5px, -6px);
}
body .nav-scrolled {
  background-color: #272727;
}
body #showcase-area {
  background-color: #202020;
  border-bottom: 3px solid #FEDA4E;
  overflow: hidden;
  width: 100%;
  position: relative;
  color: #aeafb0;
  font-family: "Barlow", sans-serif;
}
body #showcase-area img {
  width: 50px;
  height: 50px;
  fill: #aeafb0;
  stroke: #aeafb0;
}
body #showcase-area a:hover {
  color: #202020;
}
body #showcase-area button:hover {
  color: #202020;
}
body #showcase-area #showcase-socials {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 35px 0px 10px 0px;
}
@media screen and (max-width: 760px) {
  body #showcase-area #showcase-socials {
    margin: auto;
    width: 50%;
    padding-top: 20px;
  }
}
body #showcase-area #showcase-socials img {
  width: 70%;
}
body #showcase-area .over {
  background-color: rgba(39, 39, 39, 0.8);
  display: flex;
  justify-content: space-around;
  width: 100%;
}
@media screen and (min-width: 760px) {
  body #showcase-area .over {
    height: 450px;
  }
}
body #showcase-area .over #text-box {
  padding: 0 25px 5px 25px;
  text-align: center;
}
body #showcase-area .over #text-box hr {
  width: 30%;
}
@media screen and (max-width: 760px) {
  body #showcase-area .over #text-box hr {
    display: none;
  }
}
body #showcase-area .over #text-box h1 {
  padding-top: 110px;
  line-height: 1;
  font-size: 5rem;
  color: #FEDA4E;
}
@media screen and (max-width: 760px) {
  body #showcase-area .over #text-box h1 {
    padding-top: 100px;
    font-size: 4rem;
  }
}
body #showcase-area .over #text-box #data-p {
  margin-top: 8px;
}
body #showcase-area .over #text-box #showcase-textbox {
  display: flex;
  justify-content: center;
}
body #showcase-area .over #text-box #showcase-textbox p {
  margin-top: 15px;
  font-size: 13px;
  margin-bottom: 15px;
  line-height: 1.5;
  width: 60%;
  text-align: justify;
}
@media screen and (max-width: 760px) {
  body #showcase-area .over #text-box #showcase-textbox p {
    width: 90%;
  }
}
body #showcase-area .over #text-box .spec-link {
  color: #aeafb0;
  font-weight: bold;
  font-size: 14px;
}
body #showcase-area .over #text-box .spec-link:hover {
  color: #202020;
  background-color: #aeafb0;
}
body article {
  padding-top: 30px;
  background-color: #272727;
  color: #aeafb0;
}
body article hr {
  width: 10%;
}
@media screen and (max-width: 760px) {
  body article hr {
    width: 30%;
    margin: 35px auto 25px auto;
  }
}
body article h2 {
  font-size: 2.2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 760px) {
  body article h2 {
    margin: auto;
    text-align: center;
    margin-bottom: 2.1rem;
    font-size: 1.8rem;
  }
}
body article #article-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1.5rem 0;
}
body article #article-boxes .boxes {
  background-color: #FEDA4E;
  padding: 40px 20px;
  color: #202020;
  font-weight: bold;
  flex: 1 1 290px;
  margin-bottom: 50px;
}
body article #article-boxes .boxes a {
  color: #202020;
  padding: 8px 15px;
  border-radius: 50px;
  border: 2px solid #202020;
  background-color: inherit;
  font-family: "Barlow", sans-serif;
  font-weight: bolder;
}
@media screen and (max-width: 760px) {
  body article #article-boxes {
    padding: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 876px) {
  body article #article-boxes {
    text-align: center;
  }
}
@media screen and (min-width: 1137px) {
  body article #article-boxes #box4 {
    display: none;
  }
}
body article #article-boxes h4 {
  font-weight: bold;
  font-size: 1.3rem;
  margin-top: 20px;
  margin-bottom: 15px;
}
@media screen and (max-width: 760px) {
  body article #article-boxes h4 {
    font-size: 1.2rem;
  }
}
body article #article-boxes p {
  font-size: 14px;
  margin-bottom: 25px;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 760px) {
  body article #article-boxes p {
    font-size: 12px;
  }
}
@media screen and (min-width: 760px) {
  body article #article-boxes #box2 {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (min-width: 760px) {
  body article #article-boxes #box3 {
    margin-top: 80px;
  }
}
@media screen and (min-width: 780px) {
  body article #article-boxes #box3 {
    margin-top: 0px;
  }
}
body article #article-boxes img {
  width: 50px;
  height: auto;
}
body #plans {
  background-color: #272727;
  color: white;
  padding: 50px 0;
}
body #plans hr {
  width: 10%;
}
@media screen and (max-width: 760px) {
  body #plans hr {
    width: 30%;
    margin: 35px auto 25px auto;
  }
}
body #plans h2 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 760px) {
  body #plans h2 {
    margin: auto;
    text-align: center;
    margin-bottom: 2.1rem;
    font-size: 1.8rem;
  }
}
body #plans #header-text {
  text-align: justify;
  line-height: 1.4;
  padding: 30px 0;
}
@media screen and (max-width: 760px) {
  body #plans #header-text {
    padding: 0px 20px 0 20px;
    width: 100%;
    line-height: 1.2;
    font-size: 14px;
  }
}
body #plans #plan-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body #plans #plan-boxes hr {
  width: 100%;
  border-color: #FEDA4E;
  border-style: double;
}
body #plans #plan-boxes .p-boxes {
  flex: 1 1 290px;
  background-color: #1f1f1f;
  color: #aeafb0;
  padding: 40px 20px;
  border-radius: 4px;
  box-shadow: 0px 3px 15px rgba(32, 32, 32, 0.4);
  margin-top: 25px;
}
@media screen and (max-width: 950px) {
  body #plans #plan-boxes .p-boxes {
    min-width: 40%;
  }
}
@media screen and (max-width: 760px) {
  body #plans #plan-boxes .p-boxes {
    min-width: 100%;
  }
}
body #plans #plan-boxes .p-boxes button {
  border: 1px solid #FEDA4E;
}
body #plans #plan-boxes .p-boxes p {
  padding: 5px 0px 10px 0px;
  font-size: 12px;
}
body #plans #plan-boxes .p-boxes h4 {
  font-size: 1rem;
}
body #plans #plan-boxes .p-boxes h4 + p {
  font-size: 12px;
  padding-bottom: 10px;
}
@media screen and (max-width: 760px) {
  body #plans #plan-boxes .p-boxes h4 + p {
    padding-bottom: 0;
  }
}
body #plans #plan-boxes .p-boxes .cost .center-button {
  font-size: 12px;
}
body #plans #plan-boxes .p-boxes .cost .center-button a:focus, body #plans #plan-boxes .p-boxes .cost .center-button button:focus {
  outline: none;
}
body #plans #plan-boxes .p-boxes .cost img {
  padding-top: 6px;
  width: 23px;
  vertical-align: top;
}
body #plans #plan-boxes .p-boxes .cost h3 {
  font-size: 1.6rem;
  display: inline;
}
body #plans #plan-boxes .p-boxes .cost h3 + p {
  font-size: 12px;
  padding-bottom: 20px;
}
body #plans #plan-boxes .p-boxes ul {
  margin-left: 10px;
  padding-left: 10px;
  margin-bottom: 25px;
}
@media screen and (max-width: 760px) {
  body #plans #plan-boxes .p-boxes ul {
    margin-left: 0;
    margin-bottom: 20px;
  }
}
body #plans #plan-boxes .p-boxes ul li {
  list-style-image: url("images\check.svg");
  font-size: 12px;
}
@media screen and (max-width: 760px) {
  body #plans #plan-boxes .p-boxes ul li {
    list-style-position: inside;
  }
}
@media screen and (min-width: 760px) {
  body #plans #plan-boxes #p-box2 {
    margin-left: 20px;
    margin-right: 20px;
  }
}
body #image-section h2 {
  text-align: center;
  padding: 20px;
}
body #image-section hr {
  width: 10%;
}
@media screen and (max-width: 760px) {
  body #image-section hr {
    display: none;
  }
}
body #image-section #section-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body #image-section .s-boxes {
  flex: 1 1 290px;
  max-height: 40vh;
  overflow: hidden;
}
@media screen and (max-width: 950px) {
  body #image-section .s-boxes {
    min-width: 40%;
  }
}
@media screen and (max-width: 760px) {
  body #image-section .s-boxes {
    min-width: 100%;
  }
}
body footer {
  border-top: 3px solid #3498DB;
  background-color: #272727;
  padding-bottom: 40px;
  color: #aeafb0;
}
body footer header {
  padding-top: 40px;
}
body footer header img {
  width: 12%;
  height: auto;
  padding: 10px 0 0 7px;
}
@media screen and (max-width: 760px) {
  body footer header img {
    width: 7%;
  }
}
body footer header h3 {
  font-size: 22px;
}
@media screen and (max-width: 760px) {
  body footer header {
    text-align: center;
  }
}
@media screen and (min-width: 760px) {
  body footer header {
    display: flex;
    justify-content: space-between;
  }
}
body footer header #socials {
  width: 30%;
}
@media screen and (max-width: 760px) {
  body footer header #socials {
    width: 100%;
    margin: auto;
  }
}
@media screen and (min-width: 760px) {
  body footer #footer-main {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 760px) {
  body footer #footer-main {
    text-align: center;
  }
}
body footer #footer-main .footer-boxes {
  flex: 1 1 290px;
}
body footer #footer-main .footer-boxes h4 {
  margin-bottom: 10px;
}
@media screen and (max-width: 760px) {
  body footer #footer-main .footer-boxes h4 {
    margin-top: 20px;
  }
}
body footer #footer-main .footer-boxes ul li {
  list-style: none;
}
body footer #footer-main .footer-boxes ul li a {
  font-size: 15px;
  color: #aeafb0;
}/*# sourceMappingURL=style.css.map */