/* Kaif css start */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
/* animation scroll */
@keyframes anim1 {
  0%{
    transform: scale(0);
  }
  100%{
    transform: scale(1.01);
  }

}
@keyframes anim2 {
  0%{
    transform: rotatey(-180deg);
  }
  100%{
    transform: rotatey(0deg);
  }
  
}




.mentor-task{
  display: flex;
  justify-content: space-between;
  animation: anim1 5s ease-in-out;
  animation-timeline: view();
  animation-range: 0px 400px;
}
.sendAnim{
  animation: anim1 3s;
  animation-timeline: view();
  animation-range: 0px 600px;
}

.mentor-task>div>img{
  height: 200px;}
/* animation scroll  */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #ffffff;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-family: "Poppins", sans-serif;
  /* overflow-x: hidden; */
}

/* Styling for the container fluid */
#container-fluid {
  background: url("./assests/Home\ Page.webp");
  height: auto;
  width: 100%;
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;

}

/* Styling for the navigation bar */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1300px;
  margin: auto;
  padding: 18px;
}

.logonav {
  display: flex;
  justify-content: first baseline;
  align-items: center;
}

/* Styling for the logo */
.logo img {
  width: 150px;
  align-items: center;
  display: flex;
}

/* Styling for the navigation items */
.navbar .menu-icon {
  font-size: 24px;
  color: #fff;
  cursor: pointer;
  display: none;
  padding: 10px;
}

.nav-list {
  list-style-type: none;
  margin: 0;
  padding: 0px 80px;
  overflow: hidden;
}

.nav-list li {
  float: left;
}

.nav-list li a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 14px 30px;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.nav-list li a:hover {
  color: #ffffff;
  background-color: #ed7d3d;
  border-radius: 30px;
}



@media (width <=800px) {
  .container-fluid {
    overflow: hidden;
  }
}

@media (max-width: 768px) {
  .navbar .menu-icon {
    display: block;

  }

  .nav-list {
    display: none;
    width: 100%;
    text-align: center;
  }

  .nav-list.show {
    display: block;
  }
}


