a {
  text-decoration: inherit;
  color: inherit;
  cursor: pointer !important;
}

* {
  box-sizing: border-box;
  border-radius: 0px !important;
}

*::before {
  border-radius: 0px !important;
}

@font-face {
  font-family: sans;
  src: url(../fonts/sanss.ttf);
}

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

body {
  font-family: sans;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}

.main-container {
  display: flex;
  flex-direction: column;
  margin-left: 112px;
  margin-right: 112px;
  margin-top: 180px;
  margin-bottom: 152px;
  gap: 120px;
  max-width: 1216px;
}

.post-and-other-articles {
  display: flex;
  gap: 136px;
}

.post {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.post-header {
  display: flex;
  flex-direction: column;
  padding-top: 8px;
  padding-bottom: 8px;
  gap: 24px;
}

.post-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.post-tags>span {
  padding: 2px 10px;
  color: #363f72;
  background-color: #f8f9fc;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  border-radius: 16px;
}

.post-header-title-and-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.post-header-title-and-text>h1 {
  font-size: 32px;
  line-height: 56px;
  font-weight: 700;
  margin: 0;
}

.post-header-title-and-text>p {
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
  margin: 0;
  color: #495057;
}

.post-date-and-info {
  display: flex;
  gap: 24px;
}

.post-date-and-info-info {
  display: flex;
  gap: 8px;
  color: #adb5bd;
}

.post-date-and-info-info>span {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.img-container>img {
  width: 100%;
  height: auto;
  border-radius: 16px;
}

.post-main-content {
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.text-step {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.text-step>h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  text-align: right;
  margin: 0;
}

.text-step>p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-align: right;
  color: #495057;
  margin: 0;
}

.other-post-in-main-contnet {
  display: flex;
  padding: 12px;
  gap: 24px;
  border-radius: 16px;
  border: 1px solid #0d92f440;
  background: #f3f9fd;
}

.other-post-in-main-contnet>img {
  width: 138px;
  height: 78px;
  object-fit: cover;
  align-self: center;
  flex-shrink: 0;
}

.you-have-to-read {
  display: flex;
  flex-direction: column;
  padding: 8px 0px 8px 0px;
  gap: 6px;
}

.you-have-to-read-top {
  display: flex;
  gap: 6px;
  border-radius: 8px 0px 0px 0px;
  color: #0d92f4;
}

.you-have-to-read-top>span {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
}

.you-have-to-read-bottom {
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  text-align: right;
}

.project-intro {
  padding: 4px;
  border-radius: 20px;
  border: 1px solid #e9ecef;
}

.project-intro-inner {
  display: flex;
  flex-direction: column;
  padding-top: 24px;
  padding-bottom: 20px;
  padding-right: 24px;
  padding-left: 12px;
  gap: 10px;
  border-radius: 20px;
  height: 184px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2)),
    url("https://molka.ir/wp-content/uploads/2021/05/artiman-1.jpg");
  background-repeat: no-repeat;
  background-clip: padding-box;
  background-origin: border-box;
  background-size: 100% auto;
  background-position: center center;
}

.project-intro-inner>.right-side {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  justify-content: space-between;
  z-index: 10000;
  height: 100%;
}

