* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Manrope", sans-serif;
}

.container {
    max-width: 1440px;
    width: 80%;
    margin: auto;
}

#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    border-radius: 8px;
    font-size: 32px;
    color: #ED1C24;
    text-decoration: none;
    transition: 2s;
    z-index: 1000;
}

#mobNav {
    position: absolute;
    top: 16vh;
    width: 80%;
    height: 90vh;
    background-color: rgba(171, 30, 35, 0.9);
    left: -100%;
    z-index: 100;
    transition: 0.3s;
    filter: brightness();
    overflow: scroll;
}

#mobNav .languages .info {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
}

#mobNav .languages .info a {
    color: #FFF;
    margin-right: 20px;
    text-decoration: none;
}

#mobNav .languages .info i {
    color: #fff;
    margin-right: 20px;
}

#mobNav .languages .list ul {
    list-style: none;
    width: 100%;
    padding-left: 0;
    text-align: center;
}

#mobNav .languages .list ul li {
    margin-bottom: 35px;
    border-bottom: 1px solid #fff;
    width: 100%;
    text-align: left;
}

#mobNav .languages .list ul li:first-child {
    margin-top: 30px;
}

#mobNav .languages .list ul li:last-child {
    margin-bottom: 0;
}

#mobNav .languages .list ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 28px;
    padding-left: 20px;
    font-size: 25px;
    transition: 0.3s;
}

#mobNav .languages .list ul li a:hover {
    color: #200;
}

header {
    padding: 10px 0;
    border-bottom: 5px solid #200;
    z-index: 1000;
    background-image: url(../img/agrogroup-header.jpg);
    background-size: cover;
}

header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .container .logo {
    width: 100px;
}

header .container .logo img {
    width: 100%;
}

header .container .languages .info {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 20px;
}

header .container .languages .info a {
    margin-right: 40px;
    color: #FFF;
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

header .container .languages .info a:nth-child(2) {
    margin-right: 60px !important;
}

header .container .languages .info a:last-child {
    margin-right: 0;
}

header .container .languages .info i {
    margin-right: 15px;
    font-size: 25px;
    color: #FFF;
}

header .container .languages .info i:last-child {
    margin-right: 0;
}

header .container .languages .list ul {
    display: flex;
    list-style: none;
}

header .container .languages .list ul li {
    margin-right: 40px;
    padding-bottom: 5px;
    transition: 0.3s;
}

header .container .languages .list ul li:last-child {
    margin-right: 0;
}

header .container .languages .list ul li:hover {
    border-bottom: 2px solid #ED1C24;
}

header .container .languages .list ul li a {
    text-decoration: none;
    color: #FFF;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.banner {
    position: relative;
}

.banner .owl-dots {
    position: absolute;
    bottom: 5%;
    left: 45%;
}

.banner .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background-color: transparent;
    border: 1px solid #FFF;
    border-radius: 50%;
    margin: 0 5px;
    transition: background-color 0.3s ease;
}

.banner .owl-dots .owl-dot.active {
    background-color: #fff;
}

.banner .item1 {
    height: 80vh;
}

.banner .item1 .text {
    position: absolute;
    left: 10%;
    top: 20%;
}

