@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
:hover {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

a {
    transition: all 0.5s ease 0s;
    text-decoration: none !important;
    outline: none !important;
}

html,
body {
    margin: 0;
    padding: 0px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    overflow-x: hidden;

}

input,
button,
textarea {
    outline: none !important;
    box-shadow: none !important;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

h1 {
    font-size: 60px;
    line-height: 62px;
    font-weight: 500;
    font-family: "Playfair Display", serif;
}
h1 span{
    font-size: 60px;
    line-height: 62px;
    font-weight: 400;
    color: #EDEDED;
}

h2 {

    font-size: 51px;
    line-height: 60px;
    color: #000000;
    font-weight: 500;
    font-family: "Playfair Display", serif;
}

h3 {

    font-size: 22px;
    line-height: 28px;
    margin-bottom:30px;
    font-weight: 500;
    font-family: "Playfair Display", serif;
}
h4 {

    font-size: 12px;
    line-height: 25px;
    color: #CF9418;
    margin-bottom:10px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    position: relative;
    padding-left: 31px;
    text-transform: uppercase;
}
h4::after {
    content: '';
    width: 21px;
    height: 1px;
    background:#CF9418 ;
    position: absolute;
    left: 0;
    top: 50%;

}


p {
    font-size: 14px;
    line-height: 25px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #000000;
}


.common-space-top {
    padding-top: 116px;
}
.common-space-bottom {
    padding-bottom: 138px;
}



/* === THEMED BUTTONS === */
.common-btn-green {
    background: #1D5939;
    border-radius: 7px;
    color: #fff;
    padding: 12px 34px;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 300ms ease;
  }
.common-btn-green:hover {
    background: #CF9418;
    color: #fff;
}


.btn-white {
    background: #fff;
    border-radius: 7px;
    color: #000;
    padding: 16px 42px;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 300ms ease;
  }
.btn-white:hover {
    background: #CF9418;
    color: #fff;
}
@media (min-width: 1300px){
body .container {
    max-width: 1200px;
}
}
@media (min-width: 1800px){
    body .container {
        max-width: 1600px;
    }
    }
@media (max-width:1024px) {

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

    h1 {
        font-size: 43px;
        line-height: 62px;
    }
    h1 span{
        font-size: 43px;
        line-height: 50px;
    }
    h2 {

        font-size: 43px;
        line-height: 50px;
    }
    
    h3 {
    
        font-size: 22px;
        line-height: 28px;
    }
    h4 {
    
        font-size: 12px;
        line-height: 25px;
    }
.common-space-bottom {
    padding-bottom: 90px;
}
.common-space-top {
    padding-top: 90px;
}
}
@media (max-width:767px) {
    
    p {
        font-size: 14px;
        line-height: 25px;
    }
    body .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}