@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;700&family=Montserrat:wght@300;400;500;700&display=swap");

* {
	box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: "Heebo", "Montserrat", "Arial", "sans-serif";
}

html,
body {
	direction: rtl;
}

body {
	/* line-height: 1.2em; */
}

.owl-carousel {
	direction: ltr;
}

.owl-carousel .item {
	direction: rtl;
}

body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #321040;
}

body,
button,
input,
textarea,
select {
	font-family: "Heebo", "Montserrat", "Arial", "sans-serif";
}

.montserrat {
	font-family: "Montserrat", "Arial", "sans-serif";
}

img {
	max-width: 100%;
}

h1 {
	font-size: 40px;
	font-weight: 600;
}

h2 {
	font-size: 33px;
	font-weight: 600;
}

h3 {
	font-size: 30px;
	font-weight: 600;
}

h4 {
	font-size: 25px;
	font-weight: 600;
}

h5 {
	font-size: 20px;
	font-weight: 600;
}

h6 {
	font-size: 18px;
	font-weight: 600;
}

.container {
	max-width: 1440px;
	padding: 0 15px;
	margin: 0 auto;
	position: relative;
}

.container.smaller {
	max-width: 1200px;
}

a,a:hover {
	color: #321040;
	text-decoration: none;
}

.section-title {
	text-align: center;
	margin-bottom: 5px;
}

.section-subtitle {
	text-align: center;
	font-weight: normal;
}

.owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 3px;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 0.2s ease;
	border-radius: 30px;
	border: 1px solid #5A189A;
	background: transparent;
	transition: background 0.3s;
}

.owl-dots .owl-dot.active span {
	background: #5A189A;
}

.owl-dots {
	text-align: center;
	margin-top: 20px;
}

.general-btn {
	border-radius: 25px;
	background: linear-gradient(313.51deg, #7B2CBF 0%, #0066FF 100%);
	color: white;
	width: 160px;
	max-width: 100%;
	height: 50px;
	border: 0;
	font-weight: 500;
	font-size: 16px;
	cursor: pointer;
	position: relative;
	z-index: 0;
}

.general-text-input.alt-1::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #321040;
}
.general-text-input.alt-1::-moz-placeholder {
	/* Firefox 19+ */
	color: #321040;
}
.general-text-input.alt-1:-ms-input-placeholder {
	/* IE 10+ */
	color: #321040;
}
.general-text-input.alt-1:-moz-placeholder {
	/* Firefox 18- */
	color: #321040;
}

.general-text-input {
	display: block;
	width: 100%;
	border: 1px solid #c6c6c6;
	border-radius: 6px;
	background-color: #ffffff;
	outline: 0;
	font-size: 16px;
	padding: 10px 20px;
	resize: none;
}

.general-text-input.alt-1 {
	height: 56px;
	width: 100%;
	border: 1px solid #e8e8e8;
	border-radius: 10px;
	background-color: #f7f7f7;
	padding: 20px;
	/* outline: 0; */
	font-size: 14px;
	color: #321040;
}

.input-container {
	margin-bottom: 20px;
}

.floating-label {
	position: relative;
	text-align: right;
}

.floating-label > label:not(.error) {
	position: absolute;
	right: 10px;
	font-size: 16px;
	top: 14px;
	transition: top 0.2s, right 0.2s, font-size 0.2s, line-height 0.2s, background 0s;
	cursor: text;
	padding: 0 5px;
	line-height: 1em;
}

.floating-label > input:not(:placeholder-shown) ~ label:not(.error),
.floating-label > input:focus ~ label:not(.error),
.floating-label > textarea:not(:placeholder-shown) ~ label:not(.error),
.floating-label > textarea:focus ~ label:not(.error),
.active.floating-label label:not(.error),
.select-elem.floating-label label:not(.error) {
	font-size: 12px;
	top: 0px;
	right: 8px;
	color: #321040ad;
	line-height: 1px;
	background: white;
}

.default-loader {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #ffffffa1;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 12;
}

#posts-selection .default-loader{
	z-index: 4;
}

.default-loader.fixed {
	position: fixed;
}

.default-loader .loader-text {
	font-size: 31px;
	font-weight: bold;
	text-align: center;
	margin-top: 22px;
	line-height: 1.1em;
}

.default-loader .loader-container .loader {
	border: 7px solid transparent;
	border-radius: 50%;
	border-top: 7px solid #0066FF;
	width: 50px;
	height: 50px;
	-webkit-animation: spin 0.45s linear infinite;
	animation: spin 0.45s linear infinite;
	margin: 0 auto;
}

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

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.default-loader .loader-container.with-text .loader {
	display: block;
}

body.has-loader {
	overflow-y: hidden;
}

.snackbar-container .action {
	margin-left: unset;
	margin-right: 24px;
	font-weight: 900;
	background: transparent;
	outline: 0;
}

.snackbar-container p {
	font-weight: 400 !important;
}

.cart-side-contents {
	padding: 30px 30px 20px 30px;
	min-height: calc(100% - 90px);
}

.cart-clouds-bg {
	height: 90px;
	background: url(../../assets/images/cart-clouds.svg);
	background-position: center 5px;
	background-repeat: no-repeat;
	background-size: 690px;
}

.cart-coupon-container {
	margin: 0 -30px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #d9d9d9;
}

.cart-coupon-trigger {
	width: 100%;
	display: block;
}

.cart-coupon-trigger-header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 20px 30px;
	transition: all 0.3s;
	cursor: pointer;
}

.cart-coupon-trigger-body {
	padding: 0 30px;
    display: flex;
	overflow: hidden;
    height: 0px;
	transition: all 0.3s;
	margin-top: 0;
	padding-bottom: 0;
	box-sizing: content-box;
}


.general-text-input.alt-1.smaller {
    height: 39px;
    padding: 10px;
}

.cart-coupon-trigger.open .cart-coupon-trigger-body{
	height: 39px;
	margin-top: 12px;
	padding-bottom: 20px;
}

.cart-coupon-trigger.open .cart-coupon-trigger-header{
	padding-bottom: 0;
}

.cart-coupon-trigger.open .coupon-trigger-plus {
    transform: rotate(135deg);
}

#apply-cart-coupon-button {height: 39px;border-radius: 6px;margin-right: 15px;width: 140px;font-size: 15px;}

.coupon-trigger-plus {
	font-size: 28px;
	line-height: 1em;
	transition: all 0.3s;
}

.cart-summary-line {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
	line-height: 1.2em;
}

.cart-summary-container {
	margin-top: 20px;
}

.bold {
	font-weight: bold;
}

.w-100 {
	width: 100% !important;
}

.cart-payment-button-container {
	margin-top: 20px;
}

#mobile-sidebar-container {
	position: fixed;
	height: 100vh;
	/* background: #00000057; */
	z-index: 99999;
	left: 0;
	top: 0;
	width: 100vw;
	/* visibility: visible; */
	background: transparent;
	transition: 0.3s;
	transition-property: background, visibility;
	width: 100%;
	visibility: hidden;
}

#mobile-sidebar {
	height: 100vh;
	width: 330px;
	background: white;
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	transform: translateX(100%);
	transition: transform 0.3s;
	box-shadow: -3px 0px 16px 0 rgb(0 0 0 / 13%);
	flex-direction: column;
}

body.mobile-sidebar-open #mobile-sidebar-container {
	visibility: visible;
	background: #00000057;
}

body.mobile-sidebar-open #mobile-sidebar {
	transform: translateX(0);
}

.mobile-sidebar-top-button {
	margin-top: 10px;
	width: 210px;
	box-shadow: 0 8px 16px 0 rgb(0 0 0 / 13%);
	height: 46px;
}

body.mobile-sidebar-open {
	overflow-y: hidden;
}

.mobile-sidebar-top {
	text-align: center;
	height: 232px;
	width: 100%;
	padding-top: 40px;
	background: url(../../assets/images/first-section-clouds.svg), linear-gradient(305.25deg, #7B2CBF 0%, #0066FF 100%);
	background-position-y: bottom;
	background-position-x: -140px, center;
	background-size: 720px, contain;
	background-repeat: no-repeat;
	flex: 0 0 auto;
}

.mobile-sidebar-title {
	font-size: 32px;
	color: white;
}

.close-mobile-sidebar-btn {
	position: absolute;
	/* top: 39px; */
	top: 9px;
	right: 11px;
	color: white;
	font-size: 32px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mobile-sidebar-bottom-icons {
	flex: 0 0 auto;
	text-align: center;
	padding: 22px 0;
}

.mobile-sidebar-menu {
	flex: 1;
	width: 100%;
	height: 0;
	padding: 15px 20px;
	overflow-y: auto;
}

.mobile-sidebar-menu-item-children-container {
	height: 0;
	overflow: hidden;
	transition: height 0.3s;
}

.mobile-sidebar-menu-item-link {
	width: 100%;
	display: block;
	font-weight: bold;
	font-size: 17px;
	position: relative;
}

.mobile-sidebar-menu-item:not(:last-child) {
	border-bottom: 1px solid #eaeaea;
}

.mobile-sidebar-menu-item {
	position: relative;
	padding: 10px 0;
}

.mobile-sidebar-menu-item.has-children .mobile-sidebar-menu-item-link::before {
	content: "\f078";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	display: flex;
	align-items: center;
	font-size: 16px;
	transition: transform 0.3s;
}

.mobile-sidebar-menu-item.has-children.open .mobile-sidebar-menu-item-link::before {
	transform: rotate(180deg);
}

.mobile-sidebar-menu-item-children-list {
	list-style: none;
	margin: 0;
}

.mobile-sidebar-menu-item-children-list .mobile-sidebar-menu-item-child-link {
	padding: 5px 0;
	display: block;
	font-size: 14px;
}

.modal {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgb(0 0 0 / 42%);
	z-index: 11;
	opacity: 0;
	overflow-y: auto;
	padding: 0 15px;
}

.modal-content {
	width: 100%;
	min-height: 500px;
	position: relative;
	background: white;
	z-index: 0;
	transform: translateY(-80px);
	transition: transform 0.4s ease-in-out;
	overflow: hidden;
	padding: 15px;
	border: 1px solid #e8e8e8;
	border-radius: 9px;
	background-color: #ffffff;
}

.modal-content.auto-height {
	min-height: unset;
	height: auto;
}

.modal.show .modal-content {
	transform: translateY(0);
}

.modal-dialog {
	width: 500px;
	min-height: calc(100% - 20px * 2);
	margin: 20px auto;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 100%;
}

.modal-close-icon {
	position: absolute;
	font-size: 26px;
	top: 10px;
	right: 10px;
	color: black;
}

.modal.unhidable .modal-close {
	display: none;
}

form label.error {
	margin-top: 7px;
	margin-bottom: 0;
	color: #f44336;
	font-size: 15px;
	display: block;
}

.floating-label .general-text-input.error {
	border-color: #f44336;
}

.floating-label .general-text-input.error ~ label:not(.error) {
	color: #f44336;
}

.hupl {
	/* Hide until page loaded */
	display: none !important;
}

.general-page-title {
	font-size: 34px;
	margin-bottom: 13px;
}

.general-btn.alt-1 {
	background: #f7f7f7;
	border: 1px solid #e8e8e8;
	color: inherit;
	font-weight: bold;
}

.auto-width-with-padding {
	width: auto;
	padding: 0 15px;
}

.box-container {
	border: 1px solid #e8e8e8;
	border-radius: 9px;
	background-color: #f7f7f7;
	margin-top: 30px;
}

.box-container-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.box-container-head.center {
	justify-content: center;
}

.box-contianer-title {
	font-weight: 400;
}

.box-container.openable.open .box-container-head {
	border-bottom-color: transparent;
}

.box-container-head {
	padding: 20px;
	/* border-bottom: 1px solid #D8D8D8; */
	transition: all 0.3s;
}

.box-container.openable .box-container-head {
	opacity: 0.5;
}

.box-container.openable .box-container-head {
	cursor: pointer;
}

.box-container-body {
	transition: all 0.3s;
	overflow: hidden;
	/* border-top: 0; */
	padding: 0 20px;
}

.box-container.openable .box-container-body {
	height: 0px;
}

.box-container-contents {
	padding-top: 30px;
	border-top: 1px solid #d8d8d8;
}

.box-container-arrow {
	position: absolute;
	left: 20px;
	top: 0;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	font-size: 25px;
	cursor: pointer;
}

/* .box-container.open .box-container-body {
  height: auto;
} */

.box-container.openable.open .box-container-head {
	opacity: 1;
}
.box-container .box-container-arrow i {
	transition: all 0.3s;
}

.box-container.openable.open .box-container-arrow i {
	transform: rotate(180deg);
}

.floating-label > input,
.floating-label > input:-webkit-autofill,
.floating-label > input:-webkit-autofill:hover,
.floating-label > input:-webkit-autofill:focus,
.floating-label > textarea,
.floating-label > textarea:-webkit-autofill,
.floating-label > textarea:-webkit-autofill:hover,
.floating-label > textarea:-webkit-autofill:focus {
	background-color: white !important;
	-webkit-box-shadow: 0 0 0 30px white inset;
}

.floating-label > input[disabled],
.floating-label > textarea[disabled] {
	background: #c6c6c670 !important;
	-webkit-box-shadow: 0 0 0 30px #c6c6c670 inset;
}

.floating-label > input[disabled]:not(:placeholder-shown) ~ label:not(.error),
.floating-label > input[disabled]:focus ~ label:not(.error),
.active.floating-label > input[disabled] ~ label:not(.error),
.floating-label > textarea[disabled]:not(:placeholder-shown) ~ label:not(.error),
.floating-label > textarea[disabled]:focus ~ label:not(.error),
.active.floating-label > textarea[disabled] ~ label:not(.error) {
	background: #d8d8d8;
}

.text-underline {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.2em;
}

.general-btn.white {
	background: white;
	color: #0066FF;
}

.general-section {
	padding-top: 60px;
	/* padding-bottom: 80px; */
}

.general-section .section-title {
	margin-bottom: 40px;
}

.general-form {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -12px;
}

.general-form > div {
	flex: 0 0 50%;
	max-width: 50%;
	padding: 0 12px;
}

.general-select {
	display: block;
	width: 100%;
	border: 1px solid #c6c6c6;
	border-radius: 6px;
	background-color: #ffffff;
	outline: 0;
	font-size: 16px;
	padding: 10px 20px;
}

.general-form > div.full-width,
.general-form.thirds > div.full-width {
	flex: 0 0 100%;
	max-width: 100%;
}

textarea.general-text-input {
	height: 110px;
}

.general-form .general-btn[type="submit"] {
	width: 350px;
	margin-top: 15px;
}

.cart-item-price-container .cart-item-old-price {
	margin-right: 5px;
	color: #b1b1b1;
	position: relative;
}

.cart-item-price-container * {
	display: inline-block;
}

.cart-item-price-container .cart-item-old-price,
.cart-item-price-container .cart-item-old-price span {
	text-decoration: line-through;
}

.cart-side-contents.no-discount .summary-line-discount {
	display: none;
}

.hidden {
	display: none;
}

#manual-posts-repeater {
	margin-top: 20px;
	max-height: 196px;
	overflow: auto;
	padding-left: 20px;
	padding-right: 20px;
}

#comment-list-repeater {
	margin-top: 20px;
	max-height: 296px;
	overflow: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.input-repeater-item {
	position: relative;
	counter-increment: input-repeater-counter;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.input-repeater-item::before {
	content: counter(input-repeater-counter);
	width: 32px;
	height: 32px;
	background: white;
	box-shadow: 0 6px 13px 0 rgb(0 0 0 / 13%);
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 900;
	font-size: 13px;
	opacity: 1;
	color: #b3b3b3;
	margin: 0 auto;
	border: 0.8px solid #eeeeee;
	margin-left: 26px;
}

.input-repeater-container {
	counter-reset: input-repeater-counter;
}

.input-repeater-input-container {
	flex: 1;
	position: relative;
}

.input-repeater-success-check {
	position: absolute;
	left: 13px;
	top: 50%;
	width: 24px;
	transform: translateY(-50%);
	display: none;
}

.input-repeater-add {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 21px;
	text-align: center;
}

.input-repeater-item.correct .input-repeater-success-check {
	display: block;
}

#manual-posts-repeater .input-repeater-input {
	direction: ltr;
	text-align: right;
}

.close-input-repeater-item {
	position: absolute;
	width: 10px;
	right: -19px;
	cursor: pointer;
	top: 50%;
	transform: translateY(-50%);
}

.input-repeater-item:only-child .close-input-repeater-item,
 .input-repeater.no-close .close-input-repeater-item{
	display: none;
}

.input-repeater-item:only-child::before {
	margin-left: 15px;
}

textarea.input-repeater-input.general-text-input {
	padding-bottom: 18px;
	padding-top: 18px;
	line-height: 1.2em;
}

.show-on-small-mobile {
	display: none;
}

.pricing-packages-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 50px;
}

