.Productpage {
    position: relative;
    width: 1440px;
    height: 4180px; 
    margin: 0 auto;
    background-color: #ffffff;
}

@media screen and (max-width: 1430px) {
    .Productpage {
        position: relative;
        width: 1024px;
        height: 3180px; 
        margin: 0 auto;
        background-color: #ffffff;
    }
}
 

.text-1 {  
    font-family: "HelveticaNeueB";
    font-size: 80px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.1;
    letter-spacing: -1px;
    color: #25282e;
    position: absolute;
    top: 220px;
    left: 9%;
}

.text-2 {
    width: 35.45%;
    height: 80px;
    font-family: "HelveticaNeue";
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #25282e;
    position: absolute;
    top: 440px;
    left: 9%;
}

.triangle-left-product { 
    width: 0px;
    height: 0px;  
	border-top: 570px solid transparent;
	border-right: 1440px solid #f5f5f5;;
    border-bottom: 870px solid transparent;
    position: absolute;
    top: 350px;
    left: 0%; 
}

@media screen and (max-width: 1430px) {
    .triangle-left-product { 
        width: 0px;
        height: 0px;  
        border-top: 570px solid transparent;
        border-right: 1024px solid #f5f5f5;;
        border-bottom: 870px solid transparent;
        position: absolute;
        top: 350px;
        left: 0%; 
    }
}

#products-0{
    width: 40.27%;     
    position: absolute; 
    top: 750px;  
    left: 9.02%;
}

#products-1{
    width: 40.27%;     
    position: absolute; 
    top: 680px;  
    left: 50.69%;
}

.Mask-products  {
    width: 100%;
    height: 720px;   
    margin-top: 4%; 
    background: #25282e; 
    float: left;  
    position: relative;
}
  

.img-products { 
    width: 100%;
    height: 720px;  
}

.product_descrption{
    width: 70%; 
    font-family: "HelveticaNeueB";
    font-size: 32px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #ffffff; 
    visibility: hidden;
    opacity:0; 
    position: absolute;
    top: 12%; 
    left: 15%; 
}

.btn-appstore {
    width: 156px;
    height: 48px;
    object-fit: contain; 
    visibility: hidden;
    opacity: 0; 
    position: absolute;
    top: 65%; 
    left: 15%; 
}

.btn-playstore {
    width: 156px;
    height: 48px;
    object-fit: contain; 
    visibility: hidden;
    opacity: 0; 
    position: absolute;
    top: 75%; 
    left: 15%; 
}

.btn-website {
    width: 156px;
    height: 48px;
    object-fit: contain; 
    visibility: hidden;
    opacity:0; 
    position: absolute;
    top: 85%; 
    left: 15%; 
}
 
 .Mask-products:hover .img-products  { 
    opacity:0; 
    visibility: visible;
    transition: all .2s ease-in;   

}

.Mask-products:hover .product_descrption{  
    opacity:1; 
    visibility: visible;
    transition: all .2s ease-in;   

}   

.Mask-products:hover .btn-appstore{ 
    opacity:1; 
    visibility: visible;
    transition: all .2s ease-in;   
    background: #25282e;

}   

.Mask-products:hover .btn-playstore{ 
    opacity:1; 
    visibility: visible;
    transition: all .2s ease-in;   
    background: #25282e;
}

.Mask-products:hover .btn-website{ 
    opacity:1; 
    visibility: visible;
    transition: all .2s ease-in;   
    background: #25282e;
}
   
 


