/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

* {
  box-sizing: border-box;
}

.navigation {
  background-color: #ffffff;
  min-height: 88px;
  width: 100%;
  display: flex;
  align-items: center;
  position: static;
  top: 0;
  background-color: #ffffff;
  z-index: 1994;
  box-shadow: 10px 32px 72px rgba(51, 51, 51, 0.03);
}
.navigation--scroll {
  position: fixed;
}

.navigation .wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.navigation .links {
  display: flex;
  flex-direction: row;
  align-items: center;
  list-style: none;
  gap: 42px;
}
@media screen and (max-width: 900px) {
  .navigation .links {
    display: none;
  }
}
.navigation .links__link a {
  color: #999999;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 21px;
  text-decoration: none;
}
.navigation .links__link--active a, .navigation .links__link:hover a {
  color: #035397;
}

.navigation .user {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 42px;
}
@media screen and (max-width: 900px) {
  .navigation .user {
    display: none;
  }
}
.navigation .user a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #999999;
  text-decoration: none;
}

.navigation .menu-icon {
  display: none;
  height: 24px;
  width: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .navigation .menu-icon {
    display: flex;
  }
}
.navigation .menu-icon span {
  display: block;
  height: 2px;
  background-color: #333333;
  width: 16px;
}

.footer {
  background-color: #ffffff;
  min-height: 248px;
  width: 100%;
}

