@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap");
* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
.btn {
  margin-top: 0;
  margin-bottom: 0.9375rem;
}

img {
  max-width: 100%;
}

ul {
  padding-left: 0;
}

a {
  display: inline-block;
  text-decoration: none;
}

.footer .wrap, .blog-section .wrap, .blog-section__header, .about-me .wrap, .banner-section_header, .banner-section p:not(.welcome), .menu {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .footer .wrap, .blog-section .wrap, .blog-section__header, .about-me .wrap, .banner-section_header, .banner-section p:not(.welcome), .menu {
    width: 90%;
  }
}

.footer, .blog-section, .blog-section__header, .about-me, .banner-section_header {
  padding: 3.75rem 0;
}

.footer .wrap > :last-child, .blog-section__header > :last-child, .about-me__text-content > :last-child, .banner-section_header > :last-child {
  margin-bottom: 0;
}

.footer .icons, .about-me__text-content .icons {
  color: #a0a0ac;
  height: 2.8125rem;
  width: 2.8125rem;
  line-height: 2.8125rem;
  font-size: 1.25rem;
  border: 1px solid #a0a0ac;
  text-align: center;
  border-radius: 50%;
  transition: color 0.5s ease-in-out, border-color 0.6s ease-in-out;
}
.footer .icons:hover, .about-me__text-content .icons:hover {
  color: #e65f78;
  border-color: #e65f78;
}
.footer .icons:not(:last-child), .about-me__text-content .icons:not(:last-child) {
  margin-right: 0.75rem;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  position: relative;
}

h1 {
  font-size: 3rem;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  h1 {
    font-size: 1.9375rem;
  }
}

h2 {
  font-size: 1.9375rem;
  font-weight: 600;
}
@media (max-width: 425px) {
  h2 {
    font-size: 1.4375rem;
  }
}

h3 {
  font-size: 1.4375rem;
  font-weight: 600;
}
@media (max-width: 425px) {
  h3 {
    font-size: 1.25rem;
  }
}

p {
  color: #a0a0ac;
}

.active {
  color: #e65f78;
}

.btn {
  color: #fff;
  text-transform: uppercase;
  border: 2px solid #fff;
  padding: 0.625rem 1.875rem;
  border-radius: 1.875rem;
  font-size: 0.8125rem;
  margin-top: 10px;
  transition: color 0.5s ease-in-out, border-color 0.6s ease-in-out;
}
.btn:hover {
  color: #e65f78;
  border-color: #e65f78;
}

a.fixed-arrow {
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
}
@media (max-width: 768px) {
  a.fixed-arrow {
    display: none;
  }
}
a.fixed-arrow:hover {
  cursor: pointer;
}

.arrow-up {
  color: #fff;
  background-color: #e65f78;
  padding: 0.2678571429rem 0.625rem;
  line-height: 1.875rem;
  text-align: center;
  font-size: 1.25rem;
  border-radius: 0.3125rem;
}

.welcome-page {
  position: relative;
}

.fa-bars:hover {
  cursor: pointer;
}

.banner-section {
  min-height: 100vh;
  background: url("/images/header-bg.jpg") no-repeat center;
  background-color: rgba(46, 49, 53, 0.7);
  background-blend-mode: darken;
  background-size: cover;
  display: flex;
  align-items: center;
  text-align: center;
}
@media (max-width: 768px) {
  .banner-section {
    min-height: calc(100vh - 50.61px);
  }
}
.banner-section_header {
  padding-top: calc(70.61px + 1.875rem);
}
@media (max-width: 425px) {
  .banner-section_header {
    padding-top: 3.75rem;
  }
}
.banner-section .welcome {
  font-size: 1.4375rem;
  color: #fff;
}
@media (max-width: 768px) {
  .banner-section p:not(.welcome) {
    width: 100%;
  }
}

.menu {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.625rem 0;
}
@media (max-width: 768px) {
  .menu {
    background-color: #fff;
    position: static;
  }
}
.menu .logo__link {
  display: flex;
  flex: 0 1 15%;
}
.menu .logo__link img {
  max-width: 80px;
}
.menu .logo.dark {
  display: none;
}
@media (max-width: 768px) {
  .menu .logo.dark {
    display: flex;
  }
}
@media (max-width: 768px) {
  .menu .logo.light {
    display: none;
  }
}
.menu ul {
  list-style: none;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .menu ul {
    display: none;
  }
}
.menu li {
  display: inline-block;
}
.menu li:not(:last-child) {
  margin-right: 0.9375rem;
}
.menu li a {
  color: #fff;
  transition: color 0.5s ease-in-out;
}
.menu li a:hover {
  color: #e65f78;
}
.menu i {
  display: none;
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .menu i {
    display: block;
    color: #2e3135;
  }
}

.about-me {
  background-color: #2e3135;
}
.about-me .wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .about-me .wrap {
    flex-wrap: wrap;
  }
}
.about-me__image-content {
  display: inline-flex;
  flex: 0 1 50%;
  margin-right: 1.875rem;
  border: 5px solid rgba(160, 160, 172, 0.1);
  border-radius: 5px;
}
@media (max-width: 768px) {
  .about-me__image-content {
    margin-right: 0;
    margin-bottom: 1.875rem;
    flex-basis: 100%;
  }
}
.about-me__text-content {
  flex: 1 0 50%;
}
@media (max-width: 768px) {
  .about-me__text-content {
    flex-basis: 100%;
  }
}
.about-me__text-content h3 span {
  color: #e65f78;
}
.blog-section {
  background-color: #222427;
}
.blog-section__header {
  text-align: center;
  padding-top: 0;
}
@media (max-width: 768px) {
  .blog-section__header {
    width: 100%;
  }
}
.blog-section__media {
  display: flex;
}
@media (max-width: 768px) {
  .blog-section__media {
    flex-wrap: wrap;
  }
}
.blog-section__media .box {
  background-color: #2e3135;
  padding: 0.625rem;
  padding-bottom: 1.875rem;
  border-radius: 0.3125rem;
  flex-basis: 33.333%;
}
@media (max-width: 768px) {
  .blog-section__media .box {
    flex-basis: 100%;
  }
}
.blog-section__media .box img {
  border-radius: 0.3125rem;
}
.blog-section__media .box a {
  font-weight: 600;
}
.blog-section__media .box:not(:last-child) {
  margin-right: 1.875rem;
}
@media (max-width: 768px) {
  .blog-section__media .box:not(:last-child) {
    margin-bottom: 1.875rem;
    margin-right: 0;
  }
}
.blog-section__media span {
  color: #e65f78;
}
.blog-section__media a {
  color: #a0a0ac;
  transition: color 0.5s ease-in-out;
}
.blog-section__media a:hover {
  color: #e65f78;
}

.footer {
  background-color: #2e3135;
  text-align: center;
}
.footer .icons-box {
  margin-bottom: 0.9375rem;
}
.footer .icons {
  border: none;
  background-color: #41454b;
}

.mobile-menu {
  height: 100vh;
  background-color: #2e3135;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s ease-in-out;
}
.mobile-menu .fa-xmark {
  position: fixed;
  top: 5%;
  right: 5%;
  color: #fff;
  font-size: 1.25rem;
}
.mobile-menu .fa-xmark:hover {
  color: #e65f78;
  cursor: pointer;
}
.mobile-menu ul {
  list-style-type: none;
}
.mobile-menu ul li {
  margin-bottom: 1.25rem;
}
.mobile-menu ul li a {
  color: #fff;
  font-size: 1.125rem;
}
.mobile-menu ul li a:hover {
  color: #e65f78;
  cursor: pointer;
}

.hide {
  display: none;
}

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