@font-face {
    font-family: "Prompt";
    src: url("../fonts/Prompt-Regular.eot?") format("eot"),
        url("../fonts/Prompt-Regular.ttf") format("truetype");
}

header {
    background: #0e2e4c;
}

.thenavinner {
    background: #d78be4;
}

.theheadingss1 {
    font-family: "Prompt";
    color: #f5961d;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.theheadingss2 {
    font-family: "Prompt";
    color: #5793ca;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.theheadingss3 {
    font-family: "Prompt";
    color: #f4c221;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.thecontts {
    color: #fff;
    font-family: "Prompt";
    letter-spacing: 0.5px;
}

.thecontts a {
    color: #fff;
    font-family: "Prompt";
}

.thenavinner {
    background: #fff;
    padding: 10px !important;
    border-bottom: 1px solid #00000029;
}

a.thenavsmalls {
    font-family: 'Prompt';
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 4px 0px;
}

/* .thebannerslefts {
    padding-top: 30px;
} */

.thebannerslefts small {
    font-family: 'Prompt';
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #f5961d;
}

.thebannerslefts h2 {
    font-family: 'Prompt';
    font-size: 40px;
    width: 78%;
    padding-top: 28px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #812a87;
}

.thebannerslefts p {
    width: 70%;
    font-family: 'Prompt';
    padding-top: 20px;
}

.thebannerslefts a {
    margin-top: 20px;
    display: inline-flex;
    background: #7f318d;
    padding: 7px 15px;
    border-radius: 42px;
    color: #fff;
    font-family: 'Prompt';
    letter-spacing: 0.5px;
}

section.bannerss {
    padding: 50px;
}

.thebannerrights img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

section.abouttemple {
    background: #0e2e4c;
    padding: 50px;
}

.aboutempheads h2 {
    color: #fff;
    font-family: 'Prompt';
    font-size: 50px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}

.abouttempleparas p {
    color: #fff;
    font-family: 'Prompt';
    padding-top: 50px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    line-height: 28px;
}

.pojstimngs {
    padding-top: 60px;
}

.pojatimgs h2 {
    text-align: center;
    font-family: 'Prompt';
    color: #fff;
    font-size: 32px;
}

.pojatimgs h2 span {
    margin: 0 20px;
}

