@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Hind+Guntur:wght@400;500;600;700&family=Iceland&family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,900;1,400&family=Rubik:wght@400;500;600&display=swap");

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Montserrat", sans-serif !important;
  height: 100%;
  width: 100vw;
  font-size: 1.8rem;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgba(255, 255, 255);
  overflow-x: hidden;
}

.noresp {
  margin: 5rem 0;
}

h1 {
  font-size: 5rem;
  line-height: 1;
  background: -moz-linear-gradient(
    210deg,
    #22005e 0%,
    #e10084 66%,
    #f8aa00 94%
  );
  background: -webkit-linear-gradient(
    210deg,
    #22005e 0%,
    #e10084 66%,
    #f8aa00 94%
  );
  background: linear-gradient(210deg, #22005e 0%, #e10084 66%, #f8aa00 94%);
  -webkit-background-clip: text !important;
  -moz-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  margin-top: 8rem;
  margin-bottom: 0rem;
  text-align: start;
  font-weight: 400;
  padding-bottom: 1rem;
  width: 60%;
}

h2 {
  text-align: center;
  font-size: 5rem;
  margin-bottom: 3rem;
  color: rgb(239 94 47);
}

.btn-title span {
  font-family: "Montserrat", sans-serif !important;
}

p {
  font-weight: 400;
}

.container {
  max-width: 1500px;
  margin: 0 auto;
  width: 90vw;
}

.iconCloseH {
  right: 30px;
  position: absolute;
  top: 20px;
}

.hero .textT {
  font-family: "Montserrat", sans-serif !important;
  font-size: 2.25rem;
  line-height: 1.2;
  color: #4f4f4f;
}

/*****************
Category
*****************/
/* Float four columns side by side */
.column {
  float: left;
  width: 50%;
  padding: 10px;
}

/* Remove extra left and right margins, due to padding in columns */
.row {
  margin: 0 -5px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
.category {
  margin-top: 4rem;
}

.category .card {
  height: 176px;
  text-align: center;
  background: #ffffff;
  box-shadow: -5px 5px 5px rgba(230, 230, 230, 0.2),
    5px -5px 10px rgba(230, 230, 230, 0.2),
    -5px -5px 5px rgba(255, 255, 255, 0.2), 5px 5px 5px rgba(230, 230, 230, 0.2),
    inset 1px 1px 2px rgba(255, 255, 255, 0.3),
    inset -1px -1px 2px rgba(230, 230, 230, 0.25);
  border-radius: 20px;
  display: flex;
  align-items: initial;
  flex-wrap: wrap;
  align-content: space-evenly;
}

.category .card img {
  margin: 0 auto;
  height: 37px;
  width: auto;
}
.card-body {
  width: 100%;
  line-height: 1;
  color: #3c3b3b;
}

.category a,
.category a:hover {
  text-decoration: none;
}

/*****************
Search input
*****************/
.search-container {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  width: 100%;
  border-radius: 20px;
  border: 1px solid #ccc;
  height: 7rem;
  overflow: hidden;
  background: rgba(255, 255, 255);
  margin-bottom: 0rem;
}

.search-input {
  padding: 2rem 2.5rem;
  flex-grow: 1;
  border: 0;
  outline: 0;
  font-size: 2rem;
  background: linear-gradient(245deg, #a7cf38, #627635);
  -webkit-background-clip: text !important;
  -moz-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

::placeholder {
  font-size: 2.25rem;
  background: -moz-linear-gradient(
    -160deg,
    #f8aa00 0%,
    #e10084 66%,
    #22005e 94%
  );
  background: -webkit-linear-gradient(
    -160deg,
    #f8aa00 0%,
    #e10084 66%,
    #22005e 94%
  );
  background: linear-gradient(-160deg, #f8aa00 0%, #e10084 66%, #22005e 94%);
  -webkit-background-clip: text !important;
  -moz-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-size: 150%;
}

.chatLink {
  background: -moz-linear-gradient(
    -160deg,
    #f8aa00 0%,
    #e10084 66%,
    #22005e 94%
  );
  background: -webkit-linear-gradient(
    -160deg,
    #f8aa00 0%,
    #e10084 66%,
    #22005e 94%
  );
  background: linear-gradient(-160deg, #f8aa00 0%, #e10084 66%, #22005e 94%);
  -webkit-background-clip: text !important;
  -moz-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-size: 150%;
  text-decoration: none;
  font-weight: 500;
}

.chatLink:hover {
  text-decoration: none;
}

/******************
Buttons
******************/
.btn {
  padding: 1.5rem;
  border: 0;
  cursor: pointer;
  width: 2rem;
  height: 2rem;
}

.btn-title {
  width: 80%;
  height: 100%;
  font-size: 2rem;
  font-weight: 400;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background: transparent;
  text-align: left;
  padding: 2rem;
  color: #5c646a;
  font-family: "Montserrat";
}

.container {
  width: 85vw;
  padding-top: 4rem;
}

.chevron-btn {
  width: 6rem;
  height: 100%;
  font-size: 2.5rem;
  color: #979797;
  background: transparent;
}

.close-btn {
  width: 6rem;
  height: 100%;
  font-size: 2.5rem;
  color: #22005e;
  background: transparent;
  display: none;
}

.search-btn {
  background: url(../images/search.svg) no-repeat;
  background-size: 80%;
  background-position: center center;
  background-color: #fff;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-left: 2rem;
}

/****************
FAQ 
*****************/
.container_faq {
  padding-bottom: 17rem;
  position: relative;
}

.faq {
  max-width: 100%;
  margin-bottom: 10rem;
}

.faq__item {
  position: relative;
  border-radius: 20px;
  margin: 2rem 0;
}

.faq__item__title {
  display: flex;
  justify-content: space-between;
  font-size: 2.5rem;
  color: #22005e;
  border-radius: 20px;
  border: 1px solid #ccc;
  transition: background-color 0.3s ease-in-out;
  background: white;
}

.faq__item__text-wrapper {
  box-shadow: -2px -3px 8px #fafafc, 1px 1px 5px #b1b5c6,
    inset 1px 1px 3px #ebecf0;
  border-radius: 0px 0px 20px 20px;
  margin-top: -1rem;
  z-index: 9;
  height: 0;
  padding: 0;
  overflow: hidden;

  transition: height 0.3s ease-in-out;
}

.active .faq_item__text-wrapper {
  margin-top: -3rem;
}

.faq__item__text {
  font-size: 2rem;
  line-height: 1.3;
  padding: 3.5rem 3rem;
  font-weight: 400;
  color: #585858;
}

.faq__item__text > span {
  font-style: italic;
}

/* Active class */
.faq__item.active .faq__item__title {
  padding: 0px;
  border-radius: 20px;
  border: 0px;
  z-index: 99;
  position: inherit;
}

.faq__item.active #faq_ques {
  background: #fff;
  border-radius: 20px;
  margin: 0px;
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(231deg, #f8aa00 0%, #e10084 36%, #22005e 84%) border-box;
  border: 2px solid transparent;
  border-radius: 20px;
}

.faq__item.active .faq__item__title button {
  background: -moz-linear-gradient(
    211deg,
    rgba(248, 170, 0, 1) 0%,
    rgba(225, 0, 132, 1) 30%,
    rgba(34, 0, 94, 1) 75%
  );
  background: -webkit-linear-gradient(
    211deg,
    rgba(248, 170, 0, 1) 0%,
    rgba(225, 0, 132, 1) 30%,
    rgba(34, 0, 94, 1) 75%
  );
  background: linear-gradient(
    211deg,
    rgba(248, 170, 0, 1) 0%,
    rgba(225, 0, 132, 1) 30%,
    rgba(34, 0, 94, 1) 75%
  );
  -webkit-background-clip: text !important;
  -moz-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-size: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#faq_ques {
  display: flex;
  justify-content: space-between;
  font-size: 2.5rem;
  color: #22005e;
  width: 100%;
}

.faq__item.active .faq__item__text {
  display: block;
  background-color: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.faq__item.active .chevron-btn {
  display: none;
}

.faq__item.active .close-btn {
  display: block;
}

.section_cant {
  text-align: center;
  padding: 2rem;
  font-size: 1.8rem;
  font-weight: 100;
}

.bg_degrade {
  background: -moz-linear-gradient(180deg, #05d3af 0%, #00b6ce 100%);
  background: -webkit-linear-gradient(180deg, #05d3af 0%, #00b6ce 100%);
  background: linear-gradient(180deg, #05d3af 0%, #00b6ce 100%);
  border: 0px;
  padding: 3rem;
  border-radius: 20px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  width: 20vw;
  font-size: 2.3rem;
  margin: 4rem auto 0rem;
}
p.my-5 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.noresp.my-5 {
  text-align: center;
  width: 90%;
  margin: 0 auto;
  color: #4f4f4f;
  font-family: "Rubik", sans-serif !important;
  font-size: 1.75rem;
  line-height: 1.2;
}
.error {
  text-align: center;
  position: fixed;
  bottom: 20px;
  display: none;
  width: 90%;
}
.error p {
  color: #4f4f4f;
  font-family: "Rubik", sans-serif !important;
  font-size: 1.75rem;
  line-height: 1.2;
  margin-bottom: 1.2rem;
}
.sinPadding {
  padding-top: 0px;
}
img.card-img-top_logo {
  height: 27px !important;
}
/*****************
Responsive
******************/

@media screen and (max-width: 1200px) {
  .bg_degrade {
    width: 40vw;
  }
}

@media screen and (max-width: 700px) {
  html {
    font-size: 55%;
  }

  .header::after {
    bottom: -0.3%;
  }

  .search-container {
    width: 100%;
  }

  .bg_degrade {
    width: 60vw;
    padding: 3rem;
  }
}

@media screen and (max-width: 450px) {
  html {
    font-size: 50%;
  }

  h1 {
    width: 55%;
    font-size: 4.5rem;
    margin-top: 4rem;
  }

  h1#esTitle {
    width: 100%;
  }

  .footer form input {
    width: 81%;
  }

  h2 {
    font-size: 3rem;
  }

  .fa-chevron-down,
  .chevron-btn {
    font-size: 3.4rem;
    color: #ccc;
  }

  .faq__icons {
    width: 20%;
  }
  .chevron-btn,
  .close-btn {
    width: 100%;
  }

  .search-input {
    padding: 0px 1rem;
  }

  .search-input::placeholder {
    font-size: 2.25rem;
    padding-left: 0.15rem;
  }

  .faq {
    margin-top: 2rem;
  }

  .btn-title {
    font-size: 2.25rem;
    line-height: 1.3;
    padding: 2rem 3.7rem 2rem 3rem;
  }

  .bg-clip {
    padding: 7rem;
  }
}

@media screen and (max-width: 380px) {
  .btn-title {
    font-size: 2rem;
    line-height: 1.1;
    padding: 2rem 0.5rem 2rem 4rem;
  }
}

/*--------------------------
Footer
--------------------------*/

.page-padding {
  padding: 8em 2.5em;
}
.page-padding.is-footer {
  padding-top: 0;
  padding-bottom: 0;
}

.container_footer {
  max-width: 95%;
  margin: 0 auto;
}
.footer-dislaimer_inner {
  background-color: #fafafc;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  padding: 3.75em 2.5em 2.5em;
  box-shadow: 0px 0px 11px 6px #e6e6e6;
}
.gradient-clip {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#05d3af, #00b6ce);
  -webkit-background-clip: text;
  background-clip: text;
}
.w-layout-grid {
  display: flex;
}
.footer-top-logo_wall {
  grid-template: "." / max-content 1fr;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.footer-logo_wrapper {
  display: flex;
}
.footer-logo_wrapper img {
  width: auto;
  height: 3.5rem;
  margin-left: 3rem;
}
.w-inline-block {
  max-width: 100%;
  margin-right: 2rem;
  text-decoration: none;
}
.footer_top {
  margin-bottom: 2rem;
}

.footer-logo {
  width: 10em;
}

.footer_bot {
  margin-top: 3rem;
}
.disclaimer-text {
  color: #979797;
  font-size: 0.75em;
  font-weight: 400;
}

@media screen and (max-width: 600px) {
  footer {
    display: none;
  }
}
