.reddot {
  color: #a40822;
}

h1 {
  font-family: Sen, sans-serif;
  font-size: 100px;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 800px) {
  h1 {
    font-size: 80px;
  }
}
@media (max-width: 600px) {
  h1 {
    font-size: 60px;
  }
}
@media (max-width: 450px) {
  h1 {
    font-size: 50px;
  }
}
.home-cc {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-cc #top {
  scroll-margin-top: 500px;
}
.home-cc .section-header {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
}
.home-cc .section-header .circle-art {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-42%, -76%);
  height: 1670px;
  width: 1550px;
  background-image: url(/images/circle_art.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.home-cc .section-header .content-container {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 40px;
}
.home-cc .section-header .content-container .logo {
  position: relative;
  width: 170px;
  height: 170px;
  background-image: url(/images/logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.home-cc .section-header .content-container .logo .name-art {
  position: absolute;
  bottom: -180px;
  right: 9px;
  height: 200px;
  writing-mode: vertical-lr;
  font-family: Sen, sans-serif;
  font-size: 24px;
  font-weight: bold;
}
.home-cc .section-header .content-container .tagline-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  margin-top: 23px;
}
.home-cc .section-header .content-container .tagline-container .tagline {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.home-cc .section-header .content-container .tagline-container .tagline .cd {
  line-height: 50px;
  font-family: MarckScript, serif;
  font-size: 78px;
}
.home-cc .section-header .content-container .tagline-container .tagline .sc {
  line-height: 50px;
  font-family: CourierPrime, monospace;
  font-size: 70px;
}
.home-cc .section-header .content-container .tagline-container nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.home-cc .section-header .content-container .tagline-container nav .nav-art {
  display: none;
}
.home-cc .section-header .content-container .tagline-container nav a {
  font-family: Sen, sans-serif;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  transition: color 0.2s ease;
}
.home-cc .section-header .content-container .tagline-container nav a.red {
  color: #a40822;
}
.home-cc .section-header .content-container .tagline-container nav a.gold {
  color: #f9c22e;
}
.home-cc .section-header .content-container .tagline-container nav a:hover {
  color: #808080;
}
@media (max-width: 1000px) {
  .home-cc .section-header .circle-art {
    transform: translate(-34%, -91%);
  }
  .home-cc .section-header .content-container {
    flex-direction: column;
    align-items: center;
  }
  .home-cc .section-header .content-container .logo .name-art {
    display: none;
  }
  .home-cc .section-header .content-container .tagline-container {
    align-items: center;
    gap: 60px;
  }
  .home-cc .section-header .content-container .tagline-container nav {
    position: relative;
    margin-left: 60px;
  }
  .home-cc .section-header .content-container .tagline-container nav .nav-art {
    position: absolute;
    top: -30px;
    left: -60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .home-cc .section-header .content-container .tagline-container nav .nav-art .dot {
    width: 20px;
    height: 20px;
    background-image: url(/images/dot_art.png);
  }
  .home-cc .section-header .content-container .tagline-container nav .nav-art .name {
    writing-mode: vertical-lr;
    font-family: Sen, sans-serif;
    font-size: 24px;
    font-weight: bold;
    margin-left: 2px;
  }
}
@media (max-width: 700px) {
  .home-cc .section-header .circle-art {
    transform: translate();
    width: 1250px;
    height: 1250px;
  }
  .home-cc .section-header .content-container {
    gap: 10px;
  }
  .home-cc .section-header .content-container .logo {
    width: 120px;
    height: 120px;
  }
  .home-cc .section-header .content-container .tagline-container {
    gap: 60px;
  }
  .home-cc .section-header .content-container .tagline-container .tagline {
    gap: 0px;
  }
  .home-cc .section-header .content-container .tagline-container .tagline .cd {
    font-size: 46px;
  }
  .home-cc .section-header .content-container .tagline-container .tagline .sc {
    font-size: 40px;
  }
  .home-cc .section-header .content-container .tagline-container nav a {
    font-size: 18px;
  }
  .home-cc .section-header .content-container .tagline-container nav .nav-art {
    top: -38px;
  }
  .home-cc .section-header .content-container .tagline-container nav .nav-art .name {
    font-size: 22px;
  }
}
.home-cc #services {
  scroll-margin-top: 100px;
}
.home-cc .section-services {
  display: flex;
  flex-direction: column;
  gap: 100px;
  margin-top: 100px;
  margin-bottom: 400px;
  font-family: Sen, sans-serif;
}
.home-cc .section-services h2 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
}
.home-cc .section-services p {
  font-size: 18px;
}
.home-cc .section-services .sq-art-1,
.home-cc .section-services .sq-art-2 {
  position: absolute;
  z-index: -1;
}
.home-cc .section-services .sq-art-1 {
  background-image: url(/images/square_art_1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.home-cc .section-services .sq-art-2 {
  background-image: url(/images/square_art_2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.home-cc .section-services .services-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-cc .section-services .services-container .sq-art-1-pos-1 {
  top: -50px;
  right: -120px;
  width: 260px;
  height: 250px;
  rotate: 52deg;
}
.home-cc .section-services .services-container .sq-art-2-pos-2 {
  top: 320px;
  left: -120px;
  width: 325px;
  height: 303px;
  rotate: -57deg;
}
.home-cc .section-services .services-container .sq-art-1-pos-3 {
  bottom: -50px;
  right: -20px;
  width: 153px;
  height: 146px;
  rotate: -106deg;
}
.home-cc .section-services .services-container h1 {
  margin-bottom: 40px;
}
.home-cc .section-services .services-container .services {
  margin-bottom: 50px;
  margin-left: 50px;
  margin-right: 50px;
}
.home-cc .section-services .services-container .offer {
  text-align: right;
  max-width: 300px;
  margin: 0 30px;
}
.home-cc .section-services .services-container .offer:not(:last-child) {
  margin-bottom: 40px;
}
.home-cc .section-services .pricing-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-cc .section-services .pricing-container .sq-art-1-pos-4 {
  top: 140px;
  right: -200px;
  width: 453px;
  height: 433px;
  rotate: 135deg;
}
.home-cc .section-services .pricing-container h1 {
  margin-bottom: 40px;
}
.home-cc .section-services .pricing-container .pricing {
  width: 260px;
  margin-bottom: 40px;
  margin-left: 30px;
  margin-right: 30px;
}
.home-cc .section-services .pricing-container .pricing .indent {
  margin-left: 40px;
}
.home-cc .section-services .pricing-container .note {
  width: 260px;
}
.home-cc .section-services .time-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-cc .section-services .time-container .sq-art-1-pos-5 {
  bottom: -60px;
  left: -60px;
  width: 193px;
  height: 180px;
  rotate: -79deg;
}
.home-cc .section-services .time-container h1 {
  margin-bottom: 40px;
}
.home-cc .section-services .time-container .time {
  width: 260px;
  margin-bottom: 40px;
  margin-left: 30px;
  margin-right: 30px;
}
.home-cc .section-services .time-container .time .indent {
  margin-left: 40px;
}
.home-cc .section-services .time-container .note {
  width: 260px;
}
@media (max-width: 1000px) {
  .home-cc .section-services {
    margin-bottom: 100px;
  }
  .home-cc .section-services .pricing-container .sq-art-1-pos-4 {
    right: -150px;
    width: 353px;
    height: 333px;
  }
}
@media (max-width: 800px) {
  .home-cc .section-services .services-container .sq-art-1-pos-1 {
    right: -100px;
    width: 200px;
    height: 200px;
  }
  .home-cc .section-services .services-container .sq-art-2-pos-2,
  .home-cc .section-services .services-container .sq-art-1-pos-3 {
    display: none;
  }
  .home-cc .section-services .pricing-container .sq-art-1-pos-4 {
    top: -10px;
    right: unset;
    left: -50px;
    rotate: -60deg;
    width: 210px;
    height: 200px;
  }
  .home-cc .section-services .time-container .sq-art-1-pos-5 {
    bottom: -50px;
    left: unset;
    right: 60px;
    width: 120px;
    height: 110px;
    rotate: 160deg;
  }
}
@media (max-width: 600px) {
  .home-cc .section-services .services-container .sq-art-1-pos-1 {
    top: -30px;
    right: -40px;
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 450px) {
  .home-cc .section-services .services-container .sq-art-1-pos-1 {
    top: -25px;
    right: -5px;
    width: 120px;
    height: 120px;
  }
  .home-cc .section-services .pricing-container .sq-art-1-pos-4 {
    top: -20px;
    left: 30px;
    width: 150px;
    height: 150px;
  }
  .home-cc .section-services .time-container .sq-art-1-pos-5 {
    bottom: -20px;
    width: 90px;
    height: 90px;
  }
}
.home-cc #portfolio {
  scroll-margin-top: 100px;
}
.home-cc .section-portfolio {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 70px;
  margin-bottom: 70px;
}
.home-cc .section-portfolio .full-circle-art {
  position: absolute;
  z-index: -1;
  top: -76px;
  left: 50%;
  transform: translateX(-50%);
  width: 260px;
  height: 268px;
  background-image: url(/images/full_circle_art.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.home-cc .section-portfolio h1 {
  margin-bottom: 100px;
}
.home-cc .section-portfolio .projects-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
.home-cc .section-portfolio .projects-container .landing-container {
  display: flex;
  align-items: center;
  gap: 130px;
  max-width: 900px;
}
.home-cc .section-portfolio .projects-container .landing-container.reverse {
  flex-direction: row-reverse;
}
.home-cc .section-portfolio .projects-container .landing-container .image-set {
  position: relative;
}
.home-cc .section-portfolio .projects-container .landing-container .image-set .desktop {
  max-width: 420px;
  max-height: 490px;
  object-fit: contain;
}
.home-cc .section-portfolio .projects-container .landing-container .image-set .tablet {
  max-width: 185px;
  max-height: 265px;
  object-fit: contain;
}
.home-cc .section-portfolio .projects-container .landing-container .image-set .mobile {
  max-width: 95px;
  max-height: 205px;
  object-fit: contain;
}
.home-cc .section-portfolio .projects-container .landing-container .image-set.image-set-left .tablet {
  position: absolute;
  left: -115px;
  bottom: 30px;
}
.home-cc .section-portfolio .projects-container .landing-container .image-set.image-set-left .mobile {
  position: absolute;
  top: 80px;
  right: -75px;
}
.home-cc .section-portfolio .projects-container .landing-container .image-set.image-set-right .tablet {
  position: absolute;
  bottom: 30px;
  right: -115px;
}
.home-cc .section-portfolio .projects-container .landing-container .image-set.image-set-right .mobile {
  position: absolute;
  top: 80px;
  left: -75px;
}
.home-cc .section-portfolio .projects-container .landing-container .description.reverse {
  text-align: right;
}
.home-cc .section-portfolio .projects-container .landing-container .description h1 {
  margin-bottom: 25px;
  font-family: Sen, sans-serif;
  font-size: 28px;
}
.home-cc .section-portfolio .projects-container .landing-container .description p {
  font-family: Sen, sans-serif;
  font-size: 18px;
}
@media (max-width: 1300px) {
  .home-cc .section-portfolio .projects-container .landing-container {
    flex-direction: column;
    gap: 50px;
  }
  .home-cc .section-portfolio .projects-container .landing-container.reverse {
    flex-direction: column;
  }
  .home-cc .section-portfolio .projects-container .landing-container .description {
    max-width: 350px;
  }
  .home-cc .section-portfolio .projects-container .landing-container .description h1 {
    text-align: center;
  }
}
@media (max-width: 800px) {
  .home-cc .section-portfolio .projects-container .landing-container {
    gap: 300px;
  }
  .home-cc .section-portfolio .projects-container .landing-container .image-set.image-set-left .tablet {
    left: 60px;
    bottom: -250px;
  }
  .home-cc .section-portfolio .projects-container .landing-container .image-set.image-set-left .mobile {
    top: unset;
    right: 90px;
    bottom: -200px;
  }
  .home-cc .section-portfolio .projects-container .landing-container .image-set.image-set-right .tablet {
    right: 60px;
    bottom: -250px;
  }
  .home-cc .section-portfolio .projects-container .landing-container .image-set.image-set-right .mobile {
    top: unset;
    left: 90px;
    bottom: -200px;
  }
}
@media (max-width: 500px) {
  .home-cc .section-portfolio .projects-container .landing-container .image-set.image-set-left .desktop, .home-cc .section-portfolio .projects-container .landing-container .image-set.image-set-right .desktop {
    max-width: 280px;
  }
  .home-cc .section-portfolio .projects-container .landing-container .image-set.image-set-left .tablet {
    left: 20px;
    bottom: -250px;
  }
  .home-cc .section-portfolio .projects-container .landing-container .image-set.image-set-left .mobile {
    top: unset;
    right: 20px;
    bottom: -280px;
  }
  .home-cc .section-portfolio .projects-container .landing-container .image-set.image-set-right .tablet {
    right: 20px;
    bottom: -250px;
  }
  .home-cc .section-portfolio .projects-container .landing-container .image-set.image-set-right .mobile {
    top: unset;
    left: 20px;
    bottom: -280px;
  }
  .home-cc .section-portfolio .projects-container .landing-container .description {
    margin: 0 20px;
  }
}
.home-cc .section-portfolio .projects-container .project-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-cc .section-portfolio .projects-container .project-container a {
  transition: scale 0.2s ease;
}
.home-cc .section-portfolio .projects-container .project-container a:hover {
  scale: 1.2;
}
.home-cc .section-portfolio .projects-container .project-container .license {
  position: absolute;
  top: 0;
  left: calc(100% + 10px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.home-cc .section-portfolio .projects-container .project-container .license img {
  width: 24px;
  height: 24px;
  margin-bottom: 0;
}
.home-cc .section-portfolio .projects-container .project-container .license span {
  font-family: SourceCodePro, monospace;
  font-weight: bold;
  font-size: 16px;
  writing-mode: vertical-rl;
  color: #00CC99;
}
.home-cc .section-portfolio .projects-container .project-container img {
  margin-bottom: 35px;
  max-width: 400px;
  max-height: 260px;
  box-shadow: 0px 4px 4px 10px rgba(0, 0, 0, 0.2509803922);
}
.home-cc .section-portfolio .projects-container .project-container h1 {
  margin-bottom: 20px;
  font-family: SourceCodePro, monospace;
  font-weight: bold;
  font-size: 24px;
}
.home-cc .section-portfolio .projects-container .project-container p {
  margin-bottom: 25px;
  max-width: 350px;
  font-family: Sen, sans-serif;
  font-size: 18px;
}
.home-cc .section-portfolio .projects-container .project-container .links {
  display: flex;
}
.home-cc .section-portfolio .projects-container .project-container .links a {
  font-family: Sen, sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #7D8CC4;
}
.home-cc .section-portfolio .projects-container .project-container .links a:hover {
  color: #fff;
}
.home-cc .section-portfolio .projects-row {
  display: flex;
  gap: 80px;
}
.home-cc .section-portfolio .projects-row .project-container.left p {
  text-align: right;
}
.home-cc .section-portfolio .projects-row .project-container.left .links {
  justify-content: flex-end;
  max-width: 350px;
}
.home-cc .section-portfolio .projects-row .project-container.right .links {
  justify-content: flex-start;
  max-width: 350px;
}
@media (max-width: 1000px) {
  .home-cc .section-portfolio .full-circle-art {
    top: -52px;
    width: 220px;
    height: 220px;
  }
  .home-cc .section-portfolio .projects-row {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
  .home-cc .section-portfolio .projects-row .project-container.left p {
    text-align: left;
  }
}
@media (max-width: 600px) {
  .home-cc .section-portfolio .full-circle-art {
    top: -45px;
    width: 160px;
    height: 160px;
  }
}
@media (max-width: 500px) {
  .home-cc .section-portfolio .projects-container .project-container img {
    max-width: 300px;
    max-height: 200px;
  }
  .home-cc .section-portfolio .projects-container .project-container p {
    margin: 0 50px;
    margin-bottom: 25px;
  }
}
@media (max-width: 450px) {
  .home-cc .section-portfolio .full-circle-art {
    top: -52px;
  }
}
.home-cc .section-blog {
  position: relative;
  margin-top: 200px;
  margin-bottom: 200px;
}
.home-cc .section-blog .bg-art {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 405px;
  height: 311px;
  background-image: url(/images/paint.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.home-cc .section-blog a {
  display: block;
  font-family: Spectral, sans-serif;
  font-size: 78px;
  text-decoration: none;
  color: #fff;
  transition: color 0.2s ease;
}
.home-cc .section-blog a:hover {
  color: #808080;
}
@media (max-width: 800px) {
  .home-cc .section-blog {
    margin-top: 120px;
    margin-bottom: 150px;
  }
}
@media (max-width: 600px) {
  .home-cc .section-blog .bg-art {
    width: 300px;
    height: 250px;
  }
  .home-cc .section-blog a {
    font-size: 50px;
  }
}
@media (max-width: 450px) {
  .home-cc .section-blog a {
    font-size: 40px;
  }
}
.home-cc .section-process {
  margin-bottom: 100px;
}
.home-cc .section-process h1 {
  margin-bottom: 70px;
}
.home-cc .section-process .steps-container {
  display: flex;
  gap: 70px;
  font-family: Sen, sans-serif;
}
.home-cc .section-process .steps-container .step {
  max-width: 300px;
}
.home-cc .section-process .steps-container .step h2 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
}
.home-cc .section-process .steps-container .step p {
  text-align: right;
  font-size: 18px;
}
@media (max-width: 1200px) {
  .home-cc .section-process .steps-container {
    flex-direction: column;
    align-items: center;
  }
  .home-cc .section-process .steps-container .step {
    margin: 0 30px;
  }
}
@media (max-width: 450px) {
  .home-cc .section-process h1 {
    margin-bottom: 50px;
  }
  .home-cc .section-process .steps-container {
    gap: 50px;
  }
}
.home-cc .section-contact {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-cc .section-contact .art-line {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1960px;
  height: 580px;
  background-image: url(/images/line_art.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.home-cc .section-contact h1 {
  margin-bottom: 50px;
}
.home-cc .section-contact .link {
  margin-bottom: 50px;
  font-family: MarckScript, serif;
  font-size: 70px;
}
.home-cc .section-contact .logo {
  margin-bottom: 40px;
  width: 125px;
  height: 125px;
  background-image: url(/images/logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.home-cc .section-contact .c {
  margin-bottom: 25px;
  font-family: CourierPrime, monospace;
  font-size: 14px;
  color: #636363;
}
@media (max-width: 800px) {
  .home-cc .section-contact .art-line {
    height: 525px;
  }
  .home-cc .section-contact .link {
    font-size: 60px;
  }
  .home-cc .section-contact .logo {
    width: 110px;
    height: 110px;
  }
}
@media (max-width: 600px) {
  .home-cc .section-contact .art-line {
    height: 480px;
  }
  .home-cc .section-contact h1 {
    margin-bottom: 40px;
  }
  .home-cc .section-contact .link {
    margin-bottom: 40px;
    font-size: 40px;
  }
  .home-cc .section-contact .logo {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 450px) {
  .home-cc .section-contact .art-line {
    height: 410px;
  }
  .home-cc .section-contact h1 {
    margin-bottom: 30px;
  }
  .home-cc .section-contact .link {
    margin-bottom: 30px;
    font-size: 30px;
  }
  .home-cc .section-contact .logo {
    width: 80px;
    height: 80px;
  }
}

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