@font-face {
    font-family: Graphik;
    src: url(../fonts/GraphikRegular.woff);
}
*{
    padding: 0px;
    margin: 0px;
}
body, html{
    overflow-x: hidden;
}

.main-header{
    background-color: #faf1e2;
}

.hero-section{
    background-image: url(../images/hero/hero-bg.jpg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.hero-section .left-image, .hero-section .left-image{
    z-index: 2;
}
.hero-section .left-image, .hero-section .right-image{
    position: relative;
}
.hero-section .hero-content{
    padding: 140px 20px;
}
.hero-section .hero-content h1{
    font-size: 60px;
    line-height: 70px;
    font-weight: 500;
    font-family: Graphik;
    margin-bottom: 33px;
}
.hero-section .hero-content h1 span{
    font-size: 90px;
    line-height: 100px;
    font-weight: 800;
    font-family: Cormorant Garamond;
}
.btn.btn-hero{
    background-color: black;
    color: white;
    font-size: 20px;
    font-weight: 400;
    padding: 10px 25px;
    border: 1px solid black;
    border-radius: 27px;
    transition: all 0.3s ease;
}
.btn.btn-hero:hover{
    background-color: #447c74;
    border-color: #447c74;
}

.intro-section{
    padding: 75px 125px;
}
.intro-section h1,
.intro-section h2{
    font-size: 40px;
    font-weight: 600;
    color: #187641;
    font-family: Graphik;
    margin-bottom: 33px;
}
.intro-section p.text{
    font-size: 20px;
    text-align: justify;
}
.intro-section p.text2{
    font-size: 20px;
    text-align: center;
}
.intro-section .intro-content{
    padding: 50px 0px; 
}

.protocol-section{
    background-color: #f0f4f7;
    padding: 50px 100px 25px 100px;
}
.protocol-section h2{
    font-size: 40px;
    font-weight: 600;
    color: #187641;
    font-family: Graphik;
    margin-bottom: 33px;
}
.protocol-section p.text{
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}
.protocol-section .protocol-card{
    height: 300px;
    max-height: 100%;
    padding: 50px 25px;
    background-color: white;
    border-radius: 15px;
    box-shadow:  20px 20px 60px #bebebe,
             -20px -20px 60px #ffffff;
}
.protocol-section .protocol-card i{
    font-size: 30px;
    color: #187641;
    margin-bottom: 20px;
}
.protocol-section .protocol-card h3{
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}
.protocol-section .protocol-card p, .protocol-section .protocol-card ul li{
    font-size: 18px;
    font-weight: 400;
}

.benefit-section{
    padding: 50px 100px 25px 100px;
}
.benefit-section h2{
    font-size: 40px;
    font-weight: 600;
    color: #187641;
    font-family: Graphik;
    margin-bottom: 33px;
}
.benefit-section p.text{
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}
.benefit-section .benefit-card{
    height: 150px;
    max-height: 100%;
    padding: 10px 25px;
    background-color: #f0f4f7;
    border-radius: 10px;
    box-shadow:  10px 10px 30px #bebebe,
             -10px -10px 30px #ffffff;
}
.benefit-section .benefit-card i{
    font-size: 25px;
    color: #187641;
}
.btn.btn-more{
    background-color: transparent;
    color: black;
    font-size: 20px;
    font-weight: 400;
    padding: 10px 25px;
    border: 1px solid black;
    border-radius: 27px;
    transition: all 0.3s ease;
}
.btn.btn-more:hover{
    background-color: #447c74;
    border-color: #447c74;
    color: white;
}

.services-section{
    background-color: #f0f4f7;
    padding: 50px 100px 25px 100px;
}
.services-section h2{
    font-size: 40px;
    font-weight: 600;
    color: #187641;
    font-family: Graphik;
    margin-bottom: 33px;
}
.services-section .service-card{
    height: 500px;
    max-height: 100%;
    padding: 60px;
    background-color: white;
    border-radius: 15px;
    box-shadow:  20px 20px 60px #bebebe,
             -20px -20px 60px #ffffff;
}
.services-section h4{
    font-size: 25px;
    font-weight: 600;
    color: #187641;
    font-family: Graphik;
    margin-bottom: 25px;
}
.services-section .pricing{
    display: flex;
    justify-content: space-between;
}
.services-section .pricing h5{
    font-size: 22px;
    font-weight: 600;
}
.services-section .pricing h5 span{
    color: #187641;
}
.btn.btn-book{
    background-color: transparent;
    color: black;
    font-size: 20px;
    font-weight: 400;
    padding: 0px 15px;
    border: 1px solid black;
    border-radius: 27px;
    transition: all 0.3s ease;
}
.btn.btn-book:hover{
    background-color: #447c74;
    border-color: #447c74;
    color: white;
}

.contact-section{
    padding: 50px 150px 25px 150px;
}
.contact-section h2{
    font-size: 40px;
    font-weight: 600;
    color: #187641;
    font-family: Graphik;
    margin-bottom: 33px;
}
.contact-section ul li{
    margin-bottom: 15px;
}
.contact-section .header i{
    color: #187641;
    font-size: 30px;
    margin-right: 15px;
}
.contact-section .header span{
    font-size: 24px;
    font-weight: 700;
}
.contact-section a{
    text-decoration: none;
    padding-left: 35px;
    font-size: 18px;
    font-weight: 400;
    color: black;
}
.contact-section a span.margin-left{
    padding-left: 35px;
}

.diclaimer-section{
    background-color: #f0f4f7;
    padding: 50px 100px 25px 100px;
}
.diclaimer-section h2{
    font-size: 40px;
    font-weight: 600;
    color: #187641;
    font-family: Graphik;
    margin-bottom: 33px;
}
.diclaimer-section p{
    font-size: 18px;
    font-weight: 400;
}

.footer{
    padding: 50px 100px 25px 100px;
    background-color: #212838;
}
.footer p{
    color: white;
    font-size: 18px;
    font-weight: 500;
}
.footer h5{
    color: white;
    font-size: 25px;
    margin-bottom: 25px;
}
.footer ul li{
    color: white;
    font-size: 18px;
    margin-bottom: 15px;
}
.footer a{
    color: white;
    text-decoration: none;
    font-size: 18px;
}
.footer hr{
    color: white;
}

.modal label{
    font-weight: 600;
    color: #447c74;
    margin-bottom: 10px;
}
.modal input{
    height: 45px;
}
.modal .form-control{
    border: 1px solid #447c74;
    color: #447c74;
}
.modal input::placeholder, .modal textarea::placeholder {
    opacity: 0.6;
    color: #447c74;
}
.btn.btn-submit{
    background-color: transparent;
    color: black;
    font-size: 20px;
    font-weight: 400;
    padding: 5px 25px;
    border: 1px solid black;
    border-radius: 27px;
    transition: all 0.3s ease;
}
.btn.btn-submit:hover{
    background-color: #447c74;
    border-color: #447c74;
    color: white;
}
.btn.btn-cancel{
    background-color: transparent;
    color: crimson;
    font-size: 20px;
    font-weight: 400;
    padding: 5px 25px;
    border: 1px solid crimson;
    border-radius: 27px;
    transition: all 0.3s ease;
}
.btn.btn-cancel:hover{
    background-color: crimson;
    border-color: crimson;
    color: white;
}

.thank-section{
    padding: 50px 100px 25px 100px;
}
.thank-section .thank-content{
    padding: 33px 0px;
}
.thank-section .thank-content h1{
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    font-family: Graphik;
    margin-bottom: 25px;
}
.thank-section .thank-content h2{
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    font-family: Graphik;
    margin-bottom: 25px;
}
.thank-section .thank-content a{
    text-decoration: none;
    background-color: transparent;
    color: crimson;
    font-size: 20px;
    font-weight: 400;
    padding: 5px 25px;
    border: 1px solid crimson;
    border-radius: 27px;
    transition: all 0.3s ease;
}
.thank-section .thank-content a:hover{
    background-color: crimson;
    border-color: crimson;
    color: white;
}

@media only screen and (max-width: 1425px) {
    .hero-section .hero-content {
        padding: 90px 0px;
    }
    .hero-section .hero-content h1 {
        font-size: 45px;
        line-height: 60px;
        margin-bottom: 20px;
    }
    .hero-section .hero-content h1 span {
        font-size: 70px;
        line-height: 80px;
    }
    .intro-section .intro-content{
        padding: 25px 0px; 
    }
    .protocol-section .protocol-card {
        padding: 40px 10px;
    }
    .benefit-section .benefit-card{
        padding: 10px 15px;
    }
    .benefit-section .benefit-card h3{
        font-size: 22px;
    }
}
@media only screen and (max-width: 1365px) {
    .intro-section .intro-content{
        padding: 0px; 
    }
    .thank-section .thank-content{
        padding: 20px 0px;
    }
    .thank-section .thank-content h1{
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 25px;
    }
    .thank-section .thank-content h2{
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 25px;
    }
}
@media only screen and (max-width: 1280px) {
    .hero-section .hero-content {
        padding: 45px 0px;
    }
    .hero-section .hero-content h1 {
        font-size: 45px;
        line-height: 60px;
        margin-bottom: 33px;
    }
    .hero-section .hero-content h1 span {
        font-size: 66px;
        line-height: 75px;
    }
    .btn.btn-hero{
        padding: 5px 20px;
    }
    .intro-section .intro-content{
        padding: 25px 0px; 
    }
    .intro-section p.text, .intro-section p.text2, .protocol-section .protocol-card p, .protocol-section .protocol-card ul li, .contact-section a, .diclaimer-section p, .footer p, .footer a {
        font-size: 16px;
    }
    .services-section .service-card {
        height: 520px;
        padding: 40px;
    }
    .services-section .pricing{
        flex-direction: column;
        margin-bottom: 5px;
    }
    .thank-section .thank-content h1{
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 25px;
    }
    .thank-section .thank-content h2{
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 25px;
    }
}
@media only screen and (max-width: 1024px) {
    .hero-section .hero-content {
        padding: 50px 0px;
    }
    .hero-section .hero-content h1 {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 25px;
    }
    .hero-section .hero-content h1 span {
        font-size: 50px;
        line-height: 60px;
    }
    .btn.btn-hero{
        padding: 5px 20px;
    }
    .intro-section .intro-content{
        padding: 0px; 
    }
    .intro-section .intro-image{
        padding: 33px 0px;
    }
    .intro-section h1, .intro-section h2, .protocol-section h2, .benefit-section h2, .services-section h2, .contact-section h2, .diclaimer-section h2 {
        font-size: 33px;
    }
    .protocol-section .protocol-card {
        padding: 20px 5px;
        height: 320px;
    }
    .benefit-section .benefit-card {
        padding: 10px;
        height: 180px;
    }
    .services-section h4{
        font-size: 20px;
    }
    .services-section .service-card p, .services-section .service-card ul li, .contact-section a{
        font-size: 14px;
    }
    .contact-section .header i {
        font-size: 25px;
    }
    .contact-section .header span {
        font-size: 20px;
    }
    .thank-section .thank-content{
        padding: 10px 0px;
    }
    .thank-section .thank-content h1{
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 15px;
    }
    .thank-section .thank-content h2{
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 920px) {
    .intro-section, .protocol-section, .benefit-section, .services-section, .contact-section, .diclaimer-section, .footer {
        padding: 50px;
    }
    .hero-section .hero-content {
        padding: 60px 0px;
        text-align: center;
    }
    .hero-section .hero-content h1 {
        font-size: 45px;
        line-height: 55px;
        margin-bottom: 30px;
    }
    .hero-section .hero-content h1 span {
        font-size: 90px;
        line-height: 100px;
    }
    .btn.btn-hero{
        padding: 15px 45px;
    }
    .protocol-section .protocol-card {
        padding: 20px 5px;
        height: 100%;
    }
    .benefit-section .benefit-card {
        padding: 15px;
        height: 100%;
    }
    .services-section .service-card {
        height: 100%;
    }
    .thank-section .thank-content{
        padding: 25px 0px;
    }
    .thank-section .thank-content h1{
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 25px;
        text-align: center;
    }
    .thank-section .thank-content h2{
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 25px;
        text-align: center;
    }
}
@media only screen and (max-width: 768px) {
    .hero-section .left-image img{
        border-bottom-left-radius: 0px;
    }
    .hero-section .right-image img{
        border-bottom-right-radius: 0px;
    }
    .hero-section .hero-content {
        padding: 25px 0px;
    }
    .thank-section .thank-content{
        padding: 25px 0px;
    }
    .thank-section .thank-content h1{
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 25px;
        text-align: center;
    }
    .thank-section .thank-content h2{
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 25px;
        text-align: center;
    }
}
@media only screen and (max-width: 600px) {
    .intro-section, .protocol-section, .benefit-section, .services-section, .contact-section, .diclaimer-section, .footer {
        padding: 15px;
    }
    .intro-section h1, .intro-section h2, .protocol-section h2, .benefit-section h2, .services-section h2, .contact-section h2, .diclaimer-section h2 {
        font-size: 27px;
    }
    .hero-section .hero-content h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 25px;
    }
    .hero-section .hero-content h1 span {
        font-size: 60px;
        line-height: 70px;
    }
    .btn.btn-hero{
        padding: 8px 24px;
    }
    .intro-section .intro-content{
        padding: 0px; 
    }
    .intro-section .intro-image{
        padding: 0px;
    }
    .services-section .service-card {
        padding: 40px 20px;
    }
    .thank-section{
        padding: 15px 0px;
    }
    .thank-section .thank-content{
        padding: 10px;
    }
    .thank-section .thank-content{
        padding: 10px 0px;
    }
    .thank-section .thank-content h1{
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 15px;
    }
    .thank-section .thank-content h2{
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 420px) {
    
}
@media only screen and (max-width: 320px) {
    
}