/* common start */
body {
  font-family: "PT Sans" sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #898989;
}
/* common end */
/* header start  */
header {
  background-color: #fcdb00;
  padding: 20px 0 !important;
}
.c-nav {
}
.logo {
}
.menu ul li a {
  font-weight: 700;
  font-size: 23px;
  color: black;
  padding: 0 80px !important;
}
.menu ul li a:last-child {
  padding-right: 0 !important;
}
.menu ul li a:hover {
  color: white !important;
}
/* header end  */
/* slider start  */
.slider {
  padding-top: 30px;
  padding-bottom: 100px;
  background-color: #fcdb00;
}
.sindicator {
  bottom: -100px;
}

.sindecator [data-bs-target] {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: white;
}

.carousel-indicators [data-bs-target] {
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.stext {
  margin-top: 70px;
}
.stext h1 {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  color: #010101;
  font-size: 32px;
}
.stext h2 {
  padding: 20px 0;
  color: #898989;
  font-size: 20px;
}
.stext p {
  margin-bottom: 35px;
}
.icon {
}
.icon li i {
  font-size: 42px;
  color: #010101;
  margin-right: 30px;
  transition: 0.9s;
}
.icon li i:hover {
  transform: scale(0.5);
  color: rgb(90, 56, 86);
}
.s image {
}
.s image img {
}
/* slider end  */
/* feature start  */

/* feature end  */
.feature{
padding-top: 100px;
padding-bottom: 120px;
}
.feature1{
  padding-bottom: 80px;
}

.h-1{
    font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #010101;
  margin-bottom: 15px;
}
.para{
   font-family: "PT Sans", sans-serif;
  font-size: 20px;
  color: #313841;
  line-height: 25px;
}

.f-f{
  margin-top: 70px;
}
.f-icon{
 
}
.f-icon:hover{
  transform: scale(.8);
}
.f-icon i{
   font-size: 50px;
  color: #010101;
  margin-top: 3px;
  transition: .3s;
}
.f-text h2{
   font-size: 22px;
  font-weight: 700;
  color: #010101;
  margin-bottom: 10px;
}
.f-text p{
  letter-spacing: 1px;
}
/* feature end  */

/* contact start  */
.contact{
  background-color: #010101;
  padding-top: 100px;
  padding-bottom: 120px;
}
.yellow{
  color: #fcdb00;
}
.p-bottom{
  color: #898989;
}
.c-form{
  padding-top: 35px;
  padding-bottom: 70px;
}
.form-custom{
 height: 50px;
 font-family: "PT Sans", sans-serif;
 color: #898989;
 padding: 15px 20px;
 
}
.custom-btn{
   width: 100%;
  height: 50px;
  background-color: #fcdb00;
  font-weight: 700;
  text-transform: uppercase;
}
.custom-btn:hover{
  background-color:white;
}

/* contact end  */
.footer-icon{}
.footer-icon li{
  margin-right: 30px !important;
}
.footer-icon li:last-child{
  margin-right: 0 !important;
}
.footer-icon li i {
color: #fcdb00;
  font-size: 42px;
  transition: .3s;
}
.footer-icon li i:hover{
  color: white;
  transform: scale(.8);
}
/* footer start  */
footer{
  background-color: #010101;
padding-bottom: 130px;
  font-family: "PT Sans", sans-serif;
  color: white;
  
  
}
.footer-2 p a{
  text-decoration: none;
  color: white
}
.footer-2 p a:hover{
  color: #898989;
  transform:scale(11);
}
/* footer end  */
