body {
    font-family: 'Manrope', sans-serif;
}

.fixed-top {
    width: 70% !important;
    margin: auto !important;
    margin-top: 25px !important;
}

.header {
    position: relative;
    width: 100%;
    height: 868px;
    padding-top: 20px;
    background-color: #F0F2F4;
    overflow: hidden;
}

.header .container {
    position: relative;
    z-index: 1;
}

.header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 66%;
    height: 960px;
    background: url(../images/bg-lines.png) no-repeat center center;
    background-size: cover;
    z-index: 0;
    transform: rotate(0deg);
}

.header .navbar {
    border-radius: 18px;
    padding: 15px 20px;
    background: #ffffff;
}

.navbar-brand img {
    width: 108px;
    height: 54px;
}

.navbar-nav .nav-item {
    position: relative;
    cursor: pointer;
    padding: 3px 26px 3px 13px;
}

.navbar-nav .nav-item .nav-link {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    padding: unset;
}

.navbar-nav .nav-item::after {
    content: "";
    position: absolute;
    bottom: 6px;
    right: 8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #000000;
    transform: translateY(-50%) rotate(-45deg);
}

.navbar-nav .nav-item.active::after,
.navbar-nav .nav-item:hover::after {
    border-top: 6px solid #EF4444;
}

.navbar-nav .nav-item.active,
.navbar-nav .nav-item:hover {
    background-color: #000000;
    border-radius: 16px;
}

.navbar-nav .nav-item.active .nav-link,
.navbar-nav .nav-item:hover .nav-link,
.navbar-nav .nav-item .nav-link.show {
    color: #ffffff;
    font-weight: 500;
}

.btn-get-in-touch {
    padding: 8px 27px;
    border: 2px solid transparent;
    border-radius: 24px;
    background: linear-gradient(white, white) padding-box,
        linear-gradient(265.94deg, #D94D3C 7.2%, #333333 98.6%) border-box;
    box-shadow: 0px 1px 2px 0px #1018280D;
}

/* Header */
.hero-heading h1 {
    font-family: 'Sora', sans-serif;
    font-weight: 800;
    font-size: 64px;
    line-height: 108%;
    vertical-align: middle;
}

.hero-heading h1>span {
    font-family: 'Playfair Display', serif;
    color: #DC2626;
    font-weight: 600;
    font-size: 64px;
    line-height: 108%;
    vertical-align: middle;
}

.hero-heading p {
    color: #000000;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 144%;
    letter-spacing: 0px;
    margin: 1.5rem 0;
}

.hero-heading .btn-book-service {
    color: #ffffff;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    padding: 16px 24px;
    border: none;
    border-radius: 40px;
    background: linear-gradient(83.92deg, rgba(0, 0, 0, 0) 45.43%, #EF4444 102.74%);
    background-color: #222222;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    cursor: pointer;
    transition: background 0.3s ease;
}

.group-photo {
    width: 233px;
    height: 455px;
    border-radius: 25px;
    object-fit: cover;
}

.champion-box-wrapper {
    margin-top: 16px;
    padding: 15px;
    border-radius: 25px;
    background: #E3E8EF;
}

.champion-box-wrapper .cup-img-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    border-radius: 64px;
    background: #ffffff;
    margin: auto;
    margin-bottom: 20px;
}

.champion-box-wrapper .cup-img-wrapper img {
    width: 40px;
    height: 40px;
}

.champion-box-wrapper .naa-img {
    width: 32px;
    height: 28px;
}

.champion-box-wrapper p {
    color: #111111;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: unset;
}

.abbey-img-wrapper {
    position: relative;
}

.abbey-img-wrapper p {
    position: absolute;
    padding: 25px;
    right: 0;
    bottom: 0px;
    height: 80px;
    background: #F0F2F4;
    margin-bottom: 0;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    text-align: right;
    vertical-align: middle;
    border-top-left-radius: 25px;
}

.abbey-img-wrapper p span {
    display: inline-block;
    padding: 1px 4px;
    height: 28px;
    width: 28px;
    text-align: center;
    border-radius: 50%;
    background: #ffffff;
    margin-left: 10px;
}

.abbey-img-wrapper p span svg {
    margin-left: -2px !important;
    margin-top: -6px !important;
    transform: rotate(-45deg);
}

.abbey-img {
    width: 435px;
    height: 660px;
    border-radius: 25px;
}

.group-photo,
.abbey-img {
    max-width: 100%;
}

.champion-box-wrapper .cup-img-wrapper img,
.champion-box-wrapper .naa-img {
    max-width: 100%;
    height: auto;
}

/* Marquee Wrapper */
.marquee-wrapper {
    padding: 24px 32px;
    background: #000000;
    overflow: hidden;
    position: relative;
}

.marquee-wrapper .marquee-inner {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    gap: 24px;
    animation: marquee 40s linear infinite;
}

.marquee-wrapper span {
    color: #ffffff;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    vertical-align: middle;
}

/* Expert Auction Services */
.expert-auction-services {
    padding: 3rem 0 !important;
    margin: 3rem 0 !important;
}

.expert-auction-services .badge,
.lets-connect-wrapper .badge,
.about-abbey .badge {
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    vertical-align: middle;
    background: #DC2626;
    border-radius: 6px;
    padding: 4px 10px;
    margin-bottom: 20px;
}

.expert-auction-services h1 {
    color: #000000;
    font-family: 'Sora', sans-serif;
    font-weight: 400;
    font-size: 60px;
    line-height: 70px;
    text-align: center;
    vertical-align: middle;
}

.expert-auction-services p {
    color: #202939;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 4rem;
}

.expert-auction-services .service-box {
    text-align: center;
    padding: 0 30px;
}

.expert-auction-services .service-box-filled {
    background: #5047B0;
    border: 1px solid #F1F5F9;
    border-radius: 24px;
    padding: 45px 0;
}

.expert-auction-services .service-box-filled h3 {
    color: #ffffff !important;
    margin-bottom: 15px !important;
}

.expert-auction-services .service-box-filled p {
    color: #ffffff !important;
    margin-bottom: 25px !important;
}

.expert-auction-services .service-box-filled p:last-child {
    margin-bottom: 0px !important;
}

.expert-auction-services .b-r {
    border-right: 1px solid #E2E8F0;
}

.expert-auction-services .service-box .icon-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 84.16px;
    height: 84.16px;
    margin: auto;
    border: 1px solid #F1F5F9;
    box-shadow: 0px 12px 35px 0px #0000000F;
    background-color: #ffffff;
    border-radius: 24px;
    margin-bottom: 25px;
}

