/*========================= Color Variables Styles =========================*/
/*========================= End of Color Variables Styles =========================*/
/*========================= Variables Styles =========================*/
/*========================= End Of Variables Styles =========================*/
/*========================= Global Styles =========================*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 14px;
}

body {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  font-display: swap;
  color: rgb(76, 74, 74);
  overflow-x: hidden;
}

h1 {
  font-size: 2.2rem;
  margin-top: 5px;
  line-height: 1.5;
}

h2 {
  font-size: 1.8rem;
  margin-top: 6px;
  line-height: 1.4;
}

h3 {
  font-size: 1.5rem;
  margin-top: 5px;
  line-height: 1.3;
}

p {
  font-size: 1.1rem;
}

iframe {
  min-width: 100%;
  aspect-ratio: 16/9;
  border-radius: 1.5rem;
  padding: 0;
  margin: 1rem;
  display: block;
  border: none;
}

/*========================= End of Global Styles =========================*/
/*========================= Inheritance Classes, Mixins, & Functions =========================*/
.text-box__button:link, .text-box__button:visited, .discover-my-code__button:link, .discover-my-code__button:visited {
  text-transform: uppercase;
  text-decoration: none;
  padding: 1.3rem 1.6rem 1.1rem 1.6rem;
  display: inline-block;
  border-radius: 10rem;
  transition: all 0.2s ease-in-out;
  position: relative;
  font-size: 0.9rem;
  width: 100%;
  display: block;
  margin: 0.8rem 0.5rem;
}

.text-box__button:hover, .discover-my-code__button:hover {
  transform: translateY(-0.3rem);
  box-shadow: 2px 5px 25px rgb(76, 74, 74);
}

.text-box__button:active, .discover-my-code__button:active {
  transform: translateY(-1px);
  box-shadow: 2px 2px 10px rgb(76, 74, 74);
}

.text-box__button::after, .discover-my-code__button::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 10rem;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}

.text-box__button:hover::after, .discover-my-code__button:hover::after {
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}

.text-box__button--animated, .discover-my-code__button--animated {
  animation: moveInBottom 0.5s ease-in-out 0.5s;
  animation-fill-mode: backwards;
}

