:root{--background-color:#978181;--text-color:#1c1209;--text2-color:#565f8f;--text-g-color:#8a8a8a;--primary-color:#df9146;--primary-text-color:#c73c00;--accent-color:#111218;--secondary-color:#dae796;--body-font-family:"Source Sans Pro", sans-serif;--title-font-family:"Rouge Script", cursive;--fsm:1;--h1-font-size:calc(3.815rem * var(--fsm));--h1-home-font-size:calc(6.2rem * var(--fsm));--h2-font-size:calc(3.052rem * var(--fsm));--h3-font-size:calc(2.441rem * var(--fsm));--h4-font-size:calc(1.953rem * var(--fsm));--h5-font-size:1.563rem;--h6-font-size:1.25rem;--body-font-size:1rem;--body2-font-size:0.8rem;--body3-font-size:0.64rem;--menu-font-size:1.4rem;--line-height-95:95%;--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-bold:700;--border-radius-large:36px;--border-radius-medium:25px;--border-radius-small:12px;--t-d-small:0.2s;--t-d-medium:0.6s;--easeInOutExpo:cubic-bezier(1, 0, 0, 1);--easeInOutSine:cubic-bezier(0.45, 0.05, 0.55, 0.95);--easeInOutQuint:cubic-bezier(0.86, 0, 0.07, 1);--txt-underline-offset:4px;--navbar-height:280px}h1,.h1{font-size:var(--h1-font-size);font-weight:var(--font-weight-light);text-transform:uppercase}.h1-home{font-size:var(--h1-home-font-size);line-height:var(--line-height-95);font-weight:var(--font-weight-bold);text-transform:capitalize}h2,.h2{font-size:var(--h2-font-size);font-weight:var(--font-weight-light);text-transform:capitalize}h3,.h3{font-size:var(--h3-font-size);font-weight:var(--font-weight-medium)}h4,.h4{font-size:var(--h4-font-size)}h5,.h5{font-size:var(--h5-font-size);font-weight:var(--font-weight-bold)}h6,.h6{font-size:var(--h6-font-size);font-weight:var(--font-weight-bold)}p,.body{font-size:var(--body-font-size)}.body2{font-size:var(--body2-font-size)}.body3{font-size:var(--body3-font-size)}.t-nav{font-size:var(--menu-font-size)}@media screen and (max-width:1200px){:root{--fsm:0.9;--background-color:green !important}}@media screen and (max-width:991px){:root{--fsm:0.8;--background-color:#8a5c2e !important}}@media screen and (max-width:767px){:root{--fsm:0.68;--background-color:#bc7d3d !important}}@media screen and (max-width:350px){:root{--fsm:0.65;--background-color:#e99f55 !important}}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--secondary2-color);border-radius:20px}::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:20px}::-webkit-scrollbar-thumb:hover{background:var(--accent-color)}nav{min-height:100px}html{scroll-behavior:smooth}body{font-family:var(--body-font-family);background-color:var(--background-color);color:var(--text-color)}.card{min-height:100%}section{padding-top:80px;padding-bottom:80px}@media screen and (max-width:991px){section{padding-top:40px;padding-bottom:40px}}