@import url("https://fonts.googleapis.com/css2?family=Aldrich&family=Lato:wght@300;400;700;900&display=swap");
html {
  scroll-behavior: smooth;
  scroll-padding-top: 65px;
  font-family: "Lato", sans-serif;
}

body {
  font-family: "Lato", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 22px;
}

h6 {
  font-size: 20px;
}

a {
  color: #6c4098;
  text-decoration: none;
}

header .navbar {
  box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.2);
}
header .navbar .navbar-brand img {
  width: 150px;
}
header .nav-link {
  position: relative;
  padding: 15px 0 15px;
  color: #fff;
}
header .nav-link:hover {
  opacity: 1;
}
header .nav-link:hover::before {
  width: 50%;
}
header .nav-link:before {
  transition: 300ms;
  height: 2px;
  content: "";
  position: absolute;
  background-color: #6c4098;
  width: 0%;
  bottom: 10px;
}
header .nav-item.active .nav-link {
  font-weight: 600;
  color: #6c4098;
}
header .nav-item.active .nav-link:before {
  transition: 300ms;
  height: 2px;
  content: "";
  position: absolute;
  background-color: #6c4098;
  width: 50%;
  bottom: 10px;
}

.banner {
  position: relative;
}
@media (max-width: 767px) {
  .banner {
    padding-top: 70px;
  }
}
.banner video {
  object-fit: fill;
}

