@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

body {
	font-family: "Roboto", sans-serif;
}

.str-banner {
	background-image: url(../str-header-bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 90px 0 90px 0
}

.str-banner-cont h2 {
	font-size: 45px;
	font-weight: 700;
	color: black;
	font-family: "Figtree", sans-serif;
}

.str-banner-cont p {
	font-family: "Figtree", sans-serif;
	color: #3d4c5e;
}

@media screen and (max-width:768px) {
	.str-banner {
		padding: 35px 0 50px 0;
	}

	.str-banner-cont p {
		padding-right: 0px;
	}

}

.btn-str {
	color: white;
	border-radius: 50px;
	padding: 12px 20px;
	transition: 0.45s
}

.btn-get {
	font-weight: 600;
	background-color: #454669;
}

.btn-get:hover {
	color: white;
	background-color: #4e2fda;
}

.str-btn {
	margin-top: 45px;
}

/*------*/
.str-count {
	position: relative;
	padding: 80px 0 40px 0
}

.str-count-cont {
	position: relative;
	margin: 10px 40px;
	background: #454669;
	text-align: center;
	padding: 36px 20px;
	color: white;
	border-radius: 10px;
}

.str-count-cont:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	border-right: 55px solid transparent;
	border-top: 55px solid #ffffff;
}

.str-count-cont:after {
	position: absolute;
	content: '';
	right: 0;
	bottom: 0;
	border-left: 55px solid transparent;
	border-bottom: 55px solid #ffffff;
}

.str-count-cont h2 {
	font-size: 52px;
	font-weight: 700;
}

.str-count-cont p {
	font-family: 'Figtree';
	text-align: center;
}

@media (min-width:768px) and (max-width:992px) {
	.str-count-cont {
		margin: 10px 0px;
	}

	.str-count-cont p {
		margin-bottom: 0;
	}

	.str-count {
		padding: 46px 0 30px 0;
	}

}

@media screen and (max-width:768px) {
	.str-count-cont {
		margin: 10px 0px;
		padding: 44px 20px;
	}

	.str-count-cont:before {
		position: absolute;
		content: '';
		left: 2px;
		top: 2px;
		border-right: 40px solid transparent;
		border-top: 40px solid #ffffff;
		border-radius: 10px 0 0 0px;
	}

	.str-count-cont:after {
		position: absolute;
		content: '';
		right: 2px;
		bottom: 2px;
		border-left: 40px solid transparent;
		border-bottom: 40px solid #ffffff;
		border-radius: 0 0px 10px 0;
	}

	.str-countb {
		border: 1px solid white;
		margin: 5px 0;
		border-radius: 5px;
	}

	.str-count-cont h2 {
		font-size: 24px;
		margin-bottom: 5px;
		margin-top: 8px;
	}

	.str-count {
		position: relative;
		padding: 38px 0 10px 0;
	}

	.strp-work {
		padding-bottom: 1rem;
	}

}

/*-------*/
.strp-work {
	padding: 2rem 0;
	/*background: #f6f8f9;*/
	font-family: 'Figtree';
}

.strp-work h2 {
	font-weight: 700;
	color: black;
	font-size: 40px;
	margin-bottom: 2rem;
	text-align: center;
}

@media screen and (max-width:768px) {
	.strp-work h2 {
		font-size: 35px;
		font-weight: 700;
	}

	.strp-work h2 {
		margin: 10px;
	}

}

.strp-div1 {
	position: relative;
	padding: 32px;
	margin: 15px 0;
	border-radius: 8px;
	/*border: 1px solid #e7ecef;*/
	background-color: #fff;
	box-shadow: 1px 3px 8px #865bfc40;
	box-shadow: 0 0.5rem 0.5rem rgb(0 47 82 / 14%);
}

.p-hide {
	visibility: hidden;
}

.strp-div1 h3 {
	color: #635bff;
	font-weight: 700;
}