/* Styling for the login button */
.login>a>button {
  position: relative;
  padding: 10px 20px;
  border-radius: 20px;
  border: 1px solid rgb(255, 255, 255);
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  background: transparent;
  color: #fff;
  overflow: hidden;
  box-shadow: 0 0 0 0 transparent;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.login>a>button:hover {
  background: #ed7d3d;
  box-shadow: 0 0 30px 5px rgba(189, 106, 48, 0.745);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.login>a>button:hover::before {
  -webkit-animation: sh02 0.5s 0s linear;
  -moz-animation: sh02 0.5s 0s linear;
  animation: sh02 0.5s 0s linear;
}

.login>a>button::before {
  content: '';
  display: block;
  width: 0px;
  height: 86%;
  position: absolute;
  top: 7%;
  left: 0%;
  opacity: 0;
  background: #fff;
  box-shadow: 0 0 50px 30px #fff;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

@keyframes sh02 {
  from {
    opacity: 0;
    left: 0%;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
    left: 100%;
  }
}

.login>a>button:active {
  box-shadow: 0 0 0 0 transparent;
  -webkit-transition: box-shadow 0.2s ease-in;
  -moz-transition: box-shadow 0.2s ease-in;
  transition: box-shadow 0.2s ease-in;
}



/* Styling for the header section */
.header {
  text-align: center;
  padding-top: 5vh;
}

.header h1 h2 {
  font-size: 4vw;
  margin-bottom: 1.5vh;
}


.header h1 {
  color: hsl(0, 0%, 100%);
  font-size: 40px;
  font-weight: bold;
  font-family: monospace;
  letter-spacing: 7px;
  cursor: pointer;
  padding-bottom: 20px;
}

.header h2 {
  color: hsl(0, 0%, 100%);
  font-size: 40px;
  font-weight: bold;
  font-family: monospace;
  letter-spacing: 7px;
  cursor: pointer;
  padding-bottom: 40px;
}

.header h2 {
  transition: 0.5s ease-out;
}

.header h2:hover :nth-child(1) {
  margin-right: 5px;
}

.header h2:hover :nth-child(1) {
  margin-left: 30px;
}

.header h2:hover {
  color: #ffffff;
  text-shadow: 0 0 10px #fb8f0b, 0 0 20px #ffd606, 0 0 40px #ff7700;
}

.header p {
  font-size: 1.3vw;
  padding-bottom: 1.5vh;
  letter-spacing: 1px;
}

/* DEMO-SPECIFIC STYLES */
.header h1 {
  color: #fff;
  font-family: monospace;
  overflow: hidden;
  /* Ensures the content is not revealed until the animation */
  border-right: .15em solid orange;
  /* The typewriter cursor */
  white-space: nowrap;
  /* Keeps the content on a single line */
  margin: 0 auto;
  /* Centers the text */
  letter-spacing: .15em;
  /* Adjust as needed */
  animation:
    typing 3.5s steps(30, end),
    blink-caret .5s step-end infinite;
  width: 28ch;
  /* Adjust the width to match the character length */
}

/* The typing effect */
@keyframes typing {
  from {
    width: 0;
  }

  to {
    width: 28ch;
  }
}

/* The typewriter cursor effect */
@keyframes blink-caret {

  from,
  to {
    border-color: transparent;
  }

  50% {
    border-color: orange;
  }
}

.formbold-main-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px;
}

.formbold-form-wrapper {
  margin: 0 auto;
  max-width: 550px;
  width: 100%;
  /* background: rgb(224, 0, 0); */
}

.formbold-form-input {
  width: 100%;
  padding: 13px 22px;
  border-radius: 6px;
  border: 1px solid #DDE3EC;
  background: white;
  font-weight: 500;
  font-size: 16px;
  color: #536387;
  outline: none;
  resize: none;
}

.formbold-form-input:focus {
  border-color: #ffffff;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}

.formbold-email-subscription-form {
  display: flex;
}

.formbold-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  border-radius: 5px;
  padding: 13px 25px;
  border: none;
  font-weight: 500;
  background-color: #ff7700;
  color: white;
  cursor: pointer;
}

.formbold-btn:hover {
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}

.clients {
  background-color: #57a7c2;
  max-width: 100%;
  /* margin: auto; */
  padding: 20px;
  /* border: #ed7d3d solid 1px; */
}

.col-md-2>img {
  width: 200px;
  border-radius: 10px;
}



/* Sliding Css Start */


.tutorial {
  height: auto;
  max-width: 1300px;
  margin: auto;

  justify-content: center;
  align-items: center;
  padding: 20px;

}

.tutorial>h1 {
  text-align: center;
  font-family: system-ui, sans-serif;
  color: black;
  font-size: 35px;

}

.container_slide {
  display: flex;
  overflow: hidden;
  /* border: 2px solid red; */
  height: 180px;
  padding: 15px;
}

.slide {
  display: flex;
  border-radius: 1px solid black;
  gap: 30px;
  /* height: auto; */
  animation: scroll 25s linear infinite;
  animation-delay: calc(25s / -1);
  /* animation: anim1 2s;
  animation-duration: view(); */

}

.slide:nth-child(2) {
  animation: scroll2 25s linear infinite;
  animation-delay: calc(25s / -2);
}

.item {
  width: 170px;
  height: 150px;
  border-radius: 15px;
  box-shadow: rgba(147, 55, 55, 0.192) 0px 0px 15px;
}

@keyframes scroll {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes scroll2 {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-200%);
  }
}


/* Sliding Css End */
 *{
  padding: 0;
  margin: 0;
}

.mentor{
  max-width: 1300px;
  margin: 0 auto;
 }
 
 .mentor-text > h3{
  font-size: 30px;
  font-family:  "Avenir", "Avenir Next", "Segoe UI", Helvetica, Arial, sans-serif;
  color: #0077B5;
 }
 .mentor-text > h1{
  font-size: 50px;
  font-family:  "Avenir", "Avenir Next", "Segoe UI", Helvetica, Arial, sans-serif;
  color: #ff7700;
  font-weight:600;
  margin-bottom: 30px;
 }
 .mentor-text > p{
 
  font-size: 19px;
  font-family:  "Avenir", "Avenir Next", "Segoe UI", Helvetica, Arial, sans-serif;
  color: rgb(0, 0, 0);
  text-align: justify;
  letter-spacing: 2px;
  margin-bottom: 20px;
 }
 .mentor-task img{
  width: 100%;
  border-radius: 10px;
  height: 80%;
  box-sizing: border-box;
  transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
 }
 .mentor-task:hover img{
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  transform: scale(1);
 }
 /* < task mentor end > */

/* start */
 .introduction {
  /* background-color: #ac3131; */
  max-width: 1300px;
  /* padding: 10px; */
  margin: auto;
  padding: 0;
}
.intro{
  box-sizing: border-box;
  padding: 10px;
align-items: center;
}

.intro .row .col-md-6>img {
  width: 100%;
  height: 400px;
  /* border: 2px solid red; */
  box-sizing: border-box;
  transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  animation: anim2 5s ease-in-out;
  animation-timeline: view();
  animation-range: 0px 400px;

}
.col-md-6:hover img{
  /* box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px; */
  box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
  transform: scale(1);

 }

.col-md-6>h1 {
  text-align: center;
  color: rgba(255, 64, 6, 0.821);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin-top: 70px;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 3px;
  justify-content: center;
  margin-bottom: 30px;
 

}

.col-md-6>p {
  text-align: center;
  color: black;
  font-size: 16px;
  letter-spacing: 1px;

}

/* Support */
/* Support */
/* Support */
.contuner {
  max-width: 1300px;
  width: 100%;
  height: 100%;
  margin: auto;
  background: #fff;
  border-radius: 6px;
  padding: 20px 60px 30px 40px;
  box-shadow: 0 5px 10px rgba(102, 81, 81, 0.2);
  /* border: 1px solid black; */
  margin: 80px auto 80px auto;
  /* align-items: center; */
  /* box-sizing: border-box; */
}

.contuner .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px 0px;
}

