::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 1;
}
::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
}
:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1;
}
:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
}

html {
  scroll-behavior: smooth !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "DM Sans";
}

/* checkbox */

.sq-radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sq-radio1 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 19px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.sq-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 7px;
  left: 0;
  width: 22px;
  height: 22px;
  border-radius: 5px;
  border: 1px solid #323129;
  background-color: #241d25;
}
.checkmark1 {
  position: absolute;
  top: 7px;
  left: 0;
  width: 22px;
  height: 22px;
  border-radius: 5px;
  border: 1px solid #cec9c9;
  background-color: #eeeeee !important;
}

/* On mouse-over, add a grey background color */
/* .sq-radio:hover input ~ .checkmark {
    background-color: #241d25;
  } */

/* When the radio button is checked, add a blue background  */
.sq-radio input:checked ~ .checkmark {
  /* background-color: #241d25; */
  border: 1px solid #323129;
  color: #241d25 !important;
}
.sq-radio input:checked b {
  /* background-color: #241d25; */
  border: 1px solid #323129;

  color: #ffdd01 !important;
}
input[type="radio"]:checked + label {
  color: #ffdd01;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.sq-radio input:checked ~ .checkmark:after {
  display: block;
}
.sq-radio input:checked b {
  color: #0c0b03 !important;
}

/* Style the indicator (dot/circle) */
.sq-radio .checkmark:after {
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  color: #0c0b03;
  /* color: #FFDD01;
  background-color: #0c0b03; */
  background-color: #01f6fc;
}

.sq-radio1 .checkmark:after {
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  color: #ffffff;
  /* color: #FFDD01;
  background-color: #0c0b03; */
  background-color: #271c04;
}
/* .background_whatyouwillgain {
  background: rgb(255, 221, 1);
} */

.background_whatyouwillgain {
  background:
    radial-gradient(
      91.44% 74.02% at 50% 50%,
      #1b1403 0%,
      rgba(0, 0, 0, 0) 63.02%,
      rgba(0, 0, 0, 0) 100%
    ),
    url("./images/black-bg_noise.webp") 100%;
  isolation: isolate;
}

.gain_over ul li {
  list-style: none;
  /* padding-left: 35px; */
  height: 3.5rem;
  color: white;
  text-align: left;
  align-items: start;
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 2rem;
  position: relative;
  /* border-bottom: 1px solid ;
  border-image: linear-gradient(270deg, #FFDD01 0%, rgba(0, 0, 0, 0.00) 100%);; */
  border-bottom: 1.5px solid;
  border-image: linear-gradient(270deg, #01f6fc 0%, rgba(0, 0, 0, 0) 100%);
  border-image-slice: 1;
}

.gain_over1 ul li {
  list-style: none;
  /* padding-left: 35px; */
  height: 3.5rem;
  color: white;
  text-align: left;
  align-items: start;
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 2rem;
  position: relative;
  /* border-bottom: 1px solid ;
  border-image: linear-gradient(270deg, #FFDD01 0%, rgba(0, 0, 0, 0.00) 100%);; */
  border-bottom: 1.5px solid;
  border-image: linear-gradient(520deg, #01f6fc 0%, rgba(0, 0, 0, 0) 100%);
  border-image-slice: 1;
}
.gain_over ul li:last-child {
  border: none;
}
.gain_over1 ul li:last-child {
  border: none;
}
ul {
  padding: 0;
}
.gain_over ul li:before {
  content: "";
  position: absolute;
  top: 0px;
  left: -50px;
  display: inline-block;
  height: 30px;
  width: 33px;
  background-size: contain;
  background-image: url("./images/./ticket-star.webp");
}
.gain_over1 ul li:before {
  content: "";
  position: absolute;
  top: 0px;
  left: -50px;
  display: inline-block;
  height: 30px;
  width: 33px;
  background-size: contain;
  background-image: url("./images/./ticket-star.webp");
}
@media screen and (max-width: 500px) {
  .gain_over ul li {
    width: 75%;
    padding: 10px 0px;
    margin: 0 auto;
    padding-bottom: 0.5rem;
    height: auto !important;
    font-size: 14px;
    padding-left: 1rem;
    border-bottom: none;
  }
  .gain_over ul li:before {
    content: "";
    position: absolute;
    top: 13px;
    left: -20px;
    display: inline-block;
    height: 20px;
    width: 22px;
    background-size: contain;
    background-image: url("./images/./ticket-star.webp");
  }
  .gain_over1 ul li {
    width: 75%;
    padding: 10px 0px;
    margin: 0 auto;
    padding-bottom: 0.5rem;
    height: auto !important;
    font-size: 14px;
    padding-left: 1rem;
    border-bottom: none;
  }
  .gain_over1 ul li:before {
    content: "";
    position: absolute;
    top: 13px;
    left: -20px;
    display: inline-block;
    height: 20px;
    width: 22px;
    background-size: contain;
    background-image: url("./images/./ticket-star.webp");
  }
  .last_list_gain {
    /* border-bottom: 1px solid #271c04 !important; */
  }
  .workshop_gain_points ul li {
    color: white;
    height: auto !important;
    text-align: left;
    align-items: start;
    font-size: 12px !important;
    line-height: 21px;
    margin-bottom: 1rem;
    position: relative;
  }
  .workshop_gain_points ul li:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 10px !important;
    display: inline-block;
    height: 22px !important;
    width: 22px !important;
    background-size: contain;
    background-image: url("./images/Green-tick.webp");
  }
  .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    width: 22px;
    height: 22px;
    border-radius: 5px;
    border: 1px solid #323129;
    background-color: #241d25;
  }
}

