.container {
    text-align: center;
  
   
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #191919;
    justify-content: center;
      
    
     
        
}

.hero {
    height:100vh;
    background: url('../img/banner/backg12.jpg') center bottom no-repeat;
    position:relative;
    background-size:cover;
  }

.container p {

    color: #ffffff;
}

.container h4 {

    font-size: 20px;
}

.container h5 {

    font-size: 15px;
    color: #ffffff;
}

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    text-align: center;
}

/* The Close Button */
.close {
    color: #191919;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: purple;
    text-decoration: none;
    cursor: pointer;
}

label {
    color: white;
}

input[type="text"] {
    padding: 5px 10px;
    margin: 8px 0;
    box-sizing: border-box;
    border: none;
    border-bottom: 2px solid rgb(158, 254, 152);
    border-radius: 10px;
    background-color: rgb(104, 118, 225);
    color: white;
}

::placeholder {
    
    color: white;
}

input[type="text"]:focus {
    border-bottom: 2px solid rgb(158, 254, 152);
    outline: none;
    box-shadow: 0 0 10px #719ECE;
    border-radius: 10px;
}

.v3 p {
    color: transparent;
    background-position: right;
    background-size: 100% 100%;
    background-image: linear-gradient(#a0aec0, #45576a);
    border-radius: 10px;
  }
  .v3:hover p {
    color: rgb(255, 255, 255);
    background-size: 0% 100%;
  }
  .content {
    margin-bottom: 4em;
  }
  .content p {
    display: inline;
    background-repeat: no-repeat;
    transition: all 500ms ease-in-out;
  }

@media only screen and (max-width: 600px) {
    
    .container h1{

        margin-top: 20px;
    }

    .container h4 {

        font-size: 20px;
    }
    .container h5 {

        font-size: 15px;
    color: #ffffff;
    }
}


/* Small devices (portrait tablets and large phones, 200px and up) */
@media only screen and (min-width: 200px) {
    .container h1{

        margin-top: 100px;
    }
     .container h4 {

        font-size: 20px;
    }
    .container h5 {

        font-size: 15px;
    color: #ffffff;
    }
}


/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .container h1{

        margin-top: 10px;
    }
     .container h4 {

        font-size: 20px;
    }
    .container h5 {

        font-size: 15px;
    color: #ffffff;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) { 
    .container h1{

        margin-top: 10px;
    }
    .container h4 {

        font-size: 20px;
    }
    .container h5 {

        font-size: 15px;
    color: #ffffff;
    }


}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .container h1{

        margin-top: 10px;;
    }
    .container h4 {

        font-size: 20px;
    }
    .container h5 {

        font-size: 15px;
    color: #ffffff;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .container h4 {

        font-size: 40px;
    }
    .container h1{

        margin-top: 10px;
    }

    .container h5 {

        font-size: 15px;
        color: #ffffff;
    }
}




/* Define the font and color of the list items */
.rules h4{

    font-size: 15px;
}
.rules ul li {
    font-family: Arial, sans-serif;
    color: white;
    text-align:left;
  }
  
  /* Add a background color to the list items */
 
  
  /* Add a border to the list items */
  .rules ul li {
    border: 1px solid #ccc;
    border-radius: 10px;
  }
  
  /* Add padding and margin to the list items */
  .rules ul li {
    padding: 8px;
    margin: 10px 0;
  }
  
  .rules ul {
    list-style-type: none;
  }
  .rules ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
 }
 .rules ul li::before{
     content: "";
     display: inline-block;
     width: 0;
     height: 0;
     margin-right: -5px;
     vertical-align: middle;
 }
 