.banner .item1 .text .slider1 {
    color: #FFF;
    font-family: Manrope;
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.banner .item1 .text .slider11 {
    color: #FFF;
    font-family: Manrope;
    font-size: 50px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    margin-bottom: 50px;
    width: 70%;
}

.banner .item1 .text .slider111 {
    color: #FFF;
    font-family: Manrope;
    font-size: 26px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-decoration: none;
    padding: 13px 45px;
    border: 3px solid #FFF;
    transition: 0.3s;
}

.banner .item1 .text .slider111:hover {
    background: rgba(255, 255, 255, 0.65);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: #200;
    border: none;
}

.banner .item2 {
    height: 80vh;
}

.banner .item2 .item22 {
    position: absolute;
    right: 25%;
    top: 30%;
    text-align: left;
    line-height: 125px;
}

.banner .item2 .item22 .slider2 {
    color: #FFF;
    font-family: Manrope;
    font-size: 50px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
}

.banner .item2 .item22 .slider22 {
    color: #FFF;
    font-family: Manrope;
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.banner .item2 .item22 .slider222 {
    color: #FFF;
    font-family: Manrope;
    font-size: 26px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-decoration: none;
    padding: 13px 45px;
    border: 3px solid #FFF;
    transition: 0.3s;
}

.banner .item2 .item22 .slider222:hover {
    background: rgba(255, 255, 255, 0.65);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: #200;
    border: none;
}

.banner .item3 {
    height: 80vh;
}

.banner .item3 .item33 {
    position: absolute;
    right: 18%;
    top: 30%;
    text-align: left;
    line-height: 125px;
}

.banner .item3 .item33 .slider33 {
    color: #FFF;
    font-family: Manrope;
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.banner .item3 .item33 .slider3 {
    color: #FFF;
    font-family: Manrope;
    font-size: 50px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
}

.banner .item3 .item33 .slider333 {
    color: #FFF;
    font-family: Manrope;
    font-size: 26px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-decoration: none;
    padding: 13px 45px;
    border: 3px solid #FFF;
    transition: 0.3s;
}

.banner .item3 .item33 .slider333:hover {
    background: rgba(255, 255, 255, 0.65);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: #200;
    border: none;
}

.novosti {
    /* margin: 70px 0; */
}

.novosti .novost {
    display: flex;
    align-items: flex-start;
    /* justify-content: center; */
    /* width: 60%; */
    /* margin: auto; */
}

/* .novosti .novost .item {
    width: 40%;
}

.novosti .novost .item img {
    width: 318px;
}

.novosti .novost .item-text {
    width: 40%;
    display: flex;
    flex-direction: column;
}

.novosti .novost .item-text img {
    width: 240px;
}

.novosti .novost .item-text p {
    color: #000;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    margin-bottom: 40px;
    margin-top: 30px;
}

.novosti .novost .item-text span {
    color: #000;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    margin-bottom: 60px;
}

.novosti .novost .item-text a {
    text-decoration: none;
    color: #ED1C24;
    font-family: Manrope;
    font-size: 26px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    border: 3px solid #ED1C24;
    padding: 10px 30px;
    text-align: center;
    width: 80%;
    transition: 0.4s;
}

.novosti .novost .item-text a:hover {
    background-color: #ED1C24;
    color: #FFF;
} */

.novosti .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    font-size: 60px;
    font-weight: 200;
}

.novosti .owl-nav .owl-prev {
    position: absolute;
    /* left: 20%; */
}

.novosti .owl-nav .owl-next {
    position: absolute;
    right: 20%;
}

.apple-img {
    background-image: url(img/Elementi/pelin_jegen_motiv.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 294px;
}

.apple-img h1 {
    display: none;
}

#onama {
    width: 30%;
    margin: auto;
    text-align: center;
    margin: 80px auto 120px auto;
}

#onama img {
    margin-bottom: 30px;
}

#onama p {
    color: #000;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    margin-bottom: 30px;
}

#onama span {
    font-weight: 500;
}

.kosac {
    background-image: url(img/Elementi/kosac-final.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 65% 75%;
    padding: 400px;
}

.kosac h1 {
    display: none;
}

.kosaci {
    margin: 80px auto;
}

.kosaci img {
    width: 100%;
}

.kosaci p {
    color: #000;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    margin-bottom: 40px;
}

.kosaci p span {
    font-weight: 500;
}

.kosaci p:nth-child(2) {
    margin-bottom: 60px;
}

.kosaci a {
    color: #ED1C24;
    font-family: Manrope;
    font-size: 26px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    border: 3px solid #ED1C24;
    padding: 10px 30px;
    text-decoration: none;
    transition: 0.4s;
}

.kosaci div a:hover {
    background-color: #ED1C24;
    color: #FFF;
}

footer {
    border-top: 5px solid #ED1C24;
    padding: 30px 0;
}

footer .container {
    display: flex;
    justify-content: space-between;
    width: 70%;
    margin: auto;
}

footer .container #agrogroup {
    display: flex;
}

footer .container #agrogroup img {
    margin-right: 30px;
}

footer .container #agrogroup p {
    color: #000;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

footer .container #agrogroup a {
    color: #000;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}

footer .container .lista2 ul {
    display: flex;
    list-style: none;
}

footer .container .lista2 ul li {
    margin-right: 30px;
}

footer .container .lista2 ul li:last-child {
    margin-right: 0;
}

