/*----GANERAL----*/

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Poppins:wght@300;400;500;600&display=swap");

* {
  color: black;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #f5f5f5; 
  border-radius: 20px;
}
 
::-webkit-scrollbar-thumb {
  background: #f79b20; 
  border-radius: 20px;
}

::-webkit-scrollbar-thumb:hover {
  background: #2e2e2e; 
}

h1 {
  font-family: "DM Serif Display", serif;
}

h2 {
  font-family: "DM Serif Display", serif;
}

body {
  font-family: "Poppins", sans-serif !important;
  font-size: 14px !important;
  background: #f5f5f5 !important;
}

.view-more-btn{
   background: orange;
    padding: 7px 20px;
    border-radius: 5px;
    color: #fff;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content; 
} 

a {
  text-decoration: none !important;
  color: orange !important;
}

html {
  scroll-behavior: smooth;
}

P {
  color: rgb(25, 25, 25);
}

.div-padding {
  padding: 100px 0px 100px 0px !important;
}

.navbar-active {
  background: #fff !important;
}

.nav-mb {
  padding-top: 80px !important;
}

.nav-item:hover a {
  color: #f79b20 !important;
}

.text-theme {
  color: orange !important;
}

.nav-link.active {
  font-weight: bold;
  color: #f79b20 !important;
}

.d-padding {
  padding: 50px 240px !important;
}

.bfix-color {
  color: rgb(251, 179, 21);
}

.bg-two {
  background: rgb(250, 250, 250);
}

.text-justify {
  text-align: justify;
}

.home-div {
  width: 100%;
  /* height: 100vh; */
}

.home-div-img {
  width: 90%;
  height: 100%;
}

.home-div-img img {
  width: 100%;
  object-fit: cover;
}

.home-login {
  background: orange !important;
  padding: 5px 15px !important;
  border-radius: 5px !important;
  font-weight: 500 !important;
}

.home-div-head h1 {
  font-size: 61px;
}

.home-analytics {
  background: rgb(251, 179, 21);
}

.home-analytics-div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.b-r {
  border-right: 1px solid black !important;
}

.home-work-step {
  width: 65px;
  height: 65px;
  border-radius: 5px;
  background: rgb(250, 214, 135);
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-work-step span {
  font-size: 25px;
  font-weight: bold;
}

.home-work-div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.dash-card {
  background: rgb(255, 255, 255);
  border-radius: 20px;
  padding: 15px;
  height: 100%;
  position: relative;
}

.dash-card .card-body {
  padding-bottom: 25px;
}

.dash-card-img {
  height: 150px;
  border-radius: 8px;
}

.dash-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.dash-card-view {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  position: absolute;
  bottom: 15px;
}

.dash-card-view span {
  font-size: 12px;
  font-weight: bold;
}

    /* VIDEO CARD */
.client-video {
  position: relative;
  width: 100%;
  max-width: 300px;
  margin: auto;
  aspect-ratio: 9 / 16; /* 🔥 Reel ratio */
  border-radius: 20px;
  overflow: hidden;
  background: #000;
  transition: all 0.3s ease;
}
.client-slick .slick-slide {
  margin: 0 10px; /* gap between slides */
}
/* HOVER EFFECT */
.client-video:hover {
  transform: translateY(-8px);
}

/* IFRAME VIDEO */
.client-video iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* CLIENT TEXT */
.client-info {
  text-align: center;
  margin-top: 20px;
  padding: 0 10px;
}

.client-info h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #222;
}

.client-info p {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}


/*--------*/
.video-banner {
    position: relative;
    width: 100%;
}


.video-wrapper {
    position: relative;
    width: 100%;
    height: 640px;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.video-wrapper iframe {
 width: 100%;
    height: 100%;
    border: none;
}



.dash-card-view a {
  background: orange;
  padding: 5px 20px;
  border-radius: 5px;
}

.home-newsletter .view-btn {
    background: orange;
    padding: 7px 20px;
    border-radius: 5px;
    color: #fff !important;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-inline: auto;
}


.home-newsletter .nav-image {
    width: 95px;
}
.home-offer-div-img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: rgb(251, 179, 21);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  margin-top: 10px;
  margin-left: -73px;
}

