/* local font */

@font-face {
	font-family: 'InstrumentSerif';
	src: url('assets/fonts/InstrumentSerifItalic.ttf') format('ttf'),
		url('assets/fonts/InstrumentSerifItalic.woff') format('woff');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'InstrumentSerif';
	src: url('assets/fonts/InstrumentSerifRegular.ttf') format('ttf'),
		url('assets/fonts/InstrumentSerifRegular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Satoshi';
	src: url('assets/fonts/Satoshi-Black.ttf') format('ttf'),
		url('assets/fonts/Satoshi-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Satoshi';
	src: url('assets/fonts/Satoshi-Bold.ttf') format('ttf'),
		url('assets/fonts/Satoshi-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Satoshi';
	src: url('assets/fonts/Satoshi-Medium.ttf') format('ttf'),
		url('assets/fonts/Satoshi-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Satoshi';
	src: url('assets/fonts/Satoshi-MediumItalic.ttf') format('ttf'),
		url('assets/fonts/Satoshi-MediumItalic.woff') format('woff');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Satoshi';
	src: url('assets/fonts/Satoshi-Regular.ttf') format('ttf'),
		url('assets/fonts/Satoshi-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}


@font-face {
	font-family: 'Satoshi';
	src: url('assets/fonts/Satoshi-Light.ttf') format('ttf'),
		url('assets/fonts/Satoshi-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

/* NULL*/

*,
p,
.entry-content p {
	padding: 0;
	margin: 0;
	border: 0;
	font-family: inherit !important;
}

*,
*::after,
*::before {
	box-sizing: border-box
}

*::after,
*::before {
	display: inline-block
}

body,
html {
	height: 100%;
	min-width: 320px
}

body {
	font-family: 'Satoshi', sans-serif !important;
	line-height: 1;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

input,
textarea {
	width: 100%
}

label {
	display: inline-block
}

button,
option,
select {
	cursor: pointer
}

a {
	display: inline-block;
	color: inherit;
	text-decoration: none
}

ul li {
	list-style: none
}

img {
	vertical-align: top
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;

}

h1,
h2,
h3 {

}

h1 strong,
h2 strong,
h3 strong,
h4 strong {
	font-weight: 700;
}

.lock body {
	overflow: hidden;
	touch-action: none;
	-ms-scroll-chaining: none;
	overscroll-behavior: none
}


body::after {
	content: "";
	background-color: rgba(0, 0, 0, .5);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity .8s ease 0s;
	pointer-events: none;
	z-index: 149
}

/* gradients */

.custom-gradient-blue {
	position:absolute !important;
	left:0%;
	top:0%;
	transform:translate(-60%,-60%);
	border-radius:500px;
	width:400px !important;
	height:400px !important;
	background:conic-gradient(red 0deg,#ff001a 54.8916deg,#00a6ff 106.699deg,#4797ff 162deg,#04f 252deg,#ff8000 306deg,red 360deg);
	filter:blur(70px);
	z-index:1;
	pointer-events:none;
}

.custom-gradient-blue-tr {
	position:absolute !important;
	right: -300px;
	top: -500px;
	transform:translate(-40%,40%);
	border-radius:500px;
	width:400px !important;
	height:400px !important;
	background:conic-gradient(red 0deg,#ff001a 54.8916deg,#00a6ff 106.699deg,#4797ff 162deg,#04f 252deg,#ff8000 306deg,red 360deg);
	filter:blur(70px);
	z-index:1;
	pointer-events:none;
}

.custom-gradient-orange {
	position:absolute !important;
	right:-50%;
	top:-80%;
	transform:rotate(200deg);
	width:400px !important;
	height:400px !important;
	background:conic-gradient(red 0deg,#ff001a 54.8916deg,#00a6ff 106.699deg,#4797ff 162deg,#04f 252deg,#ff8000 306deg,red 360deg);
	filter:blur(70px);
	z-index:1;
	pointer-events:none;
}

.custom-gradient-orange-bl {
	position:absolute !important;
	left:0%;
	bottom:0%;
	transform:rotate(45deg) translate(0%, 100%);
	width:400px !important;
	height:400px !important;
	background:conic-gradient(red 0deg,#ff001a 54.8916deg,#00a6ff 106.699deg,#4797ff 162deg,#04f 252deg,#ff8000 306deg,red 360deg);
	filter:blur(70px);
	z-index:1;
	pointer-events:none;
}

/* custom classes */

.custom-fit-content {
	width:fit-content !important;
}

.custom-footer-button {
	padding: 12px 53px;
	background:#5865F2;
	border-radius:12px;
	width:fit-content;
	position:relative;
	transition: all .3s ease 0s;
	width:184px !important;
}

.custom-footer-button:before {
	content:'';
	width:24px;
	height:24px;
	position:absolute;
	top:12px;
	left:33px;
	background: center / cover url('https://sendura.sumi.uno/wp-content/uploads/2025/11/Vector-3.svg') no-repeat;
}

.custom-footer-button a {
	padding-bottom:0 !important;
	padding-left:24px !important;
}

/* custom animation */
/* rotate */
@-webkit-keyframes custom-animation-rotate {
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg)
	}
}

@keyframes custom-animation-rotate {
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg)
	}
}

.custom-animation-rotate {
	-webkit-animation: custom-animation-rotate 5s linear infinite !important;
	animation: custom-animation-rotate 5s linear infinite !important;
}

/* car */
@-webkit-keyframes custom-animation-car {
	0% {
		-webkit-transform: translatex(-40px);
		transform: translatex(-40px)
	}
	
	100% {
		-webkit-transform: translatex(40px);
		transform: translatex(40px)
	}
}

.custom-animation-car {
	-webkit-animation: custom-animation-car 3s linear infinite !important;
	animation: custom-animation-car 3s linear infinite !important;
}


/* box */
@-webkit-keyframes custom-animation-box {
	0% {
		-webkit-transform: translatey(-30px);
		transform: translatey(-30px)
	}
	
	60% {
		-webkit-transform: translatey(10px);
		transform: transtranslateylatex(10px)
	}
	
	75% {
		-webkit-transform: translatey(-10px);
		transform: transtranslateylatex(-10px)
	}
	
	90% {
		-webkit-transform: translatey(0px);
		transform: translatey(0px)
	}
	
	100% {
		-webkit-transform: translatey(0px);
		transform: translatey(0px)
	}
}

.custom-animation-box {
	-webkit-animation: custom-animation-box 1.5s ease-in infinite !important;
	animation: custom-animation-box 1.5s ease-in infinite !important;
}

/* plain */

@keyframes custom-animation-plain {
	0% {
		-webkit-transform: translatex(-40px) rotatex(0deg);
		transform: translatex(-40px) rotatex(0deg);
	}
	
	15% {
		-webkit-transform: translatex(-30px) rotatex(15deg);
		transform: translatex(-30px) rotatex(15deg);
	}
	
	30% {
		-webkit-transform: translatex(-20px) rotatex(30deg);
		transform: translatex(-20px) rotatex(30deg);
	}
	
	60% {
		-webkit-transform: translatex(10px) rotatex(0deg);
		transform: translatex(10px) rotatex(0deg);
	}
	
	80% {
		-webkit-transform: translatex(30px) rotatex(-20deg);
		transform: translatex(30px) rotatex(-20deg);
	}
	
	100% {
		-webkit-transform: translatex(40px) rotatex(0deg);
		transform: translatex(40px) rotatex(0deg);
	}
}

.custom-animation-plain {
	perspective:100px;
}
.custom-animation-plain figure {
	-webkit-animation: custom-animation-plain 3s linear infinite !important;
	animation: custom-animation-plain 3s linear infinite !important;
	transform-origin:center;
}

/* label */
@-webkit-keyframes custom-animation-label {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	50% {
		-webkit-transform: rotate(-40deg);
		transform: rotate(-40deg);
	}
	
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

.custom-animation-label {
	-webkit-animation: custom-animation-label 3s linear infinite !important;
	animation: custom-animation-label 3s linear infinite !important;
}


/* header */

.header {
	position: relative;
	z-index: 10;
	background-color: transparent;
	padding:24px 0px;
}

.header__container {
	width:100%;
	max-width:fit-content;
	display:flex;
	align-items: center;
	justify-content:space-between;
    gap: 16px;
    height: min-content;
    padding: 12px 24px;
    display: flex;
	border-radius:12px;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.header__logo {
	position: relative;
	width: 60px;
	height: 60px;
}

.header__logo>img,
.header__logo>picture {
	z-index: 2;
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.header__logo picture img,
.header__logo picture source {
	z-index: 2;
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: contain;
}


/* menu */

.custom-menu-button {
	backdrop-filter: blur(10px);
    background-color: rgb(230, 57, 0);
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 10px -2px, rgba(0, 0, 0, 0.1) 0px 2px 2px -1px, rgba(255, 69, 51, 0.12) 0px 0px 0px 1px;
	color:#ffffff;
	transition: all .3s ease 0s
}
    
.menu__body div {
	display: flex;
	align-items: center;
	justify-content: center;
}

.menu nav div>ul {
	display: flex;
	align-items: center;
	margin: 0;
	gap:2px;
}

.menu nav ul li a {
	position: relative;
	font-weight: 500;
	padding: 8px 14px;
	color:#ffffff;
	font-size:16px;
	border-radius:8px;
	transition: all .3s ease 0s
}

li.custom-menu-button a {
	line-height:160%;
}

.icon-menu {
	display: none
}

.menu-item-has-children {
	position: relative;
}

.current-menu-item {
	color: #e6501b;
}

@media (max-width:992px) {
	
	.custom-gradient-blue-tr {
		right: -300px;
		top: -500px;
	}
	
	.header {
		padding:16px 0px;
	}
	
	.header__container {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 20px;
		padding: 0px 24px;
		max-width:100%;
		border:none;
	}

	.menu__body {
		position: fixed;
		width: 100%;
		height: 100%;
		left: 100%;
		top: 0;
		overflow: auto;
		padding: 1.25rem;
		transition: left .3s;
		background: linear-gradient(135deg,#4a90e2 24%,#003e7e 115%);
	}

	.menu-open .menu__body {
		left: 0
	}

	.menu nav div>ul {
		padding: 0;
		width: 100%;
		box-shadow: none;
		align-items: flex-start;
	}
	
		
	.menu nav ul li {
		width: 100%;
		text-align: right;
	}
	
	.menu nav ul li.custom-menu-button {
		width:fit-content;
		align-self:end;
	}

	.menu nav div ul:last-of-type li:last-of-type {
		border: none
	}

	.menu nav ul li a {
		width: 100%;
		font-size: 22px;
	}
	
	li.custom-menu-button a {
		font-size: 20px !important;
		padding:4px 14px !important;
	}

	.menu nav div>ul {
		flex-direction: column;
		gap:10px;
	}

	.menu nav {
		padding-top: 140px;
		z-index: -1
	}

	.menu {
		display: flex;
		align-items: center;
		justify-content: center
	}

	.icon-menu {
		display: block;
		position: relative;
		z-index: 5;
		padding: 0;
		width: 40px;
		height: 40px;
		border: none;
		background:transparent;
		border-radius:none;
		box-shadow:none;
	}
	
	.icon-menu:hover,
	.icon-menu:focus,
	.icon-menu:active {
		border: none !important;
		background:transparent !important;
		border-radius:none !important;
		box-shadow:none !important;
	}

	.icon-menu span,
	.icon-menu::after,
	.icon-menu::before {
		content: "";
		transition: all .3s ease 0s;
		right: 12px;
		position: absolute;
		width: 18px;
		height: 1px;
		background-color: #ffffff;
	}

	.icon-menu::before {
		top: 14px
	}

	.icon-menu::after {
		bottom: 14px
	}

	.icon-menu span {
		top: 19px
	}

	.menu-open .icon-menu span {
		width: 0
	}

	.menu-open .icon-menu::before {
		top: 20px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}

	.menu-open .icon-menu::after {
		bottom: 19px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg)
	}
}

@media (any-hover:hover) {
	.menu nav ul li a:hover {
		background-color: rgba(255, 255, 255, 0.1);
		transition: all .3s ease 0s
	}
	
	.custom-menu-button:hover,
	.custom-footer-button:hover{
		box-shadow: rgba(255, 255, 255, 0.05) 0px 4px 10px -2px, rgba(255, 255, 255, 0.1) 0px 2px 2px -1px, rgba(255, 255, 255, 0.32) 0px 0px 0px 5px;
		transition: all .3s ease 0s;
		text-decoration:none;
		cursor:poiner;
	}
	
	.custom-footer-button:hover a {
		text-decoration:none !important
	}
	
}
