@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;500;600&display=swap");

@font-face {
  font-family: "Duck";
  src: url("../assets/fonts/iannnnn-DUCK/iannnnn-DUCK-Regular.ttf");
}

* {
  margin: 0;
  padding: 0;
}

body {
  color: #ff6f61 !important;
  font-family: Poppins !important;
}

.container {
  max-width: 1920px;
  padding: 0 16px;
  overflow: hidden;
}

nav a {
  color: #ff6f61 !important;
  font:
    600 30px "Poppins",
    sans-serif;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-align: center;
  font-family: "Poppins", sans-serif;
}

.nav-head {
  justify-content: right;
  margin-top: -70px;
}

.navbar-toggler {
  border: 0;
  color: transparent;
  flex-direction: column;
  display: flex;
  gap: 5px;
}

.navbar-toggler .navbar-toggler-icon:nth-child(1) {
  transform: rotate(45deg);
  top: 8px;
}
.navbar-toggler .navbar-toggler-icon:nth-child(2) {
  opacity: 0;
}
.navbar-toggler .navbar-toggler-icon:nth-child(3) {
  transform: rotate(-45deg);
  top: -8px;
}

.navbar-toggler .navbar-toggler-icon,
.navbar-toggler.collapsed .navbar-toggler-icon {
  background: #ff6f61;
  height: 3px;
  opacity: 1;
  transform: rotate(0);
  top: 0;
  position: relative;
  transition: all 0.3s ease;
}

.navbar-collapse {
  top: 50px;
  position: relative;
}

.navbar-brand {
  width: 100%;
  height: 78px;
  background: url("../assets/images/logo-paneet.png") no-repeat center;
  background-size: contain;
  display: block;
  background-position: left;
}

.experiencing {
  max-width: 95%;
  display: block;
}

/* .banner {
  max-width: 100%;
  position: absolute;
  top: 41%;
  left: 0;
  z-index: -1;
} */

/* ----- --------- */
.line {
  height: 28px;
  width: 539px;
}

.about {
  text-align: left;
  font:
    600 clamp(1rem, 1.5vw + 0.5rem, 1.875rem) "Poppins",
    sans-serif;
  letter-spacing: 0px;
  color: #ff6f61;
  opacity: 1;
}

.paneet-text {
  text-align: left;
  font:
    600 clamp(2rem, 5vw + 2rem, 6.25rem) / clamp(3rem, 8vw + 1rem, 8.5625rem) "Poppins",
    sans-serif;
  letter-spacing: 0px;
  color: #ff6f61;
  text-transform: uppercase;
  opacity: 1;
}

.th-text {
  font:
    normal normal normal clamp(2rem, 5vw + 2rem, 6.25rem) / clamp(3rem, 8vw + 1rem, 8.5625rem) "DUCK",
    sans-serif;

  background-color: #fff;
}

.our-image {
  max-width: 100%;
  max-height: 431px;
  margin-left: 0;
}

.work-image {
  width: 100%;
  padding-bottom: 20px;
}

.detail {
  text-align: left;
  font: normal normal normal clamp(18px, 1vw, 25px) Poppins;
  letter-spacing: 0;
  color: #363636;
  opacity: 1;

  line-height: 1.35;
}

.marker-highlight_01 {
  background: url("../assets/images/hilight_01.png");
  background-size: cover;
  background-position: center;
  white-space: nowrap;
}

.marker-highlight_02 {
  background: url("../assets/images/hilight_02.png");
  background-size: cover;
  background-position: center;
  white-space: nowrap;
}

.marker-highlight_03 {
  background: url("../assets/images/hilight_03.png");
  background-size: cover;
  background-position: center;
  white-space: nowrap;
}

.sub-content {
  text-align: left;
  font: normal normal 600 clamp(24px, 5vw, 60px) Poppins;
  letter-spacing: 0;
  color: #ff6f61;
  opacity: 1;
  margin-top: 50px;
}

.floating-image {
  display: none;
}

.master-img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.masterpices-text {
  font: normal normal 600 clamp(24px, 5vw, 60px) Poppins;
  letter-spacing: 0px;
  color: #009499;
  text-align: start;
  width: fit-content;
}

.masterpices-card {
  font: normal normal 600 clamp(20px, 4vw, 50px) Poppins;
  letter-spacing: 0px;
  color: #ff6f61;
  opacity: 1;
}

.backService {
  justify-content: center;
  align-content: center;
  position: relative;
}

