* {
    padding: 0%;
    margin: 0px;
}

html,
body {
    overflow-x: hidden;
}

/* Navbar always transparent */
.custom-navbar {
    background: transparent !important;
}

/* Only dropdown area white on mobile */
@media (max-width: 991px) {
    .navbar-collapse {
        background: rgb(19, 88, 110) !important;
        padding: 10px;
        border-radius: 10px;
        z-index: 100;
    }
}

/* Desktop: no background inside */
@media (min-width: 992px) {
    .navbar-collapse {
        background: transparent !important;
        padding: 0 !important;
    }
}

.navbar-nav li a {
    font-family: 'Times New Roman', Times, serif;
    color: rgb(255 255 255);
    font-size: 20px;
}

.navbar-nav li a:hover {
    color: rgba(8, 233, 253, 0.617);
    font-weight: bold;
}

#nav1 {

    height: 50px;

    text-align: center;
    padding: 10px 2px;

    h2 {

        font-family: 'Lucida Handwriting', cursive;
        color: transparent;
        -webkit-text-stroke: 1px #ecf0f3;
        font-size: 29px;
        font-weight: 700;

    }
}

@media (max-width:768px) {
    #nav1 {
        h2 {
            font-size: 22px;
        }
    }
}

@media (max-width:500px) {
    #nav1 {
        h2 {
            font-size: 1.6em;
            height: 20px;
        }
    }
}
@media (min-width:768px){
   .poster{
    background-image: url(img/Screenshot\ 2025-11-07\ 171512.png);

   } 
   
}
@media (max-width:768px){
   .poster{
    background-image: url(img/v1.gif);
    background-position: center;

   } 
   
}
.poster {
    width: 100%;
    height: 590px;

    background-size: cover;
    text-align: center;

    .nav1 {
        width: 100%;
        height: 80px;
    }

    h1 {
        color: rgba(255, 255, 255, 0.871);
        font-size: 50px;
        position: relative;
        top: 120px;
    }

   
        a {
            text-decoration: none;
            color: rgba(255, 255, 255, 0.871);

        }
   

  

    .text {
        position: relative;
        top: 140px;
        font-size: 18px;

    }
}

@media (max-width: 768px) {
    .poster {
        height: 550px;

    }

    .poster h1 {
        font-size: 35px;
        top: 50px;
    }

    .text {
        position: relative;
        top: 0px;

    }
}

.card {
    background-image: url(img/formimg.gif);
    background-size: cover;
    height: 500px;

    .form-caption {
        font-size: 33px;
        font-family: cooper;
        line-height: 50px;
        font-weight: 700;
    }

    .form-control {
        background-color: rgba(255, 251, 251, 0.769);
    }
    .date::before{content:attr(placeholder);color:#777;position:absolute;left:12px;}
.date:valid::before{content:"";}
}

/* About Section */
.about {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;

    div {
        height: 599px;
        width: 580px;
        align-content: center;
        padding: 120px 40px;

        img {
            width: 560px;
            height: 370px;
            position: relative;
            right: 40px;
        }

        h1 {
            font-size: 40px;
            font-family: cooper;
            line-height: 50px;
            font-weight: 700;
        }

        h4 {
            font-size: 20px;
            font-family: Montserrat, Montserrat;
            line-height: 30px;
            font-weight: 400;
            color: rgb(128, 130, 133);
			text-align: justify;
        }

      
    }
}


@media (max-width: 570px) {
    .about {

        div {
            height: 300px;
            padding: 50px 40px;
            height: 240px;
            img {
                width: 360px;
                height: 220px;
                position: relative;
                right: 15px;

            }

            h4 {
                font-size: 16px;
                line-height: 24px;
            }
        }
    }
}


/* contect Section */
.contect {

    height: 590px;



    div {
        height: 295px;
    }

    .con1 {
        text-align: center;

        position: relative;
        top: 15px;

        img {
            width: 650px;
            height: 350px;
        }
    }

    .con2 {
        height: 300px;
        background-color: #181893e9;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;


        div {
            width: 350px;
            height: 270px;
            padding: 20px;

            h3 {
                color: rgba(255, 255, 255, 0.953);
                margin-top: 10px;
            }

            p {

                font-family: "Open Sans", sans-serif;
            
                color: rgba(255, 255, 255, 0.759);
            }
        }
        #con22, #con23{
            padding-left: 80px;
        }
    }
}

@media (max-width: 768px) {
    .contect {
        margin-top: 240px;
    }

    .contect .con2 {
           margin: 0px;
        height: 800px;

        div{
            height: 220px;

        }
    }

    .contect .con1 {
        img {
            width: 285px;
            height: 230px;
            position: relative;
            top: 60px;
        }
    }
    .contect .con2 #con22{
            padding-left: 20px;
            position: relative;
            bottom: 80px;
        }
          .contect .con2  #con23{
            padding-left: 20px;
             position: relative;
            bottom: 110px;
        }

}

/*service*/
.service {
    margin-top: 80px;
}

.caption {
    text-align: center;
    padding: 35px 10px;
    font-size: 25px;
    font-weight: bold;
    height: 150px;
    font-family: cooper;
}

#s1 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 10px;

    div {
        width: 600px;
        height: 400px;
        text-align: center;
        padding: 10px;

        h2 {
            font-size: 32px;
            font-weight: 700;

            font-family: cooper;
        }

        p {
            font-family: cooper;
            font-size: 40px;
            font-weight: 700;
            color: rgb(37, 57, 147);
            margin-top: 10px;
        }
    }
}

