
@media (max-width:576px){
    .nav2{
        visibility: hidden;
    }

    .page1{
       
        display: flex;
        flex-direction:column-reverse;
        align-items: center;
        flex-wrap: wrap;
        height: auto;
        justify-content: center;
    }
    .left1{
        width: 70%;
        text-align: center;
        margin: auto;
       

    }
    .right1{
        margin-top: 100px;
        width: 100%;
    }
    .right1 img{
        width: 100%;
    }
    .button1{
        margin: auto;
        display: flex;
                        justify-content: space-around;
                        padding-bottom: 50px;
    }
    .button1 button{
        border: 3px solid #ce1212;
        border-radius:25px;
    }
    /* page2 */
    .content2{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 20px;
     }
     .cont2{
        width: 90%;
        margin-bottom: 20px;
       
     } 
            /* page3 */
            .content3{
                width: 80%;
                columns: 1 450px;
               
            }
            /* page4 */
            .tab{
                width: 100%;
            }
                 /* page5 */
                 #name{
                    width: 100%;
                    margin-right: 0;    

                }
                #email{
                    width: 100%;
                    margin-left: 0;
                    
                }

                /* page6 */
                .footer{
                    width: 100%;
                    display: flex;
                    flex-wrap: wrap;
                    height: auto;


                }
                .tab1{
                    width: 100%;
                }
                .tab2{
                    width: 100%;
                }
                #data{
                    width: 100%;
                    margin-bottom: 5px;
                }
                .inf6 button{
                       width: 100%;
                       margin-top: 5px;
                }
                .tab3{
                    width: 100%;
                    padding-bottom: 20px;
                }


}


@media  (min-width:577px){
    .nav2{
        visibility: hidden;
    }

    .page1{
       
        display: flex;
        flex-direction:column-reverse;
        align-items: center;
        flex-wrap: wrap;
        height: auto;
        justify-content: center;
    }
    .left1{
        width: 70%;
        text-align: center;
        margin: auto;
       

    }
    .right1{
        margin-top: 100px;
        width: 100%;
    }
    .right1 img{
        width: 100%;
    }
    .button1{
        margin: auto;
        display: flex;
                        justify-content: space-around;
                        padding-bottom: 50px;
    }
    .button1 button{
        border: 3px solid #ce1212;
        border-radius:25px;
    }
    /* page2 */
    .content2{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 20px;
     }
     .cont2{
        width: 80%;
        margin-bottom: 20px;
       
     } 
               /* page3 */
               .content3{
                width: 90%;
               }
            
            /* page4 */
            .tab{
                width: 100%;
            }
                 /* page5 */
                 #name{
                    width: 100%;
                    margin-right: 0;    

                }
                #email{
                    width: 100%;
                    margin-left: 0;
                    
                }

                /* page6 */
                .footer{
                    width: 100%;
                    display: flex;
                    flex-wrap: wrap;
                      height: auto;


                }
                .tab1{
                    width: 100%;
                }
                .tab2{
                    width: 100%;
                }
                #data{
                    width: 70%;
                    margin-bottom: 5px;
                }
                .inf6 button{
                       width: 20%;
                       margin-top: 5px;
                }
                .tab3{
                    width: 100%;
                    padding-bottom: 20px;
                }


}