.footer .wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 24px;
}
.footer .wrapper .group {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 600px) {
  .footer .wrapper .group.about {
    grid-column: 1/5;
  }
}
.footer .wrapper .group.about p {
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 24px;
  color: #999999;
  max-width: 360px;
}
.footer .wrapper .group.about .connect {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.footer .wrapper .group.about .connect:last-child {
  margin-top: -12px;
}
.footer .wrapper .group.about .connect .img {
  width: 24px;
}
.footer .wrapper .group.about .connect a {
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 18px;
  color: #999999;
}
@media screen and (max-width: 600px) {
  .footer .wrapper .group.social {
    grid-column: 3/5;
  }
}
.footer .wrapper .group__title {
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 21px;
  color: #333333;
}
.footer .wrapper .group__link {
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 18px;
  color: #999999;
  text-decoration: none;
}

.copyright {
  background-color: #ffffff;
  min-height: 66px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.copyright .wrapper {
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 18px;
  color: #999999;
}
.copyright .wrapper a {
  text-decoration: none;
  color: inherit;
}

.hero {
  background-color: #ffffff;
  min-height: 790px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 830px) {
  .hero {
    min-height: 980px;
    position: relative;
  }
}
@media screen and (max-width: 378px) {
  .hero {
    min-height: 1092px;
  }
}

.hero .wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 81px;
}
@media screen and (max-width: 830px) {
  .hero .wrapper {
    flex-direction: column;
    gap: 16px;
    margin-top: 0;
  }
}

.hero .content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 370px;
  gap: 32px;
}
@media screen and (max-width: 830px) {
  .hero .content {
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.hero .content__sub-title {
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 21px;
  color: #c4c4c4;
}
.hero .content__main-title {
  font-style: normal;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 56px;
  color: #333333;
}
.hero .content__description {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5rem;
  color: #999999;
}
.hero .content__button-group {
  flex-direction: row;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 830px) {
  .hero .content__button-group {
    position: absolute;
    bottom: 0;
    flex-direction: column;
  }
}

.hero .chapes {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .hero .chapes {
    position: relative;
    justify-content: center;
  }
}
.hero .chapes .chape {
  display: flex;
  flex-direction: column;
  align-content: space-between;
  gap: 64px;
}
.hero .chapes .chape .image {
  background-color: #c4c4c4;
  width: 360px;
  height: 496px;
  border-radius: 320px 320px 0px 0px;
}
@media screen and (max-width: 1250px) {
  .hero .chapes .chape .image {
    width: 281px;
    height: 430px;
  }
}
@media screen and (max-width: 1090px) {
  .hero .chapes .chape .image {
    width: 234px;
    height: 362px;
  }
}
@media screen and (max-width: 990px) {
  .hero .chapes .chape .image {
    width: 186px;
    height: 288px;
  }
}
@media screen and (max-width: 900px) {
  .hero .chapes .chape .image {
    width: 360px;
    height: 496px;
  }
}
@media screen and (max-width: 424px) {
  .hero .chapes .chape .image {
    width: 300px;
  }
}
@media screen and (max-width: 378px) {
  .hero .chapes .chape .image {
    width: 250px;
  }
}
.hero .chapes .chape .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 320px 320px 0px 0px;
  position: relative;
  z-index: 1;
}
.hero .chapes__left {
  align-items: flex-start;
}
.hero .chapes__left .image {
  position: relative;
}
.hero .chapes__left .image::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  box-sizing: border-box;
  bottom: 0;
  left: -16px;
  height: 100%;
  width: 100%;
  border-left: 1px solid #fcd900;
  border-bottom: 1px solid #fcd900;
  border-top: 1px solid #fcd900;
  border-radius: 320px 320px 0px 0px;
  transition: left 0.3s ease;
}
.hero .chapes__left .image:hover::after {
  left: 0;
}
@media screen and (max-width: 900px) {
  .hero .chapes__left .patern {
    position: absolute;
    bottom: -7%;
    left: 0;
    z-index: 0;
  }
}
.hero .chapes__right {
  align-items: flex-end;
}
@media screen and (max-width: 900px) {
  .hero .chapes__right {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.hero .chapes__right .image {
  position: relative;
}
@media screen and (max-width: 900px) {
  .hero .chapes__right .image {
    display: none;
  }
}
.hero .chapes__right .image::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  box-sizing: border-box;
  bottom: 0;
  right: -16px;
  height: 100%;
  width: 100%;
  border-right: 1px solid #fcd900;
  border-bottom: 1px solid #fcd900;
  border-top: 1px solid #fcd900;
  border-radius: 320px 320px 0px 0px;
  transition: right 0.3s ease;
}
.hero .chapes__right .image:hover::after {
  right: 0;
}

.why-choose-us {
  background-color: #ffffff;
  min-height: 382px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-choose-us .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 42px;
}

.why-choose-us .head {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  text-align: center;
}
.why-choose-us .head__subtitle {
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 21px;
  color: #c4c4c4;
}
.why-choose-us .head__title {
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 56px;
  color: #333333;
}

.why-choose-us .content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  gap: 32px;
}
@media screen and (max-width: 600px) {
  .why-choose-us .content {
    flex-direction: column;
    align-items: center;
  }
}
.why-choose-us .content .group {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  gap: 16px;
  width: 384px;
  height: 194px;
  background: #ffffff;
  box-shadow: 10px 32px 72px rgba(51, 51, 51, 0.03);
  border-radius: 10px;
}
@media screen and (max-width: 600px) {
  .why-choose-us .content .group {
    width: 100%;
  }
}
.why-choose-us .content .group__icon {
  background-color: #f1feff;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.why-choose-us .content .group__icon img {
  width: 24px;
}
.why-choose-us .content .group__title {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #333333;
}
.why-choose-us .content .group__info {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #999999;
}

