header {
    background-color: #F5F5F5;
}

nav {
    display: flex;
    justify-content: flex-end;
    padding: 15px;
    margin-left: 50px;
    margin-right: 50px;
}

.start {
    margin-right: auto;
}

.name {
    align-self: flex-end;
    color: #42454A;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.78px;
    margin-right: 100px;
}

.logo {
    width: 50px;
    height: 50px;
}

.nav-item {
    display: flex;
    align-self: flex-end;
    padding-bottom: 5px;
}

.item {
    text-decoration: none;
    color: #42454A;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    line-height: normal;
    font-weight: 600;
    letter-spacing: -0.145px;
    padding-right: 15px;
    padding-left: 15px;
    transition: 0.7s;
}

.item:hover {
	transform: scale(1.05);
}

#myButton {
    border-radius: 28px;
    padding: 12px 24px;
    border: none;
    background-color: #FCA311;
    color: #42454A;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.145px;
    margin-left: 140px;
    font-weight: 700;
}

.modal {
    display: none; 
    position: fixed;
    top: 30px;
    z-index: 1; 
    margin-left: 550px;
    width: 400px;
    height: 700px;
    border: none;
    border-radius: 10px;
    overflow: auto; 
    background-color: #B3BECD; 
}

.modal-content {
    display: flex;
    justify-content: flex-start;
    background-color: #B3BECD;
    margin: 10% auto; 
    border: none;
    width: 400px;
}

.close {
    color: #42454A;
    float: right;
    margin-right: 10px;
    font-size: 30px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

input {
    border: none;
    background-color: #E5E5E5;
    border-radius: 7px;
    margin-left: 40px;
    padding: 10px;
    width: 300px;
    margin-bottom: 0px;
    font-size: 15px;
    color: #47484a;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.input-name {
    margin-left: 40px;
    font-size: 20px;
    color: #42454A;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 0px;
}

.message {
    border: none;
    background-color: #E5E5E5;
    border-radius: 7px;
    margin-left: 40px;
    padding: 10px;
    width: 300px;
    height: 100px;
    font-size: 15px;
    color: #47484a;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.submit {
    margin-left: 40px;
}

.submit-btn {
    border-radius: 10px;
    width: 100px;
    height: 50px;
    border: none;
    background-color: #FCA311;
    color: #42454A;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.145px;
    font-weight: 700;
    margin-top: 30px;
}

.g-recaptcha {
    text-align: left;
}

#g-recaptcha-response {
    display: block !important;
    opacity: 0;
    }

section {
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: #E5E5E5;
    padding-top: 100px;
    padding-bottom: 100px;
}

.slogan {
    align-self: center;
    width: 350px;
}

h1 {
    color: #42454A;
    font-family: 'Inter', sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.dealer {
    color: #42454A;
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.145px;
}

.picture-frame {
    display: flex;
    justify-content: center;
    margin-left: 80px;
    width: 752px;
    height: 488px;
    border-radius: 50px;
    background-color: rgba(20, 33, 61, 0.87);
}

.landing-page-photo {
    width: 732px;
    height: 488px;
    border-radius: 50px;
    margin-top: 40px;
    margin-right: 40px;
    padding-right: 20px;

}

article {
    display: flex;
    justify-content: space-evenly;
    background-color: #FFFF;
    padding: 100px;
}

.pic {
    display: flex;
}

.image-size-window {
    width: 90px;
    height: 130px;
}

.image-size-entry-door {
    width: 80px;
    height: 130px;
}

.image-size-patio-door {
    width: 110px;
    height: 130px;

}

.service {
    color: #C2C3C6;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.44px;
    margin-left: 40px;
}

.type {
    color: #C2C3C6;
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 40px;
}

#why-choose {
    display: flex;
    justify-content: space-evenly;
}