.home-offer-div-img {
  font-size: 20px;
}

.home-offer-div {
  background: black;
  padding: 25px 25px 25px 40px;
  border-radius: 20px;
  width: 80%;
  display: flex;
  align-items: center;
}

.fs-11 {
  font-size: 11px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.home-offer-div-img-2 {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: rgb(251, 179, 21);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  margin-top: 17px;
  margin-left: 240px;
}

.home-offer-div-2 {
  background: black;
  padding: 15px 40px 15px 15px;
  border-radius: 20px;
  width: 80%;
  display: flex;
  align-items: center;
}

.info-card {
  background: rgb(255, 255, 255);
  border-radius: 10px;
}

.info-card-img {
  height: 150px;
}

.info-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px 5px 1px 1px;
}

.info-card-view {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.info-card-view span {
  font-size: 12px;
  color: gray;
}

.info-card-view a {
  font-size: 17px;
}

.home-info-icon a {
  font-size: 30px;
}

.students-say-div {
  padding: 25px;
  background: #fff;
  border-radius: 10px;
}

.students-say-div-img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
}

.students-say-div-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.students-say-name {
  display: flex;
  align-items: center;
}

.home-newsletter {
  padding: 40px;
  background: rgb(255, 235, 191);
  border-radius: 20px;
}

.login-page {
  background: #ffffff;
  height: 100vh;
}

.login-head {
  background: #fff;
  padding: 70px !important;
}

.profile-search input {
  border: none;
  background: none;
  padding-left: 15px !important;
  outline: none;
  width: 90%;
}

.profile-search label i {
  font-size: 17px;
  color: gray;
}

.profile-search {
  border: 1px solid #e7e7e7;
  padding: 8px !important;
  border-radius: 5px;
  display: flex;
}

#login {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
}

#login .row {
  background-color: #fff;
  border-radius: 20px;
}

#login .main-img img {
  border-radius: 0px 20px 20px 0px;
  width: 100%;
  height: 525px;
  object-fit: cover;
}

#login .input-field {
  position: relative;
}

#login .input-field i {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

#login input {
  padding: 12px 20px 12px 38px !important;
  font-size: 14px;
  background: #ffffff;
  border: none;
  color: #000;
}

#login h1 {
  line-height: 40px;
}

#login input::placeholder {
  color: #000;
}

.divider {
  border-bottom: 1px dashed #bebebe;
}

.btn-theme {
  background-color: #f79b20 !important;
  color: #000 !important;
  border-color: #f79b20 !important;
}

.btn-theme:hover {
  background-color: #f79a20bd !important;
  color: #000 !important;
  border-color: #f79a20bd !important;
}

#footer {
  background: black;
}

.footer-logo {
  width: 65%;
}

.footer-logo p {
  font-weight: 100;
}

.footer-loca h5 {
  color: #fff;
}

.footer-loca span {
  color: #fff;
  font-size: 13px;
  font-weight: 100;
}

.footer-details h5 {
  color: #fff;
}

.footer-details a {
  color: #fff !important;
  font-size: 13px;
  font-weight: 100;
}

.footer-icon {
  text-align: end;
}

.footer-icon a {
  color: #fff !important;
  font-size: 13px;
  font-weight: 100;
}

