/* all */
* {
    margin: 0;
    padding: 0;
    font-family: Verdana;
}

h1 {
    text-align: center;
    color: #555 !important;
    padding-bottom: 10px;
}

h1::after {
    content: '';
    background: #ff8d06;
    display: block;
    height: 3px;
    width: 170px;
    margin: 20px auto 5px;
}

.skaitas-btns {
    background: #000 !important;
    width: 200px;
    border-radius: 30px !important;
    border: 2px solid black !important;
    padding: 10px;   
}

.skaitas-btns:hover {
    background: #ff8d06 !important;
    color: black !important;
    border: 2px solid #ff8d06 !important;
    font-weight: bold;
}

a:link {
    text-decoration: none !important;
}

a:hover {
    color: #ff8800f5 !important;
    text-decoration: none !important;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: black; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #ff8d06; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #343a40; 
}

/* NavigationBar */
#nav-bar {
    position: sticky;
    top: 0;
    z-index: 10;
}

.navbar-brand img {
    height: 50px;
    padding-left: 30px;
}

.navbar-nav li {
    padding: 0 10px;
}

.navbar-nav li a {
    float: right;
    text-align: left;
}

#nav-bar ul li a:hover {
    color: #ff8d06 !important;
}

.navbar {
    background: #fff;
}

.navbar-toggler {
    border: none !important;
}

.nav-link {
    color: #fff !important;
    font-weight: 600;
    font-size: 16px;
}

@media screen and (max-width: 480px) {
    .navbar-brand img {
        height: 70px;
        padding-left: unset;
    }
}

/* product_desc */
.product-main-logo {
    height: 400px;
}

.prod-name {
    text-align: left;
}

.prod-name::after {
    margin: 20px 0px 5px;
}

#product_desc {
    background: #efefef;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #777;
}

.skaitas-btns:active {
    box-shadow: 3px 2px 15px 2px #ff8d06 !important;
}

@media screen and (max-width: 480px) {
    .product-main-logo {
        height: auto;
    }

    .prod-name {
        margin-top: 2rem;
    }
}

/* product_slider */
#product_slider {
    background-color: #000;
}

#product_slider .header h1 {
    padding-top: 5%;
    color: #ff8d06 !important;
}

#product_slider .header h1::after {
    background: #fff;
}

#product_slider .col-md-4, #product_slider .col-md-6 {
    margin-top: 1%;
    padding-bottom: 1%;
}

#product_slider .card {
    margin-left: 5%;
    max-height: 100%;
    max-width: 90%;
    border-radius: 8px;
    border-color: #555;
    border-width: 3px;
    background: linear-gradient(to right, rgb(39, 38, 38) , rgb(10, 10, 10));
}

#product_slider .slick-next {
    margin-right: -4%;
    padding-right: 0%;
    padding-bottom: 0%;
    width: 4%;
    height: 10%;
    border-radius: 12px;
}

#product_slider .slick-prev {
    margin-left: -4%;
    padding-left: 0%;
    padding-bottom: 0%;
    width: 4%;
    height: 10%;
    border-radius: 12px;
}

#product_slider .product-slider-img {
    width: 100%;
    height: 250px;
}

#product_slider h4 {
    text-align: center;
    font-size: 25px;
    color: #ff8d06;
    padding-top: 3%;
}

a:hover {
    text-decoration: none !important;
}

#product_desc p {
    text-align: justify;
}

@media screen and (max-width: 480px) {
    #product_slider .slick-next {
        display: none !important;
    }

    #product_desc p {
        margin-top: 2rem;
    }
}

/* contact */
#contact {
    background: #efefef;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #777;
}

.contact-form {
    padding: 15px;
}

.form-control {
    border-radius: 0 !important;
    border: none !important;
}

::placeholder {
    color: #999 !important;
}

.follow {
    background: #fff;
    padding: 10px;
    margin: 15px;
}

.contact-info .fa {
    margin: 10px;
    color: #ff8d06 ;
    font-weight: bold;
}

#contact .skaitas-btns {
    float: right;
}

#contact .skaitas-btns:active {
    box-shadow: 3px 2px 15px 2px #ff8d06 !important;
}

.linkedin{
    color:#ff8d06 !important
}

@media screen and (max-width: 480px) {
    .follow {
        font-size: 14px;
    }
}

/* footer */
#footer {
    background: #000;
    color: #ffffff;
    padding: 10px;
    text-align: center;
}

.footer-content {
    margin-bottom: 0rem !important;
}

@media screen and (max-width: 480px) {
    .footer-content {
        font-size: 10px;
    }
}