@charset "UTF-8";
/* CSS Document */

body {
	background-color: #605B3D;
    font-family: 'Lato', sans-serif;
    font-size: 1.125em;
    font-weight: 400;
    line-height: 1.7;
    margin: 0;
    padding: 0;
}


h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 4.5em;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.03em;
    color: #F3F3F2;
    margin-bottom: 0.3em;
}

h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 3.5em;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 0.02em;
    color: #F3F3F2;
    margin-bottom: 0.4em;
}

h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.75em;
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: 0.01em;
    color: #F3F3F2;
    margin-bottom: 0.5em;
}

h4 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.125em;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.01em;
    color: #F3F3F2;
    margin-bottom: 0.6em;
}

h5 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.02em;
    color: #F3F3F2;
    margin-bottom: 0.75em;
}

h6 {
    font-family: 'Lato', sans-serif;
    font-size: 0.875em;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #F3F3F2;
    margin-bottom: 1em;
}

p {
    font-family: 'Lato', sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.8;
    color: #F3F3F2;
    margin-bottom: 1.5em;
    max-width: 42em;
}

a {
    font-family: inherit;
    font-size: inherit;
    font-weight: 600;
    color: #F3F3F2;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-primary {
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-size: 0.95em;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #ffffff;
    /*! padding: 1em 2.5em; */
    border: none;
    border-radius: 3em;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-secondary {
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-size: 0.95em;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background-color: transparent;
    border: 0.125em solid;
    padding: 1em 2.5em;
    border-radius: 3em;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    color: #ffffff;
}

/*Header*/
header {
    background-color: #4A4522;
    padding: 0em 2em;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
}

.logo img {
    height: 6em;
    width: auto;
    display: block;
}

.nav {
    display: flex;
    gap: 2em;
    align-items: center;
}

.nav a {
    font-family: 'Lato', sans-serif;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;

    color: #F3F3F2;
    text-decoration: none;

    transition: 0.3s ease;
}

.nav a:hover {
    color: #E5C1BD;
}

/*footer*/
.footer{
    background-image: url("images/Footer_HHM.png");
    background-repeat: repeat-x;
    background-position: top center;
    background-size: auto;
    padding-top: 1em;
    padding-bottom: 2em;
    margin-top: 4em;
}

footer{
    background-color: #4A4522;
    background-repeat: repeat-x;
}

.copyright{
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 1em;
    font-weight: 600;
    color: #605B3D;
    padding-bottom: 1em;
}


/*Home Page*/
.hero{
    background-image: url("images/hero.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	height: 88vh;
	margin-top: -4.5em
}

.hero h1{
    padding-top: 1em;
}

.hero a{
    display: flex;
    justify-content: center;
    padding-left: 4em;
    margin-top: 12em;
    margin-left: 23em;
    margin-right: 23em;
}

/* Video

.phones{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:6em;
    width:90%;
    max-width:80em;
    margin:6em auto;

}

.phone_left,
.phone_right{
    position:relative;
}

.phone{
    position:relative;
    width:18em;
}

.phone_video{
    position:absolute;
    top:2%;
    left:4%;
    width:92%;
    height:96%;
    object-fit:cover;
    border-radius:2.2em;
}

.phone_frame{
    position:relative;
    width:100%;
    display:block;
}

.phone_text{
    position:absolute;
    color:#F3F3F2;
}

.phone_text h3{
    margin-bottom:.5em;
}

.left{
    top:25%;
    right:-10em;
}

.right{
    bottom:18%;
    left:-10em;
}

.phone_text img{
    width:6em;
}

/* Pricing*/

.pricing_page{
    width: 90%;
    max-width: 80em;
    margin: 4em auto;
}

.pricing{
    text-align: center;
}

.pricing h2{
    margin-bottom: 1em;
}

.pricing p{
    margin: 0 auto 1em auto;
    max-width: none;
}

.line{
    width: 14em;
    height: .1em;
    background-color: #4A4522;
    margin: 2em auto;
}

.note{
    font-size: .95em;
}

.divider{
    display: flex;
    justify-content: center;
    margin: 4em 0;
}

.divider img{
    width: 40em;
    max-width: 100%;
    height: auto;
}

.comparison{
    text-align: center;
}

.comparison h2{
    margin-bottom: 2em;
}

.comparison_grid{
    display: flex;
    justify-content: center;
    gap: 4em;
}

.comparison_column{
    flex: 1;
    max-width: 18em;
}

.comparison_column h4{
    margin-bottom: 1em;
}

.comparison_column p{
    margin-bottom: .9em;
    max-width: none;
}
/*FAQ*/
h1 {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
}

.question_one,
.question_two,
.question_three,
.question_four {
    width: 90%;
    max-width: 60em;
    margin: 0 auto 4em auto;
    padding: 0 3em;
    box-sizing: border-box;
}

.question_one h2,
.question_two h2,
.question_three h2,
.question_four h2 {
    text-align: center;
  
}

.question_one p,
.question_two p,
.question_three p,
.question_four p {
    text-align: left;
    max-width: 50em;
    margin: 0 auto;
    line-height: 1.9;
}

/*About*/

.about {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 4em;
    width: 85%;
    max-width: 80em;
    margin: 0 auto 4em auto;
}

.about_img {
    max-width: 30em;
    height: auto;
    border-radius: 0.5em;
    flex-shrink: 0;
}

.about_p {
    flex: 1;
    max-width: none;
    margin: 0;
    line-height: 1.9;
}

.photo{
  display: flex;
    flex-direction: column;  
}

.test{
        display: none;
    }


/* Contact */

.contact {
    text-align: center;
}
.all_form{
    margin: 3em
}

/* Form */

.contact form{
    display: flex;
    flex-direction: column;
    gap: 2em;

    max-width: 48em;
    margin: 0 auto;

    background-color: #F3F3F2;
    padding: 3em;
    border-radius: 1em;
}

/* Form Groups */

.form_group{
    display: flex;
    flex-direction: column;

    width: 100%;
    max-width: 42em;
    margin: 0 auto;
}

.form_group label{
    font-family: 'Lato', sans-serif;
    font-size: 1em;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: .6em;
}

.form_group h5{
    margin: 0 0 1em 0;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.5em;
    font-weight: 600;
    color: #FFFFFF;
}

/* Inputs */

input,
select,
textarea{
    width: 100%;
    padding: 1em 1.25em;
    box-sizing: border-box;

    background-color: #FFFFFF;
    color: #4A4522;

    border: .1em solid #4A4522;
    border-radius: .75em;

    font-family: 'Lato', sans-serif;
    font-size: 1em;

    transition: .3s ease;
}

input::placeholder,
textarea::placeholder{
    color: #8A8468;
}

input:focus,
select:focus,
textarea:focus{
    outline: none;
    border: .1em solid #4A4522;
}

textarea{
    resize: vertical;
    min-height: 8em;
}

select{
    cursor: pointer;
}

/* Radio Buttons & Checkboxes */

.form_group label:has(input[type="radio"]),
.form_group label:has(input[type="checkbox"]){
    display: flex;
    align-items: center;
    gap: .75em;
    margin-bottom: .8em;
    font-weight: 400;
}

input[type="radio"],
input[type="checkbox"]{
    width: auto;
    accent-color: #4A4522;
    cursor: pointer;
}

/* Agreement */

.agreement{
    align-items: flex-start !important;
    line-height: 1.7;
}

.agreement input{
    margin-top: .35em;
    flex-shrink: 0;
}

/* Submit Button */

.btn-primary{
    display: block;
    margin: 2em auto 0 auto;
    background-color: #4A4522;
    color: #F3F3F2;
    border: none;
    border-radius: 3em;
    font-family: 'Lato', sans-serif;
    font-size: .95em;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;

    cursor: pointer;
    transition: .3s ease;
}


/*Media*/
@media (max-width: 1200px) {

    .about {
        align-items: flex-start;
    }

    .about_img {
        width: 18em;
    }
     .test{
         display: flex;
        width: 15em;
    }
    
    .about_p {
  font-size: .92em;
}
    .question_one,
    .question_two,
    .question_three,
    .question_four {
        width: 92%;
        max-width: 55em;
        padding: 0 2em;
        margin-bottom: 3em;
    }

    .question_one p,
    .question_two p,
    .question_three p,
    .question_four p {
        max-width: 48em;
        line-height: 1.85;
    }

    .faq h1 {
        margin-top: 0.8em;
        margin-bottom: 1.2em;
    }
}
@media (max-width: 930px) {
  
    .hero a{
    display: flex;
    justify-content: center;
    padding: .5em;
    margin: 2em;
}
	.home_info {
        flex-direction: column;
        gap: 3em;
    }

    .comparison_grid{
        flex-direction: column;
        align-items: center;
        gap: 3em;
    }

    .comparison_column{
        width: 100%;
    }

    }
@media (max-width: 800px) {

    .about {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .about_img {
        width: 80%;
        max-width: 320px;
    }
    
     .test{
        display: none;
    }

    .about_p {
        width: 100%;
        text-align: left;
    }
    .faq h1 {
        font-size: 3em;
    }
     .faq h2 {
        font-size: 2em;
    }
    
     .faq p {
        font-size: .9em;
    }
	}
@media (max-width: 800px) {
    .nav a {
    font-size: .7em;
    
}
    .logo img {
    height: 4.6em;
    
}
}

@media (max-width: 660px) {
    
    .hero{
	height: 70vh;
	margin-top: -3.1em
}
    .hero h1{
        padding-top: .9em;
        font-size: 3.1em;
    }
    .hero a{
        padding-top: 8em;
    }
}


@media (max-width: 540px){

    .contact{
        width: 95%;
        padding: 0 1.5em;
    }

    .contact form{
        padding: 2em 1.5em;
    }

    .form_group{
        max-width: 100%;
    }

    .contact h1{
        font-size: 2.5em;
    }

    .contact_intro{
        font-size: .9em;
        margin-bottom: 2em;
    }

    .form_group h5{
        font-size: 1.3em;
    }

    .form_group label{
        font-size: .95em;
    }

    input,
    select,
    textarea{
        font-size: .95em;
    }

    .btn-primary{
        width: 100%;
        max-width: none;
	}}
    
@media (max-width: 545px) {

    /* Typography */

    h1{
        font-size: 2.5em;
        line-height: 1.1;
    }

    h2{
        font-size: 2.2em;
        line-height: 1.2;
    }

    h3{
        font-size: 1.8em;
    }

    h4{
        font-size: 1.5em;
    }

    h5{
        font-size: 1.2em;
    }

    h6{
        font-size: .75em;
    }

    p{
        font-size: .9em;
        line-height: 1.7;
    }

    /* Header */

    header{
        flex-direction: column;
        padding: 1em;
    }

    .logo img{
        height: 4em;
    }

    .nav{
        flex-wrap: wrap;
        justify-content: center;
        gap: 1em;
        margin-top: 1em;
    }

    .nav a{
        font-size: .8em;
    }

    /* Hero */

    .hero{
        height: 60vh;
    }

    .hero h1{
        padding-top: 1em;
        text-align: center;
    }

    .hero a{
        padding: 0;
        margin-top: 4em;
        justify-content: center;
    }

    /* Home */

    .home_info{
        width: 95%;
        gap: 2em;
    }

    .pricing,
    .comparison{
        width: 100%;
    }

    .comparison_grid{
        flex-direction: column;
        gap: 2em;
    }

    .comparison_column{
        width: 100%;
    }

    /* FAQ */

    .question_one,
    .question_two,
    .question_three,
    .question_four{
        width: 95%;
        padding: 0 1em;
        margin-bottom: 2em;
    }

    /* About */

    .about{
        width: 95%;
        gap: 2em;
    }

    .about_img{
        width: 100%;
        max-width: 18em;
    }

    .about_p{
        text-align: left;
    }

    /* Buttons */

    .btn-primary,
    .btn-secondary{
        width: 100%;
        max-width: 18em;
        text-align: center;
        padding: 1em;
    }

    /* Footer */

    footer{
        padding-top: 3em;
        padding-bottom: 2em;
    }

    .copyright{
        font-size: .8em;
        padding: 0 1em;
	}}