.contuner .content .left-side {
  width: 25%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  position: relative;
  border
}

.content .left-side::before {
  content: "";
  position: absolute;
  height: 70%;
  width: 2px;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  background: #977a7a;
}

.content .left-side .details {
  margin: 14px;
  text-align: center;
}

.content .left-side .details i {
  font-size: 30px;
  color: #6c4ebf;
  margin-bottom: 10px;
}

.content .left-side .details .topic {
  font-size: 18px;
  font-weight: 500;
}

.content .left-side .details .text-one,
.content .left-side .details .text-two {
  font-size: 14px;
  color: #000000;
}

.contuner .content .right-side {
  width: 75%;
  margin-left: 75px;
}

.content .right-side .topic-text {
  font-size: 23px;
  font-weight: 600;
  color: #5029bc;
}

.right-side .input-box {
  height: 55px;
  width: 100%;
  margin: 12px 0;
}

.right-side .input-box input,
.right-side .input-box textarea {
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  background: #f0f1f8;
  border-radius: 6px;
  color: #000;
  padding: 0 15px;
  resize: none;
}

.right-side .message-box {
  min-height: 110px;
  color: rgb(0, 0, 0);
}

.right-side .input-box textarea {
  padding-top: 6px;
}

.right-side .button {
  display: inline-block;
  margin-top: 12px;
}

.right-side .button input[type="button"] {
  color: #ffffff;
  font-size: 18px;
  outline: none;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  background: #421baf;
  cursor: pointer;
  transition: all 0.3s ease;
}

