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

Name: main.css
Version: 1.0

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

Table of contents
        
    01. Navbar
    02. Slider
    03. Features
    04. About
    05. Services
    06. Testiomonials
    07. Form
    08. Blog
    09. Footer
    10. Media Query
    11. pricing
    12. Pop Up Privacy
  
*/

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

/*--------------------------------------------------
[1. Start Navbar]
--------------------------------------------------*/
/*--- btn default --*/
.btn-brand {
    background: #ffff;
    box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.1);
    border-radius: 35px;
    padding: 10px 35px;
    color: #50545f;
    font-weight: 500;
    transition: all .3s ease-in-out;
}
.btn-brand:hover {
	color: #fff;
	background-color: blue;
	border-color: blue;
}
.btn-brand.focus, .btn-brand:focus {
	color: #fff;
	background-color: #08b072;
	border-color: #08b072;
	box-shadow: none;
}
/*----------------- Headers ---------------------------------*/
.header-classic {
	background-color: #ffffff;
	transition: all .3s ease-in-out;
}
.header-classic:hover {
	background: #ffffff;
}

.navbar-classic.navbar-light .navbar-nav .nav-link {
    font-size: 15px;
    font-weight: 300;
    color: #6e6e78;

	padding: 12px 16px;
}
.navbar-classic .navbar-nav .nav-item .nav-link {
	font-size: 15px;
    font-weight: 400;
    color: #6e6e78;
	padding: 12px 20px;
    line-height: 20px;
    transition: ALL .4S ease-in-out;
}
.navbar-classic .navbar-nav .nav-item .nav-link:hover {
	color: #4dd4bf;
}
.navbar-classic .navbar-nav .nav-item .nav-link:hover.dropdown-toggle::after {
	color: #4dd4bf;
}
.navbar-classic.navbar {
	padding: 18px 0px;
}
.navbar-classic .dropdown-toggle::after {
	margin-top: 1px;
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 6px;
	vertical-align: -2px;
	content: "\f107";
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	color: #bdbebf;
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	margin-right: 15px;
	font-size: 13px;
}
.navbar-classic .navbar-collapse.show .dropdown .dropdown-menu .dropdown-item {
	border-bottom: 1px solid #f1f1f6;
	border-radius: 0px;
}
a.navbar-brand {
	display: inline-block;
	margin-right: initial;
	line-height: inherit;
	white-space: nowrap;
	color:#6e6e78;
    font-size:24px;
    padding: 0;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 16rem;
	padding: 12px;
	margin: 18px 0px;
	font-size: 1rem;
	color: #808294;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgb(255, 255, 255);
	border-radius: 2px;
	-webkit-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
	box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
}
.dropdown-item {
	display: block;
	width: 100%;
	padding: 15px 15px;
	clear: both;
	font-weight: 400;
	color: #6e6e78;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	font-size: 15px;
    line-height: 15px;
    transition: all .3s ease-in-out;
}
.dropdown-item:focus, .dropdown-item:hover {
	color: #4dd4bf;
	text-decoration: none;
	background-color: #ffff;
	border-radius: 4px;
}
.dropdown-item:focus .dropdown-toggle::after, .dropdown-item:hover.dropdown-toggle::after {
	color: #4dd4bf;
}
@media(min-width:992px) {
	.dropdown .dropdown-menu {
		display: block;
		visibility: hidden;
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
		-webkit-transition: all .3s ease-in;
		-o-transition: all .3s ease-in;
		transition: all .3s ease-in 
}
	.dropdown:hover>.dropdown-menu {
		visibility: visible;
		opacity: 1;
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		transform: scaleY(1);
		opacity: 1;
		visibility: visible;
	}
	.dropdown-submenu:hover .dropdown-menu {
		visibility: visible;
		opacity: 1;
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		transform: scaleY(1);
		opacity: 1;
		visibility: visible;
	}
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu a::after {
	transform: rotate(-90deg);
	position: absolute;
	right: 17px;
	top: 25px;
}
.dropdown-submenu .dropdown-menu {
	top: 0px;
	left: 100%;
	margin-left: 13px;
	margin-right: .1rem;
}
.caret-up {
	width: 0;
	height: 0;
	border-left: 4px solid rgba(0, 0, 0, 0);
	border-right: 4px solid rgba(0, 0, 0, 0);
	border-bottom: 4px solid;
	display: inline-block;
	margin-left: 2px;
	vertical-align: middle;
}
.mega-dropdown {
	position: unset;
}
.mega-dropdown-menu {
	width: 100%;
	position: absolute;
	top: 63px;
	margin: 15px 0px;
}
.mega-dropdown-menu ul {
	list-style: none;
}
.nav-dropitem-arrow {
	position: relative;
	font-size: 12px;
	opacity: 0;
	padding-right: 10px;
}
.nav-dropitem-arrow i {
	position: absolute;
	/* top: -1px;
	*/
}
.dropdown-item:focus, .dropdown-item:hover {
	color: #4dd4bf;
	text-decoration: none;
	background-color: #ffff;
	border-radius: 4px;
}
.dropdown-item:hover .nav-dropitem-arrow {
	color: #4dd4bf;
	opacity: 1;
	margin-right: 5px;
}
.navbar-classic .navbar-toggler, .navbar-boxed .navbar-toggler {
	padding: 17px 15px;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid #eaeaf0;
	border-radius: .25rem;
	position: relative;
}
/* mobile menu css */
.navbar-classic .navbar-collapse.show .dropdown .dropdown-menu {
	background: #fff;
	box-shadow: none;
	margin: 7px 0px;
}
.navbar-classic .navbar-collapse.show .navbar-nav .nav-item .nav-link {
	border-bottom: 1px solid #f1f1f6;
}
.navbar-classic .navbar-collapse.show .dropdown .dropdown-menu .dropdown-submenu.dropdown-item {
	border-bottom: 1px solid #f1f1f6;
}
.navbar-boxed .navbar-collapse.show .dropdown .dropdown-menu {
	background: #fff;
	box-shadow: none;
	margin: 7px 0px;
}
.navbar-boxed .navbar-collapse.show .navbar-nav .nav-item .nav-link {
	border-bottom: 1px solid #f1f1f6;
}
.navbar-boxed .navbar-collapse.show .dropdown .dropdown-menu .dropdown-submenu.dropdown-item {
	border-bottom: 1px solid #f1f1f6;
}
.navbar-transparent .navbar-collapse.show .dropdown .dropdown-menu {
	background: #fff;
	box-shadow: none;
	margin: 7px 0px;
}
.navbar-transparent .navbar-collapse.show .navbar-nav .nav-item .nav-link {
	border-bottom: 1px solid #4dd4bf;
}
.navbar-transparent .navbar-collapse.show .dropdown .dropdown-menu .dropdown-submenu.dropdown-item {
	border-bottom: 1px solid #f1f1f6;
}
.icon-bar {
	width: 21px;
	height: 3px;
	background-color: #4dd4bf;
	display: block;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	margin-top: 4px 
}
.navbar-toggler:focus {
	outline: 0px;
}
.navbar-toggler .top-bar {
	transform: rotate(45deg);
	transform-origin: 10% 190%;
	background-color: #4dd4bf;
}
.navbar-toggler .middle-bar {
	opacity: 0;
}
.navbar-toggler .bottom-bar {
	transform: rotate(-45deg);
	transform-origin: 10% -80%;
	background-color: #4dd4bf;
}
.navbar-toggler.collapsed .top-bar {
	transform: rotate(0);
	background-color: #4dd4bf;
}
.navbar-toggler.collapsed .middle-bar {
	opacity: 1;
}
.navbar-toggler.collapsed .bottom-bar {
	transform: rotate(0);
	background-color: #4dd4bf;
}



/*--------------------------------------------------
[2. Start Slider]
--------------------------------------------------*/
.slider {
    height: 900px;
    background: url('../img/bg/slider.png') center center;
    background-size: cover;
    padding-top: 60px;
}
.slider .text span {
    font-size: 32px;
    font-weight: 600;
    color: #515151;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
.slider .text span.omex {
    color: #029cc2;
font-family: 'Hero Light Bold', sans-serif;
}
.slider .text h1 {
    font-size: 19px;
    color: #313131;
    font-weight: 500;
    margin: 0;
    line-height: 27px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 30px;
}
.slider .text .btn-green {
    background: #029cc2;
    border: 2px solid #029cc2;
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
    padding: 9px 30px;
    border-radius: 100px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    transition: all .3s ease-in-out;
}
.slider .text .btn-green:hover {
    background: #ffffff;
    color: #029cc2;
}

.slider .video video {
    width: 100%;
    height: auto;
    border-radius: 8px; /* Optional: for rounded corners */
    object-fit: cover;  /* Ensures the video covers the container well */
}



/*--------------------------------------------------
[3. Start Features]
--------------------------------------------------*/
.features {
    background: #f5fdfa;
    padding: 120px 0;
}
.features .box {
    padding: 50px 30px;
    box-shadow: 1px 1px 20px 0px rgba(0,0,0,0.07);
    text-align: center;
    background: #ffffff;
    border-radius: 5px;
}
.features .box h3 {
    font-size: 20px;
    font-weight: 600;
    color: #333448;
    margin: 0;
    margin-bottom: 10px;
    margin-top: 25px;
    font-family: 'Poppins', sans-serif;
}
.features .box p {
    font-size: 16px;
    font-weight: 400;
    color: #8c8e91;
    margin: 0;
    line-height: 28px;
}
.features .text {
    padding-left: 40px;
}
.features .text span {
    font-size: 16px;
    font-weight: 400;
    color: #c0c0c9;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 3px;
}
.features .text h2 {
    font-size: 35px;
    color: #333448;
    font-weight: 700;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
}
.features .text p {
    font-size: 16px;
    font-weight: 400;
    color: #8c8e91;
    margin: 0;
    line-height: 28px;
    margin-bottom: 25px;
}
.features .text .btn-line {
    border: 2px solid #029cc2;
    text-decoration: none;
    color: #029cc2;
    display: inline-block;
    padding: 9px 30px;
    border-radius: 100px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    transition: all .3s ease-in-out;
}
.features .text .btn-line:hover {
    background: #029cc2;
    color: #ffffff;
}

/*--------------------------------------------------
[4. Start About]
--------------------------------------------------*/
.about {
    padding: 120px 0;
    background: url('../img/bg/about.png') center center no-repeat;
    background-size: cover;
}
.about .text {
    padding-left: 40px;
}
.about .text .fe {
    font-size: 16px;
    font-weight: 400;
    color: #c0c0c9;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 3px;
}
.about .text h2 {
    font-size: 35px;
    color: #333448;
    font-weight: 700;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
}
.about .text p {
    font-size: 16px;
    font-weight: 400;
    color: #8c8e91;
    margin: 0;
    line-height: 28px;
    margin-bottom: 25px;
}
.about .text span.dark {
    font-size: 18px;
    font-weight: 400;
    color: #393f47;
}
.about .text .btn-line {
    background: #029cc2;
    border: 2px solid #029cc2;
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
    padding: 9px 30px;
    border-radius: 100px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    transition: all .3s ease-in-out;
}
.about .text .btn-line:hover {
    background: #ffffff;
    color: #029cc2;
}

/*--------------------------------------------------
[5. Start Services]
--------------------------------------------------*/
.services {
    padding-top: 120px;
    padding-bottom: 90px;
    background: #f5fdfa;
}
.services .heading {
    margin-bottom: 50px;
}
.services .heading span {
    font-size: 16px;
    font-weight: 400;
    color: #c0c0c9;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 3px;
}
.services .heading h2 {
    font-size: 35px;
    color: #333448;
    font-weight: 700;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
}
.services .box {
    padding: 50px 30px;
    box-shadow: 1px 1px 20px 0px rgba(0,0,0,0.07);
    border-radius: 5px;
    margin-bottom: 30px;
    background: #ffffff;
}
.services .box h3 {
    font-size: 20px;
    font-weight: 600;
    color: #333448;
    margin: 0;
    margin-bottom: 10px;
    margin-top: 25px;
    font-family: 'Poppins', sans-serif;
}
.services .box p {
    font-size: 16px;
    font-weight: 400;
    color: #8c8e91;
    margin: 0;
    line-height: 28px;
}

/*--------------------------------------------------
[6. Start Testiomonials]
--------------------------------------------------*/
.testimonials {
    background: url('../img/bg/about.png') center center no-repeat;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 90px;
}
.testimonials .heading {
    margin-bottom: 50px;
}
.testimonials .heading span {
    font-size: 16px;
    font-weight: 400;
    color: #c0c0c9;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 3px;
}
.testimonials .heading h2 {
    font-size: 35px;
    color: #333448;
    font-weight: 700;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
}
.testimonials .box {
    padding: 50px 30px;
    box-shadow: 1px 1px 20px 0px rgba(0,0,0,0.07);
    border-radius: 5px;
    margin-bottom: 30px;
}
.testimonials .box p {
    font-size: 16px;
    font-weight: 400;
    color: #8c8e91;
    margin: 0;
    line-height: 28px;
}
.testimonials .box h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333448;
    margin: 0;
    margin-top: 15px;
    font-family: 'Poppins', sans-serif;
}
.testimonials .box span {
    font-size: 14px;
    font-weight: 400;
    color: #a8aaac;
    display: inline-block;
    margin-top: 5px;
}
.testimonials .images {
    position: relative;
    width: 100%;
    height: 600px;
    width: 700px;
}
.testimonials .images .image-1 {
    top: 0;
    left: 10%;
    position: absolute;
    animation: circle 3s infinite ease-in-out;
}
.testimonials .images .image-2 {
    top: 5%;
    right: 0%;
    position: absolute;
    animation: circle 3s 1s infinite ease-in-out;
}
.testimonials .images .image-3 {
    top: 40%;
    right: 40%;
    position: absolute;
    animation: circle 3s 2s infinite ease-in-out;
}
.testimonials .images .image-4 {
    bottom: 0%;
    left: 12%;
    position: absolute;
    animation: circle 3s 3s infinite ease-in-out;
}
.testimonials .images .image-5 {
    bottom: 5%;
    right: 5%;
    position: absolute;
    animation: circle 3s 4s infinite ease-in-out;
}

@keyframes circle {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(.9);
    }
    100% {
        transform: scale(1);
    }
}

