
/* -------------------------------
   SeasonSerif (300, 400, 700)
---------------------------------*/
@font-face {
  font-family: "SeasonSerif";
  font-style: normal;
  font-weight: 300; /* Light */
  src: url("../fonts/SeasonSerif-Light.woff2") format("woff2"),
       url("../fonts/SeasonSerif-Light.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "SeasonSerif";
  font-style: normal;
  font-weight: 400; /* Regular */
  src: url("../fonts/SeasonSerif-Regular.woff2") format("woff2"),
       url("../fonts/SeasonSerif-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "SeasonSerif";
  font-style: normal;
  font-weight: 700; /* Heavy */
  src: url("../fonts/SeasonSerif-Heavy.woff2") format("woff2"),
       url("../fonts/SeasonSerif-Heavy.woff") format("woff");
  font-display: swap;
}

/* -------------------------------
   Roobert (300, 400, 700)
---------------------------------*/
@font-face {
  font-family: "Roobert";
  font-style: normal;
  font-weight: 300; /* Light */
  src: url("../fonts/Roobert-Light.woff2") format("woff2"),
       url("../fonts/Roobert-Light.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Roobert";
  font-style: normal;
  font-weight: 400; /* Regular */
  src: url("../fonts/Roobert-Regular.woff2") format("woff2"),
       url("../fonts/Roobert-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Roobert";
  font-style: normal;
  font-weight: 700; /* Heavy */
  src: url("../fonts/Roobert-Heavy.woff2") format("woff2"),
       url("../fonts/Roobert-Heavy.woff") format("woff");
  font-display: swap;
}








html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Roobert', 'Trebuchet MS', 'Arial', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  display: flex;
  flex-direction: column;
  height: 100%;
  height: 100vh;
  background: #fff;
  line-height: 1.5;
  color: #000;
  font-size: clamp(21px, 3vw, 27px);
}

body img {
  max-width: 100%;
  height: auto;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'SeasonSerif', 'Palatino Linotype', 'Georgia', 'Times New Roman', serif;
  font-weight: 400;
}

h1,
.h1 {
  font-size: clamp(56px, 6vw, 96px);
}

h2,
.h2 {
  font-size: clamp(43px, 5vw, 83px);
}

h3,
.h3 {
  font-size: clamp(32px, 4vw, 64px);
}

h4,
.h4 {
  font-size: clamp(25px, 3vw, 48px);
}

h5,
.h5 {
  font-size: clamp(23px, 2.5vw, 37px);
}

h6,
.h6 {
  font-size: clamp(21px, 2vw, 24px);
}

/* does not support IE 6/7 */

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* WordPress Presentational Classes*/

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.wp-caption {
  border: 1px solid #666;
  text-align: center;
  background: #ccc;
  padding: 10px;
  margin: 10px;
}

a {
  transition: all 300ms;
  text-decoration: underline; 
  color: inherit;
}

a:hover {
  text-decoration: none; 
  color: inherit;
}

.container,
.container-fluid {
  padding-left: 25px;
  padding-right: 25px;
}

.b-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  height: 100vh;
}

@media screen and (min-width: 992px) {
  .b-wrapper.is-inner {
    padding-top: 90px;
  }
}

.b-content {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.b-footer {
  flex: none;
  background: #525252;
  padding: clamp(60px, 6vw, 90px) 0 70px;
  color: #fff;
}

.b-footer a {
  color: inherit;
}

.b-footer__logo {
  width: clamp(120px, 8vw, 150px);
}

.b-footer__copyright {
  font-size: clamp(12px, 3vw, 15px);
}

.b-header {
  left: 0;
  top: 0;
  right: 0;
  z-index: 10;
  transition: 0.4s ease all;
  background: #a7a9ac;
}


.b-header:not(.is-inner) {
  transform: translateY(-100%);
}

.b-header .container {
  max-width: 1831px;
}

.b-header.is-scroll {
  transform: translateY(0);
  box-shadow: 0 0 5px rgba(0, 0, 0, .4);
}

.b-header__logo {
  max-width: 134px;
}
@media screen and (max-width: 991px) {
  body {
    padding-top: 70px; 
  }
  .b-header {
    transform: translateY(0);
  }
}
@media screen and (min-width: 1400px) {
  .container {
    max-width: 1566px;
  }
}


p:last-child {
  margin: 0;
}

.btn {
  font-size: clamp(15px, 3vw, 19px);
  line-height: 20px;
  padding: 19px 25px;
  border-radius: 0;
  font-weight: 900;
}

.btn-warning {
  color: #303030;
  background: #ffeb6c;
  border-color: #ffeb6c;
}



.is-parallax {
  transition: transform 0.5s ease-out;
  will-change: transform;
}



.b-fixed {
  left: 8px;
  right: 8px;
  bottom: 0;
  z-index: 10;
  background: #ffeb6c;
  border-radius: 8px 8px 0px 0px;
  line-height: 1;
  padding: 10px 0;
}

.b-fixed__title {
  font-size: 15px;
}

.b-fixed .container-fluid {
  gap: 5px;
}

.b-fixed__btn {
  font-size: 11px;
  line-height: 1;
  padding: 3px 5px;
  color: #3b3bf4;
  font-weight: 400;
}


.is-animation {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    will-change: opacity, transform;
}

.is-animation.animated {
    opacity: 1;
    transform: translateY(0);
}

.b-inner {
  padding: 60px 0;
}