:root {
  /* official color */
  --tsh-r: #cc0001;
  --tsh-g: #139b13;
  --tsh-g-s: #094c09;
  --tsh-g-s-rgb: 9, 76, 9;
  --tsh-b: #063b7d;

  /* red */
  --r-light: #ffcfd2;
  --r-light-rgb: 255, 207, 210;
  --r-light-s: #d19da1;
  --r-main: #cc1140;
  --r-main-rgb: 204, 17, 64;
  --r-main-s: #840b29;

  /* green */
  --g-lighter: #ccffee;
  --g-light: #8fc;
  --g-light-rgb: 136, 255, 204;
  --g-light-s: #66bf99;
  --g-main: #00cc99;
  --g-main-rgb: 0, 204, 153;
  --g-main-s: #007a5c;
  --g-dark: #006666;
  --g-dark-rgb: 0, 102, 102;
  --g-dark-s: #00382c;
  /* Halloween Theme */
  /* --g-lighter: #ffe0cc;
  --g-light: rgb(255, 195, 138);
  --g-light-rgb: 255, 195, 138;
  --g-light-s: #b6866f;
  --g-main: rgb(204, 82, 0);
  --g-main-rgb: 204, 82, 0;
  --g-main-s: #7a2300;
  --g-dark: #661d00;
  --g-dark-s: #380b00; */

  /* blue */
  --b-light: #99ccff;
  --b-light-rgb: 153, 204, 255;
  --b-light-s: #7399bf;
  --b-main: #0099ff;
  --b-main-rgb: 0, 153, 255;
  --b-main-s: #0066ee;
  --b-dark: #02102b;
  --b-dark-rgb: 2, 16, 43;
  /* Halloween Theme */
  /* --b-light: #c9a4fa;
  --b-light-s: #8d77aa;
  --b-main: #7700ff;
  --b-main-s: #7b00ee;
  --b-dark: #0a022b; */

  /* black and white */
  --white: #fff;
  --white-rgb: 255, 255, 255;
  --white-s: #b7b7b7;
  --white2: #eaeaea;

  --black: #000;
  --black-rgb: 0, 0, 0;
  --black2: #1a1a1a;
}

html {
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
}
section {
  scroll-snap-align: start;
  scroll-snap-stop: normal;
}
.snap-top {
  scroll-snap-align: start;
  scroll-snap-stop: normal;
}
.snap-center {
  scroll-snap-align: center !important;
  scroll-snap-stop: normal;
}
body {
  background-color: var(--black);
}

a {
  cursor: pointer !important;
}
a:hover {
  text-decoration: none !important;
  color: var(--g-light);
}

body p,
body ul li,
body a {
  font-family: "Prompt", sans-serif;
  font-size: clamp(14px, 1.2vw, 20px);
  color: var(--white);
  font-style: normal;
  font-weight: 200;
}

body h1,
body h2,
body h3 {
  color: var(--white);
  font-family: "Raleway", "Prompt", sans-serif;
  font-style: normal;
  transition: all 300ms;
  cursor: default;
}
body h1 {
  font-size: clamp(40px, 4vw, 80px);
  font-weight: 700;
}
body h2 {
  font-size: clamp(32px, 3.2vw, 64px);
  font-weight: 600;
}
body h3 {
  font-size: clamp(18px, 2.2vw, 36px);
  font-weight: 600;
}

.text-grad {
  width: fit-content;
  -webkit-text-fill-color: transparent;
}
.blue-red {
  background: -webkit-linear-gradient(0deg, var(--b-main), var(--r-main));
  -webkit-background-clip: text;
}
.blue-green {
  background: -webkit-linear-gradient(0deg, var(--b-main), var(--g-main));
  -webkit-background-clip: text;
}

