/*******************************************************
    Template Name    : Sarah - Personal Portfolio Landing Page Template
    Author           : Cute Themes
    Version          : 1.0
    Created          : 2021
    File Description : Main css file of the template
*******************************************************/

/**************************************
    -- Css Table of Content
    01.Generale Style
    02.Preloader Area Style
    03.Navber Area Style
    04.Home Section Style
    05.About Section Style
    06.Services Section Style
    07.Portfolio Section Style
    08.Testimonials Section Style
    09.Contact Section Style
    10.Partner Logo Section Style
    11.Footer Section Style
 *************************************/
 
 
:root{
	--cor-principal:#3d71ff;
	--cor-background:#19081d;
	--cor-branco:#e6e5e5;
	--cor-cinza-transparente:#7d7d7d6b;
	--cor-cinza-transparente-bg:#ffffffaf;
	--cor-escuro:#231628;
	--cor-cinza:#c5c5c5;
	--cor-texto-blog:#4c8497;
}

/**************************************
 * 01. Generale Style
 *************************************/

 body {
	background: var(--cor-background);
	color: var(--cor-branco);
	font-family: 'Jost', sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
	overflow-x: hidden;
	margin: 0 auto;
	padding: 0;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.bg-dark {
    background: var(--cor-escuro) !important;
}

.bg-white {
	background: var(--cor-branco);
}

.color-principal {
	color: var(--cor-principal);
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-family: 'Jost', sans-serif;
	font-weight: normal;
	color: var(--cor-branco);
	line-height: 1.3;
}

a {
	color: var(--cor-principal);
	text-decoration: none !important;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

img {
	max-width: 100%;
}

a:hover {
	color: var(--cor-principal);
	-moz-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

a:hover, a:focus {
	color: var(--cor-principal);
	text-decoration: none;
}

p {
	padding: 0;
	margin: 0;
	font-size: 15px;
	color: var(--cor-cinza);
	line-height: 24px;
	font-family: 'Jost', sans-serif;
}

.p-black p,.color-black {
	color: var(--cor-escuro);
}

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

.position-relative {
	position: relative!important;
}

.form-control:focus {
	box-shadow: none;
	outline: 0 none;
	border-bottom: 1px solid var(--cor-principal);
}

.btn:focus {
	outline: none !important;
	box-shadow: none;
}

button:focus {
	outline: 0 none;
	box-shadow: none;
}

.button:focus {
	outline: none;
	box-shadow: none;
}

.button {
	display: inline-block;
	padding: 9px 25px;
	text-align: center;
	vertical-align: middle;
	font-size: 15px;
	text-transform: capitalize;
	letter-spacing: 0.5px;
	font-weight: 500;
	border: 1px solid var(--cor-principal);
	border-radius: 10px;
	background: var(--cor-principal);
	transition: all 500ms ease;
	cursor: pointer;
	color: var(--cor-branco);
	margin-top: 25px;
}

.button:hover {
	color: var(--cor-branco);
	background: transparent;
	border: 1px solid var(--cor-principal);
}

dl, ol, ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.bg-fixed {
	background-attachment: fixed;
}

.bg-img {
	background-size: cover;
	background-repeat: no-repeat;
}

.section-padding {
	padding: 100px 0;
}


.display-table {
	width: 100%;
	height: 100%;
	display: table;
}

.table-cell {
	display: table-cell;
	vertical-align: middle;
}

.mr-top-50 {
	margin-top: 50px;
}

.color-text {
	color: var(--cor-principal);
}

.back-to-top {
	position: fixed;
	z-index: 11;
	right: 25px;
	bottom: 20px;
	display: none;
	color: var(--cor-branco);
	width: 40px;
	height: 42px;
	line-height: 45px;
	border-radius: 20%;
	text-align: center;
	background: var(--cor-principal);
	transition: background 0.5s;
	cursor: pointer;
}

.back-to-top i {
	color: var(--cor-branco);
	font-size: 20px;
}

.v-middle {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

.valign {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/**************************************
 * 02.Preloader Area Style
 *************************************/
.loader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: var(--cor-escuro);
	z-index: 9999;
}

.loader-wrapper .middle {
	position: absolute;
	top: 50%;
	width: 100%;
}

.lds-ellipsis {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
}

.lds-ellipsis div {
	position: absolute;
	top: 27px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: var(--cor-branco);
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
	left: 6px;
	animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
	left: 6px;
	animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
	left: 26px;
	animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
	left: 45px;
	animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
	0% {
		transform: scale(0);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes lds-ellipsis3 {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(0);
	}
}

@keyframes lds-ellipsis2 {
	0% {
		transform: translate(0, 0);
	}

	100% {
		transform: translate(19px, 0);
	}
}

/**************************************
 * 03.Navber Area Style
 *************************************/
.navbar-b {
	transition: all .5s ease-in-out;
	background-color: transparent;
	padding-top: 1.563rem;
	padding-bottom: 1.563rem;
}

.navbar-b.navbar-reduce {
	box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

.navbar-b.navbar-trans .nav-item, .navbar-b.navbar-reduce .nav-item {
	position: relative;
	padding-right: 10px;
	padding-left: 0;
}

.navbar-b.navbar-trans .nav-link, .navbar-b.navbar-reduce .nav-link {
	color: var(--cor-branco);
	text-transform: capitalize;
	font-weight: 600;
    font-size: 16px;
	letter-spacing: 0.3px;
}

.navbar-b.navbar-trans .nav-link:hover, .navbar-b.navbar-reduce .nav-link:hover {
	color: #333;
}

.navbar-b.navbar-trans .nav-link:hover {
	color: var(--cor-branco);
}

.navbar-b.navbar-trans .show > .nav-link, .navbar-b.navbar-trans .active > .nav-link, .navbar-b.navbar-trans .nav-link.show, .navbar-b.navbar-trans .nav-link.active {
	color: var(--cor-branco);
}

.navbar-b.navbar-reduce {
	transition: all .5s ease-in-out;
	background-color: var(--cor-branco);
	padding-top: 20px;
	padding-bottom: 20px;
}

.navbar-b.navbar-reduce .nav-link {
	color: #000000;
}

.navbar-b.navbar-reduce .nav-link:hover {
	color: #000;
}

.navbar-b.navbar-reduce .show > .nav-link, .navbar-b.navbar-reduce .active > .nav-link, .navbar-b.navbar-reduce .nav-link.show, .navbar-b.navbar-reduce .nav-link.active {
	color: #000;
}

.navbar-b.navbar-reduce .navbar-brand {
	color: #000;
}

.navbar-b .navbar-brand {
	color: var(--cor-branco);
	font-size: 24px;
    font-weight: 700;
	letter-spacing: 0.3px;
}

.navbar-b .navbar-brand span {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    display: inline-block;
    background: var(--cor-branco);
}

.navbar-b.navbar-reduce .navbar-brand span {
    background: var(--cor-principal);
}

.navbar-b .navbar-nav .dropdown-item.show .dropdown-menu, .navbar-b .dropdown.show .dropdown-menu, .navbar-b .dropdown-btn.show .dropdown-menu {
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	visibility: visible !important;
}

.navbar-b .dropdown-menu {
	margin: 1.12rem 0 0;
	border-radius: 0;
}

.navbar-b .dropdown-menu .dropdown-item {
	padding: .7rem 1.7rem;
	transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item:hover {
	background-color: var(--cor-principal);
	color: var(--cor-branco);
	transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item.active {
	background-color: var(--cor-principal);
}

.navbar-toggler {
	position: relative;
}

.navbar-toggler:focus, .navbar-toggler:active {
	outline: 0;
}

.navbar-toggler span {
	display: block;
	background-color: var(--cor-escuro);
	height: 3px;
	width: 25px;
	margin-top: 4px;
	margin-bottom: 4px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	left: 0;
	opacity: 1;
}

.navbar-toggler span:nth-child(1), .navbar-toggler span:nth-child(3) {
	transition: -webkit-transform .35s ease-in-out;
	transition: transform .35s ease-in-out;
	transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
	position: absolute;
	left: 12px;
	top: 10px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
	height: 12px;
	visibility: hidden;
	background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
	position: absolute;
	left: 12px;
	top: 10px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	opacity: 0.9;
}

/**************************************
 * 04.Home Section Style
 *************************************/
.home-area {
	height: 100vh;
	position: relative;
	z-index: 1;
	color: var(--cor-branco);
	text-align: start;
	background: url(../img/bg-site.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	padding-bottom: 0px;
}

.home-area::after {
    content: "";
	position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    opacity: .3;
    z-index: -1;
    background: rgb(3, 5, 16);
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 5;
}

.hero-equal-height {
	position: relative;
	min-height: 660px;
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.home-content h5 {
    font-size: 22px;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-weight: 700;
}
.home-content h3 {
    font-size: 20px;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 3px;
}

.home-content h1 {
	font-size: 60px;
	color: var(--cor-branco);
	margin-bottom: 20px;
	font-weight: 700;
	line-height: 1.3;
}

.home-content h1 span {
    font-size: 60px;
    position: relative;
    display: inline-block;
}

.home-content h1 span:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 5px;
    height: 20px;
    width: 100%;
    background: var(--cor-principal);
}
.cd-words-wrapper {
	display: inline-block;
	position: relative;
	text-align: left;
}

.cd-words-wrapper b {
	display: inline-block;
	position: absolute;
	white-space: nowrap;
	left: 0;
	top: 0;
}

.cd-words-wrapper b.is-visible {
	position: relative;
}

.cd-headline.clip span {
	display: inline-block;
}

.cd-headline.clip .cd-words-wrapper {
	overflow: hidden;
	vertical-align: top;
	color: var(--cor-branco);
	font-weight: 500;
	letter-spacing: 0px;
}

.cd-headline.clip .cd-words-wrapper::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 2px;
	height: 100%;
	background-color: var(--cor-branco);
}

.cd-headline.clip b {
	opacity: 0;
}

.cd-headline.clip b.is-visible {
	opacity: 1;
}

.social-media a {
    display: inline-block;
    padding: 0px 5px;
    margin-right: 10px;
    color: var(--cor-branco);
	font-size: 18px;
}
.social-media a:hover {
	opacity: .5;
}


/**************************************
 * 05. About Section Style
 *************************************/
.about-images-1{
	border-radius: 70% 30% 30% 70% / 30% 30% 70% 70% ;
}

.about-img-wrapper {
	padding: 0 20px 0 0;
	margin-bottom: 20px;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.about-img-wrapper:after {
    content: '';
    background: transparent;
    position: absolute;
    z-index: -1;
    left: 15px;
    right: 5px;
    top: 15px;
    bottom: -15px;
	border: 2px solid var(--cor-principal);
	border-radius: 70% 30% 30% 70% / 30% 30% 70% 70% ;
}

.about-content {
	padding-left: 30px;
}

.about-content h3 {
    font-size: 25px;
    font-weight: 700;
}
.about-content h3 span {
    font-size: inherit;
    position: relative;
    display: inline-block;
}

.about-content h3 span:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 2px;
    height: 10px;
    width: 100%;
    background: var(--cor-principal);
}

.about-content h6 {
    margin: 10px 0 30px;
    color: var(--cor-branco);
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.about-content .p-just {
    margin-bottom: 20px;
	text-align: justify;
}
.about-content .p-just:nth-last-child(-n + 2) {
    margin-bottom: 0px;
}
.about-content p {
    margin-bottom: 20px;
}
.about-content p:nth-last-child(-n + 2) {
    margin-bottom: 0px;
}

.about-contact-info {
	padding: 25px 30px;
	margin-top: 35px;
}
.about-contact{
	background: var(--cor-escuro);
	border-radius: 5px;
	border-radius:   30% 70% 70% 30% / 30% 30% 70% 70% ;
	margin-right: 30px;
}
.about-info-details {
	text-align: center;
	padding: 15px 0px;
	display: block;
	overflow: hidden;
}
.about-info-details .about-info-icon {
	font-size: 20px;
	color: var(--cor-principal);
	text-align: center;
	margin-bottom: 10px;
}
.about-info-details .about-info-text {
}
.about-info-details .about-info-text h3 {
	padding-bottom: 5px;
	font-weight: 500;
	font-size: 16px;
	color: var(--cor-branco);
	text-transform: capitalize;
}
.about-info-details .about-info-text p {
	font-size: 14px;
	color: var(--cor-cinza);
}

/**************************************
 * 07. Portfolio Section Style
 *************************************/
.portfolio-area {
	position: relative;
}

.portfolio-area .portfolio-list {
	text-align: center;
}

.portfolio-area .portfolio-list .nav {
	display: inline-block;
	margin: 0;
	position: relative;
}

.portfolio-area .portfolio-list .nav li {
	position: relative;
	float: left;
	font-size: 16px;
	cursor: pointer;
	font-weight: 500;
	letter-spacing: 0.3px;
	text-transform: capitalize;
	display: inline-block;
	margin: 0 15px 20px;
	padding: 8px 20px;
	border-radius: 20px;
	color: var(--cor-branco);
	background-color: transparent;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.portfolio-area .portfolio-list .nav li:hover, .portfolio-area .portfolio-list .nav li.filter-active {
	color: var(--cor-texto-blog);
	background: transparent;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.portfolio-area .portfolio-container {
	display: inline-block;
	width: 100%;
}

.portfolio-area .portfolio-grid-item {
	overflow: hidden;
}

.portfolio-grid-item img {
	width: 100%;
}

.portfolio-item {
	position: relative;
	display: block;
	overflow: hidden;
	margin-top: 30px;
	margin-left: 30px;
}

.portfolio-item .portfolio-img-overlay {
	position: absolute;
    z-index: 2;
	top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
	height: auto;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .5s;
    transition: all .5s;
}
.portfolio-item:hover .portfolio-img-overlay {
    opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.portfolio-item .portfolio-img-overlay .portfolio-content {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	z-index: 2;
	-webkit-transition: .5s;
	transition: .5s;
	overflow: hidden;
	will-change: transform;
}

.portfolio-item .portfolio-img-overlay .portfolio-content h4 {
	color: var(--cor-branco);
	font-size: 18px;
	font-weight: 500;
	position: relative;
	margin-bottom: 10px;
	text-transform: capitalize;
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
	opacity: 0;
	z-index: 7;
	-webkit-transition: all .6s;
	transition: all .6s;
}

.portfolio-item .portfolio-img-overlay .portfolio-content h6 {
	color: var(--cor-texto-blog);
	margin-top: 5px;
	font-size: 15px;
	letter-spacing: 0.9px;
	position: relative;
	font-weight: 500;
	-webkit-transform: translateY(15px);
	transform: translateY(15px);
	opacity: 0;
	z-index: 7;
	-webkit-transition: all .6s;
	transition: all .6s;
}

.portfolio-item:hover .portfolio-img-overlay .portfolio-content h4,
.portfolio-item:hover .portfolio-img-overlay .portfolio-content h6 {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
.portfolio-more-btn {
	margin-top: 30px;
}

/**************************************
 * 09. Contact Section Style
 *************************************/

.contact-area {
	background: url(../img/contact-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-information {
}

.contact-info-title h3 {
	font-size: 25px;
	font-weight: 500;
}

.contact-info-title {
	padding: 0 10px;
	margin-bottom: 30px;
}

.contact-details {
	text-align: left;
	margin-bottom: 30px;
	padding: 0px 10px;
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.contact-details h6 {
	padding-bottom: 5px;
	font-weight: 500;
	font-size: 18px;
	color: var(--cor-branco);
	text-transform: capitalize;
	padding-top: 8px;
}

.contact-details p {
	font-weight: 500;
	font-size: 15px;
	color: var(--cor-cinza);
}

.box-social-media {
}
.box-social-media a {
    margin: 0 10px;
    color: var(--cor-branco);
    font-size: 16px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s;
    z-index: 3;
}

.box-social-media a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: var(--cor-escuro);
    z-index: -1;
    -webkit-transform: rotate(45deg) scale(1.1);
    transform: rotate(45deg) scale(1.1);
    -webkit-transition: all .4s;
    transition: all .4s;
}
.box-social-media a:hover {
    color: var(--cor-branco);
}
.box-social-media a:hover:after  {
    background: var(--cor-principal);
	-webkit-transform:rotate(45deg) scale(.98);
	-moz-transform:rotate(45deg) scale(.98);
	-ms-transform:rotate(45deg) scale(.98);
	-o-transform:rotate(45deg) scale(.98);
	transform:rotate(45deg) scale(.98);
}

.contact-area .form input, .contact-area .form textarea {
	width: 100%;
    padding: 10px 20px;
    color: var(--cor-branco);
    border: 0;
    font-size: 15px;
    padding-left: 20px;
    background-color: var(--cor-cinza-transparente);
    font-weight: 500;
    border-radius: 10px;
    text-transform: capitalize;
    border-bottom: 1px solid #4a4a4a;
}

#contact-form .button {
	margin: 0;
}

.form-group {
	margin-bottom: 25px;
}

button, input, textarea {
	color: #505050;
}

button, input, textarea:focus {
	border: none;
	outline: none;
}

.contact-area .form-message.success {
	background: #03b103;
	color: var(--cor-branco);
	padding: 10px 15px;
	border-radius: 3px;
}

.contact-area .form-message.error {
	background: #ff4d15;
	color: var(--cor-branco);
	padding: 10px 15px;
	border-radius: 3px;
}

/**************************************
 * 11. Footer Section Style
 *************************************/

.footer-area {
	padding: 40px 0;
}

.copyright-area {
}

.copyright-area p {
	color: var(--cor-branco);
}

.copyright-area p a {
	color: var(--cor-principal);
	font-weight: 500;
}

.div-img img {
	height: auto;
}