* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scrollbar-width: thin;
  scrollbar-color: rgba(200, 194, 194, 0.26) transparent;
}

ul,
ol,
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #ffffff;
}
a:hover {
  color: #ffffff;
}

body {
  background-color: #161a38;
  color: #fff;
  overflow-x: hidden;
}

/* =========== Material Font Icon =========== */
.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  font-size: 25px;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}
.material-symbols-sharp {
  font-family: "Material Symbols Sharp";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-size: 24px;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  font-variation-settings: "FILL" 0, "wght" 100, "GRAD" 0, "opsz" 48;
}
.material-symbols-rounded {
  font-family: "Material Symbols Rounded";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-size: 24px;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  font-variation-settings: "FILL" 0, "wght" 100, "GRAD" 0, "opsz" 48;
}
.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

/* ========= Material Symbols ======= */
@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/test-font/test-font/fonts/MaterialSymbolsOutlined.woff2);
}

@font-face {
  font-family: "Material Symbols Rounded";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/test-font/test-font/fonts/MaterialSymbolsRounded.woff2);
}

@font-face {
  font-family: "Material Symbols Sharp";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/test-font/test-font/fonts/MaterialSymbolsSharp.woff2);
}
/*=======  monasans Font Family ======== */

@font-face {
  font-family: "MonaSans-Light";
  src: url(../fonts/ttf/MonaSans-Light.ttf);
  font-weight: 300;
}
@font-face {
  font-family: "MonaSans-LightItalic";
  src: url(../fonts/ttf/MonaSans-LightItalic.ttf);
  font-weight: 300;
}
@font-face {
  font-family: "MonaSans-Regular";
  src: url(../fonts/ttf/MonaSans-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "MonaSans-Medium";
  src: url(../fonts/ttf/MonaSans-Medium.ttf);
  font-weight: 500;
}

@font-face {
  font-family: "MonaSans-SemiBold";
  src: url(../fonts/ttf/MonaSans-SemiBold.ttf);
  font-weight: 600;
}
@font-face {
  font-family: "MonaSans-Bold";
  src: url(../fonts/ttf/MonaSans-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: "MonaSans-ExtraBold";
  src: url(../fonts/ttf/MonaSans-ExtraBold.ttf);
  font-weight: 900;
}

/* == HostGrotesk  Font Family=== */
@font-face {
  font-family: "HostGrotesk-Light";
  src: url(../fonts/Host_Grotesk/static/HostGrotesk-Light.ttf);
  font-weight: 300;
}
@font-face {
  font-family: "HostGrotesk-Regular";
  src: url(../fonts/Host_Grotesk/static/HostGrotesk-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "HostGrotesk-Medium";
  src: url(../fonts/Host_Grotesk/static/HostGrotesk-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: "HostGrotesk-SemiBold";
  src: url(../fonts/Host_Grotesk/static/HostGrotesk-SemiBold.ttf);
  font-weight: 600;
}

@font-face {
  font-family: "HostGrotesk-Bold";
  src: url(../fonts/Host_Grotesk/static/HostGrotesk-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: "HostGrotesk-ExtraBold";
  src: url(../fonts/Host_Grotesk/static/HostGrotesk-ExtraBold.ttf);
  font-weight: 800;
}

:root {
  --white-color: #ffffff;
  --btn-color: #76ea85;
  --black-color: #0000;

  /* ======== Gradient Color Variable ======== */
  --number-color: linear-gradient(180deg, #ffffff 0%, #434c5d 77.69%);
}
.mb_3 {
  margin-bottom: 20px;
}
.mb_70 {
  margin-bottom: 70px;
  z-index: 99;
}
.bg_primary {
  background-color: #a99ad5;
}
.bg_success {
  background-color: #8aabd2;
}
.bg_info {
  background-color: #75b4bb;
}
.bg_warning {
  background-color: #c1ae49;
}
.bg_danger {
  background-color: #f07b65;
}
.bg_secondary {
  background-color: #5fb380;
}

.header-section {
  /* background: linear-gradient(180.04deg, #171b39 -138.9%, #161a38 221.99%); */

  padding: 10px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--white-color);
  position: relative;
  border-bottom: 1px solid hsl(0, 0%, 100%, 0.25);
}

.header-section .icone-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  min-width: 35px;
  min-height: 35px;
  background-color: hsl(128, 73%, 69%, 0.1);
  border-radius: 50%;
  margin-right: 10px;
}
.header-section .social-icons,
.contact-info {
  display: flex;
  align-items: center;
}

.header-section .social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  text-decoration: none;
  color: var(--white-color);
  transition: background-color 0.3s ease;
  opacity: 0;
  transform: translateX(-20px);
  animation: slideInRight 0.5s forwards;
}

.header-section .social-icons a:not(:last-child) {
  margin-right: 20px;
}

.header-section .contact-info a:not(:last-child) {
  margin-right: 20px;
}
.header-section .social-icons a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.header-section .contact-info a {
  text-decoration: none;
  color: var(--white-color);
  display: flex;
  align-items: center;
  transition: color 0.3s ease;
  font-size: 14px;
  font-family: "MonaSans-Regular";
}

.header-section .icone-green {
  color: var(--btn-color);
}

.header-section .contact-info img,
.social-icons img {
  width: 20px;
  height: 20px;
}
/* icone animation */

.social-icons a:nth-child(1) {
  animation-delay: 0.2s;
}
.social-icons a:nth-child(2) {
  animation-delay: 0.4s;
}
.social-icons a:nth-child(3) {
  animation-delay: 0.6s;
}
.social-icons a:nth-child(4) {
  animation-delay: 0.8s;
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* header end */
/* ovesh */

.navbar-sec img {
  width: 150px;
}
.button-container {
  width: 223px;
  height: 51px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  z-index: 1;
}
.modal_body {
  overflow-y: auto;
  max-height: 70vh;
  padding: 0px 30px 0 30px;
}
.get-button-main .button-container {
  width: 223px;
  height: 51px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  margin: 0 auto;
  margin-top: 15px;
}
.get-button-main .button-text {
  position: absolute;
  left: 20px !important;
}
.send-msg-button .button-container {
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  margin: 0 auto;
  margin-top: 35px;
}
/* .send-msg-button .button-text {
  position: absolute;
  left: 0px;
  height: 51px;
  width: 219px;
  border-radius: 38px;
  opacity: 0;
} */

.send-msg-button .send-btn-dc {
  position: absolute;
  left: 0;
  padding-right: 57px;
  height: 51px;
  width: 219px;
  border-radius: 38px;
  background-color: transparent;
  border: none;
  outline: none;
}
.button-container:hover .rotate-icon {
  transform: rotate(120deg);
}
.get-button-main .button-container:hover .rotate-icon {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.button-main {
  position: absolute;
  width: 159px;
  height: 51px;
  background: #76ea85;
  border-radius: 100px;
  left: 0;
}

.button-circle {
  position: absolute;
  width: 51px;
  height: 51px;
  background: #76ea85;
  border-radius: 50%;
  left: 168px;
}

.button-overlay {
  position: absolute;
  width: 32px;
  height: 20px;
  left: 140px;
  top: 15px;
  background: #76ea85;
}

.button-arrow {
  position: absolute;
  left: 182px;
  top: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
}

.button-text {
  position: absolute;
  left: 27px;
  top: 50%;
  transform: translateY(-50%);
  color: #161a38;
  font-size: 16px;
  font-family: "MonaSans-Medium";
  letter-spacing: 1.2px;
}
.button-text-1 {
  left: 20px !important;
}

.banner-section {
  background: url(../images/back-1.png) no-repeat center/cover;
  width: 100%;
  height: 500px;
}

/* Animation */
.planet-container {
  opacity: 0.5;
}

.planet {
  position: relative;
  left: 10%;
  top: 50px;
  width: 50px;
  height: 50px;
  border: 1px solid #76ea85;
  border-radius: 50%;
  opacity: 0.3;
  animation: pulse 3s ease-in-out infinite;
}

.ring {
  opacity: 0.2;
  position: absolute;
  width: 80px;
  height: 20px;
  border: 2px solid #76ea85;
  border-radius: 50%;
  left: -16px;
  top: 14px;
  animation: orbit 4s linear infinite;
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.8;
  }
}

@keyframes orbit {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Small Code Effect */
@keyframes slideIn {
  from {
    left: 10%;
    opacity: 0;
  }
  to {
    left: 24%;
    opacity: 1;
  }
}

@keyframes slideFrame {
  from {
    right: 10%;
    opacity: 0;
  }
  to {
    right: 25%;
    opacity: 1;
  }
}

.code-border {
  position: absolute;
  top: 150px;
  border: 1px solid #475162;
  padding: 5px;
  border-radius: 28px;
  width: 250px;
  animation: slideIn 1.5s ease forwards;
  z-index: -1;
}

.codding-text {
  /* position: absolute;
  bottom: 42px; */
  padding: 5px;
  border-radius: 28px;
  animation: slideFrame 1.5s ease forwards;
  z-index: 111;
}

/*  */
.codding-back-blur {
  position: relative;
  overflow: hidden;
  position: absolute;
  right: 17%;
  bottom: 22px;
}

.iframe-back {
  max-width: 100%;
  /* width: 360px; */
  background-color: rgba(41, 45, 72, 0.3);
  backdrop-filter: blur(15px) !important;
  border-radius: 9px;
  padding: 10px;
  box-sizing: border-box;
  margin: 0 auto;
  word-wrap: break-word;
  position: relative;
}

.typing-animation {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  font-size: 15px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #ffffff;
  transition: background-color 0.5s ease-in-out 0s;
}
.typing-animation.finished {
  border-right: none;
}

@keyframes blink-caret {
  50% {
    border-color: transparent;
  }
}

.typing-animation .line {
  display: block;
  overflow: hidden;
  width: 0;
  white-space: nowrap;
  animation: typing 2s steps(30, end) forwards,
    blink-caret 0.75s step-end infinite;
}

.line:nth-child(1) {
  animation-delay: 0s;
}
.line:nth-child(2) {
  animation-delay: 2.5s;
}
.line:nth-child(3) {
  animation-delay: 5s;
}

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

/* Button styling */
.iframe-btn {
  background-color: #2b3148;
  border: none;
  outline: none;
  padding: 6px 12px;
  border-radius: 7px;
  color: white;
  font-weight: 500;
  opacity: 0;
  transform: translateY(10px); /* Start 10px lower */
  transition: opacity 1s ease-in, transform 1s ease-in, visibility 1s;
  visibility: hidden;
  pointer-events: none;
}

.iframe-btn.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Cursor image styling */
.cursor-image {
  position: absolute;
  right: 10%;
  bottom: 0;
  transition: transform 0.3s ease;
  visibility: hidden;
}

.cursor-image.animate {
  visibility: visible;
  animation: cursorMove 1s ease forwards;
}

.cursor-image.pulse {
  animation: pulse 1s ease-in-out infinite;
}

/* Move cursor over button */
@keyframes cursorMove {
  0% {
    transform: translate(-20px, -20px) scale(1);
  }
  50% {
    transform: translate(10px, 10px) scale(0.8);
  }
  100% {
    transform: translate(0, 0) scale(1);
  }
}

/* Pulse animation */
@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

/*  */

.iframe-back p {
  color: white;
}

.icon-back {
  background-color: #273e44;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-back img {
  width: 30px;
}

/* Main Code */
.arror-parent {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.animated-image-1 {
  width: 100%;
  height: 415px;
  background-image: url(../images/a.svg);
  background-repeat: no-repeat;
  animation: colorAnimation 5s infinite, moveAnimation 5s infinite;
  background-position: center;
  background-size: contain;
}

@keyframes colorAnimation {
  0% {
    filter: hue-rotate(0deg); /* Cyan */
  }
  20% {
    filter: hue-rotate(180deg); /* Magenta */
  }
  40% {
    filter: hue-rotate(90deg); /* Lime Green */
  }
  60% {
    filter: hue-rotate(60deg); /* Yellow */
  }
  80% {
    filter: hue-rotate(30deg); /* Orange */
  }
  100% {
    filter: hue-rotate(0deg); /* Back to Cyan */
  }
}

@keyframes moveAnimation {
  0% {
    transform: translateY(-7px); /* Move slightly up */
  }
  50% {
    transform: translateY(7px); /* Move slightly down */
  }
  100% {
    transform: translateY(-7px); /* Move back to start */
  }
}

.back-img-effect {
  position: absolute;
  right: 15%;
  top: 5%;
}

.blurred-background {
  width: 300px;
  height: 300px;
  background-color: #76ea8580;
  filter: blur(150px);
  color: white;
  padding: 20px;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gra-back {
  width: 100%;
  height: 200px;
  background-color: #161a38;
  filter: blur(50px);
  margin-top: -60px;
  position: absolute;
}
.banner-heading {
  position: relative;
}
.banner-heading h1 {
  margin-top: 25px;
  font-size: 65px;
  color: white;
  text-align: center;
}
.banner-heading p {
  font-size: 18px;
  margin-top: 25px !important;
  color: white;
  text-align: center;
  margin: 0 200px;
  font-family: "HostGrotesk-Light";
}
.typing-animation .tag {
  color: #68dcd4;
}

.typing-animation .attribute {
  color: #92b5de;
}

.typing-animation .value {
  color: #db6f52;
}

.dCoders-primary {
  color: #76ea85;
  display: inline-block;
}

.button-text-1 {
  left: -123px;
}

.button-main-1 {
  width: 298px;
  left: -138px;
}

.button-container-1 {
  width: 146px;
}
/* Who We Are Section */
.who-we-are {
  margin-top: 100px;
  width: 100%;
  padding: 50px 0;
  background: linear-gradient(90deg, #161a38 0%, #2e3355 100%);
}

.back-sub-head {
  background-color: #76ea8511;
  color: #76ea85;
  text-transform: uppercase;
  padding: 9px 18px;
  border-radius: 14px;
  font-size: 14px;
  font-family: "HostGrotesk-Light";
}

.who-we-are-head {
  font-size: 60px;
  font-family: "MonaSans-ExtraBold";
  color: var(--white-color);
}
.who-we-are-content p {
  font-size: 16px;
  color: var(--white-color);
  font-family: "HostGrotesk-Light";
}
.who-we-are-content p .dCoders-primary1 {
  color: #76ea85;
  font-size: 16px;
  font-family: "HostGrotesk-ExtraBold";
}

/*  */

.cube-container {
  position: relative;
  width: 100%;
  max-width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blur-wrapper {
  position: absolute;
  top: 68px;
  left: 59px;
  width: 200px;
  height: 200px;
  filter: blur(10px) hue-rotate(0deg);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: colorShift 5s infinite;
}

.cube-img-1 {
  width: 100%;
  height: auto;
}

.cube-img-2 {
  position: absolute;
  left: -32px;
  top: -32px;
  width: 450px;
  height: 450px;
}

@keyframes colorShift {
  0% {
    filter: blur(10px) hue-rotate(0deg);
  }
  50% {
    filter: blur(10px) hue-rotate(180deg);
  }
  100% {
    filter: blur(10px) hue-rotate(360deg);
  }
}

/* Media Query - 1200 */
@media only screen and (max-width: 1200px) {
  @keyframes slideIn {
    from {
      left: 5%;
      opacity: 0;
    }
    to {
      left: 18%;
      opacity: 1;
    }
  }

  @keyframes slideFrame {
    from {
      right: 5%;
      opacity: 0;
    }
    to {
      right: 18%;
      opacity: 1;
    }
  }
  .codding-back-blur {
    right: 10%;
  }
  .cursor-image {
    right: 3%;
  }
}

/* Media Query - 992 */
@media only screen and (max-width: 992px) {
  @keyframes slideIn {
    from {
      left: 0%;
      opacity: 0;
    }
    to {
      left: 13%;
      opacity: 1;
    }
  }

  @keyframes slideFrame {
    from {
      right: 0%;
      opacity: 0;
    }
    to {
      right: 15%;
      opacity: 1;
    }
  }
  .banner-heading h1 {
    font-size: 55px;
    margin-top: 60px;
  }
  .banner-heading p {
    font-size: 16px;
    margin: 0 auto;
  }
  .cube-container {
    opacity: 0.4 !important;
  }
  .codding-back-blur {
    right: 12%;
    bottom: -15px;
  }
  .cursor-image {
    right: 4%;
    bottom: -36px;
  }
  .iframe-back {
    width: auto;
  }
}

/* footer start */
.dcoders-footer {
  background-color: #1e2b47;
  color: var(--white-color);
  padding: 40px 0 17px;
  background-image: url("../images/footer-bg-image.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.dcoders-footer .footer-logo img {
  max-width: 192px;
  height: 64px;
  margin-right: 10px;
}
.dcoders-footer .footer-description p {
  color: var(--white-color);
  font-family: "MonaSans-Regular";
  margin-top: 33px;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 1px;
}
.dcoders-footer .footer-description p .designer {
  color: var(--btn-color);
  font-family: "MonaSans-SemiBold";
}
.dcoders-footer .icon-bg-main .icone-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  min-width: 35px;
  min-height: 35px;
  background-color: hsl(128, 73%, 69%, 0.1);
  border-radius: 50%;
}
.dcoders-footer .icone-green {
  color: var(--btn-color);
}
.footer-contact-info .font-fam {
  font-size: 14px;
  font-family: "MonaSans-Medium";
}
.dcoders-footer .icon-bg-main {
  margin-top: 25px;
  gap: 10px;
  font-size: 14px;
  font-family: "MonaSans-Medium";
  color: var(--white-color);
}

.dcoders-footer .social-icons a {
  margin-right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  text-decoration: none;
  color: var(--white-color);
  transition: background-color 0.3s ease;
}

.dcoders-footer .social-icons a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.dcoders-footer .social-icons {
  display: flex;
  align-items: center;
}
.dcoders-footer .bottom-bar {
  border-top: 1px solid #2f3e5b;
  padding: 14px 0 0 0;
  margin-top: 50px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dcoders-footer .bottom-bar span {
  font-size: 14px;
  color: var(--white-color);
  font-family: "MonaSans-Light";
}

.bottom-bar .text-center {
  text-align: center;
}

.bottom-bar .text-right {
  text-align: right;
}
@keyframes heartbeat {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}

.bottom-bar .heart {
  width: 20px;
  vertical-align: middle;
  margin: 0 5px;
  animation: heartbeat 1s infinite;
}

/* footer  end */

/* courses section start */
.courses-card-main {
  margin-top: 50px;
  position: relative;
  z-index: 1; /* Brings this section above the image */
}
.courses-section {
  overflow: hidden;
  padding-top: 80px;
  background: linear-gradient(180.04deg, #171b39 -138.9%, #161a38 221.99%);
}
.earth-img {
  position: absolute;
  top: 50px;
  left: -111px;
  z-index: 0;
  /* opacity: 0.3;  */
  width: 100%;
  max-width: 500px;
  animation: rotateEarth 20s infinite linear; /* Animation applied */
}
@keyframes rotateEarth {
  0% {
    transform: rotate(0deg); /* Start at 0 degrees */
  }
  100% {
    transform: rotate(360deg); /* Rotate 360 degrees */
  }
}
.courses-section .title {
  font-size: 40px;
  font-family: "MonaSans-ExtraBold";
  color: var(--white-color);
}
.courses-section .title .highlight {
  color: var(--btn-color);
  font-size: 40px;
}
.courses-section .para {
  font-size: 14px;
  color: var(--white-color);
  margin: auto;
  width: 75%;
  display: inline-block;
  text-align: center;
  font-family: "HostGrotesk-Light";
}
.course-card {
  background-color: #2e3355;
  padding: 30px 20px 20px 20px;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.course-card:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.course-card .card-button-main {
  margin-top: 38px;
}

.course-card h4 {
  margin-bottom: 10px;
  font-size: 22px;
  color: var(--white-color);
  font-family: "MonaSans-SemiBold";
}
.courses-card-main p {
  font-size: 15px;
  cursor: var(--white-color);
  font-family: "MonaSans-Regular";
}

.course-card .btn {
  display: inline-block;
  padding: 12.5px;
  border-radius: 3px;
  text-decoration: none;
  color: var(--white-color);
}
.card-button-main .btn:focus {
  outline: none;
  box-shadow: none;
}

.course-card .btn-primary,
.course-card .btn-secondary {
  background-color: #3c4269;
  border: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.course-card .btn-primary:hover {
  background-color: var(--white-color);
  color: #2e3355;
}

.course-card .btn-primary {
  /* margin-right: 10px; */
  padding: 16px 20px;
  width: 100%;
  font-size: 16px;
  color: var(--white-color);
  font-family: "HostGrotesk-Light";
}
.card1 {
  border-top: 4px solid #8f73dd;
}
.card2 {
  border-top: 4px solid #458bdd;
}
.card3 {
  border-top: 4px solid #6be0ed;
}
.card4 {
  border-top: 4px solid #f07b65;
}
.card5 {
  border-top: 4px solid #af9c34;
}
.card6 {
  border-top: 4px solid #5fb380;
}

/* courses section end */
/* why joinus section start */
.why-join-us {
  margin-top: 100px;
  padding-top: 50px;
  color: #fff;
  /* background: linear-gradient(354.3deg, #161a38 9.72%, #2e3355 91.55%); */
  background: linear-gradient(353deg, #161a38 0%, #2e3355 100%);
  position: relative;
}
.Why-Join-Background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  height: 100%;
  display: block;
}
.why-join-card-main {
  margin-top: 90px;
}
.section-title {
  text-align: center;
  font-size: 40px;
  font-family: "MonaSans-Bold";
  color: var(--white-color);
}

.section-subtitle {
  font-size: 16px;
  color: var(--white-color);
  width: 80%;
  text-align: center;
  margin: 30px auto 0;
  font-family: "HostGrotesk-Light";
}

.feature-card {
  border-radius: 26px;
  text-align: center;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(95.73px);
  -webkit-backdrop-filter: blur(95.73px);
  transition: 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.feature-card:hover {
  box-shadow: #76ea8569 -5px 10px, #76ea8533 -10px 20px;
}
.icon-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #fff;
  margin: 0 auto;
  margin-top: -50px;
}
.icon-circle2 {
  filter: blur(14px);
  width: 30px;
  z-index: -1;
  height: 33px;
  margin: 0 auto;
  margin-top: -21px;
}

.feature-title {
  font-size: 30px;
  color: var(--white-color);
  margin: 25px 0;
  font-family: "HostGrotesk-Medium";
}
/* * Default hover effect (applies to all feature-cards) */

.card-demo:hover {
  box-shadow: rgba(169, 154, 213, 0.6) -5px 10px,
    rgba(169, 154, 213, 0.3) -10px 20px;
}

/* Experienced Mentors (bg_success) */
.card-mentors:hover {
  box-shadow: rgba(138, 171, 210, 0.6) -5px 10px,
    rgba(138, 171, 210, 0.3) -10px 20px;
}

/* Career Support (bg_info) */
.card-career:hover {
  box-shadow: rgba(117, 180, 187, 0.6) -5px 10px,
    rgba(117, 180, 187, 0.3) -10px 20px;
}

/* Interview Preparation (bg_warning) */
.card-interview:hover {
  box-shadow: rgba(193, 174, 73, 0.6) -5px 10px,
    rgba(193, 174, 73, 0.3) -10px 20px;
}

/* Placement Assistance (bg_danger) */
.card-placement:hover {
  box-shadow: rgba(240, 123, 101, 0.6) -5px 10px,
    rgba(240, 123, 101, 0.3) -10px 20px;
}

/* Course Certification (bg_secondary) */
.card-certification:hover {
  box-shadow: rgba(95, 179, 128, 0.6) -5px 10px,
    rgba(95, 179, 128, 0.3) -10px 20px;
}

/* why joinus section end */
/* contact us section start */
.dcoders-contact-section {
  padding: 150px 0 80px;
  background: linear-gradient(180.04deg, #171b39 -138.9%, #161a38 221.99%);
  position: relative;
  overflow: hidden;
}
/* styles.css */
.global-message {
  display: block;
  color: green;
  text-align: center;
  font-size: 25px;
  font-weight: bolder;
}
.error-message {
  color: red !important;
}
.recaptcha-error {
  color: red;
  display: none;
}

.contact_back {
  position: absolute;
  right: -200px;
  top: -30px;
  height: 480px;
  width: 400px;
  transform: rotate(33.05deg);
}

.mt-40-minus {
  margin-top: -40px;
}

.dcoders-contact-section .contact-header {
  width: 100%;
  max-width: 1220px;
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.dcoders-contact-section .contact-header h2 {
  font-size: 62px;
  font-family: "HostGrotesk-Bold";
  margin: 0;
  color: var(--white-color);
}

.dcoders-contact-section .contact-header .subtext-container {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  margin-top: 16px;
  margin-left: 100px;
}

.dcoders-contact-section .contact-header .line {
  width: 168px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.3);
  margin-right: 28px;
}

.dcoders-contact-section .contact-header .subtext {
  font-size: 62px;
  color: rgba(255, 255, 255, 0.3);
  font-family: "MonaSans-LightItalic";
}

.dcoders-contact-section .dcoders-form {
  margin-top: 90px;
}
.dcoders-contact-section .form-group {
  margin-top: 43px;
}
.dcoders-contact-section .form-group h6 {
  font-size: 18px;
  font-family: "MonaSans-SemiBold";
}

.dcoders-contact-section .form-control {
  background: transparent !important;
  border: none;
  border-bottom: 1px solid #ffffff66;
  color: var(--white-color) !important;
  border-radius: 0;
  box-shadow: none;
  font-size: 18px;
}
.dcoders-contact-section .dcoders-form label {
  color: var(--white-color);
  font-family: "MonaSans-SemiBold";
  font-size: 18px;
}
.dcoders-contact-section .dcoders-form label span {
  font-family: "MonaSans-SemiBold";
  font-size: 20px;
}

.dcoders-contact-section .form-control:focus {
  background: transparent;
  outline: 0;
  box-shadow: none;
}
.dcoders-contact-section .form-check-input:focus {
  outline: 0;
  box-shadow: none;
  border-color: #76ea8580;
}
.dcoders-contact-section .form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.dcoders-contact-section .checkbox-group .form-check-label {
  margin-left: 5px;
  color: var(--white-color);
  font-family: "MonaSans-Regular";
  font-size: 16px;
}

.dcoders-contact-section .form-check-input {
  background-color: transparent;
  border-color: #76ea8580;
}

.dcoders-contact-section .form-check-input:checked {
  background-color: #76ea85;
  border-color: #76ea85;
}

.dcoders-contact-section .checkbox-group {
  width: 80%;
  margin-top: 20px;
}
.dcoders-contact-section .checkbox-group .form-check {
  margin-bottom: 18px;
}
.dcoders-contact-section #message {
  resize: none;
}

.form__group {
  position: relative;
  padding: 15px 0 0;
  margin-top: 10px;
}

.form__field {
  font-family: inherit;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #ffffff66;
  outline: 0;
  color: #fff;
  padding: 7px 0;
  background: transparent;
  transition: border-color 0.2s;
  font-family: "HostGrotesk-Medium";
}
.form__field::placeholder {
  color: transparent;
}
.form__field:placeholder-shown ~ .form__label {
  cursor: text;
  top: 12px;
}

.form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
}

.form__field:focus {
  padding-bottom: 6px;
  border-color: var(--btn-color);
}
.form__field:focus ~ .form__label {
  position: absolute;
  /* top: 0; */
  top: -10px;
  display: block;
  transition: 0.2s;
  color: var(--btn-color);
  font-weight: 700;
}

.form__field:required,
.form__field:invalid {
  box-shadow: none;
}

/* dcoders-contact-section end */
/* Scroll For More Container */
.scroll-for-more {
  position: absolute;
  bottom: 20%;
  left: 12%;
  transform: translateX(-50%);
  text-align: center;
  color: var(--white-color);
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  cursor: pointer;
}

/* Scroll button animation start */
.scroll-text {
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-family: "HostGrotesk-Medium";
  color: var(--white-color);
}

.scroll-circle {
  width: 36px;
  height: 47px;
  border: 1px solid #ffffff;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: circlePulse 2s infinite;
}

.scroll-arrow {
  font-size: 18px;
  animation: bounce 1.5s infinite;
  color: #ffffff;
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
}
@keyframes animate {
  0% {
    transform: translateY(-20px); /* Start from above */
  }
  50% {
    transform: translateY(0); /* Move to center */
  }
  100% {
    transform: rotate(45deg) translateY(20px); /* Move to below */
  }
}

/* Scroll button animation End */
/* General Modal Styles */
.dcoders_modaldesign .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}
.dcoders_modaldesign .tools {
  display: flex;
  flex-wrap: wrap;
  gap: 21px;
  margin-top: 10px;
  padding-left: 15px !important;
}
.dcoders_modaldesign .tools li {
  display: inline-flex;
  align-items: center;
  background: #4a4e69;
  padding: 11px 22px;
  border-radius: 100px;
  /* margin-right: 10px; */
  color: var(--white-color);
  font-size: 16px;
  font-family: "MonaSans-SemiBold";
}
.additional-main ul li {
  font-size: 16px;
  color: var(--white-color);
  font-family: "MonaSans-Regular";
}
/* Centered Modal Content */
.dcoders_modaldesign .modal-content {
  background-color: #2a2a40;

  border-radius: 16px;
  color: var(--white-color);
  width: 90%;
  max-width: 900px;
  text-align: left;
}
.dcoders_modaldesign .full-stack .tools li {
  margin-right: 10px;
  margin-top: 12px;
}
.full-stack .mean_title {
  font-size: 16px;
  color: var(--white-color);
  font-family: "MonaSans-SemiBold";
}

.dcoders_modaldesign .time-duration {
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-family: "MonaSans-Medium";
  color: var(--white-color);
  background-color: hsl(0, 0%, 100%, 0.1);
  padding: 15px 0;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

/* Close Button */
.dcoders_modaldesign .modal-close {
  color: black;
  cursor: pointer;
  transition: transform 0.5s ease;
  display: inline-block;
}
.modal-close-backg:hover .modal-close {
  transform: rotate(90deg);
}

.dcoders_modaldesign .modal-content h2 {
  font-size: 24px;
  margin-bottom: 15px;
}
.dcoders_modaldesign .modal-content h3 {
  font-size: 24px;
  color: var(--white-color);
  border-bottom: 1px solid hsl(0, 0%, 100%, 0.2);

  font-family: "MonaSans-SemiBold";
  padding: 22px 30px 16px 30px;
}
.dcoders_modaldesign .modal-content .section h4 {
  font-size: 22px;
  color: var(--btn-color);
  font-family: "MonaSans-Medium";
}
.dcoders_modaldesign .modal-content .section {
  margin-bottom: 30px;
}
.dcoders_modaldesign .modal-content .modal-main-title {
  margin-top: 27px;
}
.dcoders_modaldesign .modal-close-backg {
  font-size: 20px;
  height: 40px;
  width: 40px;
  background-color: var(--white-color);
  border-radius: 50%;
  position: absolute;
  top: -14px;
  right: -14px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.modal-close-backg:hover .modal-close {
  transform: rotate(90deg);
}
.list-style li {
  list-style-type: disc !important;
}
.dcoders_modaldesign .modal-content .description {
  font-size: 16px;
  color: hsl(0, 0%, 100%, 65%);
  padding-left: 15px;
  font-family: "MonaSans-Light";
  text-align: justify;
}
.image_figma {
  margin-right: 10px;
}
.modal-open {
  overflow: hidden;
}

/* modal dcoders_modaldesign end*/
/* map */
.map-container {
  height: 450px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 12px;
}
.map-main-section {
  margin-bottom: 80px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.rotate-icon {
  color: #161a38;
  font-size: 20px;
  display: inline-block;
  transform: rotate(45deg);
  transition: transform 0.5s ease-in-out;
}
.rotate-bracket {
  color: #161a38;
  font-size: 20px;
  display: inline-block;
  transform: rotate(90deg);
}

/* modal btn */
.modal-close-icon {
  position: absolute;
  top: -13px;
  right: -11px;
  background-color: #76ea85;
  color: black;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
}

.modal-body {
  position: relative;
}
.modal-body img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal-dialog {
  max-width: 600px;
}