.singup-page {
  min-height: 100vh;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.singup {
  background: #fff;
  padding: 60px 30px;
  display: flex;
  justify-content: center;
}

.singup-div {
  width: 80%;
}

.singup-form input {
  border: none;
  background: none;
  padding-left: 5px;
  outline: none;
  width: 90%;
}

.singup-form label i {
  font-size: 14px;
}

.singup-form {
  padding: 10px 20px;
  border-radius: 10px;
  background: #f5f5f5;
}

.form-div label {
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 5px;
}

.singup-img {
  width: 100%;
  height: 100%;
}

.singup-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.singup-btn-theme {
  background-color: #000000 !important;
  color: #ffffff !important;
}

.singup-btn-theme:hover {
  background-color: #f79a20bd !important;
  color: #000 !important;
}

.singup-already span {
  color: gray;
}

.singup-already a {
  font-weight: 500;
}

.login-or {
  color: gray;
  text-align: center;
  position: relative;
  font-size: 14px;
}

.login-or:before {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background: gray;
  left: 0;
  top: 50%;
  position: absolute;
}

.login-or:after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background: gray;
  right: 0;
  top: 50%;
  position: absolute;
}

.login-google {
  padding: 10px 20px;
  border-radius: 10px;
  background: #ffffff;
}

.webinar-div {
  background: #ffffff;
  border-radius: 10px;
  padding: 10px;
  height: 375px;
  position: relative;
}

.webinar-div img {
  border-radius: 10px 10px 0px 0px;
  height: 170px;
  object-fit: cover;
}

.webinar-div-head {
  height: 105px;
  padding-right: 10px;
  overflow-y: scroll;
}

.webinar-footer{
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 0px 20px 0px 20px;
  border-top: 1px dashed #f5f5f5;
}

.webinar-view a {
  background: orange;
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 5px;
  width: 100%;
  display: block;
  text-align: center;
}

.bottom-line {
  border-bottom: 1px solid #d7d7d7;
}

.contact-div {
  background: #fff;
  padding: 30px;
}

.contact-form {
  background: #fff;
  padding: 30px;
}

.contact-form input {
  padding: 10px;
  border: none;
  background: #f5f5f5;
}

.contact-form input::placeholder {
  font-size: 13px;
  padding-left: 10px;
}

.contact-form textarea {
  padding: 10px;
  border: none;
  background: #f5f5f5;
}

.contact-form textarea::placeholder {
  font-size: 13px;
  padding-left: 10px;
}

.contact-div-loc {
  background: #f5f5f5;
  padding: 20px;
}

.contact-form-sub a {
  background: orange;
  padding: 5px 15px;
  border-radius: 5px;
  font-size: 14px;
}

.footer-contact {
  display: flex;
  justify-content: end;
}

.footer-location {
  display: flex;
  justify-content: end;
}
.course-home-d-padding{
    padding:110px 240px !important;
}



@media only screen and (max-width: 767px) {

  .b-r{
    border-right: 0px!important;
  }
  
  .home-div.nav-mb{ 
      padding-top:80px !important;
  }
  .client-video {
    max-width: 300px;
    aspect-ratio: 13 / 20;
}
  .video-wrapper iframe {
    width: 100%;
    height: 100%;
}
.video-wrapper {
    width: 100%;
    height: auto;
}
  .video-banner {
    height: auto;
    padding-inline: 20px;
}
  .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    display: flex;
    flex-direction: column;
}

  .singup {
    padding: 60px 0px;
  }

  .login-or {
    font-size: 13px;
  }

  .login-or:before {
    width: 45px;
  }

  .login-or:after {
    width: 45px;
  }

  .nav-mb {
    padding-top: 80px !important;
  }

  .home-div-head h1 {
    font-size: 50px;
  }

  .home-div-img img {
    width: 300px;
  }

  .about-img img {
    width: 270px;
  }

  .home-work-img img {
    width: 300px;
  }

  .div-padding {
    padding: 25px 20px 25px 20px !important;
  }

  .home-div {
    height: 100%;
  }

  .store-icon {
    text-align: center;
  }

  .home-work-div {
    width: 100%;
  }

  .home-work-main-div {
    display: flex;
    justify-content: center;
  }

  .home-work-img {
    display: flex;
    justify-content: center;
  }

  .offer-img img {
    width: 300px;
  }

  .footer-logo {
    text-align: center;
  }

  .footer-contact {
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .footer-location {
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .footer-logo-head {
    display: flex;
    justify-content: center;
  }

  .footer-icon {
    text-align: center;
  }

  .footer-align {
    text-align: center;
  }

  .btn-mb {
    width: 40% !important;
    text-align: center !important;
  }

  .align-div {
    display: flex;
    justify-content: center;
  }

  .w-md-100{
    width: 100%!important;
  }

  
.footer-logo p {
    font-size: 12px!important;
}
.course-home-d-padding{
        padding: 10px 30px !important;

}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .btn-mb {
    width: 40% !important;
    text-align: center !important;
  }

  .align-div {
    display: flex;
    justify-content: center;
  }
}
.course-home-d-padding {
    padding: 110px 50px !important;
}

.reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

#footer .div-padding {
  padding: 50px 0px 50px 0px !important;
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}

