/*
Theme Name: Tema7-Blisq-Tema-7
Theme URI: http://blisq.pt
Author: Blisq
Author URI: http://blisq.pt
Description: Tema desenvolvido para uso exclusivo da Blisq Creative
Version: V7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Blisq
Text Domain: Blisq
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

html {
	overflow-x: hidden;
	scroll-behavior: smooth;
}

body {
	font-family: "Inter", sans-serif;
	overflow-x: hidden;
	position: relative;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

h1 {
	color: #000;
	font-size: 33px;
	font-weight: 600;
	line-height: 110%;
}

h2 {
	color: #000;
	font-size: 19px;
	font-weight: 600;
	line-height: 110%;
}

.subtitle {
	color: #b3b3b3;
	font-size: 14px;
	font-weight: 700;
	line-height: 100%;
}

h3 {
	color: #242424;
	font-size: 40px;
	font-weight: 700;
	line-height: 115%;
}

li,
p {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
}

address {
	font-style: normal;
}

a {
	color: inherit;
	text-decoration: none;
}

ul {
	list-style: none;
}

.btn {
	color: #000;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	padding: 12px 20px;
	border-radius: 52px;
	background-color: #E4E4E4;
	transition: all .4s;
}

.go-to-main {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	font-size: 14px;
	padding: 18px;
	border: 1px solid;
	color: #000;
	text-decoration: none;
}

.go-to-main:focus {
	position: relative;
	left: auto;
	width: fit-content;
	height: auto;
	overflow: visible;
	display: block;
	margin-left: calc((100vw - 1800px) / 2);
	margin-bottom: 30px;
	z-index: 1000;
}

.btn.btn-black:hover,
.btn.btn-red {
	color: #000;
	background-color: #E3363F;
}

.btn:hover,
.btn.btn-red:hover,
.btn.btn-black {
	background-color: #000;
	color: #fff;
}

.btn-absolute {
	position: absolute;
	right: 0;
	top: 0;
}

.container {
	max-width: 1800px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.container-secondary {
	max-width: 1408px;
	margin: 0 auto;
}

.container-md {
	max-width: 1356px;
	margin: 0 auto;
}

.container-sm-secondary {
	max-width: 890px;
	margin: 0 auto;
}

.container-sm {
	max-width: 755px;
	margin: 0 auto;
}

.grid-4 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 20px;
}

.grid-3 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 60px;
}

.page-section {
	padding: 130px 0 70px 0;
	background-color: #f6f6f6;
}

.page-content {
	margin-top: 30px;
}

.page-content>ul {
	margin-bottom: 15px;
}

.page-content>p>em {
	font-style: normal;
	font-size: 18px;
	font-weight: 600;
	line-height: 150%;
}

.page-content li {
	color: #535353;
}

.page-content>p {
	color: #535353;
	margin-bottom: 15px;
}

.page-content>ul {
	list-style-type: disc;
	padding-left: 20px;
}

.d-block {
	display: block;
}

.text-center {
	text-align: center;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mt-25 {
	margin-top: 25px;
}

footer {
	box-shadow: 0 4px 200px 0 rgba(0, 0, 0, 0.06);
	background-image: url(assets/images/bg-footer.webp);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 40px 0;
	position: relative;
}

.go-to-top {
	position: absolute;
	right: calc((100vw - 1800px) / 2);
	top: -25px;
	height: 49px;
	width: 49px;
	border-radius: 50%;
	background-color: #E3363F;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-grid {
	display: flex;
	justify-content: space-between;
}

.footer-grid-left {
	flex: 0 0 421px;
}

.footer-grid-right {
	flex: 0 0 58%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.footer-navigation {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: space-between;
}

.footer-company {
	margin-top: 105px;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.footer-company>img {
	width: 100%;
	height: auto;
}

#menu-bottom {
	display: flex;
	align-items: center;
	gap: 36px;
}

#menu-bottom>li>a {
	/* color: #A7A7A7; */
	color: #757575;
	font-size: 12px;
	font-weight: 400;
	line-height: 166%;
	transition: all .2s;
}

#menu-bottom>li>a:hover {
	color: #000;
}

#nav-icon2 {
	width: 60px;
	height: 45px;
	position: relative;
	transform: rotate(0deg);
	transition: .5s ease-in-out;
	cursor: pointer;
	display: none;
}

#nav-icon2 span {
	display: block;
	position: absolute;
	height: 9px;
	width: 50%;
	background: #000;
	opacity: 1;
	transform: rotate(0deg);
	transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
	left: 50%;
	border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
	left: 0px;
	border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1),
#nav-icon2 span:nth-child(2) {
	top: 0px;
}

#nav-icon2 span:nth-child(3),
#nav-icon2 span:nth-child(4) {
	top: 18px;
}

