html {
  scroll-behavior: smooth;
}

body {
  padding-top: 152px;
}

.yellow-btn {
  border: unset;
  border-radius: 40px;
  padding: 15px 25px;
  background-color: #FF5B23;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: white;
  transition: all 0.25s;
  text-decoration: none;
  cursor: pointer;
}
.yellow-btn .anim-arrow svg {
  transition: all 0.3s ease;
  transform: translateX(5px);
}
.yellow-btn:hover {
  color: white;
}

.newsletter-swiper-loader.loading-box {
  height: 550px;
}

.truncation2 {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.invalid-feedback {
  position: absolute;
  bottom: -23px;
}

.landing-section {
  background: #4A2771;
  padding: 90px 0 0 0;
}
.landing-section .title {
  font-size: 30px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #FFF;
}
.landing-section .title .blue-text {
  color: #FF5B23;
}
.landing-section .content {
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
  color: #DDDDDD;
}
.landing-section .yellow-btn {
  width: -moz-fit-content;
  width: fit-content;
}
.landing-section .image-container {
  width: 100%;
  max-width: 100%;
  height: auto;
  overflow: hidden;
}
.landing-section .image-container img {
  -o-object-fit: fill;
     object-fit: fill;
  width: 100%;
  max-width: 412px;
}

.inside-magazine-section {
  padding: 110px 0;
}
.inside-magazine-section .content-wrapper {
  position: relative;
}
.inside-magazine-section .img-loader.loading-box {
  height: 500px;
}
.inside-magazine-section .text-loader.loading-box {
  min-width: 350px;
}
.inside-magazine-section .image-container {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}
.inside-magazine-section .image-container img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  max-width: 395px;
}
.inside-magazine-section .swiper {
  width: 80%;
  height: 350px;
  z-index: 1 !important;
}
.inside-magazine-section .swiper-slide {
  height: 350px !important;
  z-index: 2 !important;
  background-color: white;
}
.inside-magazine-section .heading {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  color: #4A2771;
}
.inside-magazine-section .label {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  color: #505050;
}
.inside-magazine-section .description {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #777777;
}
.inside-magazine-section .yellow-btn {
  display: block;
  width: 100%;
  text-align: center;
}
.inside-magazine-section .dots {
  border: unset;
  background: unset;
}
.inside-magazine-section .dots.active .outer {
  stroke: #8B81D0;
}
.inside-magazine-section .dots.active .inner {
  fill: #8B81D0;
}
.inside-magazine-section .dotted-line .active {
  stroke: #8B81D0;
}
.inside-magazine-section [data-target-slide*="2"] .dotted-line {
  display: none;
}

.why-ndt-section {
  background-color: #4A2771;
  padding: 70px 0 30px 0;
}
.why-ndt-section .image-container img {
  width: 345px;
  height: auto;
}
.why-ndt-section .heading {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
  color: #F0F0F0;
}
.why-ndt-section .heading .first-word {
  font-size: 25px;
  color: #FF5B23;
}
.why-ndt-section .heading .new-line {
  display: block;
}
.why-ndt-section .description {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #F0F0F0;
}
.why-ndt-section .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}
.why-ndt-section .arrow-svg {
  width: 60px;
  animation: arrowAnimate 2s infinite ease;
}

.stats-section {
  background-color: #8B81D0;
}
.stats-section .stats-container {
  gap: 40px;
  padding: 60px 0;
}
.stats-section .stat-number {
  font-size: 75px;
  font-weight: 400;
  line-height: 85px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #ffffff;
}
.stats-section .stat-label {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #ffffff;
}
.stats-section .line {
  height: 1px;
  background-color: #ffffff;
  width: 40%;
  margin: auto;
}