.expert-auction-services .service-box h3 {
    color: #000000;
    font-family: 'Sora', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 1rem;
}

.expert-auction-services .service-box p {
    color: #202939;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 0;
}

/* About Abbey */
.about-abbey {
    position: relative;
    background: #000000;
    border-radius: 24px;
}

.about-abbey::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    height: 100%;
    background: url(../images/byte-loop-background\ 1.png) no-repeat center center;
    background-size: cover;
    z-index: 0;
    transform: rotate(0deg);
}

.about-abbey .container {
    padding: 5rem 0 !important;
}

.about-abbey h1 {
    color: #ffffff;
    font-family: 'Sora', sans-serif;
    font-weight: 400;
    font-size: 60px;
    line-height: 70px;
    vertical-align: middle;
    margin-bottom: 25px;
}

.about-abbey p {
    color: #EEF2F6;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    vertical-align: middle;
}

.about-abbey .btn-connect-now {
    color: #000000;
    background: #ffffff;
    border-radius: 40px;
    padding: 17px 39px;
    margin-top: 15px;
}

.auctioneer-championship {
    border-top-left-radius: 24px;
    border-top-right-radius: 120px;
    border-bottom-right-radius: 24px;
    height: 565.18px;
    object-fit: cover;
}

/* Photos Collection */
.lets-connect-wrapper,
.photos-collection-wrapper {
    padding: 5rem 0;
}

.photos-collection-wrapper .photos-collection-box {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.photos-collection-wrapper .photos-collection-box::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to top, rgb(0 0 0 / 61%), transparent);
    pointer-events: none;
    border-radius: 18.59px;
}

.photos-collection-wrapper .photos-collection-box img {
    border-radius: 18.59px;
}

.photos-collection-wrapper .photos-collection-box img.ch {
    height: 569px;
    object-fit: cover;
}

.photos-collection-wrapper .photos-collection-box p {
    position: absolute;
    bottom: 5px;
    left: 25px;
    color: #ffffff;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 29px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    z-index: 1;
}

/* Lets Connect */
.lets-connect-wrapper,
.footer-wrapper {
    background-color: #F1F1F1;
}

.lets-connect-wrapper .row {
    padding: 32px;
    border-radius: 18px;
    background-color: #ffffff;
}

.lets-connect-wrapper h1 {
    display: flex;
    gap: 15px;
    align-items: center;
    font-family: 'Sora', sans-serif;
    font-weight: 400;
    font-size: 60px;
    line-height: 70px;
    vertical-align: middle;
}

.lets-connect-wrapper h1>span {
    color: #DC2626;
    font-family: 'Sora', sans-serif;
    font-weight: 600;
    font-size: 60px;
    line-height: 70px;
    vertical-align: middle;
}

.lets-connect-wrapper p {
    color: #364152;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0%;
    vertical-align: middle;
}

.lets-connect-wrapper p span {
    display: flex;
    gap: 10px;
    align-items: center;
}

.lets-connect-wrapper .form-control:focus {
    box-shadow: unset;
}

.lets-connect-wrapper .form-control {
    padding: 15px;
    border: unset;
    border-radius: unset;
    border-bottom: 1px solid #E5E7EB;
}

.lets-connect-wrapper .btn-submit {
    color: #ffffff;
    width: 100%;
    padding: 17px;
    border-radius: 40px;
    background: #000000;
    box-shadow: 0px 1px 2px 0px #1018280D;
}

