/*--DNXconnECT--*/

.dnxcontainer {
     width: 100%;
    max-width: 1400px;
    margin: 40px;
    padding: 40px 0;
    display: flex;
}

.herodnx1 {
  background: #e9ddff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.herodnx1 .dnxcontainer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.herodnx1-text {
  flex: 1 1 500px;
}

.herodnx1-text .appname {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.herodnx1-text .appname span {
  font-weight: 700;
  font-size: 48px;
  background: -webkit-linear-gradient(#4C3A66, #1C0046);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.herodnx1-text h1 {
 font-size: 60px;
  margin: 20px 0;
 
}

.herodnx1-text p {
  margin: 20px 0;
}

.herodnx1-text p span {
  color: #1C0046;
  font-weight: bold;
  font-size: xx-large;
  margin-right: 30px;
}

.download-btn {
  background-image: linear-gradient(#4C3A66, #1C0046);
  color: #fff;
  font-size: large;
  padding: 15px 25px;
  text-decoration: none;
  border-radius: 5px;
  display: inline-block;
  margin: 15px 0;
}

.dnx-download-btn {
  display: inline-block;
  background-color: #1C0046; /* DNX primary color */
  color: #fff;
  padding: 12px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.dnx-download-btn:hover {
  background-color: #FBD83A;  /* Highlight yellow on hover */
  color: #1C0046;  /* Text switches to DNX purple */
  text-decoration: none;
}


.app-icons img {
  /*width: 28px;*/
  margin-right: 10px;
}

.herodnx1-img img {
  max-width: 100%;
  height: auto;
}

.herodnx2 {
  background: #ebebf7;
  display: flex;
  align-items: center;
  justify-content: center;
}

.herodnx2 .dnxcontainer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.herodnx2-text {
  flex: 1 1 500px;
}

.herodnx2-text .appname {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.herodnx2-text span {
  font-size: 24px;
}

.herodnx2-text h1 {
 font-size: 36px;
  margin: 20px 0;
 
}

.herodnx2-text p {
  margin: 20px 0;
}

.herodnx2-text p span {
  color: #1C0046;
  font-weight: bold;
  font-size: xx-large;
  margin-right: 30px;
}

.herodnx2-img img {
  max-width: 100%;
  height: auto;
}


.dnxabout h2, .dnxfeatures h2, .screens h2 {
  text-align: center;
  font-size: 50px;
  background: -webkit-linear-gradient(#4C3A66, #1C0046);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dnxabout{
    background:#4C3A66;
}
.dnxabout h3 {
  color: #2F1B62;
}

.dnxabout-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.dnxabout-text img {
  max-width: 100%;
  border-radius: 8px;
}

/*.dnxfeatures .dnxcontainerfet {*/
/*  padding: 40px 0;*/
/*}*/

.dnxfeatures h2 {
  margin-bottom: 20px;
}

.dnxfeatures img {
  max-width: 100%;
  height: auto;
   border-radius: 65px;
}

/*
/* Ensure equal height and alignment across all cards in a row */
.dnxcontainerfet .row {
  display: flex;
  flex-wrap: wrap;
}

.dnxcontainerfet .col-sm-6.col-md-4 {
  display: flex;
}

.feature-card {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.plug-play-section {
  background: #f5f5f5;
  padding: 60px 20px;
}

.plug-play-container {
  display: flex;
  flex-wrap: wrap;
  /*max-width: 1200px;*/
  margin: 0 auto;
  background: -webkit-linear-gradient(#4C3A66, #1C0046);
  border-radius: 8px;
  overflow: hidden;
}

.plug-play-text {
  flex: 1 1 500px;
  color: #fff;
  padding: 40px;
  box-sizing: border-box;
}

.plug-play-text h2 {
    font-size: 53px;
     margin-bottom: 20px;
}

.plug-play-text p {
    font-size: 26px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.download-text strong {
  color: #FBD83A;
}

.store-buttons img {
  height: 65px;
  margin-right: 10px;
  border-radius: 10px;
}

.plug-play-image {
  flex: 1 1 400px;
  background: #fff;
  display: flex;
  justify-content: center;
}

.plug-play-image img {
  max-width: 100%;
  height: auto;
}

.screens{
    margin-top:55px;
    margin-bottom: 55px;
}

.screen-grid {
  /*display: grid;*/
  /*grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));*/
  /*gap: 20px;*/
  justify-items: center;
}

.screen-grid img {
  /*width: 150px;*/
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer {
  text-align: center;
  background: #FBD83A;
  padding: 10px;
  font-size: 16px;
}

/* Bootstrap v3.4.0 feature card adjustments */

.feature-card {
  background: #FBF8FF;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 30px;
}

.feature-card img {
  max-width: 100%;
  height: auto;
  border-radius: 65px;
}

.feature-card h3 {
  color: #1e1e1e;
  margin-top: 15px;
      font-size: 30px;
    font-weight: bold;
}

.feature-card p {
  color: #333;
  font-size:23px;
}

.herodnx2 {
  background: #ebebf7;
  display: flex;
  align-items: center;
  justify-content: center;
}

.herodnx2 .dnxcontainer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.herodnx2-text {
  flex: 1 1 500px;
  margin-bottom: 20px;
}

.herodnx2-text h1 {
  font-size: 36px;
  margin: 20px 0;
  color: #fff;
}

.herodnx2-text span {
  display: block;
  font-size: 24px;
  margin-bottom: 10px;
  color: #fff;
}

.herodnx2-img img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

 .herodnx3-text {
  flex: 1 1 500px;
  margin-bottom: 20px;
}

.herodnx3-text h1 {
  font-size: 36px;
  margin: 20px 0;
  color: #fff;
}


.herodnx3-subtext h3{
  font-size: 90px;
  margin: 20px 0;
  color: #fff;
}

.herodnx3-text span {
  display: block;
  font-size: 27px;
  margin-bottom: 10px;
  color: #fff;
}