/*--------------------------------------------------
[7. Start Form]
--------------------------------------------------*/
.contact {
    padding: 90px 0 120px 0;
    background: #f5fdfa;
    background-size: cover;
}
.contact .heading {
    margin-bottom: 50px;
}
.contact .heading span {
    font-size: 16px;
    font-weight: 400;
    color: #c0c0c9;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 3px;
}
.contact .heading h2 {
    font-size: 35px;
    color: #333448;
    font-weight: 700;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
}
.contact .form-control {
    padding: 25px;
    font-size: 13px;
    margin-bottom: 10px;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
}
.contact button.btn {
    padding: 10px;
    border-radius: 5px;
    font-size: 15px;
    background: #029cc2;
    color: #ffffff;
}


/*--------------------------------------------------
[8. Start Blog]
--------------------------------------------------*/
.blog {
    padding: 120px 0;
    background: url('../img/bg/about.png') center center no-repeat;
}
.blog .heading {
    margin-bottom: 50px;
}
.blog .heading span {
    font-size: 16px;
    font-weight: 400;
    color: #c0c0c9;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 3px;
}
.blog .heading h2 {
    font-size: 35px;
    color: #54B366;
    font-weight: 700;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
}
.blog .box {
    box-shadow: 1px 1px 20px 0px rgba(0,0,0,0.07);
    border-radius: 5px;
}
.blog .box h3 a {
    font-size: 20px;
    font-weight: 600;
    color: #4f5061;
    margin: 0;
    margin-top: 35px;
    margin-bottom: 0px;
    text-decoration: none;
    display: inline-block;
    transition: all .3s ease-in-out;
}
.blog .box h3 a:hover {
    color: #029cc2;
}
.blog .box p {
    font-size: 16px;
    font-weight: 400;
    color: #8c8e91;
    margin: 0;
    line-height: 28px;
    padding: 0 15px;
    padding-bottom: 35px;
}