.project-intro>.right-side>.right-side-top {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.intro-project-link {
  display: flex;
  gap: 6px;
}

.intro-project-link>span {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  color: #0d92f4;
}

.project-name {
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  text-align: right;
  color: #00275e;
}

.right-side-bottom {
  display: flex;
  width: 264px;
  gap: 16px;
}

.right-side-bottom-brand-name {
  display: flex;
  gap: 6px;
  align-items: center;
}

.right-side-bottom-brand-name>span {
  font-size: 11px;
  font-weight: 600;
  line-height: 20px;
  text-align: right;
  color: #00275e;
}

.right-side-bottom-area {
  display: flex;
  gap: 6px;
  align-items: center;
}

.right-side-bottom-area>span {
  font-size: 11px;
  font-weight: 600;
  line-height: 20px;
  text-align: right;
  color: #00275e;
}

.suggested-buildings {
  display: flex;
  padding: 12px;
  gap: 12px;
  border-radius: 16px;
  border: 1px solid #e9ecef;
}

.suggested-buildings-building {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: 0;
}

.suggested-buildings-building>img {
  width: 100%;
  height: 136.5px;
  border-radius: 8px;
  object-fit: cover;
}

.suggested-buildings-building-name {
  display: flex;
  padding: 16px 8px 12px 4px;
  gap: 0px;
  justify-content: space-between;
}

.suggested-buildings-building-name>span {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: right;
  color: #495057;
}

.suggested-buildings-building-divider {
  width: 2px;
  height: 188.5px;
  background-color: #e9ecef;
}

.post-contact-us {
  display: flex;
  padding: 40px;
  border-radius: 16px;
  justify-content: space-between;
  background: url("../images/12.png");
  background-repeat: no-repeat;
  position: relative;
  justify-content: center;
  align-items: center;
  gap: 108px;
  background-position: left center;
  background-size: 135% 456%;
}


.post-contact-us::before {
  background-color: rgba(0, 39, 94, 0.7);
  content: "";
  display: block;
  height: 100%;
  border-radius: 16px;
  position: absolute;
  width: 100%;
  z-index: 100;
}

.post-contact-us-right {
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.post-contact-us-right>h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  text-align: right;
  color: #ffffff;
  margin: 0;
}

.post-contact-us-right>span {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-align: right;
  color: #ffffff;
}

.post-contact-us-left {
  z-index: 1000;
  display: flex;
  padding: 10px 12px 10px 12px;
  gap: 6px;
  border-radius: 8px;
  color: #144181;
  text-decoration: none;
  background-color: #ffffff;
  align-self: flex-end;
  flex-shrink: 0;
}

.post-contact-us-left>span {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
}

.post-and-other-articles-bottom {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.related-topics {
  display: flex;
  gap: 16px;
  flex-direction: column;
  flex-basis: 100%;
}

.related-topics>h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  text-align: right;
  color: #495057;
  margin: 0;
}

.topics {
  display: flex;
  gap: 8px;
}

.topics>span {
  padding: 4px 12px 4px 12px;
  border-radius: 16px;
  background-color: #f8f9fa;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
}

.post-and-other-articles-bottom-divider {
  height: 1px;
  background: #e9ecef;
}

.read-more-suggestion {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.read-more-suggestion>h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  text-align: right;
  color: #1a1a1a;
  margin: 0;
}

.read-more-element-container {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.read-more-element {
  display: flex;
  gap: 16px;
  flex-basis: 388px;
}

.read-more-element>img {
  width: 138px;
  height: 78px;
  border-radius: 6px;
  flex-grow: 0;
  flex-basis: 138px;
  object-fit: cover;
}

.read-more-element-title-and-text {
  display: flex;
  flex-direction: column;
  padding: 2px 0px 2px 0px;
  gap: 6px;
  flex-grow: 1;
  flex-basis: 0;
  justify-content: space-between;
}

.read-more-element-title-and-text>h3 {
  color: #1d2024;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-align: right;
  margin: 0;
}

.read-more-element-title-and-text>span {
  color: #adb5bd;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-align: right;
}

.other-articles-container {
  display: flex;
  flex-direction: column;
  gap: 80px;
  padding-top: 56px;
}

.pre-order {
  border-radius: 12px;
  padding-right: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 280px;
  height: 280px;
  background-position: center right;
  background-size: 147% 126%;
  background-repeat: no-repeat;
}

.pre-order>h1 {
  color: #0b3875;
  width: 101px;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  text-align: right;
  margin: 0;
}

.pre-order>span {
  color: #265295;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-align: right;
  width: 120px;
  display: inline-block;
  margin-top: 40px;
}

.pre-order>a {
  display: inline-flex;
  padding: 8px 10px 8px 10px;
  gap: 4px;
  border-radius: 6px;
  border: 1.5px solid #265295;
  text-decoration: none;
  align-items: center;
  margin-top: 16px;
  color: #265295;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
}

.share-social-madia {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.share-social-madia>h2 {
  color: #1a1a1a;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  text-align: right;
  margin: 0;
}

.share-social-madia>span {
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  text-align: right;
  color: #adb5bd;
}

.share-social-media-icons-container {
  display: flex;
  padding: 4px 0px 4px 0px;
  gap: 24px;
  color: #495057;
}

.share-social-media-icons-container>a {
  display: flex;
}

.other-articles-articles {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.other-articles-articles>h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  text-align: right;
  margin: 0;
  color: #1a1a1a;
}

.other-articles-articles-article {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #e9ecef;
}

.the-article {
  display: flex;
  flex-direction: column;
  padding: 16px 0px 16px 0px;
  gap: 8px;
}

.other-articles-articles-article:last-child {
  border-bottom: none;
}

.the-article>h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  text-align: right;
  color: #1d2024;
  margin: 0;
}

.the-article>span {
  font-family: IRANSansXVF;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  text-align: right;
  color: #adb5bd;
}

.suggested-projects {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.suggested-projects>h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  text-align: right;
  color: #1a1a1a;
  margin: 0;
}

.suggested-projects-container {
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
}

.suggested-project {
  display: flex;
  flex-direction: column;
  padding: 16px 0px 16px 0px;
  gap: 8px;
  width: 100%;
}

.suggested-project>img {
  width: 100%;
  height: 158px;
  border-radius: 8px;
  object-fit: cover;
  max-width: 280px;
}

.suggested-project>h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  text-align: right;
  color: #1d2024;
  margin: 0;
}

.suggested-project>span {
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  text-align: right;
  color: #adb5bd;
}

.comments-container {
  display: flex;
  padding: 80px 0px 0px 0px;
  gap: 40px;
  border-top: 1px solid #e9ecef;
  opacity: 0px;
}

.comments {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex-grow: 1;
}

.comment-counter {
  margin: 0;
  color: #1d2024;
  font-size: 32px;
  font-weight: 700;
  line-height: 56px;
  text-align: right;
}

.comments-area {
  display: flex;
  flex-direction: column;
  padding: 6px 0px 6px 0px;
  gap: 12px;
}

.comment {
  display: flex;
  flex-direction: column;
  padding: 12px 0px 12px 0px;
  gap: 8px;
  border-bottom: 1px solid #e9ecef;
}

.inner-comment {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.inner-comment-top {
  display: flex;
  gap: 12px;
  align-items: center;
}

.inner-comment-top>img {
  width: 32px;
  height: 32px;
  border-radius: 100%;
}

.inner-comment-top>h6 {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-align: right;
  color: #1d2024;
  margin: 0;
}

.inner-comment-top-date {
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
  text-align: right;
  color: #adb5bd;
}

.inner-comment-top-status {
  background-color: #f8f9fa;
  color: #495057;
  font-size: 11px;
  font-weight: 500;
  line-height: 18px;
  text-align: right;
  padding: 4px 6px 4px 6px;
  border-radius: 10px;
  opacity: 0px;
}

.inner-comment-middle {
  display: flex;
  gap: 10px;
  padding: 12px 32px 4px 0px;
}

.inner-comment-middle>p {
  margin: 0;
  color: #495057;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  text-align: right;
}

.inner-comment-bottom {
  padding-right: 32px;
}

.reply-to-comment {
  display: inline-flex;
  padding: 8px 10px 8px 10px;
  gap: 4px;
  border-radius: 8px;
  color: #265295;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
}

.replier-name {
  display: flex;
  padding: 4px 6px 4px 6px;
  gap: 4px;
  border-radius: 6px;
  background-color: #e9ecef;
  color: #495057;
  font-size: 11px;
  font-weight: 500;
  line-height: 18px;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  flex-shrink: 0;
}

.comment-reply {
  padding-right: 48px;
}

.comment-reply>.inner-comment>.inner-comment-middle {
  padding: 12px 0px 4px 0px;
}

.comment:last-child {
  border-bottom: none;
}

.send-comment {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 384px;
}

.send-comment>h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  text-align: right;
  color: #1d2024;
  margin: 0;
}

.form-send {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.form-send>form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.form-send>form>input[type="text"] {
  padding: 16px;
  border-radius: 8px;
  border: none;
  background-color: #f8f9fa;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-align: right;
  font-family: sans;
  width: 100%;
}

.form-send>form>input[type="email"] {
  padding: 16px;
  border-radius: 8px;
  border: none;
  background-color: #f8f9fa;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-align: right;
  font-family: sans;
  width: 100%;
}

.form-send>form>textarea {
  padding: 16px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-align: right;
  background-color: #f8f9fa;
  border: none;
  font-family: sans;
  width: 100%;
  height: 200px;
  resize: none;
}

.form-send>form>button {
  display: flex;
  padding: 10px 12px 10px 12px;
  gap: 6px;
  border-radius: 8px;
  background-color: #00275e;
  color: #ffffff;
  border: none;
  align-self: flex-end;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  font-family: sans;
}

.newsletter {
  display: flex;
  flex-direction: column;
  gap: 40px;
  border-radius: 16px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  background: url("../images/12.png");
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
}

.newsletter::before {
  background-color: rgba(0, 39, 94, 0.9);
  content: "";
  display: block;
  height: 100%;
  border-radius: 16px;
  position: absolute;
  width: 100%;
  z-index: 100;
}

.newsletter-top {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 94.5px;
  z-index: 1000;
  margin-left: 243px;
  margin-right: 243px;
}

.newsletter-top>h2 {
  margin: 0;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
}

.newsletter-top>span {
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #ffffff;
}

.newsletter-bottom {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 280px;
  margin-bottom: 94.5px;
  z-index: 1000;
}

.newsletter-bottom>input[type="email"] {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 12px;
  line-height: 20px;
  border-radius: 8px;
  border: none;
  text-align: center;
}

.newsletter-bottom>input[type="submit"] {
  padding: 12px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  border-radius: 8px;
  border: 1.5px solid #fff;
  text-align: center;
  background-color: transparent;
  color: #fff;
}

.main-nav-container {
  background-color: #ffffff;
  display: flex;
  padding: 16px 40px 16px 40px;
  gap: 40px;
  border-bottom: 1px solid #e5e5e5;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000000000;
}

.nav-container {
  display: flex;
  width: 100%;
  max-width: 1224px;
  gap: 40px;
  justify-content: space-between;
  position: relative;
}

.nav-left-side>img {
  width: 134px;
  height: 24px;
  align-self: center;
}

.nav-items {
  display: flex;
  gap: 16px;
}

.nav-item {
  display: flex;
  padding: 10px 12px 10px 12px;
  gap: 6px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
}

.nav-left-side {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.nav-buttons {
  display: flex;
  gap: 24px;
}

.nav-buttons>a {
  display: flex;
  padding: 10px 12px 10px 12px;
  gap: 6px;
  border-radius: 8px;
  border: 1.5px solid #00275e;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
}

.nav-buttons>a.exp {
  display: flex;
  padding: 10px 12px 10px 12px;
  gap: 6px;
  border-radius: 8px;
  border: 1.5px solid #00275e;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #ffffff;
  background-color: #00275e;
  text-align: center;
}

.nav-extended-area {
  background-color: #ffffff;
  width: 100%;
  top: 75px;
  left: 0;
  right: 0;
  display: none;
  align-items: center;
  position: absolute;
  z-index: 999999;
  padding: 32px 300px 32px 300px;
  gap: 64px;
  box-shadow: 0px 5px 7px -8px #aaa;
  justify-content: center;
}

.nav-extended-items {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-self: flex-start;
}

.nav-extended-items>h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  text-align: right;
  margin: 0;
}

.nav-extended-items-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.nav-extended-items-inner>a {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: right;
}

.menu-button {
  display: none;
  cursor: pointer;
}

.resp-nav-extended-items {
  display: none;
  flex-direction: column;
  gap: 24px;
}

.resp-nav-extended-items>h4 {
  display: flex;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  text-align: right;
  margin: 0;
  gap: 12px;
  cursor: pointer;
}

.svg-icon-container {
  display: flex;
  align-items: center;
}

.resp-nav-extended-items-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding-right: 16px;
  padding-left: 16px;
}

.suggested-projects-container-count2 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

/* Responsive Handler */
@media only screen and (max-width: 1195px) {
  .main-container {
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 88px;
    margin-bottom: 88px;
    gap: 64px;
  }

  .post-contact-us {
    display: flex;
    flex-direction: column;
    padding: 32px 40px 32px 40px;
    border-radius: 16px;
    justify-content: space-between;
    background: url("../images/12.png");
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    position: relative;
    justify-content: center;
    align-items: center;
    gap: 32px;
    background-position: left center;
    background-size: 135% 456%;
  }

  .post-contact-us-right>h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
  }

  .post-contact-us-right>span {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
  }

  .post-contact-us-left {
    align-self: center;
  }

  .comments-container {
    flex-direction: column;
    align-items: center;
  }

  .right-side-bottom {
    flex-direction: column;
  }

  .send-comment {
    width: 100%;
  }
}

