@import './main.css';

.apps{
    height: auto;
    width: 100%;
    font-family: 'Poppins';

}

.appright{
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.righttext{
    overflow-wrap: break-word;
    padding-right: 8vw;
    display: flex;  
    flex-direction: column;
    justify-content: center;
    margin-top: 24px;
}

.apptop{
    display: flex;
    flex-direction: column;
}

.appname h1{
    font-size: max(4vw,48px);
    color: var(--black);
}

.appline{
    width: 3vw;
    height: 3px;
    background-color:var(--dark-grey);
    transition: 0.3s;

}

.apptop:hover .appline{
    width: 6.5vw;
    height: 3px;
    background-color:var(--dark-grey);
    transition: 0.3s;
}


.appdes h2{
    font-size: max(2.5vw,32px);
    color: var(--white);
    padding-top: 12px;
    line-height: 1.2;
    font-weight: 600;
    word-wrap: break-word;
}

.appdes2 h2{
    font-size: max(2.5vw,32px);
    padding-top: 2px;
    line-height: 1.2;
    font-weight: 600;
    word-wrap: break-word;
}



.appmid{
    display: flex;
    flex-direction: row;
    padding-top: 24px;
}

.appbutton h4{
    font-size: 0.8rem;
    background-color: var(--mid-grey);
    border-radius: 100px;
      font-family: 'Poppins', sans-serif;
    font-weight: normal;
    padding: 6px 32px;
    margin-right: 12px;
}


.appbottom{
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  padding-top: 24px;
  padding-bottom: 24px;
}

.appdetail h5{
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    line-height: 1.3;
    color: var(--mid-black);
}

.appdetailbutton h4{
    display: inline-block;
    font-size: 1rem;
    width: inherit;
    font-weight: 600px;
    background-color: var(--white);
    border-color: var(--black);
    border-width: 2px;
    border-style: solid;
    border-radius: 24px;
    margin-top: 48px;
    padding: 16px 64px;
    transition: 0.4s;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 12px;
}

.appdetailbutton h4:hover{
    display: inline-block;
    font-size: 1rem;
    width: inherit;
    font-weight: 600px;
    color: var(--white);
    background-color: var(--pink);
    border-color: var(--pink);
    border-width: 2px;
    border-style: solid;
    border-radius: 24px;
    margin-top: 48px;
    padding: 16px 64px;
    font-family: 'Poppins', sans-serif; 
    transition: 0.2s;
}

.applinks{
    display: flex;
    margin-top: 24px;
    margin-bottom: 12px;
}

.applinks img{
    height: 35px;
    margin-right: 8px;
    margin-bottom: 8px;

    transition: 0.4s ease-in-out;


}

.applinks img:hover{
    height: 40px;
    margin-right: 8px;
    margin-bottom: 8px;

    transition: 0.4s ease-in-out;

}
.appleftimage{
    display: flex;
  flex-direction: row;
   align-items: flex-start;
   padding-right: 2vw;
   padding-left: 2vw;
}

.appleftimage img{
    
    height: max(36vw,560px);
    width: auto;
    object-fit: contain;

}


@media only screen and (max-width: 1100px){
    

    .abc{}

    .appname h1{
        font-size: min(4vw,48px);
        color: var(--black);
    }
    
    .appline{
        width: 3vw;
        height: 3px;
        background-color:var(--dark-grey);
        transition: 0.3s;
    
    }
    
    .apptop:hover .appline{
        width: 6.5vw;
        height: 3px;
        background-color:var(--dark-grey);
        transition: 0.3s;
    }
    
    
    .appdes h2{
        font-size: min(2.5vw,32px);
        color: var(--white);
        padding-top: 12px;
        line-height: 1.2;
        font-weight: 600;
        word-wrap: break-word;
    }
    
    .appdes2 h2{
        font-size: min(2.5vw,32px);
        padding-top: 2px;
        line-height: 1.2;
        font-weight: 600;
        word-wrap: break-word;
    }
    
    
    
    .appmid{
        display: flex;
        flex-direction: row;
        padding-top: 24px;
    }
    
  
    .appbutton h4{
        font-size: 0.75rem;
        background-color: var(--mid-grey);
        border-radius: 100px;
          font-family: 'Poppins', sans-serif;
        font-weight: normal;
        padding: 6px 24px;
        margin-right: 12px;
      }
    
    .appbottom{
      padding-top: 16px;
      display: flex;
      flex-direction: column;
      padding-top: 24px;
      padding-bottom: 24px;
    }
    
    .appdetail h5{
        font-size: 0.85rem;
        letter-spacing: 0.5px;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        line-height: 1.3;
        color: var(--mid-black);
    }



    .righttext{
        overflow-wrap: break-word;
        padding-right: 3vw;
        display: flex;  
        flex-direction: column;
        justify-content: center;
        margin-top: 24px;
    }

    .appleftimage{
        display: flex;
      flex-direction: row;
       align-items: flex-start;
       padding-right: 0vw;
       padding-left: 0vw;
    }
    
    .appleftimage img{
        
        height: min(48vw,560px);
        width: auto;
        object-fit: contain;
    
    }
}

@media only screen and (max-width: 750px){
   

    .abc{

    }

    *{
        margin: 0px;
        padding: 0px;
        box-sizing: border-box;
    }
.apps{
    height: auto;
    font-family: 'Poppins';

}

.appright{
    display: flex;
flex-direction: column;
}

.righttext{
    overflow-wrap: break-word;
    padding-right: 5vw;
    padding-left: 5vw;
    display: flex;  
    flex-direction: column;
    justify-content: center;
    margin-top: 24px;
}

.apptop{
    display: flex;
    flex-direction: column;
}

.appname h1{
    font-size: min(10vw,54px);
    color: var(--black);
}

.appline{
    width: 3vw;
    height: 3px;
    background-color:var(--dark-grey);
    transition: 0.3s;

}

.apptop:hover .appline{
    width: 6.5vw;
    height: 3px;
    background-color:var(--dark-grey);
    transition: 0.3s;
}


.appdes h2{
    font-size: min(6vw,32px);

    color: var(--white);
    padding-top: 12px;
    line-height: 1.2;
    font-weight: 600;
    word-wrap: break-word;
}

.appdes2 h2{
    font-size: min(6vw,32px);

    padding-top: 2px;
    line-height: 1.2;
    font-weight: 600;
    word-wrap: break-word;
}



.appmid{
    display: flex;
    flex-direction: row;
    padding-top: 24px;
}

.appbutton h4{
    font-size: min(2.2vw,0.8rem);
    text-align: center;
    background-color: var(--mid-grey);
    border-radius: 100px;
      font-family: 'Poppins', sans-serif;
    font-weight: normal;
    padding: 6px min(5vw,32px);
    margin-right: 8px;
}


.appbottom{
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  padding-top: 24px;
  padding-bottom: 24px;
}

.appdetail h5{
    font-size: min(4.5vw,0.95rem);

    letter-spacing: 0.5px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    line-height: 1.3;
    color: var(--mid-black);
}

.appdetailbutton h4{
    display: inline-block;
    font-size: min(5vw,1rem);

    width: inherit;
    font-weight: 600px;
    background-color: var(--white);
    border-color: var(--black);
    border-width: 2px;
    border-style: solid;
    border-radius: 24px;
    margin-top: 48px;
    padding: min(16px,3vw) min(12vw,64px);
    transition: 0.4s;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 12px;
}

.appdetailbutton h4:hover{
    display: inline-block;
    font-size: min(5vw,1rem);
    width: inherit;
    font-weight: 600px;
    color: var(--white);
    background-color: var(--pink);
    border-color: var(--pink);
    border-width: 2px;
    border-style: solid;
    border-radius: 24px;
    margin-top: 48px;
    padding: min(16px,3vw) min(12vw,64px);
    font-family: 'Poppins', sans-serif; 
    transition: 0.2s;
}


.appleftimage{
    display: flex;
  flex-direction: column;
   align-items: center;
   padding-right: 4vw;
   padding-left: 4vw;
}

.appleftimage img{
    
    height: min(60vw,560px);
    width: auto;
    object-fit: contain;

}
}

@media only screen and (max-width: 450px){

    .abc{

    }

    .applinks{
        display: flex;
        margin-top: 24px;
        margin-bottom: 12px;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .applinks img{
        height: 30px;
        margin-right: 8px;
        margin-left: 8px;
        margin-bottom: 8px;
    
        transition: 0.4s ease-in-out;
    
    
    }
    
    .applinks img:hover{
        height: 35px;
        margin-right: 8px;
        margin-left: 8px;
        margin-bottom: 8px;
    
        transition: 0.4s ease-in-out;
    
    }


}
