/*Google Fonts Link*/
@import url("https://cdn.rawgit.com/mfd/09b70eb47474836f25a21660282ce0fd/raw/e06a670afcb2b861ed2ac4a1ef752d062ef6b46b/Gilroy.css");
* {
  margin: 0;
  padding: 0;
}

#bHomeId {
  background: #2f303a;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  font-family: "Gilroy", sans-serif;
  letter-spacing: 0.2px !important;
  -webkit-tap-highlight-color: transparent !important;
}

.nav-bar {
  height: 12vh;
  position: relative;
}

a {
  text-decoration: none !important;
}

.logo {
  position: absolute !important;
  cursor: pointer !important;
  z-index: 2;
  left: 5% !important;
  top: 50% !important;
  -webkit-transform: translate(-5%, -50%) !important;
          transform: translate(-5%, -50%) !important;
}

.logo-img {
  width: 45px !important;
  height: 45px !important;
}

.nav-btn {
  position: absolute !important;
  width: 36px;
  height: 23.2px;
  cursor: pointer !important;
  z-index: 2;
  right: 5%;
  top: 50%;
  -webkit-transform: translate(-5%, -50%);
          transform: translate(-5%, -50%);
}

.menu-btn,
.menu-btn:after,
.menu-btn:before {
  width: 36px;
  height: 3.2px;
  border-radius: 30px !important;
}

.menu-btn {
  width: 20px;
}

.menu-btn {
  position: relative;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  background: #DFE2E9;
  -webkit-transition: all 0ms 300ms;
  transition: all 0ms 300ms;
}

.menu-btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  background: #DFE2E9;
  -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.menu-btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: #DFE2E9;
  -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0;
}

.menu-btn.animate::after {
  opacity: 1;
  top: 0;
  width: 32px;
  background: #212121 !important;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.menu-btn.animate::before {
  opacity: 1;
  bottom: 0;
  width: 32px;
  background: #212121 !important;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.nav-menu {
  width: 100%;
  height: 100vh !important;
  position: fixed;
  display: none;
  background: #DFE2E9 !important;
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
  z-index: 1 !important;
}

.nav-links {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important;
  margin-right: auto !important;
  margin-left: auto !important;
  width: 0 !important;
}

