/*!******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!./app/components/Contact/index.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************/
/** @format */

.container-contact {
  padding-top: 60px;
  height: auto;
  background: linear-gradient(
    90deg,
    rgba(230, 246, 245, 1) 4%,
    rgba(240, 248, 251, 1) 10%
  );
}

.sub-container {
  height: 700px;
  display: grid;
  grid-template-rows: 18% 82%;
  width: 100vw;
}
#contact-get-pargph {
  font-size: 20px;
  margin: auto;
  width: 50%;
}

.div-12ndrow {
  padding-bottom: 70px;
  margin: auto;
  width: 96%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.div-321 {
  height: 581px;
  margin: auto;
  width: 90%;
  border-radius: 2vw 2vw 0.6vw 1vw;
  background-color: var(--mint-white);
  box-shadow: -14px 0px 1px var(--mint-white);
}

.header101 {
  padding-bottom: 40px;
  color: var(--color-black);
  text-align: center;
}

.getintouch {
  font-style: normal;
  font-size: 80px;
  font-family: var(--horta);
}

.hedi-flex1 {
  padding-top: 2.5%;
  padding-left: 2%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.header-2 {
  width: 46vw;
}

#drp-msg {
  color: var(--color-black);
  font-family: var(--horta);
  width: 70vw;
  font-size: 40px;
}

.paragraph-contact {
  width: 80vw;
}

#par-cont {
  color: var(--began-d);
  font-size: 20px;
}

.form-table {
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: 70% 30%;
}

.left-insddfim {
  height: 490px;
}

.left-contact {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 48.3vw;
}

.form-1 {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin-top: 2vw;
}

.form-2 {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 3px;
}

.form-1 input {
  width: 42%;
  line-height: 22px;
  padding: 12px;
  border-radius: 5px;
  border: none;
}

#ProductEnquiry {
  width: 45%;
  line-height: 22px;
  padding: 12px;
  border-radius: 5px;
  border: none;
  justify-content: space-between;
}

.form-2 input {
  margin-top: 20px;
  border: 1px solid var(--ccc);
  border-radius: 5px;
  padding: 12px;
  border: none;
}

.message {
  position: relative;
  width: 48.4vw;
  border: none;
  height: 100px;
  top: 30px;
}

#sbt {
  position: relative;
  top: 55px;
  width: 48vw;
  background-color: var(--primary-color);
  color: var(--color-white);
  border: none;
  padding: 15px;
  border-radius: 12px;
  cursor: pointer;
  font-size: 22px;
  text-align: center;
}

#sbt:hover {
  background: var(--mint-white);
  border: 1px solid var(--blue-color);
  color: var(--blue-color);
  cursor: pointer;
}

.inside-contact {
  position: relative;
  top: 2vw;
  left: -1vw;
}

.icen {
  text-align: center;
  border-radius: 50%;
  width: 37px;
  height: 37px;
  background-color: var(--neon-green);
}

.item2 {
  margin-top: 0.8rem;
  display: flex;
  width: max-content;
  height: 61px;
}

.item1 {
  margin-top: 0.8rem;
  display: flex;
  width: fit-content;
  height: 62px;
}

.item0 {
  display: flex;
  width: fit-content;
  height: 61px;
}

.below {
  font-weight: 600;
  color: var(--began-d);
  position: relative;
  top: 0.2999999999999998vw;
  left: 1.5vw;
  opacity: 60%;
}

.salesfinsweetcom {
  position: relative;
  left: 1.5vw;
}

.salesfinsweetcom > a {
  color: var(--began-d);
  text-decoration: none;
  font-weight: 600;
}

#rotate-call {
  left: 0.5vw;
  top: 0.5vw;
  position: relative;
}

#rotate-mail {
  left: 0.5vw;
  top: 0.5vw;
  position: relative;
}

#rotate {
  left: 0.5vw;
  top: 0.7vw;
  position: relative;
  transform: rotate(-49deg);
}

.salesfinsweetcom {
  color: var(--began-d);
  font-family: sans-serif;
  font-size: 20px;
}

