/*----------------------------------------------------

This files contents are outlined below.

    1. Imports
    2. Imposts Fonts
    3. Resets Bootstrap
    4. Section Home
    4. Section Products
    5. Section AboutUS
    6. Section Service
    7. Section Contact
    8. Bottom




----------------------------------------------------*/
/*--------------------------------------------------*/
/*----------------------------------------------------
   Imports
--------------------------------------------------*/
@import url('../Bootstrap/css/bootstrap.css');
@import url('https://use.fontawesome.com/releases/v5.8.1/css/all.css');
@import url('HoverMenu.css');
@import url('PignosePopup.css');
/*--------------------------------------------------*/

/*----------------------------------------------------
   Imports Fonsts
--------------------------------------------------*/
@font-face {
    font-family: GibsonRegular;
    src: url("../Fontes/GibsonRegular.ttf") format("truetype");
}

@font-face {
    font-family: GibsonLightRegular;
    src: url("../Fontes/GibsonLightRegular.ttf") format("truetype");
}



/*--------------------------------------------------*/

/*----------------------------------------------------
   Reset Bootstrap
--------------------------------------------------*/

.container-fluid {
    padding-left: 8%;
    padding-right: 8%;
}

.NoPadding {
    padding: 0;
}

@media (max-width: 991.98px) {

    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        padding-right: 5%;
        padding-left: 5%;
    }
}

button:focus {
    outline: 0;
    outline: 0;
}

/*--------------------------------------------------*/

/*----------------------------------------------------
   Section Home
--------------------------------------------------*/
#Home header {
    padding-left: 8%;
    padding-right: 8%;
}

#Home .MenuNav {
    background-color: #ffffff;
    padding: 15px 0;
    min-height: 90px;
}

#Home .MenuNav .nav-item .nav-link {
    text-transform: uppercase;
    font-family: GibsonRegular;
    color: #535353;
    padding-left: 20px;
    letter-spacing: 2px;

}

#Home .MenuNav .nav-item .nav-link:hover {
    text-transform: uppercase;
    color: #535353;

}

#Home video {
    padding-top: 90px;
    max-width: 100%;
}

#Home .navbar-toggler i {
    color: #ed860f;
    font-size: 33px;
    padding: 5px;
}

#Home .navbar-light .navbar-toggler {
    color: rgb(244, 180, 105);
    border-color: rgb(155, 153, 159);
}

#Home .TextIntro {
    padding: 90px 0px;
}

#Home .TextIntro h1 {
    letter-spacing: 1px;
    font-family: GibsonLightRegular;
    text-transform: uppercase;
    text-align: center;
    color: #c6571e;
    font-size: 35px;
    padding-bottom: 15px;
}

#Home .TextIntro p {
    letter-spacing: 2px;
    font-family: GibsonLightRegular;
    text-transform: uppercase;
    text-align: center;
    color: #464646;
    font-size: 16px;
}

#Home .TextIntro p img {

    padding-left: 1%;

    max-width: 130px;
}

@media (max-width: 991.98px) {
    #Home .navbar-collapse {
        padding-top: 5%;
    }
}

@media (max-width: 500px) {
    .LogoMobile {
        max-width: 240px;
    }
}

@media (max-width: 320px) {
    .LogoMobile {
        max-width: 200px;
    }
}

/*--------------------------------------------------*/


/*----------------------------------------------------
       Section Products
--------------------------------------------------*/
#Products{
    padding: 0;
}


#Products .Spaghetti{
    padding: 400px 0px;
    background-image: url("../Img/Products/BCKSPAGHETTI.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#Products .Spaghetti h1{
    font-family:GibsonLightRegular;
    color: #e9b141;
    padding-bottom: 20px;
    letter-spacing: 4px;
    font-size: 40px;
}

#Products .Spaghetti p{
    padding-bottom: 90px;
    font-family:GibsonRegular;
	text-transform: uppercase;
    color: #ffffff;
}

#Products .Nutritional{


}


#Products .Rice{
    padding: 400px 0px;
    background-image: url("../Img/Products/BKCRICE.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#Products .Rice h1{
    font-family:GibsonLightRegular;
    color: #b2492f;
    padding-bottom: 20px;
    letter-spacing: 4px;
    font-size: 40px;
}

#Products .Rice p{
    padding-bottom: 20px;
    font-family:GibsonRegular;
	text-transform: uppercase;
    color: #250401;
}


#Products .Oils{
    padding: 400px 0px;
    background-image: url("../Img/Products/BKCOILS.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#Products .Oils h1{
    font-family:GibsonLightRegular;
    color: #eed152;
    padding-bottom: 20px;
    letter-spacing: 4px;
    font-size: 40px;
}

#Products .Oils p{
    padding-bottom: 20px;
    font-family:GibsonRegular;
	text-transform: uppercase;
    color: #ffffff;
}


#Products .Flour{
    padding: 400px 0px;
    background-image: url("../Img/Products/BKCFLOUR.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#Products .Flour h1{
    font-family:GibsonLightRegular;
    color: #725d50;
    padding-bottom: 20px;
    letter-spacing: 4px;
    font-size: 40px;
}

#Products .Flour p{
    padding-bottom: 20px;
    font-family:GibsonRegular;
	text-transform: uppercase;
    color: #4d4744;
}