@media (max-width:600px) {
   
    #s1 {
        img {
            width: 350px;
            height: 250px;
        }

        div h2 {
            font-size: 27px;

        }

        div p {
            font-family: cooper;
            font-size: 30px;

        }
    }
}

@media (max-width:1150px) {
    .service {
        margin-top: 550px;
    }
}


/* mahakal about*/
.mabout {
    padding: 50px;

    h1 {
        text-align: center;
        font-family: cooper;
    }

    .mcaption {
        font-family: cooper;
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 17px;
        color: rgba(0, 0, 0, 0.835);
    }

    #m1 {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
       
         margin-top: 60px;

        div {
            width:340px;
            height:407px;
margin-bottom:25px;
            overflow: hidden;
            text-align: center;

            img {
                border-radius: 10%;
            }

            h3 {
                font-family: cooper;
            }

            h1 {
                color: rgb(37, 57, 147);
                font-family: cooper;
                font-size: 33px;
            }
        }
    }
}

@media (max-width:768px) {
    .mabout.mcaption {

        font-size: 20px;

    }

    .mabout #m2, #m3 {
        padding: 0px;
        
    }

    
    
}



/*location*/
.location {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background-color: rgba(0, 0, 0, 0.729);
    color: white;

    div {
        width: 625px;
        height: 300px;
        padding: 30px;

        p {
            font-size: 20px;
        }
    }
}

.map {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 500px;
    background-color: #30536d;
    padding-top: 30px;

    #map1 {
        width: 400px;
        height: 400px;
        padding: 30px 20px;

        ul li {
            list-style: none;
			color: white;
			 font-size: 20px;
        }

        ul {
            padding-left: 0px;
        }

        h3 {
            font-weight: 700;
			color: #fbeee0;
        }

        h4 {
            font-weight: 700;
			color: #fbeee0;
        }
    }

    #map2 {
        width: 700px;
        height: 400px;
        padding: 0px 0px;
    }
}

@media (max-width:700px) {
    .map{
        height: 860px;
    }
    .map #map2 {
        iframe {
            width: 500px;
            position: relative;
            bottom: 60px;
        }
    }
}

@media (max-width:400px) {
    .map #map2 {
        iframe {
            width: 350px;
        }
    }
}

.footer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    background: black;

    div {
        width: 310px;
        height: 350px;
        padding: 50px 0px;
        color: rgba(255, 255, 255, 0.739);

        h5 {
            font-weight: 600;
            font-size: 23px;
        }

        ul li {
            list-style: none;
            margin-top: 5px;
        }

        ul {
            padding-left: 0px;
        }
    }

    .f1 {
        padding-left: 10px;
        a{
            text-decoration: none;
            color: rgba(255, 255, 255, 0.751);
        }
    }

    .f3 {
        padding-left: 40px; 
        ul li a{
            text-decoration: none;
            color: inherit;
        }
    }

    .design {
        width: 100%;
        height: 30px;
        text-align: center;
        a{
            text-decoration: none;
            color: yellow;
        }
    }
.f3 ul li a:hover{
        color: white;
    }
    .f2 ul li:hover{
         color: white;
         cursor: pointer;
    }
}

@media (max-width:600px) {
    .footer div {
        height: 290px;
    }

    .footer .f1 {
        height: 290px;
    }

    .footer .f3 {
        padding-left: 0px;
        height: 310px;
    }


}

/*condition*/
.con {
        background-color: #30536d;
padding-top: 25px;
    h1{
        text-align: center;
        font-family: cooper;
		color:#fbeee0;
    }
    #con1 {
        display: flex;
        flex-wrap: wrap;
		        color: white;
        div {
            width:630px;
            height: 380px;
            padding: 54px;
        }
    }
    
}
@media (max-width:600px){
    .con{
        height: 975px;
    }
}

/*side*/
.fixed-phone, .fixed-whatsapp{
    position: fixed;
    bottom: 30px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}
.fixed-phone{
    left: 20px;

}
.fixed-whatsapp{
    right: 20px;
}
#bt{
            width: 120px;
            height: 50px;
            background-color: transparent;
            font-size: 17px;

            border: 2px solid white;
            color: rgba(255, 255, 255, 0.871);

            a {
                text-decoration: none;
                color: white;

            }
        }

#cont{
	font-size:20px;
	
	 a {
               text-decoration: none;
                color: white;

            }
}




.button-74 {
  background-color: #fbeee0;
  border: 2px solid #422800;
  border-radius: 30px;
  box-shadow: #422800 4px 4px 0 0;
  color: #422800;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  padding: 0 18px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-74:hover {
  background-color: #fff;
}

.button-74:active {
  box-shadow: #422800 2px 2px 0 0;
  transform: translate(2px, 2px);
}

@media (min-width: 768px) {
  .button-74 {
    min-width: 120px;
    padding: 0 25px;
  }
}


.footer-whatsapp {
    position: fixed;
    z-index: 999;
    bottom: 50px;
    right: 5px;
    display: block;
}
.footer-whatsapp  a {
    background: transparent;
}
.footer-call {
    position: fixed;
    z-index: 999;
    bottom: 50px;
    left: 5px;
    display: block;
}   




