@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600&family=Unbounded:wght@400;600;800&display=swap");
body {
  font-family: "Open Sans", sans-serif;
  background: #F2F2F2;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
  font-family: "Unbounded", cursive;
  margin-bottom: 0;
}

h1,
.h1 {
  font-size: 64px;
  line-height: 79px;
}

h2,
.h2 {
  font-size: 48px;
  line-height: 60px;
}

.font-unbounded {
  font-family: "Unbounded";
}

.font-open-sans {
  font-family: "Open Sans", sans-serif;
}

.fw-500 {
  font-weight: 500;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  aspect-ratio: attr(width)/attr(height);
}

ul li {
  list-style-type: none;
}

.font-18 {
  font-size: 18px;
}

.font-14 {
  font-size: 14px;
}

.text-dark {
  color: #161B26;
}

.text-orange {
  color: #F24D19;
}

.text-orange-lite {
  color: #F6A02D;
}

.dark-icon-bg {
  background: #161B26;
  color: #F6A02D;
}

.orange-icon-bg {
  background: #F6A02D;
  color: #161B26;
}

.intro h1 {
  text-transform: uppercase;
}

.navbar-brand {
  color: #fff;
  font-family: "Unbounded", cursive;
  font-weight: 600;
}
.navbar-brand:hover {
  color: #fff;
}