.pricing-packages-container > div {
	padding: 0 15px;
	margin-bottom: 30px;
	max-width: 33.33333%;
}

.pricing-package-single {
	width: 330px;
	text-align: center;
	border: 1px solid #eeeeee;
	border-radius: 23px;
	background-color: #ffffff;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.13);
	margin: 0 auto;
	max-width: 100%;
}

.pricing-package-head {
	background: linear-gradient(313.51deg, #7B2CBF 0%, #0066FF 100%);
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pricing-package-title {
	color: white;
}

.pricing-package-body {
	padding: 20px 6px;
}

.pricing-package-price .smaller {
    font-size: 0.5em;
    font-weight: normal;
    margin-right: 0.1em;
}

.pricing-package-price {
}

.pricing-package-features-list {
	list-style: none;
	color: #808080;
	margin-top: 10px;
}

.pricing-package-features-list li:not(:last-of-type) {
	border-bottom: 1px solid #ececec;
}

.pricing-package-features-list li {
	padding: 5px 0;
}

.pricing-package-price {
    font-size: 27px;
}

.check-list-item-check-image {
	width: 54px;
	margin-left: 20px;
}

.single-check-list-item {
	border-radius: 20px;
	background-color: #ffffff;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.13);
	padding: 25px;
	display: flex;
	align-items: flex-start;
	position: relative;
}

.check-list-item-text-container p {
	color: #808080;
	font-family: Heebo;
	font-size: 14px;
	line-height: 1.4em;
	margin-top: 4px;
}

.single-check-list-item:not(:last-of-type) {
	margin-bottom: 15px;
}
/* AUTH START ---------------------------- */

.auth-logo {
	width: 240px;
	max-width: 100%;
	margin: 0 auto;
}

.auth-container {
	padding: 28px 67px;
	padding-bottom: 170px;
	background-image: url(../../assets/images/auth-clouds.svg);
	background-repeat: no-repeat;
	background-position: center calc(100% + 40px);
	background-size: 680px;
	text-align: center;
}

.auth-sub {
	font-size: 20px;
	margin-top: 15px;
}

.auth-form {
	margin-top: 30px;
}

form button[type="submit"] {
	margin-top: 5px;
}

.social-login-text {
	margin-top: 25px;
	margin-bottom: 15px;
}

.social-button {
	border: 1px solid #e8e8e8;
	border-radius: 23px;
	background-color: #f7f7f7;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 46px;
	width: 150px;
	font-weight: bold;
	line-height: 24px;
	font-size: 16px;
	cursor: pointer;
}

.social-button img {
	height: 29px;
	margin-right: 10px;
}

.social-buttons-container {
	display: flex;
	justify-content: center;
	align-items: center;
}

.social-buttons-container > button:not(:last-of-type) {
	margin-left: 15px;
}

.google.social-button img {
	width: 24px;
}

#auth-modal .modal-content {
	padding: 0;
}

.auth-single-screen {
	display: none;
}

.auth-screens[data-current="auth-phone-screen"] .auth-single-screen.auth-phone-screen {
	display: block;
}

.auth-screens[data-current="auth-code-screen"] .auth-single-screen.auth-code-screen {
	display: block;
}

.auth-screens[data-current="auth-details-screen"] .auth-single-screen.auth-details-screen {
	display: block;
}

/* .auth-container {
  display: none;
} */

/* .auth-containers-container[data-current="register-screen"] .register-screen {
  display: block;
} */

/* .auth-containers-container[data-current="login-screen"] .login-screen {
  display: block;
} */

/* AUTH END ---------------------------- */

/* HEADER START ---------------------------- */

.top-bar {
	background: linear-gradient(154.48deg, #f58120 0%, #f96a27 100%);
	font-weight: 500;
}

.top-bar-contact-button {
	position: absolute;
	right: 15px;
	color: white;
}

.top-bar-text {
	text-align: center;
	color: white;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 15px;
}

.top-bar-contact-button-icon {
	margin-left: 10px;
}

.header-contents {
	display: flex;
	align-items: center;
	min-height: 100px;
}

.header-nav-bar > ul > li {
	display: inline-block;
	margin: 0 15px;
	font-weight: 500;
	font-size: 17px;
	position: relative;
}

.header-nav-bar .header-main-nav-link {
	position: relative;
}

.header-nav-bar > ul > li .header-main-nav-link::after {
	content: "";
	height: 3px;
	width: 0;
	display: block;
	position: absolute;
	bottom: -3px;
	border-radius: 100px;
	background: linear-gradient(313.51deg, #7B2CBF 0%, #0066FF 100%);
	transition: width 0.3s ease-out;
}

.header-nav-bar > ul > li:hover .header-main-nav-link::after,
.header-nav-bar > ul > li.current .header-main-nav-link::after {
	width: 100%;
}

.header-nav-bar > ul {
	list-style: none;
}

nav.header-nav-bar {
	flex: 1;
	text-align: center;
	padding-left: 30px;
	min-height: 100%;
}

.header-login-reg {
	display: inline-block;
}

.cart-header {
	display: inline-block;
	margin-left: 15px;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
}

.header-login-reg {
	font-weight: 500;
	font-size: 14px;
}

.header-user-text {
	font-weight: 500;
	font-size: 14px;
	display: inline-block;
}

.header {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	background: transparent;
	transition: 0.3s;
	transition-property: background, box-shadow;
	z-index: 5;
}

body.scrolled .header,
.header:hover,
body.cart-side-open .header,
body:not(.home) .header {
	background: white;
	box-shadow: 0 2px 12px 0 rgb(0 0 0 / 20%);
}

.hamburger-trigger span {
	height: 7px;
	width: 40px;
	display: block;
	background: linear-gradient(313.51deg, #7B2CBF 0%, #0066FF 100%);
	border-radius: 100px;
}

.hamburger-trigger span:not(:last-of-type) {
	margin-bottom: 5px;
}

.hamburger-trigger{
	cursor: pointer;
}

.header-mobile-right {
	display: none;
	align-items: center;
}

.phone-circle-container {
	margin-right: 20px;
}

.phone-circle {
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(313.51deg, #7B2CBF 0%, #0066FF 100%);
	color: white;
	border-radius: 100%;
}

.cart-icon {
	font-size: 20px;
	color: #321040;
}

.cart-icon-counter {
	position: absolute;
	right: -5px;
	top: -10px;
	transform: translateX(100%);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 22px;
	width: 22px;
	background: linear-gradient(313.51deg, #7B2CBF 0%, #0066FF 100%);
	color: white;
	font-size: 14px;
	border-radius: 100%;
	padding-top: 1px;
}

.cart-icon-container {
	position: relative;
}

.logo-container img {
	width: 260px;
	display: block;
	max-width: 100%;
}

.header-menu-image {
	width: 60px;
	height: 60px;
	object-fit: contain;
	display: block;
}

.header-menu-container {
	bottom: -86px;
	width: 540px;
	position: absolute;
	text-align: center;
	transform: translateX(50%) translateY(93%);
	right: 35px;
	transition: 0.3s;
	opacity: 0;
	visibility: hidden;
	transition-property: visibility, opacity, transform;
}

.header-menu {
	width: 100%;
	background: white;
	/* height: 120px; */
	position: relative;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.13);
	border-radius: 20px;
	padding: 47px 0 30px 0px;
}

.header-menu-image-container {
	position: absolute;
	left: 0;
	right: 0;
	display: table;
	margin: 0 auto;
	border-radius: 20px;
	padding: 10px;
	background: white;
	top: 0;
	transform: translateY(-50%);
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.13);
}

.header-menu-links {
	display: flex;
	list-style: none;
	flex-wrap: wrap;
	text-align: right;
	font-weight: 400;
	font-size: 14px;
}

.header-menu-links > li {
	flex: 0 0 50%;
	margin-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
}

.header-menu-link {
	display: block;
	padding: 11px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.header-menu-link::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(144.57deg, #E0AAFF 0%, #C77DFF 100%);
	content: "";
	z-index: -1;
	opacity: 0;
	transition: 0.3s opacity;
}

.header-menu-link:hover::before {
	opacity: 1;
}

.header-nav-bar > ul > li:hover .header-menu-container {
	opacity: 1;
	transform: translateX(50%) translateY(100%);
	visibility: visible;
}

.header-menu-container::before {
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 86px;
	left: 0;
	transform: translateY(-100%);
	visibility: hidden;
}

.header-nav-bar > ul > li:hover .header-menu-container::before {
	visibility: visible;
}

.cart-header::before {
	content: "";
	position: absolute;
	top: -12px;
	left: 0;
	width: 50px;
	height: 36px;
}

#cart-side-overlay {
	position: fixed;
	bottom: 0;
	height: calc(100vh - 145px);
	background: transparent;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.13);
	transition: 0.3s;
	transition-property: background, visibility;
	/* transition-delay: 0s, .3s; */
	z-index: 3;
	width: 100%;
	visibility: hidden;
}

#cart-side .close-btn {
	position: absolute;
	right: 16px;
	font-size: 22px;
	top: 10px;
}

body.cart-side-open #cart-side,
body.checkout-page #cart-side {
	transform: translateX(0);
}

body.cart-side-open #cart-side-overlay {
	visibility: visible;
	background: #00000057;
}

#cart-side {
	width: min(90%, 500px);
	max-width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	height: calc(100vh - 145px);
	box-shadow: 0 8px 16px 0 rgb(0 0 0 / 13%);
	transition: transform 0.3s;
	transform: translateX(-100%);
	z-index: 4;
	text-align: center;
	padding: 0;
	overflow-y: auto;
	overflow-x: hidden;
	background: white;
}

.cart-side-title {
	margin-bottom: 20px;
}

.empty-cart-sad-smiley {
	width: 70px;
	display: block;
	margin: 0 auto;
}

.empty-cart-title {
	margin-top: 20px;
	margin-bottom: 20px;
}

.empty-cart-btn {
	width: 220px;
}

.empty-cart-sub-title {
	font-weight: normal;
}

.empty-cart-notice-second-part {
	margin-top: 30px;
}

.empty-cart-notice {
	display: none;
}

.cart-populated {
	display: block;
}

#cart-side.empty .cart-populated {
	display: none;
}

#cart-side.empty .empty-cart-notice {
	display: block;
}

.cart-single-item {
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.13);
	border-radius: 23px;
	min-height: 150px;
	text-align: right;
	padding: 15px 60px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	background: white;
}

.cart-item-title {
	/* margin-bottom: 10px; */
	margin-bottom: 7px;
}

.cart-item-details-container {
	/* margin-bottom: 10px; */
	margin-bottom: 7px;
}

