@font-face 
{
  font-family: 'cormorant-regular';
  src: url('fonts/Cormorant-Regular.ttf') format('ttf')
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.hero_img
{
    width: auto ;
    min-height: 25% ;
    height: 35vh ;
    background-image : linear-gradient(
        0deg, rgba(50, 50, 50, 0.6), rgba(80, 80, 80, 0.1)), 
        url('assets/hero.jpg') ;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white ;
    
}

.card_img
{
    width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
    border-radius: 5% ;
}

.herofirstline
{
    color: rgb( 33, 33, 33 ) ;
}

.herosecondline
{
    width: auto ;
    background-color: rgb( 33, 33, 33 ) ;
}

.strikethrough
{
    text-decoration-line: line-through;
    text-decoration-color: rgba(33,33,33,1.0);
    text-decoration-style: solid;
    text-decoration-thickness: 10px;
}

body 
{
    font-family: 'cormorant-regular', serif;
#    font-family: 'Inter', system-ui, sans-serif;
    line-height: 1.7;
    letter-spacing: 0.03em ;
}

h1, h2, .display-1, .display-2, .display-3, .display-4 {
    font-family: 'cormorant-regulat', serif;
    font-weight: 500;
    letter-spacing: 0.03em;
  }


.text
{
    
    
}
