@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
  padding: 0;
  margin: 0;
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

ul {
  list-style: none;
}

p {
  color: #000;
  font-size: 16px;
  line-height: 24px;
}

a {
  text-decoration: none;
}

.main_div {
  width: 100%;
  overflow: hidden;
  float: left;
  margin: 100px 0px 0px 0px;
}

header {
  width: 100%;
  position: fixed;
  background: #fff;
  left: 0px;
  top: 0px;
  padding: 10px 0px;
  z-index: 9990;

}

/*------------Menu--------------*/
.navbar-toggler {
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
  flex-shrink: 0;
  margin-right: 60px;
  float: right;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 15px;
  padding-left: 15px;
  color: #000;
  font-size: 15px;
}



.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link.active {
  color: #9763AB;
}

li.nav-item {
  padding: 0px 10px;
}

.download_btn {
  background: #9763AB;
  border: 1px solid #6836C5;
  width: auto;
  display: inline-block;
  padding: 10px 30px !important;
  color: #fff !important;
  font-size: 15px;
  border-radius: 25px;
  text-align: center;
  transition: all 0.3s ease;
}

.download_btn:hover {
  background: #fff;
  color: #9763AB !important;
}

@media screen and (max-width: 991px) {
  .navbar-collapse.collapse:not(.show) {
    display: block;
  }

  .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    background: #6A6770;
    width: 245px;
    height: 100%;
    z-index: 9999;
    padding: 15px;
    transform: translateX(-245px);
    transition: 0.5s ease-in-out;
    display: block;
  }

  .navbar-collapse.show {
    transform: translateX(0px);
    transition: 0.5s ease-in-out;
    display: block !important;
  }

  .navbar-nav .nav-link {
    color: #fff !important;
    border-bottom: #ddd 1px dashed;
    padding: 15px 0px;
  }

  .navbar-nav li:last-child a.nav-link {
    color: #fff !important;
    border-bottom: #ddd 0px dashed;
  }

  .nav-overlay {
    position: absolute;
    background: #0000007d;
    width: 100vw;
    height: 100vh;
    top: -10px;
    left: 0;
    z-index: 2;
    transform: translateX(-100vw);
    transition: 0.5s ease-in-out;
    display: block;
  }

  .nav-overlay.active {
    transform: translateX(0);
  }

  .huddl_btn {
    width: 100%;
    margin-top: 20px;
  }
}






.container-fluid {
  padding: 0px 30px;
}

.homeslider {
  background: url(../images/home_slider_bg.png);
  border-radius: 0px;
  padding: 0px;
  position: relative;
  overflow: hidden;
  width: 100%;
  display: inline-block;
  height: 550px;

}

.col-md-5.slider-img {
  position: absolute;
  right: 0px;
  bottom: 0px;
  height: 450px;
}


.col-md-5.slider-img img {
  width: auto;
  height: 100%;
  float: right;
}

.slider-txt {
  display: table;
  height: 550px;
  padding-left: 160px;
}

.slider-txt span {
  display: table-cell;
  vertical-align: middle;
}

.slider-txt h2 {
  color: #000;
  font-size: 44px;
  font-weight: 300;
}

.slider-txt h1 {
  color: #000;
  font-size: 54px;
  font-weight: 600;
  width: 80%;
}

.slider-txt h3 {
  color: #767070;
  font-size: 32px;
  font-weight: 400;
  margin: 20px 0px;
}

.gpay_btn img {
  width: 160px;
  height: auto;
  margin-right: 10px;
}

.Appstore_btn img {
  width: 160px;
  height: auto;

}

.slider-txt p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}



select,
::picker(select) {
  appearance: base-select;
  font-family: system-ui;
}

/* hide checkmark */
option::checkmark {
  display: none;
}

::picker(select) {
  max-height: 80dvh;
  padding: 0;
}

select:has(:popover-open) {
  border-radius: 0;
}

option,
selectedcontent {
  display: grid;
  grid-template-columns: 1.5rem 1fr;
  gap: 1rem;
  font-size: 1rem;
  /*  remove these two lines when patch is in   */
  align-items: center;
  place-items: initial;
  padding: 1rem;

  & img,
  & figure {
    width: 100%;
  }
}

