.section-second {
  background-image: url("../../assets/img/bg_second.jpg");
  background-size: cover;
  background-position: center;
  height: 100vh;
}

.section-first {
  background: linear-gradient(rgba(50, 77, 34, 1) 0, rgba(50, 77, 34, 0) 50%), url("../../assets/img/bg_first.jpg");
  background-size: cover;
  background-position: center;
  height: 100vh;
}

.section-last {
  background: linear-gradient(rgba(50, 77, 34, 0.6) 0, rgba(50, 77, 34, 0.6) 100%), linear-gradient(rgba(50, 77, 34, 1) 0, rgba(50, 77, 34, 0) 50%), url("../../assets/img/bg_last.jpg");
  background-size: cover;
  background-position: center;
  min-height: 50vh;
}

.section-start {
  background: linear-gradient(rgba(50, 77, 34, 0) 50%, rgba(50, 77, 34, 1) 100%), url("../../assets/img/bg_screen.jpg");
  background-size: cover;
  background-position: center;
  height: 100vh;
}

body {
  font-family: Montserrat, sans-serif;
}

a {
  text-decoration: none;
}

[data-bs-theme=dark] {
  --bs-body-color: #ffffff;
}

@media (min-width:1200px) {
  .h1, h1 {
    font-size: 3.7rem;
    font-weight: 700;
    line-height: 1em;
  }
}

:root, [data-bs-theme=light] {
  --bs-body-line-height: 1.7;
  --bs-success: #324D22;
  --bs-success-rgb: 50, 77, 34;
  --bs-light-rgb: 236,239,234;
}

@media (min-width:1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1440px;
  }
}

.idea_text {
  font-family: 'ljk_WC Mano Negra Bta';
  font-size: 18em;
  position: absolute;
  line-height: 1;
  opacity: 0.1;
  left: -8%;
  margin-top: -0.46em;
  z-index: 0;
}

.promo_text {
  font-family: 'ljk_WC Mano Negra Bta';
  font-size: 18em;
  position: absolute;
  line-height: 1;
  opacity: 0.1;
  left: 0;
  right: 0;
  top: 0;
  margin-top: -0.015em;
  z-index: 0;
  transform: translateY(5vh);
}

@media (min-width:1200px) {
  .h2, h2 {
    font-size: 3rem;
    line-height: 1.1em;
  }
}

.i-cont:hover {
  border: 1px solid rgba(255,255,255,0.15);
}

.i-cont {
  line-height: 1.2;
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(255,255,255,0.15);
  transition: all 100ms ease;
  padding: 0.5em;
}

.i-cont img {
  height: 48px;
  width: auto;
  margin-bottom: 0.5em;
  opacity: 0.3;
}

.btn-icon {
  border: 1px solid #ffffff;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  padding: 1.2em;
  display: inline-block;
}

.btn-user {
  display: flex;
  align-content: center;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
}

.btn-user .btn-icon {
  position: relative;
  height: calc(1.2em * 2 + 0.75em * 2 + 1px);
}

.btn-icon.btn-video:before {
  content: '';
  border: 0.75em solid transparent;
  border-left: 1em solid #ffffff;
  position: absolute;
  left: calc(0.75em * 2.1);
}

.btn-icon.btn-phone:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../../assets/img/icon-phone.svg") center / 2rem no-repeat;
}

.btn-icon.btn-mail:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../../assets/img/icon-mail.svg") center / 2rem no-repeat;
}

.btn-icon.btn-play:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../../assets/img/icon-play.svg") center / 2rem no-repeat;
}

.btn-icon.btn-onliner:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../../assets/img/icon-onliner.svg") center / 2rem no-repeat;
}

.btn-user:hover .btn-icon {
  transform: rotate(-13deg) scale(1.05);
}

.btn-user .btn-icon {
  transition: transform .25s ease-out;
}

.mt-n1 {
  margin-top: -0.25rem !important;
}

.mt-n2 {
  margin-top: -0.5rem !important;
}

@media (min-width: 992px) {
  .i-cont {
    border: 1px solid rgba(255,255,255,0);
  }
}

.i-cont > span {
  width: min-content;
  min-width: 7em;
}

.adapt-video-frame {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  display: block;
}

a {
  outline: none;
}

.text-vertical {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.text-dark .idea_text {
  opacity: 0.05;
}

.fw-semibold {
  font-weight: 500!important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important;
}

.bg_wood {
  background: linear-gradient(rgba(50, 77, 34, 0) 70%, rgba(50, 77, 34, 1) 100%), url("../../assets/img/bg_wood.jpg") bottom center / 100% no-repeat;
}

@media (min-width: 992px) {
  .png_home {
    min-width: 110%;
  }
}

@media (min-width: 992px) {
  .mt-n-lg-1 {
    margin-top: -1.5rem;
  }
}

.table-caption {
  position: relative;
  z-index: 1;
  background: #fff;
}

.table-caption:before {
  content: '';
  position: absolute;
  width: 1000px;
  border-bottom: 1px dotted rgba(0,0,0,0.15);
  bottom: 5px;
  left: 100%;
  z-index: 0;
}

.section-second:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  background: linear-gradient(rgba(50, 77, 34, 1) 0, rgba(50, 77, 34, 0) 50%);
}

.png_promo {
  min-width: 120%;
}

footer {
  border-top: 1px solid rgba(255,255,255,0.3);
  z-index: 1;
  position: relative;
}

.carousel-control > span {
  background-color: rgba(0,0,0,0.9);
  border-radius: 50%;
  background-size: 1.6rem;
  padding: 1.5rem;
}
@media (max-width: 991px){
	.idea_text {
		width: calc(100vw + 8% + 2rem);
        overflow: hidden;
        padding-bottom: 5rem;
        padding-top: 4rem;
        margin-top: -0.64em;
        margin-left: -2rem;
	}
	.h1, h1 {
		font-size: calc(2.375rem + 1.5vw);
		line-height: 1;
		font-weight: 700;
	}
	.h2, h2 {
		font-size: calc(1.925rem + .9vw);
	}
	.h4, h4 {
		font-size: calc(1.375rem + .3vw);
	}
}
/*
.fix-angle,
.fix-angle-g,
.fix-angle-l{
    overflow: visible !important;
	position: relative;
}
.fix-angle:after,
.fix-angle-g:after,
.fix-angle-l:after{
	content: '';
	background-image: url('../../assets/img/fix-angle.svg');
    background-size: 100% auto;
	background-position: center bottom;
	background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 90px;
    transform: translateY(calc(-100% + 1px));
    z-index: 1;
}
.fix-angle-g:after{
	content: '';
	background-image: url('../../assets/img/fix-angle-g.svg');
}
.fix-angle-l:after{
	content: '';
	background-image: url('../../assets/img/fix-angle-l.svg');
}
*/