@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
}

html,
body {
  height: 100%;
  width: 100%;
}
body {
  overflow-x: hidden;
}
*::selection {
  color: #fff;
  background-color: #494949;
}
.main {
  width: 100%;
  overflow: hidden;
}
.home {
  width: 100%;
  min-height: 88vh;
}
nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 60px;
}
.nav-logo img {
  height: 100px;
}
.nav-right {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  font-size: 1.1rem;
  cursor: pointer;
}
.nav-right h3 {
  font-weight: 400;
}
.nav-right i {
  font-size: 1.3rem;
}
.homemain {
  width: 50%;
  margin-top: 80px;
  margin-left: 250px;
  line-height: 1;
}
.homemain h1 {
  font-size: 6rem;
  font-weight: 400;
  display: inline-block;
}

.homemain video {
  border-radius: 50px;
  height: 100px;
}
.homemain h1 i {
  font-size: 8rem;
  font-weight: 300;
}
.hero {
  width: 100%;
  height: 100vh;
}
.hero video {
  width: 100%;
  background-size: cover;
}
.hero2 {
  background-color: #fff;
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: center;
  padding: 300px 200px;
  gap: 50px;
}

.hero2-video video {
  height: 400px;
}

.hero2-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
}
.hero2-content p {
  font-size: 32px;
  font-weight: 500;
  width: 80%;
}
.hero2-content button {
  padding: 85px 150px;
  border: 1px solid black;
  font-size: 27px;
  background-color: transparent;
  border-radius: 300px;
  cursor: pointer;
}
.featured-section {
  background-color: #161616;
  color: #fff;
  padding: 150px 200px;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  line-height: 1.1;
}
.featured-top h1 {
  font-size: 9rem;
  width: 50%;
  font-weight: 400;
}
.featured-top video {
  border-radius: 100px;
  height: 130px;
}
.featured-top i {
  font-size: 10rem;
  font-weight: 300;
}
.feature-left {
  color: #fff;
}
.feature-right {
  color: #fff;
}
.f-project {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 80px;
  margin-top: 200px;
}

.left-card,
.right-card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
}
.left-card video,
.right-card video {
  height: 600px;
  width: 500px;
  border-radius: 50px;
  overflow: hidden;
  object-fit: cover;
  display: block;
  margin-top: 50px;
}
.left-card h2 b {
  font-size: 2rem;
  font-weight: 600;
}
.left-card h2 {
  font-weight: 400;
  width: 98%;
}

.right-card h2 b {
  font-size: 2rem;
  font-weight: 600;
}
.right-card h2 {
  font-weight: 400;
  width: 87%;
}
.philosphy {
  padding: 200px;
  width: 100%;
  overflow: hidden;
}
.p-top {
  line-height: 0.9;
}
.p-top h1 {
  font-size: 10rem;
  font-weight: 350;
}
.p-top :nth-child(2) {
  font-style: italic;
  font-size: 12rem;
  font-weight: 200;
}
.p-main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 100px;
}
.p-main-left video {
  margin-top: 70px;
  height: 550px;
}
.p-main-right p {
  font-size: 25px;
  font-weight: 500;
}
.resources {
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  background-color: #161616;
  color: #fff;
  padding: 180px 160px;
}
.r-top h1 {
  font-size: 8rem;
  letter-spacing: 0.5;
  width: 70%;
  font-weight: 400;
  line-height: 0.9;
}
.r-top :nth-child(2) {
  font-style: italic;
  font-weight: 300;
}
.marquee {
  margin-top: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70px;
  animation: scroll 10s linear infinite;
}
.swiper-slide1 img {
  width: 500px;
  height: 300px;
  object-fit: cover;
  border-radius: 15px;
}
@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.r-bottom {
  color: #fff;
  margin-top: 200px;
}

