@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&family=Raleway:wght@400;500;600;700;800&display=swap');

body{

  transition: all 0.3s ease-in-out;

  box-sizing:border-box; 

  overflow-x: hidden;

  background:url(../images/bg/bg.jpg) no-repeat;

  background-size: cover;

  font-family: 'Poppins', sans-serif;

}

body::-webkit-scrollbar {

  width: .5em;

}

body::-webkit-scrollbar-track {

  box-shadow: inset 0 0 6px var(--secondary-color);

}

body::-webkit-scrollbar-thumb {

  background-color: var(--secondary-color);

  outline: 1px solid var(--secondary-color);

}

html{

  scroll-behavior: smooth;

}

*::selection {

    background-color: #f0d257;

    color: black;

}

:root {

  --primary-color:#ec008c;

  --secondary-color:#7535a6;

}

*,

*::after,

*::before,

h1,

h2,

h3,

h4,

h5,

h6,

p {

  margin: 0;

  padding: 0;

}

p{

    font-size: 17px;

}

ul {

    list-style-type: none;

    margin: 0px;

    padding: 0px;

}

a, button {

    text-decoration: none;

    transition: all 0.5s ease-in-out;

}

a:hover

{

  text-decoration: none;

}

button:focus, input:focus, textarea:focus, select:focus, a:hover

{

  outline: none; box-shadow: none;

}

section{

  padding:70px 0;

}

.logoHeader{

  display: flex;

  align-items: center;

  justify-content: center;

}

.disneyLogo{

  width: 230px;

}

.disneyLogo img, .gameNight img{

  max-width: 100%;

}

.gameNight{

  width: 200px;

}

.small_heading{

  font-size: 20px;

}

.sub_heading{

  font-size: 27px;

}

.fontWeight600{

  font-weight: 600;

}

.itemCountry a{

  color: #fff;

}

.itemCountry img{

  margin-bottom: 15px;

}

.logoBottom {

  display: flex;

  margin: 15px 0 0 0;

  width: 100%;

  margin-bottom: 20px;

}

.logo1, .logo2, .logo3 {

    width: 100px;

}

.logoBottom img {

    max-width: 100%;

}

.textRight p {

  text-transform: uppercase;

  font-size: 11px;

  font-weight: 500;

  color: #fff;

  line-height: 16px;

}

.itemCountry img{

  max-width: 180px;

}

.twoCountry{

  display: flex;

  align-items: center;

}

.euContry{

  margin-left: -63px;

  z-index: -1;

}



.twoC img{

  max-width: 100%;

}

.inactive{

  opacity: .3;

}
.boxGame img{
  max-width: 100%;
}