:root {
  --primary-color: #091C2D;
  --secondary-color: #EAE3D6;
}

@font-face {
  font-family: Noto-Sans-Regular;
  src: url('../fonts/NotoSerifGeorgian-Regular.ttf');
}

@font-face {
  font-family: Noto-Sans-Bold;
  src: url('../fonts/NotoSerifGeorgian-Bold.ttf');
}

@font-face {
  font-family: Noto-Sans-Extrabold;
  src: url('../fonts/NotoSerifGeorgian-ExtraBold.ttf');
}

body {
  margin: 0;
  background-color: var(--primary-color);
  color: #fff;
}

.project-4 .flat-areas li:nth-child(1){
    display:none;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 60px;
  background-color: var(--primary-color);
}

.header .logo img {
  height: 40px;
}

.header-icons {
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
}

.header-icons .call {
  position: relative;
}

.header-icons .call img {
  width: 185px;
}

.header-icons .burger img {
  width: 60px;
}

.header-icons .call:hover::after {
  content: '032 2 055 555';
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  color: #FFFFFF;
  white-space: nowrap;
}

.lang-dropdown {
  position: relative;
  display: inline-block;
}

.lang-dropdown .current-lang {
  cursor: pointer;
  border-bottom: 1px solid var(--secondary-color);
  opacity: .68;
}

.lang-dropdown ul {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  color: white;
  opacity: .68;
  list-style: none;
  padding: 0px;
  margin-top: 0px;
  z-index: 1000;
  min-width: 60px;
}

.blog-content a {
  text-decoration: none;
}

.project-floors .dropdown select{
    color: #eae3d6 !important;
}

.single-project .project-overview .col-lg-6:nth-child(1) img {
  border-radius: 0px;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
}

.single-project .project-overview .col-lg-6:nth-child(2) img {
  border-radius: 0px;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
}

.single-project .project-details p,
.single-project .project-details ul {
  font-size: 16px;
  color: white;
  font-family: 'Noto-Sans-Regular';
}

.single-project .project-details ul {
  padding-left: 0px;
  list-style: none;
}

.single-project .project-details ul li:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(/assets/img/li-icon.svg);
}

.lang-dropdown ul li {
  padding: 0px 0px;
  cursor: pointer;
}

.lang-dropdown:hover ul,
.lang-dropdown ul:hover {
  display: block;
}

/*Full Screen Menu*/
.fullscreen-menu {
  display: none;
  position: fixed;
  inset: 0;
  background: var(--secondary-color);
  z-index: 9999;
  padding: 50px 80px;
  font-family: 'Noto Serif Georgian', sans-serif;
}

.fullscreen-menu .menu-right {
  width: 60%;
}

.fullscreen-menu.active {
  display: block;
}

.fullscreen-menu .menu-logo {
  height: 60px;
}

.fullscreen-menu .close-btn img {
  width: 40px;
}

.fullscreen-menu .menu-links a {
  text-decoration: none;
  color: transparent;
}

.menu-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-logo {
  height: 40px;
}

.close-btn {
  font-size: 32px;
  background: none;
  border: none;
  color: #9B8C6B;
  cursor: pointer;
}

.menu-columns {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 40px;
}

.menu-left h3 {
  color: #A69C7C;
  font-size: 45px;
  font-family: 'Noto-Sans-Extrabold';
}

.menu-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-links li {
  display: flex;
  gap: 50px;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #6A6D72;
  color: #091C2D;
  cursor: pointer;
  font-size: 30px;
  font-family: 'Noto-Sans-Extrabold';
}

.menu-links li span {
  font-family: 'Noto-Sans-bold';
}

.menu-links li img {
  margin-left: auto;
  width: 15px;
}

.menu-links .active {
  color: #A69C7C;
}

.menu-links li:hover {
  color: #A69C7C;
}

.icon-link {
  font-style: normal;
  color: #091C2D;
  font-size: 14px;
}

.menu-social {
  margin-top: 40px;
  float: right;
}

.menu-social a {
  margin-right: 10px;
}

.menu-social a {
  color: transparent;
}

.menu-social a:last-child {
  margin-right: 0px;
}


.slider-section {
  position: relative;
  margin: 0px 40px;
  height: 100vh;
  background-size: cover;
  background-position: center;
  transition: background-image 1s ease-in-out;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  z-index: 2;
}

.slide-controls {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-size: 20px;
  cursor: pointer;
}

.slide-content {
  position: absolute;
  left: 60px;
  bottom: 100px;
}

.slide-content h1 {
  font-size: 100px;
  font-family: noto-sans-bold;
  line-height: 100px;
}

.slide-content h1 span {
  color: #A69C7C;
  font-size: 80px;
  font-family: noto-sans-bold;
}

.slider-btn {
  display: flex;
  align-items: center;
}

.slide-content .btn {
  margin-right: 10px;
  margin-top: 40px;
  cursor: pointer;
}

.slide-content .btn01 {
  color: var(--primary-color);
  font-family: noto-sans-extrabold;
  font-size: 18px;
  width: 250px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--secondary-color);
  border-radius: 0px;
  border-top-right-radius: 38px;
  border-bottom-left-radius: 38px;
}

.slide-content .btn01:hover {
  background-color: var(--primary-color);
  color: var(--secondary-color);
}

.slide-content .btn02 {
  font-family: noto-sans-regular;
  font-size: 18px;
  color: #DBD9D5;
  margin-left: 20px;
}

.slide-content .btn02:focus,
.slide-content .btn01:focus {
  border: none;
}

.slide-number .line {
  content: '';
  position: absolute;
  right: 0;
  top: 45%;
  transform: translateY(-50%);
  height: 2px;
  width: 40px;
  background: #fff;
  display: none;
}

.slide-number.active .line {
  display: block;
}

.slide-number {
  position: relative;
  opacity: 0.5;
  font-weight: 400;
  cursor: pointer;
  padding-right: 70px;
  padding-bottom: 5px;
  font-family: 'Noto-Sans-Regular';
}

