.bg {
  object-fit: cover;
  height: auto;
}

/* ============================================================== FOOTER ============================================================= */
#footer {
  bottom: 0;
  margin-bottom: 2.5vh;
  position: fixed;
}

#footer img {
  width: 85%;
}

/* ============================================================== HOME =============================================================== */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BACKGROUND 1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*---------- SECTION 1 ----------*/
#home #bg1 #section-1-text-1 {
  top: 7.5%;
}

#home #bg1 #section-1-text-1 img {
  width: 50%;
}

#home #bg1 #section-1-text-2 {
  top: 24.5%;
}

#home #bg1 #section-1-text-2 img {
  width: 50%;
}

#home #bg1 #section-1-shape-1 {
  top: 28%;
}

#home #bg1 #section-1-shape-1 img {
  width: 0.2%;
}

/*---------- SECTION 2 ----------*/
#home #bg1 #section-2-text-1 {
  top: 34.5%;
  left: 6%;
}

#home #bg1 #section-2-text-1 img {
  width: 72.5%;
}

#home #bg1 #section-2-img {
  top: 47%;
  z-index: 100;
}

#home #bg1 #section-2-img img {
  width: 60%;
}

#home #bg1 #section-2-box-1 {
  top: 44%;
}

#home #bg1 #section-2-box-1 img {
  width: 37%;
}

#home #bg1 #section-2-box-2 {
  top: 53.5%;
  left: 1.5%;
}

#home #bg1 #section-2-box-2 img {
  width: 32.5%;
}

#home #bg1 #section-2-box-3 {
  top: 56%;
  left: 68%;
}

#home #bg1 #section-2-box-3 img {
  width: 26.5%;
}

#home #bg1 #section-2-box-4 {
  top: 60.75%;
  left: 4%;
}

#home #bg1 #section-2-box-4 img {
  width: 27.5%;
}

#home #bg1 #section-2-box-5 {
  top: 62%;
  left: 69%;
}

#home #bg1 #section-2-box-5 img {
  width: 26.5%;
}

#home #bg1 #section-2-text-2 {
  top: 67%;
}

#home #bg1 #section-2-text-2 img {
  width: 75%;
}

#home #bg1 #section-2-btn {
  top: 71%;
}

#home #bg1 #section-2-btn img {
  width: 55%;
}

/*---------- SECTION 3 ----------*/
#home #bg1 #section-3-text-1 {
  top: 80%;
}

#home #bg1 #section-3-text-1 img {
  width: 35%;
}

#home #bg1 #section-3-slider {
  width: 100%;
  top: 83%;
  display: flex;
  position: relative;
}

#home #bg1 #section-3-slider .section-3-slider-item {
  flex-shrink: 0;
}

#home #bg1 #section-3-slider .section-3-slider-item img {
  width: 55%;
}

#home #bg1 #section-3-shape {
  top: 89.5%;
  z-index: 15;
}

#home #bg1 #section-3-shape img {
  width: 0.24%;
}

#home #bg1 #section-3-counters {
  top: 91%;
  z-index: 15;
}

#home #bg1 #section-3-counters .counter-row {
  margin-bottom: 6vh;
  display: flex;
  justify-content: space-between;
}

#home #bg1 #section-3-counters .counter-item {
  width: 48%;
  text-align: center;
}

#home #bg1 #section-3-counters .counter-number {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

#home #bg1 #section-3-counters .counter-number .number {
  font-family: "Poppins", sans-serif;
  font-size: clamp(2rem, 9vw, 6rem);
  font-weight: 900;
  color: #ffffff;
  line-height: 1;
}

#home #bg1 #section-3-counters .counter-number .plus-icon {
  margin-left: 1vw;
  width: 7.5%;
}

#home #bg1 #section-3-counters .country-label {
  width: 40%;
}

#home
  #bg1
  #section-3-counters
  .country-label[src="./image/mobile/home/section-3/id.png"] {
  width: 45%;
}

#home
  #bg1
  #section-3-counters
  .country-label[src="./image/mobile/home/section-3/bd.png"] {
  width: 47.5%;
}

#home
  #bg1
  #section-3-counters
  .country-label[src="./image/mobile/home/section-3/sg.png"] {
  width: 45%;
}

#home
  #bg1
  #section-3-counters
  .country-label[src="./image/mobile/home/section-3/others.png"] {
  width: 32.5%;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BACKGROUND 2 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#bg2 {
  margin-top: -1px;
}

/*---------- SECTION 4 ----------*/
#home #bg2 #section-4-text {
  top: 25%;
}

#home #bg2 #section-4-text img {
  width: 70%;
}

