@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;600&display=swap');
body{
    font-family: 'Work Sans', sans-serif;
    background: #252525;
}
a,a:hover{
    text-decoration: none;
    color: #fff;
}
.bg-dark-grad{
    background-color: #0e0e0e;
    background-image: -moz-linear-gradient(90deg, #0d0d0d 0%, #3a3a3a 100%);
    background-image: -webkit-linear-gradient(90deg, #0d0d0d 0%, #3a3a3a 100%);
    background-image: -ms-linear-gradient(90deg, #0d0d0d 0%, #3a3a3a 100%);
}
.bg-grey{
    background: #323232 !important;
}
.toggler{
    background-color: #343a40!important;
    border-radius: 0;
    border: 0 !important;
    box-shadow: none !important;
}
.pagination{
    justify-content: center;
}
.toggler.collapsed{
    background: transparent !important;
}

/* Top bar */
.top-bar{
    position: absolute;
    top: 0;
    z-index: 2;
    left: 0;
    right: 0;
}
.top-bar li a, #main-menu li a{
    font-size: 18px;
    color: #ddd !important;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 2px;
}
.top-bar li a i, #main-menu li a i{
    color: #ff9b06;
}
.top-bar li a:hover, #main-menu li a:hover {
    color: #ff9b06 !important;
}
.navbar-toggler,.navbar-toggler i{
    border-color: #ff9b06;
    color: #ff9b06;
}


/* Hero section */
#hero{
    position: relative;
}
.abs-center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.abs-center-low{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
}
.btn-main, .btn-main2, .btn-main3, .btn-main4, .btn-main5{
    border: 1px solid #ff9b06;
    background-color: #ff9b06;
    padding: 8px 15px;
    font-weight: bold;
    color: #fff;
    border-radius: 20px;
    box-shadow: 1.2px 1.2px 5px .5px #000;
    transition: .4s all;
    text-transform: uppercase;
    text-decoration: none !important;
}
.btn-main:hover{
    color: #fff;
    box-shadow: none;
}
.btn-main2{
    box-shadow: none;
}
.btn-main2:hover{
    color: black;
}
.btn-main4{
    box-shadow: none;
    background:transparent;
}
.btn-main5{
    box-shadow: none;
}
.btn-main4:hover{
    color: black;
    background-color: #ff9b06;
}
.btn-main3{
    background: rgba(0,0,0, .6);
}
.btn-main3:hover{
    background: rgba(0,0,0, .8);
}
.bg-main{
    background-color: #ff9b06 !important;
    color: #fff;
}
.text-main{
    color: #ff9b06 !important;
}
.home-categories h3{
    position: absolute;
    left: 10%;
    font-weight: bold;
    top: 80px;
}
.footer{
    background-image: url('../images/footer.jpg');
    background-size: cover;
    padding: 40px 0;
}
.detail-bar a, .detail-bar a:hover{
    color: #fff;
    display: inline-block;
    padding: 8px 10px;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: bold;
}

hr{
    border-color: #727272;
}

.tabular-info .table td,.tabular-info .table th{
    font-size: 18px;
    border-bottom: 1px solid #dee2e6 !important;
    border-top: 0;
    font-weight: bold;
    text-transform: uppercase;
    color: #636363;
}

.page-link {
    font-weight: bold;
    font-size: 16px;
    padding: .7rem 1rem;
    color: #000;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #ff9b06;
    border-color: #ff9b06;
}

@media screen and (max-width: 600px){
    .btn-main, .btn-main2, .btn-main3{
        font-size: 14px;
        padding: 4px 10px;
    }
    .top-bar{
        position: static;
    }
    .top-bar .navbar-nav{
        flex-direction: row;
    }
    .top-bar li{
        margin: 0 3px;
    }
    .top-bar li a{
        font-size: 13px;
        padding: 2px;
    }
    #main-menu li,#main-menu li a{
        font-size: 14px !important;
        text-align: center;
    }
    .navbar-brand img{
        height: 70px;
    }
}

@media screen and (max-width: 425px){
    .top-bar li a{
        font-size: 10px;
    }
}


.StripeElement {
    box-sizing: border-box;

    height: 40px;

    padding: 10px 12px;

    border: 1px solid transparent;
    border-radius: 4px;
    background-color: white;

    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}
