/*@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+HK&display=swap");

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Arial", sans-serif;
  background-color:white;
  color: #ffffff;
  text-align: center;
  overflow-x: hidden;
}

p {
  color: #75a0d2;
  margin: 10px;
}
*/
/* --------------navbar------------------- */
/*.timmy{
  background-image:url(content/dweep.png);
}

.navbar {
  padding: 1.5rem 0.5rem;
}

.navbar-brand,
.navbar-nav a {
 
 color:white;
  padding: 10px 15px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
}

.navbar-brand {
  font-size: 28px;
  background: linear-gradient(269deg, #68bfbf 1.34%, #9673b8 106.31%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.navbar-toggler-icon {
  color: #000000;
}

.navbar-toggler {
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

.navbar-toggler span {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #000000;
  margin-bottom: 6px;
  transition: 0.4s;
}

.navbar-toggler.open span:nth-child(1) {
  transform: rotate(-45deg) translate(-5px, 6px);
}

.navbar-toggler.open span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler.open span:nth-child(3) {
  transform: rotate(45deg) translate(-5px, -6px);
}

.navbar-toggler:hover span {
  background-color: #000000;
}

.navbar-nav {
  margin-left: auto;
  border: none;
  background:transparent;
  border-radius: 40px;
}

.navbar-nav a {
  margin: 1px 20px;
}

.navbar-nav a:hover {
  background-color: rgba(13, 12, 12, 0.589);
  color: #ffffff;
}

.brand-name {
  color:white;
  padding: 10px 15px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
}

.brand-name {
  font-size: 30px;
  background: linear-gradient(269deg, #68bfbf 1.34%, #9673b8 106.31%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px 15px;
}*/

/* --------------------------------------------Explore Courses ------------------------------------------*/
/*
section {
  margin-top: 80px;
  height: 800px;
  padding: 20px;
}
*/
/* Flex container styling */
/*.big-text {
  font-size: 24px;
  font-weight: bold;
  color: #f4f7fa;
}

.certificate .left-side {
  padding-left: 8%;
  padding-right: 4%;
}

.certificate .left-side p {
  padding-bottom: 8%;
}

.blue-text {
  color: #008080;
}

.flex-container {
  max-width: 684px;
  height: 488px;
  flex-shrink: 0;
  border-radius: 12px;
  border: 2px solid #e0e0e0;
  background: rgba(214, 223, 234, 0.2);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
}

.flex-container h2 {
  margin-bottom: 16px;
}

#gradient-heading {
  background: linear-gradient(269.35deg, #96ffff 1.34%, #e0c4fb 106.31%);
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block;
  font-size: 2em;
  padding-bottom: 2rem;
}
#gradient-headline{
  background: linear-gradient(90deg, #00d2ff, #3a7bd5);
  -webkit-background-clip: text;
  color:transparent;
  display: inline-block;
  font-size: 2em;
  padding-bottom: 2rem;
}

/*for default screen */
/*
.container-1 {
  padding-top: 20rem;
}

.container-1 .left-side {
  flex: 1;
  padding: 20px;
  padding-left: 7%;
  box-sizing: border-box;
}

.container-1 .right-side {
  flex: 1;
  padding: 20px;
  box-sizing: border-box;
}

.container-1 form {
  width: 500px;
  padding: 20px;
  border: 2px solid rgb(209, 225, 232);
  border-radius: 10px;
  background-color: #080808;
}

/* Media query for screens smaller than 768px (typical mobile devices) */
/*@media (max-width: 768px) {
  .container-1 {
    padding-top: 10rem;
  }

  .container-1 .left-side,
  .container-1 .right-side {
    flex: 1;
    width: 100%;
    padding: 20px;
  }

  .container-1 form {
    width: 100%;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  /* Styles for tablets go here */
 /* .container-1 {
    padding-top: 10rem;
  }

  .container-1 .left-side,
  .container-1 .right-side {
    flex: 1;
    width: 100%;
    padding: 20px;
  }

  .container-1 form {
    width: 100%;
  }
}

.slider {
  margin-bottom: 30px;
  position: relative;
}

.slider .owl-item.active.center .slider-card {
  transform: scale(1.15);
  opacity: 1;
  background: #ffffff;
  color: rgb(10, 10, 10);
}

.slider-card {
  background: #fff;
  padding: 0px 0px;
  margin: 50px 15px 90px 15px;
  border-radius: 25px;
  box-shadow: 0 15px 45px -20px rgb(0 0 0 / 73%);
  transform: scale(0.9);
  opacity: 0.5;
  transition: all 0.3s;
}

.slider-card img {
  border-radius: 25px;
  width: 96% !important;
  height: 11rem;
}

.owl-nav .owl-prev {
  position: absolute;
  top: calc(50% - 25px);
  left: 0;
  opacity: 1;
  font-size: 50px !important;
  z-index: 1;
}
.owl-nav .owl-next {
  position: absolute;
  top: calc(50% - 25px);
  right: 0;
  opacity: 1;
  font-size: 50px !important;
  z-index: 1;
}

.owl-dots {
  text-align: center;
}

.owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: #ccc !important;
  margin-left: 3px;
  margin-right: 3px;
  outline: none;
}

.owl-dots .owl-dot.active {
  background: #008080 !important;
}
.owl-dot.active {
  width: 2rem;
}

@media (max-width: 1023px) {
  .slider-card {
    margin: 30px 40px 60px 40px;
  }

  .owl-nav .owl-prev,
  .owl-nav .owl-next {
    font-size: 50px !important;
    color: #008080 !important;
  }
}

.btnn {
  background: linear-gradient(45deg, #68bfbf, #9673b8);
  border: 1px solid #ffffff;
  color: #000000;
  padding: 5% 15%; /* Adjust as needed */
 /* margin-bottom: 0px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px 4px 25px 25px;
  transition: background 0.3s, box-shadow 0.3s, border 0.3s;
  width: 100%; /* Make the button take the full width of its parent */
 /* box-sizing: border-box; /* Include padding and border in the element's total width and height */
