
.hero-img {
    max-height: 650px;
    width: auto;
}

@keyframes fadeInOut {
    0% {
        opacity: 0.6;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.6;
    }
}

.hero-bg {
    position: relative;
    height: 100vh;
    z-index: 1;
    overflow: hidden; 
}

@media screen and (max-width: 991.99px) {
  .hideOverflow-sm {
    overflow: hidden;
  }
}

.hero-bg-img {
    position: absolute;
    top: 0px;
    left: -250px;
    object-fit: cover;
    opacity: 0.6;
    z-index: -1; 
    animation: fadeInOut 5s infinite;
    background-image: "/imgs/Hero-text-bg.png";
}



@media screen and (max-width: 1399px) {
    .hero-img {
        margin-top: 50px;
        max-height: 550px;
        width: auto;
    }

    .hero-bg {
        /* background-image: url("/imgs/Hero-text-bg.png"); */
        background-repeat: no-repeat;
        background-size: cover;
        background-position: -650px -110px;
        height: 100vh;
        padding-top: 50px !important;
        margin-top: -50px !important;
    }

    
}

@media screen and (max-width: 1200px) {
    .hero-img {
        /* margin-top: 100px; */
        max-height: 450px;
        width: auto;
    }

    .hero-bg {
        background-image: url("/imgs/Hero-text-bg.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: -650px -110px;
        height: 100vh;
        padding-top: 50px !important;
        margin-top: -50px !important;
        
    }
}


@media screen and (max-width: 768px) {
    .hero-img {
        max-height: 350px;
        width: auto;
    }

    .hero-bg {
        background-image: url("/imgs/Hero-text-bg.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: -500px -120px; 
        height: 100vh;
        padding-top: 50px !important;
        margin-top: -50px !important;
    }
}

.typewriter h1 {
    overflow: hidden;
    border-right: .15em solid orange;
    white-space: nowrap;
    margin: 0 auto;
    letter-spacing: .15em;
    animation: typing 3.5s steps(40, end), blink-caret .75s step-end infinite;
  }
  
  .dark-mode .typewriter h1 {
    overflow: hidden;
    border-right: .15em solid orange;
    white-space: nowrap;
    margin: 0 auto;
    letter-spacing: .15em;
    animation: typing 3.5s steps(40, end), blink-caret .75s step-end infinite;
  }
  @keyframes typing {
    0% {
      width: 0;
    }
    50% {
      border-right-color: transparent; 
    }
    100% {
      width: 100%;
      border-right-color: orange; 
    }
  }
  
  @keyframes blink-caret {
    from, to {
      border-color: transparent;
    }
    50% {
      border-color: orange;
    }
  }
  

  .typewriter h1:not(:first-child) {
    display: none;
  }
  

@keyframes count-up {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.count {
  animation: count-up 1s ease-in-out;
}

.count-text {
  animation: count-up 1s ease-in-out;
}

.bg-purple {
  background-color: rgb(2, 122, 192,0.8)
}

.bg-purple-100 {
  background-color: rgb(2, 122, 192,1)
}

.dark-mode .bg-purple {
  background-color: rgba(154, 39, 231, 0.8);
}

.dark-mode .bg-purple-100 {
  background-color: rgba(154, 39, 231, 1);
}


@media screen and (min-width: 992px) {

  .bg-wave{
    background-image: url("/imgs/bg-2.png");
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center;
    width: 100vh;
    /* height: 100vh; */
    padding-top: 50px !important;
    margin-top: -50px !important;
  
  }

  .dark-mode .bg-wave{
    background-image: url("/imgs/bg-2-dark.png");
    
  }
}



.custom-card {
  transition: background-color 0.3s ease, border-color 0.3s ease;
  border: 2px solid transparent;
}

.custom-card.active {
  border-color: #ffffff;
  background-color: #005587;
}


.custom-card:hover {
  background-color: #005587;
  cursor: pointer;
}

.dark-mode .custom-card.active {
  border-color: #ffffff;
  background-color: #7716ed;
}


.dark-mode .custom-card:hover {
  background-color: #7716ed;
  cursor: pointer;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

#imageToChange {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

#imageToChange.image-hidden {
  opacity: 0;
}

.d-FAQcontainer{
  display: flex;
  justify-content: flex-start;
  margin-top: 100px;
  width: max-content;
  margin: auto;
}

.d-AccountDetailsPlus {
  width: 90%;
  margin: 0 auto 30;
  padding: 1%;
  
  background-color: #ededed;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border: 2px solid #cbb26a;
  border-radius: 50px;
}

.d-transition, ul li i:before, ul li i:after, p {
  transition: all 0.25s ease-in-out;
}

.d-flipIn, ul li, h1 {
  animation: flipdown 0.5s ease both;
}

.d-no-select, h2 {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.d-accord{
  margin-top: 2%;
  padding: 5%;
  color: #6E7271;
  height: auto;
  text-align: left;
}

.d-accord h1{
  font-weight: bold;
  padding: 10;
}

.d-accord p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  max-height: 800px;
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 14px;
  z-index: 2;
}

.dark-mode .d-accord p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  max-height: 800px;
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 14px;
  z-index: 2;
}

.d-accord ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}

.d-accord ul li {
  position: relative;
  padding: 0;
  margin: 0;
  padding-bottom: 4px;
  padding-top: 18px;
  border-top: 1.5px;
}
.d-accord ul li:nth-of-type(1) {
  animation-delay: 0.5s;
}
.d-accord ul li:nth-of-type(2) {
  animation-delay: 0.75s;
}
.d-accord ul li:nth-of-type(3) {
  animation-delay: 1s;
}
.d-accord ul li:nth-of-type(4) {
  animation-delay: 1.25s;
}
.d-accord ul li:nth-of-type(5) {
  animation-delay: 1.5s;
}
.d-accord ul li:last-of-type {
  padding-bottom: 0;
}
.d-accord ul li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 16px;
  right: 0;
}
.d-accord ul li i:before, ul li i:after {
  content: "";
  position: absolute;
  background-color: hsl(202, 97%, 38%);
  width: 3px;
  height: 9px;
}

