body, html{
    scroll-behavior: smooth;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Futura';
    font-size: 16px;
    font-weight: normal;
    color: #0E1F51;
    margin: 0;
    padding: 0;
}
a{
    transition: all 0.5s ease-in-out;
}
a, a:hover, a:focus{
    text-decoration: none;
}
img{
    max-width: 100%;
    object-fit: cover;
}
ul{
    padding: 0;
    margin: 0;
}
li{
    list-style: none;
}
h1, h2, h3, h4, h5, h6{
    margin: 0;
}
p{
    margin: 0;
}



/* AA CSS ADD KARJO UPER NI NA KARTA. AE MARA MATE CHE */

@font-face {
    font-family: 'Futura Bk BT';
    src: url('../fonts/FuturaBT-Book.eot');
    src: url('../fonts/FuturaBT-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaBT-Book.woff2') format('woff2'),
        url('../fonts/FuturaBT-Book.woff') format('woff'),
        url('../fonts/FuturaBT-Book.ttf') format('truetype'),
        url('../fonts/FuturaBT-Book.svg#FuturaBT-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura';
    src: url('../fonts/Futura-Bold.eot');
    src: url('../fonts/Futura-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Futura-Bold.woff2') format('woff2'),
        url('../fonts/Futura-Bold.woff') format('woff'),
        url('../fonts/Futura-Bold.ttf') format('truetype'),
        url('../fonts/Futura-Bold.svg#Futura-Bold') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
.container{
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
}
.sweet-path{
    background-color: #FFFCEB;
    padding: 100px 0;
}
.sweet-path .container{
    padding: 0 40px;
}
.sweet-path-row{
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.sweet-path-title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.sweet-path-title h2{
    font-family: 'Futura';
    font-size: 60px;
    line-height: 1;
    color: #353635;
    margin: 0 0 20px;
    text-align: center;
}
.sweet-path-title p{
    font-family: 'Futura Bk BT';
    font-size: 28px;
    line-height: 1;
    color: #353635;
    margin: 0;
    text-align: center;
}
.sweet-path-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
.sweet-path-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.sweet-path-top {
    position: relative;
    width: 100%;
}
.sweet-path-bottom{
    width: 100%;
}
.sweet-path-heading {
    clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
    background-color: #FFCB1A;
    height: 168px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.sweet-path-heading h3{
    font-family: 'Futura';
    font-size: 20px;
    line-height: 1.3;
    color: #FFFFFF;
    text-align: center;
    margin: 0;
}
.sweet-path-top h2 {
    -webkit-text-stroke: 1px #000000;
    color: transparent;
    position: absolute;
    top: -34px;
    left: 0;
    right: 0;
    margin: auto;
    width: max-content;
    z-index: 9;
    font-size: 50px;
}

.sweet-path-box:first-child {
    align-items: center !important;
    justify-content: end !important;
    margin-bottom: 83px;
}
.sweet-path-box:last-child {
    align-items: center !important;
    justify-content: end !important;
    margin-bottom: 85px;
}
.sweet-path-box:nth-child(odd) {
    flex-direction: column-reverse;
    align-items: start;
    justify-content: start;
    margin-left: -18px;
    margin-right: -18px;
}
.sweet-path-box:nth-child(even){
    margin-top: 83px;
    margin-left: -18px;
    margin-right: -18px;
}
.sweet-path-box:nth-child(odd) .sweet-path-top h2{
    top: auto;
    bottom: -34px;
}
.sweet-path-box:nth-child(even) .sweet-path-heading{
    background-color: #FFE899;
}
.sweet-path-box:nth-child(even) .sweet-path-heading h3{
    color: #9B7E1C;
}


.our-honey{
    padding: 100px 0;
    background-color: #FFFFFF;
}
.our-honey-row{
    display: flex;
    flex-direction: column;
}
.our-honey-title{
    text-align: center;
}
.our-honey-title h2{
    font-family: 'Futura';
    font-size: 60px;
    line-height: 1;
    color: #353635;
    margin: 0 0 40px;
}
.honey-slider-up{
    max-width: 870px;
    margin: 0 auto;
    padding: 0 100px;
    width: 100%;
}
.our-honey-slider .slick-list{
    border-radius: 16px;
}
.our-honey-slider .slick-slide{
    background-color: #FFE48C;
}
.our-honey-slider .slide-box img{
    border-radius: 16px;
}
.our-honey-slider .slick-prev{
    background-color: #FFE48C;
    background-image: url(../images/arrow-left.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 28px 41px;
    border-radius: 50%;
    left: -100px;
    height: 78px;
    width: 78px;
    z-index: 9;
}
.our-honey-slider .slick-next{
    background-color: #FFE48C;
    background-image: url(../images/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 28px 41px;
    border-radius: 50%;
    right: -100px;
    height: 78px;
    width: 78px;
}
.our-honey-slider .slick-prev::before,
.our-honey-slider .slick-next::before{
    display: none;
}



.why-choose{
    background-color: #FFFCEB;
    padding: 100px 0;
}
.why-choose-row-inner{
    display: flex;
    gap: 40px;
}
.why-choose-box{
    width: 20%;
}
.why-choose-icon{
    background-color: #FFE282;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 -40px -60px;
    max-height: 180px;
    max-width: 180px;
    height: 100%;
    width: 100%;
}
.why-choose-icon-first{
    position: relative;
}
.why-choose-icon img{
    max-width: 150px;
}
.why-choose-polygon {
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/polygon.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 20px;
}
.why-choose-polygon h4{
    font-family: 'Futura';
    font-size: 28px;
    line-height: 1;
    color: #715A0C;
    margin: 0;
    text-align: center;
}



@media only screen and (max-width: 1600px){
    .why-choose-icon{
        margin: 0 0 -40px -0;
        position: relative;
    }
}
@media only screen and (max-width: 1439px){
    .why-choose-polygon{
        min-height: 200px;
    }
    .why-choose-icon{
        max-height: 140px;
        max-width: 140px;
    }
    .why-choose-polygon h4{
        font-size: 26px;
    }
    .sweet-path-heading {
        min-height: 146px;
    }
    .sweet-path-bottom img {
        height: 146px;
        width: 100%;
    }
    .sweet-path-box:nth-child(even) {
        margin-top: 78px;
    }
    .sweet-path-box:first-child {
        margin-bottom: 78px;
    }
    .sweet-path-box:last-child {
        margin-bottom: 76px;
    }
    .sweet-path-bottom img{
        object-fit: unset;
    }
}
@media only screen and (max-width: 1279px){
    .why-choose {
        padding: 100px 0 50px 0;
    }
    .why-choose-row-inner {
        gap: 0;
        flex-wrap: wrap;
        justify-content: center;
    }
    .why-choose-box {
        width: 33.33%;
        margin-bottom: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .why-choose-icon {
        max-height: 140px;
        max-width: 140px;
        margin: 0 0 -40px -150px;
    }
    .why-choose-polygon {
        min-height: 260px;
        max-width: 300px;
        width: 100%;
    }
    .why-choose-polygon h4 {
        font-size: 34px;
    }
    .sweet-path-list{
        max-width: 944px;
        margin: 0 auto;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        width: 100%;
    }
    .sweet-path-bottom img,
    .sweet-path-heading{
        height: 216px;
    }
    .sweet-path-box:last-child{
        display: none;
    }
    .sweet-path-box:nth-child(even) {
        margin-top: 113px;
    }
    .sweet-path-box:first-child {
        margin-bottom: 112px;
    }
}
@media only screen and (max-width: 991px){
    .our-honey-title h2 {
        font-size: 48px;
    }
    .honey-slider-up {
        padding: 0 60px;
    }
    .our-honey-slider .slick-prev {
        background-size: 16px 32px;
        left: -60px;
        height: 50px;
        width: 50px;
    }
    .our-honey-slider .slick-next {
        background-size: 16px 32px;
        right: -60px;
        height: 50px;
        width: 50px;
    }
    .why-choose-polygon h4 {
        font-size: 26px;
    }
    .why-choose-polygon {
        min-height: 200px;
        max-width: 220px;
    }
    .why-choose-icon {
        margin: 0 0 -40px -80px;
    }
    .sweet-path-list {
        max-width: 688px;
    }
    .sweet-path-bottom img, .sweet-path-heading {
        height: 176px;
    }
    .sweet-path-box:nth-child(even) {
        margin-top: 93px;
    }
    .sweet-path-box:first-child {
        margin-bottom: 92px;
    }
    .sweet-path-title h2{
        font-size: 48px;
    }
    .sweet-path-title p {
        font-size: 24px;
    }
}
@media only screen and (max-width: 767px){
    .our-honey {
        padding: 50px 0;
    }
    .our-honey-title h2 {
        font-size: 36px;
    }
    .honey-slider-up {
        padding: 0 0 70px;
    }
    .our-honey-slider .slick-prev {
        left: -70px;
        right: 0;
        top: auto;
        bottom: -90px;
        margin: 0 auto;
    }
    .our-honey-slider .slick-next {
        left: 0;
        right: -70px;
        top: auto;
        bottom: -90px;
        margin: 0 auto;
    }
    .why-choose {
        padding: 50px 0 0;
    }
    .why-choose-box {
        width: 100%;
    }
    .why-choose-polygon {
        min-height: 280px;
        max-width: 320px;
    }
    .why-choose-icon {
        margin: 0 0 -80px -120px;
    }
    .why-choose-polygon h4 {
        font-size: 37px;
    }

    .sweet-path {
        padding: 50px 0;
    }
    .sweet-path-bottom{
        display: none;
    }
    .sweet-path-box:first-child {
        margin-bottom: 0;
    }
    .sweet-path-box:nth-child(odd) {
        margin: 0;
    }
    .sweet-path-box:nth-child(even) {
        margin: 0;
    }
    .sweet-path-list {
        grid-template-columns: 1fr 1fr;
    }
    .sweet-path .container {
        padding: 0 20px;
    }
    .sweet-path-list {
        max-width: 535;
        grid-row-gap: 50px;
        grid-column-gap: 20px;
    }
    .sweet-path-heading {
        height: 226px;
    }
    .sweet-path-title h2 {
        font-size: 36px;
    }
    .sweet-path-title p {
        font-size: 20px;
    }
}
@media only screen and (max-width: 575px){
    .sweet-path-list {
        grid-template-columns: 1fr;
        max-width: 300px;
    }
    .sweet-path-box:nth-child(odd) .sweet-path-top h2 {
        top: -34px;
        bottom: 0;
    }
    .sweet-path-heading {
        height: 256px;
    }
}