FoodeX

Documentation

SUPPORT: TemplateMonster Author Profile

Thank you for purchasing FoodeX - HTML Web Template.


If you have any problem with this product, be free to check for support on my TemplateMonster Author Profile (Oxygen Themes). Also, if you have a problem to change this template, contact me, and I will do that for you. I worked hard to provide the best and newest features in this template. FoodeX is template particularly crafted for Restaurants & Food Delivery Companies.

01

Instructions

How to use this documentation?

There are fourteen sections in this documentation. Half of them contain information, which relates to instructions about how to use this documentation, installation instructions, licensing information, information about images and typography, info about available versions and info about files structure. In Code Structure you can find out more about structure of the code. One section contain information about support if there emerge any problem with this product, two sections give instructions how to change this template, one section give information about credits for this template, and one section give information about required tools to work with this template. The longest sections relate to HTML and SCSS files, where you can find about how to change text and images in the template. In SCSS section you can find more about how to install SCSS extension in Visual Studio Code, to apply different colors on this template, to apply different fonts. Finally, you can find how to work with variables. For more serious change of styling you are free to look for help and support. Finally, very important part of this documentation is PhP section, where user can find more about how to setup communication through contact form.

HTML Section

To go to HTML section, please click on HTML option on navbar. In this section, there are headings for each HTML file (blogFour.html, blogOne.html, blogThree.html, blogTwo.html). Also, there are smaller headings about code function (description, keywords, browser bar image, etc.). On the bottom image you can see how it looks in HTML section. On the top of the image you can see "Section Header" heading, and it shows which part of the template you can change. Blue rectangles mark areas where you can make changes of the template. On the bottom you can find "Show Code" button where you can see code which you have to change to modify Section Header - Logo (in this example).
Example Image

SCSS Section

To go to SCSS section, please click on SCSS option on navbar. In this section you can find more about how to style your template in SCSS.

HTML Editor

To change HTML files you need to install HTML editor (for example - Atom, Komodo Edit, Visual Studio Code, Brackets).
Atom download link: https://atom.io/
Komodo Edit download link: https://www.activestate.com/products/komodo-ide/downloads/edit/
Visual Studio Code download link: https://code.visualstudio.com/
Brackets download link: http://brackets.io/
Find out more info about installation of the Atom Editor on the following link:
https://www.youtube.com/watch?v=2qyH3hQ47zE

Compile SCSS

If you want to use SCSS files, you need to convert SCSS to CSS code.
If you need quality and stable HTML/SCSS editor, with appropriate conversion tool, use Visual Studio Code with "Live Sass Compiler" extension.
Easy installation instructions for this compiler, you can find on the following link:
https://www.youtube.com/watch?v=cpbN0YAW44g

02

Installation

Zip File

After download FoodeX - HTML Web Template, and unpacking zip file you get the following folders:
Zip

Install - Server and FTP Upload

To install Scientis - HTML Web Template you can use two methods:
1. Upload files to the server using cPanel (cPanel provide to you your hosting provider)
C-panel
To upload files to the server:

- Log in to your account (hosting),
- Upload your choosen template version to the server - ZIP file (all versions can be found in "Versions" folder).
- Unzip files in following folder on server: public_html
- You are ready to go.
2. Upload files to the server using some ftp client (for example - FileZilla).
FileZilla website: https://filezilla-project.org/

FZ
Please, download the newest FileZilla version.
For more info how to upload your website/template on the server, check these links:
https://www.hostinger.com/tutorials/website/how-to-upload-your-website
https://www.youtube.com/watch?v=y-_BPfKclh8

Install - GitHub

Along with classic and FTP installation methods, you can install FoodeX template on GitHub.
https://github.com/
GitHub

03

Licensing

TemplateMonster offers licenses by product types. In section "Website Templates and Themes Licenses", there are following licenses: Personal, Commercial and Business. Also TM provides and FAQ's about any of these three types of licenses.
To find out more about TemplateMonster licensing options, please follow these links:
https://www.templatemonster.com/licenses/
https://www.templatemonster.com/licenses/website-templates/

04

Images

Template images aren't included in this package. It's only there for preview purposes. Instead, there are appropriate image placeholders with sizes in pixels.
To change image you need to take a care about image names. Image name need to be same in the folder (Images), but also and inside code. For example: Graphic.png (Images folder), src = "Images/Graphic.png" (code). You only need to replace placeholders with real images, and that's easy like that.

05

Typography

There are seven fonts in this package. All of these are carefully balanced to provide modern visual effect. These fonts you can find in "Fonts" folder.
Fonts Package: Dancing Script, Maven Pro, Oswald, Oxygen, Patua One, Playball, Work Sans.

06

Versions

There are sixteen versions in this package: Animati, Chocolate, Dark Chocolate, Draw, Glass, Light, Mint, Mover, Press, Shader, Styler, Sunlight, Tight, Typo, Typo Dark, Vanilla.
Each of these versions, have its unique style elements. There are different types of styles: several types of backgrounds, two sets of fonts, etc.

07

Files Structure

Files Structure

08

Code Structure

Folders and code (Mover Version).
Code Structure

09

HTML

In each version you can find HTML folder where are located HTML files (except index.html). These files are very important because there you can make changes, which relates to this web template. Actually, text and images are replaced inside HTML files (except background images). Also, each HTML file has the Table of Contents for your easier orientation.

Version - Mover

index.html

Description

Code Line: 11
            
                <meta name = "description" content = "FoodeX is a high quality HTML web template, which is tailored for restaurants and food delivery companies.">
            
        

Keywords

Code Line: 13
            
                <meta name = "Blog, Bootstrap, Delivery, Food, Modern, Responsive, Restaurants, Taste">
            
        

Browser Bar Image

Code Line: 19
Browser Image
            
                <link rel = "icon" type = "image/png" href = "Images/titleBar/Foodex.png">
            
        

Browser Title Text

Code Lines: 32-34
Title
            
                <title>
                    FoodeX - Taste for the Future
                </title>
            
        

Loader, Spinner (Pizza)

Code Lines: 863-869
Loader
            
                <!-- HTML Loader -->
                <div class = "align-items-center d-flex htmlLoader justify-content-center">
                    <div class = "align-items-center container d-flex justify-content-center">
                        <!-- Shapes, Rings -->
                        <div class = "ring">
                        </div>
                        <div class = "ring">
                        </div>
                        <div class = "ring">
                        </div>
                        <!-- Text, Scientis -->
                        <span class = "scientisText">
                            Scientis
                        </span>
                    </div>
                </div>
            
        

Loader, Text

Code Lines: 871-875
Loader, Text
            
                <div class = "d-flex justify-content-center mb-0 ml-0 mr-0 p-0 text">
                    <h4 class = "d-inline-block m-0 p-0">
                        Loading...
                    </h4>
                </div>
            
        

Header - Logo

Code Line: 897
Header, Logo
            
                <img class = "img-fluid" src = "Images/Header/Logo.png" alt = "Logo">
            
        

Header - Navbar, Text, Img, Button

Code Line: 900-1052
Header
            
                            <!-- Navbar -->
                                <div class = "col-xxl-4 d-flex justify-content-xxl-center m-0 navbar order-1 order-xxl-2 p-0">
                                    <!-- Link -->
                                    <a class = "m-0 navbarOptionHome option p-0" href = "#header">
                                        <div class = "d-flex iconContainer justify-content-center m-0 p-0">
                                            <i class = "fa-solid fa-house icon iconHome" id = "home">
                                            </i>
                                        </div>
                                        <h5>
                                            HOME
                                        </h5>
                                    </a>
                                    <!-- Link -->
                                    <a class = "mb-0 mr-0 mt-0 navbarOptionAbout option p-0" href = "#aboutAnchor">
                                        <div class = "d-flex iconContainer justify-content-center m-0 p-0">
                                            <i class = "fa-solid fa-circle-info icon iconAbout">
                                            </i>
                                        </div>
                                        <h5>
                                            ABOUT
                                        </h5>
                                    </a>
                                    <!-- Link -->
                                    <a class = "mb-0 mr-0 mt-0 navbarOptionMenus option p-0" href = "#menusAnchor">
                                        <div class = "d-flex iconContainer justify-content-center m-0 p-0">
                                            <i class = "fa-solid fa-book-open icon iconMenus">
                                            </i>
                                        </div>
                                        <h5>
                                            MENUS
                                        </h5>
                                    </a>
                                    <!-- Link -->
                                    <a class = "mb-0 mr-0 mt-0 navbarOptionGallery option p-0" href = "#galleryAnchor">
                                        <div class = "d-flex iconContainer justify-content-center m-0 p-0">
                                            <i class = "fa-solid fa-images icon iconGallery">
                                            </i>
                                        </div>
                                        <h5>
                                            GALLERY
                                        </h5>
                                    </a>
                                    <!-- Link -->
                                    <a class = "mb-0 mr-0 mt-0 navbarOptionBlog option p-0" href = "#blogAnchor">
                                        <div class = "d-flex iconContainer justify-content-center m-0 p-0">
                                            <i class = "fa-solid fa-file-lines icon iconBlog">
                                            </i>
                                        </div>
                                        <h5>
                                            BLOG
                                        </h5>
                                    </a>
                                    <!-- Link -->
                                    <a class = "mb-0 mr-0 mt-0 navbarOptionContact option p-0" href = "#contactAnchor">
                                        <div class = "d-flex iconContainer justify-content-center m-0 p-0">
                                            <i class = "fa-solid fa-phone icon iconContact">
                                            </i>
                                        </div>
                                        <h5>
                                            CONTACT
                                        </h5>
                                    </a>
                                    <!-- Chocolate Menu -->
                                    <div class = "menuChocolate">
                                        <i class = "bx bxs-grid open">
                                        </i>
                                        <i class = "bx bx-x close">
                                        </i>
                                    </div>
                                </div>
                                <!-- Cart -->
                                <div class = "align-items-center cart col-xxl-4 d-flex justify-content-end m-0 order-3 order-xxl-3 p-0">
                                    <div class = "cartArea">
                                        <a class = "imgContainer" href = "#">
                                            <lord-icon class = "cartIcon" colors = "primary:#ffffff,secondary:#848484" src = "https://cdn.lordicon.com/slkvcfos.json" trigger="hover">
                                            </lord-icon>
                                        </a>
                                        <div class = "cartNumber">
                                            <div class = "align-items-center d-flex ellipse justify-content-center m-0 p-0">
                                                <h6 class = "cartNum m-0 p-0">
                                                    0
                                                </h6>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                        <!-- Middle Area - Text -->
                        <div class = "m-0 middle p-0">
                            <div class = "info">
                                <h3>
                                    TRY THE NEW EXPERIENCE OF
                                </h3>
                                <div class = "bottomTextContainer d-flex justify-content-center m-0 p-0">
                                    <h1 class = "animate__animated animate__backInLeft d-inline-block m-0 p-0">
                                        Taste
                                    </h1>
                                </div>
                            </div>
                        </div>
                        <!-- Button - Learn More -->
                        <div class = "bottom d-flex justify-content-center m-0 p-0">
                            <div class = "hamburgerButton m-0 p-0">
                                <img class = "img-fluid" src = "Images/Header/Hamburger.png" alt = "Hamburger">
                                <div class = "buttonArea m-0 p-0" onclick = "window.location = '#';">
                                    <div class = "align-items-center buttonInside d-flex justify-content-center m-0 p-0" onclick = "window.location = '#';">
                                        <h6 class = "m-0 p-0">
                                            LEARN MORE
                                        </h6>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                    <!-- Menu for Mobile Devices -->
                    <div class = "d-block d-xxl-none m-0 mobileMenu p-0">
                        <div class = "align-items-center d-flex justify-content-center m-0 mobileContainer p-0">
                            <ul class = "m-0 p-0">
                                <li class = "mobileLink p-0">
                                    <a class = "m-0 p-0" href = "#homeAnchor">
                                        HOME
                                    </a>
                                </li>
                                <li class = "mobileLink p-0">
                                    <a class = "m-0 p-0" href = "#aboutAnchor">
                                        ABOUT
                                    </a>
                                </li>
                                <li class = "mobileLink p-0">
                                    <a class = "m-0 p-0" href = "#menusAnchor">
                                        MENUS
                                    </a>
                                </li>
                                <li class = "mobileLink p-0">
                                    <a class = "m-0 p-0" href = "#galleryAnchor">
                                        GALLERY
                                    </a>
                                </li>
                                <li class = "mobileLink p-0">
                                    <a class = "m-0 p-0" href = "#blogAnchor">
                                        BLOG
                                    </a>
                                </li>
                                <li class = "mobileLink p-0">
                                    <a class = "m-0 p-0" href = "#contactAnchor">
                                        CONTACT
                                    </a>
                                </li>
                            </ul>
                        </div>
                    </div>
                </header>
            
        

About, Images

Code Lines: 1062-1065
About, Images
            
                <div class = "col-12 col-xxl-6 d-flex foodImages justify-content-center justify-content-xxl-start mb-0 ml-0 mr-0 m-xxl-0 order-2 order-xxl-1 p-0">
                    <img class = "img-fluid" src = "Images/About/iceCreams.png" alt = "Ice Creams">
                    <img class = "img-fluid" src = "Images/About/Cake.png" alt = "Cake">
                </div>
            
        

About - Shape, Choose, Info

Code Lines: 1066-1233
About
            
                                <!-- Black Shape and Text -->
                                <div class = "aboutUs col-12 col-xxl-6 d-flex justify-content-center justify-content-xxl-end m-0 order-1 order-xxl-2 p-0">
                                    <div class = "align-items-center d-flex justify-content-center m-0 p-0 shape">
                                        <div class = "info m-0 p-0">
                                            <div class = "d-flex justify-content-center textAbout">
                                                <h2 class = "m-0 p-0">
                                                    About Us
                                                </h2>
                                            </div>
                                            <div class = "d-flex justify-content-center textSuccess">
                                                <h2 class = "m-0 p-0">
                                                    OUR SUCCESS
                                                </h2>
                                            </div>
                                            <div class = "d-flex justify-content-center lineArea">
                                                <div class = "line">
                                                </div>
                                            </div>
                                            <div class = "d-flex justify-content-center text">
                                                <h4>
                                                    For several decades we work hard, to bring the most quality food on your table. Our mission for the future is to create delicious taste for every our visitor. 
                                                </h4>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                        <!-- Why to Choose Us -->
                        <div class = "mb-0 middle ml-0 mr-0 p-0">
                            <div class = "d-flex heading justify-content-center m-0 p-0">
                                <h2 class = "m-0 p-0">
                                    Why to Choose Us
                                </h2>
                            </div>
                            <div class = "d-flex justify-content-center lineArea">
                                <div class = "line">
                                </div>
                            </div>
                            <div class = "mb-0 ml-0 mr-0 p-0 products row">
                                <!-- First Product -->
                                <div class = "col-xxl-4 m-0 p-0 product">
                                    <div class = "d-flex imgContainer justify-content-center m-0 p-0">
                                        <img class = "hotDog img-fluid" src = "Images/About/hotDog.png" alt = "Hot Dog">
                                    </div>
                                    <div class = "d-flex justify-content-center mb-0 ml-0 mr-0 p-0 textContainer">
                                        <h2 class = "d-inline-block m-0 p-0">
                                            DELICIOUS HOT DOGS
                                        </h2>
                                    </div>
                                    <div class = "d-flex justify-content-center mb-0 ml-0 mr-0 p-0 textContainerBottom">
                                        <h3 class = "d-inline-block m-0 p-0 text-center">
                                            Our Restaurant is known by the best hot dog in the city. Visit us and test our words.
                                        </h3>
                                    </div>
                                </div>
                                <!-- Second Product -->
                                <div class = "col-xxl-4 m-xxl-0 p-0 product">
                                    <div class = "d-flex imgContainer justify-content-center m-0 p-0">
                                        <img class = "fries img-fluid" src = "Images/About/Fries.png" alt = "Fries">
                                    </div>
                                    <div class = "d-flex justify-content-center mb-0 ml-0 mr-0 p-0 textContainer">
                                        <h2 class = "d-inline-block m-0 p-0">
                                            TOP CLASS FRIES
                                        </h2>
                                    </div>
                                    <div class = "d-flex justify-content-center mb-0 ml-0 mr-0 p-0 textContainerBottom">
                                        <h3 class = "d-inline-block m-0 p-0 text-center">
                                            Give chance to our fries, and you will always back again. Combine them with ketchup.
                                        </h3>
                                    </div>
                                </div>
                                <!-- Third Product -->
                                <div class = "col-xxl-4 m-xxl-0 p-0 product">
                                    <div class = "d-flex imgContainer justify-content-center m-0 p-0">
                                        <img class = "drinks img-fluid" src = "Images/About/Drinks.png" alt = "Drinks">
                                    </div>
                                    <div class = "d-flex justify-content-center mb-0 ml-0 mr-0 p-0 textContainer">
                                        <h2 class = "d-inline-block m-0 p-0">
                                            FRESHY DRINKS
                                        </h2>
                                    </div>
                                    <div class = "d-flex justify-content-center mb-0 ml-0 mr-0 p-0 textContainerBottom">
                                        <h3 class = "d-inline-block m-0 p-0 text-center">
                                            For every occasion - enjoy in our drinks, fresh yourself and choose your flavour.
                                        </h3>
                                    </div>
                                </div>
                            </div>
                        </div>
                        <div class = "bottom mb-0 ml-0 mr-0 p-0">
                            <div class = "info m-0 p-0 row">
                                <!-- Info Track 1 -->
                                <div class = "block col-xxl-4 d-flex justify-content-center justify-content-xxl-start ml-0 mr-0 p-0">
                                    <div class = "align-items-center d-flex iconTextContainer justify-content-center leftIconTextContainer m-0 p-0">
                                        <div class = "iconText m-0 p-0">
                                            <div class = "d-flex iconArea justify-content-center">
                                                <div class = "iconContainer m-0 p-0">
                                                    <i class = "fa-solid fa-user-group icon">
                                                    </i>
                                                </div>
                                            </div>
                                            <div class = "d-flex justify-content-center mb-0 ml-0 mr-0 p-0 textContainer">
                                                <h2 class = "m-0 p-0">
                                                    500+
                                                </h2>
                                            </div>
                                            <div class = "d-flex justify-content-center mb-0 ml-0 mr-0 p-0 textContainerBottom">
                                                <h2 class = "m-0 p-0">
                                                    DAILY VISITS
                                                </h2>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                                <!-- Info Track 2 -->
                                <div class = "block col-xxl-4 d-flex justify-content-center ml-0 mr-0 middleBlock p-0">
                                    <div class = "align-items-center d-flex iconTextContainer justify-content-center ml-0 mr-0 middleIconTextContainer p-0">
                                        <div class = "iconText m-0 p-0">
                                            <div class = "d-flex iconArea justify-content-center">
                                                <div class = "d-flex iconContainer justify-content-center m-0 p-0">
                                                    <i class = "fa-solid fa-cake-candles icon">
                                                    </i>
                                                </div>
                                            </div>
                                            <div class = "d-flex justify-content-center mb-0 ml-0 mr-0 p-0 textContainer">
                                                <h2 class = "m-0 p-0">
                                                    50+
                                                </h2>
                                            </div>
                                            <div class = "d-flex justify-content-center mb-0 ml-0 mr-0 p-0 textContainerBottom">
                                                <h2 class = "m-0 p-0">
                                                    TYPES OF CAKES
                                                </h2>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                                <!-- Info Track 3 -->
                                <div class = "block col-xxl-4 d-flex justify-content-center justify-content-xxl-end ml-0 mr-0 p-0">
                                    <div class = "align-items-center d-flex iconTextContainer justify-content-center m-0 p-0 rightIconTextContainer">
                                        <div class = "iconText m-0 p-0">
                                            <div class = "d-flex iconArea justify-content-center">
                                                <div class = "d-flex iconContainer justify-content-center m-0 p-0">
                                                    <i class = "fa-solid fa-clock-rotate-left icon">
                                                    </i>
                                                </div>
                                            </div>
                                            <div class = "d-flex justify-content-center mb-0 ml-0 mr-0 p-0 textContainer">
                                                <h2 class = "m-0 p-0">
                                                    100+
                                                </h2>
                                            </div>
                                            <div class = "d-flex justify-content-center mb-0 ml-0 mr-0 p-0 textContainerBottom">
                                                <h2 class = "firstText m-0 p-0">
                                                    YEARS OF TRADITION
                                                </h2>
                                                <h2 class = "m-0 p-0 secondText">
                                                    YEARS OF TRAD.
                                                </h2>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </section>
            
        