#nav-icon2 span:nth-child(5),
#nav-icon2 span:nth-child(6) {
	top: 36px;
}

#nav-icon2.open span:nth-child(1),
#nav-icon2.open span:nth-child(6) {
	transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),
#nav-icon2.open span:nth-child(5) {
	transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
	left: 5px;
	top: 7px;
}

#nav-icon2.open span:nth-child(2) {
	left: calc(50% - 5px);
	top: 7px;
}

#nav-icon2.open span:nth-child(3) {
	left: -50%;
	opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
	left: 100%;
	opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
	left: 5px;
	top: 29px;
}

#nav-icon2.open span:nth-child(6) {
	left: calc(50% - 5px);
	top: 29px;
}

.footer-info {
	display: flex;
	gap: 92px;
}

.footer-info-content {
	flex: 0 0 220px;
	color: #000;
	font-size: 17px;
	font-weight: 200;
	line-height: 176.470%
}

.footer-info-content>a {
	transition: all .2s;
}

.footer-info-content>a:hover {
	font-weight: 300;
}

.footer-info-content>span {
	display: block;
	color: #090909;
	font-size: 12px;
	font-weight: 700;
	line-height: 166.667%;
}

header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 30px;
	z-index: 2;
}

header>.container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#menu-menu-top {
	display: flex;
	align-items: center;
	gap: 45px;
}

#menu-menu-top>li>a {
	color: #000;
	font-size: 17px;
	font-weight: 400;
}

#menu-menu-top>li:not(.header-contact)>a::after {
	content: '';
	display: block;
	height: 5px;
	width: 5px;
	border-radius: 5px;
	margin: 0 auto;
	background-color: #000;
	transition: all .5s;
	scale: 0;
}

#menu-menu-top>li>a:hover::after {
	scale: 1;
	margin-top: 8px;
}

#menu-menu-top>li.header-contact>a {
	color: #000;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	padding: 12px 20px;
	border-radius: 52px;
	background: #FFF;
	display: block;
	transition: all .2s;
}

#menu-menu-top>li.header-contact>a:hover {
	color: #fff;
	background-color: #000;
}

#hero {
	display: flex;
}

.hero-flex {
	display: grid;
	grid-template-columns: 1fr 36%;
	width: 100%;
}

.hero-content {
	background-image: url('assets/images/bg-hero.webp');
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding-left: calc((100vw - 1800px) / 2);
	padding-top: 140px;
	padding-bottom: 140px;
}

.hero-h1 {
	color: #C3C3C3;
	font-size: 20px;
	font-weight: 800;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	margin-bottom: 6px;
}

.hero-title {
	color: #000;
	font-size: 65px;
	font-weight: 600;
	line-height: 104.615%;
	max-width: 750px;
}

.hero-images>.slick-list {
	max-height: 100vh;
	height: 100%;
}

.hero-images .slick-track {
	height: 100%;
}

.hero-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-images::before {
	content: '';
	position: absolute;
	top: 50%;
	left: -60px;
	width: 60px;
	max-height: 56%;
	background-color: #E3363F;
	display: block;
	transform: translateY(-50%);
	transform-origin: top;
	animation: 3s growbar forwards;
}

@keyframes growbar {
	from {
		height: 0;
	}

	to {
		height: 100%;
	}
}

.hero-subtitle {
	color: #000;
	font-size: 22px;
	font-weight: 200;
	line-height: 154.545%;
	margin: 85px 0 115px 0;
	max-width: 465px;
}

#clients {
	padding: 120px 0;
}

.clients-slide .slick-track {
	display: flex !important;
	align-items: center;
	justify-content: center;
	gap: 100px;
}

#about {
	background-color: #E3363F;
	padding: 35px 0;
	min-height: 743px;
	display: flex;
}

#about.about-highlight {
	min-height: 480px;
}

.about-grid {
	display: flex;
	height: 100%;
	justify-content: space-between;
}

