*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  line-height: 1.4;
  box-sizing: border-box;
}
*:focus,
*::before:focus,
*::after:focus {
  outline: unset;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  margin: 0px !important;
}

body {
  overflow-x: hidden;
  font-style: normal;
  background-color: rgb(54, 46, 123);
  position: relative;
  /*
    font-family: "Dela Gothic One", sans-serif;
    font-family: "Cabin", sans-serif;
  */
}
body main {
  overflow: hidden;
}
body section {
  position: relative;
  background-color: rgb(54, 46, 123);
  color: rgb(255, 192, 97);
  padding-block: 100px;
}
@media (max-width: 650px) {
  body section {
    padding-block: 75px;
  }
}
body .container {
  width: 70%;
  margin: auto;
}
@media (max-width: 1600px) {
  body .container {
    width: 75%;
  }
}
@media (max-width: 1500px) {
  body .container {
    width: 80%;
  }
}
@media (max-width: 1000px) {
  body .container {
    width: 90%;
  }
}
body .container.wide {
  width: 90%;
}
body .container.row,
body .container .row {
  display: flex;
  flex-direction: row;
}
body .container .cpt-header {
  margin-bottom: 50px;
}
@media (max-width: 500px) {
  body .container .cpt-header {
    flex-direction: column;
    margin-bottom: 35px;
  }
}
body .container .cpt-header a {
  display: block;
  margin-block: auto;
  margin-left: auto;
}
@media (max-width: 500px) {
  body .container .cpt-header a {
    margin-left: 0;
    margin-top: 20px;
  }
}
body h1,
body h2,
body h3,
body h4,
body h5,
body p,
body button,
body .wpcf7-submit,
body a {
  font-family: "Dela Gothic One", sans-serif;
  line-height: 100%;
  color: rgb(255, 192, 97);
}
body h1,
body .h1,
body h2,
body .h2,
body h3,
body .h3,
body a {
  font-weight: 400;
  color: rgb(110, 188, 100);
  line-height: 110%;
}
body h4,
body h5,
body p,
body li,
body input,
body textarea {
  font-family: "Cabin", sans-serif;
  font-size: 25px;
}
@media (max-width: 1600px) {
  body h4,
  body h5,
  body p,
  body li,
  body input,
  body textarea {
    font-size: 22px;
  }
}
@media (max-width: 1250px) {
  body h4,
  body h5,
  body p,
  body li,
  body input,
  body textarea {
    font-size: 20px;
  }
}
@media (max-width: 1100px) {
  body h4,
  body h5,
  body p,
  body li,
  body input,
  body textarea {
    font-size: 18px;
  }
}
body h1,
body .h1 {
  font-size: 7vw;
  /*
  @media (max-width: 2000px) {
    font-size: 130px;
  }
  @media (max-width: 1900px) {
    font-size: 120px;
  }
  @media (max-width: 1700px) {
    font-size: 110px;
  }*/
}
@media (max-width: 1600px) {
  body h1,
  body .h1 {
    font-size: 110px;
  }
}
@media (max-width: 1200px) {
  body h1,
  body .h1 {
    font-size: 90px;
  }
}
@media (max-width: 600px) {
  body h1,
  body .h1 {
    font-size: 72px;
  }
}
@media (max-width: 400px) {
  body h1,
  body .h1 {
    font-size: 62px;
  }
}
@media (max-width: 350px) {
  body h1,
  body .h1 {
    font-size: 60px;
  }
}
@media (max-width: 325px) {
  body h1,
  body .h1 {
    font-size: 52px;
  }
}
body h2,
body .h2 {
  font-size: 5vw;
}
@media (max-width: 1200px) {
  body h2,
  body .h2 {
    font-size: 60px;
  }
}
@media (max-width: 800px) {
  body h2,
  body .h2 {
    font-size: 50px;
  }
}
@media (max-width: 650px) {
  body h2,
  body .h2 {
    font-size: 45px;
  }
}
@media (max-width: 550px) {
  body h2,
  body .h2 {
    font-size: 40px;
  }
}
body h3,
body .h3 {
  font-size: 3.5vw;
}
@media (max-width: 1600px) {
  body h3,
  body .h3 {
    font-size: 55px;
  }
}
@media (max-width: 1100px) {
  body h3,
  body .h3 {
    font-size: 45px;
  }
}
@media (max-width: 850px) {
  body h3,
  body .h3 {
    font-size: 37.5px;
  }
}
body h4,
body .h4 {
  font-family: "Dela Gothic One", sans-serif;
  font-size: 40px;
  line-height: 140%;
}
@media (max-width: 1600px) {
  body h4,
  body .h4 {
    font-size: 35px;
  }
}
@media (max-width: 1100px) {
  body h4,
  body .h4 {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  body h4,
  body .h4 {
    font-size: 25px;
  }
}
body h5,
body .h5 {
  font-family: "Dela Gothic One", sans-serif;
  font-size: 30px;
  line-height: 140%;
}
@media (max-width: 1600px) {
  body h5,
  body .h5 {
    font-size: 25px;
  }
}
@media (max-width: 1100px) {
  body h5,
  body .h5 {
    font-size: 20px;
  }
}
body p,
body .p {
  line-height: 150%;
}
body p a,
body .p a {
  border-bottom: 3px solid rgb(255, 192, 97);
  color: rgb(255, 192, 97);
  margin-inline: 5px;
  padding-bottom: 1px;
  letter-spacing: 1px;
}
body p a:hover, body p a:focus,
body .p a:hover,
body .p a:focus {
  color: rgb(110, 188, 100);
  border-color: rgb(110, 188, 100);
}
body .overline {
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 0.3em;
  font-family: "Cabin", sans-serif;
  font-weight: bold;
}
@media (max-width: 1200px) {
  body .overline {
    font-size: 18px;
  }
}
@media (max-width: 450px) {
  body .overline {
    font-size: 17px;
  }
}
@media (max-width: 350px) {
  body .overline {
    letter-spacing: 0.25em;
  }
}
body a {
  text-decoration: none;
  transition: 0.3s;
}
body a.arrow-link {
  font-size: 35px;
  position: relative;
}
body a.arrow-link::after {
  content: "";
  position: absolute;
  top: 15%;
  height: 85%;
  aspect-ratio: 1/1;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/arrow-yellow.svg");
}
body a.arrow-link.left {
  padding-left: 50px;
}
body a.arrow-link.left::after {
  rotate: 180deg;
  left: 0;
}
body a.arrow-link.right {
  padding-right: 50px;
}
body a.arrow-link.right::after {
  right: 0;
}
body .btn,
body .wpcf7-submit {
  border-radius: 8px;
  padding: 18px 50px 20px 50px;
  transition: 0.3s;
  text-decoration: none;
  display: block;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-size: 22px;
  white-space: nowrap;
  border: 3px solid rgb(255, 192, 97);
}
@media (max-width: 1200px) {
  body .btn,
  body .wpcf7-submit {
    padding: 15px 40px 17px 40px;
    font-size: 20px;
  }
}
@media (max-width: 650px) {
  body .btn,
  body .wpcf7-submit {
    padding: 12px 30px 14px 30px;
    font-size: 18px;
  }
}
@media (max-width: 400px) {
  body .btn,
  body .wpcf7-submit {
    padding: 10px 20px 12px 20px;
    border-width: 2px;
  }
}
@media (max-width: 325px) {
  body .btn,
  body .wpcf7-submit {
    padding-inline: 17px;
  }
}
body .btn.outline,
body .wpcf7-submit.outline {
  color: rgb(255, 192, 97);
}
body .btn.outline:hover, body .btn.outline:focus, body .btn.outline:active,
body .wpcf7-submit.outline:hover,
body .wpcf7-submit.outline:focus,
body .wpcf7-submit.outline:active {
  background-color: #000;
  border-color: #000;
  color: rgb(255, 192, 97);
}
body .btn.solid,
body .wpcf7-submit.solid {
  background-color: rgb(255, 192, 97);
  color: #000;
}
body .btn.solid:hover, body .btn.solid:focus, body .btn.solid:active,
body .wpcf7-submit.solid:hover,
body .wpcf7-submit.solid:focus,
body .wpcf7-submit.solid:active {
  background-color: #000;
  color: rgb(255, 192, 97);
  border-color: #000;
}

#wpadminbar {
  display: none;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  transition: 0.3s;
}
header.hidden {
  transform: translateY(-100%);
}
header .hdr-container {
  padding: 25px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 650px) {
  header .hdr-container {
    padding: 5% 0;
  }
}
header .hdr-container a,
header .hdr-container button,
header .hdr-container span {
  display: block;
}
header .hdr-container .hdr-home {
  margin-right: auto;
  margin-block: auto;
  color: rgb(255, 192, 97);
  font-size: 30px;
}
@media (max-width: 650px) {
  header .hdr-container .hdr-home {
    font-size: 25px;
  }
}
@media (max-width: 450px) {
  header .hdr-container .hdr-home {
    max-width: 150px;
    font-size: 22px;
  }
}
header .hdr-container .hdr-home:hover, header .hdr-container .hdr-home:focus, header .hdr-container .hdr-home:active {
  color: rgb(110, 188, 100);
}
header .hdr-container .hidden {
  opacity: 0;
  pointer-events: none;
}
header .hdr-container .hdr-menu {
  border: 1px solid rgb(255, 192, 97);
  width: 65px;
  aspect-ratio: 1/1;
  background-color: transparent;
  border-radius: 50%;
  cursor: pointer;
  z-index: 11;
  overflow: hidden;
}
@media (max-width: 650px) {
  header .hdr-container .hdr-menu {
    width: 50px;
    height: 50px;
  }
}
header .hdr-container .hdr-menu span {
  font-size: 0;
  color: transparent;
  width: 9px;
  height: 9px;
  background-color: rgb(255, 192, 97);
  border-radius: 5px;
  margin: auto;
  position: relative;
  transition: 0.3s;
}
@media (max-width: 650px) {
  header .hdr-container .hdr-menu span {
    width: 7px;
    height: 7px;
  }
}
header .hdr-container .hdr-menu span::before, header .hdr-container .hdr-menu span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  top: 0;
  background-color: rgb(255, 192, 97);
  transition: background-color 0.3s;
}
header .hdr-container .hdr-menu span::before {
  left: -175%;
}
header .hdr-container .hdr-menu span::after {
  right: -175%;
}
header .hdr-container .hdr-menu:hover, header .hdr-container .hdr-menu:focus {
  border-color: #000;
  background-color: #000;
}
header .hdr-container .hdr-menu:hover span,
header .hdr-container .hdr-menu:hover span::before,
header .hdr-container .hdr-menu:hover span::after, header .hdr-container .hdr-menu:focus span,
header .hdr-container .hdr-menu:focus span::before,
header .hdr-container .hdr-menu:focus span::after {
  background-color: rgb(255, 192, 97);
}
header .hdr-container .hdr-menu.open span {
  rotate: 90deg;
  border-radius: 0;
  width: 40px;
  height: 3px;
  background-color: transparent;
}
header .hdr-container .hdr-menu.open span::before, header .hdr-container .hdr-menu.open span::after {
  left: 0;
  right: 0;
}
header .hdr-container .hdr-menu.open span::before {
  rotate: 45deg;
}
header .hdr-container .hdr-menu.open span::after {
  rotate: -45deg;
}
header .hdr-container nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(67, 29, 79, 0.9);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
  z-index: 10;
  transition: 0.3s;
}
header .hdr-container nav a {
  max-width: 300px;
  text-align: center;
  margin-inline: auto;
  font-size: 35px;
  color: rgb(255, 192, 97);
  transition: 0.3s;
}
@media (max-width: 650px) {
  header .hdr-container nav a {
    font-size: 25px;
  }
}
header .hdr-container nav a:hover, header .hdr-container nav a:focus, header .hdr-container nav a:active {
  color: rgb(110, 188, 100);
}

