@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');


html {
	scroll-behavior: smooth;
}

body {
	font-size: 16px;
	font-family: "Merriweather", serif;
	font-weight: 400;
	height: 100%;
	line-height: 1.7;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	color: #2c2c2c;
	background-color: #ffffff;
}

p {
	margin: 0 0 20px 0;
	font-weight: 500;
	font-size: 14px;
	color: #0c0c0c;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	/* font-family: 'Rubik', sans-serif; */
	margin: 0 0 25px 0;
	color: #212121;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.1;
}

ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type="number"] {
	-moz-appearance: textfield;
}
 
.header{
	    position: fixed;
	    left: 0;
	    width: 100%;
	    z-index: 200;
	    background: hsla(0, 0%, 100%, .975) !important;
	    box-shadow: 0 1px 1px rgba(0, 0, 0, .07);
}
.navbar {
	padding: 10px 0;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	}
  
  .logo-white,
  .logo-black {
	display: block;
  }
  
  .navbar-brand {
	padding-top: 0;
	padding-bottom: 0;
	margin-right: 5rem;
  }
  
  .navbar-collapse {
	align-items: normal;
  }
  
  .nav-item {
	margin: 0 1.4rem;
  }
  
  .navbar-expand-lg .navbar-nav .nav-link {
	font-size: 0.825rem;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0px 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #000;
	}

.slide-section {
	padding: 120px 0;
	background-size: cover;
	background-position: bottom;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background-attachment: fixed;
}

.slide-content h2 {
	font-size: 55px;
}

.slide-content p {
	font-size: 22px;
}

.slider-btn .btn {
	padding: 14px 25px;
}

.btn:hover {
	transform: translate(0px, -5px);
}

.btn {
	transition: .5s ease all;
	white-space: nowrap;
	transform: translateZ(0);
	box-shadow: 0 1px 4px rgba(0, 0, 0, .1), 0 2px 4px rgba(0, 0, 0, .1);
	-webkit-appearance: none;
	margin-bottom: 10px;
}

.btn-dark {
	background: #202020 !important;
	color: #fff !important;
}

.btn-light {
	background: #fff !important;
	color: #202020 !important;
}

.slider-btn {
	display: flex;
	column-gap: 15px;
}

.slide-img {
	margin-left: 70px;
}

.slide-img-left {
	margin-right: 70px;
}

.cahpter-card {
	border-radius: 6px;
	color: #202020;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .1), 0 2px 4px rgba(0, 0, 0, .1);
	transition: .5s;
	margin-bottom: 30px;
}

.card-img img {
	width: 100%;
}

.card-content {
	padding: 60px;
	text-align: center;
}

.card-content h3 {
	font-size: 20px;
	margin-bottom: 12px;
	font-weight: 400;
}

.card-content p {
	font-size: 16px;
	opacity: .4;
}

.card-content a {
	padding: 15px 35px;
}

.cahpter-card:hover {
	box-shadow: 0 10px 40px rgba(0, 0, 0, .2);
}

.typetxt::after {
	content: '|';
	animation-name: blinking;
	animation-duration: .71s;
	animation-iteration-count: infinite;
}

@keyframes blinking {
	from {
		color: transparent;
	}

	to {
		color: #777;
	}
}

.card-content .slider-btn a {
	margin: 0;
}

.card-content .slider-btn {
	justify-content: center;
}

.slide-content.center-text {
	text-align: center;
	max-width: 950px;
	margin: auto;
	padding-bottom: 50px;
}

.slide-carousel {
	margin-bottom: 30px;
}

.slide-carousel img {
	border: 1px solid #e5e5e5;
	border-radius: 6px;
}

.slide-carousel p {
	color: #000;
	text-align: center;
}

.cahpter-card.icon-card {
	border: 1px solid #e5e5e5;
	box-shadow: none;
	padding: 20px 30px;
}

.cahpter-card.icon-card:hover {
	box-shadow: 0 10px 40px rgba(0, 0, 0, .2);
}

.cahpter-card.icon-card .card-img {
	text-align: left;
	margin-bottom: 20px;
	margin-top: 20px;
}

.cahpter-card.icon-card .card-img img {
	width: 30px;
	opacity: .7;
}

.cahpter-card.icon-card .card-content {
	text-align: left;
	padding: 0;
}

.pricing-card {
	background: #F5FBFE;
	border-radius: 6px;
	color: #202020;
	overflow: hidden;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .1), 0 2px 4px rgba(0, 0, 0, .1);
	transition: .5s;
	margin-bottom: 30px;
	padding: 40px;
	text-align: center;
}

.pricing-card h3 {
	font-size: 20px;
}

.pricing-card h3 img {
	width: 20px;
	margin-left: 10px;
}

.price span {
	font-size: 32px;
	vertical-align: super;
	padding-right: 10px;
	margin-left: -.8em;
	font-weight: 300;
	opacity: .6;
	position: relative;
	top: -.5em;
}

.price {
	font-size: 110px;
	line-height: 1.26;
	margin-bottom: 20px;
	font-weight: 200;
}

.month {
	text-transform: uppercase;
	opacity: .4;
	font-size: 14px;
}

.feature p {
	margin-bottom: 5px;
}

.feature {
	margin-top: 40px;
	margin-bottom: 50px;
}

.btn.btn-blue {
	background: #3c8bf1 !important;
	color: #fff !important;
}

.rating-img {
	filter: contrast(2.5) grayscale(1);
	max-width: 240px;
	width: 100%;
}

.produc-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 991px;
	margin: auto;
	width: 100%;
}

.produc-list li {
	width: 16%;
	display: flex;
	align-items: center;
	padding: 15px 20px;
}

.produc-list li img {
	width: 100%;
}

.pro-btn {
	text-align: center;
	margin-top: 30px;
}

