/* ----------------------------------

Name: main.css
Version: 1.0

-------------------------------------

Table of contents

    00. Framework   
    01. Navbar
    02. Slider
    03. Features
    04. Get Started
    05. Video
    06. Portfolio
    07. Our Team
    08. Testimonials
    09. Price Table
    10. Contact
    11. Footer
    12. Page Loading
    13. Media Query
*/

html {
	overflow-x: hidden;
}

body {
	background: #fbfffe;
	font-family: montserrat, sans-serif !important;
}

.sct-color-grey {
	color: #5f5f6e;
}

.sct-color-white-title {
	display: none;
	margin: 0;
	color: #ffffff;
}

.sct-f-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}

/*--------------------------------------------------
[0.Framework]
--------------------------------------------------*/
/* Typograpy */

.ws-no-w {
	white-space: nowrap;
}

.h1-w {
	font-size: 63px;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
	/* line-height: 100px!important; */
	padding: 0;
	margin: 0;
}
.h2 {
	font-size: 35px;
	color: #5f5f6e;
	font-weight: 600;
	line-height: 40px;
	margin: 0;
	padding: 0;
}
.h2-w {
	font-size: 35px;
	font-weight: 600;
	margin: 0;
	padding: 0;
	color: #ffffff;
}
.p-17-w {
	font-size: 17px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	color: #ffffff;
}

.sct-h3 {
	font-size: 16px;
	font-weight: 700;
	color: #5f5f6e;
	margin: 0;
	padding: 0;
}

.h3-bk {
	font-size: 17px;
	font-weight: 700;
	color: #222d39;
	margin: 0;
	padding: 0;
}

.h3-blk-sb {
	font-size: 18px;
	font-weight: 600;
	color: #222d39;
	margin: 0;
	padding: 0;
}

.sct-p {
	font-size: 15px;
	font-weight: 600;
	color: #9d9d9c;
	line-height: 30px;
	margin: 0;
	padding: 0;
}

.sct-p-w {
	font-size: 15px;
	font-weight: 600;
	color: #ffffff;
	line-height: 30px;
	margin: 0;
	padding: 0;
}

.sct-py-30 {
	padding: 3rem 0;
}

.p-w {
	font-size: 15px;
	font-weight: 400;
	color: #ffffff;
	line-height: 30px;
	margin: 0;
	padding: 0;
}

.p-bk {
	font-size: 15px;
	font-weight: 400;
	color: #677294;
	line-height: 30px;
	margin: 0;
	padding: 0;
}
.span-sm {
	font-size: 14px;
	font-weight: 300;
	color: #677294;
	margin: 0;
	padding: 0;
}
/* Padding & Margin */

.sct-p-0 {
	padding: 0;
}

.px-15 {
	padding: 0 15px;
}

.mb-0 {
	margin-bottom: 0;
}