Menus - Heading

Code Lines: 1241-1245
Menus, Heading
            
                <div class = "d-flex heading justify-content-center justify-content-xxl-start">
                    <h2>
                        Menus
                    </h2>
                </div>
            
        

Menus - Menu, Products

Code Lines: 1247-1839
Menus, First
Menus, Second
Menus, Third
Menus, Fourth
Menus, Fifth
            
                        <div class = "mb-0 middle ml-0 mr-0 p-0">
                            <div class = "blocks m-0 p-0 row">
                                <!-- Option - Fast Food -->
                                <div class = "block blockOne col-xxl m-0 p-0">
                                    <div class = "align-items-center d-flex h-100 justify-content-center">
                                        <div class = "imgText m-0 p-0">
                                            <div class = "d-flex justify-content-center imgArea">
                                                <img class = "blockOneImg img-fluid" src = "Images/Menus/fastFood.png" alt = "Fast Food">
                                            </div>
                                            <div class = "d-flex justify-content-center mb-0 ml-0 mr-0 p-0 textArea">
                                                <h4 class = "d-inline-block m-0 p-0 text-center">
                                                    FAST FOOD
                                                </h4>
                                            </div>
                                        </div>
                                    </div>
                                    <div class = "m-0 p-0 triangle triangleOne">
                                    </div>
                                </div>
                                <!-- Option - Drinks -->
                                <div class = "block blockTwo col-xxl mb-0 mt-0 p-0">
                                    <div class = "align-items-center d-flex h-100 justify-content-center">
                                        <div class = "imgText m-0 p-0">
                                            <div class = "d-flex justify-content-center imgArea">
                                                <img class = "img-fluid" src = "Images/Menus/Drinks.png" alt = "Drinks">
                                            </div>
                                            <div class = "d-flex justify-content-center mb-0 ml-0 mr-0 p-0 textArea">
                                                <h4 class = "d-inline-block m-0 p-0 text-center">
                                                    DRINKS
                                                </h4>
                                            </div>
                                        </div>
                                    </div>
                                    <div class = "m-0 p-0 triangle triangleTwo">
                                    </div>
                                </div>
                                <!-- Option - Desserts -->
                                <div class = "block blockThree col-xxl mb-0 ml-0 mt-0 p-0">
                                    <div class = "align-items-center d-flex h-100 justify-content-center">
                                        <div class = "imgText m-0 p-0">
                                            <div class = "d-flex justify-content-center imgArea">
                                                <img class = "img-fluid" src = "Images/Menus/Desserts.png" alt = "Desserts">
                                            </div>
                                            <div class = "d-flex justify-content-center mb-0 ml-0 mr-0 p-0 textArea">
                                                <h4 class = "d-inline-block m-0 p-0 text-center">
                                                    DESSERTS
                                                </h4>
                                            </div>
                                        </div>
                                    </div>
                                    <div class = "m-0 p-0 triangle triangleThree">
                                    </div>
                                </div>
                                <!-- Option - Pizza -->
                                <div class = "block blockFour col-xxl mb-0 ml-0 mt-0 p-0">
                                    <div class = "align-items-center d-flex h-100 justify-content-center">
                                        <div class = "imgText m-0 p-0">
                                            <div class = "d-flex justify-content-center imgArea">
                                                <img class = "img-fluid" src = "Images/Menus/Pizzas.png" alt = "Pizzas">
                                            </div>
                                            <div class = "d-flex justify-content-center mb-0 ml-0 mr-0 p-0 textArea">
                                                <h4 class = "d-inline-block m-0 p-0 text-center">
                                                    PIZZA
                                                </h4>
                                            </div>
                                        </div>
                                    </div>
                                    <div class = "m-0 p-0 triangle triangleFour">
                                    </div>
                                </div>
                                <!-- Option - Chicken -->
                                <div class = "block blockFive col-xxl m-0 p-0">
                                    <div class = "align-items-center d-flex h-100 justify-content-center">
                                        <div class = "imgText m-0 p-0">
                                            <div class = "d-flex justify-content-center imgArea">
                                                <img class = "img-fluid" src = "Images/Menus/Chicken.png" alt = "Chicken">
                                            </div>
                                            <div class = "d-flex justify-content-center mb-0 ml-0 mr-0 p-0 textArea">
                                                <h4 class = "d-inline-block m-0 p-0 text-center">
                                                    CHICKEN
                                                </h4>
                                            </div>
                                        </div>
                                    </div>
                                    <div class = "m-0 p-0 triangle triangleFive">
                                    </div>
                                </div>
                            </div>
                        </div>
                        <div class = "bottom d-flex justify-content-center mb-0 ml-0 mr-0 p-0">
                            <div class = "bottomContainer bottomContainerOne h-100 m-0 p-0 row">
                                <!-- Product - Big Burger -->
                                <div class = "col-xxl-6 m-0 h-100 offer offerOne p-0">
                                    <div class = "contentOffer h-100 m-0 p-0">
                                        <div class = "d-flex img justify-content-center justify-content-xxl-start mb-0 mr-0 mt-0 pb-0 pl-0 pr-0">
                                            <img class = "img-fluid imgOne m-0 p-0" src = "Images/Menus/Hamburger.png" alt = "Hamburger">
                                        </div>
                                        <div class = "d-flex heading justify-content-center justify-content-xxl-start mb-0 mr-0 p-0">
                                            <h2 class = "m-0 p-0">
                                                Big Burger
                                            </h2>
                                        </div>
                                        <div class = "d-flex justify-content-center justify-content-xxl-start mb-0 mr-0 p-0 text">
                                            <h3 class = "m-0 p-0">
                                                Start your day with our juicy big burger.
                                            </h3>
                                        </div>
                                        <div class = "d-flex justify-content-center ml-0 mr-0 p-0 priceCart w-100">
                                            <div class = "content h-100 m-0 p-0 row">
                                                <div class = "col-6 h-100 left m-0 p-0">
                                                    <div class = "align-items-center d-flex h-100 justify-content-center m-0 p-0 price">
                                                        <h2 class = "d-inline-block m-0 p-0">
                                                            7$
                                                        </h2>
                                                    </div>
                                                </div>
                                                <div class = "col-6 h-100 m-0 p-0 right">
                                                    <div class = "addCart h-100 m-0 p-0">
                                                        <div class = "align-items-center d-flex h-100 mb-0 ml-0 mt-0 p-0 plusContainer">
                                                            <div class = "align-items-center d-flex m-0 p-0 plus">
                                                                <div class = "horizontal m-0 p-0">
                                                                </div>
                                                                <div class = "m-0 p-0 vertical">
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <div class = "align-items-center cartContainer d-inline-flex h-100 justify-content-end m-0 p-0">
                                                            <h2 class = "m-0 p-0">
                                                                Add to Cart
                                                            </h2>
                                                            <h2 class = "m-0 p-0 smallDevices">
                                                                To Cart
                                                            </h2>
                                                        </div>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                                <!-- Product - Crispy Fries -->
                                <div class = "col-xxl-6 mb-0 ml-0 mr-0 h-100 offer p-0">
                                    <div class = "contentOffer h-100 m-0 p-0">
                                        <div class = "d-flex img justify-content-center justify-content-xxl-start img mb-0 mr-0 mt-0 pb-0 pl-0 pr-0">
                                            <img class = "img-fluid imgTwo m-0 p-0" src = "Images/Menus/Fries.png" alt = "Fries">
                                        </div>
                                        <div class = "d-flex heading justify-content-center justify-content-xxl-start mb-0 mr-0 p-0">
                                            <h2 class = "m-0 p-0">
                                                Crispy Fries
                                            </h2>
                                        </div>
                                        <div class = "d-flex justify-content-center justify-content-xxl-start mb-0 mr-0 p-0 text">
                                            <h3 class = "m-0 p-0">
                                                Our crispy fries are among the best in the city.
                                            </h3>
                                        </div>
                                        <div class = "d-flex justify-content-center ml-0 mr-0 p-0 priceCart w-100">
                                            <div class = "content h-100 m-0 p-0 row">
                                                <div class = "col-6 h-100 left m-0 p-0">
                                                    <div class = "align-items-center d-flex h-100 justify-content-center m-0 p-0 price">
                                                        <h2 class = "d-inline-block m-0 p-0">
                                                            3$
                                                        </h2>
                                                    </div>
                                                </div>
                                                <div class = "col-6 h-100 m-0 p-0 right">
                                                    <div class = "addCart h-100 m-0 p-0">
                                                        <div class = "align-items-center d-flex h-100 mb-0 ml-0 mt-0 p-0 plusContainer">
                                                            <div class = "align-items-center d-flex m-0 p-0 plus">
                                                                <div class = "horizontal m-0 p-0">
                                                                </div>
                                                                <div class = "m-0 p-0 vertical">
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <div class = "align-items-center cartContainer d-flex h-100 justify-content-end m-0 p-0">
                                                            <h2 class = "m-0 p-0">
                                                                Add to Cart
                                                            </h2>
                                                            <h2 class = "m-0 p-0 smallDevices">
                                                                To Cart
                                                            </h2>
                                                        </div>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </div>
                            <!-- Product - Fresh Juice -->
                            <div class = "bottomContainer bottomContainerTwo h-100 m-0 p-0 row">
                                <div class = "col-xxl-6 m-0 h-100 offer offerOne p-0">
                                    <div class = "contentOffer h-100 m-0 p-0">
                                        <div class = "d-flex img justify-content-center justify-content-xxl-start mb-0 mr-0 mt-0 pb-0 pl-0 pr-0">
                                            <img class = "img-fluid imgThree m-0 p-0" src = "Images/Menus/Juice.png" alt = "Juice">
                                        </div>
                                        <div class = "d-flex heading justify-content-center justify-content-xxl-start mb-0 mr-0 p-0">
                                            <h2 class = "m-0 p-0">
                                                Fresh Juice
                                            </h2>
                                        </div>
                                        <div class = "d-flex justify-content-center justify-content-xxl-start mb-0 mr-0 p-0 text">
                                            <h3 class = "m-0 p-0">
                                                Start your day with our freshy juice.
                                            </h3>
                                        </div>
                                        <div class = "d-flex justify-content-center ml-0 mr-0 p-0 priceCart w-100">
                                            <div class = "content h-100 m-0 p-0 row">
                                                <div class = "col-6 h-100 left m-0 p-0">
                                                    <div class = "align-items-center d-flex h-100 justify-content-center m-0 p-0 price">
                                                        <h2 class = "d-inline-block m-0 p-0">
                                                            4$
                                                        </h2>
                                                    </div>
                                                </div>
                                                <div class = "col-6 h-100 m-0 p-0 right">
                                                    <div class = "addCart h-100 m-0 p-0">
                                                        <div class = "align-items-center d-flex h-100 mb-0 ml-0 mt-0 p-0 plusContainer">
                                                            <div class = "align-items-center d-flex m-0 p-0 plus">
                                                                <div class = "horizontal m-0 p-0">
                                                                </div>
                                                                <div class = "m-0 p-0 vertical">
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <div class = "align-items-center cartContainer d-inline-flex h-100 justify-content-end m-0 p-0">
                                                            <h2 class = "m-0 p-0">
                                                                Add to Cart
                                                            </h2>
                                                            <h2 class = "m-0 p-0 smallDevices">
                                                                To Cart
                                                            </h2>
                                                        </div>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                                <!-- Product - Cold Cocktail -->
                                <div class = "col-xxl-6 mb-0 ml-0 mr-0 h-100 offer p-0">
                                    <div class = "contentOffer h-100 m-0 p-0">
                                        <div class = "d-flex img justify-content-center justify-content-xxl-start img mb-0 mr-0 mt-0 pb-0 pl-0 pr-0">
                                            <img class = "img-fluid imgFour m-0 p-0" src = "Images/Menus/Cocktail.png" alt = "Cocktail">
                                        </div>
                                        <div class = "d-flex heading justify-content-center justify-content-xxl-start mb-0 mr-0 p-0">
                                            <h2 class = "m-0 p-0">
                                                Cold Cocktail
                                            </h2>
                                        </div>
                                        <div class = "d-flex justify-content-center justify-content-xxl-start mb-0 mr-0 p-0 text">
                                            <h3 class = "m-0 p-0">
                                                Our cold cocktails are among the best in the city.
                                            </h3>
                                        </div>
                                        <div class = "d-flex justify-content-center ml-0 mr-0 p-0 priceCart w-100">
                                            <div class = "content h-100 m-0 p-0 row">
                                                <div class = "col-6 h-100 left m-0 p-0">
                                                    <div class = "align-items-center d-flex h-100 justify-content-center m-0 p-0 price">
                                                        <h2 class = "d-inline-block m-0 p-0">
                                                            6$
                                                        </h2>
                                                    </div>
                                                </div>
                                                <div class = "col-6 h-100 m-0 p-0 right">
                                                    <div class = "addCart h-100 m-0 p-0">
                                                        <div class = "align-items-center d-flex h-100 mb-0 ml-0 mt-0 p-0 plusContainer">
                                                            <div class = "align-items-center d-flex m-0 p-0 plus">
                                                                <div class = "horizontal m-0 p-0">
                                                                </div>
                                                                <div class = "m-0 p-0 vertical">
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <div class = "align-items-center cartContainer d-flex h-100 justify-content-end m-0 p-0">
                                                            <h2 class = "m-0 p-0">
                                                                Add to Cart
                                                            </h2>
                                                            <h2 class = "m-0 p-0 smallDevices">
                                                                To Cart
                                                            </h2>
                                                        </div>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </div>
                            <!-- Product - Choco Cake -->
                            <div class = "bottomContainer bottomContainerThree h-100 m-0 p-0 row">
                                <div class = "col-xxl-6 m-0 h-100 offer offerOne p-0">
                                    <div class = "contentOffer h-100 m-0 p-0">
                                        <div class = "d-flex img justify-content-center justify-content-xxl-start mb-0 mr-0 mt-0 pb-0 pl-0 pr-0">
                                            <img class = "img-fluid imgFive m-0 p-0" src = "Images/Menus/Cake.png" alt = "Cake">
                                        </div>
                                        <div class = "d-flex heading justify-content-center justify-content-xxl-start mb-0 mr-0 p-0">
                                            <h2 class = "m-0 p-0">
                                                Choco Cake
                                            </h2>
                                        </div>
                                        <div class = "d-flex justify-content-center justify-content-xxl-start mb-0 mr-0 p-0 text">
                                            <h3 class = "m-0 p-0">
                                                Start your day with our choco cake.
                                            </h3>
                                        </div>
                                        <div class = "d-flex justify-content-center ml-0 mr-0 p-0 priceCart w-100">
                                            <div class = "content h-100 m-0 p-0 row">
                                                <div class = "col-6 h-100 left m-0 p-0">
                                                    <div class = "align-items-center d-flex h-100 justify-content-center m-0 p-0 price">
                                                        <h2 class = "d-inline-block m-0 p-0">
                                                            9$
                                                        </h2>
                                                    </div>
                                                </div>
                                                <div class = "col-6 h-100 m-0 p-0 right">
                                                    <div class = "addCart h-100 m-0 p-0">
                                                        <div class = "align-items-center d-flex h-100 mb-0 ml-0 mt-0 p-0 plusContainer">
                                                            <div class = "align-items-center d-flex m-0 p-0 plus">
                                                                <div class = "horizontal m-0 p-0">
                                                                </div>
                                                                <div class = "m-0 p-0 vertical">
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <div class = "align-items-center cartContainer d-inline-flex h-100 justify-content-end m-0 p-0">
                                                            <h2 class = "m-0 p-0">
                                                                Add to Cart
                                                            </h2>
                                                            <h2 class = "m-0 p-0 smallDevices">
                                                                To Cart
                                                            </h2>
                                                        </div>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                                <!-- Product - Tasty Cupcake -->
                                <div class = "col-xxl-6 mb-0 ml-0 mr-0 h-100 offer p-0">
                                    <div class = "contentOffer h-100 m-0 p-0">
                                        <div class = "d-flex img justify-content-center justify-content-xxl-start img mb-0 mr-0 mt-0 pb-0 pl-0 pr-0">
                                            <img class = "img-fluid imgSix m-0 p-0" src = "Images/Menus/Cupcake.png" alt = "Cupcake">
                                        </div>
                                        <div class = "d-flex heading justify-content-center justify-content-xxl-start mb-0 mr-0 p-0">
                                            <h2 class = "m-0 p-0">
                                                Tasty Cupcake
                                            </h2>
                                        </div>
                                        <div class = "d-flex justify-content-center justify-content-xxl-start mb-0 mr-0 p-0 text">
                                            <h3 class = "m-0 p-0">
                                                Our cupcakes are among the best in the city.
                                            </h3>
                                        </div>
                                        <div class = "d-flex justify-content-center ml-0 mr-0 p-0 priceCart w-100">
                                            <div class = "content h-100 m-0 p-0 row">
                                                <div class = "col-6 h-100 left m-0 p-0">
                                                    <div class = "align-items-center d-flex h-100 justify-content-center m-0 p-0 price">
                                                        <h2 class = "d-inline-block m-0 p-0">
                                                            8$
                                                        </h2>
                                                    </div>
                                                </div>
                                                <div class = "col-6 h-100 m-0 p-0 right">
                                                    <div class = "addCart h-100 m-0 p-0">
                                                        <div class = "align-items-center d-flex h-100 mb-0 ml-0 mt-0 p-0 plusContainer">
                                                            <div class = "align-items-center d-flex m-0 p-0 plus">
                                                                <div class = "horizontal m-0 p-0">
                                                                </div>
                                                                <div class = "m-0 p-0 vertical">
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <div class = "align-items-center cartContainer d-flex h-100 justify-content-end m-0 p-0">
                                                            <h2 class = "m-0 p-0">
                                                                Add to Cart
                                                            </h2>
                                                            <h2 class = "m-0 p-0 smallDevices">
                                                                To Cart
                                                            </h2>
                                                        </div>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </div>
                            <div class = "bottomContainer bottomContainerFour h-100 m-0 p-0 row">
                                <!-- Product - Classic Pizza -->
                                <div class = "col-xxl-6 m-0 h-100 offer offerOne p-0">
                                    <div class = "contentOffer h-100 m-0 p-0">
                                        <div class = "d-flex img justify-content-center justify-content-xxl-start mb-0 mr-0 mt-0 pb-0 pl-0 pr-0">
                                            <img class = "img-fluid imgSeven m-0 p-0" src = "Images/Menus/classicPizza.png" alt = "Classic Pizza">
                                        </div>
                                        <div class = "d-flex heading justify-content-center justify-content-xxl-start mb-0 mr-0 p-0">
                                            <h2 class = "m-0 p-0">
                                                Classic Pizza
                                            </h2>
                                        </div>
                                        <div class = "d-flex justify-content-center justify-content-xxl-start mb-0 mr-0 p-0 text">
                                            <h3 class = "m-0 p-0">
                                                Start your day with our classic pizza.
                                            </h3>
                                        </div>
                                        <div class = "d-flex justify-content-center ml-0 mr-0 p-0 priceCart w-100">
                                            <div class = "content h-100 m-0 p-0 row">
                                                <div class = "col-6 h-100 left m-0 p-0">
                                                    <div class = "align-items-center d-flex h-100 justify-content-center m-0 p-0 price">
                                                        <h2 class = "d-inline-block m-0 p-0">
                                                            10$
                                                        </h2>
                                                    </div>
                                                </div>
                                                <div class = "col-6 h-100 m-0 p-0 right">
                                                    <div class = "addCart h-100 m-0 p-0">
                                                        <div class = "align-items-center d-flex h-100 mb-0 ml-0 mt-0 p-0 plusContainer">
                                                            <div class = "align-items-center d-flex m-0 p-0 plus">
                                                                <div class = "horizontal m-0 p-0">
                                                                </div>
                                                                <div class = "m-0 p-0 vertical">
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <div class = "align-items-center cartContainer d-inline-flex h-100 justify-content-end m-0 p-0">
                                                            <h2 class = "m-0 p-0">
                                                                Add to Cart
                                                            </h2>
                                                            <h2 class = "m-0 p-0 smallDevices">
                                                                To Cart
                                                            </h2>
                                                        </div>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                                <!-- Product - Cheesy Pizza -->
                                <div class = "col-xxl-6 mb-0 ml-0 mr-0 h-100 offer p-0">
                                    <div class = "contentOffer h-100 m-0 p-0">
                                        <div class = "d-flex img justify-content-center justify-content-xxl-start img mb-0 mr-0 mt-0 pb-0 pl-0 pr-0">
                                            <img class = "img-fluid imgEight m-0 p-0" src = "Images/Menus/cheesyPizza.png" alt = "Cheesy Pizza">
                                        </div>
                                        <div class = "d-flex heading justify-content-center justify-content-xxl-start mb-0 mr-0 p-0">
                                            <h2 class = "m-0 p-0">
                                                Cheesy Pizza
                                            </h2>
                                        </div>
                                        <div class = "d-flex justify-content-center justify-content-xxl-start mb-0 mr-0 p-0 text">
                                            <h3 class = "m-0 p-0">
                                                Our cheesy pizza is among the best in the city.
                                            </h3>
                                        </div>
                                        <div class = "d-flex justify-content-center ml-0 mr-0 p-0 priceCart w-100">
                                            <div class = "content h-100 m-0 p-0 row">
                                                <div class = "col-6 h-100 left m-0 p-0">
                                                    <div class = "align-items-center d-flex h-100 justify-content-center m-0 p-0 price">
                                                        <h2 class = "d-inline-block m-0 p-0">
                                                            11$
                                                        </h2>
                                                    </div>
                                                </div>
                                                <div class = "col-6 h-100 m-0 p-0 right">
                                                    <div class = "addCart h-100 m-0 p-0">
                                                        <div class = "align-items-center d-flex h-100 mb-0 ml-0 mt-0 p-0 plusContainer">
                                                            <div class = "align-items-center d-flex m-0 p-0 plus">
                                                                <div class = "horizontal m-0 p-0">
                                                                </div>
                                                                <div class = "m-0 p-0 vertical">
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <div class = "align-items-center cartContainer d-flex h-100 justify-content-end m-0 p-0">
                                                            <h2 class = "m-0 p-0">
                                                                Add to Cart
                                                            </h2>
                                                            <h2 class = "m-0 p-0 smallDevices">
                                                                To Cart
                                                            </h2>
                                                        </div>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </div>
                            <!-- Product - Classic Pack -->
                            <div class = "bottomContainer bottomContainerFive h-100 m-0 p-0 row">
                                <div class = "col-xxl-6 m-0 h-100 offer offerOne p-0">
                                    <div class = "contentOffer h-100 m-0 p-0">
                                        <div class = "d-flex img justify-content-center justify-content-xxl-start mb-0 mr-0 mt-0 pb-0 pl-0 pr-0">
                                            <img class = "img-fluid imgNine m-0 p-0" src = "Images/Menus/classicPack.png" alt = "Classic Pack">
                                        </div>
                                        <div class = "d-flex heading justify-content-center justify-content-xxl-start mb-0 mr-0 p-0">
                                            <h2 class = "m-0 p-0">
                                                Classic Pack
                                            </h2>
                                        </div>
                                        <div class = "d-flex justify-content-center justify-content-xxl-start mb-0 mr-0 p-0 text">
                                            <h3 class = "m-0 p-0">
                                                Start your day with our chicken - small pack.
                                            </h3>
                                        </div>
                                        <div class = "d-flex justify-content-center ml-0 mr-0 p-0 priceCart w-100">
                                            <div class = "content h-100 m-0 p-0 row">
                                                <div class = "col-6 h-100 left m-0 p-0">
                                                    <div class = "align-items-center d-flex h-100 justify-content-center m-0 p-0 price">
                                                        <h2 class = "d-inline-block m-0 p-0">
                                                            12$
                                                        </h2>
                                                    </div>
                                                </div>
                                                <div class = "col-6 h-100 m-0 p-0 right">
                                                    <div class = "addCart h-100 m-0 p-0">
                                                        <div class = "align-items-center d-flex h-100 mb-0 ml-0 mt-0 p-0 plusContainer">
                                                            <div class = "align-items-center d-flex m-0 p-0 plus">
                                                                <div class = "horizontal m-0 p-0">
                                                                </div>
                                                                <div class = "m-0 p-0 vertical">
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <div class = "align-items-center cartContainer d-inline-flex h-100 justify-content-end m-0 p-0">
                                                            <h2 class = "m-0 p-0">
                                                                Add to Cart
                                                            </h2>
                                                            <h2 class = "m-0 p-0 smallDevices">
                                                                To Cart
                                                            </h2>
                                                        </div>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                                <!-- Product - Extra Pack -->
                                <div class = "col-xxl-6 mb-0 ml-0 mr-0 h-100 offer p-0">
                                    <div class = "contentOffer h-100 m-0 p-0">
                                        <div class = "d-flex img justify-content-center justify-content-xxl-start img mb-0 mr-0 mt-0 pb-0 pl-0 pr-0">
                                            <img class = "img-fluid imgTen m-0 p-0" src = "Images/Menus/extraPack.png" alt = "Extra Pack">
                                        </div>
                                        <div class = "d-flex heading justify-content-center justify-content-xxl-start mb-0 mr-0 p-0">
                                            <h2 class = "m-0 p-0">
                                                Extra Pack
                                            </h2>
                                        </div>
                                        <div class = "d-flex justify-content-center justify-content-xxl-start mb-0 mr-0 p-0 text">
                                            <h3 class = "m-0 p-0">
                                                Our extra pack is among the best in the city.
                                            </h3>
                                        </div>
                                        <div class = "d-flex justify-content-center ml-0 mr-0 p-0 priceCart w-100">
                                            <div class = "content h-100 m-0 p-0 row">
                                                <div class = "col-6 h-100 left m-0 p-0">
                                                    <div class = "align-items-center d-flex h-100 justify-content-center m-0 p-0 price">
                                                        <h2 class = "d-inline-block m-0 p-0">
                                                            14$
                                                        </h2>
                                                    </div>
                                                </div>
                                                <div class = "col-6 h-100 m-0 p-0 right">
                                                    <div class = "addCart h-100 m-0 p-0">
                                                        <div class = "align-items-center d-flex h-100 mb-0 ml-0 mt-0 p-0 plusContainer">
                                                            <div class = "align-items-center d-flex m-0 p-0 plus">
                                                                <div class = "horizontal m-0 p-0">
                                                                </div>
                                                                <div class = "m-0 p-0 vertical">
                                                                </div>
                                                            </div>
                                                        </div>
                                                        <div class = "align-items-center cartContainer d-flex h-100 justify-content-end m-0 p-0">
                                                            <h2 class = "m-0 p-0">
                                                                Add to Cart
                                                            </h2>
                                                            <h2 class = "m-0 p-0 smallDevices">
                                                                To Cart
                                                            </h2>
                                                        </div>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </section>
            
        