.cnt-sgvmail {
  width: 42px;
  height: 42px;
}
.contact-svgphone {
  width: 42px;
  height: 42px;
}
.form-2 .name::placeholder {
  color: var(--began-d);
  font-weight: 300;
}

.form-1 .name::placeholder {
  color: var(--began-d);
  font-weight: 300;
}
.message::placeholder {
  color: var(--began-d);
  font-weight: 300;
}

/* MEDIA QUERIES */

@media screen and (max-width: 1392px) {
  .container-contact {
    height: auto;
    background: linear-gradient(
      90deg,
      rgba(230, 246, 245, 1) 4%,
      rgba(240, 248, 251, 1) 10%
    );
  }

  .sub-container {
    margin: auto;
    width: 92%;
    height: auto;
    display: grid;
    grid-template-rows: 22% 78%;
  }
  #contact-get-pargph {
    margin: auto;
    width: 70%;
  }

  .getintouch {
    font-style: normal;
    font-size: 75px;
    font-family: var(--horta), sans-serif;
    margin-bottom: -6px;
  }

  .form-table {
    flex-direction: column;
    display: grid;
    grid-template-columns: 100%;
  }
  .left-insddfim {
    height: auto;
  }

  .div-12ndrow {
    padding-left: 18px;
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 15px;
  }

  .div-321 {
    padding-bottom: 30px;
    height: auto;
    margin: auto;
    width: 90%;
    border-radius: 2vw 2vw 0.6vw 1vw;
    background-color: var(--mint-white);
    box-shadow: -14px 0px 1px var(--mint-white);
  }

  .hedi-flex1 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  #drp-msg {
    color: var(--color-black);

    width: 84vw;
    font-size: 30px;
  }

  .left-contact {
    padding-bottom: 48px;
    width: 87%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .form-1 {
    margin-left: 1%;
    display: flex;
    justify-content: flex-start;
    width: 76.8vw;
    justify-content: space-between;
    flex-direction: row;
  }

  .form-2 {
    margin-left: 1%;
    display: flex;
    flex-direction: column;
    position: relative;
    top: 3px;
    width: 76.8vw;
  }

  .form-1 input {
    line-height: 22px;
    padding: 10px;
    border-radius: 5px;
    border: none;
  }

  #ProductEnquiry {
    line-height: 22px;
    padding: 10px;
    border-radius: 5px;
    border: none;
  }

  .form-2 input {
    border: 1px solid var(--ccc);
    border-radius: 5px;
    padding: 10px;
    border: none;
  }

  .message {
    margin-left: 1%;
    border: none;
    height: 100px;
    width: 76.8vw;
  }

  #sbt {
    margin-left: 1%;
    text-align: center;
    top: 50px;
    width: 76.8vw;
    background-color: var(--primary-color);
    color: #000;
    border: none;
    padding: 1.3333vw 3.3333vw;
    border-radius: 12px;
    cursor: pointer;
    font-size: 15px;
  }

  #sbt:hover {
    background: var(--mint-white);
    border: 1px solid var(--blue-color);
    color: var(--blue-color);
    cursor: pointer;
  }

  .inside-contact {
    justify-content: flex-start;
    flex-direction: column;
    display: flex;
  }

  .contact-info {
    padding-top: 4%;
    padding-left: 2%;
    position: relative;
    width: 42%;
    flex: 1;
  }

  .icen {
    text-align: center;
    border-radius: 50%;
    width: 37px;
    height: 37px;
    background-color: var(--neon-green);
  }

  .item2 {
    display: flex;
    width: max-content;
    height: 61px;
  }

  .item1 {
    margin-top: 0.8rem;
    display: flex;
    width: fit-content;
    height: auto;
  }

  .item0 {
    display: flex;
    width: max-content;
    height: auto;
  }

  .salesfinsweetcom {
    position: relative;
    left: 1.5vw;
  }

  #rotate-call {
    left: 1.3vw;
    top: 1.3vw;
    position: relative;
  }

  #rotate-mail {
    left: 1.3vw;
    top: 1.3vw;
    position: relative;
  }

  #rotate {
    left: 1.3vw;
    top: 1.3vw;
    position: relative;
    transform: rotate(-49deg);
  }

  .salesfinsweetcom {
    font-size: 20px;
  }

  body {
    overflow-x: hidden;
  }
}

