@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

:root {
	--white: white;
	--black: #000000;
	--red: #F4B84D;
	--fura-bold: 'Futura-Bold';
	--fura-medium: 'Futura-Medium';
	--trans: all 0.5s ease-in-out;
	--sans: 'Open Sans', sans-serif;
}

a {
	text-decoration: none;
	color: #000;
}

ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

/***/
.section {
	transition: transform 0.5s ease-in-out;
}

img {
	user-select: none;
	width: 100%;
	height: 100%;
}

a {
	text-decoration: none;
	color: #000;
	display: block;
}

ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

textarea,
input,
button {
	border-radius: 0px;
	background-color: transparent;
	outline: none;
	border: none;
	padding: 0;
}

.slider {
	opacity: 0;
}

.slick-initialized {
	opacity: 1 !important;
	visibility: visible !important;
}

body {
	min-height: 100vh;
	text-align: right;
	display: flex;
	flex-direction: column;
	direction: rtl;
}

.custom-container {
	max-width: 1641px;
	margin: 0px auto;
	width: 100%;
}

.home-banner {
	/*height: 975px;*/
	height: 100vh;
	position: relative;
	transition: var(--trans);
	background-repeat: no-repeat;
	background-size: cover;
}

.home-banner .scrool-down {
	position: absolute;
	bottom: 25px;
	cursor: pointer;
	writing-mode: tb;
	word-spacing: 10px;
	margin: auto;
	width: fit-content;
	right: 0px;
	left: 0px;
	font: bold 15px/16px var(--fura-bold);
	color: var(--white);
	direction: initial;
}

.home-banner .scrool-down span {
	font: bold 20px/25px var(--fura-bold);
	letter-spacing: 0px;
	transform: rotatex(-180deg) rotateY(180deg) translateX(3px);
	display: inline-block;
}

.home-banner .scrool-down.animate {
	animation: down 1s ease 3 alternate;
}

@keyframes down {
	from {
		transform: translatey(0px);
	}

	to {
		transform: translatey(10px);
	}
}

.home-banner .icons {
	display: flex;
	align-items: center;
	position: absolute;
	right: 32px;
	bottom: 26px;
	gap: 30px;
}

.home-banner .icons i {
	color: #fff;
}

.home-banner video {
	position: absolute;
	top: 0px;
	left: 0px;
	/*height: 100%;*/
	height: 100vh;
	width: 100%;
}

.home-banner .tel {
	position: absolute;
	font: bold 17px/22px var(--fura-bold);
	letter-spacing: 0px;
	color: var(--white);
	bottom: 26px;
	left: 36px;
}

.brand-section {
	background-color: #f8f8f8;
	padding-top: 91px;
	position: relative;
}

/*.brand-section .content {*/
	/*padding-bottom: 234px;*/
/*}*/
.brand-section .content{
	padding-bottom: 91px;
}

.brand-section .content .draggable {
	max-width: 1088px;
	margin: 0px auto;
}

.brand-section .content .slide .flex {
	display: flex;
	gap: 13px;
	align-items: baseline;
	margin-bottom: 33px;
}

.brand-section .content .slide .flex h3 {
	font: bold 101px/96px var(--fura-bold);
	color: var(--black);
}

.brand-section .content .slide p {
	font: 400 20px/27px var(--sans);
	color: var(--black);
}

.brand-section .content .slide .flex img {
	max-width: 80px;
}

.brand-section :is(.slick-prev, .slick-next) {
	left: 0px;
	right: auto;
	transform: translateX(0px) rotate(180deg);
	top: 29px;
	z-index: 9;
}

.brand-section :is(.slick-prev, .slick-next):after {
	width: 45px;
	height: 20px;
	content: '';
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url("../images/arrow-slick.svg");
	background-repeat: no-repeat;
}

.brand-section :is(.slick-prev, .slick-next)::before {
	display: none;
}

.brand-section .competence {
	font: 400 23px/23px var(--sans);
	color: var(--black);
	margin-bottom: -23px;
	display: block;
	transform: translateY(19px);
}

.brand-section .slick-prev {
	transform: rotate(0deg) translate(101px, -1px);
}

.brand-section .slick-dots {
	bottom: auto;
	top: 0px;
	display: flex;
	align-items: center;
}

