@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");

* {
  scroll-behavior: smooth;
}

.font-lato {
  font-family: "Lato", sans-serif;
}

.text-primary {
  color: #005baa;
}

.text-dark-primary {
  color: #00284a;
}

.devanics_logo {
  width: 225px;
}

@media screen and (max-width: 520px) {
  .devanics_logo {
    width: 150px;
  }
}
.banner-title-small {
  color: #005baa;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 6px;
  text-transform: uppercase;
  padding: 80px;
}

.global-section-small-text {
  color: #f69400;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.global-section-title {
  color: #121212;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Lato;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0.5rem 0 1rem 0;
}

.global-section-description {
  color: #232323;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* Services Section */
.service-card {
  border-radius: 12px;
  background: var(--White, #fff);
  box-shadow: 0px 4px 60px 0px rgba(166, 166, 166, 0.18);
}

.service-card-title {
  color: #232323;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.service-card-description {
  color: #636363;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

/* Portfolio Section */
.portfolio-container {
  max-width: 80.125rem;
  margin: 3.75rem auto 0 auto;
}

.portfolio-card {
  max-width: 25.5rem;
}

.portfolio-card-title {
  color: #232323;
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.portfolio-card-description {
  color: #636363;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.portfolio-card-img {
  width: 25.5rem;
  height: 21.625rem;
  object-fit: cover;
}

/* Process Section */
.process-section {
  margin: 0 auto;
  padding: 5rem 0;
  background: #f7f8f9;
}

.process-card-container {
  max-width: 1280px;
  margin: 0 auto;
}
.process-card-container > div:not(:first-child) > .process-card {
  margin: -75px 0 0 0;
}
.process-card {
  max-width: 46.25rem;
}
.process-card-5 {
  max-width: 42rem;
}

.process-img {
  height: 15.625rem;
  width: 19.625rem;
}

/* Testimonial Slider */
/* .testimonial-card {
    display: flex;
    align-items: flex-start;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 36px 0px rgba(177, 177, 177, 0.25);
    max-width: 52rem;
    margin: 0 auto;

    min-height: 20rem;
    padding: 1rem;
}

.testimonial-card-img {
    border-radius: 100px;
    object-fit: cover;
}

.testimonial-card-username {
    color: #3D444A;
    font-size: 16px;
}

.testimonial-card-country {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 1rem 0;
}

.testimonial-card-rating {
    display: flex;
    margin: 1rem 0;
}

.animating-icon {
    animation: example 2s infinite;
}

@keyframes example {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.15)
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
} */

.contact-us-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 1440px;
  margin: 3rem auto 0 auto;
  gap: 1rem;
}

.contact-us-vector {
  width: 12rem;
  height: 15rem;
  margin: 0 auto;
}

.contact-us-form {
  background: #e9f4fe;
  border-radius: 20px;
  padding: 2.5rem;
}

.contact-us-label {
  color: #636363;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.contact-us-label-marker {
  color: #fd0404;
}

.contact-us-input {
  width: 100%;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 4px 60px 0px rgba(166, 166, 166, 0.18);
  margin: 0.25rem 0 0 0;
  padding: 0.75rem !important;
  border: none;
}

@media screen and (min-width: 768px) {
  footer {
    padding: 5rem 6.375rem 0 6.375rem;
  }

  .contact-us-vector {
    width: 24.625rem;
    height: 31.25rem;
  }

  .contact-us-section {
    background: #f9fcff;
    padding: 6.25rem 8.5rem 6.25rem 5rem;
  }

  .banner-title {
    line-height: 76px;
    font-size: 60px;
  }

  .banner-subtitle {
    font-size: 24px;
  }

  .banner-description {
    font-size: 24px;
  }

  .banner {
    background-size: 100% 100%;
    opacity: 0.5;
  }
}

.location-section-container {
  padding: 50px 0;
}
.location-section-container h1 {
  color: #121212;
  text-align: center;
  font-family: Lato;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0.5rem 0 1rem 0;
  margin: 0;
}
.location-section-container p {
  color: #232323;
  text-align: center;
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 10px 0;
}
.location-section-container-locations {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 668px) {
  .location-section-container-locations {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }
}
.location-section-container-locations-location {
  width: 100%;
  margin-top: 50px;
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 20px;
  border-radius: 12px;
  background: var(--White, #fff);
  box-shadow: 0px 4px 60px 0px rgba(166, 166, 166, 0.18);
  padding: 20px;
}
.location-section-container-locations-location img {
  width: 80px;
  height: 120px;
}
.location-section-container-locations-location h2 {
  text-align: left;
  color: #232323;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}
.location-section-container-locations-location p {
  text-align: left;
  color: #636363;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
}
.banner-subtitle {
  color: white;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Lato;
  font-weight: 500;
  line-height: 40px;
  margin: 1rem 0;
}

.banner-description {
  color: white;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
}

.banner-title {
  color: white;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
}

.banner {
  opacity: 1;
  background-image: url("../../images/new-landing/bg-banner.jpg");
  width: 100%;
  height: 90vh;
}

.icon-hover {
  transition: all 300ms;
}

.icon-hover:hover {
  transform: scale(1.1);
  transition: all 300ms;
}

.top-16 {
  top: 64px;
}

.right-8 {
  right: 32px;
}

/* ... and so on. Continue to translate other Tailwind classes in a similar manner. */

/* ===================HEADER================= */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: auto;
  transition: all 0.35s ease;
  margin: 0 auto;
  background: white;
  padding: 1rem;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

/* .header.on-scroll {
    backdrop-filter: blur(16px);
  } */

.navbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  column-gap: 1.25rem;
  width: 100%;
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 !important;
}
.-mt-5 {
  margin: -20px 0 0 0;
}

.brand {
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -1px;
  color: var(--color-white-100);
  text-transform: uppercase;
}

.menu {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  padding: 4rem 0 3rem;
  overflow: hidden;
  backdrop-filter: blur(16px);
  box-shadow: 16px;
  transition: all 1s ease-in-out;
}

.menu.is-active {
  top: 0;
  width: 100%;
  height: auto;
}

.menu-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 1.25rem;
  list-style: none;
}

.menu-link {
  font-family: "Lato";
  font-size: 1.25rem;
  text-decoration: none;
  /* font-weight: 500; */
  /* line-height: 1.5; */
  color: var(--color-white-100);
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.menu-link-phone {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.menu-block {
  display: inline-block;
  font-family: "Lato";
  font-size: 1.25rem;
  /* font-weight: 500; */
  line-height: 1.25;
  user-select: none;
  white-space: nowrap;
  text-align: center;
  margin-left: auto;
  padding: 0.65rem 1.5rem;
  border-radius: 8px;
  text-transform: capitalize;
  color: white;
  background-color: #005baa;
  box-shadow: 6px;
  transition: all 0.5s ease-in-out;
  text-decoration: none;
}

@media screen and (max-width: 520px) {
  .menu-block {
    padding: 5px;
  }
}
@media only screen and (min-width: 1098px) {
  .menu {
    position: relative;
    top: 0;
    width: auto;
    height: auto;
    padding: 0rem;
    margin-left: auto;
    background: none;
    box-shadow: none;
  }

  .menu-inner {
    display: flex;
    flex-direction: row;
    column-gap: 2rem;
    margin: 0 auto;
  }

  .menu-link {
    text-transform: capitalize;
  }

  .menu-block {
    margin-left: 2rem;
  }
}

.burger {
  position: relative;
  display: block;
  cursor: pointer;
  user-select: none;
  order: -1;
  z-index: 10;
  width: 1.6rem;
  height: 1.15rem;
  border: none;
  outline: none;
  background: none;
  visibility: visible;
  transform: rotate(0deg);
  transition: 0.35s ease;
}

@media only screen and (min-width: 1098px) {
  .burger {
    display: none;
    visibility: hidden;
  }
}

.burger-line {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  border: none;
  outline: none;
  opacity: 1;
  border-radius: 1rem;
  transform: rotate(0deg);
  background-color: #00284a;
  transition: 0.25s ease-in-out;
}

.burger-line:nth-child(1) {
  top: 0px;
}

.burger-line:nth-child(2) {
  top: 0.5rem;
  width: 70%;
}

.burger-line:nth-child(3) {
  top: 1rem;
}

.burger.is-active .burger-line:nth-child(1) {
  top: 0.5rem;
  transform: rotate(135deg);
}

.burger.is-active .burger-line:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}

.burger.is-active .burger-line:nth-child(3) {
  top: 0.5rem;
  transform: rotate(-135deg);
}

/* ===================FOOTER================= */
.new-landing-footer * {
  list-style: none;
  font-family: "Lato", sans-serif;
  text-decoration: none;
}

.new-landing-footer {
  background-color: #00284a;
}

.new-landing-footer-container {
  margin: 0 auto;
  max-width: 1280px;
  padding: 60px 0;
}

.new-landing-footer-container > p {
  margin: 4rem 0 0 0;
  text-align: center;
  color: #ccd4db;
}

/* .new-landing-footer-sub-container{
    display: grid;
    grid-template-columns: repeat(12, minmax(0,1fr));
} */
.new-landing-footer-icon-container {
  max-width: 20rem;
  margin-bottom: 1.25rem;
}

.new-landing-footer-icon-container a {
  display: flex;
  align-items: center;
}

.new-landing-footer-icon-container p {
  color: white;
  line-height: 1.5rem;
  font-size: 18px;
}

.new-landing-footer-navigation h2,
.new-landing-footer-timings h2,
.new-landing-footer-address h2 {
  font-size: 24px;
  color: white;
  margin: 0 0 2.5rem 0;
}

.new-landing-footer-navigation ul {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0;
}

.new-landing-footer-timings ul {
  gap: 0.5rem;
}

.new-landing-footer-timings ul,
.new-landing-footer-address ul {
  padding: 0;
  margin: 0;
}

.new-landing-footer-address ul {
  line-height: 1px;
  margin: 0 0 2rem 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.new-landing-footer-navigation ul li,
.new-landing-footer-address ul li,
.new-landing-footer-address div {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.new-landing-footer-navigation ul li a,
.new-landing-footer-timings ul li p,
.new-landing-footer-address ul li p {
  color: #ccd4db;
  font-size: 18px;
}

.new-landing-footer-timings ul li p {
  margin: 0.5rem 0;
}

.new-landing-footer-sub-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1280px;
  gap: 1rem;
}

/* ============ CONTACT US =========== */
.contact-us-form {
  width: 100%;
}

.contact-us-form fieldset {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  border: none;
}

@media screen and (min-width: 1024px) {
  .contact-us-vector,
  .contact-us-form {
    width: 50%;
    margin: 0.25rem;
  }

  .contact-us-container {
    flex-wrap: nowrap;
  }
}

@media screen and (min-width: 768px) {
  .new-landing-footer-sub-container {
    display: flex;
    justify-content: space-between;
  }

  .new-landing-footer-icon-container {
    margin-bottom: 0;
  }
}

.send-btn {
  background-color: #005baa;
  padding: 1rem;
  color: white;
  font-family: "Lato";
  width: max-content;
  border-radius: 6px;
  min-width: 14.625rem;
  margin: 1rem 0 0 0;
  border: none;
}

/* disabled send button */
.send-btn:disabled {
  background-color: #b0b0b0;
  color: #ffffff;
  cursor: not-allowed;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  box-shadow: 0px 4px 60px 0px #a6a6a62e;
}

.testimonial-card {
  border: 20px solid transparent;
  border-radius: 2px;
}
.testimonial-card img {
  display: block;
  width: 60px;
  height: 60px;
  object-fit: cover;
}

/* .swiper-slide:nth-child(2n) {
  width: 60%;
}

.swiper-slide:nth-child(3n) {
  width: 40%;
} */

/* .swiper-slide-active{
    transform: scale(1.15) !important;
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
} */
.large-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.z-5 {
  z-index: 5;
}
.active_menu_link {
  color: #005baa;
}