.mb-20 {
	margin-bottom: 20px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mt-60 {
	margin-top: 60px;
}
.mt-100 {
	margin-top: 100px;
}

.mt-200 {
	margin-top: 200px;
}
.mt-25 {
	margin-top: 25px;
}
.m-section-120 {
	margin: 120px 0;
}
.mb-120 {
	margin-bottom: 120px;
}
.pb-120 {
	padding-bottom: 120px;
}
.mb-15 {
	margin-bottom: 15px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-15 {
	margin-top: 25px;
}
.mt-6 {
	margin-top: 4rem;
}
.mb-40 {
	margin-bottom: 40px;
}
.mb-50 {
	margin-bottom: 50px;
}
.mb-60 {
	margin-bottom: 60px;
}
.mb-80 {
	margin-bottom: 80px;
}
.mb-100 {
	margin-bottom: 100px;
}
.mb-200 {
	margin-bottom: 200px;
}
.mb-300 {
	margin-bottom: 300px;
}

.py-80 {
	padding-top: 8rem;
	padding-bottom: 4rem;
}

.sct-mx {
	margin-left: 35%;
	margin-right: 35%;
}

.p-section-120 {
	padding: 120px 0;
}

.pt-section-120 {
	padding: 120px 0;
}

.f-w {
	font-weight: 700;
}

.w-80 {
	width: 200px;
}

.sct-reduce-widht-45 {
	width: 45%;
	margin: 0 auto 60px;
}

/* .sct-reduce-widht-45 {
	width: 40%;
	margin-left: auto;
	margin-right: auto;
} */

.sct-reduce-widht-70 {
	width: 70%;
	margin: 0 auto 60px;
}

.row {
	margin: 0;
}

.benefits .image.work-img {
	transform: scale(1.3) translate(80px, 20px);
}

.z-index {
	z-index: 1;
}

.sct-pr-3 {
	padding-right: 3rem;
}

.sct-pl-3 {
	padding-left: 3rem;
}

/* icons */

.justify-content-evenly {
	justify-content: space-evenly;
}

.sct-box-icon {
	width: 60px;
	height: 60px;
	background-color: #6c7ff9;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sct-icon {
	color: white;
	transform: scale(1.7);
}

.sct-icon-translate {
	color: white;
	transform: scale(1.7) translateY(1px);
}

.sct-big-box-icon {
	width: 120px;
	height: 120px;
	background-color: #6c7ff9;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sct-big-icon {
	color: white;
	transform: scale(2.5);
}

/* Box Shadow */
.bx-shw {
	box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, 0.15);
}
/* Buttons */
.btn-white {
	background: #ffffff;
	padding: 12px 13px;
	border-radius: 10px;
	font-size: 15px;
	font-weight: 600;
	color: #4e37ed;
	text-decoration: none;
	/* transition: all 0.4s ease-in-out; */
}
.btn-white:hover {
	/* transform: translateY(-10px); */
	color: #6c7ff9;
}
a {
	text-decoration: none !important;
}

.sct-btn-color {
	background-color: #4e37ed;
	box-shadow: 1px 1px 25px 0px rgba(182, 147, 199, 0.17);
	padding: 12px 13px;
	border-radius: 10px;
	font-size: 15px;
	font-weight: 600;
	color: #ffffff;
	text-decoration: none;
}

.sct-btn-color:hover {
	color: #ffffff;
}

.btn-color {
	background: -webkit-linear-gradient(top left, #8066dc 0%, #5040a0 100%);
	box-shadow: 1px 1px 25px 0px rgba(182, 147, 199, 0.17);
	padding: 12px 35px;
	border-radius: 50px;
	font-size: 15px;
	font-weight: 400;
	color: #ffffff;
	text-decoration: none;
	transition: all 0.4s ease-in-out;
}

.bg-white {
	background-color: white;
}

.btn-color:hover {
	color: #ffffff;
	transform: translateY(-10px);
}
/* Animation */
.upDown {
	animation: up-down 5s infinite;
}
@keyframes up-down {
	0% {
		transform: translateY(10px);
	}
	50% {
		transform: translateY(-10px);
	}
	100% {
		transform: translateY(10px);
	}
}

/*--------------------------------------------------
[1. Start Navbar]
--------------------------------------------------*/
.navbar {
	padding: 20px 0;
	background: transparent;
}

.navbar-nav {
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	gap: 2rem;
}

.navbar .nav-item {
	padding: 0;
	margin: 0;
}
.navbar .nav-item .nav-link {
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	/* margin-left: 30px; */
}

.active {
	border-bottom: 2px solid #ffffff;
}

/*--------------------------------------------------
[2. Start Slider]
--------------------------------------------------*/
.slider {
	background: url(../img/logo_grande.svg), linear-gradient(180deg, #7658f3 0%, #6166ec 36.46%, #4e37ed 100%);
	background-position: 5% bottom, left;
	background-repeat: no-repeat;
	height: 95vh;
	position: relative;
}

.col-lg-6.p-left {
	padding-left: 12.5rem;
}

.text {
	display: flex;
	text-align: end;
	flex-direction: column;
	align-items: center;
}

.box-title {
	word-break: break-word;
	padding: 0 2rem;
}

.botonTop {
	margin-top: 80px;
}

.f-weight {
	font-weight: 900;
}

.f-color {
	color: #5f5f6e;
}

.f-color-2 {
	color: #939393;
}

.box-image {
	transform: scale(1.3) rotate(10deg) translate(25px, 65px);
	z-index: -1;
}

.image {
	border-radius: 25px;
	overflow: hidden;
}

.box-benefits {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
}

.sct-box-circle-medium {
	width: 95px;
	height: 95px;
	border-radius: 50%;
	background-color: #b4bffb;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	box-shadow: 0 0 1px 10px #e0eefd;
}

.b-img-white {
	margin: 0;
	font-size: 40px;
	font-weight: 700;
	color: white;
}

#particles-js {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1;
}

#about2 {
	background: url(../img/bg/1.svg) center center no-repeat;
	background-size: cover;
}

#about {
	background: url(../img/bg/2.svg) center center no-repeat;
	background-size: cover;
}