.footer-details a:hover {
  color: #f79b20 !important;
}

.whatsapp-button {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 99;
  background-color: #25d366;
  border-radius: 50px;
  color: #ffffff;
  text-decoration: none;
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-box-shadow: 0px 0px 10px -6px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0px 0px 10px -6px rgba(0, 0, 0, 1);
  box-shadow: 0px 0px 10px -6px rgba(0, 0, 0, 1);
  animation: effect 5s infinite ease-in;
}

.whatsapp-button i{
  font-size: 25px;
}

.whatsapp-button:hover {
  text-decoration: none;
  color: rgb(255, 255, 255);
  opacity: 0.6;
}

@keyframes effect {

  20%,
  100% {
      width: 50px;
      height: 50px;
      font-size: 30px;
  }

  0%,
  10% {
      width: 55px;
      height: 55px;
      font-size: 35px;
  }

  5% {
      width: 50px;
      height: 50px;
      font-size: 30px;
  }
}

.webinar-view a, .providing-view a {
  color: #000!important;
}

.webinar-view:hover, .providing-view:hover {
  opacity: 0.8;
}



.blogs-home {
  height: 680px;
  margin-top: 25px;
  position: relative;
}

.blogs-home img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  filter: brightness(0.7);
}

.blogs-home-head {
  position: relative;
  text-align: center;
  top: 45%;
}

.blogs-home-head span{
  border: 1px solid #fff;
  padding: 2px 15px;
  border-radius: 20px;
}

.blog-imd-div{
  width: 100%;
  height: 400px;
}

.blog-imd-div img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-icons {
  width: 31px;
  height: 31px;
  border: 1px solid gray;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.blog-icons i {
  font-size: 18px;
}

.blog-icon-div {
  display: flex;
  gap: 15px;
}

.blog-icons-div{
  display: flex;
  align-items: center;
  gap: 20px;
}

.blog-table{
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #e3e3e3;
  padding: 10px;
}

.blog-table span{
  color: gray;
}

.blog-table a{
  font-weight: 500;
}
.webinar-div-par{
  /* height: 105px; */
  padding-right: 10px;
  overflow-y: scroll;
}

.payment-head {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}

.payment-head-video {
  width: 100%;
  height: 250px;
  border-radius: 5px;
}

.payment-head-video video {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit: cover;
}

.text-justify {
  text-align: justify !important;
}

.payment-cart-add {
  border: 1px solid orange;
  padding: 7px 25px;
  border-radius: 20px;
}

.payment-cart {
  background: #fff;
  padding: 35px;
  border-radius: 20px;
}

.payment-cart-like {
  border: 1px solid rgb(0, 0, 0);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding-top: 4px;
}

.payment-cart-like i {
  font-size: 20px;
}

.payment-cart-pay button {
  background: orange !important;
  padding: 7px 70px !important;
  border-radius: 20px !important;
}

.course-video-div-not {
  display: flex;
  justify-content: space-between;
}
.course-content-div {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  margin-top: 15px;
}
.course-content-div {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  margin-top: 15px;
}
.div-bottom-line {
    border-bottom: 1px solid #d7d7d7;
}








