@font-face {
  font-family: "f1";
  src: url("../fonts/Inter-Bold.ttf");
}
@font-face {
  font-family: "f2";
  src: url("../fonts/Inter-Medium.ttf");
}
@font-face {
  font-family: "f3";
  src: url("../fonts/Inter-Regular.ttf");
}
@font-face {
  font-family: "f4";
  src: url("../fonts/Inter-Light.ttf");
}
html{
  overflow-x: hidden;
}

.w-90 {
  width: 90%;
  margin: auto;
}
.w-70 {
  width: 70%;
  margin: auto;
}
.d-flex {
  display: flex;
}
.d-flex-jc {
  display: flex;
  justify-content: center;
}
.d-flex-jc-ac {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* navbar starts */
.top_nav {
  position: absolute;
  z-index: 111;
  width: 100%;
  top: 0;
  left: 0;
}

.navbar-nav {
  margin-right: 25px;
}
.navbar-brand img {
  width: 120px;
  border-radius: 5px;
  background: #00000070;
  padding: 10px;
  margin: 20px 0px 0px 60px;
}
.nav-item {
  margin: 20px 10px;
}
.nav-item a {
  font-family: "f3";
  font-size: 16px;
  color: #fff !important;
}
.navbar-nav button {
  border-radius: 5px;
  height: 50px;
  border-style: none;
  background: #fb6f92;
  padding: 7px 38px 7px;
  margin-top: 15px;
}
.navbar-nav button a {
  text-decoration: none;
  color: #fff;
  font-family: "f2";
  font-size: 16px;
}
.nav-item a {
  margin: 0px 13px;
}
.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link {
  color: #fb6f92 !important;
  font-family: "f1";
}
button:not(:disabled) {
  margin: 18px 13px !important;
  cursor: pointer;
  font-family: "f1";
  color: #000;
  background-color: #ffffff;
}
.navbar-toggler {
  width: 47px;
  height: 34px;
}

/* navbar ends */
/* popup starts */
button,
input,
optgroup,
select,
textarea {
  margin: 4px !important;
  font-family: inherit;
  font-size: inherit;
  line-height: 35px !important;
  border-style: solid;
  border-radius: 3px;
  /* border-color:#fb6f92; */
}
.modal-title {
  color: #000000;
}
.btn-primary {
  --bs-btn-bg: #fb6f92 !important;
  --bs-btn-hover-bg: #ffe5ec !important;
  --bs-btn-border-color: none !important;
  --bs-btn-active-bg: none !important;
}
.btn-secondary {
  --bs-btn-bg: #fb6f92 !important;
  --bs-btn-border-color: none !important;
  --bs-btn-hover-bg: #ffe5ec !important;
  --bs-btn-active-bg: none !important;
}
.modal-footer {
  justify-content: center !important;
}
.modal-header h5 {
  font-family: "f1";
}

/* popup ends */
/* banner starts */
.banner-img {
  width: 100%;
  height: 90vh;
}
.banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.avail img {
  width: 150px;
  margin-right: 10px;
}
.avail h4 {
  color: #fb6f92;
  font-family: "f2";
  font-size: 20px !important;
}
.banner-cont h4 {
  color: #fb6f92;
  font-family: "f3";
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.banner-cont h2 {
  color: #fff;
  font-family: "f1";
  font-size: 50px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 60px;
}
.banner-cont p {
  color: #fff;
  font-family: "f3";
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
}
.banner {
  background: url(../pics/banner-image.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  object-fit: cover;
  height: 100vh;
  position: relative;
}

.ban-cont {
  padding: 10px;
  position: absolute;
  top: 250px;
  left: 50px;
}
/* banner ends */
/* about starts */
.abt-img img {
  width: 100%;
}
.about-sec {
  display: flex;
  flex-wrap: wrap;
}
.abt-head {
  margin: 72px 10px 0px;
  padding: 10px;
}
.abt-head h4 {
  color: #000000;
  font-family: "f3";
  font-size: 16px;
  font-weight: 600;
  margin: 18px;
}
.abt-head h2 {
  font-family: "f1";
  font-size: 40px;
  font-weight: 400;
  margin: 18px;
}
.abt-head p {
  color: #777777;
  font-family: "f2";
  font-size: 14px;
  font-weight: 500;
  margin: 18px;
  line-height: 30px;
}
/* about ends */
/* works starts */
.our-works {
  background-color:lightgray; 
 background-image: linear-gradient( black , grey); 
  padding: 0px 10px;
}
.work-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.work-head h2 {
  font-family: "f1";
  font-size: 40px;
  font-weight: 400;
  padding-top: 20px;
  text-align: center;
}
.work-head p {
  font-family: "f2";
  font-size: 14px;
  font-weight: 500;
  margin: 18px;
  line-height: 30px;
  text-align: center;
}
.one img {
  width: 102px;
  padding: 10px;
  margin: 10px;
  overflow: initial;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.one h4 {
  font-family: "f1";
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}
.one p {
  font-family: "f2";
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
}
.one {
  margin: auto;
  border-radius: 10px;
  padding: 10px;
  margin: 10px;

}
/* works ends */
/* features starts */
.features-head {
  text-align: center;
}
.one h1 {
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
  -webkit-text-stroke: 2px;
  -webkit-text-stroke-color: #000000;
  font-size: 60px;
  font-weight: 700;
}
.our-app {
  text-align: end;
  padding: 20px;
}
.our-app-ryt {
  padding: 20px;
}
.features-head h4 {
  color: #000000;
  font-family: "f3";
  font-size: 16px;
  font-weight: 600;
  margin: 35px 0px 0px;
  line-height: 19px;
}
.features-head h2 {
  font-family: "f2";
  font-size: 40px;
  font-weight: 700;
  margin: 18px;
  line-height: 48px;
}
.features-head p {
  margin: 5px 18px;
  font-weight: 500px;
  font-size: 16px;
  font-family: "f2";
  color: #777777;
  line-height: 30px;
}
.our-app img {
  background-color: #ffe5ec;
  padding: 10px;
  border-radius: 5px;
  width: 50px;
}
.our-app-ryt img {
  background-color: #000000;
  padding: 10px;
  border-radius: 5px;
  width: 50px;
}
.our-app-ryt-1 span {
  background-color: #ffffff;
  padding: px;
  display: flex;
  font-family: "f1";
  justify-content: center;
  align-items: center;
    border-radius: 5px;
  width: 35px;
  height: 35px;
}
.our-app-ryt h4 {
  font-family: "f2";
  font-size: 20px;
  font-weight: 700;
  margin: 18px 0px 0px;
  line-height: 30px;
}
.our-app-ryt-1 h4 {
  font-family: "f3";
  font-size: 16px;
  color: #fff !important;
  font-weight: 700;
  margin-left: 15px;
  margin-top:3px !important;
  line-height: 30px;
}
.our-app-ryt p {
  font-weight: 500px;
  font-size: 16px;
  font-family: "f2";
  color: #777777;
  line-height: 30px;
  margin-top: 10px;
}
.features-app {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0px;
}
.our-app h4 {
  font-family: "f2";
  font-size: 20px;
  font-weight: 700;
  margin: 18px 0px 0px;
  line-height: 30px;
}
.our-app p {
  font-weight: 500px;
  font-size: 16px;
  font-family: "f2";
  color: #777777;
  line-height: 30px;
  margin-top: 10px;
}
.our-app img {
  background-color: #000000;
  padding: 10px;
  border-radius: 5px;
  width: 50px;
}
/* features ends */
/* benefits starts */
.benefits {
  display: flex;
  flex-wrap: wrap;
  background: url("../pics/Group\ 48.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  object-fit: cover;
  position: relative;
}
.bene-img img {
  position: absolute;
  bottom: 0;
  left: 200px;
  width: 300px;
}

.bene-app img {
  background-color: #ffffff;
  padding: 10px;
  border-radius: 5px;
  width: 50px;
  margin-top: 10px;
}
.bene-app {
  display: flex;
  align-items: center;
}
.bene-feat {
  display: flex;
}
.bene-cont {
  padding: 24px 20px 108px;
}
.bene-ryt h4 {
  color: #ffffff;
  font-family: "f3";
  font-size: 16px;
  font-weight: 600;
  margin: 18px 0px 0px;
}
.bene-ryt h2 {
  font-family: "f2";
  font-size: 40px;
  font-weight: 700;
  margin: 18px 0px 0px;
  line-height: 48px;
  color: #fff;
}
.bene-ryt p {
  font-family: "f2";
  font-size: 14px;
  font-weight: 500;
  margin: 18px 0px 0px;
  line-height: 30px;
  color: #fff;
}
.bene-app h4 {
  color: #fff;
  font-family: "f3";
  font-size: 16px;
  font-weight: 600;
  margin: 18px;
}
/* benefits ends */
/* available starts */
.avail-soc img {
  width: 150px;
  margin: 10px;
}
.avail-soc {
  flex-wrap: wrap;
  display: flex;
}
.available {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 50px;
  margin-top: 10px;
}
.available-img img {
  width: 100%;
}
.avail-cont h4 {
  color: #000000;
  font-family: "f3";
  font-size: 16px;
  font-weight: 600;
  margin: 18px;
}
.avail-cont h2 {
  font-family: "f2";
  font-size: 40px;
  font-weight: 700;
  margin: 18px;
  line-height: 48px;
}
.avail-cont p {
  font-weight: 500px;
  font-size: 16px;
  font-family: "f2";
  color: #777777;
  line-height: 30px;
  margin-top: 10px;
  margin: 18px;
}
/* available ends */
/* footer starts */
.footer {
  display: flex;
  flex-wrap: wrap;
}
.footer-sec {
  background-color: #e4e4e4;
  padding: 20px 40px;
}
.footer-img img {
  background: #000000;
  padding: 10px;
  border-radius: ;
  width: 140px;
  margin: 20px 10px 0px 90px;
}
.footer-cont ul,
li {
  list-style: none;
  padding-left: 0 !important;
  line-height: 35px;
  margin: 5px;
}

.footer-cont h4 {
  color: #000000;
  font-family: "f1";
  font-size: 20px;
  font-weight: 700;
  margin: 18px;
}
.footer-cont a {
  font-family: "f2";
  font-size: 16px;
  font-weight: 500;
  margin: 18px;
  line-height: 30px;
  color: #000 !important;
  text-decoration: none;
}
.footer-contact a {
  font-family: "f2";
  font-size: 16px;
  font-weight: 500;
  margin: 18px;
  line-height: 30px;
  color: #000 !important;
  text-decoration: none;
  cursor: pointer;
}
.footer-cont p {
  font-family: "f2";
  font-size: 16px;
  font-weight: 500;
  margin: 18px;
  line-height: 30px;
  color: #000;
}
.footer-cont a:hover {
  color: none !important;
}
.footer-contact img {
  width: 29px;
  padding: 5px;
  margin: 10px;
}
.footer-cont-head h4 {
  text-align: center;
  color: #fb6f92;
  font-family: "f1";
  font-size: 20px;
  font-weight: 700;
  margin: 18px;
}
.footer-contact {
  display: flex;

  align-items: center;
}
.footer-social img {
  background-color: #fb6f92;
  border-radius: 30px;
  padding: 5px;
  margin: 10px;
  width: 40px;
}
.footer-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.end p {
  font-family: "f2";
  color: #000;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  line-height: 30px;
}
/* footer ends */
/* benefits starts */
.benefits_section {
  background: url(../pics/Group\ 48.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 60px 0px;
}
.benefit_img img {
  width: 65%;
}
/* benefits ends */
/* contact starts */
.contact-banner {
  background: url(../pics/Ollo-contact.jpg);
  width: 100%;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  position: relative;
}
.contact-banner::before {
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  opacity: 0.6;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.contact-banner h2 {
  position: relative;
  top: 0;
  left: 0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.demo {
  margin: 20px;
  padding: 20px;
  background: #e8e8e8;
  border-radius: 10px;
  width: 100%;
}
.get {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: #fff;
  box-shadow: 0px 4px 40px 0px rgb(0 0 0 / 10%);
  border-radius: 10px;
 
}
.demo-header h2 {
  color: #000000;
  font-family: "f2";
  font-size: 20px;
  font-weight: 600;
  margin-left: 5px;
}
.get-contact img {
  width: 34px;
  padding: 6px;
  color: #fff !important;
  margin: 10px;
  background-color: #000000;
  border-radius: 30px;
}
.get-contact {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 20px;
  background: #fff;
  box-shadow: 0px 4px 40px 0px rgb(0 0 0 / 10%);
  border-radius: 10px;

}
.get-header h2 {
  color: #000000;
  font-family: "f2";
  font-size: 20px;
  font-weight: 600;
  margin-left: 20px;
  line-height: 38px;
}
.get-contact a {
  font-family: "f2";
  font-size: 16px;
  font-weight: 500;
  margin-right: 18px;
  line-height: 30px;
  color: #000 !important;
  text-decoration: none;
  
}
.wra_alld a{
  text-align: left;
}

/* contact ends */

/* terms and conditions */
.content {
  margin-top: 130px;
  margin-bottom: 50px;
}
.content h2{
  font-size: 22px;
  font-family:"f1";
  margin-top: 60px;
}
.content h1{
text-align: center;
}
/* terms and conditions */

/* user app */
.feature_list 
/* user app */