@media (min-width:768px)  {
    .nav2{
        visibility: hidden;
    }

    .page1{
       
        display: flex;
        flex-direction:column-reverse;
        align-items: center;
        flex-wrap: wrap;
        height: auto;
        justify-content: center;
    }
    .left1{
        width: 70%;
        text-align: center;
        margin: auto;
       

    }
    .right1{
        margin-top: 100px;
        width: 100%;
    }
    .right1 img{
        width: 100%;
    }
    .button1{
        margin: auto;
        display: flex;
                        justify-content: space-around;
                        padding-bottom: 50px;
    }
    .button1 button{
        border: 3px solid #ce1212;
        border-radius:25px;
    }
                 /* page2 */
                 .content2{
                    width: 100%;
                    display: flex;
                    flex-wrap: wrap;
                    justify-content: flex-start;
                 }
                 .cont2{
                    width: 45%;
                 }
                
                 /* page4 */
            .tab{
                width: 100%;
            }
                 
                 /* page5 */
                 
                 #name{
                    width: 100%;
                    margin-right: 0;    

                }
                #email{
                    width: 100%;
                    margin-left: 0;
                    
                }
                /* footer */
                .footer{
                    height: 100vh;
                    display: flex;
                    flex-direction: column;
                  /* justify-content: ; */
                 text-align: center;
                  
                    flex-wrap: wrap;
                }
                .tab1{
                    /* height: 30%; */
                    width: 40%;
                   
                    margin-left: 10%;
                   

                }
                .tab2{
                    height:50%;
                    width: 100%;
                    text-align: left;
                    padding-left: 10%;
                    
                 padding-right: -10%;
                   
                   
                }
                #data{
                    width: 70%;
                    margin-bottom: 5px;
                }
                .inf6 button{
                       width: 20%;
                       margin-top: 5px;
                }
                .tab3{
                    display: flex;
                    flex-direction: column;
                    width: 50%;
                    padding-bottom: 20px;
                    margin-left: -50%;
                    color: antiquewhite;
                    
                }
            }
               @media (min-width:992px){
                 
                 .nav2{
                    visibility: hidden;
                }
            
                .page1{
                   width: 100%;
                   /* margin-top: 100px; */
                   padding-bottom: 20px;
                    display: flex;
                    flex-direction:row;
                    align-items: center;
                    flex-wrap: nowrap;
                    height: auto;
                    justify-content: center;
                   
                }
                .left1{
                    width: 40%;
                    align-items: flex-start;
                  text-align: left;
                  margin-top: 100px;
                  margin-left: 3%;
                   
                   
                }
                .right1{
                    width: 38%;
                    padding-bottom: -20px;
                    margin-top: 90px;
                    margin-right: 3%;
                }
                .right1 img{
                    width: 100%;
                }
                .button1{
                    width: 80%;
                    display: flex;
                 
              
                  
                }
                .button1 button{
                    color:fff;
                    background-color: #ce1212;
                    width: 50%;
                    padding-top: 20px;
                    padding-left: 20px;
                    padding-top: 15px;
                    padding-bottom: 15px;
                    border: 3px solid #ce1212;
                    border-radius:25px;
                    border-top-left-radius:0 ;
                    border-bottom-left-radius:20px ;
                }
                        /* page2 */
                        .content2{
                            width: 95%;
                            display: flex;
                            flex-wrap: nowrap;
                            justify-content: flex-start;
                         }
                         .cont2{
                            width: 33%;
                         }
                          /* page4 */
            .tab{
                width: 48%;
            }
                    
                 /* page5 */
                 
                 #name{
                    width: 49%;
                    margin-right: 1%;    

                }
                #email{
                    width: 49%;
                    margin-left: 1%;
                    
                }
                /* footer */
                .footer{
                    height: 100vh;
                    display: flex;
                    flex-direction: column;
                  /* justify-content: ; */
                 text-align: center;
                  
                    flex-wrap: wrap;
                }
                .tab1{
                    /* height: 30%; */
                    width: 40%;
                   
                    margin-left: 10%;
                   

                }
                .tab2{
                    height:50%;
                    width: 100%;
                    text-align: left;
                    padding-left: 10%;
                    
                 padding-right: -10%;
                   
                   
                }
                #data{
                    width: 70%;
                    margin-bottom: 5px;
                }
                .inf6 button{
                       width: 20%;
                       margin-top: 5px;
                }
                .tab3{
                    display: flex;
                    flex-direction: column;
                    width: 50%;
                    padding-bottom: 20px;
                    margin-left: -50%;
                    color: antiquewhite;
                    
                }
                
               }
               @media (min-width:1200px){

                .nav2{
                    visibility: visible;
                   } 
                   /* page1 */
                   .page1{
                    width: 90%;
                         height: 100vh;
                         background-color: #eeeeee;
                         display: flex;
                         align-items: center;
                         justify-content: space-between;
                         
                       }
                       .left1{
                         width: 50%;
                         margin-left: -10px;
                         
                       
                       }
                       .button1 {
                        width: 80%;
                        display: flex;
                        justify-content: space-between;
                        margin-top: 50px;
                       }

                      .button1 button{
                        color:fff;
                        background-color: #ce1212;
                        width: 50%;
                        padding-top: 20px;
                        padding-left: 20px;
                        padding-top: 15px;
                        padding-bottom: 15px;
                        border: 3px solid #ce1212;
                        border-radius:25px;
                        border-top-left-radius:0 ;
                        border-bottom-left-radius:20px ;
                      }
                      .right1{
                     
                        width: 50%;
                        text-align: end;
                    margin-left: 10px;
                        margin-top: 50px;
                        filter: drop-shadow(0 0 20px #444);
                      }
                      .right1 img{
                        width: 80%;
                      }
                       /* page3 */
               .content3{
                width: 90%;
               }
                      /* page4 */
                .tab{
                    background-color: #eeeeee;
                    margin-left: 1%;
                    margin-right: 1%;
                    padding-left: 20px;
                    margin-bottom: 20px;
                    display: flex;
                    justify-content:flex-start;
                  
                    width: 48%;
                    padding-bottom: 20px;
                
                }
                #name{
                    width: 49%;
                    margin-right: 1%;
                    margin-bottom: 40px;
                    height: 50px;
                    font-family: "Open Sans", sans-serif;
                   /* border: 1px solid #eeeeee; */
                   border:.25px solid #eeeeee;
                    
                }
                
                #email{
                    width: 49%;
                    margin-left: 1%;
                    margin-bottom: 40px;
                    height: 50px;
                    font-family: "Open Sans", sans-serif;
                   border: .25px solid #eeeeee;
                }
                .footer{
                    display: flex;
                    flex-direction: row;
                    flex-wrap: nowrap;
                    height: auto;
                    width: 100%;
                   }
                   .tab1{
                    width: 25%;
                    padding-right: -5px;
                    margin-left: 1%;
                  }
                   .tab2{
                    width: 60%;
                 
                    margin-left: -50px;
                
                   }
    
                  #data{
                    width: 60%;
                    /* margin-right: 5%; */
                    padding-top:10px;
                    padding-bottom:10px;
                    font-family: "Open Sans", sans-serif;
                  }
                  .inf6 button{
                    
                    width: 30%;
                    margin-top: 25px;
                    padding: top 12px;
                    padding-bottom:12px;
                    background-color: #ce1212;
                    color: #eeeeee;
                    border:none;
                    font-family: "Open Sans", sans-serif;
                    transition: 1s;
                    
                  }
                 
                .tab3{
                    display: flex;
                   flex-direction: column;
                    flex-wrap: nowrap;
                    width: 20%;
                    padding-bottom: 20px;
                    margin-left: -.000001%;
                    color: antiquewhite;

                    
                }
    

               }
               @media (min-width:1400px){

                .nav2{
                    visibility: visible;
                   } 
                   /* page1 */
                   .page1{
                    width: 85%;
                         height: 100vh;
                         background-color: #eeeeee;
                         display: flex;
                         align-items: center;
                         justify-content: space-between;
                         
                       }
                       .left1{
                         width: 30%;
                       
                       }
                       .button1 {
                        width: 80%;
                        display: flex;
                        justify-content: space-between;
                       }

                      .button1 button{
                        color:fff;
                        background-color: #ce1212;
                        width: 50%;
                        padding-top: 20px;
                        padding-left: 20px;
                        padding-top: 15px;
                        padding-bottom: 15px;
                        border: 3px solid #ce1212;
                        border-radius:25px;
                        border-top-left-radius:0 ;
                        border-bottom-left-radius:20px ;
                      }
                      .right1{
                     
                        width: 50%;
                        text-align: end;
                    
                        margin-top: 50px;
                        filter: drop-shadow(0 0 20px #444);
                      }
                      .right1 img{
                        width: 80%;
                      }
                      .content3{
                        width: 90%;
                      }
                      /* page4 */
                .tab{
                    background-color: #eeeeee;
                    margin-left: 1%;
                    margin-right: 1%;
                    padding-left: 20px;
                    margin-bottom: 20px;
                    display: flex;
                    justify-content:flex-start;
                  
                    width: 48%;
                    padding-bottom: 20px;
                
                }
                #name{
                    width: 49%;
                    margin-right: 1%;
                    margin-bottom: 40px;
                    height: 50px;
                    font-family: "Open Sans", sans-serif;
                   /* border: 1px solid #eeeeee; */
                   border:.25px solid #eeeeee;
                    
                }
                
                #email{
                    width: 49%;
                    margin-left: 1%;
                    margin-bottom: 40px;
                    height: 50px;
                    font-family: "Open Sans", sans-serif;
                   border: .25px solid #eeeeee;
                }
               
                .footer{
                    display: flex;
                    flex-direction: row;
                    flex-wrap: nowrap;
                    height: auto;
                    width: 100%;
                   }
                   .tab1{
                    width: 25%;
                    padding-right: -5px;
                    margin-left: 1%;
                  }
                   .tab2{
                    width: 60%;
                 
                    margin-left: -50px;
                
                   }
    
                  #data{
                    width: 60%;
                    /* margin-right: 5%; */
                    padding-top:10px;
                    padding-bottom:10px;
                    font-family: "Open Sans", sans-serif;
                  }
                  .inf6 button{
                    
                    width: 30%;
                    margin-top: 25px;
                    padding: top 12px;
                    padding-bottom:12px;
                    background-color: #ce1212;
                    color: #eeeeee;
                    border:none;
                    font-family: "Open Sans", sans-serif;
                    transition: 1s;
                    
                  }
                 
                .tab3{
                    display: flex;
                   flex-direction: column;
                    flex-wrap: nowrap;
                    width: 20%;
                    padding-bottom: 20px;
                    margin-left: -.000001%;
                    color: antiquewhite;

                    
                }
    

               }
              

               
    