/*}

.btnn:hover {
  background: linear-gradient(45deg, #68bfbf, #9673b8);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border: 1px solid skyblue;
  color: #ffffff;
  border: 1px solid rgb(104, 188, 224);
}

.btn {
  background: linear-gradient(89.36deg, #68bfbf -8.11%, #9673b8 107.08%),
    linear-gradient(0deg, #ffffff, #ffffff);
  border: 1px solid #ffffff;
  color: #000000;
  padding: 1rem 2rem;
  margin-bottom: 20px;
  margin-top: 4rem;
  font-size: 20px;
  cursor: pointer;
  border-radius: 80px;
  transition: background 0.3s, box-shadow 0.3s, border 0.3s;
}

.btn:hover {
  background: linear-gradient(89.36deg, #9673b8 107.08%, #68bfbf -8.11%),
    linear-gradient(0deg, #ffffff, #ffffff);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border: 1px solid skyblue;
  color: #ffffff;
  border: 1px solid rgb(104, 188, 224);
}

/* Header styling */
/*header {
   
  color: #fff;
  text-align: left;
  padding: 20px 0;
  padding-top: 4rem;
  align-items: center;
}

/* Glowing light animation styling *//*
.glow {
  position: absolute;
  right: 0;
  transform: translateX(60%);
  width: 300px;
  height: 300px;
  background: radial-gradient(
    circle,
    rgba(202, 137, 137, 0.451) 0%,
    rgba(255, 255, 255, 0) 70%
  );
  animation: glowAnimation 5s infinite alternate;
}

.glow-left {
  position: absolute;
  left: 0;
  transform: translateX(-50%);
  width: 300px;
  height: 300px;
  background: radial-gradient(
    circle,
    rgba(168, 204, 225, 0.497) 0%,
    rgba(255, 255, 255, 0) 70%
  );
  animation: glowLeftAnimation 5s infinite alternate;
}

@keyframes glowAnimation {
  0% {
    top: 0;
  }

  100% {
    top: 80%;
  }
}

@keyframes glowLeftAnimation {
  0% {
    top: 80%;
  }

  100% {
    top: 0;
  }
}

/* Main content styling *//*
.main-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
}

/* Left side styling *//*
.left-side {
  flex: 1;
  padding: 20px;
  box-sizing: border-box;
}

/* Right side styling *//*
.right-side {
  flex: 1;
  padding: 20px;
  box-sizing: border-box;
}

/* Image styling *//*
.right-side img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}

/* Media query for mobile *//*
@media screen and (max-width: 768px) {
  .main-content {
    flex-direction: column-reverse;
  }

  .left-side,
  .right-side {
    flex: 1;
    width: 100%;
    padding: 20px;
  }
}

@media screen and (max-width: 1023px) {
  .glow,
  .glow-left {
    display: none;
    overflow-x: hidden;
  }
}
/*@media screen and (max-width: 768px) {
        .glow,
        .glow-left {
          display: none;
        }
      }*/