.backService .serviceText {
  background-image: url("../assets/images/paper.png");
  background-size: contain;
  background-repeat: no-repeat;
  font: normal normal 600 37px Poppins;
  letter-spacing: 0px;
  overflow-wrap: break-word;
  opacity: 1;
  transition: color 0.3s ease;
  padding: clamp(0.9rem, 2vw, 2.8rem);
  height: 100%;
  line-height: 1.35;
  width: 100%;
  aspect-ratio: 437 / 270;
}

.backService .serviceText span {
  white-space: nowrap;
}

.backService .serviceText .service_select {
  display: block;
  color: #ff6f61;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.backService .serviceText .service_select .service-details ul {
  padding: 0;
}

.backService .serviceText .service_select:hover {
  color: #009499 !important;
}

.backService .serviceText .service_select:hover .service-details {
  opacity: 1;
  z-index: 2;
  left: -20px;
}

.service-details {
  padding: 20px;
  position: absolute;
  color: white;
  z-index: -1;
  font: normal normal normal clamp(13px, 4vw, 18px) Poppins;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s ease;
  left: 100px;
  width: fit-content;
}

.service-details ul li {
  background-color: #ff6f61;
  width: fit-content;
  padding: 2px 10px;
  list-style-position: inside;
  white-space: nowrap;
}

.service-head .masterpices-text {
  position: relative;
  width: fit-content;
  overflow: visible;
  margin-bottom: 30px;
}

.under-text {
  font: normal normal 600 clamp(24px, 5vw, 60px) Poppins;
  letter-spacing: 0px;
  color: #009499;
  text-align: start;
}

.clients {
  margin: 0;
}

.client {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.client-image {
  max-width: 75%;
  max-height: 75%;
  object-fit: cover;
}

.footer {
  background: #009499 0% 0% no-repeat padding-box;
  color: white;
  border-radius: 20px;
  opacity: 1;
}

.footer .mail,
.footer .phone {
  max-width: 40px;
}

.contact {
  font: normal normal 600 50px Poppins;
  letter-spacing: 0px;
  padding: 0 0;
  margin: 0 0;
  color: #ffffff;
}

.contact-name {
  font: italic normal 600 50px Poppins;
  letter-spacing: 0px;
  padding: 0 0;
  margin: 0 0;
  color: #ffffff;
}

.tell {
  text-align: left;
  vertical-align: top;
  font: normal normal 600 30px Poppins;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  padding: 0;
  margin-bottom: 0;
}

.write {
  text-align: left;
  font: normal normal 500 12px Poppins;
  letter-spacing: 0px;
  color: #ffffff;
}

.adress {
  text-align: left;
  font: normal normal 600 15px Poppins;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
}

.hello {
  text-align: left;
  font: normal normal 600 15px Poppins;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
}

section {
  margin-top: 50px;
}

.first {
  font: normal normal normal 15px Poppins;
  color: #000000;
  cursor: pointer;
  width: fit-content;
}

.last {
  font: normal normal normal 15px Poppins;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  text-decoration: none;
  cursor: pointer;
}

.first:hover,
.last:hover {
  color: #009499;
}

.num {
  text-align: center;
  font: normal normal 600 clamp(16px, 2vw, 24px) Poppins;
  letter-spacing: 0px;
  color: #009499;
  opacity: 1;
  padding: 0;
  margin: 0;
  text-align: left;
}

.head {
  text-align: left;
  font: normal normal 600 clamp(30px, 4vw, 50px) Poppins;
  letter-spacing: 0px;
  color: #ff6f61;
  opacity: 1;
  line-height: 1.35;
}

.desc {
  text-align: left;
  font: normal normal normal clamp(14px, 2vw, 18px) Poppins;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

.head-banner {
  z-index: 10;
  position: relative;
}

.banner-img {
  width: -webkit-fill-available;
  z-index: -1;
}

@media (min-width: 768px) {
  .head-banner {
    margin-bottom: -80px;
    z-index: 10;
    position: relative;
  }

  section {
    margin-top: 50px;
  }

  .experiencing {
    max-height: 360px;
    max-width: 85%;
    margin-left: -48px;
  }

  .contact {
    font: normal normal 600 clamp(30px, 5vw + 10px, 100px) Poppins;
    letter-spacing: 0px;
    padding: 0 0;
    margin: 0 0;
    color: #ffffff;
  }

  .contact-name {
    font: italic normal 600 clamp(30px, 5vw + 10px, 100px) Poppins;
    letter-spacing: 0px;
    padding: 0 0;
    margin: 0 0;
    color: #ffffff;
  }

  .tell {
    text-align: left;
    vertical-align: top;
    font: normal normal 600 clamp(20px, 4vw, 30px) Poppins;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
    padding: 0;
    margin-bottom: 0;
  }

  .first {
    padding: 20px 0;
  }

  .last {
    text-align: center;
    padding: 20px 0;
    margin-left: 4rem;
  }

  .num {
    text-align: center;
    font: normal normal 600 clamp(16px, 2vw, 24px) Poppins;
    letter-spacing: 0px;
    color: #509092;
    opacity: 1;
    padding: 0;
    padding-top: 30px;
    margin: 0;
    text-align: left;
  }

  .masterpices-card {
    font: normal normal 600 clamp(33px, 3.3vw, 50px) Poppins;
    letter-spacing: 0px;
    color: #ff6f61;
    opacity: 1;
  }

  .num {
    text-align: center;
    font: normal normal 600 clamp(16px, 2vw, 24px) Poppins;
    letter-spacing: 0px;
    color: #009499;
    opacity: 1;
    padding: 0;
    margin: 0;
    text-align: left;
    padding-top: 25px;
  }

  .head {
    text-align: left;
    font: normal normal 600 clamp(30px, 3vw, 50px) Poppins;
    letter-spacing: 0px;
    color: #ff6f61;
    opacity: 1;
  }

  .desc {
    text-align: left;
    font: normal normal normal clamp(14px, 4vw, 18px) Poppins;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
  }

  .process_01 .desc {
    max-width: 340px;
    position: relative;
  }

  .process_01 .desc img {
    position: absolute;
    top: calc(50% - (38px / 2));
    right: -6vw;
  }

  .process_02 {
    margin-top: -120px;
  }

  .process_02 .desc {
    max-width: 534px;
  }

  .process_03 {
    margin-top: -120px;
  }

  .process_03 .head {
    position: relative;
  }

  .process_03 .desc {
    max-width: 545px;
  }

  .process_03 .head img {
    position: absolute;
    top: 10px;
    right: -150px;
  }

  .process_04 {
    margin-top: -120px;
  }

  .process_04 .head {
    position: relative;
  }

  .process_04 .desc {
    max-width: 782px;
  }

  .process_04 .head img {
    position: absolute;
    top: 70px;
    left: -150px;
  }

  .process_05 .head {
    position: relative;
  }

  .process_05 .desc {
    max-width: 652px;
  }

  .process_05 .head img {
    position: absolute;
    top: -30px;
    right: 50px;
  }

  .work-image {
    width: clamp(302px, 45%, 437px);
    margin-left: -60px;
  }

  .backService:nth-child(4) .serviceText .service_select:hover .service-details {
    left: -150px;
  }

  .client-image {
    max-width: 60%;
    max-height: 60%;
  }

  #about-section {
    margin-top: 150px;
  }

  #masterpiece-section,
  #service-section,
  #process {
    margin-top: 100px;
  }
}

