@import url("https://fonts.googleapis.com/css?family=Poppins:400");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "poppins";
}

.pt-10{
    padding-top:10px;
}

.pt-20{
    padding-top:20px;
}

.pt-30{
    padding-top:30px;
}

.pb-10{
    padding-bottom:10px;
}

.pb-20{
    padding-bottom:20px;
}

.pb-30{
    padding-bottom:30px;
}


.mt-10{
    margin-top:10px;
}

.mt-20{
    margin-top:20px;
}

.mt-30{
    margin-top:30px;
}


.mb-10{
    margin-bottom:10px;
}

.mb-20{
    margin-bottom:20px;
}

.mb-30{
    margin-bottom:30px;
}


.yellow-text {
  color: yellow !important;
}

.orange-text {
  color: orange !important;
}

.green-text {
  color: green !important;
}

.blue-text {
  color: blue !important;
}

.red-text {
  color: red !important;
}

.white-text{
    color: white !important;
}

.black-text{
  color: black !important;
}

.gray-text{
  color: #cacaca !important;
}


.text-size-14 {
  font-size: 14px;
  padding: 8px 6px;
}

.text-size-18 {
  font-size: 18px;
  padding: 8px 6px;
}

.text-size-20 {
  font-size: 20px;
  padding: 8px 6px;
}

.text-size-22 {
  font-size: 22px;
  padding: 8px 6px;
  line-height: 1.5;
}

.text-size-24 {
  font-size: 24px;
  padding: 8px 6px;
  line-height: 1.5;
}

.text-size-25 {
  font-size: 25px;
  padding: 8px 6px;
}

.text-size-26 {
  font-size: 26px;
  padding: 8px 6px;
}

.text-size-28 {
  font-size: 28px;
  padding: 8px 6px;
}

.text-size-30 {
  font-size: 30px;
  padding: 8px 6px;
}

.text-size-36 {
  font-size: 36px;
  padding: 8px 6px;
}


.text-size-40 {
  font-size: 40px;
  padding: 8px 6px;
}


.text-size-48{
    font-size: 48px;
    padding: 8px 6px;
}

.text-size-75{
    font-size: 75px;
    padding: 8px 6px;
}

/* -----------------------------------
        text styles
-------------------------------------- */

.bold{
    font-weight: bold;
}

.underlined {
  text-decoration: underline;
}

.dashed {
  text-decoration: line-through;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}


/* ------------------------------------------
    container
---------------------------------------------*/


.container {
  max-width: 100%;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 80%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 60%;
  }
}

html,
body {
  height: 100%;
}

.parallax {
    position: relative;
  /* The image used */
  background-image: url("img_parallax.jpg");

  /* Full height */
  height: 100%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;


}


.overlay {
    /* position: absolute; */
    top: 0;
  left: 0;;
 width: 100%;
  /* height: 100%; */
  background-color: rgba(0, 0, 0, .5); /* Adjust the opacity by changing the last value (0.5) */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff; 
}


.bg-trans {
  background-color: rgba(0, 0, 0, 0) !important; 
}

.bg-black {
    background-color: #000;
}


.bg-white {
    background-color: #fff;
}


.bg-grey{
  background-color: rgba(240, 242, 244, 1);
}



.bg-first {
  background-image: url("https://assets.grooveapps.com/images/5ebedfedebda600cc3da3e47/1617375262_The%20Magic%20Of%20Vastu%20Shastra.jpg");
  
}

.bg-second {
  background-image: url("https://assets.grooveapps.com/images/5ebedfedebda600cc3da3e47/1596969740KdOAFDzB_Mg.jpg");
}

.bg-third {
  background-image: url("https://assets.grooveapps.com/images/5ebedfedebda600cc3da3e47/1596969412TbuescuqMjA.jpg");
}

.bg-forth {
  background-image: url("https://assets.grooveapps.com/images/5ebedfedebda600cc3da3e47/1597247036_Astro%20Vastu.jpg");
}

.bg-fifth {
  background-image: url("https://assets.grooveapps.com/images/5ebedfedebda600cc3da3e47/1603372586_Auditorium%20Image.jpg");

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}


/* --------------------------------------
iameg

--------------------------------------*/

.profile-img{
  width: 100%;
}

.media-img{
  width: 100%;
}

.award-img{
  width: 100%;
}