.dark-mode .d-accord ul li i:before, ul li i:after {
  content: "";
  position: absolute;
  background-color: #8011f0;
  width: 3px;
  height: 9px;
}
.d-accord ul li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
.d-accord ul li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
.d-accord ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.d-accord ul li input[type=checkbox]:checked ~ p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
.d-accord ul li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
.d-accord ul li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}

@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}

.benefice-indutrie-item {
  width: 100%;
  height: 100px;
  text-align: center;
  background-color: #fff;
  border-radius: 1rem;
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
  padding: 0 1.5rem 2rem;
  display: flex;
}

.sample_container {
  max-width: 25%;
  margin: 2%;
  min-height: max-content;
  min-width: 210px;
  
}


.purple_grad_bg{
  background: #0e031b;
  background: linear-gradient(85deg, #0e031b 25%, #201d24 95%);
}
.purple_grad_text{
  color: rgb(2, 122, 192);
color: linear-gradient(151deg, rgb(2, 122, 192,1) 25%, rgb(2, 122, 192,0.38707983193277307) 75%);
}

.dark-mode .purple_grad_text{
  color: rgb(128,17,240);
color: linear-gradient(151deg, rgba(128,17,240,1) 25%, rgba(128,17,240,0.38707983193277307) 75%);
}

.e-custom-card {
  position: relative;
  margin-top: 30px;
  overflow: visible;
  transition: 0.2s;
  border-width: 1px;
  padding: 10px;
  padding-bottom: 10px;
  width: 100%;
  min-height: min-content;
  background: #110420
}

.e-custom-card.e-card:hover {
  border-width: 1px;
  transform: scale(1.03);
}

.e-custom-card :nth-child(2) .e-card-header-title.name {
  margin-top: 20px;
}

.sample_container p.avatar-content {
  line-height: 20px;
  font-family: inherit;
}

.e-custom-card .e-card-header {
  text-align: center;
  color:#eeedf2;
}

.e-custom-card .e-avatar {
  font-size: 40px;
  position: absolute;
  top: calc(0% - 1.5em);
  left: calc(50% - 1.5em);
  box-shadow: 0 16px 28px -8px rgba(0, 0, 0, .36), 0 4px 15px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
}

.tailwind .e-custom-card .e-avatar,
.tailwind-dark .e-custom-card .e-avatar,
.bootstrap5 .e-custom-card .e-avatar,
.bootstrap5-dark .e-custom-card .e-avatar,
.fluent .e-custom-card .e-avatar,
.fluent-dark .e-custom-card .e-avatar,
.material3 .e-custom-card .e-avatar,
.material3-dark .e-custom-card .e-avatar {
  height: 3em;
  width: 3em;
}

.e-card.e-custom-card :nth-child(3) {
  padding: 12px 0px 20px 0px;
  height: 130px;
}

.e-card-icon{
  margin-top: -50px !important;
}

.e-custom-card.e-card .e-card-header .e-card-header-caption .e-card-header-title {
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  color: #eeedf2;
  /* color: rgba(83, 101, 132, 0.65); */
}

.e-custom-card.e-card .e-card-header .e-card-header-caption .e-card-sub-title {
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  color: rgba(86, 90, 97, 0.65);
  text-shadow: 0 0 0.1px;
}

.e-custom-card.e-card .e-card-content {
  overflow: visible;
  width: auto;
  margin: 5px 5px 5px 5px;
  word-spacing: 1px;
}

.avatar-content {
  color: rgba(250, 200, 130, 0.6);
  margin: 0 auto;
  text-align: center;
  color: rgb(94, 94, 94);
  border: none;
  padding: 0;
  font-size: 14px;
}

.avatar-content {
  margin-bottom: 0;
  margin: 5px;
}

.sample_container .name {
  margin-top: 10px;
}

.highcontrast .e-custom-card.e-card .avatar-content,
.bootstrap-dark .e-custom-card.e-card .avatar-content,
.tailwind-dark .e-custom-card.e-card .avatar-content,
.material-dark .e-custom-card.e-card .avatar-content,
.material3-dark .e-custom-card.e-card .avatar-content,
.fabric-dark .e-custom-card.e-card .avatar-content,
.bootstrap5-dark .e-custom-card.e-card .avatar-content,
.fluent-dark .e-custom-card.e-card .avatar-content {
  color: #eeedf2;
}

.highcontrast .e-custom-card.e-card .e-card-header .e-card-header-caption .e-card-sub-title,
.bootstrap-dark .e-custom-card.e-card .e-card-header .e-card-header-caption .e-card-sub-title,
.tailwind-dark .e-custom-card.e-card .e-card-header .e-card-header-caption .e-card-sub-title,
.material-dark .e-custom-card.e-card .e-card-header .e-card-header-caption .e-card-sub-title,
.material3-dark .e-custom-card.e-card .e-card-header .e-card-header-caption .e-card-sub-title,
.fluent-dark .e-custom-card.e-card .e-card-header .e-card-header-caption .e-card-sub-title,
.fabric-dark .e-custom-card.e-card .e-card-header .e-card-header-caption .e-card-sub-title,
.bootstrap5-dark .e-custom-card.e-card .e-card-header .e-card-header-caption .e-card-sub-title,
.fluent-dark .e-custom-card.e-card .e-card-header .e-card-header-caption .e-card-sub-title {
  color: rgba(255, 255, 255, 0.45);
}

.highcontrast .e-custom-card.e-card .e-card-header .e-card-header-caption .e-card-header-title,
.bootstrap-dark .e-custom-card.e-card .e-card-header .e-card-header-caption .e-card-header-title,
.tailwind-dark .e-custom-card.e-card .e-card-header .e-card-header-caption .e-card-header-title,
.material-dark .e-custom-card.e-card .e-card-header .e-card-header-caption .e-card-header-title,
.material3-dark .e-custom-card.e-card .e-card-header .e-card-header-caption .e-card-header-title,
.fluent-dark .e-custom-card.e-card .e-card-header .e-card-header-caption .e-card-header-title,
.fabric-dark .e-custom-card.e-card .e-card-header .e-card-header-caption .e-card-header-title,
.bootstrap5-dark .e-custom-card.e-card .e-card-header .e-card-header-caption .e-card-header-title,
.fluent-dark .e-custom-card.e-card .e-card-header .e-card-header-caption .e-card-header-title {
  color: rgba(255, 255, 255, 0.84);
}

.d-flexMe {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  height: fit-content;
  min-height: max-content;
  margin: auto;
  border: #050f08;
  justify-content: center;
  align-items: flex-start;
}

.d-purpleLight{
  /* color:#D8D4D5; */
  color: #6E7271;
}

/* check */
.d-purpleLight:hover{
  color:rgb(2, 122, 192) ;
  cursor:default;
}

.dark-mode .d-purpleLight:hover{
  color:#8011f0 ;
  cursor:default;
}

.fade-in-section {
  opacity: 0;
  transition: opacity 1s ease;
}

.fade-in-visible {
  opacity: 1;
}

.d-grid {
  text-align: center;
}

.center-image {
  max-width: 100%;
  max-height: 200px;
  display: block;
  margin: 0 auto;
  border: 2px solid #333;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.left-text {
  text-align: left;
}

.right-text {
  text-align: right;
}

.top-text {
  margin-bottom: 20px;
}

.bottom-text {
  margin-top: 20px;
}

.purple-circle {
  background-color:#027ac080;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  min-height: 100px;
  width: 100px;
  height: 100px;

}

.dark-mode .purple-circle {
  background-color:rgba(155, 41, 231, 0.412);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  min-height: 100px;
  width: 100px;
  height: 100px;

}




.glowing-card {
  display: inline-block;
  position: relative;
}

@keyframes glowing-circle {
  0% {
    background-color: #027ac080 ;
  }
  50% {
    background-color:#027ac0cf;
  }
  100% {
    background-color: #027ac080;
  }
}

@keyframes glowing-circle-dark {
  0% {
    background-color: rgba(155, 41, 231, 0.4);
  }
  50% {
    background-color: rgba(155, 41, 231, 0.8);
  }
  100% {
    background-color: rgba(155, 41, 231, 0.4);
  }
}

.glowing-card:hover .purple-circle {
  animation: glowing-circle 1.5s infinite;
}

.dark-mode .glowing-card:hover .purple-circle {
  animation: glowing-circle-dark 1.5s infinite;
}


.P-footer {
  font-family: 'Inter', sans-serif !important;
  position: fixed;
  left: 0;
  bottom: 0;
  height: 9cm;
  width: 100%;
  background-color: #161513;
  color: white;
  text-align: center;
}
.P-logo{
  margin-right: 10cm;
  margin-top: 0.5cm;
  width: 15%;
  white-space: nowrap;
  height: auto;
}

.P-newsletter{
  color:#4898D5;
}
.site-footer
{
  background-color:#eeedf2;
  padding:45px 0 20px;
  font-size:15px;
  line-height:24px;
  color:#737373;
}
.site-footer hr
{
  border-top-color:#10041f;
  opacity:0.5
}
.site-footer hr.small
{
  margin:20px 0
}
.site-footer h6
{
  color:#10041f;
  font-size:16px;
  text-transform:uppercase;
  margin-top:5px;
  letter-spacing:2px
}
.site-footer a
{
  color:#737373;
}
.site-footer a:hover
{
  color:rgb(2, 122, 192);
  text-decoration:none;
}

.dark-mode .site-footer a:hover
{
  color:#9b29e7;
  text-decoration:none;
}

.footer-links2
{
  text-decoration: none;
  padding-left:0;
  list-style:none
}
.footer-links
{
  text-decoration: none;
  color:RGB(38,39,43);
  padding-left:0;
  list-style:none
}
.footer-links li
{
  display:block
}
.footer-links a
{
  color:#737373
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color:rgb(2, 122, 192);
  text-decoration:none;
}

.dark-mode .footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color:#9b29e7;
  text-decoration:none;
}

