@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: local("Inter-Regular"),
    url("/static/fonts/Inter-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: local("Inter-Bold"),
    url("/static/fonts/Inter-Bold.woff2") format("woff2");
}

* {
  font-family: "Inter", sans-serif;
}
body {
  margin: 0;
  padding: 0;
  background-color: white;
  background-repeat: no-repeat;
  background-size: 80% 30%;
  background-position: right top;
  overflow-x: hidden;
  z-index: 2;
}
header {
  background-color: transparent;
  text-align: center;
}
.sidebar {
  width: 20rem;
  height: 100%;
  background-color: white;
  position: fixed;
  top: 0;
  right: 0;
  transition: left 0.3s ease-in-out;
  z-index: 3;
  overflow: auto;
}
.toggle {
  width: 5rem;
  position: absolute;
  top: 1rem;
  right: 3.5rem;
  transition: left 0.3s ease-in-out;
}
.sidebar div {
  padding: 5rem 0 5rem 2rem;
}
.sidebar a,
.sidebar select {
  text-decoration: none;
  display: block;
  transition: 0.3s;
  text-align: left;
}
.sidebar select,
.sidebar button {
  padding: 1rem;
}
.sidebar button {
  display: flex;
  justify-content: center;
}
.sidebar a {
  padding: 1rem 1rem 1rem 1.3rem;
}
.sidebar a:hover,
.sidebar select:hover {
  font-weight: 550;
  color: #000000;
}
.navbar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 1rem 4rem 0 4rem;
}
.navbar-link {
  display: flex;
  flex-direction: row;
  width: 80vw;
  justify-content: space-between;
}
.logo {
  width: 9.3rem;
  height: 2.43rem;
  margin: 0.6rem 0;
}
.nav_link {
  margin: 1rem 0;
}
.nav_link a {
  padding: 1rem;
  text-decoration: none;
}
.nav_font a img {
  padding: 0 0 0 0.3rem;
}
.nav_link select {
  padding: 0 0.5rem 0 0;
  background-color: white;
}
.nav_font a,
.sidebar a,
.nav_link select,
.sidebar select {
  text-decoration: none;
  font-size: 1.125rem;
  line-height: 1.36rem;
  font-weight: 400;
  cursor: pointer;
  color: #565656;
}
.nav_link select,
.sidebar select {
  border: none;
  outline: none;
}
.nav_link select:focus,
.nav_link select:hover,
.nav_font a:hover,
.nav_font a:focus {
  line-height: 1.43rem;
  font-weight: 550;
  color: #000000;
}
.login {
  padding: 0 1rem;
}

.nav_link_btn,
.sidebar-btn,
.btn {
  width: 16.87vw;
  height: auto;
  background-color: #195db9;
  color: white;
  font-weight: 500;
  line-height: 1.36rem;
  font-size: 1.18rem;
  border: 1px solid #195db9;
  border-radius: 0.25rem;
  cursor: pointer;
  padding: 1rem 1.5rem 1rem 1.5rem;
}
.sidebar_icon {
  background-color: white;
  color: #195db9;
  font-weight: 600;
  line-height: 1.36rem;
  font-size: 1.5rem;
  border: none;
  cursor: pointer;
  padding: 1rem 0.3rem 1rem 1rem;
}
.close-btn {
  margin: 0 0 0 1rem;
}

