@font-face {
  font-display: block;
  font-family: Font Awesome\6 Free;
  font-style: normal;
  font-weight: 900;
  src:
    url(../fonts/vendor/@fortawesome/fontawesome-free/fa-solid-900.woff2)
      format("woff2"),
    url(../fonts/vendor/@fortawesome/fontawesome-free/fa-solid-900.ttf)
      format("truetype");
}

.fa-solid {
  font-weight: 900;
}

@font-face {
  font-display: block;
  font-family: Font Awesome\6 Brands;
  font-style: normal;
  font-weight: 400;
  src:
    url(../fonts/vendor/@fortawesome/fontawesome-free/fa-brands-400.woff2)
      format("woff2"),
    url(../fonts/vendor/@fortawesome/fontawesome-free/fa-brands-400.ttf)
      format("truetype");
}

.fa-brands {
  font-weight: 400;
}

.fa-facebook-f {
  --fa: "\f39e";
}

.fa-linkedin {
  --fa: "\f08c";
}

.fa-instagram {
  --fa: "\f16d";
}

.fa-whatsapp {
  --fa: "\f232";
}

.fa-brands,
.fa-solid {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fa-brands:before,
.fa-solid:before {
  content: var(--fa);
}

.fa-solid {
  font-family: Font Awesome\6 Free;
}

.fa-brands {
  font-family: Font Awesome\6 Brands;
}

.fa-phone {
  --fa: "\f095";
}

.fa-envelope {
  --fa: "\f0e0";
}

.fa-angle-down {
  --fa: "\f107";
}

:root {
  --bs-dark-rgb: 33, 37, 41;
  --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-body-font-family: var(--bs-font-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: #fff;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-bg: #f8f9fa;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-border-width: 1px;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
}

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

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

body {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
  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);
  margin: 0;
  text-align: var(--bs-body-text-align);
}

hr {
  border: 0;
  border-top: var(--bs-border-width) solid;
  color: inherit;
  margin: 1rem 0;
  opacity: 0.25;
}

.h1,
.h2,
.h4,
.h5,
.h6,
h1,
h2,
h4,
h5,
h6 {
  color: var(--bs-heading-color);
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  margin-top: 0;
}

.h1,
h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  .h1,
  h1 {
    font-size: 2.5rem;
  }
}

.h2,
h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  .h2,
  h2 {
    font-size: 2rem;
  }
}

.h4,
h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  .h4,
  h4 {
    font-size: 1.5rem;
  }
}

.h5,
h5 {
  font-size: 1.25rem;
}

.h6,
h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
}

address,
p {
  margin-bottom: 1rem;
}

address {
  font-style: normal;
  line-height: inherit;
}

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

ul ul {
  margin-bottom: 0;
}

b {
  font-weight: bolder;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}

a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

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

code {
  word-wrap: break-word;
  color: var(--bs-code-color);
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  font-size: 0.875em;
}

a > code {
  color: inherit;
}

img,
svg {
  vertical-align: middle;
}

button {
  border-radius: 0;
}

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

button,
select {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[type="button"],
[type="submit"],
button {
  -webkit-appearance: button;
}

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

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

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

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.img-fluid {
  height: auto;
  max-width: 100%;
}

.container {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  width: 100%;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--bs-gutter-x) * -0.5);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-top: calc(var(--bs-gutter-y) * -1);
}

.row > * {
  flex-shrink: 0;
  margin-top: var(--bs-gutter-y);
  max-width: 100%;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  width: 100%;
}

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

.gy-3 {
  --bs-gutter-y: 1rem;
}

.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.gx-5 {
  --bs-gutter-x: 3rem;
}

@media (min-width: 768px) {
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .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%;
  }
}

@media (min-width: 992px) {
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
}

@media (min-width: 1200px) {
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
}

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

.dropdown {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle:after {
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
  border-top: 0.3em solid;
  content: "";
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
}

.dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  background-clip: padding-box;
  background-color: var(--bs-dropdown-bg);
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
  color: var(--bs-dropdown-color);
  display: none;
  font-size: var(--bs-dropdown-font-size);
  list-style: none;
  margin: 0;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  position: absolute;
  text-align: left;
  z-index: var(--bs-dropdown-zindex);
}

.dropdown-item {
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
  clear: both;
  color: var(--bs-dropdown-link-color);
  display: block;
  font-weight: 400;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: var(--bs-dropdown-link-hover-bg);
  color: var(--bs-dropdown-link-hover-color);
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--bs-dropdown-link-active-bg);
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
}

.dropdown-item:disabled {
  background-color: transparent;
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
}

.dropdown-menu.show {
  display: block;
}

.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: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.nav-link {
  background: none;
  border: 0;
  color: var(--bs-nav-link-color);
  display: block;
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  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:focus,
.nav-link:hover {
  color: var(--bs-nav-link-hover-color);
}

.nav-link:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  outline: 0;
}

.nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  cursor: default;
  pointer-events: none;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --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(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(33, 37, 41, 0.75)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  flex-wrap: wrap;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
  position: relative;
}