/*--------------------------------------------------
[3. Start Features]
--------------------------------------------------*/
#features {
	background: url(../img/bg/3.svg) center center no-repeat;
	background-size: cover;
	/* padding: 120px 0; */
}

/*--------------------------------------------------
[4. Start Get Started]
--------------------------------------------------*/
#get-started {
	background: url(../img/bg/4.svg) center center no-repeat;
	background-size: cover;
	text-align: center;
	padding: 120px 0;
}

#benefits {
	background: url(../img/bg/5.svg) center center no-repeat;
	background-size: cover;
}

#price {
	background: url(../img/bg/9.svg) center center no-repeat;
	background-size: cover;
}

/*--------------------------------------------------
[5. Start Video]
--------------------------------------------------*/
.video {
	/* background: url("../img/bg/5_1.svg") center center no-repeat;
	background-size: cover; */
	/* padding: 120px 0; */
	position: relative;
}

/* .video-icon .icon {
	background: #ffffff;
	color: #507bf5;
	display: inline;
	font-size: 20px;
	padding: 22px 28px;
	border-radius: 200px;
	position: relative;
} */

/* .icon-abs {
	left: 50%;
	position: absolute;
	top: 50%;
	background: #ffffff;
	color: #507bf5;
	display: inline;
	font-size: 20px;
	padding: 22px 28px;
	border-radius: 200px;
	opacity: 0.7;
} */

.box-video {
	width: 100%;
}

#team {
	background: url("../img/bg/10.svg") center center no-repeat;
	background-size: cover;
}

/* Pulse Animation */
.pulse {
	/* animation: pulse 1s infinite;
	animation-duration: 2s; */
}

/* Keyframes */
@keyframes pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
	}
	70% {
		-moz-box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}

/*--------------------------------------------------
[6. Start Portfolio]
--------------------------------------------------*/
.portfolio .single-portfolio-item {
	position: relative;
	padding: 0;
}

.portfolio .single-portfolio-item .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
	color: #333333;
	opacity: 0;
	transition: all 0.7s ease-in-out;
}

.portfolio .single-portfolio-item .overlay .content {
	font-size: 20px;
	position: absolute;
	text-decoration: none;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #ffffff;
	transition: all 0.2s ease-in;
}

.portfolio .single-portfolio-item .overlay .content h3 {
	font-size: 18px;
	font-weight: 500;
	color: #444444;
	padding: 0;
	margin: 0;
}

.portfolio .single-portfolio-item .overlay .content p {
	font-size: 14px;
	font-weight: 400;
	color: #8066dc;
	margin: 0;
	padding: 0;
	margin-top: 5px;
}

.portfolio .single-portfolio-item .overlay .content a {
	color: #555555;
	text-decoration: none;
	font-size: 20px;
	padding: 0;
	margin: 0;
}

.portfolio .single-portfolio-item:hover .overlay {
	opacity: 0.95;
}

/*--------------------------------------------------
[7. Start Our Team]
--------------------------------------------------*/
/* .team .box {
	position: relative;
	border-radius: 15px;
}
.team .box .overlay {
	position: absolute;
	background: -webkit-linear-gradient(top, #8066dc 0%, #5040a0 100%);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 15px;
	opacity: 0;
	transition: all 0.4s ease-in-out;
}
.team .box:hover .overlay {
	opacity: 0.99;
}
.team .box .overlay .social {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 80px;
	transform: translate(-50%, -50%);
	padding: 15px 25px;
	border-radius: 50px;
	background: #ffffff;
	width: 60%;
	opacity: 0;
	transition: all 0.4s ease-in-out;
}
.team .box:hover .social {
	opacity: 1;
	margin-top: 0;
}
.team .box .overlay .social a {
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.team .box .overlay .social .icon {
	font-size: 20px;
	text-decoration: none;
	color: #8c8b8f;
	padding: 0 5px;
	transition: all 0.4s ease-in-out;
}
.team .box .overlay .social .icon:hover {
	color: #5040a0;
}
.team .box .info {
	padding: 25px 0;
} */

