@import url('https://fonts.googleapis.com/css2?family=Jost:wght@200;300;400;500;600;700&display=swap');

h1, h2, h3, h4, h5, h6, [class^='heading-'] {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 700;
	color: #151515;
	font-family: 'Lato', "Times New Roman", Times, serif;
}
.contact-list .contact-list-title {
    font-family: 'Lato', "Times New Roman", Times, serif;
    font-size: 21px;
    font-weight: 700;
    color: #151515;
}
.box-icon-modern-title {
    font-family: 'Lato', "Times New Roman", Times, serif;
}

.box-icon-modern figure {
    margin-bottom: 30px;
}

.bg-custom {
	background-color: #f1edee;
}

#background-video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.swiper-slide-caption p {
    color: #ffffff;
}

p.rights {
	font-size: 14px;
	color: #9b9b9b;
}

.section-video {
	padding: 200px 0;
}
@media (max-width: 991.98px) {
	section.section-video:first-of-type {
		padding-top: 40px;
	}
}

@media (min-width: 768px) {
	.section-video {
		padding: 340px 0;
	}
}

@media (min-width: 992px) {
	.section-video {
		padding: 480px 0;
	}
}

@media (min-width: 1200px) {
	.section-video {
		padding: 520px 0;
	}
}

.table-custom .pricing-classic-body {
	font-weight: 400;
}