.sidebar-btn {
  width: auto;
  margin: 5rem 0;
}
.btn1 {
  width: 22.62rem;
  background-color: #ffffff;
  color: #0860b6;
  border: 1px solid #0860b6;
}
.btn2 {
  width: 14.62rem;
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.btn-border {
  border: 1px solid #0774e0;
  background-color: transparent;
  width: 21.62rem;
  color: #0774e0;
}

.top-banner {
  height: auto;
  width: auto;
}
#gradient-layer {
  background-image: url("../images/cover.png");
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0.5rem 0;
  z-index: 1;
  height: 50rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.video-container {
  margin: 9rem 4rem 2rem 0;
  width: 55rem;
  height: 31rem;
  border-radius: 1.125rem;
  border: 4px solid #ffffff;
  background-color: #ffffff;
}

.banner {
  display: flex;
  flex-direction: column;
  margin-left: 4rem;
  justify-content: center;
  align-content: center;
  gap: 1rem;
}
.banner-text {
  width: 47rem;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 6.75rem;
  margin: 0;
}
.banner-sub {
  color: #ffffff;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.815rem;
}
.btn-group {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
}
.button-get {
  width: 16rem;
  height: 4.3rem;
  border-radius: 0.25rem;
  background-color: #0897ff;
  border: 1px solid #c8d9e5;
  color: white;
  font-weight: 500;
  cursor: pointer;
  font-size: 1.125rem;
  line-height: 1.36rem;
  margin: 0.625rem;
}
.Demo-btn {
  background-color: #195db9;
  margin: 3rem 0;
}
.button-get i {
  padding: 1rem;
}

.videos {
  width: 100%;
  height: 100%;
  object-fit: fill;
  border-radius: 1.125rem;
}
.text-head {
  text-align: center;
  margin: 6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.text-head div {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  font-weight: 600;
  line-height: 4.16rem;
  color: #1e3c62;
}
.text-head p {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.74rem;
  color: #686868;
}

.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 3rem;
}

.box {
  cursor: pointer;
  width: 18.8rem;
  height: 17.6rem;
  background-color: #e4f2fc;
  border: 1px solid #eff7ff;
  margin: 0.625rem;
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: box-shadow 0.3s;
}
.box:hover {
  background-color: white;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
.box-border:hover {
  border: 0.125rem solid #0085ff;
  border-bottom: 0.5rem solid #0085ff;
}
.box-borderless {
  background-color: transparent;
  border: none;
  height: 18.8rem;
}

.cantiz_img {
  padding: 2rem 0;
  width: 10.56rem;
  height: 10.56rem;
}
.Industry_img {
  padding: 2rem 0;
  width: auto;
  height: auto;
}
.box div {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.81rem;
  color: #225589;
  text-align: center;
}
.box div:hover {
  color: #0f72d1;
}
.text-head img {
  width: 100%;
  height: 100%;
}
footer {
  margin: 0;
  padding: 3rem 0 0 0;
  color: white;
  background-color: #1a1a1a;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  gap: 3rem;
}
.footer-container div {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.21rem;
  color: #ffffff;
  gap: 1rem;
}
.content-header {
  margin: 0 0 1.5rem 0;
}
.grid-container-2c {
  display: grid;
  grid-template-columns: auto auto;
}
.grid-container-1c {
  display: grid;
  grid-template-columns: auto;
}
.footer-content {
  margin: 4rem 0;
}
.footer-content div {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}
.footer-content div img {
  cursor: pointer;
}
.container_box {
  background-image: url("../images/cover_bg.png");
  padding: 2rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
}
.footer-a {
  margin-left: 0.5rem;
}
.footer-a:hover {
  cursor: pointer;
  text-decoration: underline;
}
@media (max-width: 1380px) {
  .top-banner {
    height: 80rem;
    width: 100%;
  }
  #gradient-layer {
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: center;
  }
  .footer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .banner {
    height: 90rem;
    margin: 18rem 0 1rem 4rem;
  }
  .banner-text {
    padding-top: 10rem;
    font-size: 5.5rem;
    line-height: 6.12rem;
    width: 100%;
  }
  .banner-sub {
    font-size: 1.3rem;
  }

  .video-container {
    width: auto;
    height: 70%;
    margin: 2rem 4rem 0 4rem;
  }
}

@media (max-width: 768px) {
  .top-banner {
    height: 55rem;
  }
  .banner {
    margin: 0;
    padding: 0;
  }
}

@media only screen and (min-width: 633px) and (max-width: 1000px) {
  .top-banner {
    height: 66rem;
    width: auto;
  }

  .banner {
    margin: 12rem 0 0 0;
  }

  .video-container {
    margin: 2rem;
  }
  
  .banner-text {
    padding-top: 10rem;
    font-size: 4.4rem;
    line-height: 6.12rem;
    width: 100vw;
    
  }
  .banner-text span{
    padding-left: 2rem;
  }
  .btn-group,
  .banner-sub {
    padding: 0 0 0 2rem;
  }
}
@media only screen and (min-width: 633px) and (max-width: 710px) {
  #gradient-layer {
    width: auto;
  }
  .banner {
    margin: 8rem 0 0 0;
    padding-left: 0;
  }
  .top-banner {
    height: 66rem;
  }
  .video-container {
    margin: 4rem 1rem 0 1rem;
  }
  .banner-text {
    padding: 0 0 0 1.5rem;
    font-size: 3.75rem;
    line-height: 5rem;
  }
  .btn1 {
    width: 20.62rem;
  }
  .btn2 {
    width: 10.62rem;
  }
  .btn-group,
  .banner-sub {
    padding: 0 0 0 1.5rem;
  }
  .banner-text span{
    padding-left: 0;
  }
}
@media only screen and (min-width: 500px) and (max-width: 633px) {
  .navbar {
    margin: 1rem 2.5rem 0 2.5rem;
  }
  .toggle{
    right: 2rem;
  }
  #gradient-layer {
    height: 40rem;
    width: auto;
  }
  .top-banner {
    height: 47rem;
  }
  .banner {
    margin: 12rem 0 0 0;
    gap: 0;
  }
  .banner-text {
    padding-top: 10rem;
    font-size: 2.8rem;
    line-height: 4rem;
    padding: 0 0 0 2rem;
  }
  .video-container {
    margin: 2rem;
    width: auto;
    height: 20.8rem;
  }
  .btn1 {
    width: 16.62rem;
    font-size: 1rem;
  }
  .btn2 {
    width: 9rem;
    font-size: 1rem;
  }
  .btn-group {
    gap: 0.5rem;
    padding: 0 0 0 2rem;
  }
  .banner-sub {
    padding: 0 0 0 2rem;
  }
  .banner-text span{
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  
  .banner {
    display: flex;
    flex-direction: column;
    margin-left: 4rem;
    justify-content: center;
    align-content: center;
  }
  .banner-text {
    margin: 0;
    padding-top: 5rem;
    font-size: 2.1rem;
    line-height: 3rem;
  }
  .banner-sub {
    font-size: 1.15rem;
  }
  .btn-group {
    display: flex;
    flex-direction: column;
  }
  .btn1,
  .btn2 {
    width: 18.5rem;
    font-size: 1rem;
  }
  #gradient-layer {
    height: 35rem;
    width: auto;
  }
  .top-banner {
    height: 40rem;
  }
  .footer-container{
    padding: 0 1rem 0 1rem;
  }
  .banner-text span{
    padding-left: 0;
  }
}
@media (max-width: 380px) {
  .btn1,
  .btn2 {
    width: 15rem;
    font-size: 1rem;
  }
  .footer-container{
    padding: 0 2rem 0 2rem;
  }
  .banner-sub {
    font-size: 1rem;
  }
  .banner-text {
    font-size:1.8rem;
  }
  .banner-text span{
    padding-left: 0;
  }
}