.cart-item-circle-image {
	height: 75px;
	width: 75px;
	border-radius: 100%;
	background: linear-gradient(313.51deg, #7B2CBF 0%, #0066FF 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateX(50%) translateY(-50%);
}

.cart-item-circle-image img {
	width: 36px;
	height: 36px;
}

.cart-single-item-container {
	padding-right: 40px;
	margin-bottom: 30px;
}

.cart-item-remove {
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #c9c9c9;
	border-radius: 100%;
	position: absolute;
	left: 15px;
	top: 15px;
}

.cart-item-remove img {
	display: block;
	width: 13px;
}

.cart-item-edit {
	position: absolute;
	bottom: 0;
	left: 15px;
	bottom: 25px;
	font-size: 19px;
	opacity: 0.5;
	text-decoration: underline;
}

.cart-item-text .cart-item-text-line {
	display: flex;
}

.cart-item-edit {
	display: none;
}

.cart-item-text .cart-item-text-line > span {
	flex: 1;
	margin-right: 3px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	direction: rtl;
}

/* .cart-item-text .cart-item-text-line > span.cart-item-post-text {
	direction: ltr;
} */
/* HEADER END ---------------------------- */

/* FOOTER START ---------------------------- */

.footer-links-container {
	display: flex;
	padding: 0 20px;
	flex-wrap: wrap;
	padding-top: 16px;
}

.single-footer-links-container {
	flex: 0 0 20%;
	max-width: 20%;
	padding: 0px 20px;
}

.footer-logo-about {
	max-width: 280px;
	margin: 0 auto;
}

.footer-about {
	margin-bottom: 20px;
}

.footer-links-column {
	display: table;
	margin: 0 auto;
	/* padding-top: 50px; */
	margin-top: 50px;
}

.footer-links-column-links {
	list-style: none;
}

.footer-links-column-title {
	margin-bottom: 17px;
	font-size: 16px;
}

.footer-links-column-links > * {
	display: block;
	padding-bottom: 7px;
}

.footer-links-column-links a:hover {
	color: #5A189A;
}

.footer {
	background: url(../../assets/images/footer-clouds-new.svg);
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 13%;
	background-size: 100%;
}

.footer-social-links-container {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}

a.footer-social-link-single {
	display: inline-flex;
	height: 40px;
	width: 40px;
	margin: 0 9px;
	background: white;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}

.footer-bottom-bar {
	background: linear-gradient(169.98deg, #E0AAFF 0%, #C77DFF 100%);
	text-align: center;
	padding: 6px 10px;
}

.footer-social-link-single img {
	width: 20px;
	height: 20px;
	object-fit: contain;
}

.footer-victory-decorator-image {
	width: 100%;
	height: 100%;
	max-width: 210px;
	max-height: 210px;
	object-fit: contain;
}

.footer-logo-about .logo-container {
	margin-bottom: 20px;
}

.footer-logo-about .logo-container img {
	margin: 0 auto;
}

body:not(.home) .footer {
	margin-top: 70px;
}

/* FOOTER END ---------------------------- */

/* FLOATING CONTACT START ---------------------------- */
.floating-contact-circle-container {
	position: fixed;
	left: 25px;
	bottom: 25px;
	z-index: 1;
}

.floating-contact-circle {
	width: 75px;
	height: 75px;
	background: linear-gradient(216deg, #7B2CBF 0%, #0066FF 100%);
	border-radius: 100%;
	color: white;
	cursor: pointer;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.13);
}

.floating-contact-circle-close-options-container,
.floating-contact-circle-icon-text-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}

.floating-contact-circle-close-options-container {
	display: none;
}

.floating-contact-circle p {
	font-size: 11px;
	font-weight: bold;
	margin-top: 3px;
}

.floating-contact-circle i {
	font-size: 24px;
}

.floating-contact-circle::before,
.floating-contact-circle::after {
	content: "";
	width: 91px;
	height: 91px;
	background: linear-gradient(216deg, #7B2CBF 0%, #0066FF 100%);
	border-radius: 50px;
	position: absolute;
	left: -8px;
	top: -8px;
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-animation: arcontactus-pulse 2s infinite;
	animation: arcontactus-pulse 2s infinite;
}

.floating-contact-circle::after {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

@keyframes arcontactus-pulse {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1;
	}
	50% {
		opacity: 0.5;
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

@-webkit-keyframes arcontactus-pulse {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1;
	}
	50% {
		opacity: 0.5;
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

.floating-contact-dropdown {
	position: absolute;
	top: -15px;
	width: 270px;
	background: white;
	left: 6px;
	border-radius: 7px;
	transform: translateY(-100%) scale(0);
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.13);
	-webkit-transition: ease-out 0.12s all;
	-o-transition: ease-out 0.12s all;
	transition: ease-out 0.12s all;
	-webkit-transform-origin: 10% 105%;
	-ms-transform-origin: 10% 105%;
	transform-origin: 10% 105%;
	padding: 8px 0;
}

.floating-contact-options-list {
	list-style: none;
}

.floating-contact-single-option {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	cursor: pointer;
	width: 100%;
	padding: 8px 20px 8px 60px;
	position: relative;
	min-height: 54px;
	text-decoration: none;
}

.floating-contact-option-icon {
	position: absolute;
	left: 19px;
	top: 50%;
	color: #fff;
	transform: translateY(-50%);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(313.51deg, #7B2CBF 0%, #0066FF 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	width: 23px;
}

.floating-contact-dropdown::before {
	position: absolute;
	bottom: -8px;
	left: auto;
	display: inline-block !important;
	border-right: 8px solid transparent;
	border-top: 8px solid white;
	border-left: 8px solid transparent;
	content: "";
	left: 25px;
	/* box-shadow: 0 8px 16px 0 rgba(0,0,0,0.13); */
}

.floating-contact-single-option:hover {
	background: #f0f0f0;
}

.floating-contact-circle-container.open .floating-contact-dropdown {
	transform: translateY(-100%) scale(1);
}

.floating-contact-circle-container.open .floating-contact-circle-close-options-container {
	display: flex;
}

.floating-contact-circle-container.open .floating-contact-circle-icon-text-container {
	display: none;
}

.floating-contact-circle-container.open .floating-contact-circle::before,
.floating-contact-circle-container.open .floating-contact-circle::after {
	display: none;
}

/* .floating-contact-circle-container.open .floating-contact-circle-close-options-container i {
  -webkit-animation: rotate1080 .12s ease-in-out;
  animation: rotate1080 .12s ease-in-out;

} */

@keyframes rotate1080 {
	0% {
		-webkit-transform: rotate(0) scale(0.5);
		transform: rotate(0) scale(0.5);
		opacity: 0;
	}
	100% {
		-webkit-transform: rotate(360deg) scale(1);
		transform: rotate(360deg) scale(1);
		opacity: 1;
	}
}

@-webkit-keyframes rotate1080 {
	0% {
		-webkit-transform: rotate(0) scale(0.5);
		transform: rotate(0) scale(0.5);
		opacity: 0;
	}
	100% {
		-webkit-transform: rotate(360deg) scale(1);
		transform: rotate(360deg) scale(1);
		opacity: 1;
	}
}
/* FLOATING CONTACT END ---------------------------- */

/* LINE SERVICE START */
.line-service-platform {
	position: absolute;
	right: -12px;
	height: 30px;
	width: 30px;
	border-radius: 100%;
	top: -12px;
	background: linear-gradient(313.51deg, #7B2CBF 0%, #0066FF 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.21);
}

.line-service-type {
	position: absolute;
	right: -11px;
	height: 58px;
	width: 58px;
	background: black;
	border-radius: 100%;
	top: -3px;
	background: linear-gradient(313.51deg, #7B2CBF 0%, #0066FF 100%);
	display: flex;
	align-items: center;
	justify-content: center;
}

.line-service-single {
	width: 100%;
	background: white;
	border-radius: 10px;
	position: relative;
	height: 53px;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.13);
	padding-right: 54px;
	padding-left: 45px;
	display: flex;
	align-items: center;
}

.line-service-title {
	font-weight: bold;
	font-size: 16px;
	display: block;
}

.line-service-arrow-icon {
	left: 20px;
	position: absolute;
	color: #5A189A;
	transition: 0.5s;
}

.line-service-single-container:hover .line-service-arrow-icon {
	left: 12px;
}

.line-service-single-container.mobile .line-service-type {
	height: 54px;
	width: 54px;
}

.line-service-single-container.mobile .line-service-single {
	height: 50px;
	padding-right: 50px;
}

.line-service-platform-icon {
	width: 15px;
	height: 15px;
	object-fit: contain;
}

.line-service-type-icon {
	width: 30px;
	height: 30px;
	object-fit: contain;
}
/* LINE SERVICE END */

/* BIG SERVICE START */

.big-service-single {
	padding: 17px;
	border-radius: 20px;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.13);
	padding-left: 45px;
	padding-bottom: 30px;
	position: relative;
	background: white;
	overflow: hidden;
	z-index: 0;
	height: 100%;
}

.big-service-text {
	color: #808080;
	font-family: Heebo;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 21px;
	text-align: right;
	font-size: 14px;
	line-height: 1.5em;
}

.big-service-title {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 22px;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
}

.big-service-arrow-icon {
	transition: left 0.5s;
	position: absolute;
	left: 20px;
	bottom: 8px;
	font-size: 18px;
}

.big-service-single::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(144.57deg, #E0AAFF 0%, #C77DFF 100%);
	content: "";
	z-index: -1;
	opacity: 0;
	transition: 0.3s opacity;
}

.big-service-single-container:hover .big-service-single::before {
	opacity: 1;
}

.big-service-main-icon {
	width: 80px;
	height: 65px;
	object-fit: contain;
	object-position: right;
}

/* BIG SERVICE END */

/* HOME ADVANTAGE START */

.single-advantage-title {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.single-advantage-text {
	color: #808080;
	font-family: Heebo;
	font-size: 14px;
	line-height: 1.5em;
}

.single-advantage-image {
	width: 100px;
	height: 90px;
	object-fit: contain;
}
/* HOME ADVANTAGE END */

/* RECOMMENDATION CRICLES START */

.single-recommendation-circle {
	width: 300px;
	margin: 0 auto;
	height: 300px;
	background: linear-gradient(144.57deg, #E0AAFF 0%, #C77DFF 100%);
	border-radius: 100%;
	padding: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	position: relative;
	direction: rtl;
	color: black;
}

.recommendation-decoration-hands {
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.single-recommendation-circle .recommendation-decoration-circle-1,
.single-recommendation-circle .recommendation-decoration-circle-2,
.single-recommendation-circle .recommendation-decoration-circle-3 {
	position: absolute;
	background: linear-gradient(144.57deg, #E0AAFF 0%, #C77DFF 100%);
	border-radius: 100%;
	z-index: -1;
}

.single-recommendation-circle .recommendation-decoration-hands-container {
	position: absolute;
	width: 100px;
	height: 100px;
}

.recommendation-circle-type-1 .recommendation-decoration-hands-container {
	left: 35px;
	top: -40px;
}

.recommendation-circle-type-1 .recommendation-decoration-hands {
	max-height: 100px;
}

.recommendation-circle-type-1 .recommendation-decoration-circle-1 {
	left: 0px;
	bottom: 45px;
	height: 13px;
	width: 13px;
}
.recommendation-circle-type-1 .recommendation-decoration-circle-2 {
	right: 3px;
	top: 0px;
	width: 83px;
	height: 83px;
}
.recommendation-circle-type-1 .recommendation-decoration-circle-3 {
	right: 75px;
	top: -45px;
	height: 32px;
	width: 32px;
}

.recommendation-circle-type-2 .recommendation-decoration-hands-container {
	bottom: -30px;
	right: -40px;
	width: 145px;
	height: 145px;
}

.recommendation-circle-type-2 .recommendation-decoration-circle-1 {
	left: 0px;
	top: 9px;
	height: 31px;
	width: 31px;
}
.recommendation-circle-type-2 .recommendation-decoration-circle-2 {
	left: 30px;
	bottom: 10px;
	width: 18px;
	height: 18px;
}
.recommendation-circle-type-2 .recommendation-decoration-circle-3 {
	display: none;
}

.recommendation-circle-type-3 .recommendation-decoration-hands-container {
	right: -60px;
	bottom: 70px;
}

.recommendation-circle-type-3 .recommendation-decoration-circle-1 {
	left: 10px;
	bottom: -5px;
	height: 75px;
	width: 75px;
}
.recommendation-circle-type-3 .recommendation-decoration-circle-2 {
	right: -25px;
	top: -10px;
	width: 36px;
	height: 36px;
}
.recommendation-circle-type-3 .recommendation-decoration-circle-3 {
	right: -28px;
	top: 48px;
	height: 18px;
	width: 18px;
}

/* RECOMMENDATION CRICLES END */

/* FAQ START */
.faq-single-block {
	background: linear-gradient(169.98deg, #E0AAFF 0%, #C77DFF 100%);
	border-radius: 13px;
	margin-bottom: 20px;
}

.faq-single-question {
	padding: 23px 20px;
	position: relative;
	cursor: pointer;
	user-select: none;
}

.faq-single-question-arrow-down {
	position: absolute;
	font-size: 18px;
	transition: transform 0.3s;
	height: 100%;
	top: 0;
	left: 25px;
	display: flex;
	align-items: center;
}

.faq-single-question-title {
	font-size: 17px;
	font-weight: normal;
	padding-left: 35px;
}

.faq-single-answer {
	padding: 0 20px;
	height: 0;
	overflow: hidden;
	transition: height 0.3s;
}

.faq-single-answer-text {
	padding-bottom: 20px;
}

.faq-single-block.open .faq-single-question-arrow-down {
	transform: rotate(180deg);
}

.faq-single-block.open .faq-single-question-title {
	font-weight: bold;
}
/* FAQ END */

/* NEWS POSTS START */

.single-news-post {
	width: 360px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	padding-bottom: 100px;
}

.single-news-post-main-image {
	position: relative;
	width: 100%;
	height: 250px;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	overflow: hidden;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.single-news-post-main-image-container {
	position: relative;
	height: 250px;
	width: 100%;
}

.owl-item img.single-news-post-logo {
	width: 100px;
	height: 60px;
	position: absolute;
	top: 10px;
	right: 10px;
	background: white;
	border-radius: 9px;
	display: flex;
	justify-content: center;
	align-items: center;
	object-fit: contain;
	padding: 5px;
	image-rendering: -webkit-optimize-contrast;
}

.single-news-post-text-container {
	padding: 16px;
	box-shadow: 0 4px 10px 0 rgb(0 0 0 / 10%);
	background: white;
	border-radius: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	min-height: 110px;
}

.single-news-post-title {
	font-weight: normal;
	line-height: 1.3em;
}

.single-news-post-link {
	text-decoration: underline;
	display: table;
	margin: 0 auto;
	font-size: 16px;
	font-weight: bold;
	color: #321040;
	margin-top: 12px;
}

.single-news-post-link:hover {
	color: #f11c61;
}

/* NEWS POSTS END */

/* BLOG POSTS START */

.single-blog-post-main-image-container {
	position: relative;
	width: 100%;
	height: 210px;
	border-radius: 16px;
	overflow: hidden;
}

.single-blog-post-main-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.single-blog-post {
	width: 360px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	display: block;
	background: white;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	padding: 12px 12px 21px 12px;
	height: 100%;
}

.single-blog-post-text-container {
	margin-top: 20px;
}

.single-blog-post-title {
	margin-bottom: 3px;
	/* transition: color .3s; */
}

.single-blog-post:hover .single-blog-post-title {
	color: #5A189A;
}

/* BLOG POSTS END */

/* FIRST SECTION START ---------------------------- */

#first-section {
	/* min-height: calc(100vh); */
	padding-top: 145px;
	background: url(../../assets/images/first-section-clouds.svg), linear-gradient(144.57deg, #E0AAFF 0%, #C77DFF 100%);
	/* background-size: 1728px, 100%; */
	background-size: clamp(1728px, 100%, 100%), 100%;
	background-repeat: no-repeat;
	background-position: bottom;
	position: relative;
}

#first-section > .container {
	display: flex;
	/* height: calc(87vh - 145px); */
	flex-wrap: wrap;
}

#first-section > .container > div {
	flex: 0 0 50%;
	max-width: 50%;
	position: relative;
}

.intro-left-side {
	padding-bottom: 65px;
	padding-right: 30px;
}
.intro-left-side .image-container {
	position: relative;
	height: 100%;
}

.intro-right-side {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-align: right;
	padding-left: 70px;
}

.intro-line-services {
	margin-top: 70px;
	display: flex;
	flex-wrap: wrap;
	margin-left: -30px;
	margin-right: -30px;
}

.intro-line-services .line-service-single-container {
	flex: 0 0 50%;
	max-width: 50%;
	padding: 0 30px;
	display: block;
}

.intro-line-services .line-service-single-container:not(:last-of-type),
.intro-line-services .line-service-single-container:not(:nth-last-of-type(2)) {
	margin-bottom: 37px;
}

.intro-text {
	width: 100%;
}

.intro-left-side-image {
	height: 566px;
	width: 100%;
	object-fit: contain;
	display: block;
}
/* FIRST SECTION END ---------------------------- */

/* SECOND SECTION START ---------------------------- */
.home-mobile-line-services {
	max-width: 500px;
	margin: 0 auto;
	padding: 0 45px;
	margin-bottom: 80px;
	margin-top: 10px;
	display: none;
}

.home-mobile-line-services .line-service-single-container {
	margin-bottom: 30px;
	display: block;
}

.home-big-platforms {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-top: 40px;
	margin-left: -15px;
	margin-right: -15px;
}

.home-big-platforms .big-service-single-container {
	flex: 0 0 20%;
	max-width: 20%;
	padding: 0 15px;
}
/* SECOND SECTION END ---------------------------- */
/* THIRD SECTION START ---------------------------- */
/* .advantages-section.default {
  padding-top: 150px;
  padding-bottom: 50px;
  background: url(../../assets/images/colorful-clouds-2-01.svg);
  background-repeat: no-repeat;
  background-size: 1500px;
  background-position: center;
  margin-top: 70px;
} */

.advantages-section.default {
	padding-top: 150px;
	padding-bottom: 80px;
	background: url(../../assets/images/colorful-clouds-new.svg);
	background-repeat: no-repeat;
	/* background-size: 1750px; */
	background-size: clamp(1750px, 100%, 100%);
	background-position: center;
	margin-top: 70px;
	background-position-y: 20px;
	background-position-x: 0;
}

.advantages-block-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 53px;
	background: white;
	border-radius: 20px;
	box-shadow: 0 8px 16px 0 rgb(0 0 0 / 13%);
	text-align: center;
}

.advantages-block-container > h2 {
	margin-bottom: 60px;
}

.advantages-container {
	display: flex;
	flex-wrap: wrap;
}

.advantages-container .single-advantage-container {
	flex: 0 0 25%;
	max-width: 25%;
	text-align: center;
	padding: 0 5px;
}
/* THIRD SECTION END ---------------------------- */

/* FOURTH SECTION START ---------------------------- */
#fourth-section .section-title {
	margin-bottom: 40px;
}

#fourth-section .owl-stage {
	padding-top: 60px;
	padding-bottom: 50px;
}

#fourth-section {
	padding-bottom: 100px;
}
/* FOURTH SECTION END ---------------------------- */

/* FIFTH SECTION START ---------------------------- */
/* #fifth-section {
  padding-bottom: 500px;
  background: url(../../assets/images/colorful-clouds-alt.svg);
  background-size: 3400px;
  background-repeat: no-repeat;
  background-position-x: -1500px;
  background-position-y: -200px;
} */

#fifth-section {
	padding-bottom: 17%;
	background: url(../../assets/images/colorful-clouds-alt.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: bottom;
}

#fifth-section .section-title {
	margin-bottom: 30px;
}

.section-description {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
	color: #808080;
	font-family: Heebo;
	font-size: 16px;
	line-height: 1.5em;
	padding: 0 10px;
}
/* FIFTH SECTION END ---------------------------- */

/* SIXTH SECTION START ---------------------------- */
#sixth-section {
	padding-top: 60px;
	padding-bottom: 80px;
}

#sixth-section .section-title {
	margin-bottom: 40px;
}
/* SIXTH SECTION END ---------------------------- */

/* SEVENTH SECTION START ---------------------------- */
#seventh-section {
	padding-top: 60px;
	padding-bottom: 50px;
	background: #ffebde;
}

.home-news-posts-container .owl-stage {
	padding-bottom: 20px;
}

#seventh-section .section-title {
	margin-bottom: 70px;
}
/* SEVENTH SECTION END ---------------------------- */

