@import url('https://fonts.cdnfonts.com/css/general-sans');

.tech_stck_head h5 {
    font-size: 44px;
    font-weight: 600;
    padding-bottom: 35px;
}
.nav-links ul li:nth-child(2):hover .main-top-dropdown{
  display: block;
}
ul.lft_dropdown_btm {
  width: 100%;
  list-style: none;
  padding: 0px;
}
.main-top-dropdown{
  display: none;
}
.lftr_sect_mnu {
  position: absolute;
  display: flex;
  width: 1300px;
  background: #fff;
  left: -470px;
  padding-top: 20px ! IMPORTANT;
  right: 0px;
  top: 91px;
  padding: 40px;
  justify-content: flex-start;
  border-radius: 0px 0px 10px 10px;
  gap: 160px;
}
ul.lft_dropdown_btm li {
  margin-bottom: 10px;
}
.top_outer_sect {
  background-image: url(https://myappready.com/img/header_banner_bg.webp);
  background-size: cover;
  padding: 70px 0px;
}

html {
  scroll-behavior: smooth;
}
h1,h2,h3,h4,h5{
   font-family: 'General Sans', sans-serif;
}
code{
   font-family: 'General Sans', sans-serif;
}
p{
   font-family: 'General Sans', sans-serif;
}
.top_section_my h3 {
  color: #fff;
  font-size: 58px;
  font-weight: 700;
}

.top_section_my p {
  color: #fff;
  font-size: 18px;
  padding-top: 28px;
  padding-bottom: 30px;
}

.top_section_my ul {
  list-style: none;
  display: flex;
  justify-content: space-around;
  background: #ff001f;
  padding: 20px;
  border-radius: 20px;
  margin: 36px 0px;
}

.top_section_my h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 0px;
}

.top_section_my span {
  color: #fff;
  font-size: 20px;
}

.top_section_my ul li {
  border-right: 2px solid #ffffff8c;
  padding-right: 22px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.top_section_my ul li:nth-child(3) {
  border-right: 0px;
}

.top_second_my ul {
  display: flex;
  padding: 0px;
  list-style: none;
}

.top_second_my ul li img {
  width: 170px;
}

.top_second_my ul {
  display: flex;
  padding: 0px;
  list-style: none;
  justify-content: space-between;
  padding-top: 30px;
}

.top_second_my ul li {
  border-right: 2px solid #fff;
  padding-right: 31px;
}

.top_second_my ul li:nth-child(3) {
  border-right: 0px;
  padding: 0px;
}

/* form css home */

.head-form {
  text-align: center;
  border: 1px solid #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(32, 32, 32, .15);
  float: inline-end;
}

textarea.form-control {
  min-height: 90px;
}

.head-form form {
  padding: 30px 20px;
}

.head-form h2 {
  padding-top: 16px;
  border-bottom: 1px solid;
  padding-bottom: 23px;
  font-size: 35px;
  line-height: 38px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
}

.head-form form::placeholder {
  color: #fff;
}

.head-form .form-control {
  box-shadow: none;
  background: #eeeeee00;
  border: 1px solid #ced4da;
}

.form-control {
  height: 44px;
  box-shadow: 0 0 14px rgba(95, 95, 95, .15);
  border: 1px solid #eee;
  border-radius: 5px;
}

.head-form select {
  background-color: #f7f7f7;
  height: 44px;
  width: 100%;
  margin-top: 22px;
  border-radius: 5px;
  padding-left: 8px;
  box-shadow: none;
  color: #6c757d;
  background: #f1f1f100;
  border: 1px solid #ced4da;
}

.head-form select option {
  background: #000;
}
.head-form select:invalid {
  color: #fff;
}
.btn-custom {
  background-color: #ff001f;
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.head-form select {
  color: #ffff;
}
/* form css closed */



/* slider second */
.banner_section {
  width: 100%;
}

.text {
  text-align: center;
  margin: 0 0 70px;
  display: block;
}

.banner_section .owl-item img {
  max-width: 100px;
  width: 100%;
}

.banner_section .wrap {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 20px;
  align-items: flex-end;
}

.banner_section .wrap .item {
  width: 180px;
  height: 180px;
  background: #fff;
  border-radius: 50%;
  transform: scale(0.6);
  transition: all 1s ease-in-out;
  box-shadow: 0px 0px 3px 2px #90909057;
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.banner_section .wrap .center .item {
  transform: scale(1);
}

/* about us sect */

section.abt_sect {
  background: #f4f7ff;
  padding: 50px 0px;
}

.ab_img img {
  width: 100%;
}

.ab_txt h3 {
  font-size: 79px;
  line-height: 87px;
  color: #f42223;
  font-weight: bold;
}

.ab_txt h3 code {
  color: #000;
  font-family: 'Poppins', sans-serif;
}

.ab_txt h4 {
  font-size: 37px;
  line-height: 38px;
  color: #272934;
  font-weight: bold;
}

.ab_txt p {
  font-size: 24px;
  line-height: 34px;
  color: #272934;
  padding-top: 15px;
  padding-bottom: 20px;
}

.ab_txt a {
  background: #f42223;
  padding: 12px 30px;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  text-decoration: none;
  border-radius: 10px;
}

/* second slider */

.section-padding {
  margin: 0 auto;
  padding: 0px 0;
  height: 300px;
}








.screenshot_slider .owl-item.center .item .clutch_slide a {
  background: #fff;
  color: #000;
}

.clutch_slide a {
  background: #f42223;
  padding: 8px 20px;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
}

.screenshot_slider .owl-nav {
  text-align: center;
  position: absolute;
  right: -25px;
  bottom: 200px;
}
.screenshot_slider .owl-nav button {
  font-size: 24px !important;
  margin: 10px;
  color: #033aff !important;
}

.clutch_slide img {
  width: 200px ! IMPORTANT;
  padding-bottom: 23px;
}

.clutch_slide {
  background: #fff;
  padding: 43px;
  border-radius: 20px;
  border: 2px solid #eee;
  margin: 10px;
}

.screenshot_slider .owl-nav button {
  background: #f42223 !important;
  border-radius: 50px;
  color: #fff ! IMPORTANT;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.top-sct_slider h4 {
  font-size: 79px;
  line-height: 55px;
  color: #f22a34;
  font-weight: 800;
  text-align: center;
}

.top-sct_slider p {
  font-size: 24px;
  font-weight: 400;
  padding-top: 16px;
  text-align: center;
}

.top-sct_slider h4 code {
  color: #000;
  font-family: 'Poppins', sans-serif;
}

section.clutch_sect {
  padding: 80px 0px;
}

.service-image img {
  width: 100%;
}

.box_service_slide {
  border-radius: 40px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.08);
}

.box_service_slide img {
  width: 30px !important;
}

section.benefits_sect {
  background-color: rgb(19, 17, 16);
  padding: 70px 0px;
}

.benefits_gols {
  background: #fff;
  padding: 20px;
  border-radius: 25px;
  position: relative;
  z-index: 9999;
}

.benefits_gols ul {
  display: flex;
  align-items: center;
  padding: 0px;
  justify-content: space-between;
  list-style: none;
}

.benefits_gols img {
  width: 100px;
}

.benefits_gols h4 {
  font-size: 22px;
  color: rgb(242, 42, 52);
  font-weight: 800;
}

.benefits_gols h5 {
  margin-top: -46px;
}

.benefits_gols:hover ul li h4 {
  color: #fff;
}

.benefits_gols:hover img {
  filter: brightness(32.5);
}

.benefits_gols:hover h5 {
  color: #fff;
}

.benefits_gols:hover p {
  color: #fff;
}

.top_text_benifits {
  text-align: center;
}

.top_text_benifits h4 {
  background: rgb(242, 42, 52);
  display: inline-block;
  padding: 10px 28px;
  color: #fff;
  border-radius: 37px;
  margin-bottom: 25px;
}

.top_text_benifits h3 code {
  font-size: 33px;
  color: #fff;
  word-spacing: -5px;
}

.top_text_benifits h3 {
  color: #fff;
  font-size: 50px;
  line-height: 37px;
  font-weight: 700;
  padding-bottom: 25px;
}

.benefits_gols::after {
  content: '';
  background: rgb(242, 42, 52);
  border-radius: 15px;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  clip-path: circle(10% at 0% 0%);
  transition: all .3s ease-in;
  z-index: -1;
}

.benefits_gols:hover::after {
  clip-path: circle(100%);
}

.benefits_gols:hover .content {
  color: var(--text-color);
}

/* our parnters css */

section.our-parts {
  background: url(https://myappready.com/img/our_partners_bg.webp);
  background-size: auto;
  padding: 70px 0px;
  background-repeat: no-repeat;
}

.sect_ourb ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  margin: 0px;
  border-bottom: 2px solid #000;
}

.sect_ourb ul li img {
  width: 160px;
}

.sect_ourb ul li:nth-child(4) {
  border-right: 0px;
}

.sect_ourb ul:last-child {
  border-bottom: 0px;
}

.sect_ourb ul li {
  border-right: 2px solid;
  padding-right: 39px;
  padding: 70px;
}

.sect_ourb {
  text-align: center;
}

.sect_ourb h3 {
  font-size: 90px;
  color: rgb(39, 41, 52);
}

.sect_ourb h3 {
  font-size: 65px;
  color: rgb(39, 41, 52);
  font-weight: 700;
}

.sect_ourb h3 code {
  color: rgb(242, 42, 52);
  font-weight: 800;
  font-size: 70px;
}

.sect_ourb p {
  font-size: 28px;
  color: rgb(71, 71, 71);
  font-weight: 400;
}

.sect_ourb a {
  text-decoration: none;
  font-size: 24px;
  background: #f42223;
  padding: 8px 30px;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  margin-bottom: 35px;
}

.circle {
  width: 10px;
  height: 10px;
  background: #f42223;
  margin: 5px 10px;
  border-radius: 50%;
  transform-origin: top center;
  animation: spin 1s linear infinite;
  /* 일정하게 무제한 */
}

@keyframes spin {
  0% {
    transform: rotate(0) scale(1.1);
  }

  50% {
    transform: rotate(180deg) scale(0.2);
  }

  100% {
    transform: rotate(360deg) scale(1.1);
  }
}

.lghrt_clr {
  display: flex;
  flex: 0 1 100%;
}

.lghrt_clr:nth-child(1) .circle {
  animation-delay: 100ms;
}

/* = 0.1s */
.lghrt_clr:nth-child(2) .circle {
  animation-delay: 200ms;
}

/* = 0.1s */
.lghrt_clr:nth-child(3) .circle {
  animation-delay: 300ms;
}

/* = 0.1s */
.lghrt_clr:nth-child(4) .circle {
  animation-delay: 400ms;
}

/* = 0.1s */
.lghrt_clr:nth-child(5) .circle {
  animation-delay: 500ms;
}

/* = 0.1s */
.lghrt_clr:nth-child(6) .circle {
  animation-delay: 600ms;
}

/* = 0.1s */
.lghrt_clr:nth-child(7) .circle {
  animation-delay: 700ms;
}

/* = 0.1s */
.lghrt_clr:nth-child(8) .circle {
  animation-delay: 800ms;
}

/* = 0.1s */
.lghrt_clr:nth-child(9) .circle {
  animation-delay: 900ms;
}

/* = 0.1s */
.lghrt_clr:nth-child(10) .circle {
  animation-delay: 1000ms;
}

/* = 0.1s */
.lghrt_clr:nth-child(11) .circle {
  animation-delay: 1100ms;
}

/* = 0.1s */

.circles {
  position: absolute;
  left: 0px;
}

.circle {
  position: relative;
  top: -440px;
}

.ppc_experts ul {
  display: flex;
  padding: 0px;
  list-style: none;
  text-align: center;
  margin: 0 auto;
  justify-content: flex-end;
  width: 100%;
}

.ppc_experts {
  text-align: center;
}

.ppc_experts ul li h5 {
  float: right;
  margin-left: 0px;
  color: #41af0f;
}

.ppc_experts {
  padding: 40px;
  border-radius: 30px;
  background-color: rgb(247, 247, 247);
}

.ppc_experts h4 {
  font-size: 30px;
  color: rgb(39, 41, 52);
  font-weight: 800;
  margin: 9px 0px;
  margin-bottom: 25px;
}

.ppc_experts a {
  background: #000;
  padding: 8px 20px;
  border-radius: 30px;
  text-decoration: none;
  color: #fff;
}

.ppc_experts a i {
  margin-right: 4px;
}

.ppc_experts:hover a {
  background: rgb(242, 42, 52);
  transition: 0.7s;
}

.get_free h4 {
  font-size: 50px;
  color: rgb(39, 41, 52);
  font-weight: 700;
}

.get_free h4 code {
  font-size: 50px;
  color: rgb(242, 42, 52);
  font-weight: bold;
}

.get_free {
  text-align: center;
}

.get_free p {
  font-size: 23px;
  color: rgb(71, 71, 71);
}

.get_free {
  padding-top: 75px;
}

.get_free p {
  padding-bottom: 45px;
}

#blktnx_popup_mn {
  position: fixed;
  bottom: -8px;
  z-index: 999;
  left: 0;
  width: auto;
  max-width: 220px;
  height: auto;
  pointer-events: none;
}

.bf_pp.open .blktnx_popup_inr,
#blktnx_popup_mn.open {
  pointer-events: all;
}

