/*!**********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/styles/index.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************/
:root {
  --colorMain: #FAF7E3;
  --colorDark: #080808;
  --colorLight: #ececec;
}

/**
 * https://github.com/pierreburel/sass-rem
 */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  border: 0;
  box-sizing: border-box;
}

button {
  -webkit-appearance: none;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
}

ul {
  list-style: none;
}

input,
textarea {
  width: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  font-family: "Poppins", sans-serif;
}

h1 {
  font-size: 40px;
  font-size: 2.5rem;
}

h2 {
  font-size: 32px;
  font-size: 2rem;
}

h3 {
  font-size: 28px;
  font-size: 1.75rem;
}

h4 {
  font-size: 24px;
  font-size: 1.5rem;
}

h5 {
  font-size: 20px;
  font-size: 1.25rem;
}

h6 {
  font-size: 18px;
  font-size: 1.125rem;
}

p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
p:last-of-type {
  margin-bottom: 0;
}

.leowpdeveloper-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.leowpdeveloper-container__center {
  width: 90%;
}

.leowpdeveloper-heading {
  text-align: center;
  width: 50%;
  margin: 0 auto 1.25rem;
}
@media only screen and (min-width: 100px) and (max-width: 414px) {
  .leowpdeveloper-heading {
    width: 80%;
  }
}
.leowpdeveloper-heading h2 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.625rem;
}
@media only screen and (min-width: 100px) and (max-width: 414px) {
  .leowpdeveloper-heading h2 {
    font-size: 1.625rem;
  }
}
.leowpdeveloper-heading p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.leowpdeveloper-seo {
  position: fixed;
  font-size: calc(14px - 100%);
  width: calc(100px - 100%);
  height: calc(100px - 100%);
  color: transparent;
  transform: translateY(1000vw);
}

.leowpdeveloper-header {
  position: absolute;
  left: 0;
  top: 70px;
  width: 100%;
  z-index: 2;
}
.leowpdeveloper-header__contents {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.leowpdeveloper-header__logo img {
  width: 200px;
  height: auto;
}
@media only screen and (min-width: 100px) and (max-width: 414px) {
  .leowpdeveloper-header__navigation {
    display: none;
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 25px;
    background: var(--colorDark);
    z-index: 2;
  }
}
.leowpdeveloper-header__menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (min-width: 100px) and (max-width: 414px) {
  .leowpdeveloper-header__menu {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 100px) and (max-width: 414px) {
  .leowpdeveloper-header__menu > li {
    width: 100%;
  }
}
.leowpdeveloper-header__menu > li:not(:last-of-type) {
  margin-right: 1.875rem;
}
@media only screen and (min-width: 100px) and (max-width: 414px) {
  .leowpdeveloper-header__menu > li:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.leowpdeveloper-header__menu > li a {
  color: var(--colorLight);
  font-size: 14px;
}
.leowpdeveloper-header__mobile {
  display: none;
  background: var(--colorMain);
  padding: 5px;
  border-radius: 4px;
  color: var(--colorLight);
  cursor: pointer;
}
.leowpdeveloper-header__mobile span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--colorLight);
}
.leowpdeveloper-header__mobile span:not(:last-of-type) {
  margin-bottom: 5px;
}
@media only screen and (min-width: 100px) and (max-width: 414px) {
  .leowpdeveloper-header__mobile {
    display: block;
  }
}

.leowpdeveloper-footer {
  padding: 2.5rem 0;
  background: var(--colorDark);
  font-size: 0.875rem;
  text-align: center;
  color: var(--colorLight);
}
.leowpdeveloper-footer__image {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.leowpdeveloper-footer__image-item {
  margin: 0 10px;
}
.leowpdeveloper-footer__image svg,
.leowpdeveloper-footer__image img {
  width: 150px;
  height: auto;
}
.leowpdeveloper-footer__menu {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.leowpdeveloper-footer__menu li:not(:last-of-type) {
  margin-right: 20px;
}
.leowpdeveloper-footer__menu li a {
  color: var(--colorMain);
  font-size: 14px;
}

.leowpdeveloper-home-hero {
  width: 100%;
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--colorDark);
}
.leowpdeveloper-home-hero__contents {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.leowpdeveloper-home-hero__text {
  color: var(--colorLight);
  width: 50%;
}
@media only screen and (min-width: 100px) and (max-width: 414px) {
  .leowpdeveloper-home-hero__text {
    width: 100%;
  }
}
.leowpdeveloper-home-hero__text h1,
.leowpdeveloper-home-hero__text h2 {
  font-size: 2.125rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.625rem;
}
@media only screen and (min-width: 100px) and (max-width: 414px) {
  .leowpdeveloper-home-hero__text h1,
  .leowpdeveloper-home-hero__text h2 {
    font-size: 1.5rem;
  }
}
.leowpdeveloper-home-hero__text h3 {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0.625rem;
}
@media only screen and (min-width: 100px) and (max-width: 414px) {
  .leowpdeveloper-home-hero__text h3 {
    font-size: 1.125rem;
  }
}
.leowpdeveloper-home-hero__text p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 0.625rem;
}
.leowpdeveloper-home-hero__image {
  width: 45%;
}
.leowpdeveloper-home-hero__button {
  width: 470px;
  height: 60px;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  background: var(--colorMain);
  color: var(--colorDark);
  border-radius: 5px;
}

.leowpdeveloper-home-about {
  padding: 3.125rem 0;
}
.leowpdeveloper-home-about__contents {
  width: 50%;
  margin: 0 auto;
  color: var(--colorDark);
}
@media only screen and (min-width: 100px) and (max-width: 414px) {
  .leowpdeveloper-home-about__contents {
    width: 100%;
  }
}
.leowpdeveloper-home-about__image {
  display: none;
  justify-content: center;
}
.leowpdeveloper-home-about__image img {
  width: 150px;
  height: auto;
  border-radius: 15px;
}
.leowpdeveloper-home-about__name h2 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  text-align: center;
}
.leowpdeveloper-home-about__subtitle h3 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.625rem;
  text-align: center;
}
.leowpdeveloper-home-about__text h3 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.625rem;
}
.leowpdeveloper-home-about__text p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
}
.leowpdeveloper-home-about__text p:not(:last-of-type) {
  margin-bottom: 0.625rem;
}
.leowpdeveloper-home-about__text ul li {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 10px;
}

