@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel&family=Dancing+Script&family=Edu+NSW+ACT+Foundation&family=Gothic+A1:wght@100&family=Halant&family=Jost:ital,wght@1,200&family=Montserrat:wght@300&family=Mr+De+Haviland&family=PT+Sans&family=Poppins:ital,wght@0,200;0,300;1,300&display=swap'); 

@font-face {
    font-family: 'bits_indian_calligraregular';
    src: url('bitsindiancalligra-italic-webfont.woff2') format('woff2'),
         url('bitsindiancalligra-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  
  }
  
body {
    background-image: url('assets/images/conscious-design-gTt9ioZzFsg-unsplash (1)_edited_edited.webp');
}

.priceduration {
    display: flex;
    justify-content: space-between;
}

.card {
    background-color: rgb(41, 4, 1);
    color: bisque;
    margin: 20px 0px 20px 0px;
    
}
.card-body{
    height: 230px;
}
.card p{
    font-size:14px;
    font-family: 'avenirlight';
}
.card h5{
    font-size: 16px;
    font-family: 'Josefin Sans', sans-serif;
}
.container-1 {
    margin-top: 0px;
}

.price,
.duration {
    display: flex;
    font-family: 'Josefin Sans', sans-serif;
    margin-top: 3%;

}
.card-title{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-bottom: 1px solid  rgb(66, 21, 17);
}
.card-text{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-bottom: 1px solid rgb(66, 21, 17);

}
.card img{
    height: 220px;
    max-height: 220px;
}
.btn{
    background-color:rgb(207,157,61) ;
    border:  1px solid rgb(207,157,61);    
    font-family: 'Josefin Sans', sans-serif;
    color: rgb(66, 21, 17);
    font-weight: 400;

}
.btn:hover{
    background-color: rgb(41, 4, 1);
    border: 1px solid peru;

}
.card-body a{
    margin-top: 10px;
    margin-bottom: 10px;
}
#duration, #price{
    padding-left: 5px;

}
.pooja-list{
    margin-top: 30px;
    margin: 30px 20px 0px 20px;
}
/* ------------------ */
.container-1{
    text-align: center;
}


.page-header h2{
    color: bisque;
    font-family: 'Josefin Sans', sans-serif;

}
.page-header p{
    color: rgb(248, 248, 248);
    font-family: 'Josefin Sans', sans-serif;

}
/* 
.col-xs-12{
	border: 1px solid #ebebeb;
	transition: all ease-in-out 0.3s;
	background: #fff;
	margin: 20px 0px;
	transition: all ease-in-out 0.3s;
	background: #fff;
} */




.portfolio_menu ul{
	list-style: none outside none;
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;

}
.portfolio_menu ul li{
    display: inline-block;
    
}
.portfolio_menu ul li a{
	color: #f1f1f1;
	background: transparent;
    display: inline-block;
    margin: 4px;
    padding: 8px 10px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;

}

.top-image {
    background-image: url('assets/images/dum2.webp');
    height: 50vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    object-fit: COVER;
    
}
.portfolio{
    margin-top: 90px;
    
}
/* --------------- */

.boxes {
    margin: auto;
    padding: 30px ;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  /*Checkboxes styles*/
  input[type="checkbox"] { display: none; }
  
  input[type="checkbox"] + label {
    display: block;
    position: relative;
    padding-left: 35px;
    padding-right: 35px;
    margin-bottom: 0px;
    font-family: 'Josefin Sans', sans-serif;
    color: #ddd;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
  }
  
  input[type="checkbox"] + label:last-child { margin-bottom: 0; }
  
  input[type="checkbox"] + label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid  rgb(41, 4, 1);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
  }
  
  input[type="checkbox"]:checked + label:before {
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }


  .online{
    

  }
   
  @media only screen and  (max-width:768px){
    .boxes{
        display: block;
    }
  }


  