.ramdan_pp,
.ramdan_pp .blktnx_popup_inr {
  transition: transform 1.5s;
}

.blktnx_popup_inr {
  position: relative;
  z-index: 2;
  pointer-events: none;
}

.bf_linkopen {
  cursor: pointer;
}

.blktnx_popup_inr img {
  border-radius: 0 10px 10px 0px;
  height: auto;
}

.blktnx_popup_crs {
  position: absolute;
  top: -41px;
  right: 55px;
  cursor: pointer;
}

.blktnx_popup_crs i {
  color: #fff;
  font-size: 16px;
  background: #db152b;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.lv_button button {
  position: relative;
}

.lv_button button {
  background: #c60200;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  border: 0;
  padding: 4px 20px 4px 30px;
  border-radius: 26px;
  font-weight: 600;
  animation: blink .8s infinite ease-in-out alternate;
}

.santa-head {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: relative;
  animation: santa-move 700ms alternate infinite linear;
  background-size: 100%;
}

@keyframes santa-move {
  from {
    top: 0;
  }

  to {
    top: 10px;
  }
}

.top-sect_tab ul li button img {
  filter: brightness(0);
  width: 150px;
  padding-bottom: 20px;
}

.top-sect_tab ul li .nav-link.active img {
  filter: brightness(100%);
}

.top-sect_tab ul li .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: inherit;
  border-bottom: 3px solid #f42223 !important;
  border: 0px;
}

.top-sect_tab ul li .nav-link:hover {
  border-color: inherit;
  isolation: isolate;
}

.top-sect_tab ul li .nav-link {
  border: 0px;
}

.top-sect_tab .nav-tabs {
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 0px;
  justify-content: space-between;
}

.img_txt img {
  width: 100%;
}

.img_txt {
  padding-top: 50px;
}

.testimonial {
  border-radius: 20px;
  background-color: rgb(246, 247, 248);
  padding: 40px;
  margin-top: 50px;
}

.testimonial img {
  width: 240px;
}

.testimonial h4 {
  padding: 12px 0px;
  font-weight: 500;
}

.img_txt h4 {
  font-size: 28px;
  font-weight: 700;
}

.testimonial h5 {
  font-size: 25px;
}