#Products .MobileHide{
    display: none;
}



@media (max-width: 991px){

    #Products  .MobileHide{
        display: block;
        width: 96%;
        margin-left: 2%;
        margin-right: 2%;
        margin-bottom: 8%;
    }



    #Products .Spaghetti{

        background-image: none;
        padding: 50px 0px;
       background-color: #1b212f;

    }


    #Products .Rice{
        background-image: none;
        padding: 50px 0px;
        background-color: #cac7bf;
    }



    #Products .Oils{
        background-image: none;
        padding: 50px 0px;
        background-color: #484540;

    }




    #Products .Flour{
        background-image: none;
        padding: 50px 0px;
        background-color: #c5c2b9;

    }

}



/*--------------------------------------------------*/


/*----------------------------------------------------
   Section AboutUS
--------------------------------------------------*/
#AboutUS {
    padding: 90px 0;
    background-color: #e8e8e8;
}

#AboutUS h1 {
    text-transform: uppercase;
    font-family: GibsonLightRegular;
    color: #ed860f;
    font-size: 40px;
    line-height: 40px;
    padding-bottom: 30px;
    padding-top: 40px;
    letter-spacing: 5px;
}

#AboutUS p {
    text-transform: uppercase;
    font-family: GibsonRegular;
    color: #575757;
    font-size: 14px;
    padding-bottom: 15px;
    line-height: 20px;
    letter-spacing: 2px;
}

/*--------------------------------------------------*/

/*----------------------------------------------------
   Section BrandsAndVehicles
--------------------------------------------------*/

#Service {
    padding: 90px 0;
    background-color: #d46e00;
}

#Service h1 {
    font-family: GibsonLightRegular;
    color: #ffffff;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 5px;
    padding-bottom: 30px;
    padding-top: 40px;
}

#Service p {
    font-family: GibsonRegular;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

#Service p.padding {
    font-family: GibsonRegular;

    color: #ffffff;
}

/*--------------------------------------------------*/

/*----------------------------------------------------
   Section Contact
--------------------------------------------------*/
#Contact #GoogleMap {
    min-height: 550px;
}

#Contact .MapContainer {
    position: relative;
}

#Contact .FomrContact {
    position: absolute;
    top: 0;
    background-color: rgba(212, 110, 0, 0.7);
    height: 100%;
    max-width: 600px;
}

#Contact .FomrContact h1 {
    font-family: GibsonRegular;
    color: #ffffff;
    padding: 15px 0px;
    font-size: 35px;
}

#Contact .FomrContact input {
    font-family: GibsonRegular;
    border-radius: 50px;
    margin-bottom: 15px;
    color: #a0a0a0;
}

#Contact .FomrContact textarea {
    font-family: GibsonRegular;
    color: #a0a0a0;
    border-radius: 20px;
    margin-bottom: 15px;
    margin-top: 15px;
}

#Contact ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #a0a0a0;
}

#Contact ::-moz-placeholder { /* Firefox 19+ */
    color: #a0a0a0;
}

#Contact :-ms-input-placeholder { /* IE 10+ */

    color: #a0a0a0;
}

#Contact :-moz-placeholder { /* Firefox 18- */

    color: #a0a0a0;
}

#Contact .FomrContact button {
    font-family: GibsonRegular;
    text-transform: uppercase;
    background-color: rgba(212, 110, 0, 1);
    width: 100%;
    border: 0;
    padding: 10px 0;
    border-radius: 50px;
    color: #ffff;
}

#Contact .FomrContact h2 {
    text-align: center;
    font-family: GibsonRegular;
    color: #ffffff;
    padding: 25px 2px;
    font-size: 18px;

}

@media (max-width: 991px) {
    #Contact .FomrContact {
        height: 100%;
        max-width: 100%;

    }

    #Contact .FomrContact h1 {
        font-size: 30px;
    }

    #Contact .FomrContact h2 {
        font-size: 18px;
    }

}

@media (max-width: 767px) {
    #Contact .FomrContact {
        max-width: 90%;
        margin-left: 5%;

    }

    #Contact .FomrContact h1 {
        font-size: 30px;
    }

    #Contact .FomrContact h2 {
        font-size: 18px;
    }

}

/*--------------------------------------------------*/

/*----------------------------------------------------
   Section Bottom
--------------------------------------------------*/
#Bottom {
    background-color: #454545;
    padding: 20px 0px;

}

#Bottom ul {
    margin: 0;
    padding: 37px 0px;
    display: block;
    text-align: right;
}

#Bottom .nav-item .nav-link {
    text-transform: uppercase;
    font-family: GibsonRegular;
    color: #fefefe;
    padding-left: 30px;
    text-align: right;
    letter-spacing: 2px;

}

#Bottom .nav-item .nav-link:hover {
    text-transform: uppercase;
    font-family: GibsonRegular;
    color: #fefefe;
}

@media (max-width: 1030px) {
    #Bottom .nav-item .nav-link {
        padding-left: 10px;
    }
}

@media (max-width: 991px) {

    #Bottom ul {
        text-align: left;
    }

    #Bottom .nav-item .nav-link {
        padding-left: 0;
    }

}

/*--------------------------------------------------*/