@font-face {
    font-family: 'Montserrat Regular';
    src: url("/assets/fonts/Montserrat-Regular.ttf");
}

@font-face {
    font-family: 'Montserrat Semibold';
    src: url("/assets/fonts/Montserrat-SemiBold.ttf");
}

@font-face {
    font-family: 'Montserrat Black';
    src: url("/assets/fonts/Montserrat-Black.ttf");
}

:root {
    --main-cl: black;
    --font-reg: 'Montserrat Regular';
    --font-semi: 'Montserrat Semibold';
    --font-bold: 'Montserrat Black';
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: var(--font-reg);
    font-size: 14px;
}

.btn{
    border-radius: 25px;
}

.btn-dark{
    background-color: black;
    border-color: black;
}

.modal-dialog {
    display: flex;
    justify-content: center;
}

.section-template {
    margin-bottom: 15px;
}

.section-subtitle {
    font-size: 18px;
    font-family: var(--font-semi);
}

.section-title {
    font-size: 22px;
    font-family: var(--font-bold);
}

.modal-dialog {
    display: flex;
    justify-content: center;
}

.modal-header {
    border-bottom-color: #ccc;
}

.data-modal-dialog .modal-content {
    background-color: #fff;
    width: 400px;
}

.modal-body form {
    display: grid;
    gap: 15px;
}

.data-input {
    outline: none;
    border-radius: 13px;
    border: 1px solid #ccc;
    background: #fff;
    padding: 10px;
    color: var(--main-cl);
    font-size: 17px;
}
.data-input:focus{
    border: 1px solid black;
}

.data-input:active{
    border: 1px solid black;
}

.data-input::placeholder {
    color: #525252;
}

.modal-title {
    color: var(--main-cl);
}


/* Navigation */
.mnavigation, .navigation {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    background-color: #fff;
    height: 70px;
}

.navigation-shadow {
    box-shadow: 0px 3px 20px -15px rgba(61, 61, 91, 1);
}

.mnavigation {
    display: none;
}

.navigation {
    display: grid;
    place-items: center;
}

.navigation .container, .mnavigation .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navigation-logo img {
    height: 50px;
    margin-top: -5px;
}

.navigation-links {
    display: flex;
    align-items: center;
    gap: 30px;
}

.navigation-link {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    user-select: none;
}

.navigation-link:hover {
    color: var(--main-cl);
}

.navigation-language {
    font-family: var(--font-semi);
}

.nav-lang {
    position: relative;
    cursor: pointer;
    user-select: none;
}

.nav-lang span {
    position: absolute;
    top: -5px;
    right: -15px;
}

.nav-lang-dropdown {
    display: none;
    position: absolute;
    width: 80px;
    top: 28px;
    right: -20px;
    background-color: #fff;
    z-index: 999;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2) !important;
    border-radius: 10px;
    padding: 7px 0;
}

.nav-lang-dropdown a {
    color: #000;
    text-decoration: none;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    padding: 0 15px;
}

.nav-lang-dropdown a:hover {
    background-color: #ebebeb;
}

.nav-lang-dropdown img {
    width: 18px;
    margin-right: 5px;
}

.offcanvas-body .navigation-links {
    width: 100%;
}

.mnav-lang {
    width: 100%;
    border: 1px solid #ebebeb;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mnav-lang a {
    width: 25%;
    border-right: 1px solid #ebebeb;
    padding: 10px;
    text-decoration: none;
    color: #1a1e21;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navigation-actions button{
    padding-left: 25px;
    padding-right: 25px;
}


/* Welcome */

.welcome {
    padding-top: 100px;
}

.welcome .container {
    position: relative;
}

