.h-200 {
  height: 200px !important;
  object-fit: cover;
}

.w-90 {
  width: 90% !important;
}

.hero {
  background-image: url(../assets/img/hero.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 673px;
  border-radius: 26px;
  margin-top: 15%;
}
.hero h1 {
  font-size: 72px;
  line-height: 72px;
  padding-top: 164px;
  padding-left: 170px;
  padding-right: 173px;
}
.hero .highlight {
  color: #ff2d55;
}
.hero p {
  font-size: 24px;
  line-height: 27.58px;
}

.button-container {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 70px;
}

.get-know-btn {
  height: 56px;
  font-size: 16px;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  gap: 8px;
}

#primary-button {
  width: 225px;
  background-color: #ff2d55;
}
#primary-button i {
  opacity: 0;
  font-size: 16px;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, font-size 0.3s ease-in-out;
  display: inline-flex;
}
#primary-button:hover {
  padding-right: 40px;
}
#primary-button:hover i {
  opacity: 1;
  font-size: 24px;
  transform: translateX(5px) scale(1.2);
}

#secondary-button {
  width: 197px;
  border: 1px solid #ffffff;
  color: #ffffff;
}
#secondary-button i {
  font-size: 18px;
  transition: transform 0.3s ease-in-out;
  color: inherit;
}
#secondary-button:hover {
  border-color: #ff516e;
  color: #ff516e;
}
#secondary-button:hover i {
  color: #ffffff;
}

.cards {
  width: 420px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 28px;
}
.cards p {
  font-size: 20px;
  line-height: 30px;
}

#card1 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../assets/img/comp.jpg);
  height: 744px;
}
#card1 h3 {
  font-size: 64px;
  line-height: 64px;
  color: #ffffff;
}
#card1 p {
  color: #ffffff;
}
#card1:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../assets/img/comp_hover.jpg);
}

#card2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../assets/img/map.jpg);
  height: 356px;
}
#card2 .card_content2 {
  margin-bottom: 30%;
}
#card2 h3 {
  font-size: 40px;
  line-height: 36px;
}
#card2:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../assets/img/map_hov.jpg);
}

#card3 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../assets/img/img_web.jpg);
  background-size: cover;
  background-position: center;
  height: 362px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#card3 .card_content3 {
  margin-bottom: 40%;
}
#card3 h3 {
  font-size: 40px;
  line-height: 1.2;
  margin: 0;
}
#card3 p {
  margin: 0;
}
#card3:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../assets/img/img_web_hover.jpg);
}

#card4 {
  background-image: url(../assets/img/Component4.png);
  height: 196px;
  border-radius: 45px;
}
#card4 h3 {
  font-size: 40px;
  line-height: 36px;
  color: #1d192b;
}
#card4 p {
  color: #1d192b;
}
#card4:hover {
  background-image: url(../assets/img/Component4-hover.png);
}

#card5 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3)), url(../assets/img/card5.png);
  background-size: cover;
  background-position: center;
  height: 528px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#card5 .card_content4 {
  margin-bottom: 80%;
}
#card5 h3 {
  font-size: 40px;
  line-height: 36px;
}
#card5:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5)), url(../assets/img/card5.1.png);
}

.webodm {
  margin-top: 100px;
}

#header {
  font-size: 64px;
  line-height: 72px;
}

#header span {
  color: #991b43;
  font-size: 64px;
  line-height: 72px;
}

.features {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 40px auto;
}

.f1 {
  height: 200px;
  background: url(../assets/img/card1.png) no-repeat center/cover;
}

.f2 {
  background: url(../assets/img/card2.png) no-repeat center/cover;
  height: 200px;
}

.f3 {
  height: 200px;
  background: url(../assets/img/card3.png) no-repeat center/cover;
}

.feature {
  background: #1b171f;
  border-radius: 28px;
  width: 470px;
}

.feature1 {
  height: 507px;
}

.card-image {
  border-radius: 16px;
}

.card-content h3 {
  font-size: 24px;
  line-height: 36px;
  color: #f2f2f7;
}
.card-content p {
  font-size: 24px;
  margin-top: 8px;
  color: #625b71;
  line-height: 32px;
}

.logos {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 32px;
  justify-items: center;
  align-items: center;
  margin: 40px 0;
}

#img1 {
  width: 96px;
  height: 94px;
}

#img2 {
  width: 150px;
  height: 84px;
}

#img3 {
  width: 113px;
  height: 84px;
  border-radius: 16px 0px 0px 0px;
}

#img4 {
  width: 114px;
  height: 76px;
}

#img5 {
  width: 85px;
  height: 94px;
}

