@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');




#main p {
  color: white;
  margin: 0;
  font-size: 50px;
}

body {
  overflow-x: hidden; /* Hide horizontal scrollbar */
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 0;
}

::-moz-selection {
  /* Code for Firefox */
  background: rgba(255,255,255,0.5);
}

::selection {
  background: rgba(255, 255, 255, 0.5);
}

.bg-gradient-primary {
    background-color: #252935;
    background-image: linear-gradient(180deg, #252935 10%, #252935 100%);
    background-size: cover;
  }
  
  .bg-white {
    --bs-bg-opacity: 1;
    background-color: #252935!important;
  }
  
  .text-dark {
    --bs-text-opacity: 1;
    color: #fff !important;
  }
  
  .btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(78,115,223,0);
  }
  
  .text-primary {
    --bs-text-opacity: 1;
    color: #fff!important;
  }
  
  .dropdown-item:hover, .dropdown-item:focus {
    color: #fff!important;
    background-color: #121421;
  }
  
  .btn-link:hover {
    color: #ffffff!important;
    background-color: #ffffff!important;
  }
  
  .btn-link {
    font-weight: 400;
    color: #ffffff;
    text-decoration: underline;
  }
  
  .topbar #sidebarToggleTop:hover {
    background-color: rgba(227,227,227,0.27);
  }
  
  ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #1e1e1e;
    margin-right: 100px;
  }
  
  li {
    float: right;
  }
  
  li a {
    transition: all 0.3s;
    display: block;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    padding: 4px 6px;
    text-decoration: none;
    margin-top: 35px;
    margin-left: 100px;
    font-size: 17.5px;
  }

  li p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 17.5px;
    display: block;
    margin-top: 35px;
    margin-left: 100px;
    text-decoration: none;
  }

  #header .btn {
    margin-right: 200px;
    background-color: transparent;
    border: #d40404 solid 1px;
    border-radius: 4px;
    color: #045bd4;
    padding: 0.75rem 2rem;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    transition-duration: 0.4s;
    cursor: pointer;
  }

