@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

html {
  font-size: 62.5%;
}

/* ============================ Common Classes ================== */
ul li {
  list-style: none;
}

/* ======= Fonts ========== */
.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}



.swiper {
  width: 28rem;
  height: 100%;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

.swiper-slide img {
  width: 36rem;
  height: 100%;
}

.hero-dating {
  height: 100vh;
  width: 100%;
  overflow-x: hidden;
  /* background-color: rgb(8 150 229 / 39%); */
  background: rgb(0, 201, 155);
  background: linear-gradient(48deg, rgba(0, 201, 155, 0.7959558823529411) 0%, rgba(123, 68, 227, 0.7987570028011204) 57%, rgba(9, 114, 227, 0.8015581232492998) 100%), url(../image/login-image-aes-desktop.webp);
  background-position: center bottom;
  background-repeat: no-repeat;

}

/* .hero-dating .svg-layer {
    bottom: -30px;
} */
.hero-dating .svg-layer {
  width: 100%;
  position: absolute;
  bottom: -5px;
  z-index: 12;
  opacity: 0.1;
}

.hero-dating .svg-layer-2 {
  bottom: 0px;
}

.hero-dating .svg-layer-2 {
  position: absolute;
  left: 13rem;
  bottom: 2rem;
  opacity: 0.1;
  transform: scale(1.2);
}

#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  /* opacity: 0.8; */
  z-index: -1;
}

.text-line {
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  animation: dash 5s linear forwards infinite, filling 5s ease-in forwards infinite;
  font-size: 5rem;
}