.carousel-item {
	min-height: 455px;
	border: 0;
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

.carousel-control-prev {
	left: -150px;
}
.carousel-control-next {
	right: -150px;
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
	min-height: 455px;
	display: flex;
	align-items: center;
}

.team .carousel-item h3 {
	font-size: 16px;
	font-weight: 700;
	margin: 20px 0 6px;
	color: #5f5f6e;
}
/* .team .carousel-item h4 {
	font-size: 13px;
	font-weight: 300;
	margin: 0;
	padding: 0;
} */

.team .carousel-item p {
	font-size: 15px;
	font-weight: 600;
	line-height: 26px;
	margin-top: 15px;
	color: #c6c6c6;
	width: 60%;
	margin: 15px auto 0;
}

.team .carousel-indicators {
	bottom: -40px;
}

.team .carousel-indicators li {
	background-color: transparent;
	border: 2px solid #ffffff;
	border-radius: 30px;
	height: 12px;
	width: 12px;
	margin: 0 6px;
}

.team .carousel-indicators .active {
	background-color: #ffffff;
}

.team .control span {
	cursor: pointer;
	width: 0px;
	height: 0px;
	/* border-radius: 50%; */
	color: #6c7ff9;
	background: #ffffff;
	font-size: 20px;
	box-shadow: 1px 1px 10px 0 rgb(0 0 0 / 6%);
	opacity: 1 !important;
	transform: scale(1.5);
}

.img-team {
	border-radius: 25px;
	overflow: hidden;
	max-width: 425px;
}

/*--------------------------------------------------
[8. Start Testimonials]
--------------------------------------------------*/
.testimonials {
	/* padding: 120px 0 0; */
	padding-bottom: 0;
	background: url("../img/bg/8.svg") center center no-repeat;
	background-size: cover;
	color: #ffffff;
}

/* .testimonials .carousel-item h3 {
	font-size: 20px;
	font-weight: 500;
	margin: 20px 0 6px;
}
.testimonials .carousel-item h4 {
	font-size: 13px;
	font-weight: 300;
	margin: 0;
	padding: 0;
}
.testimonials .carousel-item p {
	font-size: 15px;
	font-weight: 300;
	line-height: 26px;
	margin-top: 15px;
}
.testimonials .carousel-indicators {
	bottom: -40px;
}
.testimonials .carousel-indicators li {
	background-color: transparent;
	border: 2px solid #ffffff;
	border-radius: 30px;
	height: 12px;
	width: 12px;
	margin: 0 6px;
}
.testimonials .carousel-indicators .active {
	background-color: #ffffff;
}
.testimonials .control span {
	cursor: pointer;
	margin-top: 150px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	color: #6a83eb;
	background: #ffffff;
	font-size: 20px;
	box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.06);
	opacity: 1 !important;
} */

/*--------------------------------------------------
[9. Start Price Table]
--------------------------------------------------*/
.price .box {
	border-radius: 25px;
	padding: 40px 0;
	min-height: 520px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

.price .box h4 {
	font-size: 60px;
	font-weight: 700;
	margin: 0;
	padding: 0;
	color: #5f5f6e;
}

.price .box h4.f-size-50 {
	font-size: 50px;
}

.price .box h4 span {
	font-size: 16px;
}
.price .box h5 {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #5f5f6e;
	margin: 0;
	padding: 0;
}
.price .box ul {
	margin: 0;
	padding: 0;
	margin-top: 30px;
	margin-bottom: 35px;
}
.price .box ul li {
	font-size: 16px;
	font-weight: 400;
	list-style: none;
	margin: 0;
	padding: 0;
	color: #677294;
	margin-bottom: 10px;
}

/*--------------------------------------------------
[10. Start Contact]
--------------------------------------------------*/
.contact {
	background: url("../img/bg/10.svg") center center no-repeat;
	background-size: cover;
	/* padding: 120px 0; */
}
.contact .heading {
	margin-bottom: 50px;
}
.contact .heading h2 {
	font-size: 25px;
	font-weight: 700;
	color: #444a57;
	margin-top: 15px;
	margin-bottom: 10px;
}
.contact .heading p {
	font-size: 16px;
	color: #888d99;
	font-weight: 400;
	line-height: 25px;
	margin: 0;
}
.contact .form-control {
	padding: 25px;
	font-size: 13px;
	margin-bottom: 10px;
	background: #ffffff;
	border: 1px solid #6c7ff9;
	border-radius: 10px;
}

.form-invalid {
	color: red;
	font-size: 16px;
	font-weight: 500;
	opacity: 0;
	padding: 0.5rem 0;
}

.contact button.btn {
	box-shadow: 0px 15px 51px 0px rgba(0, 0, 0, 0.24);
	padding: 10px 45px;
	border-radius: 45px;
	text-decoration: none;
	display: inline-block;
	transition: all 0.4s ease-in-out;
	padding: 10px;
	border-radius: 10px;
	font-size: 15px;
	/* background: -webkit-linear-gradient(top left, #8066dc 0%, #5040a0 100%); */
	background-color: #4e37ed;
	color: #ffffff;
}

/*--------------------------------------------------
[11. Start Footer]
--------------------------------------------------*/
.footer {
	/* background: -webkit-linear-gradient(top left, #8066dc 0%, #5040a0 100%); */
	background: linear-gradient(360deg, #4e37ed 0%, #6c7ff9 100%);

	padding: 40px 0;
	position: relative;
}
.img-scale {
	transform: scale(1.3);
}

.footer h2 {
	font-size: 15px;
	font-weight: 500;
	margin: 0;
	margin-top: 20px;
}

.box-footer-icons {
	display: none;
	position: absolute;
	top: 5.5rem;
	right: 8rem;
	/* display: flex; */
	justify-content: center;
	align-items: center;
	gap: 3rem;
}

/*--------------------------------------------------
[12. Start Page Loading]
--------------------------------------------------*/
.no-js #loader {
	display: none;
}
.js #loader {
	display: block;
	position: absolute;
	left: 100px;
	top: 0;
}
.se-pre-con {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url("../img/loader/preloader.svg") center no-repeat #fff;
}

@media (min-width: 1200px) {
	.container {
		max-width: 80%;
	}
	.big-size {
		display: block;
	}
	.small-size {
		display: none;
	}
}

@media (min-width: 768px) {
	.container-home .p-left {
		padding: 0 30px;
	}
}

@media (min-width: 576px) {
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	.sct-f-top {
		position: absolute;
	}

	.team .carousel-item p {
		width: 100%;
	}

	.big-size {
		display: none;
	}

	.small-size {
		display: block;
	}

	.sct-pr-3 {
		padding-right: 15px;
	}

	.sct-pl-3 {
		padding-left: 15px;
	}

	.p-section-120 {
		padding: 60px 0;
	}

	.box-benefits {
		padding-bottom: 2rem;
	}

	.pt-mobile {
		padding-top: 2rem;
	}

	.mb-100 {
		margin-bottom: 50px;
	}

	.sct-mx {
		margin-left: 0;
		margin-right: 0;
	}

	.pt-section-120 {
		padding: 60px 0 0;
	}

	.sct-reduce-widht-45 {
		width: 90%;
		margin: 0 auto 60px;
	}

	.sct-reduce-widht-70 {
		width: 90%;
		margin: 0 auto 60px;
	}

	.navbar-toggler {
		display: none;
	}

	.sct-color-white-title {
		display: block;
	}

	.carousel-item-next,
	.carousel-item-prev,
	.carousel-item.active {
		display: flex;
		flex-direction: column;
	}

	.carousel-control-prev {
		display: none;

		left: -10px;
	}
	.carousel-control-next {
		display: none;

		right: -10px;
	}

	.benefits .image.work-img {
		transform: none;
	}

	.navbar {
		/* background: transparent !important; */

		/* background: linear-gradient(
			90deg,
			rgb(118, 88, 243) 0%,
			rgb(97, 102, 236) 34.59%,
			rgb(78, 55, 237) 100%
		) !important; */

		padding: 30px;
	}
	.navbar .nav-item {
		margin: 0;
		padding: 0;
		margin: 10px 0;
	}
	.navbar .nav-item .nav-link {
		margin: 0;
	}
	.slider {
		height: auto;
		padding: 120px 0 120px 0;
		text-align: center;
		justify-content: center;
	}
	.slider .text {
		margin-bottom: 50px;
	}
	.slider .image {
		display: flex;
		align-items: center;
		justify-content: center;
		transform: none;
		padding-top: 1rem;
	}

	.container-home .p-left {
		padding: 0 30px;
	}

	.about {
		text-align: center;
		/* margin-bottom: 5rem; */
	}

	.about .image {
		margin-bottom: 50px;
	}
	.features {
		text-align: center;
		/* padding: 120px 0 80px 0; */
	}
	.features .box {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: 40px;
	}
	.benefits .image.work-img {
		margin: 0;
		margin-top: 50px;
	}
	.benefits {
		margin-bottom: 80px;
	}
	.benefits .box {
		margin-bottom: 40px;
	}
	.team {
		/* margin-bottom: 80px; */
	}
	.team .box {
		margin-bottom: 40px;
	}
	.team .content img {
		width: 100%;
	}
	.testimonials .control {
		display: none;
	}
	.price {
		/* margin-bottom: 80px; */
	}
	.price .box {
		margin-bottom: 40px;
	}

	.box-footer-icons {
		display: none;
		/* display: flex; */
		justify-content: center;
		align-items: center;
		gap: 3rem;
		margin-top: 2rem;
		position: initial;
	}
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
	.sct-f-top {
		position: absolute;
	}

	.team .carousel-item p {
		width: 100%;
	}

	.big-size {
		display: none;
	}
	.small-size {
		display: block;
	}

	.sct-pr-3 {
		padding-right: 15px;
	}

	.sct-pl-3 {
		padding-left: 15px;
	}

	.p-section-120 {
		padding: 60px 0;
	}

	.box-benefits {
		padding-bottom: 2rem;
	}

	.pt-mobile {
		padding-top: 2rem;
	}

	.mb-100 {
		margin-bottom: 50px;
	}

	.sct-mx {
		margin-left: 0;
		margin-right: 0;
	}

	.pt-section-120 {
		padding: 60px 0 0;
	}

	.sct-reduce-widht-45 {
		width: 90%;
		margin: 0 auto 60px;
	}

	.sct-reduce-widht-70 {
		width: 90%;
		margin: 0 auto 60px;
	}

	.navbar-toggler {
		display: none;
	}

	.sct-color-white-title {
		display: block;
	}

	.carousel-item-next,
	.carousel-item-prev,
	.carousel-item.active {
		display: flex;
		flex-direction: column;
	}

	.carousel-control-prev {
		display: none;

		left: -10px;
	}
	.carousel-control-next {
		display: none;

		right: -10px;
	}

	.benefits .image.work-img {
		transform: none;
	}

	.navbar {
		/* background: transparent !important; */
		/* background: linear-gradient(
			90deg,
			rgb(118, 88, 243) 0%,
			rgb(97, 102, 236) 34.59%,
			rgb(78, 55, 237) 100%
		) !important; */

		padding: 30px;
	}
	.navbar .nav-item {
		margin: 0;
		padding: 0;
		margin: 10px 0;
	}
	.navbar .nav-item .nav-link {
		margin: 0;
	}
	.slider {
		height: auto;
		padding: 120px 0 120px 0;
		text-align: center;
		justify-content: center;
	}
	.slider .text {
		margin-bottom: 50px;
	}
	.slider .image {
		display: flex;
		align-items: center;
		justify-content: center;
		transform: none;
		padding-top: 1rem;
	}

	.container-home .p-left {
		padding: 0 30px;
	}

	.about {
		text-align: center;
		/* margin-bottom: 5rem; */
	}

	.about .image {
		margin-bottom: 50px;
	}
	.features {
		text-align: center;
		/* padding: 120px 0 80px 0; */
	}
	.features .box {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: 40px;
	}
	.benefits .work-img {
		margin: 0;
		margin-top: 50px;
	}
	.benefits {
		margin-bottom: 80px;
	}
	.benefits .box {
		margin-bottom: 40px;
	}
	.team {
		/* margin-bottom: 80px; */
	}
	.team .box {
		margin-bottom: 40px;
	}
	.team .content img {
		width: 100%;
	}
	.testimonials .control {
		display: none;
	}
	.price {
		/* margin-bottom: 80px; */
	}
	.price .box {
		margin-bottom: 40px;
	}

	.box-footer-icons {
		display: none;
		/* display: flex; */
		justify-content: center;
		align-items: center;
		gap: 3rem;
		margin-top: 2rem;
		position: initial;
	}
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
	.sct-f-top {
		position: absolute;
	}

	.navbar-nav {
		gap: 0.1rem;
	}

	.team .carousel-item p {
		width: 100%;
	}

	.big-size {
		display: none;
	}
	.small-size {
		display: block;
	}

	.sct-pr-3 {
		padding-right: 15px;
	}

	.sct-pl-3 {
		padding-left: 15px;
	}

	.p-section-120 {
		padding: 60px 0;
	}

	.box-benefits {
		padding-bottom: 2rem;
	}

	.pt-mobile {
		padding-top: 2rem;
	}

	.mb-100 {
		margin-bottom: 50px;
	}

	.sct-mx {
		margin-left: 0;
		margin-right: 0;
	}

	.pt-section-120 {
		padding: 60px 0 0;
	}

	.sct-reduce-widht-45 {
		width: 90%;
		margin: 0 auto 60px;
	}

	.sct-reduce-widht-70 {
		width: 90%;
		margin: 0 auto 60px;
	}

	.navbar-toggler {
		display: block;
		position: absolute;
    	left: 20px;
    	top: 38px;
	}

	.navbar-dark .navbar-brand {
		margin: auto;
	}

	.sct-color-white-title {
		display: block;
		font-size: 25px;
	}

	.carousel-item-next,
	.carousel-item-prev,
	.carousel-item.active {
		display: flex;
		flex-direction: column;
	}

	.carousel-control-prev {
		display: none;

		left: -10px;
	}
	.carousel-control-next {
		display: none;

		right: -10px;
	}

	.benefits .image.work-img {
		transform: none;
	}

	.navbar {
		/* background: transparent !important; */
		/* background: linear-gradient(
			90deg,
			rgb(118, 88, 243) 0%,
			rgb(97, 102, 236) 34.59%,
			rgb(78, 55, 237) 100%
		) !important; */

		padding: 30px;
	}

	.navbar .nav-item {
		margin: 0;
		padding: 0;
		margin: 10px 0;
	}

	.navbar .nav-item .nav-link {
		margin: 0;
	}

	.slider {
		height: auto;
		padding: 120px 0 120px 0;
		text-align: center;
		justify-content: center;
	}

	.slider .text {
		margin-bottom: 50px;
	}

	.slider .image {
		display: flex;
		align-items: center;
		justify-content: center;
		transform: none;
		padding-top: 1rem;
	}

	.container-home .p-left {
		padding: 0 30px;
	}

	.about {
		text-align: center;
		/* margin-bottom: 5rem; */
	}

	.about .image {
		margin-bottom: 50px;
	}

	.benefits .work-img {
		margin: 0;
		margin-top: 50px;
	}
	.team {
		/* margin-bottom: 80px; */
	}
	.team .box {
		margin-bottom: 40px;
	}
	.team .content img {
		width: 100%;
	}

	.testimonials .control {
		display: none;
	}
	.price {
		/* margin-bottom: 80px; */
	}

	.price .box {
		margin-bottom: 40px;
	}

	.box-footer-icons {
		display: none;
		/* display: flex; */
		justify-content: center;
		align-items: center;
		gap: 3rem;
		margin-top: 2rem;
		position: initial;
	}
}

.un-select{
	color:white;
	display: inline-block;
	border: solid 2px rgb(255, 255, 255);
	border-radius: 5px;
	width: 135px !important;
	position: relative;
	padding: 10px;
	user-select: none;
	cursor:pointer;
	font-size: 15px;
	font-family: montserrat, sans-serif;
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.83);
  }
  
  .un-select:hover{
	background-color: rgba(255, 255, 255, 0.2);
  }
  
  .un-select .option{
	text-decoration: none;
	color: white;
	margin-left: 0;
	line-height: 40px;
	width: 100%;
	border-bottom: solid 1px transparent;
	user-select: none;
	padding-left: 9px;
	box-sizing: border-box;
	align-items: center;
  }
  
  .un-select::after{
	position: absolute;
	content: "";
	top: 22px;
	right: 10px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-color: #fff transparent transparent transparent;
  }
  
  .un-select .option-list{
	margin: 0;
	padding: 0;
	border-radius: 5px;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	list-style: none;
	position: absolute;
	display: none;
	width: 100%;
	background-color: rgba(0, 0, 0, 0);
	border: solid 2px rgb(255, 255, 255);
	margin-left: -11px;
	margin-top: 10px; 
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.83);
  }
  .select-dropdown .option-list{
	display: block;
  }
  
  .un-select .option:hover{
	background-color: rgba(44, 44, 44, 0.2);
	display:flex;
	align-items: center;
  }

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
}