.slide-number.active {
  opacity: 1;
}

.search-form {
  background-color: var(--secondary-color);
  color: #000;
  padding: 30px 80px;
  margin: 0px 40px;
  border-bottom-left-radius: 100px;
  border-top-right-radius: 100px;
  padding-top: 160px;
  z-index: 1;
  position: relative;
  top: -130px;

}

.search-form select.projects,
.search-form select.rooms {
  border-bottom-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border: 1px solid #091C2D;
  padding: 10px 40px;
  background-image: url(/assets/img/search-arrow.svg) !important;
  background: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  color: #091C2D;
  opacity: .51;
  font-family: 'Noto-Sans-Regular';
  font-size: 16px;
  height: 60px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.search-form .sqm {
  border-bottom-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border: 1px solid #091C2D;
  opacity: .51;
  padding: 10px 30px;
  color: #091C2D;
  height: 60px;
  cursor: pointer;
}

.search-form .sqm select {
  background: transparent;
  opacity: .51;
  font-family: 'Noto-Sans-Regular';
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  background-image: none;
}

.search-form .sqm select:nth-child(1) {
  border: none;
  border-right: 1px solid #091C2D;
  border-radius: 0px;
  padding-left: 0px;
  padding-right: 20px;
}

.search-form .sqm select:nth-child(2) {
  padding: 0px;
  padding-left: 20px;
  border: none;
}

.search-form .form-select:focus,
.search-form select:focus {
  box-shadow: none;
}

.search-form h2 {
  font-size: 30px;
  font-family: 'Noto-Sans-Extrabold';
  margin-bottom: 20px;
}

.search-form label {
  font-family: 'Noto-Sans-Regular';
  font-size: 16px;
  opacity: .47;
}

/* Hide number input arrows for all browsers */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.search-form button {
  border-bottom-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  height: 60px;
  background: #091C2D;
  font-family: 'Noto-Sans-Extrabold';
  font-size: 22px;
  letter-spacing: .32px;
  width: 100%;
}

.projects-section {
  padding: 60px;
  padding-top: 0px;
  background: #0c1a2d;
  color: white;
  position: relative;
}

.projects-title {
  color: #EAE3D6;
  font-size: 100px;
  font-family: 'Noto-Sans-Bold';
  margin-bottom: 00px;
  text-align: right;
  padding: 0px;
  position: relative;
  top: -45px;
  right: 100px;
}

.project-list {
  display: flex;
  gap: 25px;
  justify-content: start;
}

.border-animation {
  border: .5px solid #6A6D72;
  border-bottom-right-radius: 100px;
  margin-top: 60px;
  animation: none;
}

.border-animation hr {
  width: 0;
  height: 1px;
  background-color: #6A6D72;
  border: none;
  margin-top: 50px;
  transition: width 1.2s ease-out;
}

.border-animation.animate-border hr {
  width: 90%;
}

/* Actual border that animates around */
.border-animation::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 0.5px solid #6A6D72;
  border-radius: 100px;
  pointer-events: none;
  z-index: -1;
  clip-path: inset(100% 0 0 0);
  /* hidden from top */
  transition: clip-path 1.5s ease-out;
}

/* Triggered class */
.border-animation.animate-border::before {
  clip-path: inset(0 0 0 0);
  /* reveals full border */
}

.project-card {
  width: 33.3%;
  position: relative;
  border-radius: 0 0 60px 0;
  overflow: hidden;
  background: #0c1a2d;
}

.project-image img {
  width: 100%;
  display: block;
  transition: transform 0.5s ease;
}