/* EIGHTH SECTION START ---------------------------- */
#eighth-section {
	padding-top: 110px;
	/* padding-bottom: 50px; */
	position: relative;
	text-align: center;
}

#eighth-section .section-title {
	margin-bottom: 50px;
}

.eighth-section-hand-with-pen-decorator {
	position: absolute;
	left: 80px;
	top: -80px;
	width: 210px;
	height: 210px;
}

.eighth-section-hand-with-pen-decorator-image {
	width: 100%;
	height: 100%;
	max-width: 210px;
	max-height: 210px;
	object-fit: contain;
}

.home-blog-posts-container {
	display: flex;
	justify-content: center;
	margin-bottom: 55px;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.home-single-blog-post-container {
	flex: 0 0 33.333333%;
	max-width: 33.33333%;
	padding: 0 15px;
}

.footer-victory-decorator {
	position: absolute;
	top: -20px;
	transform: translateY(-100%);
	height: 210px;
	width: 210px;
}
/* EIGHTH SECTION END ---------------------------- */

/* SERVICES PAGE START ---------------------------- */
.general-page-opening {
	padding-bottom: clamp(200px, 19%, 360px);
}

.general-page-opening {
	padding-top: 145px;
	/* background: url(../../assets/images/instagram-page-clouds.svg), linear-gradient(144.57deg, #E0AAFF 0%, #C77DFF 100%); */
	box-sizing: content-box;
	text-align: center;
	position: relative;
	background: url(../../assets/images/instagram-page-clouds-alt.svg), linear-gradient(144.57deg, #E0AAFF 0%, #C77DFF 100%);
	background-repeat: no-repeat;
	background-position: center bottom;
	/* background-size: max(100%,991px), 100%; */
	background-size: max(100%, 880px), 100%;
}

#instagram-page-logo-hearts-decoration {
	position: absolute;
	width: min(23%, 370px);
	left: 6%;
	bottom: 120px;
}

#instagram-page-logo-hearts-mobile-decoration {
	position: absolute;
	width: 320px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0 auto;
	display: none;
	max-width: 100%;
	padding: 0 10px;
}

#facebook-page-logo-decoration {
	position: absolute;
	width: min(10%, 160px);
	left: 12%;
	bottom: 80px;
}

#tiktok-page-logo-decoration {
	position: absolute;
	width: min(14%, 220px);
	left: 11%;
	bottom: 20%;
}

#youtube-page-logo-decoration {
	position: absolute;
	width: min(12%, 210px);
	right: 11%;
	bottom: 31%;
}

#linkedin-page-logo-decoration {
	position: absolute;
	width: min(10%, 210px);
	right: 11%;
	bottom: 8%;
}

#instagram-page-feed-hearts-decoration {
	position: absolute;
	width: min(21%, 340px);
	right: 7%;
	bottom: 35px;
}

#facebook-page-feed-logos-decoration {
	position: absolute;
	width: min(18%, 290px);
	right: 7%;
	bottom: 35px;
}

#tiktok-page-feed-decoration {
	position: absolute;
	width: min(17%, 290px);
	right: 6%;
	bottom: 55px;
}

#youtube-page-feed-logos-decoration {
	position: absolute;
	width: min(18%, 380px);
	left: 9%;
	bottom: 85px;
}

#linkedin-page-laptop-logos-decoration {
	position: absolute;
	width: min(29%, 500px);
	left: 3%;
	bottom: 120px;
}

#breadcrumbs ul {
	list-style: none;
	display: flex;
	justify-content: center;
}

#breadcrumbs ul li.current {
	font-weight: 500;
}

#breadcrumbs ul li:not(:last-of-type)::after {
	content: "|";
	margin: 0 6px;
}

#breadcrumbs {
	margin-top: 25px;
}

.general-opening-title {
	font-size: 34px;
	margin-bottom: 13px;
}

.general-page-opening-alt .general-opening-title {
	font-size: 40px;
}

.general-opening-text-container {
	max-width: 500px;
	/* margin: 60px auto 0 auto; */
	margin: 50px auto 0 auto;
}

.general-opening-text {
	font-size: 18px;
	width: 100%;
}

.service-amount-price-container {
	margin-top: 20px;
}

#account-or-single-post-step-value {
	margin-top: 25px;
}

input[type="number"] {
	-moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.service-amount-value-container.general-text-input {
	padding: 10px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.service-amount-value-title {
	/* width: 120px; */
}

.service-amount-value-input {
	/* flex: 1; */
	margin-right: 10px;
	height: 100%;
	text-align: center;
	outline: 0;
	border: 0;
	background: transparent;
	padding: 0;
	font-size: 22px;
	font-weight: bold;
	width: 140px;
	color: inherit;
}

.single-service-box-action-buttons {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.single-service-box-action-buttons > button {
	width: 330px;
}

.single-service-box-action-buttons > button#buy_now {
	margin-right: 15px;
}

.general-btn.hollow::after {
	content: "";
	position: absolute;
	left: 1px;
	top: 1px;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	background: white;
	border-radius: 25px;
	z-index: -1;
	transition: opacity 0.3s;
}

.general-btn.hollow {
	color: #5A189A;
	transition: color 0.3s;
}

.general-btn.hollow:hover::after {
	opacity: 0;
}

.general-btn.hollow:hover {
	color: white;
}

.single-service-box-bottom-text-container {
	margin-top: 30px;
	font-size: 14px;
}

.single-service-box-bottom-text-container > p:nth-of-type(1) {
	margin-bottom: 10px;
}

.services-page-facebook .service-listing-circle-image,
.services-page-facebook .services-page-list-section .general-btn,
.header-nav-bar > ul > li.header-link-container-facebook .header-main-nav-link::after {
	background: linear-gradient(312.6deg, #056fe1 0%, #002e8b 100%);
}

.services-page-youtube .service-listing-circle-image,
.services-page-youtube .services-page-list-section .general-btn,
.header-nav-bar > ul > li.header-link-container-youtube .header-main-nav-link::after {
	background: linear-gradient(44.98deg, #cb0101 0%, #b60000 100%);
}

.services-page-tiktok .service-listing-circle-image,
.services-page-tiktok .services-page-list-section .general-btn,
.header-nav-bar > ul > li.header-link-container-tiktok .header-main-nav-link::after {
	background: linear-gradient(44.98deg, #08c6f2 0%, #f20046 100%);
}

.services-page-linkedin .service-listing-circle-image,
.services-page-linkedin .services-page-list-section .general-btn,
.header-nav-bar > ul > li.header-link-container-linkedin .header-main-nav-link::after {
	background: linear-gradient(312.6deg, #1e6a9b 0%, #2080bc 100%);
}
/* SERVICES PAGE END ---------------------------- */

/* SINGLE SERVICE PAGE START ---------------------------- */
.single-service-page-opening {
	padding-top: 145px;
	box-sizing: content-box;
	text-align: center;
	background: url(../../assets/images/service-page-top-bg.svg);
	background-size: contain;
	background-repeat: no-repeat;
	min-height: 600px;
	background-position-y: 145px;
}

.single-service-page-opening #breadcrumbs {
	margin-top: 25px;
}

.single-service-main-box {
	padding: 40px;
	background: white;
	border-radius: 15px;
	margin-top: 40px;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.13);
	position: relative;
}

.single-service-main-title {
	font-size: 34px;
	margin-bottom: 35px;
}

.single-service-box-text-container {
	max-width: 750px;
	margin: 0 auto;
}

.single-service-main-description {
	font-size: 16px;
}

.single-service-box-platform-decorator-image {
	margin: 0;
	display: block;
	position: absolute;
	left: -25px;
	top: -25px;
	width: 140px;
}

.single-service-box-platform-decorator-image.instagram,
.single-service-box-platform-decorator-image.youtube {
	transform: scaleX(-1);
}

.single-service-box-platform-decorator-image.facebook {
	width: 90px;
}

.single-service-box-platform-decorator-image.youtube {
	top: -50px;
}

.single-service-box-steps-container {
	/* margin-top: 25px; */
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.single-service-box-single-step {
	width: 500px;
	max-width: 100%;
	/* min-height: 300px; */
	border-radius: 20px;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.13);
	position: relative;
	border: 1px solid #eeeeee;
	padding: 25px 40px;
	margin-top: 50px;
}

.single-service-box-single-step.error {
	border: 2px solid #f44336;
}

.single-service-box-single-step::before {
	content: attr(data-step);
	position: absolute;
	top: -15px;
	left: 0;
	right: 0;
	width: 32px;
	height: 32px;
	background: white;
	box-shadow: 0 6px 13px 0 rgba(0, 0, 0, 0.13);
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 900;
	font-size: 13px;
	opacity: 1;
	color: #b3b3b3;
	margin: 0 auto;
	border: 0.8px solid #eeeeee;
	z-index: 1;
}

.account-or-single-post-step-image {
	object-fit: cover;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 100%;
}

.account-or-single-post-step-image-container {
	margin-top: 20px;
	border-radius: 100%;
	width: 120px;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
	/* overflow: hidden; */
	position: relative;
}

.single-service-box-single-step.left-margin {
	margin-left: 40px;
}

.single-service-box-single-step.full {
	width: 1040px;
}

.ui-slider.main-picker-slider {
	height: 7px;
	background: #e8e8e8;
	border: 0;
}

.main-picker-slider.disabled {
    /* opacity: 0.8; */
    opacity: 0.6;
}

.ui-slider.main-picker-slider .ui-slider-handle {
	height: 46px;
	width: 46px;
	border-radius: 100%;
	background: #e8e8e8;
	border: 0;
	top: 0;
	transform: translateY(calc(-50% + 3.5px)) translateX(-25%);
	outline: 0;
}

.main-picker-handle-image {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 8px;
}

.slider-min-max-values {
	position: absolute;
	bottom: -25px;
	transform: translateY(100%);
	left: 0;
	right: 0;
	width: 100%;
	color: #321040;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.slider-max {
	position: absolute;
	transform: translateX(50%);
	right: 0;
}

.slider-min {
	position: absolute;
	left: 0;
	transform: translateX(-50%);
}

.ui-widget {
	font-family: "Heebo", "Montserrat", "Arial", "sans-serif";
}

.main-picker-slider-container {
	margin-top: 10px;
	padding-bottom: 50px;
	padding-top: 30px;
}
.main-picker-slider-container.has-discounts {
	padding-top: 60px;
}

.service-price-value-container {
	margin-top: 15px;
	font-size: 19px;
}

.slider-discounts-container {
	width: 100%;
}

.slider-single-discount {
	position: absolute;
	top: -28px;
	font-size: 12px;
	border-radius: 2px;
	background: linear-gradient(313.51deg, #7B2CBF 0%, #0066FF 100%);
	color: white;
	font-weight: bold;
	padding: 2px 5px;
	transform: translateY(-100%) translateX(calc(-50% + 1px));
	line-height: 1em;
	text-align: center;
}

.slider-single-discount::after {
	content: "";
	border: 5px solid transparent;
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 100%);
	border-top-color: #7B2CBF;
	bottom: 0;
}

.slider-single-discount {
	font-size: 10px;
}

.lottie-rocket-anim {
	border-radius: 100%;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 20px;
	display: none;
}

#account-or-single-post-step.loading .account-or-single-post-step-image-container {
	display: none;
}

#account-or-single-post-step.loading .lottie-rocket-anim {
	display: block;
}

.single-service-box-single-step.long {
	width: 1040px;
}

.single-service-box-single-step {
}

.posts-selection-container {
	display: flex;
	flex-wrap: wrap;
	max-height: 600px;
	overflow-y: auto;
	direction: ltr;
	margin: 0 -14px 0px -14px;
	padding-top: 20px;
}

.selection-single-post {
	cursor: pointer;
	position: relative;
}

#posts-selection.videos-selection .selection-single-post:not([data-post-type="GraphVideo"])::after {
    content: "\f4e2";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0000006e;
    z-index: 1;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #ffffffb8;
    font-size: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#posts-selection.videos-selection .selection-single-post:not([data-post-type="GraphVideo"]) {
	cursor: default;
}

.selection-single-post.selected .post-checkmark-container {
	display: block;
}

.selection-single-post-container {
	flex: 0 0 25%;
	padding: 0 14px;
	margin-bottom: 20px;
	direction: rtl;
}

.selection-post-image {
	height: 100%;
	width: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-moz-user-drag: none;
	-o-user-drag: none;
	user-drag: none;
}

.selection-post-image-container {
	height: 0;
	width: 100%;
	position: relative;
	padding-bottom: 100%;
}

.selection-post-stats {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

.selection-post-single-stat:not(:last-of-type) {
	margin-left: 13px;
}

.selection-post-stat-text {
	font-weight: 500;
	margin-left: 3px;
}

.selection-post-single-stat {
	font-size: 16px;
}

.post-checkmark-container {
	position: absolute;
	right: -10px;
	top: -10px;
	width: 41px;
	height: 41px;
	background: white;
	border-radius: 100%;
	padding: 6px;
	box-shadow: 0 6px 13px 0 rgba(0, 0, 0, 0.13);
	border: 0.8px solid #eeeeee;
	display: none;
	z-index: 1;
}

.post-checkmark-image {
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.selection-single-post.selected .selection-post-image-container::after {
	content: "";
	position: absolute;
	left: -2px;
	top: -2px;
	height: calc(100% + 4px);
	width: calc(100% + 4px);
	background: linear-gradient(313.51deg, #7B2CBF 0%, #0066FF 100%);
	z-index: 0;
}

#posts-selection {
	padding-bottom: 0;
	height: 220px;
}

.service-original-price-container {
	margin-right: 6px;
	color: #b1b1b1;
	position: relative;
	text-decoration: line-through;
}

.selection-posts-summary {
	margin-top: 30px;
}

.selection-posts-summary .single-service-box-step-title:not(:last-of-type) {
	margin-bottom: 7px;
}

#manual-posts-step {
	padding-left: 20px;
	padding-right: 20px;
}

.general-text-input.input-repeater-input {
	padding-left: 45px;
}

#future-posts-step {
	width: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

#future-posts-amount {
	width: 180px;
	margin-right: 15px;
	text-align: center;
}

.posts-selection-error-message-block {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #0000004a;
	border-radius: inherit;
	display: flex;
	color: white;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	display: none;
}

.posts-selection-block {
	display: none;
}

body[data-account-posts-status="found"] .posts-selection-block {
	display: block;
}

body[data-account-posts-status="found"] #posts-selection {
	height: auto;
}