#home #bg2 #section-4-carousel {
  top: 32%;
  width: 100vw;
  position: absolute;
}

#home #bg2 #section-4-carousel .services-carousel-wrapper {
  width: 100%;
  overflow: hidden;
}

#home #bg2 #section-4-carousel .services-carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  will-change: transform;
}

#home #bg2 #section-4-carousel .services-carousel-item {
  flex-shrink: 0;
  padding: 3vh 4vw;
}

#home #bg2 #section-4-carousel .services-carousel-item img {
  width: 90vw;
  margin-left: 1.75vw;
}

#home #bg2 #section-4-carousel .services-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 1vh;
}

#home #bg2 #section-4-carousel .services-pagination .dot {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  height: 2.5vw;
  width: 2.5vw;
  cursor: pointer;
  transition: all 0.3s ease;
}

#home #bg2 #section-4-carousel .services-pagination .dot.active {
  background: #fff;
}

/*---------- SECTION 5 ----------*/
#home #bg2 #section-5-text {
  top: 51%;
}

#home #bg2 #section-5-text img {
  width: 70%;
}

#home #bg2 #section-5-slider {
  width: 100%;
  top: 58.5%;
  margin-left: 7vw;
  display: flex;
  position: relative;
}

#home #bg2 #section-5-slider .section-5-slider-item {
  flex-shrink: 0;
  padding: 0 1.25vw;
}

#home #bg2 #section-5-slider .section-5-slider-item img {
  height: auto;
  width: 35vw;
  display: block;
}

#home #bg2 #section-5-img {
  top: 63%;
}

#home #bg2 #section-5-img img {
  width: 100%;
}

/*---------- SECTION 6 ----------*/
#home #bg2 #section-6-text {
  top: 80.5%;
}

#home #bg2 #section-6-text img {
  width: 85%;
}

#home #bg2 #section-6-btn {
  top: 90%;
}

#home #bg2 #section-6-btn img {
  width: 50%;
}

/* ============================================================ ABOUT US ============================================================= */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BACKGROUND 1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*---------- SECTION 1 ----------*/
#about #bg1 #section-1-text-1 {
  top: 7.5%;
}

#about #bg1 #section-1-text-1 img {
  width: 60%;
}

#about #bg1 #section-1-img {
  top: 14.5%;
}

#about #bg1 #section-1-img img {
  width: 80%;
}

#about #bg1 #section-1-icon-1 {
  top: 21%;
  left: 35%;
}

#about #bg1 #section-1-icon-1 img {
  width: 30%;
}

#about #bg1 #section-1-icon-2 {
  top: 27%;
  left: 15%;
}

#about #bg1 #section-1-icon-2 img {
  width: 25%;
}

#about #bg1 #section-1-icon-3 {
  top: 28%;
  left: -15%;
}

#about #bg1 #section-1-icon-3 img {
  width: 25%;
}

#about #bg1 #section-1-icon-4 {
  top: 25.5%;
  left: -35%;
}

#about #bg1 #section-1-icon-4 img {
  width: 22.5%;
}

#about #bg1 #section-1-shape {
  top: 34.5%;
}

#about #bg1 #section-1-shape img {
  width: 0.2%;
}

#about #bg1 #section-1-text-2 {
  top: 40%;
}

#about #bg1 #section-1-text-2 img {
  width: 60%;
}

#about #bg1 #section-1-vision {
  top: 51%;
}

#about #bg1 #section-1-vision img {
  width: 70%;
}

#about #bg1 #section-1-mission {
  top: 61.5%;
}

#about #bg1 #section-1-mission img {
  width: 80%;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BACKGROUND 2 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*---------- SECTION 2 ----------*/
#about #bg2 #section-2-text {
  top: -3.5%;
  left: 6%;
}

#about #bg2 #section-2-text img {
  width: 80%;
}

#about #bg2 #section-2-content1 {
  top: 4%;
}

#about #bg2 #section-2-content1 img {
  width: 85%;
}

#about #bg2 #section-2-content2 {
  top: 16.5%;
}

#about #bg2 #section-2-content2 img {
  width: 85%;
}

#about #bg2 #section-2-content3 {
  top: 29%;
}

#about #bg2 #section-2-content3 img {
  width: 85%;
}

/*---------- SECTION 3 ----------*/
#about #bg2 #section-3-text {
  top: 64.5%;
}

#about #bg2 #section-3-text img {
  width: 80%;
}

#about #bg2 #section-3-shape {
  top: 70.5%;
  z-index: 15;
}

#about #bg2 #section-3-shape img {
  width: 0.225%;
}

#about #bg2 #section-3-counters {
  top: 71%;
  z-index: 15;
}

