@font-face {
  font-family: 'Eurostile Bold';
  src: url('eurostile-bold.ttf') format('truetype');
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #1F1627;
}

.navbar {
  overflow: hidden;
  background-color: #1F1627;
}

a {
    text-color: #FFFFFF;
}

.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #382F40;
  color: #848484;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #1F1627;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  position: absolute;
  z-index: 100;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

h3 {
    color: white;
}

h5 {
    color: #83B0A8;
}

h6, h2 {
    color: #8F8F8F;
}

h4 { /* h1 excluded for testing */
    color: white;
}

#homepage-gradient {
  background-image: radial-gradient(circle at center, #382D75 0%, #4C276D 10%, #602C6E 20%, #6E3065 30%, #7A3359 40%, #843C4F 50%, #8E463F 60%, #984F2E 70%, #A6591B 80%, #B1630F 90%, #C13F49 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;-webkit-background-clip: text;color: transparent;
  background-size: 68% 58%;
  background-position: center center;
  max-height: 100%;
  max-width: 100%;

}

#header-gradient {
  background-image: radial-gradient(circle at center, #382D75 0%, #4C276D 10%, #602C6E 20%, #6E3065 30%, #7A3359 40%, #843C4F 50%, #8E463F 60%, #984F2E 70%, #A6591B 80%, #B1630F 90%, #C13F49 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;-webkit-background-clip: text;color: transparent;
  background-size: 68% 10%;
  background-position: center center;
  max-height: 100%;
  max-width: 100%;

}

 @media (max-width: 480px) {
  #homepage-gradient.homepage-text {
    font-size: 6em !important;
    background-size: 600px;
  }
}

  @media (max-width: 480px) {
  #header-gradient.header-text {
    font-size: 10vw !important;
    background-size: 600px;
  }
}

.homepage-text {
  font-family: 'Eurostile Bold';
  font-size: 12em;
  line-height: 0.8;
  max-width: 90%;
}

.header-text {
  font-family: 'Eurostile Bold';
  font-size: 5vw;
  line-height: 0.8;
}

a{
    font-color: white;
}

.form-submit-button {
    background: #475C5C;
    font-color: white;
    border-style: outset;
    border-color: #83B0A8;
    height: 50px;
    width: 100px;
    font: sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-shadow: none;
}

.form-submit-button:hover {
    background: #016ABC;
    color: #fff;
    border: 1px solid #eee;
    border-radius: 20px;
    box-shadow: 5px 5px 5px #eee;
    text-shadow: none;
}
.main{
    height:100vh;
    background-color: #1F1627;
    background-blend-mode: color-dodge;
}
.banner .container-fluid .jumbotron{
    background: transparent;
}

.jumbotron.text-center{
    background-color: #1F1627;
}
.btn.btn-primary {
    height: 45px;
    width: 90px;
    border-style: outset;
    border-radius: 20px;
    text-shadow: #fc0 1px 0 10px;
}

.button {
  background-color: #1F1627;
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button5 {
  background-color: #1F1627;
  color: white;
  border: 2px solid #555555;
}

.button5:hover {
  background-color: #555555;
  color: white;
}

.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

p{
 color: white;
}

hr {
display: block;
margin-top: 2rem;
margin-bottom: 2rem;
border-bottom: none;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #fff;
}

  .navbar-right {
    float: none;
  }

  .dropdown {
  float: left;
  overflow: hidden;
}

a { color: inherit; } 

.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #382F40;
}

.dropdown-content {
  display: none;
  position: relative;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #382F40;
}
/* */
  .dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #382F40;
}

.dropdown-content {
  display: none;
  position: relative;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.responsive {
  max-width: 100%;
  height: auto;
}

.alert {
  padding: 20px;
  background-color: #f44336;
  color: white;
  opacity: 1;
  transition: opacity 0.6s;
  margin-bottom: 15px;
}

.alert.success {background-color: #04AA6D;}
.alert.info {background-color: #2196F3;}
.alert.warning {background-color: #ff9800;}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}

.dropbtn:hover .dropdown-content {
  display: block;
}

.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: #1F1627;
   color: white;
   text-align: center;
   font-family: Eurostile, sans-serif;
}

.navbar .icon {
  display: none;
}

 @media screen and (max-width: 600px) {
  .navbar a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .navbar a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .navbar.responsive {position: relative;}
  .navbar.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .navbar.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .navbar.responsive .dropdown {float: none;}
  .navbar.responsive .dropdown-content {position: relative;}
  .navbar.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  background-image: url('../close.png');
}

.nav-item:hover {
  color: #6F6F6F;
}

.popup {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100px;
  background-color: #f2f2f2;
  z-index: 10000; /* Higher than other elements on the page */
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background-color: #333;
  z-index: 1000;
}


.popup-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  padding: 10px;
}

.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}

.terms-link {
  text-decoration: none;
  color: #00EEFF;
}

.terms-link:hover {
  color: #04B5C2;
}

.maillink {
    text-decoration: none;
}

.maillink:hover {
    animation: animateColors 2s infinite;
}


@keyframes animateColors {
  75% { color: #4CC9F0;; }
  100% { color: #4895EF; }
}

.cnflag {
    height: 35px;
    width: 35px;
}

.localeslct {
    width: 150px;
    font-size: 50px;
}

.localeslct:hover {
    overflow: visible;
    width: 150px;
    font-size: 50px;
}

.localecrnt {
    width: 150px;
    font-size: 50px;
    background-color: #793564;
}

/* CSS transition for smooth animation */
#languages {
  transition: opacity 0.5s ease-in-out;
  color: white;
}

.langbtn {
  background-color: #1F1627;
  color: white;
  border: 2px solid #555555;
}

.langbtn:hover {
  background-color: #555555;
  color: white;
  width: 100%
}

.content-li {
  list-style: none;
  font-family: 'Eurostile Bold';
  color: #623464;
}

.content-text {
  font-family: 'Eurostile Bold';
  color: #C13F49;
}

.directory-link {
 text-decoration: none;
}

@keyframes flow-colors {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.collapsible {
  background-color: #382D75;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  font-size: 30px;
  font-family: 'Eurostile Bold';
}

.active, .collapsible:hover {
  background: linear-gradient(to right, #3A2C87, #4C276D);
  background-size: 200% 200%;
  animation: flow-colors 5s ease-in-out infinite;
}

.collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
  background: linear-gradient(to right, #382D75, #4C276D);
  background-size: 200% 200%;
  animation: flow-colors 10s ease-in-out infinite;

}

.collapsible-content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #602C6E;
}

.collapsible-text {
  font-family: 'Eurostile Bold';
}

.collapsible-small {
  background-color: #382D75;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  font-size: 1.17px;
  font-family: 'Eurostile Bold';
}

#faq-content.collapsible-content {
  background-color: #2d223b;
}

input[type="file"] {
    display: none;
}

label {
  color: #ffffff;
}

input::file-selector-button {
  background-color: #1F1627;
  color: #ffffff;
  border: 1px solid #555555;
  transition-duration: 0.4s;
}

input::file-selector-button:hover {
  background-color: #555555;
  border: 1px solid #444444;
  color: #ffffff;
}