@media (max-width: 575.98px) {
    .navbar-brand img {
        width: 120px;
    }

    .blue-circle::before {
        height: 750px;
    }

    .blue-circle::after {
        width: 550px;
        height: 550px;
        border-top-right-radius: 550px;
    }

    .reservation-block {
        padding: 2em .5em 4em .5em !important;
        margin: 3.5em 0;
    }

    .green-side-row {
        margin-top: 2em !important;
    }

    .sheep-types {
        justify-content: center;
    }

    .sheep-img {
        height: unset;
    }

    .green-logo-block {
        margin: 5em 0;
        padding: 7em 1em 2em 1em;
    }

    .green-logo-block img {
        width: 185px;
        top: -60px;
        left: calc(50% - 185px / 2);
    }

    #carouselTop .carousel-item > img {
        width: 100%;
        height: unset;
        margin-bottom: 3em;
    }

    #carouselTop .carousel-indicators {
        width: 100%;
        bottom: -45px;
    }

    #carouselTop .carousel-caption {
        position: relative;
        right: unset;
        top: 10px;
        padding-top: 18px;
        width: 100%;
    }

    #carouselTop .carousel-caption h1 {
        font-size: 32px;
        padding-left: 5px;
        padding-right: 5px;
        text-align: center;
        text-shadow: 0px 0px 12px rgb(49, 49, 49);
    }

    .carousel-link {
        padding: .7em 1.7em;
        font-size: 15px;
        bottom: 23px !important;
    }

    .navbar {
        margin-bottom: 0;
    }

    .logo-container {
        margin: 1em 0;
    }

    .sheep-item-head {
        flex-direction: column;
        text-align: center;
        margin-bottom: 1em;
    }

    .sheep-item-head img {
        width: 90%;
        height: unset;
        margin-bottom: 2em;
    }

    .item-img-container,
    .item-title-container {
        width: 100%;
        height: unset;
        padding-left: 0;
    }

    .farm-img-block {
        margin-top: 3em;
    }

    .reservation-block input[type="text"]::placeholder {
        font-size: 13px;
    }

    .text-under-banner {
        margin-top: 1em;
    }

    .more-img-block img,
    .farm-img-block .row img {
        height: auto;
        max-height: 150px;
    }

    .static-grey-block {
        margin-top: 0;
    }

    .grey-form {
        padding: 1.5em;
        padding-bottom: 3em;
        margin-top: 1em;
    }

    .contact-col {
        text-align: center;
    }

    .contact-col>div {
        display: inline-block;
        text-align: left;
    }

    .grey-form h1 {
        font-size: 35px;
    }

    .contact-us form .form-group:not(.aszf-group) .label-input {
        flex-direction: column;
        align-items: flex-start;
    }

    .form-group.message label {
        margin-top: 0;
    }

    .contact-us form .form-group label {
        margin-bottom: .5em;
    }

    #carouselTop.home {
        margin-bottom: 3em;
    }

    .gallery-image {
        height: 220px;
    }

    .gallery-container {
        margin-top: 1em;
    }
}

/* SM */
@media (min-width: 576px) and (max-width: 767.98px) {
    .blue-circle::before {
        height: 800px;
    }

    .blue-circle::after {
        width: 550px;
        height: 550px;
        border-top-right-radius: 550px;
    }

    .reservation-block button {
        bottom: -90px;
    }

    .reservation-block {
        padding-bottom: 3.5em !important;
        margin: 3.5em 0;
    }

    .green-side-row {
        margin-top: 2em !important;
    }

    .green-logo-block {
        margin: 5em 0% 5em 15%;
        padding: 2.5em 2em 2.5em 9em;
    }

    #carouselTop .carousel-caption {
        top: -10px;
    }

    #carouselTop .carousel-caption h1 {
        font-size: 40px;
        padding-right: 0;
    }

    .carousel-link {
        padding: .7em 1.7em;
        font-size: 16px;
    }

    .sheep-img {
        height: 145px;
    }

    #carouselTop .carousel-item > img {
        height: 177px;
    }

    .carousel-link.sheep-list {
        bottom: 6%;
    }

    .logo-container {
        margin: 2em 0;
    }

    .item-img-container {
        height: 145px;
    }

    .farm-img-block {
        margin-top: 3em;
    }

    .more-img-block img,
    .farm-img-block .row img {
        height: 91px;
    }

    .grey-form {
        padding: 3em;
    }

    .contact-col {
        text-align: center;
    }

    .contact-col>div {
        display: inline-block;
        text-align: left;
    }

    .gallery-image {
        height: 180px;
    }
}

