@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.popup-content {
  padding: 0px 0px;
  line-height: 1.5;
  height: 100vh
}

.cnt223 a {
  text-decoration: none;
}

.popup-onload {
  margin: 0 auto;
  display: none;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
}

.cnt223 {
  min-width: 100%;
  width: 100%;
  min-height: 100vh;
  margin: 0px auto;
  position: relative;
  z-index: 999999999;
  padding: 15px 35px;
  border-radius: 0px;
  box-shadow: 0 2px 5px #000;
}

.cnt223 p {
  clear: both;
  color: #555555;
  /* text-align: justify; */
  font-size: 20px;
  font-family: sans-serif;
}

.cnt223 p a {
  color: #d91900;
  font-weight: bold;
}

.cnt223 .x {
  float: right;
  height: 35px;
  left: 22px;
  position: relative;
  top: -25px;
  width: 34px;
}

.cnt223 .x:hover {
  cursor: pointer;
}

.cloud {
  animation: drift 25s linear infinite;
}

@keyframes drift {
  from {
    transform: translateX(-555px);
  }

  to {
    transform: translatex(1900px);
  }
}

.popup-onload .hero .carousel {
  min-height: 100vh;
  background: rgb(255, 225, 199);
  background: linear-gradient(340deg, rgba(255, 225, 199, 1) 0%, rgba(255, 251, 248, 1) 100%);
}

.popup-onload .carousel-caption-text h4 {
  width: max-content;
  font-size: 35px;
  margin-bottom: 2rem;
  color: #f68723;
  background-color: #fff;
  padding: 12px 35px;
  border-radius: 20px 20px 20px 0px;
}

.popup-onload .carousel-caption-text h1 {
  font-size: 5.7rem;
  font-weight: 700;
  white-space: nowrap;
  line-height: 100px;
}

.popup-onload .carousel-caption-text p {
  font-size: 5.2rem;
  line-height: 100px;
  font-weight: 700;
  -webkit-text-stroke: 2px #fff;
  color: transparent !important;
  display: block;
  white-space: nowrap;
}

.skipIntro {
  position: absolute;
  font-size: 22px;
  border: 1px solid #24b720;
  background: #24b720;
  color: #fff;
  padding: 10px 20px;
  right: 47px;
  bottom: 47px;
  z-index: 9999;
  font-weight: 700;
  border-radius: 4px;
  font-size: 16px;
  transition: 0.3s;
}

.skipIntro:hover {
  background: #fc6a06;
  border: 1px solid #fc6a06;
}

.skipIntro img {
  width: 25px;
}

#hero-carousel1 .carousel-item {
  transition-duration: 2s;
}

.carousel-caption {
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0px;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
  width: 100%;
  top: 0px;
}

.left-img {
  position: absolute;
  bottom: 0px;
  height: 77vh;
  left: 0px;
}

.right-img {
  position: absolute;
  bottom: -28px;
  height: 65vh;
  right: 0px;
}

.logo-grid {
  padding: 0% 5%;
}

.logo-left {
  overflow: hidden;
}

.logo-left>img {
  height: auto;
  width: 30vw;
}

.logo-right {
  float: right;
  overflow: hidden;
}

.logo-right>img {
  height: 6rem;
}

.main-data {
  position: absolute;
  top: 18%;
  width: 42vw;
  right: 0px;
  left: 0%;
  margin: auto;
  text-align: center;
}

.main-data h1 {
  font-family: "Poppins", sans-serif;
  font-size: 2.8vw;
  font-weight: 700;
  color: #ef7e18;
  text-shadow: 2px 1px 0px #bd3e2b;
  margin-bottom: 1vw;
  text-shadow: 0 1px 0 #bd3e2b, 0 2px 0 #bd3e2b, 0 3px 0 #bd3e2b, 0 4px 0 #4a0a00, 0 5px 0 rgb(50 41 40 / 0%), 0 6px 1px rgb(0 0 0 / 0%), 0 1px 3px rgb(108 0 0 / 0%), 0 3px 5px rgb(110 19 19 / 0%), 0 5px 10px rgb(108 0 0 / 0%), 0 10px 10px rgb(137 0 0 / 0%), 0 20px 20px rgb(0 0 0 / 0%);
}

.main-data>img {
  height: 4vw;
  position: relative;
  top: -10px;
  left: -40px;
}

