@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: #fff;
}

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: 30px;
  left: 0;
  width: 100%;
  padding: 0 50px;
}
header .navbar-brand {
  width: 100px;
}
header .navbar {
  background: transparent !important;
  background-size: cover;
  padding: 0;
  position: relative;
  border-radius: 0;
  opacity: 1;
}
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: 14px;
  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: 5px 20px;
}
header .navbar .container-fluid {
  padding: 0 150px;
}
header .dropdown-menu {
  background-color: rgb(7, 10, 33);
  border-radius: 0;
  border: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
header .dropdown-item {
  color: #fff;
  text-align: left;
  font-style: normal;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  line-height: 17.4px;
  padding: 8px 15px;
  font-family: "Montserrat", sans-serif !important;
  letter-spacing: 0.5px;
}
header .dropdown-item:focus, header .dropdown-item:hover {
  color: #15235B;
  background-color: rgb(255, 255, 255);
  border-radius: 8px;
  font-weight: 500 !important;
}
header .mega_menu {
  width: 1000px;
  padding: 15px;
  left: -100px;
  background: url(../img/dropdown_bg.png) no-repeat center center rgba(32, 41, 129, 0.2);
  background-size: cover;
}
header .mega_menu li h6 {
  color: #fff;
  text-align: left;
  font-size: 13px;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 17.4px;
  padding: 0 0 15px 0;
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif !important;
  position: relative;
}
header .mega_menu li h6::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  width: 100%;
  height: 1px;
  background: #fff;
}
header .mega_menu li ul {
  margin: 0;
  padding: 0;
  margin-top: 10px;
  padding-top: 10px;
}
header .mega_menu li ul li a.dropdown-item {
  white-space: inherit;
  padding: 8px 5px;
  margin-bottom: 3px;
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  transition: 0.5s all;
  letter-spacing: 0.5px;
  font-family: "Montserrat", sans-serif !important;
}
header .mega1 .col-12 {
  padding: 0 8px;
}

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

.section_one {
  padding: 100px 0 100px 0px;
}
.section_one .joinwithLogo h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  color: #15235B;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1;
}
.section_one .joinwithLogo img {
  width: 160px;
  margin: 0 10px;
  position: relative;
  top: -4px;
}
.section_one .ftthsec {
  padding: 0;
  overflow: hidden;
  margin-top: 100px;
}
.section_one .ftthsec h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  color: #15235B;
  font-weight: 600;
  margin-bottom: 8px;
  width: 81%;
  line-height: 42px;
}
.section_one .ftthsec p {
  font-family: "Montserrat", sans-serif;
  font-size: 23px;
  color: #15235B;
  font-weight: 400;
  line-height: 43px;
  width: 85%;
  margin: 28px 0;
}
.section_one .imageCard .card {
  border-radius: 32px;
  position: relative;
  overflow: hidden;
}
.section_one .imageCard .card img {
  --f: 1.15; /* the scale factor */
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  transition: 0.8s;
  cursor: pointer;
}
.section_one .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_one .imageCard .card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}

.section_two {
  overflow: hidden;
  padding-bottom: 60px;
  background: url("../img/whybg.png") no-repeat top left;
  background-size: auto;
}
.section_two .ftthtext2 {
  margin-top: 55px;
}
.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 .cardsecImg {
  overflow: hidden;
  border-radius: 32px;
  position: relative;
}
.section_two .cardsecImg img {
  height: 430px;
}
.section_two .regButton img {
  width: 380px;
}
.section_two ul {
  list-style: none;
  padding: 0;
  margin: 30px 0 50px 0;
  display: flex;
  flex-wrap: wrap;
}
.section_two ul li {
  width: 50%;
  padding: 30px 45px;
  transition: all 0.35s;
}
.section_two ul li h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 27px;
  color: #fff;
  font-weight: 600;
  margin: 0 auto;
  margin-bottom: 0;
  display: block;
  text-align: left;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding: 23px 0px 19px 0;
  line-height: 35px;
  position: relative;
}
.section_two ul li h6::before {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 0;
  height: 2px;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  background: #FF28AD;
}
.section_two ul li p {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  color: #fff;
  font-weight: 300;
  line-height: 30px;
  margin: 0 auto;
}
.section_two ul li:hover h6::before {
  width: 34%;
}