.r-bottom p {
  width: 40%;
  text-align: left;
  font-size: 26px;
  line-height: 27px;
}
.r-bottom button {
  padding: 13px 40px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 23px;
  border-radius: 40px;
  background-color: transparent;
  margin-top: 30px;
  text-transform: uppercase;
}
.animatedtext {
  margin-top: 170px;
}
.marque video .video {
  height: 100px;
  width: 100px;
  border-radius: 50px;
  overflow: hidden;
}
.animatedtext .largerh1 {
  font-style: italic;
  font-weight: 350;
  font-size: 8rem;
}

/* swiper css */
.swiper {
  margin: 200px 0;
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.swiper-slide img {
  display: block;
  width: 500px;
  height: 230px;
  object-fit: cover;
  cursor: pointer;
  border-radius: 10px;
}
.footer-section {
  background-color: #000;
  color: rgb(255, 255, 255);
}

.move {
  display: flex;
  overflow: hidden;
  padding: 70px 0;
}
.marque {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 30px;
  transform: translateX(-100%);
}
.marque video {
  border-radius: 50%;
  height: 150px;
  width: 150px;
}
.marque h1 {
  font-size: 8rem;
  font-weight: 500;
}
.footer-section p {
  font-size: 1.2rem;
  text-transform: uppercase;
  padding-left: 6rem;
  padding-bottom: 40px;
}
.c-platforms {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 6rem;
  border-top: 0.1px solid #ccc;
  border-bottom: 0.1px solid #ccc;
  position: relative;
}
.c-platforms i {
  cursor: pointer;
  position: relative;
  z-index: 9999;
  font-size: 3rem;
}
.c-platforms h1 {
  font-size: 2rem;
  font-weight: 400;
  position: relative;
  z-index: 9999;
}

.center {
  height: 0%;
  width: 100%;
  background-color: rgb(70, 78, 227);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all ease 0.5s;
}

.c-platforms:hover .center {
  height: 100%;
  cursor: pointer;
}
/* .page14-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 25%;
  width: 100%;
  padding: 0vw 5vw;
  border-top: 0.2px solid gray;
  border-bottom: 0.2px solid gray;
} */
/* .page14-inner h1 {
  font-weight: 300;
  position: relative;
  z-index: 9999;
} */
/* .page14-inner i {
  font-weight: 300;
  font-size: 1.5rem;
  cursor: pointer;
  position: relative;
  z-index: 9999;
} */
/* .center14 {
  height: 0%;
  width: 100%;
  background-color: #0a3cce;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all ease 0.5s;
} */

/* .page14-inner:hover .center14 {
  height: 100%;
  cursor: pointer;
} */

.contact-section2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 50px;
}
.c-first1,
.c-second1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 30%;
  margin: 50px 0;
}
.c-first1 p {
  font-size: 1.5rem;
}
.c-second1 p {
  font-size: 1.5rem;
}
.button {
  padding: 13px 35px;
  font-size: 25px;
  border: 1px solid #ffffff;
  background-color: transparent;
  border-radius: 50px;
  color: rgb(255, 255, 255);
}
.c-second1 p span {
  font-size: 0.9rem;
}
.c-first1 p span {
  font-size: 0.9rem;
}
.contact-section3 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 100px;
  width: 40%;
  margin: auto;
  padding: 200px 0;
}
.contact-section3 h1 {
  line-height: 0.2;
  font-size: 9rem;
  font-weight: 400;
}
.contact-section3 button {
  padding: 0 50px;
  font-size: 8rem;
  background-color: transparent;
  color: #ccc;
  border: 1px solid #ffffff;
  border-radius: 300px;
  text-transform: uppercase;
}
.footer {
  display: flex;
  align-items: center;
  justify-content: start;
  padding-left: 6rem;
  gap: 100px;
  padding-bottom: 50px;
}
.button2 {
  padding: 0px 10px;
  font-size: 25px;
  border: 1px solid #ffffff;
  background-color: transparent;
  border-radius: 50px;
  color: rgb(255, 255, 255);
}
.footer h3 {
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
}
