
.logoADP {
    width: 9vw;
    padding: 2vw 0vw 2vw 2vw;
    cursor: pointer;
}
@media only screen and (min-aspect-ratio: 2 / 1){
    .logoADP {
        width: 8vw!important;
    }
}
.home-grid2 {
    width:100vw;
    height: 100vh;
    display:grid;
    grid-template-columns: 1fr;
    grid-template-rows: 13% 70% 17%;
    grid-template-areas: "logohome"
                        "homemain"
                        "footer-page";
}

.home-grid2 {
    grid-template-rows: 15% 75% 10% !important;
}

.demoCardsContainer {
    display: flex;
    padding: 0vw 3vw;
   justify-content: space-evenly;
}



logohome {
    display: flex;
    align-items: center;
    position: relative;
}

logohome .tittle-adp {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    position: absolute;
}

.demoCard {
    text-align: center;
    z-index: 1;
    box-shadow: 0px 2px 10px 2px rgb(0 0 0 / 20%);
    width: 20.5vw;
    padding: 2vw;
    background-color: white;
    display: flex;
    border-radius: 8px;
    justify-content: center;
    flex-direction: column;
    position: relative;
    height: 100% !important;
    padding-top: 5vw;
    padding-bottom: 5vw;
}

.demoCard .img-phone{
    width: 32%;
}
.demoCard p{
    font-family: 'TaubSansLight';
    font-size: 1.3vw;
    line-height: 1.1em;
    margin-bottom: 1vw;
    text-align: center;
    color: gray;
}

.demoCard h2{
  font-family: 'TaubSansHeavy';
  font-size: 1.8vw;
  line-height: 1.1em;
  margin-bottom: 1vw;
  text-align: center;
  color:#121C4E;
}

.demoCard img {
    margin: 0 auto;
    width: calc(100% - 4vw);
    object-fit: contain;
    margin-bottom: 1.5vw;
}

footerhome {
    transform: scaleY(1.5);
    transform-origin: bottom center;
}

.line-box{
    margin-bottom: 1vw;
    display: flex;
	align-items: center;
	justify-content: center;
}
.box{
    height: 0.5vw;
    width: 0.5vw;
    background-color: #FF635C!important;
    display: inline-block;
    margin:0.2vw;
}
.box-medium{
    height: 0.3vw;
    width: 0.3vw;
    background-color: #FF635C!important;
    display: inline-block;
    margin:.2rem;
}
.box-small{
    height: 0.1vw;
    width: 0.1vw;
    background-color: #FF635C!important;
    display: inline-block;
    margin:.2rem;
}

/* @media only screen and (max-aspect-ratio: 23 / 10) {
    .demoCard {
        position: relative;
        justify-content: space-between;
        height: 100% !important;
        padding-top: 2vw;
        padding-bottom: 2vw;
    }
    
    .demoCard img {
        margin-bottom: 1.5vw;
    }
    
    footerhome {
        transform: scaleY(1.9);
    }
} */

@media only screen and (max-aspect-ratio: 16 / 9) {
    .home-grid2 {
        grid-template-rows: 15% 70% 15%;
    }
    
    homemain {
        padding-top: 1vw;
        padding-bottom: 1vw;
    }
    
    
    
    .demoCard {
        justify-content: center;
    }
    
    .demoCard img {
        margin-top: 2vw;
        margin-bottom: 3vw;
    }
}

@media only screen and (min-aspect-ratio: 1.41) and (max-aspect-ratio: 2 / 1) {
    .home-grid2 {
        grid-template-rows: 12% 75% 13% !important;
    }
    
}

@media only screen and (max-aspect-ratio: 7 / 5) {
    .home-grid2 {
        grid-template-rows: 17% 60% 23% !important;
    }
    
    .demoCard {
        justify-content: center !important;
    }
    
    .demoCard img {
        margin-top: 2vw;
        margin-bottom: 3vw;
        height: auto !important;
    }
}


@media only screen and (min-aspect-ratio: 2/1){
    .tittle-adp {
        font-size: 2vw!important;
        margin-bottom: 1vw!important
    }
}