body:not([data-account-posts-status]) .posts-selection-no-user-block,
body[data-account-posts-status="searching"] .posts-selection-no-user-block,
body[data-account-posts-status="not-found"] .posts-selection-no-user-block {
	display: flex;
}

body[data-account-posts-status="no-posts"] .posts-selection-no-posts-block {
	display: flex;
}

body[data-account-posts-status="private-user"] .posts-selection-private-user-block {
	display: flex;
}

h4.posts-selection-error-message-title {
	font-size: 28px;
}

#load-more-posts-selection {
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
	height: 42px;
	width: 150px;
}

#load-more-posts-selection-container{
	width: 100%;
}

.account-or-single-post-step-valid-container {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgb(239 239 239 / 33%);
	border-radius: 100%;
}

.account-or-single-post-step-valid-checkmark {
	position: absolute;
	width: 50px;
	right: 0px;
	bottom: 0px;
}

#account-or-single-post-step[data-valid-value="true"] .account-or-single-post-step-valid-container {
	display: block;
}

body[data-account-posts-status="private-user"] .posts-selection-private-user-block {
	background: transparent;
	color: black;
	position: static;
	padding-bottom: 25px;
}

body[data-account-posts-status="private-user"] #posts-selection {
	height: auto;
}

.posts-selection-error-message-smiley {
	width: 100px;
	margin-top: 15px;
	margin-bottom: 10px;
}
/* SINGLE SERVICE PAGE END ---------------------------- */

/* CHECKOUT PAGE START ---------------------------- */

body.checkout-page .cart-header,
body.pay-page .cart-header,
body.order-thank-you-page .cart-header {
	display: none;
}

body.checkout-page #cart-side .close-btn {
	display: none;
}

body.checkout-page .cart-payment-button-container {
	display: none;
}

body.checkout-page .cart-coupon-container {
	display: none;
}

body.checkout-page .cart-summary-container {
	margin: 0 -30px;
	padding: 0 30px;
	border-top: 1px solid rgb(0 0 0 / 15%);
	padding-top: 30px;
}

body.checkout-page .cart-populated {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

body.checkout-page .cart-side-contents {
	display: flex;
	flex-direction: column;
}

body.checkout-page .cart-side-title {
	flex: 0 0 auto;
}

#checkout-area {
	padding-left: 500px;
	padding-top: 145px;
}

.checkout-container {
	padding: 50px 20px 30px 20px;
}

#checkout-reg {
	margin-right: 15px;
}

.checkout-auth-buttons {
	/* margin-top: 23px; */
}

.checkout-bottom {
	margin-top: 30px;
	text-align: center;
}

#checkout_payment {
	width: 450px;
}

.checkout-payment-methods-container {
	margin-top: 20px;
}

.checkout-payment-methods-container img {
	width: 55px;
	height: 30px;
	object-fit: contain;
}

.checkout-payment-methods-container img:not(:last-of-type) {
	margin-left: 15px;
}

#account-details {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px;
}

#account-details > div {
	max-width: 50%;
	flex: 0 0 50%;
	padding: 0 12px;
}

.account-page-main-container {
	max-width: 800px;
	margin: 0px auto;
	padding: 0 230px;
	box-sizing: content-box;
	position: relative;
	padding-left: 100px;
}

.account-page-nav-container {
	position: absolute;
	right: 0;
	width: 230px;
}

.account-page-nav-list {
	list-style: none;
	font-size: 18px;
	font-weight: bold;
	padding: 0 15px;
}

.account-page-nav-list > li {
	margin-bottom: 25px;
}

.account-page-nav-list > li.current a {
	text-decoration: underline;
}

#save_account_details {
	width: 350px;
	margin: 0 auto;
	margin-top: 15px;
}

.mobile-checkout-summary {
	position: fixed;
	top: 145px;
	left: 0;
	right: 0;
	text-align: center;
	padding: 20px 0px 0px 0px;
	z-index: 3;
	background: white;
	display: none;
}

.checkout-summary-main-title {
	margin-bottom: 13px;
	font-size: 35px;
	line-height: 1em;
}

.checkout-summary-sub-main-title {
	font-size: 18px;
}

.mobile-checkout-summary::after {
	content: "";
	background: url(../../assets/images/colorful-clouds-alt-checkout.svg);
	position: absolute;
	left: 0;
	right: 0;
	height: 100px;
	width: 100%;
	background-size: 850px;
	background-position-y: -170px;
	z-index: 3;
	transform: translateY(100%);
	bottom: 0;
	/* background-color: orange; */
	background-repeat: no-repeat;
}

#open-checkout-summary {
	color: #98879f;
	margin-top: 10px;
	display: table;
	font-size: 14px;
	margin-left: auto;
	margin-right: auto;
}

#open-checkout-summary .fa-chevron-down {
	margin-right: 6px;
	font-size: 10px;
	position: relative;
	bottom: 1px;
}

.show-when-open {
	display: none;
}

body.checkout-summary-open .show-when-closed {
	display: none;
}

body.checkout-summary-open .show-when-open {
	display: block;
}

body.checkout-summary-open .show-when-open.inline {
	display: inline;
}

.checkout-summary-contents {
	height: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-top: 7px;
	transition: all 0.2s;
	overflow: hidden;
}

body.checkout-page .mobile-checkout-summary .cart-summary-container {
	border-top: 0;
	padding-bottom: 15px;
	padding-top: 0;
}

.checkout-summary {
}

body.checkout-page .mobile-checkout-summary .cart-populated {
	flex: 0 0 auto;
	display: block;
	padding: 0 20px;
}

body.checkout-page .mobile-checkout-summary .cart-items {
	flex: 1;
	padding: 0 20px;
	overflow-y: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 170px;
}

.checkout-summary-heading {
	padding: 0 20px;
}

body.checkout-page .mobile-checkout-summary .cart-single-item {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 43px;
}

body.checkout-page .mobile-checkout-summary .cart-item-circle-image {
	width: 65px;
	height: 65px;
}

body.checkout-page .mobile-checkout-summary .cart-item-circle-image img {
	width: 36px;
}

body.checkout-page .mobile-checkout-summary .cart-single-item-container {
	margin-bottom: 15px;
}

body.checkout-summary-open #open-checkout-summary .fa-chevron-down {
	transform: rotate(180deg);
}

body.checkout-summary-open .checkout-summary-contents {
	height: 54vh;
}

.checkout-coupon-container {
    display: flex;
    padding-bottom: 20px;
    align-items: stretch;
}

#checkout-coupon-field {
    flex: 1;
}

#apply-checkout-coupon-button {
    height: auto;
    border-radius: 6px;
    margin-right: 15px;
    width: 140px;
    font-size: 15px;
}
/* CHECKOUT PAGE END ---------------------------- */

/* PAY PAGE START ---------------------------- */
#pay-area {
	padding-top: 145px;
}

.pay-container {
	padding: 50px 20px 30px 20px;
	text-align: center;
}

.pay-container .general-page-title {
	margin-bottom: 50px;
}

#checkout-pay-box {
	max-width: 900px;
	margin: 0 auto;
}

.pay-page-total h5 {
	/* margin-bottom: 20px; */
}

div.pay-page-total {
	padding-top: 12px;
	padding-bottom: 20px;
}

#ccicon {
	height: 20px;
	object-fit: contain;
	position: absolute;
	left: 10px;
	top: 13px;
}

#cvvicon {
	object-fit: contain;
	position: absolute;
	left: 13px;
	top: 13px;
	width: 25px;
}

#pay_button {
	width: 450px;
}
/* PAY PAGE END ---------------------------- */

/* LISTING SERVICE START */
.services-listing-container {
	display: flex;
	margin: 0 -15px -45px -15px;
	flex-wrap: wrap;
}

.single-service-listing-container {
	flex: 0 0 33%;
	max-width: 33%;
	padding: 0 20px;
	margin-bottom: 50px;
}

.service-listing-circle-image {
	height: 65px;
	width: 65px;
	background: black;
	border-radius: 100%;
	background: linear-gradient(313.51deg, #7B2CBF 0%, #0066FF 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: -30px;
	right: 0;
	margin: 0 auto;
}

.service-listing-circle-image img {
	width: 34px;
}

.services-page-list-section {
	padding-top: 60px;
}

.single-service-listing {
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.13);
	border-radius: 23px;
	background: white;
	text-align: center;
	position: relative;
	padding: 50px 15px 20px 15px;
	margin: 0 5px;
}

.service-listing-title {
	font-size: 18px;
	font-weight: normal;
}

.service-listing-price-description {
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 20px;
}
/* LISTING SERVICE END */

/* ACCOUNT PAGE START */
#account-heart-1-decoration {
	position: absolute;
	width: 56px;
	left: 20%;
	top: 230px;
}

#account-heart-2-decoration {
	position: absolute;
	width: 76px;
	right: 10%;
	top: 250px;
	transform: rotateY(180deg);
}

.account-page .general-page-opening {
	padding-bottom: clamp(200px, 17%, 360px);
}

.account-page-main-section {
	min-height: 200px;
}
/* ACCOUNT PAGE END */
/* USER ORDERS START */
.single-order-block {
	border-radius: 23px;
	background-color: #ffffff;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.13);
	border: 1px solid #eeeeee;
}

.single-order-block:not(:last-of-type) {
	margin-bottom: 25px;
}

.single-order-main-info {
	display: flex;
	padding: 25px 10px;
	padding-left: 50px;
	position: relative;
	cursor: pointer;
}

.single-order-main-info > div {
	flex: 1;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.single-order-block-arrow-down {
	position: absolute;
	font-size: 18px;
	transition: transform 0.3s;
	height: 100%;
	top: 0;
	left: 24px;
	display: flex;
	align-items: center;
}

.order-main-info-column.order-main-info-order-id,
.order-main-info-column.order-main-info-order-sum {
	font-weight: 500;
}

.single-order-main-info > div {
	padding: 0 15px;
}

.single-order-main-info > div:first-of-type {
	text-align: right;
}

.order-status-icon-text {
	display: none;
}

.order-status-icon-text i {
	margin-left: 6px;
}
.order-status-icon-text.pending {
	color: #ff9800;
}

.order-status-icon-text.accepted {
	color: #4caf50;
}

.order-status-icon-text.mixed {
	color: #4caf50;
}

.order-status-icon-text.declined {
	color: #f44336;
}

.order-main-info-column.order-main-info-order-status[data-order-status="pending"] .order-status-icon-text.pending,
.order-main-info-column.order-main-info-order-status[data-order-status="accepted"] .order-status-icon-text.accepted,
.order-main-info-column.order-main-info-order-status[data-order-status="declined"] .order-status-icon-text.declined,
.order-main-info-column.order-main-info-order-status[data-order-status="mixed"] .order-status-icon-text.declined {
	display: block;
}

.single-order-items-container {
	padding: 0 20px;
	height: 0;
	overflow: hidden;
	transition: height 0.3s, box-shadow 0.3s;
	box-shadow: 0px -1px 0px 0px transparent;
}

.single-order-items {
	padding-bottom: 20px;
}

.order-item-price-container .order-item-old-price {
	margin-right: 5px;
	color: #b1b1b1;
	position: relative;
}

.order-item-price-container * {
	display: inline-block;
}

.order-item-price-container .order-item-old-price,
.order-item-price-container .order-item-old-price span {
	text-decoration: line-through;
}

.order-single-item {
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.13);
	border-radius: 23px;
	text-align: right;
	padding: 10px 45px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	background: white;
	padding-left: 90px;
}

.order-item-title {
	margin-bottom: 7px;
}