/*
.container-1 {
  padding-top: 20rem;
}

.grid-container {
  display: grid;
  background: #000;

  grid-template-columns: repeat(2, 1fr);
  gap: 0; /* Set gap to 0px *//*
  padding: 20px;
  padding-left: 12%;
  padding-right: 12%;
}

.grid-item-1 {
  padding: 20px;
  text-align: left;
  border-right: 1px solid #b7e1ec94;
  border-bottom: 1px solid #b7e1ec94; /* Add a default border to all grid items *//*
}

.grid-item-2 {
  padding: 20px;
  text-align: left;
  border-left: 1px solid #b7e1ec94;
  border-bottom: 1px solid #b7e1ec94; /* Add a default border to all grid items *//*
}

.grid-item-3 {
  padding: 20px;
  text-align: left;
  border-right: 1px solid #b7e1ec94;
  border-top: 1px solid #b7e1ec94; /* Add a default border to all grid items *//*
}

.grid-item-4 {
  padding: 20px;
  text-align: left;
  border-left: 1px solid #b7e1ec94;
  border-top: 1px solid #b7e1ec94; /* Add a default border to all grid items *//*
}

.grid-item-last-right{
  border-bottom: 1px solid #b7e1ec94;
}

@media screen and (max-width: 767px) {
  .grid-container {
    grid-template-columns: 1fr; /* Change to a single column for smaller screens *//*
    padding-left: 5%;
    padding-right: 5%;
  }

  .grid-item-1,
  .grid-item-2,
  .grid-item-3,
  .grid-item-4,
  .grid-item-last-right {
    border: none; /* Remove borders for smaller screens *//*
  }

  /* Optional: Adjust padding or other styles for better mobile layout *//*
}

form {
  width: 500px;
  padding: 20px;
  border: 2px solid rgb(209, 225, 232);
  border-radius: 10px;
  background-color:bisque;
}

label {
  display: block;
  margin-bottom: 8px;
}

input,
textarea {
  width: 100%;
  padding: 8px;
  margin-bottom: 12px;
  box-sizing: border-box;
  border: 1px solid #e5e1e1;
  border-radius: 4px;
}

textarea {
  resize: vertical;
}

#seeAll {
  display: block;
  text-align: right;
  margin-top: 10px; /* Adjust as needed *//*
  text-decoration: none;
  color: #d7ffff;
  font-weight: lighter;
}

button {
  background: linear-gradient(45deg, #68bfbf, #9673b8);
  border: 1px solid #ffffff;
  color: #000000;
  padding: 7px 50px;
  margin-bottom: 0px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 80px;
  transition: background 0.3s, box-shadow 0.3s, border 0.3s;
}

/*button:hover {
        background: linear-gradient(89.36deg,#9673B8 107.08%,  #68BFBF -8.11%),
        linear-gradient(0deg, #FFFFFF, #FFFFFF);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          border: 1px solid skyblue;
          color: #ffffff;
          border: 1px solid rgb(104, 188, 224);
      }*//*

label {
  color: #fff;
}

#slider {
  padding-top: 5rem;
}

.container {
  color: #342727;
}

.container-2 {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 4%;

  background: linear-gradient(90deg, #00d2ff, #3a7bd5);
}

.card-container {
  position: relative;
  margin-bottom: 8%;
  margin-top: 6%;
  margin-left: 5%;
}

.box {
  position: absolute;
  top: -15px;
  left: -22px;
  width: 110px;
  height: 90px;
  color: #e18a8a;
  text-align: center;
  line-height: 25px;
  z-index: 1;
}

.card {
  width: 100%;
  max-width: 400px;
  border: 1px solid #302f2f;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(138, 159, 31, 0.1);
}

.card-header {
  background-color: #ffffff;
  color: #da7b7b;
  padding: 15px;
  text-align: center;
}

.card-body {
  padding: 20px;
  position: relative;
  background: #ffffff;
  color: rgb(172, 34, 34);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 10px 0;
}

.star-rating {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.star-rating span {
  color: #f39c12;
  font-size: 18px;
  margin: 0 3px;
}

.svg-icon {
  position: absolute;
  left: 10px;
  top: 0;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  fill: #13d393;
}

footer footer {
  background-color: #020202 !important;
  color: white;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

.brand-section-footer {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
}

.brand-name-footer {
  font-size: 18px;
  margin-right: 20px;
}

.social-icons-footer {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
}

.social-icons-footer a {
  color: white;
  text-decoration: none;
  font-size: 20px;
}

.quick-links-footer {
  list-style: none;
  display: flex;
  gap: 20px;
  flex-direction: column;
}

.quick-links-title-footer {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.quick-links-columns-footer {
  display: flex;
  gap: 20px;
}

.quick-links-column-footer {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.quick-links-footer li {
  margin: 0;
}

.quick-links-footer a {
  color: white;
  text-decoration: none;
}

.subscribe-section-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.subscribe-title-footer {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.subscribe-container-footer {
  display: flex;
  align-items: center;
}

.subscribe-input-footer {
  padding: 8px;
  border: none;
  border-radius: 5px 0 0 5px;
  margin-right: 0;
}

.subscribe-button-footer {
  background-color: #4caf50;
  color: white;
  padding: 8px 15px;
  border: none;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}

form {
  width: 30rem;
  padding: 20px;
  border: 2px solid white;
  border-radius: 10px;
  background-color: antiquewhite;
  margin-left: 5.5%;

}

label {
  display: block;
  margin-bottom: 8px;
}

input,
textarea {
  width: 100%;
  padding: 8px;
  margin-bottom: 12px;
  box-sizing: border-box;
  border: 1px solid #e5e1e1;
  border-radius: 4px;
}

textarea {
  resize: vertical;
}

/* Media query for screens smaller than 768px (typical mobile devices) *//*
@media (max-width: 767px) {
  .explore-btn {
    width: 100%; /* Make the button full width on small screens *//*
    margin-top: 10px; /* Add some top margin for spacing *//*
  }
}

/* Media query for screens 768px and larger (typical tablets and desktops) *//*
@media (min-width: 768px) {
  .explore-btn {
    font-size: 18px; /* Increase font size for larger screens *//*
  }
}

#subscribeBtn {
  background: linear-gradient(45deg, #68bfbf, #9673b8);
  padding: 0.3rem 2rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 18px;
  position: absolute;
  right: 7px;
  top: 2px;
  color: pink;
}

#subscribeBtn:hover {
  background-color: #638ebb;
}

/* Add the following styles to push the button to the right *//*
.email-container {
  justify-content: flex-end;
  width: 100%;
}

.email-form {
  background-color: #fff;
  padding: 18px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  max-width: 400px;
  width: 100%;
}

.form-group {
  margin-bottom: 20px;
}

label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.email-container {
  position: relative;
}

input {
  width: calc(100% - 10px); /* Adjusting for padding *//*
  padding: 8px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 10px;
}

/* my footer*//*
.container-fluid {
  /* margin-top: 101px; *//*
  color: #000 !important;
}

.card {
  background-color: #f8f9fb !important;
}

p {
  font-size: calc(
    12px + (14 - 12) * ((100vw - 360px) / (1600 - 360))
  ) !important;
  display: fkex;
}

h3 {
  font-size: calc(
    24px + (30 - 24) * ((100vw - 360px) / (1600 - 360))
  ) !important;
}

.social {
  font-size: 21px !important;
}

.color-text {
  color: #757575 !important;
}

/* button {
  font-size: calc(
    12px + (13 - 12) * ((100vw - 360px) / (1600 - 320))
  ) !important;
  background-color: #2ca6fb !important;
  padding-left: calc(
    20px + (28 - 20) * ((100vw - 360px) / (1600 - 360))
  ) !important;
  padding-right: calc(
    20px + (28 - 20) * ((100vw - 360px) / (1600 - 360))
  ) !important;
  padding-top: calc(
    10px + (12 - 10) * ((100vw - 360px) / (1600 - 360))
  ) !important;
  padding-bottom: calc(
    10px + (12 - 10) * ((100vw - 360px) / (1600 - 360))
  ) !important;
}

button:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline-width: 0;
} *//*

footer {
  color: #caced1 !important;
}

/* li {
  /* margin-top: 20px; 
  margin-bottom: 20px;
} *//*

.Careers {
  cursor: pointer;
  color: #1e88e5;
}

.row-1 {
  background-color: #1e242a !important;
}

.row-2 {
  background-color: #28323c !important;
}



/* courses page */