Gallery - Heading

Code Lines: 1846-1851
Gallery, Heading
            
                <!-- Heading -->
                <div class = "d-flex heading justify-content-center m-0 p-0">
                    <h2 class = "m-0 p-0 text">
                        Gallery
                    </h2>
                </div>
            
        

Gallery - Images

Code Lines: 1853-2164
Gallery, Images
            
                <div class = "bottom mb-0 ml-0 mr-0 p-0">
                    <div class = "bottomContent d-flex justify-content-center m-0 p-0">
                        <div class = "m-0 p-0 products row">
                            <!-- Juicy Burger -->
                            <div class = "all burgerOne burgers col-12 col-md-6 col-xxl-4 m-0 p-0">
                                <div class = "contentArea m-0 p-0">
                                    <div class = "imgPlace imgPlaceOne m-0 p-0" id = "clickImgOne">
                                        <img class = "img-fluid m-0 p-0" src = "Images/Gallery/burgerOne.png" alt = "Burger One">
                                        <div class = "align-items-center d-flex hoverArea hoverAreaOne justify-content-center m-0 p-0">
                                            <div class = "align-items-center borders d-flex justify-content-center m-0 p-0">
                                                <div class = "innerContent m-0 p-0">
                                                    <div class = "d-flex heading justify-content-center m-0 p-0">
                                                        <h2 class = "m-0 p-0">
                                                            Juicy Burger
                                                        </h2>
                                                    </div>
                                                    <div class = "d-flex justify-content-center mb-0 ml-0 mr-0 p-0 text">
                                                        <h5 class = "m-0 p-0 text-center">
                                                            Our juicy burger is among the best in the world. We have a secret recipe for this burger.
                                                        </h5>
                                                    </div>
                                                    <div class = "align-items-center buttonArea d-flex justify-content-center m-0 p-0">
                                                        <div class = "align-items-center button d-flex justify-content-center m-0 p-0">
                                                            <div class = "align-items-center d-flex justify-content-center m-0 p-0 plusArea">
                                                                <div class = "horizontal m-0 p-0">
                                                                </div>
                                                                <div class = "m-0 p-0 vertical">
                                                                </div>
                                                            </div>
                                                        </div>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </div>
                            <!-- Cheesy Burger -->
                            <div class = "all burgers burgerTwo col-12 col-md-6 col-xxl-4 m-0 p-0">
                                <div class = "contentArea m-0 p-0">
                                    <div class = "imgPlace imgPlaceTwo m-0 p-0" id = "clickImgTwo">
                                        <img class = "img-fluid m-0 p-0" src = "Images/Gallery/burgerTwo.png" alt = "Burger Two">
                                        <div class = "align-items-center d-flex hoverArea hoverAreaTwo justify-content-center m-0 p-0">
                                            <div class = "align-items-center borders d-flex justify-content-center m-0 p-0">
                                                <div class = "innerContent m-0 p-0">
                                                    <div class = "d-flex heading justify-content-center m-0 p-0">
                                                        <h2 class = "m-0 p-0">
                                                            Cheesy Burger
                                                        </h2>
                                                    </div>
                                                    <div class = "d-flex justify-content-center mb-0 ml-0 mr-0 p-0 text">
                                                        <h5 class = "m-0 p-0 text-center">
                                                            Our cheesy burger is among the best in the world. We have a secret recipe for this burger.
                                                        </h5>
                                                    </div>
                                                    <div class = "align-items-center buttonArea d-flex justify-content-center m-0 p-0">
                                                        <div class = "align-items-center button d-flex justify-content-center m-0 p-0">
                                                            <div class = "align-items-center d-flex justify-content-center m-0 p-0 plusArea">
                                                                <div class = "horizontal m-0 p-0">
                                                                </div>
                                                                <div class = "m-0 p-0 vertical">
                                                                </div>
                                                            </div>
                                                        </div>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </div>
                            <!-- Salad Burger -->
                            <div class = "all burgers burgerThree col-12 col-md-6 col-xxl-4 m-0 p-0">
                                <div class = "contentArea m-0 p-0">
                                    <div class = "imgPlace imgPlaceThree m-0 p-0" id = "clickImgThree">
                                        <img class = "img-fluid m-0 p-0" src = "Images/Gallery/burgerThree.png" alt = "Burger Three">
                                        <div class = "align-items-center d-flex hoverArea hoverAreaThree justify-content-center m-0 p-0">
                                            <div class = "align-items-center borders d-flex justify-content-center m-0 p-0">
                                                <div class = "innerContent m-0 p-0">
                                                    <div class = "d-flex heading justify-content-center m-0 p-0">
                                                        <h2 class = "m-0 p-0">
                                                            Salad Burger
                                                        </h2>
                                                    </div>
                                                    <div class = "d-flex justify-content-center mb-0 ml-0 mr-0 p-0 text">
                                                        <h5 class = "m-0 p-0 text-center">
                                                            Our salad burger is among the best in the world. We have a secret recipe for this burger.
                                                        </h5>
                                                    </div>
                                                    <div class = "align-items-center buttonArea d-flex justify-content-center m-0 p-0">
                                                        <div class = "align-items-center button d-flex justify-content-center m-0 p-0">
                                                            <div class = "align-items-center d-flex justify-content-center m-0 p-0 plusArea">
                                                                <div class = "horizontal m-0 p-0">
                                                                </div>
                                                                <div class = "m-0 p-0 vertical">
                                                                </div>
                                                            </div>
                                                        </div>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </div>
                            <!-- Chocolate Cup -->
                            <div class = "all col-12 col-md-6 col-xxl-4 drinkOne drinks m-0 p-0">
                                <div class = "contentArea m-0 p-0">
                                    <div class = "imgPlace imgPlaceFour m-0 p-0" id = "clickImgFour">
                                        <img class = "img-fluid m-0 p-0" src = "Images/Gallery/drinkOne.png" alt = "Drink One">
                                        <div class = "align-items-center d-flex hoverArea hoverAreaFour justify-content-center m-0 p-0">
                                            <div class = "align-items-center borders d-flex justify-content-center m-0 p-0">
                                                <div class = "innerContent m-0 p-0">
                                                    <div class = "d-flex heading justify-content-center m-0 p-0">
                                                        <h2 class = "m-0 p-0">
                                                            Chocolate Cup
                                                        </h2>
                                                    </div>
                                                    <div class = "d-flex justify-content-center mb-0 ml-0 mr-0 p-0 text">
                                                        <h5 class = "m-0 p-0 text-center">
                                                            Our chocolate cup is among the best in the world. We have a secret recipe for this cup.
                                                        </h5>
                                                    </div>
                                                    <div class = "align-items-center buttonArea d-flex justify-content-center m-0 p-0">
                                                        <div class = "align-items-center button d-flex justify-content-center m-0 p-0">
                                                            <div class = "align-items-center d-flex justify-content-center m-0 p-0 plusArea">
                                                                <div class = "horizontal m-0 p-0">
                                                                </div>
                                                                <div class = "m-0 p-0 vertical">
                                                                </div>
                                                            </div>
                                                        </div>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </div>
                            <!-- Cocoa Juice -->
                            <div class = "all col-12 col-md-6 col-xxl-4 drinks drinkTwo m-0 p-0">
                                <div class = "contentArea m-0 p-0">
                                    <div class = "imgPlace imgPlaceFive m-0 p-0" id = "clickImgFive">
                                        <img class = "img-fluid m-0 p-0" src = "Images/Gallery/drinkTwo.png" alt = "Drink Two">
                                        <div class = "align-items-center d-flex hoverArea hoverAreaFive justify-content-center m-0 p-0">
                                            <div class = "align-items-center borders d-flex justify-content-center m-0 p-0">
                                                <div class = "innerContent m-0 p-0">
                                                    <div class = "d-flex heading justify-content-center m-0 p-0">
                                                        <h2 class = "m-0 p-0">
                                                            Cocoa Juice
                                                        </h2>
                                                    </div>
                                                    <div class = "d-flex justify-content-center mb-0 ml-0 mr-0 p-0 text">
                                                        <h5 class = "m-0 p-0 text-center">
                                                            Our cocoa juice is among the best in the world. We have a secret recipe for this juice.
                                                        </h5>
                                                    </div>
                                                    <div class = "align-items-center buttonArea d-flex justify-content-center m-0 p-0">
                                                        <div class = "align-items-center button d-flex justify-content-center m-0 p-0">
                                                            <div class = "align-items-center d-flex justify-content-center m-0 p-0 plusArea">
                                                                <div class = "horizontal m-0 p-0">
                                                                </div>
                                                                <div class = "m-0 p-0 vertical">
                                                                </div>
                                                            </div>
                                                        </div>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </div>
                            <!-- Coconut Smoothie -->
                            <div class = "all col-12 col-md-6 col-xxl-4 drinks drinkThree m-0 p-0">
                                <div class = "contentArea m-0 p-0">
                                    <div class = "imgPlace imgPlaceSix m-0 p-0" id = "clickImgSix">
                                        <img class = "img-fluid m-0 p-0" src = "Images/Gallery/drinkThree.png" alt = "Drink Three">
                                        <div class = "align-items-center d-flex hoverArea hoverAreaSix justify-content-center m-0 p-0">
                                            <div class = "align-items-center borders d-flex justify-content-center m-0 p-0">
                                                <div class = "innerContent m-0 p-0">
                                                    <div class = "d-flex heading justify-content-center m-0 p-0">
                                                        <h2 class = "m-0 p-0">
                                                            Coconut Smoothie
                                                        </h2>
                                                    </div>
                                                    <div class = "d-flex justify-content-center mb-0 ml-0 mr-0 p-0 text">
                                                        <h5 class = "m-0 p-0 text-center">
                                                            Our coconut smoothie is among the best in the world. We have a secret recipe for this smoothie.
                                                        </h5>
                                                    </div>
                                                    <div class = "align-items-center buttonArea d-flex justify-content-center m-0 p-0">
                                                        <div class = "align-items-center button d-flex justify-content-center m-0 p-0">
                                                            <div class = "align-items-center d-flex justify-content-center m-0 p-0 plusArea">
                                                                <div class = "horizontal m-0 p-0">
                                                                </div>
                                                                <div class = "m-0 p-0 vertical">
                                                                </div>
                                                            </div>
                                                        </div>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </div>
                            <!-- Cherry Cupcake -->
                            <div class = "all col-12 col-md-6 col-xxl-4 dessertOne desserts m-0 p-0">
                                <div class = "contentArea m-0 p-0">
                                    <div class = "imgPlace imgPlaceSeven m-0 p-0" id = "clickImgSeven">
                                        <img class = "img-fluid m-0 p-0" src = "Images/Gallery/dessertOne.png" alt = "Dessert One">
                                        <div class = "align-items-center d-flex hoverArea hoverAreaSeven justify-content-center m-0 p-0">
                                            <div class = "align-items-center borders d-flex justify-content-center m-0 p-0">
                                                <div class = "innerContent m-0 p-0">
                                                    <div class = "d-flex heading justify-content-center m-0 p-0">
                                                        <h2 class = "m-0 p-0">
                                                            Cherry Cupcake
                                                        </h2>
                                                    </div>
                                                    <div class = "d-flex justify-content-center mb-0 ml-0 mr-0 p-0 text">
                                                        <h5 class = "m-0 p-0 text-center">
                                                            Our cherry cupcake is among the best in the world. We have a secret recipe for this cupcake.
                                                        </h5>
                                                    </div>
                                                    <div class = "align-items-center buttonArea d-flex justify-content-center m-0 p-0">
                                                        <div class = "align-items-center button d-flex justify-content-center m-0 p-0">
                                                            <div class = "align-items-center d-flex justify-content-center m-0 p-0 plusArea">
                                                                <div class = "horizontal m-0 p-0">
                                                                </div>
                                                                <div class = "m-0 p-0 vertical">
                                                                </div>
                                                            </div>
                                                        </div>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </div>
                            <!-- Black Cake -->
                            <div class = "all col-12 col-md-6 col-xxl-4 desserts dessertTwo m-0 p-0">
                                <div class = "contentArea m-0 p-0">
                                    <div class = "imgPlace imgPlaceEight m-0 p-0" id = "clickImgEight">
                                        <img class = "img-fluid m-0 p-0" src = "Images/Gallery/dessertTwo.png" alt = "Dessert Two">
                                        <div class = "align-items-center d-flex hoverArea hoverAreaEight justify-content-center m-0 p-0">
                                            <div class = "align-items-center borders d-flex justify-content-center m-0 p-0">
                                                <div class = "innerContent m-0 p-0">
                                                    <div class = "d-flex heading justify-content-center m-0 p-0">
                                                        <h2 class = "m-0 p-0">
                                                            Black Cake
                                                        </h2>
                                                    </div>
                                                    <div class = "d-flex justify-content-center mb-0 ml-0 mr-0 p-0 text">
                                                        <h5 class = "m-0 p-0 text-center">
                                                            Our black cake is among the best in the world. We have a secret recipe for this cake.
                                                        </h5>
                                                    </div>
                                                    <div class = "align-items-center buttonArea d-flex justify-content-center m-0 p-0">
                                                        <div class = "align-items-center button d-flex justify-content-center m-0 p-0">
                                                            <div class = "align-items-center d-flex justify-content-center m-0 p-0 plusArea">
                                                                <div class = "horizontal m-0 p-0">
                                                                </div>
                                                                <div class = "m-0 p-0 vertical">
                                                                </div>
                                                            </div>
                                                        </div>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </div>
                            <!-- Yellow Cake -->
                            <div class = "all col-12 col-md-6 col-xxl-4 desserts dessertThree m-0 p-0">
                                <div class = "contentArea m-0 p-0">
                                    <div class = "imgPlace imgPlaceNine m-0 p-0" id = "clickImgNine">
                                        <img class = "img-fluid m-0 p-0" src = "Images/Gallery/dessertThree.png" alt = "Dessert Three">
                                        <div class = "align-items-center d-flex hoverArea hoverAreaNine justify-content-center m-0 p-0">
                                            <div class = "align-items-center borders d-flex justify-content-center m-0 p-0">
                                                <div class = "innerContent m-0 p-0">
                                                    <div class = "d-flex heading justify-content-center m-0 p-0">
                                                        <h2 class = "m-0 p-0">
                                                            Yellow Cake
                                                        </h2>
                                                    </div>
                                                    <div class = "d-flex justify-content-center mb-0 ml-0 mr-0 p-0 text">
                                                        <h5 class = "m-0 p-0 text-center">
                                                            Our yellow cake is among the best in the world. We have a secret recipe for this cake.
                                                        </h5>
                                                    </div>
                                                    <div class = "align-items-center buttonArea d-flex justify-content-center m-0 p-0">
                                                        <div class = "align-items-center button d-flex justify-content-center m-0 p-0">
                                                            <div class = "align-items-center d-flex justify-content-center m-0 p-0 plusArea">
                                                                <div class = "horizontal m-0 p-0">
                                                                </div>
                                                                <div class = "m-0 p-0 vertical">
                                                                </div>
                                                            </div>
                                                        </div>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            
        

