@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Outfit", sans-serif;
    scroll-behavior: smooth;
}

body {
    background: #1C1D2C;
    color: #fff;
    overflow-x: hidden;
}

:root {
    --main-color: linear-gradient(0deg, #20B8F9 0%, #03539C 100%);
    --primary-color: linear-gradient(180deg, #C91520 0%, #FE9933 100%);
    --secondary-color: linear-gradient(180deg, #F78C00 0%, #FDFD86 100%);
    --purple-color: #8E6CEF;
    --blue-color: #226BEB;
    --green-color: linear-gradient(180deg, #009A44 0%, #014423 100%);
    --pink-color: linear-gradient(180deg, #FF8CB3 0%, #F83C73 100%);
}

a {
  text-decoration: none;
  transition: all .3s ease-in-out !important;
}

a:focus {
  color: #000000;
  outline: none !important;
  box-shadow: none !important;
}

.nav-link:focus,
.nav-link:hover {
  color: #fff;
}

select:focus,
textarea:focus {
  outline: none !important;
  box-shadow: none !important;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

input:focus,
button:focus {
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

p {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin: 0px 0px 20px;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: linear-gradient(45deg, #000000, #000000) !important;
  border: 1px solid #fff;
}

::-webkit-scrollbar-track {
  background-color: #ebebeb;
  border-radius: 10px;
}



ul,
li,
a {
    list-style: none !important;
    text-decoration: none !important;
    color: #fff;
    margin: 0;
    padding: 0;
}


/* shape */
.head-shape h2 {
  font-size: 55px;
  color: #fff;
  line-height: 65px;
  font-weight: 500;
  margin: 0px 0px 20px;
}

.head-shape {
  position: relative;
}

.head-shape img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}
.shape1,.shape2,.shape3{
   position: absolute;
}
.main-box .shape1 {
  top: -100px;
  right: 27%;
}
.main-box .shape2 {
  top: -45px;
  right: 32%;
}
.main-box .shape3 {
  top: -45px;
  right: 22%;
}
/* shape */

/* header */
.header {
  overflow: hidden;
  position: absolute;
  width: 100%;
  padding: 30px 0px;
  z-index: 999;
}

.header .main-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .main-header .logo a img {
  width: 100%;
  height: 65px;
  object-fit: contain;
}

.header .main-header .navbar .nav-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 60px;
}

.header .main-header .navbar .nav-list li a {
  color: #fff;
  font-size: 20px;
  transition: all .3s ease-in-out !important;
  position: relative;
}

.header .main-header .navbar .nav-list li a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 2px;
  background: #ffffff;
  transform: scaleX(0);
  transition: all .3s ease-in-out;
}

.header .main-header .navbar .nav-list li a:hover::before {
  transform: scaleX(1);
}

.header .main-header .navbar .nav-list li .btn-meun i {
  font-size: 40px;
  font-weight: 300;
  color: #fff;
  cursor: pointer;
}

.nav-modal {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-color: rgb(255 255 255 / 3%);
}

.nav-modal .modal-content {
  background: #1C1D2C;
  color: #fff;
  padding: 80px 80px;
}

.nav-modal .modal-dialog {
  max-width: 1300px;
  margin: 130px auto;
}

.nav-modal .modal-content .modal-body {
  padding: 0;
}

.nav-modal .modal-content .modal-body .menu h6 {
  font-size: 18px;
  margin: 0px 0px 20px;
  font-weight: 400;
}

.nav-modal .modal-content .modal-body .menu ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column !important;
  gap: 20px;
}

.nav-modal .modal-content .modal-body .menu ul li {
  position: relative;
  z-index: 1;
}

.nav-modal .modal-content .modal-body .menu ul .item a:hover {
  color: #4680af;
}

.nav-modal .modal-content .modal-body .menu ul li a {
  color: #fff;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  transition: all .3s ease-in-out !important;
  position: relative;
}

.nav-modal .modal-content .modal-body .menu ul li a i {
  font-size: 18px;
  margin-top: 8px;
  color: #539cd5;
}

.nav-modal .modal-content .modal-body .menu ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 2px;
  background: #ffffff;
  transform: scaleX(0);
  transition: all .3s ease-in-out;
}

.nav-modal .modal-content .modal-body .menu ul li a:hover::before {
  transform: scaleX(1);
}

.nav-modal .modal-content .modal-body .contact ul {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin: 0px 0px 50px;
}

.nav-modal .modal-content .modal-body .contact ul li {
  display: flex;
  gap: 18px;
}

.nav-modal .modal-content .modal-body .contact ul li i {
  font-size: 26px;
  font-weight: 300;
}

.nav-modal .modal-content .modal-body .contact ul li a {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  transition: all .3s ease-in-out !important;
}

.nav-modal .modal-content .modal-body .contact ul li a span {
  display: block;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-modal .modal-content .modal-body .contact .follow {
  margin: 0px 0px 0px 40px;
}

.nav-modal .modal-content .modal-body .contact .follow h4 {
  font-size: 18px;
  font-weight: 500;
  margin: 0px 0px 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.nav-modal .modal-content .modal-body .contact .follow ul {
  display: flex;
  flex-direction: row;
  gap: 1px;
}

.nav-modal .modal-content .modal-body .contact .follow ul li {
  line-height: 0;
}

.nav-modal .modal-content .modal-body .contact .follow ul li a {
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all .3s ease-in-out;
}

.nav-modal .modal-content .modal-body .contact .follow ul li a:hover {
  background: #fff;
  color: #1C1D2C;
}

.nav-modal .modal-content .modal-body .contact .follow ul li a i {
  font-size: 25px;
}

.nav-modal .modal-content .modal-body .contact h2 {
  margin: 0px 0px 0px 40px;
}

.nav-modal .modal-content .modal-body .contact h2 a {
  color: #fff;
  font-size: 30px;
  text-decoration: underline;
}
.modal-content .btn-close {
  box-sizing: content-box;
  padding: 8px 30px;
  color: #000000;
  opacity: 1;
  background: #ffffff;
  margin: 12px !important;
  line-height: 16px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* dropdown */
.nav-modal .modal-content .modal-body .dropdown .btn-back {
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  background: #50484854;
  border-radius: 31px;
}

.nav-modal .modal-content .modal-body .dropdown .btn-back i {
  font-size: 14px;
}

.nav-modal .modal-content .modal-body .dropdown .dropdown-menu {
  position: static;
  background: transparent;
  border: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 10px;
}

.nav-modal .modal-content .modal-body .dropdown .dropdown-menu li {
  padding: 1px 0;
}

.nav-modal .modal-content .modal-body .dropdown .dropdown-menu li .dropdown-item {
  color: #fff;
  font-size: 28px;
  transition: all .3s ease-in-out !important;
  position: relative;
  padding: 0;
}

.nav-modal .modal-content .modal-body .dropdown .dropdown-menu li .dropdown-item::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 2px;
  background: #ffffff;
  transform: scaleX(0);
  transition: all .3s ease-in-out;
}

.nav-modal .modal-content .modal-body .dropdown .dropdown-menu li .dropdown-item:hover::before {
  transform: scaleX(1);
}

.nav-modal .modal-content .modal-body .dropdown .dropdown-menu li .dropdown-item:hover {
  background: transparent;
}

/* dropdown */
/* header */

/* case-study-area-sec */
.case-study-area-sec {
    position: relative;
    overflow: hidden;
    padding: 200px 0px 0px;
}

.case-study-area-sec .main-img {
    text-align: center;
    margin: 0px 0px 15px;
}

.case-study-area-sec .main-img img {
    width: 100%;
    height: 140px;
    object-fit: contain;
}

.case-study-area-sec .contant {
    text-align: center;
    width: 85%;
    margin: auto;
    position: relative;
}
.case-study-area-sec .contant img {
    width: 50px;
}

.case-study-area-sec .contant img.shape1 {
    top: -100px;
    right: 0%;
}

.case-study-area-sec .contant img.shape2 {
    top: -45px;
    right: 3%;
}

.case-study-area-sec .contant img.shape3 {
    top: -40px;
    right: -3%;
}

.case-study-area-sec .contant h1 {
    font-size: 75px;
    line-height: 90px;
    margin: 0px 0px 20px;
}

.case-study-area-sec .contant p {
    margin: 0px 0px 30px;
}

.case-study-area-sec .contant .unlock {
    margin: 0px 0px 33px;
}

.case-study-area-sec .contant .unlock .btn-unlock {
    background: var(--secondary-color);
    color: #000000;
    padding: 18px 30px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 600;
    border: 0;
    transition: all .3s ease-in-out;
    font-weight: 400;
}

.case-study-area-sec .contant .unlock .btn-unlock.purplee {
    background: var(--purple-color);
    color: #fff;
}

.case-study-area-sec .contant .unlock .btn-unlock.bluee {
    background: var(--blue-color);
    color: #fff;
}

.case-study-area-sec .main-mobile img {
    width: 100%;
    height: 880px;
    object-fit: contain;
}

/* case-study-area-sec */
/* about_wrap */
.about_wrap {
    margin: -340px 0px 0px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.about_wrap .main-box {
    background-color: #202131;
    border-radius: 30px;
    padding: 70px 45px 40px;
    border: 1px solid #2A2B3F;
    position: relative;
    overflow: hidden;
}
.about_wrap .main-box::before{
    position: absolute;
    content: "";
    width: 250px;
    height: 250px;
    background-image: url(../images/shape16.png);
    background-size: cover;
    background-repeat: no-repeat;
    bottom: -11%;
    right: 7%;
    background-position: right center;
    animation: CIRLeftRight 2.5s  ease-in-out infinite;
}
@keyframes CIRLeftRight {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-25px);
  }

  100% {
    transform: translateX(0px);
  }
}
.about_wrap .main-box .main-img img {
    width: 100%;
    height: 550px;
    object-fit: contain;
}
section.about_wrap.medixin-about .main-box::before{
    display:none;
}
section.about_wrap.medixin-about .main-box::after{
    position: absolute;
    content: "";
    width: 250px;
    height: 250px;
    background-image: url(../images/shape14.png);
    background-size: cover;
    background-repeat: no-repeat;
    top: -5%;
    left: -5%;
    background-position: right center;
    animation: CIRLeftRight 2.5s  ease-in-out infinite;
}
/* about_wrap */
/* app_screens_wrap */
.app_screens_wrap {
    padding: 100px 0px 0px;
    position: relative;
}
.app_screens_wrap::before{
    position: absolute;
    content: "";
    width: 400px;
    height: 400px;
    background-image: url(../images/shape4.png);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    top: 6%;
    left: 5%;
    animation: triangleUpDown 2s ease-in-out infinite;
}
.app_screens_wrap::after{
    content: '';
    position: absolute;
    bottom: -2%;
    right: 7%;
    width: 300px;
    height: 300px;
    background-image: url(../images/shape5.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    animation: floatLeftRight 1s cubic-bezier(0.65, 0, 0.35, 1) infinite alternate;
}

.app_screens_wrap .head {
    text-align: center;
    margin-bottom: 89px;
}

.app_screens_wrap .main-img {
    transition: all .3s ease-in-out;
}

.app_screens_wrap .main-img img {
    width: 100%;
    height: 615px;
    object-fit: contain;
    cursor: pointer;
    transition: all .5s ease-in-out;
    margin: 0px 0px 10px;
    z-index: 1;
    position: relative;
}

.app_screens_wrap .row>div:nth-child(odd) {
    margin-top: 70px;
    transition: all .5s ease-in-out;
}

.app_screens_wrap .row>div:nth-child(odd):hover {
    margin-top: 0px;
}

.app_screens_wrap .row>div:nth-child(even) {
    margin-top: 0px;
    transition: all .5s ease-in-out;
}

.app_screens_wrap .row>div:nth-child(even):hover {
    margin-top: -60px;
    /* upar move karega */
}

/* app_screens_wrap */
/* luxury_wrap */
.luxury_wrap {
    padding: 130px 0 0px;
}

.luxury_wrap .main-img {
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all .3s ease-in-out;
    border-radius: 20px;
}

.luxury_wrap .main-img img {
    width: 100%;
    height: 524px;
    object-fit: cover;
    transition: all .3s ease-in-out;
}

.luxury_wrap .main-img img:hover {
    transform: scale(1.1);
    overflow: hidden;
}
/* luxury_wrap */
/* section5_wrap */
.section5_wrap {
    padding: 130px 0px;
}

.section5_wrap .main-img {
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin: 0px 0px 20px;
}

.section5_wrap .main-img .two-imgs {
    position: absolute;
    bottom: -20%;
    right: 0px;
    display: flex;
    gap: 0;
    justify-content: center;
    overflow: hidden;
}

.section5_wrap .main-img img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 20px;
    display: block;
}

.section5_wrap .main-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(0 0 0 / 76%);
    /* z-index: 2; */
    border-radius: 20px;
}

.section5_wrap .main-img .txt {
    position: absolute;
    bottom: 0;
    padding: 45px 50px;
}

.section5_wrap .main-img .txt h2 {
    font-size: 50px;
    line-height: 55px;
    margin: 0px 0px 10px;
}

.section5_wrap .full-img {
    background: var(--secondary-color);
    padding: 30px;
    width: 100%;
    height: 917px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section5_wrap .full-img.purplee {
    background: var(--purple-color);
}

.section5_wrap .full-img.bluee {
    background: var(--blue-color);
}

.section5_wrap .full-img img {
    width: 420px;
    height: 800px;
    object-fit: contain;
}

.section5_wrap .main-img .two-imgs .screen1 {
    position: relative;
    width: 90%;
    height: 535px;
    object-fit: contain;
}

/* section5_wrap */
/* testimonials-sec */
.testimonials-sec {
  padding: 150px 0px 0px;
  overflow: hidden;
  background: #F7F7F0;
}

.testimonials-sec .main-box {
  background: #fff;
  box-shadow: 0px 0px 0px gray;
  border: 1px solid rgba(28, 29, 44, 0.15);
  border-radius: 30px;
  padding: 41px;
  margin: 0px 0px 40px;
}
.testimonials-sec .head-shape .shape1 {
  top: -86px;
  right: 57%;
}

.testimonials-sec .head-shape .shape2 {
  top: -32px;
  right: 59.5%;
}

.testimonials-sec .head-shape .shape3 {
  top: -30px;
  right: 55%;
}

.testimonials-sec .head-shape h2 {
  color: #000;
}

.testimonials-sec .main-box ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
  margin: 0px 0px 18px;
}

.testimonials-sec .main-box ul li i {
  color: #F37820;
  font-size: 16px;
}

.testimonials-sec .main-box p {
  color: #1C1D2C;
  font-size: 22px;
  line-height: 32px;
  margin: 0px 0px 13px;
  height: 280px;
  overflow-y: auto;
}

.testimonials-sec .main-box h6 {
  color: #1C1D2C;
  font-size: 22px;
  line-height: 30px;
}

.testimonials-sec .main-box h6 span {
  display: block;
  font-weight: 300;
  font-size: 20px;
}

.testimonials-sec .para {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  border-bottom: 1px solid #0000004a;
  padding: 0px 0px 50px;
}

.testimonials-sec .para p {
  color: #1C1D2C;
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
  text-transform: capitalize;
  width: 51%;
  margin: 0px;
}

/* testimonials-sec */
/* contact-area */
.contact-area {
    background-image: url(../images/contact-bg.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding: 100px 0;
    position: relative;
    z-index: 1;
}

.contact-area::before {
    background: linear-gradient(180deg, #131313 13.07%, rgba(0, 0, 0, 0) 49.93%, #131313 84.9%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.contact-area .contact-headings .heading-contact {
    font-size: 85px;
    text-transform: uppercase;
    margin: 0px 0px 10px;
}

.contact-area .contact-headings .subheading-contact {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 400;
}

.contact-area .contact-arrow-btn img {
    width: 100%;
    height: 200px;
    object-fit: contain;
}

/* contact-area */
/* frequently-sec */
.frequently-sec {
  padding: 150px 0px 100px;
  position: relative;
  overflow: hidden;
  background: #F7F7F0;
}

.frequently-sec .head-shape .shape1 {
  top: -86px;
  right: 45%;
}

.frequently-sec .head-shape .shape2 {
  top: -33px;
  right: 616px;
}

.frequently-sec .head-shape .shape3 {
  top: -30px;
  right: 43%;
}

.frequently-sec::before {
  position: absolute;
  content: "";
  width: 675px;
  height: 675px;
  background-image: url("../images/shape10.png");
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  top: 25%;
  right: 13%;
  animation: triangleUpDown 4s ease-in-out infinite;
}

.frequently-sec .head-shape {
  margin: 0px 0px 0px;
}

.frequently-sec .accordion-body {
  padding: 0px 0px 20px;
}

.frequently-sec .head-shape h2 {
  color: rgb(0, 0, 0);
}

.frequently-sec .accordion-flush .accordion-item h2 .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
  background: transparent !important;
  color: rgb(0, 0, 0);
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  transition: 0.4s ease-in-out;
  border: 0;
  border-radius: 0;
  padding: 26px 0px;
}

.frequently-sec .accordion-flush .accordion-item {
  border-radius: 0;
  border-bottom: 1px solid rgb(205, 203, 203);
  background: transparent;
}

.frequently-sec .accordin .accordion-item .accordion-header .accordion-button::after {
  content: "\2b";
  font-family: "Font Awesome 6 pro";
  background: transparent;
  color: var(--primary-color);
  font-size: 31px;
  border-radius: 0px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-weight: 500;
  transition: 0.4s ease-in-out;
}

.frequently-sec .accordin .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: "\f068";
  font-family: "Font Awesome 6 Pro";
  transform: rotate(0deg);
  color: var(--secondary-color);
}

.frequently-sec .accordion-body p {
  font-size: 22px;
  color: rgb(32 32 32);
  font-weight: 400;
  line-height: 31px;
  margin: 0;
}

.frequently-sec .accordion-flush .accordion-item h2 .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed:focus {
  outline: none;
  box-shadow: none;
}

/* frequently-sec */
/* footer-sec */
.footer-sec {
  background: #1C1D2C;
  overflow: hidden;
  padding: 100px 0px 0px;
  position: relative;
  z-index: 1;
}

.footer-sec::before {
  position: absolute;
  content: "";
  width: 500px;
  height: 500px;
  background-image: url(../images/shape11.png);
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  top: 4%;
  left: 1%;
  animation: triangleUpDown 4s ease-in-out infinite;
}

.footer-sec::after {
  position: absolute;
  content: "";
  width: 400px;
  height: 400px;
  background-image: url(../images/shape5.png);
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  bottom: 0%;
  right: 6%;
  animation: floatLeftRight 1s cubic-bezier(0.65, 0, 0.35, 1) infinite alternate;
  z-index: -1;
}

.footer-sec .read {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #77777769;
  padding: 0px 0px 80px;
  margin: 0px 0px 48px;
  position: relative;
  z-index: 1;
}

.footer-sec .read h2 {
  color: #fff;
  font-size: 60px;
  line-height: 70px;
}

.footer-sec .read .talk-cir {
  height: 150px;
  width: 150px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  transition: all 0.3s ease-in;
}

.footer-sec .read .talk-cir:hover {
  background: #539cd5;
  border: none;
}

.footer-sec .read .talk-cir p {
  margin: 0;
  font-weight: 600;
  line-height: 24px;
  font-size: 18px;
  text-transform: capitalize;
  text-align: center;
  position: relative;
}

.footer-sec .read .talk-cir p::before {
  content: '\f061';
  position: absolute;
  left: 50px;
  z-index: 1;
  bottom: -28px;
  font-family: "Font Awesome 6 pro";
  font-size: 20px;
}

.footer-sec .read .talk-cir p i {
  display: block;
}

.footer-sec .foot-logo .main-img {
  margin: 0px 0px 27px;
}

.footer-sec .foot-logo .main-img img {
  object-fit: contain;
  width: 200px !important;
}

.footer-sec .foot-logo .links h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin: 0px 0px 20px;
  text-transform: capitalize;
}

.footer-sec .foot-logo .links ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0px;
}

.footer-sec .foot-logo .links ul li a i {
  color: #A4A5AB;
  font-size: 25px;
  font-weight: 200;
  height: 45px;
  width: 45px;
  transition: all .3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.footer-sec .foot-logo .links ul li a i:hover {
  background-color: #fff;
  color: #000;
}

.footer-sec .quick-links h4 {
  font-size: 23px;
  color: #fff;
  font-weight: 500;
  margin: 0px 0px 20px;
}

.footer-sec .quick-links ul {
  display: grid;
  gap: 10px;
}

.footer-sec .quick-links ul li {
  transition: all .3s ease-in-out;
}

.footer-sec .quick-links ul li a {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff78;
  position: relative;
}

.footer-sec .quick-links ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 2px;
  background: #ffffff;
  transform: scaleX(0);
  transition: all .3s ease-in-out;
}

.footer-sec .quick-links ul li a:hover::before {
  transform: scaleX(1);
}

.footer-sec .contact-info ul li:hover,
.footer-sec .contact-info ul li a:hover,
.footer-sec .copy-right a:hover,
.footer-sec .quick-links ul li a:hover {
  color: #fff;
}

.footer-sec .contact-info h4 {
  font-size: 23px;
  color: #fff;
  font-weight: 500;
  margin: 0px 0px 24px;
}

.footer-sec .contact-info ul {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: start;
  gap: 10px;
}

.footer-sec .contact-info ul li,
.footer-sec .contact-info ul li a {
  color: #ffffff78;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.footer-sec .contact-info ul li {
  align-items: start;
}

.footer-sec .contact-info ul li i {
  color: #fff;
  font-size: 23px;
  font-weight: 300;
  line-height: 34px;
}

.footer-sec .copy-right {
  border-top: 1px solid #77777769;
  margin: 42px 0px 0px;
  padding: 20px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.footer-sec .quick-links {
  position: relative;
  z-index: 1;
}

.footer-sec .foot-logo {
  position: relative;
  z-index: 999;
}

.footer-sec .copy-right p {
  margin: 0;
  color: #ffffff78;
  font-size: 18px;
  font-weight: 400;
}

.footer-sec .copy-right a {
  margin: 0;
  color: #ffffff78;
  font-size: 18px;
  font-weight: 400;
}
.footer-sec .contact-info {
    position: relative;
    z-index: 1;
}
/* footer-sec */

/* MBS-tools_wrap */
.MBS-tools_wrap {
    background-image: url(../images/banner2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.MBS-tools_wrap.arestro_wrap {
    background-image: url(../images/banner3.png);
}

.MBS-tools_wrap.hoven_wrap {
    background-image: url(../images/banner4.png);
}

.MBS-tools_wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0);
    opacity: 0.7;
}

.MBS-tools_wrap .main-img {
    position: relative;
    z-index: 1;
}

.MBS-tools_wrap .main-img img {
    width: 100%;
    height: 135px;
    object-fit: contain;
}

/* MBS-tools_wrap */
/* mbs-about__wrap */
.mbs-about__wrap {
    margin: 0;
    padding: 100px 0px 0px;
}

.mbs-about__wrap .main-box .main-img {
    position: relative;
}

.mbs-about__wrap .main-box .main-img::before {
    content: "";
    position: absolute;
    top: 10%;
    left: -3%;
    width: 80%;
    height: 80%;
    background: var(--primary-color);
    opacity: 0.4;
    filter: blur(50px);
    border-radius: 50%;
    z-index: 1;
}

.mbs-about__wrap.arestr-about_wrap .main-box .main-img::before {
    background: var(--green-color);
}

.mbs-about__wrap.pink-about_wrap .main-box .main-img::before {
    background: var(--pink-color);
}

.mbs-about__wrap .main-box .main-img img {
    position: relative;
    z-index: 2;
}

/* mbs-about__wrap */
/* online_shop_wrap */
.online_shop_wrap {
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 110px 0px 0px;
}
.online_shop_wrap .head-shape{
    position: relative;
}
.online_shop_wrap .head-shape::before {
    position: absolute;
    content: "";
    width: 500px;
    height: 500px;
    background-image: url(../images/shape4.png);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    top: -34%;
    left: -34%;
    animation: triangleUpDown 2s ease-in-out infinite;
}
@keyframes triangleUpDown {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }
}
.online_shop_wrap.challenges_wrap .head-shape::before {
    top: -21%;
}
.online_shop_wrap::after {
    content: '';
    position: absolute;
    width: 650px;
    height: 950px;
    top: 10%;
    background: var(--primary-color);
    right: 0;
    z-index: -1;
}

.online_shop_wrap.green_wrap::after {
    background: var(--green-color);
}

.online_shop_wrap.pink_wrap::after {
    background: var(--pink-color);
}

.online_shop_wrap .main-img {}

.online_shop_wrap .main-img img {
    width: 100%;
    height: 990px;
    object-fit: contain;
}

/* online_shop_wrap */
/* Concept_wrap */
.Concept_wrap {
    position: relative;
    overflow: hidden;
    padding: 110px 0px 0px;
}

.Concept_wrap::before {
    content: '';
    position: absolute;
    top: 6%;
    left: 0;
    width: 768px;
    height: 300px;
    background-image: url(../images/img6.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
.Concept_wrap::after{
    content: '';
    position: absolute;
    bottom: -2%;
    right: 7%;
    width: 300px;
    height: 300px;
    background-image: url(../images/shape5.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    animation: floatLeftRight 1s cubic-bezier(0.65, 0, 0.35, 1) infinite alternate;
}
@keyframes floatLeftRight {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateY(-45px);
  }
}
.Concept_wrap.green-box::before {
    background-image: url(../images/img15.png);
}

.Concept_wrap.pink-box::before {
    background-image: url(../images/img16.png);
}

.Concept_wrap .main-img {}

.Concept_wrap .main-img img {
    height: 690px;
    object-fit: contain;
}

/* Concept_wrap */
/* challenges_wrap */
.online_shop_wrap.challenges_wrap {
    padding: 100px 0px 70px;
}

.online_shop_wrap.challenges_wrap::after {
    top: 3%;
    height: 970px;
}

.online_shop_wrap.challenges_wrap .main-img img {
    height: 830px;
}

/* challenges_wrap */
/* platform_wrap */
.platform_wrap {
    position: relative;
    padding: 70px 0px 0px;
    overflow: hidden;
}

.platform_wrap .images_wrap::before {
    content: '';
    position: absolute;
    top: 10%;
    left: 0;
    height: 812px;
    width: 580px;
    background: var(--primary-color);
    z-index: -1;
}

.platform_wrap::after{
    content: '';
    position: absolute;
    bottom: -2%;
    right: 7%;
    width: 300px;
    height: 300px;
    background-image: url(../images/shape5.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    animation: floatLeftRight 1s cubic-bezier(0.65, 0, 0.35, 1) infinite alternate;
}

.platform_wrap.green_wrap .images_wrap::before {
    background: var(--green-color);
}

.platform_wrap.pink_wrap .images_wrap::before {
    background: var(--pink-color);
}

.platform_wrap .images_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.platform_wrap .images_wrap .main-img img {
    width: 100%;
    height: 420px;
    object-fit: contain;
}

.platform_wrap .images_wrap .main-img .down-img {
    margin: 40px 0px 0px;
}

.platform_wrap .images_wrap .main-img .up-img {
    margin: -40px 0px 0px;
}

.platform_wrap .head {}

.head-shape ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0px 0px 0px 20px;
}

.head-shape ul li {
    list-style: disc !important;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

/* platform_wrap */
/* key_features_wrap */
.key_features_wrap {
    padding: 100px 0px 0px;
    position: relative;
    overflow: hidden;
    background: #1c1d2c;
    margin: 0px 0px 0px;
}
.key_features_wrap::before{
    position: absolute;
    content: "";
    width: 500px;
    height: 500px;
    background-image: url(../images/shape4.png);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    top: 12%;
    left: 1%;
    animation: triangleUpDown 2s ease-in-out infinite;
}
.key_features_wrap .head {
    text-align: center;
    margin: 0px 0px 51px;
}

.key_features_wrap .key_features_item {
    border: 1px solid #535353;
    border-radius: 20px;
    padding: 50px 32px 24px;
    text-align: center;
}

.key_features_wrap .key_features_item h3 {
    font-size: 26px;
    font-weight: 600;
    margin: 0px 0px 20px;
}

.key_features_wrap .key_features_item p {
    height: 228px;
    overflow: auto;
    margin: 0;
}

.key_features_wrap .main-img {
    position: relative;
    top: 24%;
}

.key_features_wrap .main-img.keyscreen {
    top: 33%;
}

.key_features_wrap .main-img img {
    width: 100%;
    height: 400px;
    object-fit: contain;
}

.box-para {
    background: var(--primary-color);
    text-align: center;
    padding: 20px;
    overflow: hidden;
    white-space: nowrap;
}

.box-para.green_wrap {
    background: var(--green-color);
}

.box-para.pink-para {
    background: var(--pink-color);
}

.box-para p {
    display: inline-block;
    padding-left: 100%;
    animation: scrollText 35s linear infinite;
    margin: 0;
}

@keyframes scrollText {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

/* key_features_wrap */
.head-shape h3 {
    font-size: 35px;
    margin-bottom: 15px;
    line-height: 40px;
}

.section5_wrap .main-img .txt h3 {
    font-size: 30px;
    line-height: 40px;
    margin: 0px 0px 10px;
}
.head-shape ul li span {
    font-weight: 600;
    font-size: 22px;
    display: block;
}

.head-shape.sub-head h3 {
    font-size: 28px;
    line-height: 38px;
    margin: 0px 0px 5px;
}
.platform_wrap .images_wrap.mbs-img-wrap::before {
    top: 13%;
    height: 820px;
}
.single-testimonial-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-area .contact-headings {
    text-align: center;
}
.case-study-area-sec .main-img .medixin-logo {
    height: 90px;
    margin: 40px 0px 0px;
}
.head-shape.screens-head {
    text-align: center;
    margin: 0px 0px 70px;
}
/* modal_click  */
.modal.modal_click {
  width: 100%;
  height: 100%;
  background: #1C1D2C;
}

.modal.modal_click .contact-form-sec {
  background: transparent;
  padding: 0;
}

.modal.modal_click .contact-form-sec .form-box h2 {
  font-size: 44px;
  margin: 0px 0px 48px;
}

.modal.modal_click .contact-form-sec .form-box .question-box .options .option-btnS,
.modal.modal_click .contact-form-sec .form-box .question-box .options .option-btn {
  padding: 19px 20px;
  font-size: 15px;
}

.contact-form-sec .form-box h3 {
  margin: 23px 0px 21px;
  font-size: 18px;
}

.modal.modal_click .modal-header {
  padding: 0;
  border: none;
}

.modal.modal_click .modal-dialog {
  max-width: 100%;
  width: 100%;
  margin: 0;
}

.modal.modal_click .modal-header .btn-close {
  position: absolute;
  right: 0;
  background: transparent;
  z-index: 2;
  width: 27px;
  height: 27px;
  line-height: 28px;
  border-radius: 50%;
  font-size: 27px;
  top: 7%;
  right: 4%;
  color: #ffffff;
}

.modal.modal_click .modal-content {
  background: transparent;
  border: none;
}

.modal.modal_click .modal-content .modal-body {
  padding: 0;
  background: transparent !important;
}

.modal.modal_click .contact-form-sec .form-box {
  padding: 4rem 6rem;
  border: none;
  border-radius: 0;
  background: transparent;
}

.modal.modal_click .contact-form-sec .form-box .form-group input {
  height: 62px;
  font-size: 17px;
}

.contact-form-sec .form-box .form-group textarea {
  font-size: 18px;
  height: 128px;
}
/* modal_click  */
/* contact-form-sec */
.contact-form-sec {
  padding: 200px 0px;
  position: relative;
  background: #1C1D2C;
  z-index: 1;
}

.contact-form-sec::before {
  content: "";
  background-image: url("../images/shape4.png");
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  position: absolute;
  width: 600px;
  height: 600px;
  top: 5%;
  left: 1%;
  z-index: -1;
  animation: triangleUpDown 4s ease-in-out infinite;
}

.contact-form-sec::after {
  content: "";
  background-image: url("../images/shape5.png");
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  position: absolute;
  width: 350px;
  height: 350px;
  bottom: 4%;
  right: 7%;
  animation: floatLeftRight 1s cubic-bezier(0.65, 0, 0.35, 1) infinite alternate;
  z-index: -1;
}

.contact-form-sec .form-box {
  background: #202131;
  border: 1px solid #4D4D5A;
  color: #fff;
  padding: 35px 75px 75px;
  border-radius: 20px;
}

.contact-form-sec .form-box h2 {
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  margin: 0px 0px 60px;
  font-weight: 200;
}

.contact-form-sec .form-box h2 span {
  font-weight: 500;
}

.contact-form-sec .form-box .form-group {
  margin: 0px 0px 15px;
}

.contact-form-sec .form-box .form-group input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #4D4D5A;
  border-radius: 0;
  height: 60px;
  padding: 0;
  color: #fff;
  font-size: 18px;
}

.contact-form-sec .form-box .form-group textarea::placeholder,
.contact-form-sec .form-box .form-group input::placeholder {
  color: #ffffff7a;
}

.contact-form-sec .form-box .form-group textarea {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #4D4D5A;
  border-radius: 0;
  padding: 0;
  color: #fff;
  font-size: 18px;
}

.contact-form-sec .form-box h3 {
  font-size: 24px;
  margin: 40px 0px 24px;
  font-weight: 200;
}

.contact-form-sec .form-box .question-box .options {
  display: flex;
  flex-wrap: wrap;
  gap: 23px;
}

.contact-form-sec .form-box .question-box .options .option {
  display: block;
  padding: 11px 32px;
  border: 2px solid #fff;
  margin: 5px 0;
  border-radius: 13px;
  font-size: 15px;
  cursor: pointer;
  background-color: transparent;
  transition: background-color 0.3s ease;
  font-weight: 500;
}

.contact-form-sec .form-box .question-box .options .option input[type="checkbox"],
.contact-form-sec .form-box .question-box .options .option input[type="radio"] {
  display: none;
}
.contact-form-sec .form-box .question-box .options.options .option:has(input:checked),
.contact-form-sec .form-box .question-box .options .option input[type="checkbox"]:checked+* {
  background-color: #ffffff !important;
  color: #000000;
}

.contact-form-sec .form-box .question-box .options .option-btnS,
.contact-form-sec .form-box .question-box .options .option-btn {
  padding: 22px 38px;
  border: 2px solid #ffffff;
  background: transparent;
  border-radius: 12px;
  cursor: pointer;
  transition: 0.3s;
  color: #fff;
  line-height: 0;
  font-size: 18px;
  font-weight: 400;
}

.contact-form-sec .form-box .question-box .options .option-btnS.active,
.contact-form-sec .form-box .question-box .options .option-btn.active {
  background-color: #ffffff;
  color: #000000;
}

.contact-form-sec .form-box .shear {
  display: flex;
  align-items: self-start;
  justify-content: flex-start;
  flex-direction: column;
  margin: 0px 0px 30px;
}

.contact-form-sec .form-box .shear h3 {
  margin: 10px 0px 25px;
}

.contact-form-sec .form-box .shear .add {
  padding: 16px 25px;
  border: 2px solid #ffffff;
  background: transparent;
  border-radius: 12px;
  cursor: pointer;
  transition: 0.3s;
  color: #fff;
  line-height: 0;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.contact-form-sec .form-box .form-check {
  margin: 0px 0px 40px;
}

.contact-form-sec .form-box .form-check label {
  font-size: 18px;
  line-height: 0;
}

.contact-form-sec .form-box .btn-submit {
  background: #fff;
  color: #000;
  padding: 15px 27px;
  font-size: 18px;
  line-height: 10px;
  font-weight: 500;
  border-radius: 11px;
  border: 0;
  border: 1px solid #fff;
}
.iti__country {
    color: #000;
}
.phone_control {
    padding: 0 62px !important;
}
.modal.modal_click .contact-form-sec .form-box .form-group .iti.iti--allow-dropdown {
    width: 100%;
}
/*contact-form-sec*/
.head-shape.features-head {
    text-align: center;
}