@import url(https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
.container,
.slide .info .avatar img,
header,
img {
  width: 100%;
}
header {
  background-color: #000b1c;
}
.showcase h1,
.why__galaxy h2 {
  font-size: 1.5rem;
  text-align: center;
  font-family: Jost, sans-serif;
}
.why__galaxy h2 {
  font-size: 2.1rem;
}
.container,
.counter,
body {
  background-color: #fff;
}
.counter,
.header .container,
.menu nav,
body {
  position: relative;
}
.extra,
.invoice-choices,
.invoice-cta-text,
.invoice-instruction {
  font-style: italic;
}
.blog h2,
.blogs .container > h2,
.header .contact p,
.other-services h2,
.showcase h1,
.why-galaxy h2,
.why__galaxy h2 {
  font-family: Jost, sans-serif;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: Poppins, sans-serif;
  font-size: 10px;
}
a {
  text-decoration: none;
  color: #7a7a7a;
}
ul {
  list-style: none;
}
.container {
  margin-inline: auto;
  /* max-width: 55rem; */
  /* padding: 0.5rem 1rem; */
  max-width: 1440px;
  padding-block: 1.5rem;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  height: auto;
  box-shadow: 10px 0 10px 5px rgba(0, 0, 0, 0.1);
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #000b1c;
  color: #fff;
}
.experience.hidden,
.menu .menu-oc,
.menu nav,
.mobile {
  display: none;
}
.menu-contact.hide {
  display: none;
}
.header .logo {
  width: 20rem;
  height: auto;
  margin-top: 0.5rem;
}
.addresses h3 {
  margin-top: 15rem;
}
.blog h2,
.blog ol {
  margin-top: 2rem;
}
.get-text span {
  margin: 2rem 4rem;
  font-size: 2rem;
}
.header .contact .icons {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.header .contact-text {
  height: 100%;
  font-size: 0.8rem;
  font-style: italic;
  letter-spacing: 2px;
}
.header .contact .phone-icon,
.header .contact .whats-icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .contact .phone-icon {
  background-color: #cd5532;
}
.contact-footer:first-child .icon,
.header .contact .whats-icon {
  background-color: #2eb841;
}
.header .contact .phone-icon i,
.header .contact .whats-icon i {
  color: #fff;
  font-size: 1.3rem;
}
.header .contact p {
  font-weight: 700;
  color: #929292;
  font-size: 1.7rem;
}
.header .contact {
  text-align: center;
}
.header .contact a {
  font-size: 1.2rem;
  text-decoration: underline;
  color: #fff;
  font-weight: bold;
}
.menu nav {
  transition: 0.3s ease-in-out;
}
.contact-us,
.other-services,
.pricing {
  margin-top: 135px;
}
.showcase {
  position: relative;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5rem 0;
  margin-top: 110px;
  /* background: linear-gradient(to bottom, #cf5733, #ac2411); */
  background-color: #000b1c;
}
.dots-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 300px;
  height: 100px;
  background-color: #000b1c;
  background-image: radial-gradient(#1e90ff 2px, transparent 1px);
  background-size: 18px 18px;
  background-position: right center;
  mask-image: linear-gradient(to left, black 20%, transparent 100%);
}
.dots-bg.dots-bg--big {
  left: 0;
  height: 200px;
  mask-image: linear-gradient(to right, black 20%, transparent 100%);
}
.dots-bg.dots-bg--top {
  top: -120px;
  z-index: 1000;
  height: 120px;
}
.showcase .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
}
.showcase .banner-text {
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.showcase .main-heading {
  color: #fff;
  text-align: left;
  font-size: 3rem;
  font-weight: 700;
}
.showcase__features {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
  color: #fff;
  margin-top: 2rem;
}
.showcase__feature--icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.features--seperate {
  width: 5px;
  height: 120px;
  background-color: #0052af;
}
.showcase__feature img {
  width: 75px;
  border: 1px solid #fff;
  padding: 1rem;
  border-radius: 50%;
  margin-bottom: 1rem;
}
.showcase__feature p {
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
}
.banner--bullets {
  padding-left: 0;
  font-size: 1.5rem;
  margin-top: 3rem;
  background-color: #0052af;
  padding: 1rem 2rem;
  transform: skew(-35deg, 0deg);
}
.banner--bullets p {
  position: relative;
  padding-left: 3rem;
  color: #fff;
  transform: skew(35deg, 0deg);
}
.banner--bullets p::before {
  content: "✔";
  position: absolute;
  width: 35px;
  height: 35px;
  display: flex;
  align-self: center;
  justify-content: center;
  left: 0;
  color: #fff;
  font-weight: bold;
  border: 1px solid #fff;
  border-radius: 50%;
}

@media (max-width: 530px) {
  .dots-bg {
    display: none;
  }
  .showcase__features {
    display: flex;
    flex-direction: column;
  }
  .features--seperate {
    display: none;
  }
  .banner--bullets {
    transform: skew(0deg, 0deg);
  }
  .banner--bullets p {
    transform: skew(0deg, 0deg);
  }
}
/* //////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////// */
.box {
  width: 300px;
  height: 200px;
  border: 2px dashed #999;
  border-radius: 10px;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: #fff;
  transition: 0.2s;
}
.box.dragover {
  border-color: #4c8dff;
  background: #eef5ff;
}
.file-name {
  margin-top: 8px;
  font-size: 14px;
  color: #333;
}
#submitBtn {
  margin-top: 15px;
  padding: 10px 18px;
  border: none;
  border-radius: 6px;
  background: #cd5532;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  display: none;
}
#browseBtn {
  margin-top: 15px;
  padding: 10px 18px;
  border: none;
  border-radius: 6px;
  background: #0052af;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
#status {
  margin-top: 10px;
  font-size: 14px;
}

