* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

/**
 * utility classes
 */
.no-padding {
    padding: 0 !important;
}

.full-page-navigation {
    padding: 10rem 1rem;
    width: 100%;
    max-height: 900px;
    height: 100vh;
    background: url(../img/1.jpg) center center no-repeat;
    background-size: cover;
}

.center-it {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.title {
    color: white;
    font-weight: bold;
    font-size: 1.9em;
}

.content p {
    color: #F5F5F5;
    font-size: 1.7em;
    text-align: center;
}

.action .btn {
    font-size: 1.4em;
    padding: .5em 1.6em;
    background-color: #e7a247;
    border-color: #e7a247;
    margin-top: 1rem;
}

.introduction {
    position: relative;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.introduction .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

._info_title {
    font-family: 'Courgette', cursive;
    font-size: 1.9em;
    color: #f49930;
    font-weight: bold;
    padding-top: .5rem;
    padding-bottom: .5rem;
    text-align: center;
    width: 100%;
}

._info_desc {
    font-size: 1.3em;
    text-align: center;
    min-width: 200px;
    padding: 3rem 1rem;
    color: #2e3134;
}

.info {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.info.first {
    -webkit-box-flex: 4;
    -ms-flex: 4;
    flex: 4;
}

.info.second {
    -webkit-box-flex: 5;
    -ms-flex: 5;
    flex: 5;
}

.info-img-container {
    max-width: 800px;
    min-width: 300px;
}

.info-img-container img {
    width: 100%;
    -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.3);
    border-radius: .25rem !important;
}

.farm-gallery {
    background-color: #EC7E1B;
    padding-top: 1rem;
    padding-bottom: 2rem;
    color: white;
}

.__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    text-align: center;
}

.__header-title {
    font-weight: bold;
    font-size: 1.9em;
    padding: 1rem;
}

.__header-des {
    font-size: 1.5em;
    padding: 1.5rem;
}

.img-container {
    max-width: 900px;
}

.__slider .img-container img {
    width: 100%;
    -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.3);
}

.__slider {
    padding-top: 1rem;
}

.process .container {
    padding-top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.process .img-container {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
    width: 65vw;
}

.process .img-container svg {
    width: 100%;
    opacity: 0;
}

.__header_title {
    font-weight: bold;
    font-size: 1.9em;
    text-align: center;
    padding: 2rem;
    text-transform: uppercase;
}

.__header_description {
    font-size: 1.5em;
    text-align: center;
    padding: 1rem;
    color: #EC7E1B;
}

.brands {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #EC7E1B;
}

.brands h1 {
    font-weight: bold;
    text-align: center;
    color: white;
    padding-bottom: 2rem;
    text-transform: capitalize;
}

img.__brand {
    -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.3);
    border-radius: .35rem;
    opacity: 0;
}

.brands .col-md-12,
.brands .col-md-6 {
    padding: 1rem;
}

.quality h1 {
    font-weight: bold;
    text-align: center;
    padding-bottom: 2rem;
    text-transform: capitalize;
}

.quality .description {
    font-size: 1.5em;
    text-align: center;
    font-weight: 400;
    padding-bottom: 1rem;
}

.quality .pad {
    padding: 2rem 0;
}

.quality .col-md-4 {
    text-align: center;
    padding-top: 1.7rem;
}

.__slider {
    position: relative;
}

.dimmer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 100;
}

.container-fluid {
    position: relative;
}

.container-fluid .__header {
    color: white;
    position: absolute;
    max-width: 80%;
    z-index: 110;
    bottom: 3rem;
    left: 2rem;
    text-align: left;
}

footer.footer {
    background-color: #fcc255;
}

footer.footer span.copyright {
    color: white;
}

.reach {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #EC7E1B;
}

.reach .__title {
    font-size: 3rem;
    color: white;
    text-align: center;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 2rem;
}

.reach .__desc {
    color: white;
    font-size: 1.5rem;
    text-align: center;
    padding-bottom: 1rem;
}

.reach .img-container img {
    max-width: 100%;
    -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.3);
    border-radius: .25rem !important;
}

.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.social a {
    padding: .5rem;
}

.contact {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

#sendButton {
    background-color: #EC7E1B;
    border-color: #EC7E1B;
}

.action {
    padding: 1.5rem;
}

/**
 * media queries
 */

/* Large breakpoint */
@media screen and (max-width: 1120px) {
    .social-parent {
        width: 100%;
    }
}

/* Small breakpoint */
@media screen and (max-width: 600px) {
    h1 {
        font-size: 2em;
    }

    .process .img-container {
        width: 90vw;
    }

    .__contact {
        text-align: center;
    }

    .__contact::after {
        display: none;

    }

}

