*{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

body {
    text-align: center;
    font-family: sans-serif;
}
.header {
    display: flex;
    justify-content: center;
    align-items: center;
}

.head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 100;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.navbar {
    display: flex;
    margin-right: 10px;
}

.logo {
    margin-left: 30px;
    background-image: url('img/img9.png'),linear-gradient(to right, #fff, #fff);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 150px;
    height: 90px;
}

.logo a {
    text-decoration: none;
    color: #2B53A1;
    text-transform: uppercase;
    font-size: 20px;
}

.navbar a {
    display: block;
    padding: 20px 20px;
    color: #2B53A1;
    text-decoration: none;
    text-transform: full-size-kana;
    font-size: 18px;
    align-items: center;
    justify-content: center;
}

.navbar a:hover {
    background: #2B53A1;
    color: white;
    border-radius: 100px;

}

.Healow {
  
  border: #2B539F;
  color: white;
  padding: 10px 20px;
  border-radius: 40px;
  font-size: 18px;
  border-color: #2B539F;   
}

.header {
    display: flex;
    justify-content: center;
    align-items: center;

}

.header {
    height: 140vh !important;
    background: url(img/img1.png) no-repeat center;
    background-size: cover;
}



.title1 {
  text-transform: full-size-kana;
  font-size: 100px;
  color: #fff;
  margin-top: -35rem;
}

.title2 {
  text-transform: full-size-kana;
  font-size: 50px;
  color: #fff;
  height: 300px;
  margin: 2rem auto;
  text-align: left;
  width: 650px;
  margin-left: 9rem;
  margin-top: 4rem;
}

.title3 {
  text-transform: full-size-kana;
  font-size: 50px;
  color: #2B539F;
  margin-left: 40rem;
  margin-top: -3rem;
}

.title4 {
  text-transform: full-size-kana;
  font-size: 50px;
  color: #fff;
}

p {
    margin-bottom: 40px;
    font-size: 18px;
    color: #fff;
    padding: 0 100px;
}

.paragraph1 {
  font-size: 25px;
  color: #fff;
}

.paragraph2 {
  font-size: 22px;
  color: #fff;
  height: 300px;
  margin: 2rem auto;
  text-align: left;
  width: 550px;
  margin-left: 3rem;
  margin-top: -10rem;
}

.paragraph3 {
  font-size: 22px;
  color: #2B53A1;
  height: 400px;
  margin: 2rem auto;
  text-align: left;
  width: 500px;
  margin-right: 14rem;
  max-width: 800px;
}

.paragraph4 {
  font-size: 22px;
  color: #fff;
  height: 300px;
  margin: 2rem auto;
  text-align: left;
  width: 500px;
  margin-left: -6rem;
}

.btn {
    display: inline-block;
    margin-top: 20px;
    padding: 20px 40px;
    color: #fff;
    text-decoration: none;
    background: #2B539F;
    border-radius: 40px;
}

.button1 {
    display: inline-block;
    margin-top: 20px;
    padding: 20px 40px;
    color: #fff;
    text-decoration: none;
    background: #2B539F;
    border-radius: 40px;

}

.button2 {
    display: inline-block;
    margin-top: 20px;
    padding: 20px 40px;
    color: #fff;
    text-decoration: none;
    background: #CF4F3C;
    border-radius: 40px;
    margin-top: -6rem;
    margin-right: 70rem;

}

.button3 {
    display: inline-block;
    margin-top: 20px;
    padding: 20px 40px;
    color: #fff;
    text-decoration: none;
    background: #CF4F3C;
    border-radius: 40px;
    margin-top: -12rem;
    margin-left: 14rem;
}

.button4 {
    display: inline-block;
    margin-top: 20px;
    padding: 20px 40px;
    color: #fff;
    text-decoration: none;
    background: #CF4F3C;
    border-radius: 40px;
    margin-right: 70rem;
    margin-bottom: -20rem;  
}

.btn:hover {
    background: #3763AA;
    
}

.btn-home {
    display: flex;
}

.content {
    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    

}

.sau {
    height: 100vh !important;
    background: url(img/img2.png) no-repeat center;
    background-size: cover;
    text-align: left;
}


.about {
     height: 100vh !important;
    background: url(img/img3.png) no-repeat center;
    background-size: cover;
    text-align: right
   
}

.price {
 height: 100vh !important;
    background: url(img/img4.png) no-repeat center;
    background-size: cover;
    text-align: left;
}

footer {
  background-color: #fff;
  padding: 70px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 20px;
}

nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

nav li {
  margin: 0 10px;
}

nav a {
  text-decoration: none;
  color: #333;
  padding: 20px 20px;
}

nav a:hover {
   background: #2B53A1;
    color: white;
    border-radius: 100px;
}

.call-button {
  margin-bottom: 60px;
}

.call-button button {
  background-color: #2B539F;
  border: none;
  color: white;
  padding: 10px 20px;
  border-radius: 40px;
  font-size: 18px;
}



@media (max-width: 768px) {
     
     footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .logo {
    margin-bottom: 10px;
  }

  nav {
    text-align: center;
    margin-bottom: 10px;
  }

  .call-button {
    text-align: center;
  }
    .title {
        margin-bottom: 0;
        font-size: 40px;
    }

    .sau {
        height: 100vh;
    }

    .navbar {
        display: none;
    }
   
    .logo {
        width: 120px;
        height: 32px;
    }

    .navbar a:hover {
     width: 100px;
     height: 32px;
}

  .paragraph2  {
      font-size: 14px;

}

@media (min-width: 769px) {
  
   footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .logo {
    margin-bottom: 10px;
  }

  nav {
    text-align: center;
    margin-bottom: 10px;
  }

  .call-button {
    text-align: center;
  }
    .title {
        margin-bottom: 0;
        font-size: 40px;
    }

    .sau {
        height: 100vh;
    }

    .navbar {
        display: none;
    }
   
    .logo {
        width: 120px;
        height: 32px;
    }

    .navbar a:hover {
     width: 100px;
     height: 32px;

}


@media (min-width: 1201px) {
 
 footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .logo {
    margin-bottom: 10px;
  }

  nav {
    text-align: center;
    margin-bottom: 10px;
  }

  .call-button {
    text-align: center;
  }
    .title {
        margin-bottom: 0;
        font-size: 40px;
    }

    .sau {
        height: 100vh;
    }

    .navbar {
        display: none;
    }
   
    .logo {
        width: 120px;
        height: 32px;
    }

    .navbar a:hover {
     width: 100px;
     height: 32px;

}






