body {
    font-family: 'Oswald', sans-serif;
}

/****** BOOTSTRAP OVERRIDES *******/

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: unset;
}

.card {
    border: unset;
    border-radius: unset;
}

.card-header:first-child {
    border-radius: unset;
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: unset;
    border-top-right-radius: unset;
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: unset;
    border-bottom-left-radius: unset;
}

.card-footer:last-child {
    border-radius: unset;
}

/* pills override */

.nav-pills .nav-link {
    border-radius: unset;
}


/************* NAVIGATION ****************/

.navbar-nav {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 500;
    padding-left: 1rem !important;
	padding-right: 1rem !important;
}

.navbar a {
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.navbar a:hover {
    color: #f13030;
    transition: all 0.3s ease-in-out;
}

.dropdown-menu {
    background-color: transparent;
    border: none;
    font-size: inherit;
}

.dropdown-item:hover {
    background-color: unset;
    border-left: 1px solid #f13030;
}

.navbar-toggler-icon {
    width: 40px;
    height: 40px;
    line-height: 35px;
    border: 1px solid #fff;
}

.navbar-toggler:focus, .navbar-toggler:active {
    outline: none;
    box-shadow: none;
}

.logo {
    max-width: 80%;
    height: auto;
}

/************* HEADER ****************/

header {
    background-size: cover;
    min-height: 60vh;
}

#homepage {
    background: url('../images/homepage-background.jpg');
    min-height: 80vh;
}

#web-hosting {
    background: url('../images/web-hosting-background.jpg');
}

#contact {
    background: url('../images/kontakt-background.jpg');
}

.header-content > .row {
    height: 50vh;
}

.header-title > span {
    color: #458fc7;
}

/************* FOOTER ****************/

#footer-cta {
    background-color: #f13030;
}

footer {
    background-color: #333;
    color: #fff;
    text-align: center;
}

footer > .container-fluid {
    background-color: #000;
}

.bottom-border {
    border-bottom: 1px solid #ccc; 
    padding-bottom: 30px;
}

footer ul {
    line-height: 35px;
}

footer ul a {
    color: #fff;
}

footer ul a:hover {
    color: #f13030;
    text-decoration: none;
}

.footer-list-heading {
    height: 47px;
    margin-top: 19px;
}

.icon-box {
    font-size: 18px;
    color: #fff;
    display: inline-block;
    line-height: 31px;
    text-align: center;
    margin-right: 10px;
    width: 35px;
    height: 35px;
    background-color:#3f3f3f;
}

.icon-box:hover {
    background-color: #f13030;
}

.footer-contact .fa {
    color: #f13030;
    margin-right: 15px;
}

.heading-underline-left::after {
    width: 100%;
    left: 0;
    bottom: 15px;
}

.heading-underline::after {
    border-bottom: 2px solid #f13030;
    position: absolute;
    z-index: 1;
    content: "";
}

/********* BUTTONS **********/

.btn-cta {
    font-size: 25px;
    font-weight: 500;
    border: 2px solid #fff;
    border-radius: 0;
    padding: 10px 60px;
    color: #fff;
    background-color: #4994cd;
}

.btn-cta a {
    color: #fff !important; /* Ensures links inside the button are white */
    text-decoration: none; /* Optional: removes underline */
}

.btn-contact {
    font-size: 18px;
    border-radius: 0;
    padding: 10px 80px;
    color: #fff;
    background-color: #4994cd;
}

.btn-domains {
    font-size: 18px;
    border: 2px solid #fff;
    border-radius: 0;
    padding: 5px 50px;
    color: #fff;
    background-color: #4994cd;
}

.btn-search {
    color: #fff;
    border-radius: unset;
    background-color: transparent;
    border: 1px solid #fff;
    border-left: unset;
}

.btn-header {
    color: #f8f9fa;
    background-color: transparent;
    border-color: #f8f9fa;
    border-radius: unset;
    padding: 0px 30px;
    font-size: 22px;
}

/******** HOME SLIDER *******/

#home-slider {
    background-color: #eee;
}

.col-shared .card-header {
    background-color: #fff;
    color: #4e4e4e;
}

.col-shared .card-header .h1 {
    font-size: 4rem;
}

.col-shared ul li {
    color: #fff;
    text-align: center;
}

.col-shared ul li:nth-child(even) {
    background-color: #4e4e4e;
}

.col-shared ul li:nth-child(odd) {
    background-color: #333;
}

.col-shared .list-group-item {
    font-weight: bold;
}

.col-shared .list-group-item span {
    font-weight: 100;
    display: block;
}

.col-shared .card-footer {
    background-color: #4994cd;
    text-align: center;
    color: #fff;
    padding: 20px 0;
}

#home-slider .nav-link span {
    display: block;
}

.home-slider-tabs {
    padding: 30px 0;
}