#about #bg2 #section-3-counters .counter-row {
  margin: 0 6vw 6vh;
  display: flex;
  justify-content: space-between;
}

#about #bg2 #section-3-counters .counter-item {
  width: 48%;
  text-align: center;
}

#about #bg2 #section-3-counters .counter-number {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

#about #bg2 #section-3-counters .counter-number .number {
  font-family: "Poppins", sans-serif;
  font-size: clamp(2rem, 9vw, 6rem);
  font-weight: 900;
  color: #ffffff;
  line-height: 1;
}

#about #bg2 #section-3-counters .counter-number .plus-icon {
  margin-left: 1vw;
  width: 7.5%;
}

#about #bg2 #section-3-counters .country-label {
  width: 40%;
}

#about
  #bg2
  #section-3-counters
  .country-label[src="./image/mobile/home/section-3/id.png"] {
  width: 45%;
}

#about
  #bg2
  #section-3-counters
  .country-label[src="./image/mobile/home/section-3/bd.png"] {
  width: 47.5%;
}

#about
  #bg2
  #section-3-counters
  .country-label[src="./image/mobile/home/section-3/sg.png"] {
  width: 45%;
}

#about
  #bg2
  #section-3-counters
  .country-label[src="./image/mobile/home/section-3/others.png"] {
  width: 32.5%;
}

/* ============================================================ SERVICES ============================================================= */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BACKGROUND 1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*---------- SECTION 1 ----------*/
#services #bg1 #section-1-text-1 {
  top: 10%;
}

#services #bg1 #section-1-text-1 img {
  width: 82.5%;
}

#services #bg1 #section-1-img {
  top: 30%;
  left: -2.5%;
}

#services #bg1 #section-1-img img {
  width: 65%;
}

#services #bg1 #section-1-icon-1 {
  top: 36.5%;
  left: 37%;
}

#services #bg1 #section-1-icon-1 img {
  width: 22.5%;
}

#services #bg1 #section-1-icon-2 {
  top: 46%;
  left: 15%;
}

#services #bg1 #section-1-icon-2 img {
  width: 20%;
}

#services #bg1 #section-1-icon-3 {
  top: 47%;
  left: -18%;
}

#services #bg1 #section-1-icon-3 img {
  width: 17.5%;
}

#services #bg1 #section-1-icon-4 {
  top: 42.5%;
  left: -37.5%;
}

#services #bg1 #section-1-icon-4 img {
  width: 15%;
}

#services #bg1 #section-1-text-2 {
  top: 60.5%;
  left: 6%;
}

#services #bg1 #section-1-text-2 img {
  width: 75%;
}

#services #bg1 #section-1-slider-1 {
  width: 100%;
  top: 72.25%;
  display: flex;
  position: relative;
}

#services #bg1 #section-1-slider-2 {
  width: 100%;
  top: 77%;
  display: flex;
  position: relative;
}

#services #bg1 #section-1-slider-1 .section-1-slider-item,
#services #bg1 #section-1-slider-2 .section-1-slider-item {
  flex-shrink: 0;
  padding: 0 1.25vw;
}

#services #bg1 #section-1-slider-1 .section-1-slider-item img,
#services #bg1 #section-1-slider-2 .section-1-slider-item img {
  height: auto;
  width: 45vw;
  display: block;
}

#services
  #bg1
  #section-1-slider-1
  .section-1-slider-item
  img[src="./image/mobile/services/section-1/content6.png"],
#services
  #bg1
  #section-1-slider-2
  .section-1-slider-item
  img[src="./image/mobile/services/section-1/content6.png"] {
  width: 49.8vw;
}

#services #bg1 #section-1-shape {
  top: 84%;
}

#services #bg1 #section-1-shape img {
  width: 0.2%;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BACKGROUND 2 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*---------- SECTION 2 ----------*/
#services #bg2 #section-2-text {
  top: -6.5%;
}

#services #bg2 #section-2-text img {
  width: 65%;
}

#services #bg2 #section-2-faq {
  top: 0%;
  gap: 2vh;
  padding: 0 7vw;
  display: flex;
  flex-direction: column;
}

#services #bg2 #section-2-faq .faq-item {
  border: 1.5px solid #959595;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  cursor: pointer;
}

#services #bg2 #section-2-faq .faq-item .faq-question {
  background: #1d1d1d;
  gap: 3vw;
  padding: 2.5vh 6vw 1.5vh 6vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#services #bg2 #section-2-faq .faq-item .faq-question .faq-icon {
  height: 9vw;
  width: 9vw;
  object-fit: contain;
  flex-shrink: 0;
}

