
.full-screen-preview {
    height: 100%;
    padding: 0px;
    margin: 0px;
    overflow: hidden
}

.full-screen-preview__frame {
    width: 100%;
    background-color: white
}

.full-screen-preview__frame.-ios-fix {
    width: 10px;
    min-width: 100%;
    -webkit-overflow-scrolling: touch;
    height: 100% !important
}

.preview__header {
    font-size: 12px;
    height: 54px;
    background-color: #262626;
    z-index: 100;
    line-height: 54px;
    margin-bottom: 1px
}

.preview__envato-logo {
    float: left;
    padding: 0 20px
}

.preview__envato-logo a {
  text-decoration: none;

    display: inline-block;
    position: absolute;
    top: 18px;
    text-indent: -9999px;
    height: 18px;
    width: 152px;
    background: url(/assets/logos/envato_market-dd390ae860330996644c1c109912d2bf63885fc075b87215ace9b5b4bdc71cc8.svg);
    background-size: 152px 18px
}

@media (max-width: 568px) {
    .preview__envato-logo {
        padding:0 10px
    }

    .preview__envato-logo a {
  text-decoration: none;

        position: absolute;
        top: 20px;
        left: 15px;
        height: 14px;
        width: 118px;
        background-size: 118px 14px
    }
}

.preview__actions {
    float: right
}

.preview__action--close,.preview__action--buy {
    display: inline-block;
    padding: 0 20px
}

@media (max-width: 568px) {
    .preview__action--buy {
        padding:0 10px
    }
}

.preview__action--purchase-form {
    display: inline-block
}

.preview__action--item-details {
    display: inline-block
}

.preview__action--close {
    border-left: 1px solid #333333
}

.preview__action--close a {
    color: #999999;
    text-decoration: none
}

.preview__action--close a:hover {
    color: white
}

.preview__action--close a i {
    color: white;
    font-size: 10px;
    margin-right: 10px
}

@media (max-width: 568px) {
    .preview__action--close a i {
        margin-right:0
    }
}

@media (max-width: 568px) {
    .preview__action--close a span {
        display:none
    }
}

.screenshots {
    padding: 80px 10px 25px
}

.screenshots__thumbnail {
    display: inline-block;
    margin: 0 10px 20px 0;
    border: 1px solid #333333;
    line-height: 0
}

.screenshots__thumbnail:hover {
    border: 1px solid #666666
}

.screenshots__fullsize {
    display: inline-block;
    margin: 20px 0;
    border: 1px solid #333333;
    line-height: 0
}

.screenshots__fullsize>img {
    max-width: 100%
}

.screenshots__description {
    max-width: 1024px;
    margin-top: 20px;
    color: white
}

.engine_image {
    float: right;
    width: 695px;
    height: 695px;
    position: relative;
    margin: 0 -210px 0 0;
    transform: translateY(30px);
}

.engine_image [class*="image_wrap_"] {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    transform: translate(-50%, -50%);
}

.engine_image [class*="image_wrap_"] img {
    margin: auto;
}

.engine_image .image_wrap_1 {
    z-index: 4;
    max-width: 153px;
}

.engine_image .image_wrap_2 {
    z-index: 3;
    max-width: 448px;
}

.engine_image .image_wrap_2 img {
    animation: spin 40s infinite linear;
}

.engine_image .image_wrap_3 {
    z-index: 2;
    max-width: 566px;
}

.engine_image .image_wrap_3 img {
    animation: spinReverse 40s infinite linear;
}

.engine_image .image_wrap_4 {
    margin: -8px 0 -1px -14px;
}