.brand-section .slick-dots:after {
	background-color: #D1D1D1;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 1px;
	width: 100%;
	margin: auto;
	content: '';
	bottom: 0px;
}

.brand-section .slick-dots * {
	font-size: 0px !important;
	padding: 0px !important;
	margin: 0px !important;
	height: 2px !important;
	width: 100% !important;
	z-index: 1;
}

.brand-section .slick-dots *::before {
	display: none;
}

.brand-section .slick-dots .slick-active {
	background-color: #000;
}

.brand-section .slick-dotted.slick-slider {
	padding-top: 133px;
}

.aim-wraper {
	background-color: #f8f8f8;
	display: flex;
	position: relative;
}

.aim-wraper .content-left {
	position: relative;
	height: 393px;
	z-index: 2;
	width: 60%;
	display: flex;
	align-items: center;
	padding-right: calc(10% - 10px);
}

.aim-wraper .content-left h3 {
	color: var(--black);
	font: bold 101px/140px var(--fura-bold);
	gap: 30px;
}

.aim-wraper .content-left:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: var(--red);
	z-index: -1;
}

.aim-wraper .content-right {
	width: 40%;
	position: relative;
	height: 344px;
	margin-top: 145px;
	flex-direction: column;
	z-index: 1;
	padding-right: 45px;
	display: flex;
	padding-bottom: 86px;
}

.aim-wraper .content-right a {
	display: flex;
	align-items: center;
	gap: 20px;
	color: var(--white);
	font: 300 32px/43px var(--sans);
	text-transform: capitalize;
	margin-top: auto;
	transition: var(--trans);
}

.aim-wraper .content-right a img {
	max-width: 35px;
	height: 20px;
	margin-top: 5px;
	transform: rotateY(180deg);
}

.aim-wraper .content-right:after {
	content: '';
	position: absolute;
	top: 0px;
	left: calc(-68% - 10px);
	width: 100vw;
	height: 100%;
	background-color: var(--black);
	z-index: -1;
}

.sticky-screens-wrapper {
	background-color: #f8f8f8;
	overflow: hidden;
	display: flex;
}

.sticky-scrool {
	display: flex;
	scroll-behavior: smooth;
	max-width: 1920px;
	margin: 0px auto;
	position: relative;
	flex-wrap: wrap;
}
.sticky-scrool .img-wraper#ipad {
    position: relative;
    width: 845px;
    height: 635px;
    margin-top: 55px;
    margin-right: calc(13% + 14px);
}

.sticky-scrool .img-wraper video {
	position: absolute;
	border-radius: 20px;
	height: 100%;
}

/*.sticky-scrool .img-wraper#ipad video {*/
	/*right: 125px;*/
	/*max-width: -webkit-fill-available;*/
	/*right: 248px;*/
	/*object-fit: cover;*/
	/*top: 124px;*/
	/*bottom: 173px;*/
	/*max-height: -webkit-fill-available;*/
/*}*/

.sticky-scrool .img-wraper#iPad-mockup {
	width: 891px;
	height: 673px;
	margin-top: 200px;
	--top: 100px;
	margin-right: calc(10% + 14px);
}

.sticky-scrool .img-wraper#iPad-mockup2 {
	width: 708px;
	height: 536px;
	--top: 220px;
	margin-top: 260px;
	margin-right: auto;
	position: relative;
	top: 107px;
}

.sticky-scrool .img-wraper#mockup3 {
	left: 0px;
	width: 933px;
	height: 621px;
	margin-top: 200px;
	position: relative;
	--top: 0px;
	margin-right: calc(2% + 10px);
	margin-bottom: 62px;
}


.sticky-scrool .img-wraper#mockup3 img {
	width: -webkit-fill-available;
}

.sticky-scrool .img-wraper#mockup4 {
	margin-right: 49px;
	margin-top: 45px;
	position: relative;
	top: 153px;
	--top: 153px;
}

.sticky-scrool .img-wraper {
	display: inline-table;
	transition: var(--trans);
}

.sticky-scrool .img-wraper img {
	transform: rotateY(180deg);
}

