*{
    box-sizing: border-box;

}
nav{
    background-color:rgb(206, 206, 206);
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    height: 90px;
    padding-top: 22px;
    position: static;
    width:100% ;
    top:0px;
}
body{
    background-color: #fcfcfc;
    overflow-x: hidden;
}
.bi{
    margin-left: 50;
    font-size: 30px;
}
.logo{
    font-size: 30px;
    margin-left: 20px;
}

footer{
    width: 100%;
    text-align: center;
    background-color: rgb(218, 218, 218);
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    height: realtive;
    padding-top:20px;
}
.social{
    margin-left: 0%;
    font-size: 40px;
}
.dropbtn {
    background-color:rgb(206, 206, 206);;
    color: rgb(0, 0, 0);
    padding: 16px;
    font-size: 20px;
    border: none;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    
   
}
.dropdown {
    position: relative;
    display: inline-block;
    margin-left: 0px;
    
}
  
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    width: 150px;
    
}
.dropdown-content a {
    color: black;
    padding: 12px;
    text-decoration: none;
    display: block;
    
}
.dropdown-content a:hover {background-color: #adadad;}
  
  .dropdown:hover .dropdown-content {display: block;}

nav ul{
        
        float: right;
        margin-top: -55px;
        list-style-type: none;
}
nav ul li{
        display: inline-block;
        margin-right: 30px;
}
nav ul li a{
        color: rgb(0, 0, 0);
        font-size: 20px;
        text-decoration: none;
        text-align: center;
       
}
.checkbtn{
        color: white;
        font-size: 20px;
        float: right;
        line-height: 65px;
        margin-right: 30px;
        display: none;
       
}
#check{
    display: none ;
}
h1{
    font-size: 50px;
    font-weight: bold;
    text-align: center;
}
h3{
    font-size:35px;
    text-align:center;
    font-weight: bold;
}
p{
    text-align: center;
}
.checkbtn{
    color: rgb(0, 0, 0);
    font-size: 40px;
    float: right;
    line-height: 65px;
    margin-right: 20px;
    display: none;
}
@media screen and (max-width:768px){
    .checkbtn{
        display:block;
    }
    nav ul{
        position: fixed;
        top: 50px;
        left:-100%;
        text-align: center;
        background-color: rgb(206, 206, 206);
        width: 100%;
        height:100vh;
        padding:0;
    }
    nav ul li{
        display: block;
        margin:50px 0px;
    }
    nav ul li a{
        font-size: 20px;
    }
    #check:checked ~ ul{
        left:0;
    }
}
video{
    width: 100%;
}
@media screen and (max-width:768px){
    body{
        font-size: 15px;
    }
    h1{ font-size: 40px;}
    h3{font-size: 25px;}
    .ipad{
        width: 100%;
    }

}

.explore{
   font-family: 'SF';
    border: none;
    background: #3b3eff;;
    color:#fff;
    padding: 10px 30px;
    margin: 30px 0;
    border-radius: 20px;
   
}
.input-field{
    width: 50%;
    outline: 0;
    border:0;
    border-bottom: 2px solid black;
    padding: 10px 0;
    background: transparent;
    font-size: 20px;
}
.submit{
    width: 50%;
    padding:10px 20px;
    margin-top:20px;
    border:none;
    border-radius: 30px;
    color: white;
    background-color: #000000;
    font-weight: bold ;
}
a{
    text-decoration: none;
    color: #000000;
}
input:hover{
    border-width: 5px;
    border-color: rgb(79, 79, 255);
}
span{
    color: #ffffff;
}
.container-fluid{
    text-align: center;
}