.hero1 {
  background-image: url(../assets/img/testimonial_new.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  max-width: 1400px;
  height: 433px;
  border-radius: 28px;
  display: flex;
  aspect-ratio: 16/7;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}

.quote {
  font-size: 25px;
  line-height: 40px;
  max-width: 100%;
}

.author {
  font-size: 24px;
  line-height: 30px;
}

.stats-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-left: 35%;
  width: 60%;
}

.stat-box {
  border: 1px solid #34c759;
  font-size: 18px;
}

.highlight1 {
  font-size: 20px;
  background: #36b37e;
  padding: 6px 14px;
}

.contributors {
  background-image: url(../assets/img/contributor.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.contribute {
  font-size: 54px;
  line-height: 72px;
}

.contribute_para {
  font-size: 20px;
  line-height: 36px;
}

.highlight2 {
  font-size: 20px;
  font-style: italic;
  line-height: 36px;
  color: #ff2d55;
}

.contribute_para2 {
  font-size: 30px;
  line-height: 36px;
}

.icon-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 24px;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  justify-items: center;
}

.icon-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #483873;
  border-radius: 28px;
  text-align: center;
  padding: 10px;
  height: 166px;
}
.icon-box span {
  font-size: 16px;
}
.icon-box:hover {
  background: url("../assets/img/contribute-hover.png");
  background-position: center;
  background-repeat: no-repeat;
}

#c1 {
  width: 130px;
}

#c2 {
  width: 120px;
}

#c3 {
  width: 180px;
}

#c4 {
  width: 130px;
}

#c5 {
  width: 180px;
}

