@font-face {
    font-family: 'ChaletBold';
    src: url('/fonts/chalet_newyorknineteeneighty.otf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Chalet';
    src: url('/fonts/chalet_parisnineteeneighty.otf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
}

.border-end, .border-start, .border-top, .border-bottom {
    border-color: #134a7b !important;
}

body {
    background-color: #050416;
    background-image: url("/images/bg.png");
    background-size: 100%;
    font-family: 'Chalet';
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.5px !important;
}
h1, h2, h3, h4, h5, h6, button, a.nav-link, a.btn {
    font-weight: 700;
    font-family: 'ChaletBold';
}

button, a {
    letter-spacing: 0.5px !important;
}

.card {
    background: rgb(103 96 161 / 25%);
    background: linear-gradient(135deg, rgb(0 0 0 / 30%) 0%, rgb(95 121 158 / 35%) 50%, rgb(19 46 82 / 45%) 100%);
    border: 1px solid #134a7b;
    backdrop-filter: blur(10px);
    box-shadow: 0 0 5px 1px rgb(14 2 30 / 70%);
}
.page-header {
    padding: 60px 0;
}

.px-12 {
    padding-right: .75rem !important;
    padding-left: .75rem !important;
}
.mb-32 {
    margin-bottom: 2rem !important;
}
@media (min-width: 768px) {
    .px-md-12 {
        padding-right: .75rem !important;
        padding-left: .75rem !important;
    }
    .mb-md-32 {
        margin-bottom: 2rem !important;
    }
}

.fs-100 {
    font-size: 100px;
}

.fs-75 {
    font-size: 75px;
}

.fs-40 {
    font-size: 40px;
}

.fs-32 {
    font-size: 32px;
}

.fs-28 {
    font-size: 28px;
}

.fs-26 {
    font-size: 26px;
}

.fs-24 {
    font-size: 24px;
}

.fs-25 {
    font-size: 25px;
}

.fs-22 {
    font-size: 22px;
}

.fs-20 {
    font-size: 20px;
}

.fs-19 {
    font-size: 19px;
}

.fs-18 {
    font-size: 18px;
}

.fs-17 {
    font-size: 17px;
}

.fs-16 {
    font-size: 16px;
}

.fs-15 {
    font-size: 15px;
}

.fs-14 {
    font-size: 14px;
}

.fs-13 {
    font-size: 13px;
}

.fs-12 {
    font-size: 12px;
}

.fs-11 {
    font-size: 11px;
}

.fs-10 {
    font-size: 10px;
}

.fs-9 {
    font-size: 9px;
}

.fs-8 {
    font-size: 8px;
}

.fw-600 {
    font-weight: 600;
}
.fw-500 {
    font-weight: 500;
}
.fw-800 {
    font-weight: 800;
}
.fw-900 {
    font-weight: 900;
}
.fw-300 {
    font-weight: 300;
}

@media (min-width: 1320px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }
}
@media (min-width: 1500px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1320px;
    }
}

.form-control:focus {
    box-shadow: none;
    outline: none;
    border-color: #dee2e6;
}

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

.br-10 {
    border-radius: 10px;
}

.footer {
    margin-left: 0;
    color: #fff;
    font-size: 14px;
    background: rgb(103 96 161 / 25%);
    background: linear-gradient(135deg, rgb(0 0 0 / 30%) 0%, rgb(95 121 158 / 35%) 50%, rgb(19 46 82 / 45%) 100%);
    border-top: 1px solid #134a7b;
    backdrop-filter: blur(10px);
    box-shadow: 0 0 5px 1px rgb(14 2 30 / 70%);
}