.button input[type="button"]:hover {
  background: #ff1100;
}

@media (max-width: 950px) {
  .contuner {
    width: 90%;
    padding: 30px 40px 40px 35px;
  }

  .contuner .content .right-side {
    width: 75%;
    margin-left: 55px;
  }
}

@media (max-width: 820px) {
  .contuner {
    margin: 40px 0;
    height: 100%;
  }

  .contuner .content {
    flex-direction: column-reverse;
  }

  .contuner .content .left-side {
    width: 100%;
    flex-direction: row;
    margin-top: 40px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .contuner .content .left-side::before {
    display: none;
  }

  .contuner .content .right-side {
    width: 100%;
    margin-left: 0;
  }
}

/* /// */



/* Kaif css end */


/* kunal css start */



footer {
  /* position: fixed; */
  background: #140B5C;
  width: 100%;
  bottom: 0;
  left: 0;
}

footer::before {
  content: '';
  position: absolute;
  left: 0;
  top: 100px;
  /* height: 1px; */
  width: 100%;
  background: #AFAFB6;
}

footer .content {
  max-width: 1250px;
  margin: auto;
  padding: 30px 40px 40px 40px;
}

footer .content .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
  margin-top: 0px;
}

.logo-details {
  width: 200px;
}

.content .top .logo-details {
  color: #fff;
  font-size: 30px;
}

.content .top .media-icons {
  display: flex;
}

.content .top .media-icons a {
  height: 40px;
  width: 40px;
  margin: 0 8px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 17px;
  text-decoration: none;
  transition: all 0.4s ease;
}

.top .media-icons a:nth-child(1) {
  background: #4267B2;
}

.top .media-icons a:nth-child(1):hover {
  color: #4267B2;
  background: #fff;
}

.top .media-icons a:nth-child(2) {
  background: #1DA1F2;
}

.top .media-icons a:nth-child(2):hover {
  color: #1DA1F2;
  background: #fff;
}

.top .media-icons a:nth-child(3) {
  background: #E1306C;
}

.top .media-icons a:nth-child(3):hover {
  color: #E1306C;
  background: #fff;
}

.top .media-icons a:nth-child(4) {
  background: #0077B5;
}

.top .media-icons a:nth-child(4):hover {
  color: #0077B5;
  background: #fff;
}

.top .media-icons a:nth-child(5) {
  background: #FF0000;
}

.top .media-icons a:nth-child(5):hover {
  color: #FF0000;
  background: #fff;
}

footer .content .link-boxes {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

footer .content .link-boxes .box {
  width: calc(100% / 5 - 10px);
}

.content .link-boxes .box .link_name {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  position: relative;
}

.link-boxes .box .link_name::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 35px;
  background: #fff;
}

.content .link-boxes .box li {
  margin: 6px 0;
  list-style: none;
}

.content .link-boxes .box li a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  opacity: 0.8;
  transition: all 0.4s ease
}

.content .link-boxes .box li a:hover {
  opacity: 1;
  text-decoration: underline;
}

.content .link-boxes .input-box {
  margin-right: 55px;
}

.link-boxes .input-box input {
  height: 40px;
  width: calc(100% + 55px);
  outline: none;
  border: 2px solid #AFAFB6;
  background: transparent;
  border-radius: 4px;
  padding: 0 15px;
  font-size: 15px;
  color: #fff;
  margin-top: 5px;
}

.link-boxes .input-box input::placeholder {
  color: #AFAFB6;
  font-size: 16px;
}

.link-boxes .input-box input[type="button"] {
  background: #000000;
  color: #ffffff;
  border: none;
  font-size: 18px;
  font-weight: 500;
  margin: 4px 0;
  opacity: 0.8;
  cursor: pointer;
  transition: all 0.4s ease;
}

.input-box input[type="button"]:hover {
  opacity: 1;
  background: #ffffff;
  color: #000000;
}

