
:root {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
a:link, a:visited, a:hover, a:active {
  color: rgb(255, 255, 255); 
  text-decoration: none;
}
button:hover {
    cursor: pointer;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
html, body{
    height: fit-content;
    width: 100vw;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    display: block;
    overscroll-behavior: none;
    font-family: var(font-family);
}
div.logo-container {
    margin-left:20px;
}

.landing-container {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.navbar {
    width: 80vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}
.navbar-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
}
.logo {
    max-height: 5rem;
    max-width: 5rem;
    
}
.logo-container {
    height: 8rem;
    width: 15rem;
    background-image: url("../IMG/Areions 4.png");
    background-repeat: no-repeat;
    background-size: contain;
}
.background-picture {
    width: 100%;
    background-image: url('../IMG/guys-on-roof2.webp');
    background-repeat: no-repeat;
    background-color: rgba(0, 8, 255, 0.8);
    background-size:  130vw 130vh;
    padding: 3rem 0;
    margin: 0 auto 30px auto;
    color: white;
}
.overlay {}
.navbar-menu li {
    margin: 0 1rem;
    font-size: 1.2rem;
}
.cta-btn {
    padding: 10px 20px 10px 20px;
    border-radius: 15px;
    font-size: 1.2rem;
}
button.cta-btn {
    border-color: blue;
    background-color: rgb(36, 69, 252);
    color: white;
    font-weight: 200;
    font-size: 1rem;
}
.hero-section {
    width: 100vw;
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5rem;
}
.hero-container {
    text-align: center;
    max-width: 75vw;
    max-height: 60vh;
}
.section1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem;
}
.hero-container h1 {
    margin: 1rem;
    font-size: 4rem;
}
.heading-xtrastyle {
    color: blue;
}
.hero-container p {
    margin: 1rem;
}
.subtitle {
    width: 65%;
    margin: 3rem auto 5rem auto;
    color: rgba(232, 232, 232, 0.93)
}
.button-group {
    margin: 1rem auto;
    color: white;
}
.button-group button:nth-child(1) {
    width: 15rem;
    margin: 1rem 2rem 3rem 2rem;
    padding: 1rem 3rem 1rem 3rem;
    border-radius: 15px;
    border-color: blue;
    background-color: rgb(36, 69, 252);
    color: white;
}
.button-group button:nth-child(2) {
    padding: 1rem 2rem 1rem 2rem;
    margin: 1rem 2rem 3rem 2rem;
    border-radius: 15px;
    border-color: rgba(0, 0, 0, 0.565);
    background-color: rgba(202, 202, 202, 0.3);
    color: white;
}

.form-calendar {
    width: 90%;
    display: flex;
    margin: 0 auto;

}
#inline-mSJG6oPh0AtHHrlEM3tH-div {
    width: 85%;
}
.stats {
    display: flex;
    justify-content: center;
    margin: 2rem;
}
.stat h5 {
    font-size: 2rem;
    margin: 0 2rem;
    color: rgba(0, 110, 255, 0.75)
}
.stat {
    margin: 0 4rem;
}
.why-section {
    text-align: center;
    background-color: rgb(250, 249, 249);
    padding: 0 0 3rem 0;
}
.why-header {
    width: 95%;
}
.why-header h3 {
    font-size: 3rem;
    margin: 1rem;
    padding-top: 3rem;
}
.cards {
    display: flex;
    justify-content: center;
}
.why-cards {
    height: 20rem;
    border: 2px solid transparent;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    background-color: white;
    width: 20%;
    margin: 2rem 1rem;
    padding: 20px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-start;
}
.why-cards p {
    font-size: 14px;
}
.p-list {
    font-size: 14px;
    height: auto;
    list-style-type: none;
}
.why-header {
    margin: 2rem auto;
}
span.why-logo i{
    font-size: 1.5rem;
    color: blue;
}
span.why-logo {
    background-color: rgba(85, 153, 249, 0.2);
    padding: 10px;
    border-radius: 15px;
}
.how-it-works {
    padding: 2rem 0;
}
.how-it-works-header {
    text-align: center;
    margin: 0 0 2rem 0;
}
.how-it-works-header h5 {
    font-size: 4rem;
    margin: 2rem 0;
}
.step-cards-container {
    width: 80%;
    display: flex;
    justify-content: space-around;
    margin: 8rem auto 2rem auto;
}
.step-card {
    height: 40vh;
    width: 18%;
    position: relative;
    margin-left: 20px;
    padding-left: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.step-card p {
    padding-left: .9rem;
    padding-top: 1rem;
}
.icon i {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background-color: blue;
    font-size: 2rem;
    color: white;
    padding-top: 1.5rem;
    margin: 1rem;
}
.icon-desc {
    font-size: .9rem;
    font-weight: 400;
}
.step-bar {
    position: absolute;
    top: 18%;
    margin: 5px 20px 0 -20px;
    width: 20vw;
    height: 4px;
    background-image: linear-gradient(to right, rgba(0, 0, 255, 0.3), rgba(0, 0, 255, 0.025));
    z-index: -1;
    border-radius: 2px;
    border-color: transparent;
}
.disable {
    display: none;
}
.step-title {
    margin: 20px auto;
}
p.step-description {
    padding: unset;
    margin-top: 2rem;
}
.side-by-side-card {
    height: 40vh;
    width: 90vw;
    margin: 6rem auto 2rem auto;
    display: flex;

}
.left-card {
    height: 100%;
    width: 50%;
    padding: 20px 40px 40px 0px;
    background-color: rgb(4, 0, 67);
    color: white;
    border-radius: 20px 0 0 20px;
}
.left-card h5 {
    font-size: 2rem;
    width: 80%;
    margin: 1rem auto 0 auto;
}
.left-card p, ul {
    width: 80%;
    margin: 1rem auto;
    list-style: none;
}
.left-card ul {
    padding-bottom: 1rem;
}
.left-card li {
    margin: 1rem 0;
}
.left-card i {
    font-size: 1.2rem;
    margin-right: 10px;
    color: blue;
}
.right-card {
    height: 100%;
    width: 50%;
    border-radius: 0 20px 20px 0;
    overflow: none;
}
.right-card img {
    width: 100%;
    height: 100%;
    border-radius: 0 20px 20px 0;
}
.benefits-header {
    width: 90vw;
    height: 25vh;
    margin: 5rem auto 0 auto;
    text-align: center;
}
.benefits-header h1 {
    font-size: 3.5rem;
    margin-bottom: 1rem;
}
.benefit-cards {
    height: fit-content;
    width: 95vw;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 40px;
    justify-content: center;
    align-items: center;
    margin: 0 auto 1rem auto;
}
.benefit-card {
    height: fit-content;
    min-height: 12rem;
    width: 26%;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
}
.benefit {
    display: flex;
    justify-content: space-around;
    margin: 10px 0;
}
.benefit i {
    width: 3rem;
    font-size: 1.2rem;
    background-color: blue;
    color: white;
    border-radius: 12px;
    padding: 10px;
}
.benefit-description {
    width: 80%;
    margin: 0 auto 1rem auto;
}
.benefit-description h5 {
    font-size: 1.2rem;
}
.pricing-container {
    width: 100vw;
    height: 100vh;
}
.pricing-header {
    width: 75%;
    height: 4rem;
    text-align: center;
    margin: 4rem auto;
}
.pricing-header h1 {
    font-size: 4rem;
    margin: 1rem auto;
}
.pricing-cards {
    width: 95vw;
    height: fit-content;
    margin: 3rem 0;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    gap: 4rem 1rem;
}
.pricing-card {
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.05);
    width: 28vw;
    min-height: 57vh;
    height: fit-content;
    padding: 20px;
}
.pricing-card li {
    margin: 1rem 0;
}
.pricing-card i {
    color: green;
}
.pricing-name {
    text-align: center;
    margin: 1rem 0;
}
.price {
    text-align: center;
    font-size: 2rem;
}
.per-month {
    color:rgba(0, 0, 0, 0.5)
}
.cta-container {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.cta-container a {
    width: 100%;
}
.btn {
    padding: 10px 30px;
    border-radius: 10px;
    font-weight: bold;
    margin: 2rem auto;
    color: white;
}
.pricing-guarantee {
    width: 100vw;
    display: flex;
    justify-content: center;
    margin: 1rem;
}
#professional {
    border: 2px solid blue;
    min-height: 66vh;
    box-shadow:2px 2px 10px rgba(0, 0, 0, 0.4);
}
#enterprise {
    height: auto;
    max-height: 62vh;
}
.email-section {
    width: 100vw;
    height: 50vh;
    margin: 0 auto;
    background-color: transparent;
    color: rgb(7, 7, 7);

}
.email-cta {
    text-align: center;
}
.email-cta h3 {
    font-size: 4rem;
    margin: 1rem 0;
}
.email-guarantees {
    width: 100%;
}
.email-checks {
    display: flex;
    justify-content: space-between;
    margin: 2rem auto;
}
.email-checks li {
    display: flex;
    align-items: center;
}
.email-checks i {
    color: blue;
    font-size: 1.3rem;
    margin-right: .8rem;
}
.email-container {
    width: 80%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 4rem auto -40px auto;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 4rem 0 6rem 0;
    border-radius: 20px;
}
.email-container input {
    width: 40%;
    padding: 20px;
    margin: 0 2rem;
    border-radius: 15px;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5);

}
.email-submit-btn {
    padding: 20px 40px 20px 40px;
    background-color: rgb(54, 54, 255);
    font-weight: bold;
    font-size: 1.2rem;
    color: white;
    border-color: rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.4);
}
.permission-text {
    text-align: center;
}
div#inline-ipAkOOZZzsRtqOnQTQ2f-div.ep-iFrameContainer {
    width: 100%;
    height: 100%;
}
.footer {
    width: 100vw;
    min-height: 20vh;
    height: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: rgba(0, 0, 72, 0.7);
    padding: 2rem 1rem 1rem 1rem;
    color: rgb(206, 206, 206);

}
.footer-logo {
    width: 15rem;
    height: 100%;
    padding: 10px 0 20px 20px;

}
.footer-image {
    width: 10rem;
    height: 3rem;
   background-image: url('../IMG/Areions 4.png');
   background-repeat: no-repeat;
   background-size: contain;
   margin-bottom: 1rem;
}
.footer-links {
    width: 14rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footer-links h5 {
    margin-bottom: 5px;
    font-size: 1.3rem;
}
.footer-links li {
    margin: 1rem 0;
}
.footer-links ul {
    text-align: center;
}
.footer-contact {
    width: 12rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footer-contact h5 {
    font-size: 1.3rem;
    margin-bottom: 2.8rem;
}
.footer-contact li {
    margin: 1rem 0;
}