.footer-sec .social-links {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  flex-wrap: wrap;
}
.footer-sec .social-links a {
  cursor: pointer;
}
.footer-sec .social-links img {
  max-height: 3.313rem;
}
.footer-sec .social-links img:hover {
  /* filter: drop-shadow( 0 4px 20px rgba(255, 106, 0, 0.6)); */
  /* filter: drop-shadow(2px 6px 14px rgba(255, 106, 0, 0.6)); */
  transform: scale(1.2);
}
.footer-sec .social-links li {
  flex-shrink: 0;
}
.footer-sec {
  padding: 2rem 0 0;
}
.footer-sec .lightgrey {
  opacity: 0.8;
}
.footer-sec .logo-desc img {
  max-height: 5.625rem;
  margin-bottom: 1rem;
}
.footer-sec .logo-desc p {
  font-weight: 400;
  opacity: 0.8;
}
.footer-sec .links-list h3 {
  background: linear-gradient(90deg, #0093e6 0%, #00a8ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* font-family: Kanit; */
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 24px */
  margin-bottom: 1.313rem;
}
.footer-sec .links-list ul {
  padding-left: 0;
  margin-bottom: 0.8rem;
}
.footer-sec .links-list ul li {
  list-style: none;
}
.footer-sec .links-list ul li a {
  cursor: pointer;
}
.footer-sec .links-list ul li p {
  /* opacity: 0.6; */
  margin-bottom: 0.625rem;
}
.footer-sec .links-list p img {
  max-height: 1.1rem;
  margin-right: 0.5rem;
}
.fw-600 {
  font-weight: 600;
}
.footer-sec-outer .get-started-sec {
  /* opacity: 0.6; */
  /* background: linear-gradient(1deg, #010A11 -6.56%, #036692 106.75%); */
  /* background: linear-gradient(1deg, rgba(1, 10, 17, 0.6) -6.56%, rgba(3, 102, 146, 0.6) 106.75%); */
  padding: 3.4rem 0 2.5rem;
}
.footer-sec-outer .get-started-sec h2 {
  font-size: 2.4rem;
  font-weight: 600;
  background: radial-gradient(
    282.46% 122.57% at 110.31% -37.64%,
    #b8ddff 0%,
    #fff 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.plug-para {
  font-weight: 700;
  opacity: 1 !important;
}

.footer-sec-outer .get-started-sec .get-start-field {
  /* border-radius: 12px;
    background: rgba(255, 255, 255, 0.02);
    box-shadow: 0px 60px 220px 0px rgba(0, 0, 0, 0.25);
    padding: 10px; */
  border: 12px solid rgba(255, 255, 255, 0.1);
  border-radius: 70px;
}
.footer-sec-outer .get-started-sec .get-start-field .input-group {
  /* background: rgba(255, 255, 255, 0.40);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.05); */
  padding: 1.25rem;
  background: #001943;
  border-radius: 70px;
}
.footer-sec-outer
  .get-started-sec
  .get-start-field
  .input-group
  .input-group-text {
  padding: 0;
  background-color: transparent;
  border: none;
}
.footer-sec-outer .get-started-sec .get-start-field .input-group input,
.footer-sec-outer
  .get-started-sec
  .get-start-field
  .input-group
  input::placeholder {
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  box-shadow: none;
}
/* .footer-sec-outer .get-started-sec .get-start-field .input-group input::placeholder{
    color: #FFF;
    font-size: 1.625rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
} */
.footer-sec-outer .get-started-sec .get-start-field {
  position: relative;
}
.footer-sec-outer .get-started-sec .get-start-field::before {
  content: "";
  background-image: url(https://globalizewe.s3.us-east-2.amazonaws.com/img/input-sparkle.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100px;
  position: absolute;
  width: 140px;
  right: 20px;
}
.footer-sec-outer .get-started-sec .get-start-field button {
  border-radius: 70px;
  background: var(--Color-1, #2596be);
  padding: 0.6rem 1rem;
  /* filter: blur(2px); */
  color: #fff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-color: transparent;
}
.footer-sec-outer .get-started-sec .get-start-field button:hover {
  background: #ff6a00;
  color: #fff;
  border-color: #ff6a00;
  box-shadow: 0 4px 20px rgba(255, 106, 0, 0.6);
}
.footer-sec-outer hr {
  color: rgba(255, 255, 255, 0.3);
  opacity: 1;
}

.footer-sec-outer .footer-bottom img {
  width: 100%;
  margin-top: -4rem;
}
.footer-sec-outer .common-para {
  color: #000;
  margin-bottom: 1.313rem;
  font-size: 1.5rem;
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
}
.footer-sec-outer .common-para a{
  color: #000;
}
.footer-sec-outer .footer-desc.common-para {
  color: rgba(0, 0, 0, 0.55);
  max-width: 88%;
  font-size: 1.3rem;
}
.footer-sec-outer .logo-desc img {
  margin-bottom: 1.5rem;
}
.copyright-mobile {
  display: none;
}
.footer-sec-outer .common-para.copyright-desktop{
  font-size: 1.3rem;
}
@media (max-width: 1400px) {
  .footer-sec-outer .get-started-sec h2 {
    font-size: 2.3rem;
  }
}
@media (max-width: 1200px) {
  .footer-sec-outer .get-started-sec h2 {
    font-size: 2.1rem;
  }
    .footer-sec-outer .footer-bottom img {
    margin-top: -1rem;
}
}
@media (max-width: 767.8px) {
  .footer-sec-outer .get-started-sec h2 {
    font-size: 1.8rem;
  }
  .footer-sec-outer .get-started-sec .get-start-field .input-group {
    padding: 0.875rem;
  }
  .footer-sec-outer .get-started-sec .get-start-field button img {
    max-height: 1.6rem;
  }
  .footer-sec-outer .get-started-sec .get-start-field .input-group input,
  .footer-sec-outer
    .get-started-sec
    .get-start-field
    .input-group
    input::placeholder {
    font-size: 1rem;
  }
  .footer-sec .logo-desc img {
    max-height: 100%;
    margin-bottom: 1rem;
    max-width: 11rem;
  }
  .cloud-banner {
    margin-top: -10rem;
    background-size: 100% 100%;
  }
}
@media (max-width: 991px) {
  .footer-sec-outer .get-started-sec h2 {
    font-size: 1.6rem;
  }
  .plug-para {
    font-size: 1rem !important;
  }
  .footer-sec-outer .plug-para {
    font-size: 0.9rem !important;
  }
  .footer-sec .social-links img {
    max-height: 3rem;
  }
  .footer-sec-outer .common-para {
    font-size: 1.125rem;
  }
      .footer-sec-outer .footer-bottom img {
    margin-top: 2rem;
}

}
@media (max-width: 576px) {
  .footer-sec-outer .get-started-sec h2 {
    font-size: 1.12rem;
  }
  .copyright-desktop {
    display: none;
  }
  .copyright-mobile {
    display: block;
  }
  .footer-sec-outer .links-list {
    margin: 1rem 0;
  }
  .footer-sec-outer .footer-desc.common-para {
    max-width: 90%;
    font-size: 1rem;
    line-height: 140%;
  }

  .footer-sec .logo-desc img {
    max-height: 2.5rem;
    max-width: 6rem;
  }
  .footer-sec-outer .get-started-sec {
    padding-top: 2.5rem;
  }
  .footer-sec-outer .get-started-sec .get-start-field {
    border: 6px solid rgba(255, 255, 255, 0.1);
  }
  .footer-sec-outer .get-started-sec .get-start-field button {
    font-size: 0.9rem;
  }
  .banner-sec .banner-center-text {
    text-align: center;
    padding: 7rem 0 2rem;
  }
  .banner-sec .btns-slign {
    justify-content: center;
  }
  /* .banner-sec::before{
    content: none;
} */
  .footer-sec-outer .links-space{
  text-align: center;
  margin-top: 2rem;
 }
  .cloud-banner {
    background-size: 100% 100%;
  }
  .cloud-banner {
    margin-top: -8rem;
  }
  .meet-queen-sec .inner-box::before {
    top: 2rem;
    left: -1rem;
    bottom: auto;
  }
  .footer-sec .logo-desc p {
    margin-bottom: 3rem;
  }
  .timer-box p {
    font-size: 1.2rem;
  }
  .timer-box {
    max-width: 32rem;
    margin: auto;
  }
  .footer-sec-outer .common-para.footer-links-content, .footer-sec-outer .common-para a{
    display: inline-block;
            padding: 0 0.55rem;
        font-weight: 600;
        font-size: 1rem;
        margin-bottom: 0.5rem;
  }
  .footer-sec .links-list h3{
    font-size: 1.3rem;
  }
  .footer-sec-outer .text-mobile-center{
    text-align: center;
    margin-bottom: 0;
    margin-top: 1rem;
  }
}
