
@font-face {
font-family: 'Raleway';
src: url('../fonts/Raleway-Regular.ttf') format('truetype');
}

@font-face {
font-family: TRAJANPRO;
src: url('../fonts/TRAJANPRO-REGULAR.OTF') format('opentype');
}

*{
  padding: 0px;
  margin: 0px;
  font-family: 'Raleway', sans-serif;
}

html {
  scroll-behavior: smooth;
}

body{
  background-image: linear-gradient(#FFFFFF, #fafafa);
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* SCROLLBAR */
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
/* SCROLLBAR */


.loader-clarte, .loader, .responseSuccessMessage, .responseErrorMessage{
  z-index: 3000;
  position: fixed;
  height: 100%;
  width: 100%;
  padding-top: 35vh;
}

.loader-clarte{
  background-color: rgba(0, 0, 0, 1);
  color: white;
  animation-name: clarte-animation;
  animation-duration: 4s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}

.GoldenSweeps{
  font-family: TRAJANPRO !important;
}


@keyframes clarte-animation {
  from   {
    background-color: rgba(0, 0, 0, 1);
    color: white;
  }
  to  {
    background-color: rgba(255, 255, 255, 1);
    color: black;
  }
}

.loader{
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
}

.responseSuccessMessage, .responseErrorMessage{
  display: none;
  background-color: rgba(0, 0, 0, 0.9);
}

.loader-svg{
  position: relative;
  height: 200px;
  width: 200px;
}

.logo-brand{
  position: relative;
  height: 100px;
}

.icon-bar {
	width: 22px;
	height: 2px;
	background-color: #B6B6B6;
	display: block;
	transition: all 0.2s;
	margin-bottom: 4px
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.navbar-toggler {
  position: relative;
  top: -2px;
  border: none;
  background: transparent !important;
}

.navbar-toggler .top-bar {
 transform: rotate(45deg);
 transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
 opacity: 0;
}

.navbar-toggler .bottom-bar {
 transform: rotate(-45deg);
 transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .top-bar {
 transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
 opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
 transform: rotate(0);
}

.navbar{
  background-color: #212121;
  min-height: 110px;
  padding: 5px 5vw;
}

#trialButton{
  width: 150px;
  text-align: center;
  border-radius: 50px;
  color: #212121 !important;
  background-color: white;
}

#loginButton{
  width: 150px;
  border-radius: 50px;
  text-align: center;
  color: #212121;
  background-image: linear-gradient(to right, #D4A66A , #BB8743);
}

.nav-item{
  margin-left: 2vw;
}

#homeSection{
  background-image: url('../images/background.png');
  padding: 60px 8vw;
  background-size: cover;
  background-position: center;
  min-height: calc(100vh - 110px);
}

.hideme{
  opacity: 0;
}

.fill{
  height: calc(100vh - 70px);
  background-size: cover;
  background-position: center;
  color: #FFF;
  font-family: 'Viga', sans-serif;
  display: flex;
}

.carousel-caption{
  top: 50%;
  transform: translateY(-50%);
  bottom: initial;
  font-size: 50px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  text-justify: inter-word;
  opacity: 0;
  /* text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; */
}

.active > .fill{
  box-shadow: inset 0px 0px 150px black;
  filter: grayscale(80%) brightness(50%) contrast(100%);
  transition: filter 3s, box-shadow 3s;
}

.active > .carousel-caption{
  opacity: 1;
  transition: opacity 3s;
}


#videoSection{
  padding: 100px 5vw;
  text-align: center;
  background-color: #161618;
}

.video-wrapper{
  position: relative;
  padding: 10px;
  cursor: pointer;
}

#winnersSection{
  padding: 100px 5vw;
  text-align: center;
  background-color: #161618;
}

.image-wrapper{
  position: relative;
  padding: 10px;
  border-radius: 20px;
  background-image: linear-gradient(to right, #D4A66A , #BB8743);
}

#featuresSection{
  padding: 100px 10vw;
  background-color: #1C1C1C;
}

