

* a{
text-decoration: none;
color: #06c;
}
a:hover{
    text-decoration: underline;
}


.nav
        {
            display: flex;
            list-style: none;
           justify-content: space-around;
           background-color: #434344;
           color: rgb(218 218 218);
           padding-left: 60px;
           padding-right: 60px;
           padding-top: 30px;
           padding-bottom: 30px;
           cursor: pointer;
           

           
        }
        .one{
           
         width: 100%;
         height: 550px;
         border: 1px solid white;
         background-image: url("./one1.jpg");
        /* vertical-align: top; */
       background-position: center;
       
       
        }
        .two{
            width: 100%;
         height: 550px;
         border: 1px solid white;
         background-image: url("./two2.jpg");
         color: #f5f5f7;
         text-align: center;
        }
        .img{
            padding-top: 10px;
            padding-bottom: 10px;
        }
        .three{
            width: 100%;
            height: 550px;
            border: 1px solid white;
            background-image: url("./two.jpg");
            text-align: center;
            padding-top: 30px;
            font-size: 20px;

        }
        .four
             {
                
                display: flex;
               

               
            }
        
            .five{
                display: flex;
               
            }
            .six{
                display: flex;
                justify-content: space-between;
                padding-left: 80px;
                padding-right: 80px;
            }
            .seven{
                display: flex;
            }
            .write{
               
                background-color:rgb(245 245 247);
                color: rgb(124 124 125);
                 
                padding-left: 60px;
                padding-right: 60px; 
                text-align: center;
            }
            .text1{
                
           
             padding-left: 549px;
             padding-top: 350px;
             color: #6e6e73;
             
             

             
            }
            .apple{
                color: #231f20;
                font-size: 32px;
            }
            .welcome{
                color: #1d1d1f;
                font-size: 22px;
            }
            .iphone{
                color: #f5f5f7;
                font-weight: bold;
                font-size: 40px;
                text-align: center;
                padding-top: 32px;
                margin: 10px;
            }
            .iphone1 a
            {
color:#06c;
            }
            .iphone15{
                color:#1d1d1f ;
                font-weight: bolder;
                font-size: 45px;
            }
            .movie{

                width: 100%;
            height: 550px;
            border: 1px solid white;
            background-image: url("./Capture.PNG");
           background-repeat: no-repeat;
           background-position: center;
            }
            
            .table{
                text-align: center;
                padding-left: 250px;
                padding-right: 250px;
                background-color:rgb(245 245 247);
                color: rgb(124 124 125);
                
            }
            .firstrow{

              color: rgb(30 30 30);
               font-weight: bold;
            }
            .row td:hover{
text-decoration: underline;
cursor: pointer;
            }
            .logo{
                border-radius: 2px;
            }
           