
/* everything_icon.css - Main stylesheet for everythingicon.com
   Author: David Lewis
   Last updated: 2024-10-03


 */

@charset "UTF-8";


body {

    margin-top: 0px !important;
    font-family: 'Poppins', sans-serif !important;

}

img.featured_image {

    width: 100%;
    max-width: 1920px;


}

.featured_image .image_caption {
    font-size: 0.7rem;
}



.author_small {

    font-size: 0.8rem;
}


.navbar {
    background-color: #000000;
    padding: 1rem 0;
}
.navbar-brand img {
    max-width: 200px;
    height: auto;
}
.nav-link {
    color: #ffffff !important;
    font-weight: 300;
    transition: color 0.3s ease;
}
.nav-link:hover, .nav-link:focus {
    color: #f988e7 !important;
}
.nav-link.active {
    font-weight: 600;
    color: #f988e7 !important;
}
.btn-logout {
    background-color: #f988e7;
    border-color: #f988e7;
    color: #fff;
    font-weight: 600;
    transition: all 0.3s ease;
}
.btn-logout:hover {
    background-color: #330072;
    border-color: #330072;
    color: #FFF !important;
    transition: all 0.3s ease;

}
.btn-signup {
    background-color: #f988e7;
    color: #FFF;
    border-color: #330072;
    font-weight: 600;
    transition: all 0.3s ease;
}
.btn-signup:hover {
    background-color: #e77ad6;
    border-color: #220049;
}


footer .nav-link {
    color: #000 !important;
}

footer .social-icons li a {
    color: #000 !important;
    transition: all 0.3s ease;
}

footer .social-icons li a:hover {

    color: #f988e7 !important;
    transition: all 0.3s ease;

}


a {
    text-decoration: none;
    color: #6b0fd9;
    transition: all 0.3s ease;

}

a:hover {

    color: #330072;
    transition: all 0.3s ease;


}


.btn-primary {

    background-color: #6b0fd9;
    color: #FFF;
    border-color: #6b0fd9;
    transition: all 0.3s ease;
}

.btn-primary:hover {

    background-color: #330072;
    transition: all 0.3s ease;
    border-color: #330072;
}




/* Responsive Bits */

@media (max-width: 991px) {
    .navbar-nav {
        margin-top: 1rem;
    }
    .text-end {
        margin-top: 1rem;
    }

    .navbar .btn-container {
        width: 100%;
    }
    .navbar .btn-container .btn {
        display: block;
        width: 100%;
        margin-bottom: 0.5rem;
    }
}


@media (min-width: 992px) {
    .navbar .btn-container {
        width: auto;
    }
    .navbar .btn-container .btn {
        display: inline-block;
        width: auto;
    }
}


/* Masthead */


.masthead {
    padding: 3rem 0 7rem;
    position: relative;
    z-index: 0;
}
.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #8b4aab;
    background-image: url('https://assets.everythingicon.com/media/bg/video-bg-still.webp'), linear-gradient(45deg, #330072 0%, #f988e7 100%);
    background-size: cover;
    background-position: center -150px;  /* Adjust this negative value to move it up more or less */
    z-index: 1;
}


.masthead svg.wave {
    position: absolute;
    bottom: -1px;
    left: 0
}

.masthead h1 {
    color: #fff;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.1;
    z-index: 1
}

.masthead h2 {
    color: rgba(255, 255, 255, .6);
    font-weight: 600;
    z-index: 1;
    font-size: 1.2rem
}

.masthead a {
    color: rgba(255, 255, 255, .8);
    text-decoration: underline;
    z-index: 1
}

.masthead a:hover {
    color: #fff
}

.masthead a:active {
    text-decoration: none
}

@media(min-width:992px) {
    .masthead h1 {
        font-size: 3rem
    }
    .masthead h2 {
        font-size: 1.5rem
    }
}

.masthead .masthead-cards {
    position: relative;
    z-index: 1
}

