@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: "Metropolis";
  src: url("../fonts/Metropolis-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Metropolis";
  src: url("../fonts/Metropolis-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Metropolis";
  src: url("../fonts/Metropolis-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Chillax";
  src: url("../fonts/Chillax-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Chillax";
  src: url("../fonts/Chillax-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Chillax";
  src: url("../fonts/Chillax-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
* {
  padding: 0;
  margin: 0;
}

body,
html {
  height: 100%;
  width: 100%;
  font-size: 1.4rem;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  background: #15235B;
}

a {
  transition: all 0.35s;
  list-style: none;
  font-size: 14px;
  outline: none !important;
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #333;
}

ul {
  list-style: none;
}

p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 8px;
  color: #777;
}

button:focus {
  outline: 0;
  outline: inherit !important;
}

.regButton img {
  width: 300px;
  margin: 0 auto;
}

/*----------------Header--------------*/
header {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  padding: 0 50px;
}
header .navbar-brand {
  width: 100px;
}
header .navbar {
  background: rgb(18, 22, 63);
  background: linear-gradient(180deg, rgb(18, 22, 63) 0%, rgb(0, 9, 94) 40%, rgb(25, 37, 138) 100%);
  padding: 5px 20px;
  position: relative;
  border-radius: 20px;
  opacity: 0.9;
}
header .navbar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(180deg, #6876a0, #00B2FF);
  -webkit-mask: linear-gradient(white 0 0) content-box, linear-gradient(white 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
header .navbar .navbar-nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 100px;
}
header .navbar .navbar-nav .nav-link {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  padding: 10px;
}
header .navbar .navbar-nav .nav-link:hover {
  color: rgb(255, 90, 219);
}
header .navbar .navbar-nav .nav-link.active {
  color: rgb(255, 90, 219);
  font-weight: 600;
}
header .navbar .navbar-nav .contact_button {
  border: 1px solid rgb(255, 255, 255);
  border-radius: 20px;
  padding: 10px 20px;
}

/*----------------Banner--------------*/
.banner {
  background: url("../img/banner_bg.jpg") no-repeat center center;
  padding: 0;
  background-size: cover;
}
.banner .banner_text {
  height: 88vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.banner .banner_text h1 {
  font-family: "Chillax", sans-serif;
  font-size: 61px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 13px;
}
.banner .banner_text h5 {
  font-family: "Chillax", sans-serif;
  font-size: 27px;
  color: #fff;
  font-weight: 400;
}

.section_one {
  padding: 100px 0 50px 0;
}
.section_one .joinwithLogo h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1;
}
.section_one .joinwithLogo img {
  width: 160px;
  margin: 0 10px;
  position: relative;
  top: -4px;
}
.section_one .ftthsec {
  padding: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin: 80px;
  overflow: hidden;
}
.section_one .ftthsec h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 8px;
}
.section_one .ftthsec p {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  line-height: 30px;
}

.section_two {
  overflow: hidden;
}
.section_two .ftthtext2 {
  margin-top: 100px;
}
.section_two .ftthtext2 h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}
.section_two .ftthtext2 p {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  line-height: 26px;
}
.section_two .videosection {
  position: relative;
  height: 450px;
  padding: 0;
  margin-top: 40px;
}
.section_two .videosection video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
}
.section_two .videosection::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(2, 0, 36);
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(21, 35, 91) 85%);
  z-index: 1;
}
.section_two .section_two_text {
  padding: 0 100px;
  position: relative;
  top: -180px;
  z-index: 1;
}
.section_two .section_two_text .card {
  position: relative;
  padding: 35px;
  background: linear-gradient(180deg, rgb(18, 22, 63) 0%, rgb(0, 9, 94) 40%, rgb(25, 37, 138) 100%);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-radius: 32px;
  overflow: hidden;
  opacity: 0.85;
}
.section_two .section_two_text .card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(180deg, #6876a0, #00B2FF);
  -webkit-mask: linear-gradient(white 0 0) content-box, linear-gradient(white 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.section_two .section_two_text .card h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}
.section_two .section_two_text .card ul {
  padding: 0;
}
.section_two .section_two_text .card ul li {
  font-family: "Metropolis";
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  padding: 15px 0;
  border-bottom: 1px solid #fff;
  display: block;
}
.section_two .section_two_text .card ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.section_three {
  background: url("../img/lightbg.png") no-repeat center center;
  background-size: contain;
}
.section_three h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 80px;
  text-align: center;
}
.section_three .card {
  background: transparent;
  border: 0;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.section_three .card h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 40px;
  display: block;
  position: relative;
}
.section_three .card h6::before {
  content: "";
  position: absolute;
  top: 33px;
  left: 0;
  width: 0;
  height: 2px;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  background: #FF28AD;
}
.section_three .card p {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  line-height: 30px;
}
.section_three .card ul {
  list-style: disc !important;
  margin-bottom: 0;
}
.section_three .card ul li {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  padding: 10px 0;
}
.section_three .card.card1 {
  background: url("../img/text_bg-2.png") no-repeat center center !important;
  background-size: contain;
  padding: 50px;
  position: relative;
  border-radius: 32px;
}
.section_three .card.card1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(180deg, #6876a0, #00B2FF);
  -webkit-mask: linear-gradient(white 0 0) content-box, linear-gradient(white 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.section_three .card.card2 {
  background: url("../img/text_bg-3.png") no-repeat center center !important;
  background-size: contain;
  padding: 50px;
  position: relative;
  border-radius: 32px;
}
.section_three .card.card2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(180deg, #6876a0, #00B2FF);
  -webkit-mask: linear-gradient(white 0 0) content-box, linear-gradient(white 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.section_three .card:hover {
  box-shadow: rgba(255, 40, 173, 0.25) 0px 7px 29px 0px;
}
.section_three .card:hover h6::before {
  width: 34%;
}
.section_three .cardsecImg {
  overflow: hidden;
  border-radius: 32px;
  position: relative;
}
.section_three .cardsecImg img {
  height: 430px;
}
.section_three .imageCard .card {
  border-radius: 32px;
  position: relative;
  overflow: hidden;
}
.section_three .imageCard .card img {
  --f: 1.15; /* the scale factor */
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  transition: 0.8s;
  cursor: pointer;
}
.section_three .imageCard .card img:hover {
  -webkit-clip-path: inset(calc((1 - 1 / var(--f)) * 50%));
          clip-path: inset(calc((1 - 1 / var(--f)) * 50%));
  scale: var(--f);
}
.section_three .imageCard .card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(180deg, #6876a0, #00B2FF);
  -webkit-mask: linear-gradient(white 0 0) content-box, linear-gradient(white 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}

.section_five {
  padding: 140px 0;
}
.section_five h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 100px;
  text-align: center;
}
.section_five .card {
  background: transparent;
  border: 0;
  height: 90%;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
.section_five .card h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
  position: relative;
}
.section_five .card h6::before {
  content: "";
  position: absolute;
  top: 33px;
  left: 0;
  width: 0;
  height: 2px;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  background: #FF28AD;
}
.section_five .card p {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  line-height: 30px;
}
.section_five .card.card3 {
  background: rgb(18, 22, 63);
  background: linear-gradient(180deg, rgb(18, 22, 63) 0%, rgb(0, 9, 94) 40%, rgb(25, 37, 138) 100%);
  padding: 60px 32px 32px 32px;
  position: relative;
  border-radius: 32px;
}
.section_five .card.card3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(180deg, #6876a0, #00B2FF);
  -webkit-mask: linear-gradient(white 0 0) content-box, linear-gradient(white 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.section_five .card img {
  margin-top: 40px;
  --f: 1.15; /* the scale factor */
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  transition: 0.4s;
  border-radius: 32px;
  cursor: pointer;
}
.section_five .card img:hover {
  -webkit-clip-path: inset(calc((1 - 1 / var(--f)) * 50%));
          clip-path: inset(calc((1 - 1 / var(--f)) * 50%));
  scale: var(--f);
}
.section_five .card:hover {
  box-shadow: rgba(255, 40, 173, 0.25) 0px 7px 29px 0px;
}
.section_five .card:hover h6::before {
  width: 34%;
}
.section_five h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  margin-top: 40px;
  display: block;
  text-align: center;
}

.section_six {
  padding: 60px 0;
}
.section_six h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
.section_six p {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 80px;
}
.section_six .card {
  background: transparent;
  border: 0;
  transition: all 0.3s ease-in-out;
}
.section_six .card h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
  text-align: center;
  margin-top: 20px;
}
.section_six .card h6 span {
  display: block;
  font-weight: 300;
  font-size: 14px;
  color: #fff;
  margin-top: 6px;
}
.section_six .card img {
  border-radius: 32px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.section_six .card:hover img {
  box-shadow: rgba(21, 44, 255, 0.95) 0px 7px 29px 0px;
}

.section_seven {
  padding: 100px 0 150px 0;
}
.section_seven h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  margin-bottom: 60px;
}
.section_seven p {
  font-family: "Metropolis";
  font-size: 26px;
  color: #fff;
  font-weight: 400;
  line-height: 40px;
  margin-top: 60px;
}

footer {
  padding: 100px 0;
  background: #06113F;
}
footer h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 30px;
}
footer ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
footer ul li {
  width: 50%;
}
footer ul li a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  display: block;
  padding: 10px;
}
footer ul li a:hover {
  color: rgb(172, 37, 143);
}
footer p {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  padding: 0 30px 0 0;
}
footer .social-icons {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  margin-top: 15px;
}
footer .social-icons li {
  width: auto;
}
footer .social-icons li a {
  font-size: 16px;
  color: #fff;
  padding: 10px;
  margin-right: 20px;
}
footer .social-icons li a:hover {
  color: rgb(172, 37, 143);
}

.bootom_footer {
  background: #000102;
  padding: 15px 0;
}
.bootom_footer p {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  line-height: 1;
  margin: 0;
}

.regButton img {
  width: 220px;
}/*# sourceMappingURL=style.css.map */