.leowpdeveloper-home-services {
  padding: 3.125rem 0;
}
.leowpdeveloper-home-services__contents {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.leowpdeveloper-home-services__item {
  margin: 0.625rem 0;
  position: relative;
  border-radius: 10px;
  background: #f9f9f9;
  width: 32%;
  overflow: hidden;
  padding: 1.875rem;
  color: var(--colorDark);
}
.leowpdeveloper-home-services__item.projects {
  width: 24%;
}
@media only screen and (min-width: 100px) and (max-width: 414px) {
  .leowpdeveloper-home-services__item {
    width: 100%;
    margin: 10px 0;
  }
}
.leowpdeveloper-home-services__item:hover {
  color: var(--colorDark);
}
.leowpdeveloper-home-services__item:hover a {
  color: var(--colorDark);
}
.leowpdeveloper-home-services__item:hover:before {
  width: 100%;
  left: 0;
  border-radius: 0;
}
.leowpdeveloper-home-services__item:before {
  content: "";
  width: 57%;
  left: -54%;
  top: 50%;
  height: 100%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
  border-radius: 100%;
  transition: 0.3s ease-in-out;
  background: linear-gradient(20deg, #faf7e3, #faf7e3 20%, #c7c4b1);
}
.leowpdeveloper-home-services__item img {
  width: auto;
  height: 180px;
  display: block;
  margin: 0 auto 10px;
  position: relative;
  z-index: 2;
}
.leowpdeveloper-home-services__item h3 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0.625rem;
  line-height: 1.2;
  position: relative;
  z-index: 2;
}
.leowpdeveloper-home-services__item p {
  font-size: 0.875rem;
  line-height: 1.7;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
}
.leowpdeveloper-home-services__item p a {
  color: var(--colorDark);
  text-decoration: underline;
}
.leowpdeveloper-home-services__item ul {
  position: relative;
  z-index: 2;
}
.leowpdeveloper-home-services__item ul li {
  font-size: 0.875rem;
  line-height: 1.7;
}
.leowpdeveloper-home-services__item ul li:not(:last-of-type) {
  margin-bottom: 10px;
}

.leowpdeveloper-home-newsletter__contents {
  padding: 20px 0;
}
.leowpdeveloper-home-newsletter__contents iframe {
  margin: 0 auto !important;
  display: block;
}
@media only screen and (min-width: 100px) and (max-width: 414px) {
  .leowpdeveloper-home-newsletter__contents iframe {
    width: 100% !important;
  }
}
.leowpdeveloper-home-newsletter__contents iframe * {
  margin: 0 auto;
}
.leowpdeveloper-home-newsletter__blog {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 30px;
}
.leowpdeveloper-home-newsletter__item {
  width: calc(25% - 20px);
  margin: 0 10px 20px;
}
@media only screen and (min-width: 100px) and (max-width: 414px) {
  .leowpdeveloper-home-newsletter__item {
    width: 100%;
    margin: 10px 0;
  }
}
.leowpdeveloper-home-newsletter__item-thumbnail {
  margin-bottom: 10px;
}
.leowpdeveloper-home-newsletter__item-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.leowpdeveloper-home-newsletter__item-title {
  margin-bottom: 10px;
}
.leowpdeveloper-home-newsletter__item-title h3 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
}
.leowpdeveloper-home-newsletter__item-title h3 a {
  color: var(--colorDark);
}
.leowpdeveloper-home-newsletter__item-excerpt {
  margin-bottom: 10px;
}
.leowpdeveloper-home-newsletter__item-excerpt a {
  color: var(--colorDark);
}
.leowpdeveloper-home-newsletter__item-excerpt a p {
  font-size: 13px;
}
.leowpdeveloper-home-newsletter__item-continue {
  color: var(--colorDark);
  font-size: 13px;
  font-weight: 600;
}
.leowpdeveloper-home-newsletter__item-continue a {
  color: var(--colorDark);
}

