@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Inter:wght@300;400;500;700;900&family=Montserrat:wght@700;800&display=swap');
:root {
  --text-color: #black;
  --bg-color: linear-gradient(112.77deg, #FFECDF 17.03%, #C0FBF4 80.17%);
  /*--bg-color: linear-gradient(112.12deg, #FFE6C8 6.72%, #96FFF2 90.96%);*/
  --portfolio-bg: white;
  --text-link: black;
  --text-hover: #7370FF;
  --text-active:#5A56FF;
  --text-organce:#FF5C00;
  --text-blue: #0029FF;
  --portfolio-1: #ff7474;
  --portfolio-2: #cce4e7;
  --portfolio-3: #A1E4E8;
  --portfolio-4: #004d71;
  --portfolio-5: #D8BA4F;
  --portfolio-6: #5A5F6B;
  --portfolio-7: #B9C7FF;
  --portfolio-8: #85F0FF;
  --portfolio-9: #FFE000;
  --portfolio-holdcover: #B9C7FF;
  --portfolio-holdcover-App: #85F0FF;
}
a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 300;
}
a:link {
  color: var(--text-link);
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: var(--text-link);
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a:active {
  color: var(--text-link);
  background-color: transparent;
  text-decoration: none;
}
html{
  scroll-behavior: smooth;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
body {
  font-family: 'Inter', sans-serif;
  color: var(--text-color);
  background: white;
  overflow-x: hidden;
  width: 100%;
  overscroll-behavior: none;
  overflow-y: hidden;

}
.enable-scrolling {
    height: 100%;
    overflow-y: auto;
}
.banner_KeyVisual{
  min-height: 100vh;
  width: 100%;
}
.sectionContainer{
  max-width: 1440px;
  margin: auto;
}
section {

  display: inline-block;
  width: 100%;
  position: relative;
  padding: 80px;
  margin: auto;
}
img {
  height: 80vh;
  width: auto;
  object-fit: cover;
}
h1 {
  padding: 20px;
  font-family: Montserrat;
  width:100%;
  font-size: 140px;
  line-height: 200px;
  font-weight: bold;
  overflow-wrap: break-word;
}

h2 {
  font-family: Montserrat;
  font-weight: bold;
  font-size: 2rem;
  max-width: 400px;
  margin-bottom: 50px;
  margin-top: 50px;
}
* {
  box-sizing: border-box;
}
.Popup-overlay {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 5; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background:  linear-gradient(154.63deg, rgb(65 251 255 / 80%) 0%, rgb(255 117 208 / 80%) 99.92%);
}
/* Modal Content/Box */
.Popup-content {
  height: 280px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background-color: #fefefe;
  padding: 20px;
  width: calc(100% - 40px);
  max-width: 480px;
  border-radius: 30px;
}
.Popup-content.active {
  -webkit-animation: popupmoveIn 0.2s 0s 1 ease-in-out normal;
  animation: popupmoveIn 0.2s 0s 1 ease-in-out normal;
}
.Popup-content>h1{
  z-index: 5;
  font-size: 28px;
  text-align: center;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
}
/* The Close Button */
.Popup-close {
  position: relative;
  z-index: 6;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.Popup-close > svg{
  fill: #aaa;
}
.Popup-close:hover > svg,
.Popup-close:focus > svg{
  fill: black;
  text-decoration: none;
  cursor: pointer;
}
/* Modal Content/Box */
.Popup-content2 {
  height: 280px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background-color: #fefefe;
  padding: 20px;
  width: calc(100% - 40px);
  max-width: 480px;
  border-radius: 30px;
}
.Popup-content2.active {
  -webkit-animation: popupmoveIn 0.2s 0s 1 ease-in-out normal;
  animation: popupmoveIn 0.2s 0s 1 ease-in-out normal;
}
.popMessage > h1{
  line-height: 32px;
  font-size: 20px;
  text-align: center;
}
.popMessage{
  position: relative;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  z-index: 5;
  min-width: 280px;
}
/* The Close Button */
.Popup-close2 {
  position: relative;
  z-index: 6;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.Popup-close2 > svg{
  fill: #aaa;
}
.Popup-close2:hover > svg,
.Popup-close2:focus > svg{
  fill: black;
  text-decoration: none;
  cursor: pointer;
}
.button-link{
  margin-top: 16px!important;
  margin-left: 80px!important;
  width: 200px!important;
}
.Primary-Button{
  font-size: 16px;
  /*padding: 12px 16px 12px 16px;*/
  padding: 20px;
  font-family: Montserrat;
  width: 160px;
  margin: auto;
  display: block;
  background: #000000;
  border: none;
  color: white;
  border-radius: 30px;
  cursor: pointer;
}
.Primary-Button{
  font-size: 16px;
  /*padding: 12px 16px 12px 16px;*/
  padding: 20px;
  font-family: Montserrat;
  width: 160px;
  margin: auto;
  display: block;
  text-align: center;
  background-color: #000000!important;
  border: none;
  color: white!important;
  border-radius: 30px;
  cursor: pointer;
}
.Primary-Button:hover {
  background-color: #ff0087!important;
  transition: all 0.1s;
}
.Primary-Button:active {
  transform: scale(0.95);
  transition: all 0.1s;
}
@media (max-width: 768px) {
  h1 {
    font-size: 80px;
    line-height: 120px;
  }
  .button-link{
    margin-left: 30px!important;
  }
}
@keyframes popupmoveIn {
  0% {
    opacity: 0;
    transform: translate(-50%, -70%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