#home-slider .nav-tabs {
    border-bottom: unset;
}

.home-slider-tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:before {
    content: close-quote;
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ccc;
}

.home-slider-tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #323232;
    background-color: unset;
    border-bottom: 1px solid;
    border-color: #323232;
}

.home-slider-tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active:before {
    content: close-quote;
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #f13030;
    z-index: 1;
}

.home-slider-tabs .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #323232;
    color: #323232;
}

.home-slider-tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover::before {
    background-color: #323232;
}

.home-slider-tabs .nav-link {
    color: #838383;
    border: unset;
    border-bottom: 1px solid #ccc;
}

.home-slider-tabs .nav-link > i {
    float: left;
    height: 50px;
    width: 80px;
    font-size: 50px;
}


#domains {
    padding-top: 83px;
}

.card-shared {
    margin-bottom: 30px;
}

.col-shared:nth-of-type(1) > .card-shared {
    margin-top: -50px;
}

/******** DOMAINS *******/

.domains-header > .row {
    color: #fff;
    background-color: #333;
}

.domains-body {
    color: #fff;
}

.domains-body > .row > div > .row:nth-child(odd) {
    background-color: #4e4e4e;
}

.domains-body > .row > div > .row:nth-child(even) {
    background-color: #686868;
}

.domains-body > .row > div > .row > div:first-child  {
    background-color: rgba(0, 0, 0, 0.1);
}

.domains-col .row > div {
    padding: 20px 5px;
}

.domains-footer-1 {
    background-color: #333 !important;
}

.domains-footer-1 .input-group {
    width: 50%;
    margin: 0 auto;
}

.domains-footer-2 {
    background-color: #3a3a3a !important;
    height: 126px;
}

.domains-footer-1 .form-control {
    border-radius: unset;
    border: 1px solid #fff;
    border-right: unset;
    background-color: transparent;
    color: #fff;
    width: 50%;
}

.domains-footer-1 .form-control:focus {
    box-shadow: unset;
    color: #f13030;
}

.input-container {
    display: flex;
    width: 100%;
}

/******** WEB HOSTING *********/

.hosting-box {
    background-color: #ebebeb;
    border-left: 13px solid #4994cd;
}

/******** PRICING TABLE ********/

.pricing-table {
    color: #4e4e4e;
}

.pricing-table .card-header {
    border: 1px solid #ccc;
    border-botttom: unset;
    background-color: #e1e1e1;
}

.pricing-table .list-group-flush:first-child .list-group-item:first-child {
    border-top: 1px solid #ccc;
}

.pricing-table .list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 1px solid #ccc;
}

.pricing-table .list-group-flush .list-group-item {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.pricing-table .list-group-item i {
    color: #4994cd;
}

.pricing-table .card-footer {
    border-right: 1px solid #6ab2e9;
    border-top: unset;
}

.pricing-header {
    height: 149px;
}

.pricing-info .list-group-item {
    padding: .75rem .9rem;
    background-color: #e1e1e1;
}

.pricing-package {
    padding: 0 15px;
    margin-bottom: 30px;
}

.pricing-package .list-group-item i {
    display: none;
}

.pricing-package-list > .list-group-item {
    background-color: #ebebeb;
}

.card-footer {
    background-color: #4994cd;
}

.card-footer a {
    color: #fff
}



.spec-tabs .nav-item {
    width: 100%;
    text-align: center;
}

.spec-tabs p {
    color: #313131;
}

.spec-tabs .nav-link {
    background-color: #e1e1e1;
    color: #313131;
    padding: 20px;
}

.spec-tabs .nav-link.active,  .spec-tabs .nav-link.active:hover {
    background-color: #4994cd;
    transition: all .3s;
}

.spec-tabs .nav-link:hover {
    background-color: #cccaca;
    color: #fff;
    transition: all .3s;
}

.content-underline::after {
    border-bottom: 2px solid #4994cd;
    position: absolute;
    z-index: 1;
    content: "";
}

.content-underline-left::after {
    width: 100%;
    left: 0;
    bottom: 0px;
}


.bg-light-grey {
    background-color: #ebebeb;
}

/********** SERVERS TABLE *********/

.servers-header {
    display: none;
}

.servers-header > .row {
    background-color: #333;
    color: #fff;
    padding: 25px 0;
    text-align: center;
    font-weight: 100;
    font-size: 1.4rem;
}

.servers-body > .row {
    margin-top: 10px;
}

.servers-body > .row > div {
    padding: 0 20px;
}

.servers-body .col-lighter {
    background-color: #ebebeb;
}

.servers-body .col-darker {
    background-color: #d8d8d8;
}

.servers-body .col-darker-to-lighter {
    background-color: #d8d8d8;
}

.servers-body .col-lighter-to-darker {
    background-color: #ebebeb;
}

.servers-body .col-order {
    background-color: #458fc7;
    padding-bottom: 30px;
    padding-top: 30px;
    font-size: 1.4rem;
    font-weight: 100;
}

.servers-body .col-order a {
    color: #fff;
}

.servers-row {
    text-align: center;
    margin-bottom: 10px;
}

.servers-row p span {
    display: block;
    font-size: 1.5rem;
    font-weight: 800;
}

.servers-price {
    font-size: 3.5rem;
}

.servers-col-padding {
    padding-top: 20px;
}

/********** CONTACT TABLE *********/

#contact-table {
    background-color: #ebebeb;
}

