.sage-date {
    position: relative;
    border: none !important;
    aspect-ratio: 16 / 6;
    overflow: hidden;
    border-radius: 0px !important;
   
  }
  
  
  .sage-date .card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(95%); 
  }
  

  .sage-date .sage-content {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    z-index: 2;
  }
  

  .sage-date p.sage {
    font-family: "Manrope", sans-serif;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    font-size: 80px;
    font-weight: 100;
    color: #707f62;
    margin-bottom: 25px;
  }
  

  .sage-date a.btn {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #707f62;
    background-color: #f5f7f4;
    border: none;
    padding: 12px 28px;
    border-radius: 50px;
    transition: all 0.3s ease;
  }
  
  .sage-date a.btn:hover {
    background-color: #707f62;
    color: #f5f7f4;
    text-decoration: none;
  }
  
  

.footer{
    height: 400px;
}

.footer-videos{
    height: 400px;
    background-color: #c2c5aa;
    display:flex;
}

.footer-videos .box{
    flex:1;
    overflow: hidden;
    

}

.footer-videos video{
    width: 100%;
  height: 100%;
  object-fit: cover;  
  display: block;
}
.footer-contact{
    height:250px;
    background-color: #707f62;
    display: flex;
    color: white;
}

#footerimage{
    height: 100px;
}

.footer-name{
    font-size: 15px ;
    width: 50rem;
    align-self: center;
    margin-left: 45px;
}
.footer-name span{
    display: block;
    margin-left: 22px;
}

.footer-ser{
    width: 50rem;
    display: flex;
    justify-content: end;
    align-items: center;
    margin:20px ;
}

.footer-options{
    
    list-style: none;
    margin-top: 15px;
    margin-right: 20px;
    text-align: end;

}

.foot-link{
    color: white;
    font-size: larger;
    margin: 10px;
    text-decoration: none;
}

@media (max-width: 1219px) {
    .sage-date p.sage {
        font-size: 60px;
    }
    .sage-date a.btn {
        font-size: 0.9rem;
        padding: 10px 24px;
      }
}

@media (max-width: 1025px) {
    .sage-date p.sage {
        font-size: 1.2rem;
    }
    .footerBox{
        display: none;
    }
    .footer-videos{
        height: 300px;
    }
    

}
@media (max-width: 600px) {
    .sage-date {
        aspect-ratio: 6 / 3 !important;  
        border-radius: 0px !important;
    }

    .sage-date .sage-content {
        top: 55% !important;             
        transform: translate(-50%, -50%);
        padding: 0 20px;                 
    }
  
    
    .sage-date p.sage {
        font-size: 0.9rem !important;
        letter-spacing: 2px;
        margin-bottom: 15px;
    }
  
   
    .sage-date a.btn {
        font-size: 0.4rem !important;
        padding: 6px 18px !important;
        
    }
    .footer-videos{
        height: 200px;
    }
    .footer-ser{
        font-size: 0.6rem;
    }
    .footer-name{
        font-size: 0.6rem;
        margin-left:55px ;
    }
    #footerimage{
        height: 70px;
    }
    .sage-date a.btn {
        padding: 8px 20px !important;
        font-size: 12px !important;
    }



}