@charset "UTF-8";
.text-opacity {
  color: #161616;
}

.bg-gradient-primary {
  background-image: linear-gradient(270deg, #FF572F 0%, #FFCD47 97.59%);
}

/*!
 * Bootstrap  v5.2.0 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #FBFCFE;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #FF572F;
  --bs-secondary: #235EAB;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #FFFFFF;
  --bs-dark: #161616;
  --bs-primary-rgb: 255, 87, 47;
  --bs-secondary-rgb: 35, 94, 171;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 255, 255, 255;
  --bs-dark-rgb: 22, 22, 22;
  --bs-white-rgb: 251, 252, 254;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 251, 252, 254;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(251, 252, 254, 0.15), rgba(251, 252, 254, 0));
  --bs-body-font-family: Poppins, sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #FBFCFE;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #FF572F;
  --bs-link-hover-color: #cc4626;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

 h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Poppins", serif;
  font-weight: 400;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.4625rem + 2.55vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 3.375rem;
  }
}

h2, .h2 {
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 3rem;
  }
}

h3, .h3 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 2rem;
  }
}

h4, .h4 {
  font-size: calc(1.2875rem + 0.45vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.625rem;
  }
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul {
  padding-left: 2rem;
}


ul {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul ul {
  margin-bottom: 0;
}

a {
  color: var(--bs-link-color);
  text-decoration: underline;
}
a:hover {
  color: var(--bs-link-hover-color);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  vertical-align: middle;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  text-transform: none;
}

button,
[type=button],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}


.container-fluid,
.container-xl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1200px) {
  .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
   .container-xl {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.g-3 {
  --bs-gutter-x: 1rem;
}

.g-3 {
  --bs-gutter-y: 1rem;
}
@media (min-width: 768px) {
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
}
@media (min-width: 992px) {
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #FBFCFE;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control:focus {
  color: #212529;
  background-color: #FBFCFE;
  border-color: #ffab97;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(255, 87, 47, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

.collapse:not(.show) {
  display: none;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(0, 0, 0, 0.55);
  --bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
  --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
  --bs-navbar-active-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
  --bs-navbar-toggler-border-radius: 0.375rem;
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}

.navbar > .container-fluid,
.navbar > .container-xl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-dark {
  --bs-navbar-color: rgba(251, 252, 254, 0.55);
  --bs-navbar-hover-color: rgba(251, 252, 254, 0.75);
  --bs-navbar-disabled-color: rgba(251, 252, 254, 0.25);
  --bs-navbar-active-color: #FBFCFE;
  --bs-navbar-brand-color: #FBFCFE;
  --bs-navbar-brand-hover-color: #FBFCFE;
  --bs-navbar-toggler-border-color: rgba(251, 252, 254, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28251, 252, 254, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}

.opacity-75 {
  opacity: 0.75 !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-none {
  display: none !important;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.w-100 {
  width: 100% !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-center {
  align-items: center !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.p-0 {
  padding: 0 !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.fs-3 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-4 {
  font-size: calc(1.2875rem + 0.45vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

/* rtl:begin:remove */

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

@media (min-width: 576px) {
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
}
@media (min-width: 992px) {
  .align-items-lg-center {
    align-items: center !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1200px) {
  .fs-3 {
    font-size: 2rem !important;
  }
  .fs-4 {
    font-size: 1.625rem !important;
  }
}
header {
  border-top: 6px solid #FF572F;
}
@media (max-width: 575.98px) {
  header .logo {
    padding: 0;
  }
}
header .logo .logo-icon {
  max-width: 5rem;
}
@media (max-width: 575.98px) {
  header .logo .title .logo-title, header .logo .title .slogan {
    width: 6rem;
  }
}
@media (max-width: 767.98px) {
  header .navigation-bar {
    width: 100%;
  }
}
@media (min-width: 768px) {
  header .btn-move {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 2rem;
    padding-right: 1.75rem;
    border-radius: 40px;
    background: linear-gradient(270deg, #FF572F 0%, #FFCD47 97.59%);
    color: #FBFCFE;
    font-weight: 400;
    padding: 0.5rem 1.25rem;
    text-align: center;
    text-decoration: none;
    padding: 0.4rem 0.75rem;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  header .btn-move {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  header .btn-move {
    padding: 1rem 3rem;
  }
}
@media (min-width: 768px) {
  header .btn-move:hover {
    box-shadow: rgba(255, 255, 255, 0.1019607843) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.2509803922) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3019607843) 0px 30px 60px -30px;
  }
}

.banner {
  background-image: url("../img/banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 40rem;
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.5);
}
.banner .content {
  max-width: 36.375rem;
}
.banner .btn-pricing {
  color: #FBFCFE;
  border: none;
  font-size: 0.75rem;
  text-decoration: none;
  font-weight: 400;
  padding: 0.5rem 1.25rem;
  background: transparent;
}
@media (max-width: 575.98px) {
  .banner .btn-pricing {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  .banner .btn-pricing {
    padding: 1rem 3rem;
    font-size: 1rem;
  }
}
.banner .btn-pricing:hover {
  box-shadow: rgba(255, 255, 255, 0.1019607843) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.2509803922) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3019607843) 0px 30px 60px -30px;
}
.banner .btn-work {
  border-radius: 40px;
  background: linear-gradient(270deg, #FF572F 0%, #FFCD47 97.59%);
  color: #FBFCFE;
  font-weight: 400;
  padding: 0.5rem 1.25rem;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 575.98px) {
  .banner .btn-work {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  .banner .btn-work {
    padding: 1rem 3rem;
  }
}
.banner .btn-work:hover {
  box-shadow: rgba(255, 255, 255, 0.1019607843) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.2509803922) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3019607843) 0px 30px 60px -30px;
}

.first-information .step-box {
  background: linear-gradient(270deg, #FF572F 0%, #FFCD47 97.59%);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 1.125rem;
}
.first-information .get-in-touch {
  color: #FF572F;
  border: none;
  font-size: 0.75rem;
  text-decoration: none;
  font-weight: 400;
  padding: 0.5rem 1.25rem;
  background: transparent;
  font-weight: 700;
  font-size: 1.125rem;
}
@media (max-width: 575.98px) {
  .first-information .get-in-touch {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  .first-information .get-in-touch {
    padding: 1rem 3rem;
    font-size: 1rem;
  }
}
.first-information .get-in-touch:hover {
  box-shadow: rgba(255, 255, 255, 0.1019607843) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.2509803922) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3019607843) 0px 30px 60px -30px;
}

.our-methods .btn-transparent {
  color: #FBFCFE;
  border: none;
  font-size: 0.75rem;
  text-decoration: none;
  font-weight: 400;
  padding: 0.5rem 1.25rem;
  background: transparent;
}
@media (max-width: 575.98px) {
  .our-methods .btn-transparent {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  .our-methods .btn-transparent {
    padding: 1rem 3rem;
    font-size: 1rem;
  }
}
.our-methods .btn-transparent:hover {
  box-shadow: rgba(255, 255, 255, 0.1019607843) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.2509803922) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3019607843) 0px 30px 60px -30px;
}
.our-methods .view-project {
  color: #FBFCFE;
  border: none;
  font-size: 0.75rem;
  text-decoration: none;
  font-weight: 400;
  padding: 0.5rem 1.25rem;
  background: transparent;
}
@media (max-width: 575.98px) {
  .our-methods .view-project {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  .our-methods .view-project {
    padding: 1rem 3rem;
    font-size: 1rem;
  }
}
.our-methods .view-project:hover {
  box-shadow: rgba(255, 255, 255, 0.1019607843) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.2509803922) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3019607843) 0px 30px 60px -30px;
}
.our-methods .heading-box .view-more {
  color: #FF572F;
  border: none;
  font-size: 0.75rem;
  text-decoration: none;
  font-weight: 400;
  padding: 0.5rem 1.25rem;
  background: transparent;
}
@media (max-width: 575.98px) {
  .our-methods .heading-box .view-more {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  .our-methods .heading-box .view-more {
    padding: 1rem 3rem;
    font-size: 1rem;
  }
}
.our-methods .heading-box .view-more:hover {
  box-shadow: rgba(255, 255, 255, 0.1019607843) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.2509803922) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3019607843) 0px 30px 60px -30px;
}
.our-methods .content-1 {
  width: 50%;
  min-width: 250px;
  padding: 50px;
  background: linear-gradient(270deg, rgba(255, 87, 47, 0.8) 0%, rgba(255, 205, 71, 0.8) 97.59%);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.our-methods .content-2, .our-methods .content-3 {
  width: 100%;
  height: 100%;
  padding-top: 76px;
  padding-left: 56px;
  padding-right: 56px;
  background: linear-gradient(270deg, rgba(255, 87, 47, 0.8) 0%, rgba(255, 205, 71, 0.8) 97.59%);
}
@media (max-width: 991.98px) {
  .our-methods .content-2 h3, .our-methods .content-3 h3 {
    font-size: 1.25rem;
  }
}
.our-methods .bg-1 {
  min-height: 600px;
  padding: 0;
  background-image: url("../img/image_01.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.our-methods .bg-2 {
  min-height: 250px;
  background-image: url("../img/image_02.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.our-methods .bg-3 {
  min-height: 250px;
  background-image: url("../img/image_03.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.height-100 {
  height: 100%;
}

.removals .removal-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 300px;
}
.removals .removals-icons {
  width: 2rem;
  height: 2rem;
  margin: 1.5rem 0.5rem;
}
.removals .btn-transparent {
  color: #FF572F;
  border: none;
  font-size: 0.75rem;
  text-decoration: none;
  font-weight: 400;
  padding: 0.5rem 1.25rem;
  background: transparent;
  font-weight: 700;
  padding-left: 0.25rem !important;
}
@media (max-width: 575.98px) {
  .removals .btn-transparent {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  .removals .btn-transparent {
    padding: 1rem 3rem;
    font-size: 1rem;
  }
}
.removals .btn-transparent:hover {
  box-shadow: rgba(255, 255, 255, 0.1019607843) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.2509803922) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3019607843) 0px 30px 60px -30px;
}

.contact .contact-image {
  background-image: url("../img/image_04.png");
  background-color: rgba(0, 0, 0, 0.5019607843);
  background-blend-mode: overlay;
}
.contact form input {
  padding: 1.125rem;
  color: #161616;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  font-weight: 700;
}
.contact form .btn-send {
  color: #FBFCFE;
  border: none;
  font-size: 0.75rem;
  text-decoration: none;
  font-weight: 400;
  padding: 0.5rem 1.25rem;
  background: transparent;
  border: 3px solid #FBFCFE;
  border-radius: 2rem;
}
@media (max-width: 575.98px) {
  .contact form .btn-send {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  .contact form .btn-send {
    padding: 1rem 3rem;
    font-size: 1rem;
  }
}
.contact form .btn-send:hover {
  box-shadow: rgba(255, 255, 255, 0.1019607843) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.2509803922) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3019607843) 0px 30px 60px -30px;
}
.contact form .btn-contact {
  color: #FBFCFE;
  border: none;
  font-size: 0.75rem;
  text-decoration: none;
  font-weight: 400;
  padding: 0.5rem 1.25rem;
  background: transparent;
  display: block;
  width: 100%;
  padding: 0 !important;
  text-align: center;
  margin-top: 1rem;
}
@media (max-width: 575.98px) {
  .contact form .btn-contact {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  .contact form .btn-contact {
    padding: 1rem 3rem;
    font-size: 1rem;
  }
}
.contact form .btn-contact:hover {
  box-shadow: rgba(255, 255, 255, 0.1019607843) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.2509803922) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3019607843) 0px 30px 60px -30px;
}

