@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

html {
  scroll-behavior: smooth;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

@media (min-width: 320px) and (max-width: 768px) {
  /* line 19, src/assets/scss/generic/_generic.box-sizing.scss */
  html {
    font-size: 88%;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: "Manrope", sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #333;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.938rem;
  font-family: "Montserrat", sans-serif;
}

/* line 101, node_modules/bootstrap/scss/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.header .nav-link:hover{
  background: rgb(132 132 132 / 28%);
}
.header .nav-link{
  color: #fff;
  padding: 5px 15px !important;
  border-radius: 30px;
}
.header .navbar-brand{
    color: #fff;
}
.header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.3s;
  z-index: 9;
  background: rgb(0 0 0 / 50%);
}
.header.sticky .navbar-brand{
  color: #444;
}
.header.sticky .nav-link{
  color: #000;
}
.header.sticky{
  background: rgb(255 255 255);
  box-shadow: 0px 10px 40px rgb(0 0 0 / 15%);
}
.header.sticky .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item{
  background: #fff;
  color: #000;
}
.header.sticky .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover{
  background: #ffc008;
}
.navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item{
  background: rgb(0 0 0 / 50%);
  padding: 12px 10px;
  color: #ccc;
  border-bottom: 1px solid rgb(255 255 255 / 6%);
}
.navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover{
  background: #ffc008;
  color: #000;
}
.dropdown-toggle::after{
  content: '';
  width: 10px;
  height: 10px;
  border-top: 1px solid transparent;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-left: 1px solid transparent;
  transform: rotate(45deg);
  position: relative;
  top: -4px;
  margin-left: 8px;
  vertical-align: middle;

}
.navbar-nav .nav-item.dropdown .dropdown-menu{
  border-radius: 0;
  top: 100%;
  padding: 16px 0;
  margin: 0;
  border: 0;
  background: rgb(0 0 0 / 0%);
}
.banner-sect:before {
  content: '';
  background: linear-gradient(119deg, black 40%, transparent 80%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-repeat: repeat;
  opacity: 0.8;
}
.banner-sect {
    background-image: url(../img/banner-01.webp);
    background-color: #000;
    min-height: 480px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
}
.banner-widget{
  background: rgb(255 255 255 / 80%);
}
.big-widget-box-01{
  position: relative;
  height: 100%;
  min-height: 400px;
  padding: 10px;
  display: grid;
  align-items: center;
  background: #ffffff;
}
.big-widget-box-01.left-errow::after{
  content: '';
  position: absolute;
  top: 40%;
  left: -30px;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-right: 30px solid #fff;
}
#accordion-style-01 button{
  background: transparent;
  padding: 0;
  box-shadow: none;
  color: #000;
  font-size: 30px;
  display: block;
  font-weight: 800;
  width: 100%;
  text-align: left;
  transition: 0.3s;
  border: 0;
}

#accordion-style-01 button.collapsed::after{
  content: '';
  width: 20px;
  height: 20px;
  border-style: solid;
  border-color: #d9d9d9;
  border-width: 0px 1px 1px 0px;
  float: right;
  transform: rotate(-45deg);
  position: relative;
  top: 3px;
}
#accordion-style-01 button.collapsed{
  color: #585858;
  padding: 15px 15px;
  font-size: 22px;
  background: linear-gradient(45deg, #ffc109, transparent);
  border-radius: 10px;
}
#accordion-style-02 button{
  background: transparent;
  padding: 0;
  box-shadow: none;
  color: #000;
  font-size: 20px;
  display: block;
  font-weight: 700;
  width: 100%;
  text-align: left;
  transition: 0.3s;
  border: 0;
  position: relative;
}

#accordion-style-02 button.collapsed::after{
  content: '';
  width: 20px;
  height: 20px;
  border-style: solid;
  border-color: #d9d9d9;
  border-width: 0px 1px 1px 0px;
  right: 20px;
  transform: rotate(-45deg);
  position: absolute;
  top: 30%;
}
#accordion-style-02 button.collapsed{
  color: #585858;
  padding: 15px 30px 15px 10px;
  font-size: 18px;
  background: linear-gradient(45deg, #ffc109, transparent);
  border-radius: 10px;
}
.banner-widget-box-02 .tradingview-widget-container iframe,
.banner-widget-box-01 .tradingview-widget-container iframe{
  min-height: 400px;
}

.banner-widget-box-01 .tradingview-widget-container{
  min-height: 400px;
}
.banner-widget-box-01::before{
  content: '';
  width: 100%;
  height: 100%;
  border: 5px solid #ffd4d4;
  position: absolute;
  left: 0px;
  top: 0px;
  transform: rotate(-0.7deg) scaleX(1.01) scaleY(1.05);
}
.banner-widget-box-01::after{
  content: '';
  width: 100%;
  height: 100%;
  border: 5px solid #fec219;
  position: absolute;
  left: 0px;
  top: 0px;
  transform: rotate(0.7deg) scaleX(1.01) scaleY(1.05);
}
.banner-widget-box-01{
  position: relative;
    box-shadow: 0px 0px 60px rgb(255 255 255 / 47%);
    border-width: 5px 5px 0px 5px;
    border-color: #e9e9e9;
    border-style: solid;
}
.banner-widget-box-02::after{
  content: '';
  width: 100%;
  height: 20%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, white, transparent);
}
.banner-widget-box-02::before{
  content: '';
  position: absolute;
  width: 94%;
  height: 100%;
  background: #ffc008;
  left: 3%;
  top: -15px;
  z-index: -1;
  border-radius: 20px;
}
.banner-widget-box-02 .tradingview-widget-container{
  min-height: 400px;
  border-radius: 30px 30px 0px 0px;
  overflow: hidden;
  box-shadow: 0px -5px 0px gainsboro;
}
.banner-widget-box-02{
  position: relative;
}
.rounded {
  border-radius: 1.25rem !important;
}
.img-rounded{
  border-radius: 1.25rem 0 0 0 !important;
}

ul {
  margin: 0;
}
ul.dashed {
  list-style-type: none;
}
ul.dashed > li {
  text-indent: -5px;
}
ul.dashed > li:before {
  content: "-";
text-indent: -5px;
position: relative;
left: -5px;
}
.header-logo{
  max-height: 60px;
}
.counter::after{
  content: '';
  height: 10%;
  width: 100%;
  background: linear-gradient(0deg, black, transparent);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.counter::before{
  content: '';
  background:rgb(0 0 0 / 80%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-repeat: repeat;
}
.counter{
  border-radius: 40px 40px 0px 0px;
  overflow: hidden;
  background-image: url(../img/investing-in-gold-and-silver.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}
.footer{
  overflow: hidden;
  background-image: url(../img/footer-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.footer::before{
  content: '';
  background:rgb(0 0 0 / 80%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-repeat: repeat;
}
.inner-banner{
  overflow: hidden;
  background-image: url(../img/inner-header-bg.webp);
  background-position: center 30%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.inner-banner::before{
  content: '';
  background: rgb(26 26 26 / 70%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-repeat: repeat;
}
.social-icons li a{
  width: 35px;
  height: 35px;
  display: inline-block;
  background: #ffc008;
  text-align: center;
  line-height: 35px;
  color: #000;
  border-radius: 50%;
  font-size: 20px;
  margin: 3px;
}
.social-icons li{
  display: inline-block;
}
.social-icons{
  padding: 0;
}
.footer-links li a::after{
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 13px;
  border-width: 1px 1px 0px 0px;
  border-color: #ccc;
  border-style: solid;
  transform: rotate(45deg);
}
.footer-links li a{
  display: block;
  color: #cccccc;
  padding: 7px 0px 7px 25px;
  position: relative;
}
.footer-links{
  padding: 0;
}
.form-control{
  border-radius: 10px;
  min-height: 45px;
  border: 0;
  box-shadow: 0px 1px 2px gainsboro;
  font-size: 14px;
}
.header .navbar-toggler img{
  filter: invert(1);
}
.header.sticky .navbar-toggler img{
  filter: invert(82%) sepia(65%) saturate(4089%) hue-rotate(354deg) brightness(103%) contrast(101%);
}
.shadow-01{
    box-shadow: 5px 5px 0px #ffc008;
}
@media only screen and (min-width: 992px) {
  #accordion-style-01 .big-widget-box-01{
    position: absolute;
    left: 102%;
    width: 94%;
    top: 0;
  }
    .navbar-nav .nav-item.dropdown:hover .dropdown-menu{
      display: block;
    }
    .sticky-side {
      height: fit-content;
      position: -webkit-sticky;
      position: sticky;
      top: 100px;
    }
}
@media only screen and (max-width: 767px) {
  .header .nav-link{
    padding: 10px 15px !important;
  }
  .big-widget-box-01.left-errow::after{
    top: -40px;
    transform: rotate(90deg);
    left: 44%;
  }
  #accordion-style-01 button.collapsed{
    padding: 10px 15px;
    font-size: 18px;
    font-weight: 600;
  }
  #accordion-style-01 button{
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
  }
  .header{
    background: #000;
  }
  .sm-heading-03 {
    font-size: 30px !important;
    line-height: 1.2 !important;
  }
  .sm-heading-02 {
    font-size: 20px !important;
    line-height: 1.2 !important;
  }
  .sm-heading-01 {
    font-size: 26px !important;
    line-height: 1.2 !important;
  }
  .sm-font-01 {
    font-size: 16px !important;
    line-height: 1.2 !important;
  }
}
.owl-nav .owl-prev{
  left: 10px;
}
.owl-nav .owl-next{
  right: 10px;
}
.owl-nav .owl-next,
.owl-nav .owl-prev{
  position: absolute;
    top: 40%;
    width: 40px;
    height: 40px;
    background: rgb(239 127 26 / 78%) !important;
    color: #ffffff !important;
    font-size: 40px !important;
    line-height: 0 !important;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 23%);
}
.owl-theme .owl-nav {
  margin-top: 0px;
}
.owl-nav .owl-next span,
.owl-nav .owl-prev span{
  position: relative;
    top: -3px;
}
.theme-color-01{
  color: #084DB2 !important;
}
.theme-bg-01{
  background: #084DB2 !important;
}
