html {
    font-family: 'Roboto', sans-serif;
    height: 100vh;
    width: 100vw !important;
    overflow-y: auto;
    overflow-x: hidden !important;
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    width: 10px;
}

/* Track */

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */

::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.tnt-container {
    background: linear-gradient(to top, #ffb871 0%, #dadfe0 80%);
}

.tnt-heading {
    font-family: 'Roboto Slab', serif;
}

.tnt-head {
    background-image: url("./assets/images/heroimg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 800px;
}

.tnt-head-card {
    background-color: rgba(19, 23, 26, 0.3);
    position: absolute;
    top: 350px;
    width: 60% !important;
    border-radius: 2px;
    padding: 45px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tnt-head-card a img {
    transform: rotate(-90deg);
    width: 2rem;
}

#tnt-navbar {
    background-color: rgba(19, 23, 26, 0.3);
    margin: 0 15%;
    color: white;
    top: 5%;
    font-family: 'Roboto Slab', serif;
    z-index: 1;
    font-size: 18px;
}

#tnt-navbar img {
    width: 8rem;
}

.nav-link:hover {
    color: #f68c26 !important;
}

.navbar-nav {
    margin-top: 0.8rem
}

.tnt-navbar-text {
    position: absolute;
    right: 5%;
    margin-top: 0.9rem
}

.tnt-navbar-text img {
    width: 1rem !important;
}

.tnt-tech {
    background-color: rgba(19, 23, 26);
    color: white;
}

.tnt-tech-card-container {
    margin-bottom: -10rem !important;
}

#tntCarousel {
    margin-bottom: -10rem;
}

.tnt-tech-card {
    color: #423636;
    padding: 2rem 0 5rem 0;
    /* background: linear-gradient(to top, #fff 38%, #ffd6a1 100%); */
    background: linear-gradient(to top, rgba(255, 255, 255, 0.9) 38%, rgba(255, 214, 161, 0.9) 100%);
    -webkit-box-shadow: -5px 13px 17px -1px rgba(79, 76, 73, 1);
    -moz-box-shadow: -5px 13px 17px -1px rgba(79, 76, 73, 1);
    box-shadow: -5px 13px 17px -1px rgba(79, 76, 73, 1);
    border-radius: 5px;
    cursor: pointer;
    height: 335px;
}

.tnt-contact {
    background-image: url("./assets/images/programming.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 750px;
}

.tnt-location-container {
    margin-top: 15rem;
}

.tnt-location-info {
    background: #f68c26;
    color: white;
    width: 80%;
    margin: auto;
}

.tnt-iframe {
    border: 5px solid #f68c26 !important;
    width: 100%;
    height: 84%;
    border-radius: 7px;
}

.tnt-footer {
    background-color: rgba(19, 23, 26);
    color: white;
}

.tnt-footer-copyright {
    background: #1d1d1d;
}

@media only screen and (max-width: 760px) {
    .tnt-social-lg {
        display: none;
    }

    .contactForm{
        margin-left: -15px!important;
        height: 400px!important;
    }

    .mobileContainer{
        margin-top: 10px!important;
    }

    .tnt-location-container{
        margin-top: 10rem;
    }

    .contactForm textarea{
        height: 50px;
    }

    
}

@media only screen and (min-width: 761px) {
    .tnt-social-sm {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .tnt-navbar-text {
        display: none;
    }
    .txt-xxl {
        font-size: 40px !important;
    }
    .txt-xl {
        font-size: 20px !important;
    }
    .txt-lg {
        font-size: 18px !important;
    }
    .txt-md {
        font-size: 16px !important;
    }
    .txt-sm {
        font-size: 14px !important;
    }
    .txt-xs {
        font-size: 12px !important;
    }
}

@media only screen and (max-width: 1200px) {
    .tnt-tech-card-container {
        display: none !important;
    }
}

@media only screen and (min-width: 1201px) {
    #tntCarousel {
        display: none !important;
    }
    .tnt-tech-card:hover {
        background: #f68c26 !important;
        color: white;
        -moz-transform: translate(-5px, -35px);
        -ms-transform: translate(-5px, -35px);
        -o-transform: translate(-5px, -35px);
        -webkit-transform: translate(-5px, -35px);
        transform: translate(-10px, -35px);
        transition: ease-in-out .5s;
    }
    .tnt-tech-card:hover img {
        filter: brightness(5);
    }
}

.txt-xxl {
    font-size: 55px;
    color: #f68c26;
}

.txt-xl {
    font-size: 22px;
}

.txt-lg {
    font-size: 20px;
}

.txt-md {
    font-size: 18px;
}

.txt-sm {
    font-size: 16px;
}

.txt-xs {
    font-size: 14px;
}

.sticky {
    position: fixed !important;
    width: 100%;
    margin: 0 !important;
    top: 0 !important;
}

.contactForm{
    height: 84%;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.9) 28%, rgba(245, 194, 128, 0.9) 100%);
    margin-left: 60px;
    border-radius: 7px;
}

.contactForm button {
    background-color: #f68c26;
    color: #ffff;
    font-weight: 500;
    padding: 10px 20px; 
    border: none;
    margin-top: 0.5rem;
    border-radius: 5px;
    float: right;
}

.kontakt__box--success {
    font-weight: bold;
    font-size: 14px;
    text-decoration: underline; 
    color: rgb(38, 238, 48);
}
.kontakt__box--error{
    font-weight: bold;
    font-size: 14px;
    text-decoration: underline; 
    color: rgb(238, 38, 38);
}

.contactForm input, .contactForm textarea{
    border-radius: 5px;
    border: 1px solid #f68c26;
    outline: none;
}

.contactForm:focus{
    border: 2px solid #6d3705;
}

.contactForm input::placeholder, .contactForm:focus::placeholder,
.contactForm textarea::placeholder {
  color: #555;
  font-family: 'Roboto', sans-serif;
}