* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    background-color: #c81c1d;
    font-family: 'Modern Antiqua', sans-serif;
}

h1 {
    font-size: 4em;
    color: #ffffff;
    margin-bottom: 20px;
}
h2 {
    font-size: 2em;
    color: #ffffff;
}
h3 {
    font-size: 1.5em;
    color: #ffffff;
}

.btn {
    padding: 10px 20px;
    border-radius: 100px;
    background-color: #ffdb43;
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    border: none;
}
.btn:hover {
    background-color: #caae30;
}

.header-container {
    width: 90%;
    margin: 0 auto;
}
.header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.header-col-1 {
    flex-basis: 25%;
}
.header-col-1 a {
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    margin-right: 20px;
}
.header-col-2 {
    flex-basis: 50%;
    text-align: center;
}
.header-col-3 {
    flex-basis: 25%;
    text-align: right;
}
.header-col-3 a {
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    margin-left: 20px;
}

.hero-container {
    width: 100%;
    background-image: url(../images/hero-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 105vh;
}
.hero{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin: 0 auto;
}
.hero-col {
    flex-basis: 100%;
    padding: 100px 50px 50px 50px;
    text-align: center;
}
.hero-col p {
    color: #ffffff;
}
.hero-col label {
    font-size: 20px;
    color: #ffffff;
}
.hero-col input {
    padding: 12px;
    border-radius: 8px;
    border: none;
    font-size: 14px;
    color: #000000;
}
.hero-col input::placeholder {
    font-size: 14px;
    color: #000000;
}

.locations-container {
    width: 100%;
    text-align: center;
    padding: 50px 0;
}
.locations-container h2 {
    font-size: 6em;
    margin-bottom: 20px;
}
.locations {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: 0 auto;
}
.locations-col {
    color: #ffffff;
    flex-basis: 32%;
    border: 1px solid #ffdb43;
    text-align: center;
    height: 50vh;
    padding: 50px;
    border-radius: 30px;
    background-color: #b29bbd;
}
.locations-col img {
    width: 50%;
}

.services-container {
    width: 100%;
    text-align: center;
    padding: 50px 0;
}
.services-container h2 {
    font-size: 5em;
    margin-bottom: 20px;
    width: 80%;
    margin: 0 auto;
    line-height: 1;
    margin-bottom: 20px;
}
.services {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
}
.services-col {
    border: 1px solid #ffdb43;
    flex-basis: 32%;
    text-align: center;
    /*background-color: #590c0c;*/
    border-radius: 30px;
    padding: 50px 10px;
    margin-bottom: 20px;
    color: #ffffff;
    background-color: #b29bbd;
}
.services p {
    font-size: 14px;
    line-height: 1.2;
    color: #ffffff;
}
.services h3 {
    font-size: 1.2em;
    margin-bottom: 20px;
}
.services-col img {
    width: 100%;
    border-radius: 30px;
    margin-bottom: 20px;
}
.services-arrows {
    padding: 20px;
    background-color: #ffdb43;
    color: #590c0c;
    font-size: 3em;
    border: none;
    border-radius: 30px;
    cursor: pointer;
}
.services-arrows-left {
    position: relative;
    float: left;
    margin-left: 50px;
    top: 100px;
}
.services-arrows-right {
    position: relative;
    float: right;
    margin-right: 50px;
    top: 100px;
}

.about-container {
    width: 100%;
    text-align: center;
    padding: 100px 0;
    background-image: url(../images/about-overlay.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.about-container img {
    width: 100%;
    border-radius: 20px;
}
.about {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.about-col {
    flex-basis: 50%;
    margin: 0 auto;
}
.about-container h2 {
    font-size: 5em;
    margin-bottom: 20px;
    width: 50%;
    margin: 0 auto;
    line-height: 1;
    margin-bottom: 20px;
}
.about-container p {
    color: #ffffff;
}
.about p {
    font-size: 18px;
    color: #ffffff;
    line-height: 1.5;
}

.pricing-container {
    width: 100%;
    text-align: center;
    padding: 50px 0;
}
.pricing-container h2 {
    font-size: 5em;
    margin-bottom: 20px;
    width: 50%;
    margin: 0 auto;
    line-height: 1;
    margin-bottom: 20px;
}
.pricing-container p {
    font-size: 20px;
    color: #ffffff;
    margin-top: 50px;
}
.pricing {
    display: flex;
    flex-direction: row;
    justify-content: 100%;
    align-items: center;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
}
.pricing-col {
    flex-basis: 15%;
    flex-grow: 1;
    flex-basis: 0;
    border: 1px solid #ffdb43;
    border-radius: 30px;
    padding: 50px;
    /*height: 100vh;*/
    margin: 20px 20px 50px 20px;
    background-color: #b29bbd;

}
.pricing-col h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 6em;
}
.pricing-col p {
    font-size: 12px;
    color: #ffffff;
    line-height: 1.2;
}
.pricing-col span {
    font-size: 2em;
    color: #ffffff;
    margin-bottom: 0;
}
.pricing-col img {
    width: 100%;
}

.faq-container {
    width: 100%;
    padding: 50px 0;
    text-align: center;
}
.faq-container h2 {
    font-size: 6em;
}
.faq {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin: 0 auto;
}
.faq-col {
    flex-basis: 80%;
    margin: 0 auto;
}
.faq-container p {
    font-size: 18px;
    color: #ffffff;
}
.question {
    background-color: transparent;
    padding: 10px;
    padding-left: 50px;
    cursor: pointer;
    border: 0;
    border-bottom: 1px solid #ffdb43;
    border-radius: 0;
    color: #000000;
  }
  .arrow {
    /*display: inline-block;*/
    margin-left: 5px;
    float: right;
    margin-top: -25px;
    transition: transform 0.3s;
  }
  .answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s;
    padding: 20px 50px 10px 50px;
    background-color: transparent;
    opacity: 0;
    visibility: hidden;
    border-radius: 0 0 6px 6px;
    line-height: 2;
    color: #ffffff;
  }

  .contact-container {
    width: 100%;
    padding: 50px 0;
    text-align: center;
  }
  .contact-container h2 {
    font-size: 5em;
    margin-bottom: 20px;
    width: 80%;
    margin: 0 auto;
    line-height: 1;
    margin-bottom: 20px;
  }
  .contact {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    color: #ffffff;
  }
  .contact-col {
    flex-basis: 100%;
    padding: 50px;
    border-radius: 20px;
    border: 1px solid #ffdb43;
  }
  .contact input {
    width: 100%;
    padding: 20px 20px;
    border-radius: 20px;
    border: 1px solid #ffdb43;
    font-size: 20px;
  }
  .contact input::placeholder {
    color: #000000;
  }
  .contact select {
    padding: 20px 20px;
    border-radius: 20px;
    border: 1px solid #ffdb43;
    background-color: transparent;
    font-size: 20px;
    color: #ffffff;width: 100%;
  }
  .contact select option {
    background-color: transparent;
    color: #000000;
  }
  .contact label {
    line-height: 4;
    font-weight: 600;
  }

.cta-container {
    width: 100%;
    text-align: center;
    padding: 50px 0;
}
.cta {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    background-color: #b29bbd;
    border-radius: 30px;
    padding: 50px;
    border: 1px solid #ffdb43;
}
.cta-col {
    flex-basis: 100%;
}
.cta h2 {
    font-size: 4em;
}
.cta span {
    font-size: 1.5em;
    color: #ffffff;
    font-weight: 600;
}

.footer-container {
    width: 100%;
    padding: 50px 0;
    text-align: center;
}
.footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: 0 auto;
}
.footer-col {
    flex-basis: 100%;
}
.footer p {
    font-size: 8px;
    color: #ffffff;
}

.copyright-container {
    width: 100%;
    padding: 50px 0;
    color: #ffffff;
}
.copyright {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: 0 auto;
}
.copyright-col-1 {
    flex-basis: 32%;
    text-align: left;
}
.copyright-col-2 {
    flex-basis: 32%;
    text-align: center;
}
.copyright-col-3 {
    flex-basis: 32%;
    text-align: right;
}
.copyright-container a {
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
}

.privacy-container {
    width: 100%;
    padding: 50px 0;
    color: #ffffff;
}
.privacy {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
}
.privacy-col {
    flex-basis: 100%;
}
.privacy-container ul {
    font-size: 18px;
    color: #ffffff;
}
.privacy-container li {
    font-size: 18px;
    color: #ffffff;
    line-height: 1.5;
}

@media screen and (max-width: 600px) {
    .hero, .locations, .services, .about, .pricing, .faq, .contact, .cta, .footer, .copyright {
        flex-direction: column;
        flex-wrap: none;
    }
    h1 {
        font-size: 2.5em;
        width: 100%;
    }
    .header-container img {
        width: 70%;
    }
    .locations-container h2, .services-container h2, .about-container h2, .pricing-container h2, .faq-container h2, .contact-container h2, 
    .cta-container h2 {
        font-size: 2em;
    }
    .hero-container {
        height: auto;
    }
    .hero-col {
        padding: 50px 0;
    }
    .locations-col {
        flex-basis: 100%;
    }
    .about-col {
        padding: 25px;
    }
    .pricing-col {
        height: auto;
    }
}
