* {
  box-sizing: border-box;
  outline: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  transition: all 0.5s;
  font-family: "Gilroy";
}

.img-fluid {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

.container {
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
  margin-bottom: 0.8rem;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
}

.list-unstyled {
  list-style: none;
  padding-left: 0;
}

button {
  border: none;
  cursor: pointer;
  background-color: transparent;
}

.download-btn {
  color: #fff !important;
  display: flex;
  padding: 1.2rem 2rem;
  border-radius: 5rem;
  align-items: center;
  background-color: #0142da;
  box-shadow: 0 0 0.4rem #ffc400;
}

.download-btn-icon {
  height: 40px;
  width: 40px;
  color: #fff !important;
  display: flex;
  padding: 10px;
  border-radius: 100%;
  align-items: center;
  background-color: #0142da;
  box-shadow: 0 0 0.4rem #ffc400;
}

.text-center {
  text-align: center;
}

.h-100 {
  height: 100%;
}

.d-flex {
  display: flex;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.flex-col {
  flex-direction: column;
}

.col-6 {
  max-width: 50%;
  flex-basis: 50%;
}

.col-4 {
  max-width: 33.33%;
  flex-basis: 33.33%;
  padding: 0 1rem;
}

.col-8 {
  max-width: 66.66%;
  flex-basis: 66.66%;
  padding: 0 1rem;
}

h1 {
  font-size: 3rem;
}

article {
  padding: 5rem 0;
}

/* Header Start */

header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  position: fixed;
  transition: all 0.5s;
}

header.fixed {
  margin-top: 1rem;
}

.header-wrap {
  display: flex;
  padding: 3rem 0;
  align-items: center;
  transition: all 0.5s;
}

.fixed .header-wrap {
  padding: 1rem;
  border-radius: 10rem;
  background-color: #fff;
  box-shadow: 0 0.5rem 2rem 0 rgba(0, 0, 0, 0.2);
}

.logo {
  width: 8rem;
  display: block;
}

.fixed .logo {
  width: 6rem;
}

.menu-list {
  margin: 0;
  display: flex;
  padding: 0 4rem;
  align-items: center;
}

.fixed .menu-list {
  padding: 0 2rem;
}

.menu-list li {
  margin: 0 1.5rem;
  font-size: 1.2rem;
}

.fixed .menu-list li {
  margin: 0 1rem;
  font-size: 1.1rem;
}

.assista-logo {
  width: 12.5rem;
  margin-left: 1rem;
  margin-right: 2rem;
}

.fixed .assista-logo {
  width: 11rem;
}

.menu-left {
  display: flex;
  margin-left: auto;
  align-items: center;
}

.menu-left p {
  color: #00000080;
  margin-bottom: 0;
}

.menu-left button {
  color: #fff;
  display: flex;
  padding: 1.2rem 2rem;
  border-radius: 5rem;
  align-items: center;
  background-color: #0142da;
  box-shadow: 0 0 0.4rem #ffc400;
}

.menu-left button img {
  width: 1rem;
  margin-left: 1rem;
}

/* Header Close */

/* Banner Start */

.banner-art {
  height: 100vh;
  min-height: 40rem;
  padding-top: 10rem;
  padding-bottom: 1rem;
}

.banner-wrap {
  display: flex;
  margin: 0 -1rem;
  padding: 1rem;
  border-radius: 2rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/banner-bg.png");
}

.app-list {
  max-width: 28rem;
  margin: 0 -0.5rem;
}

.app-list a {
  display: block;
  margin: 0 0.5rem;
  width: 50%;
}

.banner-video {
  /* margin: 0 5rem; */
  overflow: hidden;
  border-radius: 2rem;
  /* max-width: 100%; */
  /* width: 100%; */
  /* height: 100%; */
  /* width: calc(100% - 6rem); */
  border: 0.2rem solid #fff;
  box-shadow: 0 0.5rem 2rem 0 rgb(0 0 0 / 40%);
}

.video-height {
  width: 90%;
  margin: 0 auto;
  height: 48%;
  border-radius: 2rem;
  padding-bottom: 2%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-height video {
  max-width: 100%;
  /* width: 100%; */
  max-height: 100%;
  overflow: hidden;
}

.app-ss {
  display: block;
  max-width: 22rem;
  max-height: calc(100% + 2rem);
  position: relative;
  margin: auto auto 0 auto;
}

.video-under-img {
  height: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-under-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.banner-right {
  display: flex;
  /* align-items: end; */
  flex-direction: column;
  /* justify-content: end; */
}

.banner-left {
  padding-left: 5rem;
}

.banner-desc {
  margin-bottom: 2rem;
  font-size: 1.2rem;
  color: #00000080;
}

/* Banner Close */

/* Benifits Start */

.art-title {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.4;
}

.art-title span {
  color: #0142da;
  padding: 0.3rem 0.8rem;
  background-color: #e0f7ff;
}

.benifits-wrap {
  margin-top: 4rem;
}

.benifits-col {
  flex-basis: 33.33%;
  max-width: 24rem;
}

.benifits-icon {
  width: 6.2rem;
  height: 6.2rem;
  padding: 1.5rem;
  margin-bottom: 1.6rem;
  border-radius: 1.6rem;
  background-color: #e0f7ff;
}

.benifits-col h3 {
  font-size: 2rem;
  font-weight: 500;
  color: #171043;
}

.gray-p {
  line-height: 1.6;
  font-size: 1.1rem;
  color: rgba(23, 16, 67, 0.6);
}

/* Benifits Close */

/* Easy Use Start */

.easy-use-box {
  display: flex;
  align-items: center;
  padding: 0 8rem;
  border-radius: 2.6rem;
  background-color: #f1fbff;
}

.easy-use-img {
  max-width: 36rem;
}

.darkgray-p {
  line-height: 1.4;
  font-size: 1.2rem;
  color: rgba(23, 16, 67, 0.8);
}

/* Easy Use Close */

/* Feature Start */

.feature-row {
  display: flex;
  justify-content: space-between;
}

.feature-box {
  padding: 2rem 3rem;
  position: relative;
  margin-bottom: 5rem;
  background-color: #0142da;
  border-top-right-radius: 3rem;
  border-bottom-left-radius: 3rem;
}

.feature-box::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: -1;
  width: 100%;
  height: 100%;
  transform-origin: 0% 100%;
  transform: rotate(3deg);
  background-color: #e0f7ff;
  border-top-right-radius: 3rem;
  border-bottom-left-radius: 3rem;
}

.feature-list-col,
.feature-mobile-col {
  flex-basis: calc(33.33% - 2rem);
  max-width: calc(33.33% - 2rem);
}

.feature-list-col {
  display: flex;
  margin-bottom: -4rem;
  flex-direction: column;
}

.feature-box-head {
  display: flex;
  margin-top: -3rem;
  align-items: flex-end;
}

.feature-icon {
  width: 6.4rem;
  height: 5rem;
  padding: 0.8rem;
  background-color: #ffc400;
  border-top-left-radius: 1.6rem;
  border-top-right-radius: 1.6rem;
  border-bottom-left-radius: 0.6rem;
  border-bottom-right-radius: 0.6rem;
}

.feature-box-head h5,
.feature-box-head p {
  color: #fff;
}

.feature-box-head h5 {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 0;
  margin-left: 1rem;
}

.feature-box p {
  color: #fff;
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.4);
}

.app-feature-ss {
  margin: 0 auto;
  display: block;
  max-width: 380px;
}

/* Feature Close */

/* Team Start */

.team-box {
  position: relative;
  border-radius: 3rem;
  margin-bottom: 10rem;
  padding: 8rem 8rem 10rem 8rem;
  background-color: #f1fbff;
}

.team-box h2 {
  margin-bottom: 2rem;
}

.team-box p {
  max-width: 25rem;
  font-size: 1.2rem;
  text-align: center;
  margin: 0 auto 2rem;
  line-height: 1.6;
}

.team-row {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 59%;
  width: calc(100% - 16rem);
  transform: translate(-50%, 50%);
}

.team-col {
  padding: 0.8rem;
  margin: 5px;
  max-width: 25%;
  flex-basis: 25%;
  text-align: center;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 23px 66px rgba(0, 92, 138, 0.05);
}

.team-img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  max-width: 14rem;
  max-height: 14rem;
  border-radius: 100%;
  background-color: #fff5d4;
}

.team-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-col h5 {
  margin-bottom: 0;
  font-size: 1rem;
  margin-top: 0.6rem;
  font-weight: 600;
}

.team-col p {
  font-size: 0.8rem;
  color: #00000080;
  margin-top: 0.1rem;
  margin-bottom: 0.4rem;
}

/* Team Close */

/* Footer Start */

footer {
  padding: 1rem 0;
  background-color: #0142da;
}

.footer-app {
  display: block;
  max-width: 173px;
  margin-right: 1rem;
}

.footer-logo {
  max-width: 130px;
}

footer p {
  font-weight: 400;
  color: rgba(254, 254, 254, 0.7);
}

/* Footer Close */

/* Video Start */

.video-art .container {
  text-align: center;
}

.video-art video {
  max-width: 100%;
  max-height: 70vh;
  min-height: 30rem;
  border-radius: 2rem;
  overflow: hidden;
  border: 0.2rem solid #fff;
  box-shadow: 0 0.5rem 2rem 0 rgb(0 0 0 / 40%);
}

/* Video Close */

.powered-by-appify {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
  gap: 8px;
}

.powered-by-appify:hover {
  text-decoration: underline;
}
  