@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800;900&display=swap");

h1#projects-text {
    margin-left: 100px;
    margin-top: 90px;
}

@media only screen and (max-width: 1260px) {
    h1#projects-text {
        margin-left: 45px;
    }
}

@media only screen and (max-width: 600px) {
    h1#projects-text {
        margin-left: 20px;
        margin-top: 90px;
    }
}

.feature-cards, .card, .app-icon-card {
  border-radius: 0px;
  border: none
}

.feature-cards {
  margin-top: 28px;
  color: rgba(32, 37, 44, 0.8);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0px 8px 20px rgba(32, 37, 44, 0.1);
}
@media only screen and (max-width: 1260px) {
  .feature-cards {
    box-shadow: none;
    overflow: visible;
    border-radius: 0;
  }
}

.feature-cards#pushaton .card.wide img
{
  align-self: flex-end;
}

@media only screen and (max-width: 1260px) {
  .feature-cards {
    margin: 20px 12px 0 12px;
  }
}
@media (min-width: 600px) {
  .feature-cards .mobile {
    display: none !important;
  }
}
.feature-cards .desktop {
  margin-right: 0 !important;
}
@media (max-width: 600px) {
  .feature-cards {
    display: flex;
    flex-direction: column;
  }
  .feature-cards .desktop {
    display: none !important;
  }
  .feature-cards .first-row {
    order: 2;
  }
  .feature-cards .second-row {
    display: flex;
    flex-direction: column;
  }
  .feature-cards .second-row .card.wide {
    order: 1;
  }
  .feature-cards .second-row .card.app-icon-card {
    order: 3;
  }
}
.feature-cards .first-row {
  height: 450px;
  border-bottom: 4px solid #212529;
}
.feature-cards .second-row {
  height: 380px;
}
@media only screen and (max-width: 1260px) {
  .feature-cards .second-row .card:last-child {
    margin-bottom: 0;
  }
}
.feature-cards .first-row, .feature-cards .second-row {
  display: flex;
}
@media only screen and (max-width: 1260px) {
  .feature-cards .first-row, .feature-cards .second-row {
    flex-direction: column;
    height: inherit;
    margin-bottom: 0;
    border: none;
  }
}

.feature-cards .apple-download {
  background-color: #20252C;
  color: white;
}

.feature-cards .apple-download:hover {
  color: white;
}

.feature-cards .card {
  background: #2D3339;
  border-right: 4px solid #212529;
  width: 340px;
  padding-top: 44px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  align-items: center;
}

.feature-cards .card:nth-child(3) {
  border-right: none;
}

@media only screen and (max-width: 1260px) {
  .feature-cards .card {
    width: 100%;
    padding-top: 32px;
    margin-bottom: 16px;
    border-radius: 28px;
    box-shadow: 0px 8px 20px rgba(32, 37, 44, 0.1);
    border: none;
  }
}

.feature-cards .card h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
}

@media only screen and (max-width: 1260px) {
  .feature-cards .card h3 {
    margin-bottom: 24px;
  }
}

.feature-cards .card .iphone-screenshot {
  height: 100%;
  width: 100%;
  object-fit: contain;
  max-width: 400px;
  padding-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
}

.feature-cards .card.medium {
  width: 620px;
}

@media only screen and (max-width: 1260px) {
  .feature-cards .card.medium {
    width: 100%;
  }
}

.feature-cards .card.medium img {
  width: 100%;
  padding: 0 32px;
}

.feature-cards .card.wide {
  width: 968px;
  text-align: left;
  display: flex;
  flex-direction: row;
  padding: 0 60px 0 60px;
}

@media only screen and (max-width: 1260px) {
  .feature-cards .card.wide {
    width: 100%;
    height: 340px;
  }
  .feature-cards .card.wide h3 {
    margin-bottom: 0 !important;
  }
}

@media only screen and (max-width: 900px) {
  .feature-cards .card.wide {
    flex-direction: column-reverse;
    height: initial;
  }
  .feature-cards .card.wide div {
    margin-left: 0 !important;
    margin-top: 48px;
    margin-bottom: 36px;
  }
  .feature-cards .card.wide img {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 600px) {
  .feature-cards .card.wide {
    padding: 0 44px;
  }
  .feature-cards .card.wide div {
    margin-left: 0 !important;
    margin-top: 48px;
    margin-bottom: 36px;
  }
  .feature-cards .card.wide img {
    margin: 0 auto;
    width: 100% !important;
  }
}

.feature-cards .card.wide div {
  margin-left: 40px;
  align-self: center;
}

.feature-cards .card.wide p {
  margin-top: 8px;
  line-height: 1.3;
  font-size: 15px;
  opacity: 0.7;
}

.feature-cards .card.wide img {
    width: auto;
    max-height: 100%;
    max-width: 400px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 auto;
}

#wigion.feature-cards .card.wide img {
    padding-top: 20px;
}

#photonkit.feature-cards .card.wide img {
    padding: 20px 0px;
}

@media only screen and (max-width: 600px) {
    #wigion.feature-cards .card.wide img {
        padding-top: 0px;
    }
}

.feature-cards .app-icon-card {
  padding: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: none;
}

.feature-cards .app-icon-card h3 {
  margin-bottom: 0 !important;
}

.feature-cards .app-icon-card .icon {
  width: 94px;
  border-radius: 24px;
  border: 2px solid transparent;
  margin-bottom: 16px;
}

.feature-cards .app-icon-card .button {
  margin-top: 36px;
  margin-right: 0;
  box-shadow: 0px 8px 20px rgba(32, 37, 44, 0.05);
}

#pushaton .first-row .card,
#pushaton .first-row .card.medium {
  flex: 1 1 50%;
  max-width: 50%;
}

@media only screen and (max-width: 1260px) {
  #pushaton .first-row .card,
  #pushaton .first-row .card.medium {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

#pushaton .first-row .card:nth-of-type(2) {
  border-right: 0 !important;
}

#pushaton .iphone-screenshot {
  width: 100%;
  height: 84%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 100%;
}

#pushaton .card.medium img {
  width: 100%;
  height: 84%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 100%;
}