.about-grid-left {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.about-description {
	margin-top: 30px;
}

.about-word {
	background: linear-gradient(to bottom, #000, #000) no-repeat;
	background-clip: text;
	background-size: 0;
	font-size: 40px;
	font-weight: 700;
	line-height: 115%;
	color: rgba(0, 0, 0, 0.22);
}

.about-grid-right {
	flex: 0 0 38%;
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
}

.about-logo-animation {
	width: 230px;
	height: fit-content;
}

.about-grid-right-top {
	display: flex;
	gap: 73px;
	position: absolute;
	right: 0;
	top: 0;
}

.text-sm {
	color: #000;
	font-size: 13px;
	font-weight: 500;
	line-height: 146.154%
}

#contact {
	background-image: url(assets/images/bg-colaborate.svg);
	background-repeat: no-repeat;
	background-position: top right;
	padding: 175px 0;
	background-size: 35%;
}

.contact-text {
	font-weight: 600;
}

.contact-grid {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.contact-grid-right {
	flex: 0 0 416px;
}

.contact-button {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 27px;
	margin-top: 100px;
}

.contact-button-txt {
	color: #000;
	font-size: 17px;
	font-weight: 200;
	line-height: 176.471%
}

.contact-button-wrapper {
	display: flex;
	align-items: center;
	gap: 10px;
}

#service {
	padding: 120px 0;
}

.service-details {
	display: flex;
	align-items: center;
	gap: 50px;
	justify-content: center;
	margin-bottom: 120px;
}

.service-detail {
	display: flex;
	align-items: center;
	gap: 25px;
}

.service-detail-img {
	max-width: 63px;
}

.service-detail-text {
	color: #000;
	font-size: 20px;
	font-weight: 600;
	line-height: 120%;
	max-width: 205px;
}

.services-items {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	margin-top: 40px;
}

.service-item {
	padding: 40px;
	border-radius: 30px;
	background-color: #EAEAEA;
	flex: 0 0 23.5%;
	min-height: 323px;
	display: flex;
	flex-direction: column;
	transition: all .2s;
}

.service-item:hover {
	background-color: #DCDCDC;
}

.service-item>p {
	color: #000;
	font-size: 18px;
	font-weight: 200;
	line-height: 150%;
	opacity: 0;
	margin-bottom: 20px;
	transition: all .5s;
}

.service-item:hover>p {
	opacity: 1;
}

.service-item-title {
	color: #000;
	font-size: 30px;
	font-weight: 200;
	line-height: 133.333%;
	margin-bottom: 16px;
}

.service-item-more {
	color: #4D4D4D;
	font-size: 13px;
	font-weight: 400;
	line-height: 146.154%;
	text-transform: uppercase;
	margin-top: auto;
	align-self: flex-end;
	transition: all .2s;
}

.service-item:hover>.service-item-more {
	font-weight: 500;
	color: #000;
}

.portfolio-container {
	border-radius: 20px;
	background-color: #EAEAEA;
	padding: 40px;
}

.portfolio-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.porfolio-left {
	flex: 0 0 330px;
	margin-left: 10%;
}

.portfolio-link-video {
	flex: 0 0 60%;
	height: auto;
	border-radius: 15px;
	overflow: hidden;
}

.portfolio-video {
	width: 100%;
	aspect-ratio: 16 / 9;
}

.contact-highlight {
	font-size: 5.8vw;
	color: transparent;
	font-weight: 100;
	line-height: 118.182%;
	display: block;
	position: relative;
	overflow: hidden;
}

.contact-highlight::before {
	content: attr(data-title);
	position: absolute;
	left: 0;
	top: 0;
	color: #000;
	transform: translateY(100%);
	transition: all .5s;
}

.contact-highlight.visible::before {
	transform: translateY(0);
}

.section-404 {
	background-image: url(assets/images/erro-404.webp);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 260px 0 190px 0;
}

.content-404 {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.title-404 {
	text-align: center;
	font-size: 48px;
	font-weight: 600;
	line-height: 100%;
	margin-bottom: 15px;
}

.title-lg {
	font-size: 52px;
	font-weight: 600;
	line-height: 100%;
}

.title-lg-wrapper {
	max-width: 575px;
	width: 100%;
}

.common-banner {
	min-height: 465px;
	padding: 120px 0 44px 0;
	position: relative;
	display: flex;
	align-items: flex-end;
	background-color: #F4F4F4;
}

.banner-before::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.3;
	background-position: right bottom;
	background-image: url(assets/images/bg-single-service.webp);
	background-repeat: no-repeat;
	pointer-events: none;
	background-size: 52%;
}

.common-banner-flex {
	display: flex;
	align-items: flex-end;
	max-width: 1315px;
	gap: 32px;
}

.container.others-services-container {
	border-bottom: 1px solid #ccc;
	padding-bottom: 60px;
}

.others-services-grid {
	margin-top: 40px;
}

.clients-section {
	padding: 80px 0;
}

.clients-flex {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 48px;
}

.service-section {
	padding: 87px 0 98px 0;
}

.service-content-flex {
	display: flex;
	justify-content: space-between;
}

.service-content {
	flex: 0 0 42%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.service-content-wrapper {
	max-width: 550px;
}

.service-content-wrapper>p {
	font-weight: 300;
	font-size: 17px;
}

.service-contact-button {
	margin-top: 40px;
	align-self: flex-end;
	width: 100%;
}

.service-image {
	max-width: 50%;
	height: fit-content;
	border-radius: 20px;
}

.portfolio-grid {
	margin-top: 60px;
}

.mr-auto {
	margin-right: auto;
}

.others-projects {
	padding: 60px 0 80px 0;
}

.project-list {
	padding: 90px 0 80px 0;
}

.project-card {
	cursor: pointer;
}

.project-card-content {
	padding: 20px 0 10px 10px;
	display: block;
	border-radius: 0 0 15px 15px;
	position: relative;
	transition: all .5s;
}

.project-card-content::before {
	content: '';
	position: absolute;
	left: 0;
	top: -30px;
	width: 100%;
	height: 50px;
	transition: all .5s;
	z-index: -1;
	display: block;
}

.project-card-title {
	font-size: 20px;
	font-weight: 700;
	line-height: 150%;
}

.project-text {
	display: flex;
	font-size: 14px;
	font-weight: 200;
	line-height: 168%;
	align-items: center;
	gap: 6px;
}

.project-local::before {
	content: '';
	height: 14px;
	width: 14px;
	background-image: url(assets/images/pin.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

.project-date::before {
	content: '';
	height: 14px;
	width: 14px;
	background-image: url(assets/images/calendar.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

.project-card:hover>.project-card-content::before,
.project-card:hover>.project-card-content {
	background-color: #F0F0F0;
}

.project-card-thumbnail {
	display: block;
	overflow: hidden;
	border-radius: 15px;
	aspect-ratio: 16 / 9;
	position: relative;
	z-index: 1;
}

.project-card-thumbnail::after {
	content: '';
	width: 17px;
	height: 16px;
	position: absolute;
	top: 36px;
	right: 34px;
	background-image: url(assets/images/modal.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1;
}

.project-card-thumbnail::before {
	content: '';
	width: 43px;
	height: 43px;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	display: block;
	top: 22px;
	right: 22px;
	transition: all .5s;
	z-index: 1;
}

.project-card:hover>.project-card-thumbnail::before {
	border-radius: 7px;
	background-color: #E3363F;
	scale: 1.2;
}

.project-card:hover>.project-card-content {
	padding: 10px 20px 20px 20px;
}

.project-card:hover .btn-more {
	font-weight: 400;
}

.project-card-image-secondary,
.project-card-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .1s;
}

.project-card-image-secondary {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.project-card:hover .project-card-image {
	opacity: 0;
}

.project-card:hover .project-card-image-secondary {
	opacity: 1;
	scale: 1.1;
}

.project-area {
	margin-bottom: 10px;
}

.btn-more {
	text-align: right;
	font-size: 16px;
	font-weight: 200;
	line-height: 168%;
	width: 100%;
	display: block;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(192, 192, 192, 0.11);
	backdrop-filter: blur(7.15px);
	height: 100vh;
	width: 100vw;
	z-index: 1;
	display: none;
}

.project-modal {
	width: 38%;
	border-radius: 40px;
	background-color: #FFF;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 30px;
}

.project-modal-content {
	margin-top: 10px;
}

.project-modal-title {
	color: #000;
	font-size: 20px;
	font-weight: 700;
	line-height: 150%;
}

.project-modal-text {
	color: #000;
	font-size: 16px;
	font-weight: 200;
	line-height: 168%;
	display: flex;
	align-items: center;
	gap: 6px;
}

.close-modal {
	position: absolute;
	right: 45px;
	top: 41px;
	border: none;
	height: 42px;
	width: 42px;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 1;
	transition: all .2s;
}

.close-modal:hover {
	background-color: #E3363F;
}

.project-modal-image {
	aspect-ratio: 16 / 9;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.project-modal-gallery>.slick-arrow {
	position: absolute;
	top: 50%;
	left: 15px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background-color: #E3363F;
	background-image: url(assets/images/arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
	border: none;
	font-size: 0;
	z-index: 1;
	cursor: pointer;
	transition: all .2s;
}

.project-modal-gallery>.slick-arrow:hover {
	scale: 1.1;
}

.project-modal-gallery>.slick-arrow.slick-prev {
	transform: translateY(-50%) rotate(-180deg);
}

.project-modal-gallery>.slick-arrow.slick-next {
	left: auto;
	transform: translateY(-50%);
	right: 15px;
}

.portfolio-filters {
	background-color: #E3363F;
}

.portfolio-categories {
	display: flex;
	align-items: center;
	gap: 6px;
	overflow-x: auto;
	scrollbar-width: none;
	padding: 15px 0;
	padding-left: calc((100vw - 1800px) / 2);
	cursor: grab;
	width: 100vw;
}

.portfolio-categories.active {
	cursor: grabbing;
}

.portfolio-category {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 16px;
	font-weight: 400;
	line-height: 88%;
	white-space: nowrap;
	padding: 10px 15px;
	cursor: pointer;
}

.portfolio-category:last-child {
	margin-right: 5%;
}

.portfolio-categories.active>.portfolio-category {
	user-select: none;
	pointer-events: none;
}

.portfolio-category:hover::before,
.portfolio-category.active::before {
	border-color: #000;
	background-color: #000;
}

.portfolio-category::before {
	content: '';
	width: 15px;
	height: 15px;
	border-radius: 4px;
	border: 1px solid #FFF;
	transition: all .2s;
}

#company {
	padding: 80px 0;
	background-image: url(assets/images/jrt-empresa.svg);
	background-repeat: no-repeat;
	background-position: -5% 125%;
	overflow: hidden;
}

.company-text {
	font-weight: 300;
	max-width: 788px;
}

.company-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 890px;
	margin: 0 auto;
	justify-content: center;
}

.common-excerpt>p {
	font-weight: 200;
}

.cronology-item {
	border-radius: 15px;
	background-color: #F0F0F0;
	min-height: 272px;
	padding: 25px;
	position: relative;
	flex: 0 0 387px;
}

.cronology-flex {
	display: flex;
	gap: 30px;
	flex-wrap: nowrap;
	scrollbar-width: none;
	padding-top: 42px;
	overflow-x: auto;
	position: relative;
	cursor: grab;
}

.cronology-flex.active{
	cursor: grabbing;
}

.cronology-flex.active > .cronology-item{
	user-select: none;
}

.cronology-item::before {
	content: '';
	position: absolute;
	top: -42px;
	left: 0;
	background-color: #000;
	width: 6px;
	height: 6px;
	display: block;
	z-index: 1;
}

.cronology-item:first-child {
	margin-left: calc((100vw - 1800px) / 2);
}

.cronology-item:last-child {
	margin-right: calc((100vw - 1800px) / 2);
}

.cronology-border {
	position: relative;
	margin-top: 55px;
}

.cronology-border::before {
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	height: 1px;
	width: 100vw;
	background-color: #989898;
}

.cronology-title {
	display: block;
	color: #000;
	font-size: 20px;
	font-weight: 700;
	line-height: 150%;
	margin-bottom: 8px;
}

.cronology-item>p {
	color: #000;
	font-size: 14px;
	font-weight: 200;
	line-height: 168%;
}

.cronology-buttons {
	position: absolute;
	bottom: 0;
	right: 0;
	display: flex;
	align-items: center;
	gap: 15px;
}

.cronology-btn {
	width: 49px;
	height: 49px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #f4f4f4;
	border: none;
	cursor: pointer;
}

.cronology-btn-left {
	transform: rotate(-90deg);
}

.cronology-btn-right {
	transform: rotate(90deg);
}

@media (max-width: 1850px) {
	.container {
		padding: 0 5%;
	}

	.cronology-buttons,
	.btn-absolute,
	.go-to-top {
		right: 5%;
	}

	.cronology-item:first-child {
		margin-left: 5%;
	}

	.cronology-item:last-child {
		margin-right: 5%;
	}

	.hero-content {
		padding-left: 5%;
	}

	.about-word {
		font-size: 38px
	}

	.service-item-title {
		font-size: 28px;
	}
}

@media (max-width: 1680px) {
	.cronology-item {
		flex: 0 0 345px;
	}

	.common-banner {
		min-height: 420px;
	}

	.container-secondary {
		padding: 0 5%;
	}

	.title-lg {
		font-size: 50px;
	}

	.about-word,
	h3 {
		font-size: 36px;
	}

	.title-404 {
		font-size: 40px;
	}

	.hero-flex {
		grid-template-columns: 1fr 45%;
	}

	.hero-subtitle {
		margin: 55px 0 80px 0;
	}

	.hero-title {
		font-size: 58px;
		max-width: 700px;
	}

	#clients {
		padding: 100px 0;
	}

	.service-detail-text {
		font-size: 18px;
		max-width: 185px;
	}

	.service-item-title {
		font-size: 24px;
	}

	.service-item>p {
		font-size: 16px;
	}

	.porfolio-left {
		flex: 0 0 280px;
		margin-left: 8%;
	}

	.footer-info-content {
		font-size: 16px;
	}
}

@media (max-width: 1440px) {
	.title-404 {
		font-size: 36px;
	}

	.title-lg {
		font-size: 42px;
	}

	.cronology-title {
		font-size: 18px;
	}

	.project-modal {
		width: 50%;
	}

	.service-excerpt {
		max-width: 55%;
	}

	.common-banner::before {
		opacity: 0.2;
	}

	.common-banner {
		min-height: 380px;
	}

	#menu-menu-top>li>a {
		font-size: 16px;
	}

	.about-word,
	h3 {
		font-size: 34px;
	}

	.container-md {
		padding: 0 5%;
	}

	#about {
		min-height: 600px;
	}

	.hero-title {
		font-size: 48px;
		max-width: 560px;
	}

	.hero-subtitle {
		font-size: 20px;
		max-width: 395px;
	}

	.clients-slide .slick-track {
		gap: 45px;
	}

	.service-details {
		gap: 30px;
		margin-bottom: 90px;
	}

	.service-detail-img {
		max-width: 50px;
	}

	.service-item {
		padding: 28px;
	}

	.footer-info-content {
		font-size: 15px;
	}

	.footer-grid-left {
		flex: 0 0 370px;
	}

	#menu-bottom {
		gap: 5px 25px;
		flex-wrap: wrap;
	}

	.service-content-wrapper>p {
		font-size: 16px;
	}
}

@media (max-width: 1376px) {
	.title-404 {
		font-size: 32px;
	}

	.title-lg {
		font-size: 38px;
	}

	.about-word,
	h3 {
		font-size: 32px;
	}

	.hero-h1 {
		font-size: 18px;
	}

	.hero-title {
		font-size: 40px;
		max-width: 475px;
	}

	.hero-subtitle {
		margin: 35px 0;
	}

	.hero-images::before {
		left: -45px;
		width: 45px;
	}

	#about {
		min-height: 500px;
	}

	.service-detail-text {
		font-size: 16px;
		max-width: 165px;
	}

	.porfolio-left {
		flex: 0 0 250px;
		margin-left: 6%;
	}

	.footer-info-content {
		font-size: 14px;
	}

	.footer-grid {
		gap: 5%;
	}

	.footer-grid-right {
		flex: 1 0 58%;
	}

	.contact-button-txt {
		font-size: 16px;
	}

	.grid-4 {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.others-services-grid>.service-item:last-child {
		display: none;
	}
}

@media (max-width: 1280px) {
	.title-404 {
		font-size: 28px;
	}

	.title-lg {
		font-size: 34px;
	}

	.cronology-title {
        font-size: 16px;
    }

	.common-banner {
		min-height: 345px;
	}

	.clients-flex {
		gap: 25px;
	}

	.clients-section {
		padding: 45px 0;
	}

	.clients-image {
		width: 100px;
		height: 80px;
	}

	.project-card-title {
		font-size: 18px;
	}

	.section-404 {
		padding: 215px 0 125px 0;
	}

	.service-section {
		padding: 70px 0;
	}

	#menu-menu-top>li>a {
		font-size: 14px;
	}

	#menu-menu-top>li.header-contact>a {
		font-size: 12px;
	}

	.about-word,
	h3 {
		font-size: 30px;
	}

	.btn {
		font-size: 13px;
	}

	.hero-h1 {
		font-size: 16px;
	}

	.hero-title {
		font-size: 36px;
		max-width: 425px;
	}

	.hero-subtitle {
		font-size: 18px;
		max-width: 350px;
	}

	#service {
		padding: 75px 0;
	}

	.service-details {
		margin-bottom: 75px;
	}

	.services-items {
		flex-wrap: nowrap;
		justify-content: flex-start;
		overflow-x: auto;
		margin-left: -5%;
		width: 100vw;
		scrollbar-width: none;
		cursor: grab;
		margin-top: 0;
		padding: 40px 0;
	}

	.services-items.active {
		cursor: grabbing;
	}

	.services-items.active>.service-item {
		pointer-events: none;
		user-select: none;
	}

	.service-item:first-child {
		margin-left: 5%;
	}

	.others-services-grid>.service-item:first-child,
	.others-services-grid>.service-item:last-child {
		margin: 0;
	}

	.service-item:last-child {
		margin-right: 5%;
	}

	.service-item-title {
		font-size: 22px;
	}

	.service-item {
		flex: 0 0 320px;
	}

	.contact-highlight {
		font-size: 6.5vw;
	}

	.contact-button-txt {
		font-size: 15px;
	}
}