.hover-overlay {
  position: absolute;
  inset: 0;
  background: rgba(12, 26, 45, 0.325);
  opacity: 0;
  transition: opacity 0.4s ease;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.project-card:hover .hover-overlay {
  opacity: 1;
}

.project-card:hover img {
  transform: scale(1.05);
}

.progress-header {
  display: flex;
  justify-content: space-between;
  background: #EAE3D6;
  color: #091C2D;
  font-size: 22px;
  font-family: 'Noto-Sans-regular';
  border-bottom-right-radius: 90px;
  text-align: center;
}

.progress-header .status {
  background-color: #CBC0AC;
  border-bottom-right-radius: 90px;
  padding: 10px 15px;
  padding-bottom: 15px;
}

.progress-percent {
  padding: 10px 15px;
  padding-left: 0px;
  position: relative;
  right: 20px;
  font-family: 'Noto-Sans-Regular';
  font-size: 18px;
}

.project .progress-percent {
  right: 70px;
}

.single-project .atlanti-trn-header h2 {
  font-size: 130px;
  margin-bottom: 20px;
}

.project .swiper-pagination-bullet-active {
  background: #EAE3D6 !important;
  border: .5px solid #091C2D !important;
  width: 40px !important;
  border-radius: 8px !important;
  height: 10px !important;
}

.project .swiper-pagination-bullet {
  background: #FFFFFF;
  opacity: 1;
  height: 10px;
  width: 10px;
  margin-left: 20px !important;
}

.atlanti-project.light .project-location img {
  filter: invert(1);
}

.atlanti-project.light .link-muted {
  color: #091C2D;
}

.all-flats .search-form h2 {
  display: none;
}

.all-flats .atlanti-trn-header h2 {
  font-size: 170px;
}

.project .atlanti-footer {
  margin-top: 100px;
}

.progress-header.sold-25 .status {
  width: 25%;
}

.progress-header.sold-50 .status {
  width: 50%;
}

.progress-header.sold-75 .status {
  width: 75%;
}

.progress-header.sold-100 .status {
  width: 80%;
}

.project-name {
  font-size: 30px;
  font-family: 'Noto-Sans-regular';
  color: white;
  text-align: center;
  background: #091c2d4e;
  font-weight: bold;
  padding: 25px 15px;
}

.projects-description {
  text-align: center;
  font-family: 'Noto-Sans-Regular';
  font-size: 20px;
  line-height: 35px;
  width: 70%;
  margin: 50px auto;
}

.all-projects {
  font-family: 'Noto-Sans-extrabold';
  margin-top: 20px;
  display: inline-block;
  background: #EAE3D6;
  color: #091C2D;
  padding: 10px 25px;
  border-radius: 0px;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 30px;
  font-weight: bold;
  text-decoration: none;
  width: 220px;
  height: 50px;
}

.all-projects:hover {
  background: #eae3d6e1;
  color: #091C2D;
}

.why-atlanti {
  background-color: #f6f0e6;
  margin: 0px 60px;
  margin-right: 0px;
  border-bottom-left-radius: 100px;
}

.why-wrapper {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
}

.why-text {
  flex: 1;
  color: #0c1a2d;
}

.section-label {
  font-size: 70px;
  font-weight: bold;
  margin: 0;
  margin-left: 80px;
  margin-bottom: 30px;
  color: #EAE3D6;
  font-family: 'Noto-Sans-Bold';
}

.section-title {
  font-size: 70px;
  margin: 0;
  margin-left: 100px;
  color: #091C2D;
  font-family: 'Noto-Sans-Extrabold';
}

.why-sub {
  color: var(--primary-color);
  font-size: 35px;
  font-family: 'Noto-Sans-regular';
  margin: 0px;
}

.why-text .content {
  padding: 0px 60px;
}

.why-text hr {
  border-width: .5px;
  color: #707070;
  width: 75%;
  margin-inline-start: inherit;
  margin: 40px 0px;
}

.why-text p {
  margin-top: 50px;
  margin-bottom: 0px;
  font-family: 'Noto-Sans-Regular';
  font-size: 18px;
}

.why-image {
  flex: 1;
  overflow: hidden;
  border-radius: 0 0 60px 0;
  position: relative;
}

.why-image img {
  width: 500px;
  height: auto;
  margin-bottom: 50px;
  display: block;
  transform: translateY(-400px);
  opacity: 0;
  transition: transform 1.4s ease, opacity 1.4s ease;
}

.why-image.revealed img {
  transform: translateY(0);
  ;
  opacity: 1;
}

.atlanti-blog {
  padding: 50px 60px;
  background-color: #0c1a2d;
  color: white;
}

.singleline .blog-title {
  text-align: left;
  margin-left: 0px;
  margin-top: 0px;
}

.single-blog .blog-title {
  text-align: left;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 30px;
}

.single-blog .blog-content p {
  margin-bottom: 30px;
}

.single-blog .blog-content b {
  font-size: 16px;
  font-family: 'Noto-Sans-Regular';
  line-height: 1.6;
  color: #6A6D72;
}

.featured-blog-card {
  border: 1px solid #707070;
  border-bottom-left-radius: 86px;
  border-top-right-radius: 86px;
}

.atlanti-blog .blog-cards.singleline .blog-card,
.single-blog .atlanti-blog .blog-cards .blog-card {
  width: 100%;
  padding: 60px;
  border-top-right-radius: 100px;
}

.single-blog .blog-content {
  padding: 30px 0px;
}

.atlanti-blog .blog-cards.singleline .blog-card img,
.single-blog .atlanti-blog .blog-cards .blog-card img {
  border-top-right-radius: 86px;
  border-bottom-left-radius: 86px;
  height: 300px;
  object-fit: cover;
}

.atlanti-blog .row.blog-cards .blog-card.col-md-4 {
  width: 32%;
  padding: 0px;
  border-top-right-radius: 86px;
  border-bottom-left-radius: 86px;
}

.atlanti-blog .row.blog-cards .blog-card.col-md-4 .blog-content {
  padding: 30px 50px;
  padding-right: 20px;
}

.atlanti-blog .row.blog-cards .blog-card.col-md-4 img {
  height: 250px;
  border-top-right-radius: 86px;
  border-bottom-left-radius: 86px;
}

.atlanti-blog .row.blog-cards {
  gap: 20px;
  justify-content: start;
}

.single-blog-img img {
  margin-right: 40px;
}

.blog-title {
  color: #EAE3D6;
  font-family: 'Noto-Sans-Bold';
  font-size: 80px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: inline-block;
  padding: 20px 0;
  margin-left: 50px;
}

.blog-cards {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.blog-card {
  border: .5px solid #707070;
  overflow: hidden;
  width: 48%;
  display: flex;
  flex-direction: column;
}

.atlanti-blog.custom .blog-card:nth-child(1) {
  border-bottom-right-radius: 100px;
  border-top-left-radius: 100px;
}

.atlanti-blog.custom .blog-card:nth-child(1) img {
  border-radius: 0px;
  border-bottom-right-radius: 100px;
}

.atlanti-blog.custom .blog-card:nth-child(2) {
  border-bottom-left-radius: 100px;
  border-top-right-radius: 100px;
}

.atlanti-blog.custom .blog-card:nth-child(2) img {
  border-radius: 0px;
  border-bottom-left-radius: 100px;
}

.recently .blog-cards .blog-card:nth-child(1) {
  border-bottom-right-radius: 100px;
  border-top-left-radius: 100px;
}

.recently .blog-cards .blog-card:nth-child(1) img {
  border-radius: 0px;
  border-bottom-right-radius: 100px;
}

.recently .blog-cards .blog-card:nth-child(2) {
  border-bottom-left-radius: 100px;
  border-top-right-radius: 100px;
}

.recently .blog-cards .blog-card:nth-child(2) img {
  border-radius: 0px;
  border-bottom-left-radius: 100px;
}

.blog-image img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  display: block;
}

.blog-content {
  padding: 30px 70px;
}

.blog-content .post-date {
  font-size: 15px;
  font-family: 'Noto-Sans-Regular';
  color: #6A6D72;
}

.blog-heading {
  color: #FFFFFF;
  font-size: 30px;
  margin-bottom: 20px;
  margin-top: 10px;
  font-family: 'Noto-Sans-Regular';
}

.blog-content p {
  font-size: 16px;
  font-family: 'Noto-Sans-Regular';
  line-height: 1.6;
  color: #6A6D72;
  margin-bottom: 0px;
}

.atlanti-leads {
  background-color: #f6f0e6;
  padding: 50px 60px;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  color: #0c1a2d;
  margin-top: 50px;
  margin-bottom: 100px;
  margin-left: 40px;
  margin-right: 40px;
}

.leads-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.leads-title {
  font-size: 30px;
  margin-bottom: 24px;
  font-family: 'Noto-Sans-Extrabold';
}

.leads-subtitle {
  font-size: 20px;
  color: #091C2D;
  margin-bottom: 40px;
  font-family: 'Noto-Sans-regular';
}

.leads-form {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.leads-form input {
  font-family: 'Noto-Sans-regular';
  padding: 15px 25px;
  border-radius: 0px;
  border: 1px solid #ccc;
  font-size: 16px;
  background: transparent;
  color: #091C2D;
  flex: 1 1 220px;
  text-align: center;
  border-top-right-radius: 38px;
  border-bottom-left-radius: 38px;
}

.leads-form input::placeholder {
  opacity: 0.49;
}

.submit-btn {
  font-family: 'Noto-Sans-extrabold';
  padding: 15px 30px;
  background: #091C2D;
  color: white;
  font-weight: bold;
  border-top-right-radius: 38px;
  border-bottom-left-radius: 38px;
  border: none;
  cursor: pointer;
  min-width: 200px;
  flex-shrink: 0;
}

.leads-form input:focus {
  border-color: #091C2D;
}

.atlanti-footer {
  background: #A69C7C;
  padding: 60px;
  padding-bottom: 25px;
  font-family: 'Noto Serif Georgian', sans-serif;
  color: #0c1a2d;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 40px;
}

.footer-column {
  flex: 1 1 180px;
}

.footer-column h4 {
  font-family: 'Noto-Sans-Regular';
  font-size: 20px;
  margin-bottom: 20px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 10px;
  font-family: 'Noto-Sans-Regular';
  font-size: 14px;
  color: #091C2D;
  display: flex;
  align-items: center;
  gap: 19px;
}

.footer-column a {
  text-decoration: none;
}

.footer-bottom {
  text-align: center;
  font-size: 14px;
  color: #6A6D72;
  font-family: 'Noto-Sans-Regular';
  padding-top: 30px;
}

.about-main-section {
  background-color: #0c1a2d;
  padding: 80px 0;
  padding-bottom: 50px;
  color: white;
}

.atlant-partners {
  margin: 50px 60px;
  margin-bottom: 80px;
}

.atlant-partners h2 {
  color: #EAE3D6;
  font-family: 'Noto-Sans-Bold';
  font-size: 40px;
  margin-bottom: 50px;
}

.atlant-partners img {
  margin-right: 70px;
}

.about-main-section .section-heading {
  font-family: 'Noto-Sans-Bold';
  margin-top: 40px;
  color: #EAE3D6;
  font-size: 40px;
}

.about-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  border: 0.5px solid #eae3d654;
  padding: 20px;
  padding-left: 60px;
  border-top-right-radius: 80px;
}

.about-list {
  display: inline-flex;
  align-items: center;
  background: #EAE3D6;
  text-align: center;
  justify-content: center;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 10px 30px;
  margin-bottom: 30px;
  margin-top: 20px;
}

.about-list h3 {
  color: #091C2D;
  font-family: 'Noto-Sans-Regular';
  font-size: 20px;
  margin-left: 10px;
  margin-bottom: 0px;
}

.section-heading {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
}

.about-paragraph-box {
  background-color: transparent;
  font-family: 'Noto-Sans-Regular';
  font-size: 20px;
  margin-bottom: 30px;
  width: 90%;
}

.about-list-main p {
  font-family: 'Noto-Sans-Regular';
  font-size: 16px;
}

.about-paragraph-box p {
  font-family: 'Noto-Sans-Regular';
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.8;
  color: white;
}

.about-values-list {
  font-family: 'Noto-Sans-Regular';
  list-style: none;
  padding-left: 0px;
  margin-top: 0px;
  color: white;
}

.about hr {
  width: 50%;
  margin: 0px;
  border-color: #707070
}

.about-values-list img {
  margin-right: 10px;
}

.about-image img {
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  width: 100%;
  object-fit: cover;
}

.atlanti-contact {
  background-color: #0c1a2d;
  padding: 80px 0;
  color: white;
  border-bottom-left-radius: 200px;
}

.atlanti-contact .row {
  border: .5px solid #eae3d65e;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  padding-left: 50px;
  margin: 0px 40px;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  background-position: right calc(.75em + .1875rem) center !important;
}

.atlanti-contact .container {
  max-width: 1400px;
}

.atlanti-contact .section-title:nth-child(1) {
  padding-top: 100px;
}

.atlanti-contact .section-title {
  font-family: 'Noto-Sans-Bold';
  margin-left: 0px;
  color: #EAE3D6;
  font-size: 25px;
  margin-bottom: 30px;
  padding-top: 50px;
}

.contact-info ul {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
}

.contact-info ul li {
  margin-bottom: 15px;
}

.contact-info ul li a {
  color: #FFFFFF;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 19px;
  font-size: 15px;
  font-family: 'Noto-Sans-Regular';
}

.contact-info ul li a:hover {
  opacity: 1;
}

.contact-form-box {
  background-color: #EAE3D6;
  padding: 100px 80px;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  text-align: center;
}

.form-wrapper .form-title {
  font-family: 'Noto-Sans-Bold';
  font-size: 25px;
  font-weight: 700;
  color: #0c1a2d;
  margin-bottom: 30px;
}

.form-wrapper .form-subtitle {
  color: #6A6D72;
  font-size: 15px;
  margin-bottom: 70px;
  font-family: 'Noto-Sans-regular';
}

.contact-form input {
  width: 100%;
  padding: 14px 20px;
  border-radius: 0px;
  border: .5px solid #6A6D72;
  margin-bottom: 20px;
  font-size: 14px;
  outline: none;
  background: transparent;
  padding-left: 40px;
  border-top-right-radius: 38px;
  border-bottom-left-radius: 38px;
  font-family: 'Noto-Sans-regular';
}

.contact-form input::placeholder {
  opacity: .49;
}

.contact-form .submit-btn {
  padding: 15px 40px;
  background-color: #091C2D;
  color: white;
  border: none;
  border-radius: 0px;
  font-size: 15px;
  border-top-right-radius: 38px;
  border-bottom-left-radius: 38px;
  font-family: 'Noto-Sans-Extrabold';
}

/*projects page*/
.atlanti-project {
  background-color: #0c1a2d;
  color: white;
  padding: 80px 0;
}

.project-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 60px;
}

