@import url("https://fonts.googleapis.com/css2?family=Baloo+2:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
@font-face {
  src: url(../fonts/DINBold.ttf);
  font-family: "din-font-bold";
}

* {
  transition: all 0.5s linear;
  font-size: 100%;
}

html,
body {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

/* Fonts */
.baloo-fonts {
  font-family: "Baloo 2", cursive;
}

.opensans-font-light {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

.opensans-font-regular {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.opensans-font-bold {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

.din-font-bold {
  font-family: "din-font-bold";
}

.roboto-font-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.roboto-font-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.roboto-font-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.roboto-font-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

/* Navbar */
nav.container-fluid {
  padding-right: 4rem;
  padding-left: 4rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

@media (max-width: 576.98px) {
  nav.container-fluid {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.onScroll {
  background-color: #ffffff;
  box-shadow: 1px 1px 5px #ffffff;
}

@media (max-width: 768.98px) {
  .onScroll {
    padding-bottom: 1rem;
  }
}

.nav-btn {
  border: 0.25rem solid #1b685f;
  border-radius: 0.8125rem;
  font: Bold 22px/36px Baloo 2;
  font-size: 1.2rem;
  line-height: 2.25rem;
  letter-spacing: 0px;
  color: #1b685f;
  padding: 0.2rem 1.5rem;
  margin: 0 0.6rem;
}

.nav-btn:hover {
  background-color: #1b685f;
  color: #ffffff;
  text-decoration: none;
}

/* Main Page Header */
.main-page-header .left-side {
  background-color: #ffffff;
  padding-top: 18rem;
  padding-left: 6rem;
  padding-bottom: 2rem;
}

header h1.main-text {
  color: #1b685f;
  font-size: 7rem;
}

header h2 {
  color: #e95325;
}

header h2.online-text {
  font-size: 5rem;
  line-height: 1rem;
  padding-left: 23.3rem;
}

.main-page-header .header-descrition {
  font-size: 1.5625rem;
  line-height: 2.5rem;
  letter-spacing: 0px;
  color: #000000;
  margin-top: 4rem;
}

.main-page-header .header-features {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

.main-page-header .header-features .feature {
  border: 0.1875rem solid #edf1f7;
  width: 12.5rem;
  padding: 1rem 0.75rem 0.5rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.main-page-header .header-features .feature p {
  font-size: 1.25rem;
  margin-top: 1rem;
}

.search-bar-container {
  display: flex;
  margin-top: 8rem;
  justify-content: flex-end;
}

@media (max-width: 1380px) {
  .search-bar-container {
    justify-content: center;
  }
}

.search-bar-wrapper {
  width: 35rem;
}

.search-form-conrol {
  border: 0.125rem solid #6bbe96;
  width: 22rem;
  height: 2.9rem;
  font-size: 1.2rem;
  padding: 0 0.5rem;
}

.search-form-btn {
  width: 13rem;
  height: 2.9rem;
  background: #6bbe96;
  border-radius: 0 0.8125rem 0.8125rem 0;
  border: none;
  outline: 0 !important;
  font-size: 1rem;
  color: #ffffff;
  padding: 0.85rem 0;
  margin-left: -0.3125rem;
}

.search-form-btn img {
  width: 1.2rem;
  margin-right: 0.5rem;
}

.main-page-header .right-side {
  background: url(../images/mobile-big-icon-bg.svg) no-repeat;
  background-size: cover;
  padding-top: 15rem;
  padding-bottom: 2rem;
}

.header-register-btn {
  display: block;
  border: 0.25rem solid #6bbe96;
  width: 16.875rem;
  margin-top: 4.5rem;
  color: #6bbe96;
  font-size: 1.25rem;
  line-height: 2.4rem;
  height: 2.9rem;
  border-radius: 0.8125rem;
  text-align: center;
  margin-left: 4rem;
}

.header-register-btn:hover {
  background-color: #6bbe96;
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .main-page-header .left-side {
    padding-left: 2rem;
  }

  header h1.main-text {
    font-size: 5rem;
  }

  header h2.online-text {
    font-size: 4rem;
    padding-left: 16rem;
  }

  .main-page-header .header-descrition {
    font-size: 1.3rem;
    line-height: 2rem;
  }

  .main-page-header .header-features .feature {
    border: 0.1875rem solid #edf1f7;
    width: 12rem;
    padding: 1rem 0.75rem 0.5rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}

@media (max-width: 768.98px) {
  .search-bar-wrapper {
    width: 100%;
  }

  .search-form-conrol {
    width: 60%;
  }

  .search-form-btn {
    width: 40%;
  }

  .search-bar-container {
    margin-top: 4rem;
  }
}

@media (max-width: 576.98px) {
  .search-form-conrol {
    width: 70%;
    font-size: 1rem;
  }

  .search-form-btn {
    width: 30%;
    font-size: 0.6rem;
    padding: 1.15rem 0;
  }

  .search-form-btn img {
    width: 1rem;
    margin-right: 0.2rem;
  }

  .main-page-header .left-side {
    padding-left: 1rem;
  }

  header h1.main-text {
    font-size: 3rem;
  }

  header h2.online-text {
    font-size: 1.75rem;
    padding-left: 10.5rem;
  }

  .main-page-header .header-descrition {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 2rem;
  }

  .main-page-header .header-features .feature {
    border: 0.1875rem solid #edf1f7;
    width: 33%;
    padding: 0.5rem 0.75rem 0rem;
  }

  .main-page-header .header-features .feature p {
    font-size: 0.75rem;
    margin-top: 0.75rem;
  }

  .main-page-header .header-features .feature img.img-fluid {
    max-width: 70%;
  }

  .header-register-btn {
    width: 16rem;
    margin-top: 3rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1380px) {
  .col-xl-6.extra-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Contents */
.participants-heading {
  color: #1b685f;
  font-size: 3.125rem;
}

.participants {
  border: 0.1875rem solid #edf1f7;
  margin-top: 30px;
}

.participants .title {
  background: #efefef;
  color: #1b685f;
  font-size: 1.25rem;
  padding: 1rem 0;
}

.participants .body {
  padding: 2rem;
}

.participants .body p {
  font-size: 1.25rem;
}

.participants .body p span {
  color: #e96e3e;
}

.discover-geetbets-btn {
  display: block;
  width: 100%;
  border: 0.25rem solid #1b685f;
  color: #1b685f;
  text-align: center;
  border-radius: 0.8125rem;
  font-size: 1.25rem;
  height: 2.9rem;
  line-height: 2.4rem;
  margin-top: 2rem;
}

.closable-labels-wrapper {
  padding: 0 2rem;
  display: flex;
  flex-wrap: wrap;
}

.closable-label {
  font-size: 1rem;
  color: #6bbe96;
  border: 3px solid #6bbe96;
  border-radius: 1.125rem;
  padding: 0.15rem 0.7rem;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
}

.closable-label span {
  cursor: pointer;
}

@media (max-width: 1600px) and (min-width: 992px) {
  .closable-labels-wrapper {
    padding: 0 1rem;
  }

  .participants .body {
    padding: 1rem;
  }

  .discover-geetbets-btn {
    font-size: 1rem;
    height: 2.9rem;
    line-height: 2.4rem;
  }
}

.discover-geetbets-btn:hover {
  background-color: #1b685f;
  color: #ffffff;
  text-decoration: none;
}

@media (min-width: 1400px) {
  .contents.container-fluid {
    padding-right: 5rem;
    padding-left: 5rem;
  }
}

.other-page-header {
  background: url(../images/other-header-bg.png) no-repeat;
  background-size: 100% 92.5%;
}

.other-page-header .left-side {
  padding-top: 18rem;
  padding-left: 6rem;
  padding-bottom: 2rem;
}

.other-page-header h1.welkomin-text {
  color: #1b685f;
  font-size: 7rem;
}

.other-page-header h2.beetbets-text {
  font-size: 5.5rem;
  padding-left: 19rem;
  margin-top: -2rem;
}

.other-page-header .right-side {
  padding-top: 12rem;
}

.other-page-header .right-side img {
  max-width: 18.75rem;
}

@media (max-width: 1380px) and (min-width: 1200px) {
  .other-page-header .left-side {
    padding-left: 2rem;
  }
}

@media (max-width: 1199.98px) {
  .other-page-header {
    background-size: 500% 95%;
  }

  .other-page-header .right-side {
    padding-top: 2rem;
  }

  .other-page-header .right-side img {
    display: block;
    margin: auto;
  }
}

@media (max-width: 991.98px) {
  .other-page-header .left-side {
    padding-left: 2rem;
  }

  .other-page-header h1.welkomin-text {
    font-size: 5rem;
  }

  .other-page-header h2.beetbets-text {
    font-size: 4.2rem;
    padding-left: 14rem;
  }
}

@media (max-width: 576.98px) {
  .other-page-header .left-side {
    padding-left: 1rem;
  }

  .other-page-header h1.welkomin-text {
    font-size: 3rem;
  }

  .other-page-header h2.beetbets-text {
    font-size: 2rem;
    padding-left: 9rem;
    margin-top: -1rem;
  }

  .other-page-header .right-side {
    padding-top: 0rem;
  }

  .other-page-header .right-side img {
    max-width: 13rem;
  }
}

/* Side Bar */
.find-dealers {
  background-color: #efefef;
  border: 0.1875rem solid #edf1f7;
  padding: 1rem 0;
}

.find-dealers .header {
  padding: 2rem;
  display: flex;
  align-items: flex-start;
}

.find-dealers .header img {
  width: 2.75rem;
  margin-right: 2rem;
}

.find-dealers .header span {
  font-size: 2.5rem;
  line-height: 2.5rem;
  color: #1b685f;
}

.dropdown-title {
  display: block;
  width: 100%;
  background: transparent;
  border: none;
  outline: 0 !important;
  text-align: left;
  font-size: 1.2rem;
  position: relative;
  border-bottom: 2px solid #6bbe96;
  margin-top: 1.5rem;
  padding-bottom: 5px;
  padding-left: 2rem;
}

.fa-caret-down {
  color: #1b685f;
  position: absolute;
  top: 0%;
  right: 10%;
  transform: rotate(-180deg);
  font-size: 2rem;
}

.collapsed .fa-caret-down {
  color: #1b685f;
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translate(0, -50%);
  font-size: 2rem;
}

.dropdown-link {
  display: block;
  padding: 0.5rem 0 0 3rem;
  font-size: 1.2rem;
  color: #000;
}

.dropdown-link:hover {
  color: #000;
  text-decoration: none;
}

.switch-wrapper {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translate(0, -50%);
}

.switch {
  position: relative;
  display: inline-block;
  width: 2rem;
  height: 1.3125rem;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 0.875rem;
  width: 0.875rem;
  left: 0.25rem;
  bottom: 0.25rem;
  background-color: #efefef;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #1b685f;
}

input:focus + .slider {
  box-shadow: 0 0 0.0625rem #1b685f;
}

input:checked + .slider:before {
  -webkit-transform: translateX(0.625rem);
  -ms-transform: translateX(0.625rem);
  transform: translateX(0.625rem);
}

.slider.round {
  border-radius: 2.125rem;
}

.slider.round:before {
  border-radius: 50%;
}

.sidebar-filter-btn {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  line-height: 2.5rem;
  color: #1b685f;
  background: transparent;
  border: 0.25rem solid #1b685f;
  border-radius: 0.6875rem;
  margin: 4rem auto 2rem;
  height: 2.9rem;
  width: 15rem;
}

.sidebar-filter-btn:hover {
  background-color: #1b685f;
  color: #efefef;
  text-decoration: none;
}

.contact-person-wrapper {
  background-color: #efefef;
  border: 0.1875rem solid #edf1f7;
  padding: 2rem 0;
}

.contact-person-wrapper .heading {
  color: #1b685f;
  font-size: 2.5rem;
}

.contact-person-name {
  color: #1b685f;
  font-size: 1.5rem;
}

.contact-person-desc {
  font-size: 1.2rem;
}

.contact-person-desc img {
  width: 1.2rem;
  margin-right: 0.5rem;
}

.contact-person-info-wrapper {
  padding: 0 2rem;
}

@media (max-width: 1600px) and (min-width: 992px) {
  .find-dealers .header {
    padding: 1rem;
  }

  .find-dealers .header img {
    width: 2rem;
    margin-right: 1rem;
  }

  .find-dealers .header span {
    font-size: 2rem;
  }

  .dropdown-title {
    font-size: 1rem;
    margin-top: 1rem;
    padding-bottom: 4px;
    padding-left: 1rem;
  }

  .fa-caret-down {
    font-size: 1.5rem;
  }

  .collapsed .fa-caret-down {
    font-size: 1.5rem;
  }

  .dropdown-link {
    padding: 0.5rem 0 0 1.7rem;
    font-size: 1rem;
  }

  .sidebar-filter-btn {
    font-size: 1rem;
    margin: 3rem auto 2rem;
    height: 2.9rem;
    width: 13rem;
  }

  .contact-person-wrapper .heading {
    color: #1b685f;
    font-size: 1.7rem;
  }

  .contact-person-name {
    font-size: 1.2rem;
  }

  .contact-person-desc {
    font-size: 1rem;
  }

  .contact-person-desc img {
    width: 1rem;
  }

  .contact-person-info-wrapper {
    padding: 0 1rem;
  }
}

@media (min-width: 1600px) {
  .contents-right-side {
    padding-left: 5rem;
  }
}

.contents-heading {
  color: #1b685f;
  font-size: 3.125rem;
}

.food-item {
  display: block;
  border: 0.25rem solid #efefef;
  border-radius: 2.4375rem;
  padding: 2rem 1rem 2rem;
  width: 100%;
  height: 100%;
  position: relative;
}

.food-item:hover {
  text-decoration: none;
}

.food-item img.img-fluid {
  width: 70px;
}

.item-name {
  color: #1b685f;
  font-size: 1.8rem;
  line-height: 2rem;
}

.msg-green-bg {
  background-color: #1b685f;
  width: 100%;
  height: 24rem;
  position: relative;
  z-index: 2;
}

.msg-box {
  padding: 2rem 5rem 0rem;
  background-color: #efefef;
  border: 3px solid #edf1f7;
  position: relative;
  z-index: 5;
  margin-top: -22rem;
}

.msg-title {
  color: #1b685f;
  font-size: 2.5rem;
  line-height: 4rem;
}

.msg-text {
  font-size: 1.5625rem;
  margin-top: 2rem;
}

@media (max-width: 768.98px) {
  .msg-green-bg {
    display: none;
  }

  .msg-box {
    padding: 2rem 2rem 0rem;
    margin-top: 0rem;
  }

  .msg-title {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .msg-text {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
}

.item-name-big {
  color: #6bbe96;
  font-size: 2.8125rem;
}

.trader {
  border: 3px solid #edf1f7;
}

.trader-name {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.trader-description {
  font-size: 1.2rem;
}

.labels-wrapper {
  margin-top: 3rem;
  margin-bottom: 1rem;
}

@media (max-width: 1200.98px) {
  .labels-wrapper {
    margin-top: 1rem;
  }
}

.labels-wrapper span {
  color: #fff;
  font-size: 14px;
  border-radius: 0.5rem;
  padding: 0rem 0.5rem;
}

.labels-wrapper span.blue {
  background-color: #474577;
}

.labels-wrapper span.red {
  background-color: #f96f47;
}

.labels-wrapper span.green {
  background-color: #538d86;
}

.labels-wrapper span.lightgreen {
  background-color: #90dac5;
}

.trader-contact-info {
  background: #efefef;
  border: 3px solid #edf1f7;
  border-radius: 1.4375rem;
  padding: 1rem 1rem 3rem;
  font-size: 1.2rem;
}
