﻿body {
  margin: 0;
  font-family: 'Roboto', sans-serif;
}
h1 {
  font-size: 46px;
  font-weight: 700;
  color: white;
  display: block;
}
p {
  font-size: 20px;
  font-weight: 300;
  color: white;
  font-family: 'Roboto', sans-serif;
  width: 80%;
  margin: 50px auto 0 auto;
  display: block;
}
.MundialContainer {
  padding: 10px;
  background-color: white;
}
.MundialHeader {
  -webkit-clip-path: polygon(51% 0, 100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
  clip-path: polygon(51% 0, 100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
  background: url('../images/HeaderBg.jpg') center center no-repeat;
  background-size: cover;
  height: 800px;
  text-align: center;
  padding: 0 15px;
  position: relative;
}
.HeaderBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.HeaderBgOverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 1;
  transition: all linear 4s;
}
.animateHeaderBgOverlay {
  opacity: 0;
}
.Year {
  background-color: black;
  width: 165px;
  height: 100px;
  margin: 0 auto;
  text-align: center;
  color: white;
  font-family: 'Roboto Slab', serif;
  font-size: 60px;
  font-weight: 700;
  padding-top: 20px;
  position: relative;
}
.Year img {
  position: absolute;
  bottom: -15px;
  left: 0;
}
.Rantevou {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 100px;
  line-height: 110px;
  font-weight: 700;
  text-align: center;
  color: white;
  margin: 80px 0 50px 0;
  letter-spacing: -5px;
  position: relative;
  display: inline-block;
  text-shadow: 0px 5px 15px rgba(0, 0, 0, 0.8);
  transform: translateY(50px);
  opacity: 0;
  transition: all linear 0.5s 1s;
}
.Rantevou::before {
  content: url(../images/Stars1.png);
  position: absolute;
  left: -60px;
  bottom: -60px;
}
.Rantevou::after {
  content: url(../images/Stars2.png);
  position: absolute;
  right: -60px;
  top: -60px;
}
.WorldCup {
  text-transform: uppercase;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  color: black;
  letter-spacing: -3px;
  word-spacing: 8px;
  text-shadow: 0px 5px 15px rgba(255, 255, 255, 0.7);
  position: relative;
  z-index: 20;
  transform: translateY(50px);
  opacity: 0;
  transition: all linear 0.5s 1.5s;
}
.NowImg {
  max-width: 395px;
  width: 100%;
  min-width: 280px;
  margin: 40px auto;
  position: relative;
  z-index: 10;
  transform: scale(0.3) rotate(180deg);
  opacity: 0;
  transition: all linear 0.5s 2.5s;
}
.FindYourTv {
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 35px;
  font-weight: 700;
  color: white;
  margin-top: 20px;
  text-shadow: 0px 5px 15px rgba(0, 0, 0, 0.8);
  position: relative;
  z-index: 20;
  transform: translateY(50px);
  opacity: 0;
  transition: all linear 0.5s 2s;
}
.animateReset {
  transform: translate(0) scale(1) rotate(0);
  opacity: 1;
}
.InnerWrappers {
  -webkit-clip-path: polygon(50% 12%, 100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
  clip-path: polygon(50% 12%, 100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
}
.SizeWrapper {
  background-color: #6fa824;
  background-image: url('../images/TShirt.png'), url('../images/ball.png'), url('../images/DashedArrow1.png'), url('../images/GrassLeft.png'), url('../images/GrassRight.png');
  background-position: 50px 85%, -60px center, 20px 20px, left top, right top;
  background-repeat: no-repeat;
  margin-top: -120px;
  /*padding-bottom: 150px;*/
  position: relative;
}
.Cup {
  position: absolute;
  right: 60px;
  top: 50px;
  animation: Cup linear 1.5s infinite;
}
@keyframes Cup {
  0% {
    transform: rotate(-15deg);
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-15deg);
  }
}
.TitleIcons {
  margin-top: 170px;
}
ul.HorizontalListLinks {
  padding: 0;
  margin-top: 50px;
}
ul.HorizontalListLinks li {
  display: inline;
}
ul.HorizontalListLinks li a {
  margin: 10px;
  background-color: white;
  border-radius: 8px;
  display: inline-block;
  color: #6fa824;
  font-size: 28px;
  font-weight: 800;
  padding: 10px;
  transition: all linear 0.2s;
}
ul.HorizontalListLinks li a:hover {
  background-color: #3a5f09;
  color: white;
  text-shadow: 0px 1px 2px #000000;
}
.AllCategoriesLink {
  text-transform: uppercase;
  color: white;
  border: solid 3px white;
  border-radius: 8px;
  display: inline-block;
  padding: 15px 25px;
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 100px;
  margin-top: 100px;
  transition: all linear 0.2s;
}
.AllCategoriesLink:hover {
  background-color: #3a5f09;
  border: solid 3px transparent;
  color: white;
}
.BrandsWrapper {
  background-color: #59811c;
  background-image: url(../images/FootballCourt.png), url(../images/BrandsBall.png), url(../images/DashedArrow2.png);
  background-position: right 85%, left top, 95% -70px;
  background-repeat: no-repeat;
  margin-top: -120px;
  position: relative;
}
.DashedArrow2 {
  position: absolute;
  right: 0;
  top: -100px;
  z-index: 10990;
}
.HDWrapper {
  background-color: #6fa824;
  background-image: url(../images/DashedArrow3.png), url(../images/Fan.png), url(../images/HDBall.png), url(../images/GrassRight.png);
  background-position: 50px -80px, left bottom, 90% 60px, right top;
  background-repeat: no-repeat;
  margin-top: -120px;
}
.HybridWrapper {
  background-color: #548218;
  background-image: url(../images/GrassLeft2.png), url(../images/Player.png);
  background-position: left 0, right -20px;
  background-repeat: no-repeat;
  margin-top: -120px;
}
.SmartphonesWrapper {
  -webkit-clip-path: polygon(50% 8%, 100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
  clip-path: polygon(50% 8%, 100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
  background-color: #4479ae;
  background-image: url(../images/SmartphonesBallTop.png);
  background-position: right 20px;
  background-repeat: no-repeat;
  margin-top: -70px;
  padding-bottom: 100px;
  position: relative;
}
.SmartphonesListContainer {
  width: 50%;
  float: left;
  margin-top: 80px;
}
.SmartphoneTitles::after {
  content: url(../images/Stars2.png);
  position: absolute;
  right: -60px;
  top: -60px;
}
ul.SmartphonesList {
  padding: 0;
  text-align: center;
}
ul.SmartphonesList li {
  list-style: none;
  background-color: white;
  display: block;
  width: 300px;
  margin: 10px auto;
  height: 80px;
  border-radius: 8px;
  position: relative;
  padding: 0;
  transition: all linear 0.2s;
}
ul.SmartphonesList li a {
  font-size: 24px;
  font-weight: 800;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-transform: uppercase;
  transition: all linear 0.2s;
  color: #4479ae;
}
ul.SmartphonesList li a span {
  display: block;
  font-size: 14px;
  margin: 0;
  font-weight: 500;
}
ul.SmartphonesList li:hover {
  background-color: #1e4265;
}
ul.SmartphonesList li:hover a {
  color: white;
  text-shadow: 0px 1px 2px #000000;
}
.SmartphonesBall {
  position: absolute;
  top: 20px;
  left: calc(50% - 137px/2);
  animation: SmartphonesBall linear 2s infinite;
}
.SmartphonesDevices {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 320px;
}
@keyframes SmartphonesBall {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes SmartphonesBall {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes SmartphonesBall {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ProjectorsWrapper {
  -webkit-clip-path: polygon(50% 16%, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 0);
  clip-path: polygon(50% 16%, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 0);
  background-color: #5b44ae;
  background-image: url(../images/ProjectorsBg1.png), url(../images/ProjectorsBg2.png);
  background-position: right top, left bottom;
  background-repeat: no-repeat;
  margin-top: -95px;
  padding-bottom: 50px;
}
ul.ProjectorsListLinks li a {
  color: #5b44ae !important;
}
ul.ProjectorsListLinks li a:hover {
  background-color: #2f1e6e !important;
  color: white !important;
}
@media (max-width: 1200px) {
  .SmartphonesDevices {
    bottom: 150px;
    width: 200px;
  }
}
@media (max-width: 1000px) {
  .HeaderBg {
    display: none;
  }
}
@media (max-width: 991px) {
  .SmartphonesWrapper {
    -webkit-clip-path: polygon(50% 9%, 100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
    clip-path: polygon(50% 9%, 100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
    margin-top: -90px;
  }
  .SmartphonesDevices {
    display: none;
  }
}
@media (max-width: 800px) {
  .MundialHeader {
    -webkit-clip-path: polygon(100% 0, 100% 95%, 50% 100%, 0% 95%, 0 0);
    clip-path: polygon(100% 0, 100% 95%, 50% 100%, 0% 95%, 0 0);
    height: 900px;
  }
  .InnerWrappers {
    -webkit-clip-path: polygon(50% 5%, 100% 0, 100% 95%, 50% 100%, 0 95%, 0 0);
    clip-path: polygon(50% 5%, 100% 0, 100% 95%, 50% 100%, 0 95%, 0 0);
    padding-bottom: 100px;
  }
  .SmartphonesWrapper {
    -webkit-clip-path: polygon(50% 5%, 100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
    clip-path: polygon(50% 5%, 100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
    margin-top: -90px;
  }
  .SmartphonesWrapper {
    -webkit-clip-path: polygon(50% 2.8%, 100% 0, 100% 95%, 50% 100%, 0 95%, 0 0);
    clip-path: polygon(50% 2.8%, 100% 0, 100% 98%, 50% 100%, 0 98%, 0 0);
    margin-top: -70px;
  }
  .ProjectorsWrapper {
    -webkit-clip-path: polygon(50% 16%, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 0);
    clip-path: polygon(50% 10%, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 0);
    margin-top: -100px;
  }
}
@media (max-width: 768px) {
  .Rantevou {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 80px;
    line-height: 80px;
    margin-top: 80px;
    letter-spacing: -5px;
  }
  .SmartphonesListContainer {
    width: 100%;
    float: none;
  }
  .SmartphonesDevices {
    display: block;
    position: relative;
    width: 100%;
    max-width: 250px;
    left: unset;
    transform: none;
    bottom: unset;
    margin: 30px auto 0 auto;
  }
}
@media (max-width: 520px) {
  h1 {
    font-size: 30px;
    display: block;
    padding: 0 10px;
  }
  p {
    width: 100%;
    padding: 0 11px;
    margin-top: 30px;
  }
  .Rantevou {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 50px;
    line-height: 60px;
    margin-top: 80px;
    letter-spacing: -1px;
  }
  .Rantevou::before {
    left: -50px;
  }
  .Rantevou::after {
    right: -50px;
  }
  .SizeWrapper {
    background-color: #6fa824;
    background-image: url('../images/TShirt.png'), url('../images/ball.png'), url('../images/DashedArrow1.png'), url('../images/GrassLeft.png'), url('../images/GrassRight.png') !important;
    background-position: 50px 85%, -60px center, 20px 20px, left top, right top !important;
    background-size: auto,auto,150px,auto,auto !important;
    margin-top: -120px;
  }
  .Cup {
    position: absolute;
    right: 10px;
    top: 50px;
    width: 100px;
  }
  ul.HorizontalListLinks {
    padding: 0 15px;
  }
  ul.HorizontalListLinks li a {
    width: calc(50% - 10px);
    float: left;
    margin: 5px;
    font-size: 20px;
  }
  .AllCategoriesLink {
    font-size: 18px;
  }
  .BrandsWrapper {
    background-color: #59811c;
    background-image: url(../images/FootballCourt.png), url(../images/BrandsBall.png), url(../images/DashedArrow2.png);
    background-position: right bottom, left top, 100% -70px;
    background-size: auto,350px,100px;
  }
  .HybridWrapper {
    background-color: #548218;
    background-image: url(../images/GrassLeft2.png), none;
    background-position: left 0,unset;
  }
  .HDWrapper {
    background-image: url(../images/DashedArrow3.png), url(../images/Fan.png), url(../images/HDBall.png), url(../images/GrassRight.png);
    background-position: 50px top,left bottom, 90% 60px,right top;
    background-size: 70px,auto,auto,auto;
  }
  ul.HDListLinks li a {
    width: 80% !important;
    float: none;
    margin: 5px;
    font-size: 20px;
  }
  .SmartphonesWrapper {
    background-image: url(../images/SmartphonesBallTop.png);
    background-position: right 30px;
    background-size: 150px;
  }
  ul.SmartphonesList {
    padding: 0;
    text-align: center;
  }
  ul.SmartphonesList li {
    width: 250px;
    margin: 10px auto;
  }
  ul.SmartphonesList li a {
    font-size: 20px;
  }
  .ProjectorsWrapper {
    padding-bottom: 150px;
    background-color: #5b44ae;
    background-image: url(../images/ProjectorsBg1.png), url(../images/ProjectorsBg2.png);
    background-position: right top, left bottom;
    background-size: 400px,600px;
    background-repeat: no-repeat;
  }
  ul.ProjectorsListLinks li a {
    width: 80% !important;
    float: none;
    margin: 5px;
    font-size: 20px;
  }
  ul.ProjectorsListLinks li a:hover {
    background-color: #2f1e6e !important;
    color: white !important;
  }
}