.main_content{
  padding: 5%;
  color: #fff;
  background-color: #fff;
  background-image: url(../image/pattern_2.png);
  background-repeat: no-repeat;
  background-position: top right;
}
.content_photo img{
  width: 100%;
  height: auto;
}

.col-lg-6.content_photo{
  padding: 0;
}

.content_inside{
  padding: 5% 3% 5% 3%;
  background-color: #D8C3A5;
}

.content_bg_color{
  background-color: #D8C3A5;
}

.content_text_heading{
  font-family: 'Almarai-Bold';
  font-size: 35px;
}

.content_text_paragraph{
  font-family: 'Almarai-Regular';
  font-size: 18px;
  line-height: 2em;
}

.mid-bg{
  background-image: linear-gradient( rgba(0, 0, 0, 0.324),  rgba(0, 0, 0, 0.324)),  url(../image/adawar-02.jpg);
  background-size: cover;
  background-position: center;
  height: 450px;
  text-align: center;
  color: #fff;
  padding-top: 7%;
}
.mid-bg-2{
  background-image: linear-gradient( rgba(0, 0, 0, 0.324),  rgba(0, 0, 0, 0.324)),  url(../image/photo-03.jpg);
  background-size: cover;
  background-position: center;
  height: 450px;
  text-align: center;
  color: #fff;
  padding-top: 7%;
}
.mid-bg-3{
  padding: 2%;
  align-items: center;
}
.mid-bg-4{
  background-image: linear-gradient( rgba(0, 0, 0, 0.324),  rgba(0, 0, 0, 0.324)),  url(../image/horizon-tower-01.jpg);
  background-size: cover;
  background-position: center;
  height: 750px;
  text-align: center;
  color: #fff;
  padding-top: 7%;
}
@media (max-width: 767px) {

  .mid-bg{
    padding-top: 22%;
  }
  .mid-bg-2{
    padding-top: 22%;
  }
  
  p.inside_margin{
  font-size: 15px;
  line-height: 24px;
}
}
.property-card {
  transition: transform 0.3s, box-shadow 0.3s;
  text-decoration: none;
  color: inherit;
  display: block;
  border-radius: 0.5rem;
  overflow: hidden;
}

.property-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.property-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.label {
  background: #D8C3A5;
  color: white;
  font-size: 0.75rem;
  padding: 0.2rem 0.5rem;
  border-radius: 0.25rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.info span {
  display: inline-block;
  margin-right: 0.75rem;
  font-size: 0.875rem;
  color: #555;
}

.project-main{
  padding: 40px;
  text-align: center;
  background-color: #D8C3A5;
  color: #fff;
}

.project-main h3{
  font-family: 'Almarai-Bold';
  font-size: 30px;
}

.project-main p{
  font-size: 18px;
}
.amenities-box img{
  width: 80px;
}
.project-amenities{
  padding: 40px;
}
.bg_white ul{
  padding-right: 0;
}
@media (max-width: 767px) {
  .title h3{
    font-size: 29px;
  }
}

.ty-wrapper-1{
  width:100%;
  height:50vh;
  display: flex;
flex-direction: column;
}

.ty-wrapper-2{
padding :50px;
text-align:center;
}

.ty-wrapper-1 h2{
font-family: 'Almarai-Bold';
font-size:4em;
color:#000 ;
margin:0;
margin-bottom:20px;
}
.ty-wrapper-2 p{
margin:0;
font-size:1.3em;
color:#aaa;
font-family: 'Almarai-Regular';
letter-spacing:1px;
}
.go-home{
color:#fff;
background: #8A8D66;
border:none;
padding:10px 50px;
margin:30px 0;
border-radius:30px;
text-transform:capitalize;
box-shadow: 0 10px 16px 1px rgb(184, 184, 184);
}

@media (min-width:360px){
h1{
  font-size:4.5em;
}
.go-home{
  margin-bottom:20px;
}
}
@media (min-width:600px){
  .content{
  max-width:1000px;
  margin:0 auto;
  }
  .ty-wrapper-1{
  height: initial;
  max-width:620px;
  margin:20% auto;
  margin-top:50px;
  box-shadow: 4px 8px 40px 8px rgba(77, 77, 77, 0.2);
  }
  
}

/* ========== HEADER ========== */
header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  background: transparent;
  padding: 20px 15%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s ease;
  direction: rtl;
}

header.sticky {
  background-color: #000;
  padding: 10px 15%;
}

/* ========== FLEX PARTS ========== */
.logo {
  flex: 1;
  text-align: right;
}

.logo img {
  width: 120px;
}

.menu {
  flex: 2;
  display: flex;
  justify-content: center;
}

.h-left {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  justify-content: end;
}

.h-left a {
  color: #fff;
  margin-left: 15px;
  font-size: 20px;
  transition: 0.3s;
}

.h-left a:hover {
  color: #f5af3e;
  transform: translateY(-3px);
}

/* ========== NAVBAR MENU ========== */
.navbar-menu {
  display: flex;
  gap: 40px;
}

.navbar-menu li {
  list-style: none;
}

.navbar-menu li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-family: 'Almarai-Regular';
  transition: 0.3s;
}

.navbar-menu li a:hover {
  color: #f5af3e;
}
.mobile-only {
  display: none;
}

/* ========== MENU ICON (MOBILE) ========== */
#menu-icon {
  display: none;
  font-size: 28px;
  color: #fff;
  cursor: pointer;
  z-index: 101;
}

/* ========== MOBILE VIEW ========== */
@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }

  #menu-icon {
    display: block;
  }

  .menu {
    position: absolute;
    top: -100%;
    right: 0;
    width: 100%;
    height: 0;
    background-color: #000;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    transition: all 0.5s ease;
  }

  .menu.open {
    top: 0;
    height: 100vh;
    padding: 60px 20px;
  }

  .navbar-menu {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 0;
  }

  .logo,
  .h-left {
    display: none;
  }

  .mobile-only {
    display: flex !important;
    justify-content: center;
    width: 100%;
  }

  .logo-in-menu img {
    width: 140px;
    margin-top: 20px;
  }

  .social-in-menu a {
    margin: 0 10px;
    font-size: 20px;
    color: #fff;
  }

  .desktop-only {
    display: none !important;
  }
  .mobile-only {
    display: flex !important;
    justify-content: center;
    width: 100%;
  }
}
