@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.dark,
.dark p,
.dark td {
  color: #fff;
  line-height: 1.6;
}

.box-text a:not(.button),
.box-text h1,
.box-text h2,
.box-text h3,
.box-text h4,
.box-text h5,
.box-text h6,
.box-text p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-weight: 600;
}

.icon-box-img img,
.icon-box-img svg {
  padding: 0;
}

#masthead .nav > li {
  margin: 0 15px;
}

#masthead .nav > li > a {
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
}

.section-banner {
  position: relative;
}

.section-banner img {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
}

.section-banner .content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
}

.section-banner .content {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.section-banner .content > div p:nth-child(1) {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 7px;
  color: #fff;
  margin-bottom: 1rem;
}

.section-banner .content > div p:nth-child(2) {
  color: #fff;
  text-align: center;
  width: 100%;
  font-size: 20px;
  letter-spacing: 5px;
  margin-bottom: 0px;
}

.header-breadcrumbs {
  padding: 8px 0;
  background-color: #f0f0f0;
}

.header-breadcrumbs * {
  font-size: 14px;
  color: rgba(33, 45, 51, 1);
}

/* home */

.home3 {
  background: #f8f8f8;
  padding: 3rem 0 calc(3rem - 30px);
}

.home3 .box {
  display: flex;
  background-color: #fff;
  transition: all 0.3s;
}

.home3 .box .box-image {
  width: 40%;
}

.home3 .box .box-text {
  width: 60%;
  padding: 35px;
}

.home3 .box .box-text h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.home3 .box .box-text p {
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home3 .box .box-text .button {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  bottom: 20px;
  right: 35px;
  transition: all 0.3s;
  color: #999;
}

.home3 .box:hover {
  transform: translateY(-10px);
  box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
}

.home3 .box .box-text .button:hover {
  color: var(--fs-color-primary);
  right: 55px;
}

.home4 {
  padding: 3rem 0 calc(3rem - 19.6px);
}

.home5 h2 {
  font-size: 30px;
  margin-bottom: 30px;
  line-height: 1.6;
}

.home5 .button.white {
  margin: 0;
  font-size: 16px;
  color: var(--fs-color-primary) !important;
  min-width: 150px;
}

.home6 {
  background: #f8f8f8;
  padding: 3rem 0 calc(3rem - 19.6px);
}

.home6 .product-small .box-image > div:first-child {
  padding-top: 62.25%;
}

.home7 .slider .row {
  align-items: center;
}

.home7 .slider .large-9 .col-inner {
  background: rgba(0, 0, 0, 0.5);
  padding: 30px;
}

.home7 .slider .large-9 .col-inner h3,
.home7 .slider .large-9 .col-inner p {
  color: #fff;
}

.home8 {
  padding: 3rem 0 calc(3rem - 19.6px);
}

.contact-1 .col {
  padding-bottom: 0;
}

.contact-1 .row-main > .col:first-child > .col-inner {
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
}

.contact-1 .col input[type="email"],
.contact-1 .col input[type="number"],
.contact-1 .col input[type="tel"],
.contact-1 .col input[type="text"],
.contact-1 .col textarea {
  box-shadow: unset !important;
  border-radius: 8px !important;
  height: 45px !important;
  margin-bottom: 30px;
}

.contact-1 input[type="submit"] {
  margin: 0;
  font-size: 16px;
  text-transform: none;
  font-weight: 600;
  border-radius: 8px;
}

.archive-page-header {
  display: none;
}

/* post-item */
.post-item .box {
  background-color: #fff;
  border-top: 1px solid #f8f8f8;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}

.post-item .box .box-text {
  padding: 15px;
}

.post-item .box .box-text .post-title {
  font-size: 16px;
  font-weight: 500;
  min-height: 42px;
  margin-bottom: 5px;
}

.post-item .box .box-text .post-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.post-item .box-text .button {
  font-size: 14px;
  min-width: 150px;
  font-weight: 400;
}

.box-blog-post .is-divider {
  display: none;
}

.post-item .box:hover {
  transform: translateY(-10px);
  box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
}

span.widget-title {
  background: var(--primary-color);
  display: block;
  color: #fff;
  padding: 12px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}

.post_comments,
.widget .is-divider {
  display: none;
}

.recent-blog-posts-li .badge,
.recent-blog-posts-li .badge-inner {
  width: 100px;
  height: 70px;
}

.recent-blog-posts-li .flex-col.flex-grow {
  max-width: calc(100% - 100px);
}

.widget ul {
  padding: 0 8px;
  border: 1px solid var(--fs-color-primary);
}

.widget ul .mr-half {
  margin-right: 10px;
}

.recent-blog-posts a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

/* product-small */
.product-small.box {
  background-color: #fff;
  border-top: 1px solid #f8f8f8;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}

.product-small.box:hover {
  transform: translateY(-10px);
  box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
}

.product-small .box-image > div:first-child {
  position: relative;
  padding-top: 125%;
}

.product-small .box-image img {
  bottom: 0;
  font-family: "object-fit: cover;";
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.product-small .box-text {
  padding: 15px 0;
}

.product-small .box-text .name {
  font-size: 16px;
  font-weight: 500;
}

.product-small .box-text .name a {
  color: #111;
}

.product-small.box:hover .name a {
  color: var(--fs-color-primary);
}