.contact-col-1 {
    background-color: #fff;
    padding-right: unset;
    padding-left: unset;
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
}

.contact-col-1 > div {
    padding: 25px 0;
}

.contact-col-2 {
    background-color: #4994cd;
    color: #fff;
    padding-top: 42px;
    text-align: center;
}

.contact-col-2 i {
    color: #f13030;
    margin-right: 5px;
}

.contact-col-3 {
    background-color: #fff;
    margin-bottom: 33px;
    margin-left: 20px;
    margin-right: 20px;
}

.contact-col-3 .field {
    margin-bottom: 35px;
}

.contact-col-3 input {
    width: 100%;
    border: none;
    border-bottom: 2px solid #4994cd;
}

.contact-col-3 input:focus {
    outline: none;
    border-bottom: 2px solid #f13030;
}

.contact-col-3 textarea {
    width: 100%;
    height: 70px;
    border: none;
    border-bottom: 2px solid #4994cd;
    resize: unset;
}

.contact-col-3 textarea:focus {
    outline: none;
    border-bottom: 2px solid #f13030;
}

.icon-box-contact {
    font-size: 25px;
    color: #fff;
    display: inline-block;
    line-height: 45px;
    text-align: center;
    width: 50px;
    height: 50px;
    background-color:#3f3f3f;
    margin: 0 8px;
}

.icon-box-contact:hover {
    background-color: #f13030;
}

.wrapper {
    width: unset;
}

/********** MEDIA QUERIES *********/


@media (min-width: 576px) {
    .col-shared:nth-of-type(2) > .card-shared {
        margin-top: -50px;
    }
}

@media (min-width: 768px) {
    footer {
        text-align: unset;
    }

    .contact-col-1 {
        margin-bottom: 33px;
        margin-left: unset;
        margin-right: unset;
    }

    .contact-col-1 > div {
        padding: 72px 35px;
    }

    .icon-box-contact {
        display: block;
        margin: unset;
        margin-bottom: 20px;
    }

    .contact-col-2 {
        text-align: unset;
    }

    .contact-col-3 {
        padding: 0 18px;
        margin-top: 40px;
        margin-left: unset;
        margin-right: unset;
    }

    .wrapper {
        width: 50%;
    }

    .tab-content-tittle {
        display: none;
    }

    .logo {
        max-width: 100%;
    }
}

@media (min-width: 992px) {

    .pricing-package {
        padding: unset;
        margin-bottom: unset;
    }
    
    .pricing-package-list span {
        display: none;
    }

    .pricing-package .list-group-item i {
        display: inline-block;
    }

    .card-shared {
        margin-top: -100px !important;
        margin-bottom: unset;
    }

    .top-sale > p {
        z-index: 2;
        position: relative;
        color: #fff;
    }

    .top-sale:before {
        content: close-quote;
        position: absolute;
        top: -10px;
        left: -10px;
        width: 225px;
        height: 200px;
        background-color: #458fc7;
        -webkit-transform: rotate(-5deg);
        border: 2px solid #fff;
        z-index: 1;
    }

    .top-sale:after {
        content: close-quote;
        position: absolute;
        top: -10px;
        left: -10px;
        width: 225px;
        height: 200px;
        background-color: #f13030;
        -webkit-transform: rotate(5deg);
        border: 2px solid #fff;
        z-index: 1;
    }

    .contact-col-1 > div {
        padding: 72px 0;
    }

    .icon-box-contact {
        display: inline-block;
    }
    
    .contact-col-3 {
        padding: 0 50px;
    }
}

@media (min-width: 1200px) {

    /* servers table */

    .servers-header {
        display: block;
    }

    .servers-body > .row > div {
        padding: 0 15px;
    }

    .servers-row p span {
        display: none;
    }

    .servers-body .col-lighter-to-darker {
        background-color: #d8d8d8;
    }

    .servers-body .col-darker-to-lighter {
        background-color: #ebebeb;
    }

    .servers-col-padding {
        padding-top: 50px;
    }

    .servers-body .col-order {
        padding-bottom: 20px;
        padding-top: 43px;
    }

    .top-sale:before {
        width: 265px;
    }

    .top-sale:after {
        width: 265px;
    }

}