@media (max-width: 1180px) {
	.cronology-buttons{
		position: relative;
		right: 0;
		justify-content: center;
        margin-top: 20px;
	}

	.cronology-btn {
		width: 38px;
		height: 38px;
	}

	.cronology-btn > img {
		width: 12px;
		height: auto;
	}

	.about-word,
	h3 {
		font-size: 28px;
	}

	.porfolio-left {
		flex: 0 0 218px;
		margin-left: 30px;
	}

	.about-logo-animation {
		width: 200px;
	}

	.about-grid-right {
		flex: 0 0 30%;
	}

	.about-grid-right-top {
		gap: 25px;
	}

	.service-detail-img {
		max-width: 40px;
	}

	.service-detail-text {
		font-size: 15px;
		max-width: 155px;
	}
}

@media (max-width: 1024px) {
	h1 {
		font-size: 30px;
	}

	.title-lg {
		font-size: 32px;
	}

	.title-404 {
		font-size: 26px;
	}

	.close-modal {
		height: 30px;
		width: 30px;
	}

	.close-modal>img {
		width: 15px;
		height: auto;
	}

	.project-card-thumbnail::before {
		width: 35px;
		height: 35px;
	}

	.project-card-thumbnail::after {
		width: 14px;
		height: 15px;
		top: 32px;
		right: 32px;
	}

	.project-card-title {
		font-size: 16px;
	}

	.service-excerpt {
		max-width: 48%;
	}

	.service-section {
		padding: 55px 0;
	}

	.service-image {
		max-width: 45%;
	}

	.service-content {
		flex: 0 0 48%;
	}

	#menu-menu-top {
		gap: 35px;
	}

	.about-word,
	h3 {
		font-size: 26px;
	}

	.hero-images::before {
		left: -35px;
		width: 35px;
		max-height: 45%;
	}

	.hero-subtitle {
		font-size: 16px;
		max-width: 320px;
	}

	.hero-title {
		font-size: 30px;
		max-width: 345px;
	}

	#about {
		min-height: 415px;
	}

	.about-grid-right {
		flex: 0 0 25%;
	}

	.about-logo-animation {
		width: 150px;
	}

	.service-item-more,
	.btn {
		font-size: 12px;
	}

	.service-item {
		flex: 0 0 295px;
		min-height: 295px;
	}

	.service-item-title {
		font-size: 20px;
	}

	.service-item>p {
		font-size: 15px;
		opacity: 1;
	}

	.portfolio-container {
		padding: 25px;
	}

	.contact-grid-right {
		flex: 0 0 355px;
	}

	#contact {
		padding: 120px 0;
	}

	.footer-grid {
		display: block;
	}

	.footer-grid-left {
		display: flex;
		justify-content: space-between;
	}

	.footer-company {
		margin-top: 0;
		width: fit-content;
	}

	.footer-info {
		margin: 30px 0 20px 0;
		gap: 25px;
		flex-wrap: wrap;
	}

	.cronology-buttons{
		display: none;
	}
}

