/*- Font sizes (px)
10 / 12 / 14 / 16 / 18 / 20 / 24 / 30 / 36 / 44 / 52 / 62 / 74 / 86 / 98
*/

* {
  --primary-color: #3CAEFA;
}

body {
  color: #555;
  font-family: "Outfit", sans-serif;
  /* background-color: #F5F5F5; */
  background-color: #FFFFFF;
}

::selection {
  color: #FFF;
  background: #242428;
}

::-moz-selection {
  color: #FFF;
  background: #242428;
}

.navbar {
  height: 64px;
  transition: background-color 0.3s, backdrop-filter 0.3s;
}

.navbar-brand {
  font-weight: bold;
  color: #000;
}

.nav-link {
  color: #000 !important;
}

.contact-info {
  color: #000;
  text-align: right;
}

.contact-info i {
  margin-right: 5px;
}

.btn-outline-light {
  border: 2px solid #000;
  border-radius: 25px;
  margin-left: 2.5rem;
  color: #000;
}

.glass-effect {
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
}

.hero-section {
  width: 100%;
  color: #000;
  margin: 10rem 0;
}

.hero-section h1 {
  font-size: 4rem;
  margin-bottom: 1rem;
  align-items: center;
}

.hero-section p {
  font-size: 1.5rem;
  max-width: 600px;
}

.contact-btn {
  border: 1px solid #242428;
  border-radius: 100px;
  transition: 0.3s;
  margin-right: 1rem;
}

.contact-btn p {
  margin-bottom: 0px !important;
  font-size: 1rem;
  padding: 8px 30px 8px 30px;
}

.contact-btn:hover {
  background-color: #242428;
  color: #FFF;
  cursor: pointer;
}

.schedule-meet {
  border: 1px solid #242428;
  border-radius: 100px;
  background-color: #242428;
  color: #FFF;
  transition: 0.3s;
}

.schedule-meet p {
  margin-bottom: 0px !important;
  font-size: 1rem;
  padding: 8px 30px 8px 30px;
}

.schedule-meet:hover {
  cursor: pointer;
}

.about-text {
  font-size: 18px;
  line-height: 2rem;
  font-weight: 300;
}

.btn-primary:hover {
  background-color: #257dfd !important;
}

.blue-bg {
  background-color: var(--primary-color);
  color: #fff;
}

.nav-tabs {
  border: none;
}

.nav-tabs .active {
  background-color: #0a58ca !important;
  border: none;
  color: #fff !important;
}

.footer-section {
  background-color: #0a58ca !important;
  border: none;
  color: #fff !important;
}

.why-flutter-list p {
  margin-left: 8px;
}

.ionicons {
  color: #0a58ca;
  background-color: #f2f2f2;
  padding: 16px;
  height: 26px;
  width: 26px;
  margin-bottom: 12px;
  border-radius: 10px;
}

.contact-ionicons {
  color: #f2f2f2;
  height: 50px;
  width: 50px;
}

.book-call {
  color: #FFF;
  height: 26px;
  width: 26px;
}

/* Vision & Mission start */
.vision-section {
  margin-top: 3rem;
  margin-bottom: 8rem;
}

.vision-section .vision {
  height: 250px;
  background-color: #242428;
  text-align: center;
  align-content: center;
  color: #FFF;
  padding: 0 50px;
}

.vision-section .mission {
  height: 250px;
  background-color: #B69440;
  text-align: center;
  color: #FFF;
  padding: 0 50px;
  align-content: center;
}

/* Vision & Mission end */

/* Why work with us start */
.work-with-section {
  margin-top: 3rem;
}

.work-with-inner {
  color: #000;
}

.work-with-img {
  text-align: center;
}

.work-with-inner ul,
li {
  padding-left: 1rem;
}

/* Why work with us end */

/* Service start */
.services-section {
  margin-top: 5rem;
}

.service-card {
  height: 250px;
  transition: 0.5s;
  text-align: center;
  justify-content: center;
  border-radius: 16px;
}

.service-card:hover {
  background-color: #242428;
  color: #FFF;
  cursor: pointer;
}

.service-title {
  font-size: 1.3rem;
  font-weight: 600;
}

.service-description {
  font-size: 0.9rem;
}

.know-more-btn {
  width: 180px;
  border: 1px solid #242428;
  border-radius: 24px;
  transition: 0.3s;
  text-align: center;
}

.know-more-btn p {
  margin: auto;
  padding: 0.6rem 0rem;
}

.know-more-btn:hover {
  background-color: #242428;
  color: #FFF;
  cursor: pointer;
}

/* Service end */

/* Technologies start */
.technology-section {
  margin-top: 8rem;
}

.technology-section .tech-logo img {
  height: 50px;
  margin-bottom: 3rem;
}

/* Technologies end */

/* FAQ start */
.faq-section {
  margin-top: 8rem;
}

.faq-section .faq-inner {
  max-width: 650px;
  margin: auto;
}

.accordion-button {
  font-weight: 600;
}

.accordion {
  --bs-accordion-btn-active-icon: background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed) {
  color: #FFF !important;
  background-color: #242428 !important;
  font-weight: 600;
}

.accordion-button:link,
.accordion-button:visited,
.accordion-button:hover,
.accordion-button:active {
  background-color: #242428 !important;
  color: #FFF !important;
  text-decoration: none !important;
  border: hidden !important;
  border-color: #FFF !important;
  box-shadow: 0px !important;
}

.accordion-button:focus {
  border-color: #FFF !important;
  box-shadow: 0 0 0 0 #FFF !important;
}

.accordion-button.collapsed::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23242428'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-body {
  color: #6f6f6f;
}

/* FAQ end */

/* Contact Us start*/
.contact-us {
  margin-top: 10rem;
}

.contact-us .contact-us-form {
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: 5px 5px #000;
  border: 2px solid #000;
}

.contact-us p {
  font-size: 1.5rem;
  color: #FFF;
  margin-bottom: 0;
}

.contact-us a {
  text-decoration: none;
}

.contact-info {
  padding: 16px 0px;
  background-color: #242428;
  border-radius: 8px;
}

/* Contact Us end */

/* Footer start */
.footer-copyright {
  background-color: #242428;
  color: #fff;
}

.footer-copyright p {
  margin: 0;
  font-size: 1rem;
  font-weight: 100;
}

/* Footer end */

@media (max-width:500px) {
  .contact-us .contact-us-form {
    background-color: #FFF;
    border-radius: 10px;
    border: 1px solid #000;
    box-shadow: none;
    margin-left: 8px;
  }

}

.contact-us .contact-item {
  height: 120px;
  width: 120px;
  border-radius: 50%;
  display: inline-block;
  background-color: #0a58ca;
  box-shadow: 5px 5px #000;
  border: 1px solid #000;
}

@media (min-width: 768px) {
  .h-16-lg {
    height: 4rem;
  }
}

@media (max-width: 600px) {
  .d-xs-none {
    display: none;
  }
  .hero-section {
    padding: 0 16px;
    width: 100%;
    height: 100%;
    margin: 5rem 0;
  }
  .hero-section h1 {
    font-size: 2rem;
  }
  .hero-section p {
    font-size: 1rem;
  }
  .work-with-img img{
    display: none;
  }
  .contact-us {
    margin-top: 3rem;
  }
  .contact-us p {
    font-size: 0.8rem;
  }
}