@font-face {
  font-family: "Poetirey";
  src: url("../fonts/Poetirey-Regular.ttf");
}
@font-face {
  font-family: "Winter Minie";
  src: url("../fonts/Winter Minie.ttf");
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active {
  outline: 0;
}
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  font-size: 16px;
}

*,
*::before,
*::after,
input[type=search] {
  box-sizing: inherit;
}

body {
  font-size: 1rem;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.5;
  margin: 0;
}

body,
html {
  height: 100%;
  width: 100vw;
  overflow-x: hidden;
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre {
  margin: 0;
}

button {
  background: transparent;
  border: 0;
  padding: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

iframe {
  border: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav ul {
  list-style: none;
}

img {
  max-width: 100%;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

body {
  --sb-track-color: #232e33;
  --sb-thumb-color: #fdec00;
  --sb-size: 5px;
}

body::-webkit-scrollbar {
  width: var(--sb-size);
}

body::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 15px;
}

body::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 15px;
}

@supports not selector(::-webkit-scrollbar) {
  body {
    scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
  }
}
header.home {
  text-align: center;
  width: 100vw;
  height: 50rem;
  margin-top: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
header.home .hero {
  flex: 1;
  max-width: 98vw;
  height: 100%;
  background-image: url("../images/img_rectangle_72.png");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 32px;
}
header.home .hero nav {
  margin-top: 2rem;
  padding: 2rem 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
}
header.home .hero nav .logo {
  width: 111px;
  height: 52px;
}
header.home .hero nav ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
header.home .hero nav ul .c-btn {
  padding: 10px 20px;
  border: solid 1px #fff;
  background-color: #344cb6;
  color: #e3e3e3;
  border-radius: 2rem;
}
header.home .hero nav ul .c-btn:hover {
  background-color: #e3e3e3;
  border: solid 1px #fff;
  color: #344cb6;
}
header.home .hero nav ul li {
  padding: 0 1rem;
}
header.home .hero nav ul li .navlink {
  line-height: 50px;
  text-decoration: none;
  text-transform: capitalize;
  color: white;
  font-weight: 600;
  font-family: "Nunito", serif;
  transition: all ease-in-out 0.2s;
  border: none;
  position: relative;
}
header.home .hero nav ul li .navlink::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 3px;
  left: 50%;
  bottom: -8px;
  background-color: #fdf400;
  transition: all ease-in-out 0.2s;
}
header.home .hero nav ul li .navlink.active::after {
  width: 100%;
  left: 0;
  background-color: #fdf400;
}
header.home .hero nav ul li .navlink:hover::after {
  width: 100%;
  left: 0;
}
header.home .hero nav .hamburger {
  display: none;
}
header.home .hero .section {
  text-align: center;
  margin-top: 10%;
}
header.home .hero .section_main {
  font-family: "Poetirey";
  font-size: 56px;
  color: white;
  margin: 0;
}
header.home .hero .section_description {
  color: white;
  font-family: "Nunito", serif;
  padding-bottom: 2rem;
  font-size: clamp(1.2rem, 3vw, 1.5rem);
}
header.home .hero .section_action {
  padding: 0.8rem 5rem;
  background-color: #e3e3e3;
  border: solid 1px #fff;
  border-radius: 32px;
  margin-top: 2rem;
  font-family: "Poppins";
  font-weight: 500;
  font-weight: bold;
  color: #344cb6;
  cursor: pointer;
}
header.home .hero .section_action:hover {
  background-color: #344cb6;
  color: #e3e3e3;
  cursor: pointer;
}

@media only screen and (max-width: 900px) {
  header.home {
    text-align: center;
    margin-top: 0;
  }
  header.home .hero {
    padding: 0%;
    margin: 0%;
    max-width: 100vw;
    border-radius: 0px;
    background-position: top;
    display: flex;
    flex-direction: column;
  }
  header.home .hero nav {
    flex: 1;
    padding: 5px 20px;
    margin-top: 10px;
    justify-content: space-between;
  }
  header.home .hero nav .mobile {
    display: none;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    background-color: white;
    z-index: 10;
    top: 0;
    left: 0;
    position: absolute;
  }
  header.home .hero nav .mobile .close {
    position: absolute;
    top: 15px;
    right: 15px;
  }
  header.home .hero nav .mobile .close span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: black;
    border-radius: 3px;
    transform-origin: 4px 0px;
  }
  header.home .hero nav .mobile .close span:first-child {
    transform: rotate(45deg) translate(-6px, -6px);
  }
  header.home .hero nav .mobile .close span:nth-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
  }
  header.home .hero nav .mobile ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 90vh;
  }
  header.home .hero nav .mobile ul li {
    display: block;
  }
  header.home .hero nav .mobile ul li .navlink {
    color: #344cb6;
  }
  header.home .hero nav .mobile ul li .c-btn {
    color: white;
  }
  header.home .hero nav .mobile.hide {
    display: block;
    opacity: 1;
    transition: all 0.5s ease-in-out;
  }
  header.home .hero nav .hamburger {
    display: block;
    margin-top: 10px;
  }
  header.home .hero nav .hamburger span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #fff;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  }
  header.home .hero nav .hamburger span:first-child {
    transform-origin: 0% 0%;
  }
  header.home .hero nav .hamburger span:nth-last-child(2) {
    transform-origin: 0% 100%;
  }
  header.home .hero .section {
    height: 100%;
    padding: 2rem;
    margin: 0px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  header.home .hero .section_main {
    padding: 0px;
  }
}
.nav {
  margin-top: 0;
  padding: 0.5rem 0;
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
}
.nav .logo {
  width: 111px;
  height: 52px;
}
.nav ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.nav ul .c-btn {
  padding: 10px 20px;
  border: solid 1px #fff;
  background-color: #344cb6;
  color: #e3e3e3;
  border-radius: 2rem;
}
.nav ul .c-btn:hover {
  background-color: #e3e3e3;
  border: solid 1px #fff;
  color: #344cb6;
}
.nav ul li {
  padding: 0 1rem;
}
.nav ul li .navlink {
  line-height: 50px;
  text-decoration: none;
  text-transform: capitalize;
  color: white;
  font-weight: 600;
  font-family: "Nunito", serif;
  transition: all ease-in-out 0.2s;
  border: none;
  position: relative;
}
.nav ul li .navlink::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 3px;
  left: 50%;
  bottom: -8px;
  background-color: #fdf400;
  transition: all ease-in-out 0.2s;
}
.nav ul li .navlink.active::after {
  width: 100%;
  left: 0;
  background-color: #fdf400;
}
.nav ul li .navlink:hover::after {
  width: 100%;
  left: 0;
}
.nav .hamburger {
  display: none;
}

