/*##########    DEFAULTS    #############*/
header,
nav,
footer {
  display: block;
}

body {
  line-height: 1;
  margin: 0;
  background-color: #fff;
  font-family: "Roboto", sans-serif, serif;
}

* {
  box-sizing: border-box;
}

.col-0 {
  width: 5%;
}
.col-1 {
  width: 8.33%;
}
.col-2 {
  width: 16.66%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33%;
}
.col-5 {
  width: 41.66%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33%;
}
.col-8 {
  width: 66.66%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33%;
}
.col-11 {
  width: 91.66%;
}
.col-12 {
  width: 100%;
}

.container {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 40px;
  padding-top: 4%;
  padding-bottom: 4%;
}

.row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

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

.hrStyling {
  margin-top: -30px;
  margin-bottom: 60px;
  width: 200px;
  height: 8px;
  border-radius: 50px;
  background-image: linear-gradient(to right, #33ccff 0%, #ff99cc 100%);
}

.textcolor {
  color: #333366;
  background-color: #CC9966;
}

.dropdownicon {
  display: none;
}

/*#####################NavBar And Section-#######################*/

.navbar {
  margin: 0;
  margin-top: 0px;
  padding: 0;
  width: 100%;
  background-color: #000;
  top: 0;
  position: sticky;
  z-index: 1000;
}

.ulNavbar {
  margin: 0 150px;
  padding: 10px;
  background-color: #000;
  overflow: hidden;
}

.ulNavbar li.navLeft {
  margin-left: 20px;
  float: left;
  max-width: 100%;
  height: 90px;
}

.ulNavbar img {
  max-width: 100%;
  height: 130px;
  margin-top: -20px;
}

.ulNavbar li {
  list-style-type: none;
  float: right;
}

.navRight {
  margin-top: 25px;
  font-weight: 900;
  line-height: 2;
  font-size: 17px;
}

.ulNavbar li a {
  padding: 10px 20px;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
  transition: 0.5s;
}
.ulNavbar li a.active {
  border-bottom: 1px solid #fff;
}
.ulNavbar li a:hover {
  border-bottom: 1px solid #fff;
}

/*///////////////////////////Section3/////////////////////////////////*/

.Section3 h1 {
  margin-top: -20px;
  text-align: center;
  font-size: 72px;
  padding-top: 20px;
  background: -webkit-linear-gradient(#33ccff, #ff99cc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.scoreimg img {
  max-width: 100%;
  height: 400px;
  margin-left: 10%;
  box-shadow: -2px -2px 5px 2px rgba(0, 0, 0, 0.15),
    2px 2px 17px 2px rgba(0, 0, 0, 1);
}

.gameinfo li {
  font-size: 17px;
  line-height: 1.1;
  margin-top: 10px;
}

.spacing {
  margin-top: 50px;
}

.downimg img {
  max-width: 80%;
  height: 400px;
  margin-left: 10%;
  box-shadow: -2px -2px 5px 2px rgba(0, 0, 0, 0.15),
    2px 2px 17px 2px rgba(0, 0, 0, 1);
}

.downheading {
  text-align: end;
}

.downinfo li {
  margin-left: 4%;
  font-size: 17px;
  line-height: 1.1;
  margin-top: 10px;
}

.score1img img {
  max-width: 85%;
  height: 400px;
  margin-left: 8%;
  box-shadow: -2px -2px 5px 2px rgba(0, 0, 0, 0.15),
    2px 2px 17px 2px rgba(0, 0, 0, 1);
}

/*/////////////////////////Image zoom/////////////////////////////////*/

.img-hover-zoom {
  height: 300px;
  overflow: hidden;
}

.img-hover-zoom img {
  transition: transform 0.5s ease;
}

.img-hover-zoom:hover img {
  transform: scale(1.5);
}

/*////////////////////////////footer//////////////////////////////*/

footer .container {
  background-color: #000;
  margin-bottom: 0px;
  padding: 20px;
}

.Iframe {
  background-image: linear-gradient(135deg, #21dbaa, #00b4ef, #0768dd, #5f1ae5);
  margin-bottom: 0px;
  margin-left: -2px;
  border: 0;
}

.Iframe iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  max-width: 100%;
  border: 0;
  box-shadow: -2px -2px 5px 2px rgba(0, 0, 0, 0.15),
    2px 2px 17px 2px rgba(0, 0, 0, 1);
}

footer p {
  text-align: center;
  color: #fff;
}

/*////////////////////Media Query/////////////////*/

@media screen and (max-width: 800px) {
  body {
    overflow-x: hidden;
  }

  .navRight {
    display: none;
  }

  .dropdownicon {
    display: block;
    position: absolute;
    top: 30px;
    right: 0;
  }
  .navLeft img {
    margin-left: 0px;
    max-width: 100%;
  }

  ul.ulNavbar.responsive li.dropdownicon {
    top: 25px;
    right: 0;
    position: absolute;
  }

  ul.ulNavbar.responsive li {
    float: none;
    display: flex;
  }

  ul.ulNavbar.responsive li a {
    display: block;
  }

  .col-6,
  .col-12,
  .col-5 {
    width: 100%;
  }

  .Section3 h1 {
    font-size: 50px;
  }

  .scoreimg img {
    max-width: 90%;
    height: auto;
    margin-left: 5%;
    box-shadow: -2px -2px 5px 2px rgba(0, 0, 0, 0.15),
      2px 2px 17px 2px rgba(0, 0, 0, 1);
  }

  .downimg img {
    max-width: 90%;
    height: auto;
    margin-left: 5%;
    box-shadow: -2px -2px 5px 2px rgba(0, 0, 0, 0.15),
      2px 2px 17px 2px rgba(0, 0, 0, 1);
  }

  .score1img {
    max-width: 120%;
    height: auto;
    box-shadow: -2px -2px 5px 2px rgba(0, 0, 0, 0.15),
      2px 2px 17px 2px rgba(0, 0, 0, 1);
  }

  .gameheading {
    margin: 40px 30px 30px 20px;
  }

  .downinfo {
    margin: 40px 30px 30px 20px;
  }

  .gameinfo {
    margin: 40px 30px 30px 20px;
  }

  .gameheading h2 {
    display: block;
    text-align: center;
  }

  .downheading h2 {
    display: block;
    text-align: center;
  }

  #modify {
    flex-direction: column-reverse;
  }
}
