@font-face {
    font-family: 'Roboto Bold';
    src: url('../fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'Roboto Medium';
    src: url('../fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'Oxanium Bold';
    src: url('../fonts/Oxanium-Bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'Oxanium';
    src: url('../fonts/Oxanium-Regular.ttf') format('truetype');
    font-weight: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.custom-container1 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(
          -224.55529269956122deg,
          #ecab55 16.846624542484605%,
          #dd8b10 93.14741586088027%
  );
  max-width: 1700px;
  height: 7em;
}

.custom-container2 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(
          -290.55529269956122deg,
          #ecab55 16.846624542484605%,
          #dd8b10 93.14741586088027%
  );
  max-width: 1700px;
  margin-top: -1px;
}

.custom-container3 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(to right, #cb3d01 40%, #ffffff 40%);
  max-width: 1700px;
}

.custom-container4 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(
          -290.55529269956122deg,
          #ecab55 16.846624542484605%,
          #dd8b10 93.14741586088027%
  );
  max-width: 1700px;
}

.custom-container5 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #faf9e3;
  max-width: 1700px;
}

.submit-button {
  border-radius: 30px;
  background-color: red;
  color: white;
  height: 52px;
  border: 0px solid black;
  text-decoration: none;
  transition: background-color 0.3s, color 0.2s;
  width: 30%;
  font-family: 'Roboto Bold', 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  color: #fbfcfd;
}

.submit-button:hover {
  background-color: red;
}

.submit-button-padding {
  padding-bottom: 6%;
  padding-top: 2%;
}

.form-check-input[type='checkbox'] {
  border-radius: 0.25em;
}