.footer-links.inline li
{
  display:inline-block
}
.site-footer .social-icons
{
  text-align:right
}
.site-footer .social-icons a
{
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:0;
  border-radius:100%;
  background-color:#33353d
}
.copyright-text
{
  margin:0
}
@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom:30px
  }
}
@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center
  }
}
.social-icons
{
  
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px
}
.social-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:#96a2b2;
  font-weight:700;
  font-size:13px
}
.social-icons a{
  background-color:#eceeef;
  color:#818a91;
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#fff;
  background-color:#29aafe
}
.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}
.social-icons a.facebook:hover
{
  background-color:#3b5998
}
.social-icons a.twitter:hover
{
  background-color:#00aced
}
.social-icons a.linkedin:hover
{
  background-color:#007bb6
}
.social-icons a.dribbble:hover
{
  background-color:#ea4c89
}
@media (max-width:767px)
{
  .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600
  }
}
.facebook{
  color: #fff;
  width: 52%;
}
.twitter{
  width: 90%;
}
.x{
  text-decoration: none;
}
.u-section-1 {
  background-image: none;
}

.u-section-1 .u-sheet-1 {
  min-height: 941px;
}

.u-section-1 .u-group-1 {
  width: 524px;
  min-height: 599px;
  height: auto;
  --animation-custom_in-translate_x: -300px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: 83px auto 0 30px;
}

