@import url('https://fonts.googleapis.com/css2?family=Epilogue:wght@300&display=swap');



 

body{
    font-family: 'Epilogue', sans-serif;
    margin: 0%;
    padding: 0;
}


.navbar {
    overflow: hidden;

    margin-left: 144px;
    margin-top: -42px;
   }
  
   .logo img{
    margin-left: 19px;
    margin-top: 19px;
     }

     .right-corner{
        float: right;
        margin-right: 44px;
        margin-top: 3px;

     }
     .right-corner a.reg{
      border: 2px solid ;  
      border-radius: 9px;  
 }

  .navbar a {
    float: left;
    font-size: 18px;
    color: hsl(0, 4%, 45%);
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-weight: 700;
  }
  
  .rhgt{
    margin-top: 1.3px;
  }
 
  .dropdown {
    float: left;
    overflow: hidden;
    display: block;
  }
  
  .dropdown .dropbtn {
    font-size: 18px;  
    border: none;
    outline: none;
    color: hsl(0, 4%, 45%);
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
    font-weight: 700;

  }
  
  .navbar a:hover, .dropdown:hover .dropbtn{
     color: rgb(12, 12, 12);
      background-repeat: no-repeat;
      transition: .5s ease-in-out;
    }

 
  .img{
    transition: .5s ease-in-out;
 
  }
  .dropbtn :hover img{
     color: black;
  }

    img:hover .up{
    display: inline;
 
 }


   .dropdown:hover   img{
    color: black; 
 
 }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    
    padding: 15px;
  }
  
  .dropdown-content a {
    float: none;
    color: rgb(116, 106, 106);
     text-decoration: none;
    display: block;
    text-align: left;
    font-size: 15px;
    padding-right: 22px;
    }

    .dropdown-content a img {
      
      padding-right: 10px;
      }
  
   
  
  .dropdown:hover .dropdown-content {
    display: block;
  }


  .title{
 padding-left: 139px;
 margin-top: 119px;
 font-size: 33px;
  font-weight: 700;
  }
  .text{
    padding-left: 139px;
    margin-top: 29px;
    font-size: 17px;
    color: hsl(0, 4%, 37%);
    font-weight: 600;
    line-height: 1.5;
     }

     .learnMore{
      border: 1px solid ;  
      border-radius: 9px;  
      width: 8%;
      text-align: center;
      margin-left: 140px;
      background-color: rgb(0, 0, 0);
      padding: -3px;
        
 }
 .learnMore a{
  color: white;
  font-weight: 600;
  text-decoration: none;
 }

 .learnMore:hover a{
  background-color: white;
  border: 1px solid ;  
  color: black;
 
  border-radius: 9px;  
 
   }



  