.nav-links li {
  list-style: none;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.nav-links li a {
  color: #212121;
  text-decoration: none;
  font-size: 18px;
  font-family: "Gilroy", sans-serif !important;
  font-weight: 700 !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important;
  letter-spacing: 0.2px !important;
}

.link {
  position: relative;
  margin: auto;
  padding: 20px 20px !important;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 14px;
  display: block;
  border-radius: 30px;
  background: rgba(223, 226, 233, 0.5);
  width: 40px;
  height: 40px;
  -webkit-transition: all 400ms ease !important;
  transition: all 400ms ease !important;
}

.link span {
  position: relative;
  vertical-align: middle;
}

.link:hover::before {
  width: 100%;
  background: #5770F5;
}

.link:active {
  -webkit-transform: scale(0.96);
          transform: scale(0.96);
}

.home {
  width: 100%;
  height: 100vh;
}

.head {
  font-family: "Gilroy", sans-serif;
  font-weight: 800;
  font-size: 68px;
  color: #DFE2E9;
  text-align: center;
  letter-spacing: 0.2px !important;
}

.txt {
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #DFE2E9;
  text-align: center;
  letter-spacing: 0.2px !important;
}

.start-btn {
  width: 130px;
  height: 24px;
  background: #5770F5;
  border-radius: 30px;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  cursor: pointer;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.start-btn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.start-btn:active {
  -webkit-transform: scale(0.98) !important;
          transform: scale(0.98) !important;
}

.btn-txt {
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  color: #DFE2E9;
  text-align: center !important;
  font-size: 18px !important;
}

.start-play {
  width: 12px;
  height: 12px;
}

.bubble-1 {
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 100%;
  background: #5770F5;
  opacity: 0.1 !important;
  left: -52px !important;
  top: -78px !important;
}

.bubble-2 {
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 100%;
  background: #5770F5;
  opacity: 0.1 !important;
  right: -52px !important;
  bottom: -78px !important;
}

.bubble-3 {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: #5770F5;
  opacity: 0.1 !important;
  left: 10% !important;
  top: 70% !important;
}

.bubble-4 {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: #5770F5;
  opacity: 0.1 !important;
  right: 10% !important;
  top: 25% !important;
}

.footer {
  position: absolute;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translate(-50%, -10%);
          transform: translate(-50%, -10%);
}

.footer a {
  text-decoration: none !important;
  color: #DFE2E9;
}

.footer a + a {
  padding-left: 4em !important;
}

.mail-footer {
  width: 21px;
  height: 21px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.mail-footer:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.twitter-footer {
  width: 21px;
  height: 21px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.twitter-footer:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.ig-footer {
  width: 21px;
  height: 21px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.ig-footer:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.brand {
  width: 60px;
  height: 60px;
  text-decoration: none !important;
}

@media screen and (max-width: 1024px) {
  .nav-links li a {
    font-size: 20px !important;
  }
  .head {
    margin-top: 5% !important;
    font-size: 80px !important;
  }
  .txt {
    margin-top: 20px !important;
    font-size: 20px !important;
    font-weight: 500 !important;
  }
  .start-btn {
    width: 130px !important;
    height: 24px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .btn-txt {
    font-size: 18px !important;
    font-weight: 500;
  }
  .start-play {
    width: 12px !important;
    height: 12px !important;
  }
  .bubble-4 {
    top: 38% !important;
  }
}

@media screen and (max-width: 768px) {
  .head {
    font-size: 70px !important;
  }
  .txt {
    font-size: 18px !important;
  }
  .btn-txt {
    font-size: 18px !important;
  }
  .start-play {
    width: 12px !important;
    height: 12px !important;
  }
}

@media screen and (max-width: 575px) {
  #bHomeId {
    overflow-y: auto !important;
    overflow-x: hidden !important;
  }
  .nav-links li a {
    font-size: 18px !important;
  }
  .br1 {
    display: none !important;
  }
  .head {
    font-size: 60px !important;
  }
  .txt {
    margin-right: 10% !important;
    margin-left: 10% !important;
    font-size: 16px !important;
  }
  .bubble-1, .bubble-2 {
    width: 160px !important;
    height: 160px !important;
  }
  .bubble-3, .bubble-4 {
    width: 50px !important;
    height: 50px !important;
  }
  .bubble-3 {
    top: 55% !important;
  }
  .bubble-4 {
    top: 40% !important;
  }
  .start-btn {
    width: 120px !important;
    height: 20px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .btn-txt {
    font-size: 16px !important;
  }
  .start-play {
    width: 12px !important;
    height: 12px !important;
  }
  .footer a + a {
    padding-left: 2.5em !important;
  }
  .mail-footer, .twitter-footer, .ig-footer {
    width: 19.5px !important;
    height: 19.5px !important;
  }
}

@media screen and (max-width: 375px) {
  .head {
    margin-top: 2.5% !important;
  }
  .bubble-3 {
    top: 70% !important;
  }
  .bubble-4 {
    top: 54% !important;
  }
}

@media screen and (max-width: 320px) {
  .nav-links li a {
    font-size: 18px !important;
  }
  .logo-img {
    width: 38px !important;
    height: 38px !important;
  }
  .menu-btn,
  .menu-btn:after,
  .menu-btn:before {
    width: 32px !important;
    height: 3.2px;
    border-radius: 30px !important;
  }
  .menu-btn {
    width: 18px !important;
  }
  .menu-btn.animate::before,
  .menu-btn.animate::after {
    width: 26px !important;
  }
  .head {
    font-size: 50px !important;
  }
  .txt {
    font-size: 15px !important;
  }
  .start-btn {
    width: 100px !important;
    height: 20px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .btn-txt {
    font-size: 15px !important;
  }
  .start-play {
    width: 12px !important;
    height: 12px !important;
  }
  .mail-footer, .twitter-footer, .ig-footer {
    width: 18px !important;
    height: 18px !important;
  }
}
/*# sourceMappingURL=styles.css.map */