.webodm1 {
  background-image: url(../assets/img/webodm1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 80px;
}

.icon_web {
  width: 70px;
  height: 70px;
}

.get {
  font-size: 48px;
  line-height: 55.15px;
}

.get-btn {
  width: 225px;
  height: 48px;
  background: #ff2d55;
  color: #fef7ff;
  font-size: 16px;
  line-height: 18.38px;
}
.get-btn .hover-icon {
  width: 20px;
  height: 20px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  margin-left: 12px;
  transform: translateX(-10px);
}
.get-btn:hover {
  background-color: #ff2d55;
  padding-right: 40px;
}
.get-btn:hover .hover-icon {
  opacity: 1;
  transform: translateX(0);
  margin-left: 16px;
}

@media (max-width: 767px) {
  .hero {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 320px;
    margin-top: 0 !important;
    border-radius: 0%;
  }
  .hero h1 {
    font-size: 28px;
    line-height: 36px;
    padding-top: 25%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .hero .highlight {
    color: #ff2d55;
  }
  .hero p {
    font-size: 16px;
    line-height: 24px;
    padding: 20px 0 !important;
  }
  .button-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 0px;
  }
  .get-know-btn {
    display: inline-block;
    height: 48px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 50px;
  }
  #primary-button {
    width: 355px;
    background-color: #ff2d55;
    padding-top: 10px !important;
  }
  #primary-button i {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }
  #primary-button:hover {
    background-color: #ff516e;
    padding-right: 40px;
  }
  #primary-button:hover i {
    opacity: 1;
    transform: translateX(0);
    margin-left: 16px;
  }
  #secondary-button {
    width: 355px;
    border: 1px solid #ffffff;
  }
  #secondary-button i {
    font-size: 18px;
  }
  #secondary-button:hover {
    border-color: #ff516e;
    color: #ff516e;
  }
  .cards {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 350px;
    height: 360px;
    border-radius: 28px;
  }
  .cards p {
    font-size: 20px;
    line-height: 30px;
  }
  #card1 {
    background-image: url(../assets/img/Component1.png);
    height: 360px;
    margin-top: 30% !important;
  }
  #card1 .card_content1 {
    margin-top: 20%;
  }
  #card1 h3 {
    font-size: 40px;
    line-height: 64px;
    color: #1d192b;
  }
  #card1 p {
    color: #1d192b;
  }
  #card2 {
    background-image: url(../assets/img/Component2.png);
    height: 360px;
    margin-top: 15px !important;
  }
  #card2 h3 {
    font-size: 32px;
    line-height: 36px;
  }
  #card2:hover {
    background-image: url(../assets/img/map_hov.jpg);
  }
  #card3 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../assets/img/img_web.jpg);
    background-size: cover;
    background-position: center;
    height: 360px;
    margin-top: 15px !important;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  #card3 h3 {
    font-size: 36px;
    line-height: 36px;
  }
  #card3:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../assets/img/img_web_hover.jpg);
  }
  #card4 {
    background-image: url(../assets/img/Component4.png);
    height: 360px;
    margin-top: 15px !important;
  }
  #card4 .card_content5 {
    margin-top: -40%;
  }
  #card4 h3 {
    font-size: 40px;
    line-height: 36px;
    color: #1d192b;
  }
  #card4 p {
    color: #1d192b;
  }
  #card4:hover {
    background-image: url(../assets/img/Component4-hover.png);
  }
  #card5 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../assets/img/card5.png);
    background-size: cover;
    background-position: center;
    height: 360px;
    margin-top: 15px !important;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  #card5 .card_content4 {
    margin-top: 20%;
  }
  #card5 h3 {
    font-size: 40px;
    line-height: 36px;
  }
  #card5:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../assets/img/card5.1.png);
  }
  .webodm {
    margin-top: 50px;
  }
  #header {
    color: #ffffff;
    font-size: 36px;
    line-height: 1;
  }
  #header span {
    color: #ff2d55;
    font-size: 36px;
    display: block;
  }
  .features {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 40px auto;
  }
  .f1 {
    width: 310px;
    height: 243px;
    background: url(../assets/img/card1.png) no-repeat center;
    background-size: cover;
  }
  .f2 {
    background: url(../assets/img/card2.png) no-repeat center;
    background-size: cover;
    width: 310px;
    height: 243px;
  }
  .f3 {
    width: 310px;
    height: 243px;
    background: url(../assets/img/card3.png) no-repeat center;
    background-size: cover;
  }
  .feature {
    background: #1b171f;
    border-radius: 28px;
    width: 350px;
    padding: 20px 20px 40px 20px !important;
    margin: 0 auto;
  }
  .feature1 {
    height: 500px;
  }
  .feature2 {
    height: 500px;
  }
  .card-image {
    border-radius: 16px;
  }
  .card-content h3 {
    margin: 0;
    font-size: 20px;
    line-height: 36px;
    color: #f2f2f7;
  }
  .card-content p {
    font-size: 20px;
    color: #625b71;
    line-height: 32px;
  }
  .logos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 18px;
    justify-items: center;
    align-items: center;
    margin: 32px 10px;
  }
  #img1 {
    grid-row: 1;
    grid-column: 1;
    width: 58px;
    height: auto;
  }
  #img2 {
    grid-row: 1;
    grid-column: 2;
    width: 88px;
    height: auto;
  }
  #img3 {
    grid-row: 1;
    grid-column: 3;
    width: 63px;
    height: auto;
  }
  #img4 {
    grid-row: 2;
    grid-column: 1;
    margin-left: 100%;
    width: 63px;
    height: auto;
  }
  #img5 {
    grid-row: 2;
    grid-column: 3;
    margin-right: 100%;
    width: 58px;
    height: auto;
  }
  .hero1 {
    background-size: cover;
    width: 100%;
    border-radius: 20px;
    margin: 0 0 20px 0;
    padding-bottom: 20px;
  }
  .quote {
    font-size: 16px;
    line-height: 30px;
    padding-left: 10px;
    text-align: center;
    max-width: 98%;
  }
  .author {
    font-size: 14px;
    line-height: 22px;
    padding-left: 10px;
  }
  .stats-container {
    flex-direction: column;
    gap: 7px;
    margin-left: 0px;
    width: 98%;
  }
  .stat-box {
    width: 90%;
    font-size: 12px;
    padding: 10px 25px !important;
    height: 44px;
  }
  .highlight1 {
    font-size: 12px;
    padding: 2px 5px 2px 5px;
    background: #36b37e;
  }
  .contributors {
    background-image: url(../assets/img/contributor.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
  }
  .contribute {
    font-size: 28px;
    margin-top: -70px;
    white-space: nowrap;
  }
  .contribute_para {
    font-size: 20px;
    line-height: 36px;
    padding-top: 10px;
  }
  .highlight2 {
    font-size: 20px;
    font-style: italic;
    line-height: 36px;
    color: #ff2d55;
  }
  .contribute_para2 {
    font-size: 24px;
    line-height: 36px;
    padding-top: 20px;
  }
  .icon-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin: 0 auto;
    width: 95%;
    justify-items: center;
    align-items: center;
  }
  .icon-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 166px;
    background: #483873;
    color: white;
    border-radius: 28px;
  }
  #c1 {
    width: 175px;
  }
  #c2 {
    width: 175px;
  }
  #c3 {
    width: 175px;
  }
  #c4 {
    width: 175px;
  }
  #c5 {
    width: 175px;
  }
  .icon-box span {
    padding-top: 10px;
    font-size: 16px;
  }
  .icon-box:hover {
    transform: scale(1.05);
  }
  .webodm1 {
    background-image: url(../assets/img/webodm1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 300px;
    padding-top: 20px;
  }
  .get {
    font-size: 20px;
    line-height: 27.58px;
    padding-top: 20px;
    padding-bottom: 20px;
    white-space: nowrap;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hero {
    width: 100%;
    margin-top: 15%;
  }
  .hero h1 {
    font-size: 50px;
    line-height: 62px;
    padding-top: 120px;
    padding-left: 120px;
    padding-right: 123px;
  }
  .hero .highlight {
    color: #ff2d55;
  }
  .hero p {
    font-size: 24px;
    line-height: 27.58px;
  }
  .cards {
    width: auto;
    height: 400px;
  }
  #card1 {
    height: 620px;
  }
  #card1 h3 {
    font-size: 40px;
  }
  #card1 p {
    font-size: 20px;
  }
  #card2, #card3, #card4, #card5 {
    height: 300px;
  }
  #card2 h3, #card3 h3, #card4 h3, #card5 h3 {
    font-size: 30px;
  }
  #card2 p, #card3 p, #card4 p, #card5 p {
    font-size: 20px;
  }
  #card2 .card_content2 {
    margin-bottom: 10%;
  }
  #card4 .card_content5 {
    margin-bottom: 10%;
  }
  #card3 .card_content3 {
    margin-bottom: 10%;
  }
  #card5 .card_content4 {
    margin-bottom: 10%;
  }
  #header {
    font-size: 50px;
  }
  #header span {
    font-size: 50px;
  }
  .f1,
  .f2,
  .f3 {
    width: 260px;
    height: 200px;
    background-size: cover;
    margin: 0 auto;
  }
  .feature1,
  .feature2 {
    height: 500px;
  }
  .card-content h3 {
    font-size: 20px;
  }
  .card-content p {
    font-size: 16px;
  }
  .logos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 32px 40px;
    justify-items: center;
    align-items: center;
    margin: 40px 10px;
  }
  #img1 {
    grid-row: 1;
    grid-column: 1;
    width: 72px;
    height: auto;
  }
  #img2 {
    grid-row: 1;
    grid-column: 2;
    width: 110px;
    height: auto;
  }
  #img3 {
    grid-row: 1;
    grid-column: 3;
    width: 80px;
    height: auto;
  }
  #img4 {
    grid-row: 2;
    grid-column: 1;
    margin-left: 100%;
    width: 80px;
    height: auto;
  }
  #img5 {
    grid-row: 2;
    grid-column: 3;
    margin-right: 100%;
    width: 72px;
    height: auto;
  }
  .hero1 {
    background-image: url(../assets/img/testimonial_new.png);
    background-size: contain;
    width: 100%;
    max-width: 90%;
    height: 520px;
  }
  .quote {
    font-size: 16px;
    line-height: 24px;
    max-width: 100%;
  }
  .author {
    font-size: 16px;
  }
  .stats-container {
    flex-direction: column;
    gap: 7px;
    margin-left: 10%;
    width: 98%;
  }
  .stat-box {
    width: 50%;
    font-size: 12px;
    padding: 10px 20px !important;
    height: 44px;
  }
  .highlight1 {
    font-size: 12px;
    padding: 2px 5px 2px 5px;
    background: #36b37e;
  }
  .contribute {
    font-size: 44px;
  }
  .contribute_para {
    font-size: 18px;
    line-height: 36px;
  }
  .highlight2 {
    font-size: 18px;
  }
  .contribute_para2 {
    font-size: 28px;
  }
  .icon-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, 1fr);
  }
  #c1 {
    width: 175px;
  }
  #c2 {
    width: 175px;
  }
  #c3 {
    width: 175px;
  }
  #c4 {
    width: 175px;
  }
  #c5 {
    width: 175px;
  }
  .webodm1 {
    background-image: url(../assets/img/webodm1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px;
    width: 100%;
  }
  .icon_web {
    width: 70px;
    height: 70px;
  }
  .get {
    font-size: 48px;
    line-height: 55.15px;
  }
  .get-btn {
    width: 225px;
    height: 48px;
    background: #ff2d55;
    color: #fef7ff;
    font-size: 16px;
    line-height: 18.38px;
  }
  .get-btn i {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }
  .get-btn:hover {
    background-color: #ff2d55;
    padding-right: 40px;
  }
  .get-btn:hover i {
    opacity: 1;
    transform: translateX(0);
    margin-left: 16px;
  }
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .icon-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, 1fr);
  }
  #c1, #c2, #c3, #c4, #c5 {
    width: 200px;
  }
}

/*# sourceMappingURL=style.css.map */
