/* @import url("https://fonts.googleapis.com/css2?family=Lobster&family=Nunito:wght@200;300;400;500;600;700;800;900&family=Poppins:wght@500;600;700;800;900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"); */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Quattrocento, sans-serif;
 /* overflow-x : hidden; */
}
h2{
  font-size: 45px;
  font-weight: 600;
   color: #2d4bba;
}
h3 , h4 ,h5{
  font-weight: 500 !important;
}
p{
  font-size: 20px;
  font-weight: 500;
  color: #777;
}
h1{
  font-weight: 700;
  font-size: 46px;
}

/* .container {
  max-width: 1200px ;
  margin: 0px auto;
  
} */


a:hover {
  text-decoration: none;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

.mx-auto {
  margin: auto;
}

.flex-row {
  display: flex;
  flex-wrap: wrap;
}

button {
  padding: 0;
  cursor: pointer;
}



.row {
  display: flex;
  gap: 1rem;
  flex: wrap;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-center {
  justify-content: center;
  gap: 1rem;
}
.p-bold{
  font-weight: 500;
}
.pb-20 {
  padding-bottom: 20px;
}

.flex-gallery {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}

.justify-content-evenly {
  justify-content: space-evenly;
}
.btn {
    display: inline-block;
    border: none;
    outline: none;
    border-radius: 5px;
    /* background-color: #f5435f; */
    cursor: pointer;
    border-radius: 30px;
    padding: 11px 18px;
    font-weight: 600;
    width: 226px;
    font-size: 18px;
    text-align: center;
}
.btn-primary{
    color: white;
    background-color: #2d4bba;
}
.btn-primary:hover{
    color: #fff;
     background-color: #f1bb55;
    /* border: 1px solid #2d4bba; */

}
.btn-secondry:hover{
    color: white;
    background-color: #f1bb55;
    border: 1px solid #fff;

}
.btn-secondry{
    color:#2d4bba;
    background-color:white;
    border: 1px solid #2d4bba;
}
.withd{
width: 300px;
}

.row{
    display: flex;
    flex-wrap:nowrap;
}
.flex{
  display: flex;
}
.block{
  display: block;
}
.mr-10{
  margin-right: 10px;
}
.mr-15{
  margin-right: 15px;
}
.mr-20{
  margin-right: 20px;
}
.mr-20{
  margin-right: 25px;
}
.ml-20{
margin-left: 20px;
}
.ml-20{
margin-left: 25px;
}
.mt10{
  margin-top: 10px;
}
.mt15{
  margin-top: 15px;
}
.mt20{
  margin-top: 20px;
}

.mt25{
  margin-top: 25px;
}
.mt30{
  margin-top: 30px;
}
.mt35{
  margin-top: 35px;
}
.mt40{
  margin-top: 40px;
}
.mt50{
  margin-top: 50px;
}
.mb10{
  margin-bottom: 10px;
}
.mb15{
  margin-bottom: 15px;
}
.mb20{
  margin-bottom: 20px;
}
.mb25{
  margin-bottom: 25px;
}
.mb30{
  margin-bottom: 30px;
}
.mb35{
  margin-bottom: 35px;
}
.mb40{
  margin-bottom: 40px;
}
.mt70{
  margin-top: 70px;}
.f10{
  font-size: 10px;
}
.f12{
  font-size: 12px;
}
.f14{
  font-size: 14px;
}
.f16{
  font-size: 16px;
}
.f18{
  font-size: 18px;
}
.f20{
  font-size: 20px;
}
.f22{
  font-size: 22px;
}