html {
  background: linear-gradient(to top, white 10%, rgb(59, 141, 223) 90%);
  font-family: 'veranda', sans-serif;
  
  
}

.signup-login {
  text-align: right;
  display: block;
  padding-top: 40px;
  padding-bottom: 40px;
  box-shadow: 0 5px 5px 0 rgba(0,0,0,.2); 
  background-color: white;
  
}

body {
  margin: 0;
}

.signup{
  text-decoration: none;
  color: rgb(75,154,231);
  background-color: white;
  display: inline-block;
  text-decoration: none;
  padding: 20px;
  border-radius: 10px;
  border: 2px solid rgb(75,154,231);
  box-shadow: 0 4px 5px 0 rgba(0,0,0,.2);
  margin-right: 30px;
  font-size: 15px;
  
}
.signup:hover{
  text-decoration: none;
  color: white;
  display: inline-block;
  background-color: rgb(111, 167, 223);
  text-decoration: none;
  padding: 20px;
  border-radius: 10px;
  border: 2px solid white;
  box-shadow: 0 4px 5px 0 rgba(0,0,0,.2);
}

.login:hover {
  text-decoration: none;
  color: rgb(75,154,231);
  background-color: rgb(181, 211, 241);
  display: inline-block;
  text-decoration: none;
  padding: 20px;
  border-radius: 10px;
  border: 2px solid white;
  box-shadow: 0 4px 5px 0 rgba(0,0,0,.2);
}

.login{
  text-decoration: none;
  color: white;
  display: inline-block;
  background-color: rgb(75,154,231);
  text-decoration: none;
  padding: 20px;
  border-radius: 10px;
  border: 2px solid white;
  box-shadow: 0 4px 5px 0 rgba(0,0,0,.2);
  margin-right: 30px;
  font-size: 15px;
}

.menu-button {
  font-size: 40px;
  cursor: pointer;
  position: fixed;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 20px;
  margin: 40px;
  border: 2px solid rgb(75,154,231);
  z-index: 1001;
  background-color: white;
  color: rgb(75,154,231);
  box-shadow: 0 5px 5px 0 rgba(0,0,0,.2)
}

.nav-link{
  margin-top: 30px;
  margin-bottom: 30px;
}

.nav-link:hover{
  border-right: 10px solid #0087ca;
  background-color:rgb(232, 239, 246)
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgb(245, 250, 255);
  overflow-x: hidden;
  transition: 0.3s;
  padding-top: 60px;
  z-index: 1000;
  opacity: 96.5%;
}

.sidenav a {
  padding: 10px 30px;
  text-decoration: none;
  color: rgb(75,154,231);
  display: block;
}


.closebtn {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 30px;
  color: rgb(75,154,231);
  cursor: pointer;
}

h1{
  color: white;
  text-align: center;
  font-family: 'veranda', sans-serif;
  font-weight: 900;
  font-size: 7vw;
  margin: 20px;
  
}

.name {
text-decoration: underline;
text-underline-offset: 5px;
}

.hero {
  margin: 90px;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-bottom: 100px;
  border-bottom: 5px solid #ffffff;
}

.how-it-works {
  background-color: white;
  padding: 3vw;
  margin: 3vw;
  border-radius: 50px;
  box-shadow: 0 4px 5px 0 rgba(0,0,0,.2);
  text-align: center;
  font-family: 'veranda', sans-serif;
}

.text {
  margin: 30px;
  color: rgb(164, 204, 238);
}

.blue {
  color: rgb(213, 229, 244);
}

img {
border-radius: 50px;
display: block;
margin: auto;
width: 300px; 
}


.service{
text-align: center;
margin: 3vw auto;
border-bottom: 3px solid #ffffff;
padding-bottom: 10px;
background-color: white;
padding: 3vw;
border-radius: 50px;
margin-bottom: 90px;
width: 80%; 
height: 80%; 
object-fit: cover; 

}

.need-column{
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 24px;
padding: 20px;
max-width: 1200px;
margin: 10px auto;
justify-content: center;
display: flex;
flex-wrap: wrap;
}

.dotp {
color: white;
font-size: 20px;
background: rgb(108, 173, 231);
width: 200px;
flex: 0 0 auto; 
border-radius: 10px;
padding: 24px;
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
text-align: center;
transition: transform 0.3s ease;
align-items: center;
display: flex;
justify-content: center;
flex-wrap: wrap;
}

.dotc {
  color: white;
  padding: 0;
  margin: 0;
  }

.dotp:hover {
transform: scale(1.1);

}

.dot {
text-align: left;
color:white;
font-weight: 500px;
font-size: 20px;
padding: 10px;
width: 500px;
margin: 0 auto;
}