.image-block {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 20px;
	min-width: 30%;
}

.image-block img {
	height: 50px;
	width: 50px !important;
	border-radius: 30px;
	border: 1px solid #e5e5e5;
}

.image-block span {
	margin-left: 10px;
	font-size: 18px;
	font-weight: 600;
	width: calc(100% - 50px);
}

.testimonial-block {
	padding: 16px 35px;
}

.user-text {
	font-size: 20px;
	text-align: left;
}

.icon-container {
	display: flex;
	justify-content: flex-start;
	column-gap: 10px;
	margin-top: 30px;
	opacity: .5;
}

.icon-container img {
	width: 20px !important;
}

.testimonial-carousel .owl-nav .disabled {
	opacity: .2;
}

.testimonial-carousel .owl-prev,
.testimonial-carousel .owl-next {
	top: 110px;
	z-index: 2;
	position: absolute;
	font-size: 45px !important;
	background: transparent !important;
	border: 0 !important;
	color: #000 !important;
	box-shadow: none !important;
	outline: 0;
}

.testimonial-carousel .owl-prev {
	left: -30px;
}

.testimonial-carousel .owl-next {
	right: -30px;
}

.checkbox-chk {
	display: inline-flex;
	margin-top: 10px;
	text-align: left;
}

.checkbox-chk input[type="checkbox"]:focus {
	outline: 0;
}

.checkbox-chk label {
	transition: 0.5s ease all;
	align-items: center;
	color: #000;
	cursor: pointer;
	position: relative;
	margin: 0;
	width: calc(100% - 25px);
	font-size: 13px;
	line-height: 1.4;
	font-weight: 500;
}

.checkbox-chk input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 20px;
	width: 20px;
	background: #fff;
	border: 2px solid #ccc;
	margin: -1px 8px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: relative;
}

.checkbox-chk input[type="checkbox"]:disabled {
	opacity: 0.7;
	background: var(--color-subtle);
	cursor: not-allowed;
}

.checkbox-chk input[type="checkbox"]:after {
	content: "";
	display: block;
	transform: scale(0);
	transition: 120ms transform ease-in-out;
}

.checkbox-chk input[type="checkbox"]:checked:after {
	transform: scale(0.7);
}

.checkbox-chk input[type="checkbox"] {
	border-radius: 0;
}

.checkbox-chk input[type="checkbox"]:after {
	width: 16px;
	height: 26px;
	position: relative;
	top: 1px;
}

.checkbox-chk input[type="checkbox"]:checked {
	border: none;
	background-color: #000000;
}

.checkbox-chk input[type="checkbox"]:checked:after {
	content: url("data:image/svg+xml, <svg viewBox='0 0 16 15' xmlns='http://www.w3.org/2000/svg'><path fill='white' d='M15.25.847a1.51 1.51 0 0 1 .405 2.096L8.106 14.11a1.944 1.944 0 0 1-2.94.329L.6 10.156a1.51 1.51 0 1 1 2.067-2.202l3.645 3.42 6.841-10.122a1.51 1.51 0 0 1 2.098-.405Z'/></svg>");
}

.subscribe-form {
	max-width: 500px;
	margin: auto;
}

.input-form {
	display: flex;
	width: 100%;
	column-gap: 10px;
	margin-bottom: 20px;
}

.input-form .form-control {
	max-width: 330px;
	padding: 28px 25px;
	width: 100%;
}

.input-form .form-control:focus {
	outline: 0;
	box-shadow: none;
	border-color: #000;
}

.submit-btn {
	width: calc(100% - 330px);
}

.submit-btn .btn {
	width: 100%;
	font-size: 16px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact {
	max-width: 991px;
	margin: auto;
}

.contact-info {
	text-align: center;
	max-width: 350px;
	margin: auto;
	margin-top: 20px;
}

.contact-info h6 {
	font-size: 18px;
	opacity: .4;
	margin-bottom: 15px;
}

.contact-info p {
	font-size: 16px;
}

.contact-info p.tiny a {
	color: #000;
}

.social {
	display: flex;
	justify-content: center;
	column-gap: 22px;
}

.social img {
	width: 21px;
}

.footer {
	padding: 15px 0;
}

.footer p {
	text-align: center;
	margin: 0;
}


@media (max-width:767px) {
	.slide-section {
		padding: 30px 0;
	}

	.slider-btn {
		display: block;
	}

	.slide-content h2 {
		font-size: 35px;
	}

	.slide-content p {
		font-size: 16px;
	}

	.btn {
		display: block;
	}

	.slide-img,
	.slide-img-left {
		margin: 0;
	}

	span.typetxt {
		display: block;
	}

	.card-img img {
		max-width: 250px;
		margin: auto;
	}

	.card-img {
		text-align: center;
	}

	.price {
		font-size: 90px;
	}

	.produc-list li {
		width: 33%;
	}

	.user-text {
		font-size: 16px;
		text-align: left;
	}

	.testimonial-carousel {
		max-width: 80%;
		margin: auto;
	}

	.input-form {
		display: block;
	}

	.input-form {
		display: block;
	}

	.submit-btn {
		width: 100%;
	}

	.submit-btn .btn {
		padding: 15px;
	}

	.input-form .form-control {
		max-width: 100%;
		padding: 28px 25px;
		width: 100%;
		margin-bottom: 10px;
	}
	.navbar-toggler:focus, .navbar-toggler:hover {
		text-decoration: none;
		border: 0;
		box-shadow: none;
		outline: 0;
	}.navbar-toggler:focus, .navbar-toggler:hover {
		text-decoration: none;
		border: 0;
		box-shadow: none;
		outline: 0;
	}.nav-item {
		margin: 0;
		padding: 5px 10px;
	}.header {
		position: relative;
	}	
}