footer .bottom-details {
  width: 100%;
  background: #090338;
}

footer .bottom-details .bottom_text {
  max-width: 1250px;
  margin: auto;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
}

.bottom-details .bottom_text span,
.bottom-details .bottom_text a {
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
  opacity: 0.8;
  text-decoration: none;
}

.bottom-details .bottom_text a:hover {
  opacity: 1;
  text-decoration: underline;
}

.bottom-details .bottom_text a {
  margin-right: 10px;
}

@media (max-width: 900px) {
  footer .content .link-boxes {
    flex-wrap: wrap;
  }

  footer .content .link-boxes .input-box {
    width: 40%;
    margin-top: 10px;
  }
}

@media (max-width: 700px) {
  footer {
    position: relative;
  }

  .content .top .logo-details {
    font-size: 26px;
  }

  .content .top .media-icons a {
    height: 35px;
    width: 35px;
    font-size: 14px;
    line-height: 35px;
  }

  footer .content .link-boxes .box {
    width: calc(100% / 3 - 10px);
  }

  footer .content .link-boxes .input-box {
    width: 60%;
  }

  .bottom-details .bottom_text span,
  .bottom-details .bottom_text a {
    font-size: 12px;
  }
}

@media (max-width: 520px) {
  footer::before {
    top: 145px;
  }

  footer .content .top {
    flex-direction: column;
  }

  .content .top .media-icons {
    margin-top: 16px;
  }

  footer .content .link-boxes .box {
    width: calc(100% / 2 - 10px);
  }

  footer .content .link-boxes .input-box {
    width: 100%;
  }
}

/* kunal csss */

.cards_main {
  margin: 80px 0px;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* min-height: 100vh; */
  background-color: #ffffff;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1400px;
  gap: 50px;
  padding: 20px;
  animation: anim1 5s ease-in-out;
  animation-timeline: view();
  animation-range: 0px 400px;
}
.card{
  animation: anim1 5s ease-in-out;
  animation-timeline: view();
  animation-range: 0px 400px;
}


.card svg {
  width: 100px;
  margin: 0;
  padding: 15px;
}

#card4 img {
  width: 100px;
  padding: 15px;
}

#card6 img {
  /* color: green; */
  width: 100px;
  padding: 15px;
}

.cards_heading h1 {
  padding-left: 50px;
  margin: 5px 0;
  font-size: 65px;
  color: black;
}

.cards_heading h2 {
  padding-left: 50px;
  margin: 0;
  font-size: 40px;
  color: #676767;
}

.cards_main .card {
  background: #421da7;
  border-radius: 20px;
  box-shadow: 0 4px 8px rgb(58, 191, 228);
  padding: 20px;
  width: 400px;
  opacity: 0;
  margin-bottom: 35px;
  transform: translateY(50px);
  transition: opacity 0.3s ease-in, transform 0.3s ease-in, box-shadow 0.3s ease-in-out;
}

.card h2 {
  margin: 10px 10px 20px 15px;
  font-size: 20px;
  font-weight: 750;
  line-height: 30px;
  color: white;
}

.card p {
  font-size: 18px;
  margin: 10px 10px 20px 15px;
  line-height: 32px;
  color: rgb(255, 255, 255);
}

.cards_main .card:hover {
  box-shadow: 0 8px 32px rgb(58, 191, 228);
  transform: translateY(-10px) scale(1.03);
}

.card.visible {
  opacity: 1;
  transform: translateY(0);
}

.animate-on-scroll {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.3s ease-in, transform 01s ease-in;
}

.card.animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive */
/* MOBILE VIEW */
@media (max-width: 767px) {
  .cards {
    flex-direction: column;
    align-items: center;
  }

  .card {
    width: calc(100% - 40px);
  }

  .heading h1,
  .heading h2 {
    padding-left: 20px;
  }
}

