@import url('https://fonts.googleapis.com/css?family=Montez');
@import url('https://fonts.googleapis.com/css?family=Francois+One');
@import url('https://fonts.googleapis.com/css2?family=VT323|Orbitron|Limelight&display=swap');


* {
  padding:0;
  margin:0;
}

body {
  background: #25383C;
  margin: 0px;
  padding: 0px;
}

/* Nav Bar*/

/* Left-align the navigation bar */
nav {
    background-color: none;
    text-align: left; /* Right-align the nav items */
    padding: 5px; /* Add some padding */
}

/* Remove margin-right and center the menu items */
nav ul li {
    display: inline-block; /* Display menu items in a line */
    /* margin-right: 20px; Remove this line */
}

/* Style the anchor links (menu links) */
nav ul li a {
    text-decoration: none;
    color: #f2f2f2; 
    background: none; 
    padding: 0px 10px; 
    font-size: 16px; 
    transition: background 1s, color 1s; 
    display: flex;
    align-items: center; /* Center the text and icon vertically */
    font-family: Georgia, serif;
    font-weight: bold;
}

/* Style the Font Awesome icon (adjust font size) */
.mainnav ul li a i {
    font-size: 20px;
    margin-right: 0px; 
    
}

nav ul li a:hover {
    color: #f4e4da; /* Text Color on hover */
    background: none; /* Background on hover */
}



/* Style the quote counter section */
#quote-counter {
    display: block;
     background: #262626;
    padding: 0px;
    margin-top: 10px;
    height: fit-content;
    width: fit-content;
    border-radius: 10px;
    margin-left: 20px;
    border-color: #ffa31a;
    color: #f4e4da;
    box-shadow: 0 0 10px rgba(255, 163, 128, 1); /* Add a subtle box shadow */
}

/* Style the total quotes container */
.count-container {
    text-align: left; /* Align the text to the left */
    font-size: 18px;
    padding-left: 8px;

    font-family: 'VT323', 'Orbitron', 'Limelight', 'Francois One', Montez, sans-serif; /* Fallback to sans-serif if none of the specified fonts are available */
    
}

/* Style the total quotes element */
#total-quotes {
    font-size: 18px;
    padding: 8px;
    font-weight: normal;
    display: inline-block; /* Ensure the padding doesn't affect the layout */
    font-family: VT323, 'Orbitron', 'Limelight', 'Francois One', Montez, sans-serif; /* Fallback to sans-serif if none of the specified fonts are available */
}