.how-it-works {
  background-color: #ffffff;
  min-height: 702px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.how-it-works .wrapper {
  display: flex;
  flex-direction: column;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .how-it-works .wrapper {
    justify-content: center;
  }
}

.how-it-works .content {
  display: flex;
  flex-direction: column;
  max-width: 460px;
  gap: 32px;
}
@media screen and (max-width: 900px) {
  .how-it-works .content {
    align-items: center;
  }
}
.how-it-works .content .head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
@media screen and (max-width: 900px) {
  .how-it-works .content .head {
    align-items: center;
    text-align: center;
  }
}
.how-it-works .content .head__subtitle {
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 21px;
  color: #c4c4c4;
}
.how-it-works .content .head__title {
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 48px;
  color: #333333;
  max-width: 355px;
}
.how-it-works .content .image {
  display: none;
}
@media screen and (max-width: 900px) {
  .how-it-works .content .image {
    display: block;
    height: 254px;
    width: 90%;
  }
}
.how-it-works .content .steps {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.how-it-works .content .steps .step {
  display: flex;
  flex-direction: column;
  box-shadow: 10px 32px 72px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  padding: 16px;
}
.how-it-works .content .steps .step__title {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 31px;
  color: #333333;
}
.how-it-works .content .steps .step__decription {
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 24px;
  color: #999999;
}

.how-it-works .image {
  position: relative;
  background: #c4c4c4;
  border-radius: 10px;
  width: 632px;
  height: 548px;
}
@media screen and (max-width: 900px) {
  .how-it-works .image {
    display: none;
  }
}
.how-it-works .image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  display: block;
  position: relative;
  z-index: 1;
}
.how-it-works .image .patern:first-child {
  position: absolute;
  top: -28px;
  left: -28px;
}
.how-it-works .image .patern:last-child {
  position: absolute;
  bottom: -28px;
  right: -28px;
}

.featured-property {
  background-color: #ffffff;
  min-height: 1210px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .featured-property {
    min-height: auto;
  }
}

.featured-property .wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.featured-property .head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 4px;
}
.featured-property .head__subtitle {
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 21px;
  color: #c4c4c4;
}
.featured-property .head__title {
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 48px;
  color: #333333;
  max-width: 355px;
}