.order-item-details-container {
	margin-bottom: 7px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.order-item-circle-image {
	height: 65px;
	width: 65px;
	border-radius: 100%;
	background: linear-gradient(313.51deg, #7B2CBF 0%, #0066FF 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateX(50%) translateY(-50%);
}

.order-item-circle-image img {
	width: 37px;
	height: 37px;
}

.order-single-item-container {
	padding-right: 40px;
}

.order-single-item-container:not(:last-of-type) {
	margin-bottom: 25px;
}

.order-item-remove {
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #c9c9c9;
	border-radius: 100%;
	position: absolute;
	left: 15px;
	top: 15px;
}

.order-item-remove img {
	display: block;
	width: 13px;
}

.order-item-edit {
	position: absolute;
	bottom: 0;
	left: 15px;
	bottom: 25px;
	font-size: 19px;
	opacity: 0.5;
	text-decoration: underline;
}

.orders-page .order-status-icon-text{
  display: block;
}
/* USER ORDERS END */
/* ADMIN ORDERS START */
.order-main-info-order-single-action-button {
	height: 37px;
	width: 65px;
	font-size: 12px;
	border-radius: 9px;
}

.order-main-info-order-action-buttons .order-main-info-order-single-action-button:not(:last-child) {
	margin-left: 13px;
}

.accept-entire-order-button,
.accept-order-item-button {
	background: #4caf50;
}

.decline-entire-order-button,
.decline-order-item-button {
	background: #f44336;
}

.order-item-status-and-buttons-area {
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
}

.order-item-buttons button {
	display: block;
}

.order-item-buttons button:not(:last-of-type) {
	margin-bottom: 10px;
}

.order-item-status-and-buttons-area[data-order-item-status="declined"] .order-item-buttons,
.order-item-status-and-buttons-area[data-order-item-status="accepted"] .order-item-buttons,
.order-item-status-and-buttons-area[data-order-item-status="mixed"] .order-item-buttons {
	display: none;
}

.order-item-status-and-buttons-area[data-order-item-status="accepted"] .order-item-status .order-status-icon-text.accepted {
	display: block;
}

.order-item-status-and-buttons-area[data-order-item-status="mixed"] .order-item-status .order-status-icon-text.mixed {
	display: block;
}

.order-item-status-and-buttons-area[data-order-item-status="declined"] .order-item-status .order-status-icon-text.declined {
	display: block;
}

/* ADMIN ORDERS END */
/* ABOUT PAGE START */
.general-page-opening-alt {
	padding-top: 145px;
	box-sizing: content-box;
	text-align: center;
	position: relative;
	background: url(../../assets/images/clouds-page-general-new.svg), linear-gradient(144.57deg, #E0AAFF 0%, #C77DFF 100%);
	background-repeat: no-repeat;
	background-size: max(100%, 1600px), 100%;
	background-position-y: bottom, 100%;
	background-position-x: center;
}

.side-to-side-container {
	display: flex;
	flex-wrap: wrap;
}

.side-to-side-container > div {
	flex: 0 0 50%;
	max-width: 50%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.right-side-container {
	/* display: flex;
  align-items: center;
  justify-content: flex-start; */
	text-align: right;
	padding-left: 50px;
}

.general-page-opening-alt.only-title {
	padding-bottom: 12%;
	background-size: max(100%, 1400px), 100%;
}

.general-page-opening-alt.only-title .general-opening-text-container {
	margin-top: 80px;
}

.general-page-opening-alt .right-side-container {
	padding-bottom: 15%;
}

.side-to-side-image-container img {
	/* height: 550px; */
	height: 500px;
	width: 100%;
	object-fit: contain;
	display: block;
}

.general-page-opening-alt .side-to-side-container {
	margin-top: 60px;
}

.side-to-side-text-container {
	max-width: 550px;
}

.advantages-section.alt {
	padding-top: 170px;
	padding-bottom: 150px;
	background: url(../../assets/images/about-thats-why-us-clouds.svg);
	background-position: left;
	/* background-size: 40%; */
	background-size: contain;
	background-repeat: no-repeat;
}

#about-fourth-section {
	padding-top: 80px;
	padding-bottom: 80px;
}

#about-fifth-section .section-title {
	font-size: 34px;
	margin-bottom: 25px;
}

#about-fifth-section {
	padding-top: 50px;
	/* padding-bottom: 80px; */
}
/* ABOUT PAGE END */
/* CONTACT US PAGE START */
.contact-us-icons-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.contact-us-single-icon-block {
	flex: 0 0 auto;
	padding: 0 15px;
	text-align: center;
}

.contact-us-icon-image {
	width: 80px;
	height: 80px;
	object-fit: contain;
	display: block;
	margin: 0 auto;
	margin-bottom: 25px;
}

.contact-us-icon-title {
	font-family: Heebo;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 4px;
}

.contact-us-icon-desc {
	color: #808080;
	font-weight: 300;
	font-size: 15px;
}

.contact-us-icon-desc a {
	color: inherit;
}

#contact-us-second-section {
	padding-top: 60px;
}

.narrow.container {
	max-width: 1000px;
}

.main-contact-form-block {
	margin-top: 50px;
	padding: 50px 90px 30px 90px;
	background: white;
	border-radius: 20px;
	text-align: center;
	box-shadow: 0px 25px 35px -16px rgb(0 0 0 / 13%);
	min-height: 300px;
}

#main-contact-form {
	margin-top: 35px;
}

.contact-form-success-emoji {
	width: 140px;
	display: block;
	margin: 0 auto;
	margin-top: 40px;
}

.contact-form-success-button {
	width: 350px;
	margin-top: 40px;
}

.contact-form-thank-you-block {
	display: none;
}

.main-contact-form-block.success .contact-form-thank-you-block {
	display: block;
}

.main-contact-form-block.success .contact-form-form-block {
	display: none;
}
/* CONTACT US PAGE END */
/* DYNAMIC CONTENTS START */
.dynamic-contents{
	font-size: 17px;
}

.dynamic-contents p {
	margin-top: 1em;
	margin-bottom: 1em;
}

.dynamic-contents ol,
.dynamic-contents ul {
	margin-top: 1em;
	margin-bottom: 1em;
	padding-right: 40px;
}

.dynamic-contents h1 {
	font-size: 25pt;
}

.dynamic-contents h2 {
	font-size: 23pt;
}

.dynamic-contents h3 {
	font-size: 18pt;
}

.dynamic-contents h4 {
	font-size: 12pt;
}

.dynamic-contents h5 {
	font-size: 10pt;
}

.dynamic-contents h6 {
	font-size: 8pt;
}

.dynamic-contents img {
	width: auto;
	object-fit: cover;
}

.ltr{
	direction: ltr;
}

@media (max-width: 768px) {
	.dynamic-contents {
		font-size: 15px;
	}

	.dynamic-contents ol,
	.dynamic-contents ul {
		padding-right: 25px;
	}

	.dynamic-contents h1 {
		font-size: 22pt;
	}

	.dynamic-contents h2 {
		font-size: 19pt;
	}

	.dynamic-contents h3 {
		font-size: 17pt;
	}
}

/* DYNAMIC CONTENTS END */
/* BLOG POST START */
.blog-post-related-tags {
	text-align: center;
	margin-top: 40px;
}

.related-tags-title {
	margin-bottom: 25px;
}

.blog-post-related-tag {
	border-radius: 25px;
	max-width: 100%;
	font-weight: 500;
	font-size: 16px;
	cursor: pointer;
	position: relative;
	z-index: 0;
	padding: 8px 20px;
	min-width: 130px;
	display: inline-block;
	color: black;
	border: 1px solid #5A189A;
	position: relative;
	transition: color 0.2s;
	margin: 12px 7px 0 7px;
}

.blog-post-related-tag:hover {
}

.blog-post-related-tag::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(313.51deg, #7B2CBF 0%, #0066FF 100%);
	border-radius: 25px;
	z-index: -1;
	transition: opacity 0.2s;
	opacity: 0;
}

.blog-post-related-tag:hover {
	color: white;
}

.blog-post-related-tag:hover::after {
	opacity: 1;
}

.blog-post-related-tags-container {
    margin: -12px -7px 0 -7px;
}

.blog-post-related-tag:not(:last-of-type) {
	/* margin-left: 20px; */
}
/* BLOG POST END */
/* BLOG START */
.blog-list-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.blog-list-container > div {
	flex: 0 0 auto;
	padding: 0 20px;
	margin-top: 40px;
	/* margin-bottom: 20px; */
}
/* BLOG END */
/* ORDER THANK YOU START */
#order-thank-you-area {
	padding-top: 145px;
}

.order-thank-you-container {
	padding-top: 100px;
	padding-bottom: 100px;
}

.order-thank-you-box {
	max-width: 800px;
	background-color: #ffffff;
	box-shadow: 0px 15px 35px -17px rgb(0 0 0 / 15%);
	border-radius: 20px;
	text-align: center;
	padding: 30px;
	margin: 0 auto;
}

.order-thank-you-image {
	width: 150px;
	display: block;
	margin: 25px auto 0 auto;
}

.order-thank-you-sub {
	margin-top: 8px;
}

.order-thank-you-desc {
	margin-top: 11px;
	line-height: 1.3em;
}

.order-thank-you-button {
	margin-top: 30px;
	width: 220px;
}
/* ORDER THANK YOU END */
/* INSTAGRAM BOT PAGE START */
#instagram-bot-first-section .side-to-side-text-container {
	max-width: 100%;
}

#instagram-bot-first-section .side-to-side-image-container img {
	height: 560px;
}

#instagram-bot-first-section .side-to-side-container {
	margin-top: 30px;
}

#bot-contact-strip {
	position: relative;
}

#bot-contact-strip::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 11%;
	width: 93%;
	height: 0;
	box-shadow: 0 2px 40px 30px rgb(0 0 0 / 10%);
	right: 0;
	margin: 0 auto;
}

.bot-contact-strip-contents {
	/* height: 200px; */
	background: white;
	position: relative;
	z-index: 1;
	padding-top: 30px;
}

.bot-contact-strip-bottom {
	position: relative;
	z-index: 1;
	max-width: 2000px;
}

.bot-contact-strip-bottom img {
	display: block;
	width: 100%;
}

.bot-contact-strip-title {
}

.bot-contact-strip-contents-block.success .bot-contact-strip-contents-form-block {
	display: none;
}

.bot-contact-strip-contents-block.success .bot-contact-strip-contents-thank-you-block {
	display: flex;
}

.bot-contact-strip-contents-thank-you-block {
	display: none;
	align-items: center;
	justify-content: center;
	position: relative;
}

.bot-contact-strip-success-emoji {
	width: 100px;
	margin-right: 20px;
}

.general-form.thirds > div {
	flex: 0 0 33.3333%;
	max-width: 33.3333%;
}

#bot-contact-form {
	margin-top: 25px;
}

.general-form#bot-contact-form .general-btn[type="submit"] {
	margin: 0 auto;
	display: block;
	margin-top: 4px;
}

#instagram-bot-second-section {
	padding-top: 70px;
}

.youtube-iframe-video-container {
	position: relative;
	padding-bottom: 56.25%;
	width: 100%;
}

.youtube-iframe-video {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.youtube-iframe-video-block {
	margin: 0 auto;
	max-width: 850px;
	margin-top: 60px;
}

#instagram-bot-third-section {
	padding-top: 70px;
}

.shadowed-box {
	border-radius: 20px;
	background-color: #ffffff;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.13);
	padding: 50px 15px;
	position: relative;
}

#instagram-bot-list-box-emoji {
	position: absolute;
	width: 230px;
	right: -65px;
	top: -90px;
	transform: rotate(34deg);
}

#instagram-bot-third-section > .container {
	padding-right: 100px;
	padding-left: 100px;
}

.pricing-package-buy-now {
	margin-top: 25px;
}

#instagram-bot-third-section .shadowed-box {
	padding-bottom: 20px;
}

#instagram-bot-fifth-section {
	padding-top: 100px;
	background: url(../../assets/images/colorful-clouds-alt-checkout.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position-x: center;
	padding-bottom: 19%;
	background-position-y: bottom;
}

#instagram-bot-fifth-section .section-title,
#instagram-bot-sixth-section .section-title {
	margin-bottom: 30px;
}

#instagram-bot-fifth-section .section-description {
	color: black;
	/* max-width: unset; */
}

#instagram-bot-fifth-section-point-up-decorator {
	position: absolute;
	left: 205px;
	top: -20px;
	width: 140px;
	transform: rotate(40deg);
}

#instagram-bot-fifth-section-claps-decorator {
	position: absolute;
	width: 160px;
	right: 101px;
	bottom: -130px;
}

#instagram-bot-fourth-section {
	padding-top: 95px;
	padding-bottom: 40px;
	background: url(../../assets/images/orange-clouds.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position-x: center;
	background-position-y: 65%;
}

.client-examples-carousel img.client-example-image {
	height: 330px;
	margin: 0 auto;
	margin-bottom: 22px;
	width: auto;
	object-fit: contain;
}

.single-client-example {
	text-align: center;
	background-color: #ffffff;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.13);
	border-radius: 20px;
	padding: 25px;
}

.client-example-period {
	margin-bottom: 22px;
}

.client-example-stats {
	display: flex;
	flex-wrap: wrap;
}

.client-example-single-stat {
	flex: 0 0 50%;
	padding: 8px 0;
}

.client-example-single-stat p {
	color: #808080;
	font-size: 15px;
}

.client-example-single-stat p span {
	color: black;
	display: block;
}

.client-example-single-stat:nth-of-type(2n-1) {
	border-left: 1px solid #979797;
}

.client-example-single-stat:nth-of-type(1),
.client-example-single-stat:nth-of-type(2) {
	border-bottom: 1px solid #979797;
}

.client-examples-carousel .owl-stage {
	padding: 30px 0;
}

.client-examples-carousel {
	margin-top: 20px;
	padding: 0 20px;
}

.client-examples-carousel .item {
	padding: 0 30px;
}

.client-examples-carousel .owl-nav > button i {
	font-size: 25px;
}

.client-examples-carousel .owl-nav > button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.client-examples-carousel .owl-nav > button.owl-prev {
	left: 0;
}

.client-examples-carousel .owl-nav > button.owl-next {
	right: 0;
}

.client-examples-carousel .owl-nav {
	/* display: block !important; */
}

#instagram-bot-sixth-section {
	margin-top: -2.5%;
	padding-bottom: 30px;
}

#instagram-bot-sixth-section .section-description {
	max-width: 1000px;
}

#instagram-bot-sixth-section .check-list-container {
	max-width: 1000px;
	padding: 0 10px;
	margin: 0 auto;
	margin-top: 25px;
}

.instagram-bot-page-likes-followers-comments-strip {
	position: absolute;
	width: 230px;
	bottom: 153px;
	right: 95px;
}
/* INSTAGRAM BOT PAGE END */

@media (max-width: 1500px) {
	.intro-right-side {
		/* padding-right: 30px; */
		padding-left: 40px;
	}
	.advantages-section.default {
		background-image: url(../../assets/images/colorful-clouds-new-2.svg);
		background-size: 1500px;
		background-position: center;
		margin-top: 70px;
	}
	.container {
		max-width: 1300px;
	}

	.intro-text h1 {
		font-size: 37px;
	}

	.header .logo-container img {
		width: 230px;
	}

	.intro-left-side {
		padding-bottom: 78px;
	}

	.intro-left-side-image {
		height: 508px;
	}

	.line-service-single-container .line-service-single {
		padding-left: 25px;
	}

	.line-service-single-container .line-service-arrow-icon,
	.line-service-single-container:hover .line-service-arrow-icon {
		left: 10px;
	}

	.line-service-title {
		font-size: 15px;
	}

	#instagram-bot-list-box-emoji {
		right: -90px;
	}

	#instagram-bot-fifth-section-point-up-decorator {
		left: 100px;
	}

	#instagram-bot-fifth-section-claps-decorator {
		right: 20px;
	}

	.instagram-bot-page-likes-followers-comments-strip {
		bottom: 130px;
		right: 50px;
	}
}

