*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}




    table{
        height: 100vh;
        width: 100%;
        
    }


 table, td{
        /* border: 1px solid rgb(255, 0, 0); */
        
        margin: auto;
    }

    header{
        background-color: gold;
        /* background-image: url(images/verynicelogo1.png); */
        border-color: #ffffff;
        

        transform: scale(1.0);
        box-shadow: 0px 0px 10px 1px #ffffff;
        border-bottom-left-radius: 30px;
        /* border-top-right-radius: 50px; */
        border-bottom-right-radius: 30px;
    }

    .header-container{
        
        width: 100%;
        
        padding: 1px 20px 1px;

    }

    .header-nav{
        margin: 10px 0;

    }

    .header-nav ul{
        /* display: flex; */
        justify-content: center;
        list-style-type: none;
        text-align: center;
        
    }

    .header-nav ul li a{
        margin: 20px;
        text-decoration: none;
        font-size: 1.3em;
        font-weight: 100;
        opacity: 0.9;
        transition: 0.1s;
        

    }


    .header-nav ul li a h1{
        margin: 20px;
        text-decoration: none;
        font-size: 1.3em;
        font-weight: 100;
        opacity: 0.9;
        transition: 0.1s;
        

    }

    .header-nav ul li a h1:hover{
        margin: 20px;
        text-decoration: none;
        font-size: 1.3em;
        font-weight: 500;
        opacity: 0.9;
        transition: 0.1s;
        

    }


    .header-nav ul li a:hover{
        opacity: 1;
        color: #ffffff;
    }
    

    .social-icons{
        display: flex;
        justify-content: center;
         
    }

    .social-icons a{
        text-decoration: none;
        padding: 10px;
        background-color: rgb(0, 0, 0);
        margin: 10px;
        border-radius: 50%;

    }

    .social-icons a i{
        font-size: 1.5em;
        color: rgb(255, 0, 0);
        opacity: 0.9;
        

    }

    /* hover effect on social media icons*/
    .social-icons a:hover{
        background-color: #ffffff;
        transition: 0.5s;


    }

    .social-icons a:hover i{
        color: rgb(0, 0, 0);
        transition: 0.5s;
    }

    






    footer{
        /* background-color: #000000; */
        /* border-color: #ff0000; */
        

        transform: scale(1.0);
    border-color: #ff0000;
    
    box-shadow: 0px 0px 10px 1px #888;
    border-radius: 15px;
    color: #000000;


        background-color: #111111; /*try red color here*/
        
    }

    .footer-container{
        
        width: 100%;
        
        padding: 1px 15px 1px;

    }

    .footer-nav{
        margin: 10px 0;
        
        

    }

    .footer-nav ul{
        display: flex;
        justify-content: center;
        list-style-type: none;
        text-align: center;


        opacity: 1;
        color: #fff;
        box-shadow: 0px 0px 10px 1px #373737;
        border-radius: 13px;
    }

    .footer-nav ul li a{
        color: rgb(255, 255, 255);
        margin: 20px;
        text-decoration: none;
        font-size: 1.3em;
        opacity: 1;
        transition: 0.1s;

        

    }

    .footer-nav ul li a:hover{
        opacity: 1;
        color: #fff;
        box-shadow: 0px 0px 10px 1px #ffffff;
        border-radius: 13px;
    }

    .footer-nav ul li a:active{
        color: red;
    }

    .footer-bottom{
        /* background-color: #000000; */
        background-image: -webkit-linear-gradient(#333,#000,#111,#222,#333,#444,#111);
        padding: 15px;
        text-align: center;
    }

    .footer-bottom p{
        color: white;
    }

    .designer{
        opacity: 0.7;
        /* text-transform: uppercase; */
        letter-spacing: 1px;
        font-weight: 400;
        margin: 0px 5px;
    }


    .header1-container{
        display: flex;
    }

    .header1-nav ul{
        display: flex;   
        list-style: none; 
        letter-spacing: 1px;
        justify-content: center;
        margin: 10px;
        text-align: center; 
        /* background-image: -webkit-radial-gradient(#fff, #000);   */
        
    }

    .header1-nav ul li{
        padding: 10px;
        margin-bottom: 20px;
        border-radius: 1px;
        color: #000000;
        box-shadow: 0px 0px 6px 2px #000000;
        /* background-image: -webkit-repeating-linear-gradient(#fff, #000 10%, rgb(255, 255, 255), #000 90% ); */
        /* background-image: -webkit-repeating-linear-gradient(to right,#fff, #000 10%, rgb(255, 255, 255), #000 90% ); */
        /* background-image: repeating-linear-gradient(to bottom, #222 5%, #444, #666, #999, #666, #444, #222 5%); */
        background-image: linear-gradient(to bottom, #222, #666);


    }

    .header1-nav ul li:hover{
        padding: 10px;
        border-radius: 1px;
        color: #000000;
        box-shadow: 0px 0px 3px 1px #080808;
               
        
        

        /* transform: scale(1.0); */
    
    


    }

    .header1-nav ul li a{
        color: #000000;   
    }

    .header1-nav ul li a:hover{
        color: #777;
        
         
        
    }

    .header1-nav ul li a:active{
        color: rgb(255, 0, 0);
    }



    @media (max-width:700px){
        .footer-nav ul{
            flex-direction: column;
        }
    }



    
  .marquee{
    box-shadow: 0px 0px 10px 1px #ff0000;
    /* border: 1px solid rgb(0, 0, 0); */
    background-color: #ffffff;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    height: 50px;
    width: 100%;
    white-space: nowrap;
    
}

.marquee p{
    position: absolute;
    width: auto;
    height: 100%;
    margin: 0;
    line-height: 50px;
    text-align: center;
    transform: translateX(100%);
    animation: scroll-left 12s linear infinite;
    /* animation: mymove 8s infinite; */
    /* animation: scroll-down 12s linear infinite; */
}

@keyframes scroll-left{
    0%{
        transform: translateX(50%);

    }
    100%{
        transform: translateX(-100%);
    }
}

.marqueeDown{
    box-shadow: 0px 0px 10px 1px #ffffff;
    /* border: 1px solid rgb(0, 0, 0); */
    background-color: transparent;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    height: 260px;
    width: 10%;
    
    animation: scroll-down 12s alternate-reverse infinite;
    
}
@keyframes scroll-down{
    0%{
        transform: translateY(300%);

    }
    100%{
        transform: translateY(0%);
    }
    
    
    /* from {right: 0px;} */
    /* to {right: 350%;} */
}



.marqueeLeft{
    /* box-shadow: 0px 0px 10px 1px #ffffff; */
    /* border: 1px solid rgb(0, 0, 0); */
    /* background-color: #ffffff; */
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    height: 150px;
    
    width: 70%;
    white-space: nowrap;
    color: #555;
    animation: blockscroll 5s  ease-in-out infinite alternate-reverse;
    
}
@keyframes blockscroll{
    0%{
        transform: translateX(38%);

    }
    100%{
        transform: translateX(5%);
    }
}

.dot {
    height: 12px;
    width: 12px;
    background-color: #bbb;
    padding: 0;
    
    border-radius: 50%;
    display: inline-block;
}

.wheel {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #000000;
    border-bottom: 8px solid #000000;
    border-left: 8px solid #ffffff;
    border-right: 8px solid #ffffff;
    width: 5px;
    height: 5px;
    animation: spin 5s alternate-reverse infinite;
}
@keyframes spin{
    0%{
        -webkit-transform: rotate(0deg);

    }
    100%{
        -webkit-transform: rotate(360deg);
    }
}



