
* {
    box-sizing: border-box;
}
@font-face {
    font-family: 'AvenirNextCyr';
    src: url('fonts/avenir-next-cyr-medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'AvenirNextCyr', sans-serif;
}
.container-fluid {
    padding-right: 0;
    padding-left: 0;
}
.topnav {
    height: 84px;
    background-color: #1F1F1F;
    display: flex;
    align-items: center;
    font-size: 12pt;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    position: relative;
}
.logo {
    margin-left:50px;
    height: 50px;
}
.topnav ul {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    justify-content: flex-end;
    width: 100%;
}
.topnav ul li {
    padding: 0 10px;
    text-transform: uppercase;
}
.topnav ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 20px 10px;
}
.topnav ul li:hover {
    background-color: #393939;
}
section {
    font-optical-sizing: auto;
    font-style: normal;
}
.slide-box {
    position: relative;
    width: 100%;
    height: 800px;
}
.slide-1 {
    background-image: linear-gradient(rgba(50, 50, 50, 0.6), rgba(50, 50, 50, 0.6)), url('../images/1105_1.webp');
    background-size: cover;
    background-position: center;
    width: 100vw; /* Full viewport width */
    height: 100%;
    position: relative;
}
.fixed-top-bar {
    position: fixed;
    top: -84px;
    left: 0;
    right: 0;
    background-color: #1F1F1F;
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 12pt;
    z-index: 1000;
    transition: top 0.3s ease-in-out;
}
.fixed-top-bar ul {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    justify-content: center;
}
.fixed-top-bar ul li {
    padding: 0 10px;
    text-transform: uppercase;
}
.fixed-top-bar ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 20px 10px;
}
.fixed-top-bar.active {
    top: 0;
}
.services {
    padding:84px 10px 10px 10px;
}
.service-row {
    padding:20px 10px;
}
.service-row > div {
    padding:5px;
}
.service-item {
    text-align: center;
    border: 2px solid #1F1F1F;
    margin-left:5px;
    margin-bottom:20px;
    padding: 30px;
}
.service-item span {
    font-size: 10pt;
}
.service-item h4 {
    font-weight: bold;
    min-height: 80px;
}
.service-icon {
    display: flex;
    place-content: center;
    align-items: center;
    height: 80px;
}
.service-content {
    height: 250px;
    min-height: 250px;
}
.service-item a {
    text-decoration: none;
    color: #434343;
    font-size: 16pt;
    font-weight: bold;
}
.slide-row {
    height: 100%;
}
.slide-info-box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
}
.slide-info {
    display: block;
    color: #fff;
    border-left: 3px solid #FFF;
    max-width: 450px;
    padding-left: 30px;
}
.slide-info h1 {
    font-weight: bold;
    text-transform: uppercase;
}
.slide-info h6 {
    font-weight: bold;
}
.slide-info-box .action-link {
    color:#fff;
    text-decoration: none;
    padding: 15px 35px;
    margin-left: 30px;
    font-size: 18pt;
    font-weight: bold;
    text-transform: uppercase;
    background-color: rgba(0,0,0,0.8);
}
.slide-image-box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 50px 50px 0;
    height: 100%;
}
.slide-image {
    height: 600px;
}
@media (max-width: 1200px) {
    .slide-image {
        height: 400px;
    }
    .slide-box {
        height: 500px;
    }
}
.products .sub-div-1 {
    background-image: linear-gradient(rgba(31, 31, 31, 0.6), rgba(31, 31, 31, 0.7)), url("../images/holding-phone.webp");
    background-size: cover; /* Ensures the image covers the div */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents repeating */
    min-height: 700px;
}
.products .sub-div-1 > .container > .row {
    min-height: 700px;
}
.products .sub-div-2 > .container > .row {
    min-height: 750px;
}
.products .column1,.column2 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.products .info-box {
    color:#fff;
    background: #1F1F1F;
    max-width: 500px;
    padding: 40px;
}
.products .info-box h1,h2 {
    font-weight: bold;
}
.products .info-box span {
    margin-top: 10px;
    margin-bottom: 10px;
}
.products .info-box a {
    padding: 5px 10px;
    color: #1F1F1F;
    background: #fff;
    text-decoration: none;
    font-weight: bold;
}
.products .sub-div-2 .info-box {
    color:#1F1F1F;
    background: #fff;
    max-width: 500px;
    padding: 40px;
}
.products .sub-div-2 .info-box a {
    color:#fff;
    background: #1F1F1F;
}
.products .sub-div-2 .img1 {
    max-height: 550px;
}
.products .sub-div-2 .column2 {
    justify-content: start;
    background-image: url('../images/2083.webp');
    background-repeat: no-repeat;
    background-size: 600px;
    background-position: calc(100% + 50px) center; /* Moves image 20px to the right */
    overflow: hidden;
}
.metaprime, .sub-div-1 {
    background-image: linear-gradient(rgba(31, 31, 31, 0.6), rgba(31, 31, 31, 0.6)), url("../images/1105_1.webp");
    background-size: cover; /* Ensures the image covers the div */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents repeating */
    min-height: 700px;
    color:#fff;
}
.metaprime .sub-div-1 > .container > .row {
    min-height: 700px;
}
.metaprime .sub-div-2 > .container > .row {
    min-height: 600px;
}
.metaprime .sub-div-3 > .container > .row {
    min-height: 400px;
}
.metaprime .sub-div-1 .info-box {
    color:#fff;
    max-width: 500px;
    padding: 40px;
}
.metaprime .info-box h1,h2 {
    font-weight: bold;
}
.metaprime .info-box span {
    margin-top: 10px;
    margin-bottom: 10px;
}
.metaprime .info-box a {
    padding: 5px 10px;
    color: #1F1F1F;
    background: #fff;
    text-decoration: none;
    font-weight: bold;
}
.metaprime .column1,.column2 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.metaprime .sub-div-1 .img1 {
    max-height: 550px;
}
.metaprime .sub-div-2 {
    background-color: #1F1F1F;
}
.metaprime .sub-div-2 .img1 {
    max-height: 500px;
}
.img-container {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 400px;
}
.img-container img {
    max-width: 100%;
    height: auto;
}
.metaprime .sub-div-3 {
    background-color: #fff;
}
.metaprime .sub-div-3 .col-12 {
    display: flex;
    padding: 50px 20px;
}
.metaprime .item {
    display: flex;
    color:#000;
    padding: 20px 30px;
    border-left: 2px solid #1F1F1F;
    justify-content: center;
    align-items: center;
    max-width: 300px;
    min-width: 200px;
}
.metaprime .item .text-container {
    display: inline;
}
.metaprime .no-border {
    border-left: none ;
}
.metaprime .item h1,h2,h3,h4,h5 {
    font-weight: bold;
}
.investment .sub-div-1 > .container > .row {
    min-height: 700px;
}
.investment .sub-div-2 > .container > .row {
    min-height: 600px;
}
.investment .sub-div-3 > .container > .row {
    min-height: 400px;
}
.investment .sub-div-1 .info-box {
    color:#fff;
    padding: 40px;
    background: #1F1F1F;
}
.investment .info-box h1,h2 {
    font-weight: bold;
}
.investment .info-box span {
    margin-top: 10px;
    margin-bottom: 10px;
}
.investment .info-box a {
    padding: 5px 10px;
    color: #1F1F1F;
    background: #fff;
    text-decoration: none;
    font-weight: bold;
}
.img-container {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 400px;
}
.investment img {
    max-height: 600px
}
.investment .column1 {
    display: flex;
    justify-content: right;
    align-items: center;
    padding: 0;
}
.investment .sub-div-1 {
    background: #fff;
}
.investment .sub-div-1 .column2 {
    padding: 0;
}
.investment .sub-div-3 {
    background: #1F1F1F;
    color:#fff;
    padding: 40px;
    min-height: 500px;
}
.investment .sub-div-3 {
    font-size: 11pt;
}
.investment .sub-div-3 .col-4 {
    padding:30px;
}
.investment .sub-div-3 .head-line {
    padding: 0 25px;
    border-bottom: 1px solid #fff;
    font-size: 16pt;
    font-weight: bold;
    margin-left: -25px;
}
.footer .sub-div-2 {
    background: #fff;
    min-height: 200px;
    color: #1E1E1E;
}
.footer {
    height: 310px;
    color: #1E1E1E;
    padding: 30px 10px;
}
.footer h1,h2,h3,h4 {
    font-weight: bold;
}
.footer .item span {
    font-weight: lighter;
    font-size: 10pt;
}
.footer .contacts {
    font-size: 10pt;
    font-weight: bold !important;
}
.sub-footer {
    display: flex;
    justify-content: center;
    border-top: 2px solid #1F1F1F;
    font-size: 11pt;
    height: 80px;
}
.sub-footer span {
    margin-top: 20px;
}
.social-icons {
    font-size: 25px;
}
.social-icons a {
    text-decoration: none;
    color: #1F1F1F;
}
@media (max-width: 991px) {
    .topnav, .fixed-top-bar {
        display: none;
    }
    .mobile-top-bar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #1F1F1F;
        padding: 10px 20px;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1001;
    }
    .logo-mobile {
        height: 40px;
    }
    .mobile-menu-icon {
        font-size: 24px;
        color: white;
    }
    .mobile-header {
        display: none;
        background-color: #1F1F1F;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 500px;
        z-index: 1000;
        padding-top: 50px;
    }
    .mobile-header ul {
        list-style-type: none;
        padding: 0;
    }
    .mobile-header ul li {
        text-align: center;
        margin: 20px 0;
    }
    .mobile-header ul li a {
        color: white;
        text-decoration: none;
        font-size: 18px;
        display: block;
        padding: 10px;
    }
}
@media (max-width: 1200px) {
    .logo {
        margin-top: 20px;
        max-width:200px;
        margin-left: 0;
        height:auto;
    }
}
@media (min-width: 1200px) {
    .mobile-top-bar, .mobile-header {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 1025px) {
    .home .slide-info-box {
        margin-top: 50px;
    }
}
@media (max-width: 992px) {
    .hide-on-mobile {
        display: none !important;
    }
}
@media (max-width: 768px) {
    section {
        padding-top: 30px;
        margin-top: -50px;
    }
    .slide-info-box {
        margin-top: 50px;
    }
    .slide-info-box .action-link {
        font-size: 12pt;
    }
    .products .column2 {
        display: grid;
        justify-items: center;
    }
    .products .column2 .img1 {
        width: 80%;
    }
    .products .sub-div-2 {
        justify-content: start;
        background-image: linear-gradient(rgba(31, 31, 31, 0.7), rgba(31, 31, 31, 0.7)), url('images/2083.webp');
        background-repeat: no-repeat;
        background-size: cover;
        overflow: hidden;
    }
    .products .sub-div-2 .column2 {
        background: none;
    }
    .metaprime .sub-div-1 .img1 {
        margin-top:40px;
        width:60%;
    }
    .metaprime .sub-div-2 {
        padding: 20px;
    }
    .metaprime .sub-div-2 .info-box {
        margin-bottom: 20px;
    }
    .investment .sub-div-3 .head-line {
        display: block;
        text-align: center;
    }
    .footer .sub-div-2 {
        margin-top: 30px;
    }
    .footer .sub-div-2 .item {
        padding: 20px 5px;
    }
    .sub-footer {
        font-size: 10pt;
    }
    .metaprime .sub-div-4 {
        background: #fff;
    }
    .metaprime .sub-div-4 .item {
        padding: 20px;
        border-top: 2px solid #1F1F1F;
        border-left: none;
        min-width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .products .sub-div-2 .column2 {
        max-height:700px;
    }
    .products .sub-div-2 .img1 {
        width: 80%;
    }
    .metaprime .sub-div-4 .item {
        padding: 20px;
        border-top: 2px solid #1F1F1F;
        border-left: none;
        min-width: 100%;
    }
    .metaprime .sub-div-4 .item .text-container {
        text-align: center !important;
    }
    .metaprime .sub-div-4 {
        background: #fff;
    }
}
.home-contact {
    height:800px;
}
.home-contact .row {
    height:800px;
}
.home-contact .column1 {
    height:800px;
    background-image: linear-gradient(rgba(0,0,0, 0.7), rgba(0,0,0, 0.7)), url("../images/bg-contact.webp");
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.home-contact .column2 {
    height:800px;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.home-contact .info-box-1 {
    padding:50px;
    color: #fff;
}
.home-contact .info-box-1 h1,h2,h3,h4,h5,h6 {
    text-transform: uppercase;
}
.home-contact .info-box-1 img {
    height: 40px;
    margin-top: 20px;
}
.contact-form {
    max-width: 400px;
    margin: 50px auto;
    font-family: 'Arial', sans-serif;
}
.contact-form h3 {
    text-align: center;
    margin-bottom: 20px;
}
.contact-form .form-control {
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 10px;
    padding-left: 40px;
    position: relative;
}
.contact-form .form-control::placeholder {
    color: #ccc;
}
.contact-form .icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.contact-form .form-group {
    position: relative;
}
.btn-submit {
    display: block;
    width: 100%;
    background-color: #333;
    color: #fff;
    padding: 10px;
    border: none;
    border-radius: 5px;
    font-weight: bold;
}
@media (max-width: 991px) {
    .home-contact {
        height:1350px;
    }
}