@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Urbanist", sans-serif;
}

:root {
  --bs-dark-color: #1a1d20;
  --bs-dark-primary: #1c1c1c;
  --bs-main-color: #fff;
  --bs-primary-color: #c6c6c6;
  --secondary-color: #29a9fd;
  --bs-supporting-color: #c850c0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lexend", sans-serif;
  color: var(--bs-dark-color);
}

h1 {
  font-size: 3.8rem;
}

h2 {
  line-height: 4rem;
  font-weight: 600;
  font-size: 3rem;
}

p {
  margin: 0;
  font-weight: 400;
  font-size: 1rem;
  color: var(--bs-dark-color);
  letter-spacing: 0.07rem;
  line-height: 1.57rem;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}
button,
a {
  font-size: 1.15rem !important;
  letter-spacing: 0.03rem;
  word-spacing: 0.1rem;
}

.common-heading {
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.01rem !important;
}

.common-title {
  margin-bottom: 4.2rem;
}

.common-section {
  padding: 0 0 4rem 0;
}

/* navbar style */
.nav-link {
  color: var(--bs-main-color);
}

.nav-link:hover {
  color: var(--secondary-color);
}

.nav-item {
  margin-left: 20px;
}

.bg-color {
  background-color: var(--bs-dark-primary);
}

.bg-theme {
  color: var(--bs-supporting-color);
  background-image: none !important;
  font-weight: bold;
}

.bg-theme1{
  color: #ced1ef;
}

.bg-theme:hover {
  color: #2899e3;
}

.text-light-grey {
  color: var(--bs-primary-color);
}

/* Hero-section start */

.hero-section .container {
  display: grid;
  place-content: center;
  height: inherit;
}

.bg-main {
  height: 80vh;
  position: relative;
}

.hero-video--section {
  max-width: 100%;
  height: auto;
  width: 30rem;
  border-radius: 1.8rem;
  -webkit-border-radius: 1.8rem;
  -moz-border-radius: 1.8rem;
  -ms-border-radius: 1.8rem;
  -o-border-radius: 1.8rem;
}

/* wave effect */
.custom-shape-divider-bottom-1742135174 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-bottom-1742135174 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 190px;
}

.custom-shape-divider-bottom-1742135174 .shape-fill {
  fill: #ffffff;
}

/* Services Section */

.services-section {
  padding: 6rem 0 3rem 0 !important;
}

.icon-span {
  width: 2.5rem;
  height: 2.5rem;
  background-color: var(--secondary-color);
  color: var(--bs-main-color);
}

.card-box:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}

/* Start Online Mode Section */

.business-section {
  padding-top: 3rem;
}

/* Start Digital Products Page */

.more-info-section {
  background-image: linear-gradient(
      rgba(22, 22, 22, 0.8),
      rgba(22, 22, 22, 0.9)
    ),
    url("./Images/image.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 6rem 0;
  overflow: hidden;

  & .img-section {
    position: relative;

    & img {
      position: absolute;
      width: 70%;
    }
  }
}

/* Card section */

.carousel .card {
  background-color: #262631;
  color: var(--bs-main-color);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.carousel-inner .card p {
  color: var(--bs-main-color);
}

.carousel-inner .card:hover {
  background: var(--bs-main-color);
  color: var(--bs-dark-color);

  & p {
    color: var(--bs-dark-color);
  }
}

.fa-star {
  color: var(--bs-supporting-color);
}

.carousel-indicators {
  bottom: -20%;
}

.carousel-indicators [data-bs-target] {
  width: 0.7rem;
  height: 0.4rem;
  background-color: var(--secondary-color);
}

/* Expert Panel Styling */

.text-grey {
  color: var(--bs-primary-color);
}

.text-light-grey {
  color: var(--bs-primary-color);
}

/* Shape Divider at end */
.contact-section {
  position: relative;
}

.custom-shape-divider-top-1742241560 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-top-1742241560 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 252px;
}

.custom-shape-divider-top-1742241560 .shape-fill {
  fill: #ffffff;
}

/* Contact Section Styling */

.contact-section {
  & .common-title {
    padding-top: 5rem;
  }

  & .form-section {
    width: 50%;
  }
}

/* Footer Section Styling */

.main-footer-section {
  padding: 0 0 4rem 0;
  color: var(--bs-main-color);
}

.contact-div {
  background-color: #222;
}

.icon-div {
  width: 5rem;
  height: 5rem;
}

/* About section Styling */

.about-section {
  padding: 70px 20px;
  background: linear-gradient(to right, #0f2027, #203a43, #2c5364);
  color: white;
  text-align: center;
  animation: fadeIn 1s ease-out;
}

.profile-img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  margin-bottom: 25px;
  transition: transform 0.4s ease;
}

.profile-img:hover {
  transform: scale(1.05);
}

.about-section h1 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: white;
}

.about-section p {
  max-width: 720px;
  margin: 0 auto 30px;
  font-size: 1.1rem;
  line-height: 1.8;
  color: #e0e0e0;
  text-align: center;
}

.social-buttons .btn {
  margin: 10px;
  margin-right: 0px;
  padding: 12px 28px;
  font-size: 1rem;
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
  font-weight: 500;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.btn-insta {
  background: #e1306c;
  color: #fff;
  border: none;
}

.btn-insta:hover {
  background: #fff;
  color: #e1306c;
  transform: scale(1.05);
  /* box-shadow: 0 6px 20px rgba(225, 48, 108, 0.4); */
}

.btn-linkedin {
  background: #0077b5;
  color: #fff;
  border: none;
}

.btn-linkedin:hover {
  background: #fff;
  color: #0077b5;
  transform: scale(1.05);
  /* box-shadow: 0 6px 20px rgba(0, 119, 181, 0.4); */
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* End About section Styling */

/* Media Query for Responsive */

@media screen and (max-width: 1200px) {
  .hero-video--section {
    width: 20rem;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
  }
}

@media screen and (max-width: 998px) {
  .navbar-toggler {
    border-color: var(--bs-main-color);
  }
  .navbar-toggler-icon {
    color: var(--bs-main-color);
    background-color: var(--bs-main-color);
  }

  h1 {
    font-size: 2.4rem;
  }

  section .common-heading {
    font-size: 2rem;
  }

  section .para-width {
    width: auto;
  }

  .hero-section {
    height: 100vh;
  }

  h2 {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }

  .carousel .carousel-indicators {
    bottom: -8%;
  }

  .more-info-section img {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .common-heading {
    font-size: 1.8rem;
  }

  .hero-video--section {
    width: 100%;
    height: auto;
  }

  .more-info-section .img-section img {
    display: none;
  }

  .contact-section .form-section {
    width: 100%;
    padding: 0 1rem;
  }

  .carousel .card {
    padding: 1rem;
  }

  .carousel-indicators {
    bottom: -12%;
  }
}

@media screen and (max-width: 576px) {
  h1 {
    font-size: 1.7rem;
  }

  h2 {
    font-size: 1.4rem;
  }

  p {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }

  .common-heading {
    font-size: 1.5rem;
  }

  .navbar-brand {
    font-size: 1.1rem;
  }

  .hero-section {
    padding: 1rem;
    text-align: center;
  }

  .services-section,
  .business-section,
  .more-info-section,
  .contact-section {
    padding: 2rem 1rem;
  }

  .main-footer-section {
    padding: 2rem 1rem;
    text-align: center;
  }

  .icon-div {
    width: 3.5rem;
    height: 3.5rem;
    margin: auto;
  }
}