@media (max-width: 1440px) {
	#instagram-page-logo-hearts-decoration {
		width: min(21%, 340px);
		left: 6%;
		bottom: 100px;
	}

	#facebook-page-logo-decoration {
		left: 11%;
		bottom: 100px;
	}
	#tiktok-page-logo-decoration {
		left: 8%;
		bottom: 100px;
	}

	#youtube-page-logo-decoration {
		bottom: 28%;
		right: 5%;
	}

	#linkedin-page-logo-decoration {
	}

	#instagram-page-feed-hearts-decoration {
		width: min(19%, 340px);
		right: 7%;
	}

	#facebook-page-feed-logos-decoration {
		bottom: 60px;
	}

	#tiktok-page-feed-decoration {
		right: 4%;
	}

	#youtube-page-feed-logos-decoration {
		left: 4%;
		width: min(20%, 380px);
	}

	#linkedin-page-laptop-logos-decoration {
		left: 2%;
		width: min(27%, 500px);
	}

	.side-to-side-image-container img {
		height: 470px;
	}

	.general-page-opening-alt {
		background-size: max(100%, 1500px), 100%;
	}

	#instagram-bot-first-section .side-to-side-image-container img {
		height: 490px;
	}

	#instagram-bot-fifth-section-claps-decorator {
		right: 190px;
		bottom: -137px;
		width: 120px;
	}

	#instagram-bot-fifth-section-point-up-decorator {
		width: 110px;
		top: -20px;
		left: 130px;
	}

	.instagram-bot-page-likes-followers-comments-strip {
		width: 200px;
		bottom: 110px;
	}
}

@media (max-width: 1400px) {
	.client-examples-carousel .item {
		padding: 0 15px;
	}

	.general-page-opening-alt.only-title{
		padding-bottom: 180px;
	}
}

@media (max-width: 1350px) {
	.container {
		max-width: 1150px;
	}

	.header .logo-container img {
		width: 200px;
	}

	.header-nav-bar > ul > li {
		margin: 0 11px;
	}

	.intro-right-side {
		padding-left: 20px;
	}

	.intro-line-services {
		margin-left: -15px;
		margin-right: -15px;
	}

	.intro-line-services .line-service-single-container {
		padding: 0 15px;
	}

	.intro-text h1 {
		font-size: 33px;
	}

	.home-big-platforms .big-service-single-container {
		flex: 0 0 33.3333%;
		max-width: 33.3333%;
	}

	.home-big-platforms .big-service-single-container:not(:last-of-type):not(:nth-last-of-type(2)) {
		margin-bottom: 40px;
	}

	.home-big-platforms {
		justify-content: center;
	}

	#first-section {
		background-position-x: 46%;
		background-position-y: 101%;
	}

	.intro-left-side-image {
		height: 445px;
	}

	.single-recommendation-circle {
		width: 280px;
		height: 280px;
	}

	.single-news-post {
		width: 330px;
	}

	.pricing-package-single {
		width: 250px;
	}

	#instagram-bot-list-box-emoji {
		width: 170px;
		top: -60px;
		right: -80px;
	}

	#instagram-bot-third-section {
		padding-top: 100px;
	}

	#instagram-bot-third-section > .container {
		padding-left: 120px;
		padding-right: 120px;
	}

	#instagram-bot-fifth-section-claps-decorator {
		right: 130px;
		bottom: -135px;
	}

	#instagram-bot-fifth-section {
		background-size: 1400px;
		background-position-y: 90px;
		padding-bottom: 235px;
	}

	.client-example-single-stat p {
		font-size: 14px;
	}

	.single-client-example {
		padding-left: 15px;
		padding-right: 15px;
	}

	.instagram-bot-page-likes-followers-comments-strip {
		bottom: 90px;
		right: 20px;
	}
}

@media (max-width: 1200px) {
	.intro-right-side {
		padding-right: 20px;
		padding-left: 10px;
	}

	.single-blog-post {
		width: 300px;
	}

	.side-to-side-image-container img {
		height: 400px;
	}

	.general-page-opening-alt {
		/* background-position-y: 520px, 100%; */
	}

	.right-side-container {
		padding-left: 20px;
	}
	.general-page-opening-alt .right-side-container {
		padding-bottom: 20%;
	}

	.side-to-side-container {
		/* padding: 0 15px; */
	}

	.single-service-box-single-step {
		width: 420px;
	}

	.single-service-box-single-step.full {
		width: 880px;
	}

	.single-service-page-opening {
		padding-left: 25px;
		padding-right: 25px;
	}

	body.checkout-page #cart-side {
		width: 460px;
	}

	#checkout-area {
		padding-left: 460px;
	}

	.instagram-bot-page-likes-followers-comments-strip {
		bottom: 21%;
		right: 20px;
	}
}

/* SMALL TABLET/LAPTOP BREAKPOINT */
@media (max-width: 1150px) {
	.advantages-container .single-advantage-container {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.advantages-container .single-advantage-container:nth-of-type(1),
	.advantages-container .single-advantage-container:nth-of-type(2) {
		margin-bottom: 30px;
	}

	.header-login-reg,
	.header-user-text {
		display: none;
	}

	.cart-header {
		margin-left: 0;
	}

	.header-nav-bar {
		display: none;
	}

	.header-contents {
		justify-content: space-between;
		padding: 0 20px;
	}

	.header-mobile-right {
		display: flex;
	}

	.header .logo-container {
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		display: table;
	}

	.header .logo-container img {
		width: 240px;
	}

	.intro-line-services {
		display: none;
	}

	#first-section > .container > div {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.intro-right-side {
		padding-top: 40px;
		text-align: center;
		padding-left: 0;
		padding-right: 0;
	}

	.intro-left-side {
		padding-right: 0;
		padding-top: 30px;
		padding-bottom: 44px;
	}

	.intro-left-side .image-container {
		max-width: 600px;
		margin: 0 auto;
	}

	.single-footer-links-container {
		flex: 0 0 100%;
		max-width: 100%;
	}

	#first-section {
		background-position-x: center, 0;
		background-size: 1150px, 100%;
	}

	.header {
		background: white;
		box-shadow: 0 2px 12px 0 rgb(0 0 0 / 20%);
	}

	.advantages-section > .container {
		padding: 0;
	}

	.advantages-section.default {
		background-position: top;
		background-size: 100%;
	}

	.home-mobile-line-services {
		display: block;
	}

	.footer-links-column {
		display: block;
		margin-left: -35px;
		margin-right: -35px;
		margin-top: 0;
	}

	.single-footer-links-container {
		padding: 0;
	}

	.footer-links-column-title {
		margin: 0;
		padding: 21px 10px;
		cursor: pointer;
	}

	.single-footer-links-container:not(:first-of-type):nth-of-type(2n) .footer-links-column-title {
		background: rgb(253 233 220 / 40%);
	}

	.single-footer-links-container:not(:first-of-type):nth-of-type(2n + 1) .footer-links-column-title {
		background: #fde9dc;
	}

	.single-footer-links-container:nth-of-type(2) {
		margin-top: 50px;
	}

	.footer-links-column-links-container {
		overflow: hidden;
		height: 0;
		transition: height 0.3s;
	}

	.footer-links-column-links > * {
		padding-bottom: 10px;
	}

	.footer-links-column-links > *:first-child {
		padding-top: 20px;
	}

	.footer-links-column-links > *:last-child {
		padding-bottom: 20px;
	}

	.footer-victory-decorator {
		width: 150px;
		height: 150px;
		top: -30px;
	}

	.eighth-section-hand-with-pen-decorator {
		width: 175px;
		height: 175px;
		top: -89px;
		left: 25px;
	}

	.footer-links-column-title::after {
		font-family: "Font Awesome 6 Free";
		font-weight: 900;
		content: "\f078";
		margin-right: 7px;
		transition: all 0.3s;
		display: inline-block;
	}

	.intro-left-side-image {
		height: 508px;
	}

	.top-bar-contact-button {
		display: none;
	}

	.footer {
		text-align: center;
		background-size: 1150px;
		margin-top: 30px;
		padding-top: 140px;
	}

	.footer-links-column.open .footer-links-column-title::after {
		transform: rotate(180deg);
	}

	#instagram-page-logo-hearts-decoration {
		left: 3%;
	}

	#facebook-page-logo-decoration {
		left: 7%;
		bottom: 80px;
	}

	#tiktok-page-logo-decoration {
		left: 7%;
		bottom: 80px;
	}

	#instagram-page-feed-hearts-decoration {
		right: 4%;
		width: min(18%, 340px);
	}

	#facebook-page-feed-logos-decoration {
		right: 3%;
		bottom: 30px;
	}

	#tiktok-page-feed-decoration {
		right: 3%;
		bottom: 30px;
	}

	#youtube-page-feed-logos-decoration {
		left: 3%;
	}

	#youtube-page-logo-decoration {
		right: 3%;
	}

	#linkedin-page-laptop-logos-decoration {
		left: 1%;
		width: min(26%, 500px);
	}

	#linkedin-page-logo-decoration {
		/* right: 3%; */
		bottom: 7%;
	}

	#instagram-bot-fifth-section-claps-decorator {
		width: 150px;
		bottom: -180px;
	}

	#instagram-bot-fifth-section-point-up-decorator {
		top: -130px;
		transform: rotate(55deg);
		width: 120px;
	}

	#instagram-bot-fifth-section {
		padding-top: 150px;
	}

	#instagram-bot-fifth-section {
		background-position-y: bottom;
	}

	.footer-social-links-container{
		margin-bottom: 30px;
		margin-top: 30px;
	}
}

@media (max-width: 1100px) {
	.single-service-listing-container {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.account-page-main-container {
		padding-left: 70px;
	}

	.account-page-nav-list {
		padding-right: 25px;
	}
}

@media (max-width: 1050px) {
	body.checkout-page #cart-side {
		width: 380px;
	}

	#checkout-area {
		padding-left: 380px;
	}

	body.checkout-page .cart-item-edit {
		font-size: 16px;
		left: 10px;
	}

	body.checkout-page .cart-item-remove {
		width: 30px;
		height: 30px;
	}

	body.checkout-page .cart-item-remove img {
		width: 11px;
	}

	body.checkout-page .cart-single-item-container {
		padding-right: 20px;
	}

	body.checkout-page .cart-item-circle-image {
		height: 62px;
		width: 62px;
	}

	body.checkout-page .mobile-checkout-summary .cart-item-circle-image img {
		width: 33px;
	}

	body.checkout-page .cart-single-item {
		min-height: auto;
		padding-right: 45px;
		padding-left: 55px;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	body.checkout-page .cart-side-contents {
		padding-left: 20px;
		padding-right: 20px;
	}

	.single-service-box-single-step,
	.single-service-box-single-step.full,
	#future-posts-step {
		width: 100%;
	}

	.single-service-box-single-step.left-margin {
		margin-left: 0;
	}

	.single-service-box-platform-decorator-image {
		display: none;
	}

	h1.single-service-main-title {
		font-size: 29px;
		margin-bottom: 20px;
	}

	.ui-slider.main-picker-slider .ui-slider-handle {
		width: 40px;
		height: 40px;
	}

	.service-amount-value-input {
		width: 100px;
		font-size: 19px;
	}

	.service-amount-value-container.general-text-input {
		padding: 10px 10px;
	}

	.slider-min-max-values {
		font-size: 15px;
	}

	.single-service-main-description {
		font-size: 15px;
	}

	.single-service-page-opening {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 1000px) {
	.footer {
		background-size: 1000px;
	}

	.general-page-opening-alt.only-title{
		background-size: 1000px, 100%;
	}

	.general-page-opening-alt.only-title{
		padding-bottom: 150px;
	}
}

@media (max-width: 991px) {
	.home-big-platforms .big-service-single-container {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.home-big-platforms .big-service-single-container:not(:last-of-type) {
		margin-bottom: 40px;
	}

	.home-single-blog-post-container {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.home-single-blog-post-container:not(:last-of-type) {
		margin-bottom: 20px;
	}

	.footer-victory-decorator {
		width: 150px;
		top: -30px;
		height: 150px;
	}

	.eighth-section-hand-with-pen-decorator {
		width: 175px;
		top: -89px;
		left: 25px;
	}

	#instagram-page-logo-hearts-decoration,
	#instagram-page-feed-hearts-decoration,
	#facebook-page-logo-decoration,
	#youtube-page-logo-decoration,
	#linkedin-page-logo-decoration,
	#tiktok-page-logo-decoration {
		display: none;
	}

	#instagram-page-logo-hearts-mobile-decoration {
		display: block;
	}

	#facebook-page-feed-logos-decoration {
		right: 0;
		left: 0;
		margin: 0 auto;
		bottom: -5px;
		width: 140px;
	}

	#tiktok-page-feed-decoration {
		right: 0;
		left: 0;
		margin: 0 auto;
		bottom: -5px;
		width: 130px;
	}

	#youtube-page-feed-logos-decoration {
		right: 0;
		left: 0;
		margin: 0 auto;
		bottom: -5px;
		width: 160px;
	}

	#linkedin-page-laptop-logos-decoration {
		right: 0;
		left: 0;
		margin: 0 auto;
		bottom: -5px;
		width: 310px;
	}

	.general-opening-text-container {
		margin-top: 20px;
	}

	.side-to-side-container {
		flex-direction: column;
		align-items: center;
	}

	.general-page-opening-alt .side-to-side-container {
		margin-top: 20px;
	}

	.general-page-opening-alt .right-side-container {
		padding-bottom: 50px;
		padding-left: 0;
	}

	.side-to-side-container > div {
		text-align: center;
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0;
	}

	.general-page-opening-alt {
		/* background-position-y: 160%, 100%; */
	}

	.side-to-side-image-container img {
		height: 330px;
	}

	.side-to-side-container.reverse-on-mobile {
		flex-direction: column-reverse;
	}

	#about-second-section {
		padding-top: 20px;
		margin-bottom: -90px;
	}

	.side-to-side-container/*.reverse-on-mobile */
.left-side-container {
		padding-bottom: 30px;
	}

	#instagram-bot-first-section .side-to-side-container .left-side-container {
		padding-bottom: 0;
	}

	.advantages-section.alt {
		padding-top: 120px;
		background-position-y: top;
		padding-bottom: 0;
	}

	#about-fourth-section {
		padding-top: 60px;
		padding-bottom: 30px;
	}

	#about-fifth-section {
		padding-bottom: 10px;
	}

	.general-page-opening {
		padding-bottom: 220px;
	}

	.selection-single-post-container {
		flex: 0 0 33.3333%;
	}

	.order-thank-you-container {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	#instagram-bot-first-section .side-to-side-image-container img {
		height: 380px;
	}

	.bot-contact-strip-title {
		text-align: center;
	}

	#instagram-bot-third-section > .container {
		padding: 0;
	}

	#instagram-bot-list-box-emoji {
		left: 0;
		right: 0;
		bottom: 0;
		top: unset;
		transform: translateY(50%) rotate(34deg);
		margin: 0 auto;
		width: 145px;
	}

	#instagram-bot-third-section .shadowed-box {
		padding-bottom: 70px;
	}

	#instagram-bot-third-section > .container {
		padding: 0;
	}

	#instagram-bot-list-box-emoji {
		left: 0;
		right: 0;
		bottom: 0;
		top: unset;
		transform: translateY(50%) rotate(34deg);
		margin: 0 auto;
		width: 145px;
	}

	#instagram-bot-third-section .shadowed-box {
		padding-bottom: 70px;
	}

	.instagram-bot-page-likes-followers-comments-strip {
		display: none;
	}

	.pricing-packages-container > div {
		max-width: 100%;
	}

	.pricing-package-single{
		width: 330px;
	}
}