@media (min-width: 992px) {
  .head-banner {
    margin-bottom: -120px;
    z-index: 10;
    position: relative;
  }

  .nav-head {
    height: 99px;
  }

  section,
  .sub-content {
    margin-top: 70px;
  }

  .experiencing {
    max-width: 75%;
  }

  .contact {
    font: normal normal 600 clamp(30px, 5vw + 10px, 100px) / clamp(32px, 5vh + 16px, 128px) Poppins;
    letter-spacing: 0px;
    padding: 0 0;
    margin: 0 0;
    color: #ffffff;
  }

  .contact-name {
    font: italic normal 600 clamp(30px, 5vw + 10px, 100px) / clamp(32px, 5vh + 16px, 128px) Poppins;
    letter-spacing: 0px;
    padding: 0 0;
    margin: 0 0;
    color: #ffffff;
  }

  .tell {
    text-align: left;
    vertical-align: top;
    font: normal normal 600 clamp(20px, 4vw, 30px) / clamp(24px, 5vh, 128px) Poppins;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
    padding: 0;
    margin-bottom: 0;
  }

  .num {
    text-align: center;
    font: normal normal 600 clamp(16px, 2vw, 24px) Poppins;
    letter-spacing: 0px;
    color: #009499;
    opacity: 1;
    padding: 0;
    margin: 0;
    text-align: left;
  }

  .desc {
    text-align: left;
    font: normal normal normal clamp(14px, 5vw, 18px) Poppins;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
  }

  .service-head .masterpices-text::after {
    content: "";
    background: url("../assets/images/under_line_red.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: clamp(141px, 6vw, 241px);
    height: 45px;
    display: block;
    position: absolute;
    bottom: -25px;
    right: -50px;
  }

  #process .masterpices-text::after {
    content: "";
    background: url("../assets/images/under_line_red.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: clamp(141px, 6vw, 241px);
    height: 45px;
    display: block;
    position: absolute;
    bottom: -25px;
    right: -50px;
  }

  .backService:nth-child(1)::before {
    content: "";
    background: url("../assets/images/tape_01.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: clamp(127px, 50%, 181px);
    height: 81px;
    display: block;
    position: absolute;
    top: -25px;
    left: -25px;
  }

  .backService:nth-child(2)::before {
    content: "";
    background: url("../assets/images/tape_02.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: clamp(127px, 50%, 205px);
    height: 101px;
    display: block;
    position: absolute;
    bottom: -50px;
    right: -50px;
    z-index: 1;
  }

  .backService:nth-child(4)::before {
    content: "";
    background: url("../assets/images/tape_03.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: clamp(127px, 50%, 197px);
    height: 79px;
    display: block;
    position: absolute;
    top: -25px;
    right: 15px;
    z-index: 1;
  }

  .backService:nth-child(1)::after {
    content: "";
    background: url("../assets/images/blue_line_01.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: clamp(127px, 50%, 245px);
    height: 79px;
    display: block;
    position: absolute;
    bottom: 0;
    right: -70px;
    z-index: 1;
  }

  .backService:nth-child(3)::after {
    content: "";
    background: url("../assets/images/blue_line_02.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: clamp(127px, 50%, 243px);
    height: 107px;
    display: block;
    position: absolute;
    top: -10px;
    right: -25px;
    z-index: 1;
  }

  .backService:nth-child(4)::after {
    content: "";
    background: url("../assets/images/blue_line_03.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: clamp(127px, 50%, 197px);
    height: 45px;
    display: block;
    position: absolute;
    bottom: -10px;
    right: -95px;
    z-index: 1;
  }

  .backService .serviceText {
    font: normal normal 600 clamp(23px, 2.3vw, 45px) Poppins;
    line-height: 1.35;
  }

  .under-text::after {
    content: "";
    background: url("../assets/images/double-line.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 148px;
    height: 37px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 80px;
  }

  .first {
    font: normal normal normal 20px Poppins;
  }

  .last {
    font: normal normal normal 20px Poppins;
  }

  #partner .under-text::after {
    content: "";
    background: url("../assets/images/top-line.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 118px;
    height: 40px;
    display: block;
    position: absolute;
    top: 10px;
    left: 140px;
  }

  #about-section {
    margin-top: 200px;
  }
  #masterpiece-section,
  #service-section,
  #process {
    margin-top: 150px;
  }
}

@media (min-width: 1200px) {
  .container {
    padding: 0 20px;
  }

  .contact {
    font: normal normal 600 clamp(30px, 5vw + 10px, 100px) / clamp(32px, 10vh, 128px) Poppins;
    letter-spacing: 0px;
    padding: 0 0;
    margin: 0 0;
    color: #ffffff;
  }

  .contact-name {
    font: italic normal 600 clamp(30px, 5vw + 10px, 100px) / clamp(32px, 10vh, 128px) Poppins;
    letter-spacing: 0px;
    padding: 0 0;
    margin: 0 0;
    color: #ffffff;
  }

  .experiencing {
    max-width: 65%;
  }

  .tell {
    text-align: left;
    vertical-align: top;
    font: normal normal 600 clamp(20px, 4vw, 30px) / clamp(24px, 5vh, 128px) Poppins;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
    padding: 0;
    margin-bottom: 0;
  }

  .num {
    text-align: center;
    font: normal normal 600 clamp(16px, 2vw, 24px) Poppins;
    letter-spacing: 0px;
    color: #009499;
    opacity: 1;
    padding: 0;
    margin: 0;
    text-align: left;
  }

  .wrap-one {
    max-width: 500px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
  }

  .wrap {
    max-width: 450px; /* กำหนดความกว้างสูงสุด */
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
  }

  .wrap-two {
    max-width: 745px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
  }

  .desc {
    text-align: left;
    font: normal normal normal clamp(14px, 5vw, 18px) Poppins;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
  }

  .detail {
    text-align: left;
    letter-spacing: 0;
    color: #363636;
    opacity: 1;
  }

  .about-mar {
    margin-top: 50px;
  }

  #about-section {
    margin-top: 250px;
  }
  #masterpiece-section,
  #service-section,
  #process {
    margin-top: 200px;
  }

  .sub-content.brand::after {
    content: url("../assets/images/ar-rignt.png");
    position: absolute;
    left: 380px;
    top: 60px;
  }

  .sub-content.provide::after {
    content: url("../assets/images/under-line.png");
    position: absolute;
    left: 0;
    bottom: -60px;
  }

  .floating-image {
    position: absolute;
    right: -50px;
    top: 0;
    width: 540px;
    height: auto;
    z-index: -1;
    object-fit: fill;
    display: block;
  }

  .row-work::after {
    content: url("../assets/images/ar-rignt.png");
    position: absolute;
    left: 22%;
    bottom: -40px;
  }

  .clients {
    margin: 0 -80px;
  }
}

@media (min-width: 1400px) {
  section,
  .sub-conten {
    margin-top: 100px;
  }

  .container {
    padding: 0 48px;
  }

  .our-image {
    margin-left: 60px;
  }

  .contact {
    font: normal normal 600 clamp(30px, 5vw + 10px, 100px) / clamp(32px, 15vh, 128px) Poppins;
    letter-spacing: 0px;
    padding: 0 0;
    margin: 0 0;
    color: #ffffff;
  }

  .contact-name {
    font: italic normal 600 clamp(30px, 5vw + 10px, 100px) / clamp(32px, 15vh, 128px) Poppins;
    letter-spacing: 0px;
    padding: 0 0;
    margin: 0 0;
    color: #ffffff;
  }

  .tell {
    text-align: left;
    vertical-align: top;
    font: normal normal 600 clamp(20px, 4vw, 30px) / clamp(24px, 5vh, 128px) Poppins;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
    padding: 0;
    margin-bottom: 0;
  }

  .num {
    text-align: center;
    font: normal normal 600 clamp(16px, 2vw, 24px) Poppins;
    letter-spacing: 0px;
    color: #009499;
    opacity: 1;
    padding: 0;
    margin: 0;
    text-align: left;
  }

  .wrap-one {
    max-width: 683px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
  }

  .wrap {
    max-width: 740px; /* กำหนดความกว้างสูงสุด */
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
  }

  .wrap-two {
    max-width: 745px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
  }

  .wrap-two::after {
    content: url("../assets/images/line-end.png");
    position: absolute;
    right: 90px;
    bottom: -90px;
  }

  .desc {
    text-align: left;
    font: normal normal normal clamp(14px, 5vw, 18px) Poppins;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
  }

  .detail {
    text-align: left;
    letter-spacing: 0;
    color: #363636;
    opacity: 1;
  }

  .backService:nth-child(4) .serviceText .service_select:hover .service-details {
    left: -20px;
  }

  #about-section {
    margin-top: 300px;
  }
  #masterpiece-section,
  #service-section,
  #process {
    margin-top: 250px;
  }
}

@media (width: 1024px) and (height: 600px) {
  .head-banner {
    margin-bottom: -150px;
    z-index: 10;
    position: relative;
  }
  .detail {
    text-align: left;
    letter-spacing: 0;
    color: #363636;
    opacity: 1;
  }
}

/* .h-banner{
  position: relative;
  height: auto;
}
.experiencing {
  position: absolute; 
  top: 0;
  left: 20px; 
  max-width: 100%; 
  z-index: 1; 
}

.banner-img {
  position: relative; 
  margin-top: 350px;
  z-index: -1; 
}

@media (max-width: 576px) {
  .experiencing {
    position: absolute; 
    top: 0;
    left: 20px; 
    max-width: 70%; 
    z-index: 1; 
  }

  .banner-img {
    position: relative; 
    margin-top: 68px;
    width: -webkit-fill-available;
    z-index: -1; 
  
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  .experiencing {
    position: absolute; 
    top: 0;
    left: 20px; 
    z-index: 1; 
  }

  .banner-img {
    position: relative; 
    margin-top: 200px;
    z-index: -1; 
    width: -webkit-fill-available;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .experiencing {
    position: absolute; 
    top: 0;
    left: 20px; 
    z-index: 1; 
  }

  .banner-img {
    position: relative; 
    margin-top: 250px;
    z-index: -1; 
    width: -webkit-fill-available;
  }
}

@media (min-width: 1025px) {
  .experiencing {
    position: absolute; 
    top: 0;
    left: 20px; 
    z-index: 1; 
  }

  .banner-img {
    position: relative; 
    margin-top: 230px;
    z-index: -1; 
    width: -webkit-fill-available;
  }
}

@media (min-width: 1025px) {
  .experiencing {
    position: absolute; 
    top: 0;
    left: 20px; 
    z-index: 1; 
  }

  .banner-img {
    position: relative; 
    margin-top: 300px;
    z-index: -1; 
    width: -webkit-fill-available;
  }
} */