.footer .footer-container {
    padding-top: 30px;
    padding-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

.footer .footer-container .footer-item .footer-item-content {
    padding-left: 20px;
    border-left: 2px solid rgb(87 46 142 / 30%);
}

.footer .footer-container .footer-item .footer-item-content h4 {
    text-align: left;
    margin-left: 3px;
}

.footer .footer-container .footer-item .footer-item-content .list {
    list-style-type: none;
    text-align: left;
    font-size: 14px;
    padding: 5px 0 0;
}

.footer .footer-container .footer-item .social-icons {
    width: 24px;
    background: #fff;
    border-radius: 50% !important;
}

.footer .copyright {
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 0;
    box-shadow: 0 0 3px 0 rgb(87 46 142 / 70%);
}

.footer .footer-container .footer-item .footer-item-content .list li {
    padding: 5px;
}

.footer .footer-container .list li .s7-call,
.footer .footer-container .list li .s7-mail,
.footer .footer-container .list li .s7-map-marker {
    padding-right: 10px;
}

.footer-item-content .list li a, .terms-accept-container a {
    text-decoration: none;
    color: #fff;
}

.padding-x {
    padding: 0 calc((100% - 1320px) / 2);
}

.footer-container.padding-x {
    padding: 30px calc((100% - 1360px) / 2) 0;
}

.navbar {
    z-index: 10;
    background: rgb(103 96 161 / 25%);
    background: linear-gradient(135deg, rgb(0 0 0 / 30%) 0%, rgb(95 121 158 / 35%) 50%, rgb(19 46 82 / 45%) 100%);
    border-bottom: 1px solid #134a7b;
    backdrop-filter: blur(10px);
    box-shadow: 0 0 5px 1px rgb(14 2 30 / 70%);
}
.navbar .nav-item .nav-link {
    letter-spacing: 1.2px !important;
}
.nav-link.nav-buttons {
    display: flex;
    max-height: 45px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    padding: 0 20px !important;
}

.nav-link.nav-buttons i {
    margin-right: 5px;
}

.mt-0-5 {
    margin-top: 0.125rem;
}

.homepage .carousel {
    height: 600px;
}

.breadcrumb li, .breadcrumb li a {
    cursor: pointer;
    font-size: 13px;
    color: #777;
    text-decoration: none;
}

.col-20 {
    flex: 0 0 auto;
    width: 20%;
}

@media (min-width: 768px) {
    .col-md-20 {
        flex: 0 0 auto;
        width: 20%;
    }
}

hr {
    margin: 8px 0;
    background-color: #ddd;
    opacity: 1;
}

.br-4 {
    border-radius: 4px !important;
}

input[type='number'] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.object-contain {
    object-fit: contain;
}

.cursor-pointer {
    cursor: pointer;
}

.br-none {
    border-radius: 0;
}

.select2-container--default .select2-selection--single {
    border: none;
    background-color: transparent;
    border-radius: 0;
    border-bottom: 1px solid #ddd;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0;
}

.select2-dropdown .select2-search__field {
    border: none !important;
    border-bottom: 1px solid #ddd !important;
}

.select2-dropdown .select2-search__field:focus-visible {
    outline: none;
}

.select2-dropdown .select2-results__option {
    font-size: 14px;
    padding: 3px 6px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    color: #005eb8;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: transparent;
}

.loader-container {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.loader {
    transform: rotateZ(45deg);
    perspective: 1000px;
    border-radius: 50%;
    width: 68px;
    height: 68px;
    color: #fff;
}
.loader:before,
.loader:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    border-radius: 50%;
    transform: rotateX(70deg);
    animation: 1s spin linear infinite;
}
.loader:after {
    color: #FF3D00;
    transform: rotateY(70deg);
    animation-delay: .4s;
}

@keyframes rotate {
    0% {
        transform: translate(-50%, -50%) rotateZ(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotateZ(360deg);
    }
}

@keyframes rotateccw {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

@keyframes spin {
    0%,
    100% {
        box-shadow: .2em 0px 0 0px currentcolor;
    }
    12% {
        box-shadow: .2em .2em 0 0 currentcolor;
    }
    25% {
        box-shadow: 0 .2em 0 0px currentcolor;
    }
    37% {
        box-shadow: -.2em .2em 0 0 currentcolor;
    }
    50% {
        box-shadow: -.2em 0 0 0 currentcolor;
    }
    62% {
        box-shadow: -.2em -.2em 0 0 currentcolor;
    }
    75% {
        box-shadow: 0px -.2em 0 0 currentcolor;
    }
    87% {
        box-shadow: .2em -.2em 0 0 currentcolor;
    }
}

@media screen and (max-width: 340px) {
    .container {
        padding-left: 3px;
        padding-right: 3px;
    }
}


.homepage .cards-container .card {
    color: #fff;
    background-color: rgba(30, 30, 30, 0.85);
    box-shadow: 0 0 2px #666;
}
.homepage .intro-container {
    background: transparent;
}
.homepage .intro-container .intro-text {
    letter-spacing: 1.2px;
    line-height: 22px;
}
.ls-medium {
    letter-spacing: 1.2px !important;
}
.bg-darkorange {
    background-color: darkorange !important;
}
.text-darkorange {
    color: darkorange;
}
.btn {
    background: rgb(103 96 161 / 25%);
    background: linear-gradient(135deg, rgb(144 130 184 / 30%) 0%, rgb(95 121 158 / 35%) 50%, rgb(19 46 82 / 45%) 100%);
    border: 1px solid #134a7b;
    backdrop-filter: blur(5px);
    box-shadow: 0 0 5px 1px rgb(14 2 30 / 70%);
    color: #fdfdfe !important;
    border-radius: 25px;
    line-height: 20px;
}
.text-secondary {
    color: #fff !important;
}
.text-primary {
    color: #fff !important;
}
.homepage .cards-container .card:hover {
    scale: 1.05;
    cursor: pointer;
    box-shadow: 0 0 3px #0077b6;
}
.homepage .steps-container .step {
    background-color: rgba(30, 30, 30, 0.85);
    box-shadow: 0 0 2px #666;
    border-radius: 50%;
    padding: 20px;
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*#111B43*/


/* TimeLine - Steps */
.main-timeline-2 {
    position: relative;
}

.main-timeline-2::after {
    content: "";
    position: absolute;
    width: 3px;
    background-color: #26c6da;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}

.timeline-2 {
    position: relative;
    background-color: inherit;
    width: 50%;
}

.timeline-2::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    right: -11px;
    background-color: #26c6da;
    top: 80px;
    border-radius: 50%;
    z-index: 1;
}

.left-2 {
    padding: 0 40px 0 0;
    left: 0;
}

.right-2 {
    padding: 0 0 0 40px;
    left: 50%;
}

.right-2::after {
    left: -14px;
}

.timeline-steps .card {
    position: relative;
    border-radius: 100px;
    height: 200px;
    overflow: hidden;
}
.timeline-steps .card.left-card {
    padding-right: 200px;
    padding-left: 60px;
}
.timeline-steps .card.right-card {
    padding-left: 200px;
    padding-right: 60px
}
.timeline-steps .card .img-container {
    height: 200px;
    width: 200px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.timeline-steps .card.left-card .img-container {
    top: 0;
    right: 0;
}
.timeline-steps .card.right-card .img-container {
    top: 0;
    left: 0;
}
.timeline-steps .card .img-container img {
    height: 130px;
    width: auto;
}

.services .card, .last-projects .card, .reviews .card, .portfolio .card, .expectations .card {
    border-radius: 20px;
}
.last-projects .card .card-img-top, .portfolio .card .card-img-top {
    padding: 10px;
    border-radius: 20px;
}
.last-projects .card .card-body, .portfolio .card .card-body {
    position: relative;
    padding: 10px 14px 10px 14px !important;
    height: 140px;
}
.mask-image {
    mask-image: url("/masks/mask.svg");
    -webkit-mask-image: url("/masks/mask.svg");
    mask-size: auto 100%;
    -webkit-mask-size: auto 100%;
}
.about .mask-image img {
    border-radius: 50px;
}
.about .skill-container {
    height: 120px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #d2dae7;
    border: 2px solid #4848a1;
    border-radius: 10px;
}
.about .experience {
    width: 180px;
    height: 258px;
    color: #fff;
    font-size: 70px;
    font-weight: 700;
    background-color: #d2dae7;
    border: 2px solid #4848a1;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.about .experience .note {
    font-size: 20px;
    margin-top: -20px;
}
.skills-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.skill-item {
    background: rgb(103 96 161 / 25%);
    background: linear-gradient(135deg, rgb(0 0 0 / 30%) 0%, rgb(46 74 113 / 35%) 40%, rgb(40 60 88 / 40%) 70%, rgb(19 46 82 / 45%) 100%);
    border: 1px solid #134a7b;
    backdrop-filter: blur(10px);
    box-shadow: 0 0 5px 1px rgb(14 2 30 / 70%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    border-radius: 10px;
    font-weight: bold;
}

.experience-box {
    background: rgb(103 96 161 / 25%);
    background: linear-gradient(135deg, rgb(0 0 0 / 30%) 0%, rgb(46 74 113 / 35%) 40%, rgb(40 60 88 / 40%) 70%, rgb(19 46 82 / 45%) 100%);
    border: 1px solid #134a7b;
    backdrop-filter: blur(10px);
    box-shadow: 0 0 5px 1px rgb(14 2 30 / 70%);
    color: #fff;
    text-align: center;
    height: 250px;
    border-radius: 10px;
}
.page-error {
    background-color: #0e0f3bdb;
}
.contacts .contact-form-wrapper {
    background: rgb(103 96 161 / 25%);
    background: linear-gradient(135deg, rgb(0 0 0 / 30%) 0%, rgb(95 121 158 / 35%) 50%, rgb(19 46 82 / 45%) 100%);
    border: 1px solid #134a7b;
    backdrop-filter: blur(10px);
    box-shadow: 0 0 5px 1px rgb(14 2 30 / 70%);
    border-radius: 20px;
}
.contacts .contact-form .form-floating, .contacts .contact-form .form-group {
    padding: 0 20px;
}
.contacts .contact-form label {
    padding-left: 20px;
    opacity: 1 !important;
}
.contacts .contact-form label.form-check-label {
    padding-left: 0;
    margin-top: 2px;
    vertical-align: middle;
}
.contacts .contact-form input.form-check-input:checked {
    background-color: #40A497;
    border-color: #40A497;
}
.contacts .contact-form input.form-check-input:focus {
    box-shadow: none;
    outline: none;
}
.contacts .contact-form .form-control {
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    border-bottom: 1.5px solid #134a7b;
    padding: 25px 4px 0;
    height: 70px;
    font-size: 15px;
    background: transparent;
}
.contacts .contact-form textarea.form-control {
    height: 160px;
    padding-top: 40px;
}
.last-projects .card .work-time, .portfolio .card .work-time  {
    position: absolute;
    top: 13px;
    right: 10px;
}

@media screen and (max-width: 600px) {
    .row {
        --bs-gutter-x: 0; !important;
    }
    .fs-32 {
        font-size: 26px;
    }
    .padding-x, .footer-container.padding-x {
        padding: 0 10px;
    }

    .main-timeline-2::after {
        left: 31px;
    }

    .right-2 {
        padding: 0 0 20px 40px;
    }

    .left-2 {
        padding: 0 40px 20px 0;
    }

    .timeline-2 {
        width: 100%;
        padding-left: 50px;
    }

    .timeline-2::after {
        top: 48px;
    }

    .left-2::after,
    .right-2::after {
        left: 18px;
    }

    .left-2::before {
        right: auto;
    }

    .right-2 {
        left: 0%;
    }

    .timeline-steps .card {
        height: 120px;
    }
    .timeline-steps .card.left-card {
        padding-left: 120px;
        padding-right: 0;
    }
    .timeline-steps .card.right-card {
        padding-left: 120px;
        padding-right: 0;
    }
    .timeline-steps .card.left-card .img-container {
        top: 0;
        left: 0;
    }
    .timeline-steps .card.right-card .img-container {
        top: 0;
        left: 0;
    }
    .timeline-steps .card .img-container {
        height: 120px;
        width: 120px;
    }
    .timeline-steps .card .img-container img {
        height: 80px;
    }

    .last-projects .card .card-body, .portfolio .card .card-body {
        height: auto;
    }
}