@media screen and (max-width: 800px){
    h1.upper-text {
        top: 20%;
        left: 50%;
        -webkit-transform: translate(-50%, -20%);
        transform: translate(-50%, -20%);
        font-size: 1.7rem;
    }

    p.lower-text {
        top: 60%;
        left: 50%;
        -webkit-transform: translate(-50%, -60%);
        transform: translate(-50%, -60%);
        font-size: 1.15rem;
    }
}


@media screen  and (max-width: 980px) {
    #full-right {
        position: relative;
    }

    #full-right img {
        width: 100%;
        max-width: 100%;
    }
}

@media screen  and (min-width: 980px) {
    #full-right {
        position: absolute;
        top: 0;
        left: 50%;
        right: 0;
        bottom: 0;
    }

    h1.upper-text {
        top: 30%;
        left: 50%;
        -webkit-transform: translate(-50%, -30%);
        transform: translate(-50%, -30%);
        font-size: 1.8rem;
    }

    p.lower-text {
        top: 60%;
        left: 50%;
        -webkit-transform: translate(-50%, -60%);
        transform: translate(-50%, -60%);
    }

    #full-right img {
        height: 100%;
        width: auto;
        max-width: 100%;
    }
}

.production-modal {
    position: fixed;
    z-index: -1;
    opacity: 0;
    top: 3rem;
    bottom: 3rem;
    left: 3rem;
    right: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: white;
    color: black;
    -webkit-box-shadow: 0 0 0 8em rgba(236, 126, 27, .5);
    box-shadow: 0 0 0 8em rgba(236, 126, 27, .5);
    border-radius: .30rem;
}

.production-modal img {
    max-width: 100%;
    min-width: 150px;
}

#dismiss {
    background-color: white;
    outline: none;
    position: fixed;
    top: -.5rem;
    left: -.5rem;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    padding: 4px 0;
    cursor: pointer;
}

#dismiss svg {
    width: 1rem;
    height: 1rem;
}

.btn.smaller-font {
    font-size: 1em;
}

.btn.btn-youtube {
    background-color: #ff493d;
    border-color: #ff493d;
}

.packaging-house {
    opacity: 0;
    position: relative;
}

.animated {
    opacity: 0;
}

.packaging {
    position: relative;
}

.lower-text {
    font-family: 'Dancing Script', cursive;
    position: absolute;
    z-index: 100;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
    width: 70%;
    text-align: center;
    color: white;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

.upper-text {
    position: absolute;
    z-index: 100;
    top: 30%;
    left: 50%;
    -webkit-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
    width: 80%;
    text-align: center;
    color: white;
    font-size: 3rem;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

#lemon {
    font-weight: 200;
    font-size: .8em;
    color: #EC7E1B;
    -webkit-animation: heathing 1s ease infinite;
    animation: heathing 1s ease infinite;
}

.animated.delay-1 {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

.animated.delay-1 {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
}

.__contact {
    padding-top: 1rem;
    position: relative;
    padding-left: 2rem;
}

.mail, .phone, .address {
    padding: 1rem 0;
}

.contact-header {
    font-weight: 500;
}

.contact-mail {
    padding-top: 1rem;
}

.contact-mail a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}

.__contact::after {
    content: '';
    position: absolute;
    top: 25%;
    bottom: 25%;
    left: 0;
    right: calc(100% - 1px);
    background-color: #fcc255;
}

.__contact h4 {
    margin: 0;
    color: #fcc255;
    font-weight: normal;
}

.pdr {
    padding-right: 2rem;
}

#china, #to-china, #russia,
#to-russia, #europe, #to-europe,
#gulf, #to-gulf, #canada, #to-canada,
#africa, #to-africa, #map, #elhellaoui {
    opacity: 0;
    -webkit-transition: all 3.4s ease;
    transition: all 3.4s ease;
}

#to-europe, #to-china {
    fill: #ced3d9;
}

#to-canada-shadow, #to-stuff {
    display: none;
}

.serif-text {
    font-family: 'Courgette', cursive;
}

@media screen and (max-width: 500px){
    h2.production-title {
        font-size: 1.3rem;
    }
    .production-modal {
        left: 1rem;
        right: 1rem;
        bottom: 1rem;
        top: 1rem;
    }
    .dropbtn {
        padding: 7px;
        font-size: 13px;
        border-radius: .25rem;
    }
}
@media screen and (min-width: 600px) {
     .dropbtn {
        padding: 7px;
        font-size: 13px;
        border-radius: .25rem;
    }
}
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown:hover .dropdown-content {
    display: block;
}
.dropbtn {
    background-color: #e6975f;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
  background-color: #ddd;
}
/*
* overrides of the fonts and some spacing adjustments
*/

.dropbtn {
    margin-top:  .60rem !important;
}
