@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
}

body {
  background-color: #fdfcfd;
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
li {
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

:root {
  --grey: #6f6d6d;
  -o-transition: all 0.2s ease-in-out;
}

/* hero Section Start */
.main-hero-section {
  padding-top: 100px;
}
.ncog-logo {
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.ncog-search {
  max-width: 1100px;
  height: 85px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 19px;
  border: 1px solid #d9d9d9;
  box-shadow: 8.05px 24.15px 89.45px -11.63px #1634501a;
  overflow: hidden;
}
.ncog-search input {
  width: 90%;
  font-size: 20px;
  color: #4e4e4e;
  height: 100%;
  border: none;
  outline: none;
  padding-left: 45px;
  padding-right: 30px;
  font-weight: 500;
}

.ncog-search input::-webkit-input-placeholder {
  color: #4e4e4e66;
}

.ncog-search-icon {
  width: 10%;
}

.ncog-search-icon span {
  display: block;
  height: 40px;
  width: 2px;
  background-color: #f5f5f5;
}

.ncog-search-img {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 45px;
  transition: all 0.1s ease-in-out;
}

.ncog-search-img img {
  transition: all 0.3s ease-in-out;
  max-width: 38px;
}

.ncog-search-img img:first-child:hover {
  transform: rotate(360deg);
}

.ncog-search-img img:last-child:hover {
  transform: scale(1.1);
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.336));
}
.ncog-balance {
  padding-top: 50px;
}

.ncog-balance p {
  color: #4e4e4e;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.ncog-balance img {
  width: 100%;
  max-width: 240px;
  margin: 14px auto 25px auto;
  display: block;
}

.partner-down-arrow {
  margin: auto;
  display: block;
  max-width: 26px;
  margin-bottom: 25px;
}

.protect-privacy img {
  max-width: 80px;
  display: block;
  margin: 0 auto;
}

.protect-privacy h2 {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #1e1e1e;
  padding: 20px 0 12px 0;
}
.protect-privacy p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  color: #4e4e4e;
  max-width: 230px;
  margin: auto;
}
.protect-privacy-item {
  display: flex;
  /*justify-content: center;*/
  gap: 0 18px;
  align-items: center;
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
}
.protect-privacy {
  background: #fff;
  box-shadow: 8.05px 24.15px 89.45px -11.63px #1634501a;
  border-radius: 15px;
  max-width: 300px;
  padding: 20px 38px 20px 38px;
  min-height: 233px;
}

/* .protect-privacy-box {
  width: 33%;
} */
.protect-shadow-2 .protect-privacy img {
  max-width: 70px;
  filter: drop-shadow(0px 10px 5px #c6c6c6);
}

.our-story {
  background: linear-gradient(
    262.44deg,
    rgba(65, 171, 217, 0.05) -39.9%,
    rgba(10, 157, 76, 0.05) 91.96%
  );

  border-radius: 20px;
  padding: 37px 20px 50px 20px;
  display: grid;
  place-content: center;
  margin-top: 100px;
}

.our-story h2 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  background: linear-gradient(262.44deg, #41abd9 -39.9%, #0a9d4c 91.96%);
  background-clip: text;
  color: transparent;
  margin-top: 20px;
  margin-bottom: 35px;
}

.our-story h3 {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #4e4e4e;
}

.our-story p {
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  text-align: center;
  color: #4e4e4e;
  max-width: 835px;
  margin: 0 auto;
}

.protect-shadow-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  border-radius: 50%;
  background: #2e87adb2;
  box-shadow: 0px 0px 780px 80px #2e87adb2;
  z-index: -1;
}

.protect-shadow-2::before {
  content: "";
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 1px;
  border-radius: 50%;
  background: #34a853;
  box-shadow: 0px 0px 780px 80px #34a853;
  z-index: -1;
}

.protect-shadow-3::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 1px;
  border-radius: 50%;
  background: #ffe97499;
  box-shadow: 0px 0px 780px 80px #ffe97499;
  z-index: -1;
}

.protect-shadow-2 p,
.protect-shadow-3 p {
  max-width: 189px;
}