@media screen and (min-width: 320px) and (max-width: 768px) {
  .contact-svgmail {
    width: 36px;
    height: 36px;
  }
  .contact-svgphone {
    width: 36px;
    height: 36px;
  }
  #par-cont {
    color: var(--began-d);
    font-size: 18px;
  }
  .salesfinsweetcom {
    font-size: 14px;
  }
  .form-1 {
    row-gap: 20px;
    display: flex;
    justify-content: flex-start;
    width: 76.8vw;
    justify-content: space-between;
    flex-direction: column;
  }
  .form-1 input {
    width: 100%;
    line-height: 22px;
    padding: 10px;
    border-radius: 5px;
    border: none;
  }
  .form-table {
    margin-top: 20px;
  }
  .contact-info {
    position: relative;
    width: 42%;
    flex: 1;
  }
}

@media screen and (min-width: 1393px) {
  .sub-container {
    height: auto;
    display: grid;
    grid-template-rows: 25% 75%;
    width: 100vw;
  }

  .form-table {
    padding-left: 2%;
    height: 481px;
    display: grid;
    grid-template-columns: 66% 34%;
  }
  .left-insddfim {
    height: 490px;
  }
  .div-321 {
    height: auto;
    margin: auto;
    width: 90%;
    border-radius: 2vw 2vw 0.6vw 1vw;
    background-color: var(--mint-white);
    box-shadow: -14px 0px 1px var(--mint-white);
  }

  body {
    overflow-x: hidden;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  #contact-get-pargph {
    font-size: 18px;
    margin: auto;
    width: 92%;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  #contact-get-pargph {
    font-size: 18px;
    margin: auto;
    width: 90%;
  }
  .container-contact {
    padding-bottom: 28px;
    height: auto;
    background: linear-gradient(
      90deg,
      rgba(230, 246, 245, 1) 4%,
      rgba(240, 248, 251, 1) 10%
    );
  }

  .sub-container {
    height: auto;
    display: grid;
    grid-template-rows: 30% 70%;
  }

  .getintouch {
    font-size: 45px;
    font-style: normal;
    font-family: var(--horta), sans-serif;
  }

  .left-insddfim {
    height: 372px;
  }

  .div-12ndrow {
    padding-left: 12px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
  }

  .div-321 {
    height: auto;
    margin: auto;
    border-radius: 2vw 2vw 0.6vw 1vw;
    /* background-color: var(--mint-white); */
    box-shadow: -14px 0px 1px var(--mint-white);
  }

  .hedi-flex1 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .header-2 {
    margin-top: 1%;
    margin-left: 1%;
    width: 28vw;
  }

  #drp-msg {
    color: var(--color-black);

    width: 85vw;
    font-size: 24px;
  }

  .paragraph-contact {
    margin-left: 1%;
    width: 70vw;
  }

  .left-contact {
    padding-bottom: 52px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .form-2 {
    margin-left: 1%;
    display: flex;
    flex-direction: column;
    position: relative;
    top: 3px;
    width: 76.8vw;
  }

  #ProductEnquiry {
    line-height: 22px;
    padding: 10px;
    border-radius: 5px;
    border: none;
  }

  .form-2 input {
    border: 1px solid var(--ccc);
    border-radius: 5px;
    padding: 10px;
    border: none;
  }

  .message {
    margin-left: 1%;
    border: none;
    height: 100px;
    width: 76.8vw;
  }

  #sbt {
    margin-left: 1%;
    text-align: center;
    top: 50px;
    width: 76.8vw;
    background-color: var(--primary-color);
    color: var(--color-white);
    border: none;
    padding: 1.3333vw 3.3333vw;
    border-radius: 12px;
    cursor: pointer;
    font-size: 15px;
  }

  #sbt:hover {
    background: var(--mint-white);
    border: 1px solid var(--blue-color);
    color: var(--blue-color);
    cursor: pointer;
  }

  .inside-contact {
    justify-content: flex-start;
    flex-direction: column;
    display: flex;
  }

  .icen {
    text-align: center;
    border-radius: 50%;
    width: 37px;
    height: 37px;
    background-color: var(--neon-green);
  }

  .item2 {
    margin-top: 0.8rem;
    display: flex;
    width: max-content;
    height: 61px;
  }

  .item1 {
    margin-top: 0.8rem;
    display: flex;
    width: max-content;
    height: 62px;
  }

  .item0 {
    display: flex;
    width: max-content;
    height: 61px;
  }

  .salesfinsweetcom {
    position: relative;
    left: 1.5vw;
  }

  #rotate-call {
    left: 2.5vw;
    top: 2.5vw;
    position: relative;
  }

  #rotate-mail {
    left: 2.5vw;
    top: 2.5vw;
    position: relative;
  }

  #rotate {
    left: 2.5vw;
    top: 2.5vw;
    position: relative;
    transform: rotate(-40deg);
  }

  body {
    overflow-x: hidden;
  }
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .sub-container {
    width: 100%;
  }
  .salesfinsweetcom {
    font-size: 13px;
  }
}