.mc-gradient {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#F24D19), to(#F6A02D));
  background: -o-linear-gradient(left, #F24D19 0%, #F6A02D 100%);
  background: linear-gradient(90deg, #F24D19 0%, #F6A02D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.mc-gradient:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#F24D19), to(#F6A02D));
  background: -o-linear-gradient(left, #F24D19 0%, #F6A02D 100%);
  background: linear-gradient(90deg, #F24D19 0%, #F6A02D 100%);
}

.burger {
  font-size: 28px;
  color: #fff;
}

.dark-bg {
  background: #161B26;
  color: #fff;
}

.white-bg {
  background: #fff;
}

.py-144 {
  padding: 144px 0;
}

.lite-text {
  opacity: 0.75;
}

.lite-white-text {
  color: rgba(255, 255, 255, 0.75);
}

.icon-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 24px;
  width: 48px;
  height: 48px;
  border-radius: 4px;
}

/*------------------------Buttons------------------------*/
.btn {
  border-width: 0;
}

.btn-sm {
  border-radius: 2px;
  height: 32px;
}

.btn-lg {
  height: 48px;
  font-size: 16px;
}

.btn-white-01 {
  background: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
}
.btn-white-01:hover:not([disabled]) {
  background: rgba(255, 255, 255, 0.1);
  color: #F24D19;
}
.btn-white-01[disabled] {
  background: rgba(255, 255, 255, 0.05);
  color: rgba(242, 77, 25, 0.75);
}

.btn-white-05 {
  background: rgba(255, 255, 255, 0.5);
  color: #161B26;
}
.btn-white-05:hover:not([disabled]) {
  background: rgba(255, 255, 255, 0.75);
}
.btn-white-05[disabled] {
  background: rgba(255, 255, 255, 0.25);
}

.btn-orange {
  background: #F24D19;
  color: #FFFFFF;
}
.btn-orange:hover:not([disabled]) {
  background: #F6A02D;
}
.btn-orange[disabled] {
  background: rgba(246, 160, 45, 0.75);
}

.btn-dark {
  background: #161B26;
  color: #FFFFFF;
}
.btn-dark:hover:not([disabled]) {
  background: rgba(255, 255, 255, 0.75);
  color: #161B26;
}
.btn-dark[disabled] {
  background: rgba(255, 255, 255, 0.25);
  color: #161B26;
}

/*------------------------Header------------------------*/
header {
  background: rgba(22, 27, 38, 0.75);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.lang .dropdown-toggle::after {
  display: none;
}
.lang .btn {
  width: 105px;
  height: 32px;
  border: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
}
.lang .btn.show,
.lang .btn .btn:first-child:active,
.lang .btn :not(.btn-check) + .btn:active {
  color: #F24D19;
  background: rgba(255, 255, 255, 0.1);
}
.lang .btn svg path {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.lang .btn.show svg path, .lang .btn:hover svg path {
  fill: #F24D19;
}
.lang .dropdown-menu {
  padding-top: 36px;
  max-width: 105px;
  min-width: 105px;
  background: rgba(255, 255, 255, 0.05);
  inset: -36px auto auto 0px !important;
  text-align: center;
  border-width: 0;
}
.lang .dropdown-item {
  color: #fff;
}
.lang .dropdown-item:focus, .lang .dropdown-item:hover {
  background-color: transparent;
  color: #F24D19;
}

/*------------------------Hero Box------------------------*/
.hero-info {
  padding: 250px 0 144px;
}

.intro {
  position: relative;
  padding-bottom: 70px;
}

.hero-box {
  position: relative;
  z-index: 1;
}
.hero-box .logo-bg img {
  position: absolute;
  bottom: -70px;
  left: 80%;
  height: initial;
  width: 1091px;
  max-width: inherit;
}

/*------------------------What We Do Box------------------------*/
.what-we-do {
  background: url(../images/main/tabs-bg.svg) no-repeat right top;
  background-size: contain;
}
.what-we-do .tab-box {
  background: #161B26;
  position: relative;
  margin-top: 64px;
}
.what-we-do .nav-tabs {
  background: rgba(255, 255, 255, 0.05);
  border-bottom: none;
  gap: 4px;
}
.what-we-do .nav-tabs .nav-link {
  border: none;
  border-radius: 2px;
  color: #fff;
}
.what-we-do .nav-tabs .nav-link.active {
  color: #F24D19;
  background: rgba(255, 255, 255, 0.05);
}
.what-we-do .nav-tabs .nav-link:hover {
  background: rgba(255, 255, 255, 0.05);
}
.what-we-do .tab-poster {
  position: relative;
  margin-top: -9.4rem;
}

/*------------------------About Madcat------------------------*/
.about-box {
  background: -webkit-gradient(linear, right top, left top, from(#F26419), to(#F6A02D));
  background: -o-linear-gradient(right, #F26419 0%, #F6A02D 100%);
  background: linear-gradient(270deg, #F26419 0%, #F6A02D 100%);
  padding: 48px 0 144px;
}

/*------------------------Started Box------------------------*/
.started-box {
  background: url(../images/main/started-bg.svg) right top/25% no-repeat;
}
.started-box .started-steps {
  padding-top: 96px;
}
.started-box .started-steps .step-item {
  min-height: 144px;
  position: relative;
}
.started-box .started-steps .step-item::after {
  content: "";
  position: absolute;
  top: 48px;
  left: 24px;
  width: 1px;
  height: 96px;
  background: #F6A02D;
}
.started-box .started-steps .step-item:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 20.5px;
  background: url(../images/main/arrow-down.svg);
  width: 8px;
  height: 11px;
}
.started-box .started-steps .step-item:last-child::after, .started-box .started-steps .step-item:last-child::before {
  display: none;
}

/*------------------------CEO Quote Box------------------------*/
.quote-box {
  padding: 96px 0 144px;
}
.quote-box .ceo-box .avatar {
  position: relative;
  background: url(../images/main/ceo-bg.svg) bottom/contain no-repeat;
  min-height: 321px;
}
.quote-box .ceo-box .avatar .poster {
  position: absolute;
  bottom: 0;
  left: 0;
}
.quote-box .ceo-box .description {
  padding: 96px 48px;
}
.quote-box .technology-box .tech-item img {
  height: 48px;
}

/*------------------------Contacts------------------------*/
.quote-wrapper .map {
  -webkit-filter: grayscale(100%) invert(100%);
          filter: grayscale(100%) invert(100%);
}
.quote-wrapper .map .map-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.quote-wrapper .map .map-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #D9D9D9;
  opacity: 0.6;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.quote-wrapper .map .map-wrapper:hover:after {
  visibility: hidden;
  opacity: 0;
}
.quote-wrapper .map iframe {
  width: 100%;
  height: 100%;
}

/*------------------------FAQ------------------------*/
.accordion-item {
  background-color: transparent;
  border: 0;
  margin-bottom: 32px;
}

.accordion-button {
  background-color: transparent;
  padding: 0;
  font-size: 24px;
  font-family: "Unbounded";
}
.accordion-button::after {
  content: "\f144";
  font-family: "bootstrap-icons";
  background-image: none;
  width: auto;
  height: auto;
}
.accordion-button:not(.collapsed) {
  color: #F24D19;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
  background-image: none;
}
.accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion-body {
  padding: 0;
}

/*------------------------Footer------------------------*/
.footer {
  padding: 96px 0;
}
.footer .nav-item {
  font-weight: 600;
}
.footer .nav-item span {
  font-weight: 600;
}