.sticky-scrool .img-wraper#mobile {
	position: relative;
	width: 255px;
	height: 541px;
	top: 165px !IMPORTANT;
	--top: 96px;
	margin-right: calc(7% + 4px);
}

#mobile2 {
	width: 258px;
	height: 527px;
	--top: 162px;
	top: 280px;
	position: relative;
	margin-bottom: 200px;
	margin-right: calc(16% + 39px);
}

#ipad2 {
	width: 409px;
	height: 536px;
	top: 0px;
	position: relative;
	margin-left: 50px;
	margin-right: 105px;
	margin-top: 65px;
}

#mockup2 {
	width: 1050px;
	position: absolute;
	min-height: 470px;
	left: -240px;
	top: 975px;
	--top: 160px;
	display: block;
}


.our-projects .see-btn {
	display: flex;
	align-items: center;
	gap: 6px;
	color: var(--black);
	font: 300 16px/20px var(--sans);
	transition: var(--trans);
}

.our-projects .see-btn img {
	max-width: 20px;
	transform: rotateY(180deg);
}

.our-projects .slide:hover .see-btn img,
.our-projects .see-btn:hover img {
	content: url("../images/hp-yellow-arrow.svg");
}

.our-projects .see-btn:hover {
	color: var(--red);
}

.our-projects .slide {
	width: 442px;
	margin-left: 25px;
}

.our-projects .slide .img-wraper {
	width: 100%;
	height: 100%;
	margin-bottom: 14px;
	position: relative;
}

.our-projects .slide .img-wraper img {
	transition: var(--trans);
}

.our-projects .slide .img-wraper .second {
	left: 0px;
	top: 0px;
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
}

.our-projects .slide:hover .img-wraper .second {
	opacity: 1;
}

.our-projects {
	overflow: hidden;
	padding-top: 80px;
}

.our-projects h3 {
	color: var(--black);
	font: bold 28px/30px var(--fura-bold);
	margin-bottom: 5px;
}

.our-projects h2 {
	color: var(--black);
	font: bold 39px/40px var(--sans);
	margin-bottom: -60px;
}

.our-projects .slick-list {
	overflow: visible;
}

.our-projects :is(.slick-prev, .slick-next):after {
	width: 45px;
	height: 20px;
	content: '';
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url("../images/arrow-slick.svg");
	background-repeat: no-repeat;
	background-size: contain;
}


.our-projects :is(.slick-prev, .slick-next) {
	left: 0px;
	right: auto;
	transform: translateX(0px) rotate(180deg);
	top: 36px;
	z-index: 9;
}

.our-projects .slick-prev {
	transform: rotate(0deg) translate(101px, -1px);
}

.our-projects .slick-slider {
	padding-top: 96px;
}

.our-projects :is(.slick-prev, .slick-next)::before {
	display: none;
}

.aim-higer {
	display: flex;
	overflow: hidden;
	margin-top: 130px;
	position: relative;
}

.aim-higer:after {
	background-color: #f8f8f8;
	content: '';
	position: absolute;
	bottom: 0px;
	height: 320px;
	width: 100%;
	z-index: -1;
	left: 0px;
}

.aim-higer .content-left {
	width: calc(68% - -10px);
	height: 570px;
	margin-top: 118px;
	position: relative;
	z-index: 11;
}

.aim-higer .content-right {
	width: calc(32% - 10px);
	position: relative;
	height: 400px;
	z-index: 1;
}

.aim-higer .content-right:after {
	content: '';
	background-image: url("../images/strip-giraffe.svg");
	height: 100%;
	left: 0px;
	position: absolute;
	right: -627px;
	z-index: -1;
	top: 0px;
	transform: rotatey(180deg);
}

.branding-company h2 {
	color: var(--black);
	font: bold 101px/140px var(--fura-bold);
	margin-bottom: 30px;
	gap: 35px;
}

.branding-company p {
	color: var(--black);
	font: 400 20px/27px var(--sans);
	margin-bottom: 28px;
	max-width: 965px;
}

.branding-company p:last-of-type {
	margin-bottom: 0px;
}

.branding-company .content {
	max-width: 1104px;
	margin: auto;
}