#navbar {
  height: fit-content;
  position: fixed;
  width: 100%;
  transition: all 300ms ease-in-out;
  top: 0;
  display: flex;
  flex-direction: column;
  z-index: 99;
  & #mainnav_container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 72px;
    padding: 0 50px;
    position: relative;
    transition: all 300ms ease-in-out;
    background-color: var(--black);
    & #mainnav_bg {
      width: 100%;
      height: 72px;
      position: absolute;
      top: 0;
      left: 0;
      background-color: var(--black);
      opacity: 0;
      z-index: 0;
    }
    & #logo_container {
      width: fit-content;
      height: 60px;
      margin: 0 30px 0 0;
      position: relative;
      display: flex;
      flex-direction: row;
      /* justify-content: center; */
      align-items: center;
      z-index: 1;
      & #logo {
        overflow: visible;
        width: 48px;
        height: 48px;
        background-image: url(../asset/Logo/TSH_LOGO.svg);
        background-size: contain;
        background-repeat: no-repeat;
      }
      & #logo_tech,
      #logo_soft,
      #logo_holding {
        background-size: contain;
        background-repeat: no-repeat;
      }
      & #logo_tech {
        height: 20px;
        width: 64px;
        margin: 5px 3px 5px 15px;
        background-image: url(../asset/Logo/Tech_Red.svg);
      }
      & #logo_soft {
        height: 20px;
        width: 60px;
        margin: 5px 3px;
        background-image: url(../asset/Logo/Soft_Green.svg);
      }
      & #logo_holding {
        height: 25px;
        width: 140px;
        margin: 5px 15px 0 3px;
        background-image: url(../asset/Logo/Holding_Blue.svg);
      }
      & #logo_t,
      #logo_s,
      #logo_h {
        display: none;
        height: 20px;
        width: 19px;
        background-size: contain;
        background-repeat: no-repeat;
      }
      & #logo_t {
        background-image: url(../asset/Logo/T_Red.svg);
        margin-left: 15px;
        width: 17px;
      }
      & #logo_s {
        background-image: url(../asset/Logo/S_Green.svg);
      }
      & #logo_h {
        background-image: url(../asset/Logo/H_Blue.svg);
        margin-right: 30px;
      }
    }
    & #navlink_container {
      width: 100%;
      z-index: 1;
      & ul {
        display: flex;
        width: auto;
        justify-content: space-around;
        & li {
          display: flex;
          align-items: center;
          /* max-height: 44px; */
          & .navlink {
            /* display: block; */
            color: var(--white2);
            /* position: relative; */
            font-family: "Raleway", sans-serif;
            font-weight: 200;
            border-radius: 50px;
            transition: all 200ms ease-in-out;
            margin: 0 5px;
            text-wrap: nowrap;
          }
          & .nav_active {
            color: var(--g-main);
            font-weight: 700;
          }
          & .navlink:hover {
            color: var(--g-light);
            text-shadow: 0 -10px 30px var(--g-light),
              0 -20px 42px var(--g-light), 0 -30px 70px var(--g-light);
          }
        }
      }
    }
  }
  /* & #mainnav_container:hover {
    background-color: var(--black);
  } */
  & #subnav_container {
    width: 100%;
    height: 0px;
    padding: 0 10vw;
    background-image: linear-gradient(
      180deg,
      var(--black),
      rgba(var(--black-rgb), 0.4)
    );
    backdrop-filter: blur(10px);
    display: flex;
    overflow: hidden;
    flex-direction: row;
    transition: height 300ms ease-in;
    & .subnavlink_container {
      width: fit-content;
      padding: 20px 40px 30px;
      display: none;
      & ul {
        height: 156px;
        display: flex;
        flex-direction: column;
        & li {
          display: flex;
          height: 20%;
          text-wrap: nowrap;
        }
      }
    }
    & .subnav_separator {
      width: 2px;
      border-radius: 2px;
      height: 80%;
      background-color: rgba(var(--g-light-rgb), 0.5);
      align-self: center;
    }
    & .ssnavlink_container {
      display: none;
      width: 75%;
      padding: 20px 40px 30px;
      & ul {
        height: 156px;
        width: fit-content;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        & li {
          display: flex;
          height: 20%;
          margin-right: 60px;
          & .ssnavlink {
            margin: auto 0;
          }
        }
      }
    }
  }
}
.hamburger {
  display: none;
  z-index: 1;
}

