/*---------------------------------- Style Genaral Tags  ---------------------*/
html, body
{
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

h1
{
    font-family: 'Fredoka One';
}

p
{
    font-family: 'Playfair Display', serif;
}

hr
{
    border: none;
    height: 1.5px;
    background: #dddddd;
    width: 30%;
}

a
{
    text-decoration: none !important;
    cursor: pointer;
}
/*---------------------------------------- Style the TopSection ----------------------------*/
#TitlePos
{
    padding-top: 20px;
}
#LogoPos
{
    padding-top: 8px;
    padding-bottom: 8px;
}
#ChickenBox
{
    padding-top: 8px;
    padding-bottom: 8px;
}
/*------------------------------------------ Style the navbar -----------------------------*/
.navbar
{
    background-color: #040707 !important;
}

.navbar-brand
{
    color: #ED1C24 !important;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(237,28,36,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

.navbar .navbar-nav li a
{
    color: #fff !important;
    font-size: 17px;
    font-family: 'Roboto', sans-serif; 
}
.navbar .navbar-nav .disabled
{
    color:#ED1C24 !important;
}

.navbar .navbar-nav .nav-link:hover
{ 
    color: #ED1C24 !important;
    padding-bottom: 5px;
}
.custom-toggler.navbar-toggler
{ 
    border-color: #ED1C24 !important; 
}

/*
 .navbar .dropdown-menu
{
    background-color: rgba(0,0,0,0.5) !important;
}
.dropdown-item:hover
{
    background-color: rgba(0,0,0,0.5) !important;
}

.dropdown:hover>.dropdown-menu
{
 display: block;
}
*/

/*---------------------------------- Style the carousel slider  -------------------------------*/
/*.carousel-item
{
    height: 70vh;
}*/

/*------------------------------------- Style the middle Section -------------------------------*/
#WelcomPart
{
    padding: 20px;
}

#WelcomPart h1
{
    font-size: 50px;
    color: #ED1C24;
}

/*--------------------------------- Style the concepts Section -------------------------------------------------*/
#ConceptsSection
{
    background-image: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)), url(Image/OFC-PICTURES/Image-6.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;  
    background-size: cover;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px
}

#ConceptsSection::after 
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 15px;
    display: block;
    background: linear-gradient(-45deg, transparent 33.33%, #fff 33.33%, #fff 66.666%, transparent 66.66%), linear-gradient(45deg,  transparent 33.33%, #fff 33.33%, #fff 66.666%, transparent 66.66%);
    background-size: 20px 60px;
    transform: rotate(180deg);
}

#ConceptsSection::before 
{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15px;
    display: block;
    background: linear-gradient(-45deg, transparent 33.33%, #fff 33.33%, #fff 66.666%, transparent 66.66%), linear-gradient(45deg,  transparent 33.33%, #fff 33.33%, #fff 66.666%, transparent 66.66%);
    background-size: 20px 60px;
}


#textPartH1
{
    font-size: 33px;
    color: #fff;
}
#textPartP
{
    color: #fff;
    text-align: center;
}

/*------------------------------Style the Section with two Pic and texts -------------------------------------------------*/
#TwoImagesAndTextsContainer
{
    padding-top: 25px;
    padding-bottom: 25px;
}
#TextWOF
{
    padding-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    text-align: center;
}
#TextWOF h2
{
    font-family: 'Oranienbaum', serif;
    font-weight: bold;
    font-size: 40px;
}

#OFCSpan
{
    background-color: #ED1C24;
    padding-left: 85px;
    padding-right: 85px;
    color: #fff;
    border-radius: 5px;
    letter-spacing: 2px;
}

#FAMILLYSpan
{
    letter-spacing: 15px;
}

#h3WOFChicken
{
    font-family: 'Tangerine', cursive;
    font-size: 40px;
}

.btn-default
{
    background-color: #ED1C24 !important;
    color: #fff !important;
}
.btn-default:hover
{
    background-color: #fff  !important;
    color: #ED1C24 !important;
    border-color: #ED1C24 !important;
}

#h3BTM
{
    font-family: 'Tangerine', cursive;
    font-size: 55px;
    color: #ED1C24;
}

/*----------------------------------------------------  Style The Franchise Section  ----------------------------------------*/
#FranchiseSection
{
    background-color: #ED1C24 !important;
    text-align: center;
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
    color: #fff;
}

#FranchiseSection::after 
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 15px;
    display: block;
    background: linear-gradient(-45deg, transparent 33.33%, #fff 33.33%, #fff 66.666%, transparent 66.66%), linear-gradient(45deg,  transparent 33.33%, #fff 33.33%, #fff 66.666%, transparent 66.66%);
    background-size: 20px 60px;
    transform: rotate(180deg);
}

/*#FranchiseSection::before 
{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15px;
    display: block;
    background: linear-gradient(-45deg, transparent 33.33%, #fff 33.33%, #fff 66.666%, transparent 66.66%), linear-gradient(45deg,  transparent 33.33%, #fff 33.33%, #fff 66.666%, transparent 66.66%);
    background-size: 20px 60px;
}*/

#btnid1
{
    background-color: #fff;
    color: #ED1C24;
    border-radius: 10px;
}

#btnid1:hover
{
    background-color: #ED1C24  !important;
    color: #fff !important;
    border-color: #fff !important;
}

#FranchiseBg
{
    background-image: url(Image/OFC-PICTURES/Image-3.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;  
    background-size: cover;
    background-position: center;
    height: 65vh;
}

#NosRetaurantRow
{
    background-color: #000 !important;
    text-align: center;
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
    color: #fff;
}

#btnid2
{
    background-color: #fff;
    color: #000;
    border-radius: 10px;
}

#btnid2:hover
{
    background-color: #000  !important;
    color: #fff !important;
    border-color: #fff !important;
}

/* Always set the map height explicitly to define the size of the div
    * element that contains the map. */
#map
{
    height: 85%;
}

/*------------------------------------------------------------  Style Social media Section  -----------------------------------------------*/
/*#SocialMeRow
{
    background-color: #ED1C24 !important;
    text-align: center;
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
    color: #fff;
}*/

/*
#SocialMeRow::before 
{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15px;
    display: block;
    background: linear-gradient(-45deg, transparent 33.33%, #fff 33.33%, #fff 66.666%, transparent 66.66%), linear-gradient(45deg,  transparent 33.33%, #fff 33.33%, #fff 66.666%, transparent 66.66%);
    background-size: 20px 60px;
}
*/

.social a
{
    font-size: 2.5em;
    padding: 1rem;
}

#SocialTitle
{
    font-family: 'Fredoka One';
    font-size: 19px;
    
}

.fa-facebook
{
    color: #3b5998;
}

.fa-instagram
{
    color: #517fa4;
}


.fa-facebook:hover, .fa-instagram:hover
{
    color: #d5d5d5;
}

/*------------------------------------------------ Style The Footer  ---------------------------------------------------------------------*/
footer
{
    background-color: #f2f2f2;
    color: #000;
    padding-top: 1rem;
}

#FooterListsRow
{
    text-align: center;
}

ul
{
    list-style-type: none;
}

ul li
 {
     display: flex;
     color: #000;
 }

/*---------------------------------- Media Queries  -------------------------------*/
@media (max-width: 992px)
{
    /*.social a
    {
        font-size: 4em;
        padding: 2rem;
    }*/
}

@media (max-width: 768px)
{
    /*.social a
    {
        font-size: 2.5em;
        padding: 1.2rem;
    }*/
}
/*------------------------------------------  End  ----------------------------------------*/