.kelb {
      margin-right: 200px;
}

  #header .btn:hover {
    background-color: #045bd4;
    color: white;
  }
  
  li a:hover {
    color: #045bd4;
  }

  #header img {
    width: 50%;
    height: auto;
  }

  #main iframe {
    margin-left: 200px;
    filter: blur(1px);
    transition: all 0.5s;
    transform: perspective(600px) rotateY(-10deg) rotateX(5deg);
  }

  #main iframe:hover {
    filter: blur(0);
    transform: scale(1.1);
  }

  #main h1 {
    font-family: 'Lato', sans-serif;
    margin-right: 200px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 20px;
  }

  #main p {
    color: white;
    margin: 0;
    font-size: 70px;
    margin-bottom: 15px;
    margin-top: 2px;
    
  }

  #main .container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 200px;
  }

  #main a {
    margin-right: 15px;
    background-color: transparent;
    border: #d40404 solid 1px;
    border-radius: 4px;
    color: #ffffff;
    padding: 0.75rem 2rem;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    transition-duration: 0.4s;
    cursor: pointer;
  }

  #main a:hover {
    background-color: ##ffffff;
    color: white;
  }

  #features .container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -25px;
    background-color: #181818;
    width: 100%;
  }

  #features .container-0 {
    text-align: center;
    width: 100%;
    background-color: #181818;
    margin-top: -20px;
  }

  #features .container-69 {
    text-align: center;
    width: 100%;
    background-color: #181818;
    padding-top: 130px;
  }


  #features .features-container {
    transition: all 0.5s;
    margin-top: 50px;
    text-align: center;
    margin-right: 20px;
    border-radius: 10px;
    width: 400px;
    height: 250px;
    background-color: #1e1e1e;
    margin-bottom: 300px;
  }

  #features .features-icon {
    margin: 0;
    font-size: 50px;
    color: #045bd4;
    margin-top: 15px;
  }

  #features .features-container:hover  {
    transform: translateY(-10px);
  }

  #features h1 {
    margin: 0;
    font-size: 30px;
    color: white;
    letter-spacing: 1px;
    margin-top: 10px;
    }

  #features .h1-faq {
    margin-top: 70px;
  }

  #features p {
    padding-left: 5px;
    padding-right: 5px;
    margin: 0;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 10px;
  }
  
    #socials .container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -25px;
    background-color: #181818;
    width: 100%;
  }

  #socials .container-0 {
    text-align: center;
    width: 100%;
    background-color: #181818;
    margin-top: -20px;
  }

  #socials .container-69 {
    text-align: center;
    width: 100%;
    background-color: #181818;
    padding-top: 130px;
  }


  #socials .socials-container {
    transition: all 0.5s;
    margin-top: 50px;
    text-align: center;
    margin-right: 20px;
    border-radius: 10px;
    width: 400px;
    height: 250px;
    background-color: #1e1e1e;
    margin-bottom: 300px;
  }

  #socials .socials-icon {
    margin: 0;
    font-size: 50px;
    color: #045bd4;
    margin-top: 15px;
  }

  #socials .socials-container:hover  {
    transform: translateY(-10px);
  }


  #download .container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -50px;
    width: 100%;
    background-color: #181818;
  }

  #download .download-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -40px;
    background-color: #181818;
    width: 100%;
  }

  #download .download {
    transition: all 0.5s;
    text-align: center;
    margin-top: 65px;
    margin-right: 20px;
    border-radius: 10px;
    width: 400px;
    height: 500px;
    background-color: #1e1e1e;
    margin-bottom: 100px;
  }

  #download .download:hover {
    transform: translateY(-10px);
  }

  #download .download-list {
    margin-top: 20px;
    background-color: #262727;
    width: 400px;
    height: 372px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  #download img {
    width: 30%;
    height: auto;
  }

  #download .title {
    margin: 0;
    font-size: 30px;
    color: white;
    letter-spacing: 1px;
  }

  #download h1 {
    margin: 0;
    text-align: center;
    color: white;
    letter-spacing: 3px;
    font-size: 40px;
    font-weight: 800;
  }

  #download p {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    color: white;
    font-size: 30px;
    font-weight: 100;
  }

  #download ol:first-child {
    padding-top: 20px;
  }

  #download ol {
    text-align: left;
    list-style-type: none;
    color: white;
    letter-spacing: 1px;
  }

  #download a {
    margin-top: 20px;
    background-color: transparent;
    border: #d40404 solid 1px;
    border-radius: 4px;
    color: #045bd4;
    padding: 0.75rem 2rem;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    transition-duration: 0.4s;
    cursor: pointer;
  }

  #download a:hover {
    background-color: #0000ff;
    color: white;
  }

  .footer {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #181818;
    width: 100%;
  }

  .copyright {
    width: 100%;
    background-color: #181818;
    text-align: center;
  }

  .copyright h4 {
    color: rgba(255, 255, 255, 0.5);
    padding-bottom: 15px;
    letter-spacing: 1px;
    
  }

  .copyright a:hover {
        color: #0000ff;
  }

  input[type=checkbox]{
    display: none;
   } 
   /*HAMBURGER MENU*/
   .hamburger {
    text-align: center;
    color: white;
    display: none;
    font-size: 24px;
    user-select: none;
   }
   /* APPLYING MEDIA QUERIES */
   @media (max-width: 768px) {
    ul {
      margin: 0;
    }

    #main iframe {
      margin: 0 auto;
      display: none;
    }
     
     .menu li p {
       display: none;
       margin: 0 auto;
     }

    .menu li {
      float: none;
    }

    .menu li a {
      margin: 0;
    }
     
    .menu li a .btn {
      margin: 0;
      margin-right: -200px;
    }


   .menu { 
    display:none;
    position: absolute;
    background-color: #1e1e1e;
    right: 0;
    left: 0;
    text-align: center;
    padding: 16px 0;
   }

   .menu li:hover {
    display: inline-block;
    color:#045bd4;
    transition: 0.3s ease;
   }

   .menu li + li {
    margin-top: 12px;
   }
   .menu li img {
    display: none;
   }

   input[type=checkbox]:checked ~ .menu{
    display: block;
   }

   .hamburger {
    display: block;
   }

   #main p {
    color: white;
    margin: 0;
    font-size: 50px;
  }

  #main a {
    margin-right: 15px;
    background-color: transparent;
    border: #d40404 solid 1px;
    border-radius: 4px;
    color: #045bd4;
    padding: 0.75rem 2rem;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    transition-duration: 0.4s;
    cursor: pointer;
  }

  #main a:hover {
    background-color: #045bd4;
    color: white;
  }

  #main .container {
    margin-top: 160px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    display: flex;
    background-color: #1e1e1e;
    width: 100%;
  }

  #main h1 {
    margin: 0;
    text-align: center;
    font-family: 'Lato', sans-serif;
    color: rgba(255, 255, 255, 0.5);
    font-size: 15px;
  }

  #features .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: -25px;
    background-color: #181818;
    width: 100%;
  }

  #features .container-0 {
    text-align: center;
    width: 100%;
    background-color: #181818;
    margin-top: -20px;
  }

  #features .features-container:first-child {
    transition: all 0.5s;
    margin-top: 50px;
    text-align: center;
    border-radius: 10px;
    width: 350px;
    height: 250px;
    background-color: #1e1e1e;
    margin-bottom: 25px;
  }

  #features .features-container {
    transition: all 0.5s;
    margin: 0;
    text-align: center;
    border-radius: 10px;
    width: 350px;
    height: 250px;
    background-color: #1e1e1e;
    margin-bottom: 25px;
  }

  #features .features-container:last-child {
    margin-bottom: 200px;
  }

  #download .container {
    margin-top: -50px;
    width: 100%;
    background-color: #181818;
  }

  #download .download-container {
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: -40px;
    background-color: #181818;
    width: 100%;
  }

  #download .download:first-child {
    transition: all 0.5s;
    margin: 0;
    margin-top: 50px;
    text-align: center;
    border-radius: 10px;
    width: 350px;
    height: 500px;
    background-color: #1e1e1e;
    margin-bottom: 50px;
  }

  #download .download {
    transition: all 0.5s;
    margin: 0;
    text-align: center;
    margin-top: 65px;
    border-radius: 10px;
    width: 350px;
    height: 500px;
    background-color: #1e1e1e;
    margin-bottom: 50px;
  }

  #download .download:hover {
    transform: translateY(-10px);
  }
     
  #download .download-list {
    margin-top: 20px;
    background-color: #262727;
    width: 350px;
    height: 372px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .wave {
    width: 100%;
  }
}