﻿.main-section {
    background-image: url('../images/pattern.png');
}

.herosection {
    background-image: linear-gradient(11deg, #F8D7B6, transparent);
}

.nav-section {
    height: 100%;
}

.copy-container {
    position: relative;
    display: inline-block;
}

.copy-input {
    padding-right: 30px; /* Space for the icon */
}

.copy-icon {
    cursor: pointer;
    font-size: 16px;
    display: block;
}

.Mobile {
    display: none
}

.ImageContainer {
    text-align: center
}

.content-container {
    position: relative;
    /* top: 41%; */
    /* left: 50%; */
    width: 65%;
    background-color: white;
    transform: translate(25%, -110%);
    z-index: 5;
}


/*Content Card Start*/
.location {
    font-weight: 500;
    margin-bottom: 1rem;
}

.imam-cell {
    background-color: #e9f5ee;
    display: flex;
    align-items: center;
    border-radius: 8px;
    padding: 10px;
}

    .imam-cell img {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        object-fit: cover;
        margin-right: 10px;
    }

    .imam-cell p {
        display: contents;
    }

.imam-info .name {
    font-weight: 600;
}

.prayer-row {
    background-color: #fef4ef;
}

.highlight {
    font-weight: bold;
    color: black;
}

table {
    border-collapse: separate;
    border-spacing: 0 10px;
}

td, th {
    vertical-align: middle;
    text-align: center;
}
/*Content Card End*/


h1 {
    position: relative;
    /* position: fixed; */
    /* top: 15%; */
    /* left: 20%; */
    transform: translate(0%, 0%);
    z-index: -1;
    font-size: 5.5rem;
}

.img-masjid {
    height: 500px;
    position: relative;
    transform: translate(0%, -40%);
}




.navbar {
    background-color: transparent !important;
}

.logo {
    height: 132px
}

.navbar-nav {
    margin-left: 10%;
    font-family: Lato;
    color: #34364A;
    font-weight: 700;
    font-size: 20px;
}

.navbar-light .navbar-nav .nav-link {
    color: #34364A;
    padding: 0px 0px 0px 50px;
    /* display: contents; */
    display: inline;
}

.btn-donate {
    width: 150px;
    height: 50px;
    border-radius: 50px;
    background-color: #EE9A49;
    font-size: 20px;
    color: white;
    font-family: inter;
    font-weight: bold;
}

.navTablet {
    display: none
}

.laptop {
    display: block
}

.nextsalah {
    position: relative;
    width: 300px;
    transform: translate(0%, 100%);
    padding: 10px;
    z-index: 2;
    /* color: wheat; */
    border-radius: 20px;
    font-size: 24px;
    margin:auto;
    /* top: 40%; */
    background-color: #fef4ef;
    /* left: 41%; */
    font-weight: bold;
}

.MobileImam-Cell {
    display: none
}


.modal-img-bg {
    height: 250px;
    position: relative;
    transform: translate(50%, 0%);
    opacity: 30%;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .navdefault {
        display: none
    }

    .navTablet {
        display: block
    }

    .logo {
        height: 100px
    }

    .navbar-light .navbar-nav .nav-link {
        color: #34364A;
        padding: 0px 0px 0px 15px;
    }

    .navbar-nav {
        margin-left: 0%;
        font-family: Lato;
        color: #34364A;
        font-weight: 700;
        font-size: 15px;
        display: inline-block
    }
}





@media only screen and (min-width: 320px) and (max-width: 768px) {
    .logo {
        height: 80px
    }

    .navdefault {
        display: none
    }


    .Mobile {
        display: block
    }

    .navTablet {
        display: block
    }

    .navbar-light .navbar-nav .nav-link {
        color: #34364A;
        padding: 0px 0px 0px 15px;
    }

    .navbar-nav {
        margin-left: 0%;
        font-family: Lato;
        color: #34364A;
        font-weight: 700;
        font-size: 12px;
        display: inline-block
    }


    .btn-donate {
        width: 100px;
        height: 50px;
        border-radius: 50px;
        background-color: #EE9A49;
        font-size: 15px;
        color: white;
        font-family: inter;
        font-weight: bold;
    }


    .laptop {
        display: none
    }

    .img-masjid {
        height: 300px;
    }

    h1 {
        transform: translate(0%, 90%);
        font-size: 30px;
    }

    .content-container {
        transform: translate(28%, -50%);
        border-radius: 15px;
    }

    .nextsalah {
        transform: translate(0%, 65%);
        position: relative;
    }

    .MobileImam-Cell {
        display: block;
        transform: translate(0px, -135%);
    }

   

}


.announcement-div {
    margin-top: 10%;
}


.announcement-container {
    background-color:white;
    color: #160b47;
    position: relative;
    padding: 30px;
    transform: translate(0%, -60%);
    /* max-width: 800px; */
    margin: 40px auto;
    border-radius: 10px;
}

.announcement-title {
    text-align: center;
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: 25px;
}

.announcement-card {
    background-color: #fbd6b4;
    color: #000;
    padding: 15px 20px;
    border-radius: 15px;
    margin-bottom: 20px;
}

    .announcement-card h5 {
        color: #2eaf7d;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .announcement-card p {
        font-weight: 600;
        margin: 0;
    }

.announcement-date {
    text-align: end;
    font-weight: bold;
    color: #2eaf7d;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
    .announcement-card {
        padding: 12px 15px;
    }

    .announcement-title {
        font-size: 1.5rem;
    }

    .announcement-container {
        transform: translate(0%, -30%);
    }
}


@media only screen and (min-width: 768px) and (max-width: 1023px) {

    .nextsalah {
        transform: translate(0%, 65%);
        position: relative;
    }


    .MobileImam-Cell {
        text-align: center;
        display: block;
        /* width: 100%; */
        transform: translate(100%, -135%);
    }
    }



.contactModal {
    background-color: #fbe3d3;
}

.contact-card {
    padding: 30px;
    background-color: #fbe3d3;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.contact-logo {
    max-height: 250px; 
}

.contact-title {
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 0;
}

.contact-subtitle {
    color: #00b39b;
    font-size: 0.9rem;
    margin-top: -5px;
    margin-bottom: 20px;
}

.contact-info {
    text-align: left;
    margin-top: 20px;
}

    .contact-info i {
        font-size: 1.2rem;
        margin-right: 10px;
        color: #000;
    }

    .contact-info .info-item {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
        font-size: 1rem;
        font-weight: 600;
        justify-content:center
    }

    .contact-info a {
        color: #000;
        text-decoration: none;
        font-weight: bold;
    }

        .contact-info a:hover {
            text-decoration: underline;
        }

    .contact-info .bi-geo-alt-fill {
        font-size: 1.1rem;
    }