html {
	scroll-behavior: smooth
}

body {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	font-size: 18px;
	color: #000;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	line-height: 1.7;
}

img {
	max-width: 100%;
	height: auto;
}

p {
	margin-bottom: 0;
}

a {
	text-decoration: none;
}

a:hover {
	color: var(--sky-blue-color);
}

p+p {
	margin-top: 1rem;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

p {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.3;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	font-family: 'Raleway', sans-serif;
}

.container {
	width: 80%;
	max-width: 1200px;
}

.section {
	padding: 60px 0px;
}

:root {
	--main-color: #3e5171;
	--bg-main-color: #3e5171;
	--sky-blue-color: #2db5fa;
	--bg-main-light: #3e5171cc;
	--bg-sky-blue-color: #2db5fa;
	--font-family: 'Open Sans', ans-serif;
	--bg-gray-color: #f2f2f2;
	--bg-light-blue: #4a90e2;
}

.main-color {
	color: var(--main-color);
}

.bg-main-color {
	background-color: var(--bg-main-color);
}

.bg-light-blue{
	background-color: var(--bg-light-blue) !important;
}
.blue-color {
	color: var(--sky-blue-color);
}

.bg-gray {
	background-color: var(--bg-gray-color)
}

.bg-blue-color {
	background-color: var(--bg-sky-blue-color);
}

.bg-main-light {
	background-color: var(--bg-main-light);
}

.nav-link,
.nav-link .active {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	color: var(--main-color);
}

.nav-link:hover {
	color: var(--sky-blue-color);
}

.nav-link.active {
	color: var(--sky-blue-color) !important;
}

.nav-link:hover::nth-last-child() {
	background-color: var(--bg-sky-blue-color);
}

.btn.btn-custom{
	background-color: var(--bg-sky-blue-color);
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	transition: all ease-in-out .5s;
	letter-spacing: 1px;
	width: fit-content;
}

.btn:not(.bootbox-btn):hover {
	background-color: var(--bg-main-color);
}

.top-50 {
	top: 50%;
	transform: translateY(-50%);
}

.text-block h1 {
	font-size: 60px;
	font-weight: 900;
}

.fs-55 {
	font-size: 55px;
	font-weight: 900;
	line-height: 40px;
}

.text-block h2 {
	font-weight: 900;
	font-size: 34px;
	line-height: 35px;
}

.header {
	transition: all ease-in-out .5s;
}

.sticky-header {
	background-color: #fff;
	color: #fff;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0px 0px !important;
	z-index: 100;
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) !important;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) !important;
}

.sticky-header .site-logo img {
	width: 100px;
}

.site-logo img {
	transition: all ease-in-out .5s;
}

.navbar-nav .active a {
	color: var(--sky-blue-color);
}

.banner-section img {
	border-radius: 10px;
}

