@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter&display=swap");
:root {
  /* Theme Colors */
  --av-color-black: #000000;
  --av-color-headings: #141b34;
  --av-color-text: #555555;
  --av-color-white: #ffffff;
  --av-color-border: #e6e6e6;
  --av-color-blue: #05aba7;

  /* Theme Font Size */
  --av-font-size-12: 12px;
  --av-font-size-14: 14px;
  --av-font-size-16: 16px;
  --av-font-size-18: 18px;
  --av-font-size-20: 20px;
  --av-font-size-22: 22px;
  --av-font-size-24: 24px;
  --av-font-size-26: 26px;
  --av-font-size-28: 28px;
  --av-font-size-30: 30px;
  --av-font-size-32: 32px;
  --av-font-size-34: 34px;
  --av-font-size-36: 36px;
  --av-font-size-38: 38px;
  --av-font-size-40: 40px;
  --av-font-size-42: 42px;
  /* Theme Font Weight */
  --av-font-weight-400: 400;
  --av-font-weight-500: 500;
  --av-font-weight-600: 600;
  --av-font-weight-700: 700;
  /* Theme Radius */
  --av-radius-500: 500px;
  --av-radius-22: 22px;
}
body {
  font-family: "Roboto", sans-serif;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}
ul {
  margin-bottom: 0px;
}
@media (min-width: 1600px) {
  .container {
    max-width: 1420px !important;
    padding: 0px;
  }
}
/* **********hero-section*********** */
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
}
.header-items ul {
  display: flex;
  gap: 30px;
  margin-bottom: 0px;
}
.header-items ul li {
  list-style-type: none;
}
.header-items ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-decoration: none;
  color: var(--av-color-headings);
}
.course-hero {
  margin-top: 78px;
  display: flex;
  align-items: center;
  gap: 59px;
}
.hero-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.hero-headings {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.hero-headings h1 {
  font-weight: 700;
  font-size: 46px;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--av-color-headings);
}
.hero-content p {
  font-weight: 400;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0%;
  color: var(--av-color-text);
}
.hero-btns {
  display: flex;
  gap: 16px;
}
.hero-btns .explore {
  width: 209px;
  height: 56px;
  background: var(--av-color-blue);
  border-radius: 12px;
  transition: 0.4s all;
  /* box-shadow: 0px 8px 10px -6px #05aba74d; */
}
.hero-btns .explore:hover {
  box-shadow: 0px 20px 25px -5px #05aba74d;
}
.hero-btns .watch {
  width: 193.11px;
  height: 56px;
  background: var(--av-color-headings);
  border-radius: 12px;
  transition: 0.4s all;
  /* border: 1px solid #E2E8F0 */
}
.hero-btns .watch:hover {
  box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.2);
}
.hero-btns a {
  color: var(--av-color-white);
  text-decoration: none;
  font-family: Inter;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-section {
  margin-bottom: 100px;
}
/* ***********partnerships-section************* */
.partnerships-section {
  border-top: 1px solid var(--av-color-border);
  border-bottom: 1px solid var(--av-color-border);
  margin-bottom: 100px;
}
.partners-listing {
  display: flex;
  padding: 14px 0px;
  align-items: center;
  justify-content: space-between;
}
.partner-images {
  display: flex;
  gap: 49px;
}
.partner-content {
  display: flex;
  gap: 54px;
  padding: 0px 20px;
}
.pass-rate {
  text-align: center;
}
.pass-rate span {
  color: var(--av-color-blue);
  font-weight: 700;
  font-size: 26px;
  line-height: 100%;
  letter-spacing: 0px;
}
.pass-rate p {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0px;
  color: var(--av-color-black);
}
/* ***********old-habits-out-section************** */
.smart-work-section {
  margin-bottom: 100px;
}
.center-head {
  text-align: center;
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--av-color-headings);
  margin-bottom: 20px;
}
.center-text {
  text-align: center;
  max-width: 781px;
  margin: 0 auto;
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 0%;
  color: var(--av-color-text);
}
.smart-work {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.left-list {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.left-list .hori-divider {
  background: linear-gradient(270deg, #e6e6e6 70%, #ffffff 100%);
  height: 1px;
  width: 460px;
  margin: 20px 0px;
}
.list .item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.list .item span {
  font-family: Roboto;
  font-weight: var(--av-font-weight-400);
  font-size: var(--av-font-size-16);
  line-height: 32px;
  letter-spacing: 0%;
}
.right-list .hori-divider {
  background: linear-gradient(90deg, #e6e6e6 70%, #ffffff 100%);
  height: 1px;
  width: 460px;
  margin: 20px 0px;
}
/* *********courses-explore********** */
.courses-explore {
  position: relative;
  padding: 100px 0px;
  margin-bottom: 100px;
}
.courses-explore::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #effafa;
  z-index: 0;
  pointer-events: none;
}
.courses-explore .container {
  position: relative;
}
.explore-course {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 60px;
}
.course-outer {
  --cut: 60px;
  --border: 1px;
  --color: #97fff1;
  position: relative;
}
.course {
  /* background: url("../images/course-background.png") no-repeat left center;
  background-size: contain; */
  padding: 30px 70px 30px 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  background: var(--av-color-white);
  /* position: relative; */
  clip-path: polygon(
    var(--border) var(--border),
    calc(100% - var(--cut) - var(--border)) var(--border),
    calc(100% - var(--border)) calc(var(--cut) + var(--border)),
    calc(100% - var(--border)) calc(100% - var(--border)),
    var(--border) calc(100% - var(--border))
  );
  border-radius: 12px;
  margin: 2px;
}
.course-outer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    87.78deg,
    rgba(5, 171, 167, 0.66) -15.44%,
    rgba(0, 243, 237, 0.66) 102.06%
  );
  /* background: var(--color); */
  clip-path: polygon(
    0 0,
    calc(100% - var(--cut)) 0,
    100% var(--cut),
    100% 100%,
    0 100%
  );
  border-radius: 12px;
}
.course-icon {
  width: 56px;
  height: 56px;
  background: var(--av-color-blue);
  box-shadow: 0px 20px 25px -5px #05aba74d;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.course-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0%;
  color: var(--av-color-headings);
}
.course ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-left: 0px;
}
.course ul li {
  /* list-style-type: none;
  background: url("../images/list-icon.png") no-repeat left center; 
  padding-left: 14px; */
  margin-left: 14px;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0%;
  color: var(--av-color-text);
}
.explore-more {
  display: flex;
  align-items: center;
  width: fit-content;
  text-decoration: none;
}
.explore-more span {
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--av-color-black);
}
/* ***********mentor-section*************** */
.mentor-area {
  margin-bottom: 100px;
}
.mentor-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mentor-content {
  max-width: 700px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.mentor-content h2 {
  font-weight: 600;
  font-size: 46px;
  line-height: 50px;
  letter-spacing: 0%;
  color: var(--av-color-headings);
}
.mentor-content span {
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0%;
  color: var(--av-color-headings);
  max-width: 529px;
}
.mentor-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 0%;
  color: var(--av-color-text);
}
.explore-courses {
  width: 209px;
  height: 56px;
  background: var(--av-color-blue);
  border-radius: 12px;
  color: var(--av-color-white);
  text-decoration: none;
  font-family: Inter;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s all;
}
.explore-courses:hover {
  box-shadow: 0px 20px 25px -5px #05aba74d;
}
/* ***********tutorial-section*************** */
.tutorial-section {
  margin-bottom: 100px;
}
.tutorial-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.heading-content .center-head {
  text-align: start;
}
.heading-content .center-text {
  text-align: start;
}
.social-icons {
  display: flex;
  gap: 30px;
  padding-right: 62px;
}
.social-icon {
  width: 52px;
  height: 52px;
  background: #effafa;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  transition: 0.4s all;
}
.social-icon img {
  transition: 0.4s all;
}
.social-icon:hover {
  background: var(--av-color-blue);
  border: none;
  box-shadow: 0px 20px 25px -5px #05aba74d;
}
.social-icon:hover img {
  filter: brightness(0) invert(1);
}
.tutorial-videos {
  /* margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px; */
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 20px;
  justify-content: center;
}
.tutorial {
  position: relative;
}
.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* ***********clients-section*************** */
.clients-section {
  position: relative;
  padding: 100px 0px 88px;
  margin-bottom: 100px;
}
.clients-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #effafa;
  z-index: 0;
  pointer-events: none;
}
.clients-section .container {
  position: relative;
}
.client-images {
  display: grid;
  gap: 20px;
  margin-top: 73px;
  grid-template-columns: repeat(4, 1fr);
}
/* ***********enroll-section*************** */
.enroll-section p {
  max-width: 781px;
}
.enroll-section {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  text-align: center;
  margin-bottom: 100px;
}
.enroll-headings {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.enroll-headings h1 {
  font-weight: 700;
  font-size: 46px;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--av-color-headings);
}
.enroll-section p {
  font-weight: 400;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0%;
  text-align: center;
  color: var(--av-color-text);
}
/* ***********footer section*************** */
.footer {
  background: #effafa;
}
.footer-container {
  display: flex;
  align-items: center;
  gap: 74px;
  padding-top: 54px;
  margin-bottom: 61px;
}
.footer-about {
  max-width: 580px;
}
.footer-about img {
  margin-bottom: 25px;
}
.footer-about p {
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 0%;
  color: var(--av-color-text);
}
.right-footer {
  display: flex;
  justify-content: space-between;
  flex: 1;
  gap: 40px;
}
.footer-column h4 {
  font-weight: 600;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--av-color-black);
  margin-bottom: 20px;
}
.footer-column ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer-column ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
}
.footer-column ul li a {
  text-decoration: none;
  color: var(--av-color-text);
}
.footer-copyright {
  padding: 20px 0px;
  border-top: 1px solid #0000001a;
}
.copyright-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ccontent {
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 0%;
  color: var(--av-color-text);
}
.copyright-links {
  display: flex;
  gap: 36px;
}
.copyright-links a {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: var(--av-color-text);
  text-decoration: none;
}