.dots {
text-align: left;
color:rgb(164, 204, 238);
font-weight: 500px;
font-size: 22px;
padding: 0;
}
/* 
.two-only {
color:rgb(164, 204, 238);
font-weight: 500px;
font-size: 20px;
width: 400px;
margin: 0 auto;
} */

h2 {
font-size: 40px;
text-align: center;
}

.blues {
color: rgb(247, 206, 39);
}

.smol {
font-size: 25px;

}

.features {
text-align: center;
margin: 40px;
padding-bottom: 40px;
}

.white{
color: rgb(100, 166, 232);
}

.whitep {
color: white;
}

p {
font-size: 20px;
text-align: center;
color: white;
}


.cloud-lists {
list-style: none;
margin: auto;
padding: 0;
width: 200px;
text-align: center;
}

.cloud-lists li {
position: relative;
padding: auto;
margin-bottom: 16px;
}

.cloud-lists li::before {
content: "☁️";
position: absolute;
left: 0;
top: 0;
line-height: 22.4px;
}

h3 {
text-align: center;
}

.pricing-panels {
margin: 50px;
display: flex;
justify-content: space-around;
flex-wrap: wrap; 
border-bottom: 5px solid rgb(164, 204, 238);
padding-bottom: 100px;
}

.group {
min-width: 290px; 
max-width: 350px;
flex: 1;
border-radius: 30px;
box-shadow: 0 5px 5px 0 rgba(0,0,0,.2); 
overflow: hidden;
line-height: 1.5;
margin: 15px;
background: white;
padding-bottom: 20px;
transition: transform 0.2s ease-in-out;
align-items: center;
}

.group:hover {
transform: scale(1.1);
}

.header-for-price {
background-color: rgb(75,154,231);
color: white;
font-size: 25px;
padding: 15px;
}

.info {
margin: 20px;
padding: 20px;
}

.links-in-nav {
margin: auto 20px;
text-decoration: none;
color: rgb(59, 141, 223);
}

.links-in-nav:hover {
text-decoration: underline;
}

.logo {
float: left;
text-decoration: underline;
color: rgb(75,154,231);
font-weight: 600;
font-size: 20px;
margin: 20px;
margin-left: 40px;
}

.seven-day{
padding: 25px;
border-radius: 20px;
background: rgb(108, 173, 231);
text-decoration: none;
color: white;
margin: 20px auto;
text-align: center;
display: block;
font-size: 25px;
}

.links-bottom {
color: rgb(59, 141, 223);
padding: 30px;
text-decoration: none;
text-align: center;
}

footer {
padding: 40px;
text-align: center;
}

.email {
text-decoration: underline;
color: rgb(111, 167, 223);
}

a {
  text-decoration: underline;
  color: rgb(111, 167, 223);
}

.whitea {
  color: rgb(198, 228, 255);
}
.white-list {
  color: rgb(198, 228, 255);
  font-size: 16px;
}

.halt-until-for {
  columns: 2;
  gap: 10px;
  font-size: 2px;
}

.specialbox {
  padding: 0;
}

.reveal {
position:relative;
transform: translateY(150px);
opacity: 0;
transition:2s ease;
transition-property: transform, opacity;

}

.reveal.active {
 transform: translateY(0px);
 opacity: 1;
}

.mobile-only {
display: none;
}

@media (max-width: 768px) {
.mobile-only {
  display: inline;
}
}

.desktop-only {
display: inline;
}

@media (max-width: 768px) {
.desktop-only {
  display: none;
}
}




.review {
display: grid;
grid-auto-flow: column;
gap: 30px;
color: white;
/* grid-auto-columns: 22%; */

overflow-x: auto;
overscroll-behavior-inline: contain;
margin:  30px;
}

/* .review-groups {
background: rgb(181, 211, 241);
color: white;
border-radius: 20px;
width: 600px;
height: 400px;
inline-size: max-content;
font-size: clamp(12px, 2vw, 24px);
max-width: 400px;
} */


.reviews-heading {
color: rgb(100, 166, 232);
}

.within {
  max-width: 200px;
  text-align: center;
  margin: auto;
}

.fit-text {
  flex: 0 0 auto;
  padding: 30px;
  scroll-snap-align: start;
  font-style: italic;
}

.review-groups {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #9e9e9e;
  display: inline-block;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  margin: 35px 10px 10px;
  max-width: 310px;
  min-width: 250px;
  position: relative;
  text-align: center;
  width: 100%;
  min-width: 400px;
  background: rgb(181, 211, 241);
  border-radius: 5px;
  border-top: 5px solid rgb(100, 166, 232);
}



.review-groups h3 {
  color: white;
  font-size: 20px;
}