/* Add animations */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spinReverse {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

/* Make it responsive */
@media (max-width: 1200px) {
    .engine_image {
        width: 100%;
        height: auto;
        margin: 0;
        transform: none;
    }

    .engine_image [class*="image_wrap_"] {
        width: 90%;
        height: auto;
    }
}

@media (max-width: 768px) {
    .engine_image {
        float: none;
        margin: 0 auto;
        width: 100%;
    }

    .engine_image [class*="image_wrap_"] {
        width: 80%;
    }
}

.client_logo_carousel_inner {
    width: 124%;
    left: 197px;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    box-sizing: border-box;
    background: #f4f4f4;
    padding: 26px 0;
}

.js-marquee-wrapper {
    display: inline-flex;
    animation: scroll 30s linear infinite;
}

.client_logo_item {
    flex: 0 0 auto;
    display: inline-block;
    margin: 0 30px; 
}

.client_logo_item img {
    max-height: 140px;
    width: auto;
    object-fit: contain;
    transition: transform 0.3s;
}

.client_logo_item img:hover {
    transform: scale(1.1); 
}

@keyframes scroll{
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

.btn-box-a {
    justify-content: center;
    display: flex
;
}


.dropping-texts {
    display: inline-block;
    width: 180px;
    color: rgb(255, 255, 255);
    text-align: left;
    height: 36px;
    vertical-align: -2px;
    font-size: 35px;
  }
  
  .dropping-texts > div {
    font-size:0px;
    opacity:0;
    margin-left:-30px;
    position:absolute;
    font-weight:300;   
    box-shadow: 0px 60px 25px -20px rgba(0,0,0,0.5);
  }
  
  .dropping-texts > div:nth-child(1) {
    animation: roll 6s linear infinite 0s;
}
.dropping-texts > div:nth-child(2) {
    animation: roll 6s linear infinite 1s;
}
.dropping-texts > div:nth-child(3) {
    animation: roll 6s linear infinite 2s;
}
.dropping-texts > div:nth-child(4) {
    animation: roll 6s linear infinite 3s;
}
.dropping-texts > div:nth-child(5) {
    animation: roll 6s linear infinite 4s;
}
.dropping-texts > div:nth-child(6) {
    animation: roll 6s linear infinite 5s;
}

  
  @keyframes roll {
    0% {
      font-size:0px;
      opacity:0;
      margin-left:-30px;
      margin-top:0px;
      transform: rotate(-25deg);
    }
    3% {
      opacity:1;
      transform: rotate(0deg);
    }
    5% {
      font-size:inherit;
      opacity:1;
      margin-left:0px;
      margin-top:0px;
    }
    20% {
      font-size:inherit;
      opacity:1;
      margin-left:0px;
      margin-top:0px;
      transform: rotate(0deg);
    }
    27% {
      font-size:0px;
      opacity:0.5;
      margin-left:20px;
      margin-top:100px;
    }
    100% {
      font-size:0px;
      opacity:0;
      margin-left:-30px;
      margin-top:0px;
      transform: rotate(15deg);
    }
  }

  .h3-header-text{
    font-size: 37px;
    font-weight: 300;
     color: #f4f4f4;
  }

  .h3-text{
    font-weight: 100;
    font-size: 29px;
    color: #f4f4f4;
  }

  a {
    text-decoration: none; 
  }

  .a-footer{
    text-decoration: none;
    color: white;
    font-size: 15px;
  }

  .footer-header{
    color: white;
    font-weight: 500;
    font-size: 26px;
  }
  
.service-text-a{
    text-decoration: none;
    color: white;
}

.work-section{
    background-color: #f4f4f4;
}

.banner-image{
    width: 164%;
    position: relative;
    left: 19%;
}

 .overlay-image {
        position: absolute;
        top: 180px;
        left: 1119px;
        width: 25%;
        height: 60%;
        background-size: cover;
        background-position: center;
        opacity: 0.6;
        z-index: 2;

        animation: rotateImage 20s linear infinite;
    }

    @keyframes rotateImage {
        from {
            transform: rotate(0deg);
        }

        to {
            transform: rotate(360deg);
        }
    }

.product_tabs{
    padding: 2px 13px;
    color: white;
    font-size: 17px;
    border-radius: 10px;
    background-color: #e31010b8;
}

.animate-up-down {
  animation: upDown 2s ease-in-out infinite;
}

@keyframes upDown {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-20px); }
  100% { transform: translateY(0); }
}

.breadcrumb-container {
  background: #f5f7fa;
  padding: 10px 0;
  font-size: 14px;
}

.breadcrumb {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.breadcrumb li {
  margin-right: 8px;
  color: #555;
}

.breadcrumb li a {
  text-decoration: none;
  color: #007bff;
  transition: color 0.2s;
}

.breadcrumb li a:hover {
  text-decoration: underline;
  color: #0056b3;
}

.breadcrumb li::after {
  content: ">";
  margin-left: 8px;
  color: #999;
}

.breadcrumb li:last-child::after {
  content: "";
}

#navbar {
  position: fixed;
    top: 0;
    height: 10%;
    left: 0;
    width: 100%;
    z-index: 9999;
    /* background-color: #c5cdd269; */
    backdrop-filter: blur(7px);
    transition: transform 0.3s ease;
  transform: translateY(-100%); 
}

#navbar.show {
  transform: translateY(0);
}


#mobileNavTrigger {
  position: fixed;
  top: 1rem;
  left: 21rem;
  font-size: 1.8rem;
  color: #ffffff;
  cursor: pointer;
  z-index: 10000;
}