.form-check-input[type='checkbox']:checked {
  background-color: red;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-label {
  text-align: left;
  padding-left: 10px;
}

.form-check-input {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

.carousel-nav-circle {
  width: 34px;
  height: 34px;
}

.carousel-nav-fa {
  color: #ffffff;
  margin-left: -24px;
}

.form-field-padding {
  padding-top: 30px;
}

.form-control.is-invalid,
.was-validated .form-control:invalid,
.form-control.is-valid,
.was-validated .form-control:valid,
.form-select.is-valid,
.was-validated .form-select:invalid,
.form-select.is-valid,
.was-validated .form-select:valid {
  background-image: none !important;
}

.success_message {
  color: #fdd69c;
  font-size: 18px;
  font-family: 'Roboto Medium', 'Roboto', sans-serif;
  font-weight: 500;
  display: flex;
  justify-content: center;
}

.rounded-square-contact {
  width: 83px;
  height: 83px;
  background-color: #000000;
  position: relative;
  overflow: visible;
  padding-top: 4%;
  padding-left: 6%;
  border-radius: 0px;
  z-index: 1;
  font-family: 'Font Awesome 5 Pro', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  color: #cb3d01;
}

.rounded-square-contact::after {
  width: 83px;
  height: 83px;
  content: '';
  background-color: #eaeaeb;
  position: absolute;
  top: -6px;
  left: -6px;
  right: 6x;
  bottom: 6px;
  border-radius: 0px;
  border: 0px solid;
  opacity: 1;
  z-index: -1;
}

.input[type=checkbox] {
    accent-color: red;
}

.recaptcha {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}

.form-control {
  font-size: 26px;
  background-image: none;
}

.form-select {
  font-size: 26px;
}

.invalid-feedback {
  font-size: 14px;
  line-height: 20px;
}

.carousel-caption-custom {
  position: relative;
  color: #000000;
  left: 0%;
  right: 0%;
}

.carousel-inner-custom {
  overflow: visible;
}

.carousel-item-custom {
  margin-right: 0%;
}

.carousel-item {
  margin-bottom: -12%;
}

.carousel-control-next {
  opacity: 1;
}

.carousel-control-prev {
  opacity: 1;
}

.carousel-indicators {
  opacity: 0.5;
}

.carousel-indicators .active {
  opacity: 1;
}

.hr-spacing {
  margin-left: -3%;
}

.row-1 {
  --bs-gutter-x: 0rem;
  max-width: 1200px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.logo {
  height: auto;
  max-width: 80%;
  min-width: 50%;
}

.line {
  max-width: 112%;
  height: auto;
}

.row-2 {
  --bs-gutter-x: 0rem;
  max-width: 1200px;
  padding-top: 30px;
  padding-left: 8px;
  padding-bottom: 100px;
}

.red-arrow-position {
  margin-top: -10%;
  margin-left: 31%;
}

.red-arrow {
  position: absolute;
}

.red-arrow-head {
  margin-top: -15px;
  margin-left: -8px;
}

.pr-7 {
  padding-right: 7%;
}

.ml-n-4 {
  margin-left: -4%;
}

.laptop-image {
  width: 110%;
  margin-left: -4%;
}

.row-3 {
  padding-top: 180px;
  --bs-gutter-x: 0rem;
  max-width: 1200px;
}

.meeting-image {
  width: 120%;
  margin-left: -17%;
}

.aboutus {
  padding-left: 14%;
  padding-bottom: 10%;
  margin-top: 27%;
}

.red-background-80 {
  background-image: linear-gradient(to right, #cb3d01 95%, #ffffff 20%);
  padding-top: 120px;
}

.white-dotted-arrow {
  width: 110%;
  padding-bottom: 120px;
  padding-top: 60px;
  margin-left: -70%;
}

.red-dotted-arrow {
  width: 100%;
  padding-top: 8%;
  padding-bottom: 15%;
  padding-left: 30%;
}

.rotateimg180 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rounded-button-dark {
    border-radius: 30px;
    background-color: black;
    color: white;
    height: 52px;
    border: 0px solid black;
    text-decoration: none;
    transition: background-color 0.3s, color 0.2s;
    width: 37%;
    font-family: "Roboto Bold", "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    color: #EAEAEB;
    padding-top: 14px;
}

.rounded-button {
    border-radius: 30px;
    background-color: transparent;
    color: black;
    height: 52px;
    border: 2px solid black;
    text-decoration: none;
    transition: background-color 0.3s, color 0.2s;
    width: 75%;
}

.rounded-button:hover {
	background-color: black;
	color: white;
	border:0px;
}

.rounded-button-dark:hover {
  background-color: black;
}

.contactform-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.button-black {
    font-family: 'Roboto Bold';
    font-weight: Bold;
    font-size: 18px;
    color: #000000;
    padding-top: 12px;
}

.button-black:hover {
  background-color: #000000;
  color: #ffffff;
}

.button-white {
  font-family: 'Roboto Bold';
  font-weight: Bold;
  size: 18px;
  color: #ffffff;
}

.h1-black {
  font-family: 'Oxanium Bold';
  font-weight: Bold;
  font-size: 50px;
  line-height: 45px;
  color: #000000;
}

.h1-white {
  font-family: 'Oxanium Bold', 'Oxanium', sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 45px;
  color: #ffffff;
}

.h2-white {
  font-family: 'Roboto Bold';
  font-weight: Bold;
  font-size: 45px;
  line-height: 60px;
  color: #ffffff;
}

.h2-black {
  font-family: 'Roboto Bold';
  font-weight: Bold;
  font-size: 45px;
  line-height: 60px;
  color: #000000;
}

.h2-aboutus {
  font-family: 'Roboto Bold';
  font-weight: Bold;
  font-size: 45px;
  line-height: 60px;
  color: #000000;
}

.p1-aboutus {
    font-family: Roboto;
    font-weight: normal;
    font-size: 20px;
    line-height: 36px;
    color: #000000;
}

.p1-aboutus-bold {
  font-family: 'Roboto Bold';
  font-weight: bold;
  font-size: 20px;
  line-height: 36px;
  color: #000000;
}

.h3-black {
  font-family: 'Roboto Bold';
  font-weight: Bold;
  font-size: 20px;
  line-height: 32px;
  color: #000000;
}

.h3-white {
	font-family: 'Roboto Medium';
	font-weight: Bold;
	font-size: 20px;
	line-height: 35px;
	color: #ffffff;
}

.p1-black {
    font-family: Roboto;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
}

.p1-black-bold {
  font-family: 'Roboto Bold';
  font-weight: bold;
  font-size: 20px;
  line-height: 36px;
  color: #000000;
}

.p1-white {
    font-family: Roboto;
    font-weight: normal;
    font-size: 20px;
    line-height: 36px;
    color: #ffffff;
}

.p1-white-bold {
  font-family: 'Roboto Bold';
  font-weight: bold;
  font-size: 20px;
  line-height: 36px;
  color: #ffffff;
}

.right-align {
  text-align: right;
}

.left-align {
  text-align: left;
}

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

.get-started {
  text-align: right;
  margin-left: 3%;
}

.w-42 {
  width: 42%;
}

.pt-30 {
  padding-top: 30px;
}

.pt-45 {
  padding-top: 45px;
}

.fa-custom {
  width: 115%;
  font-size: 45px;
  text-align: center;
  margin-top: 30%;
  font-family: 'Font Awesome 5 Pro', sans-serif;
  font-weight: 400;
}
/*news letter subscription styles*/
.newsletter-container {
    background-color: rgb(203 61 1)
    padding: 20px;
    border-radius: 5px;
    width: 450px;
    font-family: 'Roboto', sans-serif;
}

.newsletter-title {
    font-family: 'Roboto Bold';
    color: #FFFFFF;
    font-size: 17px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 15px;
}

.signup-form {
    display: flex;
    flex-direction: column;
}

.input-wrapper {
    display: flex;
}

.newsletter-input {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    flex-grow: 1;
    height: 46px;
    padding: 0 10px;
    border: none;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
}

.newsletter-input::placeholder {
    color: #999A;
}

.newsletter-input.invalid {
    color: #FC0000;
}

.newsletter-submit {
    width: 135px;
    height: 46px;
    background-color: #000000;
    color: #FFFFFF;
    border: none;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.newsletter-submit:hover {
    background-color: #2E2E2E;
}

.newsletter-submit i {
    margin-right: 10px;
}

.privacy-notice {
    font-family: Roboto;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 300;
    margin-top: 10px;
}

.privacy-link {
    color: #FFFFFF;
    text-decoration: underline;
}

.newsletter-message {
    color: #FFFFFF;
    font-size: 13px;
    margin-top: 5px;
    display: flex;
    align-items: center;
}

.newsletter-message i {
    margin-right: 5px;
}
@media screen and (max-device-width: 767px) {
  .row-2 {
    padding: 0px 0px 40px 0px;
  }

  .h3-align {
    text-align: center;
  }

  .laptop-image {
    width: 95%;
    padding-top: 30px;
    padding-bottom: 40px;
    margin-left: 0;
  }

  .p1-black {
    font-family: Roboto;
    font-weight: Regular;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
  }

  .p1-black-bold {
    font-family: 'Roboto Bold';
    font-weight: bold;
    font-size: 20px;
    line-height: 36px;
    color: #000000;
  }

  .h2-aboutus {
    font-family: 'Oxanium Bold', Oxanium, sans-serif;
    font-size: 30px;
    line-height: 38px;
    color: #ffffff;
  }

  .p1-aboutus-bold {
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
  }

  .p1-aboutus {
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
  }

  .aboutus-mobile {
    background-image: none;
  }

  .meeting-image {
    width: 85%;
    margin-left: 3%;
  }

  .red-background-80 {
    background-image: linear-gradient(to right, #cb3d01 100%, #ffffff 20%);
    padding-top: 40px;
    padding-left: 4%;
  }

  .row-1 {
      padding-top: 15px;
      padding-bottom: 60px;
  }

  .row-3 {
    padding-top: 60px;
  }

  .aboutus {
    padding-left: 6%;
    padding-bottom: 10%;
    margin-top: 18%;
    padding-right: 10%;
  }

  .desc-background {
    background-color: #cb3d01;
  }

  .rounded-button-dark {
    width: 60%;
  }

  .rounded-square {
    width: 115px;
    height: 107px;
  }

  .rounded-square::after {
    width: 115px;
    height: 107px;
  }

  .form-background {
    background-color: #000000;
  }

  .form-background::after {
    display: none;
  }

  .our-team {
    padding-left: 14%;
    padding-right: 14%;
  }

  .h1-white {
    font-size: 30px;
    line-height: 25px;
  }

  .h2-white {
    font-size: 20px;
  }

  .aboutus-mobile {
    background-image: linear-gradient(to right, #cb3d01 100%, #ffffff 20%);
  }

  p1-white {
    font-size: 16px;
    line-height: 26px;
  }

  .rotateimg180 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(45deg);
  }

  .h1-black {
    font-size: 30px;
    line-height: 25px;
  }

  .h2-black {
    font-size: 20px;
  }

  .h2-yellow {
    font-size: 20px;
  }

  .h3-black {
    font-size: 18px;
    padding-left: 7%;
    padding-right: 7%;
  }

  .h3-white {
    font-size: 18px;
    padding-left: 7%;
    padding-right: 7%;
  }

  .logo {
      width: 47%;
  }
}

/*from html*/
.row4 {
  background-color: #ecab55;
}

.row5 {
  background-color: #faf9e3;
}

.form-background {
  background-color: rgba(203, 61, 1, 1);
  position: relative;
  overflow: visible;
  padding-right: 90px;
  padding-bottom: 30px;
  padding-left: 60px;
  z-index: 1;
}

.form-background::after {
  content: '';
  background-color: #000000;
  position: absolute;
  top: -15px;
  left: -15px;
  right: 15px;
  bottom: 15px;
  opacity: 1;
  z-index: -1;
}

.benefits {
  padding-left: 23%;
  padding-right: 23%;
}

.benefits-line-image {
  width: 90%;
  margin-left: 8%;
}

.vertical-align {
  display: flex;
  align-items: center;
}

.paragraph {
  text-align: left;
}

.title-text-white {
  font-family: 'Oxanium Bold', 'Oxanium', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 38px;
  line-height: 38px;
  color: #ffffff;
}

.title-text-black {
  font-family: 'Oxanium Bold', 'Oxanium', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 45px;
  line-height: 73px;
  color: #000000;
}

.subtext {
  font-family: 'Roboto Medium', 'Roboto', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  color: #ffffff;
  line-height: 35px;
}

.red-background {
  background: #cb3d01;
  opacity: 1;
}

.form-title {
  font-family: 'Oxanium Bold', 'Oxanium', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 45px;
  color: #ffffff;
  text-align: center;
  line-height: 73px;
}

.form-label-custom {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  line-height: 20px;
}

.form-subtitle {
  font-family: 'Roboto Medium', 'Roboto', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  color: #fdd69c;
  text-align: center;
  line-height: 38px;
}

.benefits-carousel-paragraph {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #000000;
  text-align: left;
  line-height: 25px;
  padding: 15px 0px 2px 0px;
}

.benefits-carousel-title {
  font-family: 'Roboto Bold', 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 25px;
  color: #000000;
  text-align: left;
  line-height: 38px;
  padding: 25px 0px 2px 0px;
}

.benefits-paragraph {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-size: 20px;
  color: #000000;
  text-align: left;
  line-height: 36px;
}

.row-padding-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.desc-background {
    background-color: unset;
}

.rounded-square {
  width: 139px;
  height: 129px;
  background-color: #cb3d01;
  position: relative;
  overflow: visible;
  padding-right: 30px;
  padding-bottom: 30px;
  border-radius: 6px;
  z-index: 1;
}

.rounded-square-yellow {
  background-color: #e59c34;
}

.rounded-square::after {
  width: 139px;
  height: 129px;
  content: '';
  background-color: #eaeaeb;
  position: absolute;
  top: -10px;
  left: -6px;
  right: 6px;
  bottom: 10px;
  border-radius: 6px;
  border: 1px solid;
  opacity: 1;
  z-index: -1;
}

.rounded-square-yellow::after {
  background-color: #eaeaeb;
}

.benefits-list {
  padding-bottom: 60px;
  padding-top: 60px;
}

.row-5 {
  padding-bottom: 180px;
  padding-top: 140px;
}

.carousel-indicators {
  position: relative;
  z-index: 2;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 30%;
  opacity: 1.5;
}

.carousel-indicators .active {
  opacity: 1.5;
}

.carousel-indicators-custom {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  list-style-image: url(../images/carousel_indicator.svg);
  padding-left: 0px;
}

.indicator {
  cursor: pointer;
  padding: 5px;
  margin: 0 5px;
}

.indicator img {
  width: 10px;
  height: 10px;
  object-fit: cover;
  border-radius: 80%;
}

.carousel-control-icon {
  width: 50px;
  height: 50px;
  background-color: orange;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 24px;
}

.carousel-control-icon .arrow-left,
.carousel-control-icon .arrow-right {
  width: 20px;
  height: 20px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(-135deg);
}

.carousel-control-prev,
.carousel-control-next {
  bottom: 75%;
  margin-left: -6%;
}

@media screen and (max-device-width: 767px) {
    /*news letter mobile styles*/

    .submit-icon{
        display: none;
    }
    .newsletter-container {
        background-color: rgb(203 61 1)
        padding: 20px;
        border-radius: 5px;
        width: 380px;
        font-family: 'Roboto', sans-serif;
    }
    .newsletter-input {
        flex: initial;
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px;
        height: 46px;
        width: 230px;
        padding: 0 10px;
        border: none;
        font-size: 15px;
        font-family: 'Roboto', sans-serif;
    }

    .rounded-square {
        width: 115px;
        height: 107px;
    }
    .rounded-square::after {
        width: 115px;
        height: 107px;
    }
    .custom-container3 {
        background-image: linear-gradient(to right, #cb3d01 100%, #ffffff 40%);
    }
    .carousel-caption {
        padding-top: 30px;
        padding-bottom: 0px;
    }
    .desc-background {
        background-color: #cb3d01;
    }
    .title-text-black {
        font-size: 30px;
    }
    .benefits {
        padding-left: 8%;
        padding-right: 8%;
    }
    .contactform-padding {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .benefits-paragraph {
        font-size: 16px;
        line-height: 26px;
    }
    .form-background {
        background-color: #000000;
        padding-left: 0px;
        padding-right: 0px;
    }
    .form-background::after {
        display: none;
    }
    .form-control {
        font-size: 13px;
    }
    .form-title {
        padding-top: 60px;
        font-family: "Oxanium Bold", Oxanium, sans-serif;
        font-size: 30px;
        font-weight: 700;
        font-style: normal;
    }
    .submit-button {
        width: 60%;
    }
    .form-select {
        font-size: 13px;
    }
    .row-5 {
        padding-bottom: 40px;
        padding-top: 40px;
    }
    .form-subtitle {
        line-height: 25px;
    }
}

/* PRIVACY POLICY AND TERMS & CONDITIONS CSS */

.privacy-web-main-container,
.terms-web-main-container {
  font-family: 'Roboto', sans-serif !important;
}

/* PRIVACY POLICY AND TERMS & CONDITIONS HEADER */
.privacy-header,
.terms-header {
  position: sticky;
  top: 0;
  left: 0;
  /* background: orange; */
  z-index: 999;
}

/* PRIVACY POLICY AND TERMS & CONDITIONS NAVIGATION */

.privacy-navmenu,
.terms-navmenu {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 5px;
  gap: 5px;
  background: #fff;
  position: fixed;
  top: 7em;
  left: 0;
}

.privacy-navmenu-options,
.terms-navmenu-options {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background: #faf9e3;
}

.privacy-navmenu-option,
.terms-navmenu-option {
  border: none;
  background: transparent;
  padding: 20px;
  width: 100%;
  text-align: left;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  max-height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.privacy-pages-modal,
.terms-pages-modal {
  position: absolute;
  min-height: calc(100vh - 5px);
  width: 100%;
  top: 0;

  background: #00000075;
}

.privacy-navmenu-pages,
.terms-navmenu-pages {
  background: #eee;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5px;
}

.privacy-navmenu-pages ul,
.terms-navmenu-pages ul {
  list-style: none;
}

.privacy-navmenu-page,
.terms-navmenu-page {
  padding: 20px;
}

.privacy-navmenu-page a,
.terms-navmenu-page a {
  text-decoration: none;
  font-size: 20px;
  color: black;
  line-height: 20px;
}

.privacy-navmenu-menubtn,
.terms-navmenu-menubtn {
  border: none;
  background: #eee;
  padding: 20px;
  max-height: 60px;
  cursor: pointer;
}

.privacy-navmenu-modal,
.terms-navmenu-modal {
  position: absolute;
  min-height: calc(100vh - 57px);
  width: 100%;
  top: 64px;
  padding-right: 59px;
  background: #00000075;
}

.privacy-navmenu-sections,
.terms-navmenu-sections {
  margin-top: -1px;
  padding: 21px 76px 20px 20px;
  background: #faf9e3;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 15px;
}

.privacy-navmenu-section,
.terms-navmenu-section {
  height: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  margin-left: 10px;
}

.privacy-navmenu-section span,
.terms-navmenu-section span {
  font-weight: 500;
}

.privacy-navmenu-section a,
.terms-navmenu-section a {
  text-decoration: none;
  color: black;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
}

.privacy-navmenu-web,
.terms-navmenu-web {
  display: none;
}

@media (min-width: 576px) {
  .privacy-navmenu,
  .terms-navmenu {
    top: 7em;
  }
}

@media (min-width: 1024px) {
  .privacy-header,
  .terms-header {
    position: static;
  }

  .privacy-navmenu,
  .terms-navmenu {
    display: none;
  }

  .privacy-web-main-container,
  .terms-web-main-container {
    display: flex;
    align-items: flex-start;
    justify-content: center;

    max-width: 1280px;
    margin: 0 auto;
    margin-top: calc(80px + 64px);
    gap: 40px;

    position: relative;
  }

  .privacy-web-sidebar,
  .terms-web-sidebar {
    position: sticky;
    top: calc(40px);
    background: white;
    display: flex;
    max-height: calc(100vh - 80px);
  }

  .privacy-navmenu-web,
  .terms-navmenu-web {
    display: flex;
    gap: 40px;
    min-width: max-content;

    background: #fff;
  }

  .privacy-pages-web ul,
  .terms-pages-web ul {
    display: flex;
    flex-direction: column;
    gap: 40px;
    min-width: max-content;
  }

  .privacy-navmenu-page,
  .terms-navmenu-page {
    list-style: none;
    padding: 0;
    font-weight: 600;
    line-height: 24px;
    font-size: 20px;
  }

  .privacy-navmenu-page a:hover,
  .terms-navmenu-page a:hover {
    border-bottom: 2px solid black;
  }

  .privacy-sections-web,
  .terms-sections-web {
    max-width: 285px;
  }

  .privacy-sections-web ul,
  .terms-sections-web ul {
    min-height: max-content;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;

    gap: 20px;
  }

  .privacy-navmenu-section,
  .terms-navmenu-section {
    height: max-content;
  }

  .privacy-navmenu-section a,
  .terms-navmenu-section a {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;

    font-size: 18px;
    line-height: 20px;
  }
}

/* PRIVACY POLICY AND TERMS & CONDITIONS MAIN CONTENT */

.privacy-main-content,
.terms-main-content {
  margin-top: 164px;
  padding: 20px;
  max-width: 100%;
  overflow: hidden;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.privacy-info,
.terms-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
  padding-bottom: 30px;
  font-style: italic;
}

.privacy-info-text,
.terms-info-text {
  margin: 0;
}

.privacy-info-date,
.terms-info-date {
  width: 100%;
  text-align: right;
  color: #797979;
  font-size: 14px;
  font-style: italic;
}

.privacy-section,
.terms-section {
  scroll-margin-top: 184px;
  max-width: 100%;
}

.privacy-section-title,
.terms-section-title {
  margin-bottom: 30px;

  font-size: 18px;
  font-weight: 500px;
  line-height: 22px;

  display: flex;
  justify-content: flex-start;
}

.privacy-section-title span,
.terms-section-title span {
  margin-right: 15px;
}

.privacy-section-text,
.terms-section-text {
  max-width: 100%;
  margin-bottom: 30px;

  font-size: 16px;
  line-height: 22px;
}

.privacy-section-text:last-child,
.terms-section-text:last-child {
  margin-bottom: 40px;
}

.privacy-section-list,
.terms-section-list {
  margin-left: 20px;
  max-width: 100%;
}

.privacy-section-listitem {
  word-wrap: break-word;
}

.hidden {
  display: none;
}

.active {
  border-bottom: 2px solid black;
}

@media (min-width: 576px) {
  .privacy-section,
  .terms-section{
    scroll-margin-top: 224px;
  }
  #terms-section-intro,
  #privacy-section-intro{
    scroll-margin-top: 380px;
  }
}

@media (min-width: 1024px) {
  .privacy-section,
  .terms-section {
    scroll-margin-top: 40px;
  }
}

/* PRIVACY POLICY AND TERMS & CONDITIONS FOOTER */

.privacy-footer-logo-container,
.terms-footer-logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.privacy-footer,
.terms-footer {
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
  background: rgb(203, 61, 1);
  background: linear-gradient(
          90deg,
          rgba(203, 61, 1, 1) 0%,
          rgba(180, 54, 0, 1) 100%
  );

  font-family: 'Roboto', sans-serif !important;
}

.privacy-footer-container,
.terms-footer-container {
  display: flex;
  flex-direction: column;
  padding: 30px 20px;
  gap: 30px;
}

.privacy-footer-logo-image,
.terms-footer-logo-image {
  width: 175px;
}

.privacy-footer-links-mobile,
.terms-footer-links-mobile {
  display: flex;
}
.privacy-footer-links-web,
.terms-footer-links-web {
  display: none;
}
.privacy-footer-links div,
.terms-footer-links div {
  justify-content: flex-start;
  align-items: flex-start;
  gap: 60px;
}

.privacy-footer-links nav,
.terms-footer-links nav {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}

.privacy-footer-links a,
.terms-footer-links a {
  text-decoration: none;
  font-size: 16px;
  color: white;
}

.privacy-footer-copy,
.terms-footer-copy {
  width: 100%;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  color: white;
  padding-left: 12px;
  padding-top: 20px;
  padding-bottom: 30px;
  margin-bottom: 0;
}

.separator-logo {
  width: 80%;
  height: 2px;
  background: white;
}

.separator-copy {
  width: 100%;
  height: 1px;
  background: white;
  background: orange;
}

.privacy-footer-copy div,
.terms-footer-copy div {
  display: none;
}

@media (min-width: 1024px) {
  .privacy-main-content,
  .terms-main-content {
    margin-top: 0;
    padding-top: 0;
  }

  .privacy-footer-container,
  .terms-footer-container {
    padding-bottom: 25px;
  }

  .privacy-footer-logo-container {
      gap: 38px;
  }
  .terms-footer-logo-container {
    gap: 60px;
  }

  .privacy-footer-links,
  .terms-footer-links {
    margin-top: 0;
  }

  .privacy-footer-links div {
      gap: 133px;
  }
  .terms-footer-links div {
    margin-left: 360px;
    gap: 133px;
  }

  .privacy-footer-links-mobile,
  .terms-footer-links-mobile {
    display: none;
  }
  .privacy-footer-links-web,
  .terms-footer-links-web {
    display: flex;
  }

  .privacy-footer-container,
  .terms-footer-container {
    max-width: 1280px;
    margin: 0 auto;
    gap: 8px;
  }

  .privacy-footer-copy,
  .terms-footer-copy {
    max-width: 548px;
    margin: 0 auto;
    padding: 25px 20px 35px;
    display: flex;
    align-items: center;
    gap: 60px;
  }

  .privacy-footer-copy div,
  .terms-footer-copy div {
    display: block;
    min-width: 300px;
    max-width: 300px;
    color: transparent;
  }

  .privacy-footer-logo-image,
  .terms-footer-logo-image {
    width: 300px !important;
  }
}

.rotate {
  transform: rotate(180deg);
}

.tos-links-container {
    font-weight: bold;
    display: flex;
    justify-content: end;
    width: 75%;
    margin-top: 20px;
}

@media screen and (max-device-width: 991px) {
    .tos-links-container {
        width: 100%;
    }
}

@media screen and (max-device-width: 390px) {
    .submit-icon{
        display: none;
    }
    .newsletter-container {
        background-color: rgb(203 61 1) padding: 20px;
        border-radius: 5px;
        width: 330px;
        font-family: 'Roboto', sans-serif;
    }
    .newsletter-input {
        flex: initial;
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px;
        height: 46px;
        width: 230px;
        padding: 0 10px;
        border: none;
        font-size: 13px;
        font-family: 'Roboto', sans-serif;
    }
}

@media screen and (max-device-width: 575px) {
    .submit-icon{
        display: none;
    }
    .newsletter-container {
        background-color: rgb(203 61 1) padding: 20px;
        border-radius: 5px;
        width: 330px;
        font-family: 'Roboto', sans-serif;
    }
    .newsletter-input {
        flex: 1;
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px;
        height: 46px;
        width: 230px;
        padding: 0 10px;
        border: none;
        font-size: 13px;
        font-family: 'Roboto', sans-serif;
    }
}
/*@media screen and (max-device-width: 1024px) {*/
/*    .newsletter-container {*/
/*        margin-left: 182px;*/
/*         margin-right: initial;*/
/*        background-color: rgb(203 61 1)*/
/*        padding: 20px;*/
/*        border-radius: 5px;*/
/*        width: 450px;*/
/*        font-family: 'Roboto', sans-serif;*/
/*    }*/
/*}*/

.footer-container{
    display: flex;
    justify-content: center;
}

.footer-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 16px;
}

@media screen and (max-device-width: 1024px) {
    .footer-container {
        justify-content: flex-start;
    }
}

.recaptcha-overlay {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100vh;
    width: 100vw;
    backdrop-filter: blur(10px);
    display: none;
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.recaptcha-alert {
    margin: auto;
    display: flex;
    justify-content: center;
    border: 1px solid #cb3d01;
    border-radius: 16px;
    padding: 16px;
    background: white;
}

.recaptcha-alert .recaptcha__alert-submit {
    background: #cb3d01;
    color: white;
    padding: 12px 72px;
    border-radius: 12px;
    border: none;
}

.recaptcha-alert .recaptcha__alert-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
}