.project-info {
  flex: 1;
}

.project-title-banner .project-title {
  background: #eae3d6;
  border-top-right-radius: 30px;
  padding: 10px 100px;
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
  left: -100px;
}

.project .project-title {
  font-family: 'Noto-Sans-Bold';
  color: #0c1a2d;
  font-weight: 800;
  font-size: 32px;
  margin: 0;
}

.atlanti-project.light .project-location {
  color: #091C2D;
}

.atlanti-project.light .project-description,
.atlanti-project.light .project-details {
  color: #091C2D;
}

.atlanti-project.light .project-actions .btn-main {
  background: #091C2D;
  color: #FFFFFF;
}

.atlanti-project.light .project-title {
  background: #091C2D;
  color: #EAE3D6;
  margin-left: 100px;
  padding: 20px;
  padding-top: 100px;
  width: 100%;
  border-radius: 0px;
  border-bottom-left-radius: 50px;
  font-size: 60px;
  text-align: center;
}

.single-project .project-status {
  width: 100%;
  border-radius: 0px !important;
  height: 50px;
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}

.project .project-status {
  width: 100%;
  border-radius: 0px !important;
  height: 50px;
  display: flex;
  align-items: center;
  margin-bottom: 0px;
  padding: 0px;
}

.project .project-status .status-label {
  background: #CBC0AC;
  height: 50px;
  display: flex;
  align-items: center;
  width: 70%;
  border-bottom-right-radius: 100px;
  text-align: center;
  justify-content: center;
  font-family: 'Noto-Sans-Regular';
  font-size: 18px;
}

