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

html {
  min-height: 100%;
}
html,
body {
  font-family: "Open Sans", sans-serif;
  color: whitesmoke;
  scroll-behavior: smooth;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  overflow-x: hidden;
  background-color: #141312;
  /* height: 100%;  */
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", "Open Sans";
  line-height: 1.4;
}

.transition,
.transition:hover,
header {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dropdown-item {
  padding: 0.5rem 1rem;
}

.team .item:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
  cursor: pointer;
}

.dropdown-menu .dropdown-item,
header .nav-link {
  color: whitesmoke;
}

.roadmap .stepper:hover {
  background: rgba(66, 66, 69, 0.25);
  border-radius: 6px;
  transform: scale(1.2);
  padding: 12px 18px;
  cursor: pointer;
  backdrop-filter: blur(10px);
}

.nav-pills .nav-link {
  border: 1px solid transparent;
  border-radius: 6px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: transparent;
  border-color: #b18e60;
  color: #b18e60;
}

.main_wrapper {
  background: #28282a;
  background: -webkit-radial-gradient(bottom right, #c7a975 -35%, #0f0f0f 65%);
  background: -moz-radial-gradient(bottom right, #c7a975 -35%, #0f0f0f 65%);
  background: radial-gradient(to bottom left, #c7a975 -35%, #0f0f0f 65%);
}

.dropdown-menu {
  /* background-color: rgba(66, 66, 69, 0.5); */
  background-color: rgb(42 42 42);
  /* -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px); */
  border-radius: 6px;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #252525;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #b18e60;
}

.dropdown-toggle::after {
  display: none;
}

.btn:active,
.btn:focus {
  box-shadow: none !important;
}

.badge,
.card,
.btn {
  border-radius: 6px;
}
.border-gold {
  border-color: #40392a !important;
}

.goals_and_missions .rounded-circle {
  width: 54px;
  height: 54px;
  text-align: center;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

#product_slider .nav-pills .nav-link.active,
#product_slider .nav-pills .show > .nav-link {
  background-color: #b08e60;
  color: #000;
}

#product_slider .nav-pills .nav-link {
  background-color: transparent;
  border-color: #b18e60;
  color: #b18e60;
  margin: 0 4px;
}

/* SCROLL TO TOP */
.cd-top {
  display: inline-block;
  height: 48px;
  width: 48px;
  border: 2px solid #f7f9fc;
  position: fixed;
  bottom: 5%;
  left: 20px;
  box-shadow: 0 0 12px rgba(177, 177, 177, 0.53);
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  background: #fd6c2c;
  line-height: 40px;
  font-size: 24px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index: 24;
  border-radius: 100%;
  margin-bottom: 8px;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-fade-out {
  opacity: 0.5;
}

.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}

.a-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.stepper .line {
  width: 2px;
  border-left: 2px dotted #b08e60;
}

.bg-gold {
  background-color: #b08e60;
}

.btn-outline-warning {
  color: #b18e60;
  border-color: #b18e60;
}

.btn-check:active + .btn-outline-warning,
.btn-check:checked + .btn-outline-warning,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show,
.btn-outline-warning:active,
.btn-outline-warning:hover {
  color: #000;
  background-color: #b18e60;
  border-color: #b18e60;
}

.btn-warning-gold {
  color: #000;
  background-color: #a5855a;
  border-color: #a5855a;
}

.nav-link:focus,
.nav-link:hover,
.text-gold {
  color: #b08e60;
}

.text-muted-gold {
  color: #bfae98;
}

.card,
.bgc-transparent-dark {
  background: rgba(66, 66, 69, 0.25);
}

.bg-gold-to-transparent {
  background: linear-gradient(to right, #b08e60, #b08e6000);
}

.card {
  border: none;
}

.rounded-4 {
  border-radius: 6px;
}

.btn-link {
  text-decoration: none;
}

.sq {
  background: #b18e60;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  transform: rotate(45deg);
  border-radius: 4px;
}

.sq-big {
  background: #716045;
  width: 400px;
  height: 400px;
  display: inline-block;
  vertical-align: middle;
  transform: rotate(27deg);
  border-radius: 31px;
  position: absolute;
  top: -54px;
  left: 46%;
  z-index: -1;
  opacity: 0.5;
}

.sq-big-2 {
  background: #4c4231;
  width: 280px;
  height: 280px;
  display: inline-block;
  vertical-align: middle;
  transform: rotate(27deg);
  border-radius: 31px;
  position: absolute;
  top: 100px;
  left: 24%;
  z-index: -2;
  opacity: 0.5;
}

.card-head-cr {
  background: #786139;
  width: 132px;
  height: 132px;
  padding: 12px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -khtml-border-radius: 100%;
  border: 20px solid #00000066;
  margin: -116px auto 32px auto;
}

.scroll-down header:not(.open-menu) {
  /* margin-top: -100px; */
  transform: translateY(-90px);
}

.scroll-up header {
  background: rgba(66, 66, 69, 0.65);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

#main_slider {
  height: 100vh;
  min-height: 800px;
  /* background-image: url(./../img/twiks.png); */
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background: -webkit-radial-gradient(top left, #977c4d21 -35%, #00000000 65%);
  /* margin-top: -100px; */
}

#main_slider .super-h1 {
  font-size: 3rem !important;
  line-height: 1.2;
}

#prefooter .btn,
#main_slider .btn {
  border: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#prefooter .btn:hover,
#main_slider .btn:hover {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}

#prefooter .sq-big,
#prefooter .sq-big-2 {
  background: #0f0f0f;
}

#products .item {
  margin: 80px 0;
}

.logo img {
  width: 140px;
}

.bg-gold-linear {
  background: linear-gradient(to right, #483823, #b08e60);
  border-color: transparent;
}

.card.bg-gold-card {
  background: #b08e60b8;
}

.row-sm-vertical-scroll {
  overflow: auto;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: block !important;
}

.row-sm-vertical-scroll > div {
  display: inline-block !important;
}

.modal-content {
  border-radius: 6px;
  background-color: rgba(66, 66, 69, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: none;
}

.modal-header,
.modal-footer {
  border: none;
}

@media (max-width: 767px) and (min-width: 440px) {
  #section_slider h1 {
    font-size: 48px;
  }

  section[id*="section_"] h2 {
    font-size: 36px;
  }

  #section_target .item .content img {
    max-width: 96px;
  }

  #navbar-spy {
    margin-top: 32px;
    display: none;
  }

  .menu-big-btn {
    font-size: 32px;
    line-height: 32px;
  }

  .site-header ion-icon[name="close-outline"] {
    display: none;
  }

  header.open-menu {
    background-color: #2d2d2d99;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }

  header.sticky-top {
    position: absolute;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .site-header.open-menu {
    position: fixed;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .site-header.open-menu #navbar-spy {
    display: flex;
  }

  #navbar-spy li {
    width: 100%;
    text-align: center;
  }

  #navbar-spy li a {
    font-size: 18px;
  }
}