/* IPAD VIEW */
@media (min-width: 768px) and (max-width: 1024px) {
  .cards {
    flex-direction: row;
    align-items: flex-start;
  }

  .card {
    width: calc(50% - 40px);
  }

  .heading h1,
  .heading h2 {
    padding-left: 20px;
  }
}

/* Large Screens */
@media (min-width: 1025px) {
  .cards {
    flex-direction: row;
    align-items: flex-start;
  }

  .card {
    width: 320px;
  }
}

/* Responsive of Cards End */

/* Moving Cards */

.moving_container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 80px 0px 80px 0px;
  padding-bottom: 100px;
  gap: 10px;
}

.moving_container .glass {
  position: relative;
  width: 200px;
  height: 250px;
  background: rgb(255, 255, 255);
  border: 1px solid rgba(255, 255, 255, 1);
  box-shadow: 0 25px 25px rgba(58, 191, 228, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.8s;
  border-radius: 15px;
  margin: 0 -45px;
  backdrop-filter: blur(10px);
  transform: rotate(calc(var(--r) * 1deg));
  text-align: center;
}

.moving_container:hover .glass {
  transform: rotate(0deg);
  margin: 0 10px;
}

.moving_container .glass img {
  width: 60px;
  margin-bottom: 10px;
}

.moving_container .glass a {
  margin-bottom: 10px;
  margin-top: 20px;
  color: #444444;
  text-decoration: underline;
  font-size: 18px;
}

.moving_container .glass::before {
  content: attr(data-text);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #140b5c;
  font-size: 20px;
  font-weight: 600;
  border-top: 1px solid black;
}

/* Moving Cards End */

/* Main Conntainer of Moving Card */

.moving_main_container {
  width: 100%;
  margin: 81px 0px;
  padding: 81px 0px;
  background-color: #7b7a7a2a;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.moving_main_container .heading1 h1 {
  width: 100%;
  /* padding: 0px 0px 0px 0px; */
  /* margin: 0px; */
  font-size: 60px;
  font-weight: bolder;
  color: black;

}

.moving_main_container .heading2 h2 {
  width: 100%;
  padding: 50px 0px 10px 0px;
  font-size: 50px;
  color: #df6e0b;
  font-weight: 800;
}

/* Main Conntainer of Moving Card End*/

.integrate_button button {
  padding: 10px 20px;
  border: none;
  font-size: 30px;
  color: #fff;
  border-radius: 7px;
  letter-spacing: 4px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.5s;
  transition-property: box-shadow;
  margin-bottom: 50px;
}

.integrate_button button {
  background: #f6790f;
  box-shadow: 0 0 25px #f6790f;
}

.integrate_button button:hover {
  box-shadow: 0 0 5px #f6790f,
    0 0 25px #f6790f,
    0 0 50px #f6790f,
    0 0 100px #f6790f;
}

.moving_container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 80px 0px;
  gap: 10px;
}

.moving_container .glass {
  position: relative;
  width: 200px;
  height: 250px;
  background: linear-gradient(#fff2, transparent);
  border: 1px solid rgba(255, 255, 255, 1);
  box-shadow: 0 25px 25px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.8s;
  border-radius: 15px;
  margin: 0 -45px;
  backdrop-filter: blur(10px);
  transform: rotate(calc(var(--r) * 1deg));
  text-align: center;
}

.moving_container:hover .glass {
  transform: rotate(0deg);
  margin: 0 10px;
}

.moving_container .glass img {
  width: 60px;
  margin-bottom: 10px;
}

.moving_container .glass a {
  margin-bottom: 10px;
  color: #007bff;
  text-decoration: none;
  font-size: 18px;
}

.moving_container .glass::before {
  content: attr(data-text);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ff0000;
  font-size: 20px;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1400px;
  gap: 50px;
  padding: 20px;
}

.card svg {
  width: 60px;
  margin: 0px;
  padding: 15px;
}

#card4 img {
  width: 60px;
  padding: 15px;
}