.project-location {
  display: flex;
  align-items: center;
  color: #EAE3D6;
  gap: 10px;
  font-size: 18px;
  margin-top: 20px;
  font-family: 'Noto-Sans-Regular';
}

.project-description,
.project-details {
  font-size: 16px;
  line-height: 1.6;
  margin: 20px 0;
  margin-top: 50px;
  color: white;
  font-family: 'Noto-Sans-Regular';
}

.project-description ul {
  list-style: none;
  padding-left: 0px;
  margin-top: 50px;
}

.project-description ul li {
  margin-bottom: 10px;
}

.project-description ul li:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url('/assets/img/li-icon.svg');
}

.project-features {
  padding-left: 0px;
}

.project-features li img {
  margin-right: 10px;
}

.project-features li {
  margin-bottom: 10px;
  list-style: none;
  font-size: 16px;
}

.project-actions {
  margin-top: 40px;
  display: flex;
  gap: 20px;
  align-items: center;
}

.project-actions .btn-main {
  background: #EAE3D6;
  color: #0c1a2d;
  padding: 14px 30px;
  border-radius: 0px;
  font-size: 18px;
  font-family: 'Noto-Sans-Extrabold';
  border-top-right-radius: 38px;
  border-bottom-left-radius: 38px;
}

.project-actions .btn-main:hover {
  background: #0c1a2d;
  color: #EAE3D6;
}

.link-muted {
  color: #DBD9D5;
  text-decoration: none;
  font-size: 18px;
  font-family: 'Noto-Sans-Regular';
  margin-left: 30px;
}

.project-image-slider {
  flex: 1;
  position: relative;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  overflow: hidden;
}

.project-status {
  background-color: #eae3d6;
  color: #0c1a2d;
  display: flex;
  justify-content: space-between;
  padding: 10px 30px;
  font-weight: 600;
  font-size: 16px;
}

.slider-wrapper img {
  width: 100%;
  border-bottom-left-radius: 100px;
}

.slider-wrapper {
  width: 100%;
  max-width: 800px;
  height: 400px;
  margin: auto;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.atlanti-project.light {
  display: flex;
  justify-content: space-between;
  padding: 60px 0;
  background-color: #eae3d6;
  border-bottom-left-radius: 150px;
  padding-top: 0px;
}

.atlanti-project.light .project-image-slider {
  margin-top: 30px;
}

.atlanti-project.light .project-description ul li:before {
  background-image: url('/assets/img/list_icon_black.svg');
}


/*Single project*/
.single-project .header {
  background: transparent;
}

.project-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: -100px;
  z-index: -1;
}

.building-floorplan {
  position: relative;
  width: 100%;
  height: 100%;
}

.building-floorplan img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.floor-hover-label {
  position: absolute;
  bottom: 10%;
  left: 5%;
  background: #F2EBDD;
  padding: 15px 20px;
  border-radius: 15px;
  font-weight: bold;
  text-align: center;
  color: #091C2D;
}

.project-overview .rounded-img,
.project-map-summary .rounded-img {
  border-radius: 40px;
  width: 100%;
  height: auto;
}

.project-title {
  font-size: 36px;
  color: #fff;
  margin-bottom: 15px;
}

.project-desc {
  color: #fff;
  margin-bottom: 20px;
}