/* -------------------Navigate Pages--------------- *//*
.navigatepage {
  padding: 10px;
  background-color: #010101;
  color: #ffffff;
  margin-left: 5rem;
}

.navigatepage a {
  color: #ffffff;
  text-decoration: none;
  margin-left: 8px;
  margin-right: 9px;
}

.navigatepage a:hover {
  text-decoration: underline;
  color: #008080;
}


.secure-future {
  background-image: url('content/image 1.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: #ffffff;
  padding: 50px; /* Adjust as needed */
  /* border: 2px solid yellow; *//*
  text-align: left;

  /* Set the fixed dimensions for computer screens *//*
  width: 100%;
  height: 400px;
}

/* Mobile styles *//*
@media (max-width: 767px) {
  .secure-future {
      width: 100%; /* Set to 100% width for small screens (mobile) *//*
      height: auto; /* Allow the height to adjust proportionally *//*
  }
}



.checkk{
  color: #008080;
  font-weight: bold;
}

      .skillForm1,
      .skillForm2 {
          background: white;
          color: black;
          width: auto;
          padding: 0;
          margin: 0;
          border: none;
      }



/* course details *//*
.course-container {
  border: 2px solid;
  background-color: #2c2c2c;
  color: #ffffff;
  border: 1px solid #424344;
  border-radius: 8px;
  margin: 20px auto;
  padding: 20px; /* Add padding to all sides *//*
  max-width: none; /* Set max-width to none for full width *//*
  padding-right: 20px; /* Add right space *//*
  padding-left: 20px; /* Add left space *//*
  margin: 2%;
}


      .course-details h2 {
          color: #e6e9ed;
          margin: 5px;
      }

      .course-details p {
          color: #f7f5f3;
          margin: 5px;
          font-size: larger;
      }

      .instructor-name {
        color: #f7f5f3;
        font-size: larger;
        padding: 30px 0 0 0 ;
        align-content: start;
    }

      .instructor,
      .price,
      .discription p {
          color: #242627;
      }

      .discription {
          border: 1px solid #f39c12;
          border-radius: 20px;
          padding: 5px;
          background-color: #fff3cd;
          margin-top: 30px;
          position: relative;
          max-width: 550px;
      }

      .discription p {
          margin-bottom: 8px;
      }

      .discription .rating,
      .discription .level,
      .discription .duration {
          margin-bottom: 8px;
          display: inline-block; /* Keep elements on the same line *//*
      }

      .discription .rating::after,
      .discription .level::after {
          content: '|'; /* Add the '|' separator after rating and level *//*
          padding: 0.5rem;
          color: #95989c;
      }

      .rating-description {
          font-family: 'Arial', sans-serif;
          font-size: 16px;
          color: #333;
          margin-bottom: 10px;
      }

      .rating-level {
          font-weight: bold;
          color: #007bff; /* or any other color you prefer *//*
      }

      /* Center and make image responsive *//*
      .course-image {
          text-align: center;
          display: flex;
          flex-direction: column;
          align-items: center;
      }

      .course-image img {
          max-width: 100%;
          border-radius: 25px;
          display: inline-block;
          width: 400px; /* Set width to 100% *//*
          max-height: 270px; /* Set max height as needed *//*
          height: auto;
          margin-top: 10px;
      }

      .Enroll-Now {
        background: linear-gradient(45deg, #68BFBF, #9673B8);
        border: 1px solid #ffffff;
        color: #000000;
        padding: 12px 0 12px 0;
        font-size: 16px;
        margin-top: 10px;
        cursor: pointer;
        border-radius: 25px;
        text-decoration: none;
        transition: background 0.3s, box-shadow 0.3s, border 0.3s;
        width: 100%; /* Make the button take the full width of its parent *//*
        display:inline-block;
        max-width: 250px; /* Set the maximum width as needed *//*
    }
    
    .Enroll-Now:hover {
        background: linear-gradient(45deg, #68BFBF, #9673B8);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        border: 1px solid skyblue;
        color: #ffffff;
        border: 1px solid rgb(104, 188, 224);
    }
    
      

    @media (max-width: 768px) {
            .row {
                flex-direction: column-reverse;
            }

            .course-details,
            .course-image {
                width: 100%; /* Make both sections take full width on small screens *//*
                text-align: center; /* Center the content on small screens *//*
            }

            .course-details {
                margin-top: 20px; /* Add some space between image and description on small screens *//*
            }
        }





        /* ---------------course modules------------ *//*
        .faq-container {
          width: 100%;
          margin-bottom: 90px;
          margin-top: 90px;
          background-color: #000000;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          border-radius: 8px;
          padding: 60px;
          overflow: hidden;
      }

      .Module-1 {
          cursor: pointer;
          border-radius: 40px;
          padding: 15px;
          margin: 5px 0;
          background-color: #1b1a1b;
          text-align: left;
          font-size: 16px;
          position: relative;
          user-select: none;
          display: flex;
          justify-content: space-between;
          align-items: center;
      }

      .Module-1:hover {
          
          border: 1px solid #D7FFFF;
      }

      .arrow {
          width: 0;
          height: 0;
          border-left: 8px solid transparent;
          border-right: 8px solid transparent;
          border-top: 8px solid #D7FFFF;
          margin-right: 10px;
          transition: transform 0.3s ease;
      }

      .Module-1.open .arrow {
          transform: rotate(-180deg);
      }

      .Module-1 .lecture-info {
          margin-left: 5px;
          color: #c1d1d9;
          font-size: 12px;
      }
      .answer {
          display: none;
          padding: 15px;
          font-size: 14px;
          /* border: 1px solid #bd1d1d; *//*
          background-color:  #1b1a1b;
          border-radius: 40px;
          position: relative;
          user-select: none;
          justify-content: space-between;
          align-items: center;
      }
      .answer.show {
          display: block;
      }
      .video-item {
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding: 5px;
          /* border: 2px solid yellow; *//*
          margin: 5px;
      }
      .video-item a {
          color: #0086df;
          text-decoration: none;
      }
      .video-item p {
          margin: 0 !important;
      }
      .video-item a:hover {
          color: #52bbef;
      }



 /* ----------------frequently ask Question-------------------- *//*
 .faq-container-1 {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 40px;
  overflow: hidden;
}

.faq-question {
  cursor: pointer;
  padding: 15px;
  margin: 5px 0;
  border-bottom: 1px solid #eee;
  text-align: left;
  color: #000;
  font-size: 16px;
  position: relative;
  user-select: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-question:hover {
  background-color: #f8f9fa;
}

.faq-answer {
  display: none;
  text-align: start;
  padding: 15px;
  font-size: 16px;
  border-top: 1px solid #eee;
}

.faq-answer.show {
  display: block;
}

.faq-arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333;
  transition: transform 0.3s;
}

.faq-question.open .faq-arrow {
  transform: rotate(180deg);
}


.enroll-btn {
  /* margin:0 60px 100px 60px; *//*
  margin: 2rem 0rem;
  width: 70%;
  padding:  10px 9rem 10px 9rem;
  background: linear-gradient(45deg, #68BFBF, #9673B8);
  color: #000000;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  transition: background 0.3s, box-shadow 0.3s, border 0.3s;
  box-sizing: border-box;
  border-radius: 15px;
  cursor: pointer;
  transition: background-color 0.3s;
  display: inline-block; /* Make it a block-level element to occupy full width *//*
}

.enroll-btn:hover {
background: linear-gradient(45deg, #68BFBF, #9673B8);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
border: 1px solid skyblue;
color: #ffffff;
border: 1px solid rgb(104, 188, 224);
}




button {
  background: linear-gradient(45deg, #68BFBF, #9673B8);
  border: 1px solid #ffffff;
  color: #000000;
  padding: 7px 50px;
  margin-bottom: 0px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 80px;
  transition: background 0.3s, box-shadow 0.3s, border 0.3s;
}

button:hover {
  background: linear-gradient(89.36deg,#9673B8 107.08%,  #68BFBF -8.11%),
  linear-gradient(0deg, #FFFFFF, #FFFFFF);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border: 1px solid skyblue;
    color: #ffffff;
    border: 1px solid rgb(104, 188, 224);
}


/* service container *//*
.services-Benefits-container .service{
  display: flex;
  justify-content: center;
  margin: 2rem 0rem;
}

.services-Benefits-container .service .service-box{
  border : 2px dashed white;
  height: 280px;
  width: 280px;
  border-radius: 50%;
}
*/

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+HK&display=swap");