footer {
  position: relative;
  margin-top: 11vw;
  background-color: #4AA45D;
}
@media (max-width: 650px) {
  footer {
    padding-top: 25px;
  }
}
footer .wavy-border {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  transform: scale(101%) translateY(1px);
}
footer .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  overflow: hidden;
  padding-bottom: 50px;
  gap: 7.5vw;
}
@media (max-width: 1100px) {
  footer .row {
    gap: 5vw;
  }
}
@media (max-width: 1000px) {
  footer .row {
    flex-wrap: wrap;
  }
}
@media (max-width: 800px) {
  footer .row {
    gap: 0;
    row-gap: 5vw;
  }
}
footer .row h1,
footer .row h2,
footer .row h3,
footer .row h4,
footer .row h5,
footer .row p,
footer .row a {
  color: #000;
  line-height: 100%;
}
footer .row .logo {
  max-width: 25vw;
  margin-block: auto;
  min-width: 280px;
}
@media (max-width: 1000px) {
  footer .row .logo {
    max-width: unset;
    width: 45%;
  }
}
@media (max-width: 800px) {
  footer .row .logo {
    width: 50%;
    min-width: unset;
  }
}
@media (max-width: 400px) {
  footer .row .logo {
    width: 100%;
  }
}
footer .row .logo .overline {
  transition: 0.3s;
}
@media (max-width: 800px) {
  footer .row .logo .overline {
    letter-spacing: 0.25em;
  }
}
footer .row .logo h2 {
  transition: 0.3s;
  line-height: 110%;
}
@media (max-width: 800px) {
  footer .row .logo h2 {
    font-size: 60px;
  }
}
@media (max-width: 650px) {
  footer .row .logo h2 {
    font-size: 50px;
  }
}
@media (max-width: 500px) {
  footer .row .logo h2 {
    font-size: 45px;
  }
}
@media (max-width: 450px) {
  footer .row .logo h2 {
    font-size: 40px;
  }
}
@media (max-width: 400px) {
  footer .row .logo h2 {
    font-size: 60px;
  }
}
@media (max-width: 350px) {
  footer .row .logo h2 {
    font-size: 55px;
  }
}
footer .row .logo:hover h2, footer .row .logo:hover p.overline, footer .row .logo:focus h2, footer .row .logo:focus p.overline {
  color: rgb(255, 192, 97);
}
footer .row .quicklinks {
  margin-block: auto;
}
@media (max-width: 1000px) {
  footer .row .quicklinks {
    width: 45%;
  }
}
@media (max-width: 800px) {
  footer .row .quicklinks {
    width: 50%;
  }
}
@media (max-width: 400px) {
  footer .row .quicklinks {
    width: 100%;
  }
}
footer .row .quicklinks nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}
@media (max-width: 400px) {
  footer .row .quicklinks nav {
    text-align: left;
  }
}
footer .row .quicklinks a {
  font-size: 22px;
  font-family: "Dela Gothic One", sans-serif;
}
@media (max-width: 650px) {
  footer .row .quicklinks a {
    font-size: 18px;
  }
}
footer .row .quicklinks a:hover, footer .row .quicklinks a:focus {
  color: rgb(255, 192, 97);
}
footer .row .btns {
  margin-block: auto;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (max-width: 1000px) {
  footer .row .btns {
    width: 45%;
    gap: 15px;
  }
}
@media (max-width: 800px) {
  footer .row .btns {
    width: 50%;
  }
}
@media (max-width: 650px) {
  footer .row .btns {
    width: 100%;
  }
}
footer .row .btn {
  border-color: #000;
  min-width: 375px;
  text-align: center;
}
@media (max-width: 1250px) {
  footer .row .btn {
    min-width: 300px;
  }
}
@media (max-width: 1000px) {
  footer .row .btn {
    min-width: 100%;
  }
}
footer .row .btn.solid {
  background-color: #000;
  color: rgb(255, 192, 97);
}
footer .row .btn.outline {
  color: #000;
}
footer .row .btn:hover, footer .row .btn:focus {
  background-color: rgb(255, 192, 97);
  border-color: rgb(255, 192, 97);
  color: #000;
}
footer .row .socials {
  margin-block: auto;
}
@media (max-width: 1000px) {
  footer .row .socials {
    width: 45%;
  }
}
@media (max-width: 800px) {
  footer .row .socials {
    width: 50%;
  }
}
@media (max-width: 650px) {
  footer .row .socials {
    width: 100%;
  }
}
footer .row .socials .social {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (max-width: 1000px) {
  footer .row .socials .social {
    flex-direction: row;
    justify-content: center;
  }
}
@media (max-width: 500px) {
  footer .row .socials .social {
    flex-direction: row;
    margin-top: 25px;
  }
}
@media (max-width: 400px) {
  footer .row .socials .social {
    justify-content: flex-start;
  }
}
footer .row .socials .social a.social-btn {
  background-color: #000;
  aspect-ratio: 1/1;
  width: 50px;
  display: flex;
  border-radius: 50%;
}
footer .row .socials .social a.social-btn img {
  width: auto;
  height: auto;
  max-width: 35px;
  max-height: 35px;
  -o-object-position: center;
     object-position: center;
  margin: auto;
  filter: brightness(0) saturate(100%) invert(81%) sepia(53%) saturate(605%) hue-rotate(325deg) brightness(100%) contrast(102%);
}
footer .row .socials .social a.social-btn img.sm {
  max-width: 25px;
  max-height: 25px;
}
footer .row .socials .social a.social-btn:hover, footer .row .socials .social a.social-btn:focus, footer .row .socials .social a.social-btn:active {
  background-color: rgb(255, 192, 97);
}
footer .row .socials .social a.social-btn:hover img, footer .row .socials .social a.social-btn:focus img, footer .row .socials .social a.social-btn:active img {
  filter: none;
}
footer .btm-bar {
  padding-block: 10px;
  background-color: #459456;
}
footer .btm-bar p {
  color: #000;
  font-size: 16px;
}

@keyframes purpleMove {
  0% {
    top: 0;
    right: 0;
    rotate: 0deg;
  }
  25% {
    top: -1vw;
    right: -0.5vw;
    rotate: 0.3deg;
  }
  50% {
    top: -0.5vw;
    right: 0vw;
    rotate: -0.2deg;
  }
  75% {
    top: -1vw;
    right: -0.5vw;
    rotate: 0.3deg;
  }
  100% {
    top: 0;
    right: 0;
    rotate: 0deg;
  }
}
@keyframes arrowBob {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(25%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes arrowBob2 {
  0% {
    margin-left: 35px;
  }
  50% {
    margin-left: 40px;
  }
  100% {
    margin-left: 35px;
  }
}
@keyframes arrowBob2Reverse {
  0% {
    margin-left: 0px;
    margin-right: 15px;
  }
  50% {
    margin-left: -5px;
    margin-right: 20px;
  }
  100% {
    margin-left: 0px;
    margin-right: 15px;
  }
}
main.homepage .s1.home-hero {
  padding-block: 0;
}
main.homepage .s1.home-hero::before {
  content: "";
  position: absolute;
  top: 0vw;
  right: 0;
  width: 60vw;
  max-height: 100vh;
  aspect-ratio: 1/1;
  background-image: url("../img/purple2.svg");
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
  display: block;
  z-index: 0;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
}
@media (max-width: 1000px) {
  main.homepage .s1.home-hero::before {
    content: none;
  }
}
main.homepage .s1.home-hero .container.row {
  padding: 150px 0 100px 0;
  min-height: 100vh;
}
@media (max-width: 1000px) {
  main.homepage .s1.home-hero .container.row {
    min-height: unset;
  }
}
@media (max-width: 650px) {
  main.homepage .s1.home-hero .container.row {
    flex-direction: column;
    padding-top: 125px;
    padding-bottom: 75px;
  }
}
@media (max-width: 400px) {
  main.homepage .s1.home-hero .container.row {
    padding-top: 100px;
  }
}
main.homepage .s1.home-hero .container.row .col {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1000px) {
  main.homepage .s1.home-hero .container.row .col {
    width: 90%;
  }
}
@media (max-width: 650px) {
  main.homepage .s1.home-hero .container.row .col {
    width: 100%;
  }
}
main.homepage .s1.home-hero .container.row .col h1,
main.homepage .s1.home-hero .container.row .col h2,
main.homepage .s1.home-hero .container.row .col h3,
main.homepage .s1.home-hero .container.row .col h4,
main.homepage .s1.home-hero .container.row .col h5,
main.homepage .s1.home-hero .container.row .col p,
main.homepage .s1.home-hero .container.row .col a,
main.homepage .s1.home-hero .container.row .col img {
  display: block;
  z-index: 1;
}
main.homepage .s1.home-hero .container.row .duck-right {
  position: absolute;
  left: 60vw;
  top: 50%;
  transform: translateY(-42.5%);
  height: auto;
  width: 30vw;
  max-height: 80vh;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom right;
     object-position: bottom right;
}
@media (max-width: 1000px) {
  main.homepage .s1.home-hero .container.row .duck-right {
    display: none;
  }
}
main.homepage .s1.home-hero .container.row .socials {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 25px;
  left: 25px;
  gap: 10px;
}
@media (max-width: 1000px) {
  main.homepage .s1.home-hero .container.row .socials {
    bottom: unset;
    left: unset;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 50px;
  }
}
@media (max-width: 500px) {
  main.homepage .s1.home-hero .container.row .socials {
    right: unset;
    top: unset;
    transform: none;
    position: relative;
    flex-direction: row;
    margin-top: 25px;
  }
}
main.homepage .s1.home-hero .container.row .socials a.social-btn {
  background-color: rgb(255, 192, 97);
  aspect-ratio: 1/1;
  width: 50px;
  display: flex;
  border-radius: 50%;
  transition: 0.3s;
}
main.homepage .s1.home-hero .container.row .socials a.social-btn img {
  width: auto;
  height: auto;
  max-width: 35px;
  max-height: 35px;
  -o-object-position: center;
     object-position: center;
  margin: auto;
}
main.homepage .s1.home-hero .container.row .socials a.social-btn img.sm {
  max-width: 25px;
  max-height: 25px;
}
main.homepage .s1.home-hero .container.row .socials a.social-btn:hover, main.homepage .s1.home-hero .container.row .socials a.social-btn:focus, main.homepage .s1.home-hero .container.row .socials a.social-btn:active {
  background-color: #000;
}
main.homepage .s1.home-hero .container.row .socials a.social-btn:hover img, main.homepage .s1.home-hero .container.row .socials a.social-btn:focus img, main.homepage .s1.home-hero .container.row .socials a.social-btn:active img {
  filter: brightness(0) saturate(100%) invert(81%) sepia(53%) saturate(605%) hue-rotate(325deg) brightness(100%) contrast(102%);
}
main.homepage .s1.home-hero .container.row .btns.row {
  margin-top: 25px;
  gap: 25px;
}
@media (max-width: 400px) {
  main.homepage .s1.home-hero .container.row .btns.row {
    gap: 10px;
  }
}
@media (max-width: 1100px) {
  main.homepage .s2.left-paragraph {
    padding-block: 50px;
  }
}
@media (max-width: 1000px) {
  main.homepage .s2.left-paragraph {
    padding-block: 25px;
  }
}
main.homepage .s2.left-paragraph .container p {
  max-width: 80%;
  color: rgb(255, 192, 97);
}
@media (max-width: 1000px) {
  main.homepage .s2.left-paragraph .container p {
    max-width: 100%;
  }
}
@media (max-width: 450px) {
  main.homepage .s2.left-paragraph .container p.h4 {
    font-size: 22px;
  }
}
main.homepage .s3.code-challenges .container .cpt-query1 {
  width: 66%;
  gap: 8%;
  row-gap: 35px;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 1000px) {
  main.homepage .s3.code-challenges .container .cpt-query1 {
    width: 100%;
    gap: 5%;
    row-gap: 35px;
  }
}
@media (min-width: 1001px) {
  main.homepage .s3.code-challenges .container .cpt-query1 {
    min-height: 20vw;
  }
}
main.homepage .s3.code-challenges .container .cpt-query1 .cpt-result {
  width: 45%;
  position: static;
}
@media (max-width: 1000px) {
  main.homepage .s3.code-challenges .container .cpt-query1 .cpt-result {
    display: flex;
    flex-direction: column;
    width: 47.5%;
  }
}
@media (max-width: 650px) {
  main.homepage .s3.code-challenges .container .cpt-query1 .cpt-result {
    width: 100%;
  }
}
main.homepage .s3.code-challenges .container .cpt-query1 .cpt-result .h4 {
  color: rgb(255, 192, 97);
  padding-bottom: 10px;
  flex-direction: row;
  gap: 35px;
  font-weight: normal;
}
@media (max-width: 1000px) {
  main.homepage .s3.code-challenges .container .cpt-query1 .cpt-result .h4 {
    order: 1;
  }
}
main.homepage .s3.code-challenges .container .cpt-query1 .cpt-result .h4::after {
  content: ">";
  display: inline;
  margin-left: 35px;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
main.homepage .s3.code-challenges .container .cpt-query1 .cpt-result p {
  transition: 0.3s;
}
@media (max-width: 1000px) {
  main.homepage .s3.code-challenges .container .cpt-query1 .cpt-result p {
    order: 2;
  }
}
main.homepage .s3.code-challenges .container .cpt-query1 .cpt-result .cpt-preview {
  width: 45%;
  position: absolute;
  top: 0;
  left: 100%;
  transform: translateX(15%);
  background-color: rgb(54, 46, 123);
  padding-bottom: 35px;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 1000px) {
  main.homepage .s3.code-challenges .container .cpt-query1 .cpt-result .cpt-preview {
    position: relative;
    top: unset;
    left: unset;
    transform: none;
    opacity: 1;
    pointer-events: all;
    padding-bottom: 15px;
    order: 0;
    width: 100%;
  }
}
main.homepage .s3.code-challenges .container .cpt-query1 .cpt-result .cpt-preview img {
  width: 100%;
  aspect-ratio: 11/7;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
main.homepage .s3.code-challenges .container .cpt-query1 .cpt-result .cpt-preview .subtitle {
  font-size: 25px;
  margin-top: 10px;
  letter-spacing: 1.5px;
  transition: 0.3s;
  font-weight: normal;
}
@media (max-width: 1000px) {
  main.homepage .s3.code-challenges .container .cpt-query1 .cpt-result .cpt-preview .subtitle {
    display: none;
  }
}
main.homepage .s3.code-challenges .container .cpt-query1 .cpt-result .cpt-preview:hover .subtitle, main.homepage .s3.code-challenges .container .cpt-query1 .cpt-result .cpt-preview:active .subtitle, main.homepage .s3.code-challenges .container .cpt-query1 .cpt-result .cpt-preview:focus .subtitle {
  color: rgb(110, 188, 100);
}
main.homepage .s3.code-challenges .container .cpt-query1 .cpt-result:first-child .cpt-preview, main.homepage .s3.code-challenges .container .cpt-query1 .cpt-result:hover .cpt-preview, main.homepage .s3.code-challenges .container .cpt-query1 .cpt-result:focus .cpt-preview, main.homepage .s3.code-challenges .container .cpt-query1 .cpt-result:active .cpt-preview {
  opacity: 1;
  pointer-events: all;
  cursor: pointer;
}
main.homepage .s3.code-challenges .container .cpt-query1 .cpt-result:hover .h4::after, main.homepage .s3.code-challenges .container .cpt-query1 .cpt-result:focus .h4::after, main.homepage .s3.code-challenges .container .cpt-query1 .cpt-result:active .h4::after {
  animation-name: arrowBob2;
}
main.homepage .s3.code-challenges .container .cpt-query1 .cpt-result:hover .h4, main.homepage .s3.code-challenges .container .cpt-query1 .cpt-result:hover p, main.homepage .s3.code-challenges .container .cpt-query1 .cpt-result:hover .subtitle, main.homepage .s3.code-challenges .container .cpt-query1 .cpt-result:focus .h4, main.homepage .s3.code-challenges .container .cpt-query1 .cpt-result:focus p, main.homepage .s3.code-challenges .container .cpt-query1 .cpt-result:focus .subtitle, main.homepage .s3.code-challenges .container .cpt-query1 .cpt-result:active .h4, main.homepage .s3.code-challenges .container .cpt-query1 .cpt-result:active p, main.homepage .s3.code-challenges .container .cpt-query1 .cpt-result:active .subtitle {
  color: rgb(110, 188, 100);
}
main.homepage .s4.design-gallery {
  background-color: rgb(67, 29, 79);
}
@media (max-width: 1100px) {
  main.homepage .s4.design-gallery {
    padding-bottom: 25px;
  }
}
main.homepage .s4.design-gallery .row.cpt-query2 {
  flex-wrap: wrap;
  gap: 5%;
  row-gap: 35px;
}
@media (max-width: 650px) {
  main.homepage .s4.design-gallery .row.cpt-query2 {
    row-gap: 35px;
  }
}
main.homepage .s4.design-gallery .row.cpt-query2 .cpt-result {
  width: 47.5%;
}
@media (max-width: 650px) {
  main.homepage .s4.design-gallery .row.cpt-query2 .cpt-result {
    width: 100%;
  }
}
main.homepage .s4.design-gallery .row.cpt-query2 .cpt-result img {
  width: 100%;
  margin-bottom: 15px;
  aspect-ratio: 11/7;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 650px) {
  main.homepage .s4.design-gallery .row.cpt-query2 .cpt-result img {
    margin-bottom: 10px;
  }
}
main.homepage .s4.design-gallery .row.cpt-query2 .cpt-result .h5 {
  color: rgb(255, 192, 97);
  display: flex;
  flex-direction: row;
  gap: 25px;
  font-weight: normal;
  transition: 0.3s;
}
@media (max-width: 1000px) {
  main.homepage .s4.design-gallery .row.cpt-query2 .cpt-result .h5 {
    order: 1;
  }
}
main.homepage .s4.design-gallery .row.cpt-query2 .cpt-result .h5::after {
  content: ">";
  display: block;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
main.homepage .s4.design-gallery .row.cpt-query2 .cpt-result:hover .h5, main.homepage .s4.design-gallery .row.cpt-query2 .cpt-result:focus .h5, main.homepage .s4.design-gallery .row.cpt-query2 .cpt-result:active .h5 {
  color: rgb(110, 188, 100);
}
main.homepage .s4.design-gallery .row.cpt-query2 .cpt-result:hover .h5::after, main.homepage .s4.design-gallery .row.cpt-query2 .cpt-result:focus .h5::after, main.homepage .s4.design-gallery .row.cpt-query2 .cpt-result:active .h5::after {
  animation-name: arrowBob;
}
main.homepage .s5.c-about {
  background-color: rgb(67, 29, 79);
}
@media (max-width: 800px) {
  main.homepage .s5.c-about {
    padding-top: 75px;
  }
}
main.homepage .s5.c-about .container {
  width: 85%;
  margin-left: 0;
}
@media (max-width: 1600px) {
  main.homepage .s5.c-about .container {
    width: 87.5%;
  }
}
@media (max-width: 1500px) {
  main.homepage .s5.c-about .container {
    width: 90%;
  }
}
@media (max-width: 1000px) {
  main.homepage .s5.c-about .container {
    width: 95%;
  }
}
main.homepage .s5.c-about .container .row:not(ul) {
  justify-content: space-between;
}
@media (max-width: 800px) {
  main.homepage .s5.c-about .container .row:not(ul) {
    flex-direction: column-reverse;
    row-gap: 50px;
  }
}
main.homepage .s5.c-about .container .row:not(ul) .col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
main.homepage .s5.c-about .container .row:not(ul) .col.left img {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  width: 32.5vw;
  height: auto;
  max-width: 750px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center left;
     object-position: center left;
  /*position: absolute;
  top: 0;
  left: 0;*/
}
@media (max-width: 1600px) {
  main.homepage .s5.c-about .container .row:not(ul) .col.left img {
    width: 37.5vw;
  }
}
@media (max-width: 800px) {
  main.homepage .s5.c-about .container .row:not(ul) .col.left img {
    width: 60vw;
    margin-inline: auto;
    border-radius: 40px;
    margin-left: 20vw;
  }
}
@media (max-width: 650px) {
  main.homepage .s5.c-about .container .row:not(ul) .col.left img {
    width: 90vw;
    margin-inline: auto;
    border-radius: 40px;
    margin-left: 5vw;
  }
}
main.homepage .s5.c-about .container .row:not(ul) .col.right {
  width: 42.5vw;
}
@media (max-width: 1500px) {
  main.homepage .s5.c-about .container .row:not(ul) .col.right {
    width: 45vw;
  }
}
@media (max-width: 800px) {
  main.homepage .s5.c-about .container .row:not(ul) .col.right {
    padding-left: 5vw;
    width: 100%;
  }
}
main.homepage .s5.c-about .container .row:not(ul) .col.right h3,
main.homepage .s5.c-about .container .row:not(ul) .col.right .h3 {
  margin-bottom: 35px;
}
@media (max-width: 1250px) {
  main.homepage .s5.c-about .container .row:not(ul) .col.right h3,
  main.homepage .s5.c-about .container .row:not(ul) .col.right .h3 {
    margin-bottom: 25px;
  }
}
@media (max-width: 1100px) {
  main.homepage .s5.c-about .container .row:not(ul) .col.right h3,
  main.homepage .s5.c-about .container .row:not(ul) .col.right .h3 {
    margin-bottom: 15px;
  }
}
main.homepage .s5.c-about .container .row:not(ul) .col.right p {
  margin-bottom: 25px;
}
@media (max-width: 1250px) {
  main.homepage .s5.c-about .container .row:not(ul) .col.right p {
    margin-bottom: 20px;
  }
}
@media (max-width: 1100px) {
  main.homepage .s5.c-about .container .row:not(ul) .col.right p {
    margin-bottom: 10px;
  }
}
main.homepage .s5.c-about .container .row:not(ul) .col.right .skills {
  margin-top: 35px;
}
@media (max-width: 1250px) {
  main.homepage .s5.c-about .container .row:not(ul) .col.right .skills {
    margin-top: 25px;
  }
}
@media (max-width: 1100px) {
  main.homepage .s5.c-about .container .row:not(ul) .col.right .skills {
    margin-top: 15px;
  }
}
main.homepage .s5.c-about .container .row:not(ul) .col.right .skills ul {
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 10px;
}
@media (max-width: 1250px) {
  main.homepage .s5.c-about .container .row:not(ul) .col.right .skills ul {
    row-gap: 5px;
  }
}
main.homepage .s5.c-about .container .row:not(ul) .col.right .skills ul li {
  width: 25%;
  margin-left: 3%;
}
@media (max-width: 500px) {
  main.homepage .s5.c-about .container .row:not(ul) .col.right .skills ul li {
    width: 40%;
  }
}
main.homepage .s6.c-contact .container h2 {
  margin-bottom: 50px;
}
main.homepage .s6.c-contact .container .row.forms {
  gap: 7.5vw;
}
@media (max-width: 1250px) {
  main.homepage .s6.c-contact .container .row.forms {
    gap: 5vw;
  }
}
@media (max-width: 1000px) {
  main.homepage .s6.c-contact .container .row.forms {
    flex-direction: column;
    gap: 50px;
  }
}
main.homepage .s6.c-contact .container .row.forms form {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
main.homepage .s6.c-contact .container .row.forms form label,
main.homepage .s6.c-contact .container .row.forms form input,
main.homepage .s6.c-contact .container .row.forms form textarea {
  transition: 0.3s;
  outline: 0;
}
main.homepage .s6.c-contact .container .row.forms form label:hover, main.homepage .s6.c-contact .container .row.forms form label:focus, main.homepage .s6.c-contact .container .row.forms form label:active,
main.homepage .s6.c-contact .container .row.forms form input:hover,
main.homepage .s6.c-contact .container .row.forms form input:focus,
main.homepage .s6.c-contact .container .row.forms form input:active,
main.homepage .s6.c-contact .container .row.forms form textarea:hover,
main.homepage .s6.c-contact .container .row.forms form textarea:focus,
main.homepage .s6.c-contact .container .row.forms form textarea:active {
  color: rgb(110, 188, 100);
  border-color: rgb(110, 188, 100);
}
main.homepage .s6.c-contact .container .row.forms form label span,
main.homepage .s6.c-contact .container .row.forms form label input {
  text-transform: none;
}
main.homepage .s6.c-contact .container .row.forms form label input,
main.homepage .s6.c-contact .container .row.forms form label textarea {
  background-color: transparent;
  border: none;
  border-bottom: 3px solid rgb(255, 192, 97);
  width: 100%;
  color: rgb(255, 192, 97);
}
main.homepage .s6.c-contact .container .row.forms form label textarea {
  border: 3px solid rgb(255, 192, 97);
  border-radius: 10px;
  padding-block: 15px;
  margin-top: 15px;
  padding-inline: 15px;
}
main.homepage .s6.c-contact .container .row.forms form .row {
  justify-content: space-between;
}
main.homepage .s6.c-contact .container .row.forms form .row p {
  width: 47.5%;
}
main.homepage .s6.c-contact .container .row.forms form .wpcf7-submit {
  background-color: transparent;
  cursor: pointer;
}
main.homepage .s6.c-contact .container .row.forms form .wpcf7-submit:hover, main.homepage .s6.c-contact .container .row.forms form .wpcf7-submit:focus {
  background-color: #000;
  border-color: #000;
  color: rgb(255, 192, 97);
}
main.homepage .s6.c-contact .container .row.forms form .wpcf7-spinner {
  position: absolute;
}
main.homepage .s6.c-contact .container .row.forms .side-form {
  background-color: rgb(67, 29, 79);
  padding: 50px;
  border-radius: 35px;
  align-self: flex-start;
  width: 33%;
  min-width: 475px;
}
@media (max-width: 1600px) {
  main.homepage .s6.c-contact .container .row.forms .side-form {
    min-width: 425px;
  }
}
@media (max-width: 1300px) {
  main.homepage .s6.c-contact .container .row.forms .side-form {
    padding: 35px;
    min-width: 400px;
  }
}
@media (max-width: 1100px) {
  main.homepage .s6.c-contact .container .row.forms .side-form {
    min-width: 350px;
  }
}
@media (max-width: 1000px) {
  main.homepage .s6.c-contact .container .row.forms .side-form {
    min-width: unset;
    width: 50%;
    margin-inline: auto;
  }
}
@media (max-width: 800px) {
  main.homepage .s6.c-contact .container .row.forms .side-form {
    width: 80%;
  }
}
@media (max-width: 650px) {
  main.homepage .s6.c-contact .container .row.forms .side-form {
    width: 100%;
  }
}
@media (max-width: 450px) {
  main.homepage .s6.c-contact .container .row.forms .side-form {
    padding: 25px;
    border-radius: 25px;
  }
}
main.homepage .s6.c-contact .container .row.forms .side-form h4 {
  color: rgb(110, 188, 100);
  font-weight: normal;
  margin-bottom: 15px;
}

main.p-archive .s1 {
  padding-bottom: 25px;
}
main.p-archive .s1 .container {
  padding-top: 100px;
}
@media (max-width: 1000px) {
  main.p-archive .s1 .container {
    padding-top: 50px;
  }
}
main.p-archive .s1 h1 {
  max-width: 900px;
}
@media (max-width: 1200px) {
  main.p-archive .s1 h1 {
    max-width: 750px;
  }
}
@media (max-width: 650px) {
  main.p-archive .s2 {
    padding-top: 50px;
  }
}
@media (max-width: 450px) {
  main.p-archive .s2 {
    padding-top: 25px;
  }
}
main.p-archive .s2 .container:not(.pagination) {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
main.p-archive .s2 .container:not(.pagination) .cpt-result {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 750px) {
  main.p-archive .s2 .container:not(.pagination) .cpt-result {
    flex-direction: column;
    gap: 25px;
  }
}
main.p-archive .s2 .container:not(.pagination) .cpt-result .cpt-thumb, main.p-archive .s2 .container:not(.pagination) .cpt-result .cpt-txt {
  width: 47.5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 750px) {
  main.p-archive .s2 .container:not(.pagination) .cpt-result .cpt-thumb, main.p-archive .s2 .container:not(.pagination) .cpt-result .cpt-txt {
    width: 100% !important;
  }
}
main.p-archive .s2 .container:not(.pagination) .cpt-result .cpt-thumb img, main.p-archive .s2 .container:not(.pagination) .cpt-result .cpt-txt img {
  max-width: 100%;
  aspect-ratio: 11/7;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
main.p-archive .s2 .container:not(.pagination) .cpt-result .cpt-thumb h3, main.p-archive .s2 .container:not(.pagination) .cpt-result .cpt-thumb p, main.p-archive .s2 .container:not(.pagination) .cpt-result .cpt-txt h3, main.p-archive .s2 .container:not(.pagination) .cpt-result .cpt-txt p {
  color: rgb(255, 192, 97);
  transition: 0.3s;
}
main.p-archive .s2 .container:not(.pagination) .cpt-result .cpt-thumb h3, main.p-archive .s2 .container:not(.pagination) .cpt-result .cpt-txt h3 {
  flex-direction: row;
  margin-bottom: 15px;
}
main.p-archive .s2 .container:not(.pagination) .cpt-result .cpt-thumb h3::after, main.p-archive .s2 .container:not(.pagination) .cpt-result .cpt-txt h3::after {
  content: ">";
  display: inline;
  margin-left: 35px;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
@media (max-width: 1000px) {
  main.p-archive .s2 .container:not(.pagination) .cpt-result .cpt-thumb h3::after, main.p-archive .s2 .container:not(.pagination) .cpt-result .cpt-txt h3::after {
    margin-left: 25px;
  }
}
@media (max-width: 1000px) {
  main.p-archive .s2 .container:not(.pagination) .cpt-result .cpt-thumb {
    width: 40%;
  }
}
@media (max-width: 1000px) {
  main.p-archive .s2 .container:not(.pagination) .cpt-result .cpt-txt {
    width: 57.5%;
  }
}
main.p-archive .s2 .container:not(.pagination) .cpt-result:hover h3, main.p-archive .s2 .container:not(.pagination) .cpt-result:hover p, main.p-archive .s2 .container:not(.pagination) .cpt-result:focus h3, main.p-archive .s2 .container:not(.pagination) .cpt-result:focus p, main.p-archive .s2 .container:not(.pagination) .cpt-result:active h3, main.p-archive .s2 .container:not(.pagination) .cpt-result:active p {
  color: rgb(110, 188, 100);
}
main.p-archive .s2 .container:not(.pagination) .cpt-result:hover h3::after, main.p-archive .s2 .container:not(.pagination) .cpt-result:focus h3::after, main.p-archive .s2 .container:not(.pagination) .cpt-result:active h3::after {
  animation-name: arrowBob2;
}
main.p-archive .s2 .pagination {
  text-align: center;
  font-family: "Dela Gothic One", sans-serif;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 25px;
}
main.p-archive .s2 .pagination span, main.p-archive .s2 .pagination a {
  margin-block: auto;
  font-size: 25px;
}
main.p-archive .s2 .pagination a {
  color: rgb(255, 192, 97);
}
main.p-archive .s2 .pagination a:hover, main.p-archive .s2 .pagination a:focus {
  color: rgb(110, 188, 100);
}
main.p-archive .s2 .pagination span {
  color: rgb(110, 188, 100);
}

section.s1.design-hero .container {
  padding-top: 25px;
}
section.s1.design-hero .container .back-btn {
  color: rgb(255, 192, 97);
  letter-spacing: 1px;
  display: block;
}
section.s1.design-hero .container .back-btn span {
  margin-right: 15px;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
section.s1.design-hero .container .back-btn:hover, section.s1.design-hero .container .back-btn:focus {
  color: rgb(110, 188, 100);
}
section.s1.design-hero .container .back-btn:hover span, section.s1.design-hero .container .back-btn:focus span {
  animation-name: arrowBob2Reverse;
}
section.s1.design-hero .container .row {
  padding-top: 25px;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  section.s1.design-hero .container .row {
    flex-direction: column-reverse;
    gap: 25px;
  }
}
section.s1.design-hero .container .col {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1000px) {
  section.s1.design-hero .container .col {
    width: 100% !important;
  }
}
section.s1.design-hero .container .col.txt {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (max-width: 1000px) {
  section.s1.design-hero .container .col.txt {
    max-width: 650px;
    gap: 15px;
  }
}
section.s1.design-hero .container .col.thumb {
  width: 55%;
}
section.s1.design-hero .container .col.thumb img {
  max-width: 100%;
  aspect-ratio: 11/7;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1000px) {
  section.s1.design-hero .container .col.thumb img {
    aspect-ratio: unset;
  }
}/*# sourceMappingURL=main.css.map */