Skip to content

Commit

Permalink
Merge branch 'main' into bookcatering
Browse files Browse the repository at this point in the history
  • Loading branch information
Anjaliavv51 authored Jul 27, 2024
2 parents 0afddbd + 56cd46e commit a1420e3
Show file tree
Hide file tree
Showing 14 changed files with 1,337 additions and 1,057 deletions.
127 changes: 127 additions & 0 deletions Css-files/googletranslate.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,127 @@
#translateButton {
position: fixed;
bottom: 20px;
right: 20px;
z-index: 1000;
width: 50px;
height: 50px;
border-radius: 50%;
border: none;
background: linear-gradient( rgb(234, 16, 16), #f2a736);

color: white;
text-align: center;
display: inline-block;
font-size: 16px;
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
font-size: 12px;
line-height: 1;
text-align: center;
white-space: nowrap;
transition: transform 0.3s ease;
margin-right: 1390px;
margin-bottom: 55px;
}
#translateButton:hover {
transform: scale(1.2);
}

/* The popup modal */
.popup {
display: none;
position: fixed;
z-index: 1000;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgb(0,0,0);
background-color: rgba(0,0,0,0.4);

}

/* Popup content */
.popup-content {
background-color: #CF2123;
margin-top: 600px;
padding: 20px;
border: 1px solid #888;
width: 300px;
border-radius: 10px;
position: relative;
margin-right: 1300px;
margin-top:570px;
}

/* Close button */
.close {
color: #073725;
float: right;
font-size: 28px;
font-weight: bold;
cursor: pointer;
}

.close:hover,
.close:focus {
color: black;
text-decoration: none;
}

/* Hide the default Google Translate widget */
.goog-te-banner-frame.skiptranslate, .goog-te-gadget-icon {
display: none !important;
}

body {
top: 0px !important;
}

/* Hide the "Powered by Google" branding */
.goog-logo-link {
display: none !important;
}

.goog-te-gadget {
height: 28px !important;
overflow: hidden;
}

/* Hide Google Translate notifications */
.goog-te-spinner-pos,
.goog-te-spinner,
.goog-te-balloon-frame,
.goog-te-banner-frame,
.goog-te-banner,
.goog-te-balloon {
display: none !important;
}

/* Custom styles for the Google Translate dropdown */
#google_translate_element select {
background: #ffffff;
border: 1px solid #ccc;
color: #CF2123;
padding: 5px;
font-size: 14px;
border-radius: 5px;
}

/* Hide the Google Translate bar */
body > .skiptranslate {
display: none !important;
}

.goog-te-banner-frame.skiptranslate {
display: none !important;
}
.goog-te-banner-frame {
display: none !important;
}
.goog-te-banner {
display: none !important;
}
141 changes: 80 additions & 61 deletions Css-files/privacy.css
Original file line number Diff line number Diff line change
@@ -1,87 +1,106 @@
body {
font-family: 'Poppins', sans-serif;
background-image: linear-gradient(115deg, rgba(126, 3, 3, 0.696), rgba(7, 5, 7, 0.67)), url(../Images/homeSliderImages/home-slider-3.jpg);
color: #fff;
margin: 0;
background-size: cover;
background-position: center;
font-family: 'Poppins', sans-serif;
background-image: linear-gradient(115deg, rgba(126, 3, 3, 0.696), rgba(7, 5, 7, 0.67)), url(../Images/homeSliderImages/home-slider-3.jpg);
color: #fff;
margin: 0;
background-size: cover;
background-position: center;
overflow-x: hidden;
}

/* Scrollbar track */
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.6);
background-image: linear-gradient(to top, rgb(246, 10, 10), rgb(248, 145, 49), rgb(236, 239, 56));
}

/* Scrollbar */
::-webkit-scrollbar {
width: 12px;
}

/* Scrollbar thumb */
::-webkit-scrollbar-thumb {
background-color: #ff0707;
border-radius: 10px;
border: 0.3px solid white;
background-image: -webkit-linear-gradient(
90deg,
rgb(20, 21, 12) 0%,
rgb(0, 0, 0) 25%,
transparent 100%,
rgb(247, 4, 4) 75%,
transparent
);
transition: background-color 0.3s;
}

-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.6);
background-image: linear-gradient(to top, rgb(246, 10, 10), rgb(248, 145, 49), rgb(236, 239, 56));
overflow-x: hidden;

::-webkit-scrollbar-thumb:hover {
background-color: #dc3545;
cursor: pointer;
}
}

