@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
:root {
    --theme-color: #ff0000;
    --theme-color-2: #FFCD00;
}

h1, h2, h3, h4, h5 {
    font-family: rajdhani !important;
    font-weight: bold;
    color: var(--theme-color-2) !important;
    text-transform: uppercase;
}

h1, h2 {
    font-size: 40px !important;
}

h3 {
    font-size: 30px !important;
}

.main-slogan span {
font-family: rajdhani !important;
font-weight: bold;
font-size: 55px !important;
text-shadow: 0px 1px 1px #000000;
}

.slogan-subtitle span {
font-family: quicksand, sans-serif;
font-weight: bold;
font-size: 20px !important;
text-shadow: 0px 1px 1px #000000;
}

.section-pretitle span {
font-family: roboto, sans-serif;
color: var(--theme-color);
}

body.d-wbr, .d-wbr p {
font-family: roboto, sans-serif;
color: #ffffff !important; 
font-size: 16px;
}

.reminder span {
font-family: rajdhani !important;
font-size: 28px;
font-weight: bold;
}

.d-wbr a {
text-decoration: none;
color: var(--theme-color);
}

.d-wbr a:hover {
text-decoration: none;
color: var(--theme-color-2);
}

/** THEME BTNS **/
.theme-btn .btn {
 background: linear-gradient(90deg, var(--theme-color) 85%, transparent 75%);
  font-family: roboto, sans-serif;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  border: none;
  padding: 16px 80px 16px 30px !important;
  border-radius: 10em 0 0 10em !important;
  position: relative;
  max-width: 260px;
}

.theme-btn .btn:hover {
 background: linear-gradient(90deg, var(--theme-color) 85%, transparent 75%) !important;
color: #000000 !important;
}

.theme-btn img {
  position: absolute;
  bottom: -6px;
  right: 5px;
  transition: all 150ms ease-in-out;
}

.theme-btn .btn:hover img {
    transform: rotate(360deg);
}

#u_content_custom_logo_1 .d-logo {
    height: auto;
    width: 275px;
    transform: translateY(-40px);
    filter: drop-shadow(0px 0px 10px rgba(0 0 0 / 35%));
}

#header-top .u-row, #header-bottom .u-row {
    max-width: 1200px !important;
    margin: 0 auto;
}

#header-top {
    max-height: 80px;
}

/** MOBILE HEADER **/

#header-mobile .header-top-right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
}

#header-mobile .hours, #header-mobile .phone, #header-mobile .d-social-box {
    padding: 6px;
    background: var(--theme-color);
    border-radius: 0.55em;
    display: flex;
    justify-content: center;
    align-items: center;
}

#header-mobile .phone a, #header-mobile .phone i {
    color: white;
    font-weight: bold;
}

#header-mobile .d-social-box i {
    color: white !important;
    filter: drop-shadow(2px 2px 3px rgba(0 0 0 / 31%));
}

#header-mobile {
    position: relative;
}

/**
#header-mobile::after, #header-mobile::before {
    content: "";
    position: absolute;
    width: 170%;
    height: 307px;
    inset: 0;
    top: -15em;
    transform: rotate(218deg);
    border-radius: 50%;
    isolation: isolate;
    z-index: 9;
}


#header-mobile::before {
    width: 1605px;
    background: #9D090D70;
    transform: translateX(136px);
    z-index: 100;
}
**/

.container-sm {
max-width: 900px !important;
margin: 0 auto;
}

.container-small {
max-width: 700px !important;
margin: 0 auto;
}

.container-medium {
    max-width: 1050px;
margin: 0 auto;
}

.center {
    justify-content: center;
    display: flex;
}
