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

@font-face {
  font-family: 'Pretoria';
  src: url(../../fonts/Pretoria.ttf);
}
@font-face {
  font-family: 'Pretoria Woff2';
  src: url(../../fonts/Pretoria.woff2);
}
@font-face {
  font-family: 'Exo';
  src: url(../../fonts/Exo.ttf);
}
@font-face {
  font-family: 'Exo Woff2';
  src: url(../../fonts/Exo.woff2);
}
@font-face {
  font-family: 'Acre';
  src: url(../../fonts/Acre.ttf);
}
@font-face {
  font-family: 'Acre Woff2';
  src: url(../../fonts/Acre.woff2);
}
:root {
  --header-height: 3rem;
  --nav-width: 68px;
  --first-color: #0d6efd;
  --first-color-light: #AFA5D9;
  --white-color: #F7F6FB;
  --body-font: 'Nunito', sans-serif;
  --normal-font-size: 1rem;
  --z-fixed: 100 --main-search-width:300px;
}

@media (min-width:992px){
  ::-webkit-scrollbar {
    width: 12px;
    border-radius: 2px;

  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background-color: transparent;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: linear-gradient(330deg, rgba(214,65,185,1) 0%, rgba(183,84,196,1) 25%, rgba(166,97,202,1) 40%, rgba(148,109,208,1) 55%, rgba(129,121,215,1) 77%, rgba(111,133,222,1) 88%, rgba(104,138,225,1) 97%, rgba(93,145,229,1) 100%);
    border-radius: 5px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(to bottom right, #3a82f5, #f738d1);
    filter: brightness(0.9);
  }
  .close-container:hover .close i,
  .close-register-container:hover .close i,
  .close-container:hover .close i,
  .close-tender-send-container:hover .close i {
    transform: rotate(135deg);
    transition: .3s;
  }
}

*,
::before,
::after {
  box-sizing: border-box
}

body {
  background: #f7f7f7 !important;
  position: relative;
  transition: .5s;
  width: 100vw;
  overflow-x: hidden;
  overflow-y: scroll;
}

h1 {
  color: #fff !important;
  font-family: 'Pretoria';
  white-space: nowrap;
  transition: 0.3s;
}
h2 {
  margin-bottom: 66px;
  letter-spacing: 2px;
  font-size: 57px;
  font-weight: 100;
}

a {
  text-decoration: none !important;
  display: inline-block;
}

hr {
  height: 2px !important;
  width: 50% !important;
  color: #fff;
  opacity: 1 !important;
}

u{
  text-underline-position: under;
}

@media (min-width: 992px){
  .w-lg-auto{
    width: auto !important;
  }
}

.bg-blue {
  background-color: #2b8ee9 !important;
}

.border-blue {
  border-color: #2b8ee9 !important;
}

.opacity-0 {
  opacity: 0 !important;
}


.section {
  position: relative;
  min-height: 100vh;
}

@media (min-height: 30em) {
  .section {
    height: 100vh;
  }
}

@media (min-height: 30em) {
  .section__content>* {
    opacity: 0;
    transform: translate3d(0, 4rem, 0);
    transition: opacity 800ms var(--delay),
      transform 800ms cubic-bezier(0.13, 0.07, 0.26, 0.99) var(--delay);
  }
}

.is-visible .section__content>* {
  opacity: 1;
  transform: translate3d(0, 1rem, 0);
}

.is-visible .section__img {
  opacity: 0.75;
}

.close {
    border-radius: 3px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, #930041, #991bda);
}

.close i {
    color: #e2e2e2;
    transition: .3s;
    transform: rotate(45deg);
    font-size: 24px;
    text-shadow: 0 0 7px black;
}



#charts {
  background: white;
  padding: 128px 0;
}

#charts h2 {
  margin-bottom: 65px;
}

#live-connect {
  width: 100% !important;
}
.liveSupport {
  width: 350px;
}
#confidentiality h2, #membershipConditions h2, #creditSecurity h2{
  color: #404040;
  letter-spacing: -0.5px;
  word-spacing: -2.5px;
  margin-bottom: 22px;
}
#confidentiality h3, #membershipConditions h3, #creditSecurity h3{
  color: #5a5a5a;
  margin-bottom: 16px;
}
#confidentiality h3+div, #membershipConditions h3+div, #creditSecurity h3+div{
  margin-left: 0.5rem;
}
#creditSecurity h4{ 
  color: #4b4b4b;
}
#confidentiality p, #membershipConditions p, #creditSecurity p{
  font-size: 18px;
  margin-left: 0.5rem;
  font-weight: 500;
  color: #4b4b4b;
}
#confidentiality a, #membershipConditions a, #creditSecurity a{
  color: #a90d0b !important;
}
#confidentiality strong, #membershipConditions strong, #creditSecurity strong{
  color: #4b4b4b;
}
#confidentiality strong+span, #membershipConditions strong+span, #creditSecurity strong+span{
  font-size: 18px;
  font-weight: 500;
}
#confidentiality li {
  font-size: 18px;
  color: #4b4b4b;
}

