@font-face {
  font-family: "Inter";
  src: url("../../assets/fonts/Inter/static/Inter_18pt-Regular.ttf") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: optional;
}

@font-face {
  font-family: "Instrument Serif";
  src: url("../../assets/fonts/Instrument_Serif/InstrumentSerif-Regular.ttf") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: optional;
}
   h1, h2 {
	font-family: "Instrument Serif", serif !important;
 }
 .yCusInb1, a, p, h3, h4, h5, ul, li, button {
	font-family: "Inter", sans-serif !important;
 }

  .fontLibreBasker {
	font-family: "Inter", sans-serif !important;
 }
 .fBker  {
	font-family: "Inter", sans-serif !important;
}

.fw400 {
	font-weight: 400 !important;
}
.fw500 {
	font-weight: 500 !important;
}
.fw600 {
	font-weight: 600 !important;
}
.fw700 {
	font-weight: 700 !important;
}

.navbar {
	background: #fff;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	border-radius: 14px;
	padding: 14px 24px;
	max-width: 1205px;
	margin: 24px auto;
	position: relative;
	z-index: 1000;
}

.nav-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.nav-menu-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.nav-menu {
	display: flex;
	align-items: center;
	gap: 28px;
}

.nav-link,
.nav-link.w-nav-link,
.nav-item-title {
	font-size: 15.5px;
	font-weight: 500;
	color: #000;
	text-decoration: none;
}

.primary-button.nav-button,
.primary-button.w-inline-block {
	background-color: #000;
	color: #fff;
	padding: 8px 20px;
	border-radius: 8px;
	font-size: 14px;
	text-decoration: none;
	font-weight: 500;
}

.animation-plane {
	position: absolute;
	max-width: 64px;
	height: auto;
	width: 100%;
	opacity: 0;
	z-index: 11;
	pointer-events: none;
	left: -69px;
	;
}

@media screen and (max-width: 1279px) {

	.banner-plain--desktop,
	svg.autoplay-line--desktop,
	svg.travel-line--desktop {
		display: none !important;
	}

	.animation-plane {
		max-width: 60px;
	}
}