/* MD */
@media (min-width: 768px) and (max-width: 991.98px) {
    .green-logo-block {
        margin: 5em 0% 5em 15%;
        padding: 2.5em 2em 2.5em 9em;
    }

    .green-logo-block img {
        left: -20%;
    }

    .blue-circle::before {
        height: 900px;
    }

    #carouselTop .carousel-caption {
        top: -10px;
    }

    #carouselTop .carousel-caption h1 {
        font-size: 52px;
        padding-right: 0;
    }

    .carousel-link {
        padding: .7em 1.7em;
    }

    .reservation-block button {
        bottom: -90px;
    }

    .reservation-block {
        padding-bottom: 3.5em !important;
        margin: 3.5em 0;
    }

    .green-side-row {
        margin-top: 2em !important;
    }

    .sheep-img {
        height: 187px;
    }

    #carouselTop .carousel-item > img {
        height: 239px;
    }

    .carousel-link.sheep-list {
        bottom: 14%;
    }

    .logo-container {
        margin: 2em 0;
    }

    .item-img-container {
        height: 196px;
    }

    .farm-img-block {
        margin-top: 3em;
    }

    .more-img-block img,
    .farm-img-block .row img {
        height: 91.5px;
    }

    #map {
        width: 360px;
    }

    .contact-col {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .gallery-image {
        height: 240px;
    }
}

/* LG */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .blue-circle::before {
        height: 1000px;
    }

    .language-menu {
        width: 160px;
        position: absolute;
        top: 15px;
    }

    .reservation-block button {
        bottom: -95px;
    }

    .green-logo-block img {
        left: -32%;
    }

    #navbarSupportedContent {
        margin-top: .5em;
    }

    .navbar-brand img {
        width: 120px;
    }

    .sheep-img {
        height: 120px;
    }

    #carouselTop .carousel-item > img {
        height: 322px;
    }

    .carousel-link.sheep-list {
        bottom: 10%;
    }

    .grey-block {
        padding-left: 1.5em;
        padding-right: 1.5em;
    }

    .grey-block.under-header {
        padding-top: 3em;
        margin-top: -1em;
        position: relative;
    }

    .text-under-banner {
        padding-right: 150px;
    }

    .logo-container {
        margin: 4em 0;
    }

    .farm-img-block {
        margin-top: 5em;
    }

    .item-img-container {
        height: 173px;
    }

    .more-img-block img {
        height: 80px;
    }

    .farm-img-block .row img {
        height: 78px;
    }

    .list-col>.sheep-item:nth-last-child(1) {
        margin-bottom: 1em;
    }

    .gallery-image {
        height: 200px;
    }
}

/* XL */
@media (min-width: 1200px) {
    .grey-block.under-header {
        padding-top: 4.5em;
        margin-top: -2.5em;
        position: relative;
    }

    .text-under-banner {
        padding-right: 200px;
    }

    .list-col>.sheep-item:nth-last-child(1) {
        margin-bottom: 1em;
    }
}


@media (max-width: 991.98px) {
    #navbarSupportedContent {
        position: absolute;
        top: 115px;
        right: 0;
        background-color: #fff;
    }

    .navbar-nav {
        padding: 1em;
        padding-bottom: 0;
        min-width: 247px;
    }

    .language-menu {
        margin: .5em auto 0 auto;
        padding-bottom: 1em;
    }

    .bottom-section-img {
        margin-bottom: 1.5em;
    }

    .sheep-types {
        margin-top: 3em;
    }

    .bottom-section, .green-side-row {
        margin-top: 4em;
    }

    .green-block {
        padding: 2em;
        margin-top: 1em;
    }

    .sheep-types > div {
        margin-bottom: 2em;
    }

    .contact-col {
        margin-top: 6em;
    }
}


