:root {
  /* --red: #bf1d2c; */
  --primary: #E88730;
  --primary-soft: #f7d7ba;
}

.logo {
  max-height: 23px !important;
}
.nav-link {
  display: inline-block;
  position: relative;
  color: var(--primary);
}

.nav-link:hover {
  color: var(--primary) !important;
}

.nav-item .active {
  color: var(--primary) !important;
  /* border-bottom: 2px solid var(--primary); */
}

.nav-item .active:hover {
  /* border-bottom: none; */
}

.nav-link::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: var(--primary);;
  transform-origin: bottom center;
  transition: transform 0.25s ease-in-out;
}

.nav-link:hover::after {
  transform: scaleX(1);
  transform-origin: bottom center;
}

/* .different::after{
  content: '';
  position: absolute;
  width: 0px;
  height: 5px;
  left: 50%;
  bottom:0;
  background-color: red;
  transition: ease-in-out .2s;
}
.different:hover::after{
  width: 100%;
  left: 0;
} */

.nav-link {
  padding: 0rem 0rem !important;
  margin: 0.2rem 1rem;
}

.navbar-brand span{
  color: var(--primary);
}

span {
/* color: #616a7d; */
}

.bg-light {
  --bs-bg-opacity: 0;
}

.contactus_button .btn {
  transition: all 0.25s ease-in-out;
}

.contactus_button .btn:hover {
  transform: translateY(-4px);
}

.footer a {
  /*
    All of the base styles have
    moved to the “CSS” tab above.
  */
  /* transition: transform 500ms; */
  transition: all 0.25s ease-in-out;
}

.footer a:hover {
  transform: translateY(-4px);
}

body {
  /* font-family: 'Urbanist' !important; */
  font-family: Urbanist, sans-serif;
  /* font-family: 'Urbanist', sans-serif; */
  /* font-weight: 500 !important; */
}

a {
  font-size: 1rem;
  color: #343f52 !important;
  font-weight: 600;
}

.title {
  color: var(--primary);
}

.bottom-title {
  font-size: 1.4rem;
  text-decoration: none;
}

.fixed-top {
  z-index: 1030;
  background-color: white !important;
  top: -40px;
  transform: translateY(40px);
  transition: transform 0.3s;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  /* border-bottom: 1px solid gray; */
  border: 1px solid rgba(0, 0, 0, 0.125);
}

figure img {
  width: 100%;
  max-width: 100%;
  height: auto !important;
}

.text-line {
  position: relative;
  vertical-align: top;
  padding-left: 1.4rem;
}

.text-primary {
  --bs-text-opacity: 1;
  color: #000 !important;
}

.text-lg-start {
  text-align: left !important;
}

h1 {
  color: #354053;
  font-weight: 600;
}

p {
  color: #616a7d;
}

.image-wrapper {
  background: no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 0;
}

.image-wrapper.bg-full {
  /* background-size: 100%; */
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll !important;
}

.image-wrapper.bg-overlay-light-500:before {
  background: rgba(255, 255, 255, 0.5) !important;
}

.image-wrapper.bg-overlay:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(30, 34, 40, 0.5);
}

.navbar {
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
}

.header .card {
  border: none;
}

.header .container {
  z-index: 1;
}

.gradient-1 {
  background-image: linear-gradient(120deg, var(--primary) 10%, var(--primary) 100%);
}

.btn-gradient {
  color: #fff !important;
  border: 0;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  border-radius: 0.5rem !important;
}

a:focus {
  outline: none !important;
}

.a:focus {
  outline: none !important;
  box-shadow: none !important;
}

@media (max-width: 991.98px) {
  .header .header_image {
    margin-top: 2.5rem;
  }
}

@media (min-width: 992px) {
  .header h1 {
    text-align: left !important;
  }

  .header p {
    text-align: left !important;
  }

  .header .contactus_button {
    text-align: left !important;
  }
}

.section-title {
  font-size: 1rem !important;
  font-weight: 600;
  letter-spacing: 0.04rem;
}

.section-subtitle {
  font-size: 2rem !important;
  font-weight: 600;
  line-height: 1.25;
}

/* services section start  */

