@font-face {
  font-family: DINPro;
  font-style: normal;
  font-weight: 600;
  src: url(fonts/DINPro-CondensedBold.woff2) format("woff2"),
    url(fonts/DINPro-CondensedBold.woff) format("woff");
}

@font-face {
  font-family: DINPro;
  font-style: normal;
  font-weight: 400;
  src: url(fonts/DINPro-Regular.woff2) format("woff2"),
    url(fonts/DINPro-Regular.woff) format("woff");
}

@font-face {
  font-family: DINPro;
  font-style: normal;
  font-weight: 100;
  src: url(fonts/DINPro-Light.woff2) format("woff2"),
    url(fonts/DINPro-Light.woff) format("woff");
}

@font-face {
  font-family: Vodafone;
  font-style: normal;
  font-weight: 100;
  src: url(fonts/vodafone-light.woff2) format("woff2"),
    url(fonts/vodafone-light.woff) format("woff");
}

@font-face {
  font-family: Vodafone;
  font-style: normal;
  font-weight: 400;
  src: url(fonts/vodafone-regular.woff2) format("woff2"),
    url(fonts/vodafone-regular.woff) format("woff");
}

@font-face {
  font-family: Vodafone;
  font-style: normal;
  font-weight: 600;
  src: url(fonts/vodafone-bold.woff2) format("woff2"),
    url(fonts/vodafone-bold.woff) format("woff");
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: DINPro;
}

body,
html {
  height: 100%;
}

a {
  color: white;
  text-decoration: none;
}

.root {
  min-height: 100%;
  display: -ms-flexbox;
  display: flex;
}

.index_layout {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1;
  flex: 1;
}

.index_logo {
  width: 32px;
  height: 32px;
  background: url(https://apps.lvis.tv/vodafone-predict-and-win/22.6.5/79b34bc57abbc6c9e02f311baae8be4f.png)
    50% no-repeat;
  background-size: contain;
}

.header {
  height: 44px;
  padding: 0 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header_language {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}

.lang_link {
  position: relative;
  display: block;
  padding: 5px 47px 5px 4px;
  text-decoration: none;
  line-height: 32px;
  font-size: 22px;
  color: #000;
}

.lang_link:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 4px;
  z-index: 5;
  width: 35px;
  height: 21px;
  background: no-repeat 0 0;
  background-size: cover;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
}

.lang_link.flag_ar:after {
  background-image: url(https://apps.lvis.tv/vodafone-predict-and-win/22.6.5/8add6f41d8557e18cbe6bc3a8a4d4685.png);
}

.lang_link.flag_en:after {
  background-image: url(https://apps.lvis.tv/vodafone-predict-and-win/22.6.5/6030054c0fafede10c8652e3fdcabf69.png);
}

.middle {
  padding: 12px;
  position: relative;
  -ms-flex: 1;
  flex: 1;
  display: flex;
  justify-content: center;
  vertical-align: center;
}

.content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 460px;
  font-family: Vodafone;
  z-index: 1;
}

.item {
  border: 6px solid #ffffff;
  background-size: cover;
}

.item:first-child {
  border-bottom: 2px;
}

.item:last-child {
  border-top: 2px;
}

.info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.title {
  font-weight: 600;
  font-size: 22px;
  color: white;
  margin: 0;
}

.text {
  font-weight: 400;
  font-size: 14px;
  color: white;
  margin: 7px 0;
}


.background-container {
  position: relative;
}

.background-container .background {
  position: absolute;

  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;

  transform: translate(-50%, -50%);
}

.background-container .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.gulf-cup-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url("images/gulf-cup/gulf-cup-background.svg");
  padding: 15px;
}

.gulf-cup-title {
  font-size: 30px;
  text-align: center;
  margin-top: 10px;
}

.predict-win-item {
  display: flex;
  flex-direction: row;
  background-image: url("images/predict-win/predict-win-background.jpg");
  padding: 10px 20px;
}

.predict-win-logo {
  margin-right: 15px;
  margin-left: -15px;
}

.greatest-fan-item {
  display: flex;
  flex-direction: row;
  background-image: url("images/greatest-fan/greatest-fan-background.jpg");
  padding: 10px 20px;
}

.greatest-fan-logo {
  max-width: 155px;
  margin-left: 15px;
}

@media (min-width: 481px) {
  .gulf-cup-item {
    padding: 20px 30px;
  }

  .predict-win-item {
    padding: 5px 40px;
  }

  .greatest-fan-item {
    padding: 0 40px;
  }

  .title {
    font-size: 26px;
  }
  
  .text {
    font-size: 16px;
  }

  .gulf-cup-title {
    font-size: 40px;
  }

  .predict-win-logo {
    margin-right: 30px;
  }

  .greatest-fan-logo {
    margin-left: 30px;
  }
}