@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;700&display=swap');

/**************************/
/* NAVIGATION */
/**************************/
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  padding: 2em 1.25em;
}

nav {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  background: #4098FF ;
  width: 50%;
  visibility: hidden;
  transform: translateX(50%);
  opacity: 0;
  transition: all .3s;
  padding: 2em 1.25em;
  z-index: 1;
}

.exit {
  float: right;
  cursor: pointer;
}

.top-nav {
  margin-top: 5em; 
}

.nav_link {
  color: #000000;
  text-decoration: none;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1em;
  margin-right: 0.5em;
}

.nav_item {
  text-align: right;
}

.open {
  cursor: pointer;
}

.open-nav {
  visibility: unset;
  opacity: 1;
  transform: translateX(0);
}

/**************************/
/* HOME */
/**************************/
.ease {
  position: relative;
}

.ease:after {
  content: "";
  position: absolute;
  top: 80%;
  left: 0;
  background-image: url(/Img/Ease-span.svg);
  width: 100%;
  height: 17px;
  background-repeat: no-repeat;
}

.home {
  padding: 2em 1.25em 6.5em 1.25em;
}

.radius {
  border-radius: 50px;
}

/**************************/
/* FEATURES */
/**************************/
.features {
  clip-path: polygon(0 7%, 100% 0%, 100% 93%, 0% 100%);
}

.feature-contents {
  padding: 10em 0;
}

.features {
  background-color: #EEF1F4;
}

.feature-1-contents,
.feature-2-contents {
  margin-bottom: 5em;
}

.feature-2-image {
  grid-row: 1/2;
}

.feature-img {
  margin-bottom: 1em;
}

/**************************/
/* TESTIMONIALS */
/**************************/
.people {
  margin-top: 3em;
}

.person1,
.person2 {
  margin-bottom: 3em;
}

.person-img {
  margin-bottom: 1em;
}

.person-name {
  color: #004699;
  font-weight: 700;
  margin-top: 0;
  margin-right: 1.5em;
  font-size: 1.125rem;
}

.line {
  border: 1px solid #4098FF;
  display: inline-block;
  width: 1em;
  margin-bottom: 0.25em;
  margin-right: 1em;
}

/**************************/
/* MAIL */
/**************************/
.mail {
  padding-bottom: 10em;
}

input[placeholder] {
  text-align: center;
  font-size: 1.25rem;
}

.text-box {
  border: 2px solid black;
  border-style: solid;
  width: 100%;
  margin-bottom: 1em;
  padding: 0.8em 1.25em;
  display: inline-block;
  box-sizing: border-box;
}

.mail-text {
  max-width: 600px;
  margin: 0 auto;
}

.mail {
  padding-bottom: 12.5em;
}

/**************************/
/* FOOTER */
/**************************/
footer {
  padding: 4em 1.25em;
  background-color: #EEF1F4;
}

.footer-logo {
  margin: 0 0 2em 0;
}

.footer-content-1 {
  margin-bottom: 3em;
}

.footer-content-2,
.footer-content-3 {
  margin-bottom: 3em;
}

.heading4 {
  font-size: 1.5rem;
  margin-bottom: 0.5em;
}

.text-link {
  padding: .5em 0em;
}

.footer-link {
  color: #000000;
  text-decoration: underline;
  font-weight: 400;
  font-size: 1.25rem;
}

.number,
.email {
  font-size: 1.25rem;
}

.footer-phone,
.footer-email {
  margin: 0;
  margin-right: 0.5em;
  display: inline-block;
}

.phone-details {
  margin-bottom: 1em;
}

.phone {
  margin-bottom: 1em;
}
