/* =========================
   RESET GLOBAL
========================= */
* {
  
  font-family: "Inter", sans-serif, "Montserrat";
}

/* =========================
   VARIABLES
========================= */
:root {
  --main-blue: #0071e3;
  --blue-hover: #005bb5;
  --text: #1d1d1f;
  --muted: #6e6e73;
  --bg: #f5f7fa;
  --card: #ffffff;
}

/* =========================
   BODY (FIX CENTRAGE)
========================= */
body {
background-image: url("/images/Gemini_Generated_Image_3jvefl3jvefl3jve.png");
  background-attachment: fixed;
  background-size: cover;
  color: var(--text);
  height: 100%;
  min-height : 100vh;
  margin: 0%;
 }

 h2{
  font-weight: normal;}

/*logo*/
img{
  height: 100px;
   }

  .logo{
  display:flex;
  align-items:center;
   }
   
header{
  background-color: #ffffff;
  width: 100%;
  height: 80px;
  padding:32px;
  display:flex;
  align-items: center ;
justify-content: space-around;
}

a{
   text-decoration: none;
}

nav{
  padding:40px;
}

nav a{
  padding:15px;
  color:#000000;
}
main{
    padding: 0 5px;
   }
.hero{
 height: 570px;
 width:auto;
 background: #ffffff;
 border-radius: 5px;
 margin:70px 350px 0 400px;
 padding-top: 50px;
text-align: center;
}
.content{
   margin-top: 40px;
   margin-bottom: 50px;
}

.service-list{
  display: flex;
 justify-content: space-evenly;
margin-top: 50px;
margin-bottom: 30px;
}

.service{
height: 150px;
width: 250px;
border-radius: 16px;
background: rgba(128, 128, 128,0.4);
margin-bottom: 40px;
padding: 10px;


}
/* BUTTON */
.btn {
  display: inline-block;
  background: rgba(7, 86, 189);
  color: white;
  padding: 12px 25px;
  border-radius: 25px;
  border: none;
  cursor: pointer;
  transition: 0.25s;
  font-size: 16px;
}




footer{
 background-color: #ffffff;
     width: 100%;
  height: 100%;
  padding: 32px 0px 10px 320px; 
margin-top: 150px;
}