/* ////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////// */
.banner--right {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner--box {
  width: fit-content;
  padding: 2rem;
  background-color: #00102a;
  border: 2px solid #777;
  border-radius: 25px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner--right .upload--icon {
  width: 70px;
  margin-bottom: 1.5rem;
}
.banner--right p {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  color: #fff;
}
.banner--right .review--box {
  border: 3px dotted #000;
  width: 250px;
  height: 200px;
  display: inline-block;
  border-radius: 20px;
}
.banner--right .review--box div {
  margin-top: 4rem;
  font-size: 0.9rem;
  padding: 0.5rem;
}
.showcase__content h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  margin-top: 2rem;
}
.showcase__content h3 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.showcase__content ul li {
  font-size: 1.2rem;
  margin-bottom: 0.8rem;
}
.showcase__content p {
  font-size: 1.5rem;
  margin-bottom: 0.8rem;
}
@media (max-width: 530px) {
  .box {
    flex-direction: row;
  }
  .banner--right .upload--icon {
    width: 50px;
    margin-top: 1rem;
  }
}
.why__galaxy h2 {
  color: #cd5532;
  margin-bottom: 2rem;
}
.why__galaxy--items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin-bottom: 1rem;
}
.why__galaxy--item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.why__galaxy--item .icon {
  background-color: #eee;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.why__galaxy--item .icon ion-icon {
  font-size: 1.2rem;
}
.instructions h4,
.why__galaxy--item h3 {
  color: #144072;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.why__galaxy--item p {
  font-size: 0.9rem;
}
.why-galaxy h2 {
  text-align: center;
  color: #cd5532;
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
.why-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-block: 1rem;
}
.why-features .box {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 0.5rem;
  border-radius: 10px;
}
.why-features .box h3 {
  color: #144072;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  text-align: center;
}
.instructions,
.why-galaxy .free-review,
.why-galaxy .trusted h3 {
  text-align: left;
}
.why-features .salient li {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  margin-left: 5px;
}
.counter {
  color: #000;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 -6px 10px #fff,
    0 4px 15px rgba(0, 0, 0, 0.15);
}
.close,
.modal-arrows {
  color: #fff;
  position: absolute;
}