@media screen and (max-width: 319px) {
  .container-contact {
    height: 850px;
    background: linear-gradient(
      90deg,
      rgba(230, 246, 245, 1) 4%,
      rgba(240, 248, 251, 1) 10%
    );
  }

  .sub-container {
    display: grid;
    grid-template-rows: 8% 92%;
  }

  .getintouch {
    font-size: 30px;
    font-style: normal;
    font-family: var(--horta), sans-serif;
  }

  .left-insddfim {
    height: 372px;
  }

  .div-12ndrow {
    height: 745px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .div-321 {
    height: 745px;
    margin: auto;
    border-radius: 2vw 2vw 0.6vw 1vw;
    background-color: var(--mint-white);
    box-shadow: -14px 0px 1px var(--mint-white);
  }

  .hedi-flex1 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .header-2 {
    margin-top: 1%;
    margin-left: 1%;
    width: 28vw;
  }

  #drp-msg {
    color: var(--color-black);

    width: 85vw;
    font-size: 24px;
  }

  .paragraph-contact {
    margin-left: 1%;
    width: 70vw;
  }

  .left-contact {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .form-1 {
    margin-left: 1%;
    display: flex;
    justify-content: flex-start;
    width: 76.8vw;
    justify-content: space-between;
    flex-direction: row;
  }

  .form-2 {
    margin-left: 1%;
    display: flex;
    flex-direction: column;
    position: relative;
    top: 3px;
    width: 76.8vw;
  }

  .form-1 input {
    line-height: 22px;
    padding: 10px;
    border-radius: 5px;
    border: none;
  }

  #ProductEnquiry {
    line-height: 22px;
    padding: 10px;
    border-radius: 5px;
    border: none;
  }

  .form-2 input {
    border: 1px solid var(--ccc);
    border-radius: 5px;
    padding: 10px;
    border: none;
  }

  .message {
    margin-left: 1%;
    border: none;
    height: 100px;
    width: 76.8vw;
  }

  #sbt {
    margin-left: 1%;
    text-align: center;
    top: 50px;
    width: 76.8vw;
    background-color: var(--primary-color);
    color: var(--color-white);
    border: none;
    padding: 1.3333vw 3.3333vw;
    border-radius: 12px;
    cursor: pointer;
    font-size: 15px;
  }

  #sbt:hover {
    background: var(--mint-white);
    border: 1px solid var(--blue-color);
    color: var(--blue-color);
    cursor: pointer;
  }

  .inside-contact {
    justify-content: flex-start;
    flex-direction: column;
    display: flex;
  }

  .contact-info {
    left: 5vw;
    top: 4vw;
    position: relative;
    width: 42%;
    flex: 1;
  }

  .icen {
    text-align: center;
    border-radius: 50%;
    width: 37px;
    height: 37px;
    background-color: var(--neon-green);
  }

  .item2 {
    margin-top: 0.8rem;
    display: flex;
    width: 297px;
    height: 61px;
  }

  .item1 {
    margin-top: 0.8rem;
    display: flex;
    width: 300px;
    height: 62px;
  }

  .item0 {
    display: flex;
    width: 241px;
    height: 61px;
  }

  .salesfinsweetcom {
    position: relative;
    left: 1.5vw;
  }

  #rotate-call {
    left: 2.5vw;
    top: 2.5vw;
    position: relative;
  }

  #rotate-mail {
    left: 2.5vw;
    top: 2.5vw;
    position: relative;
  }

  #rotate {
    left: 2.5vw;
    top: 2.5vw;
    position: relative;
    transform: rotate(-40deg);
  }

  .salesfinsweetcom {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
  }
  .header101 {
    width: 94%;
    color: var(--color-black);
    text-align: center;
  }

  body {
    overflow-x: hidden;
    margin: 0px;
  }
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[2].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[13].oneOf[2].use[2]!./node_modules/next/font/google/target.css?{"path":"app/constant.js","import":"Montserrat","arguments":[{"display":"swap","weight":"500","subsets":["latin"]}],"variableName":"montserrat"} ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* cyrillic-ext */
@font-face {
  font-family: '__Montserrat_c8fde2';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/356432213705182c-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: '__Montserrat_c8fde2';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/a93d3a9445899216-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: '__Montserrat_c8fde2';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/b51ef20963cfdf8d-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__Montserrat_c8fde2';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/a6bc35f8faaab1b5-s.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Montserrat_c8fde2';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/80125230ebe98283-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: '__Montserrat_Fallback_c8fde2';src: local("Arial");ascent-override: 85.79%;descent-override: 22.25%;line-gap-override: 0.00%;size-adjust: 112.83%
}.__className_c8fde2 {font-family: '__Montserrat_c8fde2', '__Montserrat_Fallback_c8fde2';font-weight: 500;font-style: normal
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[2].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[13].oneOf[2].use[2]!./node_modules/next/font/google/target.css?{"path":"app/constant.js","import":"Noto_Sans","arguments":[{"display":"swap","weight":"500","subsets":["latin"]}],"variableName":"noto_Sans"} ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* cyrillic-ext */
@font-face {
  font-family: '__Noto_Sans_4a3456';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/ff010d87b3a4ad8c-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: '__Noto_Sans_4a3456';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/305daf5d5f484db4-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* devanagari */
@font-face {
  font-family: '__Noto_Sans_4a3456';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/cfcfefcf5d0bd76a-s.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}
/* greek-ext */
@font-face {
  font-family: '__Noto_Sans_4a3456';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/0614a9c5679a9770-s.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: '__Noto_Sans_4a3456';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/df42776013ccc7b2-s.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: '__Noto_Sans_4a3456';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/935832641c8fa995-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__Noto_Sans_4a3456';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/30c15701b9d760bc-s.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Noto_Sans_4a3456';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/d63a721c94df843f-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: '__Noto_Sans_Fallback_4a3456';src: local("Arial");ascent-override: 100.54%;descent-override: 27.56%;line-gap-override: 0.00%;size-adjust: 106.33%
}.__className_4a3456 {font-family: '__Noto_Sans_4a3456', '__Noto_Sans_Fallback_4a3456';font-weight: 500;font-style: normal
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[2].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[13].oneOf[2].use[2]!./node_modules/next/font/google/target.css?{"path":"app/constant.js","import":"Inter","arguments":[{"display":"swap","weight":"500","subsets":["latin"]}],"variableName":"inter"} ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* cyrillic-ext */
@font-face {
  font-family: '__Inter_2e3237';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/6e4fb5f0b9b94280-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: '__Inter_2e3237';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/13f2c49ab4ecb5b6-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: '__Inter_2e3237';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/755b9941c6d680f8-s.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: '__Inter_2e3237';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/86235a0393de2f53-s.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: '__Inter_2e3237';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/e83c3bfd684ede70-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__Inter_2e3237';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/6364dcd892b96399-s.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Inter_2e3237';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/e4a5e7fc8a0ba879-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: '__Inter_Fallback_2e3237';src: local("Arial");ascent-override: 90.49%;descent-override: 22.56%;line-gap-override: 0.00%;size-adjust: 107.06%
}.__className_2e3237 {font-family: '__Inter_2e3237', '__Inter_Fallback_2e3237';font-weight: 500;font-style: normal
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[2].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[13].oneOf[2].use[2]!./node_modules/next/font/google/target.css?{"path":"app/constant.js","import":"Poppins","arguments":[{"display":"swap","weight":"600","subsets":["latin"]}],"variableName":"poppins"} ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* latin-ext */
@font-face {
  font-family: '__Poppins_12c8de';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/0a03a6d30c07af2e-s.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Poppins_12c8de';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/0484562807a97172-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: '__Poppins_Fallback_12c8de';src: local("Arial");ascent-override: 93.62%;descent-override: 31.21%;line-gap-override: 8.92%;size-adjust: 112.16%
}.__className_12c8de {font-family: '__Poppins_12c8de', '__Poppins_Fallback_12c8de';font-weight: 600;font-style: normal
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[2].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[13].oneOf[2].use[2]!./node_modules/next/font/google/target.css?{"path":"app/constant.js","import":"Mulish","arguments":[{"display":"swap","weight":"500","subsets":["latin"]}],"variableName":"mulish"} ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* cyrillic-ext */
@font-face {
  font-family: '__Mulish_6e5af2';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/f0715998657a73df-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: '__Mulish_6e5af2';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/cf4e6fab1e88fefb-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: '__Mulish_6e5af2';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/afb59ed93e9d1b28-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__Mulish_6e5af2';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/150cbe35e902339a-s.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Mulish_6e5af2';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/bcaf79338063300e-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: '__Mulish_Fallback_6e5af2';src: local("Arial");ascent-override: 96.56%;descent-override: 24.02%;line-gap-override: 0.00%;size-adjust: 104.08%
}.__className_6e5af2 {font-family: '__Mulish_6e5af2', '__Mulish_Fallback_6e5af2';font-weight: 500;font-style: normal
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[2].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[13].oneOf[2].use[2]!./node_modules/next/font/google/target.css?{"path":"app/constant.js","import":"Roboto","arguments":[{"display":"swap","weight":"500","subsets":["latin"]}],"variableName":"roboto"} ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* cyrillic-ext */
@font-face {
  font-family: '__Roboto_54aa2a';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/dfa8b99978df7bbc-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: '__Roboto_54aa2a';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/42d52f46a26971a3-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: '__Roboto_54aa2a';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/a6d330d7873e7320-s.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: '__Roboto_54aa2a';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/a5b77b63ef20339c-s.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: '__Roboto_54aa2a';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/d117eea74e01de14-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__Roboto_54aa2a';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/eb52b768f62eeeb4-s.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Roboto_54aa2a';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/627622453ef56b0d-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: '__Roboto_Fallback_54aa2a';src: local("Arial");ascent-override: 92.98%;descent-override: 24.47%;line-gap-override: 0.00%;size-adjust: 99.78%
}.__className_54aa2a {font-family: '__Roboto_54aa2a', '__Roboto_Fallback_54aa2a';font-weight: 500;font-style: normal
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[2].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[13].oneOf[2].use[2]!./node_modules/next/font/google/target.css?{"path":"app/constant.js","import":"DM_Sans","arguments":[{"display":"swap","weight":"500","subsets":["latin"]}],"variableName":"dM_Sans"} ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* latin-ext */
@font-face {
  font-family: '__DM_Sans_375dbe';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/6fe4dfc53cf88ecb-s.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__DM_Sans_375dbe';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/71dcb7efc7d2c8e8-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: '__DM_Sans_Fallback_375dbe';src: local("Arial");ascent-override: 94.90%;descent-override: 29.66%;line-gap-override: 0.00%;size-adjust: 104.53%
}.__className_375dbe {font-family: '__DM_Sans_375dbe', '__DM_Sans_Fallback_375dbe';font-weight: 500;font-style: normal
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[2].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[13].oneOf[2].use[2]!./node_modules/next/font/google/target.css?{"path":"app/constant.js","import":"Manrope","arguments":[{"display":"swap","weight":"500","subsets":["latin"]}],"variableName":"manrope"} ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* cyrillic-ext */
@font-face {
  font-family: '__Manrope_f4a8d0';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/7997c39d7982fdb1-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: '__Manrope_f4a8d0';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/08fbbe8222dc41e9-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek */
@font-face {
  font-family: '__Manrope_f4a8d0';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/fc1a4dabf5406bc0-s.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: '__Manrope_f4a8d0';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/6e66886a596209e0-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__Manrope_f4a8d0';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/6d08f5c7131be4d5-s.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Manrope_f4a8d0';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/340b1e736f7b6b1a-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: '__Manrope_Fallback_f4a8d0';src: local("Arial");ascent-override: 103.31%;descent-override: 29.07%;line-gap-override: 0.00%;size-adjust: 103.19%
}.__className_f4a8d0 {font-family: '__Manrope_f4a8d0', '__Manrope_Fallback_f4a8d0';font-weight: 500;font-style: normal
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!./app/components/LoadingOverlay/index.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************/
/** @format */

.loader-container {
  position: fixed;
  background: #211f1fc4;
  top: 0;
  opacity: 0.8;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1056;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lds-roller {
  display: inline-block;
  position: absolute;
  top: 48vh;
  left: 48vw;
  width: 4rem;
  height: 4rem;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}
.lds-roller div:after {
  content: ' ';
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: linear-gradient(30deg, #0a9add 10%, #8390c6 100%);
  margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* media query part */
@media (max-width: 1024px) {
  .loader-container {
    background-color: rgba(33, 31, 31, 0.79);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1056;
  }
}
@media (max-width: 992px) {
  .lds-roller {
    left: 46vw;
  }
}

@media (max-width: 768px) {
  .lds-roller {
    left: 45vw;
  }
}

@media (max-width: 425px) {
  .lds-roller {
    left: 42vw;
  }
}
@media (max-width: 375px) {
  .lds-roller {
    left: 41vw;
  }
}
@media (max-width: 320px) {
  .lds-roller {
    left: 40vw;
  }
}
/* @-webkit-keyframes follow-the-leader {
  0% {
    -webkit-transform: rotate(0deg) translateY(-200%);
    transform: rotate(0deg) translateY(-200%);
  }

  60%,
  100% {
    -webkit-transform: rotate(360deg) translateY(-200%);
    transform: rotate(360deg) translateY(-200%);
  }
}

@keyframes follow-the-leader {
  0% {
    -webkit-transform: rotate(0deg) translateY(-200%);
    transform: rotate(0deg) translateY(-200%);
  }

  60%,
  100% {
    -webkit-transform: rotate(360deg) translateY(-200%);
    transform: rotate(360deg) translateY(-200%);
  }
} */

/* .follow-the-leader-line {
  height: 14px;
  position: relative;
  width: 14px;
}

.follow-the-leader-line div {
  -webkit-animation: follow-the-leader 1.25s infinite backwards;
  animation: follow-the-leader 1.25s infinite backwards;
  background-color: #004b04;
  border-radius: 100%;
  height: 100%;
  width: 100%;
}

.follow-the-leader-line div:nth-child(1) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
  background-color: rgba(27, 146, 3, 0.9);
}

.follow-the-leader-line div:nth-child(2) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  background-color: rgba(14, 136, 34, 0.8);
}

.follow-the-leader-line div:nth-child(3) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
  background-color: rgba(15, 180, 9, 0.7);
}

.follow-the-leader-line div:nth-child(4) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  background-color: rgba(22, 153, 55, 0.6);
}

.follow-the-leader-line div:nth-child(5) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
  background-color: rgba(9, 185, 62, 0.808);
} */

