@import url("https://fonts.googleapis.com/css2?family=Righteous&family=Roboto:wght@100;300;400;700&display=swap");

* {
  box-sizing: border-box;
}

body,
html {
  margin: 0;
  padding: 0;
  position: relative;
}

body {
  background-color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

@media only screen and (max-width: 475px) {
  body {
    font-size: 14px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

.header,
.footer,
section {
  position: relative;
}

.anchor {
  position: absolute;
  left: 0;
  top: -50px;
}

.container {
  max-width: 1190px;
  padding: 0 15px;
  margin: 0 auto;
}

.content-wrapper {
  width: 100%;
  background-color: #fafafa;
  border-radius: 15px;
  color: #5c5c5c;
}

.section-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 34px;
}

@media only screen and (max-width: 992px) {
  .section-title {
    font-size: 28px;
  }
}

@media only screen and (max-width: 475px) {
  .section-title {
    font-size: 24px;
  }
}

.btn {
  height: 40px;
  padding: 0 15px;
  border-radius: 5px;
  background: #39ABC5;
  color: #FFFFFF;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: "Righteous", Impact;
  font-size: 18px;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  border: none;
  cursor: pointer;
}

.btn:hover {
  color: #39ABC5;
  background: #FFFFFF;
}

@media only screen and (max-width: 475px) {
  .btn {
    height: 30px;
    padding: 0 10px;
    font-size: 16px;
  }
}

.logo a {
  display: flex;
  align-items: center;
}

.logo img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 50px;
  height: 50px;
}

.logo span {
  font-family: "Righteous", Impact;
  font-size: 20px;
  color: #FDBC12;
}

.logo span:nth-child(2) {
  color: #7B4C9F;
}

.logo span:nth-child(3) {
  color: #39ABC5;
}

.header {
  padding: 100px 0 0;
}

.header .nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  margin: 0 auto;
  padding: 15px;
  width: 100%;
  opacity: 1;
  background: transparent;
  transition: opacity 0.3s ease-in-out, background 0.3s ease-in-out;
  z-index: 9;
}

.header .nav .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .nav.fixed {
  opacity: 0.7;
  background: #fafafa;
}

.header .nav:hover {
  opacity: 1;
}

.header .nav .menu {
  display: flex;
  justify-content: space-between;
  max-width: 300px;
  width: 100%;
}

.header .nav .menu li {
  position: relative;
}

.header .nav .menu li::before {
  content: "";
  width: 100%;
  height: 2px;
  background: transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  top: auto;
  transition: background 0.3s ease-in-out;
}

.header .nav .menu li:nth-child(1):hover::before {
  background: #7B4C9F;
}

.header .nav .menu li:nth-child(1):hover a {
  color: #7B4C9F;
}

.header .nav .menu li:nth-child(2):hover::before {
  background: #39ABC5;
}

.header .nav .menu li:nth-child(2):hover a {
  color: #39ABC5;
}

.header .nav .menu li:nth-child(3):hover::before {
  background: #FDBC12;
}

.header .nav .menu li:nth-child(3):hover a {
  color: #FDBC12;
}

.header .nav .menu a {
  font-weight: 700;
  color: #000000;
  transition: color 0.3s ease-in-out;
}

.header .nav .hamburger {
  width: 30px;
  height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  display: none;
}

.header .nav .hamburger .line {
  height: 2px;
  width: 100%;
  background-color: #5c5c5c;
  transform: none;
  transition: transform 0.3s ease-in-out, background 0.3s ease-in-out;
}

.header .nav .hamburger .line:nth-child(2) {
  width: 75%;
}

.header .nav .hamburger .line:nth-child(3) {
  width: 50%;
}

.header .nav .hamburger.open .line {
  background: #FFFFFF;
}

.header .nav .hamburger.open .line:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}

.header .nav .hamburger.open .line:nth-child(2) {
  transform: translate(50px, 0);
}

.header .nav .hamburger.open .line:nth-child(3) {
  transform: rotate(-45deg) translate(1px, -10px);
}

.header-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 50px 0;
  text-align: center;
}

.header-content h1 {
  font-family: "Righteous", Impact;
  font-size: 124px;
  padding: 0 0 25px;
}

.header-content p {
  max-width: 560px;
  padding: 0 0 50px;
}

