@import url("https://fonts.googleapis.com/css2?family=Urbanist:wght@200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Urbanist:wght@200;300;400;500;600;700;800;900&display=swap");
/* =============================Common styles */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:wght@400;500;600;700;800&display=swap");
* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 0.8rem;
  }
}

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

a {
  text-decoration: none;
}

body {
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  color: #001f2d;
  font-family: "Urbanist", sans-serif;
}

img {
  width: 100%;
}

.global-width {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media only screen and (min-width: 768px) {
  .global-width {
    max-width: 1240px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .global-width {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .global-width {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

::-webkit-scrollbar {
  width: 0.8rem;
  height: 0.3rem;
}

::-webkit-scrollbar-thumb {
  background: #8F9BB3;
  border-radius: 0.3rem;
  opacity: 0.3;
}

::-webkit-scrollbar-thumb:hover {
  background: #8F9BB3;
  opacity: 0.3;
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.0784313725);
  border-radius: 0.3rem;
}

.btn {
  opacity: 1;
  outline: 0;
  color: #fff;
  line-height: 4rem;
  position: relative;
  text-align: center;
  letter-spacing: 0.0625rem;
  display: inline-block;
  text-decoration: none;
  font-family: "Urbanist", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .btn {
    margin-bottom: 1rem;
  }
  .btn:last-child {
    margin-bottom: 0;
  }
}
.btn:hover:after {
  opacity: 1;
  transform: translateY(0) rotateX(0);
}
.btn:hover:before {
  opacity: 0;
  transform: translateY(50%) rotateX(90deg);
}
.btn:after {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  color: #fff;
  display: block;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  position: absolute;
  background: #e20142;
  content: attr(data-back);
  transform: translateY(-50%) rotateX(90deg);
  border-radius: 0.4rem;
  font-weight: 600;
}
.btn:before {
  top: 0;
  left: 0;
  opacity: 1;
  color: #fff;
  display: block;
  padding: 0 3rem;
  line-height: 4rem;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  position: relative;
  background: #36C1CC;
  content: attr(data-front);
  transform: translateY(0) rotateX(0);
  border-radius: 0.4rem;
  font-weight: 600;
}
.btn.color::before {
  background-color: #fff;
  color: #36C1CC;
  border: 0.1rem solid #36C1CC;
}
.btn.color::after {
  background-color: #36C1CC;
  color: #fff;
}

.header-main {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: auto;
  padding: 1rem;
  background-color: #fff;
}

.scrolled {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.navbar {
  width: 100%;
  height: 6rem;
  margin-inline: auto;
}
.navbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  height: 100%;
}
.navbar-inner .logo-img {
  display: flex;
}
.navbar-block {
  position: absolute;
  left: 0;
  width: 100%;
  height: calc(100vh - 4rem);
  opacity: 0;
  overflow: auto;
  pointer-events: none;
  background-color: #fff;
  padding: 20px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.navbar-block.is-active {
  opacity: 1;
  pointer-events: initial;
}
@media (max-width: 768px) {
  .navbar-block {
    padding: 20px;
  }
}
.navbar.scrolled {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.navbar .image {
  width: 19rem;
  height: 4.8rem;
}

@media screen and (min-width: 62rem) {
  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .navbar-block {
    position: initial;
    height: initial;
    opacity: 1;
    overflow: auto;
    pointer-events: visible;
    background: none;
    transition: none;
  }
}
.menu-link.active {
  color: #0597F2;
}

.demo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5.125rem;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #FFC638;
  color: #001f2d;
  border-radius: 2.5rem;
  padding: 0 1rem;
  text-wrap: nowrap;
  border: none;
}
@media only screen and (max-width: 767px) {
  .demo {
    height: 3.125rem;
  }
}

.menu-item {
  padding-block: 1rem;
}
@media (max-width: 480px) {
  .menu-item {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.menu-item .btn-login {
  height: 4.5rem;
  width: 9.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 1.5rem;
  background-color: transparent;
  color: #000;
  font-size: 1.4rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.menu-item .login {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: inherit;
  padding-block: 0.5rem;
  padding-inline: 1.5rem;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .menu-item .login.login {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 4.5rem;
    width: 11.5rem;
    background-color: #FFC638;
    color: #001f2d;
    border-radius: 1rem;
    padding: 0 1rem;
    border: none;
    outline: none;
    cursor: pointer;
  }
  .menu-item .login.login:hover {
    background-color: #ECB834;
  }
  .menu-item .login.contact-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5rem;
    width: 20rem;
    background-color: #FFC638;
    color: #fff;
    border-radius: 2.5rem;
    padding: 0 1rem;
  }
  .menu-item .login.contact-btn:hover {
    background-color: #e20142;
  }
}
.menu-item:hover {
  color: #36C1CC;
}

@media screen and (min-width: 62rem) {
  .menu {
    display: flex;
    justify-content: flex-end;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    height: 100%;
    padding: unset;
    flex-direction: row;
    align-items: center;
  }
  .menu-item {
    display: flex;
    cursor: pointer;
    padding-inline: 0.5rem;
  }
  .menu-link {
    padding: unset;
    color: #001f2d;
  }
}
@media screen and (min-width: 62rem) and (max-width: 480px) {
  .menu {
    justify-content: center;
  }
}
@media screen and (min-width: 62rem) {
  .menu-width {
    width: 1845px;
  }
  .menu-header {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    height: 100%;
    padding: unset;
  }
  .menu-header-item {
    display: flex;
    cursor: pointer;
    padding-inline: 0.5rem;
  }
  .menu-header-link {
    padding: unset;
  }
}
.dropdown-toggle {
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.dropdown-toggle i.bx {
  font-size: 1.5rem;
  line-height: inherit;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.dropdown-content {
  height: 0;
  overflow: hidden;
  background-color: #fff;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.dropdown-column, .dropdown-group, .dropdown-items {
  display: grid;
}
.dropdown-group {
  padding-bottom: 1rem;
  padding-inline: 1.5rem;
}
.dropdown-title {
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  padding-inline: 1rem;
}
.dropdown-icon i.bx {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #001f2d;
}
.dropdown-items {
  row-gap: 0.5rem;
  padding-inline: 3.5rem;
  padding-top: 0.35rem;
}
.dropdown-link {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: inherit;
  color: #000;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.dropdown-show > .dropdown-toggle i.bx {
  rotate: 180deg;
}
.dropdown-block {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  padding-top: 1rem;
  padding-inline: 1rem;
}

@media screen and (min-width: 62rem) {
  .dropdown-toggle {
    -moz-column-gap: 0.35rem;
         column-gap: 0.35rem;
    pointer-events: none;
  }
  .dropdown-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 6rem;
    opacity: 0;
    height: -moz-max-content;
    height: max-content;
    pointer-events: none;
    background-color: #fff;
    border-top: 0.2rem solid #0056b3;
    box-shadow: rgba(149, 157, 165, 0.2) 0 0.8rem 2.4rem;
    transition: top 0.4s, opacity 0.3s ease;
  }
  .dropdown-column {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    max-width: 75rem;
    margin-inline: auto;
  }
  .dropdown-group {
    align-content: baseline;
    row-gap: 1.25rem;
    padding-block: 4rem;
  }
  .dropdown-group:first-child, .dropdown-group:last-child {
    margin: unset;
  }
  .dropdown-items {
    padding-top: unset;
  }
  .dropdown-block {
    padding-top: unset;
    padding-inline: unset;
  }
  .dropdown:hover > .dropdown-content {
    cursor: initial;
    top: 4.25rem;
    opacity: 1;
    pointer-events: initial;
  }
  .dropdown:hover > .dropdown-toggle i.bx {
    rotate: 180deg;
  }
}
.burger {
  position: relative;
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 1.5rem;
  height: 1rem;
  border: none;
  outline: none;
  visibility: visible;
}
.burger-line {
  position: absolute;
  display: block;
  right: 0;
  width: 100%;
  height: 2.15px;
  opacity: 1;
  rotate: 0deg;
  border-radius: 0.15rem;
  background-color: #000;
}
.burger-line:nth-child(1) {
  top: 0px;
}
.burger-line:nth-child(2) {
  top: 0.5rem;
  width: 70%;
}
.burger-line:nth-child(3) {
  top: 1rem;
}
.burger.is-active > .burger-line:nth-child(1) {
  top: 0.5rem;
  rotate: 135deg;
}
.burger.is-active > .burger-line:nth-child(2) {
  opacity: 0;
}
.burger.is-active > .burger-line:nth-child(3) {
  top: 0.5rem;
  rotate: -135deg;
}

@media screen and (min-width: 62rem) {
  .burger {
    display: none;
    visibility: hidden;
  }
}
@keyframes fade-out {
  100% {
    opacity: 0;
    scale: 1.2;
  }
}
.content-main {
  position: relative;
  padding: 4rem 0;
  margin-top: 12rem;
}
@media only screen and (max-width: 767px) {
  .content-main {
    margin-top: 10rem;
  }
}
.content-main .main-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content-main .cont-left {
  font-size: 5rem;
  font-weight: bold;
  color: #333;
  width: 52%;
  margin-top: -8.5rem;
}
.content-main .cont-rgt {
  flex-shrink: 0;
}
.content-main .right-image {
  max-width: 100%;
  height: auto;
}
.content-main .head-cont {
  font-size: 6rem;
  margin-bottom: 2rem;
  letter-spacing: -1px;
  line-height: 7rem;
}
@media (max-width: 480px) {
  .content-main .head-cont {
    font-size: 3rem;
  }
}
.content-main .main-cont-img {
  width: 57rem;
  height: 47rem;
}
.content-main .sub-cont {
  font-size: 1.6rem;
  color: #666;
  font-weight: 500;
}
.content-main .btn-top {
  margin-top: 3rem;
}
@media (max-width: 480px) {
  .content-main .btn-top {
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .content-main .main-cont {
    flex-direction: column;
    align-items: center;
  }
  .content-main .cont-left {
    width: 100%;
    margin-top: 0;
    text-align: center;
  }
  .content-main .cont-rgt {
    order: -1;
    margin-bottom: 2rem;
  }
  .content-main .main-cont-img {
    width: 100%;
    max-width: 57rem;
    height: auto;
  }
  .content-main .head-cont {
    font-size: 3rem;
  }
  .content-main .sub-cont {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .content-main .main-cont {
    flex-direction: column;
    align-items: center;
  }
  .content-main .cont-left {
    width: 100%;
    margin-top: 0;
    text-align: center;
  }
  .content-main .cont-rgt {
    order: -1;
    margin-bottom: 2rem;
  }
  .content-main .main-cont-img {
    width: 100%;
    max-width: 57rem;
    height: auto;
  }
  .content-main .head-cont {
    font-size: 3.5rem;
  }
}
@media (max-width: 767px) and (max-width: 480px) {
  .content-main .head-cont {
    font-size: 3rem;
    margin-top: 0;
    line-height: 4rem;
  }
}
@media (max-width: 767px) {
  .content-main .sub-cont {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .content-main .main-cont {
    flex-direction: column;
    align-items: center;
  }
  .content-main .cont-left {
    width: 100%;
    text-align: left;
  }
  .content-main .cont-rgt {
    order: 0;
  }
  .content-main .main-cont-img {
    width: 100%;
    max-width: 50rem;
    height: auto;
  }
  .content-main .head-cont {
    font-size: 5rem;
    line-height: 6rem;
  }
  .content-main .sub-cont {
    font-size: 1.6rem;
  }
}

.choose-bluejay {
  margin-top: 10rem;
}
@media (max-width: 480px) {
  .choose-bluejay {
    margin-top: 5rem;
  }
}
.choose-bluejay .content-head {
  font-size: 4.8rem;
  line-height: 57px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .choose-bluejay .content-head {
    font-size: 2.5rem;
    line-height: 46px;
  }
}
.choose-bluejay .sub-cont {
  text-align: center;
}
.choose-bluejay .img-sec {
  display: flex;
  gap: 2rem;
  margin-top: 5rem;
}
@media only screen and (max-width: 767px) {
  .choose-bluejay .img-sec {
    display: grid;
  }
}
.choose-bluejay .img-sec .img-wrap {
  position: relative;
  display: inline-block;
}
.choose-bluejay .img-sec .img-wrap .bluejay-img {
  width: 60rem;
  height: 50rem;
  border-radius: 12px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .choose-bluejay .img-sec .img-wrap .bluejay-img {
    width: 100%;
    height: auto;
  }
}
.choose-bluejay .img-sec .img-wrap .hover-btn-img {
  position: absolute;
  right: 57px;
  bottom: 88px;
  width: 60px;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.3s ease;
  pointer-events: none;
}
.choose-bluejay .img-sec .img-wrap:hover .hover-btn-img {
  opacity: 1;
  transform: scale(1);
}
.choose-bluejay .upload-card {
  position: relative;
  display: inline-block;
}
.choose-bluejay .upload-card img {
  display: block;
  max-width: 100%;
  border-radius: 12px;
}
.choose-bluejay .upload-card .hover-btn-img {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 60px;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.3s ease;
  pointer-events: none;
}
.choose-bluejay .upload-card:hover .hover-btn-img {
  opacity: 1;
  transform: scale(1);
}

.area-application {
  margin-top: 10rem;
  text-align: center;
}
@media (max-width: 480px) {
  .area-application {
    margin-top: 4rem;
  }
}
.area-application .cont-head {
  font-size: 4rem;
}
@media only screen and (max-width: 767px) {
  .area-application .cont-head {
    font-size: 2rem;
  }
}
.area-application .app-img {
  width: 72.5rem;
  height: 33.7rem;
}
@media only screen and (max-width: 767px) {
  .area-application .app-img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 768px) {
  .area-application .app-img {
    width: 72.5rem;
    height: 33.7rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .area-application .app-img {
    width: 40rem;
    height: 25.7rem;
  }
}
.area-application .section-area {
  display: flex;
  gap: 6rem;
  margin-top: 5.2rem;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .area-application .section-area {
    gap: 2rem;
  }
}
@media (max-width: 480px) {
  .area-application .section-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin-top: 3.3rem;
  }
}
@media (max-width: 480px) {
  .area-application .section-area .left-sec {
    order: 1;
  }
}
@media (max-width: 480px) {
  .area-application .section-area .right-sec {
    order: 2;
    text-align: center;
  }
}
.area-application .right-cont {
  font-size: 3.2rem;
  text-align: left;
  font-weight: 600;
  margin-bottom: 2rem;
  letter-spacing: -1px;
}
@media only screen and (max-width: 767px) {
  .area-application .right-cont {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .area-application .right-cont {
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .area-application .right-cont {
    font-size: 2.8rem;
  }
}
.area-application .sub-cont {
  font-size: 1.6rem;
  color: #707070;
  font-weight: 500;
  text-align: left;
}
@media (max-width: 480px) {
  .area-application .sub-cont {
    text-align: left;
    font-size: 1.4rem;
  }
}

.margin-top-80 {
  margin-top: 8rem;
}

.margin-top-40 {
  margin-top: 4rem;
}

.margin-top-20 {
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  .margin-top-20 {
    margin: 0;
  }
}

.margin-l-35 {
  margin-left: -3.5rem;
}

.margin-l-100 {
  margin-left: 10rem;
}

.bg-cont .unleash-power {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 1rem;
  background: linear-gradient(90deg, rgb(33, 37, 41) 0%, rgba(33, 54, 71, 0.95) 69%, rgb(3, 151, 242) 175%);
  background-repeat: no-repeat;
  border-radius: 0.6rem;
  padding: 6rem;
}
@media (max-width: 768px) {
  .bg-cont .unleash-power {
    padding: 2rem;
    flex-direction: column;
  }
}
.bg-cont .bg-sec .background-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 30.4rem;
  width: 118.9rem;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  border-radius: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .bg-cont .bg-sec .background-img {
    width: 100%;
    height: 80%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .bg-cont .bg-sec .background-img {
    width: 85.1rem;
    height: 30.4rem;
  }
}
.bg-cont .bg-sec .bg-content {
  font-size: 2.4rem;
  font-weight: 500;
  z-index: 1;
  position: relative;
  color: #fff;
  margin: 0;
}
@media (max-width: 768px) {
  .bg-cont .bg-sec .bg-content {
    width: 100%;
    height: 100%;
    font-size: 1.6rem;
    margin: 0;
    padding: 2rem;
  }
}

.margin-t-100 {
  margin-top: 10rem;
}

.bluej-iso {
  margin-top: 15rem;
}
@media (max-width: 480px) {
  .bluej-iso {
    margin-top: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .bluej-iso {
    margin-top: 8rem;
  }
}
.bluej-iso .iso-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .bluej-iso .iso-sec {
    display: flex;
    flex-direction: column;
  }
}
.bluej-iso .iso-sec .iso-sec-img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .bluej-iso .iso-sec .iso-sec-img {
    width: 100%;
    height: auto;
  }
}
.bluej-iso .right-sec .right-cont {
  font-size: 4.4rem;
  text-align: left;
  font-weight: 600;
  margin-bottom: 2rem;
  letter-spacing: -1px;
}
@media (max-width: 480px) {
  .bluej-iso .right-sec .right-cont {
    font-size: 2.2rem;
  }
}
.bluej-iso .right-sec .iso-grp {
  display: flex;
  gap: 3rem;
  margin-top: 3.8rem;
}
@media (max-width: 992px) {
  .bluej-iso .right-sec .iso-grp {
    gap: 0.5rem;
    justify-content: space-around;
  }
}
.bluej-iso .right-sec .iso-grp .iso-img {
  width: 8.3rem;
  height: 8.3rem;
}
@media (max-width: 480px) {
  .bluej-iso .right-sec .iso-grp .iso-img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .bluej-iso .right-sec .iso-grp .iso-img {
    width: 6.3rem;
    height: 6.3rem;
  }
}
.bluej-iso .right-sec .iso-grp .hippa-img {
  width: 13.1rem;
  height: 8.3rem;
}
@media (max-width: 480px) {
  .bluej-iso .right-sec .iso-grp .hippa-img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .bluej-iso .right-sec .iso-grp .hippa-img {
    width: 10.1rem;
    height: 6.3rem;
  }
}
.bluej-iso .right-sec .iso-grp .soc-img {
  width: 8.3rem;
  height: 8.3rem;
}
@media (max-width: 480px) {
  .bluej-iso .right-sec .iso-grp .soc-img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .bluej-iso .right-sec .iso-grp .soc-img {
    width: 6.3rem;
    height: 6.3rem;
  }
}
.bluej-iso .right-sec .sub-cont {
  font-size: 1.6rem;
  color: #707070;
  font-weight: 500;
  text-align: left;
}
@media (max-width: 480px) {
  .bluej-iso .right-sec .sub-cont {
    font-size: 1.4rem;
  }
  .bluej-iso .right-sec .sub-cont br {
    display: none;
  }
}
@media (max-width: 480px) {
  .bluej-iso .left-sec {
    margin-top: 5rem;
  }
}

.all-rights {
  background-color: #2A2F33;
  padding: 1rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .all-rights {
    padding: 0;
  }
}
.all-rights .social-icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.all-rights .social-icon li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  background-color: #36C1CC;
  border-radius: 0.4rem;
  margin-right: 1rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.all-rights .social-icon li:last-child {
  margin-right: 0;
}
.all-rights .social-icon li:hover {
  background-color: #745483;
}
.all-rights .social-icon li a {
  display: flex;
}
.all-rights .flex-align-end {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0;
}
@media only screen and (max-width: 767px) {
  .all-rights .flex-align-end {
    flex-direction: column;
  }
}

.margin-t-100 {
  margin-top: 10rem;
}
@media (max-width: 480px) {
  .margin-t-100 {
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .margin-t-100 {
    margin-top: 10rem;
  }
}

.footer-main-sec {
  position: relative;
  padding: 5rem 0 5rem;
}
@media only screen and (max-width: 767px) {
  .footer-main-sec {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .footer-main-sec {
    padding: 0;
  }
}
.footer-main-sec .footer-main-ul {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .footer-main-sec .footer-main-ul {
    flex-direction: column;
  }
}
.footer-main-sec .footer-main-ul .footer-left {
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .footer-main-sec .footer-main-ul .footer-left {
    width: 100%;
  }
}
.footer-main-sec .footer-main-ul .footer-left .logo-footer .image {
  width: 15rem;
}
.footer-main-sec .footer-main-ul .footer-left .social-icon {
  display: flex;
  gap: 1.2rem;
}
.footer-main-sec .footer-main-ul .footer-right {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .footer-main-sec .footer-main-ul .footer-right {
    width: 100%;
  }
}
.footer-main-sec .footer-main-ul .footer-right .footer-link-ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-main-sec .footer-main-ul .footer-right .footer-link-ul .list-item {
  width: calc((100% - 2rem) / 3);
}
@media only screen and (max-width: 767px) {
  .footer-main-sec .footer-main-ul .footer-right .footer-link-ul .list-item {
    width: calc((100% - 2rem) / 2);
  }
}
.footer-main-sec .footer-main-ul .footer-right .footer-link-ul .list-item .head-footer .head {
  font-size: 1.8rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .footer-main-sec .footer-main-ul .footer-right .footer-link-ul .list-item .head-footer .head {
    font-size: 1.4rem;
  }
}
.footer-main-sec .footer-main-ul .footer-right .footer-link-ul .list-item .list-tag {
  display: flex;
  flex-direction: column;
}
.footer-main-sec .footer-main-ul .footer-right .footer-link-ul .list-item .list-tag .a-tag {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  color: #a69b9b;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .footer-main-sec .footer-main-ul .footer-right .footer-link-ul .list-item .list-tag .a-tag {
    font-size: 1.2rem;
  }
}
.footer-main-sec .footer-main-ul .footer-right .footer-link-ul .list-item .list-tag .a-tag:hover {
  color: #0597F2;
}

.all-rights .text-center {
  color: #fff;
  opacity: 0.85;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .banner-sec {
    width: 100%;
    height: auto;
    border: none;
    --border-right-height: none;
  }
}
@media (max-width: 480px) {
  .banner-sec {
    width: 100%;
    height: auto;
    border: none;
    --border-right-height: none;
    display: block;
  }
}
.banner-sec .banner-img-cont {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 1.6rem;
  padding: 20px;
}
@media (max-width: 480px) {
  .banner-sec .banner-img-cont {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 1rem;
  }
}
.banner-sec .background-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  border-radius: 1.6rem;
}
.banner-sec .avg-speed,
.banner-sec .median-customer,
.banner-sec .keystrokes {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  padding: 1rem;
  border-right: 0.2rem solid #ddd;
}
.banner-sec .avg-speed:last-child,
.banner-sec .median-customer:last-child,
.banner-sec .keystrokes:last-child {
  border-right: none;
}
@media only screen and (max-width: 767px) {
  .banner-sec .avg-speed,
  .banner-sec .median-customer,
  .banner-sec .keystrokes {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    padding: 1rem;
    margin-top: 3rem;
    border-right: none;
  }
}
@media (max-width: 480px) {
  .banner-sec .avg-speed,
  .banner-sec .median-customer,
  .banner-sec .keystrokes {
    padding: 0.8rem;
    margin-top: 2rem;
    font-size: 1.4rem;
    border-right: none;
    border-bottom: 0.2rem solid #ddd;
    width: 68%;
    margin-left: auto;
    margin-right: auto;
  }
  .banner-sec .avg-speed .label,
  .banner-sec .median-customer .label,
  .banner-sec .keystrokes .label {
    font-size: 1.4rem;
  }
  .banner-sec .avg-speed .percentage-lab,
  .banner-sec .avg-speed .percentage-med,
  .banner-sec .avg-speed .percentage-key,
  .banner-sec .median-customer .percentage-lab,
  .banner-sec .median-customer .percentage-med,
  .banner-sec .median-customer .percentage-key,
  .banner-sec .keystrokes .percentage-lab,
  .banner-sec .keystrokes .percentage-med,
  .banner-sec .keystrokes .percentage-key {
    font-size: 3.2rem;
  }
}
.banner-sec .avg-speed .label,
.banner-sec .median-customer .label,
.banner-sec .keystrokes .label {
  font-weight: 400;
  margin-bottom: 0.5rem;
  font-size: 1.8rem;
  color: #fff;
  opacity: 85%;
}
@media (max-width: 480px) {
  .banner-sec .avg-speed .label,
  .banner-sec .median-customer .label,
  .banner-sec .keystrokes .label {
    font-size: 1.4rem;
  }
}
.banner-sec .avg-speed .percentage-lab,
.banner-sec .median-customer .percentage-lab,
.banner-sec .keystrokes .percentage-lab {
  font-size: 4rem;
  background: linear-gradient(180deg, #F8508D 0%, #FF9472 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 600;
}
@media (max-width: 480px) {
  .banner-sec .avg-speed .percentage-lab,
  .banner-sec .median-customer .percentage-lab,
  .banner-sec .keystrokes .percentage-lab {
    font-size: 3rem;
  }
}
.banner-sec .avg-speed .percentage-med,
.banner-sec .median-customer .percentage-med,
.banner-sec .keystrokes .percentage-med {
  font-size: 4rem;
  background: linear-gradient(180deg, #F6AF3D 0%, #F76C43 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 600;
}
@media (max-width: 480px) {
  .banner-sec .avg-speed .percentage-med,
  .banner-sec .median-customer .percentage-med,
  .banner-sec .keystrokes .percentage-med {
    font-size: 3rem;
  }
}
.banner-sec .avg-speed .percentage-key,
.banner-sec .median-customer .percentage-key,
.banner-sec .keystrokes .percentage-key {
  font-size: 4rem;
  background: linear-gradient(180deg, #22E6D2 0%, #00B460 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 600;
}
@media (max-width: 480px) {
  .banner-sec .avg-speed .percentage-key,
  .banner-sec .median-customer .percentage-key,
  .banner-sec .keystrokes .percentage-key {
    font-size: 3rem;
  }
}

.contact-main {
  margin-top: 15rem;
}
@media only screen and (max-width: 767px) {
  .contact-main {
    margin-top: 12rem;
  }
}
.contact-main .sub-head {
  font-size: 2rem;
  color: #707070;
  text-align: left;
  font-weight: 500;
}
@media (max-width: 480px) {
  .contact-main .sub-head {
    font-size: 1.6rem;
    text-align: center;
  }
}
.contact-main .head-cont {
  font-size: 6rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
  letter-spacing: -1px;
  line-height: 7rem;
}
@media (max-width: 480px) {
  .contact-main .head-cont {
    font-size: 3rem;
    text-align: center;
    line-height: 4rem;
  }
  .contact-main .head-cont .responsive-hide {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .contact-main .head-cont br {
    display: none;
  }
}

.contact-form {
  padding: 5rem 0;
}
@media only screen and (max-width: 767px) {
  .contact-form {
    padding: 2rem 0;
  }
}
.contact-form .contact-form-fields {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.contact-form .form-row {
  gap: 2rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .contact-form .form-row {
    flex-direction: column;
  }
}
.contact-form .form-group {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1;
}
.contact-form .message-box {
  margin-top: -0.5rem;
}
.contact-form input,
.contact-form textarea {
  border: none;
  border-bottom: 0.2rem solid #ccc;
  padding: 1.2rem 2rem;
  font-size: 1.6rem;
  outline: none;
  width: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  font-family: "Urbanist", sans-serif !important;
}
.contact-form input::-moz-placeholder, .contact-form textarea::-moz-placeholder {
  color: transparent;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: transparent;
}
.contact-form input:focus,
.contact-form textarea:focus {
  border-bottom: 0.2rem solid #0056b3;
}
.contact-form input:focus + label, .contact-form input:not(:placeholder-shown) + label, .contact-form input:-webkit-autofill + label,
.contact-form textarea:focus + label,
.contact-form textarea:not(:placeholder-shown) + label,
.contact-form textarea:-webkit-autofill + label {
  top: -1.8rem;
  font-size: 1.4rem;
  color: #0C0C0B;
  padding: 0 0.5rem;
  opacity: 1;
  transform: scale(1) translateY(-1.8rem);
}
.contact-form input:-webkit-autofill,
.contact-form textarea:-webkit-autofill {
  background-color: #fafafa !important;
  border-color: #ccc !important;
  -webkit-text-fill-color: #0C0C0B !important;
  -webkit-transition: background-color 9999s ease-out, color 9999s ease-out;
  transition: background-color 9999s ease-out, color 9999s ease-out;
}
.contact-form input:-webkit-autofill + label,
.contact-form textarea:-webkit-autofill + label {
  top: -0.8rem;
  font-size: 1.4rem;
}
.contact-form label {
  position: absolute;
  top: 1.2rem;
  left: 0;
  font-size: 1.4rem;
  color: #001f2d;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  opacity: 0.8;
}

.contact-banner {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 480px) {
  .contact-banner {
    height: auto;
    background-attachment: scroll;
  }
}
.contact-banner .cont-banner-sec {
  display: flex;
  gap: 3rem;
  padding: 4rem;
  height: 100%;
  background: linear-gradient(90deg, rgb(33, 37, 41) 0%, rgba(33, 54, 71, 0.95) 69%, rgb(3, 151, 242) 175%);
}
@media (max-width: 992px) {
  .contact-banner .cont-banner-sec {
    flex-direction: column;
    gap: 2rem;
  }
}
@media (max-width: 480px) {
  .contact-banner .cont-banner-sec {
    width: 100%;
    height: auto;
    padding: 2rem;
    flex-direction: column;
    gap: 2rem;
  }
}
.contact-banner .sub-head {
  color: #FFFFFF;
  opacity: 80%;
  font-weight: 500;
}
@media (max-width: 480px) {
  .contact-banner .sub-head {
    font-size: 1.4rem;
    text-align: center;
  }
}
.contact-banner .banner-cont {
  font-size: 3.8rem;
  font-weight: 600;
  color: #FFFFFF;
}
@media (max-width: 480px) {
  .contact-banner .banner-cont {
    font-size: 2.8rem;
    text-align: center;
  }
}
.contact-banner .rgt-cont {
  display: flex;
  gap: 3rem;
  width: 100%;
  margin-top: 5.5rem;
}
@media (max-width: 480px) {
  .contact-banner .rgt-cont {
    flex-direction: column;
    gap: 1rem;
    margin-top: -1.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .contact-banner .rgt-cont {
    margin: 0;
  }
}
.contact-banner .left-cont {
  width: 50%;
  height: 100%;
}
@media (max-width: 768px) {
  .contact-banner .left-cont {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .contact-banner .left-cont {
    width: 100%;
  }
}
.contact-banner .call-box {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: start;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem;
  height: auto;
  min-height: 15rem;
  overflow: hidden;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .contact-banner .call-box {
    gap: 0;
    align-items: center;
  }
}
.contact-banner .box-img {
  width: 3.2rem;
  height: 3.2rem;
}
@media only screen and (max-width: 767px) {
  .contact-banner .box-img {
    width: 100%;
    height: auto;
  }
}
.contact-banner .contact {
  display: grid;
  justify-items: left;
  gap: 1rem;
}
@media (max-width: 480px) {
  .contact-banner .contact {
    justify-items: center;
  }
}
.contact-banner .number {
  margin-top: 0.8rem;
  text-decoration: none;
  color: #FFFFFF;
  opacity: 100%;
  font-size: 1.4rem;
  line-height: 1.5;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .contact-banner .number {
    font-size: 1.4rem;
  }
}
.contact-banner .color-address {
  text-decoration: none;
  color: #FFFFFF;
  opacity: 100%;
  font-size: 1.6rem;
  line-height: 1.5;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .contact-banner .color-address {
    font-size: 1.4rem;
  }
}
.contact-banner .call-head {
  font-size: 1.5rem;
  color: #FFFFFF;
  font-weight: 500;
  opacity: 80%;
  align-self: flex-start;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .contact-banner .call-head {
    font-size: 1.4rem;
  }
}

.about-main {
  margin-top: 15rem;
}
@media only screen and (max-width: 767px) {
  .about-main {
    margin-top: 12rem;
  }
}
.about-main .sub-head {
  font-size: 2rem;
  color: #707070;
  text-align: left;
  font-weight: 500;
}
@media (max-width: 480px) {
  .about-main .sub-head {
    font-size: 1.6rem;
    text-align: center;
  }
}
.about-main .head-cont {
  font-size: 6rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
  letter-spacing: -1px;
  line-height: 7rem;
}
.about-main .head-cont br {
  display: inline;
}
@media (max-width: 480px) {
  .about-main .head-cont {
    font-size: 3rem;
    text-align: center;
    line-height: 4rem;
  }
  .about-main .head-cont br {
    display: none;
  }
}
.about-main .sub-cont {
  font-size: 1.6rem;
  color: #666;
  font-weight: 500;
}
.about-main .section-area {
  gap: 6rem;
  margin-top: 10rem;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .about-main .section-area {
    margin-top: 4rem;
  }
}
@media (max-width: 480px) {
  .about-main .section-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin-top: 3.2rem;
  }
}
@media (max-width: 480px) {
  .about-main .section-area .left-sec {
    order: 1;
  }
}
.about-main .section-area .right-sec {
  width: 50%;
}
@media (max-width: 480px) {
  .about-main .section-area .right-sec {
    order: 2;
    text-align: center;
    width: 100%;
  }
}
.about-main .right-cont {
  font-size: 4.4rem;
  text-align: left;
  font-weight: 600;
  margin-bottom: 2rem;
  letter-spacing: -1px;
}
@media (max-width: 480px) {
  .about-main .right-cont {
    font-size: 2.2rem;
    text-align: center;
  }
}
.about-main .sub-cont {
  font-size: 1.6rem;
  color: #707070;
  font-weight: 500;
  text-align: left;
}
.about-main .sub-cont br {
  display: inline;
}
@media (max-width: 480px) {
  .about-main .sub-cont {
    text-align: center;
    font-size: 1.4rem;
  }
  .about-main .sub-cont br {
    display: none;
  }
}
.about-main .left-sec {
  width: 50%;
}
@media (max-width: 480px) {
  .about-main .left-sec {
    width: 100%;
    height: auto;
  }
}
.about-main .iso-grp {
  display: flex;
  gap: 3rem;
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .about-main .iso-grp {
    gap: 1rem;
  }
}
@media (max-width: 480px) {
  .about-main .iso-grp {
    justify-content: center;
  }
}
.about-main .iso-grp .iso-img {
  width: 8.3rem;
  height: 8.3rem;
}
@media (max-width: 480px) {
  .about-main .iso-grp .iso-img {
    width: 7rem;
    height: 7rem;
  }
}
.about-main .iso-grp .hippa-img {
  width: 13.1rem;
  height: 8.3rem;
}
@media (max-width: 480px) {
  .about-main .iso-grp .hippa-img {
    width: 11.5rem;
    height: 7rem;
  }
}
.about-main .iso-grp .soc-img {
  width: 8.3rem;
  height: 8.3rem;
}
@media (max-width: 480px) {
  .about-main .iso-grp .soc-img {
    width: 7rem;
    height: 7rem;
  }
}

.story-cont .story-head {
  font-size: 4.4rem;
  text-align: center;
  font-weight: 600;
  margin-bottom: 2rem;
  margin-top: 10rem;
  letter-spacing: -1px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .story-cont .story-head {
    margin-top: 7rem;
  }
}
@media (max-width: 480px) {
  .story-cont .story-head {
    margin-top: 3rem;
    font-size: 2.2rem;
  }
}
.story-cont .sub-cont {
  font-size: 1.6rem;
  color: #707070;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 480px) {
  .story-cont .sub-cont {
    text-align: center;
    font-size: 1.4rem;
  }
}
.story-cont .sub-cont .sub-head {
  font-size: 2rem;
  color: #707070;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 480px) {
  .story-cont .sub-cont .sub-head {
    font-size: 1.4rem;
  }
}
.story-cont .section-area {
  display: flex;
  gap: 14.6rem;
  margin-top: 8rem;
  align-items: center;
}
@media (max-width: 992px) {
  .story-cont .section-area {
    gap: 4rem;
  }
}
@media (max-width: 480px) {
  .story-cont .section-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin-top: 3.2rem;
  }
}
@media (max-width: 480px) {
  .story-cont .section-area .left-sec {
    order: 1;
  }
}
@media (max-width: 480px) {
  .story-cont .section-area .right-sec {
    order: 2;
    text-align: center;
  }
}
.story-cont .section-area .right-sec .sub-head {
  font-size: 2rem;
  color: #707070;
  text-align: left;
  font-weight: 500;
}
@media (max-width: 480px) {
  .story-cont .section-area .right-sec .sub-head {
    font-size: 1.6rem;
  }
}
.story-cont .section-area .app-img {
  width: 37.4rem;
  height: 37.4rem;
}
@media (max-width: 480px) {
  .story-cont .section-area .app-img {
    width: 100%;
    height: auto;
  }
}
.story-cont .section-area .right-cont {
  font-size: 3.2rem;
  text-align: left;
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 480px) {
  .story-cont .section-area .right-cont {
    font-size: 2.2rem;
  }
}
.story-cont .section-area .sub-conts {
  font-size: 1.6rem;
  color: #707070;
  font-weight: 500;
  text-align: left;
}
@media (max-width: 480px) {
  .story-cont .section-area .sub-conts {
    font-size: 1.4rem;
  }
}
.story-cont .down-sec {
  display: flex;
  gap: 6rem;
  margin-top: 7.2rem;
  align-items: center;
}
@media (max-width: 480px) {
  .story-cont .down-sec {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin-top: 3.2rem;
  }
}
.story-cont .down-sec .left-sec {
  width: 50%;
}
@media (max-width: 480px) {
  .story-cont .down-sec .left-sec {
    width: 100%;
    height: auto;
  }
}
.story-cont .down-sec .right-sec {
  width: 50%;
}
@media (max-width: 480px) {
  .story-cont .down-sec .right-sec {
    width: 100%;
  }
}
.story-cont .down-sec .right-cont {
  font-size: 3.2rem;
  text-align: left;
  font-weight: 600;
  margin-bottom: 2rem;
}
@media (max-width: 480px) {
  .story-cont .down-sec .right-cont {
    font-size: 2.2rem;
    text-align: left;
  }
}
.story-cont .down-sec .sub-conts {
  font-size: 1.6rem;
  color: #707070;
  font-weight: 500;
  text-align: left;
}
@media (max-width: 480px) {
  .story-cont .down-sec .sub-conts {
    font-size: 1.4rem;
  }
}

.terms-and-condition {
  position: relative;
  padding: 4rem 0;
  margin-top: 10rem;
}

.cookie-wrapp {
  position: fixed;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 1.5rem 4.5rem;
  width: 100%;
  text-align: center;
  z-index: 9999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: none;
}
@media only screen and (max-width: 767px) {
  .cookie-wrapp {
    padding: 1.5rem 2.5rem;
  }
}
.cookie-wrapp .cookie-para br {
  display: none;
}
.cookie-wrapp .content-sec {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .cookie-wrapp .content-sec {
    flex-direction: column;
  }
}
.cookie-wrapp .cookie-wrapp .content-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  font-size: 1.4rem;
}
.cookie-wrapp .cookie-buttons {
  margin-top: 1rem;
}
.cookie-wrapp .cookie-buttons button {
  background-color: #FFC638;
  color: #001f2d;
  border: none;
  padding: 1rem 2rem;
  cursor: pointer;
  width: 12.5rem;
  height: 4.5rem;
  font-size: 1.6rem;
  border-radius: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .cookie-wrapp .cookie-buttons button {
    width: 13rem;
  }
}
.cookie-wrapp .cookie-buttons button:hover {
  background-color: #ECB834;
}
.cookie-wrapp .cookie-para {
  text-align: left;
}
.cookie-wrapp .styled-link {
  color: #0597F2;
}

.privacy-policy-main-sec {
  position: relative;
  padding: 5rem 0 5rem;
  margin-top: 5rem;
}
.privacy-policy-main-sec p {
  font-size: 1.5rem;
  line-height: 1.8;
  color: #001f2d;
}
.privacy-policy-main-sec ul li {
  padding-left: 2rem;
  margin-bottom: 1rem;
  color: #001f2d;
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
}
.privacy-policy-main-sec ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0.7rem;
  border-radius: 50%;
  width: 0.9rem;
  height: 0.9rem;
  background-color: #36C1CC;
}

.blog-main {
  margin-top: 15rem;
}
.blog-main .blog-card {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .blog-main .blog-card {
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .blog-main .blog-card {
    flex-direction: column;
  }
}
.blog-main .blog-card .image-wrapper {
  flex: 1;
}
.blog-main .blog-card .image-wrapper .blog-main-img {
  width: 58.5rem;
  height: 41rem;
  border-radius: 1rem;
  display: block;
}
@media only screen and (max-width: 767px) {
  .blog-main .blog-card .image-wrapper .blog-main-img {
    width: 100%;
    height: auto;
  }
}
.blog-main .blog-card .content {
  flex: 1;
  flex-direction: column;
  justify-content: center;
}
.blog-main .blog-card .content .tag {
  display: inline-block;
  background: #f5f5f7;
  color: #707070;
  font-size: 1.2rem;
  padding: 0.4rem 1rem;
  border-radius: 2rem;
  margin-bottom: 1.2rem;
  width: 9.6rem;
  height: 2.6rem;
}
.blog-main .blog-card .content .title {
  font-size: 4.8rem;
  font-weight: 600;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .blog-main .blog-card .content .title {
    font-size: 3rem;
  }
}
.blog-main .blog-card .content .excerpt {
  font-size: 1.6rem;
  color: #707070;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .blog-main .blog-card .content .excerpt {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
}
.blog-main .blog-card .content .read-more {
  color: #0597F2;
  font-weight: 400;
  font-size: 1.6rem;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .blog-main .blog-card .content .read-more {
    font-size: 1.4rem;
  }
}
.blog-main .blog-card .content .read-more:hover {
  text-decoration: underline;
}

.blog-detailed {
  margin-top: 10rem;
}
@media only screen and (max-width: 767px) {
  .blog-detailed {
    margin-top: 2rem;
  }
}
.blog-detailed .top-sec {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .blog-detailed .top-sec {
    flex-direction: column;
  }
}
.blog-detailed .filter-bar {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-bottom: 3rem;
  height: 3.8rem;
}
@media only screen and (max-width: 767px) {
  .blog-detailed .filter-bar {
    margin-bottom: 7rem;
  }
}
.blog-detailed .filter-bar button {
  border: none;
  background: #f5f5f7;
  padding: 0.8rem 1.6rem;
  border-radius: 2rem;
  font-size: 1.4rem;
  font-family: "Urbanist", sans-serif;
  color: #707070;
  cursor: pointer;
}
@media (max-width: 480px) {
  .blog-detailed .filter-bar button {
    font-size: 1.2rem;
  }
}
.blog-detailed .filter-bar button.active {
  background: #FFC638;
  color: #001f2d;
  font-family: "Urbanist", sans-serif;
}
.blog-detailed .search-box {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 3rem;
}
.blog-detailed .search-box .search-icn {
  width: 8.4rem;
  height: 3.8rem;
}
.blog-detailed .search-box input {
  padding: 0.8rem 1.2rem;
  border: 1px solid #ddd;
  border-radius: 2rem;
  width: 25rem;
  height: 3.8rem;
  font-size: 1.4rem;
}
.blog-detailed .search-box button {
  background: none;
  border: none;
  border-radius: 0 2rem 2rem 0;
  cursor: pointer;
  width: 8.4rem;
  height: 3.8rem;
  margin-left: -1.6rem;
}
.blog-detailed .blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 6rem;
  justify-items: flex-start;
}
@media (min-width: 768px) and (max-width: 992px) {
  .blog-detailed .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .blog-detailed .blog-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
  }
}
.blog-detailed .blog-grid .blog-card {
  background: #fff;
  overflow: hidden;
  padding-bottom: 2rem;
}
.blog-detailed .blog-grid .blog-card .tag {
  display: inline-block;
  background: #eee;
  color: #333;
  font-size: 1.2rem;
  padding: 0.4rem 1rem;
  border-radius: 2rem;
  margin-top: 2rem;
}
.blog-detailed .blog-grid .blog-card h3 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 1rem;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .blog-detailed .blog-grid .blog-card h3 {
    font-size: 1.6rem;
  }
}
.blog-detailed .blog-grid .blog-card .date {
  font-size: 1.2rem;
  color: #888;
  margin-top: 1rem;
}
@media only screen and (max-width: 767px) {
  .blog-detailed .blog-grid .blog-card .date {
    font-size: 1rem;
    margin-top: -1rem;
  }
}
.blog-detailed .blog-grid .blog-card .excerpt {
  font-size: 1.4rem;
  color: #333;
  margin-top: 1rem;
}
.blog-detailed .blog-grid .blog-card a {
  font-size: 1.4rem;
  color: #0597F2;
  text-decoration: none;
}
.blog-detailed .blog-grid .blog-card a:hover {
  text-decoration: underline;
}

.blog-main-content {
  padding: 4rem 2rem;
}
@media only screen and (max-width: 767px) {
  .blog-main-content {
    padding: 0;
  }
}
.blog-main-content .blog-section {
  max-width: 120rem;
  margin: 0 auto;
}
.blog-main-content .breadcrumb {
  font-size: 1.2rem;
  color: #888;
  margin-bottom: 1.5rem;
  margin-top: 10rem;
}
.blog-main-content .breadcrumb a {
  color: #888;
  text-decoration: none;
}
.blog-main-content .breadcrumb a:hover {
  text-decoration: none;
}
.blog-main-content .blog-title {
  font-size: 4.4rem;
  font-weight: 700;
  color: #001f2d;
  margin-bottom: 8rem;
}
@media (min-width: 768px) and (max-width: 992px) {
  .blog-main-content .blog-title {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .blog-main-content .blog-title {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }
}
.blog-main-content .blog-content {
  position: relative;
  display: flex;
  gap: 2rem;
}
@media only screen and (max-width: 767px) {
  .blog-main-content .blog-content {
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .blog-main-content .blog-content {
    flex-direction: column;
  }
}
.blog-main-content .blog-content .featured-image {
  flex: 1 1 60%;
}
.blog-main-content .blog-content .featured-image .blog-img {
  width: 61rem;
  height: 45rem;
  border-radius: 1rem;
}
@media only screen and (max-width: 767px) {
  .blog-main-content .blog-content .featured-image .blog-img {
    width: 100%;
    height: auto;
  }
}
.blog-main-content .blog-sub {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .blog-main-content .blog-sub {
    font-size: 1.4rem;
  }
}
.blog-main-content .blog-content-head {
  font-size: 3.6rem;
}
@media only screen and (max-width: 767px) {
  .blog-main-content .blog-content-head {
    font-size: 2rem;
  }
}
.blog-main-content .blog-benefits {
  margin-top: 1rem;
  padding-left: 4.2rem;
  list-style: disc;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .blog-main-content .blog-benefits {
    padding-left: 2rem;
    font-size: 1.3rem;
  }
}
.blog-main-content .blog-benefits li {
  margin-bottom: 0.6rem;
}
.blog-main-content .head-sub {
  font-size: 2.2rem;
}
@media only screen and (max-width: 767px) {
  .blog-main-content .head-sub {
    font-size: 1.6rem;
  }
}
.blog-main-content .table-of-contents {
  height: 32rem;
  width: 40rem;
  background-color: #F8F8F8;
  padding: 1.5rem;
  border-radius: 0.75rem;
  border: 1px solid;
}
.blog-main-content .table-of-contents .tab-head {
  margin-bottom: 1rem;
  font-size: 2.6rem;
  font-weight: 600;
}
.blog-main-content .table-of-contents ul {
  list-style-type: none;
  padding-left: 2rem;
}
.blog-main-content .table-of-contents ul .tab-cont-sub {
  margin-bottom: 1.2rem;
  font-size: 1.6rem;
  color: #001f2d;
}
.blog-main-content .table-of-contents ul .tab-cont-sub a {
  text-decoration: none;
  color: #333;
}
.blog-main-content .table-of-contents ul .tab-cont-sub a:hover {
  text-decoration: none;
}
.blog-main-content .table-of-contents-accounting {
  height: 37rem;
  width: 40rem;
  background-color: #F8F8F8;
  padding: 1.5rem;
  border-radius: 0.75rem;
  border: 1px solid;
}
.blog-main-content .table-of-contents-accounting .tab-head {
  margin-bottom: 1rem;
  font-size: 2.6rem;
  font-weight: 600;
}
.blog-main-content .table-of-contents-accounting ul {
  list-style-type: none;
  padding-left: 2rem;
}
.blog-main-content .table-of-contents-accounting ul .tab-cont-sub {
  margin-bottom: 1.2rem;
  font-size: 1.6rem;
  color: #001f2d;
}
.blog-main-content .table-of-contents-accounting ul .tab-cont-sub a {
  text-decoration: none;
  color: #333;
}
.blog-main-content .table-of-contents-accounting ul .tab-cont-sub a:hover {
  text-decoration: none;
}
.blog-main-content .table-of-contents-traditional {
  height: 50rem;
  width: 40rem;
  background-color: #F8F8F8;
  padding: 1.5rem;
  border-radius: 0.75rem;
  border: 1px solid;
}
@media only screen and (max-width: 767px) {
  .blog-main-content .table-of-contents-traditional {
    width: 100%;
    height: 38rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .blog-main-content .table-of-contents-traditional {
    height: 50rem;
  }
}
.blog-main-content .table-of-contents-traditional .tab-head {
  margin-bottom: 1rem;
  font-size: 2.6rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .blog-main-content .table-of-contents-traditional .tab-head {
    font-size: 2rem;
  }
}
.blog-main-content .table-of-contents-traditional ul {
  list-style-type: none;
  padding-left: 2rem;
}
@media only screen and (max-width: 767px) {
  .blog-main-content .table-of-contents-traditional ul {
    padding-left: 0;
  }
}
.blog-main-content .table-of-contents-traditional ul .tab-cont-sub {
  margin-bottom: 1.2rem;
  font-size: 1.6rem;
  color: #001f2d;
}
@media only screen and (max-width: 767px) {
  .blog-main-content .table-of-contents-traditional ul .tab-cont-sub {
    font-size: 1.3rem;
  }
}
.blog-main-content .table-of-contents-traditional ul .tab-cont-sub a {
  text-decoration: none;
  color: #333;
}
.blog-main-content .table-of-contents-traditional ul .tab-cont-sub a:hover {
  text-decoration: none;
  color: #36C1CC;
}

@media only screen and (max-width: 767px) {
  .btn-clr {
    background: #FFC638;
    color: #001f2d;
    width: 12rem;
    height: 4rem;
    border-radius: 1rem;
  }
}

.feature-cont {
  padding: 2rem;
  margin-top: 14rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .feature-cont {
    padding: 0;
    margin-top: 8rem;
  }
}
.feature-cont .feature-icons {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.feature-cont .icon-col {
  position: absolute;
  top: 0;
}
.feature-cont .icon-col img {
  position: absolute;
  width: 4rem;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .feature-cont .icon-col img {
    position: static;
    width: 3rem;
  }
}
.feature-cont .icon-col.left {
  left: 0;
}
@media only screen and (max-width: 767px) {
  .feature-cont .icon-col.left {
    display: none;
  }
}
.feature-cont .icon-col.right {
  right: 0;
}
@media only screen and (max-width: 767px) {
  .feature-cont .icon-col.right {
    display: none;
  }
}
.feature-cont .icon1 {
  top: 0rem;
  left: 21rem;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .feature-cont .icon1 {
    top: 0rem;
    left: 1rem;
  }
}
.feature-cont .icon2 {
  top: 15rem;
  left: 117px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .feature-cont .icon2 {
    top: 17rem;
    left: 43px;
  }
}
.feature-cont .icon3 {
  top: 29rem;
  left: 22rem;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .feature-cont .icon3 {
    top: 30rem;
    left: 0rem;
  }
}
.feature-cont .icon4 {
  top: 0rem;
  right: 21rem;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .feature-cont .icon4 {
    top: 0rem;
    right: 1rem;
  }
}
.feature-cont .icon5 {
  top: 15rem;
  right: 117px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .feature-cont .icon5 {
    top: 17rem;
    right: 43px;
  }
}
.feature-cont .icon6 {
  top: 29rem;
  right: 22rem;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .feature-cont .icon6 {
    right: -5px;
  }
}
.feature-cont .center-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding: 0 2rem;
}
@media only screen and (max-width: 767px) {
  .feature-cont .center-content {
    padding: 0;
    text-align: center;
  }
}
.feature-cont .center-content .main-head {
  font-size: 6rem;
  line-height: 72px;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .feature-cont .center-content .main-head {
    font-size: 3rem;
    line-height: 60px;
  }
  .feature-cont .center-content .main-head br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .feature-cont .center-content .main-head {
    font-size: 5rem;
    line-height: 6rem;
  }
}
.feature-cont .center-content .sub-cont {
  font-size: 1.6rem;
  color: #666;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .feature-cont .center-content .sub-cont {
    font-size: 1.4rem;
  }
  .feature-cont .center-content .sub-cont br {
    display: none;
  }
}

.btn-cntr {
  justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .btn-cntr {
    display: flex;
  }
}

.feature-sec {
  padding: 1rem;
}
.feature-sec .feature-detail {
  text-align: center;
  margin-bottom: 4rem;
}
.feature-sec .feature-detail .feature-heading {
  font-size: 4.4rem;
  font-weight: 600;
  letter-spacing: -1px;
}
@media (max-width: 768px) {
  .feature-sec .feature-detail .feature-heading {
    font-size: 2rem;
  }
}
.feature-sec .feature-detail .sub-cont {
  font-size: 1.6rem;
  color: #707070;
  font-weight: 500;
  margin-top: -2rem;
}
@media (max-width: 768px) {
  .feature-sec .feature-detail .sub-cont {
    font-size: 1.4rem;
  }
}
.feature-sec .feature-tabs {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 3rem;
  margin: 2rem auto;
  padding-bottom: 0.5rem;
  position: relative;
  list-style: none;
  max-width: 1182px;
  padding-left: 0;
  border-bottom: 2px solid #ccc;
}
.feature-sec .feature-tabs .tab-btn {
  font-size: 1.6rem;
  font-weight: 500;
  color: #707070;
  cursor: pointer;
  position: relative;
  padding-bottom: 0.5rem;
  transition: color 0.3s ease;
}
.feature-sec .feature-tabs .tab-btn:hover {
  color: #0597F2;
}
.feature-sec .feature-tabs .tab-btn.active {
  color: #0597F2;
  font-weight: 600;
}
.feature-sec .feature-tabs .tab-btn.active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
}
.feature-sec .feature-content .tab-section {
  display: none;
}
.feature-sec .feature-content .tab-section.active {
  display: block;
}
.feature-sec .feature-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  margin-bottom: 6rem;
  margin-top: 10rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .feature-sec .feature-row {
    flex-direction: column;
    margin-top: 2rem;
    margin-bottom: 2rem;
    gap: 0;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .feature-sec .feature-row {
    flex-direction: column;
    gap: 2rem;
  }
}
.feature-sec .feature-row.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .feature-sec .feature-row.reverse {
    flex-direction: column-reverse;
  }
  .feature-sec .feature-row.reverse .feature-col.left {
    order: 2;
  }
  .feature-sec .feature-row.reverse .feature-col.right {
    order: 1;
  }
}
.feature-sec .feature-row .tick-list {
  list-style: none;
  padding: 0;
  margin: 2rem 0;
}
.feature-sec .feature-row .tick-list .list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.6rem;
  margin-bottom: 1.2rem;
  color: #707070;
  font-weight: 500;
}
@media (max-width: 768px) {
  .feature-sec .feature-row .tick-list .list {
    font-size: 1.4rem;
  }
}
.feature-sec .feature-row .tick-list .list .tic-img {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 1rem;
  flex-shrink: 0;
}
.feature-sec .feature-row .feature-col {
  flex: 1;
}
.feature-sec .feature-row .feature-col .label {
  font-size: 1.4rem;
  color: #0597F2;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.feature-sec .feature-row .feature-col .feature-sub-head {
  font-size: 3.2rem;
  font-weight: 600;
  color: #001f2d;
  margin-bottom: 1rem;
  margin-top: 1rem;
  letter-spacing: -1px;
}
@media (max-width: 768px) {
  .feature-sec .feature-row .feature-col .feature-sub-head {
    margin-top: 2rem;
    font-size: 2.2rem;
  }
  .feature-sec .feature-row .feature-col .feature-sub-head br {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .feature-sec .feature-row .feature-col .feature-sub-head br {
    display: none;
  }
}
.feature-sec .feature-row .feature-col .sub-cont {
  font-size: 1.6rem;
  color: #707070;
  font-weight: 500;
  text-align: left;
}
@media (max-width: 768px) {
  .feature-sec .feature-row .feature-col .sub-cont {
    font-size: 1.4rem;
  }
  .feature-sec .feature-row .feature-col .sub-cont br {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .feature-sec .feature-row .feature-col .sub-cont br {
    display: none;
  }
}
.feature-sec .border-card {
  border: 1px solid #0597F2;
  padding: 6rem 6rem;
  border-radius: 3.4rem;
}
@media only screen and (max-width: 767px) {
  .feature-sec .border-card {
    padding: 2rem;
  }
}
.feature-sec .clr-border {
  border: 1px solid #E9F5FF;
  padding: 6rem 6rem;
  border-radius: 3.4rem;
  background: #E9F5FF;
}
@media only screen and (max-width: 767px) {
  .feature-sec .clr-border {
    padding: 2rem;
  }
}
.feature-sec .feature-width {
  width: 52rem;
  height: 40rem;
}
@media only screen and (max-width: 767px) {
  .feature-sec .feature-width {
    width: 100%;
    height: auto;
  }
}

.bluejay-possible {
  position: relative;
  padding: 2rem;
}
@media only screen and (max-width: 767px) {
  .bluejay-possible {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .bluejay-possible {
    margin-top: 20rem;
  }
}
.bluejay-possible .floating-docs {
  position: absolute;
  top: -52px;
  right: 20rem;
  width: 34rem;
  height: 25rem;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .bluejay-possible .floating-docs {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .bluejay-possible .floating-docs {
    top: -135px;
    right: 4rem;
    width: 28rem;
    height: 20rem;
  }
}
.bluejay-possible .box-bluejay {
  background-color: #0597F2;
  padding: 4rem 8rem;
  border-radius: 2rem;
}
@media only screen and (max-width: 767px) {
  .bluejay-possible .box-bluejay {
    width: 100%;
    height: auto;
    padding: 2rem;
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .bluejay-possible .box-bluejay {
    padding: 2rem;
  }
}
.bluejay-possible .box-bluejay .box-hd {
  font-size: 3.2rem;
  color: #fff;
  font-weight: 600;
  margin-bottom: 1rem;
  letter-spacing: -1px;
}
@media only screen and (max-width: 767px) {
  .bluejay-possible .box-bluejay .box-hd {
    font-size: 2.2rem;
  }
}
.bluejay-possible .box-bluejay .sub-cont {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .bluejay-possible .box-bluejay .sub-cont {
    font-size: 1.4rem;
  }
  .bluejay-possible .box-bluejay .sub-cont br {
    display: none;
  }
}
.bluejay-possible .box-bluejay .bluejay-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6.2rem;
}
@media only screen and (max-width: 767px) {
  .bluejay-possible .box-bluejay .bluejay-cards {
    grid-template-columns: repeat(1, 1fr);
    padding: 0;
    gap: 1.2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .bluejay-possible .box-bluejay .bluejay-cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}
.bluejay-possible .box-bluejay .bluejay-cards .card-box {
  background: #fff;
  border-radius: 1rem;
  padding: 4rem;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  width: 50.7rem;
  height: 26.5rem;
}
@media only screen and (max-width: 767px) {
  .bluejay-possible .box-bluejay .bluejay-cards .card-box {
    width: 100%;
    height: auto;
    padding: 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .bluejay-possible .box-bluejay .bluejay-cards .card-box {
    width: 64.7rem;
    height: 20.5rem;
    padding: 2rem;
  }
}
.bluejay-possible .box-bluejay .bluejay-cards .card-box .grid-img {
  width: 6rem;
  height: 6rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .bluejay-possible .box-bluejay .bluejay-cards .card-box .grid-img {
    width: 4rem;
    height: 4rem;
    margin-bottom: 0;
  }
}
.bluejay-possible .box-bluejay .bluejay-cards .card-box .card-head {
  font-size: 2rem;
  font-weight: 600;
  color: #001f2d;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .bluejay-possible .box-bluejay .bluejay-cards .card-box .card-head {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    margin-top: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .bluejay-possible .box-bluejay .bluejay-cards .card-box .card-head {
    margin-top: 1rem;
  }
}
.bluejay-possible .box-bluejay .bluejay-cards .card-box .sub-cont {
  font-size: 1.4rem;
  color: #707070;
  line-height: 1.5;
}
.bluejay-possible .box-bluejay .bluejay-cards .card-box:hover {
  transform: translateY(-5px);
}

.bluejay-feature-card {
  padding: 2rem;
  margin-top: 4rem;
}
.bluejay-feature-card .card-feature {
  width: 124rem;
  height: 28rem;
  background: #F1F1F1;
  padding: 2rem;
  border-radius: 2rem;
}
@media only screen and (max-width: 767px) {
  .bluejay-feature-card .card-feature {
    width: 100%;
    height: auto;
  }
}
.bluejay-feature-card .card-feature .box-hd {
  font-size: 3.2rem;
  color: #001f2d;
  font-weight: 600;
  margin-bottom: 1rem;
  text-align: center;
}
.bluejay-feature-card .card-feature .sub-cont {
  font-size: 1.4rem;
  color: #707070;
  line-height: 1.5;
  text-align: center;
}
.bluejay-feature-card .card-feature .login {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: inherit;
  padding-block: 0.5rem;
  padding-inline: 1.5rem;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .bluejay-feature-card .card-feature .login.login {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5rem;
    width: 13.5rem;
    background-color: #FFC638;
    color: #fff;
    border-radius: 2.5rem;
    padding: 0 1rem;
    border: none;
    outline: none;
    cursor: pointer;
  }
  .bluejay-feature-card .card-feature .login.login:hover {
    background-color: #e20142;
  }
  .bluejay-feature-card .card-feature .login.contact-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 4.5rem;
    width: 20rem;
    background-color: #FFC638;
    color: #001f2d;
    border-radius: 2.5rem;
    padding: 0 1rem;
  }
  .bluejay-feature-card .card-feature .login.contact-btn:hover {
    background-color: #e20142;
  }
}
.bluejay-feature-card .card-feature:hover {
  color: #36C1CC;
}
.bluejay-feature-card .card-feature .btn-cntr {
  justify-content: center;
}

.unleash-power {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 1rem;
  background: linear-gradient(90deg, rgb(33, 37, 41) 0%, rgba(33, 54, 71, 0.95) 69%, rgb(3, 151, 242) 175%);
  background-repeat: no-repeat;
  border-radius: 0.6rem;
  padding: 6rem;
}
@media (max-width: 768px) {
  .unleash-power {
    padding: 2rem;
    flex-direction: column;
  }
}

.mg-t-3 {
  margin-top: 3rem;
}

.box-bg {
  margin-top: 10rem;
}
@media only screen and (max-width: 767px) {
  .box-bg {
    margin-top: 5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box-bg {
    margin-top: 6rem;
  }
}
.box-bg .bg-content {
  background: linear-gradient(90deg, #f5f5f5 -8%, #fff7e2 100%);
  border-radius: 20px;
  padding: 1rem 5rem;
  width: 124rem;
  height: 39rem;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .box-bg .bg-content {
    width: 100%;
    height: auto;
    padding: 2rem;
    display: grid;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box-bg .bg-content {
    width: 100%;
    height: auto;
    padding: 2rem 3rem;
  }
}
.box-bg .bg-content .left-content .title {
  font-size: 4.4rem;
  font-weight: 600;
  color: #001f2d;
  margin-bottom: 2rem;
  letter-spacing: -1px;
}
@media only screen and (max-width: 767px) {
  .box-bg .bg-content .left-content .title {
    font-size: 2rem;
  }
  .box-bg .bg-content .left-content .title br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box-bg .bg-content .left-content .title {
    font-size: 3.4rem;
  }
  .box-bg .bg-content .left-content .title br {
    display: none;
  }
}
.box-bg .bg-content .left-content .points {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
}
.box-bg .bg-content .left-content .points .list-detail {
  font-size: 1.6rem;
  color: #333;
  margin-bottom: 1.2rem;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .box-bg .bg-content .left-content .points .list-detail {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box-bg .bg-content .left-content .points .list-detail {
    font-size: 1.4rem;
  }
}
.box-bg .bg-content .left-content .points .list-detail .icon {
  width: 3.2rem;
  height: 1.2rem;
  margin-right: 0.8rem;
}
@media only screen and (max-width: 767px) {
  .box-bg .bg-content .left-content .points .list-detail .icon {
    width: 1.2rem;
    height: 1.2rem;
    margin-top: 0;
  }
}
.box-bg .bg-content .right-content {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .box-bg .bg-content .right-content {
    margin-top: 3rem;
  }
}
.box-bg .bg-content .right-content .rgt-img {
  width: 220px;
  max-width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box-bg .bg-content .right-content .rgt-img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .box-bg .bg-content .right-content .rgt-img {
    width: 100%;
    height: auto;
  }
}/*# sourceMappingURL=style.css.map */