.slider-section {
  padding: 50px 0;
}
.slider-section .heading {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  color: #4A2771;
}
.slider-section .sub-heading {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #505050;
}
.slider-section .see-more-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #000000;
  padding: 40px 0 10px 0;
}
.slider-section .see-more-text a {
  color: #FF5B23;
  font-weight: 500;
}
.slider-section .see-more-text a:hover {
  text-decoration: underline;
}
.slider-section .image-container {
  box-shadow: 0px 0px 9px 3px rgba(44, 44, 44, 0.22);
  background-color: white;
  position: relative;
  width: 330px;
  height: 440px;
  overflow: hidden;
  transition: all 2.5s;
}
.slider-section .image-container img {
  -o-object-fit: fill;
     object-fit: fill;
  width: 330px;
  height: 100%;
}
.slider-section .image-container:hover .gradient-box {
  opacity: 1;
}
.slider-section .gradient-box {
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.78) 10.82%, rgba(0, 0, 0, 0) 57.17%);
  transition: all 0.25s;
}
.slider-section .flip-card {
  width: 330px;
  height: 440px;
}
.slider-section .back {
  width: 330px;
  height: 440px;
  position: absolute;
  top: 0;
  left: 0;
  background: white;
}
.slider-section .yellow-btn {
  position: absolute;
  display: block;
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  width: 175px;
  color: white;
  text-align: center;
}
.slider-section .yellow-btn svg path {
  fill: white;
}
.slider-section .swiper-button-prev,
.slider-section .swiper-button-next {
  display: none;
}
.slider-section .swiper-slide-shadow-left {
  background-image: linear-gradient(0, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}
.slider-section .swiper-slide-shadow-right {
  background-image: linear-gradient(0, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}
.slider-section .image-container.swiper-slide-active {
  box-shadow: 0px 0px 9px 3px rgba(44, 44, 44, 0.12);
}

.contact-form-section {
  height: 1010px;
}
.contact-form-section .banner-container {
  position: relative;
  height: 280px;
  background-image: url("/images/ndt-trend-list/form-banner.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.contact-form-section .mandatory {
  font-size: 10px;
  font-weight: 400;
  line-height: 20px;
}
.contact-form-section .form-container {
  position: absolute;
  width: 100%;
  margin: auto;
  top: 20%;
}
.contact-form-section .landing-box {
  overflow: hidden;
  padding: 50px 25px;
  padding-top: 25px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  background: #F0EEFF;
}
.contact-form-section .form-heading {
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
  color: #4A2771;
}
.contact-form-section .form-sub-heading {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #F9F9F9;
}
.contact-form-section .input-fields {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 10px;
}
.contact-form-section .input-container {
  gap: 20px;
}
.contact-form-section .form-input {
  padding-top: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.contact-form-section .textarea-input {
  padding-top: 0;
}
.contact-form-section .floating-label {
  position: absolute;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #4A2771;
  left: 10px;
  transition: all 0.5s ease;
  pointer-events: none;
}
.contact-form-section .contact-floating {
  left: 60px;
}
.contact-form-section input, .contact-form-section textarea {
  width: 100%;
  border: none;
  outline: none;
  padding: 10px 11px;
  border-bottom: 0.5px solid #8B81D0;
  background: transparent;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.63px;
  color: #8B81D0;
}
.contact-form-section input:focus, .contact-form-section textarea:focus {
  color: #4a2771;
}
.contact-form-section input:focus ~ .floating-label, .contact-form-section input:not(:focus):valid ~ .floating-label, .contact-form-section textarea:focus ~ .floating-label, .contact-form-section textarea:not(:focus):valid ~ .floating-label {
  transform: translateY(-25px);
  font-size: 12px;
  color: #8B81D0;
}
.contact-form-section input:not(:focus):valid ~ .floating-label .mandatory, .contact-form-section textarea:not(:focus):valid ~ .floating-label .mandatory {
  color: #8B81D0;
}
.contact-form-section .nice-select {
  height: auto;
  width: 100%;
  border: none;
  border-radius: unset;
  outline: none;
  padding: 10px 11px;
  border-bottom: 0.5px solid #8B81D0;
  background: transparent;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.63px;
  color: #4A2771;
}
.contact-form-section .nice-select .list {
  width: 100%;
  height: 250px;
  overflow-y: auto;
  color: #001652;
}
.contact-form-section .nice-select .list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.contact-form-section .nice-select .list::-webkit-scrollbar-thumb {
  background-color: #0C3F8B;
  border-radius: 6px;
}
.contact-form-section .nice-select .list::-webkit-scrollbar-thumb:hover {
  background-color: rgba(18, 14, 71, 0.99);
}
.contact-form-section .nice-select .list::-webkit-scrollbar-track {
  background-color: #f0f0f0;
}
.contact-form-section .nice-select .option.disabled {
  display: none;
}
.contact-form-section textarea {
  margin-top: 15px;
  max-height: 66px;
  min-height: 66px;
  resize: none;
}
.contact-form-section .iti--allow-dropdown {
  width: 100%;
}
.contact-form-section button[type=submit] {
  width: 100%;
  margin-top: 40px;
}

.advertise-with-us-section {
  padding: 30px 0 30px 0;
}
.advertise-with-us-section .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  background: #0A4660;
  border-radius: 10px;
  width: 100%;
  height: auto;
  position: relative;
  padding: 60px 30px 170px 30px;
}
.advertise-with-us-section .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.advertise-with-us-section .title, .advertise-with-us-section .sub-title {
  color: #F0F0F0;
  margin: 0;
  text-align: center;
}
.advertise-with-us-section .sub-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  padding-bottom: 10px;
}
.advertise-with-us-section .title {
  font-size: 37px;
  font-weight: 500;
  line-height: 44px;
  padding-bottom: 23px;
}
.advertise-with-us-section .icon {
  position: absolute;
  bottom: 0;
  right: 0;
}

.reviews-container .image-container {
  width: 100%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}
.reviews-container .image-container img {
  -o-object-fit: cover;
     object-fit: cover;
}
.reviews-container .heading {
  color: #4A2771;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
}
.reviews-container .review-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.005em;
  color: #151511;
}
.reviews-container .review-by-text {
  font-size: 11px;
  font-weight: 400;
  line-height: 18px;
  color: #505050;
}

.back .cross-icon {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
.back .cross-icon:hover path {
  fill: #103977;
}
.back .back-wrapper {
  padding: 50px 20px 20px 20px;
  overflow-y: auto;
  height: 100%;
}
.back .back-heading {
  font-size: 10px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.005em;
  text-align: left;
  color: #103977;
}
.back .description {
  font-size: 8px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #505050;
}
.back .details {
  justify-content: flex-start;
  gap: 20px;
  margin-bottom: 10px;
}
.back li {
  font-size: 8px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0.005em;
  text-align: left;
  color: #505050;
}
.back .book-btn {
  bottom: 30px;
  left: 0;
  font-size: 8px;
  font-weight: 500;
  line-height: 10.92px;
  letter-spacing: -0.03em;
  color: #151515;
  left: 30px;
  transform: translateX(0);
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.back .book-btn .anim-arrow svg {
  transition: all 0.3s ease;
  transform: translateX(5px);
}
.back .book-btn .anim-arrow svg path {
  fill: #151515;
}

@media screen and (min-width: 450px) {
  .back .back-wrapper {
    padding: 20px 30px 20px 30px;
  }
  .back .back-heading {
    font-size: 14.94px;
  }
  .back .description {
    font-size: 10.71px;
  }
  .back li {
    font-size: 10.29px;
  }
  .back .book-btn {
    bottom: 30px;
    font-size: 12.71px;
  }
}
@media screen and (min-width: 768px) {
  .landing-section .content-wrapper {
    width: 50%;
  }
  .content-wrapper {
    width: 50%;
  }
  .contact-form-section {
    height: 1300px;
  }
  .contact-form-section button[type=submit] {
    max-width: 200px;
    align-self: center;
  }
  .yellow-btn:hover {
    filter: brightness(0.93);
    color: white;
  }
  .yellow-btn:hover .anim-arrow svg {
    animation: arrowMovement 1.5s ease infinite;
  }
  .slider-section .image-container {
    width: 350px;
    height: 500px;
  }
  .slider-section .image-container img {
    width: 350px;
    height: 100%;
  }
  .slider-section .gradient-box {
    opacity: 0;
    height: 100%;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.78) 10.82%, rgba(0, 0, 0, 0) 57.17%);
    transition: all 0.25s;
  }
  .slider-section .flip-card {
    width: 350px;
    height: 500px;
  }
  .slider-section .back {
    width: 350px;
    height: 500px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: white;
  }
}
@media screen and (min-width: 992px) {
  body {
    padding-top: 114px;
  }
  .landing-section {
    position: relative;
    padding: 60px 0;
  }
  .landing-section .title {
    font-size: 70px;
    font-weight: 600;
    line-height: 81px;
    text-align: left;
  }
  .landing-section .content {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
  }
  .landing-section .box {
    width: 100%;
    min-width: 100%;
  }
  .landing-section .content-wrapper {
    width: 50%;
  }
  .landing-section .image-container {
    width: 50%;
  }
  .landing-section .image-container img {
    position: absolute;
    max-width: 500px;
    height: auto;
    right: 0;
    bottom: 0;
  }
  .inside-magazine-section .content-wrapper {
    padding: 20px 0;
  }
  .inside-magazine-section .image-container {
    width: 50%;
    max-width: 50%;
    border-radius: 10px;
    overflow: hidden;
  }
  .inside-magazine-section .image-container img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    max-width: 566px;
  }
  .inside-magazine-section .swiper {
    width: 80%;
    height: 500px;
    z-index: 1 !important;
  }
  .inside-magazine-section .swiper-slide {
    height: 500px !important;
    z-index: 2 !important;
    background-color: white;
  }
  .inside-magazine-section .heading {
    font-size: 34px;
    font-weight: 600;
    line-height: 45px;
  }
  .inside-magazine-section .label {
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
  }
  .inside-magazine-section .description {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
  }
  .inside-magazine-section .yellow-btn {
    width: -moz-fit-content;
    width: fit-content;
  }
  .why-ndt-section .heading {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.01em;
    text-align: left;
  }
  .why-ndt-section .heading .first-word {
    font-size: 35px;
  }
  .why-ndt-section .description {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.02em;
    text-align: left;
  }
  .why-ndt-section .arrow {
    width: 80%;
    display: flex;
    justify-content: end;
  }
  .why-ndt-section .arrow-svg {
    transform: translateX(30px) translateY(30px);
  }
  .why-ndt-section .image-container img {
    width: 570px;
    height: auto;
  }
  .stats-section .stats-container {
    gap: 40px;
    padding: 20px 0;
  }
  .stats-section .stats-box {
    gap: 14px;
    align-items: flex-start;
  }
  .stats-section .stat-number {
    font-size: 50px;
    font-weight: 400;
    line-height: 66.5px;
    letter-spacing: 0.01em;
    text-align: left;
  }
  .stats-section .stat-label {
    font-size: 23px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0.01em;
    text-align: left;
  }
  .stats-section .line {
    height: 70px;
    width: 2px;
    min-width: 2px;
    margin: auto;
  }
  .slider-section {
    padding: 100px 0;
  }
  .slider-section .heading {
    font-size: 34px;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
  }
  .slider-section .sub-heading {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.01em;
    text-align: center;
  }
  .slider-section .see-more-text {
    font-size: 24px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.01em;
    text-align: center;
    color: #505050;
  }
  .contact-form-section {
    padding-top: 70px;
    height: 730px;
  }
  .contact-form-section .banner-container {
    height: 500px;
    background-image: url("/images/ndt-trend-list/form-banner.png");
    background-size: cover;
  }
  .contact-form-section .landing-box {
    flex-direction: row;
    padding: 40px 50px;
  }
  .contact-form-section .form-img-box {
    flex: 1;
  }
  .contact-form-section .form-img-box img {
    width: 550px;
    height: auto;
  }
  .contact-form-section .form-img-box {
    flex: 1.1;
  }
  .contact-form-section form {
    flex: 1;
  }
  .contact-form-section button[type=submit] {
    align-self: flex-start;
  }
  .advertise-with-us-section .box {
    flex-direction: row;
    height: 280px;
    justify-content: space-between;
    padding: 30px;
  }
  .advertise-with-us-section .icon {
    position: unset;
    display: flex;
    align-items: end;
    height: 100%;
  }
  .advertise-with-us-section .icon svg {
    margin-bottom: -45px;
    width: 135px;
    height: 100px;
  }
  .advertise-with-us-section .content {
    align-items: start;
    padding-right: 20px;
  }
  .advertise-with-us-section .title, .advertise-with-us-section .sub-title {
    text-align: left;
  }
  .advertise-with-us-section .box .title {
    font-size: 40px;
    font-weight: 500;
    line-height: 41px;
  }
  .advertise-with-us-section .box .sub-title {
    font-size: 27px;
    font-weight: 400;
    line-height: 51px;
  }
  .advertise-with-us-section .yellow-btn {
    height: -moz-fit-content;
    height: fit-content;
  }
  .reviews-container .image-container {
    width: 422px;
    min-width: 422px;
    height: 369px;
  }
  .reviews-container .heading {
    text-align: left;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
  }
  .reviews-container .social-icon {
    width: 45px;
    min-height: 45px;
  }
  .reviews-container .review-text {
    font-size: 18px;
    line-height: 27px;
  }
  .reviews-container .review-by-text {
    font-size: 12px;
  }
  .back .back-wrapper {
    padding: 50px 20px 20px 20px;
  }
  .back .back-heading {
    font-size: 16.94px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.005em;
  }
  .back .description {
    font-size: 12.71px;
    font-weight: 500;
    line-height: 21.18px;
    letter-spacing: 0.01em;
  }
  .back li {
    font-size: 11.29px;
    font-weight: 400;
    line-height: 21.64px;
    letter-spacing: 0.005em;
  }
  .back .book-btn {
    bottom: 30px;
    left: 0;
    font-size: 12.71px;
    font-weight: 500;
    line-height: 18.35px;
    letter-spacing: -0.03em;
    left: 30px;
    transform: translateX(0);
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (min-width: 1024px) {
  .contact-form-section {
    padding-top: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .landing-section {
    padding: 110px 0;
  }
  .landing-section .image-container img {
    max-width: 600px;
  }
  .stats-section .stat-number {
    font-size: 70px;
  }
  .stats-section .stat-label {
    font-size: 26px;
  }
  .contact-form-section .landing-box {
    padding-left: 0;
  }
  .contact-form-section form {
    max-width: 45%;
  }
  .contact-form-section .form-side-img {
    max-height: 100%;
  }
  .back .back-wrapper {
    padding: 50px 20px 20px 20px;
  }
  .back .book-btn {
    bottom: 30px;
    left: 30px;
    transform: translateX(0);
    width: -moz-fit-content;
    width: fit-content;
  }
  .reviews-content {
    padding-right: 6rem;
  }
}
@media screen and (min-width: 1250px) {
  .slider-section .image-container {
    width: 350px;
    height: 500px;
  }
  .slider-section .image-container img {
    width: 350px;
    height: 100%;
  }
  .slider-section .gradient-box {
    opacity: 0;
    height: 100%;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.78) 10.82%, rgba(0, 0, 0, 0) 57.17%);
    transition: all 0.25s;
  }
  .slider-section .flip-card {
    width: 350px;
    height: 500px;
  }
  .slider-section .back {
    height: 500px;
    width: 350px;
    position: absolute;
    top: 0;
    left: 0;
    background: white;
  }
  .slider-section .yellow-btn {
    position: absolute;
    display: block;
    width: 195px;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
  }
  .slider-section .wrapper {
    position: relative;
    width: 90%;
    margin: auto;
  }
  .slider-section .swiper-button-prev,
  .slider-section .swiper-button-next {
    display: block;
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    width: 46px;
    height: 47px;
    border: none;
    cursor: pointer;
    background-color: #FFF;
  }
  .slider-section .swiper-button-prev::after,
  .slider-section .swiper-button-next::after {
    content: "";
  }
  .slider-section .swiper-button-prev {
    left: -60px;
  }
  .slider-section .swiper-button-next {
    right: -60px;
    transform: rotate(180deg);
  }
  .slider-section .swiper-button-next svg, .slider-section .swiper-button-prev svg {
    width: 46px;
    height: 47px;
  }
}
@media screen and (min-width: 1600px) {
  .landing-section .image-container img {
    max-width: 713px;
  }
}
@keyframes arrowAnimate {
  0% {
    transform: translateX(30px) translateY(30px);
  }
  50% {
    transform: translateX(0) translateY(0);
  }
  100% {
    transform: translateX(30px) translateY(30px);
  }
}
@keyframes arrowMovement {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px);
  }
  60% {
    transform: translateX(0);
  }
  65% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes swap-image {
  0% {
    background: url("/images/ndt-trend-list/what-is-in-for-you-1-mb.png");
    background-repeat: no-repeat;
    background-size: contain;
  }
  25% {
    background: url("/images/ndt-trend-list/what-is-in-for-you-2-mb.png");
    background-repeat: no-repeat;
    background-size: contain;
  }
  50% {
    background: url("/images/ndt-trend-list/what-is-in-for-you-3-mb.png");
    background-repeat: no-repeat;
    background-size: contain;
  }
  75% {
    background: url("/images/ndt-trend-list/what-is-in-for-you-2-mb.png");
    background-repeat: no-repeat;
    background-size: contain;
  }
  100% {
    background: url("/images/ndt-trend-list/what-is-in-for-you-1-mb.png");
    background-repeat: no-repeat;
    background-size: contain;
  }
}