Blog - Heading

Code Lines: 2173-2178
Blog, Heading
            
                <!-- Heading -->
                <div class = "heading m-0 p-0">
                    <h2 class = "m-0 p-0">
                        Blog
                    </h2>
                </div>
            
        

Blog - Blogs

Code Lines: 2180-2377
Blog, Blogs
            
                <div class = "bottom mb-0 ml-0 mr-0 p-0 row">
                    <!-- Opened New Restaurant -->
                    <div class = "block col-12 col-xl-6 m-0 p-0">
                        <div class = "contentArea m-0 p-0 topLeft">
                            <div class = "imgContainer m-0 p-0">
                                <img class = "img-fluid m-0 p-0" src = "Images/Blog/Restaurant.png" alt = "Restaurant">
                            </div>
                            <div class = "align-items-center commentsCalendarContainer d-flex mb-0 ml-0 mr-0 p-0">
                                <div class = "align-items-center comments d-flex m-0 p-0">
                                    <div class = "align-items-center d-flex iconContainer m-0 p-0">
                                        <img class = "img-fluid m-0 p-0" src = "Images/Blog/Comments.png" alt = "Img">
                                    </div>
                                    <div class = "mb-0 mr-0 mt-0 p-0 textContainer">
                                        <h5 class = "m-0 p-0">
                                            Comments (01)
                                        </h5>
                                    </div>
                                </div>
                                <div class = "d-inline-block line mb-0 mt-0 p-0">
                                </div>
                                <div class = "align-items-center calendar d-flex m-0 p-0">
                                    <div class = "align-items-center d-flex iconContainer m-0 p-0">
                                        <img class = "img-fluid m-0 p-0" src = "Images/Blog/Calendar.png" alt = "Calendar">
                                    </div>
                                    <div class = "mb-0 mr-0 mt-0 p-0 textContainer">
                                        <h5 class = "m-0 p-0">
                                            30/01/2023
                                        </h5>
                                    </div>
                                </div>
                            </div>
                            <div class = "info mb-0 ml-0 mr-0 p-0">
                                <div class = "m-0 p-0 smallHeading">
                                    <h2 class = "m-0 p-0">
                                        OPENED NEW RESTAURANT.
                                    </h2>
                                </div>
                                <div class = "mb-0 ml-0 mr-0 p-0 text">
                                    <h4 class = "m-0 p-0">
                                        Yesterday, in the morning, in the city centre, is opened our new restaurant. In this place, you will have a possibility to find our dessert program.
                                    </h4>
                                </div>
                            </div>
                            <div class = "buttonArea mb-0 ml-0 mr-0 p-0">
                                <button class = "align-items-center buttonInside d-flex justify-content-center m-0 p-0" onclick = "window.location = 'HTML/blogOne.html';">
                                    Read More
                                </button>
                            </div>
                        </div>
                    </div>
                    <!-- Taste Our Cakes -->
                    <div class = "block blockMargin col-12 col-xl-6 mb-0 ml-0 mr-0 p-0">
                        <div class = "contentArea m-0 p-0 topRight">
                            <div class = "imgContainer m-0 p-0">
                                <img class = "img-fluid m-0 p-0" src = "Images/Blog/Cake.png" alt = "Cake">
                            </div>
                            <div class = "align-items-center commentsCalendarContainer d-flex mb-0 ml-0 mr-0 p-0">
                                <div class = "align-items-center comments d-flex m-0 p-0">
                                    <div class = "align-items-center d-flex iconContainer m-0 p-0">
                                        <img class = "img-fluid m-0 p-0" src = "Images/Blog/Comments.png" alt = "Img">
                                    </div>
                                    <div class = "mb-0 mr-0 mt-0 p-0 textContainer">
                                        <h5 class = "m-0 p-0">
                                            Comments (01)
                                        </h5>
                                    </div>
                                </div>
                                <div class = "d-inline-block line mb-0 mt-0 p-0">
                                </div>
                                <div class = "align-items-center calendar d-flex m-0 p-0">
                                    <div class = "align-items-center d-flex iconContainer m-0 p-0">
                                        <img class = "img-fluid m-0 p-0" src = "Images/Blog/Calendar.png" alt = "Calendar">
                                    </div>
                                    <div class = "mb-0 mr-0 mt-0 p-0 textContainer">
                                        <h5 class = "m-0 p-0">
                                            04/02/2023
                                        </h5>
                                    </div>
                                </div>
                            </div>
                            <div class = "info mb-0 ml-0 mr-0 p-0">
                                <div class = "m-0 p-0 smallHeading">
                                    <h2 class = "m-0 p-0">
                                        TASTE OUR CAKES.
                                    </h2>
                                </div>
                                <div class = "mb-0 ml-0 mr-0 p-0 text">
                                    <h4 class = "m-0 p-0">
                                        We made a new challenge - Taste Our Cakes. We invite all cake - lovers to taste our new products. We believe that you will be super satisfied.
                                    </h4>
                                </div>
                            </div>
                            <div class = "buttonArea mb-0 ml-0 mr-0 p-0">
                                <button class = "align-items-center buttonInside d-flex justify-content-center m-0 p-0" onclick = "window.location = 'HTML/blogTwo.html';">
                                    Read More
                                </button>
                            </div>
                        </div>
                    </div>
                    <!-- Our Cupcakes Recipe -->
                    <div class = "block blockMargin col-12 col-xl-6 mb-0 ml-0 mr-0 p-0">
                        <div class = "bottomLeft contentArea m-0 p-0">
                            <div class = "imgContainer m-0 p-0">
                                <img class = "img-fluid m-0 p-0" src = "Images/Blog/Cupcake.png" alt = "Cupcake">
                            </div>
                            <div class = "align-items-center commentsCalendarContainer d-flex mb-0 ml-0 mr-0 p-0">
                                <div class = "align-items-center comments d-flex m-0 p-0">
                                    <div class = "align-items-center d-flex iconContainer m-0 p-0">
                                        <img class = "img-fluid m-0 p-0" src = "Images/Blog/Comments.png" alt = "Img">
                                    </div>
                                    <div class = "mb-0 mr-0 mt-0 p-0 textContainer">
                                        <h5 class = "m-0 p-0">
                                            Comments (01)
                                        </h5>
                                    </div>
                                </div>
                                <div class = "d-inline-block line mb-0 mt-0 p-0">
                                </div>
                                <div class = "align-items-center calendar d-flex m-0 p-0">
                                    <div class = "align-items-center d-flex iconContainer m-0 p-0">
                                        <img class = "img-fluid m-0 p-0" src = "Images/Blog/Calendar.png" alt = "Calendar">
                                    </div>
                                    <div class = "mb-0 mr-0 mt-0 p-0 textContainer">
                                        <h5 class = "m-0 p-0">
                                            04/02/2023
                                        </h5>
                                    </div>
                                </div>
                            </div>
                            <div class = "info mb-0 ml-0 mr-0 p-0">
                                <div class = "m-0 p-0 smallHeading">
                                    <h2 class = "m-0 p-0">
                                        OUR CUPCAKES RECIPE.
                                    </h2>
                                </div>
                                <div class = "mb-0 ml-0 mr-0 p-0 text">
                                    <h4 class = "m-0 p-0">
                                        Recently, we have created our new recipe for cupcakes. For now, it is a secret, and you will only in our restaurant have a possibility to taste our cupcakes.
                                    </h4>
                                </div>
                            </div>
                            <div class = "buttonArea mb-0 ml-0 mr-0 p-0">
                                <button class = "align-items-center buttonInside d-flex justify-content-center m-0 p-0" onclick = "window.location = 'HTML/blogThree.html';">
                                    Read More
                                </button>
                            </div>
                        </div>
                    </div>
                    <!-- Pancakes for Breakfast -->
                    <div class = "block blockMargin col-12 col-xl-6 mb-0 ml-0 mr-0 p-0">
                        <div class = "bottomRight contentArea m-0 p-0">
                            <div class = "imgContainer m-0 p-0">
                                <img class = "img-fluid m-0 p-0" src = "Images/Blog/Pancakes.png" alt = "Pancakes">
                            </div>
                            <div class = "align-items-center commentsCalendarContainer d-flex mb-0 ml-0 mr-0 p-0">
                                <div class = "align-items-center comments d-flex m-0 p-0">
                                    <div class = "align-items-center d-flex iconContainer m-0 p-0">
                                        <img class = "img-fluid m-0 p-0" src = "Images/Blog/Comments.png" alt = "Img">
                                    </div>
                                    <div class = "mb-0 mr-0 mt-0 p-0 textContainer">
                                        <h5 class = "m-0 p-0">
                                            Comments (01)
                                        </h5>
                                    </div>
                                </div>
                                <div class = "d-inline-block line mb-0 mt-0 p-0">
                                </div>
                                <div class = "align-items-center calendar d-flex m-0 p-0">
                                    <div class = "align-items-center d-flex iconContainer m-0 p-0">
                                        <img class = "img-fluid m-0 p-0" src = "Images/Blog/Calendar.png" alt = "Calendar">
                                    </div>
                                    <div class = "mb-0 mr-0 mt-0 p-0 textContainer">
                                        <h5 class = "m-0 p-0">
                                            04/02/2023
                                        </h5>
                                    </div>
                                </div>
                            </div>
                            <div class = "info mb-0 ml-0 mr-0 p-0">
                                <div class = "m-0 p-0 smallHeading">
                                    <h2 class = "m-0 p-0">
                                        PANCAKES FOR BREAKFAST.
                                    </h2>
                                </div>
                                <div class = "mb-0 ml-0 mr-0 p-0 text">
                                    <h4 class = "m-0 p-0">
                                        If you donā€™t know what to prepare for quality breakfast - make the pancakes. Fill them with jam, Nutella or your favourite chocolate sirup.
                                    </h4>
                                </div>
                            </div>
                            <div class = "buttonArea mb-0 ml-0 mr-0 p-0">
                                <button class = "align-items-center buttonInside d-flex justify-content-center m-0 p-0" onclick = "window.location = 'HTML/blogFour.html';">
                                    Read More
                                </button>
                            </div>
                        </div>
                    </div>
                </div>
            
        

Contact Us - Heading

Code Lines: 2386-2391
Contact, Heading
            
                <!-- Heading -->
                <div class = "heading m-0 p-0">
                    <h2 class = "m-0 p-0">
                        Contact Us
                    </h2>
                </div>
            
        

Contact Us - Contact Info, Form

Code Lines: 2393-2485
Contact, Other
            
                <div class = "mb-0 middle ml-0 mr-0 p-0 row">
                    <!-- Phone Area -->
                    <div class = "block col-12 col-lg-4 left m-0 p-0">
                        <div class = "blockContent m-0 p-0">
                            <div class = "blockContainer m-0 p-0">
                                <div class = "d-flex imgContainer justify-content-center m-0 p-0 w-100">
                                    <div class = "imgArea m-0 p-0">
                                        <img class = "img-fluid" src = "Images/Contact/Phone.png" alt = "Phone">
                                    </div>
                                </div>
                                <div class = "d-flex justify-content-center mb-0 ml-0 mr-0 p-0 topText w-100">
                                    <h2 class = "firstText m-0 p-0">
                                        PHONE
                                    </h2>
                                </div>
                                <div class = "bottomText d-flex justify-content-center mb-0 ml-0 mr-0 p-0">
                                    <h2 class = "bottomTextFirst m-0 p-0">
                                        +1 212 513 0514
                                    </h2>
                                </div>
                            </div>
                        </div>
                    </div>
                    <!-- YouTube Area -->
                    <div class = "block center col-12 col-lg-4 mb-0 ml-0 mr-0 p-0">
                        <div class = "blockContent d-flex justify-content-center m-0 p-0">
                            <div class = "blockContainer m-0 p-0">
                                <div class = "d-flex imgContainer justify-content-center m-0 p-0 w-100">
                                    <div class = "imgArea m-0 p-0">
                                        <img class = "img-fluid" src = "Images/Contact/YT.png" alt = "YT">
                                    </div>
                                </div>
                                <div class = "d-flex justify-content-center mb-0 ml-0 mr-0 p-0 topText w-100">
                                    <h2 class = "m-0 p-0 secondText">
                                        YOUTUBE
                                    </h2>
                                </div>
                                <div class = "bottomText d-flex justify-content-center mb-0 ml-0 mr-0 p-0">
                                    <h2 class = "bottomTextSecond m-0 p-0">
                                        FoodeX Channel
                                    </h2>
                                </div>
                            </div>
                        </div>
                    </div>
                    <!-- Mail Area -->
                    <div class = "block blockMail col-12 col-lg-4 mb-0 ml-0 mr-0 p-0">
                        <div class = "blockContent d-flex justify-content-end m-0 p-0">
                            <div class = "blockContainer m-0 p-0">
                                <div class = "d-flex imgContainer justify-content-center m-0 p-0 w-100">
                                    <div class = "imgArea m-0 p-0">
                                        <img class = "img-fluid" src = "Images/Contact/Mail.png" alt = "Mail">
                                    </div>
                                </div>
                                <div class = "d-flex justify-content-center mb-0 ml-0 mr-0 p-0 topText w-100">
                                    <h2 class = "m-0 p-0 thirdText">
                                        MAIL
                                    </h2>
                                </div>
                                <div class = "bottomText d-flex justify-content-center mb-0 ml-0 mr-0 p-0">
                                    <h2 class = "bottomTextThird m-0 p-0">
                                        foodex@email.com
                                    </h2>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
                <div class = "bottom mb-0 ml-0 mr-0 p-0">
                    <!-- Contact Form -->
                    <form action = "PHP/contact.php" class = "contactForm m-0 p-0 row" id = "formArea" method = "post">
                        <div class = "block col-12 col-lg-6 m-0 p-0 topLeft">
                            <input class = "field" id = "name" name = "userName" placeholder = "NAME" type = "text" required>
                        </div>
                        <div class = "block col-12 col-lg-6 m-0 p-0 topRight">
                            <input class = "field" name = "userCompany" placeholder = "COMPANY" type = "text">
                        </div>
                        <div class = "block col-12 col-lg-6 m-0 middleLeft p-0">
                            <input class = "field" name = "userPhone" placeholder = "PHONE" type = "tel" required>
                        </div>
                        <div class = "block col-12 col-lg-6 m-0 middleRight p-0">
                            <input class = "field" name = "userEmail" placeholder = "EMAIL" type = "email" required>
                        </div>
                        <div class = "block bottomForm col-12 m-0 p-0">
                            <textarea class = "field" name = "userMessage" placeholder = "MESSAGE"></textarea>
                        </div>
                        <div class = "buttonContainer d-flex justify-content-center m-0 p-0">
                            <div class = "buttonArea d-flex justify-content-center m-0 p-0">
                                <input class = "align-items-center d-flex justify-content-center m-0 p-0 submitButton" name = "submit" type = "submit" value = "SUBMIT">
                            </div>
                        </div>
                    </form>
                </div>
            
        

Subscribe - Img

Code Lines: 2496-2499
Subscribe, Img
            
                <!-- Image - Envelope -->
                <div class = "align-items-center d-flex imgArea justify-content-center m-0 p-0">
                    <img class = "img-fluid m-0 p-0" src = "Images/Subscribe/Envelope.png" alt = "Envelope">
                </div>
            
        

Subscribe - Form

Code Lines: 2501-2521
Subscribe, Form
            
                        <div class = "d-flex heading justify-content-center mb-0 ml-0 mr-0 p-0">
                            <h2 class = "m-0 p-0">
                                Subscribe!
                            </h2>
                        </div>
                        <div class = "mb-0 ml-0 mr-0 p-0 textContainer">
                            <h4 class = "m-0 p-0">
                                Enter your email for the newest updates.
                            </h4>
                        </div>
                    </div>
                </div>
                <div class = "bottom mb-0 ml-0 mr-0 p-0">
                    <!-- Subscribe Form -->
                    <form class = "m-0 p-0 row">
                        <input class = "col-12 col-md-6 field" name = "emailArea" placeholder = "Email Address" type = "email">
                        <div class = "col-12 col-md-6 mb-0 ml-0 mr-0 submitButton">
                            <input class = "submitSubscribe" name = "submitArea" type = "submit" value = "SUBSCRIBE">
                        </div>
                    </form>
                </div>
            
        

Footer - Logo

Code Lines: 2529-2534
Footer, Logo
            
                <!-- Logo -->
                <div class = "m-0 p-0 top">
                    <div class = "d-flex imageContainer justify-content-center m-0 p-0">
                        <img class = "img-fluid m-0 p-0" src = "Images/Footer/Logo.png" alt = "Logo" onclick = "window.location = '#header';">
                    </div>
                </div>
            
        

Footer - Text, Social Icons

Code Lines: 2535-2571
Footer, Other
            
                <!-- Text and Social Icons -->
                <div class = "mb-0 middle ml-0 mr-0 p-0">
                    <div class = "d-flex justify-content-center m-0 p-0 textOne">
                        <h3 class = "m-0 p-0">
                            Restaurant & Food Delivery
                        </h3>
                    </div>
                    <div class = "d-flex justify-content-center mb-0 ml-0 mr-0 p-0 textTwo">
                        <h4 class = "m-0 p-0">
                            FoodeX is a chain of the restaurants and food delivery service. We have a tradition for more than 100 years long. Visit FoodeX to taste delicious food & drinks.
                        </h4>
                    </div>
                    <div class = "d-flex justify-content-center mb-0 ml-0 mr-0 p-0 socialContainer">
                        <div class = "m-0 p-0 socialArea">
                            <div class = "d-inline icon iconOne p-0" onclick = "window.location = '#';">
                                <img class = "img-fluid m-0 p-0" src = "Images/Footer/Fb.png" alt = "Fb">
                            </div>
                            <div class = "d-inline icon iconTwo p-0" onclick = "window.location = '#';">
                                <img class = "img-fluid m-0 p-0" src = "Images/Footer/Twitter.png" alt = "Twitter">
                            </div>
                            <div class = "d-inline icon iconThree p-0" onclick = "window.location = '#';">
                                <img class = "img-fluid m-0 p-0" src = "Images/Footer/Linkedin.png" alt = "Linkedin">
                            </div>
                            <div class = "d-inline icon iconFour p-0" onclick = "window.location = '#';">
                                <img class = "img-fluid m-0 p-0" src = "Images/Footer/YT.png" alt = "YouTube">
                            </div>
                        </div>
                    </div>
                </div>
                <!-- Oxygen Themes Text -->
                <div class = "bottom ml-0 mr-0 p-0">
                    <div class = "d-flex justify-content-center m-0 p-0 textContainer">
                        <h3 class = "m-0 p-0">
                            Oxygen-ThemesĀ©, 2023
                        </h3>
                    </div>
                </div>
            
        