@media only screen and (max-width: 1030px) {
   .suggested-projects-container {
    flex:1 1 100%;
  }
  .suggested-project {
    flex-shrink: 0;
    width: 100%;
  }
  .suggested-project>img {
    max-width: 100%;
    height: 192px;
    object-fit: cover;
  }
  .nav-buttons>a.desktop-btn {
    display: none;
  }
  
  .nav-buttons>a.mobile-contact-btn {
    display: flex;
    padding: 10px 12px 10px 12px;
    gap: 6px;
    border-radius: 8px;
    border: 1.5px solid #00275e;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    color: #00275e;
    background-color: transparent;
  }

  .nav-items {
    display: none;
  }

  .menu-button {
    display: flex;
  }

  .nav-extended-area {
    background-color: #ffffff;
    height: auto;
    align-items: flex-start;
    padding: 24px 24px 44px 24px;
    gap: 64px;
    box-shadow: 0px 5px 7px -8px #aaa;
    flex-direction: column;
  }

  .nav-extended-items {
    display: none;
  }

  .nav-extended-items-inner {
    gap: 20px;
    width: 147.5px;
    flex-shrink: 0;
  }

  .nav-extended-items-inner>h5 {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-align: right;
    margin: 0;
    color: #adb5bd;
  }

  .resp-nav-extended-items {
    display: flex;
  }

  .comments {
    order: 2;
  }

  .suggested-buildings {
    flex-direction: column;
  }

  .suggested-buildings-building-divider {
    width: 100%;
    height: 1px;
  }

  .suggested-buildings-building {
    flex-direction: row;
    justify-content: space-between;
  }

  .suggested-buildings-building>img {
    width: 160px;
    height: 90px;
    order: 2;
    flex-shrink: 0;
  }

  .suggested-buildings-building-name>span {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    order: 2;
    max-width: 200px;
  }

  .suggested-buildings-building-name {
    flex-direction: column;
    padding: 12px 12px 16px 12px;
  }
}

