@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700;800&display=swap");
/* ---------------MOBILE--------------- */
@media screen and (min-width: 300px) {
  /* ------------FONTS----------- */
  h1 {
    font-size: 32px;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
  }
  h2 {
    font-size: 22px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
  }
  h3 {
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
  }
  h4 {
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
  }
  h5 {
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
  }
  h6 {
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
  }
  p {
    font-family: "Montserrat", sans-serif;
    font-weight: lighter;
    font-size: 14px;
    font-weight: 300;
  }
}
/* --------------TABLETS---------------- */
@media screen and (min-width: 768px) {
  /* ------------FONTS----------- */
  h1 {
    font-size: 36px;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
  }
  h2 {
    font-size: 28px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
  }
  h3 {
    font-size: 24px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
  }
  h4 {
    font-size: 22px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
  }
  h5 {
    font-size: 22px;
    font-family: "Montserrat", sans-serif;
  }
  h6 {
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
  }
  p {
    font-family: "Montserrat", sans-serif;
    font-weight: lighter;
    font-size: 16px;
    font-weight: 300;
  }
}
/* --------------Desktop---------------- */
@media screen and (min-width: 1024px) {
  /* -----------FONTS------------ */
  h1 {
    font-size: 64px;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
  }
  h2 {
    font-size: 48px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
  }
  h3 {
    font-size: 26px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
  }
  h4 {
    font-size: 32px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
  }
  h5 {
    font-size: 24px;
    font-family: "Montserrat", sans-serif;
  }
  h6 {
    font-size: 24px;
    font-family: "Montserrat", sans-serif;
  }
  p {
    font-family: "Montserrat", sans-serif;
    font-weight: lighter;
    font-size: 20px;
    font-weight: 300;
  }
}
.text-right {
  text-align: right;
}

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