.branding-company .content .see-btn {
	display: flex;
	align-items: center;
	gap: 18px;
	color: var(--black);
	font: 300 32px/43px var(--sans);
	transition: var(--trans);
	margin-top: 15px;
	text-transform: capitalize;
	transition: none;
}

.aim-wraper .content-right a:hover,
.branding-company .content .see-btn:hover {
	color: var(--red);
	transition: none;
}

.branding-company .content .see-btn img {
	max-width: 35px;
	height: 20px;
	margin-top: 6px;
	transform: rotateY(180deg);
	transition: none;
}

.branding-company {
	background-color: #f8f8f8;
	padding-top: 65px;
}

.main-content {
	padding-top: 103px;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	background-color: #fff;
	overflow: hidden;
}

.why-us {
	background-color: #f8f8f8;
	padding-top: 70px;
	padding-bottom: 52px;
}

.why-us h2 {
	color: var(--black);
	font: bold 39px/68px var(--fura-bold);
	margin-bottom: 42px;
	text-transform: uppercase;
	gap: 13px;
}

.why-us .box {
	display: flex;
	width: calc(100% / 3 - 36px);
	gap: 27px;
}

.why-us .box p {
	color: var(--black);
	font: 400 20px/27px var(--sans);
}

.why-us .box p strong {
	font-family: var(--sans) !important;
}

.why-us .icon {
	width: 105px;
	height: 101px;
}

.why-us .custom-row {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	column-gap: 53px;
	row-gap: 73px;
}

.logo-container {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding-top: 82px;
}

.logo-row {
	max-width: 929px;
	margin: auto;
}

.logo-row .slick-track {
	display: flex;
	column-gap: 30px;
}

.logo-row .slick-slide {
	display: flex;
	height: 88px;
}

.logo-row .slick-slide img {
	margin: auto;
	object-fit: contain;
}

.logo-container h2 {
	color: var(--black);
	font: bold 101px/101px var(--fura-bold);
	margin-bottom: 42px;
	text-align: center;
	justify-content: center;
	gap: 35px;
	overflow: visible;
}

.aim-ready .content-left:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: var(--red);
	z-index: -1;
}

.aim-ready .content-left h3 {
	color: var(--black);
	font: bold 101px/136px var(--fura-bold);
	gap: 35px;
}

.aim-ready .content-left {
	position: relative;
	height: 393px;
	z-index: 2;
	width: calc(71% - 10px);
	display: flex;
	align-items: center;
	padding-right: calc(7% - 43px);
}

.aim-ready {
	overflow: hidden;
	display: flex;
	margin-top: 110px;
	position: relative;
}

.aim-ready .content-right p {
	color: var(--white);
	font: 300 32px/43px var(--sans);
	text-transform: capitalize;
	margin-top: auto;
}

.aim-ready .content-right {
	width: 28%;
	position: relative;
	height: 344px;
	margin-top: 145px;
	flex-direction: column;
	z-index: 1;
	padding-right: 55px;
	display: flex;
	padding-bottom: 88px;
}

.aim-ready .content-right:after {
	content: '';
	position: absolute;
	top: 0px;
	left: calc(-122% - 10px);
	width: 100vw;
	height: 100%;
	background-color: var(--black);
	z-index: -1;
}

.contact-form {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #f8f8f8;
}