.masthead .masthead-cards .shape {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, .3);
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%
}

.masthead .masthead-cards .card {
    opacity: 1;
    font-size: .8rem;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: .05rem;
    color: #212529;
    transition: .15s all
}

.masthead .masthead-cards .card:hover {
    margin-top: -.25rem;
    margin-bottom: .25rem
}

.masthead .masthead-cards .card:active {
    margin-top: inherit;
    margin-bottom: inherit
}

.masthead .masthead-cards .card.border-bottom-blue:hover {
    color: #2092ed
}

.masthead .masthead-cards .card.border-bottom-green:hover {
    color: #28a745
}

.masthead .masthead-cards .card.border-bottom-red:hover {
    color: #dd3d31
}

.masthead .masthead-cards .card.border-bottom-yellow:hover {
    color: #ffc107
}

.masthead-page {
    padding: 1rem 0 4rem
}

@media(min-width:992px) {
    .masthead-page h1 {
        font-size: 2.5rem
    }
}

.border-bottom-yellow {
    border-color: #ffc107!important;
}

.border-bottom-red {
    border-color: #dd3d31!important;
}

.border-bottom-blue {
    border-color: #2092ed!important;
}

.border-bottom-green {
    border-color: #28a745!important;
}

.border-bottom-blue, .border-bottom-green, .border-bottom-red, .border-bottom-yellow {
    border-bottom: .4rem solid!important;
}
.shadow-lg {
    box-shadow: 0 2rem 1.5rem -1.5rem rgba(33,37,41,.15),0 0 1.5rem .5rem rgba(33,37,41,.05)!important;
}
.border-0 {
    border: 0!important;
}

.masthead {
    position: relative;
    overflow: hidden;
    padding: 3rem 0 7rem;
}

.video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 1;
}

.video-background video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
}

.gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, #330072 0%, #f988e7 80%);
    opacity: 0.7;
    z-index: 2;
}

.masthead .container {
    position: relative;
    z-index: 3;
}

.masthead svg.wave {
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 3;
}



.masthead {
    background-image: linear-gradient(45deg, rgba(51, 0, 114, 0.7) 0%, rgba(249, 136, 231, 0.7) 100%), url(https://assets.everythingicon.com/media/images/2025/01/6782dfcce4a26.jpg);
    background-size: cover;
    background-position: center center; }
.breadcrumb {
    padding: 1rem 0;
    margin-bottom: 0;
    background: transparent;
}
.breadcrumb-item a {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
}
.breadcrumb-item a:hover {
    color: #fff;
}
.breadcrumb-item.active {
    color: #fff;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: rgba(255,255,255,0.5);
}

/* Front page clock */

#clock-container {
    text-align: center;
    margin-bottom: 20px; /* Added margin at the bottom */
}

#clock {
    font-family: 'Orbitron', sans-serif;
    font-size: 48px;
    color: #666;
    background-color: white;
    padding: 10px 15px; /* Reduced padding */
    border-radius: 10px;
    box-shadow: 0 0 0 2px #ccc; /* Light grey outline */
    display: inline-block;
    min-width: 200px;
    text-align: center;
}

#ships-time {
    font-family: 'Orbitron', sans-serif;
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}

.colon {
    animation: blink 1s infinite;
}

@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}


/* Content Boxes */

.content-box-link {
    text-decoration: none;
    color: white !important;
    display: block;

}

.content-box {
    height: 300px;
    border-radius: 15px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    transition: transform 0.3s ease;
    color: white !important;
}

.content-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: linear-gradient(45deg, rgba(41,0,94,0.85), rgba(209,96,191,0.85)); */
    background: linear-gradient(45deg, rgb(0, 51, 102, 0.6), rgb(0, 102, 204, 0.8));

    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: background 0.3s ease;
    color: white !important;
}

.content-box:hover {
    transform: translateY(-5px);
    color: white !important;

}