/*--------------------------------------------------
[9. Start Footer]
--------------------------------------------------*/

.footer {
    padding: 40px 0;
    padding-bottom: 10px;
    background: #f5fdfa;
}
.footer .who p {
    font-size: 15px;
    font-weight: 400;
    color: #8c8e91;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 5px;
    display: inline-block;
}
.footer .who span {
    display: block;
    color: #282828;
    font-size: 16px;
    margin: 0;
    margin-top: 20px;
}
.footer .links h3 {
    font-size: 20px;
    font-weight: 500;
    color: #131313;
    margin: 0;
    margin-bottom: 20px;
}
.footer .links ul {
    padding: 0;
}
.footer .links ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 15px;
}
.footer .links ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #8c8e91;
    text-decoration: none;
    display: inline-block;
    transition: all .3s ease-in-out;
}
.footer .links ul li a:hover {
    color: #029cc2;
}
.footer .social h3 {
    font-size: 20px;
    font-weight: 500;
    color: #131313;
    margin: 0;
    margin-bottom: 20px;
}
.footer .social .icon {
    display: inline-block;
    position: relative;
    border: 1px solid #029cc2;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-right: 5px;
    transition: all .3s ease-in-out;
}
.footer .social .icon:hover {
    background: #029cc2;
}
.footer .social .icon:hover a {
    color: #ffffff;
}
.footer .social .icon a {
    display: inline-block;
    text-decoration: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #029cc2;
}
.bottom {
    padding: 5px 0;
    text-align: center;
}
.bottom h3 {
    font-size: 12px;
    font-weight: 400;
    color: #6b6c6d;
    margin: 0;
    padding: 0;
}


