/* ========================= */
/* :: 1.0 WEB FONTS  */
/* ========================= */
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap");

/* ================================== */
/* :: 2.0 GLOBAL Variable Define CSS  */
/* ================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  /* Google Font */
  --quicksand: "Quicksand", sans-serif;

  /* Color Palette */
  --white: #fff;
  --black: #000;
  --primary: #30579f;
  --dark: #070120;
  --sprout: #22e189;
  --water: #2381fa;
  --blueberry: #062aaf;
  --marigold: #ec601f;
  --strom: #001b66;
}

/* ========================= */
/* :: 3.0 COMMON CSS */
/* ========================= */
html,
body {
  height: 100%;
  scroll-behavior: smooth;
}
body {
  color: var(--black);
  font-size: 26px;
  font-family: var(--quicksand);
  font-weight: 400;
  line-height: normal;
  background-color: var(--white);
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
section,
.section {
  position: relative;
}
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}
a,
button {
  outline: none;
  box-shadow: none;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
button {
  padding: 0;
  border: none;
  background: unset;
}
ol,
ul {
  margin: 0;
  padding: 0;
}
ol li,
ul li {
  list-style: none;
}
img {
  height: auto;
  max-width: 100%;
  object-fit: cover;
}
input,
input:focus,
input:focus-visible,
input:active,
select,
.form-select,
.form-select:focus,
textarea {
  outline: none;
  box-shadow: none;
}
* + address,
* + dl,
* + fieldset,
* + figure,
* + ol,
* + p,
* + pre,
* + ul {
  margin: 0;
  padding: 0;
}

*::-moz-selection {
  background: var(--secondary);
  color: var(--white);
  text-shadow: none;
}
::-moz-selection {
  background: var(--secondary);
  color: var(--white);
  text-shadow: none;
}

::selection {
  background: var(--secondary);
  color: var(--white);
  text-shadow: none;
}
*::-moz-placeholder {
  color: var(--body-color);
  font-size: 16px;
  opacity: 1;
}
*::placeholder {
  color: var(--body-color);
  font-size: 16px;
  opacity: 1;
}

.section-title {
  font-size: 60px;
  line-height: 1.2;
}
.main {
  overflow-x: hidden;
}
/* =============================== */
/* :: 5.0 Hero Section CSS Start */
/* =============================== */

.hero-content {
  padding: 100px 0px 74px;
}

section.hero-section {
  background-color: var(--blueberry);
}
.hero-bg-water {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -39%) rotate(-57deg);
  width: 70%;
  height: auto;
  max-width: 100%;
  opacity: 0.3;
}

.hero-title {
  font-size: 60px;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 13px;
}

.hero-subtitle {
  color: #fff;
  margin-bottom: 26px;
}

.btn {
  font-size: 32px;
  color: #fff;
  padding: 20px 46px;
  line-height: 1;
  border-radius: 40px;
  letter-spacing: 7px;
  text-transform: uppercase;
  font-weight: bold;
}

.btn-primary {
  background: var(--marigold);
  border-color: var(--marigold);
}

.hero-content .btn {
  box-shadow: 0px 6px 8px #0003;
}

.hero-image {
  position: relative;
  padding-top: 0px;
  height: 516px;
}

.hero-image img {
  position: absolute;
  left: 0;
  top: 100px;
  max-width: 838px;
}

.hero-section .container {
  position: relative;
  z-index: 2;
}
.hero-content-logo {
  margin-bottom: 35px;
}

/* =============================== */
/* :: 5.0 Hero Section CSS End */
/* =============================== */

/* =============================== */
/* :: 6.0 Section CSS Start */
/* =============================== */

.why-works {
  background: var(--sprout);
  padding: 100px 0px 100px;
}

.why-works .section-header {
  max-width: 600px;
  text-align: start;
  margin-bottom: 43px;
}

.why-works .section-subtitle {
  color: var(--strom);
  font-weight: 600;
}

.why-works .section-title {
  color: var(--white);
  margin-bottom: 11px;
}

.why-items {
  text-align: center;
  max-width: 325px;
  margin: 0 auto;
}

.why-items h3 {
  font-size: 34px;
  color: var(--strom);
}

.why-items--icon {
  height: 165px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
}
/* =============================== */
/* :: 6.0 Section CSS End */
/* =============================== */

/* =============================== */
/* :: 7.0 Section CSS Start */
/* =============================== */

.how-works {
  background-color: var(--water);
}
.how-works__wrapper {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
}
.how-works__img {
  width: 611px;
  height: 676px;
  flex: 0 0 auto;
}

.how-works__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}
.how-works__content-inner {
  max-width: 673px;
  margin: 0 auto;
  width: 100%;
}
.how-works__content-inner .section-title {
  margin-bottom: 34px;
}
.how-works__list-item {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.how-works__list-item li {
  font-size: 34px;
  color: var(--white);
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 20px;
}
.how-works__list-item li span {
}
.how-works__list-item li span.count {
  font-size: 60px;
  color: #062aaf;
  font-weight: bold;
}
.how-works__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.our-mission {
  padding: 70px 0px 70px;
  background-color: var(--marigold);
}
/* =============================== */
/* :: 7.0 Section CSS End */
/* =============================== */

/* =============================== */
/* :: 8.0 Section CSS Start */
/* =============================== */

.our-mission {
  padding: 100px 0px 100px;
  background-color: var(--marigold);
}
.our-mission__content p {
  font-weight: 600;
  counter-reset: #fff;
}
.our-mission__content .section-title {
  margin-bottom: 10px;
}

/* =============================== */
/* :: 8.0 Section CSS End */
/* =============================== */

/* =============================== */
/* :: 9.0 Section CSS Start */
/* =============================== */

.footer-section {
  padding: 40px 0px 15px;
  background-color: var(--blueberry);
}

.footer-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.footer-list li a {
  padding: 0px 20px;
  position: relative;
  color: #fff;
  font-weight: 500;
  display: block;
  font-size: 17px;
}
.footer-list li a:hover {
  color: var(--marigold);
}
.footer-list li a::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "|";
  color: #fff;
}
.footer-list li:last-child a::after {
  display: none;
}
.footer__text {
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 17px;
}

/* =============================== */
/* :: 9.0 Section CSS End */
/* =============================== */

/* =============================== */
/* :: 10.0 Section CSS Start */
/* =============================== */
/* =============================== */
/* :: 10.0 Section CSS End */
/* =============================== */
