/* ##################################################### */
/* ####################### Reset ####################### */
/* ##################################################### */
@media screen and (max-width: 768px) {
  :root {
    --pd-inline-default: 50px;
  }
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 425px) {
  :root {
    --pd-inline-default: 30px;
  }
}
/* ##################################################### */
/* ##################### Animation ##################### */
/* ##################################################### */
/* ##################################################### */
/* ################### Buttons Class ################### */
/* ##################################################### */
/* ##################################################### */
/* ################## Main Menu Class ################## */
/* ##################################################### */
@media screen and (max-width: 1100px) {
  .imagenet-menu.hide .imagenet-menu__main {
    gap: 0;
  }
  .imagenet-menu.hide .imagenet-menu__figure--before {
    max-height: 0vh;
    opacity: 0;
    visibility: hidden;
  }
  .imagenet-menu__figure--before {
    max-height: 100vh;
    opacity: 1;
    visibility: visible;
    contain: content;
    transition: var(--transition-default);
  }
  .imagenet-menu__main {
    flex-direction: column;
    transition: var(--transition-default);
  }
}
@media screen and (max-width: 768px) {
  .imagenet-menu__container {
    flex-direction: column;
    gap: 15px;
  }
  .imagenet-menu__ulink {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 650px) {
  .imagenet-menu.hide .imagenet-menu__figure--before {
    max-height: 100vh;
    opacity: 1;
    visibility: visible;
  }
  .imagenet-menu__logo--responsive {
    display: block;
  }
  .imagenet-menu__button {
    display: block;
    z-index: 4;
  }
  .imagenet-menu__container {
    z-index: 3;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 0vh;
    visibility: hidden;
    contain: content;
    transition: all 600ms ease;
    background-image: linear-gradient(-45deg, var(--a-primary), var(--c-primary), var(--a-primary), rgb(41, 57, 106), var(--a-primary));
    background-size: 600% 600%;
    animation: gradient 15s ease infinite;
  }
  .imagenet-menu__container--left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 15px;
  }
  .imagenet-menu__ulist {
    justify-content: center;
    flex-direction: column;
    font-size: 1.5em;
    text-align: center;
  }
  .imagenet-menu .imagenet-button__secondary {
    font-size: 1.25em;
  }
  .imagenet-menu.open .imagenet-menu__container {
    display: flex;
    gap: 80px;
    height: 100vh;
    visibility: visible;
    opacity: 1;
    padding-block: 80px;
    padding-inline: var(--pd-inline-default);
    gap: 70px;
    justify-content: unset;
    transition: all 600ms ease;
  }
  .imagenet-menu.open .imagenet-menu__button {
    margin-left: auto;
  }
  .imagenet-menu.open .imagenet-menu__button::before {
    box-shadow: unset;
  }
  .imagenet-menu.open .imagenet-menu__button::before, .imagenet-menu.open .imagenet-menu__button::after {
    top: 15px;
    width: 100%;
    transform: rotate(315deg);
    box-shadow: unset;
  }
  .imagenet-menu.open .imagenet-menu__button::after {
    transform: rotate(-315deg);
  }
}
/* ##################################################### */
/* ############### Main Banner Class ################### */
/* ##################################################### */
@media screen and (max-width: 1024px) {
  .imagenet-banner__figure {
    justify-items: center;
    grid-template-columns: minmax(0, 650px);
  }
  .imagenet-banner__image {
    max-width: 450px;
  }
  .imagenet-banner__figcaption {
    text-align: center;
    justify-items: center;
  }
}

/* ##################################################### */
/* #################### Misc Class ##################### */
/* ##################################################### */
@media screen and (max-width: 1024px) {
  .imagenet-a-block__main {
    justify-items: center;
    justify-content: center;
    grid-template-columns: minmax(0, 650px);
  }
}
@media screen and (max-width: 1024px) {
  .imagenet-b-block__container {
    grid-template-columns: minmax(0, 650px);
    justify-content: center;
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
    background-color: rgba(134, 167, 244, 0.5);
    border-radius: 20px;
  }
  .imagenet-b-block__content {
    -webkit-backdrop-filter: unset;
            backdrop-filter: unset;
    background-color: unset;
  }
}
@media screen and (max-width: 1024px) {
  .imagenet-c-block {
    gap: 80px;
  }
  .imagenet-c-block__ulist {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .imagenet-c-block__figure {
    grid-template-columns: minmax(0, 650px);
    justify-items: center;
    gap: 80px;
  }
  .imagenet-c-block__image {
    max-width: 350px;
    width: 100%;
  }
}
@media screen and (max-width: 425px) {
  .imagenet-c-block__container {
    justify-content: unset;
  }
  .imagenet-c-block__ulist {
    grid-template-columns: unset;
  }
}

/* ##################################################### */
/* ################### Cards Class ##################### */
/* ##################################################### */
/* ##################################################### */
/* #################### Text Class ##################### */
/* ##################################################### */
/* ##################################################### */
/* ##################### Form Class #################### */
/* ##################################################### */
/* ##################################################### */
/* ################### footer Class #################### */
/* ##################################################### */
@media screen and (max-width: 1024px) {
  .imagenet-footer__container {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .imagenet-footer__content {
    grid-template-columns: unset;
  }
}