.project-status {
  background: #F2EBD9;
  color: #091C2D;
  padding: 5px 15px;
  border-radius: 10px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
}

.features {
  list-style: none;
  padding: 0;
  color: #fff;
  margin-top: 20px;
}

.main-btn {
  background: #EAE3D6;
  color: #091C2D;
  padding: 15px 50px;
  border-radius: 0px;
  text-decoration: none;
  font-size: 18px;
  font-family: 'Noto-Sans-extrabold';
  border-top-right-radius: 35px;
  border-bottom-left-radius: 35px;
}

.link {
  margin-left: 40px;
  text-decoration: underline;
  color: #DBD9D5;
  text-decoration: none;
  font-size: 18px;
  font-family: 'Noto-Sans-Regular';
}

.multi-btns {
  margin-top: 50px;
}

.project-map-summary {
  background: #F2EBD9;
  padding: 0px 0;
  margin-top: 60px;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  margin-bottom: 100px;
}

.single-project .project-map-summary p {
  color: #091C2D;
  font-size: 35px;
  font-family: 'Noto-Sans-Extrabold';
}

.single-project .project-map-summary ul {
  list-style: none;
  padding-left: 0px;
}

.single-project .project-map-summary ul li {
  color: #091C2D;
  font-size: 18px;
  font-family: 'Noto-Sans-Regular';
  margin-bottom: 20px;
}

.single-project .project-map-summary ul li:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url('/assets/img/list_icon_black.svg');
}

.project-map-summary h3 {
  color: #091C2D;
  margin-bottom: 20px;
}

.project-map-summary .features li {
  color: #091C2D;
}

/*Floors*/
.project-floors {
  background: #091C2D;
  color: white;
  padding: 60px 30px;
  font-family: 'Noto Serif Georgian', serif;
}

.floor-header .controls {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 30px;
}

.dropdown select {
  background: transparent;
  color: white;
  font-size: 18px;
  border: none;
  padding: 6px 10px;
}

.free-btn {
  background: transparent;
  border: 1px solid white;
  color: white;
  border-radius: 12px;
  padding: 10px 25px;
  font-size: 16px;
  text-decoration:none;
}

.floor-map {
  position: relative;
}

.floor-img {
  width: 100%;
  display: block;
}

.flat {
  position: absolute;
  background: rgba(255, 255, 255, 0.15);
  border: 2px solid transparent;
  cursor: pointer;
  transition: 0.3s;
}

.flat:hover,
.flat.active {
  background: rgba(255, 255, 255, 0.3);
  border-color: #CBC0AC;
}

.flat-info-card {
  display: none;
  position: absolute;
  top: 50px;
  left: 50px;
  background: #EFE9DC;
  color: #091C2D;
  padding: 20px;
  border-radius: 24px;
  font-size: 16px;
  max-width: 300px;
  z-index: 10;
}

.flat-info-card h4 {
  margin-bottom: 10px;
  font-size: 24px;
  font-family: 'Noto-Sans-extrabold';
}

.flat-info-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
}

.flat-info-card ul li{
    font-size:15px;
    font-family: 'Noto-Sans-regular'
}

.flat-info-card ul li strong{
    -webkit-text-stroke: 0.2px;
}

