    @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

    body{
      /*#984D38 light megenta*/
      /*#181E41 dark blueissh*/
      /*#68C8D2 bae primary*/
      /*#66FCF1 bae primary 2nd +++ */
      /*background:linear-gradient(to right,#121212 0%, #060615 63%);*/
      background: #080814;
      font-family: "Poppins", sans-serif;
    }
    a{
      text-decoration: none;
      color: white;
    }
    h1,h2,h3,h4,h5,h6,p,label,li{
      color: white;
    }
    .mytopnav{
      /*background:linear-gradient(to right,#121212 0%,#060615 63%); */
      background: #080814; 
    }
    .navbar-brand:focus, .navbar-brand:hover {
        color: #66FCF1;
    }
    .navbar-brand, .nav-link{
      color:white;
    }
    .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
        color: #66FCF1;
    }
    .nav-link:focus, .nav-link:hover {
        color: #66FCF1;
    }
    .dropdown-item {
      display: block;
      width: 100%;
      padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
      clear: both;
      font-weight: 400;
      color: white;
      text-align: inherit;
      text-decoration: none;
      white-space: nowrap;
      background-color: transparent;
      border: 0;
      border-radius: var(--bs-dropdown-item-border-radius,0);
    }
    .dropdown-item:focus, .dropdown-item:hover {
      color: #66FCF1;
      background-color: transparent;
    }
    .dropdown-item.active, .dropdown-item:active {
      color: #66FCF1;
      text-decoration: none;
      background-color: transparent;
    }
    .searchInput::placeholder {
        color: rgb(175, 175, 175);
        text-align: center;
    }
    .searchInput:focus {
        background: transparent;
        color: white;
    }
    .searchInput{
      background: transparent;
      color:white;
      border-radius: 2rem;
    }
    .banner{
        width:100%;
        /*height:100vh;*/
        overflow:hidden;
        display:flex;
        justify-content:center;
        align-items:center;
    }
    .banner video{
        position: absolute;
        left:0;
        top:10;
        object-fit:cover;
        width:100%;
        /*height:95%;*/
        pointer-events:none;
    }
    .banner .content{
        position:relative;
        z-index:1;
        max-width:1000px;
        height:95%;
        margin:0 auto;
        text-align:center;
        display:flex;
        align-items:end;
    }
    .banner .content h1{
        margin:0;
        padding:0;
        font-size:4.5em;
        text-transform:uppercase;
        color:white;
    }
    .banner .content p{
        font-size:1.5em;
        color:white;
    }
    /*mobile*/
    @media screen and (max-width: 444px) {
        .banner{ height:33vh; }
        .banner video{ height:33%; }
    } 
    /*tablet*/
    @media screen and (min-width: 444px) and (max-width: 777px) {
        .banner{ height:70vh; }
        .banner video{ height:70%; }
    } 
    /*desktop*/
    @media screen and (min-width: 777px) and (max-width: 1033px) {
        .banner{ height:87vh; }
        .banner video{ height:87%; }
    } 
    /*laptop*/
    @media screen and (min-width: 1033px) and (max-width: 1444px) {
        .banner{ height:87vh; }
        .banner video{ height:87%; }
    } 
    /*hd monitor*/
    @media screen and (min-width: 1444px) {
        .banner{ height:87vh; }
        .banner video{ height:87%; }
    }
    .myCard{
      /*background: rgba(128, 128, 128, 0.247);*/
      background: rgb(255, 255, 255, 0.100);
      color: white;
      padding: 1rem;
      border-radius: 1rem;
    }
    .btn-purple {
      /* B75CFF-l 671AE4-d */
      background: linear-gradient(to right top,#671AE4,#B75CFF);
      color: white;
      border-radius: .5rem;
      border: none;
      padding: 10px 0px;
      font-weight: 500;
      font-size: 20px;
     
    }
    .btn-first {
      /*background: transparent;*/
      background: rgba(0, 0, 0, 0.5);
      color: #66FCF1;
      border-radius: 3rem;
      border: 2px solid #66FCF1;
      padding: 10px 0px;
      font-weight: 500;
      font-size: 20px;
     
    }
    .btn-first:hover {
      background: #66FCF1;
      color: black;
     
    }
    .btn-purple:hover {
      background: linear-gradient(to right top,#B75CFF,#671AE4);
      color: white;
     
    }
    .footerP{
      color: rgb(172, 172, 172);
      font-size: 15px; 
      margin-bottom: 10px;  
      padding-left: 3px;
    }
    .myCard2{
        background: rgb(255, 255, 255, 0.100); 
        border-radius: .8rem;
    }
    .inCard2{
      display:flex;
      align-items:top;
    }
    .imageCard2{
      width:80px;
      height:80px;
    }
    .accordion-button:focus {
        z-index: 3;
        outline: 0;
        box-shadow: none;
    }
    
    /*RESPONSIVE-------------------------------------------------------------*/
    /*mobile*/
    @media screen and (max-width: 444px) {
        .mybanner{
            height: 40vh;
        }
    } 
    /*tablet*/
    @media screen and (min-width: 444px) and (max-width: 777px) {
      .inCard2{
          height: 230px;
      }
    } 
    /*desktop*/
    @media screen and (min-width: 777px) and (max-width: 1033px) {
      .inCard2{
          height: 300px;
      }
    } 
    /*laptop*/
    @media screen and (min-width: 1033px) and (max-width: 1444px) {
      .inCard2{
          height: 250px;
      }
    } 
    /*hd monitor*/
    @media screen and (min-width: 1444px) {
      .inCard2{
          height: 230px;
      }
    } 
    
    .accordion-button::after {
        background-image: url('/frontend/add5.svg?version={{ time() }}');
    }
    .accordion-button:not(.collapsed)::after {
        background-image: url('/frontend/sub.svg?version={{ time() }}');
    }
    .accordion-button:not(.collapsed) {
        box-shadow: inset 0 calc(0 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
    }
    .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
        color: #000;
        background-color: #66FCF1;
    }
    
.btn-close {
    --bs-btn-close-color: #000;
    /*--bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");*/
    --bs-btn-close-bg: url("/frontend/closeWhite.svg");
    --bs-btn-close-opacity: 0.5;
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: var(--bs-btn-close-color);
    background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
    border: 0;
    border-radius: .375rem;
    opacity: var(--bs-btn-close-opacity);
}
    
    .footer-facebook:hover{ color: #0866FF; }
    .footer-whatsapp:hover{ color: #00D757; }
    .footer-youtube:hover{ color: #FF0000; }
    .footer-linkedin:hover{ color: #0A66C2; }
    .footer-telephone-outbound-fill:hover{ color: #00D757; }
    
    .callButton{
        width: 50px;
        height: 50px;
        position:fixed;
        left: 15px;
        bottom: 15px;
        display: flex;
        align-items: end;
        justify-content: center;
        background: #66FCF1;
        border-radius: 100%;
    }
    .whatsappButton{
        width: 50px;
        height: 50px;
        position:fixed;
        right: 15px;
        bottom: 15px;
        display: flex;
        align-items: end;
        justify-content: center;
        background: #66FCF1;
        border-radius: 100%;
    }
    .fixedAButton{
        color: black;
        font-size: 30px;
        width:100%;
        text-align: center;
        border-radius: 100%;
    }
    .fixedAButton:hover{
      cursor: pointer;
      animation: heart 1.25s linear infinite;
    }
    @keyframes heart{
      from{
        transform: scale(1);
      }
      10%{
        transform: scale(1.2);
      }
    }
    
    
    .animated_card2{
      display: grid;
      place-items: center;
      position: relative;
      /*background: #22222C;*/
      background: #080814;
      border-radius: 10px;
      cursor: pointer;
    }
    .cardCon{
      z-index: 10;
    }
    .animated_card2{
      overflow: hidden;
    }
    .animated_card2::before{
      position: absolute;
      content: '';
      width: 50%;
      height: 180%;
      background: #66FCF1;
      transform: rotate(0deg);
    }
    .animated_card2:hover::before{
      animation: animate2 2s linear infinite;
    }
    @keyframes animate2{
      from{
        transform: rotate(0deg);
      }
      to{
        transform: rotate(360deg);
      }
    }
    .animated_card2::after{
      position: absolute;
      content: '';
      inset: 5px;
      /*background: #22222C;*/
      background: #080814;
      border-radius: 8px;
    }
    
.aButton4{
  padding: 10px;
  border: none;
  outline: none;
  color: white;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 12px;
  text-decoration: none;
}
.aButton4::after{
  content: "";
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  /*background: #303336;*/
  background: #080814;
  left: 0;
  top: 0;
  border-radius: 10px;
}
.aButton4::before{
  content: "";
  background: linear-gradient(
    45deg,
    red, orange, yellow, green,
    aqua, blue, pink, red
  );
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 600%;
  z-index: -1;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  filter: blur(8px);
  animation: glowing 20s linear infinite;
  transition: opacity .3s ease-in-out;
  border-radius: 10px;
  opacity: 0;
}
@keyframes glowing {
  0% { background-position: 0 0 ; }
  50% { background-position: 400% 0 ; }
  100% { background-position: 0 0 ; }
}
.aButton4:hover::before{
  opacity: 1;
}
.aButton4:active:after{
  /*background: transparent;*/
}
.aButton4:active{
  /*color: black;*/
  /*font-weight: bold;*/
}



.cardReview{
    background: transparent;
    border-radius:1rem;
    border:2px solid #66FCF1;
    transition:.3s;
    padding: 10px;
}
.cardReview:hover{
    background: rgba(128, 128, 128, 0.247);
    border:2px solid rgba(128, 128, 128, 0.247);
    cursor:pointer;
}
.reviwImage{
    width:100px;
    height:100px;
    margin: 20px auto 0px auto;
}
.workTab{
    background:rgb(255, 255, 255, 0.100);
    border-radius:1rem;
    padding: 40px 10px;
    height: 200px;
    padding:20px;
    font-size: 18px;
    display: flex;
    align-items:center;
    justify-content:center;
    color:white;
}