.welcome .container .row {
    position: absolute;
    top: 0;
    right: 25px;
    width: 98%;
    height: 99%;
    background: linear-gradient(103deg, #000 1.55%, rgba(255, 255, 255, 0.00) 131.41%);
    border-radius: 50px;
    align-items: center;
}

.welcome-background {
    border-radius: 50px;
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.welcome-information {
    padding-left: 60px;
    display: grid;
}

.welcome-title {
    font-size: 45px;
    color: #fff;
    font-family: var(--font-bold);
    text-transform: uppercase;
    margin-bottom: 10px;
}

.welcome-subtitle {
    font-size: 20px;
    color: #fff;
    margin-bottom: 50px;
}

.welcome-button a {
    font-size: 17px;
    color: #fff;
    text-decoration: none;
    padding-bottom: 30px;
    width: 330px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
    transition: 0.3s all;
}

.welcome-button a:hover {
    width: 360px;
}

.welcome-decoration {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}

.drone-img {
    width: 100%;
    z-index: 1;
}

.welcome-video {
    position: absolute;
    z-index: 0;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
    user-select: none;
}

.welcome-video svg {
    transition: 0.4s;
}

.welcome-video:hover svg {
    transform: scale(1.1);
}

/* IMG BLOCKS */
.img-blocks {
    margin-top: 20px;
}

.img-block {
    position: relative;
    display: grid;
    place-items: center;
    border-radius: 50px;
}

.img-block img {
    width: 100% !important;
    border-radius: 50px;
    height: auto !important;
}

.img-block-text {
    font-size: 17px;
    font-family: var(--font-semi);
    position: absolute;
    color: #fff;
    padding: 15px;
    text-align: center;
}

.owl-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-top: -5px;
}
.owl-dot{
    width: 12px!important;
    height: 12px!important;
    border-radius: 50% !important;
    background-color: #ccc!important;
}
.owl-dots .active{
    background-color: black!important;
}
.partners .owl-dots{
    display: none!important;
}

/* About */

.about {
    margin-top: 70px;
}

.about .row {
    align-items: center;
}

.about-img img {
    width: 95%;
    height: 500px;
    object-fit: cover;
    border-radius: 50px;
}

.about-company {
    font-size: 16px;
    font-family: var(--font-semi);
    margin-bottom: 10px;
}

.about-title {
    font-size: 22px;
    font-family: var(--font-bold);
    margin-bottom: 25px;
}

.about-text {
    font-size: 14px;
    font-family: var(--font-reg);
    margin-bottom: 15px;
}

.about-subtitle {
    font-size: 20px;
    font-family: var(--font-semi);
    margin-bottom: 10px;
    text-transform: uppercase;
}

.about-information .btn {
    padding-left: 25px;
    padding-right: 25px;
}

/* Example */
.example {
    margin-top: 80px;
}

.example .row {
    position: relative;
}

.example-title {
    position: absolute;
    z-index: 0;
    font-size: 70px;
    color: rgba(61, 61, 91, 0.18);
    top: -75px;
    font-family: var(--font-bold);
    text-align: center;
    letter-spacing: 2px;
}

.beer-slider {
    border-radius: 50px;
    z-index: 1;
}

.beer-handle {
    background: url('/assets/img/icons/drone-range.png')!important;
    background-size: 100px 64px!important;
    background-position: center;
    background-repeat: no-repeat;
    width: 100px;
    height: 64px;
    border: none!important;
    outline: none!important;
    box-shadow: 0 0 0 transparent!important;
}

.beer-handle::after, .beer-handle::before {
    all: unset!important;
}

/* Areas */

.areas {
    margin-top: 70px;
}

.area-card {
    display: grid;
    gap: 30px;
    border-radius: 30px;
    border: 2px solid var(--main-cl);
    padding: 20px;
    height: 250px;
    background: transparent;
    margin-bottom: 26px;
    transition: 0.5s all;
}

.area-card:hover {
    user-select: none;
    cursor: pointer;
    background: var(--main-cl)
}

.area-card:hover .area-card-text {
    color: #fff;
}

.area-card:hover svg {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(68deg) brightness(102%) contrast(104%);
}

.area-card-img svg {
    height: 80px;
    object-fit: contain;
}
.area-card-img svg path{
    fill: black;
}

.area-card-text {
    color: var(--main-cl);
}

.area-card-title {
    font-size: 18px;
    font-family: var(--font-semi);
    margin-bottom: 5px;
    line-height: 1;
}

.area-card-description {
    font-size: 14px;
    font-family: var(--font-reg);
    line-height: 1;
    margin-bottom: 0;
}

.first-card {
    background: var(--main-cl);
}

.first-card .area-card-text {
    color: #fff;
}

.area-text {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}

.area-description {
    font-size: 14px;
    font-family: var(--font-reg);
}

.area-button, .area-button .data-button {
    width: 100%;
}

/* Articles */

.articles {
    margin-top: 70px;
}
.articles-page{
    min-height: 95vh;
    margin-top: 100px;
    margin-bottom: 100px;
}
.articles-page .article-card{
    margin-bottom: 30px;
}
.article-card {
    position: relative;
}

.article-card img {
    width: 100%;
    border-radius: 50px;
}

.article-card-text {
    font-size: 22px;
    font-family: var(--font-bold);
    position: absolute;
    bottom: 60px;
    left: 35px;
    color: #fff;
    transition: 0.4s all;
}

.articles .item img {
    height: auto !important;
}
.project-title{
    font-size: 42px;
    font-weight: 700;
}
.project-detail-img{
    width: 100%;
    height: 400px;
    object-fit: cover;
    margin-bottom: 20px;
}

/* Partners */
.partners {
    margin-top: 70px;
}

.item img {
    height: 45px;
    object-fit: contain;
}

/* Contacts */
.contacts {
    margin-top: 70px;
}

.contacts-information {
    padding: 55px;
    background: var(--main-cl);
    border-radius: 50px;
    display: grid;
    color: #fff;
}

.contacts-title {
    font-size: 23px;
    font-family: var(--font-bold);
    margin-bottom: 30px;
}

.contacts-point {
    display: flex;
    gap: 10px;
    align-items: center;
    text-decoration: none;
    margin-bottom: 10px;
    color: #fff;
    font-size: 22px;
}

.contacts-button, .contacts-button .data-button {
    width: 100%;
    margin-top: 10px;
}

.contacts-button .data-button {
    background: #fff;
    color: var(--main-cl) !important;
}

.contacts-button .data-button:hover {
    background: #8b8bb6;
    color: #fff !important;
}

#map {
    height: 425px;
    border-radius: 50px;
}