/* @media(max-width: 950px){
  
} */

@media (max-width: 850px) {
	body.checkout-page #cart-side {
		display: none;
	}

	#checkout-area {
		padding-left: 0;
	}

	.checkout-container .general-page-title {
		display: none;
	}

	.checkout-container {
		padding-top: 230px;
	}

	.mobile-checkout-summary {
		display: block;
	}

	.box-contianer-title {
		font-size: 18px;
	}

	.box-container-arrow {
		font-size: 20px;
	}

	.box-container {
		margin-top: 20px;
	}

	.bot-contact-strip-bottom::before {
		content: "";
		height: 20px;
		width: 100%;
		display: block;
		background: white;
	}
}

@media (max-width: 810px) {
	.contact-us-single-icon-block {
		flex: 0 0 100%;
	}

	.contact-us-single-icon-block:not(:last-of-type) {
		margin-bottom: 25px;
	}

	.contact-form-title {
		font-size: 29px;
	}

	.main-contact-form-block {
		padding-left: 30px;
		padding-right: 30px;
	}

	#contact-us-second-section {
		padding-top: 20px;
	}
}

@media (max-width: 767px) {
	.home-single-blog-post-container {
		flex: 0 0 100%;
		max-width: 100%;
	}

	#fifth-section {
		background-size: 800px;
		padding-bottom: 150px;
	}

	.single-service-listing-container {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.selection-post-single-stat {
		font-size: 14px;
	}

	.selection-single-post-container {
		flex: 0 0 50%;
	}

	.general-form.thirds > div {
		flex: 0 0 100%;
		max-width: 100%;
	}

	#instagram-bot-fifth-section-point-up-decorator {
		left: 60px;
	}

	#instagram-bot-fifth-section-claps-decorator {
		right: 100px;
	}

	.client-examples-carousel {
		padding: 0 20px;
	}

	#instagram-bot-fourth-section {
		background-position-y: bottom;
		background-size: 900px;
		padding-bottom: 60px;
	}

	#instagram-bot-fifth-section {
		padding-top: 70px;
	}

	.account-page-main-container {
		padding: 0 15px;
	}
	
	.account-page-nav-container {
		position: static;
		width: auto;
		margin-bottom: 40px;
		white-space: nowrap;
		overflow-x: auto;
		padding-bottom: 6px;
	}
	
	.account-page-nav-list {
		display: flex;
		justify-content: flex-start;
	}
	
	.account-page-nav-list > li {
		padding: 0 6px;
		margin: 0;
	}
	
	#account-details > div {
		max-width: 100%;
		flex: 0 0 100%;
	}
	
	#save_account_details {
		width: 100%;
		margin: 0 12px;
	}
	
	.account-page-nav-list {
		padding-right: 0;
		/* margin: 0 -10px; */
		font-size: 16px;
	}
	
	.single-order-main-info > div {
		padding: 0 5px;
	}
	
	.single-order-main-info {
		padding-left: 35px;
		font-size: 14px;
		padding: 15px 10px 15px 35px;
	}
	
	.single-order-block{
		min-width: 500px;
		box-shadow: none;
	}
	
	.single-order-block-arrow-down {
		left: 11px;
		font-size: 16px;
	}

	.orders-container{
		overflow-x: auto;
	}

	.single-blog-post,.blog-list-container > div {
		width: 100%;
	}

	.blog-list-container > div{
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 676px) {
}

/* MOBILE BREAKPOINT */
@media (max-width: 667px) {
	.top-bar-text {
		font-size: 14px;
		padding: 0;
	}

	#breadcrumbs ul li:not(:last-of-type)::after {
		margin: 0 3px;
	}

	#breadcrumbs ul li {
		font-size: 14px;
	}

	.header .logo-container {
		position: static;
		margin-right: 0;
		margin-left: 30px;
	}

	.header .logo-container img {
		width: 180px;
	}

	.header-contents {
		padding-left: 0;
		padding-right: 0;
		min-height: 80px;
	}

	.general-page-opening-alt,
	#checkout-area,
	#pay-area,
	#order-thank-you-area {
		padding-top: 125px;
	}

	.phone-circle {
		width: 30px;
		height: 30px;
		font-size: 14px;
	}

	.hamburger-trigger span {
		height: 5px;
		width: 30px;
	}

	.hamburger-trigger span:not(:last-of-type) {
		margin-bottom: 4px;
	}

	.phone-circle-container {
		margin-right: 11px;
	}

	.home-big-platforms .big-service-single-container {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.advantages-block-container {
		padding: 53px 10px;
	}

	.pricing-package-price {
		font-size: 24px;
	}

	.pricing-package-features-list{
		font-size: 15px;
	}

	h2 {
		font-size: 28px;
	}

	h4{
		font-size: 22px;
	}

	h5{
		font-size: 19px;
	}

	h6 {
		font-size: 16px;
	}

	.advantages-section.default {
		background-position: top;
		background-size: 800px;
		/* padding-top: 160px;
  margin-top: 40px; */
		padding-top: 170px;
		margin-top: 60px;
	}

	#fifth-section {
		/* background-size: 700px;
  padding-bottom: 120px; */
		background-size: 900px;
		padding-bottom: 160px;
		background-position-x: center;
	}

	.footer-victory-decorator {
		width: 130px;
		right: 10px;
		height: 130px;
	}

	.eighth-section-hand-with-pen-decorator {
		left: 30px;
		height: 150px;
		width: 150px;
		top: -80px;
	}

	.single-service-page-opening {
		padding-top: 125px;
		background-position-y: 125px;
		background-size: 900px;
		background-position-x: center;
	}

	.general-page-opening {
		padding-top: 125px;
		padding-bottom: 210px;
	}

	.general-opening-text {
		font-size: 16px;
	}

	.general-opening-title {
		font-size: 30px;
	}

	.general-page-opening-alt .general-opening-title {
		font-size: 35px;
	}

	#cart-side,
	#cart-side-overlay {
		height: calc(100vh - 125px);
	}

	.cart-icon-counter {
		width: 18px;
		height: 18px;
		right: 0;
		font-size: 11px;
	}

	.cart-icon {
		font-size: 18px;
	}

	.mobile-checkout-summary {
		top: 125px;
	}

	.checkout-auth-buttons {
		text-align: center;
	}

	.checkout-auth-buttons button {
		font-size: 15px;
		padding: 0 12px;
		height: 46px;
	}

	#checkout-reg {
		margin-right: 5px;
	}

	.hide-on-mobile {
		display: none !important;
	}

	#future-posts-step {
		flex-direction: column;
	}

	#future-posts-amount {
		margin-right: 0;
		margin-top: 10px;
		width: 100%;
	}

	#instagram-bot-fifth-section-claps-decorator {
		right: 25px;
		width: 136px;
	}

	#instagram-bot-fifth-section-point-up-decorator {
		left: 25px;
		top: -140px;
	}

	.single-advantage-text {
		font-size: 13px;
	}

	.section-description {
		font-size: 14px;
	}

	.cart-item-details-container {
		line-height: 1.2em;
		font-size: 15px;
	}

	/* .general-page-opening-alt.only-title{
		padding-bottom: 110px;
	}

	.general-page-opening-alt.only-title .general-opening-text-container{
		margin-top: 20px;
	} */

	.single-blog-post-text {
		font-size: 15px;
	}

	.single-blog-post-title{
		font-size: 17px;
	}
}

@media (max-width: 600px) {
	.intro-left-side {
		padding-top: 60px;
	}

	.intro-left-side-image {
		height: auto;
		margin-bottom: 33px;
	}

	.single-service-main-box {
		padding: 30px 20px;
	}

	#first-section {
		background-image: url(../../assets/images/first-section-clouds-mobile.svg), linear-gradient(144.57deg, #E0AAFF 0%, #C77DFF 100%);
		background-size: 105%, 100%;
		background-position-y: bottom;
		background-position-x: -10px, 0;
	}
}

@media (max-width: 576px) {
	.footer-victory-decorator {
		width: 130px;
		height: 130px;
	}

	.side-to-side-image-container img {
		height: 270px;
	}

	.general-page-opening-alt {
		/* background-position-y: 150%; */
		background-size: 1100px;
		/* background-position-x: left; */
	}

	.general-page-opening-alt .right-side-container {
		padding-bottom: 35px;
	}

	.contact-form-title {
		font-size: 25px;
	}

	.main-contact-form-block {
		padding-left: 15px;
		padding-right: 15px;
	}

	.general-form > div {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.contact-us-icon-image {
		height: 60px;
		width: 60px;
	}

	.contact-us-icon-title {
		font-size: 18px;
	}

	.contact-us-icon-desc {
		font-size: 14px;
	}

	.auth-container {
		padding-left: 30px;
		padding-right: 30px;
	}

	.general-text-input.input-repeater-input {
		padding-left: 45px;
	}

	.input-repeater-success-check {
		width: 18px;
		left: 12px;
	}

	.general-text-input.input-repeater-input {
		padding-left: 37px;
	}

	.show-on-small-mobile {
		display: block;
	}

	.contact-form-success-button {
		width: 210px;
	}

	.contact-form-success-emoji {
		width: 130px;
	}

	.check-list-item-text-container h5 {
		font-size: 18px;
	}

	.check-list-item-text-container p {
		font-size: 14px;
	}

	.check-list-item-check-image {
		position: absolute;
		top: -20px;
	}

	.single-check-list-item:not(:last-of-type) {
		margin-bottom: 35px;
	}

	.single-check-list-item {
		padding-top: 40px;
	}

	.check-list-item-check-image {
		width: 48px;
	}

	#instagram-bot-sixth-section .check-list-container {
		margin-top: 40px;
	}

	.pricing-package-single,
	.pricing-packages-container > div{
		width: 100%;
	}
}

@media (max-width: 470px) {
	.intro-text h1 {
		font-size: 29px;
	}

	.intro-left-side {
		padding-bottom: 7%;
	}

	.advantages-section.default {
		background-size: 700px;
	}

	.general-opening-title {
		font-size: 27px;
	}

	.general-page-opening-alt .general-opening-title {
		font-size: 32px;
	}

	.general-page-opening-alt .general-opening-title {
		font-size: 32px;
	}

	.general-opening-text {
		/* font-size: 15px; */
	}

	.footer-bottom-bar {
		font-size: 15px;
	}

	.services-page-instagram .general-page-opening {
		/* background-position-x: 70%; */
		/* padding-bottom: 260px; */
	}

	.cart-item-edit {
		font-size: 16px;
		left: 10px;
	}

	.cart-item-remove {
		width: 30px;
		height: 30px;
	}

	.cart-item-remove img {
		width: 11px;
	}

	.cart-single-item-container {
		padding-right: 20px;
	}

	.cart-item-circle-image {
		height: 62px;
		width: 62px;
	}

	.cart-item-circle-image img {
		width: 33px;
	}

	.cart-single-item {
		min-height: auto;
		padding-right: 46px;
		padding-left: 55px;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.cart-side-contents {
		padding-left: 20px;
		padding-right: 20px;
	}

	.selection-post-single-stat {
		font-size: 13px;
	}

	.single-service-box-single-step:not(#amount-selection) {
		padding-left: 20px;
		padding-right: 20px;
	}

	.single-service-box-single-step#manual-posts-step {
		padding-left: 0;
		padding-right: 0;
	}

	.service-listing-title {
		font-size: 17px;
	}

	.service-listing-price-description {
		font-size: 17px;
		margin-top: 5px;
		margin-bottom: 15px;
	}

	.single-service-listing-container .general-btn {
		width: 145px;
		height: 45px;
	}

	.service-listing-circle-image {
		width: 62px;
		height: 62px;
	}

	.service-listing-circle-image img {
		width: 31px;
	}

	.single-service-box-action-buttons > button#buy_now {
		margin-right: 0;
		margin-top: 10px;
	}

	.single-service-box-action-buttons {
		flex-direction: column;
	}

	.single-service-box-action-buttons > button {
		width: 100%;
	}
}

@media (max-width: 450px) {
	.mobile-checkout-summary::after {
		background-size: 790px;
		background-position-x: -30px;
		height: 70px;
	}

	.checkout-summary-main-title {
		font-size: 29px;
	}

	.checkout-summary-sub-main-title {
		font-size: 16px;
	}

	.mobile-checkout-summary {
		padding-bottom: 0;
	}

	.checkout-container {
		padding-top: 190px;
	}

	.order-thank-you-title {
		font-size: 27px;
	}

	.order-thank-you-sub {
		font-size: 15p;
	}

	.order-thank-you-desc br {
		display: none;
	}

	.order-thank-you-desc {
		font-size: 14px;
		margin-top: 11px;
	}

	.order-thank-you-image {
		width: 135px;
	}

	.order-thank-you-button {
		margin-top: 20px;
		width: 200px;
	}

	.client-examples-carousel {
		padding: 0 10px;
	}
}

@media (max-width: 420px) {
	.single-recommendation-circle {
		width: 260px;
		height: 260px;
	}

	.recommendation-circle-type-1 .recommendation-decoration-hands-container {
		left: 25px;
		top: -52px;
		width: 85px;
		height: 85px;
	}

	.recommendation-circle-type-2 .recommendation-decoration-hands-container {
		bottom: -10px;
		right: -30px;
		width: 120px;
		height: 120px;
	}

	.recommendation-circle-type-3 .recommendation-decoration-hands-container {
		right: -50px;
		bottom: 70px;
		width: 90px;
		height: 90px;
	}
}

@media (max-width: 410px) {
	.intro-text h1 {
		font-size: 25px;
	}

	.service-amount-value-input {
		font-size: 17px;
	}

	.service-price-value-container {
		font-size: 18px;
	}
}

@media (max-width: 400px) {
	/* .advantages-section.default{
    background-size: 650px;
  } */
	.home-mobile-line-services {
		padding: 0 35px;
	}

	.side-to-side-image-container img {
		height: 240px;
	}

	.general-page-opening-alt {
		/* background-position-y: 140%; */
		background-size: 1000px;
	}
	
	#apply-cart-coupon-button{
		width: 120px;
	}
}

@media (max-width: 390px) {
	.selection-single-post-container {
		flex: 0 0 100%;
		max-width: 200px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 380px) {
	.modal {
		padding: 0 10px;
	}

	.auth-container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.client-example-single-stat p {
		font-size: 12px;
	}

	.single-client-example {
		padding-left: 5px;
		padding-right: 5px;
	}
}

@media (max-width: 370px) {
	.intro-text h1 {
		font-size: 23px;
	}

	.top-bar-text{
		font-size: 13px;
	}
}
