﻿body {
    overflow: auto !important;
}

#landing-page {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    gap: 5px;
}

.tooltip-light {
    --bs-tooltip-bg: silver;
}

.custom-navbar {
    flex-direction: row-reverse;
}

.margin-top-nav {
    margin-top: 90px;
}


.display-block {
    display: block !important;
}

.icon-start-active {
    color: #fdb157
}

.navbar-background {
    background: #191919;
}

.navbar-custom {
    padding-top: 10px;
    padding-bottom: 10px;
}

.nav-link.active {
    background-color: #FDB157;
}

.font-24 {
    font-size: 24px;
}

.info-img {
    align-self: flex-start;
}

.flex-grow-0 {
    flex-grow: 0;
}

.flex-grow-1 {
    flex-grow: 1;
}

.btn-disabled, .btn-disabled:hover, .btn-disabled::before {
    cursor: not-allowed;
    background: rgb(229, 229, 229) !important;
    color: #fdb157 !important;
    transition: none !important;
}

.utf-single-service .dialog-open-button {
    color: #17a2b8;
    background: transparent;
    border-color: #17a2b8;
    outline: none;
    box-shadow: none;
}

#portfolio .project-container {
    padding: 10px;
}

#portfolio .project-block {
    background: #191919;
    padding: 25px;
    border: 1px solid #b3b3b3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    border-radius: 5px;
    gap: 10px;
    max-width: fit-content;
    width: 100%;
    height: 100%;
}

    #portfolio .project-block .footer {
        justify-self: flex-end;
    }

    #portfolio .project-block h4, #portfolio .project-block p {
        text-align: center;
        word-break: break-word;
    }

.logo {
    width: 200px !important;
}

.logo-mobile {
    width: 45px !important;
}

.paragraph {
    text-indent: 0px;
}

.paragraph-title {
    font-weight: bold;
}

.full-size {
    padding: 0px;
}

.full-size-paragraph {
    margin-top: 0px;
}

@media screen and (min-width: 1000px) {
    .full-size-paragraph {
        margin-top: 50px;
    }
}


.testimonial {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    background-color: #161616;
    /*padding: 40px 25px;*/
    text-align: center;
    border-radius: 6px;
    position: relative;
    border: 2px solid rgba(255, 255, 255, 0.08);
    user-select: none;
    box-shadow: 0 6px 16px rgba(0,0,0,.3);
    min-height: 300px;
    height: auto;
}

    .testimonial #carousel-content, .testimonial .carousel-inner, .testimonial .carousel-item {
        height: 100%;
    }

        .testimonial .carousel-item .card-body {
            width: 90%;
            margin: 0 5%
        }

        .testimonial .carousel-item .blockquote-footer {
            font-size: 12pt;
        }


.text-grey {
    color: #b3b3b3;
}

.text-gold {
    color: #fdb157
}

.testimonial .carousel-item .card-footer {
    background-color: transparent;
}

.form-captcha .captcha-input-error {
    margin-left: 20px;
    color: #ff7d7d;
}

.form-captcha .captcha-text {
    justify-content: flex-start;
}

.required:after {
    content: '*';
    color: red;
    font-size: 18px;
    margin-left: 4px;
}

.skill-container {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

    .skill-container .skill-item {
        flex: 0 0 18%;
        background: #161616;
        border: 2px solid rgba(255, 255, 255, 0.08);
        padding: 15px 20px 20px 20px;
        border-radius: 5px;
        box-shadow: 0 6px 16px rgba(0,0,0,.3);
        font-size: 16px;
    }

@media only screen and (max-width: 992px) {
    .skill-container .skill-item {
        flex: 0 0 45%;
    }
}

.certification-content {
    display: flex;
    gap: 10px;
}

.certification-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.certification-badge {
    width: 100px;
    height: 100px;
}

.utf-lightbox-wrapper-area {
    min-height: 100vh;
}