@media (max-width: 440px) {
  body {
    overflow-x: hidden;
    width: 100%;
  }

  .logo img {
    width: 100px;
  }

  #main_slider {
    /* margin-top: 0; */
  }

  #main_slider .super-h1 {
    font-size: 2.4rem !important;
    line-height: 1.2;
  }

  .video_frame video {
    height: 220px;
  }

  #section_slider {
    margin-top: 0;
  }

  #arbit_app .float_phone {
    min-height: 100px;
  }

  #arbit_app .float_phone img {
    margin-top: -72px;
  }

  .slider-btn .btn-lg {
    font-size: 22px;
  }

  .row-vertical-scroll {
    overflow: auto;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: block !important;
  }

  .row-vertical-scroll > div {
    display: inline-block !important;
  }

  .sq-big {
    left: 26%;
  }

  .sq-big-2 {
    left: -8%;
  }

  .xs-big-btn {
    font-size: 24px;
  }

  .menu-big-btn {
    font-size: 32px;
    line-height: 32px;
  }

  #navbar-spy {
    margin-top: 64px;
    display: none;
  }

  #navbar-spy li {
    width: 100%;
    text-align: center;
  }

  #navbar-spy li a {
    font-size: 18px;
  }

  header.sticky-top {
    position: absolute;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  header.open-menu {
    background-color: #2d2d2d99;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }

  .site-header ion-icon[name="close-outline"] {
    display: none;
  }

  .site-header.open-menu ion-icon[name="close-outline"] {
    display: inline-block;
  }

  .site-header ion-icon[name="menu"] {
    display: inline-block;
  }

  .site-header.open-menu ion-icon[name="menu"] {
    display: none;
  }

  .site-header.open-menu {
    position: fixed;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .site-header.open-menu #navbar-spy {
    display: block;
    width: 100%;
  }

  .site-header.open-menu #navbar-spy .nav {
    width: 100%;
  }

  #section_slider h1 {
    font-size: 36px;
  }

  section[id*="section_"] h2 {
    font-size: 26px;
  }

  .scroll-down header {
    margin-top: 0;
  }
}
