:root {
    --primary-color: #ff401e;
    --secondary-color: #ff7f44;
  }

  body{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  }

.top-column{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    height: 40px;
    background-color: var(--secondary-color);
}

.top-left{
    margin-top: 5px;
}

.top-column a{
    color: black;
    text-decoration: none;
    font-weight: bold;
}

.top-column a:hover{
    color: white;
}

.top-right{
    margin-top: 5px;
    font-weight: lighter;
}

.navbar{
    /* box-shadow:  3px 3px 9px #d7d7d7,
    -3px -3px 9px #e9e9e9; */
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16);
}

.facebook-btn{
    color:white !important; 
    background-color: rgb(59, 89, 152); 
    border-radius: 2px;
    width: 150px;
}

.btn-nav{
    background-color: var(--primary-color);
    color: white;
    width: 100px;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 30px;
}

.active{
    color: var(--primary-color) !important;
}

.nav-item{
    border-right: 1px;
    border-color: black;
}

.nav-link{
    color: black;
    font-size: 19px;
    margin-right: 10px;
    font-weight: bold;
}

.nav-link:hover{
    color: var(--secondary-color) !important;
}

@media only screen and (max-width: 600px) {

    .logo-nav{
        width: 70px;
        height: 50px;
    }

    .top-column{
    height: 30px;
    }

    .top-left{
        font-size: 12px;
    }

    .top-right{
        display: none;
    }
    .donation-btn{
        display: none;
    }
    
}

.home-page{
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/bg.jpg) no-repeat fixed;
    background-size: cover;
}

.home-page-1{
    display: flex;
    position: relative;
    flex-direction: row;
    justify-content: space-between;
}

@media only screen and (max-width: 600px) {
.home-page-1{
    flex-direction: column;
}
.home-text-1{
    margin-top: 0px !important;
    width: 100% !important;
    margin-bottom: 20px;
}

.span-h1-home{
    border-bottom: none !important;
}

.span-h1-home-2{
    text-decoration: none !important;
}

}

.home-text-1{
    margin-top: 100px;
    width: 60%;
    color: white;
}

.home-text-1 h1{
    font-weight: bold;
}

.home-text-1 h1:after {
    background-color: var(--primary-color);
    content: '';
    display: block;
  position:relative;
  float: right;
    height: 5px;
    width: 200px;
    margin-bottom: 0.25em;
}

.marquee-home-main{
    background-color: var(--secondary-color);
    color: black;
    font-weight: bold;
    font-size: 1.3rem;
}

.h3-hindi-para{
    line-height: 40px;
}

.about-home{
    margin-top: 70px;
}

.about-home h1{
    text-align: center;
    font-weight: bold;
}

.span-h1-home{
            border-bottom-style: solid;
            border-bottom-width: 4.1px;
            border-bottom-color: var(--primary-color);
}

.span-h1-home-2{
    text-decoration: overline; text-decoration-color: #ff401e;
}

.about-home h5 span{
    color: var(--primary-color);
    font-weight: bold;
}

.donation{
    background-color: var(--primary-color);
    color: white;
    text-align: center;
    margin-top: 70px;
    border-radius: 10px;
}

.donation h1{
    padding-top: 30px;
    font-weight: bold;
}

.donation h4{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.donation button{
    background-color: white;
    color: var(--primary-color);
    font-size: 30px;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 5px;
    border: none;
    margin-top: 40px;
    font-weight: bold;
    margin-bottom: 20px;
}

.donation button a {
    color: var(--primary-color);
    text-decoration: none;
}

.donation button:hover{
    background-color: var(--secondary-color);
}

.donation button a:hover{
    color: white;
}

.pandit-ji{
    margin-top: 70px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.panditji-photo img{
    width: 100%;
    max-width: 200px;
    border-radius: 5px;
}

.pandit-ji-text{
    width: 50%;
    margin-top: 30px;
}

.pandit-ji-text a{
    text-decoration: none;
    color: var(--primary-color);
    font-weight: bold;
}

.pandit-ji-text a:hover{
    color: black;
}

.pandit-ji-text span{
    color: var(--primary-color);
    font-weight: bold;
}

.map{
    margin-top: 70px;
}

.footer{
    margin-top: 40px;
    text-align: center;
}

.footer p span a{
    color: var(--primary-color);
    font-weight: bold;
    text-decoration: none;
}

.footer p span a:hover{
color: var(--secondary-color);
}

.footer h5 span{
    color: var(--primary-color);
    text-transform: uppercase;
    font-weight: bold;
}

@media only screen and (max-width: 600px) {
.donation h1{
    font-size: 35px;
}

.donation h4{
margin-top: 10px;
}

.donation button{
    font-size: 20px;
}

.contact{
    flex-direction: column !important;
    text-align: left;
}

.contact h4{
    margin-bottom: 10px !important;
}

.location-h4{
    text-align: left !important;
}

.online-img{
    flex-direction: column !important;
}

.pandit-ji{
    flex-direction: column-reverse;
}

.pandit-ji-text{
    width: 100%;
}

.panditji-photo{
    margin-left: auto;
    margin-right: auto;
}

}

.card{
    margin: 20px;
    border: none;
    border-radius: 5px;
}

.gallery{
    justify-content: center;
}

.contact{
    margin-top: 70px;
}

.contact-heading{
    color: var(--primary-color);
    font-weight: bold;
    margin-bottom: 20px;
}

.contact h4{
    margin-bottom: 40px;
}

.contact i{
    color: var(--primary-color);
}

.contact h4 a{
    color: black;
    text-decoration: none;
}

.contact h4 a:hover{
color: black;
}

.online-img{
    display: flex;
    flex-direction: row;
}

.online-img img{
width: 100%;
max-width: 200px;
margin-top: 30px;
}

.online-payment span{
    font-weight: bold;
}









.events{
    margin-top: 70px;
    width: 100%;
    width: 400px;
    border: 1px solid var(--primary-color);
    padding: 10px;
    margin-right: auto;
    margin-left: auto;
}

.events marquee{
    height: 400px;
}

.content-event{
    margin: 100px;
    border: 1px solid var(--primary-color);
}

@media only screen and (max-width: 600px) {

.events{
    width: 100%;
}

}