@media only screen and (max-width: 1300px) {
  #mainnav_container {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 1100px) {
  #mainnav_container {
    padding: 0;
  }
  #logo_t,
  #logo_s,
  #logo_h {
    display: block !important;
  }
  #logo_tech,
  #logo_soft,
  #logo_holding {
    display: none;
  }
}
@media only screen and (max-width: 950px) {
  #mainnav_container {
    padding: 0 30px !important;
  }
  #subnav_container {
    display: none !important;
  }
  .hamburger {
    display: block;
    cursor: pointer;
    & .line {
      width: 30px;
      height: 4px;
      background: var(--white);
      margin: 6px 0;
      border-radius: 10px;
      transition: all 300ms ease-in-out;
    }
  }
  .hamburger:hover .line {
    background: var(--g-light);
    filter: drop-shadow(0px 0px 5px var(--g-light));
  }
  #navlink_container {
    display: none;
  }
  #logo_t,
  #logo_s,
  #logo_h {
    display: none !important;
  }
  #logo_tech,
  #logo_soft,
  #logo_holding {
    display: flex;
  }
}
@media only screen and (max-width: 480px) {
  #logo_t,
  #logo_s,
  #logo_h {
    display: block !important;
  }
  #logo_tech,
  #logo_soft,
  #logo_holding {
    display: none;
  }
}
.modal_bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  backdrop-filter: blur(0px);
  display: flex;
  justify-content: center;
  animation: fadeIn 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#nav_modal {
  z-index: 101;
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  & .modal_bg {
    & .navi_container {
      background-image: linear-gradient(
        170deg,
        rgba(var(--g-main-rgb), 0.25),
        rgba(0, 0, 0, 0.15)
      );
      width: 300px;
      min-width: 300px;
      height: 100vh;
      overflow: auto;
      border-left: solid 1px var(--g-dark);
      position: absolute;
      top: 0;
      right: 0;
      display: flex;
      flex-direction: column;
      animation: translateXIn 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
      padding: 30px 30px 0;
      & div:hover {
        & svg {
          filter: drop-shadow(0 0 5px var(--r-main));
          & path {
            fill: var(--r-light);
          }
        }
      }
      & div svg {
        transition: all 300ms ease-in-out;
        & path {
          transition: all 300ms ease-in-out;
        }
      }
      & div:active {
        border: none;
      }
      & .navi_content {
        & div {
          margin-bottom: 16px;
          & ul {
            & a {
              & li {
                padding-left: 16px;
              }
            }
          }
          & p {
            width: 100%;
            font-size: 20px;
            font-weight: 400;
            margin-bottom: 4px;
            cursor: default;
          }
          & a {
            width: 100%;
            font-size: 20px;
            font-weight: 400;
            margin-bottom: 4px;
            cursor: default;
          }
          & li {
            cursor: default;
          }
          & .navi_link {
            cursor: pointer;
            transition: all 300ms ease-in-out;
          }
          & .link_active {
            color: var(--g-light);
            font-weight: 500;
          }
          & .navi_link:hover {
            color: var(--g-light) !important;
            filter: drop-shadow(0 0 3px var(--g-light)) !important;
          }
        }
      }
    }
    & .close_space {
      width: 100%;
      height: 100%;
    }
  }
}
.out .modal_bg {
  animation: fadeOut 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.out .navi_container {
  animation: translateXOut 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards !important;
}

.footer {
  background-image: linear-gradient(
    130deg,
    var(--black),
    var(--g-dark-s),
    var(--g-dark)
  );
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: center;
  /* align-content: center;    */
  flex-direction: column;
  & .foot_container {
    margin: 40px 40px 30px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    /* background-color: #587B98; */
    width: 80%;
    height: fit-content;
    align-self: center;
    & .foot_content {
      width: fit-content;
      display: flex;
      flex-direction: column;
      /* background-color: #152c50; */
      color: var(--white);
      font-size: clamp(16px, 1.6vw, 20px);
      font-weight: 300;
      /* justify-content: flex-start; */
      & ul {
        margin-bottom: 0;
        & li p {
          margin-bottom: 0;
        }
      }
      & #foot_logo_container {
        display: flex;
        flex-direction: column;
        align-items: center;
        & #foot_logo {
          width: 80px;
          height: 80px;
          background-image: url(../asset/Logo/TSH_LOGO.svg);
          background-size: contain;
          background-repeat: no-repeat;
          margin-bottom: 15px;
        }
        & #foot_logo_text {
          width: 128px;
          height: 50px;
          background-image: url(../asset/Logo/Tech_Soft_Holding.svg);
          background-size: contain;
          background-repeat: no-repeat;
        }
      }

      & .foot_title {
        color: var(--g-light);
        font-family: "Prompt", sans-serif;
        font-size: clamp(18px, 1.8vw, 24px);
        font-weight: 400;
      }
      & .material-symbols-outlined {
        font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 20;
        align-self: flex-start;
        position: relative;
        top: -2px;
        margin-right: 10px;
      }
      & svg {
        & path {
          transition: all 200ms ease-in-out;
        }
      }
      svg:hover {
        & path {
          stroke: var(--g-light);
        }
      }
    }
  }
  & .foot_line {
    width: 90%;
    height: 1px;
    border-radius: 2px;
    background-color: rgba(var(--g-light-rgb), 0.5);
    align-self: center;
    margin: 8px 0 8px;
  }
  & .copyr {
    font-family: "Prompt", sans-serif;
    font-size: 12px;
    color: rgba(var(--g-light-rgb), 0.5);
    text-align: center;
    text-wrap: wrap;
    margin: 8px 40px 16px;
  }
}

