@import url('https://fonts.cdnfonts.com/css/cabinet-grotesk');
@import url('https://fonts.cdnfonts.com/css/satoshi');
@import url("./variables.css");

html,
body {
  font-family: var(--secondary-font-family);
  font-size: 18px;
  /*background: var(--background-color);*/
  font-weight: 400;
  color: var(--text-color);
  background: url(../img/rough-bg.png)!important;
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
}

.animated-text {
  opacity: 0;
  transition: opacity 0.5s ease;
}


.view-container{
  /*max-width: var(--view-width);*/
  margin: auto;
}


p{
  font-family: var(--secondary-font-family);
  font-size: 18px;
  color: var(--text-color);
  line-height: 28px;
}

a{
  cursor: pointer;
  color: var(--text-color);
  text-decoration: none;
}

a:hover{
  background: linear-gradient(93deg, #AB2794 24.07%, #D47AAB 24.08%, #D71700 90.54%, #FECBC0 98.04%, #D71700 98.04%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.nav-link{
  cursor: pointer;
  color: var(--text-color);
  text-decoration: none;
}

.nav-link:hover{
  background: linear-gradient(93deg, #AB2794 24.07%, #D47AAB 24.08%, #D71700 90.54%, #FECBC0 98.04%, #D71700 98.04%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ********* Font Sizes ********* */
.fs-12{
  font-size: 12px!important;
}
.fs-13{
  font-size: 13px!important;
}
.fs-14{
  font-size: 14px!important;
}
.fs-15{
  font-size: 15px!important;
}
.fs-16{
  font-size: 16px!important;
}
.fs-17{
  font-size: 17px!important;
}
.fs-18{
  font-size: 18px!important;
}
.fs-19{
  font-size: 19px!important;
}
.fs-20{
  font-size: 20px!important;
}
.fs-21{
  font-size: 21px!important;
}
.fs-22{
  font-size: 22px!important;
}
.fs-24{
  font-size: 24px!important;
}
.fs-26{
  font-size: 26px!important;
}
.fs-28{
  font-size: 28px!important;
}

/* ********* Font Weights ********* */
.fw-medium{
  font-weight: 500!important;
}

.fw-semibold{
    font-weight: 600! important;
}

.font-primary{
  font-family: var(--primary-font-family);
}

.font-secondary{
  font-family: var(--secondary-font-family);
}
.font-tertiary{
  font-family: var(--tertiary-font-family);
}

.font-four{
  font-family: "Bradley Hand ITC Std";
}


h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6{
  font-family: var(--primary-font-family);
  font-weight: 600;
  color: var(--deep-text-color);
}

h1{
  font-family: var(--primary-font-family);
  font-weight: 700;
  font-size: 3rem;
  color: var(--deep-text-color);
}


.hero-title-1 {
  color: #000;
  letter-spacing: -.015em;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 0.6rem;
}

.hero-title-2 {
  font-weight: 500;
  line-height: 117%;
}

.hero-subtitle {
  max-width: 650px;
  color: var(--text-color);
  font-family: Satoshi,sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 160%;
}

.section-heading {
  text-align: left;
  margin-bottom: 8px;
  color: #2F303A;
  line-height: 140%;
}

.pointer{
  cursor: pointer;
}

.locked-hvas {
  background: #1451AA;
  color: #fff;
  font-size: 12px;
  width: 19px;
  height: 19px;
  border-radius: 1000px;
  padding: 3px;
  display: flex;
  margin-top: 0.2rem;
}

.locked-res {
  background: #B1481A;
  color: #fff;
  font-size: 12px;
  width: 19px;
  height: 19px;
  border-radius: 1000px;
  padding: 3px;
  display: flex;
  margin-top: 0.2rem;
}

img {
  max-inline-size: 100%;
  block-size: auto;
  object-fit: cover;
  object-position: top center;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .section-heading{
    font-size: 28px;
  }
}

@media only screen and (min-width: 600px) {
  .section-heading{
    font-size: 28px;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

  .section-heading{
    font-size: 28px;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .section-heading{
    font-size: 40px;
  }
  .container{
    max-width: 935px;
  }
}

@media only screen and (min-width: 1280px) {
  .container {
    max-width: 1202px;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1400px) {
  .container{
    max-width: 1380px;
  }
}
