body{
    font-family: "Gloock", serif;
    background: #e6f5f5;
}
      

.container{
    max-width: 1150px;
    margin: 0 auto;
}
section{
    padding:100px 0;
    max-width: 1200px;
    margin:0 auto;


}
.secondary{
   background: #e8d9cf;
   padding: 80px;

}
.text-center{
    text-align: center;
}
.ist-image{
    margin-left: 50px;
   
}

.card {
    background: white;
    margin: 30px 0;
    border-radius: 20px;
  }
  .card-body {
    padding: 0 30px;
    text-align: center;

  }  
  .card-body h4{
    font-size:22px;
  }
.grid-3columns{
    grid-template-columns: 1fr 1fr 1fr;

}
.btn{
    background-color:black;
    display: block;
  color: white;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 16px;
  text-decoration: none;
}
.card-footer {
    padding: 20px;
  }

.zanzibar-image-1{
width: 415px;
height:361px;
margin-top:15px;
}
.resturant1{
width:320px;
height:240px;
    max-width: 100%;
    display: block;
}
header{
    background-image: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.4)), url("images/zanzibar-1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    text-align: center;
    padding: 200px 0;
}
header h1 {
    font-weight: 700;
    font-size: 96px;
    line-height: 1;
    margin: 30px 0;
  }
  
  header h2 {
    font-weight: 400;
    font-size: 40px;
    line-height: 1.5;
    margin: 0;
  }
  
  header h3 {
    font-weight: 900;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 5px;
    margin: 0;
  }
  
  header a {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    color: #272044;
    padding: 16px 32px;
    margin-top: 32px;
    display: inline-block;
    letter-spacing: 3px;
    text-decoration: none;
    text-transform: uppercase;
    background: white;
  }
  footer{
    background-image: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.9)), url("images/Zanzibar1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    padding: 0 50px;

  }
  .grid{
    display: grid;
    gap:35px;
}

.grid-2columns{
    grid-template-columns: 1fr 1fr;
    background-color: white;
    padding: 50px;

}
.grid-3-footer-columns{
    grid-template-columns: 1fr 2fr 2fr;
}
.why-zanzibar-description{
    margin-right:50px;
}
  footer h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
  }
  
  footer p {
    font-weight: 400;
    font-size: 16px;
    opacity: 0.7;
    margin-right: 20px;
    line-height: 24px;
  }
  
  footer ul {
    padding: 0;
  }
  
  footer li {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  footer a {
    color: white;
    opacity: 0.7;
  }
  
  main h3{
    font-size:16px;
    letter-spacing:5px;
    opacity:30%;
    margin:0;
  }
  main h2{
    font-size: 40px;
    line-height:50px;
    margin:0;
  }
  main p{
    font-size: 16px;
    opacity: 60%;
    margin:0;
  }

  
  @media (max-width: 900px) {
    header {
      padding: 60px 0;
    }
  
    header h1 {
      font-size: 48px;
    }
  
    header h2 {
      font-size: 20px;
    }
  
    header h3 {
      font-size: 12px;
    }
    .grid {
        grid-template-columns: 1fr;
        grid-gap: 32px;
      }
    
      section {
        padding: 30px;
      }
      .zanzibar-image-1{
        width: 260px;
        height:260px;
        margin-top:15px;
        text-align: center;
        }
        .why-zanzibar-description{
            text-align: center;
        }
  }