.text-gradient {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.services .icon i {
  margin-right: 1rem;
  margin-top: 0.4rem;
}

.services .devlopment_services h3 {
  font-size: 1.5rem !important;
  /* font-weight: 400; */
}

.services .devlopment_services p {
  line-height: 1.7;
  /* font-weight: 400; */
}

.services .devlopment_process h2 {
  font-size: 1.9rem !important;
  margin-bottom: 1.5rem;
}

.services .devlopment_process p {
  font-size: 1.5rem !important;
  line-height: 1.55;
}

.services .devlopment_process p span {
  font-size: 1.2rem !important;
}

.btn-soft-primary {
  /* background-color: #4e6ba770; */
  background-color: var(--primary-soft);
}

.btn.btn-circle {
  padding: 0;
  border-radius: 100% !important;
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.col-md-6.col-lg-3:hover .btn-soft-primary {
  background-color: var(--primary);
  position: relative;
  z-index: 2;
}

.col-md-6.col-lg-3:hover .btn.btn-circle .number {
  color: #fff !important;
}

.btn.btn-circle .number {
  display: table-cell;
  text-align: center;
  margin: 0 auto;
  vertical-align: middle;
  font-size: 1.1rem;
  font-weight: 700;
}

.line {
  position: relative;
}

.process-wrapper.line [class*="col-"]:after {
  width: 75.5%;
  position: absolute;
  content: "";
  height: 1px;
  background: 0 0;
  border-top: 1px solid rgba(164, 174, 198, 0.1);
  top: 1.7rem;
  z-index: 1;
  left: 2.1rem;
  pointer-events: none;
}

@media (max-width: 991.98px) {
 .services .btn-circle {
  margin-bottom: 1.5rem !important;
 }

 .services p {
  margin-bottom: 1.5rem !important;
 }
}

@media (max-width: 991.98px) {
  .process-wrapper.line [class*="col-"]:after {
    position: relative;
  }
}
/* services section end  */

/* platform section start  */

.platforms,.info-technology p {
  word-spacing: 4px;
}

.platforms,.info-technology li {
  color: #616a7d;
}

.icon-list.bullet-bg i {
  border-radius: 100%;
  width: 1.3rem;
  height: 1.3rem;
  font-size: 0.7rem;
  letter-spacing: normal;
  align-items: center;
  justify-content: center;
  display: flex;
}

.icon-list {
  padding-left: 0;
  list-style: none;
}

.icon-list.bullet-soft-primary.bullet-bg i {
  background-color: var(--primary-soft) !important;
  color: var(--primary) !important;
}

/* .bullet-soft-primary {
  margin-top: -0.4rem;
}

.icon-list.bullet-bg li {
  padding-left: 1.5rem;
}

.icon-list li {
  position: relative;
  padding-left: 1.25rem;
} */

/* platform section end  */

/* technologies section start  */

.technologies h2 {
  margin-bottom: 1.2rem;
}

.technologies h4 {
  font-weight: 600;
  margin-top: 0.8rem;
  margin-bottom: 1rem;
}

.technologies .card {
  border-radius: 0.5rem;
}

.technologies .box {
  padding-right: calc(var(--bs-gutter-x) * 0.25);
  padding-left: calc(var(--bs-gutter-x) * 0.25);
}

.technologies .box p {
  font-size: 1.2rem;
}

.technologies .card-body {
  padding: 2rem 2rem;
}

.technologies a {
  position: relative;
  text-decoration: none;
  font-size: 1.2rem;
}

.link-yellow {
  color: #fab758 !important;
}

.technologies .yellow a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  border-radius: 4px;
  background-color: #fab758;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
  margin-bottom: -5px;
}

.technologies a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

.link-red {
  color: #e2626b !important;
}

.technologies .red a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  border-radius: 4px;
  background-color: #e2626b !important;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
  margin-bottom: -5px;
}

.technologies a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

.link-green {
  color: #45c4a0 !important;
}

.technologies .green a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  border-radius: 4px;
  background-color: #45c4a0 !important;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
  margin-bottom: -5px;
}

.technologies a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

.link-blue {
  color: #3f78e0 !important;
}

.technologies .blue a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  border-radius: 4px;
  background-color: #3f78e0 !important;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
  margin-bottom: -5px;
}

