@font-face {
  font-family: "LucidaBright";
  src: url("assets/font/LucidaBright/lucidabright_demi.ttf") format("ttf");
  /* url('assets/font/LucidaBright/') format('ttf'); */
  font-weight: normal;
  font-style: normal;
}

:root {
  --primary-color: #BF8A35;
  --secondary-color: #EFD175;
  --background-color: #efeef3;
  --text-white: white;
  --text-color: #595c5f;
  --text-dark: #000000;
  --gradient-primary: -webkit-linear-gradient(#EFD175, #BF8A35);
  --gradient-black: linear-gradient(95deg, rgba(46, 44, 44, 1) 0%, rgba(0, 0, 0, 1) 100%, rgba(0, 0, 0, 1) 100%);;
  --radial-gradient-primary: radial-gradient(circle, #EFD175, #BF8A35);
  --radial-gradient-black: radial-gradient(circle, #2e2c2c, #000000);
  --black: black;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
}
body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: #efeef3;
  font-family: "LucidaBright";
  font-family: "Montserrat", sans-serif;
}

/* header css */
.header-space{
  background-color: var(--black);
}
/* banner css */
.banner-space {
  padding-top: 100px;
  padding-bottom: 0px;
  background-color: var(--black);
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.banner-space h1 {
  font-size: 77px;
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "LucidaBright";
  font-weight: bold;
}
.banner-space p {
  font-size: 23px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: var(--text-white);
}

.banner-girl {
  position: relative;
}
.banner-girl img {
  position: absolute;
  top: -655px;
  left: 520px;
}
.banner-btn {
  padding-left: 1px;
}

.banner-btn button {
  background: rgb(12, 135, 212);
  background: var(--radial-gradient-primary);
  border: none;
  color: var(--text-dark);
  width: 200px;
  height: 50px;
  border-radius: 10px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.banner-bg {
  position: relative;
}
.banner-bg img {
  position: absolute;
  top: -739px;
  left: 500px;
}

/* form */
.window {
  width: 70%;
  height: 100%;
  padding: 0px 0px 20px 0px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(9.7px);
  -webkit-backdrop-filter: blur(9.7px);
  border: 1px dotted #ffffff;
  position: relative;
  z-index: 99;
  left: -141px;
  background: rgb(255, 255, 255);

  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

input[type="submit"] {
  width: 40%;
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  margin-top: 20px !important;
  background: rgb(12, 135, 212);
  background: var(--radial-gradient-primary);
  color: var(--text-dark);
}
#location {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: 1px solid #0064ab;
  border-radius: 5px;
  margin-top: 10px;
  color: #595c5f;
}
#country {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: 1px solid #0064ab;
  border-radius: 5px;
  margin-top: 10px;
  color: #595c5f;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  appearance: none;
  background-clip: padding-box;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: 1px solid #000000 !important;
  margin-top: 10px !important;
}

.form-control.is-invalid {
  border-color: #dc3545 !important;
}

.form-control.is-valid {
  border-color: #198754 !important;
}

.invalid-feedback {
  color: #dc3545;
  font-size: 0.8rem;
  margin-top: 2px;
}

.form-width {
  width: 350px !important;
}

.form-margin {
  margin-top: 50px;
}

/* about css */

.about-space {
  margin-top: 70px;
  margin-bottom: 0px;
}

.about-title h2 {
  font-size: 50px;
  color: #BF8A35;
  font-family: "LucidaBright";
  font-weight: 600;
}
.about-para-color {
  color: #BF8A35;
}

.about-para-color {
  font-size: 22px;
  font-weight: bold;
}

.about-para {
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

/* full web bg */

.full-web-bg {
  /* background-image: url(../images/german-bg.png); */
  background: var(--gradient-black);
  bacground-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* counter css */
/* .counter-bg{
    background-image: url(../images/counter/counter-bg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
  } */

.counter-space {
  padding-top: 70px;
  margin-bottom: 70px;
}

.counterup {
  background-color: #ffffff;
  border-radius: 10px;
  text-align: center;
}
.pulsetext {
  font-size: 100px;
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}
.num {
  font-size: 100px;
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
.stat-suffix {
  font-size: 100px;
}
.text {
  font-size: 34px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin-top: -20px;
}

.stat {
  text-align: center;
}

.counter-icon {
  position: relative;
}

.counter-icon img {
  position: absolute;
  top: -56px;
  left: 100px;
}
/* german css */

.german-space {
  margin-top: 70px;
  margin-bottom: 70px;
}

.german-bg {
  border: 1px solid #ffffff;
  border-radius: 20px;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
background: #2e2c2c;
background: linear-gradient(0deg, rgba(46, 44, 44, 1) 0%, rgba(0, 0, 0, 1) 100%);
}

.german-title-flex {
  display: flex;
  justify-content: center;
  gap: 5px;
}

.german-space {
  color: #ffffff;
}

.german-girl-img img {
  width: 500px;
}
.gernan-para p {
  margin-top: 10px;
  font-size: 19px;
  font-family: "Montserrat", sans-serif;
}

.german-plane-img {
  position: relative;
}

.german-plane-img img {
  position: absolute;
  top: -464px;
  width: 350px;
  left: 131px;
}

.german-girl-img {
  position: relative;
}
.german-girl-img img {
  position: absolute;
  top: -261px;
  left: -72px;
  width: 522px;
  z-index: 99;
}

/* german exam */
.german-exam {
  margin-top: 70px;
  margin-bottom: 70px;
}

.german-bg-one {
  background-color: #ffffff;
  padding: 5px;
  border-radius: 50px;
}

.german-title {
  font-size: 40px;
  background: var(--gradient-primary);
      -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  font-family: "LucidaBright";
  font-weight: 600;
}
.german-exam-space {
  margin-top: 100px !important;
}

.german-bg-two {
  border: 1px solid #0064ab;
  padding: 50px 20px 20px 20px;
  border-radius: 50px;
}

.exam-details ul li {
  list-style: none;
  font-size: 22px;
  text-align: start;
  font-family: "Montserrat", sans-serif;
}

.box-exam h3 {
  text-align: center;
  font-size: 35px;
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  font-family: "LucidaBright";
}

.two-box-space {
  margin-top: 70px !important;
}

.exam-icon {
  position: relative;
}

.exam-icon img {
  position: absolute;
  top: -120px;
  left: 55px;
}

/* usefull information css */

.table-container {
  background-color: #BF8A35; /* Background color of the container */
  padding: 20px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
}
table {
  width: 100%;
  max-width: 800px;
  border-collapse: collapse;
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
}
th,
td {
  padding: 15px 20px;
  text-align: left;
  border: 1px solid #ddd;
  font-size: 16px;
}
th {
  /* background-color: #f1f1f1; */
  font-weight: bold;
  color: #BF8A35;
}
td {
  color: #333;
}

hr {
  border: 5px solid black;
}

table,
th,
tr,
td {
  border: 2px solid var(--primary-color) !important;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
}
table {
  margin-top: 50px;
}

.usefull-bg {
  border: 1px solid #ffffff;
  border-radius: 20px;
  padding: 40px 20px 20px 20px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
 
background: #2e2c2c;
background: linear-gradient(0deg, rgba(46, 44, 44, 1) 0%, rgba(0, 0, 0, 1) 100%);
}

.usefull {
  font-family: "Montserrat", sans-serif !important;
}

.usefullleft {
  width: 200px;
}

.usefullrigth {
  width: 500px;
}
.planeone {
  position: relative;
}

.planeone img {
  position: absolute;
  top: -500px;
  left: 930px;
}

.planetwo {
  position: relative;
}

.planetwo img {
  position: absolute;
  top: -50px;
  left: -113px;
}

/* why-german css  */

.why-german-space {
  margin-top: 70px;
  margin-bottom: 70px;
}

.why-german-box {
  border: 1px solid #ffffff;
  border-radius: 15px;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset,
    rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 70px 60px -30px;
  background: rgb(0, 100, 171);
  background: var(--gradient-primary);
  padding: 20px;
}
.why-choose img {
  width: 225px;
}
.why-choose-1 p {
  font-size: 19px;
  margin-top: 20px;
}
.why-choose-text {
  color: #ffffff;
  display: flex;
  justify-content: center;
  gap: 10px;
  font-size: 17px;
  font-family: "Montserrat", sans-serif;
  margin-top: 10px;
}

.why-choose-text h4 {
  font-size: 17px;
  margin-top: 10px;
}

.why-row-one {
  margin-top: 20px !important;
}

.why-row-two {
  margin-top: 20px !important;
}

/* batch time  css*/

/* .table-container {
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

table {
  border-collapse: collapse;
  width: 100%;
  max-width: 600px;
  border-radius: 8px;
  overflow: hidden;
}

th,
td {
  padding: 15px;
  text-align: center;
  border: 1px solid #ddd;
  font-size: 18px;
}

th {
  background-color: #0062a3; 
  color: white;
  font-weight: bold;
}

td {
  background-color: #f2faff; 
}

td:nth-child(even) {
  background-color: #d9ecff; 
}

.trhead {
  background: rgb(12, 135, 212);
  background: linear-gradient(
    277deg,
    rgba(12, 135, 212, 1) 0%,
    rgba(0, 100, 171, 1) 100%
  );
  font-size: 50px !important;
} */

.batchhead th {
  font-family: "LucidaBright";
  font-size: 30px;
  text-align: center;
  background: rgb(12, 135, 212);
  background: var(--radial-gradient-black);
  color: #ffffff;
}

.batchdown td {
  color: #000000;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 17px;
}

/* study aborad title */

.study-abroad-space {
  margin-top: 70px;
  margin-bottom: 70px;
}

.study-aborad-title {
  font-size: 40px;
  color: #ffffff;
  font-family: "LucidaBright";
  font-weight: 600;
}

.study-aborad-box {
   background: #D2D2D2;
background: linear-gradient(0deg, rgba(210, 210, 210, 1) 0%, rgba(255, 255, 255, 1) 100%);
  padding: 20px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  text-align: center;
  height: 150px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.study-aborad-text h4 {
  font-size: 18px;
  margin-top: 20px;
  font-family: "Montserrat", sans-serif;
}
.study-aborad-margin-one {
  margin-top: 20px !important;
}
.study-aborad-margin-two {
  margin-top: 20px !important;
}
.study-aborad-margin-three {
  margin-top: 20px !important;
}

.study-abroad-bg {
}

/* Education Abroad css */

.education-broad-space {
  padding-bottom: 70px;
}

.education-broad-space-row {
  margin-top: 50px !important;
}

/* footer  css*/

.footer-section {
  background-color: var(--black);
  padding-top: 50px;
  padding-bottom: 20px;
  color: #ffffff;
}

.footer-address {
  display: flex;
  justify-content: space-evenly;
}

.footer-address a {
  color: #ffffff;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.footer-address a {
  color: var(--text-primary) !important;
 
}

.footer-text {
  font-size: 20px;
}

.study-abroad-bg {
  border: 1px solid #ffffff;
  border-radius: 20px;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
background: #2e2c2c;
background: linear-gradient(0deg, rgba(46, 44, 44, 1) 0%, rgba(0, 0, 0, 1) 100%);
}

/* form rebiion */

.ribbon5 {
  display: block;
  width: calc(100% + 20px);
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-left: -10px;
  margin-right: -10px;
  background: rgb(12, 135, 212);
  background: var(--radial-gradient-primary);
  position: relative;
  top: 20px;
  font-size: 30px;
  font-family: "LucidaBright";
  font-family: "Montserrat", sans-serif;
}
.ribbon5:before,
.ribbon5:after {
  content: "";
  position: absolute;
}
.ribbon5:before {
  height: 0;
  width: 0;
  bottom: -10px;
  left: 0;
  border-top: 10px solid #0064ab;
  border-left: 10px solid transparent;
}
.ribbon5:after {
  height: 0;
  width: 0;
  right: 0;
  bottom: -10px;
  border-top: 10px solid #0064ab;
  border-right: 10px solid transparent;
}
.wrap {
  width: 100%;
  height: 188px;
  position: absolute;
  top: -8px;
  left: 8px;
  overflow: hidden;
}
.wrap:before,
.wrap:after {
  content: "";
  position: absolute;
}
.wrap:before {
  width: 40px;
  height: 8px;
  right: 100px;
  background: #4d6530;
  border-radius: 8px 8px 0px 0px;
}
.wrap:after {
  width: 8px;
  height: 40px;
  right: 0px;
  top: 100px;
  background: #4d6530;
  border-radius: 0px 8px 8px 0px;
}
@media (min-width: 500px) {
  .ribbons-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .ribbon {
    width: 48%;
  }
}

.copyrigth {
  color: #000000;
}

.copyrigth a {
  text-decoration: none;
}

/* media query for small screen */

@media (max-width: 600px) {
  .about-img img {
    width: 100%;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset,
      rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
      rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  }
  .full-web-bg {
    background-image: url(../images/german-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 30px;
  }
  .counter-icon img {
    position: absolute;
    top: -60px;
    left: 120px;
  }
  .counterup {
    background-color: #ffffff;
    border-radius: 10px;
    text-align: center;
    margin-top: 80px;
    padding: 0px 20px 20px 40px;
  }
  .german-girl-img img {
    /* display: none; */
  }
  .german-plane-img {
    /* display: none; */
  }
  .german-title {
    font-size: 30px;
    color: #ffffff;
    font-family: "LucidaBright";
    font-weight: 600;
    margin-top: 10px;
  }
  .gernan-para p {
    margin-top: 10px;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
  }
  .exam-icon img {
    position: absolute;
    top: -112px;
    left: 120px;
  }
  table,
  th,
  tr,
  td {
    border: 2px solid #0064ab !important;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
  }
  .planetwo img {
    /* display: none; */
  }

  .why-choose img {
    width: 100%;
  }
  .batchdown td {
    color: #000000;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 15px;
  }
  .batch-time img {
    width: 100%;
  }
  .study-aborad-title {
    font-size: 28px;
    color: #ffffff;
    font-family: "LucidaBright";
    font-weight: 600;
  }
  .education-broad-img img {
    width: 100%;
  }
  .footer-address {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
  .study-aborad-box {
   background: #D2D2D2;
background: linear-gradient(0deg, rgba(210, 210, 210, 1) 0%, rgba(255, 255, 255, 1) 100%);
    padding: 20px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    text-align: center;
    height: 150px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
      rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    margin-top: 20px;
  }
  .german-title-flex {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-top: 5px;
  }
  .why-german-box {
    border: 1px solid #ffffff;
    border-radius: 15px;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset,
      rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
      rgba(0, 0, 0, 0.3) 0px 70px 60px -30px;
    background: rgb(0, 100, 171);
    background: linear-gradient(
      139deg,
      rgba(0, 100, 171, 1) 0%,
      rgba(12, 135, 212, 1) 100%
    );
    padding: 20px;
    margin-top: 20px;
  }
  .why-choose-text {
    color: #ffffff;
    display: flex;
    justify-content: center;
    gap: 10px;
    font-size: 25px;
    font-family: "Montserrat", sans-serif;
    margin-top: 20px;
  }

  .window {
    width: 100%;
    height: 100%;
    padding: 0px 0px 20px 0px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(9.7px);
    -webkit-backdrop-filter: blur(9.7px);
    border: 1px dotted #ffffff;
    position: relative;
    z-index: 99;
    background: rgb(255, 255, 255);
    background: radial-gradient(
      circle,
      rgba(255, 255, 255, 1) 0%,
      rgba(200, 232, 252, 1) 100%
    );
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
      rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
      rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    left: 0px;
    margin-top: 20px;
  }
  input[type="submit"] {
    width: 40%;
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    margin-top: 20px !important;
    background: rgb(12, 135, 212);
    background: radial-gradient(
      circle,
      rgba(12, 135, 212, 1) 0%,
      rgba(0, 100, 171, 1) 100%
    );
    color: #ffffff;
  }

  #lastgerman {
    margin-top: 60px !important;
  }
  .batchhead th {
    font-family: "LucidaBright";
    font-size: 30px;
    text-align: center;;
    background: var(--radial-gradient-black);
    color: #ffffff;
  }
  .study-aborad-margin-two {
    margin-top: 15px !important;
  }
  .study-aborad-margin-three {
    margin-top: 15px !important;
  }

  .about-para-color {
    font-size: 20px;
    font-weight: bold;
  }
  .about-para-color {
    font-size: 20px;
    font-weight: bold;
  }
  .usefullleft {
    width: 200px;
    font-size: 14px;
  }
  .header-logo img {
    width: 100%;
  }

  #german-learn-sec {
    margin-bottom: 300px;
  }
  .german-girl-img {
    position: relative;
  }
  .german-girl-img img {
    position: absolute;
    top: 550px;
    left: -90px;
    width: 327px;
    z-index: 99;
  }
  .german-plane-img {
    position: relative;
  }
  .german-plane-img img {
    position: absolute;
    top: -250px;
    width: 196px;
    left: 98px;
  }
  .planetwo img {
    position: absolute;
    top: -74px;
    left: -137px;
  }
  .usefull-bg {
    border: 1px solid #ffffff;
    border-radius: 20px;
    padding: 40px 20px 100px 20px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
      rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
      rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    background: rgb(0, 100, 171);
    background: linear-gradient(
      139deg,
      rgba(0, 100, 171, 1) 0%,
      rgba(12, 135, 212, 1) 100%
    );
  }
  .planetwo {
    position: relative;
  }
  .planetwo img {
    position: absolute;
    top: -74px;
    left: -137px;
  }

  .planeone {
    position: relative;
  }
  .planeone img {
    position: absolute;
    top: -676px;
    left: 267px;
  }

  .why-row-two {
    margin-top: 20px !important;
  }
  .banner-space {
    padding-top: 50px;
    padding-bottom: 0px;
    background-color: var(--black);
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px,
      rgba(0, 0, 0, 0.23) 0px 6px 6px;
  }
  .banner-btn {
    padding-left: 1px;
  }

  .german-title-flex img {
    display: none;
  }
}

/* checkbox */

.checkbox-container {
  display: flex;
  align-items: center;
  padding: 0px;
  margin-top: 10px;
}
.checkbox {
  display: flex;
  flex-direction: column;
  margin-right: 20px;
}
.checkbox input[type="checkbox"] {
  display: none; /* Hide the default checkbox */
}
.checkbox label {
  background-color: white;
  border: 1px solid var(--text-dark); /* Blue border */
  border-radius: 8px;
  padding: 5px 10px 5px 10px;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.3s;
  color: #000000;
}
.checkbox input[type="checkbox"]:checked + label {
  background-color: #2196f3; /* Change background on check */
  color: rgb(0, 0, 0); /* Change text color on check */
}

input[type="reset"] {
  width: 40%;
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  margin-top: 20px !important;
  background: rgb(12, 135, 212);
  background: var(--radial-gradient-primary);
  color: var(--text-dark);
  border: none;
  height: 38px;
}

input[type="submit"]:hover {
  width: 40%;
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  margin-top: 20px !important;
  background: rgb(12, 135, 212);
  background: var(--radial-gradient-primary);
  color: #ffffff;
}

.submitandrestbuttonflex {
  display: flex;
  justify-content: space-evenly;
}

.checkbox label:focus {
  background-color: white;
  border: 1px solid #2196f3;
  border-radius: 8px;
  padding: 10px 20px;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.3s;
  color: #ffffff !important;
}

.footer-address a:hover {
  color: #087ac5;
}

#location:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

#country:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

select option {
  color: #595c5f !important;
}

.footer-address a:hover {
  color: var(--primary-color) !important;
}

.copyrigths{
  background-color: var(--black);
}
.copyrigths p {
  color: #ffffff;
  margin-top: 5px;
  margin-bottom: 0px !important;
}
.copyrigths .copy-text{
  color: #ffffff;
}
.copyrigths a {
  color: #ffffff;
  text-decoration: none;
}
.copyrigths .copy-text:hover{
  color: var(--primary-color) !important;
}
.copyrigths a {
  color: var(--primary-color) !important;
  text-decoration: none;
}

.checkbox-container {
  margin: 10px;
  display: flex;
  justify-content: space-between;
}

.checkbox {
  margin: 10px 0;
}

input[type="radio"] {
  display: none; /* Hide the default radio button */
}

.custom-radio {
  position: relative;
  padding-left: 30px; /* Space for the custom tick */
  cursor: pointer; /* Show pointer on hover */
  font-size: 16px; /* Adjust the font size */
}

/* Custom tick style */
.custom-radio:before {
  content: "";
  position: absolute;
  left: -25px;
  top: 58%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 1px solid #007bff;
  border-radius: 4px;
  background-color: white;
  transition: background-color 0.2s ease;
}

/* Checked state */
input[type="radio"]:checked + .custom-radio:before {
  background-color: #007bff; /* Background color when checked */
  color: white; /* Text color inside tick */
}

/* Tick mark */
input[type="radio"]:checked + .custom-radio:after {
  content: "✓";
  position: absolute;
  left: -22px;
  top: 54%;
  transform: translateY(-50%);
  font-size: 16px;
  color: white;
}

.register-btn button {
  width: 200px;
  height: 40px;
  border: none;
  background-color: #e9f6ff;
  border-radius: 15px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 700;
  border: 2px solid black;
}

@keyframes pulse {
  50% {
    transform: scale(5);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.pulse {
  display: inline-block; /* Ensure the element takes only the required width */
  animation: pulse 1.5s infinite; /* Adjust the duration and timing */
}

#registernow button {
  list-style: none;
  text-decoration: none !important;
}

a {
  text-decoration: none !important;
}
.copyrigths {
  border-top: 1px solid #0675bf;
  padding-top: 5px;
  padding-bottom: 8px;
}
.copyrigth a span:hover {
  color: #000000 !important;
}
.copyrigth a:hover {
  color: #000000 !important;
}

@media only screen and (min-width: 1300px) {
  .banner-bg {
    position: relative;
  }
  .banner-bg img {
    position: absolute;
    top: -739px;
    left: 690px;
  }
  .banner-girl {
    position: relative;
  }
  .banner-girl img {
    position: absolute;
    top: -655px;
    left: 2515px;
  }
}

.full-web-bg {
  margin-top: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .about-img img {
    margin-top: 20px;
    margin-left: 50px;
  }
  .counterup {
    margin-top: 100px;
    background-color: #ffffff;
    border-radius: 10px;
    text-align: center;
  }
  .sm-mt-2 {
    margin-top: 40px;
  }
  .copyrigths p {
    font-size: 15px;
  }
  .counter-icon img {
    position: absolute;
    top: -56px;
    left: 120px;
  }

  #counterupmd {
    display: flex;
    justify-content: center;
  }
  #german-learn-sec {
    margin-bottom: 477px;
  }
  .german-girl-img img {
    position: absolute;
    top: 360px;
    left: 22px;
    width: 522px;
    z-index: 99;
  }

  #lastgerman {
    margin-top: 50px;
  }
  .exam-icon img {
    position: absolute;
    top: -120px;
    left: 100px;
  }
  .exammdscreen {
    margin-top: 80px !important;
  }

  .exam-details ul li {
    text-align: center;
  }

  .why-choose img {
    width: 100%;
  }

  .batch-time img {
    margin-left: 50px;
  }
  .study-aborad-box {
    margin-top: 50px;
  }
  .education-broad-img img {
    width: 100%;
  }
  .footer-address {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }

  .window {
    width: 100%;
    height: 100%;
    padding: 0px 0px 20px 0px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(9.7px);
    -webkit-backdrop-filter: blur(9.7px);
    border: 1px dotted #ffffff;
    position: relative;
    z-index: 99;
    left: -117px;
    background: rgb(255, 255, 255);
  
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
      rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
      rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  }

  .banner-space {
    padding-top: 100px;
    background-color:var(--black);
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px,
      rgba(0, 0, 0, 0.23) 0px 6px 6px;
  }

  .banner-bg {
    position: relative;
  }
  .banner-bg img {
    position: absolute;
    left: 310px;
  }

  .banner-girl {
    position: relative;
  }
  .banner-girl img {
    position: absolute;
    top: -485px;
    left: 265px;
    width: 717px;
  }

  .why-german-box {
    border: 1px solid #ffffff;
    border-radius: 15px;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset,
      rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
      rgba(0, 0, 0, 0.3) 0px 70px 60px -30px;
    background: rgb(0, 100, 171);
    background: linear-gradient(
      139deg,
      rgba(0, 100, 171, 1) 0%,
      rgba(12, 135, 212, 1) 100%
    );
    padding: 20px;
    margin-top: 30px;
  }

  #two-box-space-md {
    margin-top: 0px;
  }

  .two-box-space {
    margin-top: 0px !important;
  }
  #lastgerman {
    margin-top: 0px !important;
  }
  #md-counterup {
    /* margin-left: 100px; */
  }
  .banner-space p {
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
  }
  .form-control {
    display: block;
    width: 85% !important;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    padding-left: 50p;
    margin-left: 20px;
  }

  .header-logo-md {
    width: 200px;
  }
  .banner-space h1 {
    font-size: 50px;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "LucidaBright";
    font-weight: bold;
  }
}

@media (min-width: 1200px) {
  .banner-girl {
    position: relative;
  }

  .banner-girl img {
    position: absolute;
    top: -655px;
    left: 520px;
  }
  .banner-bg {
    position: relative;
  }
  .banner-bg img {
    position: absolute;
    top: -739px;
    left: 500px;
  }


}
