/* ----- RESET ----- */

body{
  background-color:white;
  color: black;
	overflow-x: hidden;
  font-family: 'Roboto', sans-serif;
}

* {
  box-sizing: none;
  margin: 0;
  padding: 0;
}

a{
  cursor: pointer;
}
h1{
  font-size: 60px;
  font-weight: 900;
}

h2{
  font-size: 50px;
  padding: 1rem 0;
}

h3{
  padding: 1rem 0;
}

h4{
  margin-top: 1rem;
}

/* ---------- NAVBAR ----------- */


.cont-nav{
  padding: 0px 50px;
  max-width: 1140px;
}

.navbar{
  background-color: white;
  padding: 1rem;
  padding-left: 4rem;
}

.navbar-check{
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #fafafa;
  padding-top: 1rem;
}

.footer{
  text-align: center;
  background-color: #212529;
  color: white;
  padding: 1rem;
}

a:link, a:visited, a:active{
  text-decoration-color: none;
  text-decoration: none;
  color: black;
}

.p-link:link, .p-link:visited, .p-link:active{
  text-decoration-color: none;
  text-decoration: none;
  color: #06a04a;
  font-weight: 600;
}

.footer>a:link, .footer>a:visited, .footer>a:active{
  text-decoration: underline;
  color: white;
}


@media screen and (max-width: 700px){

.navbar{
  padding: 0.5rem;
}
.navbar>img{
  width: 100px;
}

} 
/* ------ RIBBON ------- */


/* common */
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid orange;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: orange;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 700 13px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}

/* top right*/
.ribbon-top-right {
  top: -10px;
  right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}


/* ------ SECTION 1 ------- */

.contain {
  position: relative;
  background: #66b1bd;
}

.aside-divider{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.side-1{
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
  border-radius: 20px;
  padding: 2rem 2rem;
  padding-bottom: 4rem;
  width: 60%;
  margin-right: 4rem;
  margin-top: 3rem;
  margin-bottom: -3rem;
  position: relative;
}

.side-1>h3{
  font-size: 50px;
  color:#66b1bd;
}

.number{
  font-weight: 900;
  color: orange;
}

.side-form{
  display: flex;
  gap: 20px;
}

.form-control{
  margin-bottom: 1rem;
}

.side-button{
  background-color: orange;
  color: white;
  padding: 1rem 3rem;
  border-radius: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  transition: .5s all;
}

.side-button:hover{
  background-color: #66b1bd;
}

.side-2{
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.357);
  padding-top: 3rem;
  padding-left: 3rem;
}

.span-orange{
  color: orange;
}

.wave {
background-image: url(../images/wave.svg);
background-size: cover;
height: 15rem;
margin-top: -9rem;
background-color: white;
}

.contain-bottom{
  background-color: white;
  text-align: center;
  padding: 2rem 0;
}

.contain-bottom>h2{
color: orange;
}

.contain-bottom>p{
  width: 50%;
  margin: auto;
}

.contain-bottom>p>i{
  color: gray;
  text-align: center;
}

.section-button{
  padding: 1rem 2rem;
  border: 1px solid gray;
  border-radius: 10px;
  font-size: 20px;
  color: gray;
  width: 40%;
  text-align: center;
  margin: auto;
  margin-top: 3rem;
  margin-bottom: 3rem;
  cursor: pointer;
  transition: .5s all;
}

.section-button:hover{
  color:orange;
  border: 1px solid orange;
}

/* ------ section 2 ------ */

.section2{
  display: flex;
  justify-content: space-around;
  gap: 20px;
  padding: 3rem 1rem;
}

.section2-box{
  width: 20%;
  text-align: center;
}

.section2-box>h3{
  padding-top: 2rem;
  color:#66b1bd;
  font-size: 20px;
}

/* ------ reviews -------- */

.section3{
  background-color: #66b1bd;
}

.section3>h3{
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.353);
  font-size: 40px;
  padding: 4rem 2rem;
  text-align: center;
  width: 60%;
  margin: auto;
}

.reviews-container{
  display: flex;
  gap: 20px;
  padding-bottom: 5rem;
  margin: auto;
}

.review-box{
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
  background-color: white;
  width: 32%;
  text-align: center;
  padding: 1rem;
  border-radius: 20px;
}

.review-box>p{
  padding: 1rem;
  text-align: justify;
}

.review-title{
  text-align: center;
}

@media screen and (max-width: 1000px){

  .aside-divider{
    flex-direction: column;
  }
  .side-1{
    width: 90%;
    margin-right: 0;
  }

.section2{
  flex-direction: column;
}

.section2-box{
  width: 100%;
}

.reviews-container{
  flex-direction: column;
}

.review-box{
  width: 100%;
}
  
  } 


@media screen and (max-width: 700px){

.navbar-check>p{
font-size: .6rem;
}

h2{
  font-size: 30px;
}

.side-2{
  padding: 2rem;
  padding-left: auto;
  padding-bottom: 0;
}
  
  } 

  @media screen and (max-width: 500px){

    .navbar-check{
    display: none;
    }

    h1{
      font-size: 38px;
    }

    h2{
      font-size: 22px;
    }

    .side-2>p{
      font-size: .9rem;
    }

    .side-1{
      margin-top: 0.5rem;
    }

    .side-1>h3{
      font-size: 30px;
    }

    .side-1>p{
      font-size: .9rem;
    }

    .side-button{
      padding: 1rem 0;
    }

    .contain-bottom{
      padding: 0;
    }

    .contain-bottom>p{
      width: 90%;
      text-align: justify;
    }

    .section-button{
      width: 90%;
    }

    .section2{
      padding: 1rem 2rem;
    }

    .section2-box>p{
      text-align: justify;
    }

    .section3>h3{
      padding: 2rem;
      font-size: 20px;
      width: 100%;
    }

    .review-box>p{
      font-size: .9rem;
    }
      
      } 