.featured-property .page {
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
.featured-property .page--active {
  display: flex;
}

.featured-property .page .service {
  display: flex;
  flex-direction: row;
  background: #ffffff;
  box-shadow: 10px 32px 72px rgba(51, 51, 51, 0.03);
  border-radius: 10px;
  padding: 24px;
  gap: 24px;
}
@media screen and (max-width: 600px) {
  .featured-property .page .service {
    flex-direction: column;
    width: 100%;
    display: none;
  }
  .featured-property .page .service:first-child {
    display: flex;
  }
}
.featured-property .page .service__image {
  width: 256px;
  height: 262px;
  background: #c4c4c4;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .featured-property .page .service__image {
    width: 100%;
  }
}
.featured-property .page .service__image img {
  display: block;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.featured-property .page .service__image:hover img {
  transform: scale(1.2);
  transition: transform 0.5s ease;
}
.featured-property .page .service__details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .featured-property .page .service__details {
    gap: 24px;
  }
}
.featured-property .page .service__details .tags {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
.featured-property .page .service__details .tags .tag {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 105px;
  height: 32px;
  border-radius: 32px;
}
.featured-property .page .service__details .tags .tag__icon {
  width: 16px;
}
.featured-property .page .service__details .tags .tag__name {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #c4c4c4;
}
.featured-property .page .service__details .tags .tag:first-child {
  background: #fff5e8;
}
.featured-property .page .service__details .tags .tag:last-child {
  background: #f4f7ff;
}
.featured-property .page .service__details .title {
  font-style: normal;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 32px;
  color: #333333;
  max-width: 246px;
}
.featured-property .page .service__details .price {
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: 21px;
  color: #e8630a;
}
.featured-property .page .service__details .numbers {
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 18px;
  color: #999999;
}
.featured-property .page .service__details .numbers span {
  padding: 0 4px;
}
.featured-property .page .service__details .numbers span:nth-of-type(2) {
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
}

.dotts {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.dotts__dot {
  width: 12px;
  height: 12px;
  background: #f2f2f2;
  display: block;
  border-radius: 50%;
}
.dotts__dot--active {
  background: #c4c4c4;
}

.our-blog {
  background-color: #ffffff;
  min-height: 796px;
  width: 100%;
  display: flex;
  align-content: center;
}

.our-blog .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .our-blog .wrapper {
    justify-content: center;
  }
}

.our-blog .last-post {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 1200px) {
  .our-blog .last-post {
    display: none;
    margin: 42px 0;
  }
}
.our-blog .last-post .image-contaier {
  width: 632px;
  height: 520px;
  background: #c4c4c4;
  border-radius: 10px;
  position: relative;
  margin-bottom: 32px;
}
.our-blog .last-post .image-contaier img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 10px;
}
.our-blog .last-post .image-contaier .author {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 189px;
  height: 74px;
  background: #ffffff;
  border-radius: 0px 0px 0px 10px;
  padding: 16px;
  gap: 16px;
}
.our-blog .last-post .image-contaier .author__image {
  width: 40px;
  height: 40px;
  background: #c4c4c4;
  overflow: hidden;
  border-radius: 50%;
}
.our-blog .last-post .image-contaier .author__image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
}
.our-blog .last-post .image-contaier .author__name {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.our-blog .last-post .image-contaier .author__name .name {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 18px;
  color: #333333;
}
.our-blog .last-post .image-contaier .author__name .title {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 16px;
  color: #999999;
}
.our-blog .last-post .image-contaier .patern {
  position: absolute;
}
.our-blog .last-post .image-contaier .patern.first {
  top: -6%;
  left: -6%;
}
.our-blog .last-post .image-contaier .patern.second {
  bottom: -6%;
  right: -6%;
}
.our-blog .last-post .title {
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 40px;
  color: #333333;
  max-width: 666px;
}
.our-blog .last-post .post-review {
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 24px;
  color: #999999;
  max-width: 576px;
}
.our-blog .last-post .post-review .read-more-btn {
  font-style: normal;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 24px;
  color: #c4c4c4;
  text-decoration: none;
}
.our-blog .last-post .post-review .read-more-btn:hover {
  color: #999999;
}

.our-blog .posts-review {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 900px) {
  .our-blog .posts-review {
    overflow: hidden;
  }
}
.our-blog .posts-review .head {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 1200px) {
  .our-blog .posts-review .head {
    align-items: center;
    text-align: center;
  }
}
.our-blog .posts-review .head__subtitle {
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 21px;
  color: #c4c4c4;
}
@media screen and (max-width: 600px) {
  .our-blog .posts-review .head__subtitle {
    font-size: 0.875rem;
    line-height: 18px;
  }
}
.our-blog .posts-review .head__title {
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 48px;
  color: #333333;
  max-width: 388px;
}
@media screen and (max-width: 600px) {
  .our-blog .posts-review .head__title {
    font-size: 1.5rem;
    line-height: 40px;
  }
}
.our-blog .posts-review .last-post {
  display: none;
}
@media screen and (max-width: 1200px) {
  .our-blog .posts-review .last-post {
    display: flex;
  }
}
@media screen and (max-width: 900px) {
  .our-blog .posts-review .last-post .image-contaier {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .our-blog .posts-review .last-post .image-contaier {
    height: 254px;
  }
}
@media screen and (max-width: 900px) {
  .our-blog .posts-review .last-post {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .our-blog .posts-review .last-post .title {
    font-size: 1rem;
    line-height: 32px;
  }
}
.our-blog .posts-review .posts {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.our-blog .posts-review .posts__post {
  display: flex;
  flex-direction: row;
  width: 472px;
  min-height: 120px;
  background: #ffffff;
  box-shadow: 10px 32px 72px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  padding: 16px;
  gap: 16px;
}
@media screen and (max-width: 1200px) {
  .our-blog .posts-review .posts__post {
    width: 100%;
  }
}
.our-blog .posts-review .posts__post .image {
  max-width: 88px;
  width: 100%;
  height: 88px;
  background: #c4c4c4;
  border-radius: 10px;
  overflow: hidden;
}
.our-blog .posts-review .posts__post .image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.our-blog .posts-review .posts__post .content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.our-blog .posts-review .posts__post .content__title {
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 24px;
  color: #333333;
}
@media screen and (max-width: 600px) {
  .our-blog .posts-review .posts__post .content__title {
    font-size: 0.75rem;
    line-height: 18px;
  }
}
.our-blog .posts-review .posts__post .content__name {
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 24px;
  color: #999999;
}
@media screen and (max-width: 600px) {
  .our-blog .posts-review .posts__post .content__name {
    font-size: 0.625rem;
    line-height: 13px;
  }
}

.testimonial {
  background-color: #fafafa;
  min-height: 562px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.testimonial .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  gap: 42px;
}

.testimonial .head {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 1200px) {
  .testimonial .head {
    align-items: center;
    text-align: center;
  }
}
.testimonial .head__subtitle {
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 21px;
  color: #c4c4c4;
}
@media screen and (max-width: 600px) {
  .testimonial .head__subtitle {
    font-size: 0.875rem;
    line-height: 18px;
  }
}
.testimonial .head__title {
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 48px;
  color: #333333;
}
@media screen and (max-width: 600px) {
  .testimonial .head__title {
    font-size: 1.5rem;
    line-height: 40px;
  }
}

.testimonial .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.testimonial .container .comments .page {
  display: none;
  flex-direction: row;
  gap: 24px;
}
.testimonial .container .comments .page--active {
  display: flex;
}
.testimonial .container .comments .page .comment {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  min-height: 204px;
  padding: 24px;
  gap: 24px;
  max-width: 588px;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .testimonial .container .comments .page .comment {
    display: none;
  }
  .testimonial .container .comments .page .comment:first-child {
    display: flex;
  }
}
.testimonial .container .comments .page .comment__bg {
  background: #ffffff;
  box-shadow: 10px 32px 72px rgba(51, 51, 51, 0.03);
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 80%;
  width: 100%;
}
.testimonial .container .comments .page .comment__image {
  width: 56px;
  height: 56px;
  background: #c4c4c4;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.testimonial .container .comments .page .comment__image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.testimonial .container .comments .page .comment__name {
  font-style: normal;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 16px;
  color: #333333;
  position: relative;
}
.testimonial .container .comments .page .comment__rate {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  margin-top: -14px;
}
.testimonial .container .comments .page .comment__rate img {
  width: 16px;
}
.testimonial .container .comments .page .comment__comment {
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 24px;
  text-align: center;
  color: #999999;
  position: relative;
}
.testimonial .container .dottes {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.testimonial .container .dottes__dot {
  width: 24px;
  height: 4px;
  background: #ededed;
  border-radius: 24px;
}
.testimonial .container .dottes__dot--active {
  background: #c4c4c4;
}

.wrapper {
  max-width: 1200px;
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 1300px) {
  .wrapper {
    padding: 32px;
  }
}
@media screen and (max-width: 600px) {
  .wrapper {
    padding: 16px;
  }
}

.btn {
  border-radius: 10px;
  padding: 9.5px 29.078px;
  text-decoration: none;
  text-transform: capitalize;
  display: flex;
  flex-direction: row;
  justify-content: center;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 900px) {
  .btn {
    padding: 18.8045px 29.078px;
  }
}
.btn.primary {
  background-color: #035397;
  color: #ffffff !important;
}
.btn.primary:hover {
  background-color: #001e6c;
}
.btn.secondary {
  color: #035397;
  border: 1px solid #035397;
  box-sizing: border-box;
}
.btn.secondary:hover {
  background-color: #035397;
  color: #ffffff;
}

.patern {
  display: grid;
  grid-template-rows: repeat(4, 8px);
  grid-template-columns: repeat(5, 8px);
  gap: 8px;
}
.patern__dot {
  background-color: #fcd900;
  border-radius: 50%;
  opacity: 0.4;
}
.patern__dot:hover {
  background-color: #035397;
}

.logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: unset;
  text-decoration: unset;
  gap: 6px;
}
.logo__icon {
  width: 24px;
  transition: all 0.3s ease;
}
.logo__text {
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 21px;
  color: #c4c4c4;
  transition: all 0.3s ease;
}
.logo:hover .logo__icon {
  transform: rotate(90deg);
}
.logo:hover .logo__text {
  color: #035397;
}

body {
  font-family: "DM Sans", sans-serif;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 64px;
}

main {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

/*# sourceMappingURL=styles.css.map */