@media only screen and (max-width: 880px) {
  .foot_container .foot_content:first-child {
    padding: 0 150px 20px 0;
  }
  .foot_content:nth-child(2) {
    padding: 0 0 20px 0;
  }
  .foot_container .foot_content:nth-child(3) {
    padding: 0 99.3px 20px 0;
  }
  .foot_container .foot_content:nth-child(4) {
    padding: 0 65.13px 20px 0;
  }
}

::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background-color: var(--black2);
  border-radius: 4px;
}
::-webkit-scrollbar-thumb {
  background: var(--g-light);
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: var(--g-light-s);
}

.deco {
  border-radius: 50%;
  position: absolute !important;
  z-index: 1;
}

.container {
  max-width: 100vw;
  height: fit-content;
  overflow-x: hidden;

  & .container_content {
    width: 100%;
    max-width: 1440px;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    position: relative;
    height: fit-content;
    overflow: visible;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
}
.bg {
  width: 100vw;
  height: 40%;
  background-image: url(../asset/contact/tech_bg.jpg);
  background-size: cover;
  background-position: center;
  filter: brightness(0.5);
  position: absolute;
  top: 0;
  z-index: -1;
}
.bg_grad {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: linear-gradient(
    0deg,
    var(--black),
    rgba(var(--black-rgb), 0.35)
  );
}
.intro_navi {
  display: flex;
  flex-direction: row;
  align-items: center;
  transition: all 300ms;
  margin: 30px 0;
  & p {
    color: var(--g-light);
    font-family: "Raleway", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 30px;
    transition: all 300ms;
  }
}
.intro_navi a:hover p {
  color: var(--white);
  text-shadow: 0 0 10px var(--white);
}
.intro_navi a:hover svg {
  rotate: 180deg;
  translate: -5px 0;
  filter: drop-shadow(0 0 10px var(--white));
}
.intro_navi a:hover path {
  fill: var(--white);
}

.button {
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;

  border: solid 2px var(--white);
  border-radius: 999px;
  padding: 0.6rem 1.4rem;

  transition: all 200ms ease-in-out;
  backdrop-filter: blur(6px);
  text-wrap: nowrap;
  margin: 25px;
  & p {
    margin: 0;
    margin-bottom: 0;
    color: inherit;
  }
  & div {
    & svg {
      object-fit: contain;
      width: 100%;
      height: 100%;
      & path {
        transition: all 200ms ease-in-out;
      }
    }
  }
}
.btn-important,
.btn-important-b {
  padding: 0.8rem 2rem;
  border: none;
  color: var(--g-dark);
  font-size: clamp(18px, 2.6vw, 28px) !important;
  font-family: "Raleway", sans-serif;
  font-weight: 500 !important;
  text-transform: uppercase;
}
.btn-important {
  background-color: var(--g-light);
  &:hover {
    background-color: var(--white);
    color: var(--g-main);
    box-shadow: 0 0 20px var(--g-light) !important;
  }
  &:active {
    background-color: var(--white-s);
    color: var(--g-main-s);
    box-shadow: none;
  }
}
.btn-important-b {
  background-color: var(--b-main);
  &:hover {
    background-color: var(--white);
    color: var(--b-main);
    box-shadow: 0 0 20px var(--b-light) !important;
  }
  &:active {
    background-color: var(--white-s);
    color: var(--b-main-s);
    box-shadow: none;
  }
}

.btn-main,
.btn-main-lg,
.btn-main-b,
.btn-main-lb,
.btn-main-r,
.btn-main-lr {
  padding: 0.8rem 2rem;
  & p {
    text-transform: uppercase;
    font-size: clamp(16px, 2.2vw, 24px);
    font-weight: 400;
  }
  & div {
    width: 2rem;
    height: 2rem;
    margin-right: 0.5rem;
  }
  &:hover {
    --x: 100%;
  }
}
.btn-main {
  color: var(--g-main);
  border-color: var(--g-main);
  & div {
    & svg {
      & path {
        fill: var(--g-main);
        stroke: var(--g-main);
      }
    }
  }
  &:hover {
    color: var(--white);
    background-color: var(--g-main);
    border-color: var(--g-main);
    box-shadow: 0 0 20px var(--g-light) !important;
    & div {
      & svg {
        & path {
          fill: var(--white);
          stroke: var(--white);
        }
      }
    }
  }
  &:active {
    background-color: var(--g-main-s);
    color: var(--white-s);
    box-shadow: none;
    border-color: var(--g-main-s);
    & div {
      & svg {
        & path {
          fill: var(--white-s);
          stroke: var(--white-s);
        }
      }
    }
  }
}
.btn-main-lg {
  color: var(--g-light);
  border-color: var(--g-light);
  & div {
    & svg {
      & path {
        fill: var(--g-light);
        stroke: var(--g-light);
      }
    }
  }
  &:hover {
    color: var(--white);
    background-color: var(--g-main);
    border-color: var(--g-main);
    box-shadow: 0 0 20px var(--g-light) !important;
    & div {
      & svg {
        & path {
          fill: var(--white);
          stroke: var(--white);
        }
      }
    }
  }
  &:active {
    background-color: var(--g-main-s);
    color: var(--white-s);
    box-shadow: none;
    border-color: var(--g-main-s);
    & div {
      & svg {
        & path {
          fill: var(--white-s);
          stroke: var(--white-s);
        }
      }
    }
  }
}
.btn-main-b,
.btn-main-lb {
  color: var(--b-main);
  border-color: var(--b-main);
  & div {
    & svg {
      & path {
        fill: var(--b-main);
        stroke: var(--b-main);
      }
    }
  }
  &:hover {
    color: var(--white);
    background-color: var(--b-main);
    border-color: var(--b-main);
    box-shadow: 0 0 20px var(--b-light) !important;
    & div {
      & svg {
        & path {
          fill: var(--white);
          stroke: var(--white);
        }
      }
    }
  }
  &:active {
    background-color: var(--b-main-s);
    color: var(--white-s);
    box-shadow: none;
    border-color: var(--b-main-s);
    & div {
      & svg {
        & path {
          fill: var(--white-s);
          stroke: var(--white-s);
        }
      }
    }
  }
}
.btn-main-lb {
  color: var(--b-light);
  border-color: var(--b-light);
  & div {
    & svg {
      & path {
        fill: var(--b-light);
        stroke: var(--b-light);
      }
    }
  }
}
.btn-main-r,
.btn-main-lr {
  color: var(--r-main);
  border-color: var(--r-main);
  & div {
    & svg {
      & path {
        fill: var(--r-main);
        stroke: var(--r-main);
      }
    }
  }
  &:hover {
    color: var(--white);
    background-color: var(--r-main);
    border-color: var(--r-main);
    box-shadow: 0 0 20px var(--r-light) !important;
    & div {
      & svg {
        & path {
          fill: var(--white);
          stroke: var(--white);
        }
      }
    }
  }
  &:active {
    background-color: var(--r-main-s);
    color: var(--white-s);
    box-shadow: none;
    border-color: var(--r-main-s);
    & div {
      & svg {
        & path {
          fill: var(--white-s);
          stroke: var(--white-s);
        }
      }
    }
  }
}
.btn-main-lr {
  color: var(--r-light);
  border-color: var(--r-light);
  & div {
    & svg {
      & path {
        fill: var(--r-light);
        stroke: var(--r-light);
      }
    }
  }
}
.black-grad {
  background: linear-gradient(
      90deg,
      var(--c1, rgba(var(--black-rgb), 0.75)),
      var(--c2, rgba(var(--black-rgb), 0)) 51%,
      var(--c3, rgba(var(--black-rgb), 0))
    )
    var(--x, 0) / 200%;
}
.btn-sub,
.btn-sub-b,
.btn-noborder {
  & div {
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 0.3rem;
    & svg {
      & path {
        fill: var(--white);
        stroke: var(--white);
      }
    }
  }
}
.btn-sub {
  &:hover {
    color: var(--g-light);
    border-color: var(--g-light);
    & div {
      & svg {
        & path {
          fill: var(--g-light);
          stroke: var(--g-light);
        }
      }
    }
  }
  &:active {
    color: var(--g-light-s);
    border-color: var(--g-light-s);
    & div {
      & svg {
        & path {
          fill: var(--g-light-s);
          stroke: var(--g-light-s);
        }
      }
    }
  }
}
.btn-sub-b {
  &:hover {
    color: var(--b-light);
    border-color: var(--b-light);
    & div {
      & svg {
        & path {
          fill: var(--b-light);
          stroke: var(--b-light);
        }
      }
    }
  }
  &:active {
    color: var(--b-light-s);
    border-color: var(--b-light-s);
    & div {
      & svg {
        & path {
          fill: var(--b-light-s);
          stroke: var(--b-light-s);
        }
      }
    }
  }
}
.btn-noborder {
  border: none;
  padding: 0;
  backdrop-filter: none;
  &:hover {
    color: var(--g-light);
    & div {
      & svg {
        & path {
          fill: var(--g-light);
          stroke: var(--g-light);
        }
      }
    }
  }
  &:active {
    color: var(--g-light-s);
    & div {
      & svg {
        & path {
          fill: var(--g-light-s);
          stroke: var(--g-light-s);
        }
      }
    }
  }
}

@keyframes fadeIn {
  0% {
    background: rgba(0, 0, 0, 0);
    backdrop-filter: blur(0px);
  }
  100% {
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
  }
}

@keyframes fadeOut {
  0% {
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
  }
  100% {
    background: rgba(0, 0, 0, 0);
    backdrop-filter: blur(0px);
  }
}

@keyframes scaleUp {
  0% {
    transform: scale(1) translateY(1200px);
    opacity: 0;
  }
  100% {
    transform: scale(1) translateY(0px);
    opacity: 1;
  }
}

@keyframes scaleDown {
  0% {
    transform: scale(1) translateY(0px);
    opacity: 1;
  }
  100% {
    transform: scale(1) translateY(1200px);
    opacity: 0;
  }
}

@keyframes translateXIn {
  0% {
    transform: scale(1) translateX(500px);
    opacity: 0;
  }
  100% {
    transform: scale(1) translateX(0px);
    opacity: 1;
  }
}

@keyframes translateXOut {
  0% {
    transform: scale(1) translateX(0px);
    opacity: 1;
  }
  100% {
    transform: scale(1) translateX(500px);
    opacity: 0;
  }
}

@keyframes opacityIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacityOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
