@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@200&family=Red+Hat+Display:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
  --primary-color: #FCFDFD;
  --secondary-color: #818386;
  --bg-color: #212121;
  --button-color: #818386;
  --h1-color: #FCFDFD;
}

* {
  margin: 0;
  box-sizing: border-box;
  /* transition: all 0.3s ease-in-out; */
}

.gbx-container-out * {
  /* transition: font-size 0.3s ease-in-out; */
}


.layout {
  display: flex;
  height: 100%;
  font-size: 24px;
}


.left-side,
.right-side {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

.left-side.bg-image {
  background-image: url('https://d3m26y9853zxhl.cloudfront.net/assets/globex/email/discovery-2025/gbx-web-bg.png');
  background-size: cover;
  background-position: center;
}

body {
  background-color: var(--bg-color);
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  /* height: 100vh; */
  /* display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-direction: column; */
}

.container {
  z-index: 1;
}

.gbx-bg-image {
  background-image: url('./image/map.png');
  content: ' ';
  display: block;
  position: fixed;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}



.gbx-container-out {
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 700px;
}

.gbx-container-in {
  /* border: 1px solid white; */
  background-color: var(--bg-color);
  padding: 0px 50px;
  margin: 0px 50px;
}


.gbx-header {
  text-align: center;
  padding-top: 56px;
  padding-bottom: 56px;
  font-family: "Times New Roman", Times, serif;
}

.gbx-header img {
  padding-bottom: 32px;
}

h1,
label,
button {
  font-family: inherit;
  font-weight: 400;
  letter-spacing: 0.1rem;
}

h1 {
  color: var(--h1-color);
  font-size: 37px;
  font-weight: 300;
  line-height: 38px;
}

h5 {
  color: var(--h1-color);
  font-size: 14px;
  font-weight: 300;
  line-height: 38px;
}

p {
  color: var(--secondary-color);
  font-size: 0.9rem;
  letter-spacing: 0.01rem;
  width: 40vw;
  margin: 0.25rem 0;
}

label {
  color: var(--primary-color);
  color: white;
  font-size: 16px;
  font-weight: 400;
}

form {
  width: 100%;
  position: relative;
  padding-bottom: 32px;
}

input,
textarea,
label {
  width: 100%;
  display: block;
}

p,
placeholder,
input,
textarea {
  font-family: 'Helvetica Neue', sans-serif;
}

input::placeholder,
textarea::placeholder {
  color: var(--secondary-color);
}

input {
  color: var(--primary-color);
  font-weight: 500;
  background: var(--bg-color);
  border: none;
  border-bottom: 1px solid var(--secondary-color);
  padding: 0.5rem 0.5rem;
  margin-top: 5px;
  margin-bottom: 32px;
  outline: none;
}

button {
  text-transform: uppercase;
  font-weight: 300;
  background: var(--bg-color);
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  width: 8rem;
  height: 3.25rem;
  outline: none;
  cursor: pointer;
}

input:hover {
  /* opacity: 0.5; */
  color: white;
}

button:active,
button:hover {
  /* opacity: 0.8; */
  color: black;
  background-color: white;
}


#error,
#success-msg {
  width: 40vw;
  margin: 0.125rem 0;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-family: 'Jost';
  color: var(--secondary-color);
}


#success-msg {
  transition-delay: 3s;
}

input {
  color-scheme: dark;
  background-color: transparent !important;
}


.gbx-invitation {
  padding: 32px 0;
}

.gbx-invitation p {
  text-transform: uppercase;
  color: white;
  width: 100%;
  text-align: center;
  font-family: 'Times New Roman', Times, serif;
  font-size: 22px;
  letter-spacing: 4px;
  line-height: 32px;
}


.gbx-date {
  padding: 32px 0;
}

.gbx-date p {
  font-family: Tahoma, 'Segoe UI', Geneva, Verdana, sans-serif;
  color: white;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
}

.linkToGlobex {
  display: block;
  width: 100%;
  text-align: center;
  margin: 32px 0;
}

.linkToGlobex a {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  z-index: 10;
}

.gbx-separator {
  border: none;
  border-top: 1px solid #eee;
}


@media only screen and (max-width: 600px) {
  .gbx-container-out {
    border: none;
    width: 100%;
    margin: 0;
  }

  h1 {
    color: var(--h1-color);
    font-size: 26px;
    line-height: 30px;
  }

  h5 {
    color: var(--h1-color);
    font-size: 12px;
  }

  .gbx-invitation {
    padding: 32px 0;
  }

  .gbx-invitation p {
    font-size: 18px;
  }

  .gbx-date p {
    font-size: 12px;
  }

  .linkToGlobex a {
    font-size: 12px;
    display: block;
  }

  .gbx-container-in {
    padding: 0px 32px;
  }


}



/*
@media only screen and (max-width: 800px) {
  .left-side,
  .right-side {
    width: 100%;
  }

} */

@media only screen and (max-width: 1200px) {
  .left-side.bg-image {
    display: none;
  }

  .left-side,
  .right-side {
    margin: auto;
    width: 100%;
  }

}