.banner-image::after {
	content: "";
	position: absolute;
	background: linear-gradient(84deg, #75aef5, #000000a8, transparent);
	width: 100%;
	height: 100%;
	left: 0;
	border-radius: 10px;
}

.dropshippind-section .text-block h2 {
	line-height: 35px;
}

.dropshippind-section .text-block img {
	object-fit: cover;
	text-align: left;
	width: 200px;
	height: 200px;
	border-radius: 50px;
}

.love-branding-section,
.footer-section,
.bg-image,
.features-2,
.Professionelles-section,
.image-with-text,
.blog-banner,
.single-blog-banner {
	background-image: url("../images/bg.ec7313fdfed9.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: inherit;
}

.ft-block {
	font-size: 22px;
	font-weight: 500;
	line-height: 30px;
}

.list-style li {
	color: var(--blue-color);
	font-size: 18px;
	list-style: disc;
	font-weight: 500;
}

.list-style {
	padding: revert;
}

.accordion-button:focus {
	box-shadow: none;
}

.accordion-item {
	border-radius: 0px !important;
	border-bottom: 1px solid #cacaca !important;
	border: 0px;
}

.accordion-button:not(.collapsed) {
	background: transparent;
	color: #2db5fa;
	border-radius: 0px !important;
}

.accordion-button.collapsed {
	color: var(--main-color);
}

.pricing-card .btn {
	width: 100%;
	color: #fff;
	font-size: 14px;
	border: 1px solid #2db5fa;
	letter-spacing: 1px;
}

.pricing-card .btn.disabled {
	background: var(--bg-main-color);
	border: 1px solid var(--bg-main-color);
	;
}

.pricing-card ul li.checked::before {
	opacity: 0;
}

.pricing-card ul li::before {
	content: "✖";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #ff0909;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 10px;
	font-weight: 700;
	width: 16px;
	height: 15px;
	background: #edecec;
	border-radius: 100%;
}

.list-disc {
	list-style: disc;
	font-weight: 500;
}

.pricing-card ul li.checked::after {
	content: "✓";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 10px;
	font-weight: 700;
	width: 16px;
	height: 16px;
	background: green;
	border-radius: 100%;
}

.pricing-card .most-popular ul li::before {
	background: #fff;
}

.form-switch-price .form-check-input:focus {
	box-shadow: none;
}

.mx-1200 {
	max-width: 1200px;
}

.form-switch-price .form-check-input:checked {
	background-color: #2db5fa;
	border: #2db5fa !important;
}

.form-switch-price .form-check-input {
	width: 3rem;
	height: 1.3rem;
	border: 1px solid #2db5fa;
	background-image: url("/static/images/input-switch.721e8f04bf8e.svg");
}

.pricing-card .card {
	transition: all ease-in-out .6s;
	border: 2px solid var(--sky-blue-color);
}

.pricing-card .card:hover {
	transform: scale(1.01);
	transform-origin: bottom;
}

.form-control {
	height: 45px !important;
	font-size: 16px !important;
	color: #575757;
	font-weight: 500;
	border: 1px solid #2db5fa;
}

.form-floating>label {
	padding: 5px 10px !important;
	font-size: 16px;
}

.form-control:focus {
	box-shadow: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 45px !important;
}

.select2-container--default .select2-selection--single {
	width: 100% !important;
	padding: 0.375rem 0.25rem;
	height: 45px !important;
}

.select2-container {
	width: 100% !important;
}

.sign-page {
	background: linear-gradient(124deg, #3e5171d6, #2db5fab5);
}

.sign-page .container {
	max-width: 1600px;
}

.form-check-input[type=checkbox]:focus {
	box-shadow: none;
}

.sign-page {
	.btn {
		background: #3e5171;
		border: 0;
		transition: all ease-in-out .5s;
		text-transform: initial;
		letter-spacing: 0px;
	}

	.btn:hover {
		background: #3e5171;
	}

	.card .card-body h1,
	.title_group h1 {
		color: #3e5171;
	}

	.shadow-box {
		box-shadow: 0 0 10px 2px rgb(209 209 210 / 80%);
		border-radius: 10px;
	}

	.form-label {
		font-size: 14px;
		font-weight: 600;
		color: #334155;
	}

	.allready-acc span {
		color: #7f7f7f;
		font-weight: 500;
		font-size: 15px;
	}

	.btn {
		font-size: 18px;
	}

	span.error {
		color: #dc3545;
		font-size: 14px;
	}

	.contact-add ul li {
		display: flex;
		justify-content: flex-start;
		align-content: center;
	}

	.contact-add ul li img {
		max-width: 35px;
	}

	.pricing-card {
		background: #2db5fa26;
	}
}

.list-unstyled li span {
	font-size: 16px;
}

.discount span {
	background: red;
	color: #fff;
	border-radius: 20px;
	padding: 0px;
	position: absolute;
	width: 95px;
	text-align: center;
	right: -50px;
	bottom: -27px;
	font-size: 13px;
}

.bussi-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	max-height: 600px;
}

.sign-page {
	.ajax-form .error {
		font-size: 14px;
		color: red;
		font-weight: 500;
	}

	.form-check .form-check-label {
		font-size: 12px;
	}
}

.number_fs {
	bottom: -20px;
	z-index: 1;
	width: max-content;
	background: #2db5fa;
	border-radius: 5px;
	padding: 3px 10px;
}

.contact-form span.error {
	color: #dc3545;
	font-size: 14px;
}

.number_fs:first-letter {
	font-size: 22px;
}


.banner-section>div iframe {
	width: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.video-thumbnail {
	position: relative;
	cursor: pointer;
}

.play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 64px;
	color: #000;
	opacity: 0.8;
}

.most-popular {
	background: var(--bg-main-color);
	transform: scale(1.05);
	border: 2px solid var(--sky-blue-color) !important;
}

.most-popular:hover {
	transform: scale(1.04) !important;
}

.most-popular li span, .most-popular h4{
	color: #fff !important;
}

.most-popular hr {
	color: #fff;
	opacity: 1;
}

.most-popular .btn.btn-primary.disabled {
	background-color: #fff !important;
	color: #000;
}

.most-popular .btn.btn-primary {
	background: #fff;
	color: #000;
}

.most-popular .btn.btn-primary:hover {
	background: #2db5fa;
	color: #fff;
}

.divider {
	display: flex;
	align-items: center;
	text-align: center;
}

.divider::before,
.divider::after {
	content: '';
	flex: 1;
	border-bottom: 1px solid #ccc;
}

.divider:not(:empty)::before {
	margin-right: .25em;
}

.divider:not(:empty)::after {
	margin-left: .25em;
}

.allauth-template button[type="submit"] {
	background: #3e5171;
	border: 0;
	transition: all ease-in-out .5s;
	text-transform: initial;
	letter-spacing: 0px;
	color: #fff;
	padding: 6px 15px;
	border-radius: 10px;
	width: 100%;
	margin-top: 20px;
}

.functions-section ul {
	padding-left: 2rem;

	li {
		list-style: disc;

		a {
			color: var(--sky-blue-color);
			text-decoration: underline;
		}
	}
}

.functions-section ol li {
	list-style: decimal;
}

.allauth-template {
	.card-body h1 {
		font-size: 26px;
		font-weight: bold;
	}

	ul {
		padding-left: 2rem;

		li {
			font-size: 15px;
			list-style: disc;
		}
	}

	label {
		font-size: 14px;
		font-weight: 600;
		color: #334155;
		width: 100%;
		margin-bottom: .5rem;
	}

	input {
		height: 45px;
		font-size: 16px !important;
		color: #575757;
		font-weight: 500;
		border: 1px solid #2db5fa;
		border-radius: .375rem;
		width: 100%;
		padding: .375rem .75rem;
	}
}

.love-branding-section {
	display: grid;
	place-content: center;
}

.fs-60 {
	font-size: 4rem;
	font-weight: 800;
}

.fs-50 {
	font-size: 50px;
}

.dropdown-menu .nav-link {
	color: var(--main-color) !important;
}

.dropdown-menu .nav-link:hover {
	color: var(--sky-blue-color) !important;
}

.navbar-toggler:focus {
	box-shadow: 0 0 0 0 #fff !important;
}

.profit-table tfoot::after,
.monthly-profits::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #000;
	bottom: -4px;
}

.fw-500 {
	font-weight: 500;
}

.w-32 {
	width: 32% !important;
}

.pricesmodal-footer .btn.btn-primary {
	background: var(--main-color);
	color: #fff;
	border: 1px solid var(--main-color);
	display: flex;
	align-items: center;
	justify-content: center;
}

.pricesmodal-footer .btn.btn-secondary {
	background: var(--bg-sky-blue-color);
	color: #fff;
	border: 1px solid var(--bg-sky-blue-color);
	display: flex;
	align-items: center;
	justify-content: center;
}

.profit-table tr th:last-child {
	width: 32%;
}

.profit-table tr td:last-child {
	width: 32%;
}

.profit-table tr td {
	padding-top: 0;
	padding-bottom: 0;
}

.profit-table thead tr th {
	font-size: 18px;
	padding-right: 0px;
	vertical-align: middle;
}

.profit-table thead tr th:first-child {
	padding-left: 0;
}

.profit-table tr td:first-child {
	padding-left: 0;
}

.profit-table tfoot tr th {
	padding-top: .5rem !important;
}

.profit-table tfoot tr th:first-child {
	padding-left: 0;
}



.form-range::-webkit-slider-thumb {
	background-color: #000;
	height: 1.3rem;
	width: 1.3rem;
}

.form-range:focus::-webkit-slider-thumb {
	box-shadow: none;
}

.form-range:focus::-moz-range-thumb {
	box-shadow: none;
}

.form-range::-webkit-slider-thumb:active {
	background-color: var(--main-color);
}

.form-range::-webkit-slider-runnable-track {
	height: 0.8rem;
	background-color: #ddd;
}

.claculation-items {
	border-bottom: 0px !important;

	.accordion-header button {
		width: max-content;
	}
}

.view-prices button {
	width: max-content;
}

.sticky_whatsapp_icon {
	position: fixed;
	bottom: 1%;
	right: 1%;
	cursor: pointer;
	z-index: 99999;
	text-decoration: none;
	padding: 5px 10px !important;

	svg {
		width: 22px !important;
		height: 22px !important;
	}

	span {
		font-size: 18px !important;
	}
}


.rotate {
	transform: rotate(180deg);
}

.carousel-cell {
	width: 28%;
	height: 300px;
	margin-right: 10px;
}

/* Scale the selected image */
.carousel-cell.is-selected img {
	transform: scale(1.5);
	opacity: 1;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.carousel-cell:not(.is-selected) img {
	transform: scale(0.7);
	transition: transform 0.3s ease, opacity 0.3s ease;
}


.testimonials_section .flickity-page-dots {
	bottom: 0px !important;
}

.sh_billing li:nth-child(4) span {
	font-size: 18px !important;
	font-weight: 700;
}


/*=----------= shopify-setup=--=-=*/
.blog_search {
	input {
		border-radius: 20px 0 0 20px !important;
	}

	.search_btn {
		border-radius: 0px 20px 20px 0px !important;
	}
}

.blog_cate_name {
	background: #2db5fa4a !important;
}

.blog-pagination .page-item .prev_blog {
	border-radius: 15px 0 0 15px !important;
}

.blog-pagination .page-item .next_blog {
	border-radius: 0px 15px 15px 0px !important;
	text-align: center;
}

.blog-pagination .page-link {
	background: #2db5fa;
	color: #fff;
	font-weight: 500;
	width: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
	grid-gap: 5px;

	svg {
		fill: #fff;
	}
}

.page-item.disabled .page-link {
	background: #f2f2f2;
	color: #000;

	svg {
		fill: #000;
	}
}

.blog_sidebar li:not(:last-child) {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}

/*.blog_image img {
	height: 180px;
	object-fit: contain;
}
*/

.dropdown-btn .down-arrow {
	transform: rotate(90deg);
}

.line-clamp {
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #7a7a7a;
    line-height: 1.6;
}
.light-main-color{
   color: #3e5171de;
}
.hover_img_effect{
      transition: all .2s ease-in-out;
	&:hover img {
    transform: scale(1.02);
}
}
.placeholder_image{
	width: 100%;
	height: 270px;
}
.placeholder_title{
	width: 100%;
	height: 25px;
}
.placeholder_content{
	width: 100%;
	height: 125px;
}
.cate_placeholder{
	width: 100px;
	height: 25px;
}
.single-blog_content p{
	color: #606060 !important;
    font-size: 17px !important;
}
.single-blog_content  h2 {
    font-size: 24px !important;
    color: #3e5171 !important;
    font-weight: bold !important;
}
.placeholder{
	background-color: #f1f1f1;
}
.carousel-cell {
	width: 28%;
	height: 300px;
	margin-right: 10px;
  }
  /* Scale the selected image */
  .carousel-cell.is-selected img {
	transform: scale(1.1);
	opacity: 1;
	transition: transform 0.3s ease, opacity 0.3s ease;
  }
  .carousel-cell:not(.is-selected) img {
	transform: scale(0.7);
	transition: transform 0.3s ease, opacity 0.3s ease;
  }


  .announcement_bar .flickity-slider>div {
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
}
.announcement_bar > div {
    display: none;
}
.announcement_bar > div:first-child {
    display: block;
}
.announcement_bar .flickity-slider {
    display: flex;
    align-items: stretch;
}
.announcement_bar .flickity-slider > div {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-card:hover{
transform: translateY(-5px);
box-shadow: 0 8px 20px rgba(74, 144, 226, 0.2);
}
.transition{
	transition: transform 0.3s, box-shadow 0.3s;
}
.price-tag {
	color: white;
	padding: 6px 12px;
	font-weight: bold;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  }
  .product-card .nav-tabs .nav-link {
    padding: 6px 12px;
    background: #f0f0f0;
    border-radius: 4px;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.2s;
	text-transform: capitalize;
	border: 1px solid #e0e0e0 !important;
	font-weight: 500;
	&:hover{
		color: var(--main-color);
	}
}
/* .product-card .tab-content{
	height: 20vh;
} */
.product-card .nav-tabs .nav-link.active{
	background: var(--bg-sky-blue-color);
    color: white !important;
    border-color: var(--bg-sky-blue-color) !important;
    box-shadow: 0 2px 4px rgba(74, 144, 226, 0.3);
}
.product-card .tab-content .tab-pane .badge{
	padding: 4px 8px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.fs-14{
	font-size: 14px;
}
.fs-11{
	font-size: 11px;
}
.font-Segoe{
   font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
   font-weight: 400;
}
.shadow-md{
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s, box-shadow 0.3s;
}
.fw-500{
	font-weight: 500;
}
div#product-images{
	position: relative;
}
div#product-images a:hover::after{
	opacity: 0.2;
}
#product-images a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0;
}
.register_btn{
	position: absolute;
	bottom: 15px;
}

.fs-xl {
    font-size: 3.5rem;
}
.fs-8{
	font-size: 0.5rem;
}

.grecaptcha-badge {
    bottom: 10% !important;
}