@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap");
body {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

/* Styles for the preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/images/favicon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 5%;
  z-index: 9999;
  overflow: hidden;
}
@media screen and (max-width: 425px) {
  #preloader {
    background-size: 20%;
  }
}
@media screen and (max-width: 768px) {
  #preloader {
    background-size: 12%;
  }
}
@media screen and (max-width: 1440px) {
  #preloader {
    background-size: 10%;
  }
}
#preloader::after {
  content: "Loading...";
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  font-size: 20px;
  letter-spacing: 2px;
  top: 7%;
  position: absolute;
}
@media screen and (max-width: 767px) {
  #preloader::after {
    font-size: 16px;
    top: 5%;
  }
}
@media screen and (max-width: 991px) {
  #preloader::after {
    top: 7%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1440px) {
  #preloader::after {
    top: 11%;
  }
}

/* Styles for the content */
#content {
  display: none;
}

.c-pointer {
  cursor: pointer;
}

.bg-green {
  background-color: #0b6623;
}

.bg-geen-gradient {
  background: linear-gradient(180deg, rgb(11, 102, 35) 15%, rgb(3, 52, 16) 99%);
}

.ligh_bg_green {
  background-color: #0b6623;
}

::-moz-placeholder {
  color: #d2d2d2 !important;
  font-size: 18px;
}

::placeholder {
  color: #d2d2d2 !important;
  font-size: 18px;
}

.navbar-expand-md .navbar-nav {
  flex-direction: row !important;
}

.customToogler {
  display: flex;
  flex-wrap: nowrap !important;
}
@media screen and (min-width: 2048px) and (max-width: 2560px) {
  .customToogler a img {
    width: 360px;
  }
}
@media screen and (min-width: 2560px) {
  .customToogler a img {
    width: 180%;
  }
}

@media screen and (min-width: 2048px) and (max-width: 2560px) {
  .nav-item a img {
    width: 38px !important;
    height: 38px !important;
  }
}
@media screen and (min-width: 2560px) {
  .nav-item a img {
    width: 60px !important;
    height: 60px !important;
  }
}

.navbar-collapse {
  width: 100%;
}

@media screen and (max-width: 425px) {
  .navbar-toggler-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
  }
}

@media screen and (max-width: 768px) {
  .navbar-toggler {
    padding: 5px 5px;
    border: none;
  }
}

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  padding: 20px 33px;
}
@media screen and (max-width: 466px) {
  .navbar {
    padding: 20px 0px;
  }
}

.navbar-brand img {
  width: 250px;
}
@media screen and (max-width: 768px) {
  .navbar-brand img {
    width: 250px;
  }
}
@media screen and (max-width: 375px) {
  .navbar-brand img {
    width: 200px;
  }
}

.nav-item {
  margin: 5px 12px;
  color: #ffffff;
}
.nav-item a {
  font-size: 18px;
  color: E3E3E3;
}
.nav-item a:hover {
  color: #fff;
}
.nav-item a:focus {
  color: #fff;
}
.nav-item a img {
  width: 100%;
  height: auto;
}

.navbar-nav {
  align-items: center;
}

.customToogler .navbar-toggler:focus {
  box-shadow: none;
}
@media screen and (max-width: 374px) {
  .customToogler .navbar-toggler {
    float: right;
  }
}

.homeTitleSection img {
  margin: 60px 0px -35px;
}
@media screen and (max-width: 1440px) {
  .homeTitleSection img {
    margin: 10px 0px 45px;
    width: 55px;
  }
}

.homBgSection {
  background-image: url(images/ydt_home_bg.webp);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 100%;
  height: 720px;
}
@media screen and (max-width: 425px) {
  .homBgSection {
    background-image: url(images/ydt_home_mobile_img.webp);
    background-repeat: no-repeat;
    height: 100%;
    background-size: 100%;
  }
}

.yodaDTsection-1 {
  padding: 60px 0px 0px 0px;
}
.yodaDTsection-1 h1 {
  font-size: 80px;
  padding-top: 100px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .yodaDTsection-1 h1 {
    font-size: 51px !important;
    margin-left: 25px;
    margin-right: 25px;
  }
}

.yodaDTsection-2 {
  margin-bottom: 70px;
}