.strp_div2 {
	position: absolute;
	top: 12px;
	right: 22px;
	font-size: 35px;
	line-height: 1;
	font-weight: bold;
	color: #635bff;
	color: #635bff69;
	opacity: 0.3;
}

/*------*/
.str-work {
	padding: 2rem 0 4rem 0
}

.str-work h2 {
	margin-bottom: 3.5rem;
	text-align: center;
	font-weight: 700;
	font-size: 40px;
	color: black
}

.str-work p {
	padding-left: 36px;
	font-family: 'Figtree';
}

.str-workcont p {
	padding-left: 36px;
	font-family: 'Figtree';
	text-align: justify;
}

@media screen and (max-width:992px) {
	.str-work h2 {
		margin: 0;
	}

	.str-work {
		padding-bottom: 2rem;
	}

}

@media screen and (max-width:768px) {
	.strp-work {
		padding-bottom: 1rem;
	}

}

.str-work-span {
	background: #635bff;
	width: 26px;
	position: absolute;
	height: 26px;
	color: white;
	text-align: center;
	border-radius: 50%;
	font-size: 12px;
	padding: 5px;
	left: 16px;
	font-weight: 700;
}

.str-features {
	background: #635bff;
	width: 19px;
	position: absolute;
	height: 19px;
	color: white;
	text-align: center;
	border-radius: 50%;
	padding: 0px;
	left: 16px;
	font-weight: 700;
	margin-top: 4px;
}

@media screen and (max-width:768px) {
	.str-work h2 {
		font-style: 35px;
		font-weight: 700;
	}

}

.datause {
	margin: 35px 0;
	position: relative;
}

.datauses {
	background: #454669;
	padding: 53px;
	border-radius: 18px;
	color: white;
}

.datauses h2 {
	position: relative;
	padding-bottom: 7px;
	margin-bottom: 20px;
}

.datauses h2:before {
	position: absolute;
	content: '';
	border-bottom: 3px solid #635bff;
	width: 60px;
	bottom: 0;
}

.datauses p {
	font-family: 'Figtree';
}

.str-bg11 {
	position: absolute;
	right: 0;
	top: 0;
}

.str-bg12 {
	position: absolute;
	left: 0;
	bottom: 0;
}

/*------*/
.form label {
	cursor: pointer;
}

.radio-card .form {
	display: flex;
	align-items: center;
	justify-content: center;
}

.radio-card .form .input-radio {
	box-shadow: 0px 0px 0px 1px #6d6d6d;
	font-size: 3em;
	width: 12px;
	height: 12px;
	margin-right: 7px;
	border: 2px solid #fff;
	background-clip: border-box;
	border-radius: 50%;
	appearance: none;
	transition: background-color 0.3s, box-shadow 0.3s;
	cursor: pointer;
}

.radio-card .form label {
	display: flex;
	margin: 10px 15px;
	line-height: 14px;
	font-size: 14px;
	cursor: pointer;
}

.input-radio.on:checked {
	box-shadow: 0px 0px 0px 2px #4e2fda;
	background-color: #846deb;
	cursor: pointer;
}

.input-radio.off:checked {
	box-shadow: 0px 0px 0px 2px #4e2fda;
	background-color: #846deb;
	cursor: pointer;
}

.off1:checked {
	box-shadow: 0px 0px 0px 2px #4e2fda;
	background-color: #846deb;
}

.mm:checked {
	box-shadow: 0px 0px 0px 2px red;
	background-color: red;
}

.subscribe {
	color: #4e2fda;
	padding: 10px 25px;
	border-radius: 38px;
	font-weight: 600;
	margin-top: 28px;
}

.checkboxes__item {
	position: relative;
}