#services #bg2 #section-2-faq .faq-item .faq-question .faq-title {
  font-family: "Poppins", sans-serif;
  font-size: clamp(0.85rem, 3.6vw, 1rem);
  font-weight: 600;
  color: #ffffff;
}

#services #bg2 #section-2-faq .faq-item .faq-question .faq-chevron {
  font-size: clamp(1.2rem, 4vw, 1.5rem);
  color: #959595;
  transition: transform 0.3s ease;
}

#services #bg2 #section-2-faq .faq-item .faq-answer {
  display: none;
  background: #1d1d1d;
  padding: 0 6vw;
}

#services #bg2 #section-2-faq .faq-item .faq-answer p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: clamp(0.78rem, 2.8vw, 0.9rem);
  color: #a8a8a8;
  text-align: left;
  line-height: 1.6;
}

#services #bg2 #section-2-faq .faq-item.active .faq-answer {
  display: block;
}

#services #bg2 #section-2-faq .faq-item.active .faq-chevron {
  transform: rotate(180deg);
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BACKGROUND 3 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*---------- SECTION 3 ----------*/
#services #bg3 #section-3-text {
  top: -2%;
}

#services #bg3 #section-3-text img {
  width: 65%;
}

#services #bg3 #section-3-content {
  top: 7%;
  gap: 8vh;
  flex-direction: column;
  text-align: center;
}

#services #bg3 #section-3-content .section-3-content-item {
  width: 100%;
  display: flex;
}

#services #bg3 #section-3-content .section-3-content-item img {
  width: 80%;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BACKGROUND 4 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*---------- SECTION 4 ----------*/
#services #bg4 #section-4-text {
  top: -2%;
  left: 11%;
}

#services #bg4 #section-4-text img {
  width: 50%;
}

#services #bg4 #section-4-line {
  top: 3%;
}

#services #bg4 #section-4-line img {
  width: 100%;
}

#services #bg4 #section-4-content1 {
  top: 7%;
}

#services #bg4 #section-4-content1 img {
  width: 67.5%;
}

#services #bg4 #section-4-content2 {
  top: 22.5%;
}

#services #bg4 #section-4-content2 img {
  width: 67.5%;
}

#services #bg4 #section-4-content3 {
  top: 39.5%;
}

#services #bg4 #section-4-content3 img {
  width: 67.5%;
}

#services #bg4 #section-4-content4 {
  top: 56.5%;
}

#services #bg4 #section-4-content4 img {
  width: 67.5%;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BACKGROUND 5 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*---------- SECTION 5 ----------*/
#services #bg5 #section-5-text {
  top: -1%;
}

#services #bg5 #section-5-text img {
  width: 80%;
}

#services #bg5 #section-5-carousel {
  top: 6.5%;
  width: 100vw;
  position: absolute;
}

#services #bg5 #section-5-carousel .services-carousel-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

#services #bg5 #section-5-carousel .services-carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  will-change: transform;
}

#services #bg5 #section-5-carousel .services-carousel-item {
  flex-shrink: 0;
  padding: 3vh 13vw;
}

#services #bg5 #section-5-carousel .services-carousel-item img {
  width: 75vw;
}

#services #bg5 #section-5-carousel .services-pagination {
  bottom: 14.5vh;
  left: 50%;
  transform: translateX(-50%);
  gap: 10px;
  display: flex;
  position: absolute;
  z-index: 10;
}

#services #bg5 #section-5-carousel .services-pagination .dot {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  height: 2.5vw;
  width: 2.5vw;
  cursor: pointer;
  transition: all 0.3s ease;
}

#services #bg5 #section-5-carousel .services-pagination .dot.active {
  background: #fff;
}

/*---------- SECTION 6 ----------*/
#services #bg5 #section-6-text {
  top: 65%;
}

#services #bg5 #section-6-text img {
  width: 80%;
}

#services #bg5 #section-6-btn {
  top: 83%;
}

#services #bg5 #section-6-btn img {
  width: 55%;
}

/* ============================================================== CONTACT =============================================================== */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ HOOK ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#hook {
  top: 10%;
  height: 100%;
  overflow: hidden;
  clip-path: inset(0);
}

#hook #hook-box {
  left: -5%;
}

#hook #hook-box img {
  width: 90%;
}

#hook #hook-selection {
  width: 84%;
  top: 0.5%;
  left: 8%;
}

#hook #hook-selection .hook-selection-item {
  display: flex;
  justify-content: center;
}

#hook #hook-selection .hook-selection-item img {
  width: 50%;
}

#hook #hook-text-1 {
  top: 6%;
}

#hook #hook-text-1 img {
  width: 70%;
}