.pujatingerrss {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pujatiminers {
    margin: 50px 50px 0;
}

.pujstyeps h2 {
    background: #fff;
    padding: 8px 22px;
    border-radius: 10px;
}

.pujstyeps h2 {
    background: #fff;
    padding: 8px 22px;
    border-radius: 10px;
    margin-bottom: 17px;
    font-family: 'Prompt';
    color: #7f318d;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 16px;
}

.pujstyeps ul li {
    text-align: center;
    color: #fff;
    font-family: 'Prompt';
    font-size: 18px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

section.thelongphoto {
    height: 600px;
}

.lonphtomains img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    background-attachment: fixed;
}

.thepurposes {
    padding: 50px;
    background: #0e2e4c;
}

.thepurposesheads {
    text-align: center;
    font-family: 'Prompt';
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 4px;
    color: #fff;
}

.purposescards {
    margin-top: 50px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.purposecardsinners {
    text-align: center;
    background: #fff;
    padding: 10px;
    /* border-radius: 20px; */
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    min-height: 170px;
    height: 100%;
}

.purposecardsinners small {
    display: inline-flex;
}

.purposecardsinners h2 {
    font-family: 'Prompt';
    font-size: 16px;
    margin-top: 30px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 600;
}

.theogbacks {
    background: #0e2e4c;
    padding: 20px 12px 0;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    height: 100%;
}

.thewholeedetails img {
    border-radius: 50%;
}

.galleriesmains {
    display: flex;
    grid-template-columns: repeat(3, 5fr);
    grid-gap: 1rem;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 50px;
    flex-wrap: wrap;
}

.galleriesmains .card {
    color: #252a32;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}

.galleriesmains .card-image {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 70%;
    background: #fff;
}

.galleriesmains .card-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 600px) {
    .galleriesmains {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 1rem;
    }
}

section.galleries {
    padding: 50px;
}

.thegalleyimagesss h3 {
    font-size: 17px;
}

.thegalleyimagesss {
    width: 31%;
    margin: 0 !important;
    margin-bottom: 20px !important;
    border: 1px solid #000;
    padding: 15px;
    border-radius: 10px;
}

.gaaliesheads h2 {
    text-align: center;
    font-family: 'Prompt';
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 600;
    color: #7f318d;
    letter-spacing: 1px;
}

footer {
    background: #0e2e4c;
    padding: 50px;
}

.footerlogo {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footerlogo img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.footerlinos ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.footerlinos ul li a {
    color: #fff;
    font-family: 'Prompt';
    font-size: 20px;
    margin: 0 15px;
    letter-spacing: 0.5px;
}

/* 
.galleriesmains.theinnergallery{
    display: unset;
} */

a.thenavsmalls.active {
    background: #fff;
    padding: 4px 10px;
    border-radius: 33px;
}

.thededi p {
    color: #fff;
    margin-bottom: 20px;
    font-size: 16px;
}

.thededi h4 {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    border-bottom: 1px solid #fff;
    width: fit-content;
    padding-bottom: 10px;
    margin-bottom: 11px;
}

.thedotancards .col-md-6 {
    margin: 0 auto 20px;
    width: 40%;
}

.homwgalieres .thegalleyimagesss {
    width: 100%;
}

.homwgalieres .thegalleyimagesss h3 {
    font-size: 14px;
}

@media screen and (min-width:320px) and (max-width:767px) {
    .cnt223 {
        min-width: 100% !important;
        width: 100% !important;
        padding: 15px 10px !important;
    }

    section.bannerss {
        padding: 50px 0;
    }

    .thebannerrights {
        width: 100%;
        height: 500px;
        margin-top: 25px;
    }

    section.abouttemple {
        background: #0e2e4c;
        padding: 50px 0;
    }

    .aboutempheads h2 {
        color: #fff;
        font-family: 'Prompt';
        font-size: 40px;
    }

    .abouttempleparas p {
        color: #fff;
        font-family: 'Prompt';
        padding-top: 50px;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        line-height: 28px;
    }

    .pujatingerrss {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .pujatiminers {
        margin: 50px 0 0;
    }

    section.thelongphoto {
        height: 400px;
    }

    .thepurposes {
        padding: 50px 0;
        background: #0e2e4c;
    }

    .purposescards {
        margin-top: 50px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .purposescards .col-md-3 {
        width: 50%;
        margin-bottom: 27px;
    }

    .theogbacks {
        background: #0e2e4c;
        padding: 30px 12px;
        border-top-left-radius: 15px;
        border-bottom-right-radius: 15px;
        height: 100%;
    }

    footer {
        background: #0e2e4c;
        padding: 50px 0;
    }

    .footerlinos ul {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 40px;
        flex-wrap: wrap;
    }

    .thebannerslefts h2 {
    font-family: 'Prompt';
    font-size: 25px;
    width: 100%;
    padding-top: 10px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #812a87;
    text-align: center;
}

    .thebannerslefts small {
        font-family: 'Prompt';
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        color: #f5961d;
        text-align: center;
        margin: 0 auto;
        display: block;
    }

    .thebannerslefts p {
        width: 100%;
        font-family: 'Prompt';
        padding-top: 20px;
        text-align: center;
    }

    .thebannerslefts a {
        margin-top: 20px;
        display: inline-flex;
        background: #7f318d;
        padding: 7px 15px;
        border-radius: 42px;
        color: #fff;
        font-family: 'Prompt';
        letter-spacing: 0.5px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: fit-content;
    }

    header .flex.items-center.space-x-2.sm\:space-x-4 {
        flex-flow: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    header .flex.flex-col.sm\:flex-row.items-center.sm\:items-start.justify-between.px-2.py-1 {
        padding: 25px 0 !important;
    }

    .thepoopstables tbody td {
        text-align: center;
        color: #0e2e4c;
        padding: 7px 5px !important;
        font-family: 'Prompt';
        font-weight: 600;
        letter-spacing: 1px;
        font-size: 10px !important;
    }
}

.mobileheader {
    display: none;
}

.themangements .card{
    border: 0;
}

.themangements .role {
    font-weight: bold;
    width: 50%;
    display: flex;
}
.themangements .list-group-item{
    display: flex;
}
.thecropsdsds li.list-group-item {
    width: 48%;
}
ul.list-group.list-group-flush.thecropsdsds {
    flex-direction: unset;
    flex-wrap: wrap;
    justify-content: space-between;
}
p.theparasunds {
    display: flex;
    margin-top: 13px;
}

.theothernasmains {
    margin-top: 30px;
}
.themangements h4.text-center.mb-4 {
    font-weight: 600;
    font-family: 'Prompt';
    font-size: 36px;
    color: #802a86;
}

.ntofications .galleriesmains .card-image {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 0;
    background: #fff;
}

.ntofications .galleriesmains .card-image img {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (min-width:320px) and (max-width:767px) {
    .desktopheaders {
        display: none;
    }

    .mobileheader {
        display: block;
    }

    span.baars {
    color: #fff;
}

    .thedsddss {
        flex-direction: unset;
        width: 90%;
        margin: 0 auto;
    }

    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        right: 0;
        background-color: #111;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
    }

    .sidenav a {
        padding: 0;
        text-decoration: none;
        font-size: 13px;
        color: #fff;
        display: block;
        transition: 0.3s;
    }

    .sidenav a:hover {
        color: #f1f1f1;
    }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

    .thedotancards .col-md-6 {
        margin: 0 auto 20px;
        width: 90%;
    }
    .thedotancards {
    margin-top: 22px;
}
.leading-tight {
    padding: 10px;
}
.leading-tight h1 {
    font-size: 13px;
    text-align: center;
    line-height: 20px;
    letter-spacing: 0.5px;
}
.leading-tight p {
    font-size: 13px;
    text-align: center;
    line-height: 20px;
    letter-spacing: 0.5px;
}
.mobslogins {
    padding: 10px;
}
.thenavinner {
    background: transparent;
}
.thenavinner {
    background: transparent;
    flex-direction: column;
    padding: 10px !important;
    text-align: center;
}
a.thenavsmalls {
    font-family: 'Prompt';
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 4px 0px;
    color: #fff !important;
    width: fit-content;
    margin: 0 auto;
}
a.thenavsmalls.active {
    background: #fff;
    padding: 4px 10px;
    border-radius: 33px;
    color: #000 !important;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    color: #fff;
}
.thenavinner {
    background: transparent !important;
}
.themangements .card {
    border: 0;
    padding: 0 !important;
}
.themangements h4.text-center.mb-4 {
    font-weight: 600;
    font-family: 'Prompt';
    font-size: 27px;
    color: #802a86;
}
.thecropsdsds li.list-group-item {
    width: 100%;
}
.gaaliesheads h2 {
    font-size: 30px;
}
.thegalleyimagesss {
    width: 100%;
}
section.galleries {
    padding: 50px 0;
}
}