@import url("../font/georgia.ttf");
@font-face {
  font-family: "HelveticaNeueMedium";
  src: url("../font/HelveticaNeueMedium.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "HelveticaNeueMedium", sans-serif;
  -webkit-text-size-adjust: 100% !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: subpixel-antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-rendering: optimizeLegibility !important;
  background-color: #fff;
  overflow: hidden;
  overflow-y: scroll;
  min-height: 100vh;
}

body::-webkit-scrollbar {
  display: none;
}

a {
  text-decoration: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

textarea:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.container-fluid {
  max-width: 1350px;
}

.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem #00963e;
}

.form-check-input:checked {
  border-color: #00bb4e;
  background: #00bb4e;
}

/* navbar */
.navbar {
  background: transparent;
  padding: 60px 0px 50px 0px;
}

.download-mobile {
  display: none;
}

.nav-desktop {
  display: block;
}

.nav-mobile {
  display: none;
}

/*footer*/
footer {
  margin-top: 50px;
  padding: 50px 0px;
}

.footer-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-footer > img {
  width: auto;
  height: auto;
}

.footer-detail-text {
  text-align: right;
  color: #3e3e3e;
}

.link-footer > a {
  color: #3e3e3e;
  padding-bottom: 5px;
  transition: 0.5s;
}

.link-footer > a:hover {
  border-bottom: 1px solid #3e3e3e;
}

#button-to-top {
  display: inline-block;
  background-color: #23ad71;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  padding: 14px;
  color: #ffffff;
  font-weight: bold;
}

#button-to-top:hover {
  cursor: pointer;
  background-color: #0a5737;
}

#button-to-top.show {
  opacity: 1;
  visibility: visible;
}

/*section1*/
.bg-section1 {
  background-image: url("../img/bg_section1.png");
  width: 100%;
  height: 690px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.header-desktop {
  display: block;
}

.header-mobile {
  display: none;
}

.header-section1 {
  position: relative;
  margin-bottom: 60px;
}

.header-section1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f9fffa;
  filter: blur(66px);
  z-index: 1;
}

.header-section1 > h1 {
  position: relative;
  color: #000;
  line-height: normal;
  text-align: left;
  z-index: 5;
}

.detail-section1 {
  position: relative;
}

.detail-section1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f9fffa;
  filter: blur(66px);
  z-index: 1;
}

.detail-section1 > p {
  position: relative;
  color: #3e3e3e;
  line-height: 25px;
  text-align: left;
  z-index: 5;
}

.form {
  border-radius: 20px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 1px 8px 0px rgb(7 34 23 / 50%);
    padding: 80px 20px;
    position: relative;
    z-index: 60;
}

