
@font-face {
  font-family: "arial";
  src: url("./font/ARIAL.ttf") format('truetype');
}

body {
  background: rgba(255, 255, 255, 1);
  font-family: arial;
}

a:hover,
button:hover {
  cursor: pointer;
}

.banner-1 {
  background-image: url('../images/new-banner.jpg');
}

.banner-2 {
  background-image: url('../images/new-banner.jpg');
}

.banner-3 {
  background-image: url('../images/new-banner.jpg');
}

.main-banner {
  background-size: cover;
  height: 775px;
  background-position-x: center;
}

.play-video,
.see-all {
  cursor: pointer;
}

.navbar-brand img {
  width: 232px;
  height: 232px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}

.navbar-nav {
  align-items: center;
}

.navbar .navbar-nav .nav-link {
  color: #fff;
  font-size: 1.1em;
  padding: 0.5em 1em;
}

.brand-text {
  width: 100%;
  color: rgba(255, 255, 255, 1);
  top: 514px;
  left: 126px;
  font-weight: Medium;
  font-size: 64px;
  text-align: center;
}

.join-us {
  width: 230px;
  height: 49px;
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 24px;
  overflow: hidden;
}

.join-us:hover {
  border: 2px solid rgba(255, 255, 255, 1);
}

.btn-text {
  width: 69px;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  text-align: center;
}

nav {
  margin-bottom: 50vh;
}

.theme-color {
  color: #7149D2;
}

.mom-item:hover div {
  color: #7149D2;
  cursor: pointer;
}

.theme-bg {
  background-color: #7149D2;
}

.btn-icon {
  background: #fff;
  padding: 1px 3px;
  border-radius: 20px;
}

/*** footer **/
footer {
  padding: 80px 0;
}

.join-project {
  color: rgba(13, 12, 10, 1);
  font-weight: Medium;
  font-size: 60px;
  text-align: center;
}

.contact-submit {
  width: 246px;
  height: 49px;
  color: rgba(255, 255, 255, 1);
  font-weight: Bold;
  font-size: 17px;
}

.navbar-brand:hover {
  color: rgba(250, 250, 250, 1) !important;
}

.form-container {
  background: rgba(250, 250, 250, 1);
  border-radius: 44px;
  padding: 30px;
  margin-bottom: 40px;
}

.partner-logo {
  width: 200px;
}

.partner-logo:hover {
  cursor: pointer;
}

.mom-video {
  background: linear-gradient(0deg, rgb(75 60 69 / 30%), rgb(97 84 91 / 30%)), url('../images/video-thumbnail.png');
  height: 500px;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 80px;
  border-radius: 25px;
}

.partners {
  margin: 10px 80px;
  text-align: center;
}

.main-site-heading {
  color: rgba(255, 255, 255, 1);
  font-weight: Demi Bold;
  text-align: center;
  font-size: 25px;
}

.sec-site-heading {
  color: #9b9b9b;
  font-size: 18px;
  text-align: center;
}

.section {
  padding: 60px 0;
}

.header-placeholder {
  height: 30rem;
}

.play-button {
  width: 100px;
  height: 100px;
}

.about-heading {
  font-weight: 400;
  font-size: 30px;
  text-align: left;

}
.about-mom-description{
  padding-top: 35px;
  text-align: justify;
}

.about-description {
  color: rgba(111, 111, 111, 1);
  font-weight: Light;
  font-size: 18px;
  opacity: 1;
  text-align: left;
}

.about-us {
  border-top: solid 1px #dedede;
}

.gallery-title {
  color: rgba(13, 12, 10, 1);
  font-family: arial;
  font-weight: Medium;
  font-size: 60px;
  text-align: left;
}

.gallery-heading {
  justify-content: space-between;
  align-items: center;
}

.features-heading .d-flex {
  align-items: baseline;
}

.gallery-item {
  margin: 20px 0;
  width: 100%;
  border-radius: 20px;
  max-height: 425px;
}

.gallery-img {
  overflow: hidden;
}

.content-center {
  background-image: url('../images/cfc-bg.png');
  height: 90vh;
  background-size: cover;
}

.empty-cfc {
  height: 25rem;
  border-bottom: solid 1px rgba(255, 255, 255, 1);
}

.content-center-title {
  color: rgba(255, 255, 255, 1);
  font-weight: Medium;
  font-size: 60px;
  text-align: center;
  margin-top: 55px;
}

.cfc-info {
  color: rgba(255, 255, 255, 1);
  font-weight: Medium;
  font-size: 18px;
  text-align: center;
}

.right-border {
  border-right: solid 1px rgba(255, 255, 255, 1);
}

.content-info {
  width: 48%;
  margin: 0 auto;
}

.owl-nav {
  position: relative;
  top: -16rem;
  display: flex;
  justify-content: space-between;
}

.nav-btn {
  padding: 14px;
  border-radius: 26px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: none;
}

.owl-next {
  right: -65px;
  position: relative;
}

.owl-prev {
  right: 65px;
  position: relative;
}

.count-features {
  color: rgba(112, 72, 209, 1);
  font-weight: Medium;
  font-size: 60px;
  text-align: center;
}

.features-heading {
  color: rgba(13, 12, 10, 1);
  font-weight: Medium;
  font-size: 60px;
  text-align: center;
}

.gallery-item {
  transition: filter 0.3s ease;
}

.gallery-item:hover {
  filter: brightness(1.2);
}

.features-icon {
  height: 40px;
  width: 40px !important;
  margin-right: 10px;
  display: inline-block !important;
  margin-bottom: 10px;
}