#card6 img {
  color: green;
  width: 60px;
  padding: 15px;
}

.heading h1 {
  padding-left: 130px;
  margin: 5px 0px;
  font-size: 58px;
}

.heading h2 {
  padding-left: 130px;
  margin: 0px;
  font-size: 32px;
  color: #727272;
}

.card {
  background: rgba(226, 226, 226, 0.5);
  border-radius: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  padding: 20px;
  width: 320px;
  opacity: 0;
  margin-bottom: 35px;
  transform: translateY(50px);
  transition: opacity 0.3s ease-in, transform 0.3s ease-in, box-shadow 0.3s ease-in-out;
}

.card h2 {
  margin: 10px 10px 20px 15px;
  font-size: 20px;
  font-weight: 750;
  line-height: 30px;
}

.card p {
  font-size: 18px;
  margin: 10px 10px 20px 15px;
  line-height: 25px;
}

.card:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  transform: translateY(-10px) scale(1.03);
}

.card.visible {
  opacity: 1;
  transform: translateY(0);
}

.animate-on-scroll {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.3s ease-in, transform 0.6s ease-in;
}

.card.animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Moving Cards Styles */
.moving_container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0px 0px 0px;
  padding-bottom: 100px;
  gap: 10px;
}

.moving_container .glass {
  position: relative;
  width: 200px;
  height: 250px;
  background: rgb(255, 255, 255);
  border: 1px solid rgba(255, 255, 255, 1);
  box-shadow: 0 25px 25px rgba(58, 191, 228, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  margin: 0 -45px;
  backdrop-filter: blur(10px);
  text-align: center;
}

.moving_container:hover .glass {
  margin: 0 10px;
}

.moving_container .glass img {
  width: 60px;
  margin-bottom: 10px;
}

.moving_container .glass a {
  margin-bottom: 10px;
  margin-top: 20px;
  color: #444444;
  text-decoration: underline;
  font-size: 18px;
}

.moving_container .glass::before {
  content: attr(data-text);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #140b5c;
  font-size: 20px;
  font-weight: 600;
  border-top: 1px solid black;
}

/* Main Container of Moving Card */
.moving_main_container {
  width: 100%;
  margin: 0px;
  padding: 0px;
  background-color: #7b7a7a2a;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.moving_main_container .heading1 h1 {
  width: 100%;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  font-size: 60px;
  font-weight: bolder;
  color: black;
}

.moving_main_container .heading2 h2 {
  width: 100%;
  padding: 50px 0px 10px 0px;
  font-size: 50px;
  color: #df6e0b;
  font-weight: 800;
}

/* Integrate Button */
.integrate_button button {
  padding: 10px 20px;
  border: none;
  font-size: 30px;
  color: #fff;
  border-radius: 7px;
  letter-spacing: 4px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.5s;
  transition-property: box-shadow;
  margin-bottom: 50px;
  background: #f6790f;
}

.integrate_button button:hover {
  box-shadow: 0 0 5px #f6790f,
    0 0 25px #f6790f,
    0 0 50px #f6790f,
    0 0 100px #f6790f;
}

/* Responsive Styles */
@media (max-width: 768px) {

  .moving_main_container .heading1 h1,
  .moving_main_container .heading2 h2 {
    text-align: center;
  }

  .moving_container {
    flex-wrap: wrap;
  }

  .moving_container .glass {
    margin: 10px;
    width: calc(33.333% - 20px);
  }

  .integrate_button {
    text-align: center;
  }
}

@media (max-width: 480px) {

  .moving_main_container .heading1 h1,
  .moving_main_container .heading2 h2 {
    text-align: center;
  }

  .moving_container {
    flex-wrap: wrap;
  }

  .moving_container .glass {
    margin: 10px;
    width: calc(50% - 20px);
  }

  .integrate_button {
    text-align: center;
  }
}