.header-form {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.header-form > img {
  margin: 0px 5px 0px 0px;
  width: auto;
  height: auto;
}

.header-form > h5 {
  margin: 0;
  padding: 0;
}

.form-input {
  display: flex;
  margin: 0px 0px 20px 0px;
  width: 100%;
}

.form-input > input {
  border-radius: 10px;
  border: 1px solid #edf0f1;
  background: #f9fbfc;
  width: 100%;
  height: 40px;
  padding-left: 10px;
}

.form-check-label {
  color: #3e3e3e;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}

.btn-submit {
  width: 100%;
  border: none;
  border-radius: 8px;
  background: #00bb4e;
  color: #fff;
  padding: 10px 5px;
  transition: 0.5s;
}

.btn-submit:hover {
  background: #0578b7;
  cursor: pointer;
}

.bg-bottom-section1 {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 70px;
  z-index: 1;
}

.margin-bottom-container-neil-speech {
  margin-top: 50px;
  margin-bottom: 30px;
}

.border-art {
  background: #d9d9d9;
  width: 72px;
  height: 4px;
  flex-shrink: 0;
  margin-right: 30px;
}

.align-ment-art-90degree {
  display: flex;
  align-items: center;
  justify-content: end;
  position: relative;
  height: auto;
  width: 100%;
}

.border-art-90degree {
  background: #d9d9d9;
  width: 25px;
  height: 190px;
  flex-shrink: 0;
  margin-top: 25px;
}

.neil-speech {
  background: #fff;
  position: relative;
  margin: 60px 0px;
  display: flex;
}

.neil-speech > h2 {
  color: #3e3e3e;
  font-family: Georgia;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  margin: 0px 0px 0px 40px;
  width: 100%;
  text-align: left;
  position: relative;
}

.db-quote-first {
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
}

.db-quote-second {
  width: auto;
  height: auto;
  margin-left: 10px;
  transform: rotate(180deg);
}

.sign-neil-speech {
  font-family: "HelveticaNeueMedium", sans-serif;
  font-style: normal;
  color: #3e3e3e;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  display: block;
  text-align: right;
  margin-top: 20px;
}

/*Section2*/
.bg-section2 {
  background: #fff;
  margin: 30px 0px 60px 0px;
}

.detail-section2 {
  display: flex;
  flex-direction: column;
}

.detail-section2 > h4 {
  color: #000;
  line-height: 35px;
}

.detail-section2 > span {
  margin: 10px 0px 20px 0px;
  color: #000;
  line-height: 25px;
}

.detail-section2 > p {
  color: #3e3e3e;
  margin-bottom: 10px;
  margin-left: 1rem;
}

.detail-section2 > ul > li {
  color: #3e3e3e;
  margin-bottom: 10px;
}

.detail-section2 > ul > li::marker {
  color: #00963e;
}

.img-cover-section2 {
  display: flex;
  align-items: center;
}

.img-cover-section2 > img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

/*mapSection*/
.bg-map-section-mobile {
  display: none;
}

.bg-map-section {
  background-image: url("../img/images_background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 80px;
  display: block;
}

.header-map-section2 {
  color: #000;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 70px;
}

.map-section {
  height: 800px;
  width: 100%;
  position: relative;
}

.img-map {
  position: relative;
  width: 100%;
  height: auto;
}

.img-sub-map {
  width: 100%;
  height: auto;
  transition: transform 0.4s ease-out;
}

.img-flag {
  width: 50px;
  height: auto;
  border-radius: 50%;
}

.icon-flag {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

/*Pulse*/
.flag-pulse {
  transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.head-color {
  color: #00963e;
  font-weight: bold;
}

.letter-color {
  color: #3e3e3e;
}

/*US*/
.main-btn-US-flag {
  position: absolute;
  top: 28%;
  left: 28%;
  transform: translate(-28%, -28%);
  display: inline-block;
  z-index: 0;
}

.btn-US-flag {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  overflow: hidden;
  z-index: 10;
}

.btn-US-flag:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  background-color: #0578b7;
  transform: scale(1.05);
}

.map-detail-US {
  position: absolute;
  top: -302%;
  left: -306%;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  text-align: center;
  z-index: 20;
  width: 360px;
}

.map-detail-US::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
}
/*US*/

/*MEX*/
.main-btn-MEX-flag {
  position: absolute;
  top: 58%;
  left: 21%;
  transform: translate(-21%, -58%);
  display: inline-block;
  z-index: 0;
}

.btn-MEX-flag {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  overflow: hidden;
  z-index: 10;
}

.btn-MEX-flag:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  background-color: #0578b7;
  transform: scale(1.05);
}

.map-detail-MEX {
  position: absolute;
  top: 129%;
  left: -287%;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  text-align: center;
  z-index: 20;
  width: 340px;
}

.map-detail-MEX::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
/*MEX*/

/*UK*/
.main-btn-UK-flag {
  position: absolute;
  top: 18%;
  left: 48%;
  transform: translate(-48%, -18%);
  display: inline-block;
  z-index: 0;
}

.btn-UK-flag {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  overflow: hidden;
  z-index: 10;
}

.btn-UK-flag:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  background-color: #0578b7;
  transform: scale(1.05);
}

.map-detail-UK {
  position: absolute;
  top: -252%;
  left: -253%;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  text-align: center;
  z-index: 20;
  width: 305px;
}

.map-detail-UK::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
}
/*UK*/

