/**
*
* Testing
*
**/
body {
  overflow-x: hidden;
}

.lottery {
  background-color: #ea5514;
  position: relative;
  width: 100%;
  padding: 50px 0;
  margin: 50px 0;
}
@media (max-width: 576px) {
  .lottery {
    margin-bottom: 20px;
    padding-bottom: 5px;
  }
}
.lottery .campaign_img {
  position: absolute;
  width: 50%;
  top: -70px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 576px) {
  .lottery .campaign_img {
    width: 94%;
    top: -40px;
    margin: 0 3%;
  }
}
.lottery .instructions {
  width: 100%;
  position: relative;
}
.lottery .instructions p {
  color: #ffffff;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 37px;
  text-align: center;
  margin-top: 100px;
  line-height: 50px;
}
@media (max-width: 1440px) {
  .lottery .instructions p {
    margin-top: 44px;
    margin-top: 5%;
  }
}
@media (max-width: 1369px) {
  .lottery .instructions p {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .lottery .instructions p {
    font-size: 18px;
    text-align: start;
    margin-top: 5px;
    line-height: 30px;
    margin-left: 5.5%;
  }
}
.lottery .instructions img {
  position: absolute;
  width: 19%;
  top: -3%;
  right: 0%;
}
@media (max-width: 1369px) {
  .lottery .instructions img {
    top: 10%;
  }
}
@media (max-width: 576px) {
  .lottery .instructions img {
    width: 90px;
    top: 33px;
    right: 3%;
  }
}
.lottery .roulette {
  width: 80%;
  margin: 3% 10%;
  margin-top: 2%;
  height: 600px;
  background-image: url(../img/roulette_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% 68%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 576px) {
  .lottery .roulette {
    width: 94%;
    margin: 0 3%;
    height: 290px;
    background-position: 0% 78%;
  }
}
.lottery .roulette .wheelAndNob {
  height: 500px;
  width: 500px;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 576px) {
  .lottery .roulette .wheelAndNob {
    height: 250px;
    width: 250px;
    margin-bottom: 10px;
  }
}
.lottery .roulette .wheelAndNob .spotLight {
  background-image: url(../img/spot_light.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 830px;
  height: 700px;
  position: absolute;
  top: -85px;
  right: -35%;
}
@media (max-width: 576px) {
  .lottery .roulette .wheelAndNob .spotLight {
    width: 150%;
    height: 300px;
    top: -10px;
    left: -22.5%;
  }
}
@media (max-width: 400px) {
  .lottery .roulette .wheelAndNob .spotLight {
    width: 350px;
    height: 300px;
    top: -10px;
  }
}
.lottery .roulette .wheelAndNob .shadow {
  height: 500px;
  width: 500px;
  background-color: #000;
  border-radius: 50%;
  -webkit-filter: drop-shadow(25px 10px 20px #000);
  filter: drop-shadow(25px 10px 20px #000);
  will-change: filter;
  -moz-filter: drop-shadow(25px 10px 20px #000);
}
@media (max-width: 576px) {
  .lottery .roulette .wheelAndNob .shadow {
    height: 250px;
    width: 250px;
  }
}
.lottery .roulette .wheelAndNob .shadow .wheel {
  background-image: url(../img/wheel.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 500px;
  width: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 576px) {
  .lottery .roulette .wheelAndNob .shadow .wheel {
    height: 250px;
    width: 250px;
  }
}
.lottery .roulette .wheelAndNob .shadow .wheel .prize {
  background-image: unset;
  background-position: center;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
}
.lottery .roulette .wheelAndNob .shadow .wheel .prize.zoom {
  animation: zoomBackground 0.5s infinite alternate ease-in-out;
}
@keyframes zoomBackground {
  from {
    background-size: 100% 100%;
  }
  to {
    background-size: 103% 103%;
  }
}
.lottery .roulette .wheelAndNob .nob {
  background-image: url(../img/nob.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 42px;
  height: 107px;
  position: absolute;
  top: -2%;
  left: 46%;
  opacity: 1;
}
@media (max-width: 576px) {
  .lottery .roulette .wheelAndNob .nob {
    width: 25px;
    height: 65px;
  }
}
.lottery .roulette .wheelAndNob .fadeout {
  transition: opacity 0.7s ease;
  opacity: 0;
}
.lottery .roulette .wheelAndNob .first_time {
  position: absolute;
  width: 120%;
  z-index: 9999;
  top: 42%;
  left: -10%;
  right: 0;
  margin: auto;
  cursor: pointer;
}
.lottery .roulette .soundRoulette {
  margin-top: 3vw;
  background-image: url(../img/soudOn.png);
  background-position: center;
  background-size: 100% 100%;
  width: 4vw;
  height: 3vw;
  min-width: 40px;
  min-height: 30px;
  position: absolute;
  right: -15%;
  bottom: -7%;
  cursor: pointer;
}
@media (max-width: 576px) {
  .lottery .roulette .soundRoulette {
    bottom: 2%;
  }
}
.lottery .bt_instractions {
  margin-top: 50px !important;
  margin-bottom: 30px !important;
  width: 84%;
  margin: 0 8%;
}
@media (max-width: 576px) {
  .lottery .bt_instractions {
    width: 94%;
    margin: 4.5% 3% !important;
  }
}
.lottery .bt_instractions img {
  width: 100%;
  height: auto;
}

.part2 .projectExp {
  color: #ea5514;
  font-family: "Noto Sans", sans-serif;
  text-align: center;
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 0px !important;
  margin-top: 18px;
}
@media (max-width: 576px) {
  .part2 .projectExp {
    font-size: 18px;
  }
}
.part2 .redbg {
  background-color: #ea5514;
  width: 100%;
  padding: 50px 0px;
  font-weight: 600;
  margin-top: 50px;
}
@media (max-width: 576px) {
  .part2 .redbg {
    margin-bottom: 0;
    padding: 25px 0px;
  }
}
.part2 .redbg .greenbtn {
  background-color: #fff100;
  font-family: "Noto Sans", sans-serif;
  text-align: center;
  padding: 30px 0;
  font-size: 40px;
  color: #eb6100;
  text-decoration: none;
  width: 700px;
  box-shadow: 10px 10px 4px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease-in;
  margin-top: 35px;
}
@media (max-width: 576px) {
  .part2 .redbg .greenbtn {
    font-size: 21px;
    width: 85%;
    padding: 18px 0;
    box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.25);
  }
}
.part2 .redbg .annotations {
  font-family: "Noto Sans", sans-serif;
  color: #ffffff;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0 !important;
  font-size: 17px;
}
@media (max-width: 576px) {
  .part2 .redbg .annotations {
    font-size: 14px;
    margin-top: 20px;
    padding: 0 10%;
  }
}
.part2 .redbg .greenbtn:hover {
  box-shadow: 10px 10px 4px rgba(0, 0, 0, 0);
}
@media (max-width: 576px) {
  .part2 .redbg .greenbtn:hover {
    box-shadow: 4px 4px 2px rgba(0, 0, 0, 0);
  }
}
.part2 .company_data {
  background-color: white;
  padding-bottom: 45px;
}
@media (max-width: 576px) {
  .part2 .company_data {
    background-color: #fbefd6;
    padding: 0 3%;
  }
}
.part2 .company_data .sugartasteimg {
  width: 230px;
  margin-top: 40px;
}
@media (max-width: 576px) {
  .part2 .company_data .sugartasteimg {
    width: 180px;
  }
}
.part2 .company_data .serviceDetails {
  margin-top: 25px;
  padding: 0 7%;
}
@media (max-width: 1280px) {
  .part2 .company_data .serviceDetails {
    padding: 0 3%;
  }
}
.part2 .company_data .serviceDetails .item {
  border-left: 6px solid #40220f;
  height: 100%;
  padding: 0 20px;
}
.part2 .company_data .serviceDetails .item .top {
  display: flex;
  justify-content: start;
  align-items: center;
  border-bottom: 3px solid #40220f;
  height: 83px;
}
@media (max-width: 576px) {
  .part2 .company_data .serviceDetails .item .top {
    height: auto;
  }
}
.part2 .company_data .serviceDetails .item .top img {
  width: 50px;
  height: auto;
}
@media (max-width: 576px) {
  .part2 .company_data .serviceDetails .item .top img {
    width: 45px;
    margin-bottom: 5px !important;
  }
}
.part2 .company_data .serviceDetails .item .top p {
  font-family: "Noto Sans", sans-serif;
  font-size: 23px;
  color: #40220f;
  margin-bottom: 0 !important;
  white-space: nowrap;
  margin-left: 10px;
  line-height: 26px;
}
@media (max-width: 576px) {
  .part2 .company_data .serviceDetails .item .top p {
    font-size: 20px;
    margin-bottom: 5px !important;
  }
}
@media (max-width: 380px) {
  .part2 .company_data .serviceDetails .item .top p {
    font-size: 16px;
    margin-bottom: 5px !important;
  }
}
.part2 .company_data .serviceDetails .item .body {
  font-family: "Noto Sans", sans-serif;
  font-size: 25px;
  color: #40220f;
  margin-top: 15px;
  line-height: 30px;
}
@media (max-width: 576px) {
  .part2 .company_data .serviceDetails .item .body {
    font-size: 20px;
  }
}
@media (max-width: 380px) {
  .part2 .company_data .serviceDetails .item .body {
    font-size: 16px;
  }
}
.part2 .company_data .serviceDetails .item .body span {
  font-size: 21px !important;
  white-space: nowrap;
}
@media (max-width: 576px) {
  .part2 .company_data .serviceDetails .item .body span {
    font-size: 18px !important;
  }
}
@media (max-width: 380px) {
  .part2 .company_data .serviceDetails .item .body span {
    font-size: 14px !important;
  }
}
.part2 .company_data .serviceDetails .third .top p {
  font-size: 30px !important;
}
@media (max-width: 576px) {
  .part2 .company_data .serviceDetails .third .top p {
    font-size: 22px !important;
    margin-bottom: 10px !important;
  }
}
@media (max-width: 576px) {
  .part2 .company_data .serviceDetails .third .top img {
    margin-bottom: 7px !important;
  }
}
.part2 .company_data .serviceDetails .third .body {
  line-height: 30px;
}
@media (max-width: 576px) {
  .part2 .company_data .serviceDetails .third .body {
    line-heigh: 35px;
  }
}
.part2 .company_data .info_data {
  margin-top: 20px;
  color: #40220f;
  font-family: "Noto Sans", sans-serif;
  font-size: 23px;
  line-height: 32px;
  padding: 0 7%;
}
@media (max-width: 1280px) {
  .part2 .company_data .info_data {
    padding: 0 0%;
  }
}
@media (max-width: 576px) {
  .part2 .company_data .info_data {
    font-size: 15px;
    padding: 0 3%;
    white-space: nowrap;
  }
}
@media (max-width: 390px) {
  .part2 .company_data .info_data {
    font-size: 14px;
  }
}
.part2 .company_data .info_data .asset_src {
  width: 168px;
  height: auto;
  margin-top: -20px;
}
@media (max-width: 576px) {
  .part2 .company_data .info_data .asset_src {
    margin: 0 auto;
    width: 150px;
    margin-top: 30px;
  }
}
.part2 .company_data .footer {
  margin: 34px 0;
  padding: 0 7%;
}
@media (max-width: 1280px) {
  .part2 .company_data .footer {
    padding: 0 0%;
  }
}
@media (max-width: 576px) {
  .part2 .company_data .footer {
    margin: 40px 0;
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}
.part2 .company_data .footer .top {
  font-family: "Noto Sans", sans-serif;
  font-size: 26px;
  position: relative;
  display: block;
  color: #40220f;
  margin-bottom: 5px;
}
@media (max-width: 576px) {
  .part2 .company_data .footer .top {
    font-size: 20px;
  }
}
.part2 .company_data .footer .top::after {
  position: absolute;
  width: 214px;
  height: 3px;
  content: "";
  left: 120px;
  top: 17px;
  background-color: #40220f;
}
@media (max-width: 576px) {
  .part2 .company_data .footer .top::after {
    height: 2px;
    left: 90px;
    top: 14px;
  }
}
.part2 .company_data .footer .left {
  padding-right: 0;
}
.part2 .company_data .footer .left p {
  font-family: "Noto Sans", sans-serif;
  color: #40220f;
  margin-bottom: 0;
  font-size: 21px;
}
@media (max-width: 576px) {
  .part2 .company_data .footer .left p {
    font-size: 15px;
  }
}
.part2 .company_data .footer .left p:last-child {
  font-size: 28px;
}
@media (max-width: 576px) {
  .part2 .company_data .footer .left p:last-child {
    font-size: 20px;
  }
}
.part2 .company_data .footer .mid {
  padding-left: 25px;
  padding-right: 0;
}
@media (max-width: 576px) {
  .part2 .company_data .footer .mid {
    padding-left: 10px;
  }
}
.part2 .company_data .footer .mid p {
  font-family: "Noto Sans", sans-serif;
  color: #40220f;
  margin-bottom: 0;
  font-size: 21px;
  white-space: nowrap;
}
@media (max-width: 576px) {
  .part2 .company_data .footer .mid p {
    font-size: 15px;
  }
}
.part2 .company_data .footer .right {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 80px;
}
@media (max-width: 576px) {
  .part2 .company_data .footer .right {
    padding-left: 10px;
  }
}
.part2 .company_data .footer .right .social {
  display: flex;
  justify-content: center;
}
.part2 .company_data .footer .right .social img {
  width: 50px;
  height: auto;
  margin: 0 10px;
}

#firstTimeModal {
  z-index: 999999;
  font-family: "Noto Sans", sans-serif;
}
#firstTimeModal .modal-content {
  padding: 50px 0;
}
#firstTimeModal .modal-content .btn-close {
  right: 5%;
  position: absolute;
  top: 3%;
}
#firstTimeModal .modal-content .title {
  font-size: 24px;
  text-align: center;
}
@media (max-width: 400px) {
  #firstTimeModal .modal-content .title {
    font-size: 21px;
  }
}
#firstTimeModal .modal-content .subtitle {
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 400px) {
  #firstTimeModal .modal-content .subtitle {
    font-size: 14px;
    margin-top: 18px;
  }
}
#firstTimeModal .modal-content form {
  padding: 0 5%;
}
#firstTimeModal .modal-content form .form-group {
  margin-top: 15px;
}
@media (max-width: 400px) {
  #firstTimeModal .modal-content form .form-group {
    margin-top: 13px;
  }
}
#firstTimeModal .modal-content form .form-group label {
  margin-bottom: 5px;
  margin-left: 5px;
  font-size: 18px;
}
@media (max-width: 400px) {
  #firstTimeModal .modal-content form .form-group label {
    font-size: 16px;
  }
}
#firstTimeModal .modal-content form .form-group label span {
  color: #e60012;
}
#firstTimeModal .modal-content form .form-group input {
  border-radius: 10px;
  height: 45px;
}
#firstTimeModal .modal-content form .form-group .invalid-feedback {
  font-size: 16px;
  font-weight: bold;
}
#firstTimeModal .modal-content form .submit {
  background: #2c2c2c;
  border: 1px solid #2c2c2c;
  color: white;
  padding: 10px 40px;
  border-radius: 10px;
  margin: 0 auto;
  margin-top: 20px;
}

.thankyou_roulette {
  background-color: #fff100;
  width: 500px;
  z-index: 99999;
  padding: 70px 0;
  position: absolute;
  top: 25%;
}
@media (max-width: 576px) {
  .thankyou_roulette {
    width: 320px;
    left: -14%;
    top: 8%;
    padding: 50px 0;
  }
}
.thankyou_roulette .btn-close {
  position: absolute;
  top: 5%;
  right: 5%;
}
.thankyou_roulette .title {
  text-align: center;
  font-family: "Noto Sans", sans-serif;
  font-weight: bold;
  font-size: 18px;
}
.thankyou_roulette .subtitle {
  text-align: center;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
}

@keyframes fadeInthankyou {
  0% {
    opacity: 0;
    transform: scale(0.5);
    visibility: visible;
    /* Make it visible during animation */
  }
  100% {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
  }
}
.thankyou_roulette[style*="display: block"] {
  animation: fadeInthankyou 0.5s ease forwards;
  /* Trigger fade-in animation */
}

/*# sourceMappingURL=part2.css.map */
