@import "./fonts.css";
@import "./reset.css";
@import "./clickit.css";
@import "./faq.css";
@import "./tnp.css";
@import "./loader.css";

header {
  width: 100%;
  position: fixed;
  z-index: 1;
}

nav {
  height: 90px;
  background: #edf6fd;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 100px;
}

nav .menu-btn i {
  font-size: 22px;
  cursor: pointer;
  display: none;
}

nav input[type="checkbox"] {
  display: none;
}

nav ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.faq-link {
  font-family: "Poppins-SemiBold";
  font-size: 18px;
  color: #2f3247;
  text-decoration: none;
  padding: 10px;
}

.joinus-btn {
  border: none;
  outline: none;
  min-width: 120px;
  min-height: 44px;
  background-color: #53a5ec;
  color: #ffffff;
  font-family: "Poppins-SemiBold";
  font-size: 16px;
  border-radius: 11px;
  margin-left: 40px;
  cursor: pointer;
}

.tutorial-section {
  position: relative;
  padding: 50px 0;
}

.tutorials-header-bg {
  height: 65%;
  background-color: #edf6fd;
  position: absolute;
  right: 0;
  width: 92%;
  z-index: -1;
  border-radius: 51px 0 0 51px;
}

.tutorials-text {
  display: flex;
  justify-content: center;
  font-family: "Poppins-SemiBold";
  font-size: 48px;
  color: #315a7d;
  padding: 60px 0 30px;
}

.tutorial-video {
  display: flex;
  align-items: center;
  justify-content: center;
}

.next-prev-arrow {
  width: 60px;
  height: 60px;
}

.prev {
  margin-right: 35px;
}

.next {
  margin-left: 35px;
}

.video-width {
  width: 60vw;
  border-radius: 21px;
}

.slideshow-container {
  max-width: 400px;
  position: relative;
  margin: auto;
}

.video-slide {
  display: none;
}

.video-slide:nth-child(1) {
  display: block;
}

.prev,
.next {
  cursor: pointer;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: #717171;
}

.available-in-text {
  font-family: "Poppins-SemiBold";
  font-size: 48px;
  color: #315a7d;
  padding-bottom: 20px;
  text-align: center;
}

.join-us-now {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 90px;
}

.joinus-now-btn {
  border: none;
  outline: none;
  min-width: 160px;
  min-height: 64px;
  background-color: #53a5ec;
  font-family: "Poppins-SemiBold";
  font-size: 16px;
  color: #ffffff;
  border-radius: 11px;
  margin-bottom: 40px;
  cursor: pointer;
}

.joinus-msg {
  font-family: "Poppins-Medium";
  font-size: 19px;
  color: #a3a1a8;
  padding: 0 20px 0;
  text-align: center;
}

#map {
  height: 631px;
  width: 100%;
}

#content {
  width: 125px;
  height: 37px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #53a5ec80;
  border-radius: 7px;
  opacity: 1;
}

.gm-ui-hover-effect+button {
  display: none !important;
}

footer {
  width: 100%;
  min-height: 180px;
  background-color: #2f3247;
  padding: 36px 100px 20px;
}

.footer-item-group {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 36px;
}

.footer-item {
  font-family: "Poppins-SemiBold";
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
  margin: 20px;
  text-align: center;
}

.ft-get-app-img {
  margin: 20px;
}

.copy-right-text {
  font-family: "Poppins-Regular";
  font-size: 17px;
  color: #ffffff;
  opacity: 50%;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  nav {
    padding: 0 40px;
  }

  .tutorials-header-bg {
    width: 100%;
    height: 60%;
    border-radius: 0;
  }

  .tutorials-text {
    font-size: 38px;
    padding: 30px 0 15px;
  }

  .video-width {
    width: 70vw;
  }

  .next-prev-arrow {
    width: 45px;
  }

  .prev {
    margin-right: 20px;
  }

  .next {
    margin-left: 20px;
  }

  .join-us-now {
    margin-top: 30px;
    margin-bottom: 60px;
  }

  footer {
    padding: 20px 40px 15px;
  }

  .ft-get-app {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    padding: 0 20px;
  }

  .ft-get-app-img {
    width: 180px;
  }
}

@media only screen and (max-width: 576px) {
  nav {
    height: 60px;
    padding: 0 20px;
  }

  .clickit-img {
    position: relative;
    top: 2px;
  }

  #menu-click:checked~ul {
    left: 0;
  }

  nav .menu-btn i {
    display: block;
  }

  #menu-click:checked~.menu-btn i:before {
    content: "\f00d";
  }

  nav ul {
    position: fixed;
    top: 60px;
    left: -100%;
    background: #edf6fd;
    height: 40vh;
    width: 100%;
    text-align: center;
    display: block;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }

  .joinus-btn {
    margin-left: 0;
  }

  .footer-item-group {
    flex-wrap: wrap;
  }

  .tutorials-header-bg {
    height: 55%;
  }

  .tutorials-text {
    font-size: 28px;
    padding: 20px 0 10px;
  }

  .available-in-text {
    font-size: 28px;
  }

  .next-prev-arrow {
    width: 30px;
  }

  .prev {
    margin-right: 10px;
  }

  .next {
    margin-left: 10px;
  }

  .join-us-now {
    margin-top: 20px;
    margin-bottom: 45px;
  }

  footer {
    padding: 20px;
  }

  .ft-clickit-img {
    margin: 20px;
  }

  .footer-item {
    width: 100%;
  }

  .ft-get-app {
    padding: 0;
  }

  .ft-get-app-img {
    width: 140px;
    margin: 10px;
  }
}