blogOne.html

Blog One - Top Img

Code Lines: 148-151
Blog One, Top Img
            
                <!-- Large Img -->
                <div class = "imgContainer m-0 p-0">
                    <img class = "img-fluid" src = "../Images/blogInside/Restaurant.png" alt = "Restaurant">
                </div>
            
        

Blog One - Text, Form, Right

Code Lines: 152-357
Blog One, Other
            
                    <div class = "mb-0 ml-0 mr-0 p-0 txtContainer">
                        <h3 class = "m-0 p-0">
                            January 2023 - Restaurant - by Mark Portello
                        </h3>
                    </div>
                    <div class = "headingContainer mb-0 ml-0 mr-0 p-0">
                        <h3 class = "m-0 p-0">
                            OPENED NEW RESTAURANT
                        </h3>
                    </div>
                    <!-- Large Text -->
                    <div class = "mb-0 ml-0 mr-0 p-0 txtContainerRestaurant">
                        <h4 class = "m-0 p-0">
                            Yesterday, in the morning, in the city centre, is opened our new restaurant. In this place, you will have a possibility to find our dessert program. We added the newest technologies to this place, with purpose to create the best sweet program in the world. Our experts work hard to follow the new recipes, to make excellent desserts. Visit us and be our tester - for the best sweet program.
                        </h4>
                    </div>
                    <!-- Author -->
                    <div class = "align-items-center author d-flex justify-content-center mb-0 ml-0 mr-0 p-0">
                        <div class = "imgText ml-0 mr-0 p-0 row">
                            <div class = "col-6 imgContainerAuthor m-0 p-0">
                                <img class = "img-fluid m-0 p-0" src = "../Images/blogInside/authorMark.png" alt = "Author">
                            </div>
                            <div class = "align-items-center col-6 d-flex justify-content-center m-0 p-0 textContainerAuthor">
                                <div class = "m-0 mailText p-0">
                                    <div class = "d-flex justify-content-center m-0 name p-0">
                                        <h2 class = "m-0 p-0">
                                            Mark Portello
                                        </h2>
                                    </div>
                                    <div class = "mb-0 ml-0 mr-0 mail p-0">
                                        <h3 class = "m-0 p-0">
                                            markportello@email.com
                                        </h3>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                    <div class = "comment mb-0 ml-0 mr-0 p-0">
                        <h2 class = "m-0 p-0">
                            1 Comment
                        </h2>
                    </div>
                    <div class = "commentAuthor mb-0 ml-0 mr-0 p-0">
                        <h4 class = "m-0 p-0">
                            ANA MARILLO
                        </h4>
                    </div>
                    <div class = "commentDate mb-0 ml-0 mr-0 p-0">
                        <h5 class = "m-0 p-0">
                            30/01/2023
                        </h5>
                    </div>
                    <div class = "commentText mb-0 ml-0 mr-0 p-0">
                        <h4 class = "m-0 p-0">
                            Excellent food. Recommendations!
                        </h4>
                    </div>
                    <div class = "leaveComment mb-0 ml-0 mr-0 p-0">
                        <h4 class = "m-0 p-0">
                            LEAVE YOUR COMMENT
                        </h4>
                    </div>
                    <!-- Comment Form -->
                    <form class = "mb-0 ml-0 mr-0 p-0 row">
                        <div class = "col-6 m-0 name p-0">
                            <input class = "m-0 nameField pl-0 pr-0 pt-0" id = "nameComment" name = "nameForComment" placeholder = "Name" type = "text" required>
                        </div>
                        <div class = "col-6 d-flex email justify-content-end m-0 p-0">
                            <input class = "emailField mb-0 mr-0 mt-0 pl-0 pr-0 pt-0" id = "emailComment" name = "emailForComment" placeholder = "Email" type = "email" required>
                        </div>
                        <div class = "col-12 mb-0 message ml-0 mr-0 pl-0 pr-0 pt-0">
                            <textarea class = "messageField" name = "messageComment" placeholder = "Comment"></textarea>
                        </div>
                        <div class = "buttonComment mb-0 ml-0 mr-0 pl-0 pr-0 pt-0">
                            <input class = "align-items-center d-flex justify-content-center m-0 p-0 submitComment" name = "submit" type = "submit" value = "Submit">
                        </div>
                    </form>
                </div>
                <div class = "col-12 col-xxl-6 d-flex justify-content-center justify-content-xxl-end mb-0 ml-0 mr-0 p-0 right">
                    <div class = "m-0 p-0 rightContent">
                        <!-- Categories -->
                        <div class = "categories m-0 p-0">
                            <div class = "heading m-0 p-0">
                                <h3 class = "m-0 p-0">
                                    CATEGORIES
                                </h3>
                            </div>
                            <div class = "mb-0 ml-0 mr-0 p-0 text">
                                <h3 class = "mb-0 ml-0 mr-0 p-0 text-center textOne text-xxl-left">
                                    Cakes
                                </h3>
                                <h3 class = "mb-0 ml-0 mr-0 p-0 text-center textTwo text-xxl-left">
                                    Cupcakes
                                </h3>
                                <h3 class = "mb-0 ml-0 mr-0 p-0 text-center textThree text-xxl-left">
                                    Pancakes
                                </h3>
                                <h3 class = "mb-0 ml-0 mr-0 p-0 text-center textFour text-xxl-left">
                                    Restaurant
                                </h3>
                            </div>
                        </div>
                        <!-- Other Posts -->
                        <div class = "mb-0 ml-0 mr-0 p-0 posts">
                            <div class = "heading m-0 p-0">
                                <h3 class = "m-0 p-0 text-center text-xxl-left">
                                    OTHER POSTS
                                </h3>
                            </div>
                            <div class = "block mb-0 ml-0 mr-0 p-0 row top">
                                <div class = "col-6 imgContainer m-0 p-0">
                                    <img class = "img-fluid m-0 p-0" src = "../Images/blogInside/Cake.png" alt = "Cake">
                                </div>
                                <div class = "align-items-center col-6 d-flex mb-0 mr-0 p-0 textContainer">
                                    <div class = "mb-0 mr-0 mt-0 pb-0 pr-0 pt-0 textArea">
                                        <h3 class = "m-0 p-0">
                                            Taste our Cakes
                                        </h3>
                                        <h4 class = "mb-0 ml-0 mr-0 p-0">
                                            February 2023
                                        </h4>
                                    </div>
                                </div>
                            </div>
                            <div class = "block mb-0 middle ml-0 mr-0 p-0 row">
                                <div class = "col-6 imgContainer m-0 p-0">
                                    <img class = "img-fluid m-0 p-0" src = "../Images/blogInside/Cupcake.png" alt = "Cupcake">
                                </div>
                                <div class = "align-items-center col-6 d-flex mb-0 mr-0 p-0 textContainer">
                                    <div class = "mb-0 mr-0 mt-0 pb-0 pr-0 pt-0 textArea">
                                        <h3 class = "m-0 p-0">
                                            Our Cupcakes Recipe
                                        </h3>
                                        <h4 class = "mb-0 ml-0 mr-0 p-0">
                                            February 2023
                                        </h4>
                                    </div>
                                </div>
                            </div>
                            <div class = "block bottom mb-0 ml-0 mr-0 p-0 row">
                                <div class = "col-6 imgContainer m-0 p-0">
                                    <img class = "img-fluid m-0 p-0" src = "../Images/blogInside/Pancakes.png" alt = "Pancakes">
                                </div>
                                <div class = "align-items-center col-6 d-flex mb-0 mr-0 p-0 textContainer">
                                    <div class = "mb-0 mr-0 mt-0 pb-0 pr-0 pt-0 textArea">
                                        <h3 class = "m-0 p-0">
                                            Pancakes for Breakfast
                                        </h3>
                                        <h4 class = "mb-0 ml-0 mr-0 p-0">
                                            February 2023
                                        </h4>
                                    </div>
                                </div>
                            </div>
                        </div>
                        <!-- Tags -->
                        <div class = "mb-0 ml-0 mr-0 p-0 tags">
                            <div class = "heading m-0 p-0">
                                <h3 class = "m-0 p-0">
                                    TAGS
                                </h3>
                            </div>
                            <div class = "mb-0 ml-0 mr-0 p-0 tagsText">
                                <h3 class = "m-0 p-0">
                                    Burgers -> Cakes -> Desserts -> Drinks
                                </h3>
                                <h3 class = "mb-0 ml-0 mr-0 p-0 textBottom">
                                    Food -> Pancakes -> Restaurants
                                </h3>
                            </div>
                        </div>
                        <!-- Follow Us -->
                        <div class = "follow mb-0 ml-0 mr-0 p-0">
                            <div class = "heading m-0 p-0">
                                <h3 class = "m-0 p-0">
                                    FOLLOW US
                                </h3>
                            </div>
                            <div class = "d-flex iconsContainer justify-content-center justify-content-xxl-start mb-0 ml-0 mr-0 p-0">
                                <div class = "icons m-0 p-0">
                                    <div class = "followImgContainer p-0">
                                        <a href = "https://www.facebook.com/">
                                            <img class = "img-fluid" src = "../Images/blogInside/blogInsideFb.png" alt = "Fb">
                                        </a>
                                    </div>
                                    <div class = "followImgContainer p-0">
                                        <a href = "https://twitter.com/">
                                            <img class = "img-fluid" src = "../Images/blogInside/blogInsideTwitter.png" alt = "Twitter">
                                        </a>
                                    </div>
                                    <div class = "followImgContainer p-0">
                                        <a href = "https://www.linkedin.com/">
                                            <img class = "img-fluid" src = "../Images/blogInside/blogInsideLinkedin.png" alt = "Linkedin">
                                        </a>
                                    </div>
                                    <div class = "followImgContainer p-0">
                                        <a href = "https://www.youtube.com/">
                                            <img class = "img-fluid" src = "../Images/blogInside/blogInsideYT.png" alt = "YouTube">
                                        </a>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            
        

blogTwo.html

Blog Two - Top Img

Code Lines: 148-151
Blog Two, Top Img
            
                <!-- Large Img -->
                <div class = "imgContainer m-0 p-0">
                    <img class = "img-fluid" src = "../Images/blogInside/Cake.png" alt = "Cake">
                </div>
            
        

Blog Two - Text, Form, Right

Code Lines: 152-357
Blog Two, Other
            
                    <div class = "mb-0 ml-0 mr-0 p-0 txtContainer">
                        <h3 class = "m-0 p-0">
                            February 2023 - Cakes - by Susan Vecchio
                        </h3>
                    </div>
                    <div class = "headingContainer mb-0 ml-0 mr-0 p-0">
                        <h3 class = "m-0 p-0">
                            TASTE OUR CAKES
                        </h3>
                    </div>
                    <!-- Large Text -->
                    <div class = "mb-0 ml-0 mr-0 p-0 txtContainerRestaurant">
                        <h4 class = "m-0 p-0">
                            We made a new challenge - Taste Our Cakes. We invite all cake - lovers to taste our new products. We believe that you will be super satisfied. Our cakemakers create the best cakes in the world. You just need to sign in on our mobile app, and you are in. We promise couple of the sweetest hours in your life. If you need more info about this challenge, be free to contact us.
                        </h4>
                    </div>
                    <!-- Author -->
                    <div class = "align-items-center author d-flex justify-content-center mb-0 ml-0 mr-0 p-0">
                        <div class = "imgText ml-0 mr-0 p-0 row">
                            <div class = "col-6 imgContainerAuthor m-0 p-0">
                                <img class = "img-fluid m-0 p-0" src = "../Images/blogInside/authorSusan.png" alt = "Author">
                            </div>
                            <div class = "align-items-center col-6 d-flex justify-content-center m-0 p-0 textContainerAuthor">
                                <div class = "m-0 mailText p-0">
                                    <div class = "d-flex justify-content-center m-0 name p-0">
                                        <h2 class = "m-0 p-0">
                                            Susan Vecchio
                                        </h2>
                                    </div>
                                    <div class = "mb-0 ml-0 mr-0 mail p-0">
                                        <h3 class = "m-0 p-0">
                                            susanvecchio@email.com
                                        </h3>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                    <div class = "comment mb-0 ml-0 mr-0 p-0">
                        <h2 class = "m-0 p-0">
                            1 Comment
                        </h2>
                    </div>
                    <div class = "commentAuthor mb-0 ml-0 mr-0 p-0">
                        <h4 class = "m-0 p-0">
                            SERGIO FUNNINO
                        </h4>
                    </div>
                    <div class = "commentDate mb-0 ml-0 mr-0 p-0">
                        <h5 class = "m-0 p-0">
                            03/02/2023
                        </h5>
                    </div>
                    <div class = "commentText mb-0 ml-0 mr-0 p-0">
                        <h4 class = "m-0 p-0">
                            I like this challenge!
                        </h4>
                    </div>
                    <div class = "leaveComment mb-0 ml-0 mr-0 p-0">
                        <h4 class = "m-0 p-0">
                            LEAVE YOUR COMMENT
                        </h4>
                    </div>
                    <!-- Comment Form -->
                    <form class = "mb-0 ml-0 mr-0 p-0 row">
                        <div class = "col-6 m-0 name p-0">
                            <input class = "m-0 nameField pl-0 pr-0 pt-0" id = "nameComment" name = "nameForComment" placeholder = "Name" type = "text" required>
                        </div>
                        <div class = "col-6 d-flex email justify-content-end m-0 p-0">
                            <input class = "emailField mb-0 mr-0 mt-0 pl-0 pr-0 pt-0" id = "emailComment" name = "emailForComment" placeholder = "Email" type = "email" required>
                        </div>
                        <div class = "col-12 mb-0 message ml-0 mr-0 pl-0 pr-0 pt-0">
                            <textarea class = "messageField" name = "messageComment" placeholder = "Comment"></textarea>
                        </div>
                        <div class = "buttonComment mb-0 ml-0 mr-0 pl-0 pr-0 pt-0">
                            <input class = "align-items-center d-flex justify-content-center m-0 p-0 submitComment" name = "submit" type = "submit" value = "Submit">
                        </div>
                    </form>
                </div>
                <div class = "col-12 col-xxl-6 d-flex justify-content-center justify-content-xxl-end mb-0 ml-0 mr-0 p-0 right">
                    <div class = "m-0 p-0 rightContent">
                        <!-- Categories -->
                        <div class = "categories m-0 p-0">
                            <div class = "heading m-0 p-0">
                                <h3 class = "m-0 p-0">
                                    CATEGORIES
                                </h3>
                            </div>
                            <div class = "mb-0 ml-0 mr-0 p-0 text">
                                <h3 class = "mb-0 ml-0 mr-0 p-0 text-center textOne text-xxl-left">
                                    Cakes
                                </h3>
                                <h3 class = "mb-0 ml-0 mr-0 p-0 text-center textTwo text-xxl-left">
                                    Cupcakes
                                </h3>
                                <h3 class = "mb-0 ml-0 mr-0 p-0 text-center textThree text-xxl-left">
                                    Pancakes
                                </h3>
                                <h3 class = "mb-0 ml-0 mr-0 p-0 text-center textFour text-xxl-left">
                                    Restaurant
                                </h3>
                            </div>
                        </div>
                        <!-- Other Posts -->
                        <div class = "mb-0 ml-0 mr-0 p-0 posts">
                            <div class = "heading m-0 p-0">
                                <h3 class = "m-0 p-0 text-center text-xxl-left">
                                    OTHER POSTS
                                </h3>
                            </div>
                            <div class = "block mb-0 ml-0 mr-0 p-0 row top">
                                <div class = "col-6 imgContainer m-0 p-0">
                                    <img class = "img-fluid m-0 p-0" src = "../Images/blogInside/Restaurant.png" alt = "Restaurant">
                                </div>
                                <div class = "align-items-center col-6 d-flex mb-0 mr-0 p-0 textContainer">
                                    <div class = "mb-0 mr-0 mt-0 pb-0 pr-0 pt-0 textArea">
                                        <h3 class = "m-0 p-0">
                                            Opened New Rest.
                                        </h3>
                                        <h4 class = "mb-0 ml-0 mr-0 p-0">
                                            January 2023
                                        </h4>
                                    </div>
                                </div>
                            </div>
                            <div class = "block mb-0 middle ml-0 mr-0 p-0 row">
                                <div class = "col-6 imgContainer m-0 p-0">
                                    <img class = "img-fluid m-0 p-0" src = "../Images/blogInside/Cupcake.png" alt = "Cupcake">
                                </div>
                                <div class = "align-items-center col-6 d-flex mb-0 mr-0 p-0 textContainer">
                                    <div class = "mb-0 mr-0 mt-0 pb-0 pr-0 pt-0 textArea">
                                        <h3 class = "m-0 p-0">
                                            Our Cupcakes Recipe
                                        </h3>
                                        <h4 class = "mb-0 ml-0 mr-0 p-0">
                                            February 2023
                                        </h4>
                                    </div>
                                </div>
                            </div>
                            <div class = "block bottom mb-0 ml-0 mr-0 p-0 row">
                                <div class = "col-6 imgContainer m-0 p-0">
                                    <img class = "img-fluid m-0 p-0" src = "../Images/blogInside/Pancakes.png" alt = "Pancakes">
                                </div>
                                <div class = "align-items-center col-6 d-flex mb-0 mr-0 p-0 textContainer">
                                    <div class = "mb-0 mr-0 mt-0 pb-0 pr-0 pt-0 textArea">
                                        <h3 class = "m-0 p-0">
                                            Pancakes for Breakfast
                                        </h3>
                                        <h4 class = "mb-0 ml-0 mr-0 p-0">
                                            February 2023
                                        </h4>
                                    </div>
                                </div>
                            </div>
                        </div>
                        <!-- Tags -->
                        <div class = "mb-0 ml-0 mr-0 p-0 tags">
                            <div class = "heading m-0 p-0">
                                <h3 class = "m-0 p-0">
                                    TAGS
                                </h3>
                            </div>
                            <div class = "mb-0 ml-0 mr-0 p-0 tagsText">
                                <h3 class = "m-0 p-0">
                                    Burgers -> Cakes -> Desserts -> Drinks
                                </h3>
                                <h3 class = "mb-0 ml-0 mr-0 p-0 textBottom">
                                    Food -> Pancakes -> Restaurants
                                </h3>
                            </div>
                        </div>
                        <!-- Follow Us -->
                        <div class = "follow mb-0 ml-0 mr-0 p-0">
                            <div class = "heading m-0 p-0">
                                <h3 class = "m-0 p-0">
                                    FOLLOW US
                                </h3>
                            </div>
                            <div class = "d-flex iconsContainer justify-content-center justify-content-xxl-start mb-0 ml-0 mr-0 p-0">
                                <div class = "icons m-0 p-0">
                                    <div class = "followImgContainer p-0">
                                        <a href = "https://www.facebook.com/">
                                            <img class = "img-fluid" src = "../Images/blogInside/blogInsideFb.png" alt = "Fb">
                                        </a>
                                    </div>
                                    <div class = "followImgContainer p-0">
                                        <a href = "https://twitter.com/">
                                            <img class = "img-fluid" src = "../Images/blogInside/blogInsideTwitter.png" alt = "Twitter">
                                        </a>
                                    </div>
                                    <div class = "followImgContainer p-0">
                                        <a href = "https://www.linkedin.com/">
                                            <img class = "img-fluid" src = "../Images/blogInside/blogInsideLinkedin.png" alt = "Linkedin">
                                        </a>
                                    </div>
                                    <div class = "followImgContainer p-0">
                                        <a href = "https://www.youtube.com/">
                                            <img class = "img-fluid" src = "../Images/blogInside/blogInsideYT.png" alt = "YouTube">
                                        </a>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            
        

blogThree.html

Blog Three - Top Img