@media screen and (min-width: 1280px) {
	svg.autoplay-line--desktop {
		position: absolute;
		top: -717px;
		left: 600px;
		transform: rotate(5.5deg);
		z-index: 0;
	}

	svg.travel-line--desktop {
		position: absolute;
		top: 150px;
		right: 298px;
		z-index: 1;
	}

	body.firefox-browser svg.autoplay-line--desktop {
		top: 64px;
		left: 287px;
	}

	body.firefox-browser svg.travel-line--desktop {
		top: 209px;
		left: 20.5px;
	}

	body.safari-browser svg.autoplay-line--desktop {
		top: 63px;
		left: 291px;
	}

	body.safari-browser svg.travel-line--desktop {
		top: 208px;
		left: 24px;
	}

	body.ios-device svg.autoplay-line--desktop {
		top: 63px;
		left: 305px;
	}

	body.ios-device svg.travel-line--desktop {
		top: 208px;
		left: 38px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {

	.autoplay-line--md,
	.travel-line--md,
	.banner-plain--md {
		opacity: 0 !important;
		visibility: hidden !important;
	}
}

@media screen and (min-width: 1280px) {

	.autoplay-line--sm,
	.travel-line--sm,
	.banner-plain--sm,
	.autoplay-line--md,
	.travel-line--md,
	.banner-plain--md {
		opacity: 0 !important;
		visibility: hidden !important;
	}
}

@media screen and (min-width: 992px) {

	.autoplay-line--sm,
	.travel-line--sm,
	.banner-plain--sm {
		opacity: 0 !important;
		visibility: hidden !important;
	}
}

@media screen and (min-width: 992px) and (max-width: 1279px) {
	svg.autoplay-line--md {
		position: absolute;
		top: 10px;
		left: 223px;
		transform: rotate(5.5deg);
		z-index: 0;
	}

	svg.travel-line--md {
		position: absolute;
		top: 190px;
		left: 110px;
		z-index: 1;
	}

	body.firefox-browser svg.autoplay-line--md {
		left: 230px;
	}

	body.firefox-browser svg.travel-line--md {
		left: 117px;
	}

	body.safari-browser svg.autoplay-line--md {
		left: 233px;
	}

	body.safari-browser svg.travel-line--md {
		left: 120px;
	}

	body.ios-device svg.autoplay-line--md {
		left: 248px;
	}

	body.ios-device svg.travel-line--md {
		left: 135px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.autoplay-line--sm {
		position: absolute;
		top: -45px;
		left: 230px;
		transform: rotate(5.5deg);
		z-index: 0;
	}

	.travel-line--sm {
		position: absolute;
		top: 80px;
		left: 21px;
		z-index: 1;
	}

	body.firefox-browser svg.autoplay-line--sm {
		left: 238px;
	}

	body.firefox-browser svg.travel-line--sm {
		left: 29px;
	}

	body.safari-browser svg.autoplay-line--sm {
		left: 240px;
	}

	body.safari-browser svg.travel-line--sm {
		left: 31px;
	}

	body.ios-device svg.autoplay-line--sm {
		left: 239px;
	}

	body.ios-device svg.travel-line--sm {
		left: 30px;
	}
}

@media screen and (min-width: 768px) and (max-width: 800px) {

	body.ios-device .banner-section .banner-content-right,
	body.safari-browser .banner-section .banner-content-right {
		width: 75% !important;
	}

	body.ios-device .banner-section .banner-content-left,
	body.safari-browser .banner-section .banner-content-left {
		width: 25% !important;
	}
}

@media screen and (max-width: 767px) {
	.embed-animation.w-embed {
		display: none !important;
	}

	.banner-section h1 span.title-space {
		width: 10px !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 975px) {
	.calendly-overlay .calendly-popup {
		top: 50% !important;
		left: 50% !important;
		-webkit-transform: translateY(-50%) translateX(-50%) !important;
		-ms-transform: translateY(-50%) translateX(-50%) !important;
		transform: translateY(-50%) translateX(-50%) !important;
		width: 95% !important;
		min-width: 700px !important;
		max-width: calc(100% - 20px) !important;
		height: 95% !important;
		max-height: 700px !important;
	}
}

@media (max-width: 575.98px) {
	.custom-styled-responsive-btnone {
		padding: 12px 0px 12px 0px !important;

	}

	.headin-one-banner-main-2 {
		font-size: 1.2rem !important;
	}

	.text-column h2 {
		font-size: 28px !important;
	}

	.text-column p {
		font-size: 12px !important;
	}

	.content h2 {
		font-size: 1rem;
	}

	.custom-styled-responsive-btntwo {
		padding: 12px 35px 12px 35px !important;
	}

	.section-heading {
		font-size: 1.5rem !important;
	}

	.buil-for-shopify-divtwo {
		padding: 5px 0px 4px 4px !important;
	}

	.card-info p {
		font-size: 10px !important;
	}

	.btn-install {
		width: 11rem !important;
		font-size: 0.8rem !important;
		padding: 7px !important;
	}

	.mockup-images {
		margin-top: 1rem !important;
	}

	.demo-link {
		width: 8rem !important;
	}

	.section-title {
		font-size: 1.3rem !important;
	}

	.trusted-title {
		font-size: 37px !important;
	}

	.c-pricing-title {
		font-size: 24px !important;
	}

	.paragraph-large {
		font-size: 12px !important;
	}

	.customer-connection-section {
		padding: 60px 0px !important;
	}

	.content-box {
		/* max-width: 17rem !important; */
	}

	h2 {
		font-size: 1.3rem !important;
	}

	.tab {
		font-size: 0.7rem !important;
		padding: 4px 17px !important;
	}

	.image-box img {
		width: 100%;
		border-radius: 12px;
		object-fit: cover;
		height: 13.5rem !important;
		margin-top: 1rem !important;
	}

	.custom-black-btn-price {
		margin-top: 0rem !important;
		font-size: 0.7rem !important;
		padding: 5px 0px !important;
	}

	.c-btn-pink {
		margin-top: 0rem !important;
		font-size: 0.7rem !important;
		padding: 5px 0px !important;
	}
}

.button-main:hover {
	background-color: #ff2d55;
	border: none;
}
.black-button:hover{
	background-color: #ff2d55;
}