.spinningButtonCenter {
  text-align: center;
  margin: 1em 0;
}
.spinningButton {
  position: relative;
}
.spinningButton:hover {
  color: #f3f3f3;
}
.spinningButton:active {
  color: #ffffff;
}
.spinningButton.spinning {
}
.spinningButton.spinning:after {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  width: 0;
  height: 0;
  box-shadow: 0px 0px 0 1px #080808;
  border-radius: 50%;
  animation: rotate360 .5s infinite linear, exist .1s forwards ease;
}
.spinningButton.spinning:before {
  content: "";
  width: 0px;
  height: 0px;
  border-radius: 50%;
  right: 20px;
  top: 50%;
  position: absolute;
  border: 2px solid #000000;
  border-right: 3px solid #b91f28;
  animation: rotate360 .5s infinite linear, exist .1s forwards ease;
}
@keyframes rotate360 {
  100% {
    transform: rotate(360deg);
 }
}
@keyframes exist {
  100% {
    width: 15px;
    height: 15px;
    margin: -8px 5px 0 0; 
 }
}
body {
  background: #212121;
}


* OWL Carousel */
#owl{
}

.owl-bg{
     /*option*/
     background: #307e86b0;
     /*option*/
     background: linear-gradient(142deg, #2b3a65, #435f6a);
     height: 200px;
}
#owl h2{
    color: #fff;
    padding-top: 60px;
}
#owl h3{
    color: #dfdfff;
}
.owl-content{
    height: 225px;
}
.owl-nav{
    margin-bottom: -20px;
    position: absolute;
    z-index: 9;
}
.owl-nav button{
    border: 0;
    outline: 0;
    background:none;
}
.owl-nav button i{
    font-size: 50px;
    color: #350071;
}
.owl-nav-prev{
    left: 0;
}
.owl-nav-next{
    right: 0;
}
.owl-carousel{
        background: #f4ebfc;
    align-self: start;
}
#owl .show-all-button{
    /*option*/
    background: #318bb3;
    color: #fff;
    /*option*/
    font-weight: bold;
    position: absolute;
    bottom: 45px;
    border: 0;
    background: #f5f5f9;
    color: #06276b;
    border-radius: 4px;
    padding: 5px 27px;
    font-size: 17px;
}

.owl-arrows{
    height: 255px;    
    margin-bottom: 110px;
    z-index: 1;
}
.owl-item div{
}
.owl-carousel img{
    object-fit: contain;
    height: 117px;
    padding: 12px;
    background: #ffffff61;
    border-radius: 8px;
}
.owl-carousel p{
    /*option*/
    background: #07454c;
    /*option*/
    background: #072b4c;
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 14px;
    margin-top: 10px;
}
.no-js .owl-carousel, .owl-carousel.owl-loaded{
}
.owl-carousel .owl-stage-outer{
    height: 280px;
    padding-top: 38px;
}
.btn:hover{
  color: #fff !important;
}
/* OWL Carousel */

.navbar-expand-lg .navbar-nav .nav-link{
  padding-right:4px !important ;
  padding-left:4px !important ;
}
@media(min-width:1300px){
  h1{ 
    font-size: 34px !important;
  }
  .navbar-expand-lg .navbar-nav .nav-link{
    padding-right:8px !important ;
    padding-left:8px !important ;
  }
}
@media(min-width:1065px) and (max-width:1300px){
  h1{ 
    font-size: 2vw !important;
  }
}
@media(min-width:768px) and (max-width:1065px){
  h1{ 
    font-size: 1vw !important;
  }
  .nav-icon img{
    width: 47px;
  }
}
@media(min-width:576px) and (max-width:768.5px){
  h1,
  .nav-scroll-bg h1{ 
    font-size: 25px !important;
  }
  .nav-icon img{
    width: 47px !important;
  }
}
@media(min-width:500px) and (max-width:576px){
  h1{ 
    font-size: 25px !important;
  }
  .nav-icon img{
    width: 47px !important;
  }
}
@media(min-width:450px) and (max-width:500px){
  h1{ 
    font-size: 25px !important;
  }
  .nav-icon img{
    width: 47px !important;
  }
}
@media(min-width:350px) and (max-width:400px){
  h1{ 
    font-size: 25px !important;
  }
  .nav-icon img{
    width: 47px !important;
  }
}