.why-choose {
    display: flex;
    background-color: #C2C3C6;
    padding-left: 150px;
    padding-right: 150px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.why-text {
    align-self: center;
}

.reasons {
    display: flex;
    flex-direction: column;
    align-self: center;
    background-color: #E5E5E5;
    padding-left: 200px;
    padding-right: 200px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.image-reason {
    display: flex;
    align-items: center;
}

.reasons-image {
    width: 40px;
    height: 40px;
    margin-right: 30px;
}

.reasons-text {
    color: #42454A;
    font-family: 'Inter', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.back-color {
    background-image: linear-gradient(to right, #C2C3C6, #E5E5E5);
}

.reviews {
    display: flex;
    flex-direction: column;
    border-radius: 200px 200px 0px 0px;
    background-color: #14213D;
}

h2 {
    color: #E5E5E5;
    font-family: 'Inter', sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-left: 155px;
}

hr {
    color:#737475;
    width: 1200px;
    margin-bottom: 50px;

}

.clients-reviews {
    display: flex;
    padding-left: 155px;
}

.clients-say {
    padding-left: 100px;
}

.review-text {
    text-align: justify;
    color: #E5E5E5;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 36px;
    width: 550px; 
}

h5 {
    color: #E5E5E5;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 0px;
}

h6 {
    color: #E5E5E5;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 0px;
}

.free-quote-back {
    display: flex;
    justify-content: center;
    background-color: #FFFF;
    padding: 100px;
}

.free-quote-frame {
    display: flex;
    background-color: #B3BECD;
    border-radius: 20px;
    width: 1200px;
    height: 280px;
}

.free-quote-image {
    width: 680px;
    height: 280px;
    border-radius: 20px 0px 0px 20px;
}

#myButtonTwo {
    border-radius: 28px;
    padding: 12px 24px;
    border: none;
    background-color: #FCA311;
    color: #42454A;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.145px;
    margin-left: 140px;
    font-weight: 700;
}

h4 {
    color: #263640;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 64px;
    margin-left: 140px;
    margin-top: 0px;
    margin-bottom: 0px; 
}

.free-quote-btn {
    align-self: center;
}

footer {
    background-color: #F3F6F5;
    padding-top: 40px;
    padding-bottom: 40px;
}

.name-footer {
    color: #42454A;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.78px;
    margin-left: 10px;
}

.logo-footer {
    width: 50px;
    height: 50px;
    padding-left: 155px;
}

.footer-info {
    display: flex;
    justify-content: flex-start;
    padding-top: 30px;
    padding-left: 155px;
}

.footer-text {
    margin-right: 200px;
}

.first-row {
    color: #14213D;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.second-row {
    color: #14213D;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;

}

.third-row {
    text-decoration: none;
    color: #14213D;
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.address {
    display: flex;
}

.map-img {
    margin-left: 25px;
    width: 40px;
    height: 40px;
}

.copyright {
    padding-left: 155px;
    color: #14213D;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0px;
}



@media all and (max-width: 920px) {

    nav {
        flex-direction: column;
        align-items: flex-start;
        margin-left: 10px;
        margin-right: 10px;
    }

    .nav-item {
        display: flex;
        align-self: flex-start;
        padding-bottom: 5px;
    }

    .name {
        align-self: flex-start;
        font-size: 24px;
        font-weight: 600;
        margin-right: 0px;
        margin-left: 60px;
        margin-top: -27px;
        margin-bottom: 15px;
    }

    .item {
        font-size: 18px;
        padding-right: 15px;
        padding-left: 0px;
        margin-bottom: 15px;
    }

    #myButton {
        font-size: 16px;
        margin-left: 0px;
        font-weight: 600;
    }
    
    .modal {
        margin-left: 30px;
    }

    section {
        flex-direction: column;
        justify-content: center;
        padding-top: 30px;
        padding-bottom: 40px;
    }
    
    .slogan {
        align-self: center;
        width: 550px;
    }
    
    h1 {
        font-size: 50px;
    }

    .picture-frame {
        display: flex;
        justify-content: center;
        margin-left: 35px;
        width: 722px;
        height: 468px;
    }
    
    .landing-page-photo {
        width: 702px;
        height: 468px;
        padding-right: 25px;
    }
    
    article {
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .service {
        margin-left: 10px;
    }
    
    .type {
        margin-left: 10px;
    }
    
    .why-choose {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .why-text {
        align-self: center;
    }
    
    .reasons {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .reviews {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 100px 100px 0px 0px;
    }
    
    h2 {
        font-size: 50px;
        padding-left: 0px;
    }
    
    hr {
        display: none;
    
    }
    
    .clients-reviews {
        display: flex;
        flex-direction: column;
        padding-left: 0px;
    }
    
    .clients-say {
        padding-left: 0px;
    }
    
    .free-quote-back {
        display: none;
    }
    
    footer {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .name-footer {
        margin-left: 10px;
    }
    
    .logo-footer {
        padding-left: 30px;
    }
    
    .footer-info {
        padding-top: 30px;
        padding-left: 30px;
    }
    
    .footer-text {
        margin-right: 30px;
    }
    
    .first-row {
        font-size: 15px;
        font-weight: 600;
    }
    
    .second-row {
        font-size: 15px;
        font-weight: 500;
    }
    
    .third-row {
        font-size: 15px;
        font-weight: 600;
    }

    .copyright {
        padding-left: 30px;
    }
    
}

@media all and (max-width: 1100px) {

    nav {
        flex-direction: column;
        align-items: flex-start;
        margin-left: 10px;
        margin-right: 10px;
    }

    .nav-item {
        display: flex;
        align-self: flex-start;
        padding-bottom: 5px;
    }

    .name {
        align-self: flex-start;
        font-size: 24px;
        font-weight: 600;
        margin-right: 0px;
        margin-left: 60px;
        margin-top: -27px;
        margin-bottom: 15px;
    }

    .item {
        font-size: 18px;
        padding-right: 15px;
        padding-left: 0px;
        margin-bottom: 15px;
    }

    #myButton {
        font-size: 16px;
        margin-left: 0px;
        font-weight: 600;
    }
    
    .modal {
        margin-left: 30px;
    }

    section {
        flex-direction: column;
        justify-content: center;
        padding-top: 30px;
        padding-bottom: 40px;
    }
    
    .slogan {
        align-self: flex-start;
        margin-left: 70px;
        width: 550px;
    }
    
    h1 {
        font-size: 50px;
    }

    .picture-frame {
        display: flex;
        justify-content: center;
        width: 722px;
        height: 468px;
    }
    
    .landing-page-photo {
        width: 702px;
        height: 468px;
        padding-right: 25px;
    }
    
    article {
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .service {
        margin-left: 10px;
    }
    
    .type {
        margin-left: 10px;
    }

    .why-choose {
        padding-left: 60px;
        padding-right: 60px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .why-text {
        align-self: center;
    }
    
    .reasons {
        padding-left: 60px;
        padding-right: 60px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .reviews {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 100px 100px 0px 0px;
    }
    
    h2 {
        font-size: 50px;
        padding-left: 0px;
    }
    
    hr {
        display: none;
    
    }
    
    .clients-reviews {
        display: flex;
        flex-direction: column;
        padding-left: 0px;
    }
    
    .clients-say {
        padding-left: 0px;
    }
    
    .free-quote-back {
        display: none;
    }
    
    footer {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .name-footer {
        margin-left: 10px;
    }
    
    .logo-footer {
        padding-left: 30px;
    }
    
    .footer-info {
        padding-top: 30px;
        padding-left: 30px;
    }
    
    .footer-text {
        margin-right: 70px;
    }
    
    .first-row {
        font-size: 15px;
        font-weight: 600;
    }
    
    .second-row {
        font-size: 15px;
        font-weight: 500;
    }
    
    .third-row {
        font-size: 15px;
        font-weight: 600;
    }

    .map-img {
        margin-left: 25px;
        margin-top: -5px;
    }
    
    .copyright {
        padding-left: 30px;
    }
    
}



@media all and (max-width: 500px) {

    nav {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-left: 10px;
        margin-right: 10px;
    }

    .nav-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-bottom: 5px;
    }

    .name {
        align-self: flex-start;
        font-size: 24px;
        font-weight: 600;
        margin-right: 0px;
        margin-left: 60px;
        margin-top: -27px;
        margin-bottom: 15px;
    }

    .item {
        font-size: 18px;
        padding-right: 15px;
        padding-left: 0px;
        margin-bottom: 15px;
    }

    #myButton {
        font-size: 16px;
        margin-left: 0px;
        font-weight: 600;
    }
    
    .modal {
        margin-left: 0px;
        width: 370px;
        top: 30px;
        }

    .modal-content {
        margin: 10% auto; 
        margin-left: 0px;
        width: 330px;
        }

    section {
        flex-direction: column;
        justify-content: center;
        padding-top: 30px;
        padding-bottom: 40px;
    }
    
    .slogan {
        align-self: center;
        width: 350px;
        margin-left: 30px;
    }
    
    h1 {
        font-size: 35px;
    }

    .picture-frame {
        margin-left: 20px;
        width: 352px;
        height: 258px;
    }
    
    .landing-page-photo {
        width: 332px;
        height: 258px;
        border-radius: 50px;
        margin-top: 30px;
        margin-right: 20px;
        padding-right: 20px;
    }
    
    article {
        display: flex;
        flex-direction: column;
        padding: 30px;
    }
    
    .image-size-patio-door {
        margin-left: -15px;
    }
    
    .service {
        margin-left: 10px;
    }
    
    .type {
        margin-left: 10px;
    }
    
    .why-choose {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    .why-text {
        align-self: center;
    }
    
    .reasons {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    .reviews {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 50px 50px 0px 0px;
    }
    
    h2 {
        text-align: center;
        font-size: 30px;
        padding-left: 0px;
    }
    
    hr {
        display: none;
    
    }
    
    .clients-reviews {
        display: flex;
        flex-direction: column;
        padding-left: 0px;
    }
    
    .clients-say {
        padding-left: 0px;
    }

    .review-text {
        font-size: 16px;
        width: 300px; 
    }
    
    h5 {
        font-size: 16px;
    }
    
    h6 {
        font-size: 16px;
    }
    
    .free-quote-back {
        display: none;
    }

    .reasons-image {
        margin-right: 10px;
    }

    .why-text {
        text-align: center;
        margin-left: 0px;
        margin-right: 0px;
    }

    .reasons-text {
        font-size: 18px;
    }

    footer {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .name-footer {
        margin-left: 10px;
    }
    
    .logo-footer {
        padding-left: 10px;
    }
    
    .footer-info {
        padding-top: 30px;
        padding-left: 80px;
        flex-direction: column;
    }
    
    .footer-text {
        margin-right: 30px;
        margin-bottom: 30px;
    }
    
    .first-row {
        font-size: 15px;
        font-weight: 600;
    }
    
    .second-row {
        font-size: 15px;
        font-weight: 500;
    }
    
    .third-row {
        font-size: 18px;
        font-weight: 600;
    }

    .map-img {
        margin-left: 25px;
        margin-top: -5px;
    }
    
    .copyright {
        padding-left: 10px;
    }
}