.lets-connect-wrapper img {
    border-radius: 25px;
    height: 100%;
    object-fit: cover;
}

/* Footer */
.footer-wrapper .footer {
    border-radius: 25px;
    padding: 64px 48px;
    margin: 0 45px;
    padding-bottom: 0;
    margin-bottom: 2px;
    background: #000000;
}

.footer-wrapper .footer .navbar-brand img {
    border-radius: 35px;
}

.footer-wrapper .footer .footer-i {
    color: #ffffff;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    vertical-align: middle;
    margin: 1rem 0;
}

.footer-wrapper .footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footer-wrapper .footer ul li {
    margin-bottom: 15px;
}

.footer-wrapper .footer ul li a {
    color: #ffffff;
    text-decoration: none;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    vertical-align: middle;
}

.footer-wrapper .footer .subscribe-text {
    color: #ffffff;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    vertical-align: middle;
    text-transform: uppercase;
}

.footer-wrapper .footer #subscribe-form .form-control {
    padding: 13px;
    border-radius: 58px;
}

.footer-wrapper .footer #subscribe-form .input-group-text {
    background: #DC2626;
    border-radius: 50%;
    padding: 12px;
    position: absolute;
    right: 6px;
    top: 5px;
}

.footer-wrapper .footer-bottom-line {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    background: #ffffff;
    padding: 20px 40px;
    border-radius: 25px 25px 0 0;
}

.footer-wrapper .footer-bottom-line a,
.footer-wrapper .footer-bottom-line p {
    color: #202939;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    margin-bottom: 0;
}

.pt-10 {
    padding-top: 6rem;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 991.98px) {
    .fixed-top {
        width: 90% !important;
    }

    .header {
        height: 100%;
    }

    .header::before {
        width: 100%;
        height: 100%;
    }

    .hero-heading {
        text-align: center;
    }

    .hero-heading .btn-book-service {
        width: 100%;
        margin-bottom: 2.3rem;
    }

    .abbey-img {
        width: 310px;
        object-fit: cover;
    }

    .group-photo {
        width: 190px;
    }

    .header .container {
        margin-bottom: 2rem;
    }

    .expert-auction-services .m-b-r,
    .expert-auction-services .b-r {
        position: relative;
        border-right: unset;
    }

    .expert-auction-services .m-b-r::after,
    .expert-auction-services .b-r::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 70%;
        border-bottom: 1px solid #E2E8F0;
    }

    .c-mt-sm-0 {
        margin-top: 0 !important;
    }

    .c-mb-sm-0 {
        margin-bottom: 0 !important;
    }

    .expert-auction-services .service-box {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    #contact-form,
    .about-abbey .auctioneer-championship {
        margin-top: 2rem;
    }

    .photos-collection-wrapper .photos-collection-box {
        margin-bottom: .5rem !important;
    }

    .lets-connect-wrapper img {
        margin-top: 2rem;
        height: 650px;
    }

    .lets-connect-wrapper .row {
        padding-bottom: 4rem;
    }

    .champion-box-wrapper p {
        font-size: 9px;
    }

    .abbey-img-wrapper p {
        font-size: 12px;
        padding: 18px;
        bottom: -20px;
    }

    .abbey-img-wrapper p span {
        height: 25px;
        width: 25px;
        text-align: center;
        margin-left: 5px;
    }

    .abbey-img-wrapper p span svg {
        width: 10px;
        margin-left: -2px !important;
        margin-top: -5px !important;
    }

    .hero-heading h1,
    .hero-heading h1>span,
    .about-abbey h1,
    .expert-auction-services h1,
    .lets-connect-wrapper h1,
    .lets-connect-wrapper h1>span {
        font-size: 48px;
    }

    .expert-auction-services p {
        font-size: 16px;
        margin-bottom: 2rem;
    }

    .lets-connect-wrapper .row {
        margin: 0px;
        padding: 15px;
    }

    .footer-wrapper .footer {
        margin: 0;
        padding: 35px 18px;
        padding-bottom: 0;
    }

    .footer-wrapper .footer .row .col-md-4,
    .footer-wrapper .footer .row .col-md-5 {
        margin-bottom: 2rem;
    }

    .navbar-collapse.show {
        margin-top: 20px;
    }

    .navbar-collapse.show .btn-get-in-touch {
        width: 100%;
        margin-top: 5px;
    }

    .navbar-toggler {
        border: unset;
    }

    .navbar-toggler-icon {
        position: relative;
        display: inline-block;
        width: 24px;
        height: 16px;
        background: none;
    }

    .navbar-toggler-icon::before,
    .navbar-toggler-icon::after {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #000;
        transition: transform 0.3s ease, top 0.3s ease, opacity 0.3s ease;
    }

    .navbar-toggler-icon::before {
        top: 0;
    }

    .navbar-toggler-icon::after {
        top: 12px;
    }

    .navbar-toggler-icon.open::before {
        top: 6px;
        transform: rotate(45deg);
    }

    .navbar-toggler-icon.open::after {
        top: 6px;
        transform: rotate(-45deg);
    }
}