@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Manjari:wght@100;400;700&display=swap');

@font-face {
    font-family: 'Pauline';
    src: url('assets/fonts/Pauline-Bold.eot');
    src: url('assets/fonts/Pauline-Bold.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Pauline-Bold.woff2') format('woff2'),
        url('assets/fonts/Pauline-Bold.woff') format('woff'),
        url('assets/fonts/Pauline-Bold.ttf') format('truetype'),
        url('assets/fonts/Pauline-Bold.svg#Pauline-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



*, ::after, ::before {
    box-sizing: border-box;
}

html {
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    height: 100%;
}

.style-color-wayh-bg {
    background-color: #005648;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: initial!important;
    -webkit-tap-highlight-color: rgba(0,0,0,.3);
    font-family: 'Manjari', sans-serif;
    font-weight: 400;
}

p {    
    font-family: 'Manjari', sans-serif;
    font-weight: 400;
}

a {
    color: #fff;
    text-decoration: none;
}
a:hover,
.site-footer  a:hover {
    color: #FCDA01;
}

@font-face {
    font-family: 'uncodeicon';
    src:url(assets/fonts/uncode-icons.eot);
    src:url(assets/fonts/uncode-icons.eot?#iefix) format('embedded-opentype'),
        url(assets/fonts/uncode-icons.woff2)format('woff2'),
        url(assets/fonts/uncode-icons.woff) format('woff'),
        url(assets/fonts/uncode-icons.ttf) format('truetype'),
        url(assets/fonts/uncode-icons.svg#uncodeicon) format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

.fa {
    font-family: 'uncodeicon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(359deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg)
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg)
    }

    100% {
        -o-transform: rotate(359deg)
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg)
    }

    100% {
        -ms-transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(359deg)
    }
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    vertical-align: middle;
    border: 2px solid #c0c0c0;
    -webkit-backface-visibility: hidden;
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
    -o-border-radius: 2.5em;
    -moz-border-radius: 2.5em;
    -webkit-border-radius: 2.5em;
    -ms-border-radius: 2.5em;
    border-radius: 2.5em
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-arrow-down2:before {
    content: "\e0c5"
}

.text-block a {
    color: #fff;
}
a:hover {
    color: #FCDA01;
    text-decoration: none;
}
.text-block .small-text {
    font-size: 20px;
    line-height: 30px;
}

img {
    max-width: 100%;
    max-height: 100%;
}

/*Background colors*/
.background-green {
    background-color: #05bc9d;
}
.background-orange {
    background-color: #faa727;
}
.background-light-green {
    background-color: #77be44;
}
.background-yellow {
    background-color: #fcd901;
}
.background-purple {
    background-color: #635fab;
}
.background-violet {
    background-color: #993f97;
}
/*Background colors*/

/*Header style*/
.site-header {
    width: 100%;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.site-header .nav {
    width: 100%;
    display: flex;
    padding: 36px 0;
}
.site-header .nav ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.site-header .nav ul .menu-item {
    width: auto;
    margin: 0 0 0 28px;
}
.site-header .nav ul .menu-item a {
    font-size: 16px;
    letter-spacing: 0em;
    color: rgba(255,255,255,.5)!important;
}
.site-header .nav ul .menu-item.active a,
.site-header .nav ul .menu-item a:hover {
    color: rgba(255,255,255,1)!important;
}
/*Header style*/
sup {    
    font-family: 'Manjari', sans-serif;
    font-weight: 400;
}
.title sup {
    font-size: 16px;
    top: -25px;
}
.heading sup {
    font-size: 16px;
    top: -32px;
}
p sup {
    font-size: 10px;
    top: -14px;
}
.small-text sup {
    font-size: 10px;
    top: -10px;
}
.site-footer p sup {
    font-size: 7px;
    top: -7px;
}
.container {
    width: calc(100% - 140px);
    max-width: calc(100% - 140px);
    margin: 0 auto;
    padding: 0;
}
.full-height {
    height: 100%;
}
.common-section.site-top-section {
    height: 100%;
    min-height: auto;
}
.common-section {
    width: 100%;
    min-height: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    z-index: 9;
}
.common-section .section-background,
.growers_network .world-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
    transition: opacity 0.5s;
    transition-delay: 0.2s;
    top: 0;
    left: 0;
}
.growers_network .world-bg {
    width: calc(100% - -140px);
    height: calc(100% - -140px);
    top: -70px;
    left: -70px;
}
.common-section .section-background::after,
.common-section .section-background::before,
.growers_network .world-bg::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}


/*Background images*/
.site-top-section.common-section .section-background::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: #05a387;
    z-index: 10;
    left: auto;
}
.site-top-section .section-background::before {
    background-image: url(assets/backgrounds/home-bg-more-breathing-room.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 11;
} 
.common-section.site-top-section .section-content {
    position: relative;
    z-index: 12;
}
.welcome-to-suncandy .text-block .heading::before {
    top: -14px;
    left: -35px;
    content: "";
    width: 178px;
    height: 180px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background: url(assets/backgrounds/welcome-title-after.png);
}
.proud_sponsor .section-background::before {
    background-position: top left !important;
    background-image: url(assets/backgrounds/proud-sponsor-bg-cloud-only.png);
}
.clementine_mandarins .section-background::before {
    background-position: top right;
    background-image: url(assets/backgrounds/Clementine-Mandarins-bg-cloud-only.png);
}
.cara_cara_oranges .section-background::before {
    background-position: top left;
    background-image: url(assets/backgrounds/cara-cara-orange-bg-cloud-only.png);
}
.blood_oranges .section-background::before {
    background-position: top right;
    background-image: url(assets/backgrounds/Blood-Oranges-bg-cloud-only.png);
}
.growers_network .world-bg::before {
    background-size: contain !important;
    background-position: top left !important;
    background-repeat: no-repeat !important;
    background-image: url(assets/backgrounds/glob-svg-img.svg);
}
.new_horizon .section-background::before {
    background-position: top right;
    background-repeat: no-repeat;
    background-image: url(assets/backgrounds/something-new-bg-cloud-only.png);
}
.stay_inspired .section-background::before {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left !important;
    background-image: url(assets/backgrounds/footer-bg-more-breathing-room.png);
}
.proud_sponsor .section-background::before,
.clementine_mandarins .section-background::before,
.cara_cara_oranges .section-background::before,
.blood_oranges .section-background::before {
    background-size: contain !important;
    background-repeat: repeat-x;
}

.common-section.welcome-to-suncandy .text-block::before {
    right: 0;
    content: "";
    bottom: -71px;
    width: 470px;
    height: 498px;
    position: absolute;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-image: url(assets/backgrounds/welcome-to-suncandy-tree-only.png);
}

.proud_sponsor .section-background::after {
    top: auto;
    bottom: 0;
    height: 140px;
    background-position: top left !important;
    background-image: url(assets/backgrounds/proud-sponsor-bottom-bar.png);
}
.clementine_mandarins .section-background::after {
    top: auto;
    bottom: 0;
    height: 412px;
    background-repeat: repeat-x !important;
    background-image: url(assets/backgrounds/Clementine-Mandarinsbottom-bar.png);
}
.cara_cara_oranges .section-background::after {
    top: auto;
    bottom: 0;
    height: 412px;
    background-repeat: repeat-x !important;
    background-image: url(assets/backgrounds/cara-cara-orange-bottom-bar.png);
}
.blood_oranges .section-background::after {
    top: auto;
    bottom: 0;
    height: 412px;
    background-repeat: repeat-x !important;
    background-image: url(assets/backgrounds/Blood-Oranges-bottom-bar.png);
}
.new_horizon .section-background::after {
    background-image: url(assets/backgrounds/something-new-bottom-bar.png);
}

.clementine_mandarins .section-background::after,
.cara_cara_oranges .section-background::after,
.blood_oranges .section-background::after,
.new_horizon .section-background::after {
    top: auto;
    bottom: 0;
    height: 448px;
    background-size: cover !important;
    background-repeat: repeat-x !important;
    background-position: bottom left !important;
}

/*Background images*/


.site-logo-with-title {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.site-logo-with-title .title {
    font-size: 58px;
    line-height: 68px;
    color: #fff;
    margin: 36px 0;
    width: 100%;
    text-align: center;
    font-family: 'Pauline';
}
.site-logo-with-title .title span {
    font-family: 'Manjari', sans-serif;
    font-weight: 400;
    font-size: 40px;
}
.site-logo-with-title .custom-link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #ffffff !important;
    background-color: #f68b28 !important;
    border-color: #f68b28 !important;
    width: 92px;
    height: 92px;
}
.site-logo-with-title .custom-link:hover {
    background-color: transparent !important;
}
.site-logo-with-title .custom-link:hover i {
    color: #f68b28;
}
.site-logo-with-title .custom-link i {
    font-size: 36px;
}


.section-content {
    width: 100%;
    min-height: 800px;
    display: flex;
    padding: 70px 0;
}
.image-block {
    width: 100%;
    display: flex;
    margin: 0;
    padding: 0;
    flex-direction: column;
    position: relative;
}
.image-block img {
    width: auto;
    margin: 0 auto;
    max-width: 100%;
}
.text-block {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}
.text-block p {
    padding: 0;
    color: #fff;
    width: 100%;
    font-size: 28px;
    letter-spacing: 0em;
    margin: 16px 0 0 0;
    line-height: 38px;
}
.text-block img {
    margin: 25px auto 0;
    max-width: 100%;
}
.welcome-to-suncandy .text-block .heading {
    font-size: 80px;
    line-height: 90px;
}
.text-block .heading {
    font-size: 58px;
    line-height: 68px;
    letter-spacing: 0em;
    color: #fff;
    text-align: left;
    width: 100%;    
    font-family: 'Pauline';
    margin: 0;
}
.reach_insta.text-block .heading {
    font-size: 40px;
    line-height: 50px;
}
.text-block .heading span {
    font-family: 'Manjari', sans-serif;
    font-weight: 400;
    font-size: 60px;
}
.text-right-align .heading,
.text-right-align p {
    text-align: right;
}
.text-right-center .heading,
.text-right-center p {
    text-align: center;
}
.new_horizon-items {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.new_horizon-items .product-show-case {
    gap: 50px;
    align-items: flex-end;
    justify-content: center;
}
.new_horizon-items .product-show-case .product {
    width: 33.33%;
}
.row.flex-column {
    flex-wrap: unset;
    height: auto;
}

.clementine_mandarins .text-block .heading,
.clementine_mandarins .text-block p,
.growers_network .text-block .heading,
.growers_network .text-block p {
    color: #f36f21;
}
.blood_oranges .text-block .heading,
.blood_oranges .text-block p, 
.cara_cara_oranges .text-block .heading,
.cara_cara_oranges .text-block p {
    color: #fff;
}


.proud_sponsor .image-block img,
.cara_cara_oranges .image-block img {
    margin-left: 0;
}
.clementine_mandarins .image-block img,
.blood_oranges .image-block img {
    margin-right: 0;
}
.proud_sponsor .image-block img {
    margin-bottom: -70px;
}
.image-block .product-show-case img {
    margin: 0;
}
.site-footer {
    background: #05bd9c;
    padding: 36px 0;
    position: relative;
}
.site-footer::after {
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
}
.site-footer .row {
    position: relative;
    z-index: 10;
    align-items: center;
}
.site-footer .copy-rights,
.site-footer .social-icon,
.site-footer .contact-us-text {
    display: flex;
    align-items: center;
}
.site-footer .copy-rights {
    justify-content: flex-start;
}
.site-footer .contact-us-text {
    justify-content: flex-end;
}
.site-footer .social-icon {
    justify-content: center;
}
.site-footer .social-icon a {
    display: flex;
    align-items: center;
}
.site-footer p,
.site-footer a {
    margin: 0;
    font-family: 'Pauline';
    font-size: 12px;
    color: #fff;
}
.site-footer .contact-us-text p {
    text-align: right;
}
i.fa.fa-instagram {
    font-size: 16px;
}
.welcome-to-suncandy .text-block .heading {
    padding-left: 60px;
    padding-top: 70px;
}
.welcome-to-suncandy .text-block p {
    padding-left: 60px;
    font-size: 40px;
    line-height: 50px;
}
.welcome-to-suncandy .text-block::after {
    position: absolute;
    content: "";
    bottom: 21px;
    left: 0;
    background: url(assets/backgrounds/welcome-to-suncandy-bee-only.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 7% 100%;
    width: 100%;
    height: 90%;
}
.proud_sponsor .text-block {
    align-items: flex-end;
}
.proud_sponsor .image-block {
    align-items: flex-end;
    justify-content: flex-end !important;
}
.proud_sponsor .product-show-case {
    position: absolute;
    bottom: -40px;
    right: 0px;
}
.proud_sponsor .product-show-case img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
}
.product-show-case {
    display: flex;
    align-items: flex-end;
    position: relative;
    z-index: 11;
}
.growers_network .container {
    position: relative;
}
.growers_network .section-background {
    background-size: contain !important;
    background-position: top left !important;
}

.clementine_mandarins .text-block,
.clementine_mandarins .image-block,
.cara_cara_oranges .text-block,
.cara_cara_oranges .image-block,
.blood_oranges .text-block,
.blood_oranges .image-block {
    position: relative;
    bottom: -40px;
}

.image-block .image-for-small-device {
    display: none;
}

.products-group-show-case {
    display: none;
}



/*responsive style*/
@media (min-width: 2100px) {
    .site-top-section .section-background::before {
        background-position: center;
    }
    .site-top-section .section-background::before {
        background-image: url(assets/backgrounds/home-bg-xl.png);
    }
    .stay_inspired .section-background::before {
        background-image: url(assets/backgrounds/footer-bg-xl.png);
    }
}

@media (min-width: 1921px) {
    .clementine_mandarins .section-background::after,
    .cara_cara_oranges .section-background::after,
    .blood_oranges .section-background::after,
    .new_horizon .section-background::after {
        background-size: contain !important;
    }
    .container {
        width: 1760px;
        max-width: 1760px;
    }
}

@media (max-width: 1600px) {
    .common-section.welcome-to-suncandy .text-block::before {
        bottom: -71px;
        width: 370px;
        height: 398px;
    }
    .proud_sponsor .image-block img {
        margin-left: -40px;
    }
    .proud_sponsor .product-show-case {
        bottom: -55px;
        right: -50px;
    }
}

@media (max-width: 1439px) {
    .site-logo-with-title img {
        max-width: 400px;
        margin: 0 auto;
    }
    .site-logo-with-title .custom-link {
        width: 72px;
        height: 72px;
    }
    .heading sup {
        font-size: 14px;
        top: -24px;
    }
    .welcome-to-suncandy .text-block .heading {
        font-size: 60px;
        line-height: 67px;
    }
    .welcome-to-suncandy .text-block p {
        font-size: 30px;
        line-height: 37px;
    }
    .welcome-to-suncandy .text-block .heading::before {
        top: 0px;
        left: -14px;
        width: 158px;
        height: 150px;
        background-size: contain !important;
        background-repeat: no-repeat !important;
    }
    .welcome-to-suncandy .text-block::after {
        bottom: 14%;
        background-position: 10% 100%;
        width: 100%;
        height: 70%;
    }
    .proud_sponsor .image-block img {
        margin-bottom: 0;
    }
    .text-block .heading,
    .site-logo-with-title .title {
        font-size: 48px;
        line-height: 55px;
    }
    .reach_insta.text-block .heading {
        font-size: 30px;
        line-height: 40px;
    }
    .title sup {
        font-size: 14px;
        top: -20px;
    }
    .text-block p {
        font-size: 24px;
        line-height: 31px;
    }
    .text-block .small-text {
        font-size: 18px;
        line-height: 25px;
    }
    .common-section,
    .common-section .section-content {
        min-height: 700px;
    }
}

@media (max-width: 1280px) {
    .common-section,
    .common-section .section-content {
        min-height: 600px;
    }
    .welcome-to-suncandy .section-background::after {
        background-size: 320px !important;
    }
    .heading sup {
        font-size: 12px;
        top: -17px;
    }
    .text-block .heading, .site-logo-with-title .title {
        font-size: 38px;
        line-height: 45px;
    }
    .text-block p {
        font-size: 20px;
        line-height: 27px;
    }
    .text-block .small-text {
        font-size: 14px;
        line-height: 21px;
    }
    .welcome-to-suncandy .text-block p {
        font-size: 25px;
        line-height: 32px;
    }
    .welcome-to-suncandy .text-block::after {
        bottom: 2%;
        background-position: top left;
        width: 100%;
        height: 374px;
        left: 4%;
    }
    .clementine_mandarins .section-background::after,
    .cara_cara_oranges .section-background::after,
    .blood_oranges .section-background::after {
        height: 380px;
    }
    .new_horizon .section-background::after {
        height: 314px;
    }
    .new_horizon-items .product-show-case {
        bottom: -20px;
    }
}

@media (max-width: 1199px) {
    .common-section.welcome-to-suncandy .text-block::before {
        bottom: -71px;
        width: 290px;
        height: 312px;
    }

}

@media (max-width: 991px) {
    .common-section.stay_inspired .text-block p {
        max-width: 50%;
        margin-left: auto;
        margin-right: auto;
    }
    .new_horizon-items .product-show-case {
        display: none;
    }
    .growers_network .image-block .image-for-small-device {
        display: flex;
    }
    .new_horizon-items .products-group-show-case {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: -30px;
    }
    .new_horizon-items .products-group-show-case .product img {
        max-width: 500px;
    }
    .common-section.welcome-to-suncandy .text-block::before {
        bottom: -271px;
        width: 250px;
        height: 268px;
    }
    .container {
        width: calc(100% - 60px);
        max-width: calc(100% - 60px);
    }
    .site-logo-with-title .custom-link {
        width: 52px;
        height: 52px;
    }
    .site-logo-with-title .custom-link i {
        font-size: 21px;
    }
    .site-logo-with-title img {
        max-width: 300px;
    }
    .welcome-to-suncandy .section-background::after {
        background-size: 220px !important;
        background-position: 96% 100% !important;
    }
    .welcome-to-suncandy .text-block p {
        font-size: 20px;
        line-height: 27px;
    }
    .welcome-to-suncandy .text-block::after {
        bottom: -118px;
        height: 100%;
        left: 46px;
    }
    .full-height {
        height: auto;
    }
    .common-section.proud_sponsor .section-content .col-lg-7,
    .common-section.cara_cara_oranges .section-content .col-lg-7,
    .common-section.growers_network .section-content .col-lg-7 {
        order: 2;
    }
    .common-section.proud_sponsor .section-content .col-lg-5,
    .common-section.cara_cara_oranges .section-content .col-lg-5,
    .common-section.growers_network .section-content .col-lg-5 {
        order: 1;
    }
    .common-section .text-block {
        margin-bottom: 50px;
    }
    .image-block img {
        max-height: 500px;
        max-width: 100%;
    }
    .clementine_mandarins .text-block,
    .clementine_mandarins .image-block,
    .cara_cara_oranges .text-block,
    .cara_cara_oranges .image-block,
    .blood_oranges .text-block,
    .blood_oranges .image-block {
        bottom: -30px;
    }
    .common-section.welcome-to-suncandy .text-block .heading,
    .common-section.welcome-to-suncandy .text-block p {
        text-align: left;
    }
    .common-section.proud_sponsor .section-content .image-block > img {
        width: 50%;
        margin-bottom: -70px;
        margin-left: 0;
    }
    .proud_sponsor .section-background::after {
        bottom: -50px;
    }
    .proud_sponsor .product-show-case {
        position: absolute;
        bottom: -40px;
        right: 0px;
        width: 70%;
    }
    .common-section,
    .common-section .section-content {
        min-height: auto;
    }
    .common-section.welcome-to-suncandy .section-content {
        padding-bottom: 200px;
    }
    .new_horizon .section-background::after {
        height: 230px;
    }
    .site-footer .copy-rights,
    .site-footer .social-icon,
    .site-footer .contact-us-text {
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center !important;
    }
    .site-footer .social-icon {
        margin: 10px auto;
    }
    .site-footer  p,
    .site-footer  a,
    .site-footer .contact-us-text p {
        text-align: center;
    }
    .clementine_mandarins .image-block img,
    .blood_oranges .image-block img,
    .proud_sponsor .image-block img,
    .cara_cara_oranges .image-block img {
        margin: 0 auto;
    }
    .growers_network .world-bg {
        display: none;
    }
    .common-section.growers_network .text-block {
        margin: 0 0 50px 0;
    }
    .common-section.growers_network .text-block .heading,
    .common-section.growers_network .text-block p {
        text-align: center;
    }
    .clementine_mandarins .section-background::after,
    .cara_cara_oranges .section-background::after,
    .blood_oranges .section-background::after {
        height: 340px;
    }
}

@media (max-width: 768px) {   
    .common-section.stay_inspired .text-block p {
        max-width: 70%;
    } 
    .text-right-align .heading,
    .text-right-align p,
    .text-block .heading,
    .text-block p {
        text-align: center;
    }
    .common-section.proud_sponsor .section-content .image-block > img {
        width: 65%;
        margin-bottom: -70px;
        margin-left: 0;
        height: auto;
        object-fit: contain;
    }
    .proud_sponsor .product-show-case {
        position: absolute;
        bottom: -50px;
        right: 0px;
        width: 65%;
    }
    .common-section .text-block img {
        display: none;
    }
    .title sup {
        font-size: 10px;
        top: -14px;
    }
    .site-top-section .section-background::before, 
    .common-section.stay_inspired .section-background::before {
        background-position: top center !important;
    }
    .site-logo-with-title img {
        max-width: 270px;
    }
}

@media (max-width: 600px) {
    .common-section.new_horizon .text-block p br {
        display: none;
    }
    .new_horizon-items .products-group-show-case {
        margin-bottom: 0;
    }
    .new_horizon-items .products-group-show-case .product img {
        max-width: 300px;
    }
    .common-section.welcome-to-suncandy .section-content {
        padding-bottom: 260px;
    }
    .common-section.welcome-to-suncandy .text-block::before {
        bottom: -316px;
    }
    .common-section.welcome-to-suncandy .text-block p br {
        display: none;
    }
    .welcome-to-suncandy .text-block .heading::before {
        top: 0px;
        left: -14px;
        width: 70px;
        height: 70px;
    }
    .welcome-to-suncandy .text-block::after {
        bottom: -100px;
        height: 200px;
        left: 20px;
        width: 95%;
    }
    .common-section.welcome-to-suncandy .text-block p {
        position: relative;
        z-index: 11;
    }
    .welcome-to-suncandy .text-block .heading {
        padding-left: 25px;
        padding-top: 35px;
    }
    .welcome-to-suncandy .text-block p {
        padding-left: 25px;
    }
    .welcome-to-suncandy .text-block .heading {
        font-size: 40px;
        line-height: 47px;
    }
    .text-block .heading,
    .site-logo-with-title .title {
        font-size: 35px;
        line-height: 42px;
    }
    .clementine_mandarins .section-background::after,
    .cara_cara_oranges .section-background::after,
    .blood_oranges .section-background::after {
        height: 270px;
    }
    .section-content {
        padding: 50px 0;
    }
    .image-block .image-for-large-device {
        display: none;
    }
    .image-block .image-for-small-device {
        display: flex;
    }
    .common-section.proud_sponsor .section-content .image-block > img {
        width: 100%;
        margin-bottom: 0;
        margin-left: 0;
        height: auto;
        object-fit: contain;
    }
    .proud_sponsor .product-show-case {
        bottom: -30px;
        width: 80%;
        right: 0;
        left: 0;
        margin: 0 auto;
    }
    .reach_insta.text-block .heading {
        font-size: 25px;
        line-height: 32px;
    }
    /* .clementine_mandarins .section-background::before,
    .blood_oranges .section-background::before,
    .new_horizon .section-background::before {
        background-size: cover !important;
        background-repeat: repeat-x;
        background-position: top right !important;
    } */
    .clementine_mandarins .section-background::before,
    .blood_oranges .section-background::before,
    .new_horizon .section-background::before {
        background-size: contain !important;
        background-repeat: repeat-x;
        background-position: top right !important;
    }
    /* .proud_sponsor .section-background::before,
    .cara_cara_oranges .section-background::before {  
        background-size: cover !important;      
        background-position: top left !important;
    } */
    .proud_sponsor .section-background::before,
    .cara_cara_oranges .section-background::before {  
        background-size: contain !important;      
        background-position: top left !important;
    }
    .site-logo-with-title img {
        max-width: 250px;
    }
    .site-top-section .section-background::before {
        background-image: url(assets/backgrounds/home-bg-small.png);
    }
    .stay_inspired .section-background::before {
        background-image: url(assets/backgrounds/footer-bg-small.png);
    }
}

@media (max-width: 480px) {
    .common-section.stay_inspired .text-block p {
        max-width: 90%;
    }
    .proud_sponsor .product-show-case {
        width: 100%;
    }
}
/*responsive style*/