@charset "utf-8";
/* CSS Document */



body {
    max-width: 100%;
    margin: 0px ; 
}

.bg__video {
position:fixed;
top: 0;
left: 0;
min-width:100%;
min-height:100%;
width:auto;
height:auto;
z-index: -100;
}    
    
.flex{   
    display: flex; 
    justify-content: center;
    margin-top: 30px;
  
}

.container-fluid {
    background-color: rgba(249,248,51,0.01);
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.img-fluid{
  border:none;   
  margin-top: 20px;
  width: auto;

}

.img {
    img: 90%;
    high: auto;
}

main {
  display: block;   
  max-width: 1200px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  padding-bottom: 25px;
  padding-left: auto;
  padding-right: auto;
  background:rgba(253,253,253,1.00);
  color: #333;
  border-radius: 30px;
  border: thin solid #DDF721;
  box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
  height: auto;
}

.grid-container {
 display: grid;
 grid-template-areas: auto auto ;
 margin-left: 2em;
}


/* Style the navigation menu */
.navbar {
  width: 100%;
  background-color: white;
}

/* Navigation links */
.navbar a {
    float: left;
    padding: 10px;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    color: rgba(46,4,255,1.00);
    text-decoration: none;
    font-size: 1.6rem;
    width: 18%; /* Four equal-width links. If you have two links, use 50%, and 33.33% for three links, etc.. */
    text-align: center; /* If you want the text to be centered */
    font-weight: bold;
}

@media screen and (max-width: 550px) {
  .navbar a {
    float: left;
    display: block;
    width: 100%;
    text-align: left; /* If you want the text to be left-aligned on small screens */
    font-size: 1.2rem;
  } 
}

    @media screen and (max-width: 1150px) {
  .navbar a {
    float: left;
    display: block;
    width: 100%;
    text-align: left; /* If you want the text to be left-aligned on small screens */
    font-size: 1.2rem;
  }
 }
    

.item1 {
    grid-area: 1 / 1 /span 1 / span 6;
    width: 1000px;
    padding: 20px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(253,253,253,1.00);
}

.item2 {
    grid-area: 2/ 1 /span 1 / span 1;
    padding: 25px;
    margin-top: 25px;
    height: auto;
    width: 500px;
    border-radius: 30px;
    border: thin solid #DDF721;
    box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
    text-align: center;
}

.item3 {
    grid-area: 2/4 /span 1 / span 1;
    padding: 25px;
    margin-top: 25px;
    height: auto;
    width: 500px;
    background-color: rgba(253,253,253,1.00);
    border-radius: 30px;
    border: thin solid #DDF721;
    box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.1rem;
    color: #1F175C;
    line-height: 150%;
    justify-self: center;
}

.item4 {
    grid-area: 3/ 1 /span 1 / span 1;
    padding: 25px;
    margin-top: 25px;
    height: auto;
    width: 500px;
    border-radius: 30px;
    border: thin solid #DDF721;
    box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
    text-align: center;
}

.item5 {
    grid-area: 3/4 /span 1 / span 1;
    padding: 25px;
    margin-top: 25px;
    background-color: rgba(253,253,253,1.00);
    justify-self: center;
    height: auto;
    width: 500px;
    border-radius: 30px;
    border: thin solid #DDF721;
    box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.1rem;
    line-height: 150%;
}

.item6 {
    grid-area: 4/ 1 /span 1 / span 1;
    padding: 25px;
    margin-top: 25px;
    height: auto;
    width: 500px;
    border-radius: 30px;
    border: thin solid #DDF721;
    box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
    text-align: center;
}

.item7 {
    grid-area: 4/4 /span 1 / span 1;
    padding: 25px;
    margin-top: 25px;
    background-color: rgba(253,253,253,1.00);
    justify-self: center;
    height: auto;
    width: 500px;
    border-radius: 30px;
    border: thin solid #DDF721;
    box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.1rem;
    line-height: 150%;
}

.item8 {
    grid-area: 5/ 1 /span 1 / span 1;
    padding: 25px;
    margin-top: 25px;
    height: auto;
    width: 500px;
    border-radius: 30px;
    border: thin solid #DDF721;
    box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
    text-align: center;
}

.item9 {
    grid-area: 5/4 /span 1 / span 1;
    padding: 25px;
    margin-top: 25px;
    background-color: rgba(253,253,253,1.00);
    justify-self: center;
    height: auto;
    width: 500px;
    border-radius: 30px;
    border: thin solid #DDF721;
    box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.1rem;
    line-height: 150%;
}

.item10 {
    grid-area: 6/ 1 /span 1 / span 1;
    padding: 25px;
    margin-top: 25px;
    height: auto;
    width: 500px;
    border-radius: 30px;
    border: thin solid #DDF721;
    box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
    text-align: center;
}

.item11 {
    grid-area: 6/4 /span 1 / span 1;
    padding: 25px;
    margin-top: 25px;
    background-color: rgba(253,253,253,1.00);
    justify-self: center;
    height: auto;
    width: 500px;
    border-radius: 30px;
    border: thin solid #DDF721;
    box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.1rem;
    line-height: 150%;
}

.item12 {
    grid-area: 7/ 1 /span 1 / span 1;
    padding: 25px;
    margin-top: 25px;
    height: auto;
    width: 500px;
    border-radius: 30px;
    border: thin solid #DDF721;
    box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
    text-align: center;
}

.item13 {
    grid-area: 7/4 /span 1 / span 1;
    padding: 25px;
    margin-top: 25px;
    background-color: rgba(253,253,253,1.00);
    justify-self: center;
    height: auto;
    width: 500px;
    border-radius: 30px;
    border: thin solid #DDF721;
    box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.1rem;
    line-height: 150%;
}

.item14 {
    grid-area: 8/ 1 /span 1 / span 1;
    padding: 25px;
    margin-top: 25px;
    height: auto;
    width: 500px;
    border-radius: 30px;
    border: thin solid #DDF721;
    box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
    text-align: center;
}

.item15 {
    grid-area: 8/4 /span 1 / span 1;
    padding: 25px;
    margin-top: 25px;
    background-color: rgba(253,253,253,1.00);
    justify-self: center;
    height: auto;
    width: 500px;
    border-radius: 30px;
    border: thin solid #DDF721;
    box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.1rem;
    line-height: 150%;
}

.item16 {
    grid-area: 9/ 1 /span 1 / span 1;
    padding: 25px;
    margin-top: 25px;
    height: auto;
    width: 500px;
    border-radius: 30px;
    border: thin solid #DDF721;
    box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
    text-align: center;
}

.item17 {
    grid-area: 9/4 /span 1 / span 1;
    padding: 25px;
    margin-top: 25px;
    background-color: rgba(253,253,253,1.00);
    justify-self: center;
    height: auto;
    width: 500px;
    border-radius: 30px;
    border: thin solid #DDF721;
    box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.1rem;
    line-height: 150%;
}

.item18 {
    grid-area: 2/ 1 /span 1 / span 1;
    padding-left: 25px;
    padding-top: 25px;
    padding-bottom: 20px;
    height: auto;
    width: 500px;
    border-radius: 30px;
    border: thin solid #DDF721;
    box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
    display: none;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: left;
}

.item19 {
    grid-area: 3/ 1 /span 1 / span 1;
    padding-left: 25px;
    padding-top: 25px;
    padding-bottom: 20px;
    height: auto;
    width: 500px;
    border-radius: 30px;
    border: thin solid #DDF721;
    box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
    display: none;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: left;
}

.item20 {
    grid-area: 4/ 1 /span 1 / span 1;
    padding-left: 25px;
    padding-top: 25px;
    padding-bottom: 20px;
    height: auto;
    width: 500px;
    border-radius: 30px;
    border: thin solid #DDF721;
    box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
    display: none;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: left;
}

.item21 {
    grid-area: 5/ 1 /span 1 / span 1;
    padding-left: 25px;
    padding-top: 25px;
    padding-bottom: 20px;
    height: auto;
    width: 500px;
    border-radius: 30px;
    border: thin solid #DDF721;
    box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
    display: none;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: left;
}

.item22 {
    grid-area: 6/ 1 /span 1 / span 1;
    padding-left: 25px;
    padding-top: 25px;
    padding-bottom: 20px;
    height: auto;
    width: 500px;
    border-radius: 30px;
    border: thin solid #DDF721;
    box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
    display: none;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: left;
}

.item23 {
    grid-area: 7/ 1 /span 1 / span 1;
    padding-left: 25px;
    padding-top: 25px;
    padding-bottom: 20px;
    height: auto;
    width: 500px;
    border-radius: 30px;
    border: thin solid #DDF721;
    box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
    display: none;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: left;
}

.item24 {
    grid-area: 8/ 1 /span 1 / span 1;
    padding-left: 25px;
    padding-top: 25px;
    padding-bottom: 20px;
    height: auto;
    width: 500px;
    border-radius: 30px;
    border: thin solid #DDF721;
    box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
    display: none;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: left;
}

.item25 {
    grid-area: 9/ 1 /span 1 / span 1;
    padding-left: 25px;
    padding-top: 25px;
    padding-bottom: 20px;
    height: auto;
    width: 500px;
    border-radius: 30px;
    border: thin solid #DDF721;
    box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
    display: none;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: left;
}

   @media only screen and (max-width: 1160px ) and (orientation:landscape) {
  .item1 { grid-area: 1 / 1 ; width: 80%; }
  .item2 { grid-area:2/ 1; width: auto;  margin-right: 0px;  float: left; }
  .item3 { grid-area: 2 / 2 ; width: auto; margin-left: 1em; }
  .item4 { grid-area: 3 / 1 ; width: auto; }
  .item5 { grid-area: 3 / 2; width: auto;  margin-left: 1em; }
  .item6 {grid-area: 4/ 1; width: auto; }
  .item7 {grid-area: 4 / 2; width: auto;  margin-left: 1em; }
  .item8 {grid-area: 5 / 1; width: auto;  }
   .item9 {grid-area: 5 / 2; width: auto;  margin-left: 1em; }    
       .item10 {grid-area: 6 / 1; width: auto; }
       .item11 {grid-area: 6 / 2; width: auto; margin-left: 1em; }
       .item12 {grid-area: 7 / 1; width: auto;  }
       .item13 {grid-area: 7 / 2; width: auto; margin-left: 1em;}
       .item14 {grid-area: 8 / 1; width: auto; }
       .item15 {grid-area: 8 / 2; width: auto; margin-left: 1em;  }
       .item16 {grid-area: 9 / 1; width: auto;}
       .item17 {grid-area: 9 / 2; width: auto; margin-left: 1em; }
   .grid-container {margin-left: 0; margin-right: 0; whidth: auto;   }
   .main { padding-left: 0px; padding-right: 0px; width: auto; }
   .img-fluid {width: 98%; justify-content: center;}
  .img {width: auto; }
 
    } 


@media only screen and (max-width: 550px)  {
  .item1 { grid-area: 1 / 1 ; width: 80%; }
  .item2 {display: none;}
  .item3 {display: none;}
  .item4 {display: none;}
  .item5 {display: none;}
  .item6 {display: none;}
  .item7 {display: none;}
  .item8 {display: none;}
  .item9 {display: none;}
  .item10 {display: none;}
  .item11 {display: none;}
  .item12 {display: none;}
  .item13 {display: none;}
  .item14 {display: none;}
  .item15 {display: none;}
  .item16 {display: none;}
  .item17 {display: none;}
  .item18 {grid-area: 2/ 1; width: auto;  margin-right: 0px;  float: left;  display: block;}
  .item19 {grid-area: 3/ 1; width: auto;  margin-right: 0px;  float: left;  display: block; margin-top: 1.6em; }
  .item20 {grid-area: 4/ 1; width: auto;  margin-right: 0px;  float: left;  display: block; margin-top: 1.6em; } 
  .item21 {grid-area: 5/ 1; width: auto;  margin-right: 0px;  float: left;  display: block; margin-top: 1.6em; }
  .item22 {grid-area: 6/ 1; width: auto;  margin-right: 0px;  float: left;  display: block; margin-top: 1.6em; }
  .item23 {grid-area: 7/ 1; width: auto;  margin-right: 0px;  float: left;  display: block; margin-top: 1.6em; }
  .item24 {grid-area: 8/ 1; width: auto;  margin-right: 0px;  float: left;  display: block; margin-top: 1.6em; }
  .item25 {grid-area: 9/ 1; width: auto;  margin-right: 0px;  float: left;  display: block; margin-top: 1.6em; }
   .grid-container {margin-left: 0; margin-right: 0; whidth: 100%; grid-template-areas: auto;}
   .img-fluid {width: 92%; justify-content: center;}
  
  }
    

   
  
  
  