header h1 {
  background: linear-gradient(270.2deg, #00a1ff 9.69%, #5f79fe 81.09%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
header h4 {
  margin-top: 5%;
  color: #A5AFB6;
}

h2.lightTitle {
  margin-top: 5%;
  color: none;
  background: linear-gradient(270.2deg, #00a1ff 9.69%, #5f79fe 81.09%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 400;
}

#aboutMe h2 {
  margin-top: 7%;
  text-align: right;
  color: none;
  background: linear-gradient(270.2deg, #00a1ff 9.69%, #5f79fe 81.09%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 400;
  font-size: 64px;
}
#aboutMe h5 {
  text-align: end;
}
#aboutMe p {
  text-align: right;
}

@media screen and (max-width: 768px) {
  #aboutMe h2 {
    font-size: 34px;
  }
}
@media screen and (min-width: 300px) {
  .title {
    background: linear-gradient(270.2deg, #7EC9F5 0%, #3957ED 125%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 52px;
  }
  .title.right {
    background: linear-gradient(270.2deg, #7EC9F5 0%, #3957ED 125%);
  }
}
@media screen and (min-width: 768px) {
  .title {
    background: linear-gradient(270.2deg, #7EC9F5 0%, #3957ED 125%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 64px;
  }
  .title.right {
    background: linear-gradient(270.2deg, #7EC9F5 0%, #3957ED 125%);
  }
}
.title-light {
  background: linear-gradient(270.2deg, #d0eeff 0%, #c4ceff 125%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(156, 254, 255, 0.4588235294);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 3.2rem;
  text-shadow: 5px 4px 14px rgba(66, 127, 245, 0.4);
}

@media screen and (max-width: 300px) {
  .title {
    font-size: 34px;
  }
}
.light {
  font-weight: 400;
  font-size: 2em;
}

@media screen and (max-width: 300px) {
  .light {
    font-size: 34px;
  }
}
.blue {
  color: #3957ED;
}

.captionSlider {
  color: #3957ED;
  font-size: 1.5rem;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-weight: 200;
  letter-spacing: 0.2rem;
}

* {
  margin: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

html {
  background-color: #daf9ff;
  transition: 0.2s ease-in-out;
  overflow-x: hidden;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
  scroll-padding-left: 100px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(210, 210, 210);
  border-radius: 5px;
  scroll-padding-left: 100px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: linear-gradient(92.81deg, #3957ED 17.54%, #7EC9F5 96.29%);
  border-radius: 10px;
  scroll-padding-left: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(92.81deg, #2b45c3 17.54%, #62a5cb 96.29%);
}

.darkSite {
  background-color: #252C4F;
  transition: 0.2s ease-in-out;
  color: #f6f6f6;
}

.lightText {
  color: #acddff;
  transition: 0.3s ease-in-out;
}

.darkText {
  color: #374249;
  transition: 0.3s ease-in-out;
}

.toDark {
  position: relative;
  left: 35px;
  transition: 0.2s ease-in-out;
}

body {
  background-image: url(./../../img/blurredBg.svg);
  background-size: cover;
  background-repeat: repeat;
  background-position: top;
}

.arrowHeadUp {
  position: absolute;
  right: 30%;
  width: 60vw;
  z-index: 0;
}

header {
  background-image: url(../img/bgHeader.svg);
  background-size: cover;
  max-height: 750px;
  background-repeat: no-repeat;
  background-position: bottom;
}

@media screen and (max-width: 768px) {
  header {
    background-size: cover;
    height: 90vh;
    background-repeat: no-repeat;
    background-position: left;
  }
}
@media screen and (max-width: 768px) {
  nav {
    margin-top: 2%;
    margin-bottom: 5%;
  }
  nav .menu {
    display: none;
    flex-direction: column;
    width: 100%;
    justify-content: space-around;
    z-index: 200;
    background: linear-gradient(145.12deg, #c5c5fd -25.39%, rgba(162, 214, 236, 0.8784313725) 73.16%);
    width: 100vw;
    height: 100vh;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: fixed;
    justify-content: center;
  }
  nav .menu li {
    font-size: 2rem;
    text-align: center;
    width: 100%;
    line-height: 1.75em;
    list-style: none;
    font-family: "Montserrat", sans-serif;
  }
  nav .menu li a {
    width: 100%;
  }
  nav .menu li a:visited {
    color: #3957ED;
  }
  nav .menu .closeMobileMenu {
    width: 24px;
    margin: 30px auto;
  }
  nav .menu span.switch {
    display: flex;
    margin: 30px auto;
  }
}
@media screen and (min-width: 769px) {
  .closeMobileMenu {
    display: none;
  }
  nav {
    margin-top: 2%;
    margin-bottom: 5%;
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }
  nav .menu {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
  }
  nav .menu ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1024px;
    margin: auto;
    height: 80px;
    align-items: center;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
  }
  nav .menu ul li {
    list-style-type: none;
    font-family: "Montserrat", sans-serif;
    margin-inline-start: 0;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 20px;
  }
  nav .menu ul li a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  nav .menu ul li a:visited {
    color: #3957ED;
  }
  nav .menu ul li:hover {
    transition: 0.2s;
    color: #3957ED;
    cursor: pointer;
  }
  nav .menu ul li.active {
    transition: 0.15s;
    color: #3957ED;
    font-weight: 900;
  }
  nav .menu ul li .darkMode {
    display: flex;
    position: relative;
    width: 60px;
    background-color: #252C4F;
    height: 30px;
    border-radius: 30px;
    border: solid 2px #3957ED;
    align-items: center;
    transition: 0.4s;
  }
  nav .menu ul li .darkMode .switch {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #7EC9F5;
    align-items: center;
    transition: 0.2s ease-in-out;
  }
  nav .menu ul li .darkMode a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  nav .menu ul li .lightMode {
    display: flex;
    position: relative;
    width: 60px;
    background-color: #7EC9F5;
    height: 30px;
    border-radius: 30px;
    border: solid 2px #f6f6f6;
    align-items: center;
    transition: 0.4s;
  }
  nav .menu ul li .lightMode .switch {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #3957ED;
    align-items: center;
    transition: 0.2s ease-in-out;
  }
}
@media screen and (max-width: 768px) {
  .mobileMenu {
    background-image: url(../../../img/mobile-menu.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 60px;
    height: 60px;
    top: 40px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    z-index: 200;
    position: relative;
    float: right;
  }
  .menu {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .mobileMenu {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  nav ul li {
    font-size: 14px;
  }
}
.containerHero {
  position: relative;
  width: 100%;
}

@media screen and (min-width: 300px) {
  .containerCarousel {
    position: relative;
    top: -37vh;
    left: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .containerCarousel {
    position: relative;
    top: -460px;
    left: 30px;
  }
}
.serviceCarousel {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.heroBg {
  width: 90%;
  display: block;
  margin: auto;
  filter: drop-shadow(9px 9px 49px #7EC9F5);
}

.animationRotate {
  animation: spin 10s ease-in-out infinite;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.phone {
  position: absolute;
  transform: translate(50%, -90%);
  max-width: 50%;
  display: block;
  margin: auto;
}

.arrow {
  width: 25vw;
  min-width: 200px;
  position: absolute;
  left: 5%;
  top: 450px;
}

@media screen and (max-width: 768px) {
  .arrow {
    width: 60vw;
    min-width: 200px;
    position: absolute;
    left: -10%;
    top: calc(10% + 590px);
  }
}
.divider {
  width: 100px;
  height: 5px;
  border-radius: 3px;
  background-color: #3957ED;
  float: right;
  margin-top: 15px;
  margin-bottom: 30px;
}

.circle {
  border-radius: 100%;
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 10px 0;
}
.circle h2 {
  font-size: 24px;
  text-align: center;
  align-items: center;
  color: white;
}
.circle.design {
  background-color: #7EC9F5;
  text-shadow: 3px 1px 0 #7EC9F5;
  margin: 20px auto;
}
.circle.design h2 {
  font-size: 3em;
}
.circle.mkt {
  background-color: #3957ED;
  margin: 20px auto;
}
.circle.mkt h2 {
  font-size: 2em;
  text-shadow: 3px 1px 0 #3957ED;
}
.circle.webDev {
  background-color: #374249;
  margin: 20px auto;
}
.circle.webDev h2 {
  font-size: 2em;
  text-shadow: 3px 1px 0 #374249;
}
.circle.userEx {
  background-color: #A5AFB6;
  margin: 20px auto;
}
.circle.userEx h2 {
  font-size: 2em;
  text-shadow: 3px 1px 0 #A5AFB6;
}

@media screen and (max-width: 768px) {
  .circle {
    width: 120px;
    height: 120px;
  }
  .circle.design {
    font-size: 10px;
  }
  .circle.mkt {
    font-size: 10px;
  }
  .circle.webDev {
    font-size: 10px;
  }
  .circle.userEx {
    font-size: 10px;
  }
}
.logoLight {
  filter: invert(100%) brightness(70%) contrast(120%) hue-rotate(200deg);
}

.logoDark {
  filter: invert(100%) brightness(110%) contrast(120%) hue-rotate(200deg);
}

@media screen and (min-width: 769px) {
  .card {
    min-height: 500px;
  }
}
.card {
  width: 100%;
  border-radius: 30px;
  max-width: 290px;
  background: rgba(255, 255, 255, 0.45);
  border: 2px solid #FFFFFF;
  box-shadow: 0px 4px 17px 6px rgba(126, 201, 245, 0.4);
  -webkit-backdrop-filter: blur(20px) brightness(100%);
          backdrop-filter: blur(20px) brightness(100%);
  border-radius: 30px;
  padding: 5%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.card .imageContainer {
  position: relative;
}
.card .imageContainer img {
  border-radius: 20px;
  width: 100%;
}
.card .imageContainer .overlay {
  position: absolute;
  background: linear-gradient(145.12deg, #0000FF -25.39%, #29ABE2 73.16%);
  z-index: 10;
  top: 0;
  bottom: 0;
  width: 100%;
  border-radius: 20px;
  mix-blend-mode: overlay;
  opacity: 0;
}
.card .meta {
  padding: 10%;
  height: 100%;
  display: flex;
}
.card span {
  font-family: "Montserrat", sans-serif;
  color: #3957ED;
  font-weight: lighter;
  font-size: 1.5rem;
}
.card h5 {
  color: #3957ED;
  margin-bottom: 15px;
}
.card p {
  color: #374249;
}
.card .client-card-title {
  font-family: "Montserrat", sans-serif;
  font-weight: lighter;
  font-size: 1.2rem;
  color: #374249;
}

@media screen and (max-height: 768px) {
  .card {
    width: 100%;
    min-height: 200px;
    display: flex;
  }
}
.projects {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 50px;
}

@media screen and (max-width: 768px) {
  .projects {
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
}
.categories {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-inline-start: 0;
  margin: 2% 0 4% 0;
  overflow-x: auto;
}
.categories li {
  list-style-type: none;
  font-family: "Montserrat", sans-serif;
  font-weight: medium;
  font-size: 1em;
  padding: 10px 20px;
  border-radius: 30px;
  text-align: center;
  align-items: center;
}
.categories .active,
.categories :hover {
  background: linear-gradient(92.81deg, #3957ED 17.54%, #7EC9F5 96.29%);
  padding: 10px 20px;
  font-weight: 700;
  color: white;
  transition: 0.25s;
  border-radius: 30px;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .categories li {
    font-size: 1em;
  }
}
span.project-link {
  font-size: 1em;
  margin-bottom: 25px;
  align-items: bottom;
  align-items: flex-end;
  margin-bottom: auto;
  flex-grow: 1;
  display: flex;
  cursor: pointer;
}

span.project-link:hover {
  cursor: pointer;
}

.pill, .modalContainer .modalBg .cardMeta .pill {
  padding: 6px 12px;
  height: 40px;
  border: solid white 3px;
  border-radius: 30px;
  color: #3957ED;
  box-shadow: 3px 3px 10px 1px #7EC9F5;
  margin: 5px;
  font-family: "Montserrat", sans-serif;
  font-weight: lighter;
  font-size: 20px;
  font-weight: 300;
  white-space: nowrap;
}
.pill .logoPill, .modalContainer .modalBg .cardMeta .pill .logoPill {
  width: 22px;
  margin-right: 5px;
}

.modalContainer {
  position: absolute;
  z-index: 500;
}
.modalContainer .modalBg {
  background-color: rgba(2, 40, 61, 0.6);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modalContainer .modalBg .cardMeta {
  width: 100%;
  border-radius: 30px;
  max-width: 800px;
  max-height: 90%;
  overflow-y: auto;
  margin: 30px;
  background: rgba(255, 255, 255, 0.75);
  border: 2px solid #FFFFFF;
  box-shadow: 0px 4px 17px 6px rgba(126, 201, 245, 0.4);
  -webkit-backdrop-filter: blur(20px) brightness(100%);
          backdrop-filter: blur(20px) brightness(100%);
  border-radius: 30px;
  padding: 4%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  /* Track */
  /* Handle */
}
.modalContainer .modalBg .cardMeta ::-webkit-scrollbar {
  width: 5px;
}
.modalContainer .modalBg .cardMeta ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(210, 210, 210);
  border-radius: 10px;
}
.modalContainer .modalBg .cardMeta ::-webkit-scrollbar-thumb {
  background: linear-gradient(92.81deg, #3957ED 17.54%, #7EC9F5 96.29%);
  border-radius: 10px;
}
.modalContainer .modalBg .cardMeta .client {
  background: linear-gradient(270.2deg, #00a1ff 9.69%, #5f79fe 81.09%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 20px;
}
.modalContainer .modalBg .cardMeta .title {
  color: #3957ED;
  font-size: 1.5rem;
}
.modalContainer .modalBg .cardMeta .year {
  color: #252C4F;
  margin-bottom: 20px;
}
.modalContainer .modalBg .cardMeta .description {
  color: #374249;
}
.modalContainer .modalBg .cardMeta .metaLink {
  background: linear-gradient(92.81deg, #7EC9F5 20%, #3957ED 80%);
  padding: 10px 20px;
  font-weight: 700;
  color: white;
  transition: 0.25s;
  border-radius: 30px;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  transition: 0.5s ease-in-out;
  text-align: center;
  width: 100%;
}
.modalContainer .modalBg .cardMeta .metaLink:hover {
  background: linear-gradient(92.81deg, #3957ED 17.54%, #7EC9F5 96.29%);
  cursor: pointer;
}
.modalContainer .modalBg .cardMeta .pill {
  height: 30px;
  padding: 0.25% 5%;
  font-size: 16px;
}
.modalContainer .modalBg .cardMeta .closeModal {
  flex-direction: row-reverse;
  position: relative;
  float: right;
  margin: 0 0 20px 0;
  width: 20px;
  transition-duration: 0.5s;
  transition: all 0.5s ease-in forwards;
}
.modalContainer .modalBg .cardMeta .closeModal:hover {
  transform: rotate(180deg) scale(1.25);
  cursor: pointer;
}

.roundCorners {
  border-radius: 20px;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg) scale(1.25);
  }
}
.contact {
  background: radial-gradient(91.42% 742.03% at 16.63% 25.09%, #7EC9F5 50%, #0000FF 160%);
  border-radius: 240px 240px 0px 0px;
  width: 100vw;
}
.contact .form {
  padding: 5% 10%;
}
.contact label {
  color: #7EC9F5;
}
.contact .contact-circle {
  position: relative;
  bottom: -185px;
}

.footerContainer {
  background-image: url("./../img/contact-circle.svg");
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: bottom left;
}

@media screen and (min-width: 300px) {
  .contact {
    border-radius: 50px 50px 0px 0px;
    width: 100%;
  }
  .contact .form {
    padding: 5% 10%;
  }
  .contact label {
    color: #7EC9F5;
  }
  .contact .contact-circle {
    position: relative;
    bottom: -185px;
  }
}
@media screen and (min-width: 768px) {
  .contact {
    background: radial-gradient(91.42% 742.03% at 16.63% 25.09%, #7EC9F5 50%, #0000FF 160%);
    border-radius: 240px 240px 0px 0px;
  }
}
.btn {
  background: linear-gradient(92.81deg, #3957ED 17.54%, #7EC9F5 96.29%);
  padding: 10px 20px;
  font-weight: 700;
  color: white;
  transition: 0.25s;
  border-radius: 30px;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.btnDisabled {
  background: linear-gradient(92.81deg, #afb4d1 17.54%, #dfdfdf 96.29%);
  padding: 10px 20px;
  font-weight: 700;
  color: #A5AFB6;
  transition: 0.25s;
  border-radius: 30px;
  transition: 0.3s ease-in-out;
  cursor: not-allowed;
}

/* ----------------SPACING---------------- */
/* PADDING X */
.padX-1 {
  padding-right: 1%;
  padding-left: 1%;
}

.padX-2 {
  padding-right: 2%;
  padding-left: 2%;
}

.padX-3 {
  padding-right: 3%;
  padding-left: 3%;
}

.padX-4 {
  padding-right: 4%;
  padding-left: 4%;
}

.padX-5 {
  padding-right: 5%;
  padding-left: 5%;
}

/* PADDING Y */
.padY-1 {
  padding-top: 1%;
  padding-bottom: 1%;
}

.padY-2 {
  padding-top: 2%;
  padding-bottom: 2%;
}

.padY-3 {
  padding-top: 3%;
  padding-bottom: 3%;
}

.padY-4 {
  padding-top: 4%;
  padding-bottom: 4%;
}

.padY-5 {
  padding-top: 5%;
  padding-bottom: 5%;
}

/* PADDING TOP */
.padT-1 {
  padding-top: 1%;
}

.padT-2 {
  padding-top: 2%;
}

.padT-3 {
  padding-top: 3%;
}

.padT-4 {
  padding-top: 4%;
}

.padT-5 {
  padding-top: 5%;
}

/* ------------Margin------------- */
/* Margin X */
.mX-1 {
  margin-right: 1%;
  margin-left: 1%;
}

.mX-2 {
  margin-right: 2%;
  margin-left: 2%;
}

.mX-3 {
  margin-right: 3%;
  margin-left: 3%;
}

.mX-4 {
  margin-right: 4%;
  margin-left: 4%;
}

.mX-5 {
  margin-right: 5%;
  margin-left: 5%;
}

.mX-auto {
  margin: 0 auto;
}

/* Margin Y */
.mY-1 {
  margin-top: 1%;
  margin-bottom: 1%;
}

.mY-2 {
  margin-top: 2%;
  margin-bottom: 2%;
}

.mY-3 {
  margin-top: 3%;
  margin-bottom: 3%;
}

.mY-4 {
  margin-top: 4%;
  margin-bottom: 4%;
}

.mY-5 {
  margin-top: 5%;
  margin-bottom: 5%;
}

.mY-auto {
  margin: auto 0;
}

/* all sides */
.m-5 {
  margin: 5%;
}

.m-4 {
  margin: 4%;
}

.m-3 {
  margin: 3%;
}

.m-2 {
  margin: 2%;
}

.m-1 {
  margin: 1%;
}

.m-auto {
  margin: auto;
}

/* Top */
.mt-5 {
  margin-top: 5%;
}

.mt-4 {
  margin-top: 4%;
}

.mt-3 {
  margin-top: 3%;
}

.mt-2 {
  margin-top: 2%;
}

.mt-1 {
  margin-top: 1%;
}

/* Bottom */
.mb-5 {
  margin-bottom: 5%;
}

.mb-4 {
  margin-bottom: 4%;
}

.mb-3 {
  margin-bottom: 3%;
}

.mb-2 {
  margin-bottom: 2%;
}

.mb-1 {
  margin-bottom: 1%;
}

/* left */
.ml-5 {
  margin-left: 5%;
}

.ml-4 {
  margin-left: 4%;
}

.ml-3 {
  margin-left: 3%;
}

.ml-2 {
  margin-left: 2%;
}

.ml-1 {
  margin-left: 1%;
}

/* right */
.mr-5 {
  margin-right: 5%;
}

.mr-4 {
  margin-right: 4%;
}

.mr-3 {
  margin-right: 3%;
}

.mr-2 {
  margin-right: 2%;
}

.mr-1 {
  margin-right: 1%;
}

.d-block {
  display: block;
}

.w-100 {
  width: 100%;
}

/* FILE STRUCTURE
-Grid structure
-Spacing


*/
* {
  margin: 0;
}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.noWrap {
  flex-wrap: nowrap;
}

.d-flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

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

.container-full {
  margin: 0;
}

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

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

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

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

.justify-content-flex-end {
  justify-content: flex-end;
}

section {
  display: flex;
  justify-content: center;
  max-width: 1024px;
  margin: auto;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .row {
    flex-direction: row;
  }
  section {
    max-width: 90%;
  }
}
/* GLOBAL GRID */
.col-lg-1 {
  width: 8.3333333333%;
}

.col-lg-2 {
  width: 16.6666666667%;
}

.col-lg-3 {
  width: 25%;
}

.col-lg-4 {
  width: 33.3333333333%;
}

.col-lg-5 {
  width: 41.6666666667%;
}

.col-lg-6 {
  width: 50%;
}

.col-lg-7 {
  width: 58.3333333333%;
}

.col-lg-8 {
  width: 66.6666666667%;
}

.col-lg-9 {
  width: 75%;
}

.col-lg-10 {
  width: 83.3333333333%;
}

.col-lg-11 {
  width: 91.6666666667%;
}

.col-lg-12 {
  width: 100%;
}

/* END:GLOBAL GRID */
/* ---------------MOBILE--------------- */
@media screen and (min-width: 300px) {
  .col-1 {
    width: 8.3333333333%;
  }
  .col-2 {
    width: 16.6666666667%;
  }
  .col-3 {
    width: 25%;
  }
  .col-4 {
    width: 33.3333333333%;
  }
  .col-5 {
    width: 41.6666666667%;
  }
  .col-6 {
    width: 50%;
  }
  .col-7 {
    width: 58.3333333333%;
  }
  .col-8 {
    width: 66.6666666667%;
  }
  .col-9 {
    width: 75%;
  }
  .col-10 {
    width: 83.3333333333%;
  }
  .col-11 {
    width: 91.6666666667%;
  }
  .col-12 {
    width: 100%;
  }
}
/* --------------TABLETS---------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
}
/* --------------Desktop---------------- */
@media screen and (min-width: 1025px) {
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
}/*# sourceMappingURL=main.css.map */