body {
  font-family: "DM Sans" !important;
  position: relative;
}

.whatsapp-icon {
  position: absolute;
  z-index: 100;
}

p {
  font-size: 18px;
  line-height: 1.8;
}

ul {
  list-style-type: none;
}

header {
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.head-small {
  color: #3C3E40;
  margin: 0;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}

.heading-text {
  font-size: 40px;
  color: #35357E;
  font-weight: 600;
  text-align: center;
}

.message-text {
  color: #35357E;
  text-transform: uppercase;
  font-weight: 800;
}

.primary-btn {
  color: #fff;
  background: #7274DB;
  border: 1px solid #7274DB;
  padding: 8px 15px;
  font-size: 16px;
  border-radius: 40px;
  text-decoration: unset;
}

.primary-btn:hover {
  background: #474996;
  transition: 0.4s linear !important;
  border: 1px solid #474996;
}

form .primary-btn-2 {
  color: #fff;
  background: #f9a825;
  border: 1px solid #f9a825;
  padding: 8px 25px;
  font-size: 14px;
  border-radius: 40px;
}

.primary-btn-2:hover {
  background: #474996;
  transition: 0.4s linear !important;
  border: 1px solid #474996;
}

.secondary-btn {
  color: #4d4d4d;
  background: #F6F6F6;
  border: none;
  padding: 8px 20px;
  font-size: 14px;
  border-radius: 20px;
  border: 1px solid #f6f6f6;
  margin-left: 10px;
}

.secondary-btn:hover {
  background: transparent;
  border: 1px solid #f6f6f6;
  transition: 0.4s linear !important;
  color: #fff;
}

/* toggle btn*/

.toggle {
  position: relative;
  width: 50px;
  height: 35px;
  background: #fff;
  border: 0 !important;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
}

.toggle span {
  position: absolute;
  width: 40px;
  height: 3px;
  background: #f9a825;
  border-radius: 10px;
  transition: 0.5s;
}

.toggle span:nth-child(1) {
  transform: translateY(-12px);
  width: 25px;
  left: 15px;
}

.toggle.active span:nth-child(1) {
  width: 30px;
  transform: translateY(0) rotate(45deg);
  transition-delay: 0.125s;
}

.toggle span:nth-child(2) {
  transform: translateY(12px);
  width: 15px;
  left: 15px;
}

.toggle.active span:nth-child(2) {
  width: 30px;
  transform: translateY(0) rotate(315deg);
  transition-delay: 0.25s;
}

.toggle.active span:nth-child(3) {
  transform: translateX(60px);
}

/* navbar section */

.navbar-nav a {
  color: #202020;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 20px;
  margin: 0 5px;
  position: relative;
  display: inline-block;
  transition: all 0.3s ease;
}

.navbar-nav a:hover {
  transform: translateY(-3px);
}

.maayan-logo {
  width: 220px;
  border-right: 1px solid #4d4d4d3b;
  padding: 10px;
}

.navbar-nav a::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #f9a825;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.3s ease;
}

.navbar-nav a:hover::before {
  transform: scaleY(1);
}

.navbar-nav {
  justify-content: center;
  width: 85%;
  margin: 0 auto;
  gap: 20px;
}


.nav-link {
  font-weight: 500 !important;
}

.nav-link.active {
  color: #35357E !important;
  font-weight: 500 !important;
}

.nav-link:hover {
  color: #35357E !important;
}

.top_header {
  background-color: #35357E;
  color: white;
  padding: 6px;
}

.socialmedia_icons {
  text-align: end;
}

.socialmedia_icons i {
  gap: 15px;
  padding: 0px 4px;
  font-size: 18px;
}

.scroll_text {
  font-size: 16px;
  margin: 0;
  padding: 0;
}

