/*
Theme Name: dreamcare
Text Domain: dreamcare
*/


:root {
    --green-200: #5EA998;
    --green-300: #4F7D72;
    --green-500: #385A53;
    --green-600: #214A43;
    --green-700: #1B6156;
    --green-800: #153B36;
    --green-900: #123C36;
    --text: #5E7670;
}

@font-face {
  font-family: "LT Superior";
  src: url("/wp-content/themes/dreamcare/fonts/LTSuperior-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "LT Superior";
  src: url("/wp-content/themes/dreamcare/fonts/LTSuperior-ExtraLight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "LT Superior";
  src: url("/wp-content/themes/dreamcare/fonts/LTSuperior-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "LT Superior";
  src: url("/wp-content/themes/dreamcare/fonts/LTSuperior-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "LT Superior";
  src: url("/wp-content/themes/dreamcare/fonts/LTSuperior-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "LT Superior";
  src: url("/wp-content/themes/dreamcare/fonts/LTSuperior-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "LT Superior";
  src: url("/wp-content/themes/dreamcare/fonts/LTSuperior-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "LT Superior";
  src: url("/wp-content/themes/dreamcare/fonts/LTSuperior-ExtraBold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "LT Superior";
  src: url("/wp-content/themes/dreamcare/fonts/LTSuperior-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "LT Superior Serif";
  src: url("/wp-content/themes/dreamcare/fonts/LTSuperiorSerif-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "LT Superior Serif";
  src: url("/wp-content/themes/dreamcare/fonts/LTSuperiorSerif-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "LT Superior Serif";
  src: url("/wp-content/themes/dreamcare/fonts/LTSuperiorSerif-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "LT Superior Serif";
  src: url("/wp-content/themes/dreamcare/fonts/LTSuperiorSerif-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "LT Superior Serif";
  src: url("/wp-content/themes/dreamcare/fonts/LTSuperiorSerif-ExtraBold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'icons';
  src:  url('/wp-content/themes/dreamcare/fonts/icons.eot?ji0z0l');
  src:  url('/wp-content/themes/dreamcare/fonts/icons.eot?ji0z0l#iefix') format('embedded-opentype'),
    url('/wp-content/themes/dreamcare/fonts/icons.ttf?ji0z0l') format('truetype'),
    url('/wp-content/themes/dreamcare/fonts/icons.woff?ji0z0l') format('woff'),
    url('/wp-content/themes/dreamcare/fonts/icons.svg?ji0z0l#icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
  content: "\e900";
}
.icon-pin:before {
  content: "\e901";
}


html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: var(--accent);
}

button {
outline: 0;
}

ol,ul {
list-style: none;
}

blockquote,q {
quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
content: '';
content: none;
}

q {
display: inline;
font-style: italic;
}

q:before {
content: '"';
font-style: normal;
}

q:after {
content: '"';
font-style: normal;
}

textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"] {
-webkit-appearance: none;
appearance: none;
border-radius: 0;
}

input[type="search"] {
-webkit-appearance: textfield;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

th,td {
padding: 2px;
}

big {
font-size: 120%;
}

small,sup,sub {
font-size: 80%;
}

sup {
vertical-align: super;
}

sub {
vertical-align: sub;
}

dd {
margin-left: 20px;
}

kbd,tt {
font-family: courier;
font-size: 12px;
}

ins {
text-decoration: underline;
}

del,strike,s {
text-decoration: line-through;
}

dt {
font-weight: bold;
}

address,cite,var {
font-style: italic;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
display: block;
}

* {
box-sizing: border-box;
-webkit-tap-highlight-color: transparent;
}

html {
    max-width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow: hidden;
    font-family: 'LT Superior', sans-serif;
    font-size: 16px;
    background: #F8FBF9;
    color: #385A53;
}

p {
    font-family: 'LT Superior', sans-serif;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'LT Superior', sans-serif;
    line-height: 1.2;
}

h1 {
    font-size: 80px;
    font-weight: 300;
    letter-spacing: -0.0325em;
}

h2 {
    font-size: 50px;
    font-weight: 400;
    letter-spacing: -0.0325em;
}

h3 {
    font-size: 36px;
    font-weight: 400;
}

h4 {
    font-size: 16px;
    font-weight: 600;
}

h5 {
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1.38px;
}

.alt {
    font-family: "LT Superior Serif";
}

.light h1, .light h2, .light h3, .light h4, .light h5, .light h6, .light p, .light li {
    color: var(--color-text-light);
}

strong {
    font-weight: 600;
}

img {
    width: 100%;
    height: auto;
    display: block;
}

.center {
    text-align: center;
}

.upper {
    text-transform: uppercase;
}

/*layout*/
section {
    width: 100%;
}

.row.in-grid {
    max-width: 1400px;
    padding-left: 40px;
    padding-right: 40px;
    margin: auto;
    position: relative;
    z-index: 2;
}

.columns-wrapper {
    display: flex;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    float: none;
    width: 100%;
}

.columns-wrapper.middle {
    align-items: center;
}

.col-12 {
    flex: 0 0 100%;
    width: 100%;
}

.col-11 {
    flex: 0 0 91.66666667%;
    width: 91.66666667%;
}

.col-10 {
    flex: 0 0 83.33333333%;
    width: 83.33333333%;
}

.col-9 {
    flex: 0 0 75%;
    width: 75%;
}

.col-8 {
    flex: 0 0 66.66666667%;
    width: 66.66666667%;
}

.col-7 {
    flex: 0 0 58.33333333%;
    width: 58.33333333%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
}

.col-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
}

.col-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
}

.col-4-5 {
    width: 80%;
}

.col-3-5 {
    width: 60%;
}

.col-2-5 {
    width: 40%;
}

.col-1-5 {
    width: 20%;
}

.col-3-0 {
    width: 30%;
}

.col-7-0 {
    width: 70%;
}

@media (max-width: 1000px) {
    .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1, .col-4-5, .col-3-5, .col-2-5, .col-1-5, .col-3-0, .col-7-0 {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        padding-left: 0%;
        padding-right: 0%;
    }
}


a.main-btn {
    padding: 23px 68px 23px 30px;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    border-radius: 60px;
    background: var(--green-200);
    transition: all 0.35s ease;
    position: relative;
    letter-spacing: 0.01em;
    line-height: 1;
}

a.main-btn span {
    color: #fff;
}

a.main-btn i {
    font-size: 10px;
    position: absolute;
    color: var(--green-200);
    z-index: 1;
    right: 38px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.30s ease;
}

a.main-btn i:after {
    content: '';
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #fff;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    transition: all 0.30s ease;
    z-index: -1;
}

a.main-btn:hover i:after {
    width: 38px;
    height: 38px;
}

a.main-btn:hover i {
    right: 30px;
    color: var(--green-700);
}

a.main-btn:hover {
    background: var(--green-700);
}
    
a.main-btn.reverse {
    padding: 22px 68px 22px 30px;
    background: rgb(185 234 217 / 50%);
    border: 1px solid var(--green-200);
}

a.main-btn.reverse span {
    color: var(--green-800);
}


/*header*/
@media (min-width: 1000px) {
button.drawer-toggle.drawer-hamburger {
    display: none;
}
}

#header {
    display: flex;
    justify-content: space-between;
    padding: 29px 40px 29px 40px;
    z-index: 3;
    align-items: center;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}

.logo {
margin-right: auto;
margin-left: 0;
z-index: 3;
}

#header .logo a {
display: flex;
}

.logo img {
height: 52px;
width: auto !important;
}

.main-menu {
    display: flex;
    align-items: center;
    gap: 28px;
}

.main-menu ul.menu {
    display: flex;
    align-items: center;
    gap: clamp(10px, 1.8vw, 27px);
}

.main-menu ul.menu li a {
    font-size: 16px;
    font-weight: 500;
    color: var(--green-900);
    position: relative;
    padding-left: 15px;
    line-height: 1;
    transition: all 0.3s ease;
}

.main-menu ul.menu li a:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background: var(--green-200);
    left: 0;
    top: 4px;
    border-radius: 50%;
    transform: scale(0);
    transition: all 0.3s ease;
}

.main-menu ul.menu li:hover a:before {
    transform: scale(1);
}

.main-menu ul.menu li:hover a {
    color: var(--green-700);
}