.testimonial ul {
  display: flex;
  padding: 0px;
  list-style: none;
  align-items: center;
  gap: 15px;
}

.testimonial ul li img {
  width: 50px;
  border-radius: 180px;
  height: 50px;
}

.clint_feed_back {
  padding-top: 80px;
}

.clint_feed_back h5 {
  font-size: 50px;
  font-weight: 800;
  margin-bottom: 0px;
}

.clint_feed_back h5 code {
  font-weight: 900 !IMPORTANT;
  color: #f42223;
}

.clint_feed_back p {
  font-size: 29px;
  font-weight: 600;
  padding-bottom: 35px;
}

.industry_experties ul {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0px;
}

.industry_experties img {
  width: 100%;
  border-radius: 23px;
}
.industry_experties {
  border: 1px solid #eee;
  border-radius: 22px;
  padding: 0px 0px 10px 0px;
  margin-bottom: 30px;
}

.industry_experties ul li img {
  width: 60px;
  margin-right: 12px;
}
.industry_experties h5 {
  margin-left: 15px;
  margin-top: 15px;
  font-size: 24px;
  font-weight: 700;
}
.industry_experties a {
  color: #000;
  font-size: 17px;
  text-decoration: none;
  margin-left: 15px;
  margin-top: 0px;
  display: inline-block;
  margin-bottom: 10px;
}
.experties {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 20px;
}

.experties h4 {
  font-size: 45px;
  font-weight: 900;
}

.experties h4 code {
  color: #f42223;
}

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

.software_solution ul {
  display: flex;
  justify-content: space-between;
}

.software_solution {
  padding: 50px;
  border-radius: 20px;
  background: #000;
}

.software_solution ul li h5 {
  font-size: 35px;
  color: #fff;
  font-weight: 600;
}

.software_solution h4 {
  font-size: 44px;
  color: #fff;
  font-weight: 700;
}

.software_solution ul li p {
  font-size: 17px;
  color: #ffffff4f;
}

.goodfrim_sect ul li img {
  width: 280px;
}

.goodfrim_sect {
  padding: 50px;
  border: 1px solid #ffffff5e;
  border-radius: 30px;
  margin-top: 40px;
}

section.review-sect-btm {
  padding: 75px 0px;
}

.faq_sect ul {
  display: flex;
  padding: 0px;
  list-style: none;
  justify-content: space-between;
}

.faq_sect ul li {
  width: 48%;
}

.faq_sect .accordion-item {
  margin-bottom: 20px;
  background: #ffcdcd47;
  border-radius: 20px;
  border: 0px;
}

.faq_sect .accordion-button {
  background-color: initial !important;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}

.faq_sect .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #f42223;
  box-shadow: inherit;
}

.faq_sect .accordion-body {
  color: #fff;
}

.faq_sect .accordion-button:not(.collapsed)::after {
  background-image: url(https://myappready.com/img/minus_icon_img.webp);
  transform: rotate(-180deg);
}

.faq_sect .accordion-button::after {
  background-image: url(https://myappready.com/img/add_icon_img.webp);
  background-repeat: no-repeat;
}

section.faq_sect_btm {
  background: rgb(242, 42, 52);
  padding-top: 80px;
  padding-bottom: 25px;
}

section.faq_sect_btmm {
    background-color: #ff5900 !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important;  
}

.top_heading_txt {
  text-align: center;
  padding-bottom: 50px;
}

.top_heading_txt h5 {
  font-size: 45px;
  font-weight: 700;
  color: #ffff;
}

.faq_sect .accordion-button:focus {
  z-index: 3;
  border-color: initial;
  outline: 0;
  box-shadow: inherit;
  border: 0px;
}

.buield_somthing img {
  width: 100%;
}

.great_together .head-form .form-control {
  box-shadow: none;
  background: #f1f1f1;
  border: 1px solid #ced4da;
  border-radius: 30px;
}

.great_together .head-form select {
  background-color: #f7f7f7;
  height: 44px;
  width: 100%;
  margin-top: 22px;
  border-radius: 30px;
  padding-left: 8px;
  box-shadow: none;
  color: #6c757d;
  background: #f1f1f1;
  border: 1px solid #ced4da;
}

.great_together textarea.form-control {
  min-height: 135px;
  border-radius: 18px ! IMPORTANT;
}

.great_together h2 {
  color: #f42223;
  font-weight: 700;
  border-bottom: 0px;
  padding-bottom: 0px;
}

.great_together p {
  font-size: 20px;
  font-weight: 500;
}
.great_together .head-form {
  text-align: center;
  border: 0px;
  border-radius: 35px;
  float: inline-end;
  background: rgb(245, 245, 247);
  padding: 10px;
    position: relative;
    z-index: 999;
}
.buield_somthing h4 {
  font-size: 49px;
  font-weight: 800;
}
.buield_somthing h4 strong {
  color: #f42223;
}
.buield_somthing p {
  font-size: 21px;
}

/* header */


header{
  position: relative;
  z-index: 9;
}
.nav-btn ul li a:hover:after {
  background: transparent;
  width: 100%;
  transition: 0s;
}
.nav-btn ul li a:hover:before {
  background: #f42223;
  width: 100%;
  transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.nav-btn ul li a:after {
  right: 0;
  background: #f42223;
  transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.nav-btn ul li a:before {
  left: 0;
}
.nav-btn ul li a:before, a:after {
  content: '';
  position: absolute;
  width: 0%;
  height: 6px;
  top: 39px;
  right: 2px;
}
a.nav-link {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  padding: 28px 17px !important;
}

a.zoombuols{
  color: #f42223;
  animation: zoom-in-zoom-out1 2sease-out infinite;
}
.dropdown, .dropend, .dropstart, .dropup {
  position: initial;
}
@keyframes zoom-in-zoom-out1 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}
@media only screen and (min-width: 992px) {
  .dropdown-menu {
    width: 55vw;
  }
  .dropdown:hover .dropdown-menu {
    display: flex;
  }
  .dropdown-menu.show {
    display: flex;
  
  }
}
.dropdown:hover .dropdown-menu {
  display: block;
}
.dropdown-menu a {
  text-decoration: none;
  color: #000000;
}
.dropdown-menu a .d-flex {
  transition: all 0.5s;
}
header .dropdown-menu {
  width: 100%;
  left: 0;
  top: 90px;
  padding: 30px 30px 30px 30px;
  z-index: -1;
}
header .dropdown-menu h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
}
header .dropdown-menu h4:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #f42223;
  bottom: -5px;
}
header .dropdown-menu ul {
  padding-left: 0px;
}
header .dropdown-menu ul li {
  list-style: none;
  margin-bottom: 15px;
}
header .dropdown-menu ul li a {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
}
header .dropdown-menu ul li a span {
  width: 40px;
  margin-right: 12px;
}
.navcontrel{
  position: relative;
}



a.navbar-brand {
  width: 20%;
  margin-right: 100px;
}
/* header end */

/* footer */

.footer_service {
  display: flex;
  justify-content: space-between;
}

.footer_sect img {
  width: 230px;
  padding: 30px 0px;
}

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

.contact_us_ftr ul li h6 {
  font-size: 15px;
  margin-left: 6px;
  background: #f42223;
  color: #fff;
  padding: 3px;
  display: inline-block;
  border-radius: 5px;
}

.contact_us_ftr ul li p {
  float: inline-start;
  font-size: 18px;
  font-weight: 400;
  margin: 0px;
}

.services_tp ul li strong {
  font-size: 25px;
}

.contact_us_ftr ul li strong {
  font-size: 25px;
}

.benefits ul li strong {
  font-size: 25px;
}

.benefits ul li h4 {
  font-size: 24px;
  font-weight: 400;
}

.services_tp ul li h4 {
  font-size: 24px;
  font-weight: 400;
}

.ranking ul li img {
  width: 150px;
  margin-bottom: 20px;
}

.contact_us_ftr ul li a {
  text-decoration: none;
}

.contact_us_ftr ul li a i {
  background: #f42223;
  padding: 6px;
  border-radius: 30px;
  color: #fff;
}

.contact_us_ftr ul li img {
  float: left;
  margin-top: -7px;
}

.contact_us_ftr ul li h5 {
  display: contents;
}

.contact_us_ftr ul li a h3 {
  display: inline-block;
  font-size: 19px;
  color: #000;
  font-weight: 400;
  margin-left: 6px;
}

.contact_us_ftr ul {
  margin-bottom: 24px;
}

.contact_us_ftr ul li img {
  padding-right: 8px;
}

li.top_conatc_sct {
  padding-bottom: 25px;
}

.services_tp ul li:first-child {
  padding-bottom: 15px;
}

.benefits ul li:first-child {
  padding-bottom: 15px;
}

li.cntr_rating {
  padding-bottom: 45px;
}

.ranking ul li:first-child {
  padding-bottom: 10px;
}

.social-midia ul {
  padding: 0px;
  list-style: none;
}

.social-midia {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px;
}

.social-midia ul:first-child {
  display: flex;
  gap: 20px;
  margin: 0px;
}

section.botom_sect_ftr {
  padding: 10px;
  background: #000;
}

.social-midia ul li p {
  margin: 0px;
}

.social-midia ul li p {
  margin: 0px;
  color: #ffffffa3;
}

/* footer end */

/* slider center */

.inner_fd_slider ul {
  display: flex;
  justify-content: space-between;
  margin: 0px;
  padding: 0px;
  list-style: none;
  align-items: center;
}


  

/* section.slide_talabat {
  background-color: rgb(248, 78, 47);
  padding: 52px 30px 0px 30px;
} */
ul.second_slide_btm li:first-child img:first-child {
  width: 230px;
}

ul.second_slide_btm li a img {
  width: 119px !important;
  float: left;
  background-size: cover;
  margin-right: 17px;
  margin-top: 41px;
}

ul.second_slide_btm li:nth-child(2) img {
  margin-bottom: -12px;
  width: 100%;
}

.slick-slider {
  margin-left: -12%;
  margin-right: -12%;
}

.test {
  display: block;
  width: 76%;
  margin-left: 198px;
}

.slick-list {
  padding-top: 10% !important;
  padding-bottom: 10% !important;
  padding-left: 15% !important;
  padding-right: 15% !important;
}

.slick-dots {
  text-align: right;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.slick-track {
  max-width: 100% !important;
  transform: translate3d(0, 0, 0) !important;
  perspective: 100px;
}

.slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  width: 100% !important;
  transform: translate3d(0, 0, 0);
  transition: transform 1s, opacity 1s;
}

.slick-snext,
.slick-sprev {
  display: block;
}

.slick-current {
  opacity: 1;
  position: relative;
  display: block;
  transform: translate3d(0, 0, 20px);
  z-index: 2;
}

.slick-snext {
  opacity: 1;
  transform: translate3d(20%, 0, 0px);
  z-index: 1;
}

.slick-sprev {
  opacity: 1;
  transform: translate3d(-20%, 0, 0px);
}

.slider_outer {
  overflow: hidden;
}

.inner_fd_slider {
  padding: 60px;
  padding-bottom: 0px;
  border: 10px solid #fff;
  border-radius: 1px;
}

ul.second_slide_btm li p {
  color: #fff;
  font-size: 19px;
  padding-top: 40px;
}

ul.second_slide_btm li h4 {
  color: #fff;
}

ul.second_slide_top li {
  color: #fff;
  font-weight: 600;
}

ul.second_slide_top li a {
  border: 1px solid #fff;
  padding: 10px;
  color: #fff;
  text-decoration: none;
}

.btm_ing_sect img:first-child {
  position: absolute;
  top: 120px;
  left: -530px;
  right: 0px;
  margin: 0 auto;
}

.btm_ing_sect img:nth-child(2) {
  position: absolute;
  bottom: 100px;
  left: -50px;
  right: 0px;
  margin: 0 auto;
}

.owl-stage-outer {
  width: 100%;
  height: auto;
}

.active.left {
  transform: scale(1);
  -webkit-filter: grayscale(0);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0);
}