.gain_over ul li::marker {
  padding-top: 5px !important;
}

/* Workshop Section
 */

.workshop_gain_points ul li {
  list-style: none;
  padding-left: 45px;
  height: 3.5rem;
  color: white;
  text-align: left;
  align-items: start;
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 1rem;
  position: relative;
}
.workshop_gain_points ul li:last-child {
  border: none;
}
ul {
  padding: 0;
}
.workshop_gain_points ul li:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 5px;
  display: inline-block;
  height: 26px;
  width: 26px;
  background-size: contain;
  background-image: url("./images/Green-tick.webp");
}

.background_linear_gradient {
  background: linear-gradient(
    180deg,
    rgba(3, 12, 9, 1) 0%,
    rgba(0, 9, 8, 1) 65%
  );
}
.speaker_background {
  background: linear-gradient(
    180deg,
    rgba(1, 246, 252, 0.71) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  border-radius: 100px 100px 0px 0px;
  opacity: 1;
}

.bg_why_you_cant {
  background: #081a1b;
}

@media screen and (max-width: 500px) {
  p {
    font-size: 14px !important;
    line-height: 21px !important;
  }
  .speaker_background {
  background: linear-gradient(
    180deg,
    rgba(1, 246, 252, 0.71) 0%,
    rgba(0, 0, 0, 0) 100%
    );
    border-radius: 100px 100px 0px 0px;

    border-radius: 30px 30px 0px 0px;
    opacity: 1;
  }
  .bg_why_you_cant img {
    width: 40px;
    height: 40px;
  }
  .reviewcard img {
    width: 22px;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .linkedin_text a {
    font-size: 12px !important;
    line-height: 18px;
  }
  .linkedin_text img {
    width: 14% !important;
    transform: translateY(2px);
  }
  .linkedin_text a:hover + img {
    color: #01f6fc !important;
    transform: translateY(2px);
    transform: rotate(90deg); /* You can adjust the scale factor as desired */
  }
  #accordion-flush h2 span {
    font-size: 14px !important;
  }
}
.reviewcard img {
  width: 22px;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* input[type="checkbox"]:checked + label {
  color: #0077ff !important;
}
input[type="checkbox"]:checked + span {
  color: #0077ff !important;
}
input[type="radio"]:checked + label {
  color: #0077ff !important;
}
input[type="radio"]:checked + span {
  color: #0077ff !important;
} */

input[type="radio"]:checked ~ .border_22 {
  border-color: #0077ff;
}
.peer.checked:focus {
  border-color: #0bff79 !important;
}
.border_22.border11 {
  border-color: #0077ff;
}
.dataspace_subscription.checked {
  border-color: #0077ff;
}
.button_background {
  border-radius: 20px;
  background: #01f6fc;
  transition: transform 0.3s ease;
  box-shadow: 0px 15px 30px 13px rgba(1, 246, 252, 0.35);
}
.button_background:hover {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}
.button_background {
  border: 1px solid;
  overflow: hidden;
  position: relative;
}
.button_background span {
  z-index: 20;
}
.button_background:after {
  background: #fff;
  content: "";
  height: 666px;
  left: -255px;
  opacity: 0.6;
  position: absolute;
  top: -100px;
  transform: rotate(35deg);
  transition: all 1150ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: -10;
}

.button_background:hover:after {
  left: 120%;
  transition: all 1150ms cubic-bezier(0.19, 1, 0.22, 1);
}

.border_video {
  border: 1px solid #271c04;
}
@media screen and (max-width: 1536px) {
  .linkedin {
    width: 40px !important;
  }
  /* .featured_img {
    width: 80%;
    height: 36% !important;
  } */
}

@media screen and (min-width: 500px) {
  .profile_image1 {
    width: 21% !important;
    /* height: 30%; */
    /* max-height: 130px !important; */
  }
  #hero-carousel .profile_image1 {
    width: 30% !important;
  }
}
@media screen and (max-width: 500px) {
  .profile_image1 {
    width: 35% !important;
    max-height: 130px !important;
    /* height: 100%; */
  }
  .title_main h3 {
    font-size: 16px !important;
    line-height: 20px !important;
  }
  .linkedin_text p {
    /* width: 20px !important; */
    font-size: 11px !important;
    line-height: 14px !important;
  }
  #hero-carousel .linkedin_text img {
    width: 11% !important;
    transform: translateY(2px);
  }
  .linkedin {
    width: 20px !important;
  }
  .checkbox22 span {
    font-size: 14px;
    line-height: 21px !important;
  }
  .featured_img {
    width: auto;
    /* height: 29% !important; */
  }
  .social_profile img {
    width: 80%;
    margin: auto;
  }
  .line_height {
    line-height: 21px !important;
  }
  .bg_why_you_cant h3 {
    font-size: 18px !important;
  }
  .takeways img {
    width: 72px;
  }
  .takeeways_font {
    font-size: 16px !important;
    line-height: 22px !important;
  }
  .collapse-title {
    font-size: 14px !important;
  }
}
.background_section_battle {
  background: url("./images/herobackground.svg") no-repeat;
  /* background-size: cover; */
  background-position: center center;
}
@media screen and (max-width: 568px) {
  .background_section_battle {
    background: url("./images/mobile-bg.svg") no-repeat;
    background-size: cover;
    background-position: center;
  }
  .certificates_1122 {
    background-image: url("./images/bg.svg") !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.card_hero {
  border-radius: 20px;
  background: var(--surface-surface-color-lighter-grey, #ebebeb);
  box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.4);
}
.play_video {
  border-radius: 20px;
  border: 1px solid #000;
  transform: scale(0.9);
  background: var(--surface-surface-color-lighter-grey, #ebebeb);
  box-shadow: 0px 4px 40px 0px rgba(255, 255, 255, 0.3);
  transition: transform 0.3s ease;
}
.play_video:hover {
  background: var(--surface-surface-color-lighter-grey, #ffb701);
  box-shadow: 0px 8px 24px 6px rgba(1, 240, 248, 0.3);
  transform: scale(1);
  transition: transform 0.3s ease;
  /* transition: 2s play_video1 ease; */
}

.linkedin_text img {
  transition: transform 0.3s;
}
.linkedin_text a:hover {
  color: #323129 !important;
}

.linkedin_text a:hover img {
  color: #ffb701 !important;
  transform: rotate(90deg); /* You can adjust the scale factor as desired */
}
.certificates_1122 {
  background-image: url("./images/certificate-background.png");
  background-position: center center;
  background-repeat: no-repeat;
}

.course_module_container {
  /* background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box; */
  border: 2px solid var(--unnamed-color-ffdbdb);
  /* background: #ffffff 0% 0% no-repeat padding-box; */
  border: 2px solid #ffdd01;
  border-radius: 10px;
  opacity: 1;
}

.accordion_para {
  background: #fbfbfb;
  border-radius: 10px;
  opacity: 1;
  color: var(--text-white-black, #fff);

  background: transparent !important;
  border-radius: 10px;
  opacity: 1;
  padding: 0.5rem;
  margin-left: 0.5rem;
}

.accordion_para ul li {
  list-style: outside;
  margin: 6px 0px;
  font-size: 14px;
}
.course_module_container h2 span::before {
  content: "";
  left: -20px;
  position: absolute;
  padding: 05px;
  top: 35%;
  border-radius: 50px !important;
  background: #2bbb10 !important;
  color: #2bbb10;
  transform: rotate(45deg);
}

@media screen and (min-width: 750px) and (max-width: 1536px) {
  .project_card {
    padding-left: 1.5rem !important;
  }
  .project_card .bottom-0 {
    padding-left: 1.5rem;
  }
}
.project_card {
  border-radius: 20px;
  border: 1px solid var(--Data-Science, #ffb701);
  background: #000708;

  min-height: max-content;
  padding: 1rem;
  min-height: 490px;
  color: var(--text-white-black, #fff);

  position: relative;
}
@media screen and (min-width: 1660px) {
  .project_card {
    min-height: 450px;
  }
}

@media screen and (max-width: 460px) {
  .project_card {
    min-height: 440px;
  }
}

.collapse-plus {
  border: 2px solid #263131;
  border-radius: 10px;
  background: linear-gradient(135deg, #0a1e1e 0%, rgba(0, 11, 11, 0) 100%);
}
.collapse-plus:hover {
  border: 2px solid #ffdd01;
  border-radius: 10px;
  background: linear-gradient(135deg, #0a1e1e 0%, rgba(0, 11, 11, 0) 100%);
}
@media screen and (max-width: 1535px) {
  .column1 {
    position: sticky !important;
    top: calc(80% - 350px);
    overflow: hidden !important;
    position: -webkit-sticky !important;
    height: 100% !important;
  }
}
@media screen and (min-width: 1536px) {
  .column1 {
    position: sticky !important;
    top: calc(60% - 350px);
    overflow: hidden !important;
    position: -webkit-sticky !important;
    height: 100% !important;
  }
}

.owl-theme .owl-dots .owl-dot span {
  background-color: #bfbfbf !important;
  margin: 2px 4px !important;
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: #000000 !important;
}
.speaker_background .owl-theme .owl-dots .owl-dot.active span {
  background-color: #ffb701 !important;
}