/*UAE*/
.main-btn-UAE-flag {
  position: absolute;
  top: 41%;
  right: 33%;
  transform: translate(-33%, -41%);
  display: inline-block;
  z-index: 1;
}

.btn-UAE-flag {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  overflow: hidden;
  z-index: 10;
}

.btn-UAE-flag:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  background-color: #0578b7;
  transform: scale(1.05);
}

.map-detail-UAE {
  position: absolute;
  top: -252%;
  left: -224%;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  text-align: center;
  z-index: 20;
  width: 275px;
}

.map-detail-UAE::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
}
/*UAE*/

/*CN*/
.main-btn-CN-flag {
  position: absolute;
  top: 30%;
  right: 20%;
  transform: translate(-20%, -30%);
  display: inline-block;
  z-index: 0;
}

.btn-CN-flag {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  overflow: hidden;
  z-index: 10;
}

.btn-CN-flag:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  background-color: #0578b7;
  transform: scale(1.05);
}

.map-detail-CN {
  position: absolute;
  top: -252%;
  left: -237%;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  text-align: center;
  z-index: 20;
  width: 290px;
}

.map-detail-CN::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
}
/*CN*/

/*TH*/
.main-btn-TH-flag {
  position: absolute;
  top: 53%;
  right: 23%;
  transform: translate(-23%, -53%);
  display: inline-block;
  z-index: 2;
}

.btn-TH-flag {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  overflow: hidden;
  z-index: 10;
}

.btn-TH-flag:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  background-color: #0578b7;
  transform: scale(1.05);
}

.map-detail-TH {
  position: absolute;
  top: -304%;
  right: -263%;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  text-align: center;
  z-index: 20;
  width: 310px;
}

.map-detail-TH::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
}
/*TH*/

/*HK*/
.main-btn-HK-flag {
  position: absolute;
  top: 47%;
  right: 11%;
  transform: translate(-11%, -47%);
  display: inline-block;
  z-index: 0;
}

.btn-HK-flag {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  overflow: hidden;
  z-index: 10;
}

.btn-HK-flag:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  background-color: #0578b7;
  transform: scale(1.05);
}

.map-detail-HK {
  position: absolute;
  top: -205%;
  right: -230%;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  text-align: center;
  z-index: 20;
  width: 280px;
}

.map-detail-HK::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
}
/*HK*/

/*SG*/
.main-btn-SG-flag {
  position: absolute;
  top: 68%;
  right: 21%;
  transform: translate(-21%, -68%);
  display: inline-block;
  z-index: 1;
}

.btn-SG-flag {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  overflow: hidden;
  z-index: 10;
}

.btn-SG-flag:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  background-color: #0578b7;
  transform: scale(1.05);
}

.map-detail-SG {
  position: absolute;
  top: 136%;
  right: -270%;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  text-align: center;
  z-index: 20;
  width: 320px;
}

.map-detail-SG::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
/*SG*/

/*MAL*/
.main-btn-MAL-flag {
  position: absolute;
  top: 57%;
  right: 15%;
  transform: translate(-15%, -57%);
  display: inline-block;
  z-index: 3;
}

.btn-MAL-flag {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  overflow: hidden;
  z-index: 10;
}

.btn-MAL-flag:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  background-color: #0578b7;
  transform: scale(1.05);
}

.map-detail-MAL {
  position: absolute;
  top: 128%;
  right: -250%;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  text-align: center;
  z-index: 20;
  width: 300px;
}

.map-detail-MAL::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
/*MAL*/