@media (max-width: 860px) {
	.container-sm {
		padding: 0 5%;
	}

	.project-modal {
		width: 80%;
	}

	.hero-content {
		padding-bottom: 90px;
	}

	.hero-h1 {
		font-size: 14px;
	}

	.hero-flex {
		grid-template-columns: 1fr 40%;
	}

	.hero-title {
		font-size: 28px;
	}

	.hero-images::before {
		left: -25px;
		width: 25px;
		max-height: 40%;
	}

	.about-word,
	h3 {
		font-size: 24px;
	}

	.service-item-title {
		font-size: 18px;
	}

	.service-item {
		flex: 0 0 275px;
		min-height: 275px;
	}

	.portfolio-link-video {
		flex: 0 0 55%;
	}

	.porfolio-left {
		flex: 0 0 195px;
		margin-left: 20px;
	}

	.contact-grid-right {
		flex: 0 0 300px;
	}

	.contact-button {
		margin-top: 50px;
	}

	.contact-button.service-contact-button {
		margin-top: 30px;
	}

	.grid-3,
	.grid-4 {
		grid-template-columns: 1fr 1fr;
	}

	.others-services-grid>.service-item:last-child {
		display: flex;
	}

	.container.others-services-container {
		padding-bottom: 35px;
	}

	.others-projects {
		padding: 35px 0 60px 0;
	}
}