.u-section-1 .u-container-layout-1 {
  padding-bottom: 0;
  padding-top: 0;
}

.u-section-1 .u-shape-1 {
  width: 498px;
  height: 498px;
  background-image: none;
  --animation-custom_in-translate_x: 50px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 180deg;
  --animation-custom_in-scale: 0.3;
  margin: 0 auto 0 168px;
}

.u-section-1 .u-image-1 {
  width: 567px;
  height: 567px;
  background-image: url("https://assets.nicepagecdn.com/132b2864/5468437/images/5468438-0.jpeg");
  --animation-custom_in-translate_x: 50px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 180deg;
  --animation-custom_in-scale: 0.3;
  background-position: 38.84% 50%;
  margin: -466px -14px 0 auto;
}

.u-section-1 .u-group-2 {
  width: 474px;
  min-height: 500px;
  height: auto;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 300px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: -302px 0 60px auto;
}

.u-section-1 .u-container-layout-2 {
  padding: 30px 30px 40px;
}

.u-section-1 .u-text-1 {
  font-family: Inter;
  margin: 0;
}

.u-section-1 .u-text-2 {
  line-height: 2;
  font-family: Inter;
  margin: 30px 0 0;
}

.u-section-1 .u-btn-1 {
  background-image: none;
  border-style: none;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 700;
  margin: 20px auto 0 0;
  padding: 18px 55px 18px 54px;
}