/*IND*/
.main-btn-IND-flag {
  position: absolute;
  top: 59%;
  right: 6%;
  transform: translate(-6%, -59%);
  display: inline-block;
  z-index: 2;
}

.btn-IND-flag {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  overflow: hidden;
  z-index: 10;
}

.btn-IND-flag:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  background-color: #0578b7;
  transform: scale(1.05);
}

.map-detail-IND {
  position: absolute;
  top: -253%;
  right: -233%;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  text-align: center;
  z-index: 20;
  width: 285px;
}

.map-detail-IND::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
}
/*IND*/

/*AUS*/
.main-btn-AUS-flag {
  position: absolute;
  top: 80%;
  right: 14%;
  transform: translate(-14%, -80%);
  display: inline-block;
  z-index: 0;
}

.btn-AUS-flag {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  overflow: hidden;
  z-index: 10;
}

.btn-AUS-flag:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  background-color: #0578b7;
  transform: scale(1.05);
}

.map-detail-AUS {
  position: absolute;
  top: 127%;
  right: -270%;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  text-align: center;
  z-index: 20;
  width: 325px;
}

.map-detail-AUS::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
/*AUS*/

.bottom-section2 {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: #193e3a;
  padding: 20px 30px;
  display: flex;
  align-items: center;
}

.bottom-section2-object5 {
  width: 100%;
  height: 100%;
  border: 5px solid #fff;
  border-radius: 20px;
  background: #193e3a;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 55;
}

.bottom-section2 > img {
  width: 90px;
  height: 90px;
  margin-right: 20px;
}

