@charset "utf-8";

.banner-list {
  position: relative;
  width: 100%;
  display: flex;
  flex-flow: wrap;
  margin: 30px 0;
}
.banner-list > li {
  padding: 5px 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: linear-gradient(to right, rgba(128, 159, 57, 0.9), rgba(130, 171, 40, 0.9));
  width: 100%;
  width: max-content;
  margin-right: 15px;
  --color: var(--white-color);
  margin-bottom: 10px;
}
.banner-list > li a {
  color: var(--white-color) !important;
  transition: all ease-in-out 0.3s;
  text-decoration: none !important;
}

.banner-list > li:hover {
  background: var(--yellow-color);
}

.banner-carousel a[href] {
  color: var(--main-dark-color);
}
/*************************************bannerCarousel**************************************/
/*********************************************simplyAnimate**************************************************/
.simplyAnimateTop {
  -webkit-animation: simplyRunTop ease-in-out 1.2s forwards;
  -o-animation: simplyRunTop ease-in-out 1.2s forwards;
  animation: simplyRunTop 2s ease-in-out forwards;
}

@keyframes simplyRunTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30%);
    -moz-transform: translateY(30%);
    -ms-transform: translateY(30%);
    -o-transform: translateY(30%);
    transform: translateY(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes simplyRunTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30%);
    -moz-transform: translateY(30%);
    -ms-transform: translateY(30%);
    -o-transform: translateY(30%);
    transform: translateY(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.simplyAnimateRight {
  -webkit-animation: simplyRunRight ease-in-out 1.2s forwards;
  -o-animation: simplyRunRight ease-in-out 1.2s forwards;
  animation: simplyRunRight 2s ease-in-out forwards;
}

@keyframes simplyRunRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20%);
    -moz-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    -o-transform: translateX(-10%);
    transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes simplyRunRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20%);
    -moz-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    -o-transform: translateX(-10%);
    transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.simplyAnimateLeft {
  -webkit-animation: simplyRunLeft ease-in-out 1.2s forwards;
  -o-animation: simplyRunLeft ease-in-out 1.2s forwards;
  animation: simplyRunLeft 2s ease-in-out forwards;
}