footer .container .lista2 ul li a {
    text-decoration: none;
    color: #000;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

footer .info-footer {
    text-align: center;
    margin-top: 20px;
}

footer .info-footer p {
    color: #000;
    text-align: center;
    font-family: Manrope;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

footer .info-footer i {
    color: #000;
    text-align: center;
    font-size: 11px;
}

.novosti-page {
    margin: 70px 0;
}

.novosti-page .novost {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 80%;
    margin: 140px auto;
    padding-bottom: 40px;
    border-bottom: 1px solid #ED1C24;
}

.novosti-page .novost .item {
    width: 30%;
    display: flex;
    justify-content: flex-end;
}

.novosti-page .novost .item img {
    height: 491px;
}

.novosti-page .novost .item-text {
    width: 30%;
    display: flex;
    flex-direction: column;
}

.novosti-page .novost .item-text img {
    width: 240px;
}

.novosti-page .novost .item-text p {
    color: #000;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    margin-bottom: 40px;
    margin-top: 30px;
}

.novosti-page .novost .item-text span {
    color: #000;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    margin-bottom: 60px;
}

.novosti-page .novost .item-text a {
    text-decoration: none;
    color: #ED1C24;
    font-family: Manrope;
    font-size: 26px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    border: 3px solid #ED1C24;
    padding: 10px 30px;
    text-align: center;
    width: 80%;
}

.destilacija-cover {
    width: 100%;
    margin-bottom: -10px;
}

.destilacija-cover img {
    width: 100%;
}

.destilerija {
    padding: 150px 0;
    text-align: center;
    background: #F0EFEE;
}


.destilerija p {
    color: #000;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    margin-bottom: 30px;
}

.destilerija p span {
    font-weight: 500;
}

.header {
    position: relative;
    margin-bottom: 80px;
}

.header .lista-proizvodi {
    margin-top: 30px;
    position: absolute;
    right: 0%;
    margin-bottom: 25px;
}

.header .lista-proizvodi ul {
    display: flex;
    list-style: none;
}

.header .lista-proizvodi ul li {
    margin-right: 40px;
}

.header .lista-proizvodi ul li a {
    text-decoration: none;
    color: #000;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: 0.3s;
}

.header .lista-proizvodi ul li a:hover {
    color: #ED1C24;
}

.header .lista-proizvodi ul li a.active {
    color: #ED1C24;
}

.container .za-ponijeti {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 40px;
    column-gap: 40px;
    row-gap: 10px;
    margin-bottom: 80px;
}

.container .za-ponijeti .za-ponijeti1 {
    background: #ED1C24;
    position: relative;
    margin-top: -80px;
}

.container .za-ponijeti .za-ponijeti1 h1 {
    position: absolute;
    bottom: 15%;
    right: 20px;
    color: #FFF;
    text-align: right;
    font-family: Manrope;
    font-size: 67px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.container .za-ponijeti .proizvod1 {
    text-align: center;
}

.container .za-ponijeti .proizvod1:last-child {
    margin-right: 0;
}

.container .za-ponijeti .proizvod1 .opis {
    background: #F0EFEE;
    padding: 16px;
    -moz-text-align-last: left;
    text-align-last: left;
    text-align: justify;
}

.container .za-ponijeti .proizvod1 .opis h5 {
    text-align: justify;
    color: #ED1C24;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 5px;
    border-bottom: 1px solid #ED1C24;
}

.container .za-ponijeti .proizvod1 .opis ul {
    list-style: none;
}

.container .za-ponijeti .proizvod1 .opis ul li {
    color: #000;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
}

.container .za-ponijeti .proizvod1 .opis p {
    color: #000;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
}

@media screen and (max-width: 1440px) {
    .novosti .novost .item-text a {
        padding: 10px 15px;
        width: 100%;
    }
}

@media screen and (max-width: 1030px) {
    .container .kosaci div a {
        padding: 10px 10px;
        font-size: 16px;
    }

    .novosti .novost .item-text a {
        font-size: 16px;
    }
}

@media screen and (max-width: 1200px) {
    header {
        display: flex;
        padding: 5px 0;
    }

    header .logo {
        width: 90px !important;
    }

    header .logo img {
        width: 100%;
    }

    header .container .languages {
        display: none;
    }

    .toggler {
        margin-right: 50px;
        margin-top: 25px;
        display: flex;
        width: 30px;
        height: 30px;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
    }

    .toggler .bar {
        width: 100%;
        height: 4px;
        background-color: #fff;
        transition: 0.3s;
    }

    .active .bar1 {
        transform: rotate(-45deg) translate(-6px, 15px);
    }

    .active .bar2 {
        transform: translateX(1000px);
    }

    .active .bar3 {
        transform: rotate(45deg) translate(-3px, -12px);
    }
}

@media screen and (max-width: 900px) {
    .novosti .novost {
        width: 100%;
        margin: auto;
    }

    .novosti .owl-nav .owl-prev {
        left: 4%;
    }

    .novosti .owl-nav .owl-next {
        right: 4%;
    }

    #onama {
        width: 70%;
    }

    .container .kosaci div {
        width: 50%;
    }

    .container .kosaci div a {
        font-size: 18px;
        padding: 10px 9px;
    }

    .destilerija .container {
        width: 60%;
    }

    .container .za-ponijeti {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .container .za-ponijeti .za-ponijeti1 h1 {
        right: 15px;
    }

    .header .lista-proizvodi {
        right: 27%;
    }

    .header .lista-proizvodi ul {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .header .lista-proizvodi ul li {
        margin-bottom: 10px;
    }

    .container {
        width: 90%;
    }

    .container .novosti-page .novost {
        width: 100%;
    }

    .container .novosti-page .novost .item {
        width: 68%;
    }

    .container .novosti-page .novost .item img {
        height: 292px;
    }

    .container .novosti-page .novost .item-text {
        width: 100%;
    }

    footer {
        padding: 30px 0;
    }

    footer .container {
        width: 85%;
        margin: auto;
    }

    footer .container .lista2 ul {
        flex-direction: column;
    }

    footer .container #agrogroup img {
        width: 100px;
        height: 83px;
    }

    footer .container #agrogroup p {
        margin-bottom: 16px;
    }

    footer .container #agrogroup p:last-child {
        margin-top: 16px;
    }
}

@media screen and (max-width: 800px) {
    .banner .owl-dots {
        bottom: 13%;
    }

    .banner .item1 .text {
        top: 7%;
    }

    .banner .item3 .item33 {
        top: 10%;
        right: 3%;
    }

    .banner .item3 .item33 .slider333 {
        padding: 8px 25px;
        font-size: 23px;
    }

    .banner .item3 .item33 .slider33 {
        font-size: 64px;
    }

    .banner .item2 .item22 {
        top: 12%;
    }

    .banner .item2 .item22 .slider222 {
        padding: 8px 22px;
        font-size: 23px;
    }
}

@media screen and (max-width: 500px) {
    .novosti {
        margin-bottom: 70px;
        margin-top: 0;
    }

    .novosti .novost {
        flex-direction: column;
        align-items: center;
    }

    .novosti .novost .item-text img {
        margin-top: -313px;
    }

    .novosti .novost .item-text p {
        margin-top: 253px;
    }

    .novosti .novost .item img {
        margin-top: 122px;
    }

    .banner {
        height: 380px;
    }

    .banner img {
        height: 55%;
    }

    .banner .item2 .item22 {
        top: 13%;
        line-height: 70px;
        right: 9%;
    }

    .banner .item2 .item22 .slider2 {
        font-size: 45px;
    }

    .banner .item2 .item22 .slider22 {
        font-size: 50px;
    }

    .banner .item2 .item22 .slider222 {
        padding: 4px 16px;
        border: 1px solid #FFF;
        font-size: 16px;
    }

    .banner .item3 .item33 {
        top: 15%;
        line-height: 70px;
    }

    .banner .item3 .item33 .slider33 {
        font-size: 45px;
    }

    .banner .item3 .item33 .slider3 {
        font-size: 25px;
    }

    .banner .item3 .item33 .slider333 {
        padding: 4px 16px;
        border: 1px solid #FFF;
        font-size: 16px;
    }

    .banner .owl-dots {
        bottom: 4%;
    }

    .banner .owl-dots .owl-dot {
        width: 7px;
        height: 7px;
    }

    .banner .item1 .text {
        top: 13%;
    }

    .banner .item1 .text .slider1 {
        font-size: 48px;
    }

    .banner .item1 .text .slider11 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .banner .item1 .text .slider111 {
        padding: 4px 16px;
        border: 1px solid #FFF;
        font-size: 16px;
    }

    .banner .slider1 {
        font-size: 36px;
    }

    .banner .slider11 {
        font-size: 20px;
    }

    .banner .slider111 {
        padding: 3px 15px;
        font-size: 16px;
    }

    .novosti .owl-nav {
        top: 40%;
        font-size: 35px;
    }

    .novosti .owl-nav .owl-prev {
        left: 0;
    }

    .novosti .owl-nav .owl-next {
        right: 0;
    }

    .novosti .novost {
        width: 95%;
        margin: auto;
    }

    .novosti .novost .item img {
        width: 160px;
    }

    .novosti .novost .item-text {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .novosti .novost .item-text img {
        width: 140px;
    }

    .novosti .novost .item-text p {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .novosti .novost .item-text span {
        margin-bottom: 15px;
        font-size: 16px;
    }

    .novosti .novost .item-text a {
        font-size: 16px;
        padding: 7px 0;
    }

    footer .container {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    footer .container #agrogroup {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    footer .container #agrogroup .kontakt {
        margin-top: 15px;
    }

    footer .container .lista2 ul li {
        margin-bottom: 5px;
    }

    #onama {
        width: 95%;
    }

    #onama p {
        font-size: 16px;
    }

    .container .kosaci {
        flex-direction: column;
    }

    .container .kosaci div {
        width: 100%;
        margin-top: 10px;
        text-align: center;
    }

    .container .kosaci div p {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .container .kosaci div p:nth-child(2) {
        margin-bottom: 40px;
    }

    .container .kosaci div a {
        font-size: 16px;
        padding: 6px 9px;
    }

    .container .kosaci div:last-child {
        margin-left: 0;
    }

    .header {
        margin-bottom: 530px;
    }

    .header .lista-proizvodi {
        left: 0;
    }

    .container .za-ponijeti {
        grid-template-columns: repeat(1, 1fr);
        margin-top: -220px;
    }

    .container .za-ponijeti .za-ponijeti1 {
        margin-top: -310px;
        margin-left: 130px;
        margin-right: -19px;
        height: 258px;
    }

    .container .za-ponijeti .za-ponijeti1 h1 {
        right: 50px;
        font-size: 36px;
    }

    .container .za-ponijeti .proizvod1 .opis p {
        font-size: 16px;
    }

    .novosti-page .novost {
        flex-direction: column;
        width: 100%;
        margin: 40px 0;
        align-items: center;
    }

    .novosti-page .novost .item {
        justify-content: center;
    }

    .novosti-page .novost .item img {
        height: 300px;
    }

    .novosti-page .novost .item-text {
        align-items: center;
    }

    .destilerija {
        padding: 70px 0;
    }

    .destilerija .container {
        width: 95%;
    }

    .destilerija .container p {
        font-size: 16px;
    }

    .apple-img {
        padding: 166px;
        background-position: 46% 86%;
    }

    .kosac {
        padding: 170px;
    }
}

@media screen and (max-width: 400px) {
    .banner .owl-dots {
        bottom: 10%;
    }
}

@media screen and (max-width: 360px) {
    .banner {
        height: 251px;
    }

    .banner .item2 .item22 {
        top: 8%;
        line-height: 70px;
        right: 9%;
    }

    .banner .item2 .item22 .slider2 {
        font-size: 29px;
    }

    .banner .item2 .item22 .slider22 {
        font-size: 35px;
    }

    .banner .item2 .item22 .slider222 {
        padding: 4px 16px;
        border: 1px solid #FFF;
        font-size: 16px;
    }

    .banner .item3 .item33 {
        top: 8%;
        line-height: 70px;
    }

    .banner .item3 .item33 .slider33 {
        font-size: 25px;
    }

    .banner .item3 .item33 .slider3 {
        font-size: 21px;
    }

    .banner .item3 .item33 .slider333 {
        padding: 4px 16px;
        border: 1px solid #FFF;
        font-size: 16px;
    }

    .banner .owl-dots {
        bottom: 10%;
    }

    .banner .owl-dots .owl-dot {
        width: 7px;
        height: 7px;
    }

    .banner .item1 .text {
        top: 2%;
    }

    .banner .item1 .text .slider1 {
        font-size: 48px;
    }

    .banner .item1 .text .slider11 {
        font-size: 22px;
    }

    .banner .item1 .text .slider111 {
        padding: 4px 16px;
        border: 1px solid #FFF;
        font-size: 16px;
    }

    .banner .slider1 {
        font-size: 36px;
    }

    .banner .slider11 {
        font-size: 20px;
    }

    .banner .slider111 {
        padding: 3px 15px;
        font-size: 16px;
    }
}

/*# sourceMappingURL=style.css.map */: 3px 15px;
        font-size: 16px;
    }
}

/*# sourceMappingURL=style.css.map */