@media (max-width: 1199px) {
  .u-section-1 .u-sheet-1 {
    min-height: 970px;
  }

  .u-section-1 .u-group-1 {
    width: 565px;
    min-height: 613px;
    margin-top: 50px;
    height: auto;
  }

  .u-section-1 .u-shape-1 {
    width: 435px;
    height: 435px;
    margin-right: 0;
    margin-left: auto;
  }

  .u-section-1 .u-image-1 {
    width: 507px;
    height: 507px;
    margin-top: -371px;
    margin-right: 0;
  }

  .u-section-1 .u-group-2 {
    width: 440px;
    margin-top: -250px;
    margin-bottom: 57px;
    height: auto;
  }
}

@media (max-width: 991px) {
  .u-section-1 .u-sheet-1 {
    min-height: 979px;
  }

  .u-section-1 .u-group-2 {
    margin-top: -214px;
    margin-bottom: 30px;
  }

  .u-section-1 .u-container-layout-2 {
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-sheet-1 {
    min-height: 1170px;
  }

  .u-section-1 .u-group-1 {
    min-height: 590px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .u-section-1 .u-image-1 {
    width: 480px;
    height: 480px;
    margin-top: -344px;
  }

  .u-section-1 .u-group-2 {
    margin-top: 0;
    margin-right: auto;
  }

  .u-section-1 .u-container-layout-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-1 .u-text-1 {
    width: auto;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-sheet-1 {
    min-height: 990px;
  }

  .u-section-1 .u-group-1 {
    min-height: 365px;
    width: auto;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-1 .u-shape-1 {
    width: 299px;
    height: 299px;
    margin-right: 5px;
  }

  .u-section-1 .u-image-1 {
    width: 293px;
    height: 293px;
    margin-top: -229px;
  }

  .u-section-1 .u-group-2 {
    margin-top: 25px;
    margin-bottom: 50px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }
}

.aboutus-section {
  padding: 90px 0;
}
.aboutus-title {
  font-size: 30px;
  letter-spacing: 0;
  line-height: 32px;
  margin: 0 0 39px;
  padding: 0 0 11px;
  position: relative;
  text-transform: uppercase;
  color: #000000;
}
.aboutus-title::after {
  background: #027bc0 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 54px;
}
.aboutus-text {
  color: rgb(64, 64, 64);
  font-size: 17px;
  line-height: 22px;
  /* margin: 0 0 35px; */
  text-align: start;
}

.dark-mode .aboutus-title {
  font-size: 30px;
  letter-spacing: 0;
  line-height: 32px;
  margin: 0 0 39px;
  padding: 0 0 11px;
  position: relative;
  text-transform: uppercase;
  color: #eeedf2;
}
.dark-mode .aboutus-title::after {
  background: #9b29e7 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 54px;
}
.dark-mode .aboutus-text {
  color: #AAA;
  font-size: 17px;
  line-height: 22px;
  /* margin: 0 0 35px; */
  text-align: start;
}

a:hover, a:active {
  color: #eeedf2;
  text-decoration: none;
  outline: 0;
  transform:scale(1.05);
}
.aboutus-more {
  border: 1px solid #027bc0 !important;
  border-radius: 25px;
  color:rgb(64, 64, 64) !important;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  padding: 7px 20px;
  text-transform: uppercase;
}
.dark-mode .aboutus-more {
  border: 1px solid #9b29e7;
  border-radius: 25px;
  color: #eeedf2;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  padding: 7px 20px;
  text-transform: uppercase;
}

.feature .feature-box .iconset {
  
  float: left;
  justify-content: center;
  position: relative;
  top: 50%;
  width: 18%;
}

.feature .feature-box .iconset::after {
  background: #4898D5 none repeat scroll 0 0;
  content: "";
  height: 150%;
  left: 43%;
  justify-content: center;
  position: relative;
  top: 100%;
  width: 1px;
}

.feature .feature-box .feature-content h4 {
  color: rgb(0, 0, 0);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px;
  margin: 0 0 5px;
}

.dark-mode .feature .feature-box .feature-content h4 {
  color: #DDD;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px;
  margin: 0 0 5px;
}

.feature .feature-box .feature-content {
  float: left;
  padding-left: 28px;
  width: 78%;
  text-align: left;
}
.feature .feature-box .feature-content h4 {
  color: #020202;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px;
  margin: 0 0 5px;
}
.feature .feature-box .feature-content p {
  color: rgb(0, 0, 0);
  font-size: 13px;
  line-height: 22px;
}
.icon {
  color : #027bc0;
  padding:0px;
  font-size:40px;
  border: 1px solid #027bc0;
  border-radius: 100px;
  
  font-size: 28px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  width: 70px;
}
.border-purple{
  border-color: #027bc0;
}


.dark-mode .feature .feature-box .feature-content h4 {
  color: #eeedf2;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px;
  margin: 0 0 5px;
}
.dark-mode .feature .feature-box .feature-content p {
  color: #AAA;
  font-size: 13px;
  line-height: 22px;
}
.dark-mode .icon {
  color : #9b29e7;
  padding:0px;
  font-size:40px;
  border: 1px solid #9b29e7;
  border-radius: 100px;
  
  font-size: 28px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  width: 70px;
}
.dark-mode .border-purple{
  border-color: #9b29e7;
}

.puzzle-effect-l {
  transition: transform 0.5s ease;
}

.puzzle-effect-l:hover {
  transform: scale(1.3) translateX(-10%);
}

.puzzle-effect-r {
  transition: transform 0.5s ease;
}

.puzzle-effect-r:hover {
  transform: scale(1.3) translateX(10%);
}

.popup-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 999;
  }
  .popup {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    text-align: center;
  }
  .exit-button {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
  }


.modal-dialog {
  color: #fff !important;
}
 
.modal-content {
  background-color: rgb(2, 122, 192) !important;
}

.dark-mode .modal-content {
  background-color: #110420 !important;
}
 
 
.modal-title {
  color: #fff !important;
}
 
.modal-body {
  padding: 20px !important;
}
