* {
  margin: 0;
  padding: 0; 
}

body { 
     font-family: "Roboto", sans-serif !important;

  /* background:#e2e2e2;  */
}
body>.container {
  box-shadow: 0px 0px 30px 2px #00003912;
 
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "kalpurush" !important;
   line-height: 0.8;
  }


ul, ol {
   margin: 0; 
}
  ul li, ol li, li {
    list-style: none;
   }
/* p{
  font-family: "kalpurush" !important;
} */

 a{
  text-decoration: none;
  color: #474545e8;
  /* font-family: "kalpurush" !important; */
 }   

  
 .bg-background{
    background: #F5F5F5;
 }
 .text-primary-foreground{
    color:#fff;
 }
 .text-primary{
    color:rgb(231, 3, 3) !important;
 }
 .bg-primary{
    background:rgb(231, 3, 3) !important;
 }
.bg-secondary{
    background: #6837c2 !important;
}
.bg-foreground{
    background: rgb(33 33 33 );
}
.cta-bg-pattern{
    background: #3f3d3d25 !important;
}
 .navbar{
    box-shadow:0px 2px #0000001a;
    position: fixed !important;
    width: 100%;
    background: #ffffffdc;
 }

 nav a{
     font-family: "Roboto", sans-serif !important;
     font-weight:400;
     font-size: 18px !important;
 }

 .top-section{
   padding-top: 26px;
 }
 .heading {
    font-size: 4.5rem;
    line-height: 1;
    letter-spacing: -.02em;
    font-weight: 700;
}
 .pragraph{
    font-size: 1.25rem;
    line-height: 1.75;
    letter-spacing: 0em;
    font-weight: 400;
    color: #212121b3;
 }
 .top-section .pragraph{
    padding:0 100px;
 }
 .search-card{
    background: #F5F5F5;
    padding: 60px 24px !important;
    font-size: .875rem;
    line-height: 1.25;
    letter-spacing: .02em;
    font-weight: 400;
    border-radius: 20px;
    border: 1px solid #0000001a;
 }

 .search-card .btn{
    width:100% ;
    margin-top: 22px;
    height:50px;
    line-height: 36px;
 }
  
.search-card .form-label1{
    padding-bottom:5px;
    margin-left:-72%;
 }

.search-card .form-label2{
    padding-bottom:5px;
    margin-left:-82%;
 }
 .search-card .form-select{
    height: 50px;
 }
 .category-btn{
    background: #F5F5F5;
    margin:10px 10px;
    box-sizing:content-box;
    /* width:15%; */
    padding:20px 10px;
    text-align: center;
    border-radius: 10px;
 }
 
