@font-face {
    font-family: "benzin";
    src: url("./fonts/Benzin-Semibold\ _.ttf") format("truetype");
}

@font-face {
    font-family: "baukastenBold";
    src: url("./fonts/HomepageBaukasten-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "baukastenBook";
    src: url("./fonts/HomepageBaukasten-Book.ttf") format("truetype");
}

@font-face {
    font-family: "arial";
    src: url("./fonts/arialRegular.ttf") format("truetype");
}

@font-face {
    font-family: "Fair";
    src: url("./fonts/Fair-Prosper.ttf") format("truetype");
}

body {
    font-family: Arial, Helvetica, sans-serif;
}

.baukastenBook {
    font-family: baukastenBook;
}

.baukastenBold {
    font-family: baukastenBold;
}

.benzin {
    font-family: benzin;
}

.text-color {
    color: rgb(53, 55, 35);
}

.golden-color {
    color: #f7c948;
}

.navbar-nav ul li {
    font-family: baukastenBook;
    list-style: none;
    text-decoration: none !important;
}

.bannerCaption {
    position: absolute;
    width: 100%;
    top: 55%;
    transform: translateY(-50%);
}

.blue-color {
    color: #142332;
}

.darkblue-color {
    color: rgb(21, 48, 101)
}

.bg-golden {
    background-color: #d7b25b;
}

.bg-blue {
    background-color: rgb(19 35 50);
}

.card .bg-blue {
    background-color: rgb(19 35 50);
    border-top: 3px solid #fff;
}

.bg-darkblue {
    background-color: rgb(21, 48, 101)
}

/* header start */
.hero-section {
    position: relative;
    background: url(images/headerBackgrund.png) no-repeat center center / cover #142332;
    min-height: 850px;
    color: #fff;
    border-bottom-right-radius: 80px;
    border-bottom-left-radius: 80px;
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 100px 20px;
}

.hero-title {
    font-size: 40px;
    letter-spacing: 4px;
    line-height: 70px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: "baukastenBook";
    text-align: center;
    filter: drop-shadow(2.5px 4.33px 2.5px rgba(0, 0, 0, 0.35));
}

.hero-subtitle {
    font-size: 64px;
    line-height: 70px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    font-family: "benzin";
    text-align: center;
    filter: drop-shadow(2.5px 4.33px 2.5px rgba(0, 0, 0, 0.35));
}

.btn-yellow {
    background: #f7c948;
    color: #000;
    border-radius: 35px;
    padding: 10px 25px;
    font-size: 16px !important;
}

.btn-white {
    background: #fff;
    color: #000;
    border-radius: 35px;
    padding: 10px 25px;
    font-size: 16px !important;
}

.hero-content a.btn:hover {
    background: #000;
}

.info-bar {
    position: relative;
    z-index: 3;
    font-size: 14px;
    padding-top: 20px;
}

.badge-custom {
    background: #f7c948;
    color: #000;
    border-radius: 20px;
    padding: 10px 15px;
    text-decoration: none;
    font-family: "baukastenBold" !important;
}

/* header end */
/* section 1 start */
.about-section {
    position: relative;
    padding: 100px 0px 100px 0px;
}

.about-section p {
    font-family: "arial";
    font-size: 14px;
    line-height: 28px;
}

.about-section .text-warning {
    font-size: 25px;
    line-height: 50px;
    color: #d7b25b;
    font-weight: bold;
    font-family: "benzin";
}

.hero-section:after {
    content: "";
    height: 180px;
    width: 100%;
    background: #132332;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
 
.btn-custom:hover {
    background: #ffc008;
}

.about-title {
    font-weight: bold;
    color: #f7c948;
    font-size: 37px;

}

.time-box {
    padding: 15px;
    width: 90px;
    height: 78px;
    border-radius: 15px;
    background-image: linear-gradient(180deg, #ffebab 0%, #d7b15b 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    color: #153065;
    font-size: 30px;
    font-family: 'baukastenBold';
}

.second {
    background-image: linear-gradient(180deg, #234589 0%, #112856 100%);
    padding: 15px;
    width: 90px;
    height: 78px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    font-size: 30px;
    font-family: 'baukastenBold';
}

.btn-custom {
    background: #172b4d;
    color: #fff;
    border-radius: 20px;
    padding: 10px 25px;
    font-size: 16px;
}

.legacy-text {
    font-family: "Brush Script MT", cursive;
    font-size: 1.5rem;
    margin-top: 20px;
    text-align: center;
}

.img-rounded {
    border-radius: 15px;
}

/* section 1 end */
/* last section with footer */
.facts-section {
    padding: 60px 0;
}

.facts-section h2 {
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
}

.fact-box {
    margin-bottom: 30px;
}

.fact-box i {
    font-size: 30px;
    background: #0f1b33;
    color: #fff;
    padding: 15px;
    border-radius: 50%;
    margin-right: 15px;
}

.meet-seller {
    background-color: #fefefd;
    position: relative;
}

.meet-seller::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(images/horse-man.png) no-repeat left bottom;
    background-size: 65%;
    right: 0;
}

.Triple_Crown_Nominations {
    font-size: 22px;
    font-family: "Benzin";
    color: rgb(21, 48, 101);
    text-transform: uppercase;
    line-height: 1.273;
    text-align: center;
    font-weight: 700;
}

.footer {
    background: #142332;
    color: #fff;
    padding-top: 70px;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

.footer-bottom {
    border-top: 1px solid #2c3e50;
    margin-top: 30px;
    font-size: 14px;
    text-align: center;
    color: #bbb;
    padding: 30px 0px;
}
.footer-bottom p {
    margin: 0px;
    font-size: 12px;
}
.footer-bottom a {
    color: #d7b25b;
}
ul.navbar-nav li a {
    font-family: "baukastenBook";
    font-size: 14px;
}

.legacy-text {
    margin-top: 20px;
    font-size: 40px;
    line-height: 100px;
    color: #fefefe !important;
    font-family: "Fair";
    text-align: center;
    filter: drop-shadow(0.5px 0.866px 2px #000000);
}

.sale-highlights {
    padding-top: 100px;
    padding-bottom: 100px;
}

.sale-highlights h2 {
    font-size: 37px;
    text-transform: uppercase;
    color: #353723;
    font-family: "benzin";
}

.card.shadow {
    border-radius: 20px !important;
    filter: drop-shadow(0px 11px 6.5px rgba(0, 0, 0, 0.13));
    background-color: #ffffff;
}

.sale-highlights p {
    font-size: 14px;
    letter-spacing: 3px;
    color: #353723;
    font-family: "Arial";
}

.card-body .text-muted {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 32px;
    color: #353723;
    font-family: "arial";
}

.card-body h5 {
    line-height: 25px;
    text-transform: uppercase;
    color: #353723;
    font-family: "benzin";
    margin-top: 10px;
    margin-bottom: 20px;
}

.card-body .btn-yellow {
    font-size: 14px !important;
    color: #000000;
    font-family: "baukastenBold";
    border-radius: 20px;
    background-color: #f6df99;
    padding: 10px 25px !important;
    margin-bottom: 15px;
    display: inline-block;
}

.card-body .btn-yellow:hover {
    background: #000;
    color: #fff;
}

.view-complete {
    font-size: 14px;
    font-family: "baukastenBook";
    padding: 12px 25px !important;
    margin-top: 25px !important;
    display: inline-block;
    background-color: #153065;
}

.view-complete:hover {
    background: #000;
    color: #fff;
}

.meet-seller {
    padding: 100px 0;
    padding-bottom: 100px;
}

.meet-seller h3 {
    font-size: 37px;
    color: #353723;
    font-family: "benzin";
}

.meet-seller h5 {
    font-size: 20px;
    letter-spacing: 3px;
    color: #353723 !important;
    font-family: "baukastenBook";
}

.meet-seller p {
    color: #353723;
    font-family: "arial";
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 34px;
}
.meet-seller .container {
    position: relative;
    z-index: 1;
}
.position-relative a.btn {
    font-size: 14px;
    padding: 10px 39px;
}
.position-relative a.btn:hover {
    background: #000 !important;
    color: #fff;
}
.position-relative img.img-fluid {
    max-width: 100%;
}
.sponsor-banner {
    border-radius: 100px;
    max-width: 1200px;
    left: 50%;
    top: -120px;
    transform: translateX(-50%);
  
}
.mobile-desktop-img {
    display: none;
} 
.sale-highlights {
    background: url(images/sale-helights.jpg) no-repeat;
    background-size: cover;
}


@media (min-width: 768px) {
  .hero-section .container {
    max-width: 880px;
  }
}

@media screen and (max-width: 768px) {
    .hero-title {
        font-size: 24px;
    }

    .hero-subtitle {
        font-size: 2rem;
        line-height: 1.2;
    }

    .Triple_Crown_Nominations {
        font-size: 18px;
    }
    .meet-seller {
        padding: 20px 0px;
        padding-bottom: 100px;
    }
    .mobile-desktop-img {
        display: block;
        width: 100%;
    }
    .meet-seller::after {
        display: none;
    }
    .navbar {
        flex-direction: column;
    }
}

@media screen and (max-width: 576px) {
    .logo-img {
        width: 150px;
    }

    .navbar {
        flex-direction: column;
    }

    .hero-title {
        font-size: 14px;
    }

    .hero-subtitle {
        font-size: 24px;
        font-weight: 700;
    }

    .time-box {
        padding: 6px;
    }

    .second {
        padding: 6px;
    }
    .meet-seller::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        top: 0;
        width: 100%;
        height: 510px; 
        background-size: 100% !important;
        right: 0;
    } 
    .facts-section {
        padding: 60px 15px;
    }
    .meet-seller {
        padding: 20px 0px;
        padding-bottom: 100px;
    }
    .mobile-desktop-img {
        display: block;
        width: 100%;
    }
    .meet-seller::after {
        display: none;
    }
    .position-relative img.img-fluid {
        max-width: 365px;
    }
    .logo-img {
        min-width: 250px;
        margin-bottom: 20px;
    } 
    .legacy-text {
        font-size: 25px;
        line-height: 50px;
    }
}