.main-data h2 {
  font-family: "Poppins", sans-serif;
  font-size: 1.1vw;
  font-weight: 600;
  color: #ffffff;
  background-color: #633831;
  padding: 1.3vw;
  border-radius: 1vw;
  margin-bottom: 1.4vw;
  line-height: 1.6vw;
}

.main-data p {
  font-family: "Poppins", sans-serif;
  font-size: 1.1vw;
  font-weight: 700;
  color: #434343;
  margin: 0;
}

.main-data .intro-link {
  text-decoration: none;
  color: #fff;
  font-size: 1.7vw;
  font-weight: 700;
  background-color: #55984b;
  padding: 0.8vw 3vw;
  border-radius: 10vw;
  line-height: normal;
  display: inline-block;
  margin: 0.5vw 0vw;
  position: relative;
  margin-bottom: 1vw;
  transition: ease 0.3s;
}

.main-data .intro-link::after {
  content: "";
  box-shadow: 2vw 2vw 0.6vw -0.1vw rgb(132 89 2 / 60%);
  position: absolute;
  top: -1vw;
  width: 94%;
  height: 3vw;
  border-radius: 50vw;
  left: 0vw;
  z-index: -2;
  transform: rotate(1deg);
  background-color: transparent;
}

.main-data .intro-link:hover {
  background-color: #33692b;
}

.main-data .intro-link img {
  width: 3vw;
  margin-right: 1vw;
  position: relative;
  top: 7px;
}

ol.gradient-list {
  counter-reset: gradient-counter;
  list-style: none;
  margin: 1.75rem 0;
  padding-left: 0px;
  width: 70%;
  display: block;
  margin: auto;
  padding-top: 10%;
  text-align: left;
}

ol.gradient-list>li {
  counter-increment: gradient-counter;
  margin: 0px;
  padding: 0px 10px;
  position: relative;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  padding-left: 3.5rem;
  border-bottom: 2px solid #ffc49b;
  margin-bottom: 1rem;
  padding-bottom: 5px;
  align-items: center;
  color: #000;
  display: flex;
  justify-content: left;
  height: 70px;
  line-height: normal;
}

ol.gradient-list>li::before,
ol.gradient-list>li::after {
  background: linear-gradient(135deg, #ffa669 0%, #fc6a06 100%);
  border-radius: 100px 100px 0px 0px;
  content: "";
  height: 68px;
  left: -3rem;
  overflow: hidden;
  position: absolute;
  width: 80px;
  bottom: -2px;
}

ol.gradient-list>li::before {
  align-items: center;
  content: counter(gradient-counter);
  color: #000;
  display: flex;
  justify-content: center;
  padding: 0.125em 0.25em;
  z-index: 1;
  font-weight: 700;
  font-size: 28px;
}

.screen-3bg {
  background-image: url('../img/screen-3-bg.png');
  background-repeat: no-repeat;
  background-size: contain;
  height: 560px;
  background-position: center;
  position: absolute;
  top: 20%;
  width: 100%;
}


@media screen and (max-width: 1024px) {
  .main-data {
    width: 90%;
    right: 0px;
    left: 0px;
    top: 34%;
    z-index: 1;
  }

  .main-data>h2 {
    font-size: 1rem;
    line-height: normal;
  }

  .right-img {
    height: 130px;
    bottom: auto;
    top: 18%;
    right: 13px;
  }

  .left-img {
    height: 160px;
    bottom: auto;
    top: 12%;
    left: 5px;
  }

  .skipIntro {
    right: 0px;
    left: 0px;
    width: 90px;
    margin: auto;
    bottom: 27px;
    font-size: 12px;
    padding: 5px;
  }

  .logo-left>img {
    width: 270px;
    height: auto;
  }

  .main-data h1 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 7px;
    text-shadow: none;
    background-color: #333;
    padding: 7px;
    border-radius: 5px;
    color: #fff;
  }

  .main-data>h2 {
    font-size: 12px;
    padding: 10px;
    margin-bottom: 2rem;
  }

  .main-data p {
    font-size: 12px;
  }

  .main-data .intro-link {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    background-color: #55984b;
    padding: 10px 10px;
    border-radius: 10vw;
    line-height: normal;
    display: block;
    margin: 0px;
    position: relative;
    margin-bottom: 10px;
    transition: ease 0.3s;
  }

  .main-data .intro-link img {
    width: 30px;
    margin-right: 10px;
    position: relative;
    top: 3px;
  }

  .popup-content>img {
    object-fit: cover;
    height: 40% !important;
  }

  .popup-content {
    height: 95vh;
  }
}