.main-container {
width: 65%;
margin: 20px auto;
padding: 20px;
background: linear-gradient(to top , rgb(255, 211, 145), #ffffff);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
border-radius: 10px;

/* Scrollbar */
::-webkit-scrollbar {
width: 12px;
overflow-x: hidden;

}

/* Scrollbar thumb */
::-webkit-scrollbar-thumb {
background-color: #ff0707;
border-radius: 10px;
border: 0.3px solid white;
background-image: -webkit-linear-gradient(90deg,
rgb(20, 21, 12) 0%,
rgb(0, 0, 0) 25%,
transparent 100%,
rgb(247, 4, 4) 75%,
transparent);
transition: background-color 0.3s;
overflow-x: hidden;

}


::-webkit-scrollbar-thumb:hover {
background-color: #dc3545;
cursor: pointer;
}

.main-container {
width: 65%;
margin: 20px auto;
padding: 20px;
background: linear-gradient(to top, rgb(255, 211, 145), #ffffff);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
border-radius: 10px;
overflow-x: hidden;
}

.main-container h1 {
text-align: center;
font-weight: bold;
font-size: 44px;
color: #980816;
text-align: center;
font-weight: bold;
font-size: 44px;
color: #980816;
}

.main-container hr {
border: 0;
border-top: 1px solid #980816;
margin: 20px 0;
border: 0;
border-top: 1px solid #980816;
margin: 20px 0;
}

.main-container h2 {
color: #dc3545;
/* background-color: #ff6666; */
border-radius: 5px;
font-size: 26px;
color: #dc3545;
/* background-color: #ff6666; */
border-radius: 5px;
font-size: 26px;
}

.main-container p {
color: #333;
font-size: 19px;
color: #333;
font-size: 19px;
}

.main-container ul {
list-style-type: disc;
padding-left: 20px;
color: #333;
list-style-type: disc;
padding-left: 20px;
color: #333;
}


.main-container ul li {
font-size: 18px;
}


.main-container ul li {
font-size: 18px;
@media (max-width: 780px) {

.main-container {
width: 95%;
margin: 60px auto;
padding: 14px;
background: linear-gradient(to top, rgb(255, 211, 145), #ffffff);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
border-radius: 10px
}

}
13 changes: 13 additions & 0 deletions Css-files/terms.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,17 @@ body {

.main-container ul li {
font-size: 18px;
}

@media (max-width: 780px) {

.main-container {
width: 95%;
margin: 60px auto;
padding: 14px;
background: linear-gradient(to top, rgb(255, 211, 145), #ffffff);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
border-radius: 10px
}

}
52 changes: 41 additions & 11 deletions Html-files/RateUs.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,39 @@
<link rel="stylesheet" href="../Css-files/RateUs.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/toastify-js/src/toastify.min.css" />
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<style>

.center-links .nav-item .dropdown-menu {
background-color:#212123;
color: white;
border-radius: 0;
border: none;
padding-top: 0;
}

.center-links .nav-item .dropdown-menu {
background-color: #ffffff;
color: white;
border-radius: 0;
border: none;
padding-top: 0;
}

.dropdown-item:hover {
background-color: #58a9ff;
color: #fff;
transform: scale(1.1);
}

.dropdown-item {
padding: 4px 8px;
color: white;
font-size: 15px;
background-color: #137cbd;
transition: background-color 0.3s, transform 0.3s;

}
</style>
</head>
<body>
<nav class="navbar navbar-expand-lg fixed-top">
Expand Down Expand Up @@ -50,18 +83,15 @@
</a>
</li>
<li class="nav-item dropdown">
<a
class="nav-link services"
href="../Html-files/services.html"
aria-expanded="false"
>
<i class="fas fa-cogs"></i> Services

<a class="nav-link dropdown-toggle" href="Html-files/services.html" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
<i class="fa-solid fa-gear"></i> Services
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#"><i class="fas fa-clipboard-list"></i> Ordering options</a></li>
<li><a class="dropdown-item" href="#"><i class="fas fa-shipping-fast"></i> Order Tracking</a></li>
<li><a class="dropdown-item" href="#"><i class="fas fa-headset"></i> Customer Support</a></li>
<li><a class="dropdown-item" href="#"><i class="fas fa-question-circle"></i> FAQS</a></li>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="#">Ordering options</a></li>
<li><a class="dropdown-item" href="#">Order Tracking</a></li>
<li><a class="dropdown-item" href="#">Customer Support</a></li>
<li><a class="dropdown-item" href="#">FAQS</a></li>
</ul>
</li>
<li class="nav-item">
Expand Down
1 change: 1 addition & 0 deletions Html-files/cart.html
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,7 @@ <h3 class="text-center mb-3">Contact Us!</h3>
</div>
</div>
</div>


<div class="foot-panel2">
<div class="media-handles pt-3 pb-2">
Expand Down
Loading

0 comments on commit a1420e3

Please sign in to comment.