/* **********resposive-header*************** */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
}
.hamburger span {
  width: 26px;
  height: 3px;
  background: #000;
  border-radius: 2px;
  transition: 0.3s;
}
.mobile-menu {
  display: none;
}

@media (max-width: 1199px) {
  .header {
    position: relative;
    background: white;
  }

  .hamburger {
    display: flex;
  }
  .header-items {
    display: none;
  }
  .mobile-menu .header-items {
    display: flex;
  }
  .header-items ul {
    flex-direction: column;
    text-align: center;
    padding-left: 0px;
  }

  .mobile-menu.active {
    opacity: 1;
    visibility: visible;
    transition: 0.5s all;
  }

  .header:has(.mobile-menu.active) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }

  .mobile-menu {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-top: 15px;
    padding-bottom: 30px;
    position: absolute;
    top: calc(100% + 0px);
    left: 0;
    width: 100%;
    background: #fff;
    transition: 0.5s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
  }
}

/* *********resposiveness************** */
.tutorial .bg-img {
  width: 100%;
}
.client-images img {
  width: 100%;
}
@media (max-width: 1199.98px) {
  .partners-listing {
    flex-direction: column;
    gap: 50px;
  }
  .partners-divider {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-img img {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .course-hero {
    flex-direction: column;
  }
  .hero-img img {
    width: 100%;
  }
  .smart-work {
    flex-direction: column;
    gap: 50px;
    align-items: unset;
  }
  .list-divider {
    display: none;
  }
  .list .hori-divider {
    width: 100%;
  }
  .mentor-section {
    flex-direction: column;
    gap: 50px;
  }
  .mentor-image img {
    width: 100%;
  }
  .tutorial-head {
    flex-direction: column;
    gap: 50px;
  }
  .social-icons {
    padding-right: 0px;
  }
  .tutorial-videos {
    grid-template-columns: repeat(1, 1fr);
  }
  .client-images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .copyright-container {
    flex-direction: column;
    gap: 10px;
  }
  .explore-course {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .hero-headings h1 {
    font-size: 32px;
  }
  .partner-images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .mentor-content h2 {
    font-size: 32px;
  }
  .enroll-headings h1 {
    font-size: 32px;
  }
  .explore-course {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 459.98px) {
  .hero-btns {
    flex-direction: column;
  }
  .hero-btns a {
    width: 100% !important;
  }
  .explore-courses {
    width: 100% !important;
  }
  .enroll-btn {
    width: 100% !important;
  }
  .partner-images {
    display: flex;
    flex-direction: column !important;
    align-items: center;
  }
  .partner-content {
    flex-direction: column;
  }
}
/* ********footer responsiveness*************** */
@media (max-width: 991.98px) {
  .footer-container {
    flex-direction: column;
  }
  .right-footer {
    flex-wrap: wrap;
    gap: 20px;
  }
  .footer-column {
    width: 45%;
  }
}
@media (max-width: 600px) {
  .footer-column {
    width: 100%;
  }
}

.video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.video-container {
  position: relative;
  width: 80%;
  max-width: 1000px;
  background: white;
  padding: 30px;
}

.video-container iframe {
  width: 100%;
  height: 600px;
}

.close-video {
  position: absolute;
  top: -13px;
  right: 5px;
  font-size: 40px;
  color: #000;
  cursor: pointer;
}

/* wordpress styling */

.copyright-links li {
  list-style-type: none;
}
.hero-content {
  max-width: 781px;
}
.explore-more {
  margin-top: auto;
}
.course {
  height: 99%;
}
.course-icon {
  box-shadow: unset;
  transition: 0.4s all;
}
.course:hover .course-icon {
  box-shadow: 0px 20px 25px -5px #05aba74d;
}

.e-con-full {
  padding-block-end: 0px !important;
  padding-block-start: 0px !important;
}
.search-container form {
  display: contents;
}
.search-container .search-btn {
  border: none;
}
.single-blog-section {
  padding: 100px 0px;
}
.single-image img {
  width: 50%;
  height: 100%;
  /* background: var(--av-color-blue); */
}
.single-cimage {
  width: 56px;
  height: 56px;
  background: var(--av-color-blue);
  box-shadow: 0px 20px 25px -5px #05aba74d;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-title {
  font-size: 40px;
  font-weight: 700;
  margin-top: 20px;
}
.single-content p {
  font-size: 22px;
  font-weight: 500;
  margin-top: 30px;
}
.course-features {
  margin-top: 20px;
  font-size: 20px;
}
.custom-pagination {
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
}
.custom-pagination a,
.custom-pagination span {
  display: inline-block;
  margin: 0 5px;
  padding: 8px 12px;
  background: #f2f2f2;
  color: #333;
  text-decoration: none;
  border-radius: 5px;
  transition: 0.4s all;
}
.custom-pagination a:hover {
  background: var(--av-color-blue);
  color: var(--av-color-white);
  box-shadow: 0px 20px 25px -5px #05aba74d;
}
.custom-pagination .current {
  background: var(--av-color-blue);
  color: var(--av-color-white);
  font-weight: bold;
}
.all-courses {
  margin-top: 20px;
}

@media (min-width: 1200px) {
  .partners-listing {
    justify-content: unset;
    gap: 50px;
  }
  .partner-images {
    gap: unset;
    justify-content: space-between;
    flex: 1;
  }
  .partner-content {
    gap: unset;
    justify-content: space-between;
    flex: 1;
  }
}

.video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.4s ease,
    visibility 0.4s ease;
}

.video-overlay.active {
  opacity: 1;
  visibility: visible;
}

.video-container {
  transform: scale(0.8);
  transition: transform 0.4s ease;
}

.video-overlay.active .video-container {
  transform: scale(1);
}