.technologies a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

/* technologies section end  */

/* company section start  */

.company,.useangular h5 {
  /* font-weight: 600; */
}

.company,.useangular .right-box {
  padding-left: 3rem;
  padding-right: 3rem;
}

.company,.useangular .right-box p {
  margin-top: 1.9rem;
  font-size: 1.15rem;
}

/* company section end  */

/* question section start  */

.question h3 {
  font-size: 2rem !important;
}

.question .card-header button {
  font-size: 1.05rem;
  word-spacing: 0.2rem;
}

.accordion-wrapper .card-header button {
  cursor: pointer;
  width: 100%;
  text-align: left;
  margin: 0;
  border: 0;
  font-size: 0.85rem;
  font-weight: 700;
  color: #000;
  transition: all 150ms ease-in-out;
  background: 0 0;
  font-size: 1.05rem;
  word-spacing: 0.2rem;
}

.accordion-wrapper .card-header {
  margin-bottom: 0;
  background: 0 0;
  border: 0;
  padding: 1.4rem 2.5rem 1.15rem;
}

.accordion-item button {
  color: var(--primary) !important;
}

.accordion-wrapper .card {
  margin-bottom: 1.25rem;
  border-radius: 0.5rem !important;
}

.accordion-wrapper .card-body {
  padding: 0rem 2.5rem !important;
  font-size: 1.1rem;
}

/* .accordion-wrapper .card-header button:before {
  font-family: Custom;
  position: absolute;
  left: 1.3rem;
  content: "\e903";
  font-size: 1rem;
  font-weight: 400;
  width: 1rem;
  margin-top: -0.2rem;
  margin-left: -0.3rem;
  display: inline-block;
  color: #000;
} */

/*
.accordion-item button:before {
  color: #bf1d2c !important;
} */

/* question section end  */

/* contact us section start  */

.form-floating input {
  height: 3rem !important;
}

.form-floating label {
  padding: 0.75rem 0.75rem !important;
  color: #959ca9;
}

.form-control {
  border-radius: 0.5rem !important;
}

.contact .left-box {
  padding: 0rem 2rem;
}

.contact-email a {
  text-decoration: none;
  font-weight: 400;
}

.btn-primary {
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
}

.btn-primary:hover {
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
}

.btn-primary:disabled,
.btn-primary.disabled {
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #45c4a0;
  outline: 0;
  box-shadow: none;
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  box-shadow: none;
}
.icon-color {
  color: var(--primary);
}

/* testimonial start */

.testimonial h2 {
  color: var(--primary) !important;
}

.testimonial i {
  color: var(--primary);
}

/* testimonial end */

/* footer start */

.btn-check:focus + .btn-primary,
.btn-primary:focus {
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
  box-shadow: 0 0 0 0.25rem rgba(191, 29, 44, 0.4);
}

.footer .container {
  z-index: 1;
}

footer .btn-gradient {
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
}

.box2 h4 {
  font-weight: 600;
}

.box3 h4 {
  font-weight: 600;
}

.footer .box3 .form-control {
  border-top-right-radius: 0rem !important;
  border-bottom-right-radius: 0rem !important;
}

.footer .box3 .form-control:focus {
  border-color: var(--primary) !important;
}

.btn-join button {
  border-top-left-radius: unset !important;
  border-bottom-left-radius: unset !important;
}
.footer .box2 a {
  text-decoration: none !important;
  font-weight: 400;
}

@media (max-width: 576px) {

  .footer .section-subtitle {
    font-size: 1rem !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .footer .btn {
    font-size: 1rem !important;
    padding: 0.5rem !important;
  }

}

@media (min-width: 577px) and (max-width: 767px) {
  .footer .box2 {
    margin-top: 2rem !important;
  }

  .footer .section-subtitle {
    font-size: 1.5rem !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .footer .btn {
    font-size: 1rem !important;
    padding: 0.5rem !important;
  }
}

@media (max-width: 991px) {
  .footer .box3 {
    margin-top: 2rem !important;
  }
}

/* .btn {
  border-top-left-radius: unset !important;
} */

/* footer end */

/* // Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
}

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}