.detail-bot-section2 > h5 {
  color: #00bb4e;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.detail-bot-section2 > span {
  color: #fff;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

/*Section3*/
.bg-section3 {
  background-image: url("../img/bg_section3.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: auto;
  margin-top: -110px;
}

.header-section3 {
  color: #fff;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 100%;
  position: absolute;
  top: 19%;
  left: 50%;
  transform: translate(-50%, -25%);
}

.header-section3-mobile {
  display: none;
}

.left-content,
.right-content {
  mix-blend-mode: normal;
}

.left-content {
  background: rgba(3, 29, 20, 0.85);
  padding: 230px 20px 150px 20px;
  mix-blend-mode: plus-darker;
  height: 100%;
}

.header-left-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header-left-content > img {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

.header-left-content > h5 {
  color: #82eabc;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.right-content {
  background: rgba(8, 71, 51, 0.9);
  padding: 230px 20px 150px 20px;
  mix-blend-mode: plus-darker;
  height: 100%;
}

.header-right-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header-right-content > img {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

.header-right-content > h5 {
  color: #82eabc;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.detail-box {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  border-radius: 29.5px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 10px 20px;
  position: relative;
}

.detail-box > h2 {
  margin: 0;
}

.detail-box > img {
  width: 30px;
  height: 30px;
  margin: 0px 10px;
}

.detail-box-child {
  display: flex;
  flex-direction: column;
}

.countryname-sec3 {
  color: #404041;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.money-sec3 {
  color: #029c42;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.cross-out {
  width: 16px;
  height: 4px;
  flex-shrink: 0;
  border-radius: 50px;
  background: #dcdcdc;
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translate(-10%, -50%);
}

.up-sec3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translate(-10%, -50%);
}

.up-sec3 > img {
  width: 15px;
  height: auto;
}

.down-sec3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translate(-10%, -50%);
}

.down-sec3 > img {
  width: 15px;
  height: auto;
}

.bottom-section3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.img-report {
  width: auto;
  height: auto;
  margin-top: -170px;
  margin-bottom: -90px;
  position: relative;
  z-index: 65;
}

.show-desktop {
  display: block;
  margin-bottom: 20px;
}

.header-another-report {
  color: #000;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin: 50px 0px 30px 0px;
}

.box-link-section3-left {
  background-image: url("../img/box_link_sec3_left.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.box-link-section3-right {
  background-image: url("../img/box_link_sec3_right.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 20px;

}

.detail-box-link-section3 {
  width: 50%;
  height: 100%;
  background: rgb(0, 151, 61);
  background: linear-gradient(
    180deg,
    rgba(0, 151, 61, 0.9) 0%,
    rgba(0, 60, 32, 0.9) 100%
  );
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 30px 20px;
  color: #fff;
  letter-spacing: 1px;
}

.show-mobile {
  display: none;
}

@media screen and (max-width: 1024px) and (min-width: 1024px) {
  .bg-section1 {
    background-image: url("../img/bg_section1_tablet.png");
    width: 100%;
    height: 690px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }

  .header-section1 {
    position: relative;
    margin-bottom: 60px;
    width: 69%;
  }

  .bg-map-section {
    display: none;
  }

  .bg-map-section-mobile {
    background-image: url("../img/images_background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 80px;
    display: block;
  }

  .group-btn-flag {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
  }

  .group-btn-flag > button {
    margin: 10px;
  }

  .group-map-detail {
    width: 100%;
    height: auto;
    margin-top: 20px;
    display: flex;
    justify-content: center;
  }

  .map-detail-mobile {
    position: relative;
    background-color: #fff;
    padding: 20px 10px;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    text-align: center;
    z-index: 20;
    width: 350px;
  }
}

@media screen and (max-width: 930px) and (min-width: 914px) {
  .bg-section1 {
    background-image: url("../img/bg_section1_tablet.png");
    width: 100%;
    height: 690px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }

  .header-section1 {
    position: relative;
    margin-bottom: 60px;
    width: 75%;
  }

  .margin-bottom-container-neil-speech {
    margin-top: 235px;
  }

  .align-ment-art-90degree {
    display: flex;
    align-items: center;
    justify-content: end;
    position: relative;
    height: 40px;
    width: 100%;
    margin-bottom: 0px;
  }

  .border-art-90degree {
    display: block;
    position: relative;
    transform: rotate(270deg);
    margin-top: -25px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .bg-map-section {
    display: none;
  }

  .bg-map-section-mobile {
    background-image: url("../img/images_background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 80px;
    display: block;
  }

  .group-btn-flag {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
  }

  .group-btn-flag > button {
    margin: 10px;
  }

  .group-map-detail {
    width: 100%;
    height: auto;
    margin-top: 20px;
    display: flex;
    justify-content: center;
  }

  .map-detail-mobile {
    position: relative;
    background-color: #fff;
    padding: 20px 10px;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    text-align: center;
    z-index: 20;
    width: 350px;
  }

  .bottom-section2 {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: #193e3a;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }

  .bottom-section2 > img {
    width: 90px;
    height: 90px;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .bottom-section2-object5 {
    width: 100%;
    height: 100%;
    border: 5px solid #fff;
    border-radius: 20px;
    background: #193e3a;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 55;
    flex-direction: column;
    text-align: center;
  }

  .bottom-section2-object5 > img {
    width: 90px;
    height: 90px;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .header-section3 {
    display: none;
  }

  .header-section3-mobile {
    display: block;
    margin-bottom: 60px;
    color: #fff;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 100%;
  }

  .right-content {
    background: rgba(8, 71, 51, 0.9);
    padding: 90px 20px 150px 20px;
    mix-blend-mode: plus-darker;
    height: 100%;
  }

  .show-desktop {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 900px) and (min-width: 850px) {
  /*navbar*/
  .navbar {
    background: transparent;
    padding: 30px 0px 30px 0px;
    margin-bottom: 30px;
  }

  .logo-nav > img {
    width: 150px;
    height: auto;
  }

  .download-mobile {
    display: block;
  }

  .btn-download-mobile {
    border: none;
    border-radius: 8px;
    background: #00bb4e;
    color: #fff;
    padding: 10px;
    margin-left: 10px;
  }

  .logo-footer > img {
    width: 250px;
    height: auto;
  }

  .bg-section1 {
    background-image: url("../img/bg_section1_tablet.png");
    width: 100%;
    height: 690px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }

  .detail-section1 {
    position: relative;
    margin-bottom: 30px;
  }

  .detail-section1 > p {
    position: relative;
    color: #3e3e3e;
    line-height: 25px;
    text-align: center;
    z-index: 5;
  }

  .form {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0px 1px 8px 0px rgb(7 34 23 / 50%);
    padding: 40px 10px;
    position: relative;
    z-index: 60;
  }

  .margin-bottom-container-neil-speech {
    margin-top: 50px;
  }

  #btn-to-report {
    width: 100%;
    border: none;
    border-radius: 8px;
    background: #00bb4e;
    color: #fff;
    padding: 10px 5px;
    transition: 0.5s;
    font-size: 13px;
  }

  .detail-section2 > h4 {
    color: #000;
    line-height: 35px;
    text-align: center;
  }

  .bottom-section2 {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: #193e3a;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }

  .bottom-section2 > img {
    width: 90px;
    height: 90px;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .bottom-section2-object5 {
    width: 100%;
    height: 100%;
    border: 5px solid #fff;
    border-radius: 20px;
    background: #193e3a;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 55;
    flex-direction: column;
    text-align: center;
  }

  .bottom-section2-object5 > img {
    width: 90px;
    height: 90px;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .bg-section3 {
    background-image: url("../img/bg_section3.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 97%;
    height: auto;
    margin-top: -110px;
    margin-left: auto;
    margin-right: auto;
  }

  .header-section3 {
    color: #fff;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 100%;
    position: absolute;
    top: 11%;
    left: 50%;
    transform: translate(-50%, -12%);
  }

  .left-content {
    background: rgba(3, 29, 20, 0.9);
    padding: 230px 20px 70px 20px;
    mix-blend-mode: plus-darker;
  }

  .header-left-content > h5 {
    color: #82eabc;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 20px;
    font-size: 21px;
  }

  .right-content {
    background: rgba(8, 71, 51, 0.9);
    padding: 230px 20px 70px 20px;
    mix-blend-mode: plus-darker;
  }

  .header-right-content > h5 {
    color: #82eabc;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 20px;
    font-size: 21px;
  }

  .display-none-mobile {
    display: block;
  }

  .detail-box {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    border-radius: 29.5px;
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 10px;
    position: relative;
  }

  .detail-box > h2 {
    margin: 0;
    font-size: 24px;
  }

  .detail-box > img {
    width: 25px;
    height: 25px;
    margin: 0px 5px 0px 10px;
  }

  .countryname-sec3 {
    color: #404041;
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }

  .money-sec3 {
    color: #029c42;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
  }

  .cross-out {
    width: 16px;
    height: 4px;
    flex-shrink: 0;
    border-radius: 50px;
    background: #dcdcdc;
    position: absolute;
    top: 50%;
    right: 6%;
    transform: translate(-6%, -50%);
  }

  .up-sec3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 7%;
    transform: translate(-7%, -50%);
  }

  .down-sec3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 7%;
    transform: translate(-7%, -50%);
  }

  .down-sec3 > img {
    width: 10px;
    height: auto;
  }

  .up-sec3 > img {
    width: 10px;
    height: auto;
  }

  .img-report {
    width: 85%;
    height: auto;
    margin-top: -125px;
    margin-bottom: -75px;
    position: relative;
    z-index: 65;
  }

  .box-link-section3-left {
    margin-bottom: 20px;
  }

  .box-link-section3-right {
    margin-top: 20px;
  }

  .bg-map-section {
    display: none;
  }

  .bg-map-section-mobile {
    background-image: url("../img/images_background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 80px;
    display: block;
  }

  .group-btn-flag {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
  }

  .group-btn-flag > button {
    margin: 10px;
  }

  .group-map-detail {
    width: 100%;
    height: auto;
    margin-top: 20px;
    display: flex;
    justify-content: center;
  }

  .map-detail-mobile {
    position: relative;
    background-color: #fff;
    padding: 20px 10px;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    text-align: center;
    z-index: 20;
    width: 350px;
  }
}

@media screen and (max-width: 845px) and (min-width: 825px) {
  .header-section3 {
    display: none;
  }

  .header-section3-mobile {
    display: block;
    margin-bottom: 60px;
    color: #fff;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 100%;
  }

  .right-content {
    background: rgba(8, 71, 51, 0.9);
    padding: 70px 20px 70px 20px;
    mix-blend-mode: plus-darker;
  }
}

@media screen and (max-width: 820px) and (min-width: 460px) {
  .margin-bottom-container-neil-speech {
    margin-top: 205px;
    margin-bottom: 50px;
  }

  .align-ment-art-90degree {
    display: flex;
    align-items: center;
    justify-content: end;
    position: relative;
    height: 40px;
    width: 100%;
  }

  .border-art-90degree {
    display: block;
    position: relative;
    transform: rotate(270deg);
    margin-top: 0px;
  }

  .header-section3 {
    display: none;
  }

  .header-section3-mobile {
    display: block;
    margin-bottom: 60px;
    color: #fff;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 100%;
  }

  .left-content {
    background: rgba(3, 29, 20, 0.9);
    padding: 180px 20px 70px 20px;
    mix-blend-mode: plus-darker;
  }

  .right-content {
    background: rgba(8, 71, 51, 0.9);
    padding: 60px 20px 80px 20px;
    mix-blend-mode: plus-darker;
  }
}

@media screen and (max-width: 450px) and (min-width: 360px) {
  /*navbar*/
  .navbar {
    background: #fff;
    padding: 30px 0px 30px 0px;
    margin-bottom: 0px;
  }

  .nav-desktop {
    display: none;
  }

  .nav-mobile {
    display: block;
    position: sticky;
    top: 0;
    z-index: 999;
  }

  .logo-nav > img {
    width: 150px;
    height: auto;
  }

  .download-mobile {
    display: block;
  }

  .btn-download-mobile {
    border: none;
    border-radius: 8px;
    background: #00bb4e;
    color: #fff;
    padding: 10px;
    margin-left: 0px;
  }

  footer {
    margin-top: 40px;
    padding: 25px 0px;
  }

  .footer-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    text-align: center;
  }

  .footer-detail-text {
    text-align: center;
    color: #3e3e3e;
    margin-top: 20px;
  }

  .bg-section1 {
    background-image: url("../img/bg_section1_mobile.png");
    width: 100%;
    height: 670px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }

  .header-mobile {
    display: block;
  }

  .header-desktop {
    display: none;
  }

  .header-section1 {
    position: relative;
    margin-bottom: 25px;
  }

  .header-section1 > h1 {
    position: relative;
    color: #000;
    line-height: normal;
    text-align: center;
    z-index: 5;
    line-height: 40px;
    margin-top: 60px;
  }

  .detail-section1 > p {
    position: relative;
    color: #3e3e3e;
    line-height: 20px;
    text-align: center;
    z-index: 5;
  }

  .margin-mobile {
    margin-top: 275px !important;
  }

  .form {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0px 1px 8px 0px rgb(7 34 23 / 50%);
    padding: 30px 15px;
    margin-top: 25px;
    position: relative;
    z-index: 60;
  }

  .header-form {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px;
    text-align: center;
  }

  .header-form > img {
    margin: 0;
    width: auto;
    height: auto;
    margin-top: -55px;
  }

  .btn-submit {
    width: 100%;
    border: none;
    border-radius: 8px;
    background: #00bb4e;
    color: #fff;
    padding: 10px 5px;
    transition: 0.5s;
    margin-top: 15px;
  }

  .neil-speech {
    background: #fff;
    position: relative;
    margin: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    display: flex;
    margin-top: 480px;
    margin-bottom: 25px;
  }

  .border-art {
    display: none;
  }

  .align-ment-art-90degree {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 40px;
    width: 100%;
    margin-bottom: 0px;
  }

  .border-art-90degree {
    display: block;
    position: relative;
    transform: rotate(270deg);
    margin-right: 0px;
    margin-left: 165px;
  }

  .db-quote-first {
    width: 20px;
    height: auto;
    position: absolute;
    top: 0;
  }

  .db-quote-second {
    width: 20px;
    height: auto;
    margin-left: 5px;
    transform: rotate(180deg);
  }

  .neil-speech > h2 {
    color: #3e3e3e;
    font-family: Georgia;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    margin: 0px 0px 0px 25px;
    width: 100%;
    text-align: left;
    position: relative;
  }

  .sign-neil-speech {
    font-family: "HelveticaNeueMedium", sans-serif;
    font-style: normal;
    color: #3e3e3e;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    display: block;
    text-align: right;
    margin-top: 20px;
  }

  .detail-section2 {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
  }

  .bg-map-section {
    display: none;
  }

  .bg-map-section-mobile {
    background-image: url("../img/images_background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 80px;
    display: block;
  }

  .group-btn-flag {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
  }

  .group-btn-flag > button {
    margin: 10px;
  }

  .group-map-detail {
    width: 100%;
    height: auto;
    margin-top: 20px;
    display: flex;
    justify-content: center;
  }

  .map-detail-mobile {
    position: relative;
    background-color: #fff;
    padding: 20px 10px;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    text-align: center;
    z-index: 20;
    width: 350px;
  }

  .bottom-section2 {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: #193e3a;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }

  .bottom-section2 > img {
    width: 90px;
    height: 90px;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .bottom-section2-object5 {
    width: 100%;
    height: 100%;
    border: 5px solid #fff;
    border-radius: 20px;
    background: #193e3a;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 55;
    flex-direction: column;
    text-align: center;
  }

  .bottom-section2-object5 > img {
    width: 90px;
    height: 90px;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .bg-section3 {
    background-image: url("../img/bg_section3.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 93%;
    height: auto;
    margin-top: -110px;
    margin-left: auto;
    margin-right: auto;
  }

  .header-section3 {
    display: none;
  }

  .header-section3-mobile {
    display: block;
    margin-bottom: 60px;
    color: #fff;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 100%;
  }

  .left-content {
    background: rgba(3, 29, 20, 0.9);
    padding: 150px 20px 50px 20px;
    mix-blend-mode: plus-darker;
  }

  .right-content {
    background: rgba(8, 71, 51, 0.9);
    padding: 50px 20px 80px 20px;
    mix-blend-mode: plus-darker;
  }

  .display-none-mobile {
    display: none;
  }

  .img-report {
    width: 100%;
    height: auto;
    margin-top: -85px;
    margin-bottom: -40px;
    position: relative;
    z-index: 65;
  }

  .show-desktop {
    display: none;
  }

  .show-mobile {
    display: block;
  }

  .box-link-section3-mobile {
    position: relative;
    width: 100%;
    height: 330px;
    border-radius: 20px;
    margin-bottom: 30px;
  }

  .box-link-section3-mobile > img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    position: relative;
  }

  .detail-box-link-mobile-section3 {
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 35%;
    background: rgb(0, 151, 61);
    background: linear-gradient(
      180deg,
      rgba(0, 151, 61, 0.9) 0%,
      rgba(0, 60, 32, 0.9) 100%
    );
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 10px 5px;
    color: #fff;
  }

  .detail-box-link-mobile-section3 > h5 {
    font-size: 18px;
  }

  .detail-box-link-mobile-section3 > span {
    font-size: 13px;
  }
}