.contact-form .contact-list a:after {
	content: "";
	background-image: url("../images/email_contact_icon.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
	width: 100%;
	max-width: 54px;
	height: 54px;
	position: absolute;
	display: block;
	top: -10px;
	right: -20px;
	transform: translateX(100%);
}

.contact-form .contact-list a.contacts-locale:after {
	background-image: url("../images/locale_contact_icon.svg");
}

.contact-form .contact-list a.contacts-phone:after {
	background-image: url("../images/phone_contact_icon.svg");
}

.contact-form .custom-row {
	display: flex;
	animation-delay: 0.2s !important;
}

.contact-form .column-6 {
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 50%;
	padding-top: 100px;
	padding-right: 80px;
}

.contact-form .contact-list a {
	display: block;
	position: relative;
	color: var(--black);
	font: 500 21px/30px var(--sans);
	letter-spacing: 0.4px;
	margin-bottom: 40px;
	max-width: 200px;
}

.contact-form .form h3 {
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	font: bold 46px/48px var(--fura-bold);
	margin: -2px 0px 0px;
}

.contact-form .form {
	display: flex;
	width: 50%;
	gap: 34px;
}

.contact-form form {
	width: 100%;
}

.contact-form .input,
.contact-form textarea {
	background-color: #fffefd;
	padding: 17px 30px 16px 0px;
	color: #000000;
	font-size: 20px;
	letter-spacing: 0.4px;
	margin-bottom: 15px;
	width: 100%;
	border: 1px solid transparent;
	transition: var(--trans);
	direction: rtl;
	text-align: right;
}

.contact-form :is(.input, textarea)::placeholder {
	text-transform: capitalize;
	color: var(--black);
	font-size: 22px;
}

.contact-form .input:focus,
.contact-form .input:hover,
.contact-form .input:active,
.contact-form textarea:focus,
.contact-form textarea:hover,
.contact-form textarea:active {
	outline: none;
	background-color: transparent;
	border: 1px solid #ffb52f;
}

.contact-form textarea {
	height: 235px;
}

.contact-form input[type="submit"]:hover {
	background-color: #ffffff;
	border: 1px solid #ffb52f;
	color: #000000;
}

.contact-form input[type="submit"] {
	width: 166px;
	max-width: 100%;
	background-color: var(--red);
	border: 1px solid transparent;
	padding: 8px 0px 11px 0px;
	text-align: center;
	color: #000000;
	font-size: 30px;
	display: block;
	position: relative;
	font-family: 'Futura-Medium';
	margin-right: auto;
	transition: var(--trans);
	font-weight: 600;
}

footer .icons i {
	color: #fff;
}

footer .icons {
	display: flex;
	align-items: center;
	gap: 30px;
}

footer {
	background-color: #0a0a0a;
	padding: 55px 36px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: auto;
	animation-delay: 0.3s !important;
}

footer:after {
	position: absolute;
	bottom: -20px;
	background-color: #000;
	width: 100%;
	content: '';
	left: 0px;
	height: 20px;
}

footer p {
	color: #ffffff;
	font-size: 18px;
	line-height: 25px;
}

footer .tel {
	font: 400 22px/22px var(--sans);
	letter-spacing: 1.05px;
	color: var(--white);
}

.aim-ready:after {
	background-color: #f8f8f8;
	content: '';
	position: absolute;
	bottom: 0px;
	height: 220px;
	width: 100%;
	z-index: -1;
	left: 0px;
}

footer,
.contact-form .custom-row,
.aim-ready,
.aim-higer,
.aim-wraper {
	opacity: 0;
	transform: translateY(20px);
}

footer[in-view="true"],
.contact-form [in-view="true"].custom-row,
.aim-ready[in-view="true"],
.aim-higer[in-view="true"],
.aim-wraper[in-view="true"] {
	animation: fade-in-section 1s forwards 1;
}

@keyframes fade-in-section {
	from {
		transform: translateY(20px);
	}

	to {
		opacity: 1;
		transform: translateY(0px);
	}
}

.brand-section:after {
	content: '';
	position: absolute;
	bottom: -37px;
	left: 0px;
	background-color: #f8f8f8;
	height: 40px;
	width: 100%;
}

[data-line="true"] {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

[data-line="true"] span {
	display: inline-block;
	opacity: 0;
}

[in-view="true"] [data-line="true"] span {
	animation: fade-in-line 1s forwards 1;
}

@keyframes fade-in-line {
	from {
		transform: translateY(100%);
	}

	to {
		opacity: 1;
		transform: translateY(0px);
	}
}

.product-section {
	padding-top: 68px;
	padding-bottom: 74px;
}

.product-section h2 {
	font: 400 27px/37px var(--sans);
	letter-spacing: 0px;
	color: var(--black);
	margin-bottom: 52px;
}

.product-section .custom-container {
	max-width: 1679px;
}

.filters.active {
	background: #fff;
	position: fixed;
	top: 100px;
	z-index: 999;
	transition: var(--trans);
	padding: 20px 0px;
	left: 0px;
	width: 100%;
	box-shadow: 0px 19px 26px #00000029;
	border-top: 1px solid;
}

.filters.active ul {
	max-width: 1679px;
	margin: 0px auto;
}

.filters ul li {
	font: bold 28px/37px var(--fura-bold);
	letter-spacing: 0px;
	color: #999999;
	position: relative;
	cursor: pointer;
	transition: var(--trans);
}

.filters ul li.active {
	color: var(--black);
	text-decoration: underline;
	text-underline-offset: 9px;
}

.filters ul li:hover {
	color: var(--black);
}

.filters ul {
	display: flex;
	gap: 48px;
	margin-bottom: 63px;
}

.filters ul li:first-of-type:after {
	display: none;
}

.filters ul li:after {
	content: '';
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: -18px;
	width: 13px;
	height: 13px;
	background-color: var(--red);
	margin: auto;
	transform: translateX(100%);
	border-radius: 50px;
}

.product-section .box .img-wraper {
	height: 521px;
	width: 100%;
	position: relative;
	margin-bottom: 12px;
}

.product-section .box .img-wraper .hover {
	position: absolute;
	top: 0px;
	height: 100%;
	width: 100%;
	opacity: 0;
	left: 0px;
	object-fit: cover;
}

.product-section .box .img-wraper img {
	transition: var(--trans);
	object-fit: cover;
}

.product-section .box .img-wraper:hover .hover {
	opacity: 1;
}

.product-section .box {
	width: calc(100% / 3 - 37px);
	opacity: 0;
}

.product-section .box[in-view='true'] {
	animation: fade-inbox 1s forwards 1;
}

@keyframes fade-inbox {
	from {
		transform: translateY(20px);
	}

	to {
		opacity: 1;
		transform: translateY(0px);
	}
}
.product-section .custom-row {
	display: flex;
	flex-wrap: wrap;
	column-gap: 48px;
	row-gap: 30px;
}

.product-section .box h3 {
	font: bold 23px/27px var(--fura-bold);
	letter-spacing: 0px;
	color: var(--black);
}

.product-section .box p {
	font: 400 20px/27px var(--sans);
	letter-spacing: 0px;
	color: #707070;
}

.branding-company :where(.see-btn, p),
.brand-section .draggable {
	opacity: 0;
	transform: translateY(80px);
}

.branding-company .content[in-view="true"] :is(.see-btn, p),
.brand-section[in-view="true"] .draggable {
	animation: lineUp 1s forwards 1;
}

.branding-company .content p:nth-child(2) {
	animation-delay: 0.6s !important;
}

.branding-company .content p:nth-child(3) {
	animation-delay: 0.7s !important;
}

.branding-company .content p:nth-child(4) {
	animation-delay: 0.8s !important;
}

.branding-company .content p:nth-child(5) {
	animation-delay: 0.9s !important;
}

.branding-company .content .see-btn {
	animation-delay: 0.9s !important;
}

@keyframes lineUp {
	0% {
		opacity: 0;
		transform: translateY(80px);
	}

	100% {
		opacity: 1;
		transform: translateY(0px);
	}
}

.gsap-marker-start,
.gsap-marker-end {
	display: none !important;
	visibility: hidden;
	opacity: 0;
}

.filters ul li:hover {
	color: var(--red);
	transition: var(--trans);
}

.our-projects .slide:hover .see-btn {
	color: var(--red);
	transition: var(--trans);
	font-weight: bold;
	transition: none;
}

.our-projects .see-btn img {
	position: relative;
	top: 2px;
}

.contact-form div.wpcf7 {
	width: 100%;
}

.brand-section .content .slide .flex h3 br {
	display: none;
}
.for-mobile{
	display: none;
}
.home .main-content{
	padding-top: 0;
}
.home .header.header_fixed{
	background-color: #fff;
	box-shadow: 0px 1px 26px #00000029;
}
.home .header{
	background-color: transparent;
	box-shadow: none;
}
.home .header.header_fixed nav ul li a{
	color: #000;
}
.home .header nav ul li a{
	color: #fff;
}
.home .header .logo img.sticky-logo{
	display: none;
}
.home .header.header_fixed .logo img.normal-logo{
	display: none;
}
.home .header.header_fixed .logo img.sticky-logo{
	display: block;
}
.brand-section .content .slide .flex img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}