@media (max-width: 768px) {
	h1 {
		font-size: 28px;
	}

	.project-modal-title {
		font-size: 18px;
	}

	.title-404 {
		font-size: 24px;
	}

	.common-banner-flex {
		flex-wrap: wrap;
		gap: 15px;
	}

	html.no-overflow {
		overflow: hidden;
	}

	.service-content-wrapper>p,
	p {
		font-size: 15px;
	}

	.portfolio-category {
		font-size: 14px;
	}

	.service-excerpt,
	.service-content-wrapper,
	.service-image {
		max-width: 100%;
	}

	.title-lg {
		font-size: 30px;
	}

	.service-content-flex {
		flex-direction: column;
		gap: 35px;
	}

	#menu-menu-top>li>a:hover::after {
		margin-top: 0;
	}

	#menu-menu-top>li:not(.header-contact)>a::after {
		position: absolute;
		top: 50%;
		right: 0;
	}

	#nav-icon2 {
		display: block;
		scale: .6;
		z-index: 5;
	}

	#menu-menu-top>li>a {
		font-size: 18px;
		display: block;
		padding: 15px 0;
		border-bottom: 1px solid #c1c1c1;
		position: relative;
	}

	#menu-menu-top>li.header-contact>a {
		font-size: 14px;
		display: flex;
		border-bottom: none;
		background-color: #E3363F;
		width: fit-content;
		margin-top: 20px;
		color: #fff;
	}

	.hero-flex {
		grid-template-columns: 1fr 35%;
	}

	.footer-grid-left {
		flex-direction: column;
		gap: 25px;
	}

	.header-navigation {
		position: absolute;
		right: -100vw;
		top: 0;
		height: 100vh;
		background-color: #fff;
		width: 100vw;
		padding: 120px 5%;
		background-image: url(assets/images/bg-footer.webp);
		background-repeat: no-repeat;
		background-position: right bottom;
		background-size: contain;
		transition: all .5s;
	}

	.header-navigation::before {
		content: '';
		position: absolute;
		top: 30px;
		left: 5%;
		background-image: url(assets/images/bg-colaborate.svg);
		background-repeat: no-repeat;
		background-size: contain;
		height: 100%;
		width: 140px;
	}

	#nav-icon2.open~.header-navigation {
		right: 0;
	}

	#menu-menu-top,
	#menu-bottom {
		display: block;
	}

	.footer-navigation {
		align-items: flex-end;
	}

	#clients {
		padding: 55px 0;
	}

	#about.about-highlight,
	#about {
		min-height: auto;
		padding: 55px 0;
	}

	.about-grid-right {
		flex: auto;
	}

	.about-grid {
		flex-direction: column-reverse;
		gap: 30px;
	}

	.about-word {
		font-size: 26px;
	}

	.about-description {
		margin-top: 0;
		margin-bottom: 40px;
	}

	.contact-button-txt {
		font-size: 14px;
	}

	.project-card-title {
		font-size: 16px;
	}

}