.carousel-inner video {
  max-height: calc(100vh - 50px);
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.carousel-caption {
  transform: translate(0, 100%);
  background: #6c4098;
  padding-right: 60px;
  bottom: 50%;
  left: 0;
  right: inherit;
  z-index: 1;
}
@media (max-width: 767px) {
  .carousel-caption {
    padding: 10px 20px;
  }
}
.carousel-caption p {
  font-size: 35px;
  text-align: left;
  max-width: 1170px;
  margin-left: 115px;
}
@media (max-width: 767px) {
  .carousel-caption p {
    font-size: 20px;
    margin-left: 20px;
    width: 100%;
    margin-bottom: 0;
  }
}

.section-heading {
  margin-bottom: 25px;
}
.section-heading h1 {
  margin-bottom: 0;
  color: #fff;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.section-heading h1:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 2px;
  background-color: #6c4098;
  left: 0;
  bottom: 0;
}
.section-heading p {
  font-weight: 600;
  font-style: italic;
}

.about {
  padding: 50px 0;
  background: #181617;
  color: #fff;
}
.about img {
  height: auto;
  margin-bottom: 20px;
}

.why-now {
  padding: 50px 0 50px;
}
.why-now .section-heading h1 {
  color: #272b77;
}
.why-now .why-now-card {
  border: 1px solid #d8d5d3;
  border-radius: 15px;
  padding: 24px;
  height: 200px;
}
.why-now .why-now-card h1 {
  font-size: 39px;
  font-weight: bold;
}
.why-now small {
  font-size: 10px;
  margin-bottom: 0;
}

.services {
  padding: 50px 0 50px;
  background-color: #6c4098;
}
.services .section-heading h1:after {
  background-color: #272b77;
}
.services .card {
  cursor: pointer;
  overflow: hidden;
  border: none;
}
@media (max-width: 992px) {
  .services .card {
    margin-bottom: 20px;
  }
}
.services .card .card-body {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 20px;
  border-radius: 0 0 5px 5px;
  text-align: center;
}
.services .card:hover img {
  transform: scale(1.2);
}
.services p {
  color: #fff;
}
.services p.service-text strong {
  color: #fff;
}
.services img {
  width: 100%;
  transition: transform 0.6s;
  border-radius: 5px 5px 5px 5px;
}

.business {
  padding: 50px 0 50px;
  background-color: #000;
}
.business img {
  max-width: 100%;
}
.business .card {
  text-align: center;
  margin-bottom: 30px;
  min-height: 221px;
}
.business .card img {
  object-fit: contain;
}
.business .card h3 {
  font-size: 22px;
  margin-top: 25px;
}

footer {
  min-height: 350px;
  background-color: #dedede;
}
footer h6 {
  font-size: 16px;
}
footer a {
  text-decoration: none;
  color: #fff;
}

.contact {
  background-color: #fff;
  padding-top: 50px;
}
.contact .section-heading h1 {
  color: #6c4098;
}
.contact .section-heading h1:after {
  background-color: #6c4098;
}
.contact h5 {
  color: green;
  font-size: 20px;
}

.call-to-action {
  background-color: #6c4098;
}

.btn-primary {
  background-color: deeppink;
  border-color: deeppink;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: deeppink;
  border-color: deeppink;
}

.faq-main {
  padding-top: 70px;
}
.faq-main .accordion {
  margin-top: 20px;
}

.page-header {
  padding-top: 20px;
}
.page-header h1 {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #272b77;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.page-header h1:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: #6c4098;
  left: 0%;
  bottom: 0;
}

.slick-arrow {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 50%;
  border: none;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 15px;
}
.slick-arrow.slick-prev {
  left: 10px;
}
.slick-arrow.slick-next {
  right: 10px;
}

.nav-brand {
  max-width: 250px;
  position: absolute;
  z-index: 100;
  right: 50px;
  top: 30px;
}
@media (max-width: 767px) {
  .nav-brand {
    max-width: 130px;
    right: 20px;
    top: 15px;
  }
}

.about-slide {
  max-height: 425px;
}
.about-slide img {
  height: 425px;
  object-fit: cover;
}

.second-nav {
  background-color: #f5f3f0;
  height: 50px;
  border-bottom: 1px solid #d8d5d3;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  overflow-y: auto;
}
.second-nav .second-nav-inner {
  display: flex;
  align-items: center;
  height: 100%;
}
.second-nav .second-nav-inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
}
.second-nav .second-nav-inner ul li {
  display: inline-block;
  padding-right: 48px;
  flex: 0 0 auto;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

#myBtn {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Fixed/sticky position */
  bottom: 20px;
  /* Place the button at the bottom of the page */
  right: 30px;
  /* Place the button 30px from the right */
  z-index: 99;
  /* Make sure it does not overlap */
  border: none;
  /* Remove borders */
  outline: none;
  /* Remove outline */
  background-color: deeppink;
  /* Set a background color */
  color: white;
  /* Text color */
  cursor: pointer;
  /* Add a mouse pointer on hover */
  padding: 15px;
  /* Some padding */
  border-radius: 10px;
  /* Rounded corners */
  font-size: 18px;
  /* Increase font size */
}

#myBtn:hover {
  background-color: #555;
  /* Add a dark-grey background on hover */
}

.description {
  font-size: 0.9em;
  text-align: left;
}

.flip-container {
  perspective: 1000px;
  display: inline-block;
}

.flip-container:hover .flipper {
  transform: rotateY(180deg);
  transition: all 1s;
}

.flip-container,
.front,
.back {
  width: 100%;
  height: 312px;
}

.flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}

.front,
.back {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 312px;
  border-radius: 0 0 5px 5px;
}

.front {
  z-index: 2;
  position: relative;
}
.front p {
  padding: 16px;
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 1;
  margin-bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 20px;
  border-radius: 0 0 5px 5px;
  text-align: center;
}
.front img {
  object-fit: cover;
  height: 100%;
}

.back {
  transform: rotateY(180deg);
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.back h1 {
  font-size: 22px;
  font-weight: 600;
}
.back p {
  color: #333;
}

#content {
  text-align: center;
}

.perodic-table {
  display: grid;
  grid-template-columns: repeat(18, 50px);
  grid-gap: 2px;
  border: 1px solid #000;
  padding: 5px;
}

.element {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  background-color: #fff;
  border: 1px solid #ccc;
}

/*# sourceMappingURL=style.css.map */
