.merriweather-light {
  font-family: "Merriweather", serif;
  font-weight: 300;
  font-style: normal;
}

.merriweather-regular {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-style: normal;
}

.merriweather-bold {
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-style: normal;
}

.merriweather-black {
  font-family: "Merriweather", serif;
  font-weight: 900;
  font-style: normal;
}

.merriweather-light-italic {
  font-family: "Merriweather", serif;
  font-weight: 300;
  font-style: italic;
}

.merriweather-regular-italic {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-style: italic;
}

.merriweather-bold-italic {
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-style: italic;
}

.merriweather-black-italic {
  font-family: "Merriweather", serif;
  font-weight: 900;
  font-style: italic;
}



.header {
    background: rgb(28 28 30 / 90%);
    backdrop-filter: blur(15px);
    padding: 10px 10px;
    border-radius: 150px;
    margin: 0 10px;
}


.logo {
    display: block;
    padding: 0 0px 0px 10px;
}

.main-section {
    padding: 10px 0 0 0;
}

.main-section-body {
    padding: 20px 0 350px 0;
}

.second-section {
    background: #1C1C1E;
    padding: 10px 10px 40px 10px;
    border-radius: 20px 20px 0px 0px;
    margin-top: -40px;
}

.location {
    background: #3D3D3F;
    padding: 5px 10px;
    border-radius: 10px;
    display: flex;
    font-size: 14px;
    font-weight: 300;
    align-items: center;
    color: #fff;
    margin-right: 5px !important;
}
.location img {
    width: 15px;
    float: left;
    margin-right: 5px;
}
@media (max-width: 390px){
    .location {
        font-size: 13px;
    }
    .location img {
        width: 12px;
    }
}
.uk-button-default {
    background-color: #fff;
    color: #2B2B2D;
    border: 1px solid #fff;
    font-weight: 700;
}

.uk-button-default:hover {
    background-color: #444;
    color: #fff;
    border-color: #b2b2b2;
}

.uk-border-rounded {
    border-radius: 10px;
}

.content {
    background-color: #CCCCCC;
}

html {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    -webkit-text-size-adjust: 100%;
    background: #CCCCCC;
    color: #1C1C1E;
}

.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-3xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6 {
    color: #1C1C1E;
}

.card {
    background-color: #ECEBF0;
    border-radius: 20px;
}

.card-body {
    padding: 15px 10px 10px 10px;
    font-size: 15px;
}

.content {
    margin-top: -25px;
    border-radius: 20px;
}

.brds {
    border-radius: 20px;
}

.card-cta {
    background: #1C1C1E;
    border-radius: 10px;
    padding: 10px 10px;
}

.whatsapp-link {
    background: #333;
    display: block;
    padding: 10px 15px;
    text-transform: uppercase;
    border-radius: 8px;
    color: #fff;
    margin-right: 5px;
}


.phone-link {
    background: #FFFFFF;
    display: block;
    padding: 10px 15px;
    text-transform: uppercase;
    border-radius: 8px;
    color: #1C1C1E;
    margin-left: 5px;
}

.whatsapp-link-footer {
    background: #333;
    display: block;
    padding: 15px 15px;
    text-transform: uppercase;
    border-radius: 12px;
    color: #fff;
}

.phone-link-footer {
    background: #FFFFFF;
    display: block;
    padding: 15px 15px;
    text-transform: uppercase;
    border-radius: 12px;
    color: #1C1C1E;
    margin-bottom: 10px;
}

.uk-dotnav>.uk-active>* {
    background-color: #3D3D3F;
    border-color: transparent;
}

.stage-card {
    background: #ECEBF0;
    padding: 10px;
    border-radius: 30px;
}

.uk-hr, hr {
    border-top: 1px solid #d7d7d7;
}

.uk-button-primary {
    background-color: #3D3D3F;
    color: #fff;
    border: 1px solid transparent;
    font-size: 16px;
}

.uk-accordion-title {
    display: block;
    font-size: 1.25rem;
    line-height: 1.4;
    color: #1C1C1E;
    overflow: hidden;
    background: #fff;
    padding: 5px 15px;
    border-radius: 10px;
}

.uk-accordion-content {
    display: flow-root;
    margin-top: 1px;
    padding: 10px 10px;
    background: #ecebf0;
    border-radius: 10px;
    color: #111;
}

.uk-accordion>:nth-child(n+2) {
    margin-top: 10px;
}

.footer-logo {
    background: #3D3D3F;
    padding: 20px 0px 30px 0;
    border-radius: 20px 20px 0px 0px;
}

.footer {
    background: #1B1B1B;
    padding: 15px 15px;
    border-radius: 20px 20px 0px 0px;
    margin-top: -15px;
}

@media (max-width: 430px){
    .uk-margin-left{margin-left:14px!important}
    .card-body{font-size:14px}
}

@media (max-width: 389px){
    .uk-margin-left{margin-left:10px!important}
    .card-body{font-size:13px}
}