.google-reviews .review {
  position: relative;
  padding: 1.125rem;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 20px;
}
.google-reviews .review::after {
  content: "";
  width: 50px;
  height: 50px;
  background: url("../icons/google.svg");
  display: inline-block;
  position: absolute;
  top: 12px;
  right: 45px;
}
.google-reviews .text-opacity {
  color: rgba(0, 0, 0, 0.7019607843);
}
.google-reviews .review-content {
  padding-left: 5rem;
}
.google-reviews .review-banner img {
  max-width: 230px;
  max-height: 77px;
  align-self: center;
}

@keyframes attributionsGrow {
  from {
    padding: 15px;
    padding-top: 5px;
    height: 2rem;
    width: 150px;
  }
  to {
    padding: 15px;
    padding-top: 15px;
    height: auto;
    width: auto;
  }
}
.footer .attributions {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #161616;
  border-radius: 10px;
  padding: 15px;
  padding-top: 5px;
  cursor: pointer;
  border: 1px solid #FBFCFE;
  height: 2rem;
  width: 150px;
  overflow: hidden;
}
.footer .attributions .github img {
  width: 2rem;
  height: 2rem;
}
.footer .attributions p {
  margin-bottom: 0.5rem;
}
.footer .attributions::before {
  content: "Attribution";
}
.footer .attributions:hover {
  animation-name: attributionsGrow;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  padding: 15px;
  padding-top: 15px;
  height: auto;
  width: auto;
}