#hook #hook-text-2 {
  top: 38.5%;
}

#hook #hook-text-2 img {
  width: 72.5%;
}

#hook #hook-slider-wrapper {
  height: 6vh;
  width: 83%;
  top: 46%;
  left: 10%;
  overflow: hidden;
}

#hook #hook-slider-wrapper #hook-slider {
  display: flex;
  height: 100%;
}

#hook #hook-slider .hook-slider-item {
  height: 100%;
  width: 400vw;
  flex-shrink: 0;
}

#hook #hook-slider .hook-slider-item img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

#hook #hook-text-3 {
  top: 53%;
}

#hook #hook-text-3 img {
  width: 70%;
}

#hook #hook-contact-1 {
  top: 60%;
}

#hook #hook-contact-1 img {
  width: 67.5%;
}

#hook #hook-contact-2 {
  top: 65%;
}

#hook #hook-contact-2 img {
  width: 67.5%;
}

#hook #hook-contact-3 {
  top: 70%;
}

#hook #hook-contact-3 img {
  width: 67.5%;
}

#hook #hook-btn {
  top: 77%;
}

#hook #hook-btn img {
  width: 65%;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ FORM ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#form {
  top: 11.5%;
  height: 100%;
  overflow: hidden;
}

#form #form-box {
  left: -5%;
}

#form #form-box img {
  width: 90%;
}

#form #form-selection {
  width: 81%;
  top: 0.5%;
  left: 8.5%;
  align-items: center;
  justify-content: center;
}

#form #form-selection .form-selection-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

#form #form-selection .form-selection-item img {
  width: 50%;
}

#form #form-content {
  width: 84%;
  top: 6%;
  left: 8%;
}

#form #contact-form .form-group {
  margin: 0 7vw 1.5vh;
}

#form #contact-form .form-group .form-field {
  position: relative;
  border: 1.5px solid #d4a03f;
  border-radius: 12px;
  height: 7.5vh;
  padding: 0 5vw 0 5vw;
}

#form #contact-form .form-group:nth-last-child(-n + 2) .form-field {
  height: 16vh;
}

#form #contact-form .form-group .form-field label {
  font-family: "Poppins", sans-serif;
  font-size: clamp(0.75rem, 2vw, 3rem);
  font-weight: 600;
  color: #ffffff;
  line-height: 1;
  position: absolute;
  top: 2vh;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

#form #contact-form .form-group .form-field label .required {
  color: #d4a03f;
  margin-left: 0.1em;
}

#form #contact-form .form-group .form-field .field-subtitle {
  font-family: "Poppins", sans-serif;
  font-size: clamp(0.65rem, 1.5vw, 0.95rem);
  font-style: italic;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.2;
  top: 4vh;
  left: 4.5vw;
  position: absolute;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

#form #contact-form input,
#form #contact-form textarea {
  font-family: "Poppins", sans-serif;
  font-size: clamp(0.85rem, 3.2vw, 0.95rem);
  background: transparent;
  border: none;
  color: #ffffff;
  width: 100%;
  padding: 0;
  outline: none;
  z-index: 100;
}

#form #contact-form input {
  height: 100%;
  padding: 0 5vw 0 5vw;
}

#form #contact-form input::placeholder,
#form #contact-form textarea::placeholder {
  color: transparent;
}

#form #contact-form .form-field:focus-within {
  border-color: #f0b840;
  box-shadow: 0 0 10px rgba(212, 160, 63, 0.3);
}

#form #contact-form textarea {
  resize: none;
  min-height: 12vh;
}

#form #contact-form .form-field.is-active label,
#form #contact-form .form-field.is-active .field-subtitle {
  opacity: 0;
  visibility: hidden;
}

#form #contact-form .form-field.is-active input,
#form #contact-form .form-field.is-active textarea {
  height: 100%;
  margin-top: -3vh;
  padding: 0 2vw;
}

#form #contact-form .form-field.is-active textarea {
  margin-top: 0;
}

#form #contact-form input:-webkit-autofill,
#form #contact-form input:-webkit-autofill:hover,
#form #contact-form input:-webkit-autofill:focus {
  -webkit-text-fill-color: #ffffff;
  -webkit-box-shadow: 0 0 0px 1000px #000000 inset;
  transition: background-color 5000s ease-in-out 0s;
}

#form #contact-form #form-btn {
  background: url("./../../image/mobile/contact/form/btn.png") no-repeat center;
  background-size: contain;
  border: none;
  height: 8vh;
  width: 70%;
  bottom: -90%;
  left: 14%;
  margin: 0 auto;
  position: absolute;
  cursor: pointer;
  appearance: none;
}