button {
   
  background-color: black;
  border: 0.125em solid #1A1A1A;
  border-radius: 0.9375em;
   
  color: #ffffff;
  
   
  font-family: Roobert,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 16px;
  font-weight: 600;
  
  
  
  min-width: 11%;
   padding: 10px;
  text-align: center;
  text-decoration: none;
  margin-left: 140px;
 }


 button a{
  margin-bottom: 22px;
 }
 
 button:disabled {
  pointer-events: none;
 }
 
 button:hover {
  color: rgb(8, 8, 8);
  background-color: #ffffff;
  box-shadow: rgba(255, 255, 255, 0.25) 0 8px 15px;
  transform: translateY(-0.5px);
 }
 
 button:active {
  box-shadow: none;
  transform: translateY(0);
 }
 .footer{
  margin-left: 139px;
  margin-top: 38px;
  }
  .audio{
    margin-left: 44px;
  }
  .meet{
    margin-left: 44px;
  }
  .maker{
    margin-left: 44px;
  }
  .bigFoto{
   
    width: 50px;
    margin-bottom: 111;
    
  }
  .bigFoto img{
   
    width: 700%;
    margin-left: 866px;
    margin-top: -788px;
    
  }

  .bigFoto-forMobilePage{
    display: none;
  }
  label{
    display: none;
  }

  .text-mobile{
    display: none;
  }
  .title-mobile{
   display: none;
  }

  .smallPhoto{
    display: none;
  }

  @media screen and (max-width: 800px) {

    body{
      position: fixed;
      margin: 0%;
      padding: 0%;
      font-family: 'Epilogue', sans-serif;
     
    }

    label{
      display: block;
    }
    .navbar{
      display: none;
    }
    .bigFoto{
      display: none;
    }

    .smallPhoto{
      display: inline-flex;
      width: 190px;
      height: 256px;
      margin-left: 5px;
      margin-top: -90px;
    }
    

    label .menu {
      position: absolute;
      right: -100px;
      top: -100px;
      z-index: 100;
      width: 200px;
      height: 200px;
      background: rgb(252, 252, 252);
      border-radius: 50% 50% 50% 50%;
      -webkit-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
      box-shadow: 0 0 0 0 rgb(255, 255, 255),
       0 0 0 0 rgb(255, 255, 255);
      cursor: pointer;
    
    }
    
    label .hamburger {
      position: absolute;
      top: 135px;
      left: 50px;
      width: 30px;
      height: 2px;
      background: #0a0a0a;
      display: block;
      -webkit-transform-origin: center;
      transform-origin: center;
      -webkit-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
    }
    
    label .hamburger:after, label .hamburger:before {
      -webkit-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
      content: "";
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      background: #030303;
    }
    
    label .hamburger:before { top: -10px; }
    
    label .hamburger:after { bottom: -10px; }
    
    label input { display: none; }
    
    label input:checked + .menu {
      box-shadow: 10vw 60vh 0 25vh rgb(255, 255, 255),  0 0 0vh 20vh rgb(255, 255, 255);
      border-radius: 0;
       
    }
    
    label input:checked + .menu .hamburger {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      
    }
    
    label input:checked + .menu .hamburger:after {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
      bottom: 0;
      
    }
    
    label input:checked + .menu .hamburger:before {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
      top: 0;
      
    }
    
    label input:checked + .menu + ul { opacity: 1; }
    
    label ul {
      z-index: 200;
      position: absolute;
      top: 30%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      opacity: 0;
      -webkit-transition: .25s 0s ease-in-out;
      transition: .25s 0s ease-in-out;
      
    }

    .features a{
      margin-right: -33px;
     
    }
    
    label a {
      margin-bottom: 1em;
      display: block;
      color: hsl(0, 5%, 29%);
      text-decoration: none;
      font-size: 17px;
      font-weight: bold;
      left: 28%;
    }
    label{
      width: 150%;
       color: #000;
    }

    .rhgt{
      margin-top: 99px;
      margin-left: 18px;
      font-size: large;
    }

    .right-corner{
      text-align: center;
      margin-right: 11px;
      
    }

    .right-corner a.reg{
      border: 2px solid ;  
      border-radius: 9px;  
      height: 33px;
      width: 189%;
      text-align: center;
      padding-top: 11px;
      
 }
    
 .right-corner a.log{
  margin-right: -59px;
 }

    h1 {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 80%;
      text-align: center;
    }

    .bigFoto-forMobilePage img {
      display: block;
       width: 150px;
      height: 155px;
      padding-bottom: -499%;
     }

     .footer{
      display: flex;
      width: 10px;
      margin-left: 17px;
      margin-bottom: -77px;
      position: absolute;

     }
     .databiz{
      width: 60px;
     }

     .audio{
      margin-left: 44px;
      width: 40px;
    }
    .meet{
      margin-left: 44px;
      width: 40px;
    }
    .maker{
      margin-left: 44px;
      width: 40px;
    }

    button {
      min-width: 41%;
       
      text-align: center;
      margin-bottom: -40px;
      margin-top: -1111px;
      margin-left: 109px;
      }
     .title h1{
      display: none;
      font-size: large;
      margin-top: -88px;
     }
     .text{
      display: none;
      
     }

     .text-mobile{
      display: block;
        font-weight: 700;
        font-size: 15px;
        text-align: center;
        line-height: 1.5em;
        margin-bottom: 33px;
        color: rgb(78, 74, 74);
     width: 90%;
     margin-left: 22px;
      }
     .title-mobile{
      display: inline;
      margin-bottom: 144px;
      text-align: center;
      font-size: 28px;
      font-weight: bolder;
     }


     .reg{
      text-align: center;
      margin-top: 11px;
     }
    
  }

 