-
Notifications
You must be signed in to change notification settings - Fork 429
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into bookcatering
- Loading branch information
Showing
14 changed files
with
1,337 additions
and
1,057 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.