@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
:root {
  --ltn__body-font: "Roboto", sans-serif;
  --font-open:"Open Sans", sans-serif;
  --black: #000;
  --white:#fff;
  --color-1:#002547;
  --color-2:#ff7244;
  --color-3:#7A7A7A;
  --color-4:#222222;
  --background-1:#010a2d;
  --background-2:#ff7244;
  --transition: all .3s ease-in-out;
}

body {
  font-family: var(--font-jost) !important;
  background: none;
}

.padding20 {
  padding: 20px 0;
}

.padding40 {
  padding: 40px 0;
}

.padding60 {
  padding: 60px 0;
}

.padding80 {
  padding: 80px 0;
}

.padding120 {
  padding: 120px 0;
}

.landing-background-1 {
  background: var(--background-1);
}

.background-2 {
  background: url(../images/bg.png) no-repeat center center #f9f9f9;
  background-size: cover;
}

.background-3 {
  background: url(../images/business-team.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}

.background-overlay {
  background: rgba(255, 114, 68, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

figure .banner1 {
  color: var(--white);
}
figure .banner1 h3 {
  font-size: 25px;
  font-weight: 600;
  margin-top: 10%;
}
figure .banner1 h2 {
  font-family: var(--font-besley);
  font-size: 70px;
  font-weight: 700;
}
figure .banner1 p {
  font-size: 16px;
  line-height: 25px;
}

section .join-form .item {
  position: relative;
  margin-top: -70px;
  color: var(--white);
  min-height: 330px;
}
section .join-form .item video {
  width: 100%;
  height: 330px;
  -o-object-fit: fill;
     object-fit: fill;
}
section .join-form .item2 {
  background: url(../images/city-6BZFHWJ.jpg);
  padding: 2.2em 4em 2.2em 4em;
  position: relative;
  margin-top: -70px;
  color: var(--color-1);
  min-height: 330px;
}
section .join-form .item2::before {
  content: "";
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
}
section .join-form .item2 h2 {
  font-family: var(--font-besley);
  font-size: 32px;
  font-weight: 700;
  color: var(--color-1);
  position: relative;
  line-height: normal;
  margin-bottom: 35px;
}
section .join-form .item2 p {
  font-size: 16px;
  font-family: var(--font-open);
  color: var(--color-1);
  position: relative;
  line-height: 30px;
  margin: 0;
}
section .join-form .item2 .donwload {
  background: var(--background-2);
  padding: 10px 15px;
  color: var(--white);
  text-decoration: none;
  position: relative;
  margin-top: 15px;
  display: inline-block;
}
section .vision h3 {
  font-size: 20px;
  color: var(--color-2);
  font-weight: 500;
}
section .vision h2 {
  color: var(--color-1);
  font-size: 48px;
  font-weight: 700;
  font-family: var(--font-open);
  margin: 15px 0;
}
section .vision p {
  font-size: 16px;
  line-height: 25px;
  color: var(--color-3);
}
section .vision .item {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 2em 2em 2em 2em;
  margin-bottom: 40px;
  position: relative;
}
section .vision .item h3 {
  color: var(--color-1);
  font-size: 25px;
  font-weight: 700;
  font-family: var(--font-open);
}
section .vision .item p {
  font-size: 14px;
  line-height: 25px;
}
section .download {
  background: var(--background-2);
  padding: 0px 35px;
}
section .download h3 {
  font-family: var(--font-besley);
  font-weight: 700;
  font-size: 32px;
  color: var(--white);
  margin-top: 10%;
}
section .download button {
  margin: 13% 10%;
  background: var(--color-1);
  padding: 15px 30px 15px 30px;
  color: var(--white);
  border: none;
}
section .donation .heading h4 {
  font-size: 20px;
  font-weight: 500;
  color: var(--color-2);
}
section .donation .heading h2 {
  font-family: var(--font-besley);
  font-size: 25px;
  font-weight: 700;
  color: var(--color-1);
  line-height: normal;
}
section .donation .item {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 2em 2em 2em 2em;
  margin-bottom: 40px;
  background: var(--white);
}
section .donation .item h2 {
  font-family: var(--font-besley);
  font-size: 22px;
  font-weight: 700;
  color: var(--color-1);
  border-bottom: solid 1px #ccc;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
section .donation .item h3 {
  color: var(--color-4);
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 25px;
}
section .donation .item .account {
  font-size: 15px;
}
section .donation .item .payment {
  background: var(--background-2);
  padding: 12px;
  margin: 20px 0;
  color: var(--white);
  border-radius: 0 0 5px 5px;
  font-size: 14px;
}
section .donation .item .payment a {
  font-weight: 500;
  color: var(--black);
}
section .donation .item h4 {
  font-size: 17px;
}
section .donation .item p {
  font-size: 15px;
  color: var(--color-3);
}
section .video-section {
  position: relative;
}
section .video-section h6 {
  font-size: 20px;
  font-weight: 500;
  color: var(--white);
}
section .video-section h2 {
  font-family: var(--font-open);
  font-size: 48px;
  font-weight: 700;
  color: var(--color-1);
}
section .video-section p {
  font-size: 16px;
  color: var(--white);
  line-height: 25px;
}

@media (max-width: 575.98px) {
  figure .banner h3 {
    font-size: 16px;
  }
  figure .banner h2 {
    font-family: var(--font-open);
    font-size: 30px;
    font-weight: 700;
  }
  figure .banner1 h2 {
    font-size: 30px;
  }
  section .join-form .item {
    margin: 0;
    padding: 20px !important;
    min-height: auto;
  }
  section .join-form .item video {
    height: auto !important;
    min-height: auto !important;
  }
  section .join-form .item2 {
    margin: 0;
    padding: 20px;
  }
  section .join-form .item2 h2 {
    font-size: 20px;
  }
  section .vision h2 {
    font-size: 30px;
  }
  section .vision .item h3 {
    font-size: 20px;
  }
  section .download h3 {
    font-size: 22px;
  }
  section .donation .heading h2 {
    font-size: 20px;
  }
  section .donation .item h2 {
    font-size: 18px;
  }
  section .video-section h2 {
    font-size: 25px;
  }
  section .video-section .video {
    position: relative;
    top: 0;
  }
  section .donation .item {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  figure .banner h3 {
    font-size: 16px;
  }
  figure .banner h2 {
    font-family: var(--font-open);
    font-size: 30px;
    font-weight: 700;
  }
  figure .banner1 h2 {
    font-size: 30px;
  }
  section .join-form .item {
    margin: 0;
    padding: 20px !important;
    min-height: auto;
  }
  section .join-form .item video {
    height: auto !important;
    min-height: auto !important;
  }
  section .join-form .item2 {
    margin: 0;
    padding: 20px;
  }
  section .join-form .item2 h2 {
    font-size: 20px;
  }
  section .vision h2 {
    font-size: 30px;
  }
  section .vision .item h3 {
    font-size: 20px;
  }
  section .download h3 {
    font-size: 22px;
  }
  section .donation .heading h2 {
    font-size: 20px;
  }
  section .donation .item h2 {
    font-size: 18px;
  }
  section .video-section h2 {
    font-size: 25px;
  }
  section .video-section .video {
    position: relative;
    top: 0;
  }
}
.skill-bars {
  padding: 25px 30px;
  width: 600px;
  background: #fff;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.skill-bars .bar {
  margin: 20px 0;
}

.skill-bars .bar:first-child {
  margin-top: 0px;
}

.skill-bars .bar .info {
  margin-bottom: 5px;
}

.skill-bars .bar .info span {
  font-weight: 500;
  font-size: 17px;
  opacity: 0;
  animation: showText 0.5s 1s linear forwards;
}

@keyframes showText {
  100% {
    opacity: 1;
  }
}
.skill-bars .bar .progress-line {
  height: 10px;
  width: 100%;
  background: #f0f0f0;
  position: relative;
  transform: scaleX(0);
  transform-origin: left;
  border-radius: 10px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 1px rgba(255, 255, 255, 0.8);
  animation: animate 1s cubic-bezier(1, 0, 0.5, 1) forwards;
}

@keyframes animate {
  100% {
    transform: scaleX(1);
  }
}
.bar .progress-line span {
  height: 100%;
  position: absolute;
  border-radius: 10px;
  transform: scaleX(0);
  transform-origin: left;
  background: #ff7244;
  animation: animate 1s 1s cubic-bezier(1, 0, 0.5, 1) forwards;
  height: 3px;
}

.bar .progress-line.html span {
  width: 90%;
}

.bar .progress-line.css span {
  width: 60%;
}

.bar .progress-line.jquery span {
  width: 85%;
}

.bar .progress-line.python span {
  width: 50%;
}

.bar .progress-line.mysql span {
  width: 75%;
}

.progress-line span::before {
  position: absolute;
  content: "";
  top: -10px;
  right: 0;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-bottom-width: 0px;
  border-right-width: 0px;
  border-top-color: #000;
  opacity: 0;
  animation: showText2 0.5s 1.5s linear forwards;
}

.progress-line span::after {
  position: absolute;
  top: -28px;
  right: 0;
  font-weight: 500;
  background: #000;
  color: #fff;
  padding: 1px 8px;
  font-size: 12px;
  border-radius: 3px;
  opacity: 0;
  animation: showText2 0.5s 1.5s linear forwards;
}

@keyframes showText2 {
  100% {
    opacity: 1;
  }
}
.progress-line.html span::after {
  content: "90%";
}

.progress-line.css span::after {
  content: "60%";
}

.progress-line.jquery span::after {
  content: "85%";
}

.progress-line.python span::after {
  content: "50%";
}

.progress-line.mysql span::after {
  content: "75%";
}

@media (min-width: 768px) and (max-width: 991.98px) {
  section .join-form .item2 {
    padding: 20px;
  }
}/*# sourceMappingURL=stylesheet.css.map */