.flat-info-card .card-actions {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flat-info-card .price {
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
}

.card-actions a {
    font-family: 'Noto-Sans-Extrabold';
    display: flex;
    margin-right: 10px;
    padding: 10px;
    text-decoration: none;
    font-size: 12px;
    text-align: center;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.call-btn {
  background: #CBC0AC;
  color: #091C2D;
}

.details-btn {
  background: #091C2D;
  color: white;
}

/*Single Flat*/
.single-flat {
  background: #091C2D;
  color: #fff;
  padding: 60px 20px;
  font-family: 'Noto Serif Georgian', serif;
}

.flat-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.flat-image {
  flex: 1 1 50%;
  position: relative;
}

.flat-image-box img {
  width: 100%;
  border-radius: 0px;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
}

.download-pdf a {
  font-family: 'Noto-Sans-Bold';
  font-size: 16px;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
}

.download-pdf a svg {
  margin-left: 5px;
}

.flat-tabs {
  display: none;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.tab-btn {
  padding: 8px 18px;
  background: transparent;
  border: none;
  font-weight: 600;
  color: #fff;
  border-radius: 30px 0 0 30px;
  cursor: pointer;
}

.tab-btn.active {
  background: #EFE9DC;
  color: #091C2D;
}

.tab-btn:last-child {
  border-radius: 0 30px 30px 0;
  margin-left: 5px;
}

.flat-details {
  flex: 1 1 45%;
}

.flat-details h2 {
  font-size: 28px;
  color: #EAE3D6;
  font-family: 'Noto-Sans-Bold';
}

.flat-details .floor-info {
  color: white;
  margin-bottom: 10px;
  font-size: 20px;
  opacity: .18;
  font-family: 'Noto-Sans-Bold';
}

.flat-meta {
  font-size: 16px;
  margin-bottom: 24px;
  color: #EAE3D6;
  font-family: 'Noto-Sans-Regular';
}

.flat-areas {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}

.flat-areas li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.flat-buttons a {
  display: inline-block;
  padding: 12px 20px;
  font-weight: 600;
  border-radius: 0px;
  margin-right: 15px;
  text-decoration: none;
  border-bottom-left-radius: 30px;
  background: #CBC0AC;
  color: #091C2D;
  font-family: 'Noto-Sans-extrabold';
}

body .btn-solid {
  border-radius: 0px;
  border-bottom-right-radius: 30px;
}

.flat-cards-section {
  background: #EFE9DC;
  margin: 0px 100px;
  margin-right: 50px;
  border: .3px solid #707070;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  padding: 30px 50px;
  margin-bottom: 50px;
}

.flat-card {
  width: 300px;
  border-radius: 0px;
  background: transparent;
  overflow: hidden;
  padding: 20px;
  padding-bottom: 40px;
  border: .5px solid #707070;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
}

.flat-card-content {
  padding-left: 30px;
}

.flat-card-image img {
  width: 100%;
  border-radius: 0px;
  margin-bottom: 20px;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
}

.flat-card-content h3 {
  font-family: 'Noto-Sans-Extrabold';
  font-size: 40px;
  margin-bottom: 2px;
  color: #EAE3D6;
}

.flat-card-content p {
  font-size: 14px;
  margin-bottom: 8px;
  color: #6A6D72;
  font-family: 'Noto-Sans-Bold';
}

.flat-card-content .area {
  display: block;
  margin-bottom: 14px;
  color: #EAE3D6;
  font-family: 'Noto-Sans-Bold';
  font-size: 18px;
}

.project-contact-section {
  background-color: #091C2D;
  padding: 80px 20px;
  color: white;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0 0 60px 60px;
}

.contact-title {
  font-family: 'Noto Serif Georgian', serif;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 40px;
}

.contact-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.input-options {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.input-option {
  padding: 16px 24px;
  background-color: transparent;
  border: 1px solid #2E4A85;
  border-radius: 20px;
  font-size: 16px;
  color: white;
  font-family: 'Noto Serif Georgian', serif;
  width: 240px;
  text-align: center;
  transition: all 0.3s ease;
}

.input-option.active,
.input-option:focus {
  border-color: #2E78FF;
  outline: none;
}

.contact-submit {
  padding: 16px 32px;
  background-color: #EFE9DC;
  color: #091C2D;
  border-radius: 30px 0 0 30px;
  border: none;
  font-weight: 700;
  font-family: 'Noto Serif Georgian', serif;
  cursor: pointer;
  font-size: 16px;
  margin-top: 16px;
  transition: background 0.3s ease;
}

.contact-submit:hover {
  background-color: #e2d8c5;
}

.all-flats .flat-card {
  width: 100%;
}

.all-flats .search-form {
  top: 0px;
}

.all-flats .search-form {
  background: transparent;
}

.all-flats .search-form select.projects,
.all-flats .search-form select.rooms {
  color: #EAE3D6;
  border: 1px solid #EAE3D6;
}

.all-flats .search-form label,
.all-flats .search-form .sqm select {
  color: #EAE3D6;
  border: none;
}

.all-flats .search-form .sqm select:nth-child(1) {
  border-right: 1px solid #EAE3D6 !important;
}

.all-flats .search-form .sqm {
  border-color: #EAE3D6;
}

.all-flats .search-form button {
  background: #EAE3D6;
  color: #091C2D
}

.all-flats .search-form {
  padding: 30px;
  margin-top: 0px;
}

.atlanti-trn-header h2 {
  font-family: 'Noto-Sans-bold';
  color: #EAE3D6;
  opacity: .12;
  font-size: 100px;
  text-align: center;
  margin-bottom: 0px;
}

.all-flats .flat-cards-section {
  background-color: transparent;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.flat-cards-section.single {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 0px 60px;
}

.flat-cards-section.single .flat-card-content h3 {
  color: #091c2d;
}

.flat-cards-section.single .flat-card-content .area {
  color: #091c2d;
}

.all-flats .single-flat-header a {
  text-decoration: none;
  color: white;
  font-family: 'Noto-Sans-Bold';
  font-size: 30px;
  padding-left: 50px;
}

.all-flats .single-flat-header h2 {
  margin-top: 30px;
}

.single-flat-header {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 50px;
  padding: 0px 60px;
}

.single-flat-header h2:nth-child(3) {
  margin-left: auto;
}

.single-flat-header h2:nth-child(1) {
  margin-right: auto;
}

.single-flat-header h2 a {
  color: white;
  text-decoration: none;
  font-family: 'Noto-Sans-Bold';
}

.load-more-wrapper {
  text-align: center;
  padding-bottom: 60px;
}

#loadMoreBtn {
  color: var(--primary-color);
  border: none;
  font-family: noto-sans-extrabold;
  font-size: 18px;
  width: 250px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--secondary-color);
  border-radius: 0px;
  border-top-right-radius: 38px;
  border-bottom-left-radius: 38px;
  margin: auto;
}

#loadMoreBtn:hover {
  background-color: var(--primary-color);
  color: var(--secondary-color);
}

#loadMoreBtn:disabled {
  background-color: #ccc;
  cursor: not-allowed;
  color: #666;
}

.atlanti-blog.single-blog .blog-card {
  width: 100%;
  padding: 50px;
  border-top-right-radius: 100px;
}

.atlanti-blog.single-blog .blog-image img {
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
}

.atlanti-blog.single-blog strong {
  font-family: 'Noto-Sans-Bold';
  font-size: 22px;
  color: #FFFFFF;
  opacity: .5;
  margin-bottom: 20px;
}

.atlanti-blog.single-blog ul {
  font-family: 'Noto-Sans-Regular';
  list-style: none;
  padding-left: 0px;
  margin-top: 0px;
  color: white;
}

.atlanti-blog.single-blog ul li:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(/assets/img/li-icon.svg);
}

.project-info.order-lg-1 .link-muted {
  margin-left: 20px;
}

.single-project .project-map-summary .col-md-6 {
  padding: 0px;
}

.single-project .project-map-summary .col-md-6 iframe {
  height: 500px;
  width: 600px;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
}

.single-project .project-status {
  display: none;
}