@media only screen and (max-width: 850px) {
  .post-and-other-articles {
    flex-direction: column;
    gap: 30px;
  }

  body {
    display: block;
    overflow-x: hidden;
  }
  .other-articles-container {
    padding-top: 0;
  }

  .post-and-other-articles {
    flex-direction: column;
  }

  .right-side-bottom {
    flex-direction: column;
    gap: 8px;
  }
  .main-container {
    margin-left: 16px;
    margin-right: 16px;
    margin-top: 88px;
    margin-bottom: 88px;
    gap: 40px;
  }

  .nav-extended-area {
    height: 100vh;
    overflow-y: auto;
    padding-bottom: 150px;
    padding-top: 350px;
  }

  .other-articles-container {
    padding-top: 0;
  }

  .post-and-other-articles {
    flex-direction: column;
  }

  .post-header-title-and-text>h1 {
    font-size: 24px;
    line-height: 40px;
    font-weight: 700;
    margin: 0;
  }

  .post-header-title-and-text>p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
  }

  .you-have-to-read-bottom {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
  }


  .project-name {
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
  }

  .intro-project-link,
  .intro-project-link>span {
    font-size: 12px !important;
  }

  .right-side-bottom {
    flex-direction: column;
    gap: 8px;
  }

  .project-intro-inner {
    background-size: 154% 240%;
    height: 200px;
    background-position: right center;
  }
  .read-more-element {
    flex:1 1 calc(50.40% - 64px);
  }
  .suggested-buildings {
    flex-direction: column;
  }

  .suggested-buildings-building-divider {
    width: 100%;
    height: 1px;
  }

  .suggested-buildings-building {
    flex-direction: row;
    justify-content: space-between;
  }

  .suggested-buildings-building>img {
    width: 160px;
    height: 90px;
    order: 2;
    flex-shrink: 0;
  }
  .suggested-project{
    
    flex:1 1 100%;
  }

  .suggested-projects-container {
    flex:1 1 100%;
  }

  .suggested-buildings-building-name>span {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    order: 2;
    max-width: 123px;
  }

  .suggested-buildings-building-name {
    flex-direction: column;
    padding: 12px 12px 16px 12px;
  }

  .post-contact-us {
    display: flex;
    flex-direction: column;
    padding: 32px 40px 32px 40px;
    border-radius: 16px;
    justify-content: space-between;
    background: url("../images/12.png");
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    position: relative;
    justify-content: center;
    align-items: center;
    gap: 32px;
    background-position: left center;
    background-size: 135% 456%;
  }

  .post-contact-us-right>h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
  }

  .post-contact-us-right>span {
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
  }

  .post-contact-us-left {
    align-self: center;
  }

  .read-more-element>img {
    align-self: center;
  }

  .pre-order {
    width: 100%;
  }

  .suggested-project>img {
    width: 100%;
    height: 350px;
  }

  .comments-container {
    flex-direction: column;
  }

  .send-comment {
    width: 100%;
  }
  .newsletter-top {
    gap: 12px;
    margin-top: 70.5px;
    margin-left: 31px;
    margin-right: 31px;
  }

  .newsletter-bottom {
    gap: 12px;
    margin-bottom: 70.5px;
  }

  .newsletter-top>h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
  }

  .newsletter-top>span {
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    text-align: center;
  }
}