.checkbox.style-c {
	display: inline-block;
	position: relative;
	padding-left: 25px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.checkbox.style-c input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkbox.style-c input:checked ~ .checkbox__checkmark {
	background-color: #635bff;
	border: 1px solid #635bff;
}

.checkbox.style-c .checkbox__checkmark {
	position: absolute;
	top: 2px;
	left: 0;
	height: 17px;
	width: 17px;
	background-color: #fff;
	transition: background-color 0.25s ease;
	border-radius: 4px;
	border: 1px solid #635bff;
}

.checkbox.style-c .checkbox__body {
	color: #333;
	font-size: 14px;
}

.checkbox.style-c input:checked ~ .checkbox__checkmark:after {
	opacity: 1;
}

.checkbox.style-c .checkbox__checkmark:after {
	content: "";
	position: absolute;
	left: 5px;
	top: 1px;
	width: 5px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	opacity: 0;
	transition: opacity 0.25s ease;
}

/*------*/
.plans-wrap {
	padding: 3rem 0 2rem 0;
	background: #f7f7f8;
}

.plans-wrap h2 {
	color: black;
	font-weight: 600;
}
.plans-wrap p {
	    margin: 2rem 0;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
}

@media screen and (max-width:768px) {
	.plans-wrap h2 {
		font-size: 28px;
		margin-bottom: 35px;
		text-align: center;
	}

}

@media screen and (max-width:992px) {
	.plans-wrap {
		padding: 3rem 0 3rem 0;
	}

}

.btn-comp {
	background: #454669;
	color: white;
}

.btn-comp {
	border-radius: 62px;
	padding: 12px 18px;
	font-weight: 500;
	font-size: 15px;
	box-shadow: 0px 0px 4px #0000001f;
}

.btn-comp {
	text-decoration: none;
}

.bs-title {
	text-align: center;
	background: #45466926;
	display: inline;
	color: #454669;
	padding: 6px 14px;
	border-radius: 40px;
	font-size: 12px;
	font-weight: 500;
	margin: 20px 0;
}

@media screen and (max-width:768px) {
	.bs-title {
		padding: 6px 40px;
	}

}

.bs-btn {
	border-radius: 62px;
	padding: 8px 18px;
	font-weight: 500;
	font-size: 15px;
	box-shadow: 0px 0px 4px #4c46f14f;
	color: white;
	text-align: center;
	margin: 28px 0;
	border: 1px solid #454669;
	color: #454669;
}

.bs-prbtn {
	border-radius: 62px;
	padding: 8px 18px;
	font-weight: 500;
	font-size: 15px;
	box-shadow: 0px 0px 4px #4c46f14f;
	background: #4c46f1;
	color: white;
	text-align: center;
	margin: 28px 0;
}

.bs-plan {
	padding: 28px 28px 16px;
	box-shadow: 0px 0px 15px #0000001f;
	border-radius: 20px;
	background: white;
	margin: 10px 0;
}

.bs-list {
	list-style: none;
	padding: 0
}

.bs-list i {
	color: #22c55e
}

.bs-list li {
	font-size: 14px;
}

.w-5 {
	width: 1.2rem;
}

.h-5 {
	height: 1.2rem;
}

.text-green-500 {
	color: #22c55e;
	top: 5px;
	position: relative;
}

.bs-list-b {
	padding-top: 10px;
}

.bs-border {
	border-top: 2px solid #e5e2e282;
}

.bs-price {
	font-size: 52px;
	font-weight: 700;
	margin-top: 10px;
}

.bs-plan-bg {
	background: linear-gradient(8deg, #454669, #454669);
}

.bs-plan-bg .bs-title {
	background: #fff;
}

.bs-plan-bg .bs-price {
	color: white;
}

.bs-plan-bg li {
	color: white;
}

.bs-plan-bg .bs-prbtn {
	background: #f3f3f3;
	color: #454669;
	border: 1px solid white;
}

.box1 {
	display: block;
}

.box2 {
	display: none;
}

@media screen and (max-width:992px) {
	.box1 {
		display: none;
	}

	.box2 {
		display: block;
		text-align: center;
	}

}
