*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;

}
header section{
    /* width: 300px; */
    display: flex;
    flex-direction: column;
    align-self: center;
}
header h1{
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    color: #D53F40;
}
header h2{
    color: #fff;
    text-align: center;
    margin: 0;
    padding-bottom: 5px;
}
.logo{
    margin: 0px auto;
    width: 300px;
}

  
  .top-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    justify-content: space-between;
    background-color: #D53F40;
    color: #FFF;
    height: 50px;
    padding: 1em;
  }
  
  .menu {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  
  .menu > li {
    margin: 0 1rem;
    overflow: hidden;
  }
  .menu > li a{
    text-decoration: none;
    color: #fff;
  }
  
  .menu-button-container {
    display: none;
    height: 100%;
    width: 30px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  #menu-toggle {
    display: none;
  }
  
  .menu-button,
  .menu-button::before,
  .menu-button::after {
    display: block;
    background-color: #fff;
    position: absolute;
    height: 4px;
    width: 30px;
    /* transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1); */
    border-radius: 2px;
  }
  
  .menu-button::before {
    content: "";
    margin-top: -8px;
  }
  
  .menu-button::after {
    content: "";
    margin-top: 8px;
  }
  
  #menu-toggle:checked + .menu-button-container .menu-button::before {
    margin-top: 0px;
    transform: rotate(405deg);
  }
  
  #menu-toggle:checked + .menu-button-container .menu-button {
    background: rgba(255, 255, 255, 0);
  }
  
  #menu-toggle:checked + .menu-button-container .menu-button::after {
    margin-top: 0px;
    transform: rotate(-405deg);
  }
  

  .video{
    height: 500px;
    position: relative;
  }
  .movie{
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
  }
  .left-aside-section{
    height: 200px;
    width: 100%;
    margin-bottom: 40px;
    /* border: 1px solid orangered; */
  }
  .left-aside{
    /* border: 1px solid red; */
    /* width: 400px; */
    height: 200px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    /* border: 1px solid black; */
    float: right;
    margin: 20px;
    /* margin: 30px; */
  }
  .left-aside li{
    font-size: 17px;
    margin: 10px 0px;
  }
  .first{
    margin-top: 300px !important;
  }
  .articles{
    margin: 50px;
    /* border: 1px solid black; */
    height: 400px;
    align-items: center;
    display: flex;
  }
  .articles article{
    width: 60%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
    /* border: 1px solid black; */
  }
  .articles article h1{
    font-size: 42px;
  }
  .articles article p{
    font-size: 20px;
  }
  .articles aside{
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
  }
  .articles aside img{
    width: 100%;
    height: 100%;
    border-radius: 30px;
  }
  figcaption{
    text-align: center;
  }
  .articles article button{
    padding: 10px 20px;
    background-color: #D53F40;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 10px;
  }
  .articles article a{
    width: fit-content;
  }
  .cookie{
    position: fixed;
    background-color: rgba(255, 170, 0, .5);
    /* background-color: rgba(213, 63, 64, .7); */
    bottom: 10px;
    right: 10px;
    z-index: 999;
    width: 300px;
    height: 200px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    justify-content: center;
    align-items: center;
    /* border: 1px solid black; */
  }
  .cookie h2{
    text-align: center;
    font-size: 25px;
    color: white;
  }
  .cookie p{
    text-align: center;
    color: white;
  }
  .cookie a{
    margin-top: 20px;
    width: fit-content;
    /* border: 2px solid black;  */
  }
  .cookie button{
    padding: 15px 40px;
    font-weight: bold;
    cursor: pointer;
    background-color: white;
    border: none;
  }
  footer p{
    text-align: center;
    font-size: 20px;
  }


  /* Product */
  .smartcricket{
    padding: 50px 50px 0px;
  }
  .smartcricket article{
    width: 70%;
  }
  .smartcricket article h1{
    font-weight: bold;
    color: #D53F40;
    margin: 5px 0px;
    font-size: 40px;
  }
  .smartcricket article a{
    color: #D53F40;
  }
  .smartcricket article a:hover{
    text-decoration: none;
  }
  .smartcricket article img{
    width: 100%;
    margin: 10px 0px;
  }
  .smartcricket article p{
    font-size: 20px;
    line-height: 23px;
    word-spacing: 2px;
    margin: 10px 0px;
  }
  .images{
    display: flex;
    gap: 4px;
  }
  .images img{
    width: 33% !important;
  }
  .trafic{
    justify-content: space-evenly;
    display: flex;
    padding: 30px 20px;
  }
  .trafic a{
    width: 32%;
  }
  .trafic img{
    width: 100%;
    height: 250px;
    border-radius: 10px;
  }


  /* Price */
  .pricing{
    margin: 30px 0px;
  }
  .mt{
    margin-top: 20px;
  }
  table{
    width: 80%;
    margin: 0 auto;
  }
  th{
    background-color: #D53F40;
    font-size: 20px;
    color: #fff;
    height: 40px;
    /* width: 50%; */
    /* text-align: start; */
  }
  td button{
    padding: 8px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    background-color: #D53F40;
    color: white;
  }
  td{
    height: 40px;
    text-align: center;
    font-size: 20px;
    font-weight: bold; 
    border: 1px solid #dddddd;
    /* text-align: left; */
    padding: 8px;
  }
  tr:nth-child(even) {
    background-color: #dddddd;
  }

  /* Contact */
  .contact{
    margin: 20px;
    width: 80%;
  }
  label{
    font-size: 20px;
  }
  legend{
    font-size: 30px;
  }
  fieldset{
    border-radius: 10px;
    width: 100%;
    padding: 20px;
  }
  input, textarea{
    width: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #aaa;
    font-size: 18px;
    padding: 5px;
  }
  textarea{
    height: 120px;
  }
  textarea:focus{
    outline: none;
  }
  input:focus{
    border: 1px solid #aaa;
    outline: none;
  }
  @media (max-width: 480px) {
    .contact{
        margin-top: 50px;
    }
    input, textarea{
        width: 100%;
    }
    table{
        width: 100%;
        padding: 0px 10px;
    }
    td{
        padding: 5px;
        font-size: 16px;
    }
    th{
        font-size: 18px;
    }

    header section{
        width: 100%;
    }
    /* .video{
        display: none;
    } */
    .left-aside{
        float: left;
        margin: 0;
        width: 100%;
        padding: 10px;
    }
    .articles{
        margin: 10px;
        flex-direction: column;
        height: fit-content;
    }
    .articles article{
        width: 100%;
        padding: 5px;
    }
    .articles aside{
        width: 100%;
    }
    .articles article h1{
        font-size: 20px;
    }
    .articles article p{
        font-size: 14px;
    }
    .logo{
        width: 80%;
    }
    .menu-button-container {
      display: flex;
    }
  
    .menu {
      position: absolute;
      top: 0;
      margin-top: 50px;
      left: 0;
      flex-direction: column;
      width: 100%;
      z-index: 100;
      justify-content: center;
      align-items: center;
    }
  
    #menu-toggle ~ .menu li {
      height: 0;
      margin: 0;
      padding: 0;
      border: 0;
    }
  
    #menu-toggle:checked ~ .menu li {
      border: 1px solid #333;
      height: 2.5em;
      padding: 0.5em;
    }
  
    .menu > li {
      display: flex;
      justify-content: center;
      margin: 0;
      padding: 0.5em 0;
      width: 100%;
      color: white;
      background-color: #222;
    }
  
    .menu > li:not(:last-child) {
      border-bottom: 1px solid #444;
    }

    /* Product */
    .smartcricket{
        padding: 10px !important;
    }
    .smartcricket article{
        width: 100%;
    }
    .smartcricket article h1{
        font-size: 25px;
    }
    .trafic{
        flex-direction: column;
    }
    .trafic a{
        width: 100%;
    }
  }
  @media (min-width: 481px) and (max-width: 1279px) {
    .articles{
        margin: 20px;
        width: 90%;
        height: fit-content;
    }
    .articles article{
        width: 60%;
        padding: 10px;
        order: 2;
    }
    .articles aside{
        order: 1;
        width: 40%;
        align-items: baseline;
    }
    .articles article h1{
        font-size: 3vw;
    }
    .articles article p{
        font-size: 2vw;
    }
    .left-aside{
        float: left;
    }
    .smartcricket{
        padding: 20px !important;
    }
    .smartcricket article{
        width: 90%;
        margin: 0 auto;
    }
    .smartcricket article h1{
        font-size: 30px;
    }
    
  }