/*--------------------------------------------------
[10. Start Media Query]
--------------------------------------------------*/
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .navbar {
        padding: 30px;
        background: #ffffff !important;
    }
    .navbar .nav-link {
        margin: 0;
        margin: 20px 0;
    }
    .slider {
        padding: 600px 0;
        text-align: center;
    }
    .slider .text {
        margin-bottom: 50px;
    }
    .slider .image img {
        margin: 0 auto;
    }
    .features {
        text-align: center;
    }
    .features .box {
        margin-bottom: 40px;
    }
    .features .text {
        padding: 0;
    }
    .about {
        text-align: center;
    }
    .about .text {
        padding: 0;
    }
    .about .image {
        margin-top: 50px;
    }
    .testimonials .images {
        display: none;
    }
    .contact .image {
        margin-bottom: 50px;
    }
    .contact {
        text-align: center;
    }
    .blog {
        padding-bottom: 80px;
    }
    .blog .box {
        margin-bottom: 40px;
    }
    .blog .box img {
        width: 100%;
    }
    .footer {
        text-align: center;
    }
    .footer .who {
        margin-bottom: 30px;
    }
    .footer .links {
        margin-bottom: 30px;
    }

}

@media (max-width: 767.98px) { 
    .navbar {
        padding: 30px;
        background: #ffffff !important;
    }
    .navbar .nav-link {
        margin: 0;
        margin: 20px 0;
    }
    .slider {
        padding: 600px 0;
        text-align: center;
    }
    .slider .text {
        margin-bottom: 50px;
    }
    .slider .image img {
        margin: 0 auto;
    }
    .features {
        text-align: center;
    }
    .features .box {
        margin-bottom: 40px;
    }
    .features .text {
        padding: 0;
    }
    .about {
        text-align: center;
    }
    .about .text {
        padding: 0;
    }
    .about .image {
        margin-top: 50px;
    }
    .testimonials .images {
        display: none;
    }
    .contact .image {
        margin-bottom: 50px;
    }
    .contact {
        text-align: center;
    }
    .blog {
        padding-bottom: 80px;
    }
    .blog .box {
        margin-bottom: 40px;
    }
    .blog .box img {
        width: 100%;
    }
    .footer {
        text-align: center;
    }
    .footer .who {
        margin-bottom: 30px;
    }
    .footer .links {
        margin-bottom: 30px;
    }
 }

 @media (max-width: 991.98px) {
    .navbar {
        padding: 30px;
        background: #ffffff !important;
    }
    .navbar .nav-link {
        margin: 0;
        margin: 20px 0;
    }
    .slider {
        padding: 600px 0;
        text-align: center;
    }
    .slider .text {
        margin-bottom: 50px;
    }
    .slider .image img {
        margin: 0 auto;
    }
    .features {
        text-align: center;
    }
    .features .box {
        margin-bottom: 40px;
    }
    .features .text {
        padding: 0;
    }
    .about {
        text-align: center;
    }
    .about .text {
        padding: 0;
    }
    .about .image {
        margin-top: 50px;
    }
    .testimonials .images {
        display: none;
    }
    .contact .image {
        margin-bottom: 50px;
    }
    .contact {
        text-align: center;
    }
    .blog {
        padding-bottom: 80px;
    }
    .blog .box {
        margin-bottom: 40px;
    }
    .blog .box img {
        width: 100%;
    }
    .footer .social .icon {
        width: 35px;
        height: 35px;
    }
    .footer .social .icon a {
        font-size: 14px;
    }
 }

 @media (max-width: 1199.98px) {
    .testimonials .images {
        width: 100%;
    }
 }