.vastu-img{
  width: 100%;

}

.pizza-img{
  width: 100%;
}

.report-img{
  width: 100%;
}

.pdfimg {
  width: 100%;
}

.sign-img{
  width: 150px;
}

@media (min-width: 768px) {
  .pdfimg {
    max-width: 60%;

  }

  .vastu-img{
  width: 80%;

}

.pizza-img{
  width: 100%;
}
}

@media (min-width: 992px) {
  .pdfimg {
    max-width: 40%;
    
  }

  .profile-img{
  width: 60%;
}

.vastu-img{
  width: 50%;

}

.media-img{
  width: 70%;
}

.award-img{
  width: 75%;
}

.pizza-img{
  width: 85%;
}
}

@media (min-width: 1200px) {
  .pdfimg {
    max-width: 40%;
  }

  .profile-img{
  width: 60%;
}
}


.avatar{
    border-radius: 50%;
    width: 128px;
    height: 128px;
}


/* -----------------------------------
LIst styling
-----------------------------------*/

.list-item {
    text-decoration: none;
    list-style: none;
    display: flex;
    margin-bottom: 20px;
}

.list-icon{
    font-size: 30px;
}

.list-text{
    font-size: 22px;
    margin: 0 0 30px 15px;
}


/* ------------------------------------------
    Bonus Box
--------------------------------------------*/

.box{
    border: 1px solid black;
    border-style: dotted;
    border-radius: 20px;
    margin-bottom: 30px;
}


.box .left{
    padding: 0 10px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box .right{
    padding: 32px;
    width: 100%;
}


.box div img{
    width: 185px;

}


@media (min-width: 768px) {
  .box{
    border-top: 1px solid black;
    border-style: dotted;
    border-radius: 20px;
    display: flex;
    justify-content: space-evenly;

}



.box .left{
    padding: 0 10px;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box .right{
    padding: 32px;
    width: 50%;
}



}



/* ------------------------------
timer 
--------------------------------*/


.timer-container {
  text-align: center;
  margin-top: 50px;
}

#timer {
  display: flex;
  justify-content: center;
  align-items: center;
}

.timerBox {
  border: 1px solid blue;
  border-radius: 10px;
  padding: 6px 12px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 5px;
  font-size: 20px;
}

@media (min-width: 768px) {

.timerBox {
  border: 1px solid blue;
  border-radius: 10px;
  padding: 6px 12px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 5px;
}

}


/* ---------------------------------------
    Banner
-----------------------------------------*/

.banner {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #202d3c;
  background-repeat: no-repeat;
  margin: 20px 5%;
  color: #fff;
}


.banner-left {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;

}

.banner-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
}

.banner-img{
  width: 100%;
}

.price{
  display: flex;
  color: rgb(255, 204, 36);
  align-items: baseline;
  justify-content: center;
}

.banner-btn {
  padding: 25px 20px;
  background-color: rgb(255, 204, 36);
  color: #000;

}

@media (min-width: 768px) {




.banner {
  display: flex;
  height: 100%;
  background-color: #202d3c;
  background-repeat: no-repeat;
background-attachment: fixed; 
  margin: 20px 5%;
  color: #fff;
}


 .banner{
    
  flex-direction: row;
  }


  .banner-left{
    word-wrap: break-word;
  width: 50%;
}

.banner-right{
  width: 50%;
}



}



/* --------------------------------------------
reveiws
-----------------------------------------------*/

.review-bg {
   background-color: #c2cfef99;
}

.review{
  display: flex; flex-direction: column;
  justify-content: center;
  align-items: center;
}



/* ------------------------------------------------

------------------------------------------------*/

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #fff;
  color: #444;
  cursor: pointer;
  padding: 10px 18px;
  width: 100%;
  text-align: left;
  border: 1px solid #888;
  border-style: dotted;
  outline: none;
  transition: 0.4s;
}



/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0px 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}



/* 

-----------------*/

.report-img-div{
    display:flex;
   align-items: end;
   width: 100%;
}


.report-img-div img{
    width: 100%;
}

@media (min-width: 992px) {

.report-img-div{
    display:flex;
   align-items: end;
   width: 50%;
}

}



/* ----------------------------------

------------------------------------*/


.round-image {
  border-radius: 50%;
  width: 192px;
}



