body {
    font-family: "Plus Jakarta Sans", sans-serif;
}

a {
    text-decoration: none;
}

.btn:focus, .btn:active {
    box-shadow: none;
}

.btn-outline-primary {
    border-width: 2px;
    border-color: #1565c0;
    color: #1565c0;
}

.btn-outline-primary:hover {
    background-color: #1565c0;
    border-color: #1565c0;
}

.btn-primary {
    background-color: #1565c0;
    border-color: #1565c0;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-color: #1565c0                                    !important;
}

.btn-primary:hover {
    border-color: transparent;
}

.btn-check:focus+.btn-primary, .btn-primary:focus {
    border-color: transparent;
}

.btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem #1565c051;
}

.navbar {
    background-color: white;
    position: sticky;
    top: 0;
    z-index: 999;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

.navbar-brand {
    color: #1565c0            !important;
    margin-right: 30px;
    font-size: 1.5rem;
    font-weight: 700;
}

.navbar a.nav-link {
    color: black !important;
    font-size: 16px;
    padding: .7rem 1rem !important;
}

.navbar a.nav-link:hover, .navbar a.nav-link:focus {
    color: #1565c0 !important;
    font-weight: bold;
}

.navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.bg-tw-primary-900 {
    background-color: hwb(205deg 0% 76%);
}

.hero {
    padding: 50px 0 0;
    overflow: hidden;
    position: relative;
    background-image: linear-gradient(to right, rgb(255 255 255 / 15%) 1px, transparent 1px), linear-gradient(to bottom, rgb(255 255 255 / 15%) 1px, transparent 1px);
    background-size: 1.5rem 1.5rem;
    background-color: #1565c051 !important;
}
@media (min-width: 1600px) {
    .hero {
        padding-right: 100px;
        padding-left: 100px;
    }
}

.lead {
    font-weight: 500;
}

.hero svg {
    pointer-events: none;
}

.hero-title {
    font-weight: bold;
    line-height: 60px;
    font-size: 40px;
}

section {
    text-align: center;
    padding: 80px 30px;
    padding-bottom: 0;
    scroll-margin-top: 50px;
}

@media (min-width: 1600px) {
    section {
        padding: 80px 100px;
    }
}

section:last-child {
    padding-bottom: 80px !important;
}

section .section-header {
    padding-bottom: 80px;
}

section .section-header p {
    margin-bottom: 0px;
}

section .section-header h2 {
    font-size: 2.25rem;
    color: #005a9e;
}

.demo-item {
    margin: 0 1.5rem 3rem;
    padding: 25px;
    background: #fff;
    -webkit-box-shadow: 0px 1rem 2.6rem rgba(36, 73, 168, 0.15);
    box-shadow: 0px 1rem 2.6rem rgba(36, 73, 168, 0.15);
    -webkit-border-radius: 1rem;
    border-radius: 1rem;
    color: #646A89;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    overflow: hidden;
}

.demo-item:hover, .demo-item:before {
    background-color: #00243d;
    transform: scale(1.1);
    color: #fff;
}

.demo-item-title {
    font-size: 24px;
    display: block;
    font-weight: 600;
    color: black;
}

.demo-item:hover .demo-item-title {
    color: #777777;
    text-decoration: none;
}

.prices__decor span {
    display: block;
}

.big_price {
    font-size: 2em;
    font-weight: bold;
    color: #ff9800;
}

.price_description ul {
    line-height: 1.7em;
    font-size: 90%;
} 

.service {
    margin: 0 1.5rem 3rem;
    padding: 15px;
    color: #fff;
    background-color: #00243d;
    -webkit-box-shadow: 0px 1rem 2.6rem rgba(36, 73, 168, 0.15);
    box-shadow: 0px 1rem 2.6rem rgba(36, 73, 168, 0.15);
    -webkit-border-radius: 1rem;
    border-radius: 1rem;
    min-height: 175px;
}

.service_active {
    background: #ffbb33;
    transform: scale(1.1);
    color: #000000;
}

.service:hover, .service:before {
    background: #ffbb33;
    transform: scale(1.05);
    color: #000000;
}

.service h4 {
    font-size: 1.5em;
    font-weight: bold;
}


.libraries > div {
    background-color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.scroll-top-btn {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background-color: rgb(0 0 0 / 70%);
    color: white;
    position: fixed;
    right: 30px;
    bottom: -50px;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    transition: all .3s;
    z-index: 999;
}

.scroll-top-btn.open {
    bottom: 30px;
    opacity: 1;
}

.scroll-top-btn:hover {
    color: white;
    background-color: black;
}

@media (max-width: 768px) {
    .hero {
        padding: 40px 0 0;
    }

    .hero-title {
        line-height: 2.5rem;
        font-size: 2rem;
    }

    .scroll-top-btn {
        width: 40px;
        height: 40px;
        font-size: 1.5rem;
    }

    section {
        padding: 50px 0;
    }

    section .section-header {
        padding-bottom: 50px;
    }
}


.footer {
	padding: 80px 100px;
	background-size: cover;
	order: 3;
	color: #646A89;
	position: relative;
	flex-shrink: 0;
	z-index: 0;

	.wrapper {
	    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	position: relative;
	z-index: 0;
		&:after {
			display: none;
		}
	}
	&__bg {
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
    background-size: cover;
    background-position: 50% 0%;
    background-repeat: no-repeat;
	}
}

.footer a {
    	color: white;
}

.footer a:hover {
    	color: #ffc107;
}

.logo-footer {
	transition: none;
	img {
	height: 5rem;
	vertical-align: top;
}
}
.btn_started {
	margin-left: 9%
}

.footer-menu {
	padding: 0 0 0 3rem;
	ul {
		list-style: none;
	display: flex;
	}
	li {
		margin-left: 4.1rem;
	}
	a {
line-height: 170%;

transition: color .4s ease;

color: #646A89;
&:hover, &.current {
	color: $color-active
}
	}

}
.footer-social, .footer-phone {
	margin: 0 1.2rem;
}
.footer-social {
	padding-bottom: .2rem;
}
.footer-title {
line-height: 140%;
margin-right: 1rem;

}
.footer-phone__item a {
transition: none;
}
.footer-phone__item  i {
	color: #ffc107;
	margin-right: .9rem;
}
.footer-phone .footer-title {
	margin-right: 3rem;
}
.footer-bottom {
	border-top: 1px solid #646A89;
	margin-top: 1rem;
	padding-top: 1.5rem;
}
.copyrights {
line-height: 170%;
color: #646A89;
}
.footer-2 {
	padding-top: 5.1rem;
	.footer__bg {
		top: -22rem;
	}
}
@media screen and (max-width: 1366px) {
.btn_started {
    margin-left: 7%;
}
}
@media screen and (max-width: 1100px) {
.btn_started {
    margin-left: 3rem;
}
}
@media screen and (max-width: 1023px) {
	.footer {

	padding-top: 6rem;
	background-position: 87% 0
	}
.footer .wrapper {
	flex-wrap: wrap;
}
.logo-footer {
	order: 1;
}
.footer-social{
	margin: 1.5rem 1rem 0 0;

	order: 3;
	}.footer-phone {
	margin: 1.5rem 0 0 1rem;
		order: 4;

}
.btn_started {
	order: 2;
	margin-left: 50%
}
.footer-bottom .wrapper{
	flex-direction: column-reverse;
	align-items: center;
}
.footer-menu {
	margin: 0 -1.2rem;
    padding: 0 0 1.7rem;
    width: 100%;
    ul {
    	justify-content: center;
    }

}
.footer-menu li {
    margin: 0 1.2rem
}
}
@media screen and (max-width: 767px) {
.footer {
	padding: 3rem 0 1.6rem;
	text-align: center;
}
.footer__bg {
    display: none
}
.footer .wrapper {
	justify-content: center;
}
.btn_started {
    margin: 2rem auto 0;
    width: 36rem;
    max-width: 100%
}
.footer-phone {
	margin: 1rem 0 0;
	width: 100%;
	display: block;
}
.footer-phone .footer-title {
    margin: 0 0 .5rem;
}
.footer-social {
    margin: 2.5rem 0 0;
 }
 .logo-footer {
 margin-top: 1rem
 }
}
@media screen and (max-width: 559px) {
.footer-menu ul {
	display: block;
}
}
.socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.4;
}
.socials__item {
    margin-right: 1rem;
}
.socials-item, .phone-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}