.text-line text {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes filling {

  0%,
  90% {
    fill: #FFF;
    fill-opacity: 0;
  }

  100% {
    fill: #FFF;
    fill-opacity: 1;
  }
}

.phoneWrapper {
  width: 100%;
  height: 502px;
  /* padding: 10px; */
  padding: 7% 4.4% 9.8%;
  display: flex;
  position: relative;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  border-radius: 3rem;
  transition: all 0.5s;
  background: #000;

}

.phoneWrapper .in {
  width: 100%;
  height: 94%;
  overflow: hidden;
  border-radius: 24px;
}

.phoneWrapper .in .homentn {
  height: 2rem;
  width: 5rem;
  box-shadow: inset 0 0 5px #adacab47;
  background: #2b292987;
}

.phoneWrapper .in .mick {
  height: 0.5rem;
  width: 5rem;
  top: 1.5rem;
  background: #362a2a;
}


.app-download li a {
  padding: 1rem 1.5rem;
  text-decoration: none;
}

.app-content p {
  margin-bottom: 0.5rem;
  color: #555555;
  max-width: 54rem;
  font-weight: 400;
  font-size: 1.3rem;
}

.app-content h4 {
  color: #df314d;
  margin-top: -7px;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.4;
}

/* ============================================= navbar Section ========================== */
.navbar-nav .nav-item .nav-link {
  font-size: 1.8rem;
  margin-right: 1.2rem;
}

.navbar-nav .nav-item {
  margin-right: 1.2rem;
}

.navbar-nav .nav-item:last-child {
  margin-right: 0rem;
}

/* ============================= Welcome Intro Section ============== */
.welcome-intro .main-title {
  font-size: 3.5rem;
  color: #fff;
}

/* =========================== Steps Section ================== */
.padding-tb {
  padding: 8rem 0;
}

.work-section {
  background: linear-gradient(48deg, rgba(0, 201, 155, 0.7959558823529411) 0%, rgba(123, 68, 227, 0.7987570028011204) 57%, rgba(9, 114, 227, 0.8015581232492998) 100%), url(../image/bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.section-header h4 {
  color: #fff;
  margin-top: -0.8rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 5rem;
}

.section-header h2 {
  margin-top: -1rem;
  color: #fff;
  font-size: 2.25rem;
  line-height: 1.5;
}

.work-item .lab-inner .lab-thumb .thumb-inner {
  position: relative;
}

.work-item .lab-inner .lab-thumb .thumb-inner .step {
  position: absolute;
}

.lab-inner .lab-thumb {
  margin-bottom: 2rem;
}

.work-item .lab-inner .lab-thumb .thumb-inner {
  width: 15rem;
  height: 15rem;
  border-radius: 50%;
  margin: 0 auto;
}

.work-item .lab-inner .lab-thumb .thumb-inner .step {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: -2rem;
  right: 0.5rem;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  border: 0.3rem solid #210053;
  filter: drop-shadow(0px 1rem 0.5rem rgba(255, 255, 255, 0.2));
  background-color: #fff;
}

.work-item .lab-inner .lab-thumb .thumb-inner .step span {
  font-size: 1.4rem;
  text-transform: capitalize;
  font-family: "Jost", sans-serif;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.work-item .lab-inner .lab-thumb .thumb-inner .step p {
  line-height: 1;
  margin-top: -0.2rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 1.4rem;
  font-family: "Jost", sans-serif;
}

.thumb-inner .step * {
  color: #210053;
  font-family: "Jost", sans-serif;
}

.lab-content h4 {
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: #fff;
}

.lab-content p {
  font-size: 1.5rem;
  color: #fff;
}

/* ===================== Brand animation =============== */

.stage {
  height: 30rem;
  width: 50rem;
  margin: auto;
  position: absolute;

  perspective: 9999px;
  transform-style: preserve-3d;
  z-index: -1;
}

.stage._2 {
  top: 0;
  left: 0;
}

.stage._1 {
  bottom: 0;
  right: 14rem;
}

.layer {
  width: 100%;
  height: 100%;
  position: absolute;
  transform-style: preserve-3d;
  animation: ಠ_ಠ 5s infinite alternate ease-in-out -7.5s;
  animation-fill-mode: forwards;
  transform: rotateY(40deg) rotateX(33deg) translateZ(0);
}

.layer:after {
  font: 150px/0.65 "Pacifico", "Kaushan Script", Futura, "Roboto", "Trebuchet MS", Helvetica, sans-serif;
  content: "Short\a    Bit!";
  white-space: pre;
  text-align: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 5rem;
  color: whitesmoke;
  letter-spacing: -2px;
  text-shadow: 0.4rem 0 1rem rgba(0, 0, 0, 0.13);
}

.layer:nth-child(1):after {
  transform: translateZ(0px);
}

.layer:nth-child(2):after {
  transform: translateZ(-1.5px);
}

.layer:nth-child(3):after {
  transform: translateZ(-3px);
}

.layer:nth-child(4):after {
  transform: translateZ(-4.5px);
}

.layer:nth-child(5):after {
  transform: translateZ(-6px);
}

.layer:nth-child(6):after {
  transform: translateZ(-7.5px);
}

.layer:nth-child(7):after {
  transform: translateZ(-9px);
}

.layer:nth-child(8):after {
  transform: translateZ(-10.5px);
}

.layer:nth-child(9):after {
  transform: translateZ(-12px);
}

.layer:nth-child(10):after {
  transform: translateZ(-13.5px);
}

.layer:nth-child(11):after {
  transform: translateZ(-15px);
}

.layer:nth-child(12):after {
  transform: translateZ(-16.5px);
}

.layer:nth-child(13):after {
  transform: translateZ(-18px);
}

.layer:nth-child(14):after {
  transform: translateZ(-19.5px);
}

.layer:nth-child(15):after {
  transform: translateZ(-21px);
}

.layer:nth-child(16):after {
  transform: translateZ(-22.5px);
}

.layer:nth-child(17):after {
  transform: translateZ(-24px);
}

.layer:nth-child(18):after {
  transform: translateZ(-25.5px);
}

.layer:nth-child(19):after {
  transform: translateZ(-27px);
}

.layer:nth-child(20):after {
  transform: translateZ(-28.5px);
}

.layer:nth-child(n+10):after {
  -webkit-text-stroke: 0.3rem rgba(0, 0, 0, 0.25);
}

.layer:nth-child(n+11):after {
  -webkit-text-stroke: 1.5rem dodgerblue;
  text-shadow: 0.6rem 0 0.6rem #00366b, 0.5rem 0.5rem 0.5rem #002951, 0 0.6rem 0.6rem #00366b;
}

.layer:nth-child(n+12):after {
  -webkit-text-stroke: 1.5rem #0077ea;
}

.layer:last-child:after {
  -webkit-text-stroke: 1.7rem rgba(0, 0, 0, 0.1);
}

.layer:first-child:after {
  color: #fff;
  text-shadow: none;
}

@keyframes ಠ_ಠ {
  100% {
    transform: rotateY(-40deg) rotateX(-43deg);
  }
}

/* ===================== Brand animation ================ */
._1::after,
._2::after {
  position: absolute;
  content: "";
  top: 5rem;
  right: -9rem;
  width: 14.5rem;
  height: 4rem;
  background: url(../image/arrow.png);
}

.screenshort:before {
  position: absolute;
  content: "";
  right: 0;
  top: 13%;
  background: url(../image/shape.png);
  width: 28rem;
  height: 36.5rem;
  animation: up-down 8s infinite cubic-bezier(0.46, 0.03, 0.52, 0.96);
  z-index: -1;
}

.screenshort:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0%;
  background: url(../image/shape.png);
  width: 28rem;
  height: 36.5rem;
  animation: up-down 8s infinite cubic-bezier(0.46, 0.03, 0.52, 0.96);
  z-index: -1;
}

@keyframes up-down {

  0%,
  100% {
    transform: translateY(-2rem);
  }

  50% {
    transform: translateY(0);
  }
}

.screenshort {
  background: linear-gradient(48deg, rgba(0, 201, 154, 0.5) 0%, rgba(124, 68, 227, 0.5) 57%, rgba(9, 114, 227, 0.5) 100%);
  position: relative;
}

.phoneWrapper.screen {
  width: 30rem !important;

}

/* PHONE CONTAINERS */
.phone-graphic {
  position: relative;
}

.phone-graphic.right_screen {
  margin: 0 !important;
}

.phone-case {
  /* box-shadow: inset 0.3rem 0.3rem 0.8rem #82dcff, inset 0 0 0.3rem #082049, inset -0.3rem -0.3rem 0.8rem 0px #002094, 1rem 1rem 1.5rem #b8b8b8; */
  border-radius: 3rem;
  background: #138ac9;
  padding: 1rem;

}

.phone-graphic.right_screen .phone-case {
  width: 20rem;
  height: 33.7rem !important;
}

.phone-graphic.left_screen .phone-case {
  width: 30rem;
  height: 62rem !important;
}

.phone-case:before {
  content: '';
  position: absolute;
  background: #138ac9;
  width: 0.5rem;
  height: 3rem;
  left: -0.5rem;
  top: 14rem;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  box-shadow: inset 0.4rem 0px 0.2rem #45b1ea;
}

.phone-graphic.right_screen .phone-case:after {
  left: 20rem !important;
}

.phone-graphic.left_screen .phone-case:after {
  left: 30rem !important;
}

.phone-case:after {
  content: '';
  position: absolute;
  background: #138ac9;
  width: 0.5rem;
  height: 7rem;
  top: 15rem;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  /* box-shadow: inset 0.1rem 0 0.4rem #052152, inset -0.1rem 0.3rem 0.5rem #2c9fdc, 1rem 1rem 1.5rem #b8b8b8; */
}

.phone-container-outer {
  position: relative;
  font-family: helvetica;
  font-size: .8rem;
  border: 0.1rem solid #8f8f8f;
  border-radius: 2rem;
  box-shadow: inset 0.1rem 0.1rem 1rem #ddd, inset 0.1 0.1rem 0.3rem #8f8f8f, 0 0 6px #1059a5;
  background-color: #000;
  height: 100%;
}

.phone-graphic.left_screen .phone-container-inner {
  height: 96% !important;
}

.phone-container-inner {
  position: relative;
  background: #fff;
  margin: 1.3rem;
  border-radius: 1rem;
  overflow: hidden;
  height: 92%;
}

.phone-graphic.right_screen .phone-case .phone-container-outer:after {
  width: 15.3rem;
  height: 31.5rem;
}

.phone-container-outer:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 30rem;
  height: 65rem;
  background: linear-gradient(130deg, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0) 25%);
  z-index: 1;
  border-radius: 2rem;
}

.phone-container-inner:before {
  content: '';
  position: absolute;
  top: 0;
  background-color: #000;
  width: 6rem;
  height: 1rem;
  left: calc(68% - 55px);
  border-radius: 0 0 2rem 2rem;
  z-index: 3;
}

.phone-container-inner img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.scan-wrapper { 
  margin-bottom: 3rem;
  margin-top: 3rem;
}

.scan-wrapper h6 {
  font-size: 5rem;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1;
  margin-bottom: 3rem;

  color: #fff;
}
.scan-wrapper p {
   font-size: 1.8rem;
   color: #fff;
}
/* ======================== mauckup =========================== */
#c {
  display: block;
  position: absolute;
  top: 0;
  z-index: 0;
  width: 20rem;
  height: 20rem;
  animation: up-down 8s infinite cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
 
.ts {
  position: sticky;
  z-index: 2;

}

.bg_move {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: repeating-radial-gradient(circle at 100% 100%, rgba(255, 190, 11, 0.5) 4%, rgba(255, 190, 11, 0.5) 8%, rgba(251, 86, 7, 0.5) 8%, rgba(251, 86, 7, 0.5) 12%, rgba(255, 0, 110, 0.5) 12%, rgba(255, 0, 110, 0.5) 16%, rgba(131, 56, 236, 0.5) 16%, rgba(131, 56, 236, 0.8) 20%, rgba(58, 134, 255, 0.5) 20%, rgba(58, 134, 255, 0.5) 24%), repeating-radial-gradient(circle at 0% 100%, rgba(255, 190, 11, 0.7) 4%, rgba(255, 190, 11, 0.9) 8%, rgba(251, 86, 7, 0.7) 8%, rgba(251, 86, 7, 0.9) 12%, rgba(255, 0, 110, 0.7) 12%, rgba(255, 0, 110, 0.9) 16%, rgba(131, 56, 236, 0.8) 16%, rgba(131, 56, 236, 0.8) 20%, rgba(58, 134, 255, 0.8) 20%, rgba(58, 134, 255, 0.8) 24%);
  background-size: 250px 250px;
  background-position: 0 0;
  -webkit-animation: stripes 3s linear infinite;
          animation: stripes 3s linear infinite;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  
}

.bg_move h4 {
  font-size: 6rem;
  -webkit-text-stroke: 2px  #fff;
}

.bg_move i {
  font-size: 8rem;
}


@-webkit-keyframes stripes {
  100% {
    background-position: 250px 0, 250px 0, 100px 0;
  }
}

@keyframes stripes {
  100% {
    background-position: 250px 0, 250px 0, 100px 0;
  }
}

.mauckup {
  width: 100%;
  background: linear-gradient(48deg, rgba(24, 36, 33, 0.796) 0%, rgba(26, 22, 32, 0.799) 57%, rgba(26, 32, 39, 0.802) 100%), url(../image/Mockup.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section-heading {
  font-size: 4rem;
  color: #fff;
}

.over_view-para {
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 1px;
}

.img_cont_general_s1 {
  position: relative;
  padding-top: 100%;
  width: 100%;
  margin-top: 32px;
}

.img_cont_general_s1 .img_cont1 {
  position: absolute;
  top: 3.3%;
  left: 0;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.08), 0 2px 24px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  overflow: hidden;
  width: 52%;
  height: 52.2%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img_cont_general_s1 .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img_cont_general_s1 .img_cont1 .info {
  left: 23%;
  top: 55%;
  display: flex;
  flex-direction: column;
}

.img_cont_general_s1 .info {
  position: absolute;
  z-index: 4;
  align-items: flex-start;
}

.img_cont_general_s1 .name {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  letter-spacing: -0.025em;
  margin-bottom: 4px;
}

.img_cont_general_s1 .status {
  font-weight: 600;
  font-size: 11px;
  text-align: center;
  letter-spacing: 0.006em;
  color: #fff;
  padding: 2px 6px;
  background: #4CAF50;
  border-radius: 6px;
}

.img_cont_general_s1 .img_cont2 {
  position: absolute;
  width: 30%;
  height: 21.1%;
  right: 6.6%;
  top: 8%;
  box-shadow: 0 0 1.08571px rgba(0, 0, 0, 0.08), 0 1.08571px 13.0286px rgba(0, 0, 0, 0.08);
  border-radius: 5.42857px;
  overflow: hidden;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img_cont_general_s1 .img_cont3 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 61.9%;
  height: 65%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.08), 0 2px 24px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img_cont_general_s1 .heart {
  position: absolute;
  background: url(../image/general_s1_heart.png) center center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  width: 14.8%;
  height: 14.8%;
  bottom: 9.5%;
  left: 26.7%;
  z-index: 4;
}
/* ======================== Contact us section  ======================== */


.contact_inner{
    background-color: #ffffff30;
    position: relative;
    /* box-shadow: 20px 22px 44px #cccc; */
    border-radius: 25px;
}
.contact_field{
    padding: 60px 340px 90px 100px;
}
.right_conatct_social_icon{
    height: 100%;
}

.contact_field h3{
   color: #fff;
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 10px
}
.contact_field p{
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 35px;
}
.contact_field .form-control{
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #ccc;
}
.contact_field .form-control:focus{
    box-shadow: none;
    outline: none;
    border-bottom: 2px solid #1325e8;
  background-color: transparent;

}
.contact_field .form-control::placeholder{
    font-size: 13px;
    letter-spacing: 1px;
    color: #fff;
}
.form-group {
  margin-bottom: 1rem;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.8rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
button, input {
  overflow: visible;
}
.contact_info_sec {
    position: absolute;
    background-color: #2d2d2d;
    right: 1px;
    top: 18%;
    height: 340px;
    width: 340px;
    padding: 40px;
    border-radius: 25px 0 0 25px;
}
.contact_info_sec h4{
    letter-spacing: 1px;
    padding-bottom: 15px;
    color: #fff;
}

.info_single{
    margin: 30px 0px;
    color: #fff;

}

.info_single span{
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;

}

button.contact_form_submit {
    background: linear-gradient(to top right, #1325e8 -5%, #8f10b7 100%);
    border: none;
    color: #fff;
    padding: 10px 15px;
    width: 100%;
    margin-top: 25px;
    border-radius: 35px;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 2px;
}
.socil_item_inner li{
    list-style: none;
}
.socil_item_inner li a{
    color: #fff;
    margin: 0px 15px;
    font-size: 14px;
}
.socil_item_inner{
    padding-bottom: 10px;
}

.map_sec{
    padding: 50px 0px;
}
.map_inner h4, .map_inner p{
    color: #000;
    text-align: center
}
.map_inner p{
    font-size: 13px;
}
.map_bind{
   margin-top: 50px;
    border-radius: 30px;
    overflow: hidden;
}
/* ========================== Footer Section ==================== */

.footer {
  background-color: #151515;
  padding: 4rem 0;
  background: linear-gradient(48deg, rgba(2, 107, 83, 0.796) 0%, rgba(47, 3, 129, 0.799) 57%, rgba(3, 70, 143, 0.802) 100%), url(../image/login-image-aes-desktop.webp);
  background-position: center bottom;
  background-repeat: no-repeat;
}

.footer-col {
  padding: 0 1.5rem;
}

.footer-col h4 {
  font-size: 1.8rem;
  color: #FFF;
  text-transform: capitalize;
  margin-bottom: 3.5rem;
  font-weight: 500;
  position: relative;
}

.footer-col h4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1rem;
  background-color: #E91E63;
  width: 5rem;
  height: 0.2rem;
}

.footer-col ul li:not(:last-child) {
  margin-bottom: 1rem;
}

.footer-col ul li a {
  color: #DDD;
  display: block;
  font-size: 1.8rem;
  font-weight: 300;
  text-transform: capitalize;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-col .social-links {
  display: flex;
}

.footer-col .social-links a {
  color: #FFF;
  background-color: rgba(255, 255, 255, 0.2);
  display: inline-block;
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
  text-align: center;
  margin: 0 1rem 1rem 0;
  line-height: 1rem;
  transition: all 0.5s ease;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.footer-col .social-links a:hover  { 
  background-color: #FFF;
}
.footer-col .social-links a:hover svg{
  fill: #151515;
  /* background-color: #FFF; */
}
.footer-col .social-links a svg { 
  fill: #fff;
  
}
/* =============================================================
                            Responsive section 
================================================================= */

@media(max-width:620px) {
  .hero-dating{
    height: auto;
  }
  .phoneWrapper {
    width: 78%;
    height: 59.1rem;
    margin: 0 auto;
  }

  .stage {
    width: 15rem;
  }
  .layer:after {
    font: 81px / 0.65 "Pacifico", "Kaushan Script", Futura, "Roboto", "Trebuchet MS", Helvetica, sans-serif !important;
  }
  .stage._2 {
    left: 2rem;
  }

  .welcome-intro .main-title {
    font-size: 1.5rem;

  }

  .stage._1 {
    right: 90rem;
  }

  ._1::after,
  ._2::after {
    display: none;
  }

  .footer-brand img {
    width: 66% !important;
  }
  .footer-col .social-links a
  {
    height: 5rem;
    width: 5rem;
  }
  .footer-col .social-links a svg {  
    height: 3rem;
    width: 3rem;
  }
  .scan-wrapper h6 {
    font-size: 2.1rem;
    text-align: center;
  }
  .scan-wrapper p { 
    text-align: center;
  }
  .section-heading {
    font-size: 2rem;
    text-align: center;
  }
  .phone-graphic.left_screen .phone-case {
    width: 100%;

  }

  .screenshort:before {
    top: 1%;
  }

  .lab-content p {
    font-size: 1.5rem;
    color: #fff;
  }
  .contact_field {
    padding: 40px;
}
.bg_move h4 {
  font-size: 4rem;
}
.footer-col .social-links {
 justify-content: space-between;
}
}
@media only screen and (max-width: 575.98px) {
  .img_cont_general_s1 .img_cont1 {
    width: 50%;
    height: 53%;
    left: 0;
    top: 0;
    box-shadow: 0 0 1.06667px rgba(0, 0, 0, 0.08), 0 1.06667px 12.8px rgba(0, 0, 0, 0.08);
    border-radius: 5.33333px;
  }

  .img_cont_general_s1 .img_cont1 .info {
    left: 10px;
    bottom: 8px;
    top: unset;
  }

  .img_cont_general_s1 .name {
    font-size: 15px;
  }

  .img_cont_general_s1 .status {
    font-size: 9px;
    margin-left: auto;
  }

  .img_cont_general_s1 .img_cont3 {
    right: 0;
    top: 12%;
    height: 67.5%;
    width: 61.8%;
  }

  .img_cont_general_s1 .img_cont3 .info {
    top: unset;
    right: 10px;
    left: unset;
    bottom: 8px;
    align-items: flex-end;
  }

  .img_cont_general_s1 .heart {
    left: 11.3%;
    top: 57.8%;
    width: 19%;
    height: 19%;
  }
  .app-download li a {
    padding: 1rem 0.5rem; 
}
.phone-case.abt_short:before {
  display: none;
}
.phone-graphic.left_screen .phone-case.abt_short:after {
  display: none;
}
}

/* ========================= tab view =============== */
@media (max-width:820px) {

  ._1::after,
  ._2::after {
    display: none;
  }
  .contact_field {
    padding: 40px;
}
}
/* ============================== */
/* @media  (min-width: 768px) {
  .phone-case.abt_short:before {
    left: 19.7rem;
}
.phone-graphic.left_screen .phone-case.abt_short:after {
  left: 50rem !important;
}
} */
.slick-next:before,
.slick-prev:before {
  font-size: 6rem;
  background: -webkit-linear-gradient(#00c99a80, #7c44e380, #0972e380);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-font-smoothing: antialiased;
}
.myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  /* opacity: 0.8; */
  z-index: 2;
}
.phone-graphic.left_screen .phone-case.abt_short {
  width: 30rem;
  height: 59rem !important;
}
.abt_short .phone-container-inner:before {
  left: calc(61% - 55px);
}