body,
html {
    margin: 0;
    padding: 0;
}

h2 {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #Be5f19;
}

h3 {
    font-family: "Berkshire Swash", sans-serif;
    font-size: 48px;
    font-weight: 400;
    color: #4e1301;
    line-height: 1.4em;
}

h3 span {
    color: #Be5f19;
}

p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.btn-primary {
    padding: 18px 55px;
    background-color: #Be5f19;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    border: none;
    border-radius: 0 20px;
    transition-duration: 0.6s;
}

.btn-primary:hover {
    background-color: #4e1301;
}

.top-bar {
    background-color: #Be5f19;
    color: #fff;
    padding: 10px 50px 0;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
}

.top-bar i {
    margin-right: 10px;
}

.top-bar a {
    color: #fff;
    text-decoration: none;
    transition-duration: 0.6s;
}

.top-bar a:hover {
    color: #4e1301;
    transition-duration: 0.6s;
}

.top-bar .list-inline-item {
    margin-right: 20px;
}

.header img {
    border-radius: 10px;
}

.nav-item {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin: 0 15px;
    text-transform: uppercase;
}

.nav-item a:hover {
    color: #Be5f19;
}

.carousel-inner {
    border-radius: 20px;
}

.image-holder {
    width: 100%;
    height: 650px;
}

.image-holder img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: bottom center;
}

.features {
    background-image: url("/images/feature-bg.png");
    background-size: cover;
    padding: 0 130px;
    height: 50px;
}

.features .col {
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
    height: 50px;
    padding-top: 10px;
}

.features h3 {
    font-family: "Berkshire Swash", serif;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    margin-top: 15px;
}

.wholesale {
    background-image: url("/images/saxon-pie-bottoms.jpg");
    background-size: cover;
    position: relative;
    padding: 100px 0;
}

.wholesale::before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #0000008c;
    position: absolute;
}

.wholesale h2 {
    position: relative;
    color: #fff;
}

.wholesale h3 {
    position: relative;
    color: #fff;
}

.wholesale .btn-primary {
    position: relative;
}

.wholesale span {
    color: #Be5f19;
}

.footer {
    background-image: url("/images/footer-bg-1.jpg");
    background-size: cover;
    padding-top: 50px;
}

.footer h2 {
    font-family: "Berkshire swash", sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #4e1301;
}

.footer ul>li {
    list-style-type: none;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}

.footer ul {
    padding-left: 0;
    margin-left: 0;
}

.footer li {
    margin-bottom: 5px;
}

.footer i {
    margin-right: 20px;
}

.copyright {
    background-color: #4e1301;
    color: #fff;
    display: flex;
    text-align: center;
    justify-content: center;
    padding-top: 15px;
}

.copyright a {
    color: #Be5f19;
    text-decoration: none;
}

.copyright a:hover {
    color: #fff;
    text-decoration: underline;
}

.about-holder {
    background-image: url("/images/about-bg.jpg");
    background-size: cover;
    padding: 50px 0;
    text-align: center;
    color: #fff;
}

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

.about-holder i {
    color: #999;
}

.about-section img {
    border-radius: 20px;
}

.fillings {
    background-image: url("/images/guiness-saxon-pie.jpg");
    background-size: cover;
    background-position: center calc(100% + 150px);
    position: relative;
    padding: 100px 0;
}

.fillings h2 {
    color: #fff;
}

.fillings h3 {
    color: #fff;
}

.slider {
    width: 100%;
    text-align: center;
    overflow: hidden;
    margin: auto;
}

.slides {
    display: flex;
}

.slides img {
    width: 100px;
    height: 100px;
    border: solid 5px #Be5f19;
    border-radius: 100%;
}

.slides h2 {
    font-family: "Berkshire Swash", sans-serif;
    font-size: 18px;
}

.slides h6 {
    color: #000;
    font-weight: 300;
    margin-top: 10px;
}

.slides p {
    color: #000;
    font-family: "Berkshire Swash", sans-serif;
    font-size: 24px;
    width: 840px;
    margin: auto;
    margin-bottom: 20px;
}

.slides>div {
    flex-shrink: 0;
    width: 100%;
    height: 400px;
    margin-right: 50px;
    border-radius: 10px;
    background: #fff;
    transform-origin: center center;
    transform: scale(1);
    transition: transform 0.5s;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 100px;
}

.slides>div:target {
    transform: scale(0.8);
}

.author-info {
    background: url("/images/testimonial-bg.png");
    color: white;
    padding: 0.75rem;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-width: 15px 0 7px 0;
    border-color: #Be5f19;
    border-style: solid;
}

.author-info>h2 {
    margin: 0;
    font-size: 1.15rem;
}

.author-info>small {
    margin: 0;
}

#slide-1:target~#slide-2,
#slide-2:target~#slide-3,
#slide-3:target~#slide-1 {
    transform: scale(0.8);
}

.dot-container {
    text-align: center;
    padding: 20px;
}

.dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #Be5f19;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.dot:hover {
    cursor: pointer;
}

.active {
    background-color: #4e1301;
}

input {
    width: 100%;
    padding: 5px 10px;
    margin-bottom: 10px;
    border: solid 2px #4e1301;
}

input[type=submit] {
    background-color: #Be5f19;
    color: #fff;
    border-radius: 0 20px 0 20px;
    width: 250px;
    margin: auto;
    padding: 15px 30px;
    margin-top: 15px;
    border: 1px solid #Be5f19;
}

input[type=submit]:hover {
    background-color: #4e1301;
    border: 1px solid #4e1301;
}

textarea {
    width: 100%;
    height: 200px;
    padding: 5px 10px;
    border: solid 2px #4e1301;
}

.carousel-inner {
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: bottom center;
}

.carousel-item img {
    object-fit: cover;
    object-position: bottom center;
}

@media (max-width: 760px) {

    h3 {
        font-size: 30px;
    }

    .copyright p {
        font-size: 12px;
    }

    .navbar-toggler {
        margin: auto;
        margin-top: 20px;
    }

    .header img {
        margin: auto;
    }

    h2 {
        margin-top: 20px;
    }

    .about-holder li {
        font-size: 13px;
    }

    .fillings {
        background-position: bottom center;
    }

    .slides p {
        width: 100%;
        font-size: 16px;
    }

    .slides>div {
        height: 450px;
    }

    select {
        margin-bottom: 10px;
    }





}