/*--------------------------------------------------
[12. pop up privacy]
--------------------------------------------------*/

 body.blur::before {
            content: "";
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            backdrop-filter: blur(5px);
            z-index: 1040;
            pointer-events: none;
        }
        
              
        .popup-container {
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            z-index: 1050;
            transform: translateY(100%);
            transition: transform 0.5s ease-out;
        }
        
        .popup-container.show {
            transform: translateY(0);
        }
        
        .popup-content {
            background-color: #fff;
            padding: 20px;
            border-top: 3px solid #029cc2;
            box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
        }




 /*--------------------------------------------------
[11. Start Price]
--------------------------------------------------*/
.price {
    padding-bottom: 120px;
}
.price .heading {
    margin-bottom: 50px;
}
.price .heading span {
    font-size: 16px;
    font-weight: 400;
    color: #c0c0c9;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 3px;
}
.price .heading h2 {
    font-size: 35px;
    color: #333448;
    font-weight: 700;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
}
/* Box-1 */
.price .box-1 {
    box-shadow: 1px 1px 20px 0px rgba(0,0,0,0.07);
    border-top: 6px solid #c7a3f7;
    border-radius: 5px;
}
.price .box-1 .head {
    padding: 40px 0;
    border-bottom: 1px solid #eeeeee;
}
.price .box-1 .head span {
    font-size: 22px;
    font-weight: 400;
    color: #333448;
    display: inline-block;
}
.price .box-1 .head h3 {
    font-size: 55px;
    font-weight: 700;
    margin: 0;
    color: #855ff3;
    font-family: 'Poppins', sans-serif;
    margin-top: 5px;
}
.price .box-1 .head h4 {
    font-size: 15px;
    font-weight: 400;
    color: #cfcfcf;
    margin: 0;
    text-transform: uppercase;
}
.price .box-1 .body {
    padding: 25px 0;
    margin: 0;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 40px;
}
.price .box-1 .body ul {
    margin: 0;
    padding: 0;
    
}
.price .box-1 .body ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    color: #838a95;
    font-weight: 400;
    margin: 15px 0;
}
.price .box-1 .btn-color {
    background: #855ff3;
    border: 2px solid #855ff3;
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
    padding: 9px 30px;
    border-radius: 100px;
    font-size: 15px;
    font-weight: 400;
    transition: all .3s ease-in-out;
}
.price .box-1 p {
    font-size: 16px;
    font-weight: 400;
    color: #8a919c;
    margin: 0;
    padding-bottom: 40px;
    margin-top: 15px;
}
/* Box-2 */
.price .box-2 {
    box-shadow: 1px 1px 20px 0px rgba(0,0,0,0.07);
    border-top: 6px solid #a3eeb1;
    border-radius: 30px;
}
.price .box-2 .head {
    padding: 30px 0;
    /* border-bottom: 1px solid #eeeeee; */
}
.price .box-2 .head span {
    font-size: 22px;
    font-weight: 600;
    color: #333448;
    display: inline-block;
}
.price .box-2 .head h3 {
    font-size: 85px;
    font-weight: 600;
    margin: 0;
    color: #333448;
    font-family: 'Poppins', sans-serif;
    margin-top: 5px;
}
.price .box-2 .head h4 {
    font-size: 15px;
    font-weight: 400;
    color: #cfcfcf;
    margin: 0;
    text-transform: uppercase;
}
.price .box-2 .body {
    padding: 25px 20px;
    margin: 0;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 40px;
    text-align: left;
}
.price .box-2 .body ul {
    margin: 0;
    padding: 0;
    
}
.price .box-2 .body ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    color: #838a95;
    font-weight: 200;
    margin: 15px 0;
}
.price .box-2 .btn-color {
    background: #54b366;
    border: 2px solid #54b366;
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
    padding: 9px 30px;
    border-radius: 100px;
    font-size: 15px;
    font-weight: 400;
    transition: all .3s ease-in-out;
}
.price .box-2 p {
    font-size: 16px;
    font-weight: 400;
    color: #8a919c;
    margin: 0;
    padding-bottom: 40px;
    margin-top: 15px;
}
.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
  font-family: sans-serif;
  font-size: 13px !important;
}