.main-hero-section::before {
  content: "";
  position: absolute;
  top: -300px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/Group\ 423545.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

@media (max-width: 991px) {
  .ncog-search-icon {
    width: 30%;
  }
  .ncog-search input {
    width: 70%;
    font-size: 16px;
    padding-left: 30px;
  }
  .protect-privacy-item {
    gap: 50px 0;
  }
  .our-story {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .main-hero-section {
    padding-top: 50px;
  }
  .our-story {
    margin-bottom: 0;
  }
  .protect-privacy {
    max-width: 400px;
    min-height: 233px;
    margin: 0 auto;
  }
  .ncog-logo {
    max-width: 200px;
    margin-bottom: 40px;
  }
  .ncog-search {
    height: 75px;
    border-radius: 18px;
  }
  .ncog-search input {
    width: 70%;
    font-size: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .ncog-search-img {
    gap: 16%;
  }
  .ncog-search-img img {
    max-width: 25px;
  }
  .ncog-balance {
    padding-top: 40px;
  }
  .ncog-balance p {
    font-size: 14px;
  }
  .protect-privacy-item {
    gap: 30px 0;
  }
  .our-story {
    margin-top: 60px;
  }
}
@media (max-width: 575px) {
  .protect-privacy {
    max-width: 300px;
  }
  .our-story p {
    font-size: 14px;
    text-align: justify;
  }
  .our-story {
    border-radius: 18px;
    padding: 40px 25px 25px 25px;
    display: grid;
    place-content: center;
    margin-top: 100px;
  }
  .our-story h2 {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .our-story {
    margin-top: 60px;
  }
  .main-hero-section::before {
    height: 900px;
    background-size: cover;
  }
  .protect-shadow-2::before {
    display: none;
  }
  .protect-shadow-3::before {
    top: -500px;
  }
  .main-transaction::before {
    height: 510px !important;
    bottom: -50px !important;
  }
}

/* hero Section End */

/* transaction */

.transaction {
  position: relative;
  max-width: 1500px;
  padding: 0 15px;
  margin: 0 auto;
}

.transaction-box::before {
  content: "";
  background-image: url(../images/image_2024_07_19T11_51_22_464Z.png);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 950px;
  height: 950px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.transaction-card {
  box-shadow: 8.05px 24.15px 89.45px -11.63px #1634501a;
  background-color: #fff;
  border-radius: 15px;
  max-width: 300px;
  height: 100%;
  padding: 20px 15px 30px 15px;
  margin: 0 auto;
  display: grid;
  place-content: center;
}
.transaction-card img {
  max-width: 70px;
  margin: 0 auto;
  display: block;
}
.ncog-box-2 .transaction-card img,
.ncog-box-5 .transaction-card img,
.ncog-box-2 .transaction-mobile-view img,
.ncog-box-5 .transaction-mobile-view img {
  filter: drop-shadow(0px 10px 5px #c6c6c6);
}

.ncog-box-4 .transaction-card img,
.ncog-box-4 .transaction-mobile-view img {
  filter: drop-shadow(0px 34px 17px #8ef4bc);
}

.transaction-card h2 {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #1e1e1e;
  margin: 17px 0;
}
.transaction-card p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  color: #4e4e4e;
}

.transaction {
  padding: 420px 0;
}

.transaction-box {
  gap: 20px 0;
}
.ncog-box-1 {
  transform: translate(0px, -130px);
}
.ncog-box-2 {
  transform: translate(0, -315px);
}
.ncog-box-3 {
  transform: translate(-30px, -130px);
}
.ncog-box-4 {
  transform: translate(-63px, 105px);
}
.ncog-box-5 {
  transform: translate(0, 280px);
}
.ncog-box-6 {
  transform: translate(75px, 105px);
}

/* open modal  */
.transaction-mobile-view {
  display: none;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  box-shadow: 0px 4px 15px 0px #0000001a;
  background-color: #fff;
  border-radius: 50%;
  padding: 12px;
}

.transaction-mobile-view img {
  width: 100%;
}

@media (max-width: 1540px) {
  .ncog-box-1 {
    transform: translate(60px, -91px);
  }
  .ncog-box-2 {
    transform: translate(0, -260px);
  }
  .ncog-box-3 {
    transform: translate(-70px, -90px);
  }
  .ncog-box-4 {
    transform: translate(60px, 150px);
  }
  .ncog-box-5 {
    transform: translate(0, 280px);
  }
  .ncog-box-6 {
    transform: translate(-60px, 150px);
  }
}
@media (max-width: 1280px) {
  .transaction {
    padding: 300px 0;
  }
  .transaction-box::before {
    width: 768px;
    height: 768px;
  }
  .ncog-box-1 {
    transform: translate(10px, -91px);
  }
  .ncog-box-2 {
    transform: translate(0, -220px);
  }
  .ncog-box-3 {
    transform: translate(-10px, -90px);
  }
  .ncog-box-4 {
    transform: translate(10px, 150px);
  }
  .ncog-box-5 {
    transform: translate(0, 235px);
  }
  .ncog-box-6 {
    transform: translate(-10px, 150px);
  }
}
@media (max-width: 991px) {
  .transaction-card {
    max-width: 220px;
    padding: 15px;
  }
  .transaction-card img {
    max-width: 50px;
  }
  .transaction-card h2 {
    font-size: 16px;
    margin: 10px 0;
  }
  .transaction-card p {
    font-size: 11px;
    line-height: 17px;
  }
  .transaction {
    padding: 220px 0;
  }
}
@media (max-width: 768px) {
  .ncog-box-4 .transaction-mobile-view img {
    filter: drop-shadow(0px 4px 6px #8ef4bc);
  }

  .transaction-mobile-view {
    display: grid;
    place-content: center;
  }
  .transaction-card {
    position: absolute !important;
    top: 85px;
    width: 100%;
    height: auto;
    width: 230px;
    display: none;
    transition: all 0.2s ease-in-out;
    z-index: 6;
  }
  .earn-big{
    position: relative;
  }
  .earn-big img {
    width: 40px !important;
  }
  .earn-big::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 9px;
    right: 10px;
    background: url(../images/Vector.png);
    background-size: contain;
    background-repeat: no-repeat;
}

  .ncog-box-1 .transaction-card {
    left: 0;
  }
  .ncog-box-2 .transaction-card {
    left: 50%;
    transform: translateX(-50%);
  }
  .ncog-box-3 .transaction-card {
    right: 0;
  }
  .ncog-box-4 .transaction-card {
    left: 0;
  }
  .ncog-box-5 .transaction-card {
    left: 50%;
    transform: translateX(-50%);
  }
  .ncog-box-6 .transaction-card {
    right: 0;
  }

  .ncog-box-1 {
    transform: translate(17px, -71px);
    z-index: 3;
  }
  .ncog-box-2 {
    transform: translate(0, -158px);
    z-index: 5;
  }
  .ncog-box-3 {
    transform: translate(-17px, -71px);
    z-index: 2;
  }
  .ncog-box-4 {
    transform: translate(42px, 98px);
    z-index: 2;
  }
  .ncog-box-5 {
    transform: translate(0, 159px);
    z-index: 1;
  }
  .ncog-box-6 {
    transform: translate(-42px, 98px);
    z-index: 1;
  }
  .transaction-box::before {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 575px) {
  .transaction-box::before {
    width: 335px;
    height: 335px;
  }
  .ncog-box-1 {
    transform: translate(18px, -30px);
  }
  .ncog-box-2 {
    transform: translate(0, -112px);
  }
  .ncog-box-3 {
    transform: translate(-18px, -30px);
  }
  .ncog-box-4 {
    transform: translate(18px, 60px);
  }
  .ncog-box-5 {
    transform: translate(0, 120px);
  }
  .ncog-box-6 {
    transform: translate(-18px, 60px);
  }
  .transaction {
    padding: 150px 0;
  }
}

/* transaction */

/* blockchain Start */
.blockchain {
  max-width: 1230px;
  padding: 15px;
  width: 100%;
  margin: 0 auto;
}
.blockchain-pera {
  max-width: 285px;
  height: 45px;
  background: linear-gradient(
    262.44deg,
    rgba(65, 171, 217, 0.05) -39.9%,
    rgba(10, 157, 76, 0.05) 91.96%
  );
  display: grid;
  place-content: center;
  position: relative;
  border-radius: 6px;
  margin-bottom: 13px;
}
.blockchain-pera span {
  display: block;
  width: 7px;
  height: 100%;
  background: linear-gradient(262.44deg, #41abd9 -39.9%, #0a9d4c 91.96%);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
}
.blockchain-pera p {
  background: linear-gradient(262.44deg, #41abd9 -39.9%, #0a9d4c 91.96%);
  background-clip: text;
  color: transparent;
  font-size: 14px;
  font-weight: 600;
}
.blockchain-heading {
  max-width: 495px;
}
.blockchain-heading h2 {
  font-size: 35px;
  font-weight: 700;
  line-height: 42.36px;
  color: #1e1e1e;
}
.blockchain-heading h3 {
  font-size: 35px;
  font-weight: 900;
  line-height: 42.36px;
  background: linear-gradient(198.44deg, #41abd9 28.1%, #0a9d4c 81.96%);
  background-clip: text;
  color: transparent;
  margin: 15px 0 20px 0;
}
.blockchain-heading p {
  font-size: 16px;
  font-weight: 600;
  line-height: 19.36px;
  color: #4e4e4e;
}

.blockchain-search-item {
  max-width: 566px;
  height: 66px;
  box-shadow: 8.05px 24.15px 89.45px -11.63px #1634503b;
  background-color: #fff;
  border-radius: 19px;
  border: 1px solid #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 10px 0px 28px;
  margin-top: 28px;
}

.blockchain-search-item span img {
  width: 20px;
  display: block;
}
.blockchain-search-item input {
  height: 100%;
  outline: none;
  border: none;
  width: 60%;
  padding: 0px 12px;
  font-size: 14px;
  font-weight: 500;
}
.blockchain-search-item input::-webkit-input-placeholder {
  color: #4f4f4f66;
}
.blockchain-search-btn {
  padding: 10px 0;
  height: 100%;
}
.blockchain-search-btn a {
  background: linear-gradient(262.44deg, #41abd9 -39.9%, #0a9d4c 91.96%);
  height: 100%;
  display: grid;
  place-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  padding: 0 16px;
  border-radius: 16px;
  box-shadow: 0px 11px 21px -5px #0a9d4c73;
}

/*  */
.banner-right {
  padding: 30px 25px;
  text-align: center;
  position: relative;
  z-index: 99;
  background: linear-gradient(175deg, #156a2d, #156a2d, #059b48);
  border-radius: 20px;
  width: 100%;
  max-width: 360px;
  margin: auto;
}
.banner-right h4 {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
}
.banner-right h5 {
  background: linear-gradient(2deg, #a5e6c2, #fdfbfc);
  border-radius: 50px;
  box-shadow: 0 3px 25px #00000040;
  color: #27701e;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.5;
  padding: 7px;
  width: 100%;
  max-width: 280px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  letter-spacing: 3px;
}
.banner-right img {
  width: 100%;
  max-width: 35px;
  margin-bottom: 5px;
}
.banner-right ul li {
  background: linear-gradient(2deg, #a5e6c2, #fdfbfc);
  border-radius: 50px;
  box-shadow: 0 3px 25px #00000040;
  width: 100%;
  max-width: 280px;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 13px;
  display: flex;
  align-items: center;
  padding: 5px;
}
.banner-right ul li span {
  width: 40px;
  height: 40px;
  display: flex;
  background: #059b48;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
}
.banner-right ul li span img {
  width: 100%;
  max-width: 18px;
}
.banner-right ul li p {
  border: none;
  background: no-repeat;
  box-shadow: none;
  width: 100%;
  max-width: 188px;
  text-align: center;
  margin: 0;
  font-size: 14px;
  color: #156a2d;
  font-weight: 700;
}

.blockchain-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.banner-right ul {
  padding: 0;
}

.main-blockchain {
  padding: 300px 0 400px 0;
}

.main-blockchain::before {
  content: "";
  background: url(../images/blockchain-bg.png);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.cloud-map {
  width: 100%;
  max-width: 1400px;
  padding: 0 15px;
  margin: 0 auto;
}

@media (max-width: 1280px) {
  .main-blockchain {
    padding: 200px 0;
  }
  .main-blockchain::before {
    background-size: cover;
  }
}

@media (max-width: 991px) {
  .blockchain-item {
    gap: 30px;
  }
  .blockchain-heading h2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 31.36px;
  }
  .blockchain-heading h3 {
    font-size: 29px;
    margin: 15px 0 20px 0;
  }
  .blockchain-search-btn a {
    font-size: 10px;
    padding: 0 10px;
    border-radius: 12px;
    white-space: nowrap;
  }
  .blockchain-search-item {
    height: 60px;
    border-radius: 12px;
    padding: 0px 10px 0px 10px;
  }
  .blockchain-search-btn {
    padding: 6px 0;
  }
  .banner-right {
    padding: 20px 20px;
    z-index: 1;
    max-width: 304px;
  }
  .main-blockchain {
    padding: 110px 0;
  }
}

@media (max-width: 768px) {
  .blockchain-item {
    flex-direction: column;
  }
  .main-blockchain {
    padding: 30px 0;
  }
  .main-blockchain::before {
    display: none;
  }
}

@media (max-width: 575px) {
  .blockchain-pera {
    margin: 0 auto 12px auto;
  }
  .blockchain-heading h2 {
    font-size: 21px;
    text-align: center;
  }
  .blockchain-heading h3 {
    font-size: 27px;
    text-align: center;
  }
  .blockchain-heading p {
    font-size: 13px;
    line-height: 19.36px;
  }
  .blockchain-search-item {
    margin-top: 15px;
  }
}

/* blockchain End */

/* CLOUD map strat */
[data-tab-content] {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.active[data-tab-content] {
  display: block;
  opacity: 1;
}

.map-category-item.active {
  background: linear-gradient(262.44deg, #41abd9 -39.9%, #0a9d4c 91.96%);
  color: #fff;
}

.map-category-item:hover {
  background-color: #0a9d4c33;
  /* color: #fff; */
}

.tab-content {
  margin-left: 20px;
  margin-right: 20px;
}
.map-category {
  display: flex;
  list-style: none;
  max-width: 820px;
  margin: 0 auto;
  padding: 0;
  border: 2px solid #156a2d4d;
  border-radius: 200px;
  height: 70px;
  justify-content: space-between;
  align-items: center;
  padding: 6px;
}
.map-category li {
  color: #059b48;
  font-weight: 500;
  font-size: 18px;
  height: 100%;
  display: grid;
  place-content: center;
  border-radius: 200px;
  font-weight: 600;
  padding: 0 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cloud-location {
  padding-top: 90px;
}

.location-point {
  position: relative;
}
.location-point ul {
  margin: 0 !important;
  list-style-type: none;
}
.location-name a {
  text-decoration: none;
}

.location-name a span {
  padding: 5px 10px;
  border-radius: 6px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  position: absolute;
}

.location-name a span::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  /* background-color: red; */
}

.location-name a span::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  /* background-color: red; */
  border-radius: 50%;
}

.london::before {
  background-color: #77acf1;
  right: -4px;
  bottom: -14px;
  transform: rotate(-47deg);
}
.london::after {
  background-color: #77acf1;
  right: -14px;
  bottom: -14px;
}

.quebec::before {
  background-color: #059b48;
  right: -4px;
  bottom: -14px;
  transform: rotate(-47deg);
}
.quebec::after {
  background-color: #059b48;
  right: -14px;
  bottom: -14px;
}

.paris::before {
  background-color: #059b48;
  right: -5px;
  top: -14px;
  transform: rotate(45deg);
}
.paris::after {
  background-color: #059b48;
  right: -14px;
  top: -14px;
}

.ashburn::before {
  background-color: #059b48;
  left: -5px;
  top: -14px;
  transform: rotate(-45deg);
}
.ashburn::after {
  background-color: #059b48;
  left: -14px;
  top: -14px;
}

.sao-paulo::before {
  background-color: #77acf1;
  left: -5px;
  top: -14px;
  transform: rotate(-45deg);
}
.sao-paulo::after {
  background-color: #77acf1;
  left: -14px;
  top: -14px;
}

.frankfurt::before {
  background-color: #059b48;
  left: -5px;
  bottom: -14px;
  transform: rotate(45deg);
}
.frankfurt::after {
  background-color: #059b48;
  left: -14px;
  bottom: -14px;
}

.hillsborough::before {
  background-color: #e5ba03;
  right: -5px;
  top: -14px;
  transform: rotate(45deg);
}
.hillsborough::after {
  background-color: #e5ba03;
  right: -14px;
  top: -14px;
}

.singapore::before {
  background-color: #e5ba03;
  right: -5px;
  top: -14px;
  transform: rotate(45deg);
}
.singapore::after {
  background-color: #e5ba03;
  right: -14px;
  top: -14px;
}

.sydney::before {
  background-color: #059b48;
  left: -5px;
  bottom: -14px;
  transform: rotate(45deg);
}
.sydney::after {
  background-color: #059b48;
  left: -14px;
  bottom: -14px;
}

#pricing .ashburn::before,
#pricing .london::before,
#pricing .sao-paulo::before,
#pricing .sydney::before {
  background-color: #e5ba03;
}
#pricing .ashburn::after,
#pricing .london::after,
#pricing .sao-paulo::after,
#pricing .sydney::after {
  background-color: #e5ba03;
}
#pricing .frankfurt::before {
  background-color: #77acf1;
}
#pricing .frankfurt::after {
  background-color: #77acf1;
}

#about .hillsborough::before,
#about .london::before,
#about .singapore::before,
#about .sydney::before,
#about .frankfurt::before {
  background-color: #77acf1;
}
#about .hillsborough::after,
#about .london::after,
#about .singapore::after,
#about .sydney::after,
#about .frankfurt::after {
  background-color: #77acf1;
}

#about .ashburn::before {
  background-color: #e5ba03;
}
#about .ashburn::after {
  background-color: #e5ba03;
}
#about .sao-paulo::before {
  background-color: #059b48;
}
#about .sao-paulo::after {
  background-color: #059b48;
}

@media (max-width: 1400px) {
  .location-point {
    max-width: 900px;
    margin: 0 auto;
  }
  .london {
    top: 87px !important;
    left: 327px !important;
  }
  .quebec {
    top: 105px !important;
    left: 180px !important;
  }
  .hillsborough {
    top: 186px !important;
    left: 123px !important;
  }
  .ashburn {
    top: 153px !important;
    left: 360px !important;
  }
  .frankfurt {
    top: 87px !important;
    left: 441px !important;
  }
  .sao-paulo {
    bottom: 119px !important;
    left: 325px !important;
  }
  .location-name a span {
    font-size: 12px !important;
  }
  .singapore {
    bottom: 158px !important;
    right: 301px !important;
  }
  .sydney {
    bottom: 155px !important;
    right: 116px !important;
  }

  .map-category {
    max-width: 740px;
    height: 60px;
  }
  .map-category li {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .map-category li {
    font-size: 14px;
  }
  .location-point {
    max-width: 480px;
  }
  .cloud-location {
    padding-top: 50px;
  }
  .location-name a span {
    font-size: 0 !important;
    background: transparent !important;
    padding: 0;
  }
  .location-name a span::before {
    display: none;
  }

  .quebec::after {
    right: 39px;
    bottom: 28px;
  }
  .hillsborough::after {
    right: 1px;
    top: -92px;
  }
  .ashburn::after {
    left: -223px;
    top: -60px;
  }
  .singapore::after {
    right: -149px;
    top: 50px;
  }
  .paris::after {
    right: 282px;
    top: -133px;
  }
  .sao-paulo::after {
    left: -164px;
    top: 30px;
  }
  .frankfurt::after {
    left: -215px;
    bottom: 17px;
  }
  .london::after {
    right: 109px;
    bottom: 19px;
  }
  .sydney::after {
    left: 13px;
    bottom: -82px;
  }
}

@media (max-width: 768px) {
  .map-category {
    max-width: 740px;
    height: auto;
    flex-direction: column;
    gap: 5px 0;
    border-radius: 12px;
    padding: 12px;
  }
  .map-category li {
    font-size: 16px;
    width: 100%;
    height: 45px;
    padding: 0 10px;
  }
}
@media (max-width: 575px) {
  .location-point {
    max-width: 306px;
  }
  .sydney::after {
    left: 44px;
    bottom: -106px;
  }

  .hillsborough::after {
    right: 44px;
    top: -126px;
  }
  .quebec::after {
    right: 88px;
    bottom: 54px;
  }
  .ashburn::after {
    left: -273px;
    top: -94px;
  }
  .singapore::after {
    right: -205px;
    top: 88px;
  }
  .sao-paulo::after {
    left: -217px;
    top: 60px;
  }
  .london::after {
    right: 188px;
    bottom: 44px;
  }
  .frankfurt::after {
    left: -298px;
    bottom: 42px;
  }
  .paris::after {
    right: 365px;
    top: -158px;
  }
}

/* CLOUD map End */
