/* Style.css */

*{ margin:0; padding: 0; box-sizing: border-box; font-family: 'Poppins', sans-serif;}


@media (max-width: 767.98px) {

    .font-weight-bold{
        font-size: 40px;
        padding: 0px 40px 0px 40px;
        text-align: center;
    }

    .header-para{
        margin: 0px 60px 0px 60px;
    }
    .h{
      font-size: 20px;
    }
    .para{
      font-size: 10px;
    }


    .footer-copyright{
      font-size: 12px;
      background-color: #cec401;
      color: white;
      font-family: Arial, Helvetica, sans-serif;
    
    }
  
 }


/************ Header area Start ****************/


.header-para{
    margin: 0px 80px 0px 80px;
    font-size: 0.9rem;
    line-height: 1.6;
    font-weight: 100;
    padding: 0px 20px 0px 20px;
    color: rgb(117, 110, 97);
}

.header{
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(rgba(204, 191, 11,0.3), rgba(204, 191, 11,0.3)), url('../img/S1.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    clip-path: polygon(100% 0%, 100% 75%, 50% 100%, 0% 75%, 0 0);
    position: relative;
}

.header:before{
    content: "";
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0;
    right: 0;
    opacity: .2;
    z-index: -1;
    background: linear-gradient(to right, #e6d705 100%, #fdfdfd 0%, #e6d705 100%);

}

.navbar:before{

    content: "";
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0;
    right: 0;
    opacity: .2;
    z-index: -1;
    background: linear-gradient(to right, #e6d705 100%, #fdfdfd 0%, #e6d705 100%);

}

.nav-item a{
    color: #fff;
    font-weight: bold;

}

.nav-link:hover{
    color: rgb(97, 89, 89);
}

.dropdown-menu{
    background-color: #cec401;
    color: #f8f8f8 ;
    border: none;
    opacity: .6;
    
}

.navbar-toggler{
    width: 47px;
    height: 34px;
    background-color: #fdfdfd;
    border:none;
    
}
.navbar-toggler .line{
    width: 100%;
    float: left;
    height: 2px;
    background-color: rgb(204, 191, 11);
    margin-bottom: 5px;
}

.header-section{

    width: 100%;
    height: inherit;
    color: white;
    text-align: center;
    position: relative;
}

.center-div{
    width: 100%;
    height: auto;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.center-div p{

    font-size: 1.3rem;
    padding: 10px 0 20px 0;
    color: white;
}

.header-buttons a{

    border: 1px solid #fff;
    border-radius: 100px;
    margin: 0 5px;
    padding: 12px 35px;
    outline: none;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    
}

.header-buttons a:hover{
    color: #cec401;
    background-color: #fff;
    text-decoration: none;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
}


/************ Header area End ****************/



/************ About us area Start ****************/

.about-read{

    border: 1px solid #cec401;
    border-radius: 100px;
    margin: 0 5px;
    padding: 12px 35px;
    outline: none;
    color: #cec401;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;

}

.about-read:hover{
    color: #cec401;
    background-color: #fff;
    text-decoration: none;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
}


/************ About us area End ****************/


/************ Pricing area Start ****************/

section.pricing {
    background: #cec401;
    background: linear-gradient(to right, #cec401, rgb(238, 250, 127));
  }
  
  .pricing .card {
    border: none;
    border-radius: 1rem;
    transition: all 0.2s;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  }
  
  .pricing hr {
    margin: 1.5rem 0;
  }
  
  .pricing .card-title {
    margin: 0.5rem 0;
    font-size: 0.9rem;
    letter-spacing: .1rem;
    font-weight: bold;
  }
  
  .pricing .card-price {
    font-size: 3rem;
    margin: 0;
  }
  
  .pricing .card-price .period {
    font-size: 0.8rem;
  }
  
  .pricing ul li {
    margin-bottom: 1rem;
  }
  
  .pricing .text-muted {
    opacity: 0.7;
  }
  
  
  .pricing .btn {

        border: 1px solid #cec401;
        border-radius: 100px;
        margin: 0 5px;
        padding: 12px 35px;
        outline: none;
        color: #cec401;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.4;
        text-align: center;
        
    }
    
    .pricing .btn:hover{
        color: #cec401;
        background-color: #fff;
        text-decoration: none;
        box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
    }

  /* Hover Effects on Card */
  
  @media (min-width: 992px) {
    .pricing .card:hover {
      margin-top: -.25rem;
      margin-bottom: .25rem;
      box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
    }
    .pricing .card:hover .btn {
      opacity: 1;
    }
  }



/************ Pricing area End ****************/

.contact-us{

  width: 100%;
  padding: 50px;
  position: relative;
}

.contact-us:before{

  content: "";
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0;
  right: 0;
  opacity: .7;
  z-index: -1;
  background: linear-gradient(160deg, #e6d705 55%, rgb(247, 235, 68) 0%);

}



/******* Footer Area Start *******/

.page-footer{

  background: linear-gradient(to right, #cec401, rgb(238, 250, 127), #cec401); 
  opacity: .9;
}

/******* Fb link start *******/

.fb-ic{

  color: white;
}

.fb-ic:hover{
  color: rgb(168, 139, 8);
}

/******* Fb link end *******/

/******* twitter link start *******/

.tw-ic{

  color: white;
}

.tw-ic:hover{
  color: rgb(168, 139, 8);
}

/******* twitter link end *******/


/******* Google link start *******/

.gplus-ic{

  color: white;
}

.gplus-ic:hover{
  color: rgb(168, 139, 8);
}


/******* Google link end *******/


/******* linkedin link start *******/

.li-ic{

  color: white;
}

.li-ic:hover{
  color: rgb(168, 139, 8);
}


/******* linkedin link end *******/


/******* Instagram link start *******/

.ins-ic{

  color: white;
}

.ins-ic:hover{
  color: rgb(168, 139, 8);
}


/******* Instagram link end *******/


/******* Pintrest link start *******/

.pin-ic{

  color: white;
}

.pin-ic:hover{
  color: rgb(168, 139, 8);
}


/******* Pintrest link end *******/




.footer-copyright{

  background-color: #cec401;
  color: white;
  font-family: Arial, Helvetica, sans-serif;


}

.footer-copyright a{

text-decoration: none; 
color: white;

}

.footer-copyright a:hover{

  text-decoration: none; 
  color:rgb(168, 139, 8);
  
  }


/******* Footer Area End *******/



#button {
  display: inline-block;
  background-color: #cec401;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 30px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
  opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family:FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}




/********* About Header ***********/