.navbar,
.navbar > .container {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.navbar > .container {
  flex-wrap: inherit;
}

.navbar-brand {
  color: var(--bs-navbar-brand-color);
  font-size: var(--bs-navbar-brand-font-size);
  margin-right: var(--bs-navbar-brand-margin-end);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  padding-top: var(--bs-navbar-brand-padding-y);
  text-decoration: none;
  white-space: nowrap;
}

.navbar-brand:focus,
.navbar-brand:hover {
  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;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}

.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  color: var(--bs-navbar-color);
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.navbar-text a,
.navbar-text a:focus,
.navbar-text a:hover {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  align-items: center;
  flex-basis: 100%;
  flex-grow: 1;
}

.navbar-toggler {
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  color: var(--bs-navbar-color);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  transition: var(--bs-navbar-toggler-transition);
}

@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}

.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
  outline: 0;
  text-decoration: none;
}

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

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: var(--bs-navbar-nav-link-padding-x);
    padding-right: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

.fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1030;
}

.hstack {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex-direction: row;
}

.visually-hidden {
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  white-space: nowrap !important;
  width: 1px !important;
}

.visually-hidden:not(caption) {
  position: absolute !important;
}

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

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

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

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

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

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

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

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

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

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

.py-0 {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

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

.gap-5 {
  gap: 3rem !important;
}

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

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

@media (min-width: 768px) {
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .text-md-start {
    text-align: left !important;
  }
}

@media (min-width: 992px) {
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-block {
    display: block !important;
  }
}

@font-face {
  font-display: swap;
  font-family: Font Awesome\6 Free;
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/vendor/@fortawesome/fontawesome-free/fa-solid-900.woff2)
    format("woff2");
}

i.fa-solid {
  font-family: Font Awesome\6 Free;
}

body::-webkit-scrollbar {
  width: 0.8em;
}

body::-webkit-scrollbar-track {
  background: #765f01;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: #ffcc00;
  border-radius: 25px;
}

::-moz-selection {
  background-color: #ffcc00;
  color: #000 !important;
}

::selection {
  background-color: #ffcc00;
  color: #000 !important;
}

body,
html {
  font-family: Gilroy, "sans-serif";
  overflow-x: hidden;
}

.h2,
.h4,
.h5,
.h6,
h2,
h4,
h5,
h6 {
  display: block;
}

.h1,
h1 {
  color: #000;
  display: inline-block;
  font-size: 48px;
  line-height: 55px;
  margin-bottom: 16px;
}

.h1,
.h2,
h1,
h2 {
  font-weight: 700;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}

.h2,
h2 {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(rgb(0, 0, 0) 50%, rgb(120, 104, 40) 65%) text;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 40px;
  line-height: 46px;
  margin-bottom: 10px;
  text-align: center;
}

.h2::selection,
h2::selection {
  -webkit-text-fill-color: initial;
}

.h2::-moz-selection,
h2::-moz-selection {
  -webkit-text-fill-color: initial;
}

.h4,
h4 {
  line-height: 28px;
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
  font-size: 22px;
}

p {
  color: #485070;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 25px;
}

.key-words {
  font-size: 20px;
  text-align: center;
}

a {
  box-shadow: none;
  outline: none !important;
  text-decoration: none !important;
}

section {
  margin: auto;
  max-width: 1920px;
  padding: 70px 0;
}

.b-l-box,
section {
  position: relative;
}

.b-l-box {
  z-index: 1;
}

.b-l-box:before {
  left: -300px;
}

.b-l-box:after,
.b-l-box:before {
  background: linear-gradient(180deg, rgba(255, 204, 0, 0.18) 53%, rgba(255, 204, 0, 0.18) 78%);
  border: 1px solid rgba(255, 204, 0, 0.18);
  border-radius: 0 23px 23px 0;
  content: "";
  height: 210px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 180px;
  z-index: -1;
}

.b-l-box:after {
  bottom: 0;
  right: -300px;
  transform: rotate(180deg);
}

.t-sr-box {
  position: relative;
  z-index: 1;
}

.t-sr-box:after {
  background: linear-gradient(180deg, rgba(255, 204, 0, 0.18) 53%, rgba(255, 204, 0, 0.18) 78%);
  border: 1px solid rgba(255, 204, 0, 0.18);
  border-radius: 15px;
  content: "";
  height: 70px;
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  z-index: -2;
}

.b-r-box {
  position: relative;
  z-index: 1;
}

.b-r-box:before {
  background: linear-gradient(87deg, rgba(255, 204, 0, 0.18) 53%, rgba(255, 204, 0, 0.18) 78%);
  border-radius: 15px;
  bottom: 90px;
  content: "";
  height: 70px;
  position: absolute;
  right: 235px;
  width: 70px;
  z-index: -2;
}

.t-l-box {
  position: relative;
  z-index: 1;
}

.t-l-box:before {
  background: linear-gradient(rgba(255, 204, 0, 0.18) 53%, rgba(255, 204, 0, 0.18) 78%);
  border: 1px solid rgba(255, 204, 0, 0.18);
  border-radius: 15px;
  content: "";
  height: 135px;
  left: -40px;
  position: absolute;
  top: -23px;
  width: 79px;
  z-index: -2;
}

.t-r-box {
  position: relative;
  z-index: 1;
}

.t-r-box:after {
  background: linear-gradient(180deg, rgba(255, 204, 0, 0.18) 53%, rgba(255, 204, 0, 0.18) 78%);
  border: 1px solid rgba(255, 204, 0, 0.18);
  border-radius: 15px;
  content: "";
  height: 218px;
  position: absolute;
  right: 0;
  top: -48px;
  width: 215px;
  z-index: -2;
}