Code Lines: 148-151
Blog Three, Top Img
            
                <!-- Large Img -->
                <div class = "imgContainer m-0 p-0">
                    <img class = "img-fluid" src = "../Images/blogInside/Cupcake.png" alt = "Cupcake">
                </div>
            
        

Blog Three - Text, Form, Right

Code Lines: 152-357
Blog Three, Other
            
                    <div class = "mb-0 ml-0 mr-0 p-0 txtContainer">
                        <h3 class = "m-0 p-0">
                            February 2023 - Cupcakes - by Dilan Sergio
                        </h3>
                    </div>
                    <div class = "headingContainer mb-0 ml-0 mr-0 p-0">
                        <h3 class = "m-0 p-0">
                            OUR CUPCAKES RECIPE
                        </h3>
                    </div>
                    <!-- Large Text -->
                    <div class = "mb-0 ml-0 mr-0 p-0 txtContainerRestaurant">
                        <h4 class = "m-0 p-0">
                            Recently, we have created our new recipe for cupcakes. For now, it is a secret, and you will only in our restaurant have a possibility to taste our cupcakes. In the future, we will continue to develop new recipes for our cupcakes, and you are all invited to enjoy in new flavours of our new cupcakes. Our restaurant is all about quality food, and good company.
                        </h4>
                    </div>
                    <!-- Author -->
                    <div class = "align-items-center author d-flex justify-content-center mb-0 ml-0 mr-0 p-0">
                        <div class = "imgText ml-0 mr-0 p-0 row">
                            <div class = "col-6 imgContainerAuthor m-0 p-0">
                                <img class = "img-fluid m-0 p-0" src = "../Images/blogInside/authorDilan.png" alt = "Author">
                            </div>
                            <div class = "align-items-center col-6 d-flex justify-content-center m-0 p-0 textContainerAuthor">
                                <div class = "m-0 mailText p-0">
                                    <div class = "d-flex justify-content-center m-0 name p-0">
                                        <h2 class = "m-0 p-0">
                                            Dilan Sergio
                                        </h2>
                                    </div>
                                    <div class = "mb-0 ml-0 mr-0 mail p-0">
                                        <h3 class = "m-0 p-0">
                                            dilansergio@email.com
                                        </h3>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                    <div class = "comment mb-0 ml-0 mr-0 p-0">
                        <h2 class = "m-0 p-0">
                            1 Comment
                        </h2>
                    </div>
                    <div class = "commentAuthor mb-0 ml-0 mr-0 p-0">
                        <h4 class = "m-0 p-0">
                            VANESSA RUBIN
                        </h4>
                    </div>
                    <div class = "commentDate mb-0 ml-0 mr-0 p-0">
                        <h5 class = "m-0 p-0">
                            04/02/2023
                        </h5>
                    </div>
                    <div class = "commentText mb-0 ml-0 mr-0 p-0">
                        <h4 class = "m-0 p-0">
                            Try their cupcakes. You will be delighted!
                        </h4>
                    </div>
                    <div class = "leaveComment mb-0 ml-0 mr-0 p-0">
                        <h4 class = "m-0 p-0">
                            LEAVE YOUR COMMENT
                        </h4>
                    </div>
                    <!-- Comment Form -->
                    <form class = "mb-0 ml-0 mr-0 p-0 row">
                        <div class = "col-6 m-0 name p-0">
                            <input class = "m-0 nameField pl-0 pr-0 pt-0" id = "nameComment" name = "nameForComment" placeholder = "Name" type = "text" required>
                        </div>
                        <div class = "col-6 d-flex email justify-content-end m-0 p-0">
                            <input class = "emailField mb-0 mr-0 mt-0 pl-0 pr-0 pt-0" id = "emailComment" name = "emailForComment" placeholder = "Email" type = "email" required>
                        </div>
                        <div class = "col-12 mb-0 message ml-0 mr-0 pl-0 pr-0 pt-0">
                            <textarea class = "messageField" name = "messageComment" placeholder = "Comment"></textarea>
                        </div>
                        <div class = "buttonComment mb-0 ml-0 mr-0 pl-0 pr-0 pt-0">
                            <input class = "align-items-center d-flex justify-content-center m-0 p-0 submitComment" name = "submit" type = "submit" value = "Submit">
                        </div>
                    </form>
                </div>
                <div class = "col-12 col-xxl-6 d-flex justify-content-center justify-content-xxl-end mb-0 ml-0 mr-0 p-0 right">
                    <div class = "m-0 p-0 rightContent">
                        <!-- Categories -->
                        <div class = "categories m-0 p-0">
                            <div class = "heading m-0 p-0">
                                <h3 class = "m-0 p-0">
                                    CATEGORIES
                                </h3>
                            </div>
                            <div class = "mb-0 ml-0 mr-0 p-0 text">
                                <h3 class = "mb-0 ml-0 mr-0 p-0 text-center textOne text-xxl-left">
                                    Cakes
                                </h3>
                                <h3 class = "mb-0 ml-0 mr-0 p-0 text-center textTwo text-xxl-left">
                                    Cupcakes
                                </h3>
                                <h3 class = "mb-0 ml-0 mr-0 p-0 text-center textThree text-xxl-left">
                                    Pancakes
                                </h3>
                                <h3 class = "mb-0 ml-0 mr-0 p-0 text-center textFour text-xxl-left">
                                    Restaurant
                                </h3>
                            </div>
                        </div>
                        <!-- Other Posts -->
                        <div class = "mb-0 ml-0 mr-0 p-0 posts">
                            <div class = "heading m-0 p-0">
                                <h3 class = "m-0 p-0 text-center text-xxl-left">
                                    OTHER POSTS
                                </h3>
                            </div>
                            <div class = "block mb-0 ml-0 mr-0 p-0 row top">
                                <div class = "col-6 imgContainer m-0 p-0">
                                    <img class = "img-fluid m-0 p-0" src = "../Images/blogInside/Restaurant.png" alt = "Restaurant">
                                </div>
                                <div class = "align-items-center col-6 d-flex mb-0 mr-0 p-0 textContainer">
                                    <div class = "mb-0 mr-0 mt-0 pb-0 pr-0 pt-0 textArea">
                                        <h3 class = "m-0 p-0">
                                            Opened New Rest.
                                        </h3>
                                        <h4 class = "mb-0 ml-0 mr-0 p-0">
                                            January 2023
                                        </h4>
                                    </div>
                                </div>
                            </div>
                            <div class = "block mb-0 middle ml-0 mr-0 p-0 row">
                                <div class = "col-6 imgContainer m-0 p-0">
                                    <img class = "img-fluid m-0 p-0" src = "../Images/blogInside/Cake.png" alt = "Cake">
                                </div>
                                <div class = "align-items-center col-6 d-flex mb-0 mr-0 p-0 textContainer">
                                    <div class = "mb-0 mr-0 mt-0 pb-0 pr-0 pt-0 textArea">
                                        <h3 class = "m-0 p-0">
                                            Taste Our Cakes
                                        </h3>
                                        <h4 class = "mb-0 ml-0 mr-0 p-0">
                                            February 2023
                                        </h4>
                                    </div>
                                </div>
                            </div>
                            <div class = "block bottom mb-0 ml-0 mr-0 p-0 row">
                                <div class = "col-6 imgContainer m-0 p-0">
                                    <img class = "img-fluid m-0 p-0" src = "../Images/blogInside/Pancakes.png" alt = "Pancakes">
                                </div>
                                <div class = "align-items-center col-6 d-flex mb-0 mr-0 p-0 textContainer">
                                    <div class = "mb-0 mr-0 mt-0 pb-0 pr-0 pt-0 textArea">
                                        <h3 class = "m-0 p-0">
                                            Pancakes for Breakfast
                                        </h3>
                                        <h4 class = "mb-0 ml-0 mr-0 p-0">
                                            February 2023
                                        </h4>
                                    </div>
                                </div>
                            </div>
                        </div>
                        <!-- Tags -->
                        <div class = "mb-0 ml-0 mr-0 p-0 tags">
                            <div class = "heading m-0 p-0">
                                <h3 class = "m-0 p-0">
                                    TAGS
                                </h3>
                            </div>
                            <div class = "mb-0 ml-0 mr-0 p-0 tagsText">
                                <h3 class = "m-0 p-0">
                                    Burgers -> Cakes -> Desserts -> Drinks
                                </h3>
                                <h3 class = "mb-0 ml-0 mr-0 p-0 textBottom">
                                    Food -> Pancakes -> Restaurants
                                </h3>
                            </div>
                        </div>
                        <!-- Follow Us -->
                        <div class = "follow mb-0 ml-0 mr-0 p-0">
                            <div class = "heading m-0 p-0">
                                <h3 class = "m-0 p-0">
                                    FOLLOW US
                                </h3>
                            </div>
                            <div class = "d-flex iconsContainer justify-content-center justify-content-xxl-start mb-0 ml-0 mr-0 p-0">
                                <div class = "icons m-0 p-0">
                                    <div class = "followImgContainer p-0">
                                        <a href = "https://www.facebook.com/">
                                            <img class = "img-fluid" src = "../Images/blogInside/blogInsideFb.png" alt = "Fb">
                                        </a>
                                    </div>
                                    <div class = "followImgContainer p-0">
                                        <a href = "https://twitter.com/">
                                            <img class = "img-fluid" src = "../Images/blogInside/blogInsideTwitter.png" alt = "Twitter">
                                        </a>
                                    </div>
                                    <div class = "followImgContainer p-0">
                                        <a href = "https://www.linkedin.com/">
                                            <img class = "img-fluid" src = "../Images/blogInside/blogInsideLinkedin.png" alt = "Linkedin">
                                        </a>
                                    </div>
                                    <div class = "followImgContainer p-0">
                                        <a href = "https://www.youtube.com/">
                                            <img class = "img-fluid" src = "../Images/blogInside/blogInsideYT.png" alt = "YouTube">
                                        </a>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            
        

blogFour.html

Blog Four - Top Img

Code Lines: 148-151
Blog Four, Top
            
                <!-- Large Img -->
                <div class = "imgContainer m-0 p-0">
                    <img class = "img-fluid" src = "../Images/blogInside/Pancakes.png" alt = "Pancakes">
                </div>
            
        

Blog Four - Text, Form, Right

Code Lines: 152-357
Blog Four, Other
            
                    <div class = "mb-0 ml-0 mr-0 p-0 txtContainer">
                        <h3 class = "m-0 p-0">
                            February 2023 - Pancakes - by Alissa Seedorf
                        </h3>
                    </div>
                    <div class = "headingContainer mb-0 ml-0 mr-0 p-0">
                        <h3 class = "m-0 p-0">
                            PANCAKES FOR BREAKFAST
                        </h3>
                    </div>
                    <!-- Large Text -->
                    <div class = "mb-0 ml-0 mr-0 p-0 txtContainerRestaurant">
                        <h4 class = "m-0 p-0">
                            If you donā€™t know what to prepare for quality breakfast - make the pancakes. Fill them with jam, Nutella or your favourite chocolate sirup. We like to fill our pancakes with Nutella, and it's simple delicious meal for the breakfast. Also, if you prefer healthier food, we offer our pancakes filled with some fruit jam. Visit us, and try our pancakes. We believe that you will back again.
                        </h4>
                    </div>
                    <!-- Author -->
                    <div class = "align-items-center author d-flex justify-content-center mb-0 ml-0 mr-0 p-0">
                        <div class = "imgText ml-0 mr-0 p-0 row">
                            <div class = "col-6 imgContainerAuthor m-0 p-0">
                                <img class = "img-fluid m-0 p-0" src = "../Images/blogInside/authorAlissa.png" alt = "Author">
                            </div>
                            <div class = "align-items-center col-6 d-flex justify-content-center m-0 p-0 textContainerAuthor">
                                <div class = "m-0 mailText p-0">
                                    <div class = "d-flex justify-content-center m-0 name p-0">
                                        <h2 class = "m-0 p-0">
                                            Alissa Seedorf
                                        </h2>
                                    </div>
                                    <div class = "mb-0 ml-0 mr-0 mail p-0">
                                        <h3 class = "m-0 p-0">
                                            alissaseedorf@email.com
                                        </h3>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                    <div class = "comment mb-0 ml-0 mr-0 p-0">
                        <h2 class = "m-0 p-0">
                            1 Comment
                        </h2>
                    </div>
                    <div class = "commentAuthor mb-0 ml-0 mr-0 p-0">
                        <h4 class = "m-0 p-0">
                            DAVID JOHNSON
                        </h4>
                    </div>
                    <div class = "commentDate mb-0 ml-0 mr-0 p-0">
                        <h5 class = "m-0 p-0">
                            04/02/2023
                        </h5>
                    </div>
                    <div class = "commentText mb-0 ml-0 mr-0 p-0">
                        <h4 class = "m-0 p-0">
                            Pancakes with Nutella are the best in the city.
                        </h4>
                    </div>
                    <div class = "leaveComment mb-0 ml-0 mr-0 p-0">
                        <h4 class = "m-0 p-0">
                            LEAVE YOUR COMMENT
                        </h4>
                    </div>
                    <!-- Comment Form -->
                    <form class = "mb-0 ml-0 mr-0 p-0 row">
                        <div class = "col-6 m-0 name p-0">
                            <input class = "m-0 nameField pl-0 pr-0 pt-0" id = "nameComment" name = "nameForComment" placeholder = "Name" type = "text" required>
                        </div>
                        <div class = "col-6 d-flex email justify-content-end m-0 p-0">
                            <input class = "emailField mb-0 mr-0 mt-0 pl-0 pr-0 pt-0" id = "emailComment" name = "emailForComment" placeholder = "Email" type = "email" required>
                        </div>
                        <div class = "col-12 mb-0 message ml-0 mr-0 pl-0 pr-0 pt-0">
                            <textarea class = "messageField" name = "messageComment" placeholder = "Comment"></textarea>
                        </div>
                        <div class = "buttonComment mb-0 ml-0 mr-0 pl-0 pr-0 pt-0">
                            <input class = "align-items-center d-flex justify-content-center m-0 p-0 submitComment" name = "submit" type = "submit" value = "Submit">
                        </div>
                    </form>
                </div>
                <div class = "col-12 col-xxl-6 d-flex justify-content-center justify-content-xxl-end mb-0 ml-0 mr-0 p-0 right">
                    <div class = "m-0 p-0 rightContent">
                        <!-- Categories -->
                        <div class = "categories m-0 p-0">
                            <div class = "heading m-0 p-0">
                                <h3 class = "m-0 p-0">
                                    CATEGORIES
                                </h3>
                            </div>
                            <div class = "mb-0 ml-0 mr-0 p-0 text">
                                <h3 class = "mb-0 ml-0 mr-0 p-0 text-center textOne text-xxl-left">
                                    Cakes
                                </h3>
                                <h3 class = "mb-0 ml-0 mr-0 p-0 text-center textTwo text-xxl-left">
                                    Cupcakes
                                </h3>
                                <h3 class = "mb-0 ml-0 mr-0 p-0 text-center textThree text-xxl-left">
                                    Pancakes
                                </h3>
                                <h3 class = "mb-0 ml-0 mr-0 p-0 text-center textFour text-xxl-left">
                                    Restaurant
                                </h3>
                            </div>
                        </div>
                        <!-- Other Posts -->
                        <div class = "mb-0 ml-0 mr-0 p-0 posts">
                            <div class = "heading m-0 p-0">
                                <h3 class = "m-0 p-0 text-center text-xxl-left">
                                    OTHER POSTS
                                </h3>
                            </div>
                            <div class = "block mb-0 ml-0 mr-0 p-0 row top">
                                <div class = "col-6 imgContainer m-0 p-0">
                                    <img class = "img-fluid m-0 p-0" src = "../Images/blogInside/Restaurant.png" alt = "Restaurant">
                                </div>
                                <div class = "align-items-center col-6 d-flex mb-0 mr-0 p-0 textContainer">
                                    <div class = "mb-0 mr-0 mt-0 pb-0 pr-0 pt-0 textArea">
                                        <h3 class = "m-0 p-0">
                                            Opened New Rest.
                                        </h3>
                                        <h4 class = "mb-0 ml-0 mr-0 p-0">
                                            January 2023
                                        </h4>
                                    </div>
                                </div>
                            </div>
                            <div class = "block mb-0 middle ml-0 mr-0 p-0 row">
                                <div class = "col-6 imgContainer m-0 p-0">
                                    <img class = "img-fluid m-0 p-0" src = "../Images/blogInside/Cake.png" alt = "Cake">
                                </div>
                                <div class = "align-items-center col-6 d-flex mb-0 mr-0 p-0 textContainer">
                                    <div class = "mb-0 mr-0 mt-0 pb-0 pr-0 pt-0 textArea">
                                        <h3 class = "m-0 p-0">
                                            Taste Our Cakes
                                        </h3>
                                        <h4 class = "mb-0 ml-0 mr-0 p-0">
                                            February 2023
                                        </h4>
                                    </div>
                                </div>
                            </div>
                            <div class = "block bottom mb-0 ml-0 mr-0 p-0 row">
                                <div class = "col-6 imgContainer m-0 p-0">
                                    <img class = "img-fluid m-0 p-0" src = "../Images/blogInside/Cupcake.png" alt = "Cupcake">
                                </div>
                                <div class = "align-items-center col-6 d-flex mb-0 mr-0 p-0 textContainer">
                                    <div class = "mb-0 mr-0 mt-0 pb-0 pr-0 pt-0 textArea">
                                        <h3 class = "m-0 p-0">
                                            Our Cupcakes Recipe
                                        </h3>
                                        <h4 class = "mb-0 ml-0 mr-0 p-0">
                                            February 2023
                                        </h4>
                                    </div>
                                </div>
                            </div>
                        </div>
                        <!-- Tags -->
                        <div class = "mb-0 ml-0 mr-0 p-0 tags">
                            <div class = "heading m-0 p-0">
                                <h3 class = "m-0 p-0">
                                    TAGS
                                </h3>
                            </div>
                            <div class = "mb-0 ml-0 mr-0 p-0 tagsText">
                                <h3 class = "m-0 p-0">
                                    Burgers -> Cakes -> Desserts -> Drinks
                                </h3>
                                <h3 class = "mb-0 ml-0 mr-0 p-0 textBottom">
                                    Food -> Pancakes -> Restaurants
                                </h3>
                            </div>
                        </div>
                        <!-- Follow Us -->
                        <div class = "follow mb-0 ml-0 mr-0 p-0">
                            <div class = "heading m-0 p-0">
                                <h3 class = "m-0 p-0">
                                    FOLLOW US
                                </h3>
                            </div>
                            <div class = "d-flex iconsContainer justify-content-center justify-content-xxl-start mb-0 ml-0 mr-0 p-0">
                                <div class = "icons m-0 p-0">
                                    <div class = "followImgContainer p-0">
                                        <a href = "https://www.facebook.com/">
                                            <img class = "img-fluid" src = "../Images/blogInside/blogInsideFb.png" alt = "Fb">
                                        </a>
                                    </div>
                                    <div class = "followImgContainer p-0">
                                        <a href = "https://twitter.com/">
                                            <img class = "img-fluid" src = "../Images/blogInside/blogInsideTwitter.png" alt = "Twitter">
                                        </a>
                                    </div>
                                    <div class = "followImgContainer p-0">
                                        <a href = "https://www.linkedin.com/">
                                            <img class = "img-fluid" src = "../Images/blogInside/blogInsideLinkedin.png" alt = "Linkedin">
                                        </a>
                                    </div>
                                    <div class = "followImgContainer p-0">
                                        <a href = "https://www.youtube.com/">
                                            <img class = "img-fluid" src = "../Images/blogInside/blogInsideYT.png" alt = "YouTube">
                                        </a>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            
        

10

SCSS

If you need to change styling of this web template, you use SCSS files. In this documentation you can find more about colors, fonts, mixins, variables, imports, and containers on Header, About, Research, Science, Projects, News, Contact and Footer section, but if you need to make more serious changes, you are free to ask for help and support. Also, there are comments within the SCSS code for easier orientation. Notice: "Show Code" section is without media queries. For changes within media queries part, be free to ask for support.

Version - Mover

loader.scss