.section_three {
  padding: 0px 0 60px 0;
  background: url(../img/bg_seven.png) no-repeat center center;
  background-size: cover;
  margin-top: 15px;
}
.section_three .thrdTitle {
  background: transparent;
  padding: 20px 45px;
  text-align: center;
}
.section_three .thrdTitle h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0px;
  text-align: center;
  border-bottom: 2px solid #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 50px;
  line-height: 100px;
}
.section_three h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  color: #fff;
  font-weight: 600;
  padding-top: 55px;
  text-align: center;
  display: block;
  margin-bottom: 55px;
}
.section_three .unpara {
  background: transparent;
  border: 0;
  height: 100%;
  transition: all 0.5s !important;
  padding: 30px;
  display: flex;
  align-items: center;
  box-shadow: rgba(255, 255, 255, 0.05) 0px 0px 0px 1px;
}
.section_three .unpara p {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  color: #fff;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  margin: 0 0 0 30px;
  width: calc(100% - 60px);
}
.section_three .unpara p span {
  font-weight: 600;
}
.section_three .unpara:hover {
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.section_three .unpara img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
.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: 60px 0 100px 0;
}
.section_five h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  color: #15235B;
  font-weight: 600;
  margin-bottom: 60px;
  text-align: center;
}
.section_five .card {
  background: transparent;
  height: 100%;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
.section_five .card h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  color: #15235B;
  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: 17px;
  color: #15235B;
  font-weight: 400;
  line-height: 30px;
}
.section_five .card a {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #15235B;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 15px 0 0 0;
  border-bottom: 2px solid #cacaca;
  line-height: 1;
}
.section_five .card a:focus {
  outline: none;
  box-shadow: none;
}
.section_five .card a:hover {
  color: #FF28AD;
  border-bottom: 2px solid #FF28AD;
}
.section_five .card.card3 {
  background: #fff;
  padding: 32px;
  position: relative;
  border: 1px solid #dfdfdf;
  overflow: hidden;
  border-radius: 32px;
}
.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(0, 0, 0, 0.24) 0px 3px 8px;
}
.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_five .regButton {
  width: 430px;
  margin: 0 auto;
  margin-top: 30px;
}
.section_five .regButton img {
  width: 100%;
}
.section_five .galleryDiv .card {
  border-radius: 32px;
  overflow: hidden;
}
.section_five .galleryDiv .card img {
  border-radius: 32px;
  width: 100%;
  margin: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section_five .galleryDiv .card:hover img {
  --f: auto;
}
.section_five .galleryDiv .card.video-card {
  position: relative;
  overflow: hidden;
}
.section_five .galleryDiv .card.video-card a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 50px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  border: none !important;
  background: transparent !important;
}
.section_five .galleryDiv .card.video-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  height: 100%;
  width: 100%;
}
.section_five .galleryDiv .swiper-button-next, .section_five .galleryDiv .swiper-button-prev {
  background: #fff;
  border: 0;
  color: #15235B;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  border: 1px solid #15235B;
}
.section_five .galleryDiv .swiper-button-next:hover, .section_five .galleryDiv .swiper-button-prev:hover {
  background: #fff;
  color: #15235B;
  border: 1px solid #FF28AD;
}
.section_five .galleryDiv .swiper-button-next:after, .section_five .galleryDiv .swiper-button-prev:after {
  font-size: 18px;
}
.section_five .galleryDiv .swiper-button-disabled {
  opacity: 0;
}

.section_seven {
  padding: 100px 0 90px 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 h6 {
  font-family: "Metropolis";
  font-size: 27px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 0px;
  width: 90%;
  line-height: 40px;
}
.section_seven p {
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  color: #fff;
  font-weight: 500;
  line-height: 40px;
  margin: 60px 0;
}

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);
}

.section_eight {
  padding: 0px 0 100px 0;
}
.section_eight h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  margin-bottom: 60px;
}
.section_eight #contactForm label {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 12px;
}
.section_eight #contactForm .form-control {
  position: relative;
  border: 0;
  border-radius: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: linear-gradient(180deg, #6876a0, #00B2FF);
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}
.section_eight #contactForm button {
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0 auto;
  margin-top: 20px;
  width: 160px;
}
.section_eight #contactForm button img {
  width: 100%;
}
.section_eight .hidden {
  display: none;
  color: #ae2591;
  text-align: center;
}

.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;
}

.bgSeven {
  background: url("../img/bg_seven.png") no-repeat center center;
  background-size: cover;
}

.modal-content {
  position: relative;
}
.modal-content .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  font-size: 17px;
  /* background: #c1c1c1; */
  opacity: 1;
  z-index: 1;
  color: #ff0000 !important;
}/*# sourceMappingURL=style.css.map */