.counter::after,
.modal {
  width: 100%;
  height: 100%;
}
.counter::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  box-shadow:
    -8px -8px 12px 0 rgba(0, 0, 0, 0.2) inset,
    12px 12px 16px rgba(255, 255, 255, 0.5) inset;
}
.why-galaxy .trusted p {
  margin-bottom: 1.5rem;
  font-size: 1rem;
}
.why-galaxy .trusted-images {
  position: relative;
  overflow: hidden;
  height: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.why-galaxy .trusted-images .image-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  gap: 1rem;
  top: 0;
  animation: 30s linear infinite scroll;
}
.why-galaxy .trusted-images img {
  width: 100px;
  display: block;
  margin: 20px 0;
}
@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
.why-galaxy .free-review p {
  font-size: 1rem;
  text-align: justify;
}
.why-galaxy .free-review > p:first-of-type {
  margin-bottom: 1rem;
}
.btn-container {
  position: relative;
  margin-bottom: 2.2rem;
}
.why-galaxy .free-review .free-review--btn {
  background-color: #cd5532;
  color: #fff;
  padding: 0.5rem 1rem;
  display: inline-block;
  border-radius: 10px;
  font-size: 1rem;
  margin-bottom: 0.7rem;
  transition: 0.3s ease-in-out;
}
.why-galaxy .free-review .free-review--btn:hover {
  background-color: rgba(205, 85, 50, 0.9);
}
.why-galaxy .free-review .btn--action {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translateX(-50%);
  color: #144072;
}
.why-galaxy .free-review img {
  width: 3rem;
}
.why-galaxy .free-review .btn--action p {
  font-size: 1rem;
  color: #144072;
  font-weight: 700;
}
.instructions {
  margin-bottom: 0.5rem;
}
.instructions li {
  font-size: 0.9rem;
  margin-left: 1rem;
  margin-bottom: 0.5rem;
}
.samples-section {
  margin-top: 125px;
}
.sample--text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.sample--text span {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  color: #aaa;
}
.fa-heart:before {
  content: "\f004";
  color: #aaa;
}
.contact-us h1,
.pricing h1,
.samples-section h1,
.other-services h1,
.terms h1,
.reviews h2 {
  text-align: center;
  color: #00102a;
  font-size: 2rem;
  margin-block: 3rem 1rem;
  font-family: Jost, sans-serif;
}
/* .contact-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
} */
.samples-section .samples {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
}
.samples-section .samples .sample {
  padding: 1rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.samples-section .samples .sample .sample-image {
  position: relative;
  margin-bottom: 0.7rem;
  text-align: center;
}
.contact-us .contacts .contact:not(:last-child),
.experience h3,
.pricing-lower-text p:first-child,
.pricing-top,
.slide .info p,
.slide hr {
  margin-bottom: 1rem;
}
.pricing-lower img {
  max-width: 750px;
  margin-inline: auto;
}
.samples-section .samples img {
  width: 200px;
  height: 250px;
  cursor: pointer;
}
.samples-section .samples .zoom-in {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  z-index: 10;
  background-color: transparent;
}
.samples-section .samples .icon {
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
}
.other-services .services .service,
.slide {
  transition: transform 0.5s ease-in-out;
  cursor: pointer;
}
.samples-section .samples i {
  font-size: 1.5rem;
  color: #000;
}
.samples-section .samples .sample:hover .zoom-in {
  background-color: rgba(255, 255, 255, 0.3);
}
.samples-section .samples .sample p {
  font-size: 0.7rem;
  color: #525252;
  font-weight: 700;
  text-align: center;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  align-items: center;
  justify-content: center;
}
.modal-content {
  width: 604px;
  height: 819px;
}
.close {
  font-size: 30px;
  top: 60px;
  right: 535px;
  cursor: pointer;
}
.close:hover {
  color: #bbb;
}

.modal-arrows {
  width: 100%;
  height: 100%;
  top: 50%;
  z-index: 200;
  font-size: 2rem;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .modal-arrows {
    width: 50%;
  }
}
.reviews,
.slider {
  position: relative;
}
.reviews {
  padding-bottom: 3rem;
}
.reviews h2 {
  font-size: 3rem;
  margin-block: 0;
}
/* @keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
} */
.slider {
  margin-top: 3rem;
}
/* .slider::after,
.slider::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  z-index: 2;
}
.slider::before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), #fff);
}
.slider::after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
}
.slider:hover .slider--container {
  animation-play-state: paused;
} */
/* .arrows {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100%;
  padding: 1rem;
  z-index: 100;
}

.arrows i {
  font-weight: bold;
  font-size: 1.5rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.arrows i:hover {
  font-size: 2rem;
} */
.slider--container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.2rem;
  padding-block: 1rem;
  animation: 150s linear infinite slide;
}
.slide {
  width: 100%;
  padding: 2rem 2rem 1rem;
  background-color: #f8f8f8;
  border-radius: 10px;
  border: 2px solid #ccc;
}
.slide:hover {
  transform: scale(1.1);
}
.review--container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.slide .info {
  display: flex;
  gap: 1rem;
}
.slide .info .avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
.experience label span:last-child,
.slide .info h3 {
  color: #cd5532;
}
.slide .info .starts i {
  color: #fcbc01;
  margin-block: 0.5rem;
}
.slide .info p {
  color: #929292;
}
.slide hr {
  border: none;
  width: 100%;
  height: 1px;
  background-color: #bbb;
}
.google--logo img {
  width: 40px;
}
.slide .text {
  color: #525252;
  font-size: 0.8rem;
}
/* /////////////////////////////////////////// */
/* /////////////////////////////////////////// */
/* /////////////////////////////////////////// */
.ask-section {
  margin-top: 10rem;
}
.ask-section h1 {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding-block: 1rem;
  margin-bottom: 1rem;
  font-size: 2rem;
}
.asks {
  padding: 1rem;
}
.ask {
  border: 1px solid #000;
  margin-bottom: 2rem;
}
.ask h3 {
  border-bottom: 1px solid #000;
  padding: 1rem;
  font-size: 1.4rem;
}
.ask p {
  padding: 1rem;
  font-size: 1rem;
}
.pricing .container {
  text-align: center;
}
.pricing .container #experience {
  border: 1px solid #929292;
  width: 60%;
  padding: 1rem;
  border-radius: 50px;
  font-size: 1rem;
  font-family: Poppins, sans-serif;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>')
    right 10px center/18px no-repeat;
  outline: 0;
  font-weight: 700;
  color: #cd5532 !important;
}
.pricing .container #experience option:not(:first-child) {
  /* font-weight: 700; */
  color: #cd5532 !important;
}
.pricing .container #experience option {
  /* font-weight: 700; */
}
.experience {
  margin-block: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 600px;
  margin-inline: auto;
  padding: 2rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.experience h3 {
  border-bottom: 1px solid #7a7a7a;
  padding-bottom: 0.5rem;
  font-size: 1.5rem;
  color: #144072;
}
.experience div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  padding-inline: 0.5rem;
}
input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 25px;
  height: 25px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
