html {
  scroll-behavior: smooth;
}

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;700&display=swap");

body {
  font-family: "Open Sans", sans-serif;
  background-color: #fff;
  height: 100%;
  position: relative;
}
body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
body.offcanvas-menu:before {
  opacity: 1;
  z-index: 1002;
  visibility: visible;
}

p {
  color: #561217;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Open Sans", sans-serif;
  color: #561217 !important;
}

h5 {
  color: #561217;
  font-weight: 600;
}

a {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a,
a:hover {
  text-decoration: none !important;
}

.hero {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.herobonus {
  min-height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.top-bar {
  padding: 0.5rem 0;
  background: #eee;
}
.top-bar a {
  color: #666666;
}

.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: relative;
  width: 100%;
  padding: 1rem;
}
@media (max-width: 991.98px) {
  .site-navbar {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.site-navbar .toggle-button {
  position: absolute;
  right: 0px;
}
.site-navbar .site-logo {
  position: absolute;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 0;
  margin: 0;
  padding: 0;
  z-index: 3;
}
@media (max-width: 991.98px) {
  .site-navbar .site-logo {
    float: left;
    position: relative;
  }
}
.site-navbar .site-navigation.border-bottom {
  border-bottom: 1px solid white !important;
}
.site-navbar .site-navigation .site-menu {
  margin-bottom: 0;
}
.site-navbar .site-navigation .site-menu .active {
  color: #007bff !important;
}
.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
}
.site-navbar .site-navigation .site-menu > li {
  display: inline-block;
}
.site-navbar .site-navigation .site-menu > li > a {
  margin-left: 15px;
  margin-right: 15px;
  padding: 20px 0px;
  color: #561217 !important;
  font-weight: 600;
  display: inline-block;
  text-decoration: none !important;
}
.site-navbar .site-navigation .site-menu > li > a:hover {
  color: #007bff;
}
.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}
.site-navbar .site-navigation .site-menu .has-children > a {
  position: relative;
  padding-right: 20px;
}
.site-navbar .site-navigation .site-menu .has-children > a:before {
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "icomoon";
}
.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  border-top: 2px solid #007bff;
  -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #fff;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown.arrow-top:before {
  display: none;
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #000 !important;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
  color: #007bff !important;
  background: #f8f9fa;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
  padding: 9px 20px;
  display: block;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li
  > a:hover {
  background: #f8f9fa;
  color: #ced4da;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > a:before {
  content: "\e315";
  right: 20px;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > .dropdown,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > ul {
  left: 100%;
  top: 0;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:hover
  > a,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:active
  > a,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:focus
  > a {
  background: #f8f9fa;
  color: #ced4da;
}
.site-navbar .site-navigation .site-menu .has-children:hover > a,
.site-navbar .site-navigation .site-menu .has-children:focus > a,
.site-navbar .site-navigation .site-menu .has-children:active > a {
  color: #007bff;
}
.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}
.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: #ced4da;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}
.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 20px 20px 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}
.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #561217;
  font-weight: 600;
}
.site-mobile-menu .site-nav-wrap a:hover {
  color: #007bff;
}
.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}
.site-mobile-menu .site-nav-wrap li .nav-link.active {
  color: #007bff;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icomoon";
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.site-mobile-menu .site-nav-wrap > li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.site-mobile-menu .site-nav-wrap > li > a {
  padding-left: 20px;
  font-size: 20px;
}
.site-mobile-menu .site-nav-wrap > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-mobile-menu .site-nav-wrap > li > ul > li {
  display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > a {
  padding-left: 40px;
  font-size: 16px;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
  padding: 0;
  margin: 0;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
  display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
  font-size: 16px;
  padding-left: 60px;
}
.site-mobile-menu .site-nav-wrap[data-class="social"] {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 5em;
}
.site-mobile-menu .site-nav-wrap[data-class="social"] > li {
  width: auto;
}
.site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
  padding-left: 15px !important;
}

.sticky-wrapper {
  position: relative;
  z-index: 100;
  width: 100%;
}
.sticky-wrapper .site-navbar {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sticky-wrapper .site-navbar {
  background: #fff;
}
.sticky-wrapper .site-navbar .site-logo a {
  color: #fff;
}
.sticky-wrapper .site-navbar ul li a {
  color: rgba(255, 255, 255, 0.7) !important;
}
.sticky-wrapper .site-navbar ul li a.active {
  color: #fff !important;
}
.sticky-wrapper.is-sticky .site-navbar {
  background: #fff;
  -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
}
.sticky-wrapper.is-sticky .site-navbar .site-logo a {
  color: #007bff;
}
.sticky-wrapper.is-sticky .site-navbar ul li a {
  color: #000 !important;
}
.sticky-wrapper.is-sticky .site-navbar ul li a.active {
  color: #007bff !important;
}
.sticky-wrapper .shrink {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
@media (max-width: 991.98px) {
  .sticky-wrapper .shrink {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

/* Custom CSS         */

.imgSelect {
  width: 130px;
}

.menuCustom {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 85%;
  max-width: 100%;
}

.menuIcon {
  color: #f49021;
}

.logoCustom {
  width: 150px;
}
.imagecustom {
  background-image: url("../images/bg1.svg");
  background-size: contain;
  background-origin: content-box;
}

.imagecustom img {
  opacity: 0.2;
}

.customH1 {
  color: #561217;
  font-weight: 600;
}

.customParagraph {
  color: #561217;
  font-weight: 500;
}

.customColor {
  background-color: #f49021;
  font-weight: 400;
  color: #fff;
  display: flex;
  align-items: center;
  box-shadow: 0px 5px 14px 1px rgba(0, 70, 101, 0.2);
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  max-width: 220px;
}

.customColorEvent {
  background-color: #561217;
  color: white;
  font-weight: 400;
  display: flex;
  align-items: center;
  box-shadow: 0px 5px 14px 1px rgba(0, 70, 101, 0.2);
  border-radius: 9px;
}
.customColorEvent:hover {
  color: white;
}

.customColor:hover {
  color: white;
}

.buttonIcon {
  color: white;
  padding-right: 10px;
}
.outlineButtonIcon {
  color: #a4a4a4;
  padding-right: 10px;
}
.customDisable {
  background-color: transparent;
  border: 1.5px solid #a4a4a4;
  border-radius: 9px;
  cursor: not-allowed;
  pointer-events: none;
  color: #a4a4a4;
}

.customHeight {
  height: 60vh;
}

.marginContainer {
  background-color: #fff9f1;
  border-radius: 30px;
}

.imageEv {
  position: absolute;
  width: 80px;
  margin-left: 29%;
  z-index: 50;
}

.imageBgEvent {
  background-image: url("../images/imgbg.png");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0 30px 30px 0;
}

.imgTeam {
  max-width: 200px;
}

.imageFooter {
  background-image: url("../images/backgroundfooter.svg");
  background-size: cover;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding: 0 10px;
}

.socialIcons {
  font-size: 35px;
  color: #f49021;
}

.linkColor {
  color: #561217;
}
.linkColor:hover {
  color: #561217;
}
.linkColor::after {
  color: #561217;
}

.lottieSecond {
  width: 500px;
  height: 280px;
}

.marginCf {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* Form CSS */

.modal-open .imagecustom .container-fluid,
.modal-open .container .imagecustom {
  -webkit-filter: blur(5px);
}

label {
  cursor: pointer;
  filter: grayscale(100%);
  opacity: 0.5;
}

label:hover {
  filter: grayscale(0);
  opacity: 0.7;
}
input[type="radio"]:checked + label {
  filter: grayscale(0);
  opacity: 1;
}

.form-control {
  color: #561217;
  border: 1px solid #244d758f;
}

/* Custom Media Queries
Mobile */

.customH1 {
  font-size: 30px;
}

@media screen and (max-width: 390px) {
  .mobilepadding {
    padding: 2rem 0;
  }
}

@media screen and (max-width: 800px) {
  .imageFooter {
    background-size: 1000px;
  }

  .centeringText {
    text-align: center;
  }

  .customParagraph {
    text-align: center;
  }

  .marginMobile {
    margin-right: 0;
    margin-left: 0;
  }

  .imagecustom {
    background-size: cover;
    background-origin: content-box;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: flex-start;
  }

  .lottieSecond {
    width: 350px;
    height: 200px;
  }

  .imageBgEvent {
    border-radius: 0 0 10px 10px;
    max-width: 100%;
  }

  .logoCustom {
    width: 140px;
  }

  .logoBonus {
    width: 250px;
  }

  .customHeight {
    height: unset;
  }
  .imageEv {
    margin-left: 63%;
    width: 10%;
  }
  .mobileWidth {
    max-width: 100%;
    border-radius: 0;
    padding: 0;
  }
  .mobileColumn {
    flex-direction: column !important;
  }
  .mobleMargin {
    margin: 1em 0em 1em 0em !important;
  }

  .marginCf {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

.bg-event {
  background-image: url("../images/bg-events.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.fontTablet {
  font-weight: 600;
  font-size: 14px;
}

/* Tablet Responsive */
@media screen and (min-width: 799px) and (max-width: 1299px) {
  .herobonus {
    height: unset;
  }

  .fontTablet {
    font-size: 14px;
    font-weight: 600;
  }

  .flextablet {
    flex-direction: row !important;
    flex-basis: 100%;
  }

  .imgTeam {
    width: 120px;
  }

  .imageFooter {
    background-size: 1000px;
  }

  .centeringText {
    text-align: center;
  }

  .customParagraph {
    text-align: center;
  }

  .marginMobile {
    margin-right: 0;
    margin-left: 0;
  }

  .imagecustom {
    background-size: inherit;
    background-origin: content-box;
  }

  .lottieSecond {
    width: 350px;
    height: 200px;
  }

  .imageBgEvent {
    border-radius: 0 0 10px 10px;
    flex-basis: 100%;
    max-width: 100%;
  }

  .logoCustom {
    width: 140px;
  }

  .logoBonus {
    width: 300px;
  }

  .customHeight {
    height: unset;
  }
  .imageEv {
    margin-left: 63%;
    width: 7%;
  }
  .mobileWidth {
    max-width: 100%;
    border-radius: 0;
    padding: 0;
  }
  .tabletColumn {
    flex-direction: row !important;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    justify-content: center;
  }
  .mobleMargin {
    margin: 1em 1em 1em 1em !important;
  }

  .marginCf {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

#open-popup {
  padding: 20px;
}
.white-popup {
  position: relative;
  background: #fff;
  padding: 40px;
  width: auto;
  max-width: 200px;
  margin: 20px auto;
  text-align: center;
}

.lottieHeight {
  max-width: 500px;
  height: auto;
}

.function {
  font-size: 14px;
}

.btn-lg {
  width: 300px;
  font-size: 25px;
}
