@font-face {
  font-family: 'palatinolinotype';
  src: url('/css/fonts/palatinolinotype_roman.ttf') format('woff');
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;

}

body {
  font-family: 'palatinolinotype', Arial,sans-serif;
  font-size: 16px;
  line-height: 1.5;
  background: #fff;
}

:root{
  --blue-color:#58c6f2;
  --heavyMetal-color:#40403f;
  --pink-color:#b77db5;
}

a {
  text-decoration: none;
  color: var(--heavyMetal-color)
} 

img {
  height: 90px;
  width: 90px;
  }

.logo{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.5rem;
    margin: .5rem;
  }

/*.navbar*/
.navbar{
  background-color: white;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar .main-manu ul{
  margin: 0;
  padding: 0;
  display: flex;
}

.main-manu ul li a{
  padding: 10px 20px;
  display: block;
  font-weight: 600;
  transition: 0.5s;
  font-size:x-large;
}

.main-manu ul li :hover {
  color:var(--blue-color);
}

.main-manu ul li{
  list-style-type:none;
}
/*  Utility Class */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  
  }

  .container-sm{
    max-width: 800px;
    margin: 0 auto;
    padding: 0 15px;
  }

  /* Hamburger button */
  .hamburger-button{
    position: absolute;
    display: none;
    top: 60px;
    right: 16px;
    flex-direction: column;
    justify-content: space-between;
    width: 35px;
    height: 25px;
    cursor: pointer;
  }

  .hamburger-button .hamburger-line{
  width: 30px;
  height: 4px;
  background:var(--heavyMetal-color);
  border-radius: 10px;
}



/* Media queries for responsiveness */


@media (max-width: 670px) {
  .main-manu{
    display: none;
   
  }

  .logo a{
    font-size: 1rem;
     ;
  }
  .hamburger-button {

    display: flex;
   
  }
 .navbar{
  flex-direction: column;
  
  
 }

.main-manu ul{
    flex-direction: column ;
    max-width: 100%;
  }
  .main-manu li{
    text-align: center;
  }
  .main-manu li a{
    padding: .5rem .1rem;
  }

 .main-manu.active{
  display: flex;
 }

}

@media (max-width: 500px) {
    .logo {
        display: none;
    }
 
    .hamburger-button {
        display: flex;
    }
 
    .main-manu {
        position: absolute;
        top: 4rem;
        left: 0;
        background-color: rgb(250, 241, 248);
        width: 100%;
        display: none;
    }
 
    .main-manu.active {
        display: block;
        flex-direction: row;
        padding: C;
    }
}



  /*  hero section */
  .hero-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .hero-question{
    font-size: x-large;
    font-weight: 600;
    padding: 10px;
    text-align: center;
  }

  .text-xxl{
    font-size: 2.5em;
    max-width: 150%;
    line-height: 1.2;
    font-weight: 600;
    font-family:'Franklin Gothic Medium';
    color: var(--heavyMetal-color);
  }

  .hero-text{
    padding: 10px;
    font-size: 1.5rem;
    max-width: 100%;
    color: var(--heavyMetal-color);
  
  }
 
.image img {
  height: 500px;
  width: 550px;
  display: block;
}

.hero-card-section{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px;

}

.hero-card-section p{
   font-size: 20px;
    font-weight: 600;
}


.card {
padding: 20px;
margin: 10px;
text-align: center;
}

.card img {
    width: 300px;
    height: 250px;
    border-radius: 05%;
    margin-bottom: 10px;
    margin-left: 10px;box-shadow: 0 0 10px var(--blue-color);
}


@media (max-width: 767px) {
  .hero-content {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    align-items: center;
  }
  .image img {
  height: 300px;
  width: 350px;
  display: block;
}
.hero-text{
    padding: 10px;
    font-size: 1.0rem;
    width: 100%;
    color: var(--heavyMetal-color);
  
  }


}



  /*  footer section */
  .footer {
  background-color: var(--heavyMetal-color);
  color: #fefefe;
  width: 100%;
  bottom: 0;
  left: 0;
}

.footer .content {
  display: flex;
  justify-content: space-evenly;
  margin: 0.5rem;
}

.footer .content p {
  margin-bottom: 0.5rem;
}

.footer .content a {
  text-decoration: none;
  color: #fefefe;
}

.footer a:hover {
  columns:var(--pink-color);
}

.footer-p a{
  color: blu;

}

.footer .content h4 {
  margin-bottom: 1.rem;
  font-size: 16px;
}
.footer.details.address h4{
   display: flex;
   margin-bottom: 1.rem;
}
footer {
  text-align: center;
  margin-bottom: 1.5rem;
}

footer hr {
  margin: 1rem 0;
}

.footer .footer-p a{

  color: #fff;
}

@media (max-width: 767px) {
  .logo{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
  }
  .footer .content {
    display: flex;
    flex-direction: column;
    font-size: 14px;
  }

  .footer {
    position: unset;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .footer .content,
  .footer {
    font-size: 14px;
  }
  .logo{
    display: flex;
    justify-content: space-between;
    align-items: center;
     font-size: 12px;
  }
}

@media (orientation: landscape) and (max-height: 500px) {
  .footer {
    position: unset;
  }
}
