* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial;
}
.navbar {
    width: 100%;
    padding: 15px 40px;
    background: #000; 
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav-links {
    list-style: none;
    display: flex;
    gap: 25px;
}

.nav-links li a {
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    transition: 0.3s;
}

.nav-links li a:hover {
    color: #00aaff; 
}
/* .dropdown{
font-size: 10px;
} */

.search-icon {
    color: white;
    font-size: 20px;
    cursor: pointer;
}
.hero-img img{
    width: 100%;
    height: 500px;
    object-fit: cover;
    /* background-size: cover; */
}
.content-sec{
    width: 700px;
    margin: 0 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{
 text-align: justify;
 align-items: center;
 font-size: 13px;
 font-weight: 520;
}
.img-sec{
    display: flex;
    gap: 10px; 
    justify-content: center;
    margin: 50px;
    
}
.col1 p{
 text-align: center;
}
.col2 p{
 text-align: center;
}
.col3 p{
 text-align: center;
}
.col1 img{
    border-radius: 5px;
}
.col2 img{
    border-radius: 5px;
}
.col3 img{
    border-radius: 5px;
}
.sec-two{
     background: black;
     width: 100%;
     height: 100vh;
            
}
.sec-tict{
     width: 100%;
     margin: 0px auto;
     padding-top: 5px ;
           
}
.sec-tict h1{
     color: white;
     font-weight: 300;
     font-size: 22px;
     letter-spacing: 3px;
     text-align: center;
     margin: 30px;
 }
.sec-tict h2{
     color: #ddd;
     font-weight: 100;
     font-size: 12px;
     text-align: center;
     opacity: 0.6;
     margin-bottom: 30px;
     font-style: italic;
     background: black;
 }
        /* Month List */
 .months {
     width: 48%;
     margin: 5px auto;
     background: white;
     padding: 5px;
     margin-right:340px ;
 }
 .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;
     border-radius: 2px;
}

 /* Cards Section */
.cards {
     width: 50%;
     margin: 5px auto;
     display: flex;
     gap: 20px;
           
}

.card {
     background: white;
     width: 30%;
     box-shadow: 0 2px 6px rgba(0,0,0,0.2);
 }

 .card img {
     width: 100%;
     height: 150px;
     object-fit: cover;
}

 .card-content {
     padding: 10px;
 }

 .card-content h3 {
     margin: 0 0 8px 0;
     font-size: 13px;
 }

 .card-content p {
     color: #555;
     font-size: 12px;
     color: black;
 }

.btn {
     background: black;
     color: white;
     padding: 6px 12px;
     border: none;
     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: #777;
      margin-top: -5px;
      font-size: 13px;
      font-weight: 150;
 }

      /* MAIN LAYOUT */
 .contact-box {
       margin-top: 40px;
       display: flex;
       justify-content: space-between;
        align-items: flex-start;
 }

        /* LEFT SIDE INFO */
.left-info {
       text-align: left;
       font-size: 15px;
       font-weight: 200;
       line-height: 18px;
}

.left-info i {
        margin-right: 10px;
        font-size: 13px;
    
}

     /* RIGHT SIDE FORM */
.right-form {
         width: 55%;
         text-align: right;
 }

.right-form input,
.right-form textarea {
         width: 100%;
         padding: 10px;
         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: black;
  
}  
 .img-sec-img img{
       width: 100%;
       height: 500px;
       background-size: cover;
       background-position: center;
       /* object-fit: cover;    */
    
 } 
 .footer {
    background: #f7f7f7;
    padding: 45px 0;
    text-align: center;
}

.icons i {
    font-size: 20px;
    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;
}
             