/*
Theme Name: Papparich
Author: Sithara
Author URI: 
Version: 1.0
 */



/* Global Styles  */
html, body {
    scroll-behavior: smooth;
    scroll-padding-top: 100px; 
}


 body{
    overflow:none;
    margin:0;
    font-family: "League Spartan", sans-serif;
    /* font-family: "Tenor Sans", sans-serif; */
    /* font-family: "Raleway", sans-serif; */
}

.section-style {
    padding: 50px 0;
}

.section-title {
    margin-bottom: 20px;
    text-align: center;
    font-size: 50px;
    line-height: 1.1;
    font-weight: 700;
}

.section-desc {
   font-size: 20px;
    color: #fff;
    margin-bottom: 40px;
    text-align: center;
}

.green-btn {
    background: #205c40;
    color: #e1d19d;
    border: 2px solid #205c40;
    cursor: pointer;
    font-size: 20px;
    width: fit-content;
    padding: 15px 30px;
    border-radius: 10px;
    font-weight: 600;
    font-family: "Raleway", sans-serif;
    text-decoration: none;
}

.green-btn:hover {
    background: #e1d19d;
    color: #205c40;
    border: 2px solid #e1d19d;
    transition: background 1s ease;
}

.green-sm-btn {
    background: #205c40;
    color: #e1d19d;
    border: 2px solid #205c40;
    cursor: pointer;
    font-size: 20px;
    width: 100%;
    padding: 10px;
    border-radius: 20px;
    font-weight: 600;
    font-family: "Raleway", sans-serif;
    text-decoration: none;
}

.green-sm-btn:hover {
    background: #e1d19d;
    color: #205c40;
    border: 2px solid #e1d19d;
    transition: background 1s ease;
}

.gold-btn {
    background: #e1d19d;
    color: #205c40;
    border: 2px solid#e1d19d;
    cursor: pointer;
    font-size: 20px;
    width: fit-content;
    padding: 15px 30px;
    border-radius: 10px;
    font-weight: 600;
    font-family: "Raleway", sans-serif;
    text-decoration: none;
}

.gold-btn:hover {
    background: transparent;
    border: 2px solid #e1d19d;
    color: #e1d19d;
    transition: background 1s ease;
}

.gold-sm-btn {
   background: #e1d19d;
    color: #205c40;
    border: 2px solid #e1d19d;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
    font-family: "Raleway", sans-serif;
    padding: 10px;
    border-radius: 20px;
    font-weight: 700;
    text-decoration: none;
    
}

.gold-sm-btn:hover {
    background: transparent;
     border: 2px solid #e0d09c;
    color: #e0d09c;
    transition: background 1s ease;
}

.text-gold{
    color: #c0a34d;
}

.text-green{
    color: #1f5c3f;
}

h1, h2 {
    margin: 0;
}


@media (max-width: 991px) {
    .section-style {
    padding: 50px 0;
}

.section-title {
    font-size: 35px;
}
}

@media (max-width: 767px) {
.section-style {
    padding: 30px 0;
}

.section-title {
    font-size: 28px;
}

}



