﻿.fa {
    padding: 20px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
}

    .fa:hover {
        opacity: 0.7;
    }

.fa-facebook {
    background: #3B5998;
    color: white;
}

.fa-twitter {
    background: #55ACEE;
    color: white;
}

.fa-google {
    background: #dd4b39;
    color: white;
}

.fa-linkedin {
    background: #007bb5;
    color: white;
}

.fa-youtube {
    background: #bb0000;
    color: white;
}

.fa-instagram {
    background: #125688;
    color: white;
}

.fa-pinterest {
    background: #cb2027;
    color: white;
}

.fa-snapchat-ghost {
    background: #fffc00;
    color: white;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fa-skype {
    background: #00aff0;
    color: white;
}

.fa-android {
    background: #a4c639;
    color: white;
}

.fa-dribbble {
    background: #ea4c89;
    color: white;
}

.fa-vimeo {
    background: #45bbff;
    color: white;
}

.fa-tumblr {
    background: #2c4762;
    color: white;
}

.fa-vine {
    background: #00b489;
    color: white;
}

.fa-foursquare {
    background: #45bbff;
    color: white;
}

.fa-stumbleupon {
    background: #eb4924;
    color: white;
}

.fa-flickr {
    background: #f40083;
    color: white;
}

.fa-yahoo {
    background: #430297;
    color: white;
}

.fa-soundcloud {
    background: #ff5500;
    color: white;
}

.fa-reddit {
    background: #ff5700;
    color: white;
}

.fa-rss {
    background: #ff6600;
    color: white;
}




.bg-red {
    background-color: #8a0b12;
    opacity: 90%;
}

.maindate {
    font-size: calc(3rem);
    text-align: left;
    padding: 10px;
    font-family: 'Catamaran';
    font-style: italic;
}

.mainDesc {
    padding-top: 3rem;
    padding-left: 0.5rem;
    text-transform: uppercase;
    font-family: 'Catamaran';
    font-weight: bold;
    font-size: x-large;
    text-align: left;
}

.mainDescBg {
    z-index: 0;
    border-radius: 100%;
    background: linear-gradient(180deg, #fdfeff 0%, #acadb0 100%);
    width: 150px;
    height: 150px;
    padding: 24px;
    margin: 5px;
}

.mainlogo {
    z-index: 5;
}

.mainDescBlock {
}

@media (min-width: 992px) {

    .mainDescBlock {
        position: relative;
        left: -35px !important;
    }
}

@media (max-width: 990px) {
    .mainDesc {
        padding: 1rem;
        text-transform: uppercase;
        font-family: 'Catamaran';
        font-weight: bold;
        font-size: x-large;
        text-align: left;
    }

    .mainDescBg {
        display: none;
    }

    .mainDescImgContainer {
        display: none;
    }
}

.social-icons img {
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
    opacity: 0.8; /* Slightly faded by default */
}

    .social-icons img:hover {
        transform: scale(1.3); /* Slightly enlarges on hover */
        opacity: 1; /* Full opacity */
    }

    .social-icons img:active {
        transform: scale(0.9); /* Shrinks slightly when clicked */
        opacity: 0.7; /* Slightly faded when pressed */
    }

.footer-links a {
    color: white; /* Default color */
    opacity: 0.7; /* Slightly faded by default */
    transition: opacity 0.3s ease, color 0.3s ease;
}

    .footer-links a:hover {
        opacity: 1; /* Full opacity on hover */
        color: #ddd; /* Slightly lighter color on hover */
        text-decoration: underline; /* Optional underline effect on hover */
    }

.event-icons img {
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
    opacity: 0.9; /* Slightly faded by default */
}

    .event-icons img:hover {
        transform: scale(1.1); /* Slightly enlarges on hover */
        opacity: 1; /* Full opacity */
    }

    .event-icons img:active {
        transform: scale(0.9); /* Shrinks slightly when clicked */
        opacity: 0.8; /* Slightly faded when pressed */
    }
.rounded-corners {
    border-radius: 10px; /* Adjust the radius as needed */
}

.bg-custom {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); /* 50% opacity to 100% opacity */
    border-radius: 10px; /* Rounded corners */
}

/*.countdownTimer {
    background-color: #f0f0f0;*/ /* Dark background with slight transparency */
    /*color: #000000;*/ /* Light text for contrast */
    /*font-weight: 600;*/ /* Slightly bold for emphasis */
    /*font-size: 1.1rem;*/ /* Adjust size for visibility */
    /*padding: 3px 3px;*/ /* Adds spacing inside the div */
    /*border-radius: 2px;*/ /* Rounded corners for a softer look */
    /*text-align: center;*/ /* Centers text horizontally */
    /*min-width: 30px;*/ /* Ensures a consistent size */
    /*display: inline-block;*/ /* Prevents full-width stretching */
    /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);*/ /* Subtle shadow for depth */
/*}
.countdownLabel {
    font-size: .7rem;
}*/

.countdown-item {
    text-align: center;
    min-width: 60px; /* Ensures consistent spacing */
}

.countdownTimer {
    background-color: rgba(0, 0, 0, 0.8);
    color: #f0f0f0;
    font-weight: 600;
    font-size: 1.1rem;
    padding: 8px 12px;
    border-radius: 6px;
    min-width: 60px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.countdownLabel {
    font-size: 0.7rem;
    color: #b0b0b0;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 4px;
}

.share-icons img {
    margin: 0 5px; /* Space between share icons */
}

.floating-div {
    position: fixed; /* Fixes the element at a specific position */
    bottom: 0; /* Anchors it to the bottom */
    left: 0; /* Spans from the left edge */
    width: 100%; /* Full width */
    background-color: #000; /* Dark background for visibility */
    color: #fff; /* Light text for contrast */
    text-align: center; /* Centers the text */
    padding: 10px 0; /* Padding for spacing */
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5); /* Adds a shadow for emphasis */
    z-index: 999; /* Ensures it stays above other content */
}

.main-btns {
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
    
}

    .main-btns:hover {
        transform: scale(1.02); /* Slightly enlarges on hover */
      
    }

    .main-btns:active {
        transform: scale(0.98); /* Shrinks slightly when clicked */
        opacity: 0.8; /* Slightly faded when pressed */
    }
.mainrounded-border {
    border: 1px solid rgba(0, 0, 0, 0.1); /* Subtle border */
    border-radius: 10px; /* Rounded corners */
    padding: 15px; /* Space inside the border */
    background-color: white;
}