/* Footer */
footer {
    height: 70px;
    background: #000;
    display: grid;
    place-items: center;
    margin-top: 70px;
}

footer .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-company, .footer-dev a {
    font-size: 16px;
    color: #fff;
}

.footer-socials {
    display: flex;
    gap: 10px;
    align-items: center;
}

.footer-social {
    display: grid;
    place-items: center;
    gap: 5px;
}

.footer-socials a {
    text-decoration: none;
    color: #fff;
}

.footer-socials a i{
    font-size: 24px;
}

.social-name {
    font-size: 9px;
}

.footer-dev a {
    text-decoration: none;
    text-align: end;
}







/*
** Auth page
*/
.auth-page{
    width: 100%;
    min-height: 90vh;
    display: flex;
    align-items: center;
}
.auth-page .row{
    display: flex;
    justify-content: center;
}
.auth-form{
    background-color: #fff;
    padding: 30px 55px;
    border: 1px solid #f5f5f5;
    text-align: center;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.1);
    border-radius: 50px;
}
.auth-form .logo{
    margin-bottom: 25px;
}
.auth-form .logo img{
    width: 140px;
}
.auth-form h4{
    font-weight: 700;
    margin-bottom: 10px;
    color: #383e42;
}
.auth-form .auth-field{
    position: relative;
}
.auth-form .auth-field input{
    margin: 15px 0;
    height: 50px;
    border-radius: 12px;
    border: 1px solid #7c7c7c;
    padding-left: 15px;
}
.auth-form .auth-action button{
    height: 50px;
    font-weight: 700;
    font-size: 20px;
    background-color: black;
    border-color: black;
    color: white;
}
.auth-page ul {
    margin: 0;
}
.auth-page ul li{
    text-align: left;
}

