.blink-soft {
  animation: blinker 1s step-end infinite;
  background-color: #f9a825;
  padding: 5px;
  color: white;
  text-decoration: none;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

/* home page section starts*/

/* banner-section */

.banner-video {
  position: relative;
  background-color: black;
  height: 70vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.banner-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.banner-video .container {
  position: relative;
  z-index: 2;
}

.banner-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #060606;
  opacity: 0.7;
  z-index: 1;
}

.banner-heading {
  color: white;
  font-size: 65px;
  font-weight: 550;
  line-height: 1.1;
  margin: 0px 0px 20px 0px;
}

.bi-calendar3::before {
  margin-bottom: 2px;
  margin-right: 7px;
  font-size: 16px;
  font-weight: 800;
}

.primary-btn i {
  font-size: 16px;
}

.secondary-btn i {
  font-size: 14px;
}

.fa-square-x-twitter {
  --fa: "\e61a";
}

/* salesforce course */

.flip-box-header {
  width: 50%;
  padding-left: 20px;
}

.card-1 {
  background-color: #ffeed1 !important;
  border: none !important;
  border-radius: 10px !important;
  background-image: url(assets/home/admin-course.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px !important;
  background-position: center;
  height: 350px !important;
  cursor: pointer;
}

.card-01 {
  background-color: #ffe0ac !important;
  border: none !important;
  border-radius: 10px !important;
  background-image: url(assets/home/admin-course.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px !important;
  background-position: center;
  height: 350px !important;
  cursor: pointer;
}

.card-2 {
  background-color: #ffeed1 !important;
  border: none !important;
  border-radius: 10px !important;
  background-image: url(assets/home/dev\ course.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px !important;
  background-position: center;
  height: 350px !important;
  cursor: pointer;
}

.card-02 {
  background-color: #ffe0ac !important;
  border: none !important;
  border-radius: 10px !important;
  background-image: url(assets/home/dev\ course.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px !important;
  background-position: center;
  height: 350px !important;
  cursor: pointer;
}

.inner .heading-icon {
  background: #FDC464;
  padding: 15px 20px;
  border-radius: 10px;
  color: #202020;
  font-size: 30px;
}

.bi-person-lines-fill::before {
  margin-bottom: 2px;
}

.bi-laptop::before {
  margin-bottom: 2px;
}

.cource-card-text {
  width: 60%;
  padding: 20px 0;
  line-height: 1.8;
  font-size: 17px;
  margin: 0;
}

.cource-link {
  color: #35357E !important;
}

.flip-box p {
  text-align: left;
}

.offline-icon {
  background: #7274DB;
  color: #fff;
  padding: 7px;
  border-radius: 5px;
}

.online-icon {
  border: 1px solid #4d4d4d;
  color: #4d4d4d;
  padding: 7px;
  border-radius: 6px;
}

.online-icon:active {
  background: #7274DB !important;
  color: #fff;
  padding: 7px;
  border-radius: 5px;
}

.tablinks .online-icon:active {
  background: #7274DB;
  color: #fff;
  padding: 7px;
  border-radius: 5px;
}

.online-icon:focus {
  background: #7274DB;
  color: #fff;
  padding: 7px;
  border-radius: 5px;
}

.tap-section {
  align-items: center;
  align-self: center;
  align-content: center;
  position: relative;
}

.tap-section a {
  text-decoration: none;
  color: #202020;
  font-size: 16px;
}

.tap-section .active {
  text-decoration: none;
  color: #7274DB;
  font-size: 18px;
}

.close-cost {
  font-size: 15px;
  background: #FDC464;
  padding: 8px 10px;
  border-radius: 30px;
}

.pricing-text {
  display: flex;
  align-items: center;
  margin: 10px;
}

.cource-footer {
  line-height: 1.8;
  text-align: left;
}

.cource-footer a {
  text-decoration: none;
  color: #202020;
  display: block;
  font-weight: 500;
}

.cource-footer .bi-stopwatch {
  font-size: 24px;
  padding-right: 10px;
}

.bi-calendar-week {
  font-size: 19px;
  padding-right: 10px;
}

.bi-calendar-week::before {
  margin-left: 3px;
  font-size: 18px;
}

.tab {
  border-bottom: 1px solid #4d4d4d52;
  padding: 0;
}

.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
  padding: 5px 0;
}

.tab button.active {
  padding: 5px 0;
  border-bottom: 2px solid #7E85E8;
}

.tabcontent {
  display: none;
}

.tablinks .offline-icon,
.tablinks .online-icon {
  margin-right: 10px;
}

.close-cost {
  font-size: 17px;
  background: #FDC464;
  padding: 8px 15px;
  border-radius: 30px;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  color: #202020;
}

.pricing-text {
  display: flex;
  align-items: center;
  margin: 10px;
}

.card-1 h5,
.card-2 h5 {
  font-size: 16px;
  text-align: left;
}

.box-item {
  position: relative;
  -webkit-backface-visibility: hidden;
}

.text-center {
  text-align: center;
}

.color-white {
  color: #fff;
}

.box-container {
  align-items: center;
  display: flex;
  justify-content: space-around;
  padding: 35px 15px;
  width: 100%;
}

.flip-box {
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}

.flip-box-front,
.flip-box-back {
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  min-height: 475px;
  -ms-transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
  transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
  -webkit-transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-front {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-front {
  -ms-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box-back .primary-btn {
  padding: 6px 15px;
  font-size: 15px !important;
}

.flip-box:hover .flip-box-back {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box .inner {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 30px;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;
  transform: translateY(-50%) translateZ(60px) scale(.94);
  -webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
  -ms-transform: translateY(-50%) translateZ(60px) scale(.94);
  top: 50%;
}

.flip-box-img {
  margin-top: 25px;
}

.flip-box-button {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  margin-top: 25px;
  padding: 15px 20px;
  text-transform: uppercase;
}

/* key feauture section starts*/

.key-feauture-section {
  background-image: url(assets/home/keyfeature.svg);
  background-repeat: no-repeat;
  background-size: cover;
  /* height: 650px; */
  position: relative;
}

.key-feauture-section .feature-heading {
  padding-top: 70px;
}

.feauture-bgm-line {
  position: relative;
}

.feature-line img {
  width: 100%;
  position: absolute;
  top: 70px;
}

.unique-girl {
  bottom: 0;
  width: 330px;
  position: absolute;

}

.uniqness-placement-icons {
  justify-content: flex-end;
}

.uniqueness-icon {
  margin: 40px 0;
  align-items: center;
}

.uniqueness-icon img {
  background-color: #6269CF !important;
  padding: 20px 20px;
  border-radius: 10px;
  width: 85px;
  height: 85px;
}

.uniqueness-icon h3 {
  color: white;
  font-size: 24px;
  font-weight: 700;
}

.uniqness-small-text {
  font-size: 16px;
  font-weight: 400;
}

/* learn salesforce sectioin starts*/

.learn-salesforce-card img {
  background: #F5F6FF;
}

.learn-salesforce-card p {
  background: #7E85E8;
  padding: 10px;
}

.card-bgm {
  border: none !important;
  background-color: #F5F6FF !important;
  text-align: center;
  border-radius: 8px;
}

.btn-text {
  border: none !important;
  background-color: #7E85E8 !important;
  color: #fff !important;
  font-weight: 600;
  font-size: 18px;
  border-radius: 0 0 8px 8px !important;
}

/* Achievment */

.carousel-main-sec {
  background-image: url(assets/home/achievers-bgm.jpg);
  /* padding-top: 50px; */
  background-repeat: no-repeat;
  background-size: cover;
}

.carousel-main-sec .slider {
  position: relative;
  width: 100%;
  height: 65vh;
  overflow: hidden;
}

.carousel-main-sec h2 {
  font-size: 35px;
  font-weight: 600;
}

.carousel-main-sec ul {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.carousel-main-sec ul li {
  list-style: none;
  margin-bottom: 15px;
}

.carousel-main-sec ul li input {
  position: relative;
  z-index: 1000;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  cursor: pointer;
  z-index: 999;
}

.carousel-main-sec ul li .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.carousel-main-sec ul li .slide .left {
  position: absolute;
  width: 50%;
  height: 100%;
  background: #fff;
}

.carousel-main-sec ul li .slide .right {
  position: absolute;
  width: 50%;
  height: 100%;
  background: #ffffffe8;
}

.carousel-main-sec ul li .slide .left.left-face {
  left: 0;
  transition: transform 1s;
  transform-origin: bottom;
  transform: rotateX(90deg);
}

.carousel-main-sec ul li .slide .left.left-face img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}

.carousel-main-sec ul li .slide .right.right-face {
  right: 0;
  transition: transform 1s;
  transform-origin: top;
  /* padding: 80px; */
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotateX(90deg);
}

.carousel-main-sec ul li input[type="radio"]:checked~.slide .left.left-face {
  transform: rotateX(0deg);
  transition: transform 1s;
  transform-origin: top;
}

.carousel-main-sec ul li input[type="radio"]:checked~.slide .right.right-face {
  transform: rotateX(0deg);
  transition: transform 1s;
  transform-origin: bottom;
}

/* footer */

.bi-caret-right-fill::before {
  margin-bottom: 2px;
}

.footer-bgm {
  /* background: #F8F8F8; */
  font-size: 15px;
}

.footer-heading {
  font-size: 22px;
  color: #35357E;
  font-weight: 700;
  position: relative;
  line-height: 2;
}

.footer-heading:before {
  content: "";
  position: absolute;
  width: 156px;
  height: 0.5px;
  background: #3434346b;
  bottom: -4px;
}

.footer-heading:after {
  content: "";
  position: absolute;
  background: #f9a825;
  width: 42px;
  height: 3px;
  bottom: -5px;
  left: 0;
}

.footer-bgm ul li a {
  font-size: 16px;
  color: #202020;
  text-decoration: none;
  font-weight: 500;
}


.footer-bgm p {
  font-weight: 500;
}

.footer-bgm ul li a:hover {
  font-size: 16px;
  color: #35357E !important;
  text-decoration: none;
  font-weight: 500;
}

.footer-bgm .bi-caret-right-fill {
  padding-right: 5px;
  color: #9b9b9b;
}

.footer-bgm p {
  font-size: 16px;
}

.bi-clock::before {
  margin-bottom: 1px;
  margin-right: 10px;
  font-size: 16px;
}

.bi-envelope::before {
  margin-bottom: 1px;
  margin-right: 10px;
  font-size: 17px;
  font-weight: 800;
}

.bi-telephone::before {
  margin-bottom: 1px;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 800;
}


.footer-socialmedia-icons i {
  font-size: 21px;
  color: #4d4d4d;
  letter-spacing: 2.8px;
}

/* quick links */

.quicklinks a {
  color: #202020;
  font-size: 16px;
  text-decoration: none;
  /* padding: 10px 20px; */
  /* margin: 0 5px; */
  position: relative;
  display: inline-block;
  transition: all 0.3s ease;
}

.quicklinks a:hover {
  transform: translateY(-3px);
}

.quicklinks a::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #f9a825;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.3s ease;
}

.quicklinks a:hover::before {
  transform: scaleY(1);
}


/* footer icons */
ul {
  list-style: none;
}

.footer-social-icon {
  display: flex;
  gap: 10px;
  padding: 10px 0 !important;
}

.footer-social-icon .icon-content {
  /* margin: 0 10px; */
  position: relative;
}

.footer-social-icon .icon-content .tooltip {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  padding: 6px 10px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  font-size: 14px;
  transition: all 0.3s ease;
}

.footer-social-icon .icon-content:hover .tooltip {
  opacity: 1;
  visibility: visible;
  top: -50px;
}

.footer-social-icon .icon-content a {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #4d4d4d;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  border: 1px solid #4d4d4d53;

}

.footer-social-icon .icon-content a:hover {
  color: white !important;
}

.footer-social-icon .icon-content a:hover {
  box-shadow: 3px 2px 45px 0px rgb(0 0 0 / 12%);
}

.footer-social-icon .icon-content a svg {
  position: relative;
  z-index: 1;
  width: 18px;
  height: 18px;
}

.footer-social-icon .icon-content a:hover {
  color: white;
}

.footer-social-icon .icon-content a .filled {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #000;
  transition: all 0.3s ease-in-out;
}

.footer-social-icon .icon-content a:hover .filled {
  height: 100%;
}

.footer-social-icon .icon-content a[data-social="linkedin"] .filled,
.footer-social-icon .icon-content a[data-social="linkedin"]~.tooltip {
  background-color: #0274b3;
}

.footer-social-icon .icon-content a[data-social="facebook"] .filled,
.footer-social-icon .icon-content a[data-social="facebook"]~.tooltip {
  background-color: #1877f2;
}

.footer-social-icon .icon-content a[data-social="instagram"] .filled,
.footer-social-icon .icon-content a[data-social="instagram"]~.tooltip {
  background: linear-gradient(45deg,
      #405de6,
      #5b51db,
      #b33ab4,
      #c135b4,
      #e1306c,
      #fd1f1f);
}

.footer-social-icon .icon-content a[data-social="youtube"] .filled,
.footer-social-icon .icon-content a[data-social="youtube"]~.tooltip {
  background-color: #ff0000;
}


/* home page end */

/* about individual page */

.about-banner {
  background-image: url(assets/about/about-us.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0;
  align-content: center;
  background-position: center;
  position: relative;
}

.about-banner::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(19, 15, 64, 0.8);
}


/* about */

.about-banner a {
  color: white;
  text-decoration: none;
}

.about-img-right {
  border-radius: 10px;
}

.secondary-heading {
  color: #35357E;
  font-size: 24px;
  font-weight: 600;
}

.text-pargh {
  font-size: 18px;
  line-height: 1.8;
}

.fa-circle-check:before {
  color: #41A822 !important;
  font-size: 18px;
}

.tick-icon {
  width: 18px;
  margin-top: 3px;
}

.tick-par {
  padding: 0 10px;
  font-size: 17px;
  margin-bottom: 5px;
}

.banner-content {
  position: relative;
}


/* achieve */

.about-video {
  width: 620px !important;
  border-radius: 15px;
  position: absolute;
  left: 12px;
  bottom: 10px;
  top: 0px;
}

.achievers {
  background-color: #35357e08;
}

.acievers-next-icon {
  background: #7274DB !important;
  border-radius: 27px !important;
  padding: 8px !important;
  align-self: center !important;
  width: 35px !important;
  height: 35px !important;
}


.d-flex-content-img {
  display: flex;
  /* justify-content: space-between; */
  justify-content: space-evenly;
  /* justify-content: flex-end; */
  gap: 10px;
}

.bgm-achieve {
  background-image: url(assets/about/achievers-bgm.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  align-content: center;
  position: relative;
  /* height: 50vh; */
  padding: 50px;
}

.achieve-bgm-clr {
  background: #EFB259;
  height: 320px;
  position: relative;
  border-radius: 10px;
  width: 550px;
}

.achieve-bgm-video {
  width: 550px;
  text-align: center;
  align-content: center;
  align-items: center;
  align-self: center;
  /* position: absolute; */
  /* bottom: 0; */
  /* margin: 0 auto; */
  /* padding: 10px; */
  border-radius: 20px;
  background: #EFB259;
  padding: 10px;

}

.border-style {
  border-style: dashed;
  text-align: center;
  border-radius: 20px;
  background: #EFB259;
  border: 0 !important;
  height: 360px;
  width: 620px;
  position: relative;
}

.achiever-video {
  margin-left: -18px;
  margin-top: 10px;
}

.achieve-arrow {
  /* justify-self: center; */
  position: absolute;
  right: 55%;
  bottom: 10px;
  z-index: -1;
}

.prev-achivers {
  background-color: #35357E;
  border-radius: 50px;
}

.next-achivers {
  background-color: #35357E;
  border-radius: 50px;
}


/* testimonial */
.testimonial {
  background-image: url(assets/tes-bgm.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /* height: 600px; */
  align-content: center;
}

.fa-solid,
.fa-star {
  font-size: 14px !important;
}

.test-1 {
  background-color: #F4D49D;
  border-radius: 10px;
  padding: 25px;
  height: 280px;
  align-content: center;
}

.test-1 .arrow {
  top: 73%;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #f4d49d;
  margin: 0;
  position: absolute;
  left: 25px;
}

.test-2 {
  background-color: #9AA0F1;
  border-radius: 10px;
  padding: 25px;
  height: 280px;
  align-content: center;
}

.test-2 .arrow {
  top: 73%;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #9AA0F1;
  margin: 0;
  position: absolute;
  left: 25px;
}

.blockquote-text {
  font-size: 16px;
  margin: 0;
}

.fa-solid:before {
  color: #FFBF10;
}

/* .carousel-control-next,
.carousel-control-prev {
  width: 3% !important;
} */

/* carosal */

.slide-container {
  /* max-width: 1120px; */
  width: 100%;
  padding: 40px 0;
}

.slide-content {
  margin: 0 40px;
  overflow: hidden;
  border-radius: 25px;
}

.card {
  border-radius: 25px;
  background-color: #FFF;
}

.image-content,
.card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 14px;
}

.image-content {
  position: relative;
  row-gap: 5px;
  padding: 25px 0;
}

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #4070F4;
  /* border-radius: 25px 25px 0 25px; */
}

.overlay::before,
.overlay::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -40px;
  height: 40px;
  width: 40px;
  background-color: #4070F4;
}

.overlay::after {
  border-radius: 0 25px 0 0;
  background-color: #FFF;
}

.card-image {
  position: relative;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background: #FFF;
  padding: 3px;
}

.card-image .card-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #4070F4;
}

.name {
  font-size: 18px;
  font-weight: 500;
  color: #333;
}

.description {
  font-size: 14px;
  color: #707070;
  text-align: center;
}

.button {
  border: none;
  font-size: 16px;
  color: #FFF;
  padding: 8px 16px;
  background-color: #4070F4;
  border-radius: 6px;
  margin: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.button:hover {
  background: #265DF2;
}

.swiper-navBtn {
  color: #6E93f7;
  transition: color 0.3s ease;
}

.swiper-navBtn:hover {
  color: #4070F4;
}

.swiper-navBtn::before,
.swiper-navBtn::after {
  font-size: 38px;
}

.swiper-button-next {
  right: 0;
  top: 38% !important;
}

.swiper-button-prev {
  left: 0;
  top: 38% !important;
}

.swiper-button-prev:after {
  font-size: 20px !important;
  background: red;
  padding: 10px 15px;
  border-radius: 8px;
}

.swiper-pagination-bullet {
  background-color: #6E93f7;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #4070F4;
}


/* discount-form */

.discount-form {
  background-image: url(assets/about/keyfeature.svg);
  background-repeat: no-repeat;
  background-size: cover;
  /* height: 600px; */
  position: relative;
  align-content: center;
  width: 100% !important;
}

.dicount-details {
  position: absolute;
  width: 100% !important;
}

.discount-img {
  position: absolute;
  bottom: 0;
  right: 0;
}

.submit-btn {
  color: #202020;
  padding: 10px 35px;
  background: #fff;
  border-radius: 28px;
  text-decoration: none;
}

.form-input {
  border: none;
  padding: 10px 15px;
  border-radius: 6px;
  color: #4d4d4d;
  margin-bottom: 13px;
  font-size: 14px;
}


/* courses individual page*/

.courses-banner {
  background-image: url(assets/courses/course-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0;
  align-content: center;
  background-position: center;
  position: relative;
}

.courses-banner::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(19, 15, 64, 0.8);
}

.courses-banner a {
  color: white;
  text-decoration: none;
}

.card-courses-section {
  border: none !important;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 0 0 10px 10px;
}

.card-courses-section ul li {
  font-size: 18px;
}

.courses-title {
  text-align: center;
  border-radius: 6px;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 2px solid #7274db75;
  padding: 10px;
  font-size: 26px;
}

.sal-expand-collapse {
  width: 100% !important;
  background-color: #7274db !important;
  border: none !important;
  border-radius: 10px 10px 0 0 !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  padding: 16px !important;
}

.sal-expand-collapse-1 {
  width: 100% !important;
  background-color: #7274db !important;
  border: none !important;
  border-radius: 10px 10px 0 0 !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  padding: 16px !important;
}

.text-sec {
  font-size: 16px;
  line-height: 1.8;
}

.syllabus-course {
  text-align: center;
  background-color: #F0F0FF;
  align-content: center;
  border-radius: 20px;
}

.icon-side-panel {
  padding-right: 10px;
}

.course-section-content {
  line-height: 1.8;
  font-size: 16px;
}

.course-section-content i {
  font-size: 18px;
}

.bi-headset::before {
  margin-bottom: 2px;
}

.bi-stopwatch::before {
  margin-bottom: 2px;
}

.bi-stopwatch::before {
  margin-bottom: 2px;
}

.with-chevron[aria-expanded='true'] i {
  display: block;
  transform: rotate(180deg) !important;
}

.bi-arrow-up-right-circle-fill::before {
  margin-bottom: 2px;
  color: #7274DB;
}

.courses-ind-page hr {
  border: 1px solid #4d4d4d61;
}


/* sucess-stories */

.success-ind-page .success-card {
  margin-bottom: 25px;
  border-radius: 15px;
  box-shadow: rgba(149, 157, 165, 0.2) 3px 3px 24px;
  background-color: white !important;
  /* justify-content: space-evenly; */
  justify-content: space-between;
}

.success-card .stories-img {
  width: 160px !important;
}

.success-ind-page img {
  border-radius: 10px;
}

.success-ind-page h4 {
  color: #35357E;
  font-size: 30px;
  font-weight: 600;
}

.sal-certification {
  padding: 15px;
  text-align: center;
  border: 1px solid #35357e !important;
  cursor: pointer;
  margin: 0;
}

.sal-certification .card-title {
  margin: 0;
}

/* gallery individual page*/

.gallery-banner {
  background-image: url(assets/gallery/gallery-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0;
  align-content: center;
  background-position: center;
  position: relative;
}

.gallery-banner::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(19, 15, 64, 0.8);
}

.gallery-banner a {
  color: white;
  text-decoration: none;
}

.gallery-ind-page .gallery {
  columns: 3;
  column-gap: 1.5rem;
  width: 100%;
}

.gallery-ind-page .gallery-item {
  break-inside: avoid;
  margin-bottom: 1.5rem;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.8s ease forwards;
  animation-delay: calc(var(--delay) * 0.2s);
  cursor: pointer;
}

.gallery-ind-page .gallery-item:hover .overlay {
  opacity: 1;
  transform: translateY(0);
}

.gallery-ind-page .gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.gallery-ind-page .gallery-item:hover img {
  transform: scale(1.05);
}

.gallery-ind-page .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgb(114 116 219), transparent);
  padding: 2rem 1.5rem;
  color: white;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
  align-content: end;
}

.gallery-ind-page .overlay h2 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.gallery-ind-page .overlay p {
  font-size: 0.9rem;
  line-height: 1.4;
  opacity: 0.9;
}

.gallery-ind-page .photo-credit {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: white;
  font-size: 0.8rem;
  opacity: 0.8;
  text-decoration: none;
}

.gallery-ind-page .photo-credit:hover {
  opacity: 1;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.gallery-ind-page .scroll-indicator {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  background: #00A89D;
  z-index: 1000;
  transition: width 0.3s ease;
}


/* registration individual page*/

.registraion-banner {
  background-image: url(assets/registration/registration-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0;
  align-content: center;
  background-position: center;
  position: relative;
}

.registraion-banner::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(19, 15, 64, 0.8);
}

.registraion-banner a {
  color: white;
  text-decoration: none;
}

.registration {
  background: #7274db0d;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

form .primary-btn {
  color: #fff;
  background: #7274DB;
  border: 1px solid #7274DB;
  padding: 10px 40px;
  font-size: 16px;
  border-radius: 40px;
}

form .primary-btn:hover {
  background: #474996;
  transition: 0.4s linear !important;
  border: 1px solid #474996;
  color: #fff;
}

form .primary-btn-2:hover {
  background: #ffb43b;
  transition: 0.4s linear !important;
  border: 1px solid #ffb43b;
  color: #fff;
}

.registration select,
.registration input {
  border: 1px solid #7274db54;
  padding: 8px !important;
}


/* connect individual page */

.connect-banner {
  background-image: url(assets/connect/connect-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0;
  align-content: center;
  background-position: center;
  position: relative;
}

.connect-banner::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(19, 15, 64, 0.8);
}

.connect-banner a {
  color: white;
  text-decoration: none;
}


.contact-info {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.contact-info-icon {
  margin-bottom: 15px;
}

.contact-info-item {
  background: #35357e;
  padding: 30px 0px;
}

.contact-page-sec .contact-page-form h2 {
  color: #071c34;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 700;
}

.contact-page-form .col-md-6.col-sm-6.col-xs-12 {
  padding-left: 0;
}

.contact-page-form.contact-form input {
  margin-bottom: 5px;
}

.contact-page-form.contact-form textarea {
  height: 110px;
}

.contact-page-form.contact-form input[type="submit"] {
  background: #071c34;
  width: 150px;
  border-color: #071c34;
}

.contact-info-icon i {
  font-size: 48px;
  color: #f9a825;
}

.contact-info-text p {
  margin-bottom: 0px;
}

.contact-info-text h2 {
  color: #fff;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
}

.contact-info-text span {
  color: #f1f1f1;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  width: 100%;
  padding: 0 10px;
}

/* contact-form on connect */
.inf-int {
  display: flex;
  flex-direction: column;
}

.inf-int input,
.inf-int textarea,
.inf-int select {
  border: 1px solid #7274db54;
  padding: 8px;
  border-radius: 5px;
}


.inf-int {
  color: #4d4d4d;
  font-size: 15px;
}

.form-bgm {
  background: #7274db0d;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

/* whatsapp-icon */
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 50px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.bi-whatsapp::before {
  margin-top: 14px;
  margin-left: 4px;
}


/* success stories indiv start */

.success-stories-banner {
  background-image: url(assets/success-stories/success-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0;
  align-content: center;
  background-position: center;
  position: relative;
}

.success-stories-banner::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(19, 15, 64, 0.8);
}

.success-stories-banner a {
  color: white;
  text-decoration: none;
}

.success-stories-section {
  justify-items: center;
  background: #7274db;
}

.success-stories-section main {
  width: 800px;
  margin: 0 auto;
}

.success-stories-section main h1 {
  text-align: center;
  font-size: clamp(2rem, 4vw, 2.6rem);
  color: #fff;
  margin-bottom: 30px;
  padding-top: 30px;
}

.success-stories-section .slide-row {
  display: flex;
  width: 3200px;
  transition: 0.5s;
}

.success-stories-section .slide-col {
  position: relative;
  width: 800px;
  height: 400px;
}

.success-stories-section .hero {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.success-stories-section .hero img {
  height: 100%;
  border-radius: 10px;
  width: 320px;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
}

.success-stories-section .content {
  position: absolute;
  /* left: 0; */
  top: 15%;
  transform: translate(0%);
  width: 563px;
  height: 300px;
  color: #4d4352;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(4.5px);
  -webkit-backdrop-filter: blur(4.5px);
  border-radius: 10px;
  padding: 25px;
  z-index: 2;
  user-select: none;
  align-content: center;
}

.success-stories-section .content p {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.3;
  font-style: italic;
}

.success-stories-section .content h2 {
  font-size: 21px;
  font-weight: 600;
  margin-top: 12px;
  color: #4d4352;
}

.success-stories-section .indicator {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.success-stories-section .indicator .btn {
  display: inline-block;
  height: 15px;
  width: 15px;
  margin: 4px;
  border-radius: 15px;
  background: #fff;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

.success-stories-section .btn.active {
  width: 30px;
}

.success-stories-section .slider {
  width: 100%;
  overflow: hidden;
}

.success-stories-section .logo {
  position: fixed;
  right: -20px;
  bottom: -30px;
  z-index: 10;
}

.success-stories-section .logo img {
  width: 120px;
}

.certification-card {
  position: relative;
  border: 1px solid #0d9dda4f !important;
  background: #fff;
  padding: 1px;
  box-shadow: rgba(128, 128, 128, 0.1) 0px 4px 12px;
  /* background: #0d9dda !important;
    padding: 10px; */

}

.certification-section .card:hover {
  transform: scale(1.05);

  transition: 0.4s linear !important;
}

.certification-section .card {
  transition: transform 0.5s;
}

.certification-card:hover {
  cursor: pointer;
}

.certification-card-body {
  position: absolute;
  align-self: anchor-center;
  text-align: center;
  justify-self: anchor-center;
  top: 75px;
  /* padding: 5px 20px; */
  font-size: 12px;
  /* padding: 105px 0; */
  ;
}

.certification-card-body h5 {
  font-size: 15px;
  margin-top: 10px;
}


/* media query responsive strats on all pages */

@media screen and (max-width:344px) {
  .bgm-achieve .about-video {
    width: 295px !important;
  }

  .bgm-achieve .border-style {
    width: 290px !important;
    height: 180px !important;
  }

}

@media screen and (max-width:376px) {
  .carousel-main-sec {
    padding-top: 0 !important;
  }

}

/* min 414 max 540 */

@media screen and (min-width:414px) and (max-width:540px) {

  .certification-card-body h5 {
    font-size: 14px;
    margin-top: 35px;
  }
}

/* max 470 */

@media screen and (max-width:470px) {
  .inner h3 {
    font-size: 24px;
    width: 100%;
    padding: 0;
  }

  .tablinks .offline-icon,
  .tablinks .online-icon {
    margin-right: 0;
    display: none;
  }

  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    font-size: 16px;
    padding: 5px 0;
    font-weight: 600;
  }

  .card-1 {
    background-image: none;
  }

  .card-01 {
    background-image: none !important;
  }

  .card-2 {
    background-image: none !important;
  }

  .card-02 {
    background-image: none !important;
  }

  .carousel-main-sec ul li {
    list-style: none;
    margin-bottom: 30px;
  }

  .cource-card-text {
    width: 100%;
    padding: 10px 0;
    line-height: 1.8;
    font-size: 15px !important;
    margin: 0;
  }

  .cource-link {
    text-decoration: none;
    color: #35357E !important;
    font-weight: 600;
    font-size: 16px;
  }

  .tap-section {
    width: 100%;
  }

  .tablinks {
    width: 50%;
    text-align: left;
  }

  .carousel-main-sec ul li input {
    position: relative;
    z-index: 1000;
    width: 12px;
    height: 12px;
    margin: 0 5px;
  }

  .carousel-main-sec ul {
    padding: 0;
  }

  /* success stories individual page */

  .certification-card-body h5 {
    font-size: 14px !important;
    margin-top: 20px !important;
    color: #656565;
  }

  .certification-card-body {
    position: absolute;
    align-self: anchor-center;
    text-align: center;
    justify-self: anchor-center;
    top: 55px;
    padding: 5px 20px;
    font-size: 12px;
  }
}

/* max 480 */

@media (max-width: 480px) {
  .gallery-ind-page .gallery {
    columns: 1 !important;
  }

  .success-stories-section main {
    width: 420px !important;
  }
}

/* max 550 */

@media (max-width: 550px) {
  /* .success-stories-section main {
    width: 300px;
  } */

  .success-stories-section .slide-row {
    width: 1200px;
  }

  .success-stories-section .slide-col {
    /* width: 500px; */
    width: 540px !important;
    height: 300px;
  }

  .success-stories-section .hero {
    top: 60%;
    height: 100px;
    z-index: 5;
  }

  .success-stories-section .hero img {
    width: 100px;
  }

}


/* min 360px and max 375px */

@media screen and (min-width:360px) and (max-width:375px) {
  .success-stories-section .content {
    position: absolute;
    width: 296px !important;
    /* height: 355px !important; */
    height: 380px !important;
    color: #4d4352;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4.5px);
    -webkit-backdrop-filter: blur(4.5px);
    border-radius: 10px;
    padding: 25px !important;
    z-index: 2;
    user-select: none;
    align-content: flex-start;
    left: 7% !important;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .success-stories-section main {
    width: 380px !important;
  }

  .achievers {
    height: 60vh !important;
    align-content: center;
  }
}


@media screen and (min-width:376px) and (max-width:390px) {
  .success-stories-section .content {
    position: absolute;
    width: 296px !important;
    /* height: 355px !important; */
    height: 380px !important;
    color: #4d4352;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4.5px);
    -webkit-backdrop-filter: blur(4.5px);
    border-radius: 10px;
    padding: 25px !important;
    z-index: 2;
    user-select: none;
    align-content: flex-start;
    left: 9.5% !important;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .success-stories-section main {
    width: 390px !important;
  }


}

/* max 576 */

@media screen and (max-width:576px) {

  .float {
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 40px;
    right: 50px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 20px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
  }

  .bi-whatsapp::before {
    margin-top: 12px;
    margin-left: 4px;
  }

  /* .navbar img {
    width: 150px;
  } */
  .maayan-logo {
    width: 150px !important;
  }

  .trailblazer-logo {
    width: 60px;
  }

  .navbar-nav {
    margin: 0 !important;
  }

  .navbar-nav a {
    padding: 5px 0;
    margin: 0;
  }

  .scroll_text {
    font-size: 15px;
    margin: 0;
    padding: 0;
  }

  .navbar-nav a {
    font-size: 15px !important;
  }

  .banner-video {
    position: relative;
    background-color: black;
    height: 40vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
  }

  .banner-heading {
    color: white;
    font-size: 30px !important;
    font-weight: 550;
    line-height: 1.1;
    margin: 0px 0px 20px 0px;
  }

  p {
    font-size: 15px !important;
  }

  .primary-btn {
    color: #fff;
    background: #7274DB;
    border: 1px solid #7274DB;
    padding: 6px 15px;
    font-size: 14px;
    border-radius: 40px;
  }


  .secondary-btn {
    color: #4d4d4d;
    background: #F6F6F6;
    border: none;
    padding: 6px 15px;
    font-size: 14px;
    border-radius: 20px;
    border: 1px solid #f6f6f6;
    margin-left: 10px;
  }

  .scroll_text {
    font-size: 14px;
    margin: 0;
    padding: 0;
  }

  /* skill up salesforce cource*/

  .head-small {
    color: #3C3E40;
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 8px;
  }



  .heading-text {
    font-size: 28px;
    color: #35357E;
    font-weight: 600;
    text-align: center;
  }

  .cource-card-text {
    padding: 10px 0;
  }

  .sal-expand-collapse {
    width: 100% !important;
    background-color: #7274db !important;
    border: none !important;
    border-radius: 6px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    padding: 8px 10px !important;
  }

  .secondary-heading {
    color: #35357E;
    font-size: 16px;
    font-weight: 600;
  }

  .card-courses-section span {
    font-size: 14px;
  }

  .flip-box .inner {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 20px;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
    transform: translateY(-50%) translateZ(60px) scale(.94);
    -webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
    -ms-transform: translateY(-50%) translateZ(60px) scale(.94);
    top: 50%;
  }

  .flip-box-front,
  .flip-box-back {
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    min-height: 350px;
    -ms-transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
    transition: transform 0.7scubic-bezier(.4, .2, .2, 1);
    -webkit-transition: transform 0.7scubic-bezier(.4, .2, .2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .inner .heading-icon {
    display: none;
  }

  .flip-box-header {
    padding-left: 0px;
    width: 80%;
  }

  .card-01 {
    background-color: #ffe0ac !important;
    border: none !important;
    border-radius: 10px !important;
    background-image: url(assets/images/admin-course.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px !important;
    background-position: center;
    height: 350px !important;
    cursor: pointer;
  }

  .card-02 {
    background-color: #ffe0ac !important;
    border: none !important;
    border-radius: 10px !important;
    background-image: url(assets/images/dev\ course.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px !important;
    background-position: center;
    height: 350px !important;
    cursor: pointer;
  }

  .tap-section .active {
    text-decoration: none;
    color: #7274DB;
    font-size: 16px;
  }

  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    font-size: 15px;
    padding: 5px 0;
  }

  .tabcontent h5 {
    font-size: 16px;
  }

  .cource-footer {
    line-height: 1.6;
    text-align: left;
  }

  .cource-footer .bi-stopwatch {
    font-size: 22px;
    padding-right: 10px;
  }

  .carousel-main-sec {
    padding-top: 15px !important;
  }

  /* our uniqness */

  .key-feauture-section .feature-heading {
    padding-top: 45px;
  }

  .key-feauture-section {
    background-image: url(assets/home/keyfeature.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 20px;
  }

  .uniqueness-icon img {
    background-color: #6269CF !important;
    padding: 10px 10px;
    border-radius: 6px;
    width: 50px;
    height: 50px;
  }

  .uniqueness-icon h3 {
    color: white;
    font-size: 18px;
    font-weight: 700;
  }

  .uniqness-small-text {
    font-size: 15px;
    font-weight: 400;
  }

  .uniqness-spacing {
    justify-content: center;
  }

  .uniqueness-icon {
    margin: 20px 0;
    align-items: center;
  }

  /* learn salesforce */

  .btn-text {
    border: none !important;
    background-color: #7E85E8 !important;
    color: #fff !important;
    font-weight: 600;
    font-size: 18px;
    border-radius: 0 0 8px 8px !important;
  }

  .carosel-shapes {
    background-image: url(assets/shapes.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 349px;
    height: 251px;
    margin: 0 auto;
  }

  .carousel-img-1 {
    width: 349px;
    margin: 0 auto;
    border: 5px solid #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background-color: fdc869;
  }

  .bi-caret-right-fill::before {
    margin-bottom: 3px;
  }

  .footer-socialmedia-icons {
    padding-bottom: 10px;
  }

  .location {
    height: 250px !important;

  }

  /* achievement */

  .carousel-main-sec .slider {
    position: relative;
    width: 100%;
    height: 40vh;
    overflow: hidden;
  }

  .carousel-main-sec h2 {
    font-size: 21px;
    font-weight: 600;
  }

  .carousel-main-sec ul {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 1;
  }

  .carousel-main-sec ul li {
    list-style: none;
    margin-bottom: 10px;
  }

  .carousel-main-sec ul li input {
    position: relative;
    z-index: 1000;
    width: 15px;
    height: 15px;
    margin: 0 5px;
  }

  .carousel-main-sec ul li .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
  }

  .carousel-main-sec ul li .slide .left {
    position: absolute;
    width: 100%;
    height: 40%;
    background: #fff;
  }

  .carousel-main-sec ul li .slide .right {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffffe8;
  }

  .carousel-main-sec ul li .slide .left.left-face {
    left: 0;
    transition: transform 1s;
    transform-origin: bottom;
    transform: rotateX(90deg);
  }

  .carousel-main-sec ul li .slide .left.left-face img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
  }

  .carousel-main-sec ul li .slide .right.right-face {
    right: 0;
    transition: transform 1s;
    transform-origin: top;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotateX(90deg);
  }

  .carousel-main-sec ul li input[type="radio"]:checked~.slide .left.left-face {
    transform: rotateX(0deg);
    transition: transform 1s;
    transform-origin: top;
  }

  .carousel-main-sec ul li input[type="radio"]:checked~.slide .right.right-face {
    transform: rotateX(0deg);
    transition: transform 1s;
    transform-origin: bottom;
  }


  /* about individual page */

  .d-flex-content-img {
    flex-direction: column;
  }

  .about-video {
    width: 328px !important;
  }

  .carousel-control-next,
  .carousel-control-prev {
    top: 234px;
  }

  .border-style {
    height: 196px;
  }

  .about-banner {
    background-image: url(assets/about/about-us.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
    align-content: center;
    background-position: center;
    position: relative;
  }

  .achieve-bgm-clr {
    background: #EFB259;
    height: 230px;
    width: 100%;
  }

  .achieve-bgm-video {
    width: 100%;
  }

  /* about */

  .success-stories-section .slide-col {
    width: 500px !important;
    /* height: 300px !important; */
    height: 380px !important;
    overflow-y: auto;
  }

  .success-stories-section .content {
    position: absolute;
    width: 296px !important;
    /* height: 355px !important; */
    height: 380px !important;
    color: #4d4352;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4.5px);
    -webkit-backdrop-filter: blur(4.5px);
    border-radius: 10px;
    padding: 25px !important;
    z-index: 2;
    user-select: none;
    align-content: flex-start;
    left: 12.5%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .hero img {
    display: none;
  }

  .video-achievers {
    position: absolute;
    width: 385px;
    left: 0;
    top: 0;
    padding: 10px;
  }

  .shape-border {
    border: 2px solid #7E85E8;
    height: 240px;
    border-style: dashed;
    border-radius: 25px;
    position: relative;
  }

  .achiever-video {
    width: 337px;
    margin: 0;
  }

  .border-style {
    width: 335px;
  }

  .test-1 {
    height: 345px;
    overflow-y: auto;
  }

  .test-2 {
    height: 345px;
    overflow-y: auto;
  }

  .test-1 .arrow {
    top: 80%;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #f4d49d;
    margin: 0;
    position: absolute;
    left: 25px;
  }

  .test-2 .arrow {
    top: 80%;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #9AA0F1;
    margin: 0;
    position: absolute;
    left: 25px;
  }

  .achievers {
    height: 40vh;
    align-content: center;
  }

  .bgm-achieve {
    /* height: 50vh; */
    padding: 20px;
    background-image: none;

  }

  .acievers-next-icon {
    top: 70px !important;
  }

  /* success stories individual page */

  .success-ind-page h4 {
    color: #35357E;
    font-size: 24px;
    font-weight: 600;
  }

  .certification-card-body h5 {
    font-size: 14px;
    margin-top: 5px;
  }



  /* gallery individual page */

  .gallery-ind-page .overlay h2 {
    font-size: 21px;
  }

  .gallery-ind-page .overlay {
    padding: 15px;
  }

  /* registration */

  .register-form {
    padding: 30px !important;
  }

  .registration select,
  .registration input {
    border: 1px solid #7274db54;
    padding: 5px !important;
  }

  .register-form label {
    font-size: 14px;
  }

  form .primary-btn {
    color: #fff;
    background: #7274DB;
    border: 1px solid #7274DB;
    padding: 8px 25px;
    font-size: 14px;
    border-radius: 40px;
  }

  form .primary-btn-2 {
    color: #fff;
    background: #f9a825;
    border: 1px solid #f9a825;
    padding: 8px 25px;
    font-size: 14px;
    border-radius: 40px;
  }


}

/* min 576 max 992 */

@media screen and (min-width:576px) and (max-width:992px) {
  .success-card .stories-img {
    width: 150px !important;
  }

  .success-ind-page .success-card {
    justify-content: space-between
  }

  .test-1 {
    height: 345px;
    overflow-y: auto;
  }

  .test-2 {
    height: 345px;
    overflow-y: auto;
  }

  .slide-content {
    margin: 0;
  }

  .bgm-achieve {
    /* height: 70vh; */
    padding: 50px;
  }

  .acievers-next-icon {
    background: #7274DB !important;
    border-radius: 27px !important;
    padding: 8px !important;
    align-self: end !important;
    width: 35px !important;
    height: 35px !important;
    bottom: 100px !important;
  }

  .achieve-bgm-video {
    width: 100%;
  }
}


@media screen and (min-width:690px)and (max-width:720px) {
  .certification-card-body {
    position: absolute;
    align-self: anchor-center;
    text-align: center;
    justify-self: anchor-center;
    top: 100px;
    font-size: 12px;
  }
}

/* max 768 */
@media screen and (min-width:768px) and (max-width:991px) {

  .navbar-nav a {
    padding: 5px 0;
    margin: 0;
  }

  .d-flex-content-img {
    display: flex;
    flex-direction: column;
  }

  /* .bgm-achieve {
    height: 70vh;
  } */

}

@media (max-width: 768px) {
  .gallery-ind-page .gallery {
    columns: 2;
  }

  .slide-content {
    margin: 0 10px;
  }

  .swiper-navBtn {
    display: none;
  }

}

/* max 850 */

@media (max-width: 850px) {
  .success-stories-section main {
    width: 500px;
    /* margin: 0; */
  }

  .success-stories-section .slide-row {
    width: 2000px;
  }

  .success-stories-section .slide-col {
    width: 500px;
    height: 400px;
  }

  .success-stories-section .hero img {
    width: 250px;
    height: 350px;
  }

  .success-stories-section .content {
    width: 421px;
    height: 250px;
    padding: 15px;
  }

  .success-stories-section .content {
    position: absolute;
    /* left: 0; */
    top: 0;
    transform: translate(0%);
    color: #4d4352;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4.5px);
    -webkit-backdrop-filter: blur(4.5px);
    border-radius: 10px;
    padding: 15px;
    z-index: 2;
    user-select: none;
    align-content: center;
  }

  .success-stories-section .content p {
    font-size: 0.9rem;
  }

  .success-stories-section .content h2 {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}

/* max 890 */

@media (max-width: 890px) {
  .success-stories-section .logo {
    right: -10px;
    bottom: -20px;
  }

  .success-stories-section .logo img {
    width: 80px;
  }

  .register-form {
    padding: 50px !important;
  }
}

/* max 991 */

@media screen and (max-width:991px) {
  .gallery-ind-page .overlay h2 {
    font-size: 26px;
  }

  .gallery-ind-page .overlay {
    padding: 20px;
  }
}

/* min 577  max 991*/

@media screen and (min-width:577px) and (max-width:991px) {

  .sal-expand-collapse {
    width: 100% !important;
    background-color: #7274db !important;
    border: none !important;
    border-radius: 6px !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    padding: 10px !important;
  }

  .secondary-heading {
    color: #35357E;
    font-size: 21px;
    font-weight: 600;
  }

  .card-courses-section span {
    font-size: 15px;
  }
}


/* min 577 max 992 */

@media screen and (min-width:577px) and (max-width:991px) {

  /* navbar */
  .navbar-nav {
    margin: 0 !important;
  }

  .scroll_text {
    font-size: 15px;
    margin: 0;
    padding: 0;
  }

  /* banner */
  .banner-video {
    position: relative;
    background-color: black;
    height: 50vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
  }

  .banner-heading {
    color: white;
    font-size: 50px;
    font-weight: 550;
    line-height: 1.1;
    margin: 0px 0px 20px 0px;
  }

  p {
    font-size: 16px;
  }

  /* salesforce course */

  .inner .heading-icon {
    background: #FDC464;
    padding: 12px 18px;
    border-radius: 10px;
    color: #202020;
    font-size: 25px;
  }

  .flip-box-header {
    font-size: 24px;
    padding-left: 15px;
    width: 55%;
  }

  .uniqueness-icon {
    margin: 20px 0 !important;
    align-items: center;
  }

  .key-feauture-section {
    /* height: 750px; */
  }

  .about-banner {
    background-image: url(assets/about/about-us.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
    align-content: center;
    background-position: center;
    position: relative;
  }

  .heading-text {
    font-size: 36px;
    color: #35357E;
    font-weight: 600;
    text-align: center;
    margin: 0;
  }

  /* uniqness */
  .uniqueness-icon img {
    background-color: #6269CF !important;
    padding: 15px 15px;
    border-radius: 10px;
    width: 75px;
    height: 75px;
  }

  .uniqueness-icon h3 {
    color: white;
    font-size: 21px;
    font-weight: 700;
  }

  .uniqness-small-text {
    font-size: 16px;
    font-weight: 400;
  }

  .unique-girl {
    bottom: 0;
    width: 245px;
    position: absolute;
  }

  .feature-line img {
    width: 100%;
    position: absolute;
    top: 80px;
  }

  /* achievment */
  .carousel-main-sec .slider {
    position: relative;
    width: 100%;
    height: 30vh !important;
    overflow: hidden;
  }

  .carousel-main-sec ul li .slide .left {
    position: absolute;
    width: 50%;
    height: 100%;
    background: #fff;
  }

  .carousel-main-sec ul li .slide .right {
    position: absolute;
    width: 50%;
    height: 100%;
    background: #ffffffe8;
  }

  .carousel-main-sec ul li .slide .right.right-face {
    right: 0;
    transition: transform 1s;
    transform-origin: top;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotateX(90deg);
    /* top: 240px; */
  }

  .carousel-main-sec h2 {
    font-size: 26px;
    font-weight: 600;
  }


  /* certification */
  .certification-card-body h5 {
    font-size: 14px;
    margin-top: 0px;
  }

}

/* min 993 max 1024 */

@media screen and (min-width:993px) and (max-width:1024px) {

  /* logo */

  .maayan-logo {
    width: 150px !important;
  }

  .navbar-nav a {
    font-size: 15px;
  }

  /* banner */
  .banner-video {
    position: relative;
    background-color: black;
    height: 50vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
  }

  .banner-heading {
    color: white;
    font-size: 60px;
    font-weight: 550;
    line-height: 1.1;
    margin: 0px 0px 20px 0px;
  }

  /* achievers */

  .carousel-main-sec ul li .slide .left {
    position: absolute;
    width: 50%;
    height: 100%;
    background: #fff;
  }

  .carousel-main-sec ul li .slide .right.right-face {
    top: 0;
  }

  .carousel-main-sec ul li .slide .right {
    position: absolute;
    width: 50%;
    height: 100%;
    background: #ffffffe8;
  }

  .carousel-main-sec ul li .slide .right.right-face {
    padding: 50px;
  }

  .carousel-main-sec h2 {
    font-size: 30px;
    font-weight: 600;
  }

  .bgm-achieve {
    /* height: 70vh; */
    padding: 50px;
  }

  /* uniqness */
  .uniqueness-icon img {
    background-color: #6269CF !important;
    padding: 18px 18px;
    border-radius: 10px;
    width: 80px;
    height: 80px;
  }

  .unique-girl {
    bottom: 0;
    width: 320px;
    position: absolute;
  }

  .uniqueness-icon h3 {
    color: white;
    font-size: 22px;
    font-weight: 700;
  }

  /* achievement */

  .carousel-main-sec .slider {
    position: relative;
    width: 100%;
    height: 60vh;
    overflow: hidden;
  }

  /* about individual page */
  .achiever-video {
    width: 460px;
  }

  .achieve-arrow {
    right: 52%;
    bottom: 10%;
  }

  .border-style {
    border-style: dashed;
    text-align: center;
    border-radius: 20px;
    background: #EFB259;
    border: 0 !important;
    height: 265px;
    width: 450px;
    position: relative;
  }

  .about-video {
    width: 450px !important;
    border-radius: 15px;
    position: absolute;
    left: 12px;
    bottom: 10px;
    top: 0px;
  }

  .test-1 {
    height: 380px;
    overflow-y: auto;
  }

  .test-2 {
    height: 380px;
    overflow-y: auto;
  }

  /* certification */
  .certification-card-body h5 {
    font-size: 15px;
    margin-top: 25px;
  }

}

/* max 1200 */

@media screen and (max-width:1200px) {
  .navbar-nav {
    justify-content: center;
    width: 85%;
    margin: 0 auto;
    gap: 0;
  }
}

/* min 1025 max 1280 */

@media screen and (min-width:1025px) and (max-width:1280px) {
  .navbar-nav a {
    font-size: 16px;
  }

  .maayan-logo {
    width: 190px;
  }


  .key-feauture-section {
    height: 600px;
  }

  .uniqueness-icon {
    margin: 30px 0;
    align-items: center;
  }

  .unique-girl {
    bottom: 0;
    width: 300px;
    position: absolute;
  }

  .feature-line img {
    width: 100%;
    position: absolute;
    top: 100px;
  }

  .banner-video {
    position: relative;
    background-color: black;
    height: 80vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
  }

  .navbar-nav {
    gap: 5px;
  }

  /* Achievers */

  .bgm-achieve {
    background-image: url(assets/achievers-bgm.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    align-content: center;
    position: relative;
    /* height: 70vh; */
    padding: 50px;
  }

  .border-style {
    border-style: dashed;
    text-align: center;
    border-radius: 20px;
    background: #EFB259;
    border: 0 !important;
    height: 292px;
    width: 500px;
    position: relative;
  }

  .about-video {
    width: 500px !important;
    border-radius: 15px;
    position: absolute;
    left: 12px;
    bottom: 10px;
    top: 0px;
  }

}

/* min 1380 */

@media screen and (min-width:1380px) {
  .box-container {
    flex-direction: row
  }
}

/* min 1200 max 1280 */

@media screen and (min-width:1200px) and (max-width:1400px) {
  .certification-card-body h5 {
    font-size: 14px;
    margin-top: 35px;
  }

  .flip-box h3 {
    width: 100% !important;
  }

  .text-pargh {
    font-size: 16px;
    line-height: 1.8;
  }

}

/* min 1800 */

@media screen and (min-width:1800px) {
  .achiever-video {
    width: 650px;
    margin-left: -30px;
  }
}