html {
  scroll-behavior: smooth;
}

body{
    font-family: "Poppins";
}
body {
  margin: 0;
  font-family: "Aptos";
  background-color:white;
  color: #ffffff;
  text-align: center;
  overflow-x: hidden;
  font-size: 19px !important;

}

 p, span, li, a, h2, h3, h4,h5, h6 {
  font-size: 20px !important;
}

p {
  color: #75a0d2;
  margin: 10px;
}

/* --------------navbar------------------- */
.timmy{
  background-image:url(content/dweep.png);
}

.navbar {
  padding: 1.5rem 0.5rem;
}

.navbar-brand,
.navbar-nav a {
 
 color:white;
  padding: 10px 15px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
}

.navbar-brand {
  font-size: 28px;
  background: linear-gradient(269deg, #68bfbf 1.34%, #9673b8 106.31%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.navbar-toggler-icon {
  color: #000000;
}

.navbar-toggler {
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

.navbar-toggler span {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #000000;
  margin-bottom: 6px;
  transition: 0.4s;
}

.navbar-toggler.open span:nth-child(1) {
  transform: rotate(-45deg) translate(-5px, 6px);
}

.navbar-toggler.open span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler.open span:nth-child(3) {
  transform: rotate(45deg) translate(-5px, -6px);
}

.navbar-toggler:hover span {
  background-color: #000000;
}

.navbar-nav {
  margin-left: auto;
  border: none;
  background:transparent;
  border-radius: 40px;
}

.navbar-nav a {
  margin: 1px 20px;
}

.navbar-nav a:hover {
  background-color: rgba(13, 12, 12, 0.589);
  color: #ffffff;
}

.brand-name {
  color:white;
  padding: 10px 15px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
}

.brand-name {
  font-size: 30px;
  background: linear-gradient(269deg, #68bfbf 1.34%, #9673b8 106.31%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px 15px;
}

/* --------------------------------------------Explore Courses ------------------------------------------*/
@media (max-width: 768px) {
section {
  margin-top: 80px;
  height: 800px;
  padding: 20px;
}
}
/* Flex container styling */
.big-text {
  font-size: 24px;
  font-weight: bold;
  color: #f4f7fa;
}

.certificate .left-side {
  padding-left: 8%;
  padding-right: 4%;
}

.certificate .left-side p {
  padding-bottom: 8%;
}

.blue-text {
  color: #008080;
}

.flex-container {
  max-width: 684px;
  height: 488px;
  flex-shrink: 0;
  border-radius: 12px;
  border: 2px solid #e0e0e0;
  background: rgba(214, 223, 234, 0.2);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
}

.flex-container h2 {
  margin-bottom: 16px;
}

#gradient-heading {
  background: linear-gradient(269.35deg, #96ffff 1.34%, #e0c4fb 106.31%);
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block;
  font-size: 2em;
  padding-bottom: 2rem;
}
#gradient-headline{
  background: linear-gradient(90deg, #00d2ff, #3a7bd5);
  -webkit-background-clip: text;
  color:transparent;
  display: inline-block;
  font-size: 2em;
  padding-bottom: 2rem;
}

/*for default screen */

.container-1 {
  padding-top: 20rem;
}

.container-1 .left-side {
  flex: 1;
  padding: 20px;
  padding-left: 7%;
  box-sizing: border-box;
}

.container-1 .right-side {
  flex: 1;
  padding: 20px;
  box-sizing: border-box;
}

.container-1 form {
  width: 500px;
  padding: 20px;
  border: 2px solid rgb(209, 225, 232);
  border-radius: 10px;
  background-color: #080808;
}

/* Media query for screens smaller than 768px (typical mobile devices) */
@media (max-width: 768px) {
  .container-1 {
    padding-top: 10rem;
  }

  .container-1 .left-side,
  .container-1 .right-side {
    flex: 1;
    width: 100%;
    padding: 20px;
  }

  .container-1 form {
    width: 100%;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  /* Styles for tablets go here */
  .container-1 {
    padding-top: 10rem;
  }

  .container-1 .left-side,
  .container-1 .right-side {
    flex: 1;
    width: 100%;
    padding: 20px;
  }

  .container-1 form {
    width: 100%;
  }
}

.slider {
  margin-bottom: 30px;
  position: relative;
}

.slider .owl-item.active.center .slider-card {
  transform: scale(1.15);
  opacity: 1;
  background: #ffffff;
  color: rgb(10, 10, 10);
}

.slider-card {
  background: #fff;
  padding: 0px 0px;
  margin: 50px 15px 90px 15px;
  border-radius: 25px;
  box-shadow: 0 15px 45px -20px rgb(0 0 0 / 73%);
  transform: scale(0.9);
  opacity: 0.5;
  transition: all 0.3s;
}

.slider-card img {
  border-radius: 25px;
  width: 96% !important;
  height: 11rem;
}

.owl-nav .owl-prev {
  position: absolute;
  top: calc(50% - 25px);
  left: 0;
  opacity: 1;
  font-size: 50px !important;
  z-index: 1;
}
.owl-nav .owl-next {
  position: absolute;
  top: calc(50% - 25px);
  right: 0;
  opacity: 1;
  font-size: 50px !important;
  z-index: 1;
}

.owl-dots {
  text-align: center;
}

.owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: #ccc !important;
  margin-left: 3px;
  margin-right: 3px;
  outline: none;
}

.owl-dots .owl-dot.active {
  background: #008080 !important;
}
.owl-dot.active {
  width: 2rem;
}

@media (max-width: 1023px) {
  .slider-card {
    margin: 30px 40px 60px 40px;
  }

  .owl-nav .owl-prev,
  .owl-nav .owl-next {
    font-size: 50px !important;
    color: #008080 !important;
  }
}

.btnn {
  background: linear-gradient(45deg, #68bfbf, #9673b8);
  border: 1px solid #ffffff;
  color: #000000;
  padding: 5% 15%; /* Adjust as needed */
  margin-bottom: 0px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px 4px 25px 25px;
  transition: background 0.3s, box-shadow 0.3s, border 0.3s;
  width: 100%; /* Make the button take the full width of its parent */
  box-sizing: border-box; /* Include padding and border in the element's total width and height */
}

.btnn:hover {
  background: linear-gradient(45deg, #68bfbf, #9673b8);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border: 1px solid skyblue;
  color: #ffffff;
  border: 1px solid rgb(104, 188, 224);
}

.btn {
  background: linear-gradient(89.36deg, #68bfbf -8.11%, #9673b8 107.08%),
    linear-gradient(0deg, #ffffff, #ffffff);
  border: 1px solid #ffffff;
  color: #000000;
  padding: 1rem 2rem;
  margin-bottom: 20px;
  margin-top: 4rem;
  font-size: 20px;
  cursor: pointer;
  border-radius: 80px;
  transition: background 0.3s, box-shadow 0.3s, border 0.3s;
}

.btn:hover {
  background: linear-gradient(89.36deg, #9673b8 107.08%, #68bfbf -8.11%),
    linear-gradient(0deg, #ffffff, #ffffff);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border: 1px solid skyblue;
  color: #ffffff;
  border: 1px solid rgb(104, 188, 224);
}

/* Header styling */
header {
   
  color: #fff;
  text-align: left;
  padding: 20px 0;
  padding-top: 4rem;
  align-items: center;
}

/* Glowing light animation styling */
.glow {
  position: absolute;
  right: 0;
  transform: translateX(60%);
  width: 300px;
  height: 300px;
  background: radial-gradient(
    circle,
    rgba(202, 137, 137, 0.451) 0%,
    rgba(255, 255, 255, 0) 70%
  );
  animation: glowAnimation 5s infinite alternate;
}

.glow-left {
  position: absolute;
  left: 0;
  transform: translateX(-50%);
  width: 300px;
  height: 300px;
  background: radial-gradient(
    circle,
    rgba(168, 204, 225, 0.497) 0%,
    rgba(255, 255, 255, 0) 70%
  );
  animation: glowLeftAnimation 5s infinite alternate;
}

@keyframes glowAnimation {
  0% {
    top: 0;
  }

  100% {
    top: 80%;
  }
}

@keyframes glowLeftAnimation {
  0% {
    top: 80%;
  }

  100% {
    top: 0;
  }
}

/* Main content styling */
.main-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
}

/* Left side styling */
.left-side {
  flex: 1;
  padding: 20px;
  box-sizing: border-box;
}

/* Right side styling */
.right-side {
  flex: 1;
  padding: 20px;
  box-sizing: border-box;
}

/* Image styling */
.right-side img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}

/* Media query for mobile */
@media screen and (max-width: 768px) {
  .main-content {
    flex-direction: column-reverse;
  }

  .left-side,
  .right-side {
    flex: 1;
    width: 100%;
    padding: 20px;
  }
}

@media screen and (max-width: 1023px) {
  .glow,
  .glow-left {
    display: none;
    overflow-x: hidden;
  }
}
/*@media screen and (max-width: 768px) {
        .glow,
        .glow-left {
          display: none;
        }
      }*/

.container-1 {
  padding-top: 20rem;
}

.grid-container {
  display: grid;
  background: #000;

  grid-template-columns: repeat(2, 1fr);
  gap: 0; /* Set gap to 0px */
  padding: 20px;
  padding-left: 12%;
  padding-right: 12%;
}

.grid-item-1 {
  padding: 20px;
  text-align: left;
  border-right: 1px solid #b7e1ec94;
  border-bottom: 1px solid #b7e1ec94; /* Add a default border to all grid items */
}

.grid-item-2 {
  padding: 20px;
  text-align: left;
  border-left: 1px solid #b7e1ec94;
  border-bottom: 1px solid #b7e1ec94; /* Add a default border to all grid items */
}

.grid-item-3 {
  padding: 20px;
  text-align: left;
  border-right: 1px solid #b7e1ec94;
  border-top: 1px solid #b7e1ec94; /* Add a default border to all grid items */
}

.grid-item-4 {
  padding: 20px;
  text-align: left;
  border-left: 1px solid #b7e1ec94;
  border-top: 1px solid #b7e1ec94; /* Add a default border to all grid items */
}

.grid-item-last-right{
  border-bottom: 1px solid #b7e1ec94;
}

@media screen and (max-width: 767px) {
  .grid-container {
    grid-template-columns: 1fr; /* Change to a single column for smaller screens */
    padding-left: 5%;
    padding-right: 5%;
  }

  .grid-item-1,
  .grid-item-2,
  .grid-item-3,
  .grid-item-4,
  .grid-item-last-right {
    border: none; /* Remove borders for smaller screens */
  }

  /* Optional: Adjust padding or other styles for better mobile layout */
}
@media (max-width: 768px) {

form {
  width: 500px;
  padding: 20px;
  border: 2px solid rgb(209, 225, 232);
  border-radius: 10px;
  background-color:bisque;
}
}
label {
  display: block;
  margin-bottom: 8px;
}

input,
textarea {
  width: 100%;
  padding: 8px;
  margin-bottom: 12px;
  box-sizing: border-box;
  border: 1px solid #e5e1e1;
  border-radius: 4px;
}

textarea {
  resize: vertical;
}

#seeAll {
  display: block;
  text-align: right;
  margin-top: 10px; /* Adjust as needed */
  text-decoration: none;
  color: #d7ffff;
  font-weight: lighter;
}

button {
  background: linear-gradient(45deg, #68bfbf, #9673b8);
  border: 1px solid #ffffff;
  color: #000000;
  padding: 7px 50px;
  margin-bottom: 0px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 80px;
  transition: background 0.3s, box-shadow 0.3s, border 0.3s;
}

/*button:hover {
        background: linear-gradient(89.36deg,#9673B8 107.08%,  #68BFBF -8.11%),
        linear-gradient(0deg, #FFFFFF, #FFFFFF);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          border: 1px solid skyblue;
          color: #ffffff;
          border: 1px solid rgb(104, 188, 224);
      }*/

label {
  color: #fff;
}

#slider {
  padding-top: 5rem;
}
.container {
  color: #342727;
}

.container-2 {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 4%;

  background: linear-gradient(90deg, #00d2ff, #3a7bd5);
}

.card-container {
  position: relative;
  margin-bottom: 8%;
  margin-top: 6%;
  margin-left: 5%;
}

.box {
  position: absolute;
  top: -15px;
  left: -22px;
  width: 110px;
  height: 90px;
  color: #e18a8a;
  text-align: center;
  line-height: 25px;
  z-index: 1;
}

.card {
  width: 100%;
  max-width: 400px;
  border: 1px solid #302f2f;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(138, 159, 31, 0.1);
}

.card-header {
  background-color: #ffffff;
  color: #da7b7b;
  padding: 15px;
  text-align: center;
}

.card-body {
  padding: 20px;
  position: relative;
  background: #bb0b0b;
  color: rgb(172, 34, 34);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 10px 0;
}

.star-rating {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.star-rating span {
  color: #f39c12;
  font-size: 18px;
  margin: 0 3px;
}

.svg-icon {
  position: absolute;
  left: 10px;
  top: 0;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  fill: #13d393;
}

footer footer {
  background-color: #020202 !important;
  color: white;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

.brand-section-footer {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
}

.brand-name-footer {
  font-size: 18px;
  margin-right: 20px;
}

.social-icons-footer {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
}

.social-icons-footer a {
  color: white;
  text-decoration: none;
  font-size: 20px;
}

.quick-links-footer {
  list-style: none;
  display: flex;
  gap: 20px;
  flex-direction: column;
}

.quick-links-title-footer {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.quick-links-columns-footer {
  display: flex;
  gap: 20px;
}

.quick-links-column-footer {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.quick-links-footer li {
  margin: 0;
}

.quick-links-footer a {
  color: white;
  text-decoration: none;
}

.subscribe-section-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.subscribe-title-footer {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.subscribe-container-footer {
  display: flex;
  align-items: center;
}

.subscribe-input-footer {
  padding: 8px;
  border: none;
  border-radius: 5px 0 0 5px;
  margin-right: 0;
}

.subscribe-button-footer {
  background-color: #4caf50;
  color: white;
  padding: 8px 15px;
  border: none;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}

form {
  width: 30rem;
  padding: 20px;
  border: 2px solid white;
  border-radius: 10px;
  background-color: antiquewhite;
  margin-left: 5.5%;

}

label {
  display: block;
  margin-bottom: 8px;
}

input,
textarea {
  width: 100%;
  padding: 8px;
  margin-bottom: 12px;
  box-sizing: border-box;
  border: 1px solid #e5e1e1;
  border-radius: 4px;
}

textarea {
  resize: vertical;
}

/* Media query for screens smaller than 768px (typical mobile devices) */
@media (max-width: 767px) {
  .explore-btn {
    width: 100%; /* Make the button full width on small screens */
    margin-top: 10px; /* Add some top margin for spacing */
  }
}

/* Media query for screens 768px and larger (typical tablets and desktops) */
@media (min-width: 768px) {
  .explore-btn {
    font-size: 18px; /* Increase font size for larger screens */
  }
}

#subscribeBtn {
  background: linear-gradient(45deg, #68bfbf, #9673b8);
  padding: 0.3rem 2rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 18px;
  position: absolute;
  right: 7px;
  top: 2px;
  color: pink;
}

#subscribeBtn:hover {
  background-color: #638ebb;
}

/* Add the following styles to push the button to the right */
.email-container {
  justify-content: flex-end;
  width: 100%;
}

.email-form {
  background-color: #fff;
  padding: 18px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  max-width: 400px;
  width: 100%;
}

.form-group {
  margin-bottom: 20px;
}

label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.email-container {
  position: relative;
}

input {
  width: calc(100% - 10px); /* Adjusting for padding */
  padding: 8px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 10px;
}

/* my footer*/
.container-fluid {
  /* margin-top: 101px; */
  color: #000 !important;
}

.card {
  background-color: #007bff !important;
}
@media (max-width: 768px) {
p {
  font-size: calc(
    12px + (14 - 12) * ((100vw - 360px) / (1600 - 360))
  ) !important;
  display: fkex;
}
}
h3 {
  font-size: calc(
    24px + (30 - 24) * ((100vw - 360px) / (1600 - 360))
  ) !important;
}

.social {
  font-size: 21px !important;
}

.color-text {
  color: #757575 !important;
}

/* button {
  font-size: calc(
    12px + (13 - 12) * ((100vw - 360px) / (1600 - 320))
  ) !important;
  background-color: #2ca6fb !important;
  padding-left: calc(
    20px + (28 - 20) * ((100vw - 360px) / (1600 - 360))
  ) !important;
  padding-right: calc(
    20px + (28 - 20) * ((100vw - 360px) / (1600 - 360))
  ) !important;
  padding-top: calc(
    10px + (12 - 10) * ((100vw - 360px) / (1600 - 360))
  ) !important;
  padding-bottom: calc(
    10px + (12 - 10) * ((100vw - 360px) / (1600 - 360))
  ) !important;
}

button:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline-width: 0;
} */

footer {
  color: #caced1 !important;
}

/* li {
  /* margin-top: 20px; 
  margin-bottom: 20px;
} */

.Careers {
  cursor: pointer;
  color: #1e88e5;
}

.row-1 {
  background-color: #1e242a !important;
}

.row-2 {
  background-color: #28323c !important;
}



/* courses page */

/* -------------------Navigate Pages--------------- */
.navigatepage {
  padding: 10px;
  background-color: #010101;
  color: #ffffff;
  margin-left: 5rem;
}

.navigatepage a {
  color: #ffffff;
  text-decoration: none;
  margin-left: 8px;
  margin-right: 9px;
}

.navigatepage a:hover {
  text-decoration: underline;
  color: #008080;
}


.secure-future {
  background-image: url('content/image 1.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: #ffffff;
  padding: 50px; /* Adjust as needed */
  /* border: 2px solid yellow; */
  text-align: left;

  /* Set the fixed dimensions for computer screens */
  width: 100%;
  height: 400px;
}

/* Mobile styles */
@media (max-width: 767px) {
  .secure-future {
      width: 100%; /* Set to 100% width for small screens (mobile) */
      height: auto; /* Allow the height to adjust proportionally */
  }
}



.checkk{
  color: #008080;
  font-weight: bold;
}

      .skillForm1,
      .skillForm2 {
          background: white;
          color: black;
          width: auto;
          padding: 0;
          margin: 0;
          border: none;
      }



/* course details */
.course-container {
  border: 2px solid;
  background-color: #2c2c2c;
  color: #ffffff;
  border: 1px solid #424344;
  border-radius: 8px;
  margin: 20px auto;
  padding: 20px; /* Add padding to all sides */
  max-width: none; /* Set max-width to none for full width */
  padding-right: 20px; /* Add right space */
  padding-left: 20px; /* Add left space */
  margin: 2%;
}


      .course-details h2 {
          color: #e6e9ed;
          margin: 5px;
      }

      .course-details p {
          color: #f7f5f3;
          margin: 5px;
          font-size: larger;
      }

      .instructor-name {
        color: #f7f5f3;
        font-size: larger;
        padding: 30px 0 0 0 ;
        align-content: start;
    }

      .instructor,
      .price,
      .discription p {
          color: #242627;
      }

      .discription {
          border: 1px solid #f39c12;
          border-radius: 20px;
          padding: 5px;
          background-color: #fff3cd;
          margin-top: 30px;
          position: relative;
          max-width: 550px;
      }

      .discription p {
          margin-bottom: 8px;
      }

      .discription .rating,
      .discription .level,
      .discription .duration {
          margin-bottom: 8px;
          display: inline-block; /* Keep elements on the same line */
      }

      .discription .rating::after,
      .discription .level::after {
          content: '|'; /* Add the '|' separator after rating and level */
          padding: 0.5rem;
          color: #95989c;
      }

      .rating-description {
          font-family: 'Arial', sans-serif;
          font-size: 16px;
          color: #333;
          margin-bottom: 10px;
      }

      .rating-level {
          font-weight: bold;
          color: #007bff; /* or any other color you prefer */
      }

      /* Center and make image responsive */
      .course-image {
          text-align: center;
          display: flex;
          flex-direction: column;
          align-items: center;
      }

      .course-image img {
          max-width: 100%;
          border-radius: 25px;
          display: inline-block;
          width: 400px; /* Set width to 100% */
          max-height: 270px; /* Set max height as needed */
          height: auto;
          margin-top: 10px;
      }

      .Enroll-Now {
        background: linear-gradient(45deg, #68BFBF, #9673B8);
        border: 1px solid #ffffff;
        color: #000000;
        padding: 12px 0 12px 0;
        font-size: 16px;
        margin-top: 10px;
        cursor: pointer;
        border-radius: 25px;
        text-decoration: none;
        transition: background 0.3s, box-shadow 0.3s, border 0.3s;
        width: 100%; /* Make the button take the full width of its parent */
        display:inline-block;
        max-width: 250px; /* Set the maximum width as needed */
    }
    
    .Enroll-Now:hover {
        background: linear-gradient(45deg, #68BFBF, #9673B8);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        border: 1px solid skyblue;
        color: #ffffff;
        border: 1px solid rgb(104, 188, 224);
    }
    
      

    @media (max-width: 768px) {
            .row {
                flex-direction: column-reverse;
            }

            .course-details,
            .course-image {
                width: 100%; /* Make both sections take full width on small screens */
                text-align: center; /* Center the content on small screens */
            }

            .course-details {
                margin-top: 20px; /* Add some space between image and description on small screens */
            }
        }





        /* ---------------course modules------------ */
        .faq-container {
          width: 100%;
          margin-bottom: 90px;
          margin-top: 90px;
          background-color: #000000;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          border-radius: 8px;
          padding: 60px;
          overflow: hidden;
      }

      .Module-1 {
          cursor: pointer;
          border-radius: 40px;
          padding: 15px;
          margin: 5px 0;
          background-color: #1b1a1b;
          text-align: left;
          font-size: 16px;
          position: relative;
          user-select: none;
          display: flex;
          justify-content: space-between;
          align-items: center;
      }

      .Module-1:hover {
          
          border: 1px solid #D7FFFF;
      }

      .arrow {
          width: 0;
          height: 0;
          border-left: 8px solid transparent;
          border-right: 8px solid transparent;
          border-top: 8px solid #D7FFFF;
          margin-right: 10px;
          transition: transform 0.3s ease;
      }

      .Module-1.open .arrow {
          transform: rotate(-180deg);
      }

      .Module-1 .lecture-info {
          margin-left: 5px;
          color: #c1d1d9;
          font-size: 12px;
      }
      .answer {
          display: none;
          padding: 15px;
          font-size: 14px;
          /* border: 1px solid #bd1d1d; */
          background-color:  #1b1a1b;
          border-radius: 40px;
          position: relative;
          user-select: none;
          justify-content: space-between;
          align-items: center;
      }
      .answer.show {
          display: block;
      }
      .video-item {
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding: 5px;
          /* border: 2px solid yellow; */
          margin: 5px;
      }
      .video-item a {
          color: #0086df;
          text-decoration: none;
      }
      .video-item p {
          margin: 0 !important;
      }
      .video-item a:hover {
          color: #52bbef;
      }



 /* ----------------frequently ask Question-------------------- */
 .faq-container-1 {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 40px;
  overflow: hidden;
}

.faq-question {
  cursor: pointer;
  padding: 15px;
  margin: 5px 0;
  border-bottom: 1px solid #eee;
  text-align: left;
  color: #000;
  font-size: 16px;
  position: relative;
  user-select: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-question:hover {
  background-color: #f8f9fa;
}

.faq-answer {
  display: none;
  text-align: start;
  padding: 15px;
  font-size: 16px;
  border-top: 1px solid #eee;
}

.faq-answer.show {
  display: block;
}

.faq-arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333;
  transition: transform 0.3s;
}

.faq-question.open .faq-arrow {
  transform: rotate(180deg);
}


.enroll-btn {
  /* margin:0 60px 100px 60px; */
  margin: 2rem 0rem;
  width: 70%;
  padding:  10px 9rem 10px 9rem;
  background: linear-gradient(45deg, #68BFBF, #9673B8);
  color: #000000;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  transition: background 0.3s, box-shadow 0.3s, border 0.3s;
  box-sizing: border-box;
  border-radius: 15px;
  cursor: pointer;
  transition: background-color 0.3s;
  display: inline-block; /* Make it a block-level element to occupy full width */
}

.enroll-btn:hover {
background: linear-gradient(45deg, #68BFBF, #9673B8);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
border: 1px solid skyblue;
color: #ffffff;
border: 1px solid rgb(104, 188, 224);
}




button {
  background: linear-gradient(45deg, #68BFBF, #9673B8);
  border: 1px solid #ffffff;
  color: #000000;
  padding: 7px 50px;
  margin-bottom: 0px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 80px;
  transition: background 0.3s, box-shadow 0.3s, border 0.3s;
}

button:hover {
  background: linear-gradient(89.36deg,#9673B8 107.08%,  #68BFBF -8.11%),
  linear-gradient(0deg, #FFFFFF, #FFFFFF);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border: 1px solid skyblue;
    color: #ffffff;
    border: 1px solid rgb(104, 188, 224);
}


/* service container */
.services-Benefits-container .service{
  display: flex;
  justify-content: center;
  margin: 2rem 0rem;
}

.services-Benefits-container .service .service-box{
  border : 2px dashed white;
  height: 280px;
  width: 280px;
  border-radius: 50%;
}







