input:focus,
textarea:focus,
select:focus {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.wide-container {
  margin: 10px;
}

.heading-box {
  text-align: center;
  max-width: 800px;
  margin: auto;
}

.black-text {
  color: black;
}

.uppercase {
  text-transform: uppercase;
}

.color-white {
  color: white;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

:root {
  --one: #282828;
  --two: #5D84ED;
  --three: #CEED5D;
  --four: #D9D9D9;
  --five: white;
}

.linear-1 {
  background-color: #5D84ED;
  background: linear-gradient(to right, #5D84ED 0%, #CEED5D 100%);
}

.linear-2 {
  background-color: #5D84ED;
  background: linear-gradient(to right, #5D84ED 0%, #CEED5D 100%);
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../font/HelveticaNeueThin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../font/HelveticaNeueThinItalic.otf") format("opentype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../font/HelveticaNeueUltraLight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../font/HelveticaNeueUltraLightItalic.otf") format("opentype");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../font/HelveticaNeueLight.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../font/HelveticaNeueLightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../font/HelveticaNeueRoman.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../font/HelveticaNeueItalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../font/HelveticaNeueMedium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../font/HelveticaNeueMediumItalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../font/HelveticaNeueBold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../font/HelveticaNeueBoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../font/HelveticaNeueHeavy.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../font/HelveticaNeueHeavyItalic.otf") format("opentype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../font/HelveticaNeueBlack.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../font/HelveticaNeueBlackItalic.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
}
body {
  font-family: "Helvetica Neue", sans-serif;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

p {
  font-weight: 300;
  font-family: "Helvetica Neue", sans-serif;
  color: var(--one);
  font-size: 28px;
}
@media (max-width: 1200px) {
  p {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  p {
    font-size: 20px;
  }
}

p.small {
  font-size: 22px;
}

p.smaller {
  font-size: 20px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  color: #000;
}

h1 {
  font-size: 64px;
}
@media (max-width: 991px) {
  h1 {
    font-size: 35px;
  }
}

h2, h3 {
  font-size: 42px;
}
@media (max-width: 991px) {
  h2, h3 {
    font-size: 30px;
  }
}

h4 {
  font-size: 30px;
}
@media (max-width: 991px) {
  h4 {
    font-size: 25px;
  }
}

a {
  color: #7C43E6;
}

button:focus, input:focus, textarea:focus, .accordion-button:focus, .navbar-toggler:focus {
  box-shadow: none;
}

input:focus,
textarea:focus,
select:focus {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.wide-container {
  margin: 10px;
}

.heading-box {
  text-align: center;
  max-width: 800px;
  margin: auto;
}

.black-text {
  color: black;
}

.uppercase {
  text-transform: uppercase;
}

.color-white {
  color: white;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.btn {
  font-size: 28px;
  font-weight: 400;
  padding: 5px 14px;
  cursor: pointer;
  font-family: "Helvetica Neue", sans-serif;
  border-radius: 10px;
  transition: all 0.3s ease;
  display: inline-block;
}
.btn span {
  display: inline-block;
  transform: none;
}
.btn img {
  margin-left: 5px;
}
.btn:hover {
  transform: scale(1.01) translateY(-2px);
  opacity: 0.8;
}
@media (max-width: 1200px) {
  .btn {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: 20px;
  }
}

.btn-primary {
  background-color: var(--three);
  border: none;
  color: #282828;
}
.btn-primary:hover {
  background-color: var(--three);
  opacity: 0.8;
  color: #282828;
}

.btn-secondary {
  background-color: var(--two);
  border: none;
  color: white;
}
.btn-secondary:hover {
  background-color: var(--two);
  opacity: 0.8;
  color: white;
}

.btn-third {
  background-color: var(--one);
  border: none;
  color: white;
}
.btn-third:hover {
  background-color: var(--one);
  opacity: 0.8;
  color: white;
}

.btn-linear {
  background: linear-gradient(to right, var(--two) 0%, var(--three) 100%);
  border: none;
  color: var(--one);
}
.btn-linear:hover {
  background: linear-gradient(to right, var(--three) 0%, var(--two) 100%);
}

.btn-white {
  background-color: white;
  border: 4px solid white !important;
  border: none;
  color: var(--one);
}
.btn-white:hover {
  border: 4px solid white;
  background-color: transparent;
  color: white;
}

.btn-font-28 {
  font-size: 28px;
}

.nav-link {
  font-weight: 400 !important;
  color: var(--one) !important;
  font-size: 20px;
}

.navbar {
  background-color: #F0F0F0;
  padding: 20px 0;
  transition: all 0.5s ease-in-out;
}
.navbar.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  padding-top: 10px;
}
.navbar .navbar-toggler {
  border: none;
}
.navbar .custom-toggler .navbar-toggler-icon {
  background-image: none;
  width: 30px;
  height: 2px;
  background-color: black;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.navbar .custom-toggler.open .navbar-toggler-icon {
  background-color: transparent;
}
.navbar .custom-toggler .navbar-toggler-icon::before,
.navbar .custom-toggler .navbar-toggler-icon::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: black;
  transition: all 0.3s ease-in-out;
}
.navbar .custom-toggler .navbar-toggler-icon::before {
  top: -10px;
  right: 0px;
}
.navbar .custom-toggler .navbar-toggler-icon::after {
  top: 10px;
  right: 0px;
}
.navbar .custom-toggler.open .navbar-toggler-icon::before {
  transform: rotate(45deg);
  top: 0;
}
.navbar .custom-toggler.open .navbar-toggler-icon::after {
  transform: rotate(-45deg);
  top: 0;
}

.dropdown-menu {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border: none;
}
.dropdown-menu .dropdown-item:active {
  background-color: var(--three);
  color: var(--one);
}

@media (max-width: 991px) {
  .navbar .navbar-nav {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .dropdown-menu.show {
    display: inline-block;
    text-align: center;
  }
}

.footer-section {
  background-color: var(--two);
  padding: 100px 0 30px 0;
}
.footer-section .footer-box .section-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-section .footer-box .section-box .section-1 {
  max-width: 400px;
}
.footer-section .footer-box .section-box .section-1 .logo-box {
  width: 250px;
}
.footer-section .footer-box .section-box .section-1 .logo-box img {
  width: 100%;
}
.footer-section .footer-box .section-box .section-1 .text-box {
  margin-top: 20px;
}
.footer-section .footer-box .section-box .section-1 .text-box .text {
  font-size: 10px;
}
.footer-section .footer-box .section-box .section-2 {
  display: flex;
  justify-content: space-between;
}
.footer-section .footer-box .section-box .section-2 .list {
  list-style: none;
}
.footer-section .footer-box .section-box .section-2 .list li a {
  color: white;
  text-decoration: none;
  font-size: 15px;
}
.footer-section .footer-box .section-bottom {
  text-align: center;
  padding-top: 30px;
}
.footer-section .footer-box .section-bottom p {
  font-size: 14px;
  color: white;
}

@media (max-width: 767px) {
  .footer-section {
    padding: 50px 0;
  }
  .footer-section .footer-box .section-box {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  .footer-section .footer-box .section-box .section-1 {
    max-width: 100%;
    text-align: center;
  }
  .footer-section .footer-box .section-box .section-1 .logo-box {
    width: 150px;
    margin: auto;
  }
  .footer-section .footer-box .section-box .section-2 {
    flex-direction: column;
    align-items: center;
  }
  .footer-section .footer-box .section-box .section-2 .list {
    padding: 0;
    text-align: center;
  }
}

/* Loader container */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

/* Spinner animation */
.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #ccc;
  border-top: 4px solid #7C43E6; /* your brand color */
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

/* Spin keyframes */
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/* Hide loader after page load */
#loader.hidden {
  opacity: 0;
  visibility: hidden;
}
/*# sourceMappingURL=main.css.map */