@keyframes simplyRunLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20%);
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
    -o-transform: translateX(20%);
    transform: translateX(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes simplyRunLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20%);
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
    -o-transform: translateX(20%);
    transform: translateX(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes wordEffectLeft {
  0% {
    /*  opacity: 0;*/
    -webkit-transform: translateX(20%);
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
    -o-transform: translateX(20%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes wordEffectLeft {
  0% {
    /*        opacity: 0;*/
    -webkit-transform: translateX(20%);
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
    -o-transform: translateX(20%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.wordEffect {
  position: relative;
}
.wordEffect span {
  position: relative;
  display: inline-block;
}
.wordEffect span:nth-child(1) {
  -webkit-animation: wordEffectLeft 0.2s linear 0.05s forwards;
  -o-animation: wordEffectLeft 0.2s linear 0.05s forwards;
  animation: wordEffectLeft 0.2s linear 0.05s forwards;
}
.wordEffect span:nth-child(2) {
  -webkit-animation: wordEffectLeft 0.2s linear 0.1s forwards;
  -o-animation: wordEffectLeft 0.2s linear 0.1s forwards;
  animation: wordEffectLeft 0.2s linear 0.1s forwards;
}
.wordEffect span:nth-child(3) {
  -webkit-animation: wordEffectLeft 0.2s linear 0.15s forwards;
  -o-animation: wordEffectLeft 0.2s linear 0.15s forwards;
  animation: wordEffectLeft 0.2s linear 0.15s forwards;
}
.wordEffect span:nth-child(4) {
  -webkit-animation: wordEffectLeft 0.2s linear 0.2s forwards;
  -o-animation: wordEffectLeft 0.2s linear 0.2s forwards;
  animation: wordEffectLeft 0.2s linear 0.2s forwards;
}
.wordEffect span:nth-child(5) {
  -webkit-animation: wordEffectLeft 0.2s linear 0.25s forwards;
  -o-animation: wordEffectLeft 0.2s linear 0.25s forwards;
  animation: wordEffectLeft 0.2s linear 0.25s forwards;
}
.wordEffect span:nth-child(6) {
  -webkit-animation: wordEffectLeft 0.2s linear 0.3s forwards;
  -o-animation: wordEffectLeft 0.2s linear 0.3s forwards;
  animation: wordEffectLeft 0.2s linear 0.3s forwards;
}
.wordEffect span:nth-child(7) {
  -webkit-animation: wordEffectLeft 0.2s linear 0.35s forwards;
  -o-animation: wordEffectLeft 0.2s linear 0.35s forwards;
  animation: wordEffectLeft 0.2s linear 0.35s forwards;
}
.wordEffect span:nth-child(8) {
  -webkit-animation: wordEffectLeft 0.2s linear 0.4s forwards;
  -o-animation: wordEffectLeft 0.2s linear 0.4s forwards;
  animation: wordEffectLeft 0.2s linear 0.4s forwards;
}
.wordEffect span:nth-child(9) {
  -webkit-animation: wordEffectLeft 0.2s linear 0.45s forwards;
  -o-animation: wordEffectLeft 0.2s linear 0.45s forwards;
  animation: wordEffectLeft 0.2s linear 0.45s forwards;
}
.wordEffect span:nth-child(10) {
  -webkit-animation: wordEffectLeft 0.2s linear 0.5s forwards;
  -o-animation: wordEffectLeft 0.2s linear 0.5s forwards;
  animation: wordEffectLeft 0.2s linear 0.5s forwards;
}
.wordEffect span:nth-child(11) {
  -webkit-animation: wordEffectLeft 0.2s linear 0.55s forwards;
  -o-animation: wordEffectLeft 0.2s linear 0.55s forwards;
  animation: wordEffectLeft 0.2s linear 0.55s forwards;
}
.wordEffect span:nth-child(12) {
  -webkit-animation: wordEffectLeft 0.2s linear 0.6s forwards;
  -o-animation: wordEffectLeft 0.2s linear 0.6s forwards;
  animation: wordEffectLeft 0.2s linear 0.6s forwards;
}
.wordEffect span:nth-child(13) {
  -webkit-animation: wordEffectLeft 0.2s linear 0.65s forwards;
  -o-animation: wordEffectLeft 0.2s linear 0.65s forwards;
  animation: wordEffectLeft 0.2s linear 0.65s forwards;
}
.wordEffect span:nth-child(14) {
  -webkit-animation: wordEffectLeft 0.2s linear 0.7s forwards;
  -o-animation: wordEffectLeft 0.2s linear 0.7s forwards;
  animation: wordEffectLeft 0.2s linear 0.7s forwards;
}
.wordEffect span:nth-child(15) {
  -webkit-animation: wordEffectLeft 0.2s linear 0.75s forwards;
  -o-animation: wordEffectLeft 0.2s linear 0.75s forwards;
  animation: wordEffectLeft 0.2s linear 0.75s forwards;
}
.wordEffect span:nth-child(16) {
  -webkit-animation: wordEffectLeft 0.2s linear 0.8s forwards;
  -o-animation: wordEffectLeft 0.2s linear 0.8s forwards;
  animation: wordEffectLeft 0.2s linear 0.8s forwards;
}
.wordEffect span:nth-child(17) {
  -webkit-animation: wordEffectLeft 0.2s linear 0.85s forwards;
  -o-animation: wordEffectLeft 0.2s linear 0.85s forwards;
  animation: wordEffectLeft 0.2s linear 0.85s forwards;
}
.wordEffect span:nth-child(18) {
  -webkit-animation: wordEffectLeft 0.2s linear 0.9s forwards;
  -o-animation: wordEffectLeft 0.2s linear 0.9s forwards;
  animation: wordEffectLeft 0.2s linear 0.9s forwards;
}
.wordEffect span:nth-child(19) {
  -webkit-animation: wordEffectLeft 0.2s linear 0.95s forwards;
  -o-animation: wordEffectLeft 0.2s linear 0.95s forwards;
  animation: wordEffectLeft 0.2s linear 0.95s forwards;
}
.wordEffect span:nth-child(20) {
  -webkit-animation: wordEffectLeft 0.2s linear 1s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1s forwards;
  animation: wordEffectLeft 0.2s linear 1s forwards;
}
.wordEffect span:nth-child(21) {
  -webkit-animation: wordEffectLeft 0.2s linear 1.05s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1.05s forwards;
  animation: wordEffectLeft 0.2s linear 1.05s forwards;
}
.wordEffect span:nth-child(22) {
  -webkit-animation: wordEffectLeft 0.2s linear 1.1s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1.1s forwards;
  animation: wordEffectLeft 0.2s linear 1.1s forwards;
}
.wordEffect span:nth-child(23) {
  -webkit-animation: wordEffectLeft 0.2s linear 1.15s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1.15s forwards;
  animation: wordEffectLeft 0.2s linear 1.15s forwards;
}
.wordEffect span:nth-child(24) {
  -webkit-animation: wordEffectLeft 0.2s linear 1.2s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1.2s forwards;
  animation: wordEffectLeft 0.2s linear 1.2s forwards;
}
.wordEffect span:nth-child(25) {
  -webkit-animation: wordEffectLeft 0.2s linear 1.25s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1.25s forwards;
  animation: wordEffectLeft 0.2s linear 1.25s forwards;
}
.wordEffect span:nth-child(26) {
  -webkit-animation: wordEffectLeft 0.2s linear 1.3s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1.3s forwards;
  animation: wordEffectLeft 0.2s linear 1.3s forwards;
}
.wordEffect span:nth-child(27) {
  -webkit-animation: wordEffectLeft 0.2s linear 1.35s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1.35s forwards;
  animation: wordEffectLeft 0.2s linear 1.35s forwards;
}
.wordEffect span:nth-child(28) {
  -webkit-animation: wordEffectLeft 0.2s linear 1.4s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1.4s forwards;
  animation: wordEffectLeft 0.2s linear 1.4s forwards;
}
.wordEffect span:nth-child(29) {
  -webkit-animation: wordEffectLeft 0.2s linear 1.45s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1.45s forwards;
  animation: wordEffectLeft 0.2s linear 1.45s forwards;
}
.wordEffect span:nth-child(30) {
  -webkit-animation: wordEffectLeft 0.2s linear 1.5s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1.5s forwards;
  animation: wordEffectLeft 0.2s linear 1.5s forwards;
}
.wordEffect span:nth-child(31) {
  -webkit-animation: wordEffectLeft 0.2s linear 1.55s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1.55s forwards;
  animation: wordEffectLeft 0.2s linear 1.55s forwards;
}
.wordEffect span:nth-child(32) {
  -webkit-animation: wordEffectLeft 0.2s linear 1.6s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1.6s forwards;
  animation: wordEffectLeft 0.2s linear 1.6s forwards;
}
.wordEffect span:nth-child(33) {
  -webkit-animation: wordEffectLeft 0.2s linear 1.65s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1.65s forwards;
  animation: wordEffectLeft 0.2s linear 1.65s forwards;
}
.wordEffect span:nth-child(34) {
  -webkit-animation: wordEffectLeft 0.2s linear 1.7s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1.7s forwards;
  animation: wordEffectLeft 0.2s linear 1.7s forwards;
}
.wordEffect span:nth-child(35) {
  -webkit-animation: wordEffectLeft 0.2s linear 1.75s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1.75s forwards;
  animation: wordEffectLeft 0.2s linear 1.75s forwards;
}
.wordEffect span:nth-child(36) {
  -webkit-animation: wordEffectLeft 0.2s linear 1.8s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1.8s forwards;
  animation: wordEffectLeft 0.2s linear 1.8s forwards;
}
.wordEffect span:nth-child(37) {
  -webkit-animation: wordEffectLeft 0.2s linear 1.85s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1.85s forwards;
  animation: wordEffectLeft 0.2s linear 1.85s forwards;
}
.wordEffect span:nth-child(38) {
  -webkit-animation: wordEffectLeft 0.2s linear 1.9s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1.9s forwards;
  animation: wordEffectLeft 0.2s linear 1.9s forwards;
}
.wordEffect span:nth-child(39) {
  -webkit-animation: wordEffectLeft 0.2s linear 1.95s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1.95s forwards;
  animation: wordEffectLeft 0.2s linear 1.95s forwards;
}
.wordEffect span:nth-child(40) {
  -webkit-animation: wordEffectLeft 0.2s linear 2s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2s forwards;
  animation: wordEffectLeft 0.2s linear 2s forwards;
}
.wordEffect span:nth-child(41) {
  -webkit-animation: wordEffectLeft 0.2s linear 2.05s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2.05s forwards;
  animation: wordEffectLeft 0.2s linear 2.05s forwards;
}
.wordEffect span:nth-child(42) {
  -webkit-animation: wordEffectLeft 0.2s linear 2.1s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2.1s forwards;
  animation: wordEffectLeft 0.2s linear 2.1s forwards;
}
.wordEffect span:nth-child(43) {
  -webkit-animation: wordEffectLeft 0.2s linear 2.15s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2.15s forwards;
  animation: wordEffectLeft 0.2s linear 2.15s forwards;
}
.wordEffect span:nth-child(44) {
  -webkit-animation: wordEffectLeft 0.2s linear 2.2s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2.2s forwards;
  animation: wordEffectLeft 0.2s linear 2.2s forwards;
}
.wordEffect span:nth-child(45) {
  -webkit-animation: wordEffectLeft 0.2s linear 2.25s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2.25s forwards;
  animation: wordEffectLeft 0.2s linear 2.25s forwards;
}
.wordEffect span:nth-child(46) {
  -webkit-animation: wordEffectLeft 0.2s linear 2.3s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2.3s forwards;
  animation: wordEffectLeft 0.2s linear 2.3s forwards;
}
.wordEffect span:nth-child(47) {
  -webkit-animation: wordEffectLeft 0.2s linear 2.35s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2.35s forwards;
  animation: wordEffectLeft 0.2s linear 2.35s forwards;
}
.wordEffect span:nth-child(48) {
  -webkit-animation: wordEffectLeft 0.2s linear 2.4s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2.4s forwards;
  animation: wordEffectLeft 0.2s linear 2.4s forwards;
}
.wordEffect span:nth-child(49) {
  -webkit-animation: wordEffectLeft 0.2s linear 2.45s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2.45s forwards;
  animation: wordEffectLeft 0.2s linear 2.45s forwards;
}
.wordEffect span:nth-child(50) {
  -webkit-animation: wordEffectLeft 0.2s linear 2.5s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2.5s forwards;
  animation: wordEffectLeft 0.2s linear 2.5s forwards;
}
.wordEffect span:nth-child(51) {
  -webkit-animation: wordEffectLeft 0.2s linear 2.55s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2.55s forwards;
  animation: wordEffectLeft 0.2s linear 2.55s forwards;
}
.wordEffect span:nth-child(52) {
  -webkit-animation: wordEffectLeft 0.2s linear 2.6s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2.6s forwards;
  animation: wordEffectLeft 0.2s linear 2.6s forwards;
}
.wordEffect span:nth-child(53) {
  -webkit-animation: wordEffectLeft 0.2s linear 2.65s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2.65s forwards;
  animation: wordEffectLeft 0.2s linear 2.65s forwards;
}
.wordEffect span:nth-child(54) {
  -webkit-animation: wordEffectLeft 0.2s linear 2.7s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2.7s forwards;
  animation: wordEffectLeft 0.2s linear 2.7s forwards;
}
.wordEffect span:nth-child(55) {
  -webkit-animation: wordEffectLeft 0.2s linear 2.75s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2.75s forwards;
  animation: wordEffectLeft 0.2s linear 2.75s forwards;
}
.wordEffect span:nth-child(56) {
  -webkit-animation: wordEffectLeft 0.2s linear 2.8s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2.8s forwards;
  animation: wordEffectLeft 0.2s linear 2.8s forwards;
}
.wordEffect span:nth-child(57) {
  -webkit-animation: wordEffectLeft 0.2s linear 2.85s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2.85s forwards;
  animation: wordEffectLeft 0.2s linear 2.85s forwards;
}
.wordEffect span:nth-child(58) {
  -webkit-animation: wordEffectLeft 0.2s linear 2.9s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2.9s forwards;
  animation: wordEffectLeft 0.2s linear 2.9s forwards;
}
.wordEffect span:nth-child(59) {
  -webkit-animation: wordEffectLeft 0.2s linear 2.95s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2.95s forwards;
  animation: wordEffectLeft 0.2s linear 2.95s forwards;
}
.wordEffect span:nth-child(60) {
  -webkit-animation: wordEffectLeft 0.2s linear 3s forwards;
  -o-animation: wordEffectLeft 0.2s linear 3s forwards;
  animation: wordEffectLeft 0.2s linear 3s forwards;
}

/*********************************************simplyAnimate**************************************************/
.main-content {
  position: relative;
  margin: 60px auto;
}

.main-search {
  position: relative;
  background: linear-gradient(to right, rgba(229, 246, 228, 0.7), rgba(24, 247, 253, 0.15));
  text-align: center;
  padding: 20px 0;
  margin-bottom: 90px;
  border-bottom: 10px solid #ddd;
}
.main-search .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main-search .container a:hover {
  color: var(--yellow-color);
  transform: translateY(-10px);
}

.main-search .container .img {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: var(--main-dark-color);
  margin-bottom: -80px;
  transition: all ease 0.4s;
  height: 230px;
  display: flex;
  align-items: center;
}
.main-search .container .img img {
  vertical-align: top;
  width: 100%;
  transition: all ease 0.4s;
}
.main-search .container .img > div {
  position: absolute;
  top: 20px;
  width: 100%;
  padding: 20px;
  left: 20px;
}
.main-search .container .img > div p {
  width: 100%;
  font-weight: bold;
  text-align: left;
  font-size: 1.6rem;
}
.main-search .container .img > div .new-nuka-btn {
  margin-top: 20px;
  border: 1px solid var(--white-color);
  background: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.main-search h2 {
  font-size: 1.25em;
}
.main-search p {
  font-size: 0.94em;
}
.main-search .mainSearch-platform {
  position: relative;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  margin: 15px 0;
  overflow: hidden;
  background: var(--white-color);
  display: flex;
  border: 1px solid #ddd;
}
.main-search .mainSearch-platform input {
  position: relative;
  width: 100%;
  padding: 18px 30px;
  outline: none;
  font-size: 0.95em;
  border: none;
  border-radius: 30px;
}
.main-search .mainSearch-platform button {
  position: relative;
  background: var(--yellow-color);
  border: none;
  color: var(--white-color);
  padding: 18px 60px;
  font-size: 1.2rem;
  cursor: pointer;
}

@media screen and (min-width: 1081px) {
  .main-search .container {
    display: grid;
    grid-template-columns: 60% 35%;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1080px) {
  .main-search .mainSearch-platform button {
    padding: 18px 30px;
  }
}
.main-first {
  position: relative;
}
.main-first .new-nuka-btn {
  margin: 20px 0;
}
.main-first > div {
  position: relative;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-first > div > .new-nuka-btn {
  border: 1px solid var(--orange-color);
  color: var(--white-color);
  background: var(--orange-color);
}
.main-first > div > .new-nuka-btn:hover {
  color: var(--orange-color);
}
.main-first > div img {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  height: 100%;
  max-width: none;
}
.main-first > div > div {
  position: absolute;
  width: 80%;
  height: 80%;
  padding: 20px;
  color: var(--main-dark-color);
  background: rgba(255, 255, 255, 0.6);
  left: 10%;
  top: 10%;
  display: flex;
  flex-direction: column;
  backdrop-filter: blur(4px);
  border-radius: 20px;
  transition: all ease 0.4s;
  box-shadow: 0 0 10px #ddd;
}
.main-first > div > div:hover {
  background: rgba(255, 255, 255, 0.8);
}
.main-first h3 {
  margin-top: 10px;
}
.main-first > div > div p {
  font-size: 1.1em;
  margin-bottom: 6px;
}
.main-first > div > div a {
  color: #222;
}
.main-first > div > div a:hover {
  color: var(--yellow-color);
}
.main-first > div > div .new-nuka-btn {
  border: 1px solid var(--white-color);
  color: var(--white-color);
  background: none;
}
.main-first > div > div .new-nuka-btn:hover {
  color: var(--black-color);
}
.main-first > a {
  color: var(--black-color);
}
@media screen and (min-width: 1081px) {
  .main-first {
    justify-content: space-between;
  }
  .main-first h3 {
    font-size: 1.6em;
  }
  .main-first h3 a {
    color: var(--white-color);
  }
  .main-first h3 a:hover {
    color: var(--orange-color);
  }
  .main-first > div,
  .main-first > a {
    width: 48%;
  }
  .main-first > div > div {
    padding: 30px;
  }
}
.main-second {
  background-image: url(../images/second-bg.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 60px 0;
  margin-top: 90px;
}
.main-second .container {
  /*  background:rgba(244,244,244,0.8);*/
  padding: 30px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.main-second h2 {
  text-align: center;
  font-size: 1.8rem;
}
.main-second .main-second-list li {
  padding: 20px;
  margin: 20px 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 1px 0 20px rgba(21, 21, 21, 0.1);
}
.main-second .main-second-list li:hover {
  backdrop-filter: blur(4px);
  box-shadow: 1px 0 20px rgba(21, 21, 21, 0.3);
}

.main-second-list {
  position: relative;
  width: 100%;
}
.main-second-list li {
  position: relative;
  margin: 10px 0;
}
.main-second-list li img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 120px;
}
.main-fourth .main-second-list li img {
  width: 100%;
  margin-bottom: 10px;
}
.main-fourth .main-second-list li > a {
  height: 100%;
  padding-bottom: 10px;
}
.main-second-list li > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: var(--black-color);
}

@media screen and (min-width: 1081px) {
  .main-second h2 {
    font-size: 2.4rem;
  }

  .main-second-list {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
  }
  .main-second-list li {
    width: 23% !important;
    box-shadow: 1px 0 20px rgba(21, 21, 21, 0);
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  }
  .main-second-list li h3 {
    font-size: 1.2rem;
    margin: 10px 0;
  }
  .main-second-list li img {
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  }
  .main-second-list li:hover img {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}
.main-third {
  padding: 120px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 90px;
}
.main-five {
  margin-top: 70px;
  padding-bottom: 70px;
  background: linear-gradient(#ffffff 0, rgba(229, 246, 228, 0.7) 100%);
  margin-bottom: 0;
}
.main-third video {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
@media screen and (min-width: 1081px) {
  .main-third video {
    top: -40%;
    width: 100%;
  }
}
.main-third .main-thirdbg {
  background: url("../images/bg_bg.png") repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}
.main-third .btnWord {
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .main-third .btnWord {
    font-size: 1.6rem;
    padding: 20px 50px;
  }
}
.main-fourth {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.main-fourth .main-second-list {
  margin: 30px 0;
}
.main-fourth .main-second-list li {
  box-shadow: 1px 0 20px rgba(21, 21, 21, 0.1);
  border-radius: 0 0 10px 10px;
}
.main-fourth .main-second-list li:hover {
  box-shadow: 1px 0 20px rgba(21, 21, 21, 0.2);
}
.main-fourth .main-second-list li img {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

@media screen and (min-width: 1081px) {
  .main-fourth h2 {
    font-size: 2rem;
  }
  .main-fourth p {
    font-size: 1.2rem;
  }
}

.icon-list {
  position: relative;
  width: 100%;
}
.icon-list li {
  position: relative;
  --scaled: scale3d(1, 1, 1);
  padding: 20px 10px;
  border-radius: 1em;
  background: linear-gradient(to bottom, rgba(181, 181, 181, 0.16), rgba(181, 181, 181, 0.26));
}
.icon-list li > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #3c6a36;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.icon-list li > a:hover {
  --scaled: scale3d(1.1, 1.1, 1);
}
.icon-list li span {
  display: block;
  font-size: 6rem;
  margin-bottom: 10px;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  -webkit-transform: var(--scaled);
  -moz-transform: var(--scaled);
  -ms-transform: var(--scaled);
  -o-transform: var(--scaled);
  transform: var(--scaled);
}

@media screen and (min-width: 1081px) {
  .icon-list {
    display: flex;
    justify-content: space-between;
  }
  .icon-list li {
    width: 31%;
  }
}
.main-six {
  position: relative;
}
.main-six .img {
  position: relative;
  cursor: pointer;
  --back-clolr: var(--white-color);
  --color: var(--black-color);
  height: 100%;
  overflow: hidden;
}
.main-six .img::before {
  position: absolute;
  content: "\e923";
  font-family: "icomoon";
  top: 48%;
  left: 45%;
  z-index: 10;
  font-size: 1.6em;
  width: 1.5em;
  aspect-ratio: 1;
  border-radius: 50%;
  color: var(--color);
  background-color: var(--back-clolr);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease-in-out 0.4s;
}
.main-six .img:hover {
  --back-clolr: var(--orange-color);
  --color: var(--white-color);
}
@media screen and (min-width: 1081px) {
  .main-six {
    display: grid;
    grid-template-columns: 32% 66%;
    align-items: center;
    justify-content: space-between;
  }
}
.main-six-mess {
  position: relative;
  display: flex;
  flex-direction: column;
  color: var(--black-color) !important;
  justify-content: center;
  line-height: 1.45em;
}
.main-six-mess .new-nuka-btn {
  margin: 20px 0;
  border: 1px solid var(--orange-color);
  color: var(--white-color);
  background: var(--orange-color);
}
.main-six-mess .new-nuka-btn:hover {
  color: var(--orange-color);
}

@media screen and (min-width: 1081px) {
  .main-six-mess h2 {
    margin-top: 0;
    font-size: 2rem;
  }
}

#January-Promo-BOC-Sciences {
  position: relative;
}
#January-Promo-BOC-Sciences::before {
  position: absolute;
  content: "";
  left: 0;
  top: -130px;
  width: 240px;
  height: 130px;
  background-image: url("../images/2023-January-Promotion-500.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.main-sixImg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  max-width: 150%;
  background-image: url("../images/youtube.jpg");
  background: -webkit-image-set(url(../images/youtube.webp) 1x, url(../images/youtube.webp) 2x, url(../images/youtube.webp) 3x);
  background: image-set(url(../images/youtube.webp) 1x, url(../images/youtube.webp) 2x, url(../images/youtube.webp) 3x);

  background-repeat: no-repeat;
  background-size: cover;
}

.title-h3-disc,
.title-h3 {
  position: relative;
  display: block;
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

.list-style2 > dt {
  font-size: 1rem;
  padding: 1em;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(4px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.list-style2 > dt p {
  font-size: 1em !important;
  width: 100% !important;
  white-space: nowrap;
  text-align: center;
}