.clon_apps img {
  width: 100%;
}

.ovr_flow_slidr {
  border: 2px solid #eee;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 20px;
  padding-left: 80px;
}

.ovr_flow_slidr:hover {
  background: #f42223;
  transition: 1s;
}

.ovr_flow_slidr:hover h4 {
  color: #fff;
}

.ovr_flow_slidr:hover code {
  color: #9f9d9d;
  background: #fff;
}

.ovr_flow_slidr:hover p {



  color: #fff;
}

.ovr_flow_slidr code {
  font-size: 20px;
  background: #9f9d9d;
  padding: 4px 13px;
  border-radius: 20px;
  font-weight: 900;
  color: #fff;
  width: 36px;
  height: 36px;
  display: inline-block;
  position: absolute;
  left: 24px;
  margin: 0 auto;
  top: 29px;
}

.ovr_flow_slidr {
  position: relative;
}

.next_over_sect::-webkit-scrollbar {
  display: none;
}

.ovr_flow_slidr h4 {
  font-size: 30px;
  font-weight: 400;
}

.ovr_flow_slidr p {
  font-size: 23px;
}

.clon_apps h4 {
  font-size: 50px;
  font-weight: 700;
}

.clon_apps h4 code {
  color: #f42223;
  font-size: 50px;
  font-weight: bold;
  display: inline-block;
}

.clon_apps p {
  font-size: 26px;
}

.clon_apps {
  width: 100%;
  position: sticky;
  top: 16vh;
}

section.ovr_scrol_sect {
  padding: 90px;
}