.features-info {
  background: rgba(250, 250, 250, 1);
  padding: 70px;
  border-radius: 50px;
}

.right-border-black {
  border-right: solid 1px #000;
}

.btn-features {
  width: 155px;
  height: 49px;
  background: rgba(217, 217, 217, 1);
  left: 0px;
  border: 1px solid rgba(123, 123, 123, 1);
  border-radius: 24px;
  margin: 5px 15px;

}

.btn-container {
  background: rgba(250, 250, 250, 1);
  padding: 20px;
  border-radius: 30px;
  width: 60%;
  margin: 0 auto;
  display: flex;
}

.features {
  text-align: center;
}

.btn-features.active {
  background-color: #7149D2;
  color: #fff;
}

.mom-item {
  border-top: solid 1px #dedede;
}

.mom-padding {
  padding: 30px 10px;
}

.border-bottom {
  border-bottom: solid 1px #dedede;
}

.mom-description {
  color: rgba(111, 111, 111, 1);
  font-weight: Light;
  font-size: 16px;
}

.mom-title {
  font-weight: Medium;
  font-size: 25px;
  text-align: left;
}

.mom-index {
  font-weight: Medium;
  font-size: 24px;
  text-align: left;
}

.mom-image {
  width: 130px;
  height: 130px;
  background: rgba(28, 28, 28, 0.10000000149011612);
  border-radius: 12px;

}

.mom-image:hover {
  transform: rotate(-10deg);
}

.navbar {
  background: #000000ba;
  padding: 18px;
}

.nav-link {
  color: #fff !important;
  background: transparent !important;
}

label {
  color: rgba(0, 0, 0, 1);
  font-weight: Medium;
  font-size: 14px;
  text-align: left;
  margin-bottom: 7px;
}

.contact-item {
  color: rgba(0, 0, 0, 1);
  font-weight: Medium;
  font-size: 20px;
}

.mom-action svg:hover {
  cursor: pointer;
}

#image .owl-stage-outer {
  border-radius: 15px;
}

#image img {
  height: 480px;
  border-radius: 20px;
}


@media (max-width: 1280px) {
  .brand-text,
  .gallery-title,
  .gallery-title,
  .join-project {
    font-size: 44px;
  }

  .owl-nav {
    top: -13rem;
  }

  .owl-next {
    right: -27px;
  }

  .owl-prev {
    right: 27px;
  }
}


@media only screen and (max-width: 768px) {
  .about-us {
    text-align: center;
  }

  .image-container {
    text-align: center;
  }

  .mom-video {
    margin: 30px 0;
  }

  .contact-item {
    margin-top: 10px;
  }

  .empty-cfc {
    height: 100px;
  }

  .content-center {
    height: 600px;
  }

  .content-info {
    width: 100%;
  }

  .partner-logo {
    margin-top: 22px;
  }

  .owl-nav {
    top: -10rem;
  }

  .brand-text,
  .gallery-title,
  .gallery-title,
  .join-project {
    font-size: 30px;
  }

  .about-image {
    width: 200px;
  }

  .mom-padding {
    padding: 0;
    text-align: center !important;
  }

  .mom-item {
    width: 93%;
  }

  .right-border-black {
    border-right: none;
    border-bottom: solid 1px #000;
  }

  .right-border {
    border-right: none;
    border-bottom: solid 1px rgba(255, 255, 255, 1);
  }

  .form-group,
  .contact-item {
    margin-bottom: 10px;
  }

  .owl-nav {
    display: flex;
    justify-content: space-evenly;
  }

  .owl-next {
    left: 90px !important;

  }

  .owl-prev {
    right: 90px !important;
  }

  .navbar-brand,
  .collapse:not(.show) {
    display: block !important;
  }

  .btn-container {
    display: block;
  }

  .content-center-title {
    font-size: 30px;
  }

  .cfc-info {
    font-size: 20px;
  }

  .banner-content {
    width: 80%;
  }

  body {
    overflow-x: hidden;
  }

  .header-placeholder {
    height: 25rem;
  }

  .main-banner {
    height: 626px;
  }
}


@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .header-placeholder {
    height: 25rem;
  }

  .main-banner {
    height: 680px;
  }
}

#videoModal iframe {
  width: 100%;
  height: 400px;
}
.mom-item .fa-circle-play{
  position: relative;
  left: 85px;
  top: 11px;
  z-index: 99999;
  font-size: 30px;
  color: #7149D2;
}

.container.banner-content{
    background: #00000059;
    padding: 25px 0;
    border-radius: 150px;
}
@media screen and (min-device-width: 767px) and (max-device-width: 1300px) { 
   .container.banner-content {
    background: #00000059;
    border-radius: 150px;
    padding-bottom: 10px;
    padding-top: 0px;
}
}
@media screen and (max-width: 767px) {
 .container.banner-content{
    border-radius: 10px;
}
}

@media (max-width: 1450px) {
  .brand-text {
    font-size: 44px;
  }
  .container.banner-content {
    padding: 10px 0 20px 0!important;
}
}

/* Animation Delay */
.delay-1-0s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.delay-2-0s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.delay-0-1s {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.delay-0-2s {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.delay-0-3s {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.delay-0-4s {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.delay-0-5s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.delay-0-6s {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.delay-0-7s {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.delay-0-8s {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.delay-0-9s {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.delay-1-1s {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.delay-1-2s {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.delay-1-3s {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.delay-1-4s {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.delay-1-5s {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.delay-1-6s {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.delay-1-7s {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}

.delay-1-8s {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.delay-1-9s {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}