@import url("//fonts.googleapis.com/css2?family=Inter:wght@400;600;700&family=Montserrat:wght@100;400;700&display=swap");
:root {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
}
@media screen and (max-width: 767.98px) {
  :root {
    font-size: 14px;
  }
}
@media screen and (max-width: 767.98px) {
  :root {
    font-size: 13px;
  }
}

body {
  overflow-x: hidden;
}

.od-hero {
  width: 100%;
  min-height: 700px;
  padding: 8rem 3rem 3rem 3rem;
  background-color: hsl(316, 20%, 37%);
  background-image: url("https://www.images.cybrosys.com/images/hire-odoo-developers/hire-odoo-hero.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .od-hero {
    padding-top: 12rem;
    padding-bottom: 5rem;
    padding-left: 0;
    padding-right: 0;
    display: block;
    min-height: unset;
  }
}

.od-container {
  margin-top: -2rem;
}

.od-hero__title {
  font-size: 3.052rem;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 1rem;
  color: hsl(0, 0%, 100%);
  text-align: left;
}

.od-hero__description {
  font-size: 1.25rem;
  font-family: "Inter", sans-serif;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.9);
}

.od-hero__container {
  max-width: 65%;
}
@media screen and (max-width: 767.98px) {
  .od-hero__container {
    max-width: 100%;
  }
}

.od-btn {
  display: inline-block;
  padding: 0.75rem 3rem;
  border-radius: 3px;
  border: 2px solid;
  font-family: "Inter", sans-serif;
  font-weight: bold;
}

.od-btn--white {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 100%);
  transition: all 0.3s cubic-bezier(0.73, 0.1, 0.36, 0.89);
}
.od-btn--white:hover {
  background-color: hsl(0, 0%, 95%);
  border-color: hsl(0, 0%, 95%);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: all 0.3s cubic-bezier(0.73, 0.1, 0.36, 0.89);
}
.od-btn--white:focus {
  box-shadow: none;
}

.od-btn--text-dark {
  color: hsl(206, 61%, 13%);
}

.od-btn--primary {
  background-color: hsl(316, 20%, 37%);
  border-color: hsl(316, 20%, 37%);
  transition: all 0.3s cubic-bezier(0.73, 0.1, 0.36, 0.89);
}
.od-btn--primary:hover {
  background-color: hsl(316, 20%, 27%);
  border-color: hsl(316, 20%, 27%);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: all 0.3s cubic-bezier(0.73, 0.1, 0.36, 0.89);
}
.od-btn--primary:focus {
  box-shadow: none;
}

.od-btn--text-primary {
  color: hsl(316, 20%, 37%);
}

.od-btn--text-white {
  color: hsl(0, 0%, 100%);
}

.od-btn--text-dark-hover:hover {
  color: hsl(206, 61%, 13%) !important;
}

.od-btn--outline {
  background-color: transparent;
  color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 100%);
}
.od-btn--outline:hover {
  color: hsl(316, 20%, 37%);
}

.od-btn--primary-outline {
  background-color: transparent;
  color: hsl(316, 20%, 37%);
  border-color: hsl(316, 20%, 37%);
}
.od-btn--primary-outline:hover {
  color: hsl(0, 0%, 100%);
}

.od-hero__action {
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.od-hero__action > * {
  margin-right: 0.5rem;
}
.od-hero__action > *:last-child {
  margin-right: 0;
}

.od-hero__number-list {
  padding-left: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 575.98px) {
  .od-hero__number-list {
    flex-wrap: wrap;
    gap: 20px;
    align-items: flex-start;
  }
}

.od-hero__number-item {
  margin-right: 3rem;
  position: relative;
}
.od-hero__number-item::after {
  content: "";
  position: absolute;
  display: block;
  top: 25%;
  right: -25px;
  width: 1px;
  height: 60%;
  background-color: rgba(255, 255, 255, 0.1);
}
.od-hero__number-item:last-child::after {
  content: unset;
}
@media screen and (max-width: 575.98px) {
  .od-hero__number-item {
    max-width: 120px;
    margin-right: 0;
  }
  .od-hero__number-item::after {
    content: unset;
  }
}

.od-hero__number {
  font-size: 1.953rem;
  color: hsl(0, 0%, 100%);
  display: block;
}
@media screen and (max-width: 767.98px) {
  .od-hero__number {
    height: 50px;
  }
}

.od-hero__label {
  color: hsl(0, 0%, 100%);
  font-family: "Inter", sans-serif;
}

.od-section {
  padding-top: 7em;
  padding-bottom: 7rem;
}

.od-section__subtitle {
  color: hsl(316, 20%, 37%);
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  margin-bottom: 1.5rem;
}

.od-section__title {
  font-size: 2.441rem;
  line-height: 125%;
  color: hsl(0, 0%, 20%);
  font-weight: bold;
}

.od-section__text--invert {
  color: hsl(0, 0%, 100%) !important;
}

.od-section__description {
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  color: hsl(0, 0%, 30%);
  max-width: 1200px;
  margin: 2rem auto !important;
  line-height: 150%;
  display: block;
  margin-bottom: 3rem !important;
}

.od-lead__cards {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1199.98px) {
  .od-lead__cards {
    flex-wrap: wrap;
    justify-content: center;
  }
}