#beehiiv-subscribe-form {
  margin: 0 auto;
}

.leowpdeveloper-home-contact {
  padding: 3.125rem 0;
}
.leowpdeveloper-home-contact__contents {
  width: 50%;
  margin: 0 auto;
}
@media only screen and (min-width: 100px) and (max-width: 414px) {
  .leowpdeveloper-home-contact__contents {
    width: 100%;
  }
}
.leowpdeveloper-home-contact__contents form p label {
  display: block;
  font-size: 0.875rem;
  color: var(--colorDark);
}
.leowpdeveloper-home-contact__contents form p label input,
.leowpdeveloper-home-contact__contents form p label textarea {
  border: 1px solid var(--colorDark);
  padding: 0.625rem;
  display: block;
  border-radius: 5px;
  font-family: "Poppins", senf-serif;
}
.leowpdeveloper-home-contact__contents form p input[type=submit] {
  width: 100%;
  background: var(--colorMain);
  color: var(--colorDark);
  font-size: 1rem;
  font-family: "Poppins", senf-serif;
  cursor: pointer;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

.leowpdeveloper-home-faq {
  padding: 100px 0;
}
.leowpdeveloper-home-faq__contents {
  width: 60%;
  margin: 0 auto;
}
@media only screen and (min-width: 100px) and (max-width: 414px) {
  .leowpdeveloper-home-faq__contents {
    width: 100%;
  }
}
.leowpdeveloper-home-faq__item {
  width: 100%;
}
.leowpdeveloper-home-faq__item:not(:last-of-type) {
  margin-bottom: 20px;
}
.leowpdeveloper-home-faq__item-question {
  background: var(--colorDark);
  color: var(--colorLight);
  padding: 10px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.leowpdeveloper-home-faq__item-answer {
  background: var(--colorMain);
  color: var(--colorDark);
  padding: 10px;
  display: none;
}
.leowpdeveloper-home-faq__item-answer p {
  font-size: 14px;
}

.leowpdeveloper-single-top__contents {
  width: 55%;
  margin: 0 auto;
  padding: 50px 0;
}
@media only screen and (min-width: 100px) and (max-width: 414px) {
  .leowpdeveloper-single-top__contents {
    width: 100%;
  }
}
.leowpdeveloper-single-top__thumbnail {
  margin-bottom: 50px;
}
.leowpdeveloper-single-top__thumbnail img {
  width: 100%;
  height: auto;
}
.leowpdeveloper-single-top__content {
  width: 80%;
  margin: 0 auto;
}
@media only screen and (min-width: 100px) and (max-width: 414px) {
  .leowpdeveloper-single-top__content {
    width: 100%;
  }
}
.leowpdeveloper-single-top__content h1,
.leowpdeveloper-single-top__content h2,
.leowpdeveloper-single-top__content h3,
.leowpdeveloper-single-top__content h4 {
  line-height: 1.2;
}
.leowpdeveloper-single-top__content p,
.leowpdeveloper-single-top__content ul {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 20px;
}
.leowpdeveloper-single-top__content li {
  list-style-type: disc;
  margin-left: 40px;
}
.leowpdeveloper-single-top__content li:not(:last-of-type) {
  margin-bottom: 10px;
}
.leowpdeveloper-single-top__content code {
  background: var(--colorDark);
  color: var(--colorMain);
  padding: 5px;
  display: inline;
  border-radius: 5px;
}

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