ul {
  padding: 0;
}

ul li {
  color: #39456c !important;
  display: flex;
  font-size: 18px !important;
  list-style: none;
  margin-bottom: 7px;
  text-decoration: none;
}

.hstack {
  gap: 2rem;
}

.btn-order {
  background-color: #ffcc00;
  border: 1px solid #ffcc00;
  border-radius: 4px;
  color: #000;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  overflow: hidden;
  padding: 12px 32px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
}

.btn-order:hover {
  background: #fff;
  border: 1px solid #000;
  color: #000;
  transition: background-color 1s;
}

.btn-order:hover:before {
  background:
    radial-gradient(
      circle at 20% 35%,
      transparent 0,
      transparent 2px,
      #000 3px,
      #000 4px,
      transparent 0
    ),
    radial-gradient(
      circle at 75% 44%,
      transparent 0,
      transparent 2px,
      #000 3px,
      #000 4px,
      transparent 0
    ),
    radial-gradient(
      circle at 46% 52%,
      transparent 0,
      transparent 4px,
      #000 5px,
      #000 6px,
      transparent 0
    ),
    radial-gradient(
      circle at 15% 25%,
      transparent 0,
      transparent 4px,
      #000 5px,
      #000 6px,
      transparent 0
    ),
    radial-gradient(
      circle at 65% 85%,
      transparent 0,
      transparent 4px,
      #000 5px,
      #000 6px,
      transparent 0
    );
}