Loader, Background

Code Lines: 30-40
Loader, Background
        
            .loaderContent 
            {
                background:url("../../../Images/mainContainer/backgroundStyler.png");
                background-position:fixed;
                background-repeat:no-repeat;
                background-size:cover;
                height:100%;
                -moz-background-size:cover;
                -o-background-size:cover;
                -webkit-background-size:cover;
                width:100%;
        
    

Loader, Spinner, Text

Code Lines: 41-220
Loader, Spinner, Text
        
            .spinnerText 
            {
                @keyframes pizzaFourAnim 
                {
                    0% 
                    {
                    transform: translate(-20%, 20%) rotateZ(-90deg);
                    opacity: 0;
                    }
                    30% 
                    {
                    transform: translate(-20%, 20%) rotateZ(-90deg);
                    opacity: 0;
                    }
                    40% 
                    {
                    transform: translate(0%, 0%) rotateZ(-90deg);
                    opacity: 1;
                    }
                    80% 
                    {
                    transform: translate(0%, 0%) rotateZ(-90deg);
                    opacity: 1;
                    }
                    90% 
                    {
                    transform: translate(-20%, 20%) rotateZ(-90deg);
                    opacity: 0;
                    }
                    100% 
                    {
                    transform: translate(-20%, 20%) rotateZ(-90deg);
                    opacity: 0;
                    }
                }
                @keyframes pizzaOneAnim 
                {
                    0% 
                    {
                    transform: translate(-20%, -20%);
                    opacity: 0;
                    }
                    10% 
                    {
                    transform: translate(0%, 0%);
                    opacity: 1;
                    }
                    50% 
                    {
                    transform: translate(0%, 0%);
                    opacity: 1;
                    }
                    60% 
                    {
                    transform: translate(-20%, -20%);
                    opacity: 0;
                    }
                    100% 
                    {
                    transform: translate(-20%, -20%);
                    opacity: 0;
                    }
                }
                @keyframes pizzaThreeAnim 
                {
                    0% 
                    {
                    transform: translate(20%, 20%) rotateZ(180deg);
                    opacity: 0;
                    }
                    20% 
                    {
                    transform: translate(20%, 20%) rotateZ(180deg);
                    opacity: 0;
                    }
                    30% 
                    {
                    transform: translate(0%, 0%) rotateZ(180deg);
                    opacity: 1;
                    }
                    70% 
                    {
                    transform: translate(0%, 0%) rotateZ(180deg);
                    opacity: 1;
                    }
                    80% 
                    {
                    transform: translate(20%, 20%) rotateZ(180deg);
                    opacity: 0;
                    }
                    100% 
                    {
                    transform: translate(20%, 20%) rotateZ(180deg);
                    opacity: 0;
                    }
                }
                @keyframes pizzaTwoAnim 
                {
                    0% 
                    {
                    transform: translate(20%, -20%) rotateZ(90deg);
                    opacity: 0;
                    }
                    10% 
                    {
                    transform: translate(20%, -20%) rotateZ(90deg);
                    opacity: 0;
                    }
                    20% 
                    {
                    transform: translate(0%, 0%) rotateZ(90deg);
                    opacity: 1;
                    }
                    60% 
                    {
                    transform: translate(0%, 0%) rotateZ(90deg);
                    opacity: 1;
                    }
                    70% 
                    {
                    transform: translate(20%, -20%) rotateZ(90deg);
                    opacity: 0;
                    }
                    100% 
                    {
                    transform: translate(20%, -20%) rotateZ(90deg);
                    opacity: 0;
                    }
                }
                @keyframes spin 
                {
                    0% 
                    {
                    transform:rotateZ(0deg);
                    }
                    100% 
                    {
                    transform:rotateZ(360deg);
                    }
                }
                .spinner 
                {
                    animation:spin 4s linear infinite;
                    display:flex;
                    flex-wrap:wrap;
                    height:160px;
                    width:160px;
                    .pizzaPart 
                    {
                        height:80px;
                        width:80px;
                    }
                    .pizzaPartFour
                    {
                        animation:pizzaFourAnim 2s ease-in-out infinite;
                    }
                    .pizzaPartOne
                    {
                        animation:pizzaOneAnim 2s ease-in-out infinite;
                    }
                    .pizzaPartThree
                    {
                        animation:pizzaThreeAnim 2s ease-in-out infinite;
                    }
                    .pizzaPartTwo
                    {
                        animation:pizzaTwoAnim 2s ease-in-out infinite;
                    }
                }
                .text 
                {
                    margin:15px 0 0 0;
                    h4 
                    {
                        color:$white;
                        font-family:playballRegular;
                        font-size:30px;
                    }
                }
            }
        
    

header.scss

Header, Button - Learn More

Code Lines: 60-99
Header, Button
        
            .hamburgerButton 
            {
                position:relative;
                width:370px;
                .buttonArea 
                {
                    background:transparent;
                    border:2px solid $menusThree;
                    bottom:0;
                    cursor:pointer;
                    height:70px;
                    left:calc(50% - 8px);
                    position:absolute;
                    transform:translate(-50%);
                    width:59%;
                    .buttonInside 
                    {
                        background:$sticky;
                        bottom:8px;
                        height:100%;
                        left:8px;
                        position:relative;
                        width:100%;
                        &:hover 
                        {
                            background:$menusThree;
                        }
                        h6 
                        {
                            color:$white;
                            font-family:patuaOneRegular;
                            font-size:20px;
                        }
                    }
                }
                img 
                {
                    position:relative;
                }
            }
        
    

Header - Top, Middle

Code Lines: 101-236
Header, Top, Middle
        
            .middle 
            {
                display:flex;
                left:50%;
                position:absolute;
                top:50%;
                transform:translate(-50%, -50%);
                .info 
                {
                    display:inline-block;
                    .bottomTextContainer 
                    {
                        bottom:6px;
                        position:relative;
                        h1 
                        {
                            color:$menusThree;
                            font-family:playballRegular;
                            font-size:144px;
                        }
                    }
                    h3 
                    {
                        color:$white;
                        font-family:workSansRegular;
                        margin:0;
                        padding:0;
                    }
                }
            }
            .stickyMenu 
            {
                background:$sticky;
                position:fixed;
                top:0;
                z-index:3;
                .topArea 
                {
                    .cart 
                    {
                        height:calc(100% - 20px);
                        top:17px;
                    }
                    .logo 
                    {
                        padding:10px 0 10px 0;
                    }
                }
            }
            .top 
            {
                width:100%;
                .topArea 
                {
                    width:90%;
                    .cart 
                    {
                        position:relative;
                        width:20%;
                        .cartArea 
                        {
                            .cartNumber 
                            {
                                .ellipse 
                                {
                                    background:$white;
                                    border-radius:50%;
                                    height:25px;
                                    position:absolute;
                                    right:0;
                                    top:10px;
                                    width:25px;
                                    h6 
                                    {
                                        color:$black;
                                        display:inline-block;
                                        font-family:patuaOneRegular;
                                        font-size:15px;
                                    }
                                }
                            }
                            .imgContainer 
                            {
                                display:inline-block;
                                .cartIcon 
                                {
                                    height:50px;
                                    width:50px;
                                }
                            }
                        }
                    }
                    .logo 
                    {
                        width:20%;
                        a 
                        {
                            img 
                            {
                                height:auto;
                                width:101px;
                            }
                        }
                    }
                    .navbar 
                    {
                        width:60%;
                        a 
                        {
                            margin:0 0 0 47px;
                            outline:none;
                            text-decoration:none;
                            h5 
                            {
                                color:$white;
                                font-family:patuaOneRegular;
                                margin:10px 0 0 0;
                            }
                            .iconContainer 
                            {
                                .icon
                                {
                                    color:$white;
                                    font-size:35px;
                                }
                            }
                        }
                        .menuChocolate 
                        {
                            display:none;
                            position:relative;
                            z-index:3;
                        }
                    }
                }
            }
        
    

about.scss

About - Info Track

Code Lines: 63-136
About, Bottom
        
            // Info Track
            .bottom 
            {
                background:$darkOpacityInfoLight;
                margin:138px 0 0 0;
                .info 
                {
                    height:330px;
                    .block 
                    {
                        height:100%;
                        .iconTextContainer 
                        {
                            background:$darkOpacityInfoLight;
                            height:100%;
                            width:77%;
                            .iconText 
                            {
                                .iconArea 
                                {
                                    .iconContainer 
                                    {
                                        .icon
                                        {
                                            color:$menusThree;
                                            font-size:60px;
                                        }
                                    }
                                }
                                .textContainer 
                                {
                                    margin:46px 0 0 0;
                                    h2 
                                    {
                                        color:$white;
                                        display:inline-block;
                                        font-family:oswaldSemiBold;
                                        font-size:40px;
                                    }
                                }
                                .textContainerBottom 
                                {
                                    margin:4px 0 0 0;
                                    h2 
                                    {
                                        color:$white;
                                        display:inline-block;
                                        font-family:oswaldRegular;
                                        font-size:40px;
                                    }
                                    .secondText 
                                    {
                                        display:none;
                                    }
                                }
                            }
                        }
                        .leftIconTextContainer 
                        {
                            border-bottom-right-radius:25px;
                            border-top-right-radius:25px;
                        }
                        .middleIconTextContainer 
                        {
                            border-radius:25px;
                        }
                        .rightIconTextContainer 
                        {
                            border-bottom-left-radius:25px;
                            border-top-left-radius:25px;
                        }
                    }
                }
            }
        
    

About - Top, Middle

Code Lines: 137-287
About, Other
        
            // Why to Choose Us
            .middle 
            {
                margin:195px 0 0 0;
                .heading 
                {
                    h2 
                    {
                        color:$white;
                        font-family:playballRegular;
                        font-size:64px;
                    }
                }
                .lineArea 
                {
                    margin:28px 0 0 0;
                    .line 
                    {
                        background:$menusThree;
                        height:3px;
                        width:100px;
                    }
                }
                .products 
                {
                    margin:87px 0 0 0;
                    .product
                    {
                        .imgContainer 
                        {
                            .drinks
                            {
                                height:auto;
                                width:95.5px;
                            }
                            .fries
                            {
                                height:auto;
                                width:107px;
                            }
                            .hotDog
                            {
                                height:auto;
                                width:246px;
                            }
                        }
                        .textContainer 
                        {
                            margin:23px 0 0 0;
                            h2 
                            {
                                color:$white;
                                font-family:oswaldRegular;
                                font-size:36px;
                            }
                        }
                        .textContainerBottom
                        {
                            margin:18px 0 0 0;
                            h3
                            {
                                color:$white;
                                font-family:oswaldRegular;
                                font-size:30px;
                                width:71%;
                            }
                        }
                    }
                }
            }
            // Top Images and Shape
            .top 
            {
                .subContainer 
                {
                    width:1400px;
                    .aboutUs 
                    {
                        .shape 
                        {
                            backdrop-filter:blur(10px);
                            background:$darkBackgroundOpacity;
                            border-radius:15px;
                            bottom:168px;
                            box-shadow:1.6px 1.6px 5px 3px $lightGreenShader;
                            height:100%;
                            position:relative;
                            right:50px;
                            -webkit-backdrop-filter:blur(10px);
                            width:600px;
                            .info 
                            {
                                .lineArea 
                                {
                                    margin:28px 0 0 0;
                                    .line 
                                    {
                                        background:$menusThree;
                                        height:3px;
                                        width:100px;
                                    }
                                }
                                .text 
                                {
                                    margin:28px 0 0 0;
                                    padding:0;
                                    h4 
                                    {
                                        color:$white;
                                        font-family:patuaOneRegular;
                                        margin:0;
                                        padding:0;
                                        text-align:center;
                                        width:500px;
                                    }
                                }
                                .textAbout 
                                {
                                    h2
                                    {
                                        color:$white;
                                        display:inline-block;
                                        font-family:playballRegular;
                                        font-size:50px;
                                    }
                                }
                                .textSuccess
                                {
                                    h2
                                    {
                                        color:$white;
                                        display:inline-block;
                                        font-family:workSansRegular;
                                        font-size:60px;
                                    }
                                }
                            }
                        }
                    }
                    .foodImages 
                    {
                        img 
                        {
                            height:auto;
                            left:50px;
                            position:relative;
                            width:400px;
                        }
                    }
                }
            }
        
    

menus.scss

Menus - Products

Code Lines: 48-225
Menus, First
Menus, Second
Menus, Third
Menus, Fourth
Menus, Fifth
        
            // Products
            .bottom 
            {
                margin:156px 0 0 0;
                width:100%;
                .bottomContainer 
                {
                    width:85.47%;
                    .offer 
                    {
                        display:flex;
                        justify-content:center;
                        .contentOffer 
                        {
                            backdrop-filter:blur(10px);
                            background:$darkOpacityInfo;
                            box-shadow:1.6px 1.6px 5px 3px $darkOpacityMenusShader;
                            -webkit-backdrop-filter:blur(10px);
                            width:90%;
                            .heading 
                            {
                                margin:44px 0 0 6%;
                                h2 
                                {
                                    color:$white;
                                    font-family:oswaldSemiBold;
                                    font-size:40px;
                                }
                            }
                            .img 
                            {
                                margin:0 0 0 6%;
                                padding:62px 0 0 0;
                                .imgEight 
                                {
                                    height:auto;
                                    width:434px;
                                }
                                .imgFive 
                                {
                                    height:auto;
                                    width:314px;
                                }
                                .imgFour 
                                {
                                    height:auto;
                                    width:136px;
                                }
                                .imgNine 
                                {
                                    height:auto;
                                    width:329px;
                                }
                                .imgOne 
                                {
                                    height:auto;
                                    width:310px;
                                }
                                .imgSeven 
                                {
                                    height:auto;
                                    width:621px;
                                }
                                .imgSix 
                                {
                                    height:auto;
                                    width:205px;
                                }
                                .imgTen 
                                {
                                    height:auto;
                                    width:235px;
                                }
                                .imgThree 
                                {
                                    height:auto;
                                    width:167px;
                                }
                                .imgTwo
                                {
                                    height:auto;
                                    width:281px;
                                }
                            }
                            .priceCart 
                            {
                                height:86px;
                                margin:77px 0 62px 0;
                                .content 
                                {
                                    width:88%;
                                    .left 
                                    {
                                        .price
                                        {
                                            background:$menusThree;
                                            border-radius:20px;
                                            width:68%;
                                            h2 
                                            {
                                                color:$white;
                                                font-family:oswaldSemiBold;
                                                font-size:45px;
                                            }
                                        }
                                    }
                                    .right 
                                    {
                                        .addCart 
                                        {
                                            display:flex;
                                            justify-content:end;
                                            .cartContainer 
                                            {
                                                h2 
                                                {
                                                    color:$white;
                                                    font-family:oswaldSemiBold;
                                                    font-size:40px;
                                                }
                                                .smallDevices 
                                                {
                                                    display:none;
                                                }
                                            }
                                            .plusContainer 
                                            {
                                                margin:0 5% 0 0;
                                                position:relative;
                                                .plus 
                                                {
                                                    cursor:pointer;
                                                    height:57px;
                                                    position:relative;
                                                    .horizontal 
                                                    {
                                                        background:$menusThree;
                                                        height:5px;
                                                        width:57px;
                                                    }
                                                    .vertical 
                                                    {
                                                        background:$menusThree;
                                                        height:100%;
                                                        left:50%;
                                                        position:absolute;
                                                        top:0;
                                                        transform:translate(-50%);
                                                        width:5px;
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                            .text 
                            {
                                margin:25px 0 0 6%;
                                h3 
                                {
                                    color:$white;
                                    font-family:oswaldRegular;
                                    font-size:30px;
                                }
                            }
                        }
                    }
                }
                .bottomContainerInvisible
                {
                    display:none;
                }
                .bottomContainerVisible
                {
                    display:flex;
                }
            }
        
    

Menus - Heading, Options

Code Lines: 226-371
Menus, Other
        
            // Menu - Options
            .middle 
            {
                margin:90px 0 0 0;
                .blocks 
                {
                    background:$darkOpacityMenus;
                    box-shadow:1.6px 1.6px 5px 3px $darkOpacityMenusShader;
                    .block 
                    {
                        background:$darkOpacityMenusBlocks;
                        height:283px;
                        .imgText 
                        {
                            .textArea 
                            {
                                margin:28px 0 0 0;
                                h4 
                                {
                                    color:$white;
                                    font-family:oswaldSemiBold;
                                    font-size:25px;
                                }
                            }
                        }
                        .triangle
                        {
                            border:37.5px solid transparent;
                            border-bottom:0;
                            border-top:50px solid $menusThree;
                            bottom:-50px;
                            display:none;
                            left:50%;
                            margin:0;
                            padding:0;
                            position:absolute;
                            transform:translate(-50%);
                        }
                    }
                    .blockFive
                    {
                        border-bottom-left-radius:10px;
                        border-top-left-radius:10px;
                        position:relative;
                        .imgText 
                        {
                            .imgArea 
                            {
                                img 
                                {
                                    height:auto;
                                    width:139px;
                                }
                            }
                        }
                    }
                    .blockFour 
                    {
                        border-radius:10px;
                        margin:0 30px 0 0;
                        position:relative;
                        .imgText 
                        {
                            .imgArea 
                            {
                                img 
                                {
                                    height:auto;
                                    width:141px;
                                }
                            }
                        }
                    }
                    .blockOne 
                    {
                        background:$menusThree;
                        border-bottom-right-radius:10px;
                        border-top-right-radius:10px;
                        position:relative;
                        .imgText 
                        {
                            .imgArea 
                            {
                                img 
                                {
                                    height:auto;
                                    width:169px;
                                }
                            }
                        }
                        .triangleOne 
                        {
                            display:block;
                        }
                    }
                    .blockThree 
                    {
                        border-radius:10px;
                        margin:0 30px 0 0;
                        position:relative;
                        .imgText 
                        {
                            .imgArea 
                            {
                                img 
                                {
                                    height:auto;
                                    width:190px;
                                }
                            }
                        }
                    }
                    .blockTwo 
                    {
                        border-radius:10px;
                        margin:0 30px 0 30px;
                        position:relative;
                        .imgText 
                        {
                            .imgArea 
                            {
                                img 
                                {
                                    height:auto;
                                    width:61px;
                                }
                            }
                        }
                    }
                }
            }
            // Heading
            .top 
            {
                .heading 
                {
                    h2 
                    {
                        color:$white;
                        display:inline-block;
                        font-family:playballRegular;
                        font-size:50px;
                        margin:0 0 0 8.3%;
                    }
                }
            }
        
    

gallery.scss

Gallery - Images

Code Lines: 42-163
Gallery, Images
        
            // Images Area
            .bottom 
            {
                margin:59px 0 0 0;
                width:100%;
                .bottomContent 
                {
                    width:100%;
                    .products 
                    {
                        width:88.2%;
                        .all 
                        {
                            .contentArea
                            {
                                border:30.5px solid transparent;
                                height:100%;
                                width:100%;
                                .imgPlace 
                                {
                                    border-radius:15px;
                                    height:100%;
                                    position:relative;
                                    width:100%;
                                    .galleryHover 
                                    {
                                        display:block;
                                    }
                                    .galleryNoHover
                                    {
                                        display:none !important;
                                    }
                                    .hoverArea 
                                    {
                                        background:$galleryImagesHover;
                                        border-radius:15px;
                                        height:100%;
                                        left:0;
                                        position:absolute;
                                        top:0;
                                        width:100%;
                                        .borders 
                                        {
                                            border: 1px solid $white;
                                            height:90%;
                                            width:90%;
                                            .innerContent 
                                            {
                                                height:261px;
                                                position:relative;
                                                width:89%;
                                                .buttonArea 
                                                {
                                                    bottom:0;
                                                    height:80px;
                                                    left:0;
                                                    position:absolute;
                                                    width:100%;
                                                    .button 
                                                    {
                                                        border:1px solid $white;
                                                        border-radius:50%;
                                                        cursor:pointer;
                                                        height:80px;
                                                        width:80px;
                                                        .plusArea
                                                        {
                                                            height:50px;
                                                            position:relative;
                                                            width:50px;
                                                            .horizontal 
                                                            {
                                                                background:$white;
                                                                height:1px;
                                                                width:100%;
                                                            }
                                                            .vertical 
                                                            {
                                                                background:$white;
                                                                height:100%;
                                                                left:50%;
                                                                position:absolute;
                                                                transform:translate(-50%);
                                                                width:1px;
                                                            }
                                                        }
                                                    }
                                                }
                                                .heading 
                                                {
                                                    width:100%;
                                                    h2 
                                                    {
                                                        color:$white;
                                                        font-family:oswaldSemiBold;
                                                        font-size:33px;
                                                    }
                                                }
                                                .text 
                                                {
                                                    margin:15px 0 0 0;
                                                    width:100%;
                                                    h5 
                                                    {
                                                        color:$white;
                                                        font-family:oswaldRegular;
                                                        width:89%;
                                                    }
                                                }
                                            }
                                        }
                                    }
                                    img 
                                    {
                                        border-radius:15px;
                                    }
                                }
                            }
                        }
                    }
                }
            }
        
    

Gallery - Heading

Code Lines: 167-177
Gallery, Heading
        
            .heading 
            {
                width:100%;
                .text 
                {
                    color:$white;
                    display:inline-block;
                    font-family:playballRegular;
                    font-size:50px;
                }
            }
        
    

blog.scss

Blog - Blogs

Code Lines: 51-204
Blog, Other
        
            // Blogs
            .bottom 
            {
                margin:90px 0 0 0;
                width:100%;
                .block 
                {
                    .bottomLeft 
                    {
                        border-right:107px solid transparent;
                        border-top:74px solid transparent;
                        width:100%;
                    }
                    .bottomRight
                    {
                        border-left:107px solid transparent;
                        border-top:74px solid transparent;
                        width:100%;
                    }
                    .contentArea 
                    {
                        .buttonArea 
                        {
                            background:transparent;
                            border:2px solid $menusThree;
                            color:$white;
                            cursor:pointer;
                            font-family:patuaOneRegular;
                            font-size:20px;
                            height:66px;
                            margin:38px 0 0 0;
                            width:31%;
                            .buttonInside 
                            {
                                background:$sticky;
                                border:none;
                                bottom:8px;
                                color:$white;
                                font-family:patuaOneRegular;
                                font-size:20px;
                                height:100%;
                                left:8px;
                                position:relative;
                                width:100%;
                                &:hover 
                                {
                                    background:$menusThree;
                                }
                            }
                        }
                        .commentsCalendarContainer 
                        {
                            margin:25px 0 0 0;
                            .calendar 
                            {
                                margin:0 0 0 7.3%;
                                .iconContainer 
                                {
                                    display:inline-block;
                                    img 
                                    {
                                        height:auto;
                                        width:38px;
                                    }
                                }
                                .textContainer 
                                {
                                    display:inline-block;
                                    margin:0 0 0 12px;
                                    h5 
                                    {
                                        color:$white;
                                        font-family:patuaOneRegular;
                                    }
                                }
                            }
                            .comments 
                            {
                                width:193px;
                                .iconContainer 
                                {
                                    display:inline-block;
                                    img 
                                    {
                                        height:auto;
                                        width:40px;
                                    }
                                }
                                .textContainer 
                                {
                                    margin:0 0 0 12px;
                                    h5 
                                    {
                                        color:$white;
                                        font-family:patuaOneRegular;
                                    }
                                }
                            }
                            .line
                            {
                                background:$white;
                                height:50px;
                                margin:0 29px 0 25px;
                                width:0.75%;
                            }
                        }
                        .imgContainer 
                        {
                            width:100%;
                            img 
                            {
                                border-radius:20px;
                            }
                        }
                        .info 
                        {
                            margin:25px 0 0 0;
                            width:100%;
                            .smallHeading 
                            {
                                width:100%;
                                h2 
                                {
                                    color:$white;
                                    font-family:patuaOneRegular;
                                    font-size:35px;
                                }
                            }
                            .text 
                            {
                                margin:13px 0 0 0;
                                h4 
                                {
                                    color:$white;
                                    font-family:patuaOneRegular;
                                    font-size:25px;
                                }
                            }
                        }
                    }
                    .topLeft 
                    {
                        border-bottom:74px solid transparent;
                        border-right:107px solid transparent;
                        width:100%;
                    }
                    .topRight 
                    {
                        border-bottom:74px solid transparent;
                        border-left:107px solid transparent;
                        width:100%;
                    }
                }
            }
        
    

Blog - Heading

Code Lines: 209-217
Blog, Heading
        
            .heading 
            {
                h2 
                {
                    color:$white;
                    font-family:playballRegular;
                    font-size:50px;
                }
            }
        
    

contact.scss

Contact - Contacts and Form

Code Lines: 50-200
Contact, Other
        
            // Contact Form
            .bottom 
            {
                margin:157px;
                position:relative;
                right:25px;
                width:calc(100% + 50px);
                .contactForm 
                {
                    width:100%;
                    .block 
                    {
                        border:25px solid transparent;
                        .field 
                        {
                            background:$darkOpacityInfo;
                            border:1px solid transparent;
                            border-radius:20px;
                            height:100%;
                            outline:none;
                            width:100%;
                            &:hover 
                            {
                                border-color:$menusThree;
                            }
                        }
                        input[placeholder]
                        {
                            color:$white;
                            font-family:patuaOneRegular;
                            font-size:22px;
                            padding:0 0 0 25px;
                        }
                        ::-moz-placeholder 
                        {
                            color:$white;
                            opacity:1;
                        }
                        textarea[placeholder]
                        {
                            color:$white;
                            font-family:patuaOneRegular;
                            font-size:22px;
                            padding:20px 0 0 25px;
                        }
                        ::-webkit-input-placeholder 
                        {
                            color:$white;
                            opacity:1;
                        }
                    }
                    .bottomForm 
                    {
                        height:544px;
                    }
                    .buttonContainer 
                    {
                        height:150px;
                        width:100%;
                        .buttonArea 
                        {
                            background:transparent;
                            border:2px solid $menusThree;
                            height:100%;
                            width:21%;
                            .submitButton 
                            {
                                background:$sticky;
                                border:none;
                                bottom:8px;
                                color:$white;
                                font-family:patuaOneRegular;
                                font-size:30px;
                                height:100%;
                                left:8px;
                                position:relative;
                                width:100%;
                                &:hover 
                                {
                                    background:$menusThree;
                                }
                            }
                        }
                    }
                    .middleLeft 
                    {
                        height:125px;
                    }
                    .middleRight
                    {
                        height:125px;
                    }
                    .topLeft 
                    {
                        height:125px;
                    }
                    .topRight 
                    {
                        height:125px;
                    }
                }
            }
            // Social Icons, Info
            .middle 
            {
                margin:65px;
                width:100%;
                .block 
                {
                    .blockContent 
                    {
                        width:100%;
                        .blockContainer 
                        {
                            width:57%;
                            .bottomText 
                            {
                                margin:13px 0 0 0;
                                width:100%;
                                h2 
                                {
                                    color:$white;
                                    font-family:oswaldRegular;
                                    font-size:29px;
                                }
                            }
                            .imgContainer 
                            {
                                .imgArea 
                                {
                                    img 
                                    {
                                        height:auto;
                                        width:135px;
                                    }
                                }
                            }
                            .topText 
                            {
                                margin:13px 0 0 0;
                                h2 
                                {
                                    color:$white;
                                    font-family:oswaldRegular;
                                    font-size:45px;
                                }
                            }
                        }
                    }
                }
            }
        
    

Contact - Heading

Code Lines: 201-214
Contact, Heading
        
            // Heading
            .top 
            {
                width:100%;
                .heading 
                {
                    h2 
                    {
                        color:$white;
                        font-family:playballRegular;
                        font-size:50px;
                    }
                }
            }
        
    

subscribe.scss

Subscribe - Img

Code Lines: 99-110
Subscribe, Img
        
            .imgContainer 
            {
                width:100%;
                .imgArea 
                {
                    img 
                    {
                        height:auto;
                        width:150px;
                    }
                }
            }
        
    

Subscribe - Text and Form

Code Lines: 38-80, 88-98, 111-121
Subscribe, Form
        
            form 
            {
                height:100%;
                width:100%;
                .field 
                {
                    background:$darkOpacityInfo;
                    border:1px solid transparent;
                    border-bottom-left-radius:25px;
                    border-right:none;
                    border-top-left-radius:25px;
                    color:$subscribePlaceholder;
                    font-family:patuaOneRegular;
                    font-size:27px;
                    height:136px;
                    outline:none;
                    padding:0 0 0 3%;
                    width:68%;
                    &:hover 
                    {
                        border-color:$menusThree;
                    }
                }
                .submitButton 
                {
                    height:136px;
                    margin:0;
                    padding:0;
                    width:31%;
                    .submitSubscribe 
                    {
                        background:$menusThree;
                        border:none;
                        border-bottom-right-radius:25px;
                        border-top-right-radius:25px;
                        color:$white;
                        font-family:patuaOneRegular;
                        font-size:27px;
                        height:100%;
                        width:100%;
                    }
                }
            }

            .heading 
            {
                margin:23px 0 0 0;
                width:100%;
                h2 
                {
                    color:$white;
                    font-family:patuaOneRegular;
                    font-size:36px;
                }
            }

            .textContainer 
            {
                margin:23px 0 0 0;
                width:100%;
                h4 
                {
                    color:$white;
                    font-family:patuaOneRegular;
                    font-size:27px;
                }
            }
        
    

footer.scss

Footer - Logo

Code Lines: 90-102
Footer, Logo
        
            // Logo
            .top 
            {
                .imageContainer
                {
                    img 
                    {
                        cursor:pointer;
                        height:auto;
                        width:200px;
                    }
                }
            }
        
    

Footer - Text and Icons

Code Lines: 34-89
Footer, Other
        
            // Oxygen Themes Text
            .bottom 
            {
                margin:97px 0 100px 0;
                .textContainer
                {
                    h3 
                    {
                        color:$white;
                        font-family:patuaOneRegular;
                        font-size:30px;
                    }
                }
            }
            // Text and Social Icons
            .middle 
            {
                margin:45px 0 0 0;
                .socialContainer
                {
                    margin:29px 0 0 0;
                    .socialArea 
                    {
                        .icon 
                        {
                            cursor:pointer;
                            margin:24px;
                            img 
                            {
                                height:auto;
                                width:75px;
                            }
                        }
                    }
                }
                .textOne 
                {
                    h3 
                    {
                        color:$white;
                        font-family:patuaOneRegular;
                        font-size:30px;
                    }
                }
                .textTwo 
                {
                    margin:29px 0 0 0;
                    h4 
                    {
                        color:$white;
                        font-family:workSansRegular;
                        font-size:25px;
                        text-align:center;
                    }
                }
            }
        
    

styleManager.scss

Blogs - Text, Form, Right

Code Lines: 236-642
Blog One, Other
Blog Two, Other
Blog Three, Other
Blog Four, Other
        
            // Left Side
            .left 
            {
                width:50%;
                // Author
                .author 
                {
                    background:$authorBackground;
                    margin:136px 0 0 0;
                    .imgText 
                    {
                        width:100%;
                        .imgContainerAuthor 
                        {
                            width:30%;
                        }
                        .textContainerAuthor
                        {
                            width:70%;
                            .mailText 
                            {
                                .mail 
                                {
                                    margin:17px 0 0 0;
                                    h3 
                                    {
                                        color:$white;
                                        font-family:oswaldRegular;
                                        font-size:24px;
                                    }
                                }
                                .name 
                                {
                                    h2 
                                    {
                                        color:$white;
                                        font-family:playballRegular;
                                        font-size:29px;
                                    }
                                }
                            }
                        }
                    }
                }
                // Comments Area
                .comment 
                {
                    margin:104px 0 0 0;
                    h2 
                    {
                        color:$white;
                        font-family:oswaldRegular;
                        font-size:36px;
                    }
                }
                .commentAuthor 
                {
                    margin:61px 0 0 0;
                    h4 
                    {
                        color:$white;
                        font-family:oswaldSemiBold;
                        font-size:27px;
                    }
                }
                .commentDate 
                {
                    margin:7px 0 0 0;
                    h5 
                    {
                        color:$white;
                        font-family:oswaldRegular;
                        font-size:21px;
                    }
                }
                .commentText 
                {
                    margin:12px 0 0 0;
                    h4 
                    {
                        color:$white;
                        font-family:oswaldRegular;
                        font-size:27px;
                    }
                }
                // Contact Form
                form 
                {
                    margin:48px 0 0 0;
                    .buttonComment 
                    {
                        background:transparent;
                        border:2px solid $menusThree;
                        height:104px;
                        margin:60px 0 0 0;
                        width:25%;
                        .submitComment 
                        {
                            background:$sticky;
                            border:none;
                            bottom:8px;
                            color:$white;
                            font-family:oswaldSemiBold;
                            font-size:20px;
                            height:104px;
                            left:8px;
                            position:relative;
                            width:100%;
                            &:hover 
                            {
                                background:$menusThree;
                            }
                        }
                    }
                    .email 
                    {
                        .emailField 
                        {
                            background:transparent;
                            border:1px solid;
                            border-left:none;
                            border-right:none;
                            border-top:none;
                            color:$black;
                            outline:none;
                            width:89%;
                        }
                        input[placeholder]
                        {
                            color:$white;
                            font-family:oswaldRegular;
                            font-size:27px;
                            padding:0 0 15px 0;
                        }
                        ::-moz-placeholder 
                        {
                            color:$white;
                            opacity:1;
                        }
                        ::-webkit-input-placeholder 
                        {
                            color:$white;
                            opacity:1;
                        }
                    }
                    .message 
                    {
                        margin:60px 0 0 0;
                        .messageField 
                        {
                            background:transparent;
                            border:1px solid;
                            border-left:none;
                            border-right:none;
                            border-top:none;
                            color:$white;
                            outline:none;
                            width:100%;
                        }
                        ::-moz-placeholder 
                        {
                            color:$white;
                            opacity:1;
                        }
                        textarea[placeholder]
                        {
                            color:$white;
                            font-family:oswaldRegular;
                            font-size:27px;
                            padding:0 0 75px 0;
                        }
                        ::-webkit-input-placeholder 
                        {
                            color:$white;
                            opacity:1;
                        }
                    }
                    .name 
                    {
                        input[placeholder]
                        {
                            color:$white;
                            font-family:oswaldRegular;
                            font-size:27px;
                            padding:0 0 15px 0;
                        }
                        ::-moz-placeholder 
                        {
                            color:$white;
                            opacity:1;
                        }
                        .nameField 
                        {
                            background:transparent;
                            border:1px solid;
                            border-left:none;
                            border-right:none;
                            border-top:none;
                            color:$white;
                            outline:none;
                            width:89%;
                        }
                        ::-webkit-input-placeholder 
                        {
                            color:$white;
                            opacity:1;
                        }
                    }
                }
                .headingContainer 
                {
                    margin:64px 0 0 0;
                    h3 
                    {
                        color:$white;
                        font-family:oswaldSemiBold;
                        font-size:30px;
                    }
                }
                .leaveComment 
                {
                    margin:128px 0 0 0;
                    h4 
                    {
                        color:$white;
                        font-family:oswaldSemiBold;
                        font-size:27px;
                    }
                }
                .txtContainer 
                {
                    margin:33px 0 0 0;
                    h3 
                    {
                        color:$white;
                        font-family:playballRegular;
                        font-size:30px;
                    }
                }
                .txtContainerRestaurant 
                {
                    margin:17px 0 0 0;
                    h4 
                    {
                        color:$white;
                        font-family:patuaOneRegular;
                        font-size:25px;
                        text-align:justify;
                    }
                }
            }
            // Right Side
            .right 
            {
                width:50%;
                .rightContent 
                {
                    // Categories
                    .categories 
                    {
                        .heading 
                        {
                            h3 
                            {
                                color:$white;
                                font-family:oswaldSemiBold;
                                font-size:30px;
                            }
                        }
                        .text 
                        {
                            margin:25px 0 0 0;
                            h3 
                            {
                                color:$white;
                                font-family:oswaldRegular;
                                font-size:30px;
                            }
                            .textFour 
                            {
                                margin:15px 0 0 0;
                            }
                            .textThree
                            {
                                margin:15px 0 0 0;
                            }
                            .textTwo 
                            {
                                margin:15px 0 0 0;
                            }
                        }
                    }
                    // Follow Us
                    .follow 
                    {
                        margin:140px 0 0 0;
                        .heading 
                        {
                            h3 
                            {
                                color:$white;
                                font-family:oswaldSemiBold;
                                font-size:30px;
                            }
                        }
                        .iconsContainer 
                        {
                            margin:36px 0 0 0;
                            .icons 
                            {
                                position:relative;
                                right:25px;
                                .followImgContainer 
                                {
                                    display:inline;
                                    margin:25px;
                                    width:81px;
                                    a 
                                    {
                                        outline:none;
                                        text-decoration:none;
                                        img 
                                        {
                                            width:81px;
                                        }
                                    }
                                }
                            }
                        }
                    }
                    // Other Posts
                    .posts 
                    {
                        margin:140px 0 0 0;
                        .block 
                        {
                            margin:36px 0 0 0;
                            .imgContainer 
                            {
                                width:200px;
                            }
                            .textContainer 
                            {
                                .textArea 
                                {
                                    left:45px;
                                    position:relative;
                                    h3 
                                    {
                                        color:$white;
                                        font-family:oswaldSemiBold;
                                        font-size:30px;
                                    }
                                    h4 
                                    {
                                        color:$white;
                                        font-family:oswaldRegular;
                                        font-size:25px;
                                        margin:6px 0 0 0;
                                    }
                                }
                            }
                        }
                        .bottom 
                        {
                            margin:62px 0 0 0;
                        }
                        .heading 
                        {
                            h3 
                            {
                                color:$white;
                                font-family:oswaldSemiBold;
                                font-size:30px;
                            }
                        }
                        .middle 
                        {
                            margin:62px 0 0 0;
                        }
                    }
                    // Tags
                    .tags 
                    {
                        margin:140px 0 0 0;
                        .heading 
                        {
                            h3 
                            {
                                color:$white;
                                font-family:oswaldSemiBold;
                                font-size:30px;
                            }
                        }
                        .tagsText 
                        {
                            margin:25px 0 0 0;
                            h3 
                            {
                                color:$white;
                                font-family:oswaldRegular;
                                font-size:30px;
                            }
                        }
                    }
                }
            }
        
    

11

PHP

In this section you can find more about how to set message send system in contact form.

Version - Mover

contact.php

Contact Form

Code Lines: 14-19
Contact, Php
        
            $to = "#"; // This is your Email address
            $from = $_POST['userEmail']; // This is the sender's Email address
            $name = $_POST['userName'];
            $company = $_POST['userCompany'];
            $phone = $_POST['userPhone'];
            $mail = $_POST['userEmail'];
        
    

11

Credits

Important sources and tools, which are used for creation of this web template are:
Code Snippets
Animate
Bootstrap
Codepen
Errors and Answers
HTML, Form, Guide
Hubspot
JS Fiddle
Lordicon
MS Word
Stackoverflow
Visual Studio Code (Microsoft)
W3Schools
YouTube
Colors
RGBA Color Picker
Stackoverflow
Other Sources
BoxIcons
Filezilla
Fireshot
FontAwesome
Freepik
Genesis
Get CSS Scan
GitHub
GoFullPage
Google Fonts
Google Translate
Jigsaw
Kratz
Mozilla
Pixabay
Prostart
Rocket Validator
Stackoverflow
TF
The VPX
Unsplash
W3C Validator
Win Calculator
If you need more information about credits and sources, check in the head section of the index.html file, or in the "Credits" document.

12

Requirements

Code editor (Brackets, Komodo Edit, Visual Studio Code, Sublime Text or some other),
SCSS compiler (Live Sass compiler or some other),
Stable internet connection,
At least 1.6 Ghz processor,
Designer Tools (Photoshop, Illustrator, Figma, etc.).

13

Support

If you have any problem with this product, be free to contact my TemplateMonster Author Profile (Oxygen-Themes).
Also, check internet sources for answers (Stackoverflow, W3Schools, etc.).