@charset "utf-8";
/* CSS Document */
*{
  margin: 0;
  padding: 0;
}
body{ 
  background-color: #4398DC;
  display: flex;
  flex-direction: column;
  height: 100vh;    
}

a.white-link {
    color: #FFFFFF;
}
a.white-link:hover {
    color: #fff94e;
}
h2{ 
  text-align: center;
  color: red;
  font-weight: bolder;
}
h3{ 
  text-align: center;
  color: red;
  font-weight: bolder;
}
h4{ 
  text-align: center;
  color: red;
  font-weight: lighter;   
}
.top {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  border-radius: 16px;    
}
.top1{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  border-radius: 16px;    
}
.top2{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  border-radius: 16px;
}
#main{
  width: 100%;
  /* flex: 20; */
}

/* border logos part start */
.right_img{
  transform: rotate(90deg);
  margin-bottom: 50px;
}


.border_top{
  background-color: red;
  overflow: hidden;
}
.top_anim{
  animation: marquee_top 10s linear infinite running;
  height: 100px;
  width: 100%;
  display:flex; 
  flex-direction:row; 
  justify-content: space-around;
}
.top_move{
  margin-right: 50px;
  transition: all 1s ease;
}
@keyframes marquee_top {
  0% { transform: translateX(0) }
  100% { transform: translate(-50%) }
}
@keyframes example {
  0%   {left:0px; top:0px;}
  25%  {left:200px; top:0px;}
  50%  {left:200px; top:200px;}
  75%  {left:0px; top:200px;}
  100% {left:0px; top:0px;}
}

.border_left{
  background-color: red;
  overflow: hidden;
  width: 120px; 
}
.left_anim{
  animation: marquee_left 10s linear infinite running;
  height: 100vh; 
  display: flex;
  flex-direction: column; 
  justify-content: space-around;
}
.left_img{
  transform: rotate(-90deg);
  margin-bottom: 80px;
  transition: all 1s ease;
}
@keyframes marquee_left {
  0% { transform: translateY(0) }
  100% { transform: translateY(50%) }
}


.border_right{
  background-color: red;
  overflow: hidden;
  width: 120px; 
}
.right_anim{
  animation: marquee_right 10s linear infinite running;
  height: 100vh;
  display: flex;
  flex-direction: column; 
  justify-content: space-around;
}
.right_img{
  transform: rotate(90deg);
  margin-bottom: 80px;
  transition: all 1s ease;
}
@keyframes marquee_right {
  0% { transform: translateY(50%) }
  100% { transform: translateY(0) }
}

.banner{
Background-image
}



.border_bottom{
  background-color: red;
  overflow: hidden;
}
.bottom_anim{
  animation: marquee_bottom 10s linear infinite running;
  height: 100px; 
  width: 100%; 
  display:flex; 
  flex-direction:row; 
  justify-content: space-around;

}
.bottom_move{
  margin-right: 50px;
  transition: all 1s ease;
}
@keyframes marquee_bottom {
  0% { transform: translateX(0) }
  100% { transform: translateX(50%) }
}


.mailA {
  align-content: center;
  text-align: center;
}
nav{
  margin-left: auto;
  margin-right: auto;
  width: 87%;
  height: 50px;
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
nav ul{
  float: center;
}
nav ul li{
  float:left;
  list-style: none;
  position: relative;
}
nav ul li a {
  display: block;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  color: #222;
  font-size: 14px;   
  padding:18px 14px 18px 14px;
  text-decoration: none;
}
nav ul li ul {
  display: none;
  position: absolute;
  background: #F8F3F3;
  padding: 20px;
  border-radius: 10px;
}
nav ul li:hover ul {
  display: block;
}
nav ul li ul {
  width: 180px;
  border-radius: 0px 0px 8px 8px;
}
nav ul li ul a {
  padding: 8px 14px;
}
nav ul li ul a:hover {
  background: #f3f3f3;
}
.tablef1{
  color: white;
  font-size: 12px;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: normal;   
}
footer{
  margin-left: auto;
  margin-right: auto;
  background-color: honeydew;
  padding: 2em;
  width: 50%;
  align-content: center;
  align-items: center;
  border-radius: 18px;
  margin-top: auto;    
}
.copy-right{
  color: black;
  font-size: 10px;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: normal;    
  text-align: center;   
}
.flex-container {
  display: flex;
  flex-direction: row;
  /* width: 100%; */
  justify-content: center;
  flex-wrap: nowrap;
  background-color: white;
}
.flex-container > div {
  background-color: red;
  width: 200px;
  margin: 20px;
  text-align: center;
  line-height: 25px;
  font-size: 18px;
  border-radius: 20px;
  font-weight: bold;
}
@media (max-width:1160px){
  .flex-container > div{
    width: 20%;
  }
}
#reasons {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 28px;
  text-align: center;
  color: antiquewhite;   
}
#gamesum {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 14px;
  border-radius: 20px;
  border: 5px solid green ;
  background-color: white;
  align-content: center;
  padding: 50px;
  margin: auto;
  width: 40%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;  
} 
#circle {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 14px;
  border-radius: 20px;
  border: 10px solid red ;
  background-color: white;
  align-content: center;
  padding: 50px;
  margin: auto;
  width: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#boxed {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 14px;
  border-radius: 20px;
  border: 10px solid red ;
  background-color: white;
  align-content: center;
  padding: 50px;
  margin: auto;
  width: 50%;
  background-image: url("Shield back.gif") ;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#boxedres {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 20px;
  border-radius: 20px;
  border: 10px solid red ;
  background: #F1EEEE;
  align-content: center;
  padding: 50px;
  margin: auto;
  width: 50%
}

div.gallery {
  border: 1px solid #ccc;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.album .responsive-container-block {
  min-height: 75px;
  height: fit-content;
  width: 100%;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  justify-content: flex-start;
}

.album .responsive-container-block.bg {
  max-width: 1320px;
  margin: 0 0 0 0;
  justify-content: space-between;
}

.album .img {
  width: 100%;
  margin: 0 0 20px 0;
}

.album #i9rb {
  color: black;
}

.album #ir6i {
  color: black;
}

.album #ikz3b {
  color: black;
}

.album .responsive-container-block.img-cont {
  flex-direction: column;
  max-width: 33.3%;
  min-height: auto;
  margin: 0 0 0 0;
  height: 100%;
}

.album #ipix {
  color: black;
}

.album #ipzoh {
  color: black;
}

.album #ig5q8 {
  color: black;
}

.album #imtzl {
  color: black;
}

.album #i53es {
  color: black;
}

.album .img.img-big {
  height: 50%;
  margin: 0 0 16px 0;
}

@media (max-width: 1024px) {
  .album .img {
    margin: 0 0 18px 0;
  }
}

@media (max-width: 768px) {
  .album .img {
    max-width: 32.5%;
    margin: 0 0 0 0;
  }

  .album .responsive-container-block.bg {
    flex-direction: column;
  }

  .album .responsive-container-block.img-cont {
    max-width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }

  .album .img.img-big {
    max-width: 49%;
    margin: 0 0 0 0;
  }
}

@media (max-width: 500px) {
  .album .img {
    max-width: 94%;
    margin: 0 0 25px 0;
  }

  .album .responsive-container-block.img-cont {
    flex-direction: column;
    align-items: center;
    padding: 10px 10px 10px 10px;
  }

  .album .img.img-big {
    max-width: 94%;
    margin: 0 0 25px 0;
  }

  .album .img.img-last {
    margin: 0 0 5px 0;
  }
}