@media (max-width: 690px) {
	.page-content>p>em {
		font-size: 16px;
	}

	.custom-logo {
		max-width: 90px;
	}

	.hero-title {
		font-size: 26px;
		max-width: 320px;
	}

	.about-word {
		font-size: 24px;
	}

	.service-detail {
		gap: 15px;
	}

	.service-detail-text {
		font-size: 14px;
	}

	.service-item-more,
	.btn {
		font-size: 11px;
	}

	.service-item-title {
		font-size: 16px;
	}

	.service-item>p {
		font-size: 14px;
	}

	#service {
		padding: 50px 0 5px 0;
	}

	#portfolio {
		padding: 50px 0;
		background-color: #EAEAEA;
	}

	.portfolio-container {
		flex-direction: column-reverse;
		gap: 35px;
		align-items: flex-start;
		padding: 0;
	}

	.porfolio-left {
		flex: 0 0 auto;
		margin-left: 0;
	}

	#contact {
		padding: 75px 0;
		background-size: 40%;
	}

	.contact-highlight {
		font-size: 10vw;
	}

	.contact-grid {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
	}

	.contact-grid-right {
		flex: 0 0 auto;
	}

	.text-sm-fix {
		text-align: start;
		max-width: 60%;
	}
}

@media (max-width: 575px) {

	.title-lg,
	h1 {
		font-size: 26px;
	}

	.project-modal-title {
		font-size: 16px;
	}

	.project-modal-gallery>.slick-arrow {
		left: -15px;
	}

	.project-modal-gallery>.slick-arrow.slick-next {
		right: -15px;
	}

	.project-modal-text {
		font-size: 14px;
	}

	.close-modal {
		display: none;
	}

	.project-card-thumbnail::before {
		width: 35px;
		height: 35px;
		top: 15px;
		right: 15px;
	}

	.project-card-thumbnail::after {
		width: 14px;
		height: 14px;
		top: 26px;
		right: 26px;
	}

	.go-to-top {
		top: -20px;
		height: 42px;
		width: 42px;
	}

	.grid-3,
	.grid-4 {
		grid-template-columns: 100%;
	}

	.others-services-grid>.service-item {
		min-height: auto;
	}

	.hero-h1 {
		color: #E3363F;
	}

	.hero-flex {
		grid-template-columns: 100%;
		position: relative;
		width: 100%;
	}

	.hero-images.slick-slider {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		pointer-events: none;
		opacity: .5;
	}

	.hero-content {
		z-index: 1;
		background-image: none;
		padding-right: 5%;
	}

	.hero-content>.btn {
		background-color: #000;
		color: #fff;
	}

	.hero-content>.btn:hover {
		background-color: #E3363F;
		color: #000;
	}

	.about-word {
		font-size: 22px;
	}

	#clients {
		padding: 35px 0;
	}

	.clients-slide .slick-track {
		gap: 25px;
	}

	.service-detail-text {
		font-size: 13px;
	}

	.service-detail-img {
		max-width: 35px;
	}

	.service-detail:nth-child(3) {
		grid-column: span 2;
	}

	.service-detail:nth-child(3)>.service-detail-text {
		max-width: 100%;
	}

	.service-details {
		margin-bottom: 50px;
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.clients-image {
		width: 90px;
		height: 70px;
	}

}

@media (max-width: 500px) {
	h3 {
		font-size: 22px;
	}

	.text-sm {
		font-size: 12px;
	}

	.about-logo-animation {
		width: 100px;
	}

	.about-word {
		font-size: 18px;
	}
}

@media (max-width: 420px) {
	.about-word {
		font-size: 16px;
	}
}