/* Responsive Styles */
@media only screen and (max-width: 1024px) {
  .flat-cards-section {
    margin: 0px 15px;
    padding: 20px 20px;
  }
  
  .form-wrapper .form-subtitle{
      margin-bottom:30px !important;
  }
  .single-blog .blog-title{
      padding-top:30px !important;
  }
  .about-paragraph-box {
    font-size: 15px !important;
    width: 100% !important; 
}
  .flat-buttons a{
    margin-right: 10px !important;
    font-size: 14px !important;
  }
  
  .single-flat-header h2:nth-child(3){
      display:none !important;
  }

.flat-cards-section.single{
    margin: 0px 20px !important;
    grid-template-columns: repeat(1, 1fr) !important;
}
.single-flat{
    padding-top:20px !important;
}
  #loadMoreBtn {
    margin-top: 50px;
  }

  .all-flats .flat-card {
    width: 100%;
  }

  .menu-inner {
    height: auto;
  }

  .menu-columns {
    display: block;
    margin-top: 80px;
  }

  .fullscreen-menu .menu-right {
    width: 100%;
  }

  .menu-left h3 {
    margin-bottom: 20px;
  }

  .slider-section {
    width: 90%;
    margin-left: 20px;
  }
  
    .project-floors .free-btn{
     padding: 10px 10px;
    font-size: 12px;
  }

  .slide-content h1 {
    font-size: 50px;
    line-height: 50px;
  }

  .slide-content h1 span {
    font-size: 25px;
  }

  .projects-title {
    font-size: 40px;
    right: 0px;
  }

  .blog-title {
    font-size: 35px;
    margin-left: 0px;
    text-align: left;
    padding-top: 0px;
  }

  .search-form {
    width: 90%;
    margin-left: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .search-form h2 {
    font-size: 22px;
  }

  .slide-content {
    left: 20px;
  }

  .slider-btn {
    display: block;
  }

  .header {
    padding-left: 20px;
  }

  .slide-content .btn {
    margin-top: 10px;
  }

  html,
  body {
    overflow-x: hidden;
  }

  .border-animation {
    margin-top: 0px;
  }

  .projects-section {
    padding: 0px 20px;
  }

  .project-card {
    width: 100%;
  }

  .project-list {
    margin: 0px 20px;
    display: grid;
  }

  body .projects-description {
    font-size: 16px;
    line-height: 30px;
    width: 90%;
    margin: 50px 20px;
  }

  .section-label {
    font-size: 50px;
    margin-top: 50px;
  }

  .why-atlanti {
    margin-left: 20px;
  }

  .section-title {
    font-size: 50px;
    margin-left: 50px;
    margin-top: 20px;
  }

  .atlanti-blog {
    padding: 50px 20px;
  }

  .blog-card {
    width: 100%;
  }

  .blog-content {
    padding: 30px 20px;
  }
  
  .single-blog .blog-card{
      padding:20px !important;
  }

  .menu-links li {
    font-size: 20px;
  }

  .atlanti-trn-header h2,
  .all-flats .atlanti-trn-header h2 {
    font-size: 35px !important;
  }
  
  .single-project .project-map-summary .col-md-6:nth-child(2){
      padding-left: 35px;
  }
  .project-map-summary{
      border-bottom-left-radius: 50px;
  }
  
  .project .progress-percent {
    right: 40px !important;
}

  .project-wrapper {
    display: block;
  }

  .atlanti-project {
    padding: 40px 0;
  }

  .project-actions .btn-main {
    width: 100%;
  }

  .project-image-slider {
    margin-top: 50px;
  }

  .atlanti-project.light .project-title {
    padding-top: 40px;
    font-size: 40px;
  }

  .project-description,
  .project-details {
    margin-top: 20px;
    font-size: 15px;
  }

  .atlanti-footer {
    padding: 40px 30px;
  }

  .fullscreen-menu {
    padding: 40px 20px;
  }

  .fullscreen-menu .menu-logo {
    height: 45px;
  }

  .fullscreen-menu .close-btn img {
    width: 25px;
  }

  .header-icons .call img {
    width: 150px;
  }

  .about-wrapper {
    padding-left: 20px;
    border-top-right-radius: 80px;
    margin: 0px 20px;
    width: 90%;
  }

  .atlant-partners img {
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .about-paragraph-box p {
    font-size: 15px;
  }

  .about-main-section .section-heading {
    margin-top: 20px;
    font-size: 20px;
  }
  
  .about-image img {
    margin-top: 20px;
  }

  .about-main-section {
    padding: 40px 0;
  }

  .atlanti-blog .blog-cards.singleline .blog-card,
  .single-blog .atlanti-blog .blog-cards .blog-card {
    padding: 30px 15px;
  }

  .atlanti-blog .row.blog-cards .blog-card.col-md-4 {
    width: 100% !important;
  }

  .atlanti-contact .section-title:nth-child(1) {
    padding-top: 20px;
  }

  .atlanti-contact {
    padding: 50px 0;
  }

  .atlanti-contact .row {
    padding-left: 20px;
    margin: 0px 0px;
  }

  .atlanti-contact .section-title {
    padding-top: 0px;
  }

  .contact-form-box {
    padding: 50px 20px;
  }

  .all-flats .search-form {
    padding-left: 0px;
  }

  .single-flat-header {
    padding: 0px 20px;
    justify-content: center;
  }

  .all-flats .single-flat-header h2 {
    margin-top: 0px;
  }

  .all-flats .single-flat-header a {
    font-size: 22px;
    padding-left: 0px;
  }

  .header-icons .call:hover::after {
    left: 20px;
    font-size: 14px;
  }

  .project .project-title {
    padding-right: 85px;
  }

  .link-muted {
    font-size: 16px;
    margin-left: 0px;
  }

  .atlanti-leads {
    padding: 50px;
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .leads-subtitle {
    font-size: 16px;
  }

  .blog-content p {
    font-size: 15px;
  }

  .why-image img {
    width: 375px;
  }

  .why-sub {
    font-size: 30px;
  }

  .why-text .content {
    padding: 0px 30px;
  }

  .why-text p {
    font-size: 16px;
  }

  .single-flat-header h2:nth-child(1) {
    margin-right: inherit;
  }

  .all-flats .flat-cards-section,
  .flat-cards-section {
    grid-template-columns: repeat(1, 1fr);
  }

}