@media(min-width: 992px) {
  #mobileNavTrigger { display: none; }
}
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: -100%;
  width: 64%;
  max-width: 320px;
  height: 100%;
  background: #000;
  overflow-y: auto;
  transition: left 0.3s ease-in-out;
  z-index: 9999;
  padding: 1rem 0;
}
.mobile-nav__wrapper.open {
  left: 0;
}
.mobile-nav__overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  z-index: 9998;
}
.mobile-nav__wrapper.open + .mobile-nav__overlay {
  opacity: 1;
  pointer-events: all;
}
.mobile-nav__close {
  position: relative;
  padding: 0.5rem;
  left: 86%;
}
.mobile-nav__close i {
  font-size: 1.5rem;
  color: #fff;
}
.mobile-nav__content ul.navigation {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-nav__content ul.navigation > li {
  border-bottom: 1px solid #eee;
}
.mobile-nav__content ul.navigation > li > a {
  padding: 0.8rem 1rem;
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}
.mobile-nav__content ul.navigation li.dropdown > ul {
  display: none;
  padding-left: 1rem;
  background: #000;
  border-left: 2px solid #eee;
}
.mobile-nav__content ul.navigation li.dropdown.open > ul {
  display: block;
}

.dropdown a{
    font-size: 16px;
    color: white;
    font-weight: 600;
    padding: 22px 8px;
    line-height: 37px;
}

.about-bg_img{
    background-image: linear-gradient(360deg, rgb(0 6 26) 0%, rgb(121 131 219 / 7%) 100%),url(../image/banner/beadcrumb.jpg);
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    padding: 0;
    background-position: center;
}

.custom-pading {
    padding: 140px 0px;
}

.texts-p{
    text-align: justify;
    line-height: 26px;
    font-size: 22px;
}
.title_div h1{
    color: rgb(254, 253, 253);
    font-size: 50px;
}

.data h4{
    color: rgb(225, 223, 223);
}

.footer-icon{
   
    font-size: 34px;
}

.footer-icon-a:hover{
    color: #f10707;
}

.footer-icon-a{
 color: white;
}

.text-p{
    font-size: 20px;
}


  .float-up-down {
    animation: float 3s ease-in-out infinite;
    display: inline-block;
  }

  @keyframes float {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-15px);
    }
    100% {
      transform: translateY(0);
    }
  }

 
.button {
  align-items: center;
    background-color: firebrick;
    border-radius: 40px;
    display: flex;
    height: 137px;
    justify-content: center;
    width: 235px;
}
.triangle {
border-bottom: 12px solid transparent; 
    border-left: 42px solid #fff;
    border-top: 24px solid transparent;
    color: #fff;
    height: 0;
    width: 0;
    border-bottom: 31px solid transparent;
  }

  .youtube-section{
   justify-items: center;
    padding: 138px 0px;
    background-color: rgba(148, 148, 149, 0.06);
    border-radius: 83px;
    /* background-image: url(../image/section/youtube-bg.png); */
    position: relative;
    background-repeat: no-repeat;
  }

  .arrow{
animation: float 3s ease-in-out infinite;
    width: 41%;
    position: relative;
    top: -88px;
    left: 100px;
  }

  .arror-text{
   position: relative;
    top: 230px;
    left: 115px;
    font-size: 28px;
}

.about-bg_img-a {
    background-image: linear-gradient(360deg, rgb(0 6 26) 0%, rgb(121 131 219 / 7%) 100%), url(../image/banner/beadcrumb.jpg);
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    padding: 0;
    background-position: center;
}

.cargo-bg{
    width: 54%;
    position: relative;
    left: 51%;
     animation: rotate360 10s linear infinite;
  transform-origin: center;
}


@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.float-up-down{
        position: relative;
    top: -98px;
   
}

.pc-image{
    position: relative;
    top: 204px;
}

.arrow-a {
       /* animation: float 3s ease-in-out infinite; */
    width: 17%;
    position: relative;
    top: -69px;
    left: 14%;
}
.arrow-b {
    /* animation: float 3s ease-in-out infinite; */
    width: 68%;
    position: relative;
    top: 58%;
    left: 1%;
}

.cargo-section{
    padding: 25px 0px 181px 0px;
}

#title__data {
    position: relative;
    padding-left: 31%;
    padding-bottom: 0px;
}

.footer-icon-b {
color: #3d6eb3;
    margin-left: 5px;
    background-color: white;
    padding: 9px 10px;
    border-radius: 50px;
}

.card-a{
    background-color: #fefefe1a;
    padding: 52px 26px;
    border: 1px solid #ffffff3b;
    border-radius: 11px;
}

.card-a h5{
    color: white;
    font-size: 23px;
}