/* Stylish Quote Block with Animation */
blockquote {
  display: block;
  background: #f4e4da;
  padding: 17px 22px 17px 47px;
  margin: 0 0 20px;
  margin: 20px;
  position: relative;
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 1.5;
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
  border-left-style: solid;
  border-left-width: 15px;
  border-right-style: solid;
  border-right-width: 2px;
  animation: fadeIn 2s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Quote Styles */
blockquote::before {
  content: "\201C";
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #F28705;
  position: absolute;
  left: 10px;
  top: 5px;
}

blockquote::after {
  content: "";
}

blockquote a {
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #c76c0c;
}

blockquote a:hover {
  color: #666;
}

blockquote em {
  font-style: italic;
}

/* Color Palette Classes */
blockquote.default {
  border-left-color: #656d77;
  border-right-color: #434a53;
}

blockquote.grapefruit {
  border-left-color: #ed5565;
  border-right-color: #da4453;
}

blockquote.bittersweet {
  border-left-color: #fc6d58;
  border-right-color: #e95546;
}

blockquote.sunflower {
  border-left-color: #ffcd69;
  border-right-color: #f6ba59;
}

blockquote.grass {
  border-left-color: #9fd477;
  border-right-color: #8bc163;
}

blockquote.mint {
  border-left-color: #46cfb0;
  border-right-color: #34bc9d;
}

blockquote.aqua {
  border-left-color: #4fc2e5;
  border-right-color: #3bb0d6;
}

blockquote.bluejeans {
  border-left-color: #5e9de6;
  border-right-color: #4b8ad6;
}

blockquote.lavander {
  border-left-color: #ad93e6;
  border-right-color: #977bd5;
}

blockquote.pinkrose {
  border-left-color: #ed87bd;
  border-right-color: #d870a9;
}

blockquote.light {
  border-left-color: #f5f7fa;
  border-right-color: #e6e9ed;
}

blockquote.new-palette {
  border-left-color: #46cfb0;
  border-right-color: #34bc9d;
}

blockquote.gray {
  border-left-color: #ccd1d8;
  border-right-color: #aab2bc;
}

/* Additional Color Palettes */

/* Stylish Quote #13 (Custom Color Palette) */
blockquote.custom-palette {
  border-left-color: #A74DB2;
  border-right-color: #6D2C74;
}

/* Stylish Quote #14 (Ocean Color Palette) */
blockquote.ocean {
  border-left-color: #3F51B5;
  border-right-color: #303F9F;
}

/* Stylish Quote #15 (Sunny Color Palette) */
blockquote.sunny {
  border-left-color: #FFC107;
  border-right-color: #FFA000;
}

/* Stylish Quote #16 (Fire Color Palette) */
blockquote.fire {
  border-left-color: #FF5722;
  border-right-color: #E64A19;
}

/* Stylish Quote #17 (Nature Color Palette) */
blockquote.nature {
  border-left-color: #4CAF50;
  border-right-color: #388E3C;
}

/* Stylish Quote #18 (Mountain Color Palette) */
blockquote.mountain {
  border-left-color: #9E9E9E;
  border-right-color: #616161;
}

/* Stylish Quote #19 (Desert Color Palette) */
blockquote.desert {
  border-left-color: #795548;
  border-right-color: #5D4037;
}

/* Stylish Quote #20 (Jungle Color Palette) */
blockquote.jungle {
  border-left-color: #8BC34A;
  border-right-color: #689F38;
}

/* Stylish Quote #21 (Space Color Palette) */
blockquote.space {
  border-left-color: #607D8B;
  border-right-color: #455A64;
}

/* Stylish Quote #22 (Time Color Palette) */
blockquote.time {
  border-left-color: #9C27B0;
  border-right-color: #7B1FA2;
}

/* Stylish Quote #23 (Love Color Palette) */
blockquote.love {
  border-left-color: #E91E63;
  border-right-color: #C2185B;
}

/* Stylish Quote #24 (Dream Color Palette) */
blockquote.dream {
  border-left-color: #03A9F4;
  border-right-color: #039BE5;
}

/* Stylish Quote #25 (Hope Color Palette) */
blockquote.hope {
  border-left-color: #2196F3;
  border-right-color: #1976D2;
}

/* Stylish Quote #26 (Faith Color Palette) */
blockquote.faith {
  border-left-color: #FF9800;
  border-right-color: #F57C00;
}

/* Stylish Quote #27 (Music Color Palette) */
blockquote.music {
  border-left-color: #FF5722;
  border-right-color: #D84315;
}

/* Stylish Quote #28 (Art Color Palette) */
blockquote.art {
  border-left-color: #673AB7;
  border-right-color: #512DA8;
}

/* Stylish Quote #29 (Wisdom Color Palette) */
blockquote.wisdom {
  border-left-color: #FF4081;
  border-right-color: #F50057;
}

/* Stylish Quote #30 (Custom Color Palette) */
blockquote.custom-palette {
  border-left-color: #FFB74D;
  border-right-color: #FF8A28;
}


/* Stylish Quotes Heading with Breathing Animation */
.heading {
  font-family: Montez;
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  animation: breathe 6s ease infinite;
  color: #F28705;
  margin: 5px;
  padding: 5px;

}

@keyframes breathe {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

code {
  color: #da4453;
}

span {
  font-weight: bold;
}

h1 {
  text-align: left;
  font-size: 17px;
  font-family: 'Francois One', sans-serif;
  color:#25383C;


}

/* Add this CSS rule to hide horizontal scrollbar */
html {
  overflow-x: hidden;
}

/* Copy Button */
.copy-button {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 16px;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
  outline: none;
}

.copy-button i {
  border: none;
  background: none;
  color: #25383C;
}

.copy-button:hover i {
  color: orange;
}

/*----------------------------------------------------
   10. Footer Style
------------------------------------------------------*/
.footer{
  background:#262626;
  padd
}
.footer .container{
  padding:84px 0 0;
}

.footer ul{
  margin:0 auto;
  margin-bottom:62px;
  text-align:center;
  list-style-type:none;
}
.footer ul li{
  display:inline-block;
  text-align:center;
  background: transparent;
  color: black;
  line-height:55px;
  margin:0 17px 14px;
  width:55px !important;
  height:55px !important;
  
  -webkit-border-radius: 50%;
    border-radius: 50%;
}
.footer ul li:hover{
  background:transparent;
  color: black;
  
}
.footer ul li:hover a{
  color:black;
}

.footer ul li a{
  color:black;
  width:42px !important;
  height:42px !important;
}
.footer ul li a i{
  line-height:55px !important;
  color:#F28705;
  padding: 10px;
}

.footer ul li a i:hover{
  line-height:55px !important;
  color:black;
  background-color: #F28705;
  padding: 10px;
}


.footer p{
  color:#F28705;
  font-size:15px;
  line-height:24px;
  font-weight:300;
  text-align:center;
}
.footer p:last-child{
  padding-bottom:0px;
}
.gototop {
  display:inline-block;
  width:40px;
  height:40px;
  border:2px solid #F2f2f5;
}
.gototop i {
  color:#F28705;
  line-height:35px;
}
.quote-color{
  color: black;
  font-size: 19px;
  font-style: italic;
}