
  .topBar {
    /* border-bottom: 2px solid var(--primary); */
    position:fixed;
    top: 0;
    width: 100%;
    z-index: 1001;
    background-color: #000000b5;
  }
  
  .topBar a {
    text-decoration: none;
    color: var(--primary);
    font-size: 1.25rem;
  }
  
  .topBar a:hover {
    color: #000000;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .logo {
    padding: 12px 0;
    font-size: 2.5rem !important;
    color: var(--primary) !important;
  }
  
  .logo-pc {
    display: flex;
  }
  
  .logo-pd {
    display: none;
  }
  
  .logo-md {
    display: none;
  }
  
  .logo-mini {
    display: none;
  }
  .banner {
    position: relative;
    background-image: url(../img/banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 420px;
    margin-bottom: 60px;
    opacity: .8 !important;
  }
  .elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
  }
  .elementor-shape-bottom {
    bottom: -1px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);   
    bottom: -1px;
     z-index: -1;
  }
  .elementor-shape .elementor-shape-fill {
    fill: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  .elementor-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .text-upload{
    font-size: 28px;
    color: rgb(3, 14, 114);
    text-align: center;
  }
.resultDiv {
    color: #17518b;
    font-size: 42px;
}
  .footer{
    border-top: 1px solid var(--primary);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    color: var(--primary)!important;
    margin-top: 20px;
  }
  .logo-footer {
    display: block;
    font-size: calc(1.375rem + 1.5vw) !important;
    text-decoration: none;
    color: var(--primary) !important;
    text-align: center;
  
  }
  
  .custom-drop-zone {
    /* width: 500px; */
    /* height: 380px; */
    width:  100%;
    max-width: 500px;
    height: 500px;
    max-width:  1296px;
    border: 3px var(--primary) solid;
    background: #f7f7f7;
  }
  
  .result-zone {
    width:  100%;
    height: auto;
    max-width:  1296px;
  }
  
  
  @media (max-width: 900px) {
    .logo-pc {
      display: none;
    }
  
    .logo-pd {
      display: flex;
    }
  
    .logo-md {
      display: none;
    }
  
    .logo-mini {
      display: none;
    }
  }
  
  @media (max-width: 768px) {
    .logo {
      padding: 15px;
    }
  }
  
  @media (max-width: 576px) {
    .logo-footer {
      font-size: 1.25rem !important;
    }
  }
  
  @media (max-width: 414px) {
    .logo-pc {
      display: none;
    }
  
    .logo-pd {
      display: none;
    }
  
    .logo-md {
      display: flex;
    }
  
    .logo-mini {
      display: none;
    }
  
    .serviceItem-text {
      left: 18%;
    }
  }
  
  @media (max-width: 320px) {
  
    .logo-pc {
      display: none;
    }
  
    .logo-pd {
      display: none;
    }
  
    .logo-md {
      display: none;
    }
  
    .logo-mini {
      display: flex;
    }
  }