.image-wrapper-small{
  position: relative;
  padding: 10px;
  border-radius: 20px;
  background-image: linear-gradient(to right, #D4A66A , #BB8743);
  margin-bottom: 100px;
}

#whySection{
  padding: 100px 5vw;
  text-align: center;
  background-image: linear-gradient(to right, #D4A66A , #BB8743);
}

.whyDiv{
  padding: 0px 5vw;
  margin-bottom: 50px;
}

.spanHeadGolden{
  font-size: 30px;
  color: #BB8743;
  font-weight: bold;
}

.spanHead{
  color: #FFFFFF;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  text-justify: inter-word;
}

.spanSubHead{
  color: #FFFFFF;
  font-size: 25px;
  text-align: center;
  text-justify: inter-word;
}

.whySpan-1{
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-justify: inter-word;
}

.whySpan-2{
  color: #FFFFFF;
  font-size: 16px;
  text-align: center;
  text-justify: inter-word;
}

#membershipsSection{
  padding: 100px 10vw;
  background-color: #1C1C1C;
}

.membership1-container{
  padding:0px;
}

.membership-container-card{
  margin: 5vw 5vw;
  background-color: #FFF;
  border-radius: 20px;
}

.membership1{
  background-image: linear-gradient(to right, #D4A66A , #BB8743);
  border-radius: 20px 20px 0 0;
}

.membership2{
  background-image: linear-gradient(to right, #D4A66A , #BB8743);
  border-radius: 20px 20px 0 0;
}

.membership-card{
  padding: 20px;
}

.membershipCardHeading{
  font-size: 30px;
  color: #FFF;
}

.membership-description{
  padding: 2vw;
  font-size: 20px;
  line-height: 45px;
  font-weight: bold;
}

.fadedText{
  color: grey !important;
}

.membershipButton{
  font-size: 20px;
  color: #FFF !important;
  font-weight: bold;
  width: 50% !important;
  margin: 20px !important;
}

#contactSection{
  padding: 0px 50px;
}

.contactSectionRow{
  margin-top: 50px;
}

.contact-span{
  font-size: 30px;
  text-align: center;
  text-justify: inter-word;
}

.submitButton{
  background-color: #212121;
  color: #FFF;
}

.submitButton:hover{
  background-color: #212121;
  color: #FFF;
}

footer{
  background-color: #212121;
  padding: 20px 5vw;
  color: #FFF;
}

.footer-span{
  font-size: 20px;
  text-align: center;
  text-justify: inter-word;
}

.social-buttons > a{
  color: #BB8743;
  text-decoration: none;
  margin: 10px;
}

.social-container{
  display: flex;
  align-items: center;
}



@media only screen and (min-width: 768px) {
  .contactSectionRow{
    padding: 80px;
  }


  .image-wrapper{
    width: 60%;
  }

  .image-wrapper-small{
    width: 80%;
  }

  .video-wrapper{
    width: 80%;
  }

  .social-container{
    justify-content: flex-end;
  }

}


@media only screen and (max-width: 768px) {

  .nav-item{
    margin-top: 20px;
  }

  .aboutSpan{
    font-size: 16px;
  }

  #homeSection{
    padding-top: 20vh;
  }

  .spanHeadGolden{
    font-size: 16px;
  }

  .spanHead{
    font-size: 20px;
    font-weight: bold;
  }

  .spanSubHead{
    font-size: 12px;
  }

  .whySpan-1{
    font-size: 16px;
  }

  .whySpan-2{
    font-size: 12px;
  }

  .membership-title{
    font-size: 20px;
  }

  .image-wrapper-small{
    padding: 5px;
  }

  .image-wrapper{
    padding: 5px;
  }

  .membershipCardHeading{
    font-size: 20px;
  }

  .membership-description{
    font-size: 16px;
    line-height: 40px;
  }

  .contact-span{
    font-size: 20px;
  }
  .footer-span{
    font-size: 16px;
  }
  footer{
    justify-content: center;
    text-align: center;
  }

  .social-container{
    margin-top: 20px;
    justify-content: center;
  }
}