[hidden] {
  display: none;
}

select {
  background: aliceblue;
  border: 1px solid gray;
  align-items: center;
}

selectedcontent {
  font-style: italic;

  /*  Default flag "icon", before you pick one  */
  & figure {
    background-image: linear-gradient(0deg,
        #fff 0%,
        #000 0% 20%,
        #fff 0% 40%,
        #000 0% 60%,
        #fff 0% 80%,
        #000 0% 100%);
    height: 1rem;
    margin: 0;
  }
}

section {
  padding: 60px 0px;
}

.about_sec img {
  width: auto;
  height: 650px;
  float: right;
}

.about_sec .about-txt {
  width: 100%;
  height: 650px;
  float: left;
  display: table;
}

.about_sec .about-txt span {
  vertical-align: middle;
  display: table-cell;
}

.about-txt h3 {
  color: #000;
  font-size: 44px;
  font-weight: 600;
  width: 100%;
}

.about-txt h3 span {
  color: #ED4C5C;
  display: inline-block !important;
  vertical-align: top;
}


section.features_sec {
  background: #F6F6F6;
}

.features_sec h3 {
  color: #000;
  font-size: 44px;
  font-weight: 600;
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}

.features_sec h3 span {
  color: #ED4C5C;
  display: inline-block !important;
  vertical-align: top;
}

.features_sec img {
  width: auto;
  height: 500px;
  margin-top: 50px;
}

.features_sec .features-txt {
  background: #fff;
  box-shadow: 0px 0px 10.8px 1px #00000040;
  padding: 30px;
  width: 100%;
  min-height: 600px;
  display: inline-block;
}

.features_sec ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.features_sec ul li {
  width: 100%;
  float: left;
  background: url(../images/list-ic.svg) left 3px no-repeat;
  background-size: 18px;
  padding: 0px 0px 50px 30px;
  margin: 20px 0px 0px;
  font-size: 15px;
  color: #161616;
}

.matters_sec {
  background: url(../images/matters-bg.png) left top no-repeat;
  background-size: 100% 100%;
  padding: 100px 0px;
}

.matters_sec img {
  width: auto;
  height: 350px;
}

.matters_sec .matters-txt {
  width: 100%;
  height: 350px;
  float: left;
  display: table;
  padding: 0px 10%;
}

.matters_sec .matters-txt span {
  vertical-align: middle;
  display: table-cell;
}

.matters_sec h3 {
  color: #2C2C2C;
  font-size: 44px;
  font-weight: 600;
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
}

.matters_sec p {
  color: #4D4D4D;
}

.kribatiTranslate {
  text-align: center;
}

.kribatiTranslate h3 {
  color: #ED4C5C;
  font-size: 44px;
  font-weight: 600;
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}

.kribatiTranslate h3 span {
  color: #FFCE31;
}

.Translate_box {
  background: #fff;
  box-shadow: 0px 2px 8.3px 0px #00000040;
  padding: 50px;
}

.Translate_box select.country-select {
  width: 95%;
  float: left;
  background: #fff;
  padding: 0px 20px 0px 5px;
  border: 2px solid #D0D0D0;
  height: 50px;
  margin-bottom: 25px;
}

.translate_txtbox {
  padding: 20px;
  background: #E9E9E9A8;
  width: 100%;
  display: inline-block;
  position: relative;
  border-radius: 6px;
}

.translate_txtbox a.close_btn {
  position: absolute;
  right: 15px;
  top: 15px;
}

.translate_txtbox a.close_btn svg {
  width: 18px;
  height: auto;
}

.translate_txtbox textarea {
  background: none;
  border: 0px;
  width: 100%;
  height: 120px;
  color: #000;
  font-size: 15px;
}

.btn_div {
  width: 100%;
  display: inline-block;
}

a.btn_a {
  background: #F17380;
  height: 36px;
  width: auto;
  display: inline-block;
  padding: 0px 20px;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
  border-radius: 20px;
  margin: 0px 15px 0px 0px;
}

a.icon-bt {
  margin-right: 15px;
}

span.numbertxt {
  color: #000;
  font-size: 15px;
}

.Translate_box select.country-select option img,
.Translate_box select.country-select selectedcontent img {
  width: 30px !important;
  margin-top: 2px;
  margin-right: 10px;
}

.Translate_box select.country-select option span,
.Translate_box select.country-select selectedcontent span {
  float: left;
}

.Translate_box select.country-select figure {
  margin-top: 4px;
}

a.mic_icon {
  width: 90px;
  height: 90px;
  display: inline-block;
  background: #FFCE31;
  line-height: 90px;
  border-radius: 50%;
  clear: both;
}

a.change_ic {
  width: 90px;
  height: 90px;
  display: inline-block;
  box-shadow: 0px 1px 6.5px 1px #00000040;
  line-height: 90px;
  border-radius: 50%;
  margin-top: 50px;
}

.translate_txtbox2 {
  background: #FFCE31D9;
}

.history_sec {
  background: #FFCE31;
  width: auto;
  padding: 0px 50px;
  height: 50px;
  line-height: 50px;
  margin-top: 50px;
  border-radius: 12px;
}

a.history_btn {
  color: #363636;
  margin: 0px 10px;
  height: 40px;
  line-height: 40px;
}

a.save_btn {
  color: #363636;
  margin: 0px 10px;
  height: 40px;
  line-height: 40px;
}

a.history_btn svg {
  width: auto;
  height: 24px;
  margin-right: 5px;
}

a.save_btn svg {
  width: auto;
  height: 24px;
  margin-right: 5px;

}

.send_feedback {
  color: #535353;
  margin-top: 65px;
  display: inline-block;
}

.send_feedback:hover {
  color: #F17380;
}

.send_feedback:hover svg path {
  fill: #F17380;
}

section.contact_sec {
  background: #000 url(../images/contact-bg.png) left top no-repeat;
  width: 100%;
  display: inline-block;
}

section.contact_sec h3 {
  color: #fff;
  font-size: 44px;
  font-weight: 600;
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}

.contact_sec label {
  color: #fff;
  font-size: 15px;
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}

.contact_sec input {
  color: #fff;
  background: none;
  height: 50px;
  line-height: 50px;
  padding: 0px 20px;
  border: #fff 1px solid;
  font-size: 15px;
  width: 100%;
  display: inline-block;
  margin: 0px 0px 30px;
}


.contact_sec textarea {
  color: #fff;
  background: none;
  height: 120px;
  line-height: 30px;
  padding: 10px 20px 0px;
  border: #fff 1px solid;
  font-size: 15px;
  width: 100%;
  display: inline-block;
  margin: 0px 0px 30px;
}

.contact_sec input[type="button"] {
  width: auto;
  display: inline-block;
  padding: 0px 40px;
  background: #F8AE41;
  border: 0px;
  color: #000000;
  font-size: 18px;
  height: 60px;
  border-radius: 15px;
}

.contact_sec input[type="button"]:hover {
  background: #FFCE31;
}

.socail_ic {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-top: 20px;
}

.socail_ic a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 0px 10px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  background: #FFD550;
}

.socail_ic a svg {
  width: 20px;
  height: auto;
}

footer {
  background: #000;
  padding: 20px 0px;
  width: 100%;
  display: inline-block;
}

footer img {
  width: auto;
  height: 40px;
}

footer p {
  color: #fff;
  font-size: 15px;
  margin: 0px;
  padding: 0px;
  line-height: 40px;
}

footer p a {
  color: #fff;
  font-size: 15px;
  margin: 0px;
  padding: 0px;
}

.slider-txt-modal {
  display: block;
  height: auto;
  padding: 40px 20px;
}

.slider-txt-modal h3 {
  color: #000;
  font-size: 30px;
  font-weight: 500;
  margin: 0px 0px 30px;
  text-transform: uppercase;
}

.slider-txt-modal .gpay_btn img,
.slider-txt-modal .Appstore_btn img {
  width: 150px;
  height: auto;
  margin: 5px;
}