.feature-list .icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-right: 12px;
  flex-shrink: 0;
}

.feature-list .available .icon {
  background-color: #00e6e6;
  color: white;
}

.feature-list .unavailable .icon {
  background-color: #c4c4c4;
  color: white;
}

.feature-list .unavailable .text {
  color: #999;
}

/* Box-3 */
.price .box-3 {
    box-shadow: 1px 1px 20px 0px rgba(0,0,0,0.07);
    border-top: 6px solid #fdce96;
    border-radius: 5px;
}
.price .box-3 .head {
    padding: 40px 0;
    border-bottom: 1px solid #eeeeee;
}
.price .box-3 .head span {
    font-size: 22px;
    font-weight: 400;
    color: #333448;
    display: inline-block;
}
.price .box-3 .head h3 {
    font-size: 55px;
    font-weight: 700;
    margin: 0;
    color: #ff8750;
    font-family: 'Poppins', sans-serif;
    margin-top: 5px;
}
.price .box-3 .head h4 {
    font-size: 15px;
    font-weight: 400;
    color: #cfcfcf;
    margin: 0;
    text-transform: uppercase;
}
.price .box-3 .body {
    padding: 25px 0;
    margin: 0;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 40px;
}
.price .box-3 .body ul {
    margin: 0;
    padding: 0;
    
}
.price .box-3 .body ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    color: #838a95;
    font-weight: 400;
    margin: 15px 0;
}
.price .box-3 .btn-color {
    background: #ff8750;
    border: 2px solid #ff8750;
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
    padding: 9px 30px;
    border-radius: 100px;
    font-size: 15px;
    font-weight: 400;
    transition: all .3s ease-in-out;
}
.price .box-3 p {
    font-size: 16px;
    font-weight: 400;
    color: #8a919c;
    margin: 0;
    padding-bottom: 40px;
    margin-top: 15px;
}
nav .btn-brand {    color: #fff;    background-color: blue;    border-color: blue;}







 section.header::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    content: "";
    background-color: rgb(12 108 173 / 66%) !important;
    
    height: 100%;
}
.header{
    position: relative;
} 





  @font-face {
    font-family: 'Hero Light Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Hero Light Regular'), url('HeroLight-Regular.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Hero Light Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Hero Light Bold'), url('HeroLight-Bold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Hero Light Light';
    font-style: normal;
    font-weight: normal;
    src: local('Hero Light Light'), url('HeroLight-Light.woff') format('woff');
    }