@font-face {
  font-family: "TrajanPro-Regular";
  src: url('./TrajanPro-Regular.otf');
}

body {  
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;  
  background-color: #9C9C9C; 
  cursor: default;
}

#globe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: move;
}

#current {
  position: fixed;
  color: white;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  top: 50%;
  right: 45px;
  transform: translateY(-50%);
  font-weight: lighter;
}

.currentbox {
   border: 1px solid white;
   padding: 4px 6px;
}

#titulo {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center; 
  font-size: 20px;
  text-decoration: none;
  color: #fff;
  z-index: 200;
  font-family: 'Montserrat', sans-serif;  
  animation: fade 6s 3s ease-in-out forwards;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh; 
    z-index: 100;
    background-color: #9C9C9C; 
    animation: fade 6s ease-in-out forwards;
}


/* Dropdown Button */
.dropbtn {
    position: relative;
    display: inline-block;
    padding: 4px 8px;
    color: white;
    font-size: 14px;
    margin-top: 30px;
    margin-left: 30px;
    z-index: 10; 
    font-family: 'Montserrat', sans-serif;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: block;
    color: white;
    transition: margin-bottom 0.40s ease-in-out; 
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    min-width: 160px;
    z-index: 1;
    width: 500px;
    margin-left: 38.5px;
    color: white;
    margin-top: -170px;
    transition: all 0.28s ease-in-out;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.5px;
    font-size: 12px;
    line-height: 21px;
    font-weight: lighter;
}

/* Links inside the dropdown */
.dropdown-content a {
    padding: 12px 10px;
    text-decoration: none;
    color: white;
    width: 800px;
    font-weight: bolder;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    color: white;
    font-weight: bolder;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    opacity: 1;
    pointer-events: all;
    color: white;
    margin-bottom: 32px;
    margin-top: -5px;
}

/* margem de dropdown */
.dropdown:hover {
    margin-bottom: 180px; 
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    color: white;
    cursor: pointer;
}

@keyframes fade {
    0% { opacity: 1; pointer-events: all; }
    40% { opacity: 1; pointer-events: all; }
    100% { opacity: 0; pointer-events: none; }
}

.dropbtn1 {
    position: relative;
    display: inline-block;
    padding: 4px 8px;
    color: white;
    border: 1px solid #fff;
    font-size: 14px;
    margin-top: 20px;
    margin-left: 20px;
    z-index: 2; 
    font-family: 'Montserrat', sans-serif;
}

/* The container <div> - needed to position the dropdown content */
.dropdown1 {
    position: relative;
    display: block;
    color: white;
    transition: margin-bottom 0.40s ease-in-out; 
}

/* Dropdown Content (Hidden by Default) */
.dropdown1-content1 {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    min-width: 160px;
    z-index: 3;
    width: 500px;
    margin-left: 20px;
    color: white;
    margin-top: -200px;
    transition: all 0.28s ease-in-out;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.5px;
    font-size: 12px;
    line-height: 21px;
    font-weight: lighter;
}

/* Links inside the dropdown */
.dropdown1-content1 a {
    color: white;
    padding: 12px 10px;
    text-decoration: none;
    color: white;
    width: 800px;
}

/* Change color of dropdown links on hover */
.dropdown1-content1 a:hover {
    color: white;
}

/* Show the dropdown menu on hover */
.dropdown1:hover .dropdown1-content1 {
    opacity: 1;
    pointer-events: all;
    color: white;
    margin-bottom: 20px;
    margin-top: 10px; 
}

/* margem de dropdown */
.dropdown1:hover {
    margin-bottom: 180px; 
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown1:hover .dropbtn1 {
    color: white;
    cursor: pointer;
}

.platform-selected {
    font-size: 17px;
}

.dropbtn2 {
    position: relative;
    display: inline-block;
    color: white;
    font-size: 14px;
    margin-top: 33px;
    margin-left: 40px;
    z-index: 2; 
    font-family: 'Montserrat', sans-serif;
    line-height: 17.5px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown2 {
    position: relative;
    display: block;
    color: white;
    transition: margin-bottom 0.40s ease-in-out; 
}

/* Dropdown Content (Hidden by Default) */
.dropdown2-content2 {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    min-width: 160px;
    z-index: 3;
    width: 480px;
    margin-left: 32px;
    color: white;
    margin-top: -200px;
    transition: all 0.28s ease-in-out;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.5px;
    font-size: 12px;
    line-height: 26px;
    font-weight: lighter;
}

/* Links inside the dropdown */
.dropdown2-content2 a {
    padding: 12px 10px;
    text-decoration: none;
    width: 800px;
    color: white;
    font-weight: bolder;
    cursor: pointer;
}

/* Change color of dropdown links on hover */
.dropdown2-content2 a:hover {
    color: white;
    font-weight: bolder;
    cursor: pointer;
}

/* Show the dropdown menu on hover */
.dropdown2:hover .dropdown2-content2 {
    opacity: 1;
    pointer-events: all;
    color: white;
    margin-bottom: 20px;
    margin-top: 10px; 
}

/* margem de dropdown */
.dropdown2:hover {
    margin-bottom: 180px;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown2:hover .dropbtn2 {
    color: white;
    cursor: pointer;
}

/* Dropdown Button */
.dropbtn3 {
    position: relative;
    display: inline-block;
    padding: 4px 8px;
    color: white;
    font-size: 14px;
    margin-top: 32px;
    margin-left: 34px;
    z-index: 10; 
    font-family: 'Montserrat', sans-serif;
}

/* The container <div> - needed to position the dropdown content */
.dropdown3 {
    position: relative;
    display: block;
    color: white;
    transition: margin-bottom 0.40s ease-in-out; 
}

/* Dropdown Content (Hidden by Default) */
.dropdown3-content3 {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    min-width: 160px;
    z-index: 1;
    width: 480px;
    margin-left: 33px;
    color: white;
    margin-top: -170px;
    transition: all 0.28s ease-in-out;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.5px;
    font-size: 12px;
    line-height: 26px;
    font-weight: lighter;
}

/* Links inside the dropdown */
.dropdown3-content3 a {
    padding: 12px 10px;
    text-decoration: none;
    color: white;
    width: 800px;
    font-weight: bolder;
}

/* Change color of dropdown links on hover */
.dropdown3-content3 a:hover {
    color: white;
    font-weight: bolder;
}

/* Show the dropdown menu on hover */
.dropdown3:hover .dropdown3-content3 {
    opacity: 1;
    pointer-events: all;
    color: white;
    margin-bottom: 20px;
    margin-top: 8px;
}

/* margem de dropdown */
.dropdown3:hover {
    margin-bottom: 180px; 
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown3:hover .dropbtn3 {
    color: white;
    cursor: pointer;
}


