:root {
    --primary-color: #373984;
}


* {
    margin: 0;
    padding: 0;
}

.container-main {
    background: radial-gradient(circle,rgba(255, 94, 0, 0.659) 10%,hsla(0,0%,100%,0) 44%),radial-gradient(circle,#ff0000 0,hsla(0,0%,100%,0) 45%);
    width: 100%;
    min-height: 100%;
    position: relative;
}



.login-container{
    width: 100%;
    isolation: isolate;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 4;
}

.imgs-slides{
    flex: 1.5;
    padding: 0px;
    width: 300px;
    height: 100%;
    /* background: url('https://img.freepik.com/free-photo/container-terminal-wharf-transport_1417-142.jpg?w=996&t=st=1701135443~exp=1701136043~hmac=2281af9c0c1448be42f04e83377a40fd614463da09be68b221436b7922f75d70'); */
    backdrop-filter: blur(200px);
    background-size: contain;
}

@media (max-width: 960px){
    .imgs-slides{
        display: none;
    }
}

input[type="text"],input[type="password"] {
    background: #ffffffcf;
}

.login_main{
    flex: 1;
    min-width:300px ;
    background:  #ffffffdb no-repeat;
    /* background: url(../imgs/hero/5994300.jpg) #ffffffb4 no-repeat; */
    background-position:bottom;
    background-size: 150px;
    backdrop-filter: blur(10px);
    /* box-shadow:2px 0px 10px #664f4f, 2px 0px 10px #898989; */
    /* mix-blend-mode:multiply; */
    z-index: 5;
    height: 100dvh;
}

.primary-color-bg{
    background: var(--primary-color) !important;
}

.primary-color{
    color: var(--primary-color) !important;
}

.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height:100vh;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .swiper {
    margin-left: auto;
    margin-right: auto;
    backdrop-filter: blur(100px);
    /* box-shadow: 20px 20px 10px #000000c9, -20px -20px 10px #ffffffc5; */
    /* border: 1px solid #fff; */
    background-blend-mode: multiply;
  }

  swiper-container {
    width: 100%;
    height: 100%;
  }

  swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .bg-background{
    background: url(../imgs/hero/heroslide1.png) #00000057;
    background-size: cover;
    background-blend-mode: overlay;
    /* background-position: center 500px; */
    background-repeat: no-repeat;
  }

  .bg-background::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../imgs/hero/essmode1.png) ;
    background-size: 50%;
    background-position: center 400px;
    background-repeat: no-repeat;
  }

  .bg-background2{
    background: url(../imgs/trucker-g715fb0159_1920.jpg) ;
    background-size: cover;
    background-repeat: no-repeat;      
  }
  .bg-background3{
    background: url(../imgs/9.jpg) #0b0e234d;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    /* background-position: center 500px; */
  }

  .bg-background3::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../imgs/hero/invoice.png) ;
    background-size: 50%;
    background-position: center 500px;
    background-repeat: no-repeat;
  }

  .bg-background4{
    background: url(../imgs/hero/heroslider.jpg) #0b0e234d;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
  }

  .bg-background5{
    background: url(../imgs/hero/7.jpg) #000000b1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
  }

  .swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size) / 44* 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color) !important;
    background: #fff !important ;
  }

  .outlined-text { /* Set the text color to white */
    text-shadow: 
        -1px -1px 0 var(--primary-color),  
         1px -1px 0 var(--primary-color),
        -1px  1px 0 var(--primary-color),
         1px  1px 0 var(--primary-color); /* Set the shadow color to white */
}

.iti{
  width: 100% !important;
}