/*========================= End Of Inheritance Classes, Mixins, & Functions =========================*/
/*========================= Utilities =========================*/
.img-fluid {
  width: 100%;
  height: auto;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.d-flex {
  display: flex;
}

.flex-direction-col {
  flex-direction: row;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.justify-content-evenly {
  justify-content: space-evenly;
}

.justify-content-center {
  justify-content: center;
}

.align-items-center {
  align-items: center;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.row {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.col-1 {
  width: 100%;
  margin: 5px 5px;
}

.col-2 {
  width: 50%;
  margin: 5px 5px;
}

.col-3 {
  width: 33.3333333333%;
  margin: 5px 5px;
}

.col-4 {
  width: 25%;
  margin: 5px 5px;
}

.col-5 {
  width: 20%;
  margin: 5px 5px;
}

.col-6 {
  width: 16.6666666667%;
  margin: 5px 5px;
}

.col-7 {
  width: 14.2857142857%;
  margin: 5px 5px;
}

.col-8 {
  width: 12.5%;
  margin: 5px 5px;
}

.col-9 {
  width: 11.1111111111%;
  margin: 5px 5px;
}

.col-10 {
  width: 10%;
  margin: 5px 5px;
}

.col-11 {
  width: 9.0909090909%;
  margin: 5px 5px;
}

.col-12 {
  width: 8.3333333333%;
  margin: 5px 5px;
}

.m-1 {
  margin: 10px;
}

.mt-1 {
  margin-top: 10px;
}

.mb-1 {
  margin-bottom: 10px;
}

.ms-1 {
  margin-left: 10px;
}

.me-1 {
  margin-right: 10px;
}

.p-1 {
  padding: 10px;
}

.pt-1 {
  padding-top: 10px;
}

.pb-1 {
  padding-bottom: 10px;
}

.ps-1 {
  padding-left: 10px;
}

.pe-1 {
  padding-right: 10px;
}

.m-2 {
  margin: 20px;
}

.mt-2 {
  margin-top: 20px;
}

.mb-2 {
  margin-bottom: 20px;
}

.ms-2 {
  margin-left: 20px;
}

.me-2 {
  margin-right: 20px;
}

.p-2 {
  padding: 20px;
}

.pt-2 {
  padding-top: 20px;
}

.pb-2 {
  padding-bottom: 20px;
}

.ps-2 {
  padding-left: 20px;
}

.pe-2 {
  padding-right: 20px;
}

.m-3 {
  margin: 30px;
}

.mt-3 {
  margin-top: 30px;
}

.mb-3 {
  margin-bottom: 30px;
}

.ms-3 {
  margin-left: 30px;
}

.me-3 {
  margin-right: 30px;
}

.p-3 {
  padding: 30px;
}

.pt-3 {
  padding-top: 30px;
}

.pb-3 {
  padding-bottom: 30px;
}

.ps-3 {
  padding-left: 30px;
}

.pe-3 {
  padding-right: 30px;
}

.m-4 {
  margin: 40px;
}

.mt-4 {
  margin-top: 40px;
}

.mb-4 {
  margin-bottom: 40px;
}

.ms-4 {
  margin-left: 40px;
}

.me-4 {
  margin-right: 40px;
}

.p-4 {
  padding: 40px;
}

.pt-4 {
  padding-top: 40px;
}

.pb-4 {
  padding-bottom: 40px;
}

.ps-4 {
  padding-left: 40px;
}

.pe-4 {
  padding-right: 40px;
}

.m-5 {
  margin: 50px;
}

.mt-5 {
  margin-top: 50px;
}

.mb-5 {
  margin-bottom: 50px;
}

.ms-5 {
  margin-left: 50px;
}

.me-5 {
  margin-right: 50px;
}

.p-5 {
  padding: 50px;
}

.pt-5 {
  padding-top: 50px;
}

.pb-5 {
  padding-bottom: 50px;
}

.ps-5 {
  padding-left: 50px;
}

.pe-5 {
  padding-right: 50px;
}

.hide-on-some-screens {
  display: block;
}

.text-shadow {
  text-shadow: 2px 2px 14px rgb(76, 74, 74);
}

.text-glow {
  text-shadow: 2px 2px 14px rgba(255, 255, 255, 0.9);
}

.box-shadow {
  box-shadow: 2px 2px 14px rgb(76, 74, 74);
}

.box-glow {
  box-shadow: 2px 2px 14px rgba(255, 255, 255, 0.9);
}

.w-100 {
  width: 100% !important;
}

/*========================= End Of Utilities =========================*/
/*========================= Keyframe Animations =========================*/
@keyframes moveInLeft {
  0% {
    opacity: 0;
    transform: translateX(-10rem);
  }
  80% {
    transform: translateX(1rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes moveInRight {
  0% {
    opacity: 0;
    transform: translateX(10rem);
  }
  80% {
    transform: translateX(-1rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes moveInBottom {
  0% {
    opacity: 0;
    transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes moveInTop {
  0% {
    opacity: 0;
    transform: translateY(-3rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
/*========================= End Of Keyframe Animations =========================*/
/*========================= BEM (Block__Element--Modifier) CSS Methodology =========================*/
/*========================= Header Styles =========================*/
.header {
  height: 85vh;
  background-image: url(../../img/webp/2x/hero.webp);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  clip-path: polygon(0px 0px, 100% 0px, 100% 70vh, 0px 85vh);
  position: relative;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  /*========================= Header Logo Styles =========================*/
}
.header__logo-box {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
}
.header__logo-box--logo {
  height: 5rem;
  width: auto;
  animation: moveInBottom 0.5s ease-in-out 1s;
  animation-fill-mode: backwards;
  transform: scale(1);
  transform: scale(1);
  transition: all 0.35s ease-in-out;
  aspect-ratio: 1/1;
}
.header__logo-box--logo:hover {
  transform: scale(1.05);
}

/*========================= End Of Header Logo Styles =========================*/
/*========================= Header Heading Styles =========================*/
.text-box {
  position: absolute;
  width: 100%;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.text-box__heading {
  margin-bottom: 5rem;
}
.text-box__heading--primary-main {
  color: rgba(255, 255, 255, 0.9);
  font-size: 3.6rem;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 2.5rem;
  animation-name: moveInLeft;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  backface-visibility: hidden;
}
.text-box__heading--primary-main::after {
  content: "n";
  letter-spacing: initial;
}
.text-box__heading--primary-sub {
  color: rgba(38, 31, 19, 0.9);
  display: block;
  font-size: 1.2rem;
  font-weight: 900;
  letter-spacing: 0.78rem;
  animation: moveInRight 1s ease-in-out;
}
.text-box__heading--primary-sub::after {
  content: "6";
  letter-spacing: initial;
}
.text-box__mouse--animated-svg {
  animation: moveInBottom 0.5s ease-in-out 1.5s;
  animation-fill-mode: backwards;
}

/*========================= End Of Header Heading Styles =========================*/
/*========================= End of Header Styles =========================*/
/*========================= Buttons =========================*/
/*========================= Header White Button =========================*/
.text-box__button {
  width: 100%;
}
.text-box__button--color {
  background-color: rgba(255, 255, 255, 0.9);
  color: rgb(76, 74, 74);
}
.text-box__button--color::after {
  background-color: rgba(255, 255, 255, 0.9);
}
.text-box__button--size {
  max-width: button-size(280px);
}

/*========================= End Of Header White Button =========================*/
/*========================= Discover My Code Light Blue Button =========================*/
.discover-my-code__button--color {
  background-color: rgba(252, 175, 10, 0.75);
  color: rgb(76, 74, 74);
}
.discover-my-code__button--color::after {
  background-color: rgba(252, 175, 10, 0.75);
}
.discover-my-code__button--size {
  max-width: button-size(100%);
}

/*========================= End Of Discover My Code Light Blue Button =========================*/
/*========================= End Of Buttons =========================*/
/*========================= Discover My Code Image =========================*/
.discover-my-code__side-image--content-big, .discover-my-code__side-image--content-small {
  border-radius: 1.5rem;
  aspect-ratio: 4/3;
}

.discover-my-code__side-image--content-big {
  display: block;
}

.discover-my-code__side-image--content-small {
  display: none;
}

/*========================= End Of Discover My Code Image =========================*/
/*========================= End of BEM CSS Methodology =========================*/
/*========================= Cards Section =========================*/
.cards-section {
  min-height: 800px;
  background-image: url(../../img/webp/2x/hero2.webp);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  clip-path: polygon(0px 80px, 100% 0px, 100% 680px, 0px 800px);
}

.card {
  background-color: #f5f5f5;
  border-radius: 10px;
  min-height: 220px;
  transform: scale(1);
  transition: all 0.35s ease-in-out;
}
.card:hover {
  transform: scale(1.05);
}

.card__container--icon {
  width: 80px;
  height: auto;
  aspect-ratio: 1/1;
}

.card__container_text {
  font-size: 1.5rem;
}

/*========================= End of Cards Section =========================*/
/*========================= Footer Section =========================*/
.footer__logo-box--logo {
  transform: scale(1);
  transition: all 0.35s ease-in-out;
  aspect-ratio: 1/1;
}
.footer__logo-box--logo:hover {
  transform: scale(1.05);
}

/*========================= End of Footer Section =========================*/
/*========================= Media Queries =========================*/
.col-2 {
  width: 49%;
  margin-left: 5px;
  margin-right: 0;
}

.col-4 {
  width: 24%;
}

.w-100 {
  width: 48% !important;
}

/*========================= Small devices (Portrait very small phones, from 320px and below) =========================*/
@media all and (max-width: 320px) {
  body.p-10 {
    padding: 0px;
  }
  h2 {
    font-size: 1.3rem;
  }
  h3 {
    font-size: 1.1rem;
  }
  p {
    font-size: 0.9rem;
  }
  .container {
    padding: 0px;
  }
  .col-2, .col-1 {
    width: 50%;
    padding-left: 0.9rem;
    padding-right: 0.9rem;
  }
  .flex-direction-col {
    flex-direction: column;
  }
  .justify-content-evenly {
    justify-content: center;
    align-items: center;
  }
  .discover-my-code__side-image--content-small {
    padding-right: 0px;
    margin-left: 0px;
  }
  .discover-my-code__side-image--content-big {
    display: none;
  }
  .discover-my-code__side-image--content-small {
    display: block;
  }
  .header {
    background-image: url(../../img/webp/1x/hero.webp);
    height: 130vh;
    clip-path: polygon(0px 0px, 100% 0px, 100% 105vh, 0px 120vh);
    border-radius: 0;
  }
  .header__logo-box {
    padding: 10px;
  }
  .text-box {
    top: 47%;
    width: 96%;
  }
  .text-box__heading {
    margin: 0 auto 0.5rem auto;
  }
  .text-box__heading--primary-main {
    font-size: 1.2rem;
    letter-spacing: 0.8rem;
  }
  .text-box__heading--primary-sub {
    font-size: 0.9rem;
    letter-spacing: 0.3rem;
  }
  .text-box__button:link, .text-box__button:visited {
    padding: 0.9rem 0.4rem 0.7rem 0.5rem;
  }
  .text-box__button--size {
    margin: 0px;
    max-width: 280px;
  }
  .text-box__mouse {
    margin-top: 0px;
    padding-top: 0px;
  }
  .discover-my-code__side-image--content {
    width: 100%;
  }
  .hide-on-some-screens {
    display: none;
  }
  .col-4 {
    width: 100%;
  }
  .cards-section {
    background-image: url(../../img/webp/1x/hero2.webp);
    min-height: 2500px;
    clip-path: polygon(0px 80px, 100% 0px, 100% 2450px, 0px 2500px);
  }
  .w-100 {
    width: 100% !important;
  }
}
/*========================= Small devices (Portrait phones, between 321px & 360px) =========================*/
@media all and (min-width: 321px) and (max-width: 360px) {
  body.p-10 {
    padding: 0px;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.2rem;
  }
  p {
    font-size: 0.9rem;
  }
  .container {
    padding: 0px;
  }
  .col-2, .col-1 {
    width: 50%;
    padding-left: 0.9rem;
    padding-right: 0.9rem;
  }
  .flex-direction-col {
    flex-direction: column;
  }
  .justify-content-evenly {
    justify-content: center;
    align-items: center;
  }
  .discover-my-code__side-image--content-small {
    padding-right: 0px;
    margin-left: 0px;
    width: 100%;
  }
  .discover-my-code__side-image--content-big {
    display: none;
  }
  .discover-my-code__side-image--content-small {
    display: block;
  }
  .header {
    height: 110vh;
    clip-path: polygon(0px 0px, 100% 0px, 100% 105vh, 0px 110vh);
    border-radius: 0;
  }
  .header__logo-box {
    padding: 1rem;
  }
  .text-box {
    top: 50%;
    width: 100%;
  }
  .text-box__heading {
    margin-bottom: 0px;
  }
  .text-box__heading--primary-main {
    font-size: 1.6rem;
    letter-spacing: 0.9rem;
  }
  .text-box__heading--primary-sub {
    font-size: 1rem;
    letter-spacing: 0.5rem;
    margin: 0px 1rem;
  }
  .text-box__button:link, .text-box__button:visited {
    padding: 0.9rem 0.1rem 0.7rem 0.1rem;
    margin-right: 0px;
  }
  .text-box__button--size {
    margin: 0px;
    max-width: 280px;
  }
  .text-box__mouse {
    margin-top: 0px;
    padding-top: 0px;
  }
  .hide-on-some-screens {
    display: none;
  }
  .col-4 {
    width: 100%;
  }
  .cards-section {
    background-image: url(../../img/webp/1x/hero2.webp);
    min-height: 2400px;
    clip-path: polygon(0px 80px, 100% 0px, 100% 2350px, 0px 2400px);
  }
  .w-100 {
    width: 100% !important;
  }
}
/*========================= Small devices (Portrait phones, between 361px & 480px) =========================*/
@media all and (min-width: 361px) and (max-width: 480px) {
  body.p-10 {
    padding: 0px;
  }
  h2 {
    font-size: 1.6rem;
  }
  h3 {
    font-size: 1.3rem;
  }
  p {
    font-size: 0.9rem;
    padding-right: 1rem;
  }
  .container {
    padding: 0px;
  }
  .col-2 {
    width: 50%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .flex-direction-col {
    flex-direction: column;
    align-items: center;
  }
  .justify-content-evenly {
    justify-content: center;
    align-items: center;
  }
  .header {
    background-image: url(../../img/webp/1x/hero.webp);
    height: 120vh;
    clip-path: polygon(0px 0px, 100% 0px, 100% 105vh, 0px 115vh);
    border-radius: 0;
  }
  .header__logo-box {
    padding: 10px;
  }
  .text-box {
    top: 50%;
    width: 100%;
  }
  .text-box__heading {
    margin-bottom: 0px;
  }
  .text-box__heading--primary-main {
    font-size: 2rem;
    letter-spacing: 0.8rem;
  }
  .text-box__heading--primary-sub {
    font-size: 1.1rem;
    letter-spacing: 0.3rem;
    margin: 0px 1rem;
  }
  .text-box__button:link, .text-box__button:visited {
    padding: 0.9rem 0.5rem 0.7rem 0.5rem;
  }
  .text-box__button--size {
    max-width: 280px;
  }
  .text-box__mouse {
    margin-top: 0px;
    padding-top: 0px;
  }
  .hide-on-some-screens {
    display: none;
  }
  .col-4 {
    width: 100%;
  }
  .card {
    min-height: 210px;
  }
  .cards-section {
    background-image: url(../../img/webp/1x/hero2.webp);
    min-height: 2300px;
    clip-path: polygon(0px 80px, 100% 0px, 100% 2250px, 0px 2300px);
  }
  .w-100 {
    width: 100% !important;
  }
  .discover-my-code__side-image--content-big {
    display: none;
  }
  .discover-my-code__side-image--content-small {
    display: block;
  }
}
/*========================= Small devices (landscape phones, between 481px & 576px) =========================*/
@media all and (min-width: 481px) and (max-width: 576px) {
  body.p-10 {
    padding: 0px;
  }
  h2 {
    font-size: 1.7rem;
  }
  h3 {
    font-size: 1.4rem;
  }
  p {
    padding-right: 1.5rem;
  }
  .container {
    padding: 1rem;
  }
  .col-2 {
    width: 50%;
    margin-left: 0;
    margin-right: 0;
  }
  .flex-direction-col {
    flex-direction: column;
  }
  .justify-content-evenly {
    justify-content: center;
    align-items: center;
  }
  .header {
    background-image: url(../../img/webp/1x/hero.webp);
    height: 120vh;
    clip-path: polygon(0px 0px, 100% 0px, 100% 105vh, 0px 120vh);
    border-radius: 0;
  }
  .text-box {
    top: 52%;
    width: 100%;
  }
  .text-box__heading {
    margin-bottom: 0px;
  }
  .text-box__heading--primary-main {
    font-size: 3.3rem;
    letter-spacing: 0.8rem;
  }
  .text-box__heading--primary-sub {
    font-size: 1.1rem;
    letter-spacing: 0.3rem;
    margin: 0px 1rem;
  }
  .text-box__button:link, .text-box__button:visited {
    padding: 0.9rem 0.5rem 0.7rem 0.5rem;
  }
  .text-box__button--size {
    max-width: 280px;
  }
  .text-box__mouse {
    margin-top: 0px;
    padding-top: 0px;
  }
  .hide-on-some-screens {
    display: none;
  }
  .col-4 {
    width: 100%;
  }
  .card {
    min-height: 200px;
  }
  .cards-section {
    background-image: url(../../img/webp/1x/hero2.webp);
    min-height: 2000px;
    clip-path: polygon(0px 80px, 100% 0px, 100% 1950px, 0px 2000px);
  }
  .w-100 {
    width: 100% !important;
  }
  .discover-my-code__side-image--content-big {
    display: none;
  }
  .discover-my-code__side-image--content-small {
    display: block;
  }
}
/*========================= Medium devices (tablets, between 577px & 768px) =========================*/
@media all and (min-width: 577px) and (max-width: 768px) {
  p {
    padding-right: 1.6rem;
  }
  .container {
    padding: 0px;
  }
  .col-2 {
    width: 50%;
    margin-left: 0;
    margin-right: 0;
  }
  .flex-direction-col {
    flex-direction: column;
    margin-bottom: 1rem;
  }
  .justify-content-evenly {
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }
  .discover-my-code__side-image--content {
    width: 98%;
    padding-right: 0px;
    margin-left: 1.5rem;
  }
  .header {
    background-image: url(../../img/webp/1x/hero.webp);
    height: 110vh;
    clip-path: polygon(0px 0px, 100% 0px, 100% 100vh, 0px 110vh);
  }
  .text-box {
    top: 48%;
    width: 100%;
  }
  .text-box__heading {
    margin-bottom: 3rem;
  }
  .text-box__heading--primary-main {
    font-size: 3.3rem;
    letter-spacing: 0.8rem;
  }
  .text-box__heading--primary-sub {
    font-size: 1.1rem;
    letter-spacing: 0.3rem;
    margin: 0px 1rem;
  }
  .text-box__button:link, .text-box__button:visited {
    padding: 0.9rem 0.5rem 0.7rem 0.5rem;
  }
  .text-box__button--size {
    max-width: 280px;
  }
  .text-box__mouse {
    margin-top: 0px;
    padding-top: 0px;
  }
  .hide-on-some-screens {
    display: none;
  }
  .col-4 {
    width: 45%;
  }
  .cards-section {
    background-image: url(../../img/webp/1x/hero2.webp);
    min-height: 1400px;
    clip-path: polygon(0px 80px, 100% 0px, 100% 1350px, 0px 1400px);
  }
  .w-100 {
    width: 100% !important;
  }
}
/*========================= Large devices (desktops, between 769px & 991px) =========================*/
@media all and (min-width: 769px) and (max-width: 991px) {
  p {
    padding-right: 1.5rem;
  }
  .container {
    padding: 0px;
  }
  .col-2 {
    width: 50%;
    margin-left: 0;
    margin-right: 0;
  }
  .flex-direction-col {
    flex-direction: column;
  }
  .justify-content-evenly {
    justify-content: center;
    align-items: center;
  }
  .discover-my-code__side-image--content {
    padding-right: 0px;
    margin-left: 1.5rem;
    width: 98%;
  }
  .header {
    height: 120vh;
    clip-path: polygon(0px 0px, 100% 0px, 100% 105vh, 0px 115vh);
  }
  .text-box {
    top: 52%;
    width: 100%;
  }
  .text-box__heading {
    margin-bottom: 0px;
  }
  .text-box__heading--primary-main {
    font-size: 3.4rem;
    letter-spacing: 0.7rem;
  }
  .text-box__heading--primary-sub {
    font-size: 1.1rem;
    letter-spacing: 0.3rem;
    margin: 0px 1rem;
  }
  .text-box__button:link, .text-box__button:visited {
    padding: 0.9rem 0.5rem 0.7rem 0.5rem;
  }
  .text-box__button--size {
    max-width: 280px;
  }
  .text-box__mouse {
    margin-top: 0px;
    padding-top: 0px;
  }
  .col-4 {
    width: 45%;
  }
  .hide-on-some-screens {
    display: inline-block;
    width: 49%;
  }
  .card {
    min-height: 250px;
  }
  .cards-section {
    min-height: 1300px;
    clip-path: polygon(0px 80px, 100% 0px, 100% 1250px, 0px 1300px);
  }
}
/*========================= X-Large devices (large desktops, between 992px & 1200px) =========================*/
@media all and (min-width: 992px) and (max-width: 1200px) {
  .flex-direction-col {
    flex-direction: column;
    margin-bottom: 0.75rem;
  }
  .justify-content-evenly {
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
  }
  p {
    font-size: 0.95rem;
  }
  .discover-my-code__side-image--content {
    padding-right: 0px;
    aspect-ratio: 3/2;
  }
  .header {
    height: 140vh;
    clip-path: polygon(0px 0px, 100% 0px, 100% 115vh, 0px 130vh);
  }
  .text-box {
    top: 50%;
    width: 100%;
  }
  .text-box__heading {
    margin-bottom: 1rem;
  }
  .text-box__heading--primary-main {
    font-size: 3.1rem;
    letter-spacing: 0.7rem;
  }
  .text-box__heading--primary-sub {
    font-size: 1.1rem;
    letter-spacing: 0.3rem;
    margin: 0px 1rem;
  }
  .text-box__button:link, .text-box__button:visited {
    padding: 1.2rem 0.5rem 1rem 0.5rem;
    font-size: 1rem;
    margin: 0px 0.1rem;
  }
  .text-box__button--size {
    max-width: 280px;
  }
  .text-box__mouse {
    margin-top: 0px;
    padding-top: 0px;
  }
  .col-2 {
    width: 48%;
    margin-left: 5px;
    margin-right: 0;
  }
  .col-4 {
    width: 45%;
  }
  .hide-on-some-screens {
    display: inline;
    width: 48%;
  }
  .container {
    max-width: 1200px;
  }
  .cards-section {
    min-height: 1200px;
    clip-path: polygon(0px 80px, 100% 0px, 100% 1100px, 0px 1200px);
  }
  .w-100 {
    width: 48% !important;
  }
}
/*========================= XX-Large devices (larger desktops, between 1201px & 1400px) =========================*/
@media all and (min-width: 1201px) and (max-width: 1400px) {
  .flex-direction-col {
    margin-bottom: 1rem;
  }
  .text-box {
    top: 45%;
    width: 100%;
  }
  .text-box__heading {
    margin-bottom: 3rem;
  }
  .text-box__heading--primary-main {
    font-size: 4.6rem;
    letter-spacing: 0.9rem;
  }
  .text-box__heading--primary-sub {
    font-size: 1.1rem;
    letter-spacing: 0.6rem;
    margin: 0px 1rem;
  }
  .text-box__button:link, .text-box__button:visited {
    padding: 1rem 0px 0.9rem 0px;
    font-size: 0.9rem;
    margin: 0px 0.2rem;
  }
  .text-box__button--size {
    max-width: 280px;
  }
  .col-2 {
    width: 49%;
    margin-left: 5px;
    margin-right: 0;
  }
  .col-4 {
    width: 24%;
  }
  .hide-on-some-screens {
    display: inline;
    width: 48%;
  }
  .container {
    max-width: 1200px;
  }
  .card {
    min-height: 240px;
  }
  .w-100 {
    width: 48% !important;
  }
}
/*========================= XXX-Large devices (larger desktops Default, from 1401px and up) =========================*/
/*========================= End Of Media Queries =========================*//*# sourceMappingURL=css.css.map */