h1 {
    margin: 0;
    padding: 0;
    font-size: 10vw;
    color: var(--black);
}

h2 {
    font-size: 64px;
    margin-left: 10vw;
    margin-right: 10vw;
    color: var(--color-text-main);
}

p {
    margin: 0;
    padding: 0;
    color: var(--text-main);
}

hr {
    height: 1px;
    background-color: var(--black);
    color: var(--black);
    border: none;
}

.space-maker {
    height: 20vh;
}

.hero-section {
    width: 100vw;
    padding-bottom: 20vh;
    padding-top: 20vh;
    /* background-color: var(--white); */
    
}

.first-heading {
    margin-left: 10vw;
    margin-right: 10vw;
}

.hero-p {
    margin-top: 24px;
    margin-left: 10vw;
    width: 50vw;
    margin-bottom: 32px;
}

.button-p {
    padding: 12px 24px 12px 24px;
    background-color: var(--logo);
    border-radius: 8px;
    text-decoration: none;
    color: var(--white);
    /* box-shadow: 0 0 20px inset rgba(0,0,0,0.4); */
    /* background: linear-gradient(rgba(0, 65, 184, 0.625), rgba(45, 115, 199, 0.625), rgba(33, 160, 196, 0.625)); */
  /* box-shadow: 0 0.375em 0.5em rgba(0, 0, 0, 0.3), 
              0 0.125em 0.125em rgba(0, 78, 187, 0.5), 
              inset 0 0.25em 0.5em rgba(0, 17, 49, 0.8),
              inset 0 0.375em 0.5em 0.25em rgba(0, 78, 187, 0.75) */
}

.hero-b {
    margin-left: 10vw;
    color: var(--white);
}

/* why us */
.three-div-container {
    width: 80vw;
    margin-left: 10vw;
    display: flex;
    flex-wrap: row;
    justify-content: space-between;
    padding-bottom: 10vh;
}

.three-card {
    width: 18vw;
    background-color: var(--white);
    border-radius: 16px;
    padding: 40px;
    border: 3px solid hsl(0, 0%, 100%, 0.3);
  /* background: hsl(0, 0%, 100%, 0.2);
  backdrop-filter: blur(8px); */
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
/* .three-card:hover{
    transform: scale(1.02);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.12);
} */

.three-round {
    height: 50px;
    width: 50px;
    background-color: var(--logo);
    border-radius: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: aliceblue;
    /* box-shadow: 0 0 20px inset rgba(0,0,0,0.4); */
}

/* about workflow */
.workflow-container {
    width: 90%;
    margin-top: 10vh;
    display: flex;
    flex-direction: row;
    margin-bottom: 20vh;
}

/* change the page for some additional css */
/* this is for services page */
.services-container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 75%;
    margin-left: 10vw;
    align-items: center;
    border: 3px solid hsl(0, 0%, 100%, 0.3);
  background: hsl(0, 0%, 100%, 0.2);
  backdrop-filter: blur(8px);
  box-shadow: inset 0 0 8px 1px hsl(0, 0%, 100%, 0.6);
    padding: 40px 40px 60px 40px;
    border-radius: 16px;
    margin-bottom: 16px;
}

.services-details {
    width: 40%;
}

.services-img {
    width: 35%;
    height: auto;
    border-radius: 16px;
}

/* this is for about page */
.workflow-p {
    margin-left: 10vw;
    width: 50%;
}

/* for contact page */
/* form */
.form-container {
  width: 100%;

}

.form-container h3 {
  margin-bottom: 24px;
  /* font-size: 20px; */
  /* font-weight: 500; */
}

form input,
form textarea {
  width: 100%;
  padding: 14px 16px;
  margin-bottom: 16px;
  border: 1px solid var(--off-white);
  border-radius: 8px;
  /* font-size: 14px; */
  outline: none;
  box-sizing: border-box;
}

form input:focus,
form textarea:focus {
  border-color: var(--logo);
}

form button {
  width: 100%;
  padding: 14px;
  background:var(--logo);
  color: var(--white);
  border: none;
  border-radius: 8px;
  /* font-size: 14px; */
  cursor: pointer;
}

form button:hover {
  opacity: 0.9;
}


/* 48em = 768px */

@media (max-width: 48em) {
    h1{
        font-size: 64px;
    }
    .first-heading{
        margin-left: 4vw;
    }
    .hero-p {
        margin-left: 4vw;
    }
    h2{
        margin-left: 4vw;
        font-size: 48px;
    }
    .three-div-container{
        flex-direction: column;
        margin-left: 8px;
        width: 82%;
    }
    .three-card{
        width: 100%;
        margin-bottom: 8px;
    }
    .workflow-container{
        flex-direction: column;
        margin-top: 0;
    }
    .workflow-details{
        width: 95vw;
        margin-left: 2vw;
        margin-top: 32px;
    }
    .hero-b{
        margin-left: 4vw;
    }
    .hero-p{
        width: 70vw;
    }
    .three-card{
        padding: 40px 24px;
    }
    .workflow-p{
        margin-left: 4vw;
    }
    .services-container{
        flex-direction: column;
        margin-left: 2vw;
        margin-bottom: 8px;
        width: 90%;
        padding: 8px 8px 60px 8px;
    }
    .services-details{
        order: 2;
        width: 100%;
    }
    .services-img{
        width: 100%;
        margin-bottom: 40px;
    }
}

@media (min-width: 768px) and (max-width: 980px) {
    .three-div-container{
        flex-direction: column;
    }
    .three-card{
        width: 85%;
        margin-bottom: 8px;
    }
    .workflow-container{
        flex-direction: column;
        margin-top: 0;
    }
    .workflow-details{
        width: 85%;
        margin-left: 10vw;
        margin-top: 32px;
    }
    .services-container{
        flex-direction: column;
    }
    .services-details{
        order: 2;
        width: 100%;
    }
    .services-img{
        width: 80%;
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

@media (max-width: 1200px) {}