@media only screen and (max-width: 680px) {
 
  .read-more-element {
    flex:1 1 100%;
  }

  .post-and-other-articles {
    flex-direction: column;
  }

  .right-side-bottom {
    flex-direction: column;
    gap: 8px;
  }
}

@media only screen and (max-width: 445px) {
  .main-container {
    margin-left: 16px;
    margin-right: 16px;
    margin-top: 88px;
    margin-bottom: 88px;
    gap: 40px;
  }

  .nav-extended-area {
    height: 100vh;
    overflow-y: auto;
    padding-bottom: 150px;
    padding-top: 350px;
  }

  .other-articles-container {
    padding-top: 0;
  }

  .post-and-other-articles {
    flex-direction: column;
  }

  .post-header-title-and-text>h1 {
    font-size: 24px;
    line-height: 40px;
    font-weight: 700;
    margin: 0;
  }

  .post-header-title-and-text>p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
  }

  .you-have-to-read-bottom {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
  }

  .project-name {
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
  }

  .intro-project-link,
  .intro-project-link>span {
    font-size: 12px !important;
  }

  .right-side-bottom {
    flex-direction: column;
    gap: 8px;
  }

  .project-intro-inner {
    background-size: 154% 240%;
    background-position: right center;
  }

  .suggested-buildings {
    flex-direction: column;
  }

  .suggested-buildings-building-divider {
    width: 100%;
    height: 1px;
  }

  .suggested-buildings-building {
    flex-direction: row;
    justify-content: space-between;
  }

  .suggested-buildings-building>img {
    width: 160px;
    height: 90px;
    order: 2;
    flex-shrink: 0;
  }

  .suggested-buildings-building-name>span {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    order: 2;
    max-width: 123px;
  }

  .suggested-buildings-building-name {
    flex-direction: column;
    padding: 12px 12px 16px 12px;
  }

  .post-contact-us {
    display: flex;
    flex-direction: column;
    padding: 32px 40px 32px 40px;
    border-radius: 16px;
    justify-content: space-between;
    background: url("../images/12.png");
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    position: relative;
    justify-content: center;
    align-items: center;
    gap: 32px;
    background-position: left center;
    background-size: 135% 456%;
  }

  .post-contact-us-right>h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
  }

  .post-contact-us-right>span {
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
  }

  .post-contact-us-left {
    align-self: center;
  }

  .read-more-element>img {
    align-self: center;
  }

  .pre-order {
    width: 100%;
  }

  .suggested-project>img {
    width: 100%;
    height: 192px;
  }

  .comments-container {
    flex-direction: column;
  }

  .send-comment {
    width: 100%;
  }

  .newsletter-top {
    gap: 12px;
    margin-top: 70.5px;
    margin-left: 31px;
    margin-right: 31px;
  }

  .newsletter-bottom {
    gap: 12px;
    margin-bottom: 70.5px;
  }

  .newsletter-top>h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
  }

  .newsletter-top>span {
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    text-align: center;
  }
}

/* Responsive Handler */