:root {
  --background-color: #141414;
  --text-color: #fff;
  --secondary-color: #D73C3C;
  --default-text-size: 1.6rem;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: 'Times New Roman', Times, serif;
  font-size: 62.5%;
  font-weight: 400;
  scroll-behavior: smooth;
}

.container {
  width: 80%;
  overflow: hidden;
  margin: auto;
}

h1 {
  font-weight: 400;
}

h2 {
  font-weight: 400;
}

h3 {
  font-weight: 400;
}

h4 {
  font-weight: 400;
}

h5 {
  font-weight: 400;
}

h6 {
  font-weight: 400;
}

a {
  font-size: 1.8rem;
  color: var(--text-color);
  cursor: pointer;
  text-decoration: none;
}

li {
  list-style-type: none;
}

.shrinked {
  display: block;
}

.underline_container {
  text-decoration: line-through;
  color: var(--text-color);
  font-style: italic;
  position: relative;
}

body {
  background: var(--background-color);
  color: var(--text-color);
  overflow-x: hidden;
  font-size: 4rem;
}

body::before {
  content: '';
  background-image: url(https://d3n32ilufxuvd1.cloudfront.net/59ee0858278cca00855b0b53/1287165/upload-4fb97271-7cb7-4746-9c56-87e24141d41a.gif);
  width: 500%;
  position: fixed;
  opacity: 0.03;
  left: -50%;
  z-index: -100;
  top: -200%;
  height: 500%;
}

.mt-20 {
  margin-top: 20rem;
}

.large {
  font-size: 10rem;
}

.replaced {
  text-decoration: none !important;
  position: absolute;
  top: -80%;
  right: 0;
  font-size: 6rem;
}

.replaced--2 {
  top: 80%;
  right: 50%;
}

.underlined {
  font-size: 6rem;
  color: var(--secondary-color);
  text-decoration: none;
}

nav {
  height: 6rem;
  padding: 0 4rem;
}

nav .header__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 100%;
  height: 6rem;
}

nav .header__links .logo p {
  font-size: 2.4rem;
}

.line {
  position: relative;
  top: 0;
  top: 0;
  text-decoration: line-through;
  color: var(--secondary-color);
}

.replaced {
  position: absolute;
  top: 90%;
  color: white;
}

.object-fit {
  -o-object-fit: cover;
     object-fit: cover;
}

.heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.huge {
  font-size: 10rem;
}

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

.top-20 {
  top: 20% !important;
}

.width-55 {
  width: 55%;
}

.width-80 {
  width: 80%;
}

.ml-auto {
  margin-left: auto;
}

.right-10 {
  right: 10% !important;
}

.width-70 {
  width: 70%;
}

.width-100 {
  width: 100%;
}

.india-map {
  height: 70% !important;
}

.hero {
  position: relative;
  height: 100vh;
  width: 100%;
  margin-bottom: 20rem;
}

.hero__Info--1 {
  position: absolute;
  top: 0;
}

.hero__Info--2 {
  position: absolute;
  top: 70%;
  right: 20%;
}

.hero .right-0 {
  right: 0% !important;
}

.hero img {
  height: 100%;
  position: absolute;
  top: 45%;
  z-index: -50;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

small {
  font-size: 1rem;
  opacity: 0.6;
}

footer {
  text-align: center;
}

.hastags {
  position: relative;
  top: 60%;
  text-align: center;
}

.small {
  font-size: 4.2rem;
}

.video {
  text-align: center;
}

.fullscreen {
  font-size: 15rem;
  position: absolute;
  top: 15%;
  left: 20%;
}

.ftsz-10 {
  font-size: 10rem !important;
}

.ftsz-6 {
  font-size: 6rem !important;
}

.top--10 {
  top: -10% !important;
}

@media screen and (max-width: 860px) {
  .ftsz-6 {
    font-size: 4rem !important;
  }
  .ftsz-10 {
    font-size: 5rem !important;
  }
  video {
    height: 450px;
    width: 450px;
  }
  * {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
  }
  body {
    font-size: 2rem;
  }
  .hide {
    display: none;
  }
  .underlined {
    font-size: 4rem;
  }
  .replaced {
    font-size: 4rem;
  }
  nav .header__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  nav .header__links .logo p {
    font-size: 2rem;
  }
  .hero {
    margin-bottom: 0;
  }
  .hero img {
    height: 75%;
  }
  .fullscreen {
    font-size: 8rem;
    top: 40%;
  }
}

@media screen and (max-width: 450px) {
  .india-map {
    height: 60% !important;
  }
  .mt-20 {
    margin-top: 0;
  }
  .fullscreen {
    font-size: 6rem;
    position: absolute;
    top: 30%;
    left: 15%;
  }
  video {
    height: 300px;
    width: 300px;
  }
  .large {
    font-size: 4rem;
  }
  h1 {
    font-size: 1.5rem;
  }
  .underlined {
    font-size: 2rem;
  }
  .replaced {
    font-size: 2rem;
  }
  nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero {
    height: 80vh;
  }
  * {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
  }
  body {
    font-size: 1.6rem;
  }
  .replaced--2 {
    top: 90%;
  }
  .hero__Info--1 {
    width: 70%;
    right: 25%;
    top: 10%;
  }
  .hero__Info--2 {
    right: 0 !important;
    top: 70%;
  }
  .width-55 {
    width: 100% !important;
  }
  .logo p {
    font-size: 1.4rem !important;
  }
  a {
    font-size: 1.4rem;
  }
  .hero img {
    height: 60%;
  }
  .ftsz-10 {
    font-size: 4rem;
  }
}

@media screen and (max-width: 310px) {
  * {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
  }
  .hide-300 {
    display: none;
  }
}

@media screen and (max-height: 310px) {
  .hero {
    margin-bottom: 10rem;
  }
}
/*# sourceMappingURL=styles.css.map */