
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.navbar{
    width: 100%;
    background-color: black;
    padding: 15px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav-links{
    list-style: none;
    display: flex;
    gap: 25px;
}
.nav-links li a{
    text-decoration: none;
    font-size: 12px;
    color: white;
    font-weight: 100;
}
.nav-links li a:hover{
    color: red;
}
#icon{
    color: white;
    font-size: 7px;
    margin-top: 5px;
    padding-left: 2px;
} 
.search-icon{
    color:white;
    font-size: 10px;
    cursor: pointer;
    font-size: 15px;
}
.hero-img img{
    height: 500px;
    width: 100%;
}
content-sec{
width: 500px;
 margin: auto;
}
.content-sec h1{
   text-align: center;
   font-size: 35px;
   font-weight: 200;
   margin: 15px;
}
.content-sec h2{
     text-align: center;
     font-size: 15px;
     font-weight: 200;
     margin: 15px;
    opacity: 0.6;
}
.content-sec p{
 font-size: 13px;
 max-width: 800px;
 margin: auto;
}
.img-sec{
    display: flex;
    gap: 10px; 
    justify-content: center;
    margin: 50px;  
}
.A p{
 text-align: center;
}
.B p{
 text-align: center;
}
.C p{
 text-align: center;
}
.A img{
    border-radius:px;
}
.B img{
    border-radius: 5px;
}
.C img{
    border-radius: 5px;
}

.sec-two{
     background: black;
     width: 100%;
     height: 100vh;        
}
.sec-a{
     width: 100%;
     margin:0 auto;
     padding-top: 5px ;
           
}
.sec-a h1{
     color: white;
     font-weight: 300;
     font-size: 22px;
     letter-spacing: 3px;
     text-align: center;
    margin: 30px;
 }
.sec-a h2{
     color: #ddd;
     font-weight: 100;
     font-size: 12px;
     text-align: center;
     opacity: 0.6;
     margin-bottom: 30px;
     font-style: italic;
 }
 .months {
     width: 48%;
     margin: 15px auto;
     background: white;
     padding: 10px;
 }
 .month-row {
     display: flex;
     gap: 15px;
     padding: 5px 0;
     border-bottom: 1px solid #ddd;       
  }
.mnth{
     opacity: 0.6;
     font-size: 13px;
}
 .sold {
     background: #e74c3c;
     color: white;
     padding: 2px 8px;
     font-size: 12px;
 }
.cards {
     width: 48%;
     margin: 5px auto;
     display: flex;
     gap: 20px;
           
}

.card {
     background: white;
    
 }

 .card img {
     width: 100%;
     height: 150px;
     margin:auto;
}

 .card-content {
     padding: 10px;
 }
 .card-content h3 {
     font-size: 13px;
 }

 .card-content p {
     color: #555;
     font-size: 12px;
     color: black;
 }
.btn {
     background: black;
     color: white;
     cursor: pointer;
     margin-top: 5px;
 }

 .btn:hover {
     background: #555;
}    
.contact-section {
      width: 60%;
      margin: 40px auto;
      text-align: center;
      padding: 30px;
      background:white;
 }

.contact-section h2 {
      letter-spacing: 2px;
      font-size: 26px;
      font-weight: 300;
      margin-bottom: 20px;
 }

.contact-section p.sub-text {
      font-style: italic;
      color: blue;
      margin-top: -5px;
      font-size: 13px;
      font-weight: 150;
 }


 .contact-box {
       margin-top: 40px;
       display: flex;
       justify-content: space-between;
    
 }

.left-info {
       text-align: left;
       font-size: 15px;
       font-weight: 200;
}

.left-info i {
        margin-right: 10px;
        font-size: 13px;
    
}
.right-form {
         width: 55%;
         text-align: right;
 }

.right-form input,
.right-form textarea {
         width: 100%;
         padding: 10px;
         font-size: 14px;
         margin-bottom: 12px;
         border: 1px solid#ccc;
         font-size: 14px;
 }

.input-row {
         display: flex;
         gap: 10px;
 }

.send-btn {
         background: black;
         color: white;
         padding: 7px 14px;
         border: none;
         cursor: pointer;
          
}

.send-btn:hover {
         background:blue;
  
}  
 .img-sec-img img{
       width: 100%;
       height: 60vh; 
  
    
 } 
 .footer {
    background: #f7f7f7;
    padding: 45px 0;
    text-align: center;
}

.icons i {
    font-size: 20px;
    margin: 0 8px;
    color: #444;
    cursor: pointer;
}

.icons i:hover {
    color: #000;
}

.powered {
    margin-top: 12px;
    color: #777;
    font-size: 14px;
}

.powered a {
    color: #555;
    text-decoration: none;
}

.powered a:hover {
    text-decoration: underline;}