﻿.yellow-gradient {
  background: #f9ba00;
  background: linear-gradient(76deg, #f9ba00 34%, #fac900 70%); }

.mainButton {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: black;
  width: 12rem;
  height: 4rem;
  padding: 12px;
  background-color: #f9ba00;
  border: 4px solid white;
  border-radius: 50px;
  font-size: 1.375rem;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; }
  .mainButton--small {
    width: 8rem;
    height: 3rem;
    font-size: 1rem; }
  .mainButton--disabled {
    opacity: 0.5; }

@media only screen and (max-width: 400px) {
  .mainButton--small {
    width: 6rem;
    height: 1.2rem;
    font-size: 0.7rem; } }

.header {
  min-height: 25vh; }
  .header__gradient {
    background: #090979;
    background: linear-gradient(0deg, rgba(9, 9, 121, 0) 0%, rgba(0, 212, 255, 0) 10%, #1d1431 98%); }

@media only screen and (max-width: 469px) {
  .header__homeHeader__image {
    width: 200px; }
  .header .banner {
    padding: 0.5rem; } }

@media only screen and (max-width: 400px) {
  .header__homeHeader__image {
    width: 150px; } }

.footer {
  width: 100%;
  min-height: 300px;
  background: #07162b;
  background: linear-gradient(180deg, #07162b 10%, #44b9ba 100%);
  color: white;
  font-size: 1rem; }
  .footer__phoneNumber {
    color: #fac900;
    font-size: 3rem; }
  .footer .changeFontSize:hover {
    cursor: pointer; }

@media only screen and (max-width: 770px) {
  #cookieSettings {
    padding-top: 5px; }
    #cookieSettings span {
      display: flex;
      align-items: center; }
  .topWrap {
    flex-direction: column-reverse; }
  .accessWrap {
    margin-bottom: 20px; }
  .address {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center; }
    .address P {
      padding: 0;
      margin: 0; }
  .bottomWrap .numb {
    text-align: center; }
  .bottomWrap .logoWrap {
    width: 100%;
    flex-direction: column;
    flex: 0 0 auto; } }

.form-check-input:checked {
  background-color: #fac900 !important; }

#cookieSettings:hover {
  cursor: pointer; }

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center; }

.cookieModal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center; }
  .cookieModal-content {
    background-color: #fac900;
    padding: 20px;
    border-radius: 5px;
    width: 300px;
    text-align: center; }
    .cookieModal-content .modal-header {
      margin-bottom: 20px; }
    .cookieModal-content .modal-footer {
      margin-top: 20px; }

.btn {
  padding: 10px 15px;
  border: none;
  border-radius: 3px;
  cursor: pointer; }
  .btn-primary {
    background-color: #007bff;
    color: #fff; }
  .btn-secondary {
    background-color: #6c757d;
    color: #fff; }

@media only screen and (max-width: 770px) {
  .modal-dialog {
    width: 90% !important; } }

section {
  height: fit-content; }

.home__section {
  /*max-height: 100vh;*/
  width: 100%; }

.home .formColumn {
  height: 100% !important; }

.home .section1 .home__section {
  height: 100vh; }

.home .section1 .headerText {
  font-size: 4.375rem; }

.home__background {
  background-size: cover;
  background-position: center; }
  .home__background--norepeat {
    background-repeat: no-repeat; }
  .home__background--contain {
    background-size: contain; }

.home .section2 .mainTextWrap {
  padding-top: 150px;
  padding-bottom: 150px; }

.home .section3 .container-fluid {
  padding-top: 100px;
  padding-bottom: 100px; }

.home .section4 .formWrap {
  width: 80%; }

.home .section4 .home__section {
  padding-top: 100px;
  padding-bottom: 100px; }

.home .section4 .mainText {
  width: 50%; }

@media only screen and (max-width: 770px) {
  .home .formColumn {
    height: auto !important; }
  .home .section1 .home__section {
    height: auto; }
  .home .section1 .headerText {
    font-size: 3.875rem; }
  .home .section1 .mainText {
    font-size: 1.813rem; }
  .home .section1 .container {
    margin-top: 200px;
    margin-bottom: 200px; }
  .home .section2 {
    max-height: none; }
    .home .section2 .mainText {
      font-size: 1.25rem; }
    .home .section2 .image {
      height: 500px; }
  .home .section4 .formWrap {
    width: 100%; }
  .home .section4 .mainText {
    width: 90%; }
  .home header .container {
    padding: 10px; } }

html {
  font-size: 16px;
  scroll-behavior: smooth; }

html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden; }

body {
  overflow-x: hidden;
  font-family: Poppins !important; }

.bg-iceYellow {
  background-color: #fac900 !important; }

.bg-iceDarkYellow {
  background-color: #f9ba00 !important; }

.bg-iceBlue {
  background-color: #47c5c5 !important; }
  .bg-iceBlue--yellow-border {
    border-color: #fac900 !important; }

.bg-iceGray {
  background-color: #e5e5e5 !important; }

.btn-primary {
  background-color: #f9ba00 !important;
  border-color: #f9ba00 !important; }