.nav.transparent {
  background-color: transparent !important;
}

.nav.red {
  background: #da175e !important;
}

.nav.dark {
  background-color: #fff !important;
}
.nav.dark .navlink {
  color: black !important;
}
.nav.dark .c-btn {
  color: #e3e3e3 !important;
}
.nav.dark .c-btn:hover {
  color: #344cb6 !important;
}

@media only screen and (max-width: 900px) {
  .nav {
    margin-top: 0;
    padding: 0.5rem 0;
    justify-content: space-around;
    align-items: center;
  }
  .nav .mobile {
    display: none;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    background-color: white;
    z-index: 10;
    top: 0;
    left: 0;
    position: absolute;
  }
  .nav .mobile .close {
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .nav .mobile .close span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: black;
    border-radius: 3px;
    transform-origin: 4px 0px;
  }
  .nav .mobile .close span:first-child {
    transform: rotate(45deg) translate(-6px, -6px);
  }
  .nav .mobile .close span:nth-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
  }
  .nav .mobile ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 90vh;
  }
  .nav .mobile ul li {
    display: block;
  }
  .nav .mobile ul li .navlink {
    color: #344cb6;
  }
  .nav .mobile ul li .c-btn {
    color: white;
  }
  .nav .mobile.hide {
    display: block;
    opacity: 1;
    transition: all 0.5s ease-in-out;
  }
  .nav .hamburger {
    display: block;
    margin-top: 10px;
  }
  .nav .hamburger span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #fff;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  }
  .nav .hamburger span:first-child {
    transform-origin: 0% 0%;
  }
  .nav .hamburger span:nth-last-child(2) {
    transform-origin: 0% 100%;
  }
}
footer {
  background-image: url("/public/images/home/footerBg.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  min-height: fit-content;
  height: auto;
  margin-top: 5rem;
  padding-top: 5rem;
}
footer .content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  width: 80%;
  margin: auto;
}
footer .content .logo {
  width: 111px;
  height: 52px;
}
footer .content .column {
  flex: 2;
  padding: 2rem;
}
footer .content .column:first-child {
  flex: 1;
}
footer .content .column:first-child p {
  color: #fff;
  font-family: "Nunito";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
footer .content .column:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: self-start;
}
footer .content .column:nth-child(2) .links {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem;
  padding: 2px 2rem;
}
footer .content .column:nth-child(2) .links a {
  color: #fff;
  font-family: "Nunito";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 1rem */
  letter-spacing: 0.02rem;
  text-decoration: none;
}
footer .content .column:last-child .form {
  display: flex;
}
footer .content .column:last-child .form input {
  width: 100%;
  display: inline-block;
  outline: none;
  padding: 0.5rem 1rem;
  border-radius: 10px;
  border: 2px solid #252525;
}
footer .content .column:last-child .form button {
  display: inline-block;
  padding: 10px 20px;
  color: #252525;
  background-color: #e63879;
  margin-left: 1rem;
  border-radius: 0.5rem;
  border: 1px solid transparent;
}
footer .content .column:last-child .form button:hover {
  background-color: #252525;
  color: #e63879;
  border: 1px solid #e63879;
}
footer .content .column:last-child .info {
  display: flex;
  width: 26.875rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.375rem;
  margin: 2rem auto 0 auto;
}
footer .content .column:last-child .info p {
  color: #fff;
  font-family: "Poppins";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 1.2rem */
  letter-spacing: 0.02rem;
}
footer .copy {
  color: white;
  font-family: "Nunito", serif;
  text-align: center;
  padding: 2rem 0px;
  margin: 0;
}

@media only screen and (max-width: 900px) {
  footer .content {
    flex-direction: column;
    width: 95%;
    margin: auto;
  }
  footer .column:first-child {
    text-align: center;
  }
  footer .content .column {
    width: 100%;
    padding: 2rem 0 !important;
  }
  footer .content .column .form {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    width: auto;
  }
  footer .content .column .form input {
    padding: 0.9rem 1rem !important;
    font-size: 1rem;
  }
  footer .content .column .form button {
    width: fit-content;
    margin-top: 1rem !important;
  }
}
