@font-face { font-family:Nasalization; src:url(fonts/Nasalization_Rg.otf); }

.main_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}
.wrapper-1 {
    display: flex;
    align-items: center;
    gap: 120px;
}
.wrapper-2 {
    display: flex;
    flex-direction: column;
    align-items: left;
    gap: 20px;
}
.wrapper-3 {
    display: flex;
    align-items: center;
    gap: 20px;
}
.wrapper-4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
}
.wrapper-5 {
    display: flex;
    align-items: center;
    gap: 20px;
}


.header {
  font-family: sans-serif;
  font-size: 14px;
}
.footer {
  width: 100%;
  background-color: black;
}
.footer-text1 {
  padding: 20px;
  width: 50%;
  color: white;
  line-height: 24px;
}
.footer-end {
  font-size: 12px;
  color:#808080;
  padding: 0 88px 30px 88px;
}
.footer-end a {
  color:#808080;
  text-decoration: none;
}

.grid-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 10px;
  padding: 20px 0px;
  background-color: black;
}
.grid-container {
  width: 85%;
  display: grid;
  grid-template-columns: auto auto auto 30% auto;
  grid-template-rows: 40px 40px 40px;
  gap: 0px;
  border-top: 2px solid #92969b;
  border-bottom: 2px solid #92969b;
  padding: 20px 0px;
}

.grid-item {
  display: flex;
  align-items: center;
  background-color: black;
  color: white;
  padding: 5px;
  font-size: 12px;
  text-align: center;
}


.top-ticker {
  width:100%;
  font-family: sans-serif;
  font-size: 14px;
  text-align: center;
  padding:3px 0;
  margin-bottom: 20px;
  border-top: 2px solid #e7efee;
  border-bottom: 2px solid #b4cfcb;
}

.bull {
  font-size: 20px;
  padding: 0 20px;
  vertical-align: middle;
  color: #009982;
}

.connecting {
    font-family: Nasalization, sans-serif;
    font-size: 80px;
}
.connecting-content {
    font-family: sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #4d4d4d;
}
/*
.dropdown-container {
  margin-top: -4px;
}
*/
.dropdown-container, .dropdown-container-2 {
  margin-top: -12px;
  position: relative;
  width: 250px;
}
.dropdown-container-2 {
  margin-top: -18px;
  width: 180px;
}
.dropdown-container::after {
  content: "▼";
  font-size: 14px;
  color: #666;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.dropdown-container-2::after {
  margin-top:10px;
  content: "▼";
  font-size: 14px;
  color: #666;
  position: absolute;
  right: 15px;
  /*top: 50%;
  transform: translateY(-50%);*/
  pointer-events: none;
}

select {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border-radius: 5px;
  /*border: 1px solid #b00;*/
  appearance: none;
  background-color: white;
  cursor: pointer;
}
option {
  padding: 10px;
}
#country-select {
  font-size: 16px;
  color:#666666;
  border: 0;
  outline: 0;
}
#profession-select {
  font-size: 16px;
  color:#666666;
  border: 0;
  outline: 0;
}
/*
.button {
  border: 2px solid black;
  background: transparent;
  color: black;
  padding: 10px 40px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
}
*/

button.button {
  font-family: sans-serif;
  font-size: 16px;
  padding: 10px 60px;
  color: black;
  /*box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);*/
  border: solid 2px transparent;
  /*background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #78e4ff, #ff48fa);*/
  background-image: linear-gradient(rgba(0, 255, 255, 1), rgba(255, 255, 0, 1)), linear-gradient(101deg, #808080, #41a193);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 2px 1000px 1px #fff inset;
}
/*
button.button:hover {
  box-shadow: none;
  color: white;
}
*/
.button2 {border-radius: 40px;}
.button3 {
  font-family: sans-serif;
  font-size: 16px;
  padding: 40px 10px;
  max-width: 250px;
  color: black;
  border-radius: 10px;
  border: 0;
}




/* General Reset */
* {
    font-family: sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Header Styling */
header {
  width: 100%;
  background-color: white;
  color: white;
}

.top-header, .bottom-header {
  display: flex;
  justify-content: space-between;
  padding: 12px 20px;
}

.top-header a, .bottom-header a {
  color: #666666;
  text-decoration: none;
  padding: 10px;
  border-bottom: 2px solid white;
  transition: background-color 0.3s;
}

.top-header a:hover, .bottom-header a:hover {
  color: black;
  border-bottom: 2px solid #80ccc1;
}
a.no-bottom-border:hover {
  border-bottom: 2px solid white;
}

.left-menu, .right-menu, .bottom-menu {
  display: flex;
  height: 34px;
}

.left-menu a, .right-menu a, .bottom-menu a {
  margin: 0 10px;
}

/* Hero Section */
.hero {
  width: 100%;
  height: 60vh;
  background-color: #f0f0f0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.scroll-down {
  width: 100%;
  text-align: right;
  margin-bottom: 20px;
  font-size: 14px;
  color: #808080;
}

.help-box {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 600px;
  border-radius: 25px;
  border: 2px solid #80ccc1;
  padding: 20px;
  background-color: white;
}
.help-box-bottom {
  display: flex;
  justify-content: center;
  width: 80%;
  height: 50px;
  border-radius: 250px;
  border: 2px solid #80ccc1;
  padding: 20px;
  gap: 20px;
  background-color: white;
  margin-top: -25px;
  margin-bottom: 75px;
  color: #808080
}


/* Go to Top Button */
#goToTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  /*background-color: #333;*/
  color: white;
  border: none;
  border-radius: 100%;
  padding: 2px;
  cursor: pointer;
  display: none;
}

#goToTop:hover {
  /*background-color: #555;*/
  cursor: pointer;
}

/* Responsive Design */
@media (max-width: 768px) {
  .top-header, .bottom-header {
    flex-direction: column;
    align-items: center;
  }

  .left-menu, .right-menu, .bottom-menu {
    flex-direction: column;
    align-items: center;
  }

  .left-menu a, .right-menu a, .bottom-menu a {
    margin: 5px 0;
  }
}