@media only screen and (max-width: 992px) {
  .header .nav .menu {
    position: fixed;
    top: -125px;
    bottom: auto;
    right: -100%;
    left: auto;
    flex-direction: column;
    justify-content: flex-start;
    background-color: #8e4dc0;
    max-width: inherit;
    width: 350px;
    height: 350px;
    align-items: center;
    text-align: center;
    transition: right 0.5s ease-in-out;
    border-radius: 100%;
    padding: 180px 80px 0 0;
  }

  .header .nav .menu li {
    margin: 0 0 15px;
  }

  .header .nav .menu li a {
    color: #FFFFFF;
  }

  .header .nav .menu li:nth-child(1):hover::before {
    background: #FFFFFF;
  }

  .header .nav .menu li:nth-child(1):hover a {
    color: #FFFFFF;
  }

  .header .nav .menu li:nth-child(2):hover::before {
    background: #FFFFFF;
  }

  .header .nav .menu li:nth-child(2):hover a {
    color: #FFFFFF;
  }

  .header .nav .menu li:nth-child(3) {
    margin: 0;
  }

  .header .nav .menu li:nth-child(3):hover::before {
    background: #FFFFFF;
  }

  .header .nav .menu li:nth-child(3):hover a {
    color: #FFFFFF;
  }

  .header .nav .menu.open {
    right: -125px;
  }

  .header .nav .hamburger {
    display: flex;
  }

  .header-content {
    padding: 25px 0;
  }

  .header-content h1 {
    font-size: 85px;
    padding: 0 0 15px;
  }

  .header-content p {
    padding: 0 0 25px;
  }
}

@media only screen and (max-width: 475px) {
  .header .nav .container {
    padding: 0;
  }

  .header .nav .menu {
    top: -150px;
    right: -350px;
    padding: 200px 100px 0 0;
  }

  .header-content h1 {
    font-size: 55px;
  }

  .header-content p {
    max-width: 75%;
  }
}

.about {
  padding: 100px 0 0;
}

.about .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 50px;
}

.about-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0 50px 0 0;
}

.about-content .section-title {
  padding: 0 0 25px;
}

.about-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
}

@media only screen and (max-width: 992px) {
  .about {
    padding: 50px 0 0;
  }

  .about-content {
    padding: 0 25px 0 0;
  }
}

@media only screen and (max-width: 769px) {
  .about .content-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .about-content {
    padding: 0 0 25px;
  }
}

@media only screen and (max-width: 475px) {
  .about {
    padding: 25px 0 0;
  }

  .about .content-wrapper {
    padding: 15px 25px;
  }
}

.our-works {
  padding: 100px 0 0;
}

.our-works .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 50px;
}

.our-works .slider-wrapper {
  flex: 1;
  width: 50%;
}

.our-works-content {
  width: 50%;
  padding: 0 0 0 15px;
}

.our-works-content .section-title {
  padding: 0 0 25px;
}

@media only screen and (max-width: 992px) {
  .our-works {
    padding: 50px 0 0;
  }
}

@media only screen and (max-width: 769px) {
  .our-works .content-wrapper {
    flex-direction: column-reverse;
    text-align: center;
  }

  .our-works .slider-wrapper {
    width: 100%;
  }

  .our-works-content {
    width: 100%;
    padding: 0 0 25px;
  }
}

@media only screen and (max-width: 475px) {
  .our-works {
    padding: 25px 0 0;
  }

  .our-works .content-wrapper {
    padding: 15px 25px;
  }
}

.contact {
  padding: 100px 0 0;
}

.contact-content {
  text-align: center;
  padding: 25px 50px;
}

.contact-content .section-title {
  padding: 0 0 25px;
}

.contact-content p {
  max-width: 560px;
  margin: 0 auto;
}

.contact-contacts {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 400px;
  margin: 0 auto;
  padding: 25px 0 0;
  font-size: 18px;
}

.contact-contacts span {
  font-family: "Righteous", Impact;
}

.contact-contacts a {
  font-weight: 700;
  position: relative;
  transition: color 0.3s ease-in-out;
}

.contact-contacts a:hover {
  color: #FDBC12;
}

.contact-contacts a:hover::after {
  background: #FDBC12;
}

.contact-contacts a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #5c5c5c;
  bottom: -2px;
  left: 0;
  right: 0;
  top: auto;
  margin: 0 auto;
  transition: background 0.3s ease-in-out;
}

@media only screen and (max-width: 992px) {
  .contact {
    padding: 50px 0 0;
  }
}

@media only screen and (max-width: 769px) {
  .contact-contacts {
    font-size: 16px;
  }
}

@media only screen and (max-width: 475px) {
  .contact {
    padding: 25px 0 0;
  }

  .contact-contacts {
    max-width: 100%;
    flex-direction: column;
  }

  .contact-contacts span {
    width: 100%;
    padding: 0 0 15px;
  }

  .contact-contacts a {
    margin: 0 0 5px;
  }

  .contact .content-wrapper {
    padding: 15px 25px;
  }
}

.footer {
  padding: 100px 0 50px;
}

.footer-wrapper {
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}

.footer-wrapper .logo {
  margin: 0 0 15px;
}

@media only screen and (max-width: 992px) {
  .footer {
    padding: 50px 0 50px;
  }
}

@media only screen and (max-width: 475px) {
  .footer {
    padding: 25px 0 50px;
  }
}

/*# sourceMappingURL=style.css.map */