.input-group {
  box-shadow: 6px 11px 12px rgba(0, 0, 0, 0.25), inset 2px 3px 3px rgba(208, 245, 218, 0.7);
  border-radius: 56px;
}
.input-group::before {
  content: "Get Notified";
  position: absolute;
  top: -32px;
  left: 0;
  color: white;
  font-weight: 600;
  font-size: 22px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .input-group::before {
    display: none;
  }
}
.input-group .input-group-text {
  border-radius: 60px 0px 0px 60px;
  border: none;
  height: 63px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 46px 100px;
  background: linear-gradient(90.6deg, #7ac93b 25.97%, #0b6623 161.43%);
  box-shadow: 6px 11px 12px rgba(0, 0, 0, 0.25), inset 2px 3px 3px rgba(208, 245, 218, 0.7);
}
@media screen and (max-width: 768px) {
  .input-group .input-group-text {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .input-group .input-group-text {
    padding: 46px 60px;
  }
}
@media screen and (min-width: 2560px) {
  .input-group .input-group-text {
    height: 110px;
    color: #fff;
    font-size: 32px;
  }
}
.input-group .form-control {
  height: 60px;
  padding: 45px 96px 45px 45px;
  border-radius: 0px 50px 50px 0px !important;
}
@media screen and (min-width: 2560px) {
  .input-group .form-control {
    padding: 53px 96px 55px 45px;
  }
}
.input-group .form-control:focus {
  box-shadow: none;
  border-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .input-group .form-control {
    padding: 22px 93px 25px 45px;
    border-radius: 50px 50px !important;
  }
}
.input-group button {
  padding: 34px 38px;
  background: #e14933;
  position: absolute;
  right: -2px;
  top: 0;
  border: none;
  border-radius: 65.5px !important;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .input-group button {
    padding: 18px 15px;
  }
}
@media screen and (min-width: 2560px) {
  .input-group button {
    padding: 43px 41px;
    right: -5px;
    ding: 53px 96px 55px 45px;
  }
}

@media screen and (max-width: 768px) {
  .yodaDTsection-3 {
    padding: 5px 25px;
  }
}

.itemCard {
  padding: 15px;
  text-align: center;
}
@media screen and (max-width: 408px) {
  .itemCard {
    padding: 5px;
  }
}
.itemCard h5 {
  font-size: 18px;
  color: #e3e3e3;
  font-weight: normal;
  text-align: center;
  margin-top: 10px;
}
@media screen and (min-width: 2560px) {
  .itemCard h5 {
    font-size: 24px;
    margin: 30px;
  }
}

.yodaDTsection-4 {
  background-image: url(images/ydt_footer_bg.svg);
  background-repeat: repeat-x;
  height: 243px;
  mix-blend-mode: multiply;
  opacity: 1;
  background-size: contain;
}
@media screen and (max-width: 1024px) {
  .yodaDTsection-4 {
    background-size: cover;
  }
}
@media screen and (max-width: 425px) {
  .yodaDTsection-4 {
    background-size: contain;
    background-image: url(/images/Vector.svg);
    height: 100px;
  }
}

#hidden-text {
  display: none;
}

#section1 {
  scroll-margin-top: 200px;
}

.footer img {
  margin-top: 10px;
  mix-blend-mode: multiply;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 425px) {
  .footer img {
    margin-top: 100px;
  }
}

input[type=submit] {
  opacity: 0;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 111;
}

.input-group {
  max-width: 1117px;
  margin: auto;
}
@media screen and (min-width: 2560px) {
  .input-group {
    max-width: 1598px;
  }
}

.itemsCards {
  max-width: 1171px;
  display: grid;
  margin: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 2px;
}
@media screen and (max-width: 1024px) {
  .itemsCards {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 550px) {
  .itemsCards {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 2560px) {
  .itemsCards {
    max-width: 1625px;
  }
}
.itemsCards img {
  width: 140px;
  height: auto;
}
@media screen and (max-width: 750px) {
  .itemsCards img {
    width: 120px;
  }
}
@media screen and (max-width: 375px) {
  .itemsCards img {
    width: 100px;
  }
}
@media screen and (min-width: 2560px) {
  .itemsCards img {
    width: 180px;
  }
}

@media screen and (max-width: 375px) {
  input::-moz-placeholder {
    font-size: 14px;
  }
  .input,
  input::placeholder {
    font-size: 14px;
  }
}
@media screen and (min-width: 2560px) {
  input::-moz-placeholder {
    font-size: 25px;
  }
  .input,
  input::placeholder {
    font-size: 25px;
  }
}

@media screen and (min-width: 2560px) {
  .d-nonequery {
    max-width: 2000px !important;
  }
}/*# sourceMappingURL=style.css.map */