/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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":"src/app/layout.js","import":"Inter","arguments":[{"subsets":["latin"]}],"variableName":"inter"} ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* cyrillic-ext */
@font-face {
  font-family: '__Inter_e8ce0c';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/55c55f0601d81cf3-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: '__Inter_e8ce0c';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/26a46d62cd723877-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_e8ce0c';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/97e0cb1ae144a2a9-s.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: '__Inter_e8ce0c';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/581909926a08bbc8-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_e8ce0c';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/df0a9ae256c0569c-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_e8ce0c';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/8e9860b6e62d6359-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, 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_e8ce0c';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/e4af272ccee01ff0-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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: '__Inter_Fallback_e8ce0c';src: local("Arial");ascent-override: 90.49%;descent-override: 22.56%;line-gap-override: 0.00%;size-adjust: 107.06%
}.__className_e8ce0c {font-family: '__Inter_e8ce0c', '__Inter_Fallback_e8ce0c';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]!./src/styles/globals.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

:root {
  --main-color: #06D9FA;
  --black-color: #253D4E;
  --black-color2: #1E293B;
  --white: #fff;

}

.cl_white {
  color: var(--white);
}

.cl_main {
  color: var(--main-color);
}

/* Typography */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-inter);
}



div,
p,
small,
label,
span,
a,
li,
ul,
ol,
input,
textarea,
button {
  font-family: var(--font-inter);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

button {
  font-family: var(--font-inter) !important;
}

ul {
  list-style-type: none;
  list-style-position: inside;
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
}

h1 {
  font-size: 55px;
  line-height: 72px;
  font-weight: 800;
}

h1 span {
  font-size: 55px;
  line-height: 72px;
  font-weight: 800;

}

h2 {
  font-size: 45px;
  line-height: normal;
  font-weight: 800;
}

h3 {
  font-size: 35px;
  line-height: 46px;
  font-weight: 800;
}

h4 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

h4 span {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

h5 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
}

h6 {
  font-size: 20px;
  line-height: 100%;
  font-weight: 600;
}

.body_small {
  font-size: 14px;
  line-height: 26px;

}

.body_m {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* font weight */

.fw_300 {
  font-weight: 300;
}

.fw_400 {
  font-weight: 400;
}

.fw_500 {
  font-weight: 500;
}

.fw_600 {
  font-weight: 600;
}

.fw_700 {
  font-weight: 700;
}

.fw_800 {
  font-weight: 800;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_25 {
  margin-bottom: 25px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_40 {
  margin-bottom: 40px;
}

.container {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0px 20px;
}

.main_btn {
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  border: none;
  cursor: pointer;
}

.main_btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.sec_heading {
  margin-bottom: 40px;
}

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

.sec_heading h4 {
  color: #000;
  margin-bottom: 8px;
}

.sec_heading h4 span {
  color: #4632DA;
}

.slick-list {
  margin: 0 -20px;
}

.slick-slide>div {
  padding: 0 20px;
  padding-bottom: 30px;
}

.slick-dots {
  bottom: 0px !important;
  margin-top: 20px;
  position: static !important;
}

.slick-dots li {
  width: auto !important;
  height: auto !important;
  margin: 4px !important;
}

.slick-dots li button {
  padding: 0px !important;
  background-color: #4632dab5 !important;
  width: 16px !important;
  height: 16px !important;
  border-radius: 50% !important;

}

.slick-dots li.slick-active button {
  background-color: #4632DA !important;
}

.slick-dots li button::before {
  display: none;
}

.ant-collapse {
  background-color: transparent !important;
}

.faq_item_wrapper .ant-collapse-item {
  margin-bottom: 12px;
  padding-bottom: 10px;
}

.position-relative {
  position: relative;
}

.section_space {
  padding: 80px 0px;
}

.otp_input {
  width: 60px !important;
  padding: 0px 5px !important;
  height: 45px !important;
}

.otp-separator {
  margin: 0 5px;
  display: inline-block;
}

@media only screen and (max-width: 1399px) {
  h1 {
    font-size: 46px;
    line-height: 56px;
  }

  /* container */
  .container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
  }

  h2 {
    font-size: 38px;
    line-height: 42px;
  }

  h4 {
    font-size: 22px;
    line-height: 26px;
  }

  h5 {
    font-size: 20px;
    line-height: 24px;
  }

  .mb_40 {
    margin-bottom: 35px;
  }

  .ic_section_space {
    padding: 80px 0;
  }

  .ic_section_space_top {
    padding-top: 80px;
  }

  .ic_section_space_bottom {
    padding-bottom: 80px;
  }

  .slick-list {
    margin: 0 -10px;
  }

  .slick-slide>div {
    padding: 0 10px;
    padding-bottom: 20px;
  }

  .section_space {
    padding: 70px 0px;
  }

}

@media only screen and (max-width: 1199px) {
  h2 {
    font-size: 35px;
    line-height: 42px;
  }

  h3 {
    font-size: 24px;
    line-height: 38px;
  }

  h4 {
    font-size: 20px;
    line-height: 26px;
  }

  h5 {
    font-size: 18px;
    line-height: 24px;
  }

  .mb_40 {
    margin-bottom: 30px;
  }

  .container {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 15px;
  }

  .ic_section_space_top {
    padding-top: 70px;
  }

  .ic_section_space_bottom {
    padding-bottom: 70px;
  }


  .section_space {
    padding: 60px 0px;
  }

}

@media only screen and (max-width: 991px) {
  .container {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 15px;
  }



  .ic_section_space_top {
    padding-top: 50px;
  }

  .ic_section_space_bottom {
    padding-bottom: 50px;
  }

  .ic_section_space {
    padding: 50px 0;
  }

  .mt-34 {
    margin-top: 24px;
  }

  .mb_40 {
    margin-bottom: 25px;
  }

  h2 {
    font-size: 30px;
    line-height: 36px;
  }

  h3 {
    font-size: 22px;
  }



  h1 {
    font-size: 38px;
    line-height: 46px;
  }

  .mb_30 {
    margin-bottom: 25px;
  }

  .main_btn {
    height: 48px;
    border-radius: 24px;
  }

  .section_space {
    padding: 50px 0px;
  }


}

@media only screen and (max-width: 767px) {

  .container {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 15px;
  }



  .ic_section_space {
    padding: 40px 0;
  }

  .ic_section_space_top {
    padding-top: 40px;
  }

  .mb_30 {
    margin-bottom: 20px;
  }

  .mb_40 {
    margin-bottom: 20px;
  }

  .ic_section_space_bottom {
    padding-bottom: 40px;
  }

  .main_btn {
    height: 45px;
    border-radius: 22px;
  }


  p,
  small,
  label,
  span,
  a,
  li,
  ul,
  ol,
  input,
  textarea,
  button {
    font-size: 14px;
    line-height: 24px;
  }

  .ic_error_content p {
    font-size: 18px;
  }

  h6 {
    font-size: 18px;
    line-height: 26px;
  }

  .slick-dots li button {
    width: 14px !important;
    height: 14px !important;
  }
}

@media only screen and (max-width: 575px) {
  h1 {
    font-size: 32px;
    line-height: 38px;
  }

  h5 {
    font-size: 14px;
    line-height: 22px;
  }

  h2 {
    font-size: 26px;
    line-height: 33px;
  }

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