.btn-order:before {
  animation: bubbles 3.5s linear infinite both;
  background:
    radial-gradient(
      circle at 20% 35%,
      transparent 0,
      transparent 2px,
      #fbc600 3px,
      #fbc600 4px,
      transparent 0
    ),
    radial-gradient(
      circle at 75% 44%,
      transparent 0,
      transparent 2px,
      #fbc600 3px,
      #fbc600 4px,
      transparent 0
    ),
    radial-gradient(
      circle at 46% 52%,
      transparent 0,
      transparent 4px,
      #fbc600 5px,
      #fbc600 6px,
      transparent 0
    ),
    radial-gradient(
      circle at 15% 25%,
      transparent 0,
      transparent 4px,
      #fbc600 5px,
      #fbc600 6px,
      transparent 0
    ),
    radial-gradient(
      circle at 65% 85%,
      transparent 0,
      transparent 4px,
      #fbc600 5px,
      #fbc600 6px,
      transparent 0
    );
  content: "";
  height: 300%;
  left: 0;
  opacity: 0.6;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

@keyframes bubbles {
  0% {
    transform: translate();
  }
  to {
    transform: translateY(-66.666%);
  }
}

span {
  display: block;
}

.key-text {
  color: #162a47;
  display: inline;
  font-size: 46px;
  font-weight: 500;
  line-height: 55px;
}

.btn-live {
  background: #fff;
  border: 1px solid #ffcc00;
  border-radius: 4px;
  color: #000;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  padding: 12px 32px;
  text-align: center;
  text-transform: uppercase;
}

.btn-live,
.btn-live:hover {
  transition: all 0.5s ease-in-out;
}

.btn-live:hover {
  background: linear-gradient(127deg, #ffcc00 48%, #ffbb00 81%);
  border: 1px solid;
  color: #000;
}

select:focus {
  box-shadow: none;
}

.lazyload {
  opacity: 0;
  transition: opacity 0.5s;
}

hr {
  border-top: 1px solid hsla(0, 0%, 44%, 0.631);
  margin: auto;
  max-width: 1920px;
}

.mt-60 {
  margin-top: 65px;
}

.sub-heading {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.sub-heading:after {
  background-color: #ffcc00;
  bottom: 0;
  content: "";
  height: 6px;
  left: auto;
  margin: auto;
  position: absolute;
  right: -135px;
  top: 0;
  width: 120px;
}

.mt-35 {
  margin-top: 35px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .h2 {
    font-size: 35px !important;
    line-height: 44px !important;
  }
  p {
    font-size: 15px !important;
    line-height: 22px !important;
  }
  .key-words {
    font-size: 17px !important;
    line-height: 25px !important;
  }
  ul li {
    font-size: 15px !important;
  }
  .h5 {
    font-size: 21px !important;
  }
  .h4 {
    font-size: 27px;
  }
}

@media (max-width: 991px) {
  .hstack {
    justify-content: center;
  }
  .key-words {
    font-size: 18px !important;
  }
  ul li {
    font-size: 14px !important;
  }
  p {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .b-l-box:after,
  .b-r-box:before,
  .t-l-box:before,
  .t-r-box:after {
    content: none;
  }
  .b-l-box:after,
  .b-l-box:before {
    content: none !important;
  }
  .t-sr-box:after {
    content: none;
  }
  .sub-heading {
    display: block;
    margin-bottom: 20px;
  }
  .sub-heading:after {
    bottom: 0;
    left: 0;
    right: 0;
    top: 40px;
  }
}

@media (max-width: 575px) {
  section {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .hstack {
    flex-direction: column;
    gap: 1rem;
  }
  .hstack .btn-live,
  .hstack .btn-order {
    min-width: 265px;
  }
  .h2 {
    font-size: 30px !important;
    line-height: 38px !important;
  }
  .key-words,
  p {
    font-size: 15px !important;
  }
  p {
    line-height: 20px !important;
  }
}

header {
  border-bottom: 1px solid hsla(0, 0%, 50%, 0.149);
  left: 0;
  margin: auto;
  max-width: 1920px;
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 9999;
}

header .top-bar {
  background: #000;
  padding: 5px 0;
}

header .top-bar .social-icons {
  display: flex;
  gap: 14px;
}

header .top-bar .social-icons a {
  align-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  height: 30px;
  justify-content: center;
  width: 30px;
}

header .top-bar .social-icons a:hover {
  box-shadow: 1px -1px 4px #fff;
}

header .top-bar .social-icons a:hover i {
  transform: rotate(1turn);
  transition: all 1s;
}

header .top-bar .content {
  align-items: center;
  display: flex;
  gap: 8px;
}

header .top-bar .content .text {
  font-size: 14px;
  font-weight: 500;
}

header .top-bar .content-2 {
  align-items: center;
  display: flex;
  gap: 50px;
  justify-content: end;
}

header .top-bar .content-2 a:hover i,
header .top-bar .content-2 a:hover img {
  transform: rotate(1turn);
  transition: all 1s;
}

header .top-bar .content-2 img {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-flex;
  padding: 8px;
  width: 34px;
}

header .top-bar .content-2 .connect {
  align-items: center;
  color: #fff;
  display: flex;
  font-weight: 600;
  gap: 10px;
}

header .top-bar .content-2 .connect i {
  align-items: center;
  background: #fff;
  border: #f0f8ff;
  border-radius: 50%;
  color: #000;
  display: inline-flex;
  height: 30px;
  justify-content: center;
  width: 30px;
}

header .navbar {
  background-color: #fff;
  padding: 0;
}

header .navbar .nav-link {
  color: #2a2a2a;
  font-size: 20px;
  font-weight: 600;
  margin: 0 !important;
  padding: 30px 0 !important;
  transition: 1s;
}

header .navbar .nav-link.active {
  color: #000;
}

header .navbar .nav-link:active,
header .navbar .nav-link:hover {
  color: #000;
  transform: scale(1.05);
}

header .navbar .navbar-nav {
  gap: 45px;
  padding: 0;
}

header .navbar .navbar-text .btn-order {
  animation:
    gradientBG 2s ease infinite,
    zoom-in-zoom-out 2s ease-out infinite;
  background-color: #ffcc00;
  background: linear-gradient(-40deg, rgb(255, 204, 0), rgb(0, 0, 0), rgb(255, 204, 0), rgb(0, 0, 0), rgb(255, 204, 0)) 0% 0% / 300% 300%;
  background-size: 300% 300%;
  border-radius: 4px;
  color: #fff;
  padding: 12px 25px;
  position: relative;
  transition: 1s;
}

@keyframes gradientBG {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  to {
    background-position: 0 50%;
  }
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.1);
  }
  to {
    transform: scale(0.9);
  }
}

header .navbar .navbar-text .btn-order:hover {
  background: #fff;
  border: 1px solid #000;
  color: #000;
  transition: background-color 1s;
}

header .navbar .navbar-text .btn-order:hover:before {
  background:
    radial-gradient(
      circle at 20% 35%,
      transparent 0,
      transparent 2px,
      #000 3px,
      #000 4px,
      transparent 0
    ),
    radial-gradient(
      circle at 75% 44%,
      transparent 0,
      transparent 2px,
      #000 3px,
      #000 4px,
      transparent 0
    ),
    radial-gradient(
      circle at 46% 52%,
      transparent 0,
      transparent 4px,
      #000 5px,
      #000 6px,
      transparent 0
    ),
    radial-gradient(
      circle at 15% 25%,
      transparent 0,
      transparent 4px,
      #000 5px,
      #000 6px,
      transparent 0
    ),
    radial-gradient(
      circle at 65% 85%,
      transparent 0,
      transparent 4px,
      #000 5px,
      #000 6px,
      transparent 0
    );
}

header .navbar .dropdown-toggle:after {
  display: none;
}

header.fixed-top {
  border-bottom: 1px solid rgba(40, 56, 145, 0.388);
  box-shadow: 0 0 1px 1px rgba(40, 56, 145, 0.388);
}

main {
  margin-top: 126px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  header .navbar .navbar-text .btn-order {
    font-size: 14px;
  }
  header .navbar .nav-link {
    font-size: 16px;
  }
  header .navbar .dropdown:hover .dropdown-menu {
    top: 85px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  header .navbar .nav-link {
    font-size: 15px;
  }
}

@media (min-width: 992px) {
  header .navbar-nav {
    max-height: 85px;
    max-width: 450px;
    min-height: 85px;
    min-width: 340px;
  }
  header .navbar-nav li {
    margin: 0 !important;
  }
  header .navbar .dropdown .dropdown-menu {
    display: none;
  }
  header .navbar .dropdown:hover i {
    transform: rotate(180deg);
  }
  header .navbar .dropdown:hover .dropdown-menu {
    border-bottom: 7px solid #000;
    border-left: 2px solid #000;
    border-radius: 0 0 8px 8px;
    border-right: 2px solid #000;
    display: grid;
    gap: 0 8px;
    grid-template-columns: auto auto;
    left: -226px;
    padding: 12px 8px 8px;
    top: 84px;
  }
  header .navbar .dropdown:hover .dropdown-menu .dropdown-item {
    border-radius: 2px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
    padding: 10px 35px 10px 40px;
    position: relative;
    transition: background-color 0.5s;
  }
  header .navbar .dropdown:hover .dropdown-menu .dropdown-item:before {
    bottom: 0;
    content: "\f1a7";
    font-family: Font Awesome\6 Brands;
    font-size: 21px;
    font-weight: 500;
    height: 29px;
    left: 12px;
    margin: auto;
    opacity: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
  }
  header .navbar .dropdown:hover .dropdown-menu .dropdown-item.active,
  header .navbar .dropdown:hover .dropdown-menu .dropdown-item:active,
  header .navbar .dropdown:hover .dropdown-menu .dropdown-item:focus,
  header .navbar .dropdown:hover .dropdown-menu .dropdown-item:hover {
    background-color: #000;
    color: #fff;
  }
  header .navbar .dropdown:hover .dropdown-menu .dropdown-item.active:before,
  header .navbar .dropdown:hover .dropdown-menu .dropdown-item:active:before,
  header .navbar .dropdown:hover .dropdown-menu .dropdown-item:focus:before,
  header .navbar .dropdown:hover .dropdown-menu .dropdown-item:hover:before {
    opacity: 1;
    visibility: visible;
  }
  header .navbar .dropdown i {
    font-size: 17px;
    margin-left: 3px;
    transition: transform 1s;
  }
}

@media (max-width: 991px) {
  header .top-bar {
    display: none;
  }
  header .navbar {
    padding: 25px 10px;
  }
  header .navbar .nav-link {
    color: #242d37;
    padding: 0 !important;
  }
  header .navbar .navbar-nav {
    gap: 25px;
  }
  header .navbar .navbar-nav .dropdown-menu {
    border: 1px solid #000;
    height: 265px;
    overflow-y: scroll;
    padding: 4px;
    position: absolute;
    top: 38px;
    width: 280px;
  }
  header .navbar .navbar-nav .dropdown-menu .dropdown-item {
    font-size: 16px !important;
    padding: 9px 22px;
  }
  header .navbar .navbar-nav .dropdown-menu .dropdown-item.active,
  header .navbar .navbar-nav .dropdown-menu .dropdown-item:active,
  header .navbar .navbar-nav .dropdown-menu .dropdown-item:hover {
    background: #000;
    color: #fff !important;
  }
  header .navbar .navbar-text {
    display: none;
  }
  header .navbar-toggler {
    border: 0;
  }
  header .navbar-toggler .navbar-toggler-icon {
    background: none;
    border: 2px solid #000;
    border-radius: 5px;
    height: 44px;
    padding: 7px;
    position: relative;
    transition: 2s;
    width: 60px;
  }
  header .navbar-toggler .navbar-toggler-icon:before {
    background: none;
    color: #000;
    content: "\f00d";
    font-family: Font Awesome\6 Free;
    font-size: 24px;
    font-weight: 600;
  }
  header .navbar-toggler[aria-expanded="false"] span {
    background: none;
    border: 2px solid #000;
    border-radius: 5px;
    padding: 7px;
  }
  header .navbar-toggler[aria-expanded="false"] span:before {
    background: none;
    color: #000;
    content: "\f0c9";
    font-family: Font Awesome\6 Free;
    font-size: 24px;
    font-weight: 600;
  }
  header .navbar-toggler:focus {
    box-shadow: none !important;
  }
  header .navbar-collapse {
    background-color: #fff;
    box-shadow: 0 6px 13px -5px rgba(40, 56, 145, 0.678);
    height: 90vh;
    left: -19px;
    padding: 44px 55px;
    position: absolute;
    top: 0;
    transform: translate(-12%);
    width: 80%;
  }
  header .navbar-collapse.show {
    transform: translate(0);
  }
  main {
    margin-top: 120px;
  }
}

@media (max-width: 575px) {
  header .navbar-brand img {
    -o-object-fit: scale-down;
    object-fit: scale-down;
    width: 180px;
  }
}

.footer {
  padding: 0 0 10px;
}

.footer .h5 {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}

.footer .key-words {
  color: #000;
  font-size: 15px;
  line-height: 23px;
  margin-top: 12px;
}

.footer .content {
  align-items: center;
  display: inline-flex;
  gap: 20px;
}

.footer .content i {
  color: #000;
}

.footer .content .text {
  font-size: 16px;
  font-weight: 600;
}

.footer .content .no {
  font-size: 20px;
}

.footer .content .btn-order {
  padding: 12px 25px;
}

.footer .content .btn-order:before {
  content: none;
}

.footer .call-us {
  color: #000;
  display: flex;
  font-size: 36px;
  gap: 10px;
}

.footer p {
  color: #000;
  font-size: 16px;
  line-height: 22px;
  margin-top: 18px;
}

.footer .footer-img {
  -o-object-fit: scale-down;
  object-fit: scale-down;
  width: 215px;
}

.footer .h4 {
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 30px;
}

.footer ul {
  padding-bottom: 20px;
  padding-left: 0;
}

.footer ul li {
  display: block;
  list-style-type: none;
}

.footer ul li a {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 29px;
  transition: transform 1s;
}

.footer ul li a:hover {
  color: #000;
  transform: scale(1.1);
}

.footer .social-icons {
  display: inline-flex;
  margin: 0 0 30px;
}

.footer .social-icons a i {
  align-items: center;
  border: 1px solid;
  border-radius: 30px;
  color: #000;
  display: flex;
  font-size: 20px;
  height: 45px;
  justify-content: center;
  margin-right: 10px;
  transition: transform 1s;
  width: 45px;
}

.footer .social-icons a i:hover {
  color: #000;
  transform: translateY(-10px);
}

.footer .payment-box {
  display: flex;
  gap: 8px;
}

.footer .h2 {
  font-size: 22px !important;
}

.footer .h6 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.footer .mail {
  color: #000;
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 45px;
}

.footer .p-text {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  padding: 16px 10px 5px;
}

.footer .app-text {
  color: #000;
  font-weight: 600;
  padding: 0 5px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .footer .content {
    gap: 15px;
  }
  .footer .content .no,
  .footer .content .text {
    font-size: 16px;
  }
  .footer .content .btn-order {
    padding: 12px 15px;
  }
  .footer .mail {
    font-size: 14px !important;
  }
  .footer .h4 {
    font-size: 23px;
  }
}

@media (min-width: 992px) and (max-width: 1399px) {
  .footer ul li a {
    font-size: 14px;
  }
  .footer .mail {
    font-size: 17px;
  }
  .footer .footer-t .h5 {
    font-size: 20px !important;
  }
}

@media (max-width: 991px) {
  .footer ul {
    margin: 0 !important;
    padding: 0 !important;
  }
  .footer .mail {
    font-size: 14px !important;
  }
}

section.main-banner {
  background: linear-gradient(
    180deg,
    rgba(255, 204, 0, 0.18) 27%,
    #fff 132%,
    #fff 0,
    rgba(255, 204, 0, 0.08) 101%,
    #fff 0
  );
  padding: 70px 0;
  position: relative;
}

section.main-banner .extra.b-l-box:before {
  left: -286px;
  top: 180px;
}

section.main-banner .extra.b-l-box:after {
  content: none;
}

section.main-banner .extra .h1 {
  line-height: 56px;
}

section.main-banner.b-l-box:before {
  bottom: -323px;
  left: 0;
  margin: auto;
  top: 0;
}

section.main-banner.b-l-box:after {
  content: none;
}

section.main-banner .t-sr-box:after {
  bottom: 0;
  right: -85px;
  top: unset;
}

section.main-banner p {
  line-height: 24px;
}

section.main-banner .main-box {
  position: relative;
  z-index: 1;
}

section.main-banner .box-features {
  padding: 85px 0;
}

section.main-banner .box-features .inner {
  color: #000;
  display: inline;
  font-weight: 700;
}

section.main-banner .major-services {
  padding: 0 0 70px;
}

section.main-banner .major-services .key-words {
  margin-bottom: 45px;
}

section.main-banner .major-services .h5 {
  font-size: 26px;
  font-weight: 700;
  margin: 14px 0 10px !important;
}

section.main-banner .major-services .box {
  border: 1px solid rgba(32, 48, 139, 0);
  border-radius: 4px;
  cursor: pointer;
  padding: 25px 19px;
  transition: 1s;
}

section.main-banner .major-services .box:hover {
  background-color: #fff;
  border: 1px solid rgba(227, 182, 0, 0.93);
  box-shadow: rgba(187, 152, 11, 0.45) 0px 5px 0px 0px;
  transition: 1s;
}

section.main-banner .major-services .box:hover .h5 {
  color: #000;
}

section.main-banner .major-services .box:hover p {
  color: rgba(0, 0, 0, 0.741);
}

section.main-banner .major-services .box:hover img {
  transform: scale(1.1);
}

section.main-banner .major-services .box p {
  font-size: 17px;
  line-height: 26px;
  margin-bottom: 10px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  section.main-banner .extra.b-l-box:before {
    left: -190px;
  }
  section.main-banner .extra p {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  section.main-banner .h1 {
    font-size: 42px !important;
    line-height: 47px !important;
  }
  section.main-banner .h1 .key-text {
    font-size: 42px !important;
    line-height: 46px !important;
  }
  section.main-banner .btn-live,
  section.main-banner .btn-order {
    font-size: 12px;
    padding: 12px 30px;
  }
  section.main-banner .box-features .h5 {
    font-size: 19px;
    line-height: 26px;
  }
}

@media (min-width: 991px) and (max-width: 1199px) {
  section.main-banner .h1 {
    font-size: 32px !important;
    line-height: 35px !important;
  }
  section.main-banner .h1 .key-text {
    font-size: 31px !important;
    line-height: 29px !important;
  }
  section.main-banner .sub-heading {
    font-size: 17px;
  }
  section.main-banner .extra p {
    font-size: 14px !important;
    line-height: 17px !important;
  }
  section.main-banner .btn-live,
  section.main-banner .btn-order {
    font-size: 12px;
    padding: 12px 18px;
  }
  section.main-banner .hstack {
    gap: 1rem;
  }
}

@media (max-width: 991px) {
  section.main-banner {
    padding: 70px 0;
  }
  section.main-banner .t-r-box:after {
    display: none;
  }
  section.main-banner .box-features {
    padding: 25px 0;
  }
  section.main-banner .btn-live,
  section.main-banner .btn-order {
    font-size: 14px !important;
    padding: 12px 14px !important;
  }
}

@media (max-width: 575px) {
  section.main-banner .t-r-box {
    display: none;
  }
}

@media (max-width: 480px) {
  section.main-banner .sub-heading {
    font-size: 16px !important;
    line-height: 21px !important;
    margin-bottom: 26px !important;
  }
  section.main-banner .sub-heading:after {
    bottom: -18px;
  }
}

section.submit-process .b-l-box:before {
  bottom: 0;
}

section.submit-process .b-l-box:after {
  bottom: 115px;
}

section.submit-process .b-r-box:before {
  bottom: -31px;
  right: 385px;
}

section.submit-process .title {
  color: #765f01;
  font-size: 15px;
  font-weight: 600;
  margin: 40px 0 5px;
  text-transform: uppercase;
}

section.submit-process .h5 {
  font-weight: 700;
  margin-bottom: 12px;
}

section.submit-process p {
  color: #27292b;
  line-height: 24px;
}

section.submit-process .key-words {
  margin-bottom: 60px;
}

section.submit-process .lines {
  position: relative;
}

section.submit-process .lines:before {
  background-image: url(../frontend/images/bg/bg-process.webp);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 125px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 47px;
  width: 100%;
  z-index: -1;
}

section.submit-process .box-1 {
  position: relative;
}

section.submit-process .box-1:after {
  background-color: #000;
  border-radius: 50%;
  bottom: 20px;
  content: "";
  height: 12px;
  left: auto;
  position: absolute;
  right: 98px;
  width: 12px;
}

section.submit-process .box-2 {
  position: relative;
}

section.submit-process .box-2:before {
  left: 82px;
  right: auto;
  top: -75px;
}

section.submit-process .box-2:after,
section.submit-process .box-2:before {
  background-color: #000;
  border-radius: 50%;
  bottom: 0;
  content: "";
  height: 12px;
  margin: auto;
  position: absolute;
  width: 12px;
}

section.submit-process .box-2:after {
  left: auto;
  right: 78px;
  top: 35px;
}

section.submit-process .box-3 {
  position: relative;
}

section.submit-process .box-3:before {
  background-color: #000;
  border-radius: 50%;
  bottom: 32px;
  content: "";
  height: 12px;
  left: 89px;
  margin: auto;
  position: absolute;
  width: 12px;
}

section.submit-process .box img {
  -o-object-fit: scale-down;
  object-fit: scale-down;
  width: 215px;
  filter: grayscale(1);
}

@media (min-width: 992px) {
  section.submit-process .gx-7 {
    --bs-gutter-x: 7rem;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  section.submit-process .b-l-box:before {
    left: -190px;
  }
  section.submit-process .b-l-box:after {
    right: -190px;
  }
  section.submit-process .gx-7 {
    --bs-gutter-x: 5rem;
  }
  section.submit-process .box-1:after {
    right: 62px;
  }
  section.submit-process .box-2:before {
    left: 52px;
  }
  section.submit-process .box-2:after {
    right: 48px;
  }
  section.submit-process .box-3:before {
    bottom: 25px;
    left: 55px;
  }
}

@media (min-width: 1400px) and (max-width: 1699px) {
  section.submit-process .b-l-box:before {
    left: -138px;
  }
  section.submit-process .b-l-box:after {
    right: -138px;
  }
}

@media (max-width: 1199px) {
  section.submit-process .lines .box-1:after,
  section.submit-process .lines .box-1:before,
  section.submit-process .lines .box-2:after,
  section.submit-process .lines .box-2:before,
  section.submit-process .lines .box:after,
  section.submit-process .lines .box:before,
  section.submit-process .lines:before {
    content: none;
  }
}

section.writers {
  background: linear-gradient(
    1turn,
    rgba(255, 204, 0, 0.18) 14%,
    #fff 90%,
    #fff 0
  );
}

section.writers .b-l-box:before {
  bottom: -240px;
  margin: auto;
}

section.writers .b-l-box:after {
  bottom: -200px;
  top: unset;
}

section.writers .t-sr-box:after {
  right: -20px;
  top: 120px;
}

section.writers .key-words {
  margin-bottom: 35px;
}

section.writers .box {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 12px;
  cursor: pointer;
  padding: 28px;
  transition: transform 1s;
}

section.writers .box p {
  color: #000;
  font-size: 16px !important;
  line-height: 22px;
  margin-bottom: 25px;
  min-height: 127px;
}

section.writers .box img {
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.102);
}

section.writers .box .h5 {
  font-size: 20px;
  font-weight: 700;
  margin: 10px 0 0;
  position: relative;
}

section.writers .box .h5:after {
  color: #efb002;
  content: "\f005\f005\f005\f005\f005";
  display: block;
  font-family: Font Awesome\6 Free;
  font-size: 16px;
  letter-spacing: 3px;
  margin: 5px 0 25px;
}

section.writers .box .h6 {
  color: #575353;
  font-size: 18px !important;
  margin: 0;
}

section.writers .box .h6:before {
  content: "- ";
}

section.writers .box:hover {
  border: 1px solid #765f01;
  transform: scale(1.02);
}

section.writers .box:hover .h5,
section.writers .box:hover .h6 {
  color: #765f01;
}

@media (min-width: 1400px) and (max-width: 1699px) {
  section.writers .b-l-box:before {
    left: -205px;
  }
  section.writers .b-l-box:after {
    right: -205px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  section.writers .b-l-box:before {
    left: -190px;
  }
  section.writers .b-l-box:after {
    right: -190px;
  }
  section.writers .box {
    padding: 15px 20px !important;
  }
  section.writers .box p {
    line-height: 21px !important;
    min-height: 125px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  section.writers .box p {
    min-height: 95px !important;
  }
}

@media (max-width: 767px) {
  section.writers .box p {
    min-height: unset !important;
  }
}

section.main-banner {
  background: linear-gradient(rgb(255 245 231 / 46%) 21%, rgb(255, 255, 255) 37%, rgb(255, 255, 255) 45%, rgba(231, 243, 255, 0.16) 60%, rgb(255, 255, 255));
}

section.main-banner .major-services {
  padding: 0;
}

section.main-banner .h5.service-6 {
  max-height: 52px;
  max-width: 540px;
  min-height: 52px;
  min-width: 230px;
}

section.submit-process {
  padding: 0 0 70px;
}

section.more-services {
  background-color: rgba(255, 204, 0, 0.04);
  border-radius: 60px;
  padding: 80px 0;
}

section.more-services.b-l-box:after {
  bottom: 85px;
  left: unset;
  right: 0;
  transform: rotate(180deg);
}

section.more-services .t-r-box:after {
  left: -250px;
  top: 90px;
}

section.more-services .h2 {
  margin-bottom: 50px !important;
}

section.more-services .h5 {
  font-size: 16px !important;
  font-weight: 600;
  margin: 6px 0 0 !important;
}

section.more-services img {
  margin: 25px auto;
  filter: grayscale(1) brightness(0);
}

section.more-services .h6 {
  font-size: 17px !important;
  font-weight: 700;
  margin: 0;
}

section.more-services .main-box {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 30px;
}

section.more-services .h4 {
  color: #765f01;
  font-size: 20px;
  font-weight: 700;
  line-height: 19px;
  margin: 0;
}

section.more-services .box {
  background-color: #fff;
  border: 1px solid #e1e3e5;
  border-radius: 20px;
  cursor: pointer;
  padding: 25px 20px;
  position: relative;
  transition: 2s;
}

section.more-services .box:after {
  border-bottom: 7px solid rgba(255, 204, 0, 0.55) !important;
  border-radius: 20px;
  bottom: -2px;
  content: "";
  height: 29px;
  left: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: 0;
  visibility: hidden;
  width: 100%;
}

section.more-services .box:hover {
  box-shadow: 0 5px 7px 0 rgb(118 95 1 / 30%);
  transition: 1s;
}

section.more-services .box:hover:after {
  opacity: 1;
  visibility: visible;
}

section.more-services .box:hover .h5 {
  color: #000;
}

section.more-services .box:hover p {
  color: rgba(0, 0, 0, 0.741);
}

section.more-services .box p {
  font-size: 17px;
  line-height: 26px;
  margin: 0;
}

section.writers {
  background: #fff;
}

section.writers .b-l-box:after {
  bottom: 60px !important;
}

@media (min-width: 1400px) {
  section.writers .box p.serv-5 {
    min-height: 165px;
  }
  section.writers .box p.serv-7,
  section.writers .box p.serv-9 {
    min-height: 168px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  section.more-services .b-l-box:before {
    left: -190px;
  }
  section.more-services .b-l-box:after {
    right: -190px;
  }
  section.more-services .main-box {
    gap: 14px !important;
  }
  section.more-services .box {
    padding: 25px 12px !important;
  }
  section.submit-process .box-1:after {
    bottom: 17px !important;
    right: 77px !important;
  }
  section.submit-process .box-2:before {
    left: 62px;
  }
  section.submit-process .box-2:after {
    right: 57px;
  }
  section.submit-process .box-3:before {
    bottom: 6px !important;
    left: 65px !important;
  }
}

@media (min-width: 1400px) and (max-width: 1699px) {
  section.main-banner .extra.b-l-box:before {
    left: -180px;
  }
  section.more-services .b-l-box:before {
    left: -138px;
  }
  section.more-services .b-l-box:after {
    right: -138px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  section.more-services .main-box {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 991px) {
  section.more-services .main-box {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  section.more-services .box {
    border: 1px solid rgba(255, 204, 0, 0.41);
  }
  section.more-services .main-box {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 575px) {
  section.main-banner .extra {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 75vh;
    justify-content: center;
    text-align: center !important;
  }
  section.main-banner .extra .sub-heading {
    display: block;
    font-size: 17px !important;
    line-height: 20px !important;
    margin-bottom: 0 !important;
  }
  section.main-banner .extra .sub-heading:after {
    bottom: 0;
    display: block;
    left: 0;
    margin: 10px auto;
    position: relative;
    right: 0;
    top: 0;
  }
  section.main-banner .extra .h1 {
    font-size: 30px !important;
    line-height: 32px !important;
  }
  section.main-banner .extra .h1 .key-text {
    font-size: 28px !important;
    line-height: 21px !important;
  }
}
