body {
    font-family: 'ubuntu 300', sans-serif;
    background: #fff;
    height: 100%;
    width: 100%;
    color: #fff;
}

#adsense {
    padding: 15px;
}

a, a:focus, a:hover {
    color: #000;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #000;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

::scrollbar {
    display: none;
}

::-moz-selection {
    color: #fff;
    background: #00775a;
}

::selection {
    color: #fff;
    background: #00775a;
}

input {
    caret-color: #040157;
}

.site-gradient {
    background: #000;
}

p {
    font-size: 1rem;
    padding: auto;
}

#nav {
    background: linear-gradient(135deg, #2e86de, #4b7bec); /* Unique gradient background */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    display: flex;
    justify-content: space-between; /* Aligns items to the left and right */
    align-items: center; /* Vertically centers items */
    padding: 10px 20px; /* Padding for the navbar */
    position: relative; /* Ensure the navbar stays on top */
    z-index: 1; /* Ensure the navbar is above other content */
}

.navbar-brand img {
    height: 40px; /* Adjust the height of the brand logo */
}

.menu-items {
    display: flex;
    margin-left: -10px; /* Adjust spacing between menu items */
}

#header-links {
    color: #fff; /* Text color */
    font-weight: bold;
    text-decoration: none;
    padding: 10px 15px; /* Adjust padding as needed */
    margin: 0 5px; /* Adjust margin for spacing */
    /* Adding box shadow for a subtle 3D effect */
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Adding transition for smooth effect */
}

#header-links:hover {
    background-color: rgba(255, 255, 255, 0.1); /* Hover background color */
    /* Adjusting box shadow on hover for 3D effect */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transform: translateY(-1px); /* Elevating the item slightly on hover */
}




#social-media {
    width: 100%;
}

#social-media-icons {
    text-decoration: none;
    margin: 0 -.25rem;
}

#social {
    width: 2.5rem;
    height: 2.5rem;
}

#main {
    padding-top: 1rem;
    margin: auto;
    display: flex;
    min-height: 100vh;
    height: 100%;
    width: 100vw;
    align-items: top;
    justify-content: center;
}

#thumbnailpreview {
    position: relative;
    text-align: top;
    justify-content: top;
    max-width: 100vw;
    border: .25rem solid #fff;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -moz-transition: all ease 1s;
    -o-transition: all ease 1s;
    /* Adding 3D effect with shadows */
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}


#thumbnailpreview:hover {
    transform: scale(1.05);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -moz-transition: all ease 1s;
    -o-transition: all ease 1s;
}

#ytlink {
    /* Your existing styles */
    border: none;
    padding: 0.5rem; /* Adjusted padding for a smaller width */
    width: 200px; /* Adjusted width for a smaller input field */
    border-radius: 5px;
    font-size: 1rem;
    background-color: #fff; /* White background color */
    /* Adding box shadow for depth */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    /* Ensuring text is readable */
    color: #000; /* Black text color */
    /* Centering text horizontally */
    text-align: center;
    /* Transition for smooth hover effect */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    /* Adding margin below the input field */
    margin-bottom: 20px;
}

#ytlink::placeholder {
    /* Placeholder styles */
    color: rgba(0, 0, 0, 0.5); /* Placeholder color */
}

#ytlink:focus {
    /* Adjusting box shadow on focus */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}


#about {
    color: #000;
    padding-bottom: 3rem;
    padding-top: 3rem;
}

.thumbdloadbtn {
    color: #fff;
    border: none;
    white-space: nowrap;
    min-width: 50vw;
    padding: .75rem;
    margin: .5rem 0;
    text-align: center;
    border-radius: 5px; /* Rounded corners for a modern look */
    font-weight: 700;
    font-size: 1.25rem;
    /* Adding gradient background */
    background: linear-gradient(135deg, #1dd1a1, #10ac84);
    /* Adding box shadows for depth */
    box-shadow: 0 4px 6px rgba(16, 172, 132, 0.3), 0 6px 12px rgba(16, 172, 132, 0.3), 0 10px 24px rgba(16, 172, 132, 0.3);
    /* Ensuring text is readable */
    color: #fff;
    /* Transition for smooth hover effect */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.thumbdloadbtn:hover {
    /* Adding slight elevation on hover */
    transform: translateY(-2px);
    /* Adjusting box shadows for hover effect */
    box-shadow: 0 8px 12px rgba(16, 172, 132, 0.4), 0 12px 24px rgba(16, 172, 132, 0.4), 0 20px 40px rgba(16, 172, 132, 0.4);
}


#thumbdloadbtn:active {
    filter: brightness(1.5);
}

.thumbdloadbtn {
    color: #fff;
    border: none;
    white-space: nowrap;
    min-width: 50vw;
    padding: .75rem;
    margin: .5rem 0;
    text-align: center;
    border-radius: 0;
    font-weight: 700;
    font-size: 1.25rem;
}

.thumbdloadbtn:active {
    filter: brightness(1.5);
}

#footer {
    padding: .5rem;
    font-weight: 500;
    font-size: 1.5rem;
    background: linear-gradient(135deg, #ff6b6b, #7868e6); /* Eye-catching gradient background */
    color: #fff; /* Text color */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* Subtle shadow for depth */
    text-align: center; /* Center align text */
}

#footer:hover {
    background: linear-gradient(135deg, #1dd1a1, #10ac84); /* Updated gradient colors on hover */
}



@media only screen and (max-height: 440px) {
    #nav {
        padding: .25rem;
    }

    #main {
        margin: 3rem auto;
    }
}

@media only screen and (max-height: 380px) {
    #header {
        font-size: 3vw;
    }

    #main {
        margin: 5rem auto;
    }
}

@media only screen and (max-height: 280px) {
    #main {
        margin: 7rem auto;
    }
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,..."); /* Bootstrap default icon SVG */
}
.social-media-icon {
  display: inline-block;
  margin: 0 10px;
}
@media (max-width: 768px) {
  #footer #social-media {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .social-media-icon {
    margin: 5px;
  }
}
