/* general */

body {
    background: #000000;
    color: #FCF0F0;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Spartan', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 120%;
    margin: 0;
    font-family: 'Spartan', sans-serif;
    font-weight: 400;
    color: #FCF0F0;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

a {
    color: #0DD997;
}

a:hover {
    text-decoration: none;
    transition: .5s ease-out;
	color: #DA0243;
}

a p {
    color: #FCF0F0;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style-type: none;
}

p {
    line-height: 170%;
}

p:last-child {
    margin-bottom: 0;
}

.row {
    margin-bottom: 50px;
}

.row:last-child {
    margin-bottom: 0;
}

.section {
    padding: 5% 0 0%;
}

.section-bottom-only {
    padding-bottom: 120px;
}

.section-title {
    margin-bottom: 50px;
    text-align: center;
}

.section-title .title-top {
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #DA0243;
    letter-spacing: 4px;
    font-size: 16px;
    font-weight: 700;
}


.section-title h3 {
    font-size: 38px;
    font-weight: 700;
}

.section-title.section-title-left {
    text-align: left;
}

.section-title .title-desc {
    margin-top: 15px;
}


/* button */
.button {
	border: 3px solid #0DD997;
	background: #080808;
    color: #FCF0F0;
    font-size: 14px;
	font-weight: 700;
    padding: 6px 35px;
    margin-top: 22px;
    transition: all .3s ease;
    display: inline-block;
}

.button:hover {
    transform: translateY(-6px);
    box-shadow: 0 7px 13px -3px rgba(0, 0, 0, 0.26);
}

.button-center {
    margin: 0 auto;
}

button.nav-link {
    background-color: transparent;
    border-width: unset;
    border-style: unset;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: unset;
}

.cta-solo-btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.button i {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 33px;
    background: #FCF0F0;
    border-radius: 50%;
    text-align: center;
    margin-left: 0px;
    margin-right: -15px;
}


.button.button-secondary {
    background: transparent;
    color: #0DD997;
    margin-top: 22px;
}

.button.button-secondary i {
    background: #transparent;
}

.button.button-primary {
    background: #080808;
    color: #FCF0F0;
    margin-top: 22px;
    font-weight: 700;
    letter-spacing: 0.4px;
}

.button.button-primary span{
	font-weight:500;
	font-style:italic;
}	
	
.button.button-primary i {
    background: #080808;
    color: #0DD997;
}

.button.button-full-width {
    width: 100%;
    padding: 12px 25px;
}

.button.button-dark {
    background: #080808;
	color:#FCF0F0;
}

/* navbar */
.navbar {
    background: #000000;
    transition: .5s ease-out;
    padding: 15px 15px;
}

.navbar .navbar-brand {
    text-align: center;
    display: flex;
}

.navbar .navbar-brand h2 {
    color: #FCF0F0;
    font-size: 25px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    align-self: center;
}

.navbar .navbar-brand img {
    width: auto;
    height: 70px;
    margin-right: 15px;
}

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

.navbar .navbar-nav li .nav-link {
    font-size: 15px;
    font-weight: 500;
    color: #FCF0F0;
    transition: all .3s ease;
}

.navbar .navbar-nav li .nav-link:focus {
    color: #FCF0F0;
}

.navbar .navbar-nav li:hover .nav-link {
    color: #FCF0F0;
}

.navbar .navbar-nav li a::before {
    content: '';
    transition: all .3s ease;
    transform: translateY(-100px);
    opacity: 0;
    width: 0;
}

.navbar .navbar-nav li.current a {
    transition: all .3s ease;
    position: relative;
    color: #FCF0F0;
}

.navbar .navbar-toggler {
    border-radius: 0;
    border: 0;
}

.navbar .navbar-toggler i {
    font-size: 32px;
    color: #FCF0F0;
}

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

.navbar.navbar-fixed {
    background: #080808;
    transition: .5s ease-out;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0), 0 1px 5px 0 rgba(0, 0, 0, 0.22), 0 3px 1px -2px rgba(0, 0, 0, 0);
}

/* home intro */
.landing-intro {
    margin-bottom: 7.5%;
    margin-top: 2.5%;
}

.home-subtitle-h3 {
    line-height: 120%;
    padding-top: 25px;
}

.home-intro {
    padding: 6.5% 0 1%;
    /*background: url(../images/bg-home.webp);*/
    background-size: cover;
}
.landing-intro-wolfs::after {
	content: "";
    background: url(../images/wolfs.jpg);
    background-repeat: no-repeat;
	background-size: 100% auto;
	opacity: 0.15;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;   
}

.home-intro .content-text h1 {
    font-size: 25px;
    font-weight: 700;
    line-height: 130%;
    color: #FCF0F0;
}

.home-intro .content-text h1 span {
    color: #DA0243;
}

.home-intro .content-image {
    text-align: center;
    position: relative;
}

.home-intro .content-image img {
    width: calc(100% - 25%);
    border-radius: 10px;
}

.home-intro .content-image-2 img {
    width: calc(100% - 50%);
    border-radius: 10px;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.home-intro .content-image .wave-object img {
    border-radius: 0;
    width: 35%;
    box-shadow: none;
}

.profile-picture {
    max-height: 110px !important;
    width: auto !important;
    height: auto !important;
}

.home-intro .content-image .wave-object .object-top {
    position: absolute;
    top: 45px;
    left: 0;
}

.home-intro .content-image .wave-object .object-bottom {
    position: absolute;
    bottom: 45px;
    right: 0;
}

/* vission section */
.vission-section .content {
    text-align: center;
}

.vission-section .content .bg-icon {
    background: url(../images/bg-icon3.png) no-repeat #080808;
    background-size: cover;
    border-radius: 10px;
    padding: 30px 10px;
    margin-bottom: 20px;
    transition: all .3s ease;
}

.vission-section .content .bg-icon i {
    font-size: 80px;
    color: #FCF0F0;
    display: grid;
}

.vission-section .content .bg-icon h5 {
    font-size: 18px;
}

.vission-section .content:hover .bg-icon {
    transform: scale(1.1);
    box-shadow: 0 0 45px 6px rgba(0, 0, 0, 0.2);
}

.explanatory-scheme {
    max-width: 100%;
    height: auto;
}

.vission-section a.button.button-primary.button-center {
    margin-right: auto;
    margin-left: auto;
    display: block;
    max-width: fit-content;
}

/* references */

.references-section a.button.button-primary.button-center {
    margin-right: auto;
    margin-left: auto;
    display: block;
    max-width: fit-content;
}