.content-box:hover .content-overlay {
    background: linear-gradient(45deg, rgba(51,0,114,0.9), rgba(249,136,231,0.9));
}

.content-box h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.content-box p {
    margin-bottom: 1.5rem;
}

.content-box .btn {
    opacity: 0.9;
    transition: opacity 0.3s ease;
}

.content-box:hover .btn {
    opacity: 1;
}



/* Breadcrumbs */

.breadcrumb {
    padding: 1rem 0;
    margin-bottom: 0;
    background: transparent;
}
.breadcrumb-item a {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
}
.breadcrumb-item a:hover {
    color: #fff;
}
.breadcrumb-item.active {
    color: #fff;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: rgba(255,255,255,0.5);
}

/* Post Boxes */

.post_box {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.post_box:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.post_box img {
    border-radius: 16px 16px 0 0;
    object-fit: cover;
    height: 220px;
}

.post_box h2 {
    font-size: 1.25rem;
    padding: 0 1.5rem;
    margin-top: 1.5rem;
}

.post_box p {
    padding: 0 1.5rem;
}

.post_box .btn {
    margin: 0;
}

.post_box .author_small {
    font-size: 0.9rem;
    color: #6c757d;
}

/* Header CSS */

/* Modern Navbar Styling */
header.navbar {
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1rem 0;
}

header .nav-link {
    position: relative;
    padding: 0.5rem 1rem;
    transition: color 0.3s ease;
    font-weight: 500;
    display: inline-block;
    width: fit-content;
}

header .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 1rem;
    width: 0;
    height: 2px;
    background: #fff;
    transition: width 0.3s ease;
}

header .nav-link:hover::after,
header .nav-link.active::after {
    width: calc(100% - 2rem);
}

@media (min-width: 992px) {
    header .nav-link::after {
        left: 1rem;
        width: 0;
    }


    header .nav-link:hover::after,
    header .nav-link.active::after {
        width: calc(100% - 2.2rem);
    }
}

@media (max-width: 991px) {


    header .nav-item a.nav-link {
        margin-left: -1rem !important;
    }


}

header .navbar-brand img {
    height: 40px;
    transition: transform 0.3s ease;
}

header .navbar-brand:hover img {
    transform: scale(1.05);
}



.text-primary {
    color: #6b0fd9 !important;

}



/* LOG OUT PROFILE BUTTON */
header.navbar {
    z-index: 1000;
    /* Keep existing header.navbar styles */
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1rem 0;
}

/* Modern Profile Dropdown Styles */
.dropdown-menu {
    z-index: 1500;

    border: none;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    padding: 0.8rem;
    margin-top: 0.5rem;
    min-width: 220px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.98);
}

.dropdown-item {
    border-radius: 12px;
    padding: 0.8rem 1.2rem;
    margin: 0.2rem 0;
    font-weight: 500;
    display: flex;
    align-items: center;
    transition: all 0.2s ease;
}

.dropdown-item:hover {
    background: linear-gradient(45deg, rgba(33, 150, 243, 0.08), rgba(76, 175, 80, 0.08));
    transform: translateX(4px);
}

.dropdown-item i {
    margin-right: 12px;
    font-size: 1.1rem;
    opacity: 0.8;
}

.dropdown-divider {
    margin: 0.5rem 0;
    opacity: 0.1;
}

.profile-button {
    padding: 0.5rem 1rem;
    border-radius: 30px;
    transition: all 0.3s ease;
    background: linear-gradient(45deg, #003366, #0066cc);


}

.profile-button:hover {
    background: #f988e7 !important;
}

.profile-button:focus {
    box-shadow: 0 0 0 3px rgba(33, 150, 243, 0.2);
    background: #f988e7;
}

.profile-button img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 2px solid rgba(33, 150, 243, 0.2);
    transition: all 0.3s ease;
}

.profile-button:hover img {
    border-color: rgba(76, 175, 80, 0.4);
}

.profile-name {
    font-weight: 500;
    color: #FFF;
}