.text-muted-a{   
    font-size: 16px;
    line-height: 23px;
    color: white;
    padding-top: 13px;
}

.card-a i{
    font-size: 48px;
}

.text-why h5{
    font-size: 24px;
}

.image-technology{
    background-color: white;
}

.text-center-a{
    justify-items: anchor-center;
}

.list-group-item{
    padding: 16px 16px;
    font-size: 20px;
    font-weight: 600;
    line-height: 60px;
    color: white;
    display: flex;
    gap: 17px;
    background-color: none;
}

.list-group-item span{
color: white;
font-size: 20px;
}
.list-group-item i {
    top: 11px;
    position: relative;
    font-size: 37px;
}

.icon-apps{
    background-color: white;
    padding: 6px;
    border-radius: 6px;
    border: 2px solid green;
}

.icon-apps i{
    font-size: 29px;
}

.icon-apps p{
    text-align: center;
    font-weight: 600;
    color: black;
    line-height: 36px;
    font-size: 20px;
}

.Security-delivery {
    position: relative;
    left: 8%;
}
.list-group-flush-a{
    background-color: #f0f8ff21;
    color: white;
    margin-left: 25%;
    padding: 13px 56px;
    width: 51%;
}

.gamil-image img{
    width: 22%;
}

.gamil-image p{
    text-align: center;
    font-size: 19px;
    font-weight: 400;
}


.image-acharya-a{
   top: -72%;
    left: 61%;
    position: relative;
    border-radius: 134px;
   animation: float 3s ease-in-out infinite;
}

.image-acharya{
    position: relative;
    top: -11%;
    animation: float 3s ease-in-out infinite;
}

.p-text{
    font-size: 18px;
}
.row-height{
    height: 60%;
}

 .bg-fixed {
  position: relative;
  background-image: url('../image/services/bg-whatsapp.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  color: #fff;
  z-index: 1;
  overflow: hidden;
}

.bg-fixed::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(29 21 21 / 63%); /* Adjust the overlay color and opacity */
  z-index: -1;
}


.bg-fixed h5,
.bg-fixed p {
text-align: justify;
  color: #fff;
  position: relative;
  z-index: 2;
}
.card-b {
    background-color: #00061afc;
    padding: 52px 26px;
    border: 1px solid #ffffff3b;
    border-radius: 11px;
}

.card-b h5{
    color: rgba(255, 255, 255, 0.929);
    font-size: 23px;
}

.card-b i{
    font-size: 48px;
    color: #e90f0fbd;
}

.flush-a{
    padding-left: 34%;
    color: #eaeae6de;
}

.image-marketing{
    width: 76%;
    animation: float 3s ease-in-out infinite;
}
.card-c {
   margin-top: 50px;
    color: white;
    background-color: #fefefe17;
    padding: 52px 26px;
    border-radius: 11px;
}

.card-c h5{
    margin-top: 10px;
    font-size: 31px;
}

.card-c li{
    font-size: 18px;
    line-height: 35px;
}

.card-c i{
    font-size: 38px;
}

#icon-marketing{
    font-size: 25px;
}

.card{
    background-color: #f6f1f185;
}

.card-d .card-title
{
    color: white;
    font-size: 26px;
    margin-bottom: 5px;
}

.card-d i{
    color: #d61c1c;
    font-size: 32px;
}

.card-e h6{
    font-size: 22px;
    line-height: 26px;
    color: white;
}

.card-e i{   
  font-size: 33px;
    position: relative;
    top: 24px;
}

.card-e{
    padding: 20px 0px;
}

p{
    font-size: 22px;
}

.service__text{
    width: 112%
}

.text-a a{
    color: white;
}

.text-a a:hover{
    color: #fb0e0e;
}

.text a:hover{
     color: #fb0e0e;
}

.text a{
    color: white;
    text-decoration: none;
}

.footer-bottom {
  padding: 10px 0;
}

#copyright-footer {
    position: relative;
    top: 12px;
  color: white;           /* white color for all the text */
  text-align: center;     /* center the text */
  font-size: 18px;
}

#copyright-footer a {
  color: red;             /* red color for the link */
  text-decoration: none;  /* remove underline */
  font-weight: 500;
}

#copyright-footer a:hover {
  text-decoration: underline; /* optional hover effect */
}

/*p {
    text-align: justify;
    word-spacing: 0px !important;
}*/

.tab-a{
width: 60%;
}
.tab-b{
width: 55%;
}
.tab-c{
width: 70%;
}
.tab-d{
width: 69%;
}
.tab-e{ 
    margin-top: 30px;
width: 90%;
}
/* .tab-f{
width: 70%;
} */
.tab-g{
    width: 70%;
}