section.footer-form {
  padding-top: 90px;
}
.abt_text_scet svg {
    font-family: 'Russo One', sans-serif;
    position: absolute;
    width: -webkit-fill-available;
    height: 100%;
    left: -90px;
    top: 310px;
}
.abt_text_scet svg text {
    text-transform: uppercase;
    animation: stroke 5s infinite alternate;
    stroke-width: 2;
    stroke: #ffffff;
    font-size: 270px;
    font-weight: 900;
}
@keyframes stroke {
	0%   {
		fill: rgba(72,138,20,0); stroke: #ffffff;
		stroke-dashoffset: 25%; stroke-dasharray: 0 50%; stroke-width: 2;
	}
	70%  {fill: rgba(72,138,20,0); stroke: #ffffff; }
	80%  {fill: rgba(72,138,20,0); stroke: #ffffff; stroke-width: 7; }
	100% {
		fill: rgb(134,134,134); stroke: #ffffff; 
		stroke-dashoffset: -25%; stroke-dasharray: 50% 0; stroke-width: 0;
	}
}
.abt_text_scet {
    position: relative;
}

.scnd-txteditor .head-form .form-control {
    background: #fff;
}
.scnd-txteditor .head-form select {
    background: #fff;
}
.lunch_your_solution ul {
    padding: 0px;
    display: flex;
    justify-content: space-between;
    list-style: none;
}
.lunch_your_solution ul li {
    text-align: center;
    border: 2px solid #eee;
    border-radius: 20px;
    padding: 30px;
    margin: 10px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}
.lunch_your_solution ul li h4 {
    padding-top: 11px;
    font-size: 24px;
    font-weight: 600;
}
section.new_section_location {
    padding-top: 90px;
}
.fd_clr{
  color: #f42223;
}
.section-padding.scnd-sectowl {
    width: 960px;
}
.location_txtbtm p:last-child {
    font-size: 23px;
    padding-top: 50px;
    text-align: justify;
}
.scnd-sectowl .owl-item:not(.active) + .owl-item.active .item .clutch_txtstxt{
   opacity:1;  
}
.clutch_slide.clutch_txtstxt {
    opacity: 0.6;
}
.scnd-sectowl .owl-item:not(.active) + .owl-item.active .item .clutch_txtstxt{
   background: #f42223;
   transition: 1.5s;
}
.scnd-sectowl .owl-item:not(.active) + .owl-item.active .item .clutch_txtstxt a {
    background: #ffff;
    color: #f42223;
}
.scnd-sectowl .owl-item:not(.active) + .owl-item.active .item .clutch_txtstxt img {
    filter: brightness(20.5);
}
.scnd-sectowl .owl-item:not(.active) + .owl-item.active .item .clutch_txtstxt p {
    color:#fff;
}
.location_txtbtm h4 {
    font-size: 46px;
    font-weight: 800;
    padding-bottom: 30px;
}
.lunch_your_solution {
    padding-bottom: 60px;
}
.head-form.head_secofn {
    width: 70%;
}
.great_together .head-form.head_secofn .form-control {
    box-shadow: none;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
}
.great_together .head-form.head_secofn select {
    margin-top: 22px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #fff;
}
.great_together .head_secofn textarea.form-control {
    min-height: 162px;
    border-radius: 10px ! IMPORTANT;
}
.head_secofn .btn-custom {
    color: #f42223;
    background: #fff;
}
.great_together .head_secofn h2 {
    color: #fff !important;
}
.great_together .head-form.head_secofn {
    border-radius: 15px;
    background: #f42223;
}
.great_together .head_secofn p {
    font-size: 27px;
    color: #fff;
    margin: 0px;
}
.location_txtbtm {
    position: relative;
}






.content {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.heading {
  width: 100%;
  margin-left: 1rem;
  font-weight: 900;
  font-size: 1.618rem;
  text-transform: uppercase;
  letter-spacing: 0.1ch;
  line-height: 1;
  padding-bottom: 0.5em;
  margin-bottom: 1rem;
  position: relative;
}
.heading:after {
  display: block;
  content: "";
  position: absolute;
  width: 60px;
  height: 4px;
  background: linear-gradient(135deg, #1a9be6, #1a57e6);
  bottom: 0;
}

.description {
  width: 100%;
  margin-top: 0;
  margin-left: 1rem;
  margin-bottom: 3rem;
}

.card {
    color: inherit;
    cursor: pointer;
    width: calc(33% - 2rem);
    min-width: calc(33% - 2rem);
    height: 400px;
    min-height: 400px;
    perspective: 1000px;
    margin: 1rem;
    position: relative;
    border-radius: 20px !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 0px !important;
}
@media screen and (max-width: 800px) {
  .card {
    width: calc(50% - 2rem);
  }
}
@media screen and (max-width: 500px) {
  .card {
    width: 100%;
  }
}

.front,
.back {
  display: flex;
  border-radius: 6px;
  background-position: center;
  background-size: cover;
  text-align: center;
  justify-content: center;
  align-items: center;
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition: ease-in-out 600ms;
}

.front {
    background-size: cover;
    padding: 2rem;
    font-size: 1.618rem;
    font-weight: 600;
    color: #fff;
    overflow: hidden;
    font-family: Poppins, sans-serif;
    border-radius: 20px;
    overflow: hidden;
}
.front:before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f42223;
    z-index: -1;
}
.card:hover .front {
  transform: rotateY(180deg);
}
.card:nth-child(even):hover .front {
  transform: rotateY(-180deg);
}

.back {
  background: #fff;
  transform: rotateY(-180deg);
  padding: 0 2em;
  border-radius: 20px;
}
.back .button_btmsect {
  background: linear-gradient(135deg, #1a9be6, #1a57e6);
}
.back .button_btmsect:before {
  box-shadow: 0 0 10px 10px rgba(26, 87, 230, 0.25);
  background-color: rgba(26, 87, 230, 0.25);
}
.card:hover .back {
  transform: rotateY(0deg);
}
.card:nth-child(even) .back {
  transform: rotateY(180deg);
}
.card:nth-child(even) .back .button_btmsect {
  background: linear-gradient(135deg, #e61a80, #e61a3c);
}
.card:nth-child(even) .back .button_btmsect:before {
  box-shadow: 0 0 10px 10px rgba(230, 26, 60, 0.25);
  background-color: rgba(230, 26, 60, 0.25);
}
.card:nth-child(even):hover .back {
  transform: rotateY(0deg);
}

.button_btmsect {
  transform: translateZ(40px);
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-weight: bold;
  color: #fff;
  padding: 0.5em 1em;
  border-radius: 100px;
  font: inherit;
  border: none;
  position: relative;
  transform-style: preserve-3d;
  transition: 300ms ease;
}
.button_btmsect:before {
  transition: 300ms ease;
  position: absolute;
  display: block;
  content: "";
  transform: translateZ(-40px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  border-radius: 100px;
  left: 10px;
  top: 16px;
}
.button_btmsect:hover {
  transform: translateZ(55px);
}
.button_btmsect:hover:before {
  transform: translateZ(-55px);
}
.button_btmsect:active {
  transform: translateZ(20px);
}
.button_btmsect:active:before {
  transform: translateZ(-20px);
  top: 12px;
}

.topb3 {
    display: flex;
    align-items: center;
    padding-left: 20px;
}
.topb3 span {
    display: inline-block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 12px;
}
.topb3 span img {
    object-fit: cover;
    width: 70px;
    height: 100%;
    object-fit: cover;
}
.topb3 strong {
    font-size: 19px;
    font-weight: 500;
}
.topb3 strong a {
    color: #000;
    text-decoration: none;
}
.topb1 span {
    color: #f42223;
    font-size: 31px;
    font-weight: 800;
}
.topb1 {
    color: #000;
    font-size: 23px;
    font-weight: 500;
    padding-right: 20px;
}
.topsection {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.topsection {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.topb4 span {
    display: inline-block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 12px;
}
.topb4 span img {
    width: 50px;
    height: 100%;
    object-fit: cover;
}
.topb4 strong {
    font-size: 19px;
    font-weight: 500;
}
.topb4 strong a {
    color: #000;
    text-decoration:none;
}
.topb5 span {
    width: 40px;
    height: 40px;
    overflow: hidden;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 12px;
    background: var(--primary-text);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
}
.topb5 strong {
    font-size: 21px;
    font-weight: 500;
}
.topb5 strong a {
    color: #000;
    text-decoration:none;
}
.topb4 {
    display: flex;
}
.topb5 {
    display: flex;
}
.topb5 span {
    width: 40px;
    height: 40px;
    overflow: hidden;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 12px;
    background: #f42223;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
}
.topb5 span i{
   color: #fff;
}

@keyframes bracket_blink{
0%, 50% {
    opacity: 0;
    color: #1d1f20;
}
}
.nav-btn ul li:first-child{
    position: relative;
}
.lunch_your_solution ul li img {
    width: 80px;
}
.tabs-container {
      display: flex;
      height: 100%;
      width: 100%;
    }

    /* Tabs Sidebar */
    .tabs {
      width: 200px;
      background-color: #333;
      color: white;
      padding-top: 20px;
      position: fixed;
      height: 100%;
    }

    .tab {
      padding: 15px;
      cursor: pointer;
      text-align: center;
      background-color: #333;
      transition: background-color 0.3s ease;
    }

    .tab:hover {
      background-color: #555;
    }

    .tab.active {
      background-color: #444;
    }
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}
.nav-btn ul li:first-child a {
    color: #f42223;
    animation: zoom-in-zoom-out 2s ease-out infinite;
}
.container.bg_sect_crem {
    background: url(https://myappready.com/img/bg_top_crem.webp);
    padding: 90px;
    background-size: cover;
}
.banner_text h3 {
    font-size: 29px;
    font-weight: 600;
    color: #000;
    background: #fff;
    display: inline-block;
    padding: 12px 35px;
    border-radius: 30px;
    margin-bottom: 30px;
}
.banner_text h4 {
    font-size: 45px;
    color: #fff;
    font-weight: 600;
}
.banner_text ul {
    padding: 35px 0px;
    list-style: none;
    display: flex;
    justify-content: space-between;
}
.banner_text ul li img {
    width: 180px;
    filter: brightness(12.5);
    padding-bottom: 10px;
}
.banner_text ul li {
    padding: 15px;
    background: #0000007d;
    border-radius: 20px;
    position: relative;
    z-index: 1;
}
.banner_text ul li h5 {
    color: #fff;
}
.banner_text ul li:hover:after {
    content: '';
    position: absolute;
    top: 0px;
    width: 270px;
    height: 147px;
    background: #ff5900;
    left: 0px;
    border-radius: 20px;
    z-index: -1;
    transition: 0.4s;
}
.banner_text ul li:after {
    content: '';
    position: absolute;
    top: 0px;
    width: 23px;
    height: 23px;
    background: #00800000;
    left: 0px;
    border-radius: 150px;
    z-index: -459;
    margin: 0 auto;
}
.banner_text p {
    font-size: 26px;
    color: #fff;
    padding-bottom: 19px;
}
.section_FAQ{
  padding-top: 50px;
  padding-bottom: 50px;
  background: #ff5900 !important;
}
.dd{
   font-size: 18px !important;
}
.v{
  font-size: 36px !important;
  color: red;
}
.ppc{
  font-size: 18px !important;
  padding-bottom: 15px !important;
  margin-top: -24px !important;
}
.d{
  font-size: 18px !important;
    color: #fff;
    padding-bottom: 19px;
}

.banner_text_p{
  font-size: 5px;
}

.banner_text h3 code {
    font-size: 29px;
}
.banner_text a {
    padding: 10px 15px;
    margin: 0px;
    color: #fff;
    font-size: 23px;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 600;
}
.img_prefr_sect img {
    width: 100%;
    height: 660px !important;
}
.fst_srvc_txt ul {
  list-style: none;
  display: flex;
  gap: 11px;
  align-items: center;
  padding: 9px;
  margin: 6px;
  border-radius: 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.fst_srvc_txt {
    display: flex;
    justify-content: space-between;
}
.fst_srvc_txt ul li img {
  width: 60px;
  position: relative;
  padding: 8px;
  border-radius: 10px;
}
.fst_srvc_txt ul li img:before {
    content: '';
    position: absolute;
    top: 0px;
    background: #3ab54e;
    width: 100px;
    height: 100px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}
.why_prfect img {
  width: 19%;
  padding: 15px;
  border-radius: 20px;
}
.why_prfect h4 {
  font-size: 55px;
  font-weight: 700;
}
.why_prfect p {
  font-size: 21px;
}
section.scond_clone_app {
  padding-top: 90px;
}
.panel_section_crem ul {
  padding: 0px;
  list-style: none;
}
.panel_section_crem {
  display: flex;
}
.panel_section_crem ul li {
  text-align: center;
  padding: 14px;
  margin: 8px;
  border-radius: 20px;
}
.maintesct {
  background: #ebebeb;
  margin: 0 auto;
  padding: 8px;
  border-radius: 50%;
  margin-bottom: 16px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.maintesct img {
  width: 64px !important;
}
.panel_section_crem ul li:hover {
    background: #3ab54e;
    transition: 1s;
}
.panel_section_crem ul li:hover .maintesct {
  background: #fff;
}
.panel_section_crem ul li:hover .maintesct img{
  filter: brightness(1);
}
.panel_section_crem ul li:hover h4 {
  color: #fff;
}
.panel_section_crem ul li:hover p {
  color: #fff;
}
.ride_image_sect_btm img {
  width: 600px;
}
.main_top_offers .nav-tabs {
  border-bottom: 0px;
}
.main_top_offers .nav {
  justify-content: space-evenly;
}
.main_top_offers button {
  padding: 10px;
  border-radius: 6px;
  font-size: 18px;
  color: #000;
  font-weight: 700;
}
.main_top_offers .nav-tabs .nav-link.active{
  background: #ff5b03 !important;
  color: #fff;
}
.main_top_offers .tab-pane {
  padding-top: 35px;
}
.main_top_offers {
  text-align: center;
  border: 1px solid #eee;
  border-radius: 20px;
  padding: 36px 60px;
  margin-top: 90px;
}
.main_top_offers h3 {
  font-size: 45px;
  font-weight: 600;
}
.main_top_offers h3 code {
  color: #3ab54e;
  font-weight: 600;
}
p.build_robuts {
  font-size: 27px;
  padding-bottom: 30px;
}
.panel_section_crem ul li {
  text-align: center;
  padding: 14px;
  margin: 8px;
  border-radius: 20px;
  background: #fff;
}
.main_top_offers h5 {
  display: inline-block;
  padding: 10px 36px;
  color: #fff;
  border-radius: 70px;
  font-size: 28px;
}
.main_top_offers h5 {
  background: #3ab54e;
  display: inline-block;
  padding: 10px 36px;
  color: #fff;
  border-radius: 70px;
  font-size: 28px;
  margin-bottom: 25px;
}

.main_top_offers .nav-link:hover{
  color: #000;
}
.bg_clorcss{
  background: #3ab54e;
}
.mob-imgs img {
  width: 100%;
  margin-top: -119px;
}
.container.outr_bgtrihl {
  border-radius: 30px;
}
.mob_imgtxts h4 {
  font-size: 49px;
  color: #fff;
  font-weight: 800;
  padding-top: 80px;
  padding-bottom: 28px;
}
.mob_imgtxts a {
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 20px;
  text-decoration: none;
  margin-right: 21px;
  font-weight: 700;
}
section.click_away {
  padding-top: 210px;
}
.hand_image_num img {
  width: 100%;
}

.myyappsolut-sc {
  padding-top: 50px;
  padding-bottom: 20px;
  position: relative;
}
.myyappsolut-sc h6 {
  background: #3ab54e;
  color: #fff;
  padding: 15px 35px;
  font-size: 30px;
  margin: auto;
  display: block;
  width: max-content;
  font-weight: 400;
  border-radius: 50px;
  margin-bottom: 30px;
}
.myyappsolut-sc h2 {
  font-size: 60px;
  font-weight: 700;
  color: #000;
  text-align: center;
}
.myyappsolut-sc h2 span{
  color: #ff5a00;
}
.myyappsolut-sc p {
  font-size: 24px;
  font-weight: 400;
  color: #555555;
  text-align: center;
  margin-top: 20px;
}
.myyappsolut-sc .row{
  margin-top: 50px;
}
.appsolutmyapp_so img {
  margin-bottom: 50px;
  border: 2px solid #3ab54e;
  border-radius: 50%;
  padding: 8px;
}
.appsolutmyapp_so {
  text-align: center;
  position: relative;
}
.appsolutmyapp_so h3 {
  font-size: 28px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}
.appsolutmyapp_so h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  color: #3d3d3d;
}
.appsolutmyapp_so:hover img{
  background: #3ab54e;
}
.appsolutmyapp_so::before {
  content: "";
  position: absolute;
  width: 240px;
  height: 320px;
  background-color: #3ab54e2e;
  bottom: -20px;
  left: 0%;
  z-index: -1;
  clip-path: polygon(32% 0, 100% 0, 58% 100%, 1% 100%);
  border-radius: 15px;
}
.appsolutmyapp_so:hover:before{
  background-color: #3ab54e0f;
}
.appsolutmyapp_so img {
  width: 100%;
}





.inappchoose_son {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}
.choosefrst_son h6 {
    display: inline-block;
    color: #fff;
    padding: 16px 32px;
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 400;
    border-radius: 50px;
}
.choosefrst_son h2 {
    font-size: 43px;
    font-weight: 700;
    color: #000;
}
.choosefrst_son h2 span{
}
.chooseappsend_so p {
    font-size: 24px;
    font-weight: 500;
    color: #434343;
    padding-left: 18px;
}
.inappchoose_son .d-flex {
    align-items: flex-end;
    gap: 30px;
    margin-bottom: 50px;
}
.chooseappsend_so {
    width: 50%;
}
.choosefrst_son {
    width: 50%;
}
.choapppoint_son{
    padding: 15px 25px;
    border: 2px solid #ccc;
    margin-bottom: 40px;
    border-radius: 30px;
}

.choapppoint_son h6 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}
.choapppoint_son h4 {
    font-size: 25px;
    color: #000;
    font-weight: 600;
    margin-bottom: 15px;
}
.choapppoint_son:hover{
    background-color: #3ab54e;
}
.choapppoint_son:hover h4{
    color: #fff;
}
.choapppoint_son:hover h6{
    color: #fff;
}
.choapppoint_son img {
    width: 100px;
    margin-bottom: 10px;
    background: #fff;
    padding: 9px;
    border-radius: 50%;
}
.container.impact_over {
  padding: 60px;
  border-radius: 40px;
}
.text_driv_pride h5 {
  font-size: 56px;
  font-weight: 700;
  color: #fff;
}
.prsent_tag {
  text-align: center;
}
.prsent_tag strong {
  font-size: 50px;
  font-weight: 800;
}
.prsent_tag p {
  color: #fff;
  font-size: 23px;
}
.hand_image_num {
  position: relative;
}
.hand_image_num img {
  position: absolute;
  width: 490px;
  top: -133px;
  left: 56px;
  border-radius: 40px;
}
section.major_imapct {
  padding-top: 120px;
  padding-bottom: 50px;
}
section.defind_tex_cod {
  position: relative;
}
/* section.defind_tex_cod:after {
  content: '';
  position: absolute;
  top: 0px;
  width: 300px;
  height: 300px;
  background: url(https://myappready.com/img/Road-marg_image.webp);
  z-index: 99;
  background-size: contain;
  right: 0px;
}
section.defind_tex_cod::before {
  content: '';
  position: absolute;
  top: 30px;
  width: 49px;
  height: 60px;
  background: url(https://myappready.com/img/car-image_cricle.webp);
  background-size: cover;
  right: 60px;
  z-index: 9999;
  rotate: 160deg;
} */

.builpriccta_son {
  position: relative;
  z-index: 1;
  padding: 50px 40px;
  margin-top: 5%;
  border-radius: 30px;
  overflow: hidden;
}
.builpriccta_son::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url(https://myappready.com/img/line_bg-cta.webp);
  z-index: -1;
  opacity: 0.4;
  background-size: cover;
}
.builpriccta_son h4 {
  color: #fff;
  font-size: 35px;
}
.builpriccta_son h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
}
.builpriccta_son .d-flex {
  align-items: center;
  gap: 30px;
  margin-top: 40px;
}
.builpriccta_son .d-flex a {
  text-decoration: none;
  color: #ffffff;
  padding: 11px 28px;
  border: 2px solid #ffffff;
  border-radius: 10px;
  font-size: 19px;
  font-weight: 500;
}
.builpriccta_son .d-flex a:hover {
  background-color: #fff;
  color: #000;
  border: 2px solid #fff;
}
.builpriccta_son img {
  position: absolute;
  width: 40%;
  right: 40px;
  bottom: 90px;
}
.top-text_sectclient {
  text-align: center;
}
.top-text_sectclient h5 {
  display: inline-block;
  padding: 10px 30px;
  color: #fff;
  font-size: 25px;
  border-radius: 40px;
}
.top-text_sectclient h4 {
  font-size: 50px;
  font-weight: 800;
  padding-top: 10px;
  padding-bottom: 5px;
}
.top-text_sectclient p {
  font-size: 24px;
}
.inner_clone_main img {
  width: 186px;
  padding: 30px;
  border-radius: 20px;
  filter: brightness(0);
}
section.defind_tex_cod {
  padding: 70px 0px;
  background: #3ab54e0f;
}
.clone_logo-main {
  display: flex;
  justify-content: space-between;
  padding-bottom: 21px;
  padding-top: 20px;
}
.inner_clone_main{
  background: #fff;
  border-radius: 20px;
}
.another-onetinder{
  position: relative;
  z-index: 1;
}
.another-onetinder::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url(https://myappready.com/img/line_bg-cta.webp);
  z-index: -1;
  opacity: 0.7;
  background-size: cover;
}
/* talabat clone app */
.talabat_sect_rpt .nav-tabs .nav-link.active {
  background: #ff5900;
}
.talabat_sect_rpt .panel_section_crem ul li:hover {
  background: #ff5900;
  transition: 1s;
}
.neww_rottalabat:hover img {
  background: #ff5900;
}
.neww_rottalabat::before {
  background-color: #ff590017;
}
.neww_rottalabat:hover:before {
  background-color: #ff590036;
}
.why_ustalabat:hover {
  background-color: #ff5900;
}
/* tinder clone app */

.mob_imgtxts.new_sect_btm a {
  color: #e9e9e9;
  border: 2px solid #fff;
}
.mob_imgtxts.new_sect_btm a:hover {
  background: linear-gradient(to top right, #fd267a, #ff6036); 
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent;
}
.mob_imgtxts.new_sect_btm a {
  position: relative;
  max-width: 219px;
  display: grid;
  justify-items: center;
  margin-bottom: 19px;
}
.mob_imgtxts.new_sect_btm a:hover:after {
  content: '';
  position: absolute;
  width: 216px;
  height: 50px;
  background: #fff;
  z-index: -1;
  left: 0px;
  border-radius: 7px;
  top: 0px;
}

.talabat_sect_inder .nav-tabs .nav-link.active {
  background: linear-gradient(to top right, #fd267a, #ff6036);
}
.tab_panel_tinder ul li:hover {
  background: linear-gradient(to top right, #fd267a, #ff6036);
  transition: 1s;
}
.neww_rottalabattindr:hover img {
  background: linear-gradient(to top right, #fd267a, #ff6036);
}
.neww_rottalabattindr::before {
  background: linear-gradient(to top right, #fd267a0f, #ff603629);
}
.neww_rottalabattindr:hover:before {
  background: linear-gradient(to top right, #fd267a36, #ff60364d);
}
.why_ustalabattinder:hover {
  background: linear-gradient(to top right, #fd267a, #ff6036);
}
.top_tindeon ul li:hover:after {
  background: linear-gradient(to top right, #fd267a, #ff6036);
}
.talabat_sect_indersec ul li:hover {
  background: linear-gradient(to top right, #fd267a, #ff6036);
  transition: 1s;
}

/* zomato clone app */

.banner_text.new_txt_bnrstyl ul li:hover:after{
  background: #e23744;
}
.main_top_offers.zomato_tab_activ .nav-tabs .nav-link.active {
  background: #e23744;
  color: #fff;
}
.panel_section_crem.hvr_sect_zomato ul li:hover {
  background: #e23744;
  transition: 1s;
}
.appsoultionmy:hover img {
  background: #e23744;
}
.appsoultionmy::before {
  background-color: #e2374424;
}
.appsoultionmy:hover:before {
  background-color: #e237443b;
}
.choapppoint_son.nxtwhyxhoose:hover {
  background-color: #e23744;
}
.banner_text.new_txt_bnrstylso ul li:hover {
  color: #00aa13;
}
.banner_text.new_txt_bnrstylso ul li:hover:after {
  background: #00aa13;
}
.head-form .form-control::placeholder {
  color: #fff;
}
.srvc-text_dv img {
  width: 100%;
  filter: brightness(2.5);
  margin-top: 30px;
}
/* services page */
section.service_head {
  background: url(https://myappready.com/images/service_bg_img.webp);
  padding: 80px;
  background-size: cover;
  background-repeat: no-repeat;
}
.srvc-text_dv h4 {
  font-size: 50px;
  color: #fff;
  font-weight: 700;
}
.srvc-text_dv p {
  font-size: 20px;
  color: #fff;
  margin-bottom: 60px;
  margin-top: 30px;
}
.srvc-text_dv a {
  color: #000000;
  text-decoration: none;
  padding: 17px 23px;
  background: #fff;
  border-radius: 15px;
  font-size: 21px;
  margin-right: 31px;
  font-weight: 700;
}
.srvc-text_dv h5 {
  font-size: 27px;
  margin-top: 48px;
  color: #ffff;
}
.srvc-text_dv a:hover {
  color: #fff;
  background: #f42223;
  transition: 0.5s;
}
.driving_bussiness {
  text-align: center;
}
.driving_bussiness h4 {
  display: inline-block;
  background: #f42223;
  padding: 10px 30px;
  color: #fff;
  border-radius: 50px;
  font-size: 35px;
}
.driving_bussiness h5 {
  font-size: 50px;
  font-weight: 700;
  padding-bottom: 40px;
  padding-top: 30px;
}
.driving_bussiness h5 span {
  color: #f42223;
}
.years_ofexperience {
  border: 1px solid;
  padding: 30px;
  border-radius: 20px;
  text-align: center;
}
.years_ofexperience h5 {
  font-size: 50px;
  font-weight: 800;
  margin: 0px;
}
.years_ofexperience p {
  font-size: 26px;
  font-weight: 600;
}
.driving_bussiness {
  padding-top: 80px;
}
.years_ofexperience:hover {
  background: #f42223;
  transition: 0.5s;
  border: 1px solid #f42223;
}
.years_ofexperience:hover h5{
  color: #fff;
}
.years_ofexperience:hover p{
  color: #fff;
}
.container.bg_map_cssrvc {
  background: url(https://myappready.com/img/map_bg_img-service.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
.choapppoint_son.why_ustalabattinderss:hover {
  background-color: #f42223;
}
.ready_madesolution {
  text-align: center;
  padding: 20px 20px;
  background: #f5f5f5;
  border-radius: 20px;
  margin: 20px;
}
.ready_madesolution img {
  border-radius: 20px;
}
.ready_madesolution p {
  font-size: 15px;
}
section.oursrvsc {
  position: relative;
  padding-bottom: 29px;
  padding-top: 90px;
}
section.oursrvsc:after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0px;
  right: 0px;
  background: #f42223;
  height: 330px;
  margin: 0 auto;
  bottom: 0px;
}
.oursrvc_tct {
  text-align: center;
}
.oursrvc_tct h4 {
  display: inline-block;
  background: #f42223;
  padding: 11px 30px;
  border-radius: 50px;
  color: #fff;
}
.oursrvc_tct h5 {
  font-size: 40px;
  font-weight: 700;
}
.oursrvc_tct span {
  color: #f42223;
}
.oursrvc_tct p {
  font-size: 24px;
  padding-bottom: 50px;
}
section.port_ng_sect {
  padding-top: 90px;
}
section.industri_sect {
  padding-top: 90px;
}
.health_txtsect img {
  border-radius: 30px;
  margin-bottom: -70px;
}
.innnr_txtbtm {
  width: 86%;
  margin: 0 auto;
  border: 1px solid #bfbfbf;
  padding: 9px 20px;
  border-radius: 20px;
  background: #fff;
  position: relative;
}
.health_txtsect:hover .innnr_txtbtm h4 {
  color: #fff;
}
.health_txtsect:hover .innnr_txtbtm p {
  color: #fff;
}
.health_txtsect:hover .innnr_txtbtm {
  background: #f42223;
  transition: 0.5s;
  border: 1px solid #f42223;
}
.port-folio_img img {
  width: 100%;
}
.health_txtsect img {
  width: 100%;
}

.banner_text.new_txt_bnrstysmn ul li:hover:after {
  content: '';
  position: absolute;
  top: 0px;
  width: 270px;
  height: 147px;
  background: #333333;
  left: 0px;
  border-radius: 20px;
  z-index: -1;
  transition: 0.4s;
}
.main_top_offers.ubr_tab_activ .nav-tabs .nav-link.active{
  background: #333333;
}
.panel_section_crem.hvr_sect_ubr ul li:hover{
  background: #333333;
}
.appsolutmyapp_so.appsoultionmyrty:hover:before {
  background-color: #33333333;
}
.appsolutmyapp_so.appsoultionmyrty:hover img {
  background: #333333;
}
.appsolutmyapp_so.appsoultionmyrty::before {
  background-color: #33333317;
}
.choapppoint_son.nxtwhyxhoosesedr:hover {
  background-color: #333333;
}
.banner_text.new_txt_bnrstylsedrt ul li:hover:after {
  background: #ff385c;
}
.main_top_offers.aribnb_tab_activ .nav-tabs .nav-link.active {
  background: #ff385c;
}
.panel_section_crem.hvr_sect_aribnb ul li:hover {
  background: #ff385c;
}
.appsolutmyapp_so.appsoultionmyarib::before {
  background-color: #ff385c1c;
}
.appsolutmyapp_so:hover img {
  background: #ff385c;
}
.appsolutmyapp_so.appsoultionmyarib:hover:before {
  background-color: #ff385c4a;
}
.choapppoint_son.nxtwhyxhoosearib:hover {
  background-color: #ff385c;
}




.banner_text.new_txt_bnrsprack ul li:hover:after {
  background: #28328c;
}
.main_top_offers.practo_tab_activ .nav-tabs .nav-link.active {
  background: #28328c;
}
.panel_section_crem.prackto_sect_zomato ul li:hover {
  background: #28328c;
}
.appsolutmyapp_so.appsoultionprack::before {
  background-color: #28328c23;
}
.appsolutmyapp_so.appsoultionprack:hover img {
  background: #28328c;
}
.appsolutmyapp_so.appsoultionprack:hover:before {
  background-color: #28328c77;
}
.choapppoint_son.nxtwhyxhpracto:hover {
  background-color: #28328c;
}

/* .banner_text ul {
    padding: 35px 0px;
    list-style: none;
    display: flex; 
    justify-content: space-between;
    position: sticky;
} */
 /* #form{
      margin-top: 100px;
 } */
.talabat_clon{
  padding-top: 100px !important;
  padding-bottom: 50px !important;
}

 .health_safety{
  border-radius: 2% !important;
  padding-bottom: 50px !important;
  height: 449px !important;
 }
.talabat_h2{
  padding: 20px;
}


section.talabat_cl{
  padding-top: 50px !important;
}

.tttt{
  color: red;
}

/* CSS: Add-On Features Section */

.addon-section {
  background-color: #f8faf6;
  padding: 60px 20px;
}

.addon-container {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.addon-heading {
  font-size: 32px;
  color: #1d1d1d;
  margin-bottom: 10px;
}

.addon-subheading {
  max-width: 700px;
  margin: auto;
  font-size: 16px;
  color: #555;
  margin-bottom: 40px;
}

.addon-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.addon-card {
  flex: 1 1 250px;
  background: #fff;
  border-radius: 20px;
  padding: 30px 20px;
  box-shadow: 0 0 0 2px #e7e7e7;
  text-align: center;
}

.addon-icon {
  margin-bottom: 15px;
  width: 40px;
}

.addon-title {
  font-size: 18px;
  font-weight: 600;
  color: #1d1d1d;
}

/* Responsive */
@media (max-width: 768px) {
  .addon-grid {
    flex-direction: column;
    align-items: center;
  }

  .addon-card {
    width: 100%;
    max-width: 350px;
  }
}

/* start  */