input[type="checkbox"]:checked {
  background-color: #0b7be6;
  border-color: #929292;
}
input[type="checkbox"]:checked + label span:last-child {
  color: #cd5532;
  font-weight: 700;
}
input[type="checkbox"]:checked::after {
  content: "\2713";
  color: #fff;
  font-size: 20px;
  position: relative;
  top: -2px;
  left: 2px;
}
.extra {
  font-weight: 700;
  color: #000;
  margin-left: 0.5rem;
}
.checkbox-label {
  margin-left: 5px;
}
.experience label {
  font-size: 1.1rem;
  cursor: pointer;
  color: #144072;
}
.experience label span:first-child,
.get--blue {
  color: #144072;
}
.experience .total {
  font-size: 3rem;
  font-weight: 700;
  margin-top: 2rem;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: -0.5rem;
}
.experience .proceed {
  background-color: #cd5532;
  padding: 0.5rem 1.2rem;
  border-radius: 15px;
  font-size: 2rem;
  display: inline-block;
  margin-bottom: 18px;
  font-weight: 700;
  transition: background-color 0.3s;
  color: #fff;
  border: none;
  margin-top: 1rem;
}
.pricing--contact {
  font-weight: 700;
  font-size: 1.3rem;
  text-align: center;
  color: #144072;
}
.invoice-item span,
.invoice-title span,
/* .open .icon,
.open .number,
.open .text, */
.other-services .services .service .price p > span,
.pricing-color {
  color: #cd5532;
}
.open .number,
.open .text,
.open .icon {
  color: #144072;
}
.pricing-line {
  border-bottom: 2px solid #000;
}
.pricing-lower-text {
  display: none;
  font-size: 1rem;
  margin-block: 2rem;
}
.pricing-top {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  justify-content: center;
}
.pricing-top img {
  width: 60px;
  height: auto;
}
.valid-globally {
  font-style: italic;
  font-size: 1rem;
}
.pricing-invoice {
  margin-top: 140px;
}
.invoice {
  padding-block: 8px 16px;
}
.invoice-title {
  font-weight: 700;
  font-size: 28px;
  margin-top: 8px;
  text-transform: capitalize;
  color: #000;
  text-align: center;
  margin-bottom: 52px;
}
.invoice-box {
  width: fit-content;
  margin: auto auto 50px;
}
.invoice-list {
  font-size: 18px;
  margin-top: 18px;
}
.invoice-item {
  margin-bottom: 16px;
  color: #000;
}
.invoice-item li {
  list-style: disc;
}
.invoice-total {
  font-size: 60px;
  margin-top: 30px;
  color: #cd5532;
  font-weight: 700;
}
.invoice-choices {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
.invoice-total strong {
  color: #000;
}
.invoice-pay-number {
  font-size: 32px;
}
.invoice-btn,
.invoice-cta,
.invoice-instruction {
  font-weight: 700;
  font-size: 18px;
}
.invoice-cta {
  text-align: center;
}
.invoice-cta-text {
  color: #144072;
  margin-bottom: 24px;
  display: block;
}
.invoice-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.invoice-btn {
  background-color: #cd5532;
  color: #fff;
  padding: 12px 28px;
  border-radius: 6px;
  display: inline-block;
  margin-bottom: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 16px;
}
.invoice-payment {
  text-align: center;
  margin-top: 18px;
  margin-bottom: 24px;
}
.invoice-img {
  width: 100px;
}
.parcode {
  width: 300px;
  margin-bottom: 2rem;
}
.invoice-pay-text:first-of-type {
  font-size: 20px;
  margin-bottom: 12px;
}
.invoice-pay-text:not(:first-of-type) {
  font-size: 16px;
  margin-bottom: 4px;
}
.invoice-pay-text:nth-of-type(2) {
  color: #757575;
  font-weight: 700;
  font-size: 20px;
}
.invoice-footer {
  text-align: center;
  margin-top: 24px;
}
.other-services h2 {
  text-align: center;
  color: #cd5532;
  font-size: 2rem;
  margin-block: 1rem;
}
.other-services .services {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1rem;
  margin-bottom: 5rem;
}
.other-services .services .service {
  text-align: center;
  padding: 1rem 0.5rem;
  /* height: 160px; */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.other-services .services .service:hover {
  transform: scale(1.05);
}
.other-services .services .service i {
  font-size: 50px;
  color: #cd5532;
  margin-bottom: 1.5rem;
}
.other-services .services .service h3 {
  font-size: 1.4rem;
  color: #144072;
  margin-bottom: 1rem;
}
.other-services .services .service .price {
  color: #525252;
  font-size: 1rem;
  margin-top: 0.5rem;
}
.container .q-header {
  margin-top: 170px;
  color: #cd5532;
  text-align: center;
  font-size: 2rem;
}
.accordion {
  margin: 50px auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.item {
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.1);
  padding: 24px;
  cursor: pointer;
  display: grid;
  grid-template-columns: auto 1fr auto;
  column-gap: 24px;
  row-gap: 32px;
  align-items: center;
  border-top: 4px solid #cd5532;
}
.number,
.text {
  font-size: 24px;
  font-weight: 500;
  color: #144072;
}
.number {
  /* color: #555; */
  color: #144072;
}
.icon {
  width: 24px;
  height: 24px;
  color: #144072;
}
.contact-footer,
.contact-footer .icon,
.contact-us .contacts .contact .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
@keyframes shake {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(-10deg);
  }
  75% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.shake-icon {
  animation: shake 0.5s infinite;
}
.hidden-box {
  grid-column: 2;
}
.hidden-box p {
  line-height: 1.6;
  margin-bottom: 24px;
  font-size: 1rem;
}
.hidden-box p span {
  font-weight: 700;
  font-size: 1.5rem;
  color: #cd5532;
}
.get-in-touch {
  color: #cd5532;
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
}
.get-text {
  margin-bottom: 2rem;
  font-size: 1.5rem;
  text-align: center;
  line-height: 2;
}
.get-text span {
  display: inline-block;
  font-weight: 700;
}
.get-contact {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 700;
}
.contact-container-column {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 1rem;
  /* border-bottom: 1px solid #929292; */
  padding-bottom: 4rem;
}
.contact-container-column .contacts {
  display: flex;
  gap: 10rem;
  flex-wrap: wrap;
}
.contact-mobile {
  display: none;
}
.contact-desktop {
  display: block;
}
.contact-mobile .contact-text {
  text-align: center;
}
.contact-container p {
  /* text-align: center; */
  color: #144072;
  font-size: 1.2rem;
  font-weight: 700;
}
.contact-us .contacts .contact {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.contact-us .contacts .contact .icon.blue {
  background-color: #00d0ff;
}
.contact-us .contacts .contact .icon.green {
  background-color: #10cb56;
}
.contact-us .contacts .contact .icon.yellow {
  background-color: #ffba00;
}
.contact-us .contacts .contact .icon {
  display: flex;
  text-align: center;
  justify-content: center;
}
.contact-us .contacts .contact .icon i {
  font-size: 30px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.contact-us .contacts p.blue {
  color: #00d0ff;
}
.contact-us .contacts p.green {
  color: #10cb56;
}
.contact-us .contacts p.yellow {
  color: #ffba00;
}
.contact-us .contacts .contact-text p {
  font-size: 1rem;
  font-weight: 700;
}
.contact-us .contacts .contact-text a {
  color: #000;
  font-size: 1rem;
  text-decoration: underline;
  text-wrap: nowrap;
}
.addresses {
  text-align: center;
  font-size: 1rem;
}
.addresses h3 {
  font-weight: 700;
  margin-bottom: 1.3rem;
}
.addresses p {
  margin-bottom: 1rem;
  color: #7a7a7a;
}
footer {
  background-color: #000;
}
footer .container {
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #7a7a7a;
  font-size: 1rem;
  padding: 1rem;
}
footer ul {
  display: flex;
  align-items: center;
}
footer ul li:not(:last-child) {
  border-right: 1px solid #7a7a7a;
  margin-right: 1rem;
  padding-right: 1rem;
}
.blogs {
  margin-top: 130px;
}
.blogs .container > h2 {
  font-size: 2rem;
  color: #00102a;
  margin-bottom: 1rem;
}
.blog {
  margin-bottom: 2rem;
}
.blog h2 {
  font-size: 1.7rem;
  margin-bottom: 0.5rem;
}
.blog ol {
  margin-left: 2.5rem;
}
.blog li,
.blog p {
  margin-bottom: 1rem;
  font-size: 1rem;
}
.blog a {
  color: #b5321a;
  font-weight: 700;
}
.terms {
  margin-top: 160px;
}
.terms .content {
  padding: 3rem 1rem;
}
.terms .content .head-text {
  font-size: 0.75rem;
  margin-block: 0.75rem 0.5rem;
}
.contact-footer {
  position: fixed;
  bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  color: #fff;
  cursor: pointer;
}
.contact-footer:first-of-type {
  right: 30px;
  /* bottom: 30px; */
  /* background-color: #81d742; */
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.contact-footer:last-of-type {
  left: 30px;
  background-color: #2eb841;
}
.contact-footer:last-child .icon {
  background-color: #25d366;
}
.contact-footer .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.contact-footer .icon i {
  color: #fff;
  font-size: 1.9rem;
  font-weight: 700;
}

/* ///////////////////////////////////////////// */
.helper {
  display: none;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.mobile-contact-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  color: #fff;
  cursor: pointer;
}
.mobile-contact-footer:first-of-type {
  right: 30px;
  /* bottom: 30px; */
  /* background-color: #81d742; */
  /* width: 100%; */
  display: flex;
  justify-content: flex-end;
}
.mobile-contact-footer:last-of-type {
  left: 30px;
  background-color: #2eb841;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.mobile-contact-footer:last-child .icon {
  background-color: #25d366;
}
.mobile-contact-footer .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.mobile-contact-footer .icon i {
  color: #fff;
  font-size: 1.9rem;
  font-weight: 700;
}
/* ///////////////////////////////////////////// */
@media (max-width: 530px) {
  .container {
    padding-inline: 1rem;
  }
  .box {
    height: 75px;
  }
  .banner--right p {
    margin-bottom: 0;
  }
  .samples-section {
    margin-top: 110px;
  }
  .samples-section h1 {
    margin-top: 4rem;
  }
  .samples.desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  .samples-container {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
  }
  .samples-container .samples .sample {
    padding: 1rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.05);
  }
  .samples {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }
  .samples-section h2 {
    margin-block: 2.5rem -3rem;
  }
  .sample {
    min-width: 100%;
    box-sizing: border-box;
    padding: 10px;
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
  }
  .sample.active {
    display: block;
    opacity: 1;
  }
  .chevron {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: 0 0;
    border: none;
    cursor: pointer;
    font-size: 44px;
    color: #b5321a;
    z-index: 100;
  }
  .chevron.left {
    left: 0;
  }
  .chevron.right {
    right: 0;
  }
  .chevron.mobile {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
  }
  .chevron.mobile.dim {
    opacity: 0.5;
  }
  .samples-section .samples img {
    width: 100%;
    height: 450px;
  }
  .modal-content {
    width: 90%;
    height: 90%;
  }
}
@media (min-width: 773px) {
  .menu nav {
    display: flex;
    margin-top: 1rem;
  }
  .menu ul {
    display: flex;
    gap: 2.5rem;
  }
  .menu ul li {
    padding-block: 0.5rem;
    cursor: pointer;
    border-bottom: 4px solid transparent;
    transition: 0.3s ease-in-out;
  }
  .menu ul li:hover {
    border-bottom-color: #cd5532;
  }
  .active1 {
    border-bottom: 4px solid #cd5532;
  }
  .menu ul li a {
    color: #fff;
    font-size: 1.2rem;
    font-family: Jost, sans-serif;
    padding-block: 0.5rem;
  }
}
@media (max-width: 772px) {
  .menu .menu-oc,
  .menu nav li {
    font-weight: 700;
  }
  .menu {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 1rem;
  }
  .menu .nav-menu {
    display: inline-block;
    transform: translateX(100%);
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    width: 50%;
    height: 100vh;
    padding: 1rem;
    font-size: 1.2rem;
  }
  .menu nav {
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.3);
  }
  .menu nav li:not(:last-child) {
    margin-bottom: 1.7rem;
  }
  .menu .menu-oc {
    display: block;
    background-color: #cd5532;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    font-size: 1.3rem;
    padding: 1rem;
    cursor: pointer;
    border-radius: 40px;
  }
  .menu-oc-container {
    width: 100%;
    height: 100%;
  }
  #menu-icon-close,
  .menu-open #menu-icon-open {
    display: none;
  }
  .menu-open #menu-icon-close {
    display: inline-block;
  }
  .nav-link.active1 {
    border-bottom: 5px solid #cd5532;
  }

  .menu-contact {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    /* gap: 1rem; */
    margin-top: 1rem;
  }
  .menu-contact.hide {
    display: inline-block;
  }
  .menu-contact i {
    color: #2eb841;
    font-size: 1.8rem;
  }
  .menu-contact-upper {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
    gap: 1rem;
  }
  .menu-contact-upper h3 {
    color: #144072;
  }
  .pricing--contact {
    font-size: 0.8rem;
    margin-bottom: 0.3rem;
  }
  footer .container {
    font-size: 0.6rem;
  }
  footer ul li:first-child {
    margin-right: 0.6rem;
    padding-right: 0.6rem;
  }
}
@media (max-width: 770px) {
  .why-galaxy .features .feature {
    flex-direction: column;
    text-align: center;
    align-items: center;
    margin-bottom: 1rem;
  }
  .why-features {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
  .showcase h1 {
    font-size: 2.5rem;
  }
  .close {
    top: 115px;
    right: 25px;
  }
  .why-galaxy .trusted-images {
    height: 250px;
  }

  .contact-footer {
    margin-left: auto;
  }

  .contact-footer.hide {
    display: none;
  }
}
@media (max-width: 565px) {
  .helper {
    display: flex;
  }
  .contact-footer:first-of-type {
    display: none;
  }
  .contact-footer:last-of-type {
    display: none;
  }
  .other-services .services .service i,
  .why-galaxy h2 {
    margin-bottom: 1rem;
  }
  .header .logo {
    margin-inline: auto;
    padding-block: 1rem;
    width: 15rem;
  }
  .header .container {
    padding-block: 0.6rem;
    display: flex;
    flex-wrap: wrap;
    padding: 1rem;
    padding-top: 0;
  }
  .header .container .contact {
    display: none;
  }
  .header .contact .icons {
    gap: 0.5rem;
  }
  .contact-us .contacts .contact-text a,
  .experience h3:first-child,
  .get-text,
  .header .contact .icons i,
  .hidden-box p span,
  .other-services .services .service h3,
  .showcase h1 {
    font-size: 1rem;
  }
  .showcase {
    background-color: rgba(211, 211, 211, 0.274);
  }
  .showcase h1 {
    font-size: 2.5rem;
  }
  .blog li,
  .blog p,
  .header .contact .contact-text {
    font-size: 0.7rem;
  }
  .header .contact a,
  .hidden-box p {
    font-size: 0.8rem;
  }
  .experience label {
    font-size: 1rem;
  }
  .header .contact a {
    font-size: 1.2rem;
  }
  .blogs .container > h2,
  .why-galaxy h2 {
    font-size: 1.5rem;
  }
  .showcase {
    background-color: #000b1c;
    margin-top: 165px;
    padding: 2rem 0;
  }
  .showcase .container {
    padding-top: 0;
    flex-direction: column;
  }
  .banner-image {
    height: 100%;
  }
  .banner--box {
    padding: 1rem;
  }
  .showcase .banner-text {
    width: 100%;
    margin-bottom: 4rem;
    align-items: center;
    margin-bottom: 1rem;
  }
  .showcase .container h1 {
    font-size: 1.8rem;
    padding-left: 1rem;
  }
  .showcase__feature img {
    width: 60px;
  }
  .showcase__feature p {
    font-size: 1.2rem;
  }
  .banner--bullets {
    font-size: 1.2rem;
    margin-inline: auto;
    margin-top: 1rem;
  }
  .banner--right p {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
  }
  #placeholder {
    font-size: 0.8rem;
  }
  .why-galaxy .features-right {
    display: grid;
    grid-template-columns: 1fr;
  }
  .why-galaxy .features {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .why-galaxy .features .feature,
  .why-galaxy .features-left {
    gap: 0;
  }
  .why-galaxy .features .feature .check-mark {
    padding: 0.5rem;
  }
  .modal-content {
    width: 90%;
    height: 60%;
  }
  .contact-us,
  .pricing {
    margin-top: 150px;
  }
  .other-services {
    margin-top: 185px;
  }
  .blogs {
    margin-top: 145px;
  }
  .pricing h2 {
    margin-block: 0;
    font-size: 1.5rem;
  }
  .pricing .container #experience {
    width: 100%;
  }
  .pricing .experience {
    padding-inline: 0rem;
    width: 400px;
    max-width: 100%;
  }
  .pricing .container {
    padding: 0.5rem 0.2rem;
  }
  .experience {
    padding-bottom: 0;
    width: fit-content;
  }
  .experience .total {
    font-size: 2rem;
  }
  .pricing-lower-text {
    font-size: 0.7rem;
    margin-block: 1rem;
  }
  .experience h3:nth-child(2) {
    padding-right: 1.5rem;
    margin-bottom: 1rem;
    margin-top: 0.8rem;
  }
  .other-services .services {
    row-gap: 2rem;
  }
  .addresses p {
    font-size: 0.5rem;
  }
  .contact-us .contacts .contact-text p {
    font-size: 1.1rem;
  }
  .contact-us .contacts {
    gap: 1rem;
  }
  .blog h2 {
    font-size: 1.4rem;
  }
  .contact-footer:first-of-type {
    right: 10px;
    /* background-color: #81d742; */
  }
  .contact-footer:last-of-type {
    left: 10px;
    background-color: #2eb841;
  }
  .invoice {
    padding-block: 50px 16px;
  }
  .invoice-title {
    font-size: 24px;
  }
  .invoice-title span {
    display: block;
  }
  .invoice-total {
    font-size: 30px;
  }
  .parcode {
    width: 250px;
  }
  .invoice-choices {
    font-size: 20px;
  }
  .invoice-cta,
  .invoice-pay-text:not(:first-of-type) {
    font-size: 12px;
  }
  .experience .proceed {
    font-size: 1.2rem;
  }
  .menu {
    width: 35%;
    /* order: 2; */
    display: flex;
    /* align-items: flex-start; */
  }
  .menu p {
    display: none;
  }
  .header .contact {
    order: 3;
    margin-top: 1rem;
  }
  /* .menu .nav-menu {
    top: 230px;
  } */
  .menu .nav-menu.active {
    transform: translateX(0);
  }

  .nav-menu ul {
    border-bottom: 1px solid #aaa;
    padding-bottom: 1rem;
  }
  .experience {
    margin-block: 0.5rem 2rem;
    padding-top: 0.7rem;
  }
  .experience .total {
    margin-top: 0.5rem;
  }
  .slider-container {
    width: 90%;
  }
  .slider::after,
  .slider::before {
    width: 10px;
  }
  .arrows {
    gap: 100%;
  }
  .container .q-header {
    margin-top: 180px;
    font-size: 1.5rem;
  }
  .accordion {
    margin-top: 30px;
  }
  .ask-section {
    margin-top: 12rem;
  }
  .invoice-pay-text:first-of-type,
  .invoice-pay-text:nth-of-type(2),
  .number,
  .text {
    font-size: 16px;
  }
  .hidden-box {
    grid-column: 1/4;
  }
  .contact-desktop {
    display: none;
  }
  .contact-mobile {
    display: block;
  }
  .contact-mobile .contact:not(:last-child) {
    margin-top: 1rem;
  }
  .contact-us .container {
    padding-bottom: 2rem;
  }
  .contact-container {
    flex-direction: column;
  }
  .contact-footer {
    bottom: 20px;
    z-index: 100;
  }
  .pricing-invoice {
    margin-top: 180px;
  }
  .invoice-btns {
    flex-direction: column;
    gap: 0;
  }
  .invoice-btn {
    margin-bottom: 0;
  }
  .invoice-instruction {
    font-size: 14px;
  }
}
.disabled {
  pointer-events: none;
  opacity: 0.5; /* Optional: makes it look inactive */
}
@media (max-width: 410px) {
  .menu {
    width: 30%;
  }

  .menu .menu-oc {
    width: initial;
  }

  .menu .menu-oc p {
    display: none;
  }

  .experience label,
  .header .contact a,
  .hidden-box p {
    font-size: 0.9rem;
  }
}
.swiper {
  width: 70%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 500px !important;
  height: 650px !important;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

.swiper-button-next,
.swiper-button-prev {
  margin-top: -60px !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color: #cd5532;
  font-weight: bold;
}

@media (max-width: 565px) {
  .swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 100% !important;
    height: 600px !important;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 600px;
  }
}

/* Container */
.help-box {
  display: flex;
  align-items: center;
  gap: 15px;
  background: #fff;
  padding: 10px 20px;
  border-radius: 20px;
  /* width: 350px; */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

/* Animated circle */
/* .animated-circle {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: conic-gradient(
    #EDA995,
    #004B95,
    #EDA995,
    #004B95
  );
  animation: spinColors 4s linear infinite;
} */

/* Animate ONLY the colors */
/* @keyframes spinColors {
  from {
    background: conic-gradient(
      #EDA995,
      #004B95,
      #EDA995,
      #004B95
    );
  }
  to {
    background: conic-gradient(
      #004B95,
      #EDA995,
      #004B95,
      #EDA995
    );
  }
} */

@property --angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

.animated-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  --angle: 0deg;

  background: conic-gradient(
    from var(--angle),
    #eda995,
    #004b95,
    #eda995,
    #004b95
  );

  animation: spinColors 6s linear infinite;
}

@keyframes spinColors {
  to {
    --angle: 360deg;
  }
}

/* Text */
.text p {
  margin: 0;
  font-weight: 600;
  color: #000;
  font-size: 1rem;
}

.text a {
  margin-top: 8px;
  background: #000;
  color: #fff;
  border: none;
  padding: 8px 16px;
  border-radius: 25px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.7rem;
  width: 100%;
}
