html{
    font-family: 'Bebas Neue';
    width: 100vw !important;
    /* min-width: 0 !important;
    max-width: none !important; */
    overflow-x: hidden;
    scroll-behavior: smooth;
}
body{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    width: 100%;
    /* overflow-x: hidden; */
}
#header{
    border-radius: 5px 5px 0px 0px;
    color: #ffffff;
    background-color: #4ea8de;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: sans-serif !important;
    font-size: 14px;
    font-weight: bold;
    height: 1.5rem;
}
#header a{
    text-decoration: none;
    color: #fff;
}
#header a:hover{
    text-decoration: underline;
}
#header.close{
    display: none;
}
#close_btn{
    position: relative;
    background-image: url(/location/assets/l_img/cancel-24.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #4ea8de;
    transform: translateX(35rem);
    cursor: pointer;
    width: 1rem;
    aspect-ratio: 1;
    border: none;
}
.icon{
    position: fixed;
    width: 100vw;
    height: 7vh;
    border: none;
    z-index: 100;
}
.flex-container{
    font-family: sans-serif !important;
    display: flex;
    width: 100vw;
    height: 7vh;
    border: none;
    background: #fff;
    box-shadow: 0px 0px 3px 0px;
    justify-content: space-between;
}
.nav-container{
    position: relative;
    top: 0;
}
.mobile-nav-toggle{
    display: none;
}
.logo{
    position: relative;
    font-family: 'Bebas Neue', cursive;
}
.logo a{
    text-decoration: none;
}
.logo a img{
    width: 3.5vw;
    margin-left: 15px;
    transform: translateY(-10px);
}
.logo a .text{
    transform: translateY(-40px);
    text-align: center;
    color: #4ea8de;
    cursor: pointer;
}
nav{
    display: flex;
    gap: 1rem;
}
nav a{
    text-decoration: none;
    color: #03045e;
}
.pri-nav{
    margin-top: 10px;
    display: flex;
    position: relative;
    top: 0.8rem;
    list-style: none;
    gap: 2rem;
    transform: translateY(55rem);
    transform: translateX(-25rem);
}
.active:active{
    border-bottom: 2px solid #03045e;
}
.pri-nav a{
    padding-bottom: 10px;
}
.pri-nav a:hover{
    border-bottom: 2px solid #03045e;
}
.menu:is(:link, :active, :visited).active {
    border-bottom: 2px solid #03045e;
}
.pri-nav .fa-angle-down{
    transform: translateX(5px);
}
.dropdown{
    position: relative;
}
.dropdown > .menu:focus{
    pointer-events: none;
    /* cursor: default; */
}
.fa-angle-down{
    color: #03045e;
    position: relative;
    top: .2rem;
    margin-left: 5px;
}
.fa-angle-left{
    opacity: 0;
}
.dropdown-menu{
    display: none;
    width: 15vw;
    height: 8rem;
    position: absolute;
    top: 2rem;
    left: 0;
    background-color: #fff;
    transform: translateX(-1.5rem);
    padding: 5px;
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.2);
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    z-index: 100;
}
.dropdown-menu ul{
    list-style: none;
    display: flex;
    gap: 1.5vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.dropdown-menu ul li{
    /* display: flex; */
    transform: translateX(-1rem);
}
.dropdown-menu ul li a {
    text-decoration: none;
    color: #03045e;
}
.dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
}
.buttons{
    display: flex;
    justify-content: right;
    gap: 1rem;
    padding-right: 100px;
    transform: translateY(-1.5rem);
}
.buttons a{
    text-decoration: none;
}
.btn-one a{
    border: 2px solid #b6b5b5;
    border-radius: 10px;
    padding: 10px 10px;
    background-color: #03045e;
    color: #fff;
    transition: all ease 0.3s;
}
.btn-one a:hover{
    border: none;
}
.parent{
    width: 100vw;
    padding-left: 10px;
}
.content{
    position: relative;
    top: 10vh;
    min-height: 100vh;
    background: url(/location/assets/l_img/20946019.jpg) no-repeat;
    background-size: 50vw;
    background-position-x: left;
    background-position-y: 50vh;
}
.first{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}
.type-1{
    width: 25vw;
}
.hidden{
    opacity: 0;
    filter: blur(5px);
    transform: translateX(-100%);
    transition: all 1s;
}
.show{
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
}
.header-1 b{
    color: #03045e;
}
.type-2 img{
    width: 25vw;
}
.desc-image{
    position: relative;
    top: 8rem;
    left: 60rem;
}
.desc-image img{
    background-size: 100%;
    background-repeat: no-repeat;
    width: 25vw;
}
.desc-image h3{
    position: absolute;
    top: 55vh;
    left: -28rem;
    width: 35vw;
    font-size: 25vw;
    letter-spacing: 2px;
}
.second{
    position: relative;
    top: 50vh;
    min-height: 100vh;
}
.head-offer{
    text-align: center;
}
.offers{
    display: flex; 
    justify-content: center;
    align-items: center; 
    gap: 5rem;
}
.offer img{
    width: 10vw;
}
.offer:nth-child(2){
    transition-delay: 200ms;
}
.offer:nth-child(3){
    transition-delay: 400ms;
}
.offer h3{
    text-align: center;
}
.third{
    position: relative;
    top: 3rem;
    background: 
    url(/location/assets/l_img/container-terminal-wharf-transport.jpg) no-repeat;
    object-fit: cover;
    background-size: 100%;
    box-shadow: 0px 0 0 5px #8b8b8b4f;
    min-height: 100vh;
    width: 100vw;
    margin-left: -10px;
}
.contain-ship{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    width: 55vw;
    margin: 0 auto;
    color: #333;
}
.ship{
    border-right: 2px solid #03045e;
    font-size: 2vw;
    white-space: nowrap;
    padding-right: 15px;
}
.locate{
    position: relative;
    padding-left: 5rem;
    display: flex;
    justify-content: center;
    width: 95vw;
    min-height: 75vh;
    overflow: hidden;
}
.swiper-wrapper{
    display: flex;
    gap: 1.5rem;
}
.swiper-slide {
    width: auto !important;
}
.first-locate, .second-locate, .third-locate{
    width:  27vw !important;
    position: relative;
    top: 5em;
    border: none;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(19, 73, 190, 0.1), rgba(19, 73, 190, 0.1));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); 
}
.first-locate img, .second-locate img, .third-locate img{
    width: 10vw;
}
.air, .land, .water{
    text-align: center;
    color: #03045e;
}
.airport, .port, .harbour{
    width: 12vw;
    padding-left: 5px;
    transform: translateX(10rem);
    position: absolute;
    top: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.port{
    position: absolute;
    top: 4rem !important; 
    left: 1rem;
    font-size: 0.9vw;
}
.swiper-pagination, .swiper-button-prev, .swiper-button-next{
    visibility: hidden;
}
.btn-order{
    background-color: #4ea8de;
    color: #fff;
    width: 7rem;
    padding: 10px 0;
    font-weight: 700;
    border: none;
    border-radius: 10px;
    margin-top: -60px;
    margin-left: 16rem;
    cursor: pointer;
    transition: all ease 0.3s;
}
.btn-order:hover{
    background-color: #03045e;
}
.loader{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    transition: opacity 0.75s, visibility 0.75s;
    z-index: 1000;
}
.loader-hidden{
   opacity: 0;
   visibility: hidden;
}
.loader::after{
   content: "";
   width: 50px;
   height: 50px;
   border: 5px solid #0549d1;
   border-top-color: #4ea8de;
   border-radius: 50%;
   animation: loading 1.5s ease infinite;
}
.footer{
    background: linear-gradient(135deg, hsla(203, 69%, 59%, 1) 13%, hsla(220, 95%, 42%, 1) 60%);
    background-position: center;
    background-size: 100vw;
    object-fit: cover;
    width: 99vw;
    min-height: 50vh;
    font-family: 'Bebas Neue';
    /* position: relative;
    top: 20rem; */
    padding-top: 15rem;
}
.footGuide{
    position: relative;
    top: -50vh;
    left: 20rem;
    background: linear-gradient(135deg, hsla(180, 1%, 22%, 1) 13%, hsla(240, 1%, 14%, 1) 60%);
    color: #fff;
    width: 25vw;
    min-height: 45vh;
    border-radius: 1rem;
}
.footGuide::after{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgb(10, 10, 10) 13%, hsla(240, 1%, 14%, 1) 60%);
    border-radius: inherit;
    filter: blur(25px) brightness(1.5);
    transform: translateY(15%) scale(0.95);
    z-index: -1;
}
.letterhead{
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 2px solid #fff;
    font-size: 30px;
    letter-spacing: 4px;
    padding-top: 10px;
}
/* .letterhead{
    fill: #fff;
    stroke: #fff;
    stroke-width: 2px;
    font-size:2em;
    font-weight: bold;
} */
.footGuide section{
    padding: 10px;
}
.tapinWrapper{
    transform: translateY(3rem);
}
.footGuide .tapIn{
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 10px 50px;
    margin-top: 20rem;
    margin-left: 8rem;
    text-decoration: none;
    color: #fff;
}
.tapIn:hover{
    border: 1px solid #0549d1;
    color: #0549d1;
}
.img{
    position: relative;
    top: 10rem;
    right: 0;
}
.img img{
    width: 55rem;
}
.listingContext{
    width: 21rem;
    position: relative;
    top: 12rem;
    left: 5rem;
    color: #cccccc;
}
.listingContext h3{
    font-size: clamp(2.25rem,6vw,1rem);
}
.listingContext b{
    color: #fff;
    font-size: 20px;
}
.listingWrapper{
    display: flex;
    justify-content: center;
}
.listing-1 h4, .listing-2 h4{
    font-size: 20px;
    display: flex;
    justify-content: center;
}
.listing-1 ul, .listing-2 ul{
    list-style: none; 
}
.listing-1 li, .listing-2 li{
    padding-bottom: 12px;
}
.listing-1 a, .listing-2 a{
    color: #cccccc;
    text-decoration: none;
}
.listingWrapper a:hover{
    text-decoration: underline;
}
.foot{
    display: flex;
    justify-content: center;
}
.foot section{
    width: 25rem;
    padding-top: 8px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    gap: 0.25rem;
}
.listBrands{
    background-size: 100%;
    width: 25rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    gap: 1rem;
}
.listBrands a img{
    width: 2vw;
    background-size: 100%;
    object-fit: cover;
}
.scroll-up{
    position: fixed;
    bottom: 16px;
    right: 32px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #0549d1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    opacity: 0;
    pointer-events: none;
    transition: all .4s;
    z-index: 1000;
}
.scroll-indc{
    color: #fff;
    text-decoration: none;
}
.scroll-up.scroll-active{
    bottom: 32px;
    pointer-events: auto;
    opacity: 1;
}
.scroll-up.footer-reached{
    background-color: #fff;
}
.scroll-up.footer-reached .scroll-indc{
    color: #0549d1;
}
/* to reduce the animation in other screen size */

/* @media(prefers-reduced-motion) {
    .hidden{
        transition: none;
    }
} */

/* animation for loader page */

@keyframes loading {
    from{
       transform: rotate(0turn);
    }
    to{
       transform: rotate(3turn);
    }
 }

/* mobile screen */

@media (max-width: 35em) { 
    body{
        overflow-x: hidden;
    }
    #header{
        height: 2rem;
    }
    #header p{
        font-size: 12px;
    }
    #close_btn{
        transform: translateX(30px);
    }
    .header-1{
        font-size: 15px;
    }
    .flex-container{
        height: 6vh;
    }
    .logo a{
        padding: 0;
    }
    .logo a img{
        width: 10vw;
    }
    .logo a .text{
        font-size: 3.5vw;
    }
    /* .buttons > .btn-one{
        transform: translateX(2.5rem);
    } */
    .pri-nav{
        position: fixed;
        transform: translateY(1.5rem);
        inset: 0 0 0 30%;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        flex-direction: column;
        padding: min(30vh, 10rem) 2em;
        --gap: 2em;
        z-index: 50;
        transform: translateX(100%);
        transition: transform 350ms ease-out;
    }
    .pri-nav[data-visible="true"]{
        transform: translateX(30%);
    }
    .pri-nav a{
        padding-left: 30px;
        margin-left: -30px;
    }
    .pri-nav a:hover{
        border-left: 2px solid #03045e;
        border-bottom: none !important;
    }
    .dropdown a{
        margin-left: -30px;
    }
    .fa-angle-left{
        color: #03045e;
        opacity: 1;
        transform: translateX(-7rem);
    }
    .fa-angle-down{
        opacity: 0;
    }
    .dropdown-menu{
        position: absolute;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        transform: translateY(-10vh);
        left: -50vw;
        width: 38vw;
    }
    .dropdown-menu ul li{
        margin-bottom: 10px;
    }
    .dropdown-menu li:first-child{
        margin-left: -17px;
    }
    /* .dropdown-menu li:last-child{
        margin-left: 2.5px;
    } */
    .dropdown-menu .dropdown-link{
        padding: 5px 18px;
        position: relative;
        left: 1.8rem;
    }
    .dropdown-menu .dropdown-link-two{
        padding: 5px;
        position: relative;
        left: 1rem;
    }
    .menu:is(:link, :active, :visited).active {
        border-left: 2px solid #03045e;
        border-bottom: none !important;
    }
    .mobile-nav-toggle{
        display: block;
        position: absolute;
        background-color: transparent;
        background-image: url(/location/assets/l_img/menu.png);
        background-repeat: no-repeat;
        width: 10rem;
        height: 2.5rem;
        aspect-ratio: 1;
        border: 0;
        top: 0.5rem;
        right: -7rem;
        z-index: 99;
        cursor: pointer;
    }
    .mobile-nav-toggle[aria-expanded="true"] {
        background-image: url(/location/assets/l_img/cancel-24.png);
        height: 2rem;
    }
    .buttons{
        border: none;
        margin-top: 12px;
        transform: translateX(-50px);
    }
    .parent{
        background-size: cover;
        background-position-x: center;
        background-size: auto;
        background-position-y: 50vh;
        background-position-x: -70vw;
    }
    .content{
        background-position-x: 50%;
        background-size: 100vw;
    }
    .type-1{
        width: 15rem;
        margin: 0px auto;
        position: relative;
        top: 1rem;
    }
    .type-2 img{
        width: 75vw;
    }
    .first{
        flex-direction: column;
    }
    .header-1{
        text-align: center;
    }
    .desc-image{
        top: 25rem;
        left: 50px;
        width: 20rem;
    }
    .desc-image img{
        width: 20rem;
    }
    .desc-image h3{
        font-size: 18px;
        width: 15rem;
        letter-spacing: 3px;
        text-align: center;
        margin-left: 40px;
    }
    .second{
        top: 65vh;
        width: 95vw;
        min-height: 70vh;
    }
    .head-offer{
        font-size: 18px;
    }
    .offers{
        gap: 1rem;
    }
    .offer:nth-child(1) img{
        margin-left: 15px;
    }
    .offer img{
        width: 5rem;
    }
    .offer h3{
        font-size: 12px;
        letter-spacing: 1px;
    }
    .third{
        background-size: 150vh;
        object-fit: cover;
        top: 25vh;
        min-height: 75vh;
        width: 98.5vw;
        overflow: hidden;
    }
    .contain-ship{
        transform: translateY(1rem);
        width: 18rem;
        letter-spacing: 2px;
    }
    .contain-ship .ship{
        padding-right: 10px;
    }
    .contain-ship .ship{
        font-size: 18px;
    }
    .contain-ship p{
        font-size: 12px;
    }
    .locate{
        width: 100%;
    }
    .swiper-wrapper{
        position: relative;
        top: 10rem;
        display: flex;
        justify-content: center;
        width: 100vw !important;
    }
    .first-locate, .second-locate, .third-locate{
        width: 20rem !important;
        height: 13rem;
        display: none;
        /* transform: translateX(3rem) !important; */
    }
    .first-locate{
        display: block;
        transform: translateX(17rem) !important;
    }
    .second-locate{
        display: block;
        transform: translateX(18rem) !important;
    }
    .third-locate{
        display: block;
        transform: translateX(17rem) !important;
    }
    .first-locate img, .second-locate img, .third-locate img{
        width: 7rem;
    }
    .airport{
        width: 45vw;
        margin-left: -3rem;
    }
    /* .airport,
    .harbour
    {
        margin-top: -2rem;
        margin-left: -3rem;
    } */
    .second-locate .port{
        margin-top: -1rem;
        margin-left: -3.5rem;
    }
    .first-locate .btn-order{
        margin-left: 5rem;
        transform: translateY(1rem);
    }
    .second-locate .btn-order{
        margin-left: 5rem;
        transform: translateY(2rem);
    }
    .third-locate .btn-order{
        margin-left: 1rem;
        transform: translateY(2rem);
    }
    /* 
    .first-locate{
        border: 2px solid red;
        width: 17rem;
        height: 10rem;
        transform: translateX(8rem);
    }
    .first-locate img{
        width: 5rem;
        transform: translateY(-2rem)
    }
    .airport,
    .port,
    .harbour
    {
        font-size: 10px;
        margin-top: -2rem;
        margin-left: -4rem;
    }
    .first-locate .btn-order{
        margin-left: 3rem;
        transform: translateY(1rem);
    }
    .second-locate{
        width: 17rem;
        height: 10rem;
    }
    .second-locate img{
        width: 5rem;
        transform: translateY(-2rem)
    }
    .second-locate .btn-order{
        margin-left: 3rem;
        transform: translateY(1rem)
    }
    .third-locate{
        width: 17rem;
        height: 10rem;
    }
    .third-locate img{
        width: 5rem;
        transform: translateY(-2rem)
    }
    .third-locate .btn-order{
        margin-left: 3rem;
        transform: translateY(1rem)
    }
    .swiper-button-prev{
        display: block;
    }
    .swiper-button-next{
        display: block;
        transform: translateX(4em)
    } */
    .swiper-pagination{
        transform: translateX(-2rem);
    }
    .swiper-pagination, .swiper-button-prev, .swiper-button-next{
        visibility: visible;
    }
    .swiper-button-next{
        transform: translateX(-5rem);
    }
    .footer{
        top: 50vh;
        min-height: 80vh;
    }
    .footGuide{
        top: 5rem;
        left: 30px;
        width: 80vw;
        min-height: 50vh;
    }
    .footGuide .tapIn{
        margin-left: 4.5rem;
    }
    .img img{
        width: 25rem;
    }
    .listing{
        display: block;
        position: relative;
        top: 10rem;
    } 
    .listingContext{         
        position: relative;
        top: 0;
        left: 1rem; 
    }
    .listing-1 ul{
        transform: translateX(-0.5rem);
    }              
    .foot{
        display: block;
    }
    .listBrands{ 
        width: 15vw;
        transform: translate(10rem, 10rem); 
        margin-bottom: 10rem;     
    }
    .listBrands a img{
        width: 7vw;
    }
    .scroll-up{
        width: 30px;
        height: 30px;
        font-size: 24px;
        bottom: 8px;
        right: 16px;
    }
    .foot section{
        transform: translateX(2rem);
        width: 18rem;
    }
}

/* ipad screen */

@media (min-width: 35em) and (max-width: 55em) {
    body{
        overflow-x: hidden;
    }
    #close_btn{
        transform: translateX(13em);
    }
    .flex-container{
        height: 5vh;
    }
    .logo{
        margin-top: 0px;
    }
    nav{
        width: 100%;
        transform: translateX(-16rem);
    }
    .fa-angle-left{
        display: none;
    }
    .pri-nav{
        transform: translateX(-10px);
    }
    .dropdown-menu.menu-active{
        display: block;
    }
    .parent{
        width: 98.2vw;
    }
    .content{
        background-position-y: 15rem;
        background-size: 100vw;
    }
    .first{
        width: 80vw;
        margin: 0px auto 20px;
    }
    .type-1{
        width: 50vw;
    }
    .type-2 img{
        width: 20rem;
    }
    .desc-image{
        top: 32rem;
        left: 10rem;
    }
    .desc-image img{
        width: 50vw;
    }
    .desc-image h3{
        width: 25rem;
        letter-spacing: 3px;
        /* transform: translateX(5rem); */
    }
    .second{
        top: 64vh;
    }
    .third{
        background-size: 100vh;
        object-fit: cover;
        top: 0vh;
        min-height: 20rem;
        width: 100vw;
    }
    .contain-ship{
        width: 25rem;
    }
    .locate{
        min-height: 35rem;
    }
    .swiper-wrapper{
        top: 23vh;
        gap: 2rem;
    }
    .first-locate{
        width: 88vw !important;
        transform: translateX(-2rem) !important;
    }
    .first-locate img{
        border: 2px solid red;
    }
    .first-locate .btn-order{
        transform: translate(15rem, 1rem);
    }
    .airport{
        border: 2px solid red;
        width: 40vw;
        transform: translate(10rem, 2rem);
    }
    .second-locate{
        width: 88vw !important;
    }
    .third-locate{
        width: 88vw !important;
        transform: translateX(2rem) !important;
    }
    /* .first-locate{
        transform: translateX(-8rem) !important;
    }
    .second-locate{
        transform: translateX(-8rem) !important;
    }
    .third-locate{
        transform: translateX(-10rem) !important;
    } */
    .swiper-pagination, .swiper-button-prev, .swiper-button-next{
        visibility: visible;
    }
    .swiper-button-prev, .swiper-button-next{
        transform: translatey(5em) !important;
    }
    .swiper-button-next{
        left: 48rem !important;
    }
    .footer{
        width: 100vw;
    }
    .footGuide{
        top: -10vh;
        left: 13rem;
        width: 50vw;
        min-height: 35vh;
    }
    .img{
        top: 2rem;
        transform: translateX(-2rem);
    }
    .listingWrapper{
        transform: translateX(12rem);
    }
    .listBrands a img{
        width: 3vw;
    }
    .scroll-up{
        width: 45px;
        height: 45px;
        font-size: 28px;
        bottom: 12px;
        right: 24px;
    }
}
/*Service Page Aero Logistics*/

.logistics{
    position: relative;
    /* display: flex; */
    gap: 10rem;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}
.carousel-item{
    width: 100vw;
    height: 100vh;
    position: relative;
    top: 0;
    left: 0;
}
#aero-fig{
    background-image: linear-gradient(rgba(3,4,94,0.5288048324798669), rgba(3,4,94,0.5288048324798669));
}
#land-fig{

}
#aqua-fig{

}
#bg-video{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100vw;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}
.aero-context, .land-context, .aqua-context{
    position: relative;
    top: 6em;
    left: 10vw;
    display: flex;
    width: 75vw;
    height: 65vh;
    padding: 25px 0;
}
.aero-title, .land-title, .aqua-title{
    width: 40vw;
    gap: 10px;
    font-weight: 600;
    border: 2px solid #f1f1f1;
    border-radius: 15px;
    margin: 0 40px;
}
.aero-title h3, .land-title h3, .aqua-title h3{
    font-size: 75px;
    margin-left: 20px;
    transform: translateY(-20px);
    width: 35vw;
    font-weight: 2500;
}
.aero-motto, .land-motto, .aqua-motto{
    margin-left: 20px;
    transform: translateY(-6em);
    width: 20vw;
}
/* .aero-body, .land-body, .aqua-body{
    position: relative;
    top: 6em;
} */
.aero-body{
    position: relative;
    top: 0;
    /* border: 2px solid #f1f1f1; */
    border-radius: 15px;
    width: 35vw;
    height: 55vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 4rem;
}
.aero-path{
    margin: 0 15px;
    border: 2px solid #f1f1f1;
    border-radius: 15px;
    width: 90%;
    height: 90%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.aero-path, .aero-title{
    background: transparent;
    backdrop-filter: blur(10px);
}
.aero-path::before{
    content: '';
    display: block;
    position: absolute;
    top: 18px;
    left: 20px;
    border: 2px solid #0549d1;
    border-radius: 30px;
    width: 30px;
    height: 30px;
}
.aero-path::after{
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    border: 2px solid #4ea8de;
    border-radius: 30px;
    width: 30px;
    height: 30px;
}
.av-notes, .ld-notes, .aq-notes{
    text-align: center;
    margin: 0px 15px;
    width: 100%;
}
.av-bold, .ld-bold, .aq-bold{
    font-size: 30px;
    font-weight: 1000;
}
.land-body{
    position: relative;
    top: 0;
    /* border: 2px solid #f1f1f1; */
    border-radius: 15px;
    width: 35vw;
    height: 55vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 4rem;
}
.land-path{
    margin: 0 15px;
    border: 2px solid #f1f1f1;
    border-radius: 15px;
    width: 90%;
    height: 90%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.land-path, .land-title{
    background: transparent;
    backdrop-filter: blur(10px);
}
.land-path::before{
    content: '';
    display: block;
    position: absolute;
    top: 18px;
    left: 20px;
    border: 2px solid #0549d1;
    border-radius: 30px;
    width: 30px;
    height: 30px;
}
.land-path::after{
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    border: 2px solid #4ea8de;
    border-radius: 30px;
    width: 30px;
    height: 30px;
}
.aqua-body{
    position: relative;
    top: 0;
    /* border: 2px solid #f1f1f1; */
    border-radius: 15px;
    width: 35vw;
    height: 55vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 4rem;
}
.aqua-path{
    margin: 0 15px;
    border: 2px solid #f1f1f1;
    border-radius: 15px;
    width: 90%;
    height: 90%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.aqua-title, .aqua-path{
    background: transparent;
    backdrop-filter: blur(10px);
}
.aqua-path::before{
    content: '';
    display: block;
    position: absolute;
    top: 18px;
    left: 20px;
    border: 2px solid #0549d1;
    border-radius: 30px;
    width: 30px;
    height: 30px;
}
.aqua-path::after{
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    border: 2px solid #4ea8de;
    border-radius: 30px;
    width: 30px;
    height: 30px;
} 
.swiper-slide{
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    display: flex; 
    align-items: center;
    justify-content: center;
    animation: slideInUp 0.5s ease-in-out;
}
.swiper-slide-active {
    animation: slideInUp 0.5s ease-in-out;
}
.swiper-slide-next,
.swiper-slide-prev {
    animation: slideOutDown 0.5s ease-in-out;
}
@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideOutDown {
    from {
        transform: translateY(0);
        opacity: 1;
    }
    to{
        transform: translateY(100%);
        opacity: 0;
    }
}
@media (max-width: 35em) {
    .aero-context{
        display: block;
        width: 97vw;
        height: 81vh;
        left: 3px;
    }
    .aero-title{
        width: 90vw;
        left: 0;
        margin-left: 10px;
    }
    .aero-title h3{
        font-size: 35px;
        line-break: normal;
        width: 100vw;
        margin-left: 10px;
    }
    .aero-motto{
        width: 70vw;
        transform: translate(5vw, 0.5rem);
    }
    .aero-body, .aero-path{
        width: 80vw;
        position: relative;
        top: 1.5rem;
        left: 30px;
    }
    .aero-path{
        position: relative;
        top: 0;
        left: 0;
    }
    
}
/*tracking page css styling*/

.trackpage{
    background: #f1f1f1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}
.trackpage h1{
    font-weight: 700;
}
.track-note{
    width: 42rem;
    color: #868686;
}
#trackform{
    border: none;
    border-radius: 10px;
    width: 50rem;
    height: 15rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    background: linear-gradient(135deg, rgba(19, 73, 190, 0.1), rgba(19, 73, 190, 0.1));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
#trackform input{
    width: 25rem;
    padding: 15px 0;
    border-radius: 5px;
    border: 2px solid #03045e;
}
#trackform input{
    font-weight: 600;
}
#btn-track2{
    width: 15rem;
    padding: 15px 10px;
    background-color: #03045e;
    color: #fff;
    font-weight: 700;
    border-radius: 10px;
    border: 2px solid #b6b5b5;
    cursor: pointer;
    transition: all ease 0.3s;
}
#btn-track2:hover{
    border: none;
}
.error-container{
    display: none;
    background-color: #ff0022;
    color: #721c24;
    border: 1px solid #f5c6cb;
    padding: 8px;
    /* margin-top: 8px; */
    border-radius: 4px;
    font-weight: bold;
    font-size: 14px;
    opacity: 0; 
    animation: fadeIn 0.5s forwards;
}
.error-container p{
    margin: 0;
}

.success-container {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.warning-container {
    display: none;
    background-color: #fff3cd;
    color: #856404;
    border: 1px solid #ffeeba;
}

/* Fade-in animation */

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* tracking page for mobile screen */

@media (max-width: 35em) {
    .trackform{
        width: 35rem;
    }
    .trackform input{
        width: 15rem;
    }
}

/* contact, signup, signin */

.accesspage{
    display: flex;
    position: relative;
    top: 2rem;
    gap: 2rem;
}

.signinaccess{
    margin-left: 0.5rem;
}
.form{
    width: 50vw;
    position: relative;
    top: 35px;

    background: linear-gradient(135deg, rgba(19, 73, 190, 0.1), rgba(19, 73, 190, 0.1));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.form_input{
    margin-bottom: 35px;
    position: relative;
    top: 5rem;
    left: 12rem;
    transform: translateY(-30px);
}
.form_input input{
    width: 50%;
    padding: 10px;
    outline: 0;
    border: 1px solid #00308F;
    color: #00308F;
    background: transparent;
    font-size: 15px;
    font-family: 'Bebas Neue';
}
.form_input label{
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /* transform: translateY(2.5rem); */
    padding: 10px;
    color: #00308F;
    cursor: text;
    transition: 0.2s;
}
.address_input{
    position: relative;
    top: 3rem;

    --num-cols: 2;
    gap: 1.5rem;
    display: grid;
    grid-template-columns: repeat(var(--num-cols), 50%);
}
.address_input > .form_input{
    position: relative;
    top: 3rem;
    left: 4rem;
}
.address_input select{
    width: 50%;
    margin-bottom: 2rem;
    padding: 10px;
    outline: 0;
    border: 1px solid #00308F;
    color: #00308F;
    background: transparent;
    font-size: 15px;
}
#country, #state, #city{
    font-family: 'Bebas Neue';
}
.address_input > .form_input label{
    height: 100%;
    position: relative;
    left: -13rem;
    top: 0;
    padding: 10px;
    color: #00308F;
    cursor: text;
    transition: 0.2s;
}
.address_input > .form_input label:last-child{
    left: -12rem;
}
.address_input > .form-input-focused label{
    top: -35px;
    font-size: 14px;
    transform: translateY(0);
}
.form-input-focused label{
    top: -35px;
    font-size: 14px;
    transform: translateY(0);
}
.policy{
    display: flex;
    margin-top: 5rem;
    justify-content: center;
    gap: 10px;
}
.policy-text a{
    color: #00308F;
    text-decoration: none;
}
.policy-text a:hover{
    text-decoration: underline;
}
.policy input{
    cursor: pointer;
    width: 1rem;
}
#message{
    display: grid;
    place-items: center;
}
.button_request{
    display: flex;
    justify-content: center;
    align-items: center;
}
#signuprequest{
    width: 15rem;
    padding: 10px 0;
    margin-bottom: 20px;
    border-radius: 10px;
    border: none;
    font-size: 18px;
    background-color: #00308F;
    color: #fff;
}
#signuprequest:hover{
    background-color: #03045e;
    cursor: pointer;
}
.refunction{
    display: block;
    justify-content: center;
    align-items: center;
}
.signin_redirect{
    display: none;
}

/* MOBILE SCREEN */

@media (max-width: 35em) {
    .topmenu{
        gap: 3rem;
        padding-left: 10px;
    }
    .form{
        width: 96vw;
    }
    .form_input{
        left: 6rem;
    }
    .address_input > .form_input{
        left: 2rem;
    }
    .address_input > .form_input label{
        left: -5.5rem;
    }
    .address_input > .form_input label:last-child{
        left: -5.5rem;
    }
}

/* IPAD SCREEN */

@media (min-width: 35em) and (max-width: 55em) {
    .topmenu{
        gap: 25rem;
    }
    .signinaccess{
        width: 100vw;
    }
    .form{
        width: 98vw;
    }
    .address_input > .form_input label{
        left: -12rem;
    }
    .signin_redirect{
        display: flex;
        gap: 10px;
        padding-left: 10px;
    }
    #modal_request{
        /* position: relative;
        top: 10px; */
        /* transform: translateY(20px); */
        border: 2px solid red;
        border-radius: 10px;
        /* width: 25vw; */
        /* padding: 5px 15px; */
        text-decoration: none;
        background-color: #00308F;
        color: #fff;
        /* cursor: pointer;
        transition: background-color 0.3s ease;
        pointer-events: none; */
    }
    #modal_request:hover{
        background-color: #03045e;
    }
}
/* signin page */
#loginaccess{
    width: 45vw;
    /* transform: translateX(-2rem); */
}
.loginheader{
    display: none;
}
.signin_header{
    display: flex;
    gap: 38rem;
}
.signin-logo{
    position: relative;
    width: 5rem;
    font-family: 'Bebas Neue', cursive;
}
.signin-logo a{
    text-align: center;
    text-decoration: none;
}
.signin-logo a img{
    width: 3.5rem;
    margin-left: 15px;
    transform: translateY(-10px);
}
.signin-logo a .signin-text{
    transform: translateY(-40px);
    color: #4ea8de;
    cursor: pointer;
}
.head_signin_1{
    text-align: center;
    color: #00308F;
}
.form_signin{
    min-height: 100vh;
    position: relative;
    top: -3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.form-2{
    width: 45vw;
    height: 40vh;
    position: relative;
    top: 15rem;
    background: linear-gradient(135deg, rgba(19, 73, 190, 0.1), rgba(19, 73, 190, 0.1));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.signin_input{
    margin-bottom: 30px;
    position: relative;
    top: 5rem;
    left: 12rem;
    transform: translateY(-30px);
}
.signin_input input{
    width: 50%;
    padding: 10px;
    outline: 0;
    border: 1px solid #00308F;
    color: #00308F;
    background: transparent;
    font-size: 15px;
}
.signin_input label{
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /* transform: translateY(2.5rem); */
    padding: 10px;
    color: #00308F;
    cursor: text;
    transition: 0.2s;
}
.signin-input-focused label{
    top: -35px;
    font-size: 14px;
    transform: translateY(0);
}
.signin_request{
    position: relative;
    top: 3rem;
    display: flex;
    justify-content: center;
}
#signin-btn{
    width: 15rem;
    padding: 10px 0;
    border-radius: 10px;
    border: none;
    background-color: #00308F;
    color: #fff;
}
#signin-btn:hover{
    background-color: #03045e;
    cursor: pointer;
}
.forget{
    position: relative;
    top: 5.5rem;
    left: 1rem;
}
.forget a{
    text-decoration: none;
    font-size: 20px;
    color: #00308F;
}
.forget a:hover{
    text-decoration: underline;
}
/* .signup_redirect{
    display: flex;
    gap: 0.5rem;
    position: relative;
    top: 11rem;
    left: 29rem;
}
.signup_redirect h3{
    font-size: 18px;
    font-weight: 700;
}
.signup_redirect a{
    text-decoration: none;
    transform: translateY(1rem);
    font-size: 18px;
    font-weight: 700;
    color: #00308F;
    height: 1.5rem;
}
.signup_redirect a:hover{
    text-decoration: underline;
} */

/* MOBILE SCREEN */

@media (max-width: 35em) {
    .visible{
        display: block;
    }
    .signin_header{
        border: 2px solid green;
        gap: 0;
    }
    .form-2{
        width: 98vw;
    }
    .signin_input{
        left: 6rem;
    }
}

/* IPAD SCREEN */

@media (min-width: 35em) and (max-width: 55em) {
    #loginaccess{
        border: 2px solid red;
        position: fixed;
        top: 0;
        left: 0;
        display: none;
        width: 99.7%;
        height: 100vh;
        z-index: 100;
        background: linear-gradient(135deg, rgba(19, 73, 190, 0.1), rgba(19, 73, 190, 0.1));
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
    .loginheader{
        display: block;
    }
    #close_loginbtn{
        position: relative;
        left: 17em;
        background-image: url(/location/assets/l_img/cancel-24.png);
        background-repeat: no-repeat;
        background-position: center;
        background-color: #4ea8de;
        transform: translateX(35rem);
        cursor: pointer;
        width: 1rem;
        aspect-ratio: 1;
        border: none;
    }
    .visible{
        display: block;
    }
    .signin_header{
        gap: 25rem;
    }
    .form-2{
        background: #fff;
        top: 35vh; 
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .signin_input{
        left: 6rem;
    }
    .form-input-focused label{
        top: -35px;
    }
    .refunction{
        gap: 2em;
    }
    .signup_redirect{
        position: relative;
        top: 5rem;
        left: 25rem;
        color: #00308F;
        gap: 1rem;
    }
    .signup_redirect a{
        margin-left: 7rem;
        color: #00308F;
        text-decoration: none;
    }
    .signup_redirect a:hover{
        text-decoration: underline; 
    }
}

/* contact page */

.contact-container{
    position: relative;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    min-height: 100vh;
}
.first-contact-container{
    position: absolute;
    top: 5rem;
    width: 35rem;
    min-height: 88vh;
    background-image: url(/location/assets/l_img/7758834.jpg);
    background-size: 90vh;
    object-fit: cover;
    background-repeat: no-repeat;
    background-position-y: 80%;
    background-position-x: 50%;
}
.next-writeup{
    position: relative;
    top: 45vh;
}
/* .next-written{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transform: translateY(5rem);
}
.next-notes{
    border: 2px solid blue;
    width: 20rem;
    letter-spacing: 2.5px;
    color: #03045e;
}
.next-notes span{
    font-weight: 500;
} */
.next-listBrands{
    position: relative;
    left: 75vw;
    background-size: 100%;
    width: 25rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    gap: 1rem;
    transform: translateY(28rem);
}
.next-brandOne{
    width: 5rem;
    background-size: 100%;
    object-fit: cover;
}
.second-contact-container{
    position: absolute;
    top: 5rem;
    left: 35vw;
    width: 63.5vw;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contact-header{
    margin: 0 5rem;
    display: flex;
    
    transform: translateY(-5rem); 
    justify-content: center;
    align-items: center;
}
.next-logo{
    position: relative;
    top: 1rem;
    font-family: 'Bebas Neue', cursive;
    width: 5rem;
}
.next-logo a{
    text-decoration: none;
}
.next-logo a img{
    width: 3.5rem;
    margin-left: 18px;
    /* transform: translateY(-10px); */
}
.next-logo a .next-text{
    transform: translateY(-30px);
    text-align: center;
    color: #00308F;
    cursor: pointer;
}
.header-note{
    width: 25rem;
    /* transform: translateX(20rem); */
}
.next-notes span{
    color: #00308F;
}
#next-contact{
    transform: translateY(-6rem);
    /* width: 50vw; */
    max-width: 100vw;
    /* background: linear-gradient(135deg, rgba(19, 73, 190, 0.1), rgba(19, 73, 190, 0.1));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); */
}
.birth-name{
    display: flex;
    gap: 3rem;
}
.birth-name input{
    width: 20rem;
}
.input-group:not(:first-child), .text-group{
    margin-bottom: 30px;
    position: relative;
}
.input-group label{
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /* transform: translateY(2.5rem); */
    padding: 15px;
    color: #00308F;
    cursor: text;
    transition: 0.2s;
}
.text-group label{
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 15px;
    color: #00308F;
    cursor: text;
    transition: 0.2s;
}
input, textarea{
    width: 100%;
    padding: 15px;
    outline: 0;
    border: 2px solid #333;
    color: #333;
    background: transparent;
    font-size: 15px;
    resize: none;
}
.submit-btn{
    padding: 10px 0;
    color: #fff;
    outline: none;
    background: #00308F;
    border: 1px solid #333;
    border-radius: 10px;
    width: 100%;
    cursor: pointer;
}
.input-focused label{
    top: -35px;
    font-size: 14px;
    transform: translateY(0);
}

/* MOBILE SCREEN */

@media (max-width: 35em) {
    /* .contact-container{
        background: linear-gradient(rgba(83, 83, 83, 0.623), #8D90FF), url(/location/assets/l_img/7758834.jpg); 
    } */
    .first-contact-container{
        background: linear-gradient(rgba(83, 83, 83, 0.623), #8D90FF), url(/location/assets/l_img/7758834.jpg);
        background-size: 90%;
        background-position-y: 20vh;
        background-position-x: -20vw;
        background-repeat: no-repeat;
    }
    /* .next-writeup{
        border: 2px solid red;
    } */
    .next-listBrands{
        border: 2px solid red;
        top: 0;
        width: 15rem;
        left: 3rem;
        margin-bottom: 10px;
    }
    .second-contact-container{
        width: 100%;
        left: 0;
        background: linear-gradient(rgba(83, 83, 83, 0.623), #8D90FF);
    }
    .contact-header{
        margin-top: 5rem;
        /* margin-left: -2rem; */
    }
    .header-note{
        width: 15rem;
    }
    #next-contact{
        width: 98%;
    }
    .birth-name{
        gap: 2rem;
    }
    .birth-name input{
        width: 100%;
    }
}

/* IPAD SCREEN */

@media (min-width: 35em) and (max-width: 55em) {
    .contact-container{
        /* overflow-x: hidden; */
        display: block;
    }
    .first-contact-container{
        width: 99vw;
        background: linear-gradient(rgba(83, 83, 83, 0.623), #8D90FF), url(/location/assets/l_img/7758834.jpg);
        background-size: 100vw;
        background-repeat: no-repeat;
    }
    .next-listBrands{
        top: 11rem;
        left: 13rem;
    }
    .second-contact-container{
        position: absolute;
        left: 10rem;
    }
    .contact-header{
        gap: 1.5rem;
    }
    .next-logo{
        top: -4rem;
        font-size: 25px;
    }
    .next-logo a .next-text{
        transform: translateY(-45px);
    }
    .header-note{
        transform: translateY(-5rem);
    }
    .next-notes{
        font-size: 25px;
    }
    .birth-name input{
        width: 100%;
    }
    .submit-btn{
        transform: translateY(5rem);
    }
}

/* DASHBOARD STYLNG */
.dashboard-header{
    /* padding-left: 15px; */
    display: flex;
    justify-content: center;
    gap: 55em;
    color: #00308F;
    width: 98rem;
    height: 10vh;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.setupWizard-list{
    background: #ffffff;
    color: #333;
    list-style-type: none;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    padding: 20px 10px;
    width: 20%;
    position: relative;
    top: 0;
    left: -5rem;
    z-index: 10;
}
.setupWizard-item{
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
}
.setupWizard-item + .setupWizard-item::after{
    content: "";
    position: absolute;
    top: -3em;
    left: 50%;  /*Center line horizontally */
    background: #00308F;
    width: 2px;  /* Vertical line width */
    height: 12em;  /*Adjust height as needed*/
    transform: translateX(-50%);
    z-index: -10;
}
.setupWizard-item + .setupWizard-item:last-child::after{
    display: none;
}
.progress-count{
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 600;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    color: transparent;
} 
.progress-count::after{
    content: "";
    height: 40px;
    width: 40px;
    background: #00308F;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: -10;
}
.progress-count::before{
    content: "";
    height: 10px;
    width: 20px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -60%) rotate(-45deg);
    transform-origin: center center;
}
.progress-label{
    position: relative;
    top: 0;
    left: 5em;
    transform: translate(50px, -30px);
    font-size: 14px;
    font-weight: 600;
}
.current-item .progress-count::before,
.current-item ~ .setupWizard-item .progress-count::before{
    display: none;
}
.current-item ~ .setupWizard-item .progress-count::after{
    height: 10px;
    width: 10px;
}
.current-item ~ .setupWizard-item .progress-label{
    opacity: 0.5;
}
.current-item .progress-count::after{
    background: #fff;
    border: 2px solid #00308F;
}
.current-item .progress-count{
    color: #00308F;
}
.setupWizard-details{
    position: absolute;
    top: 0;
    left: 22%;
    width: 82%;
}
.setupWizard-details h2{
    font-weight: 600;
    font-size: 40px;
    color: #00308F;
    transform: translate(20%, -40%);
}
.shipping-body{
    background: #03045e;
    width: 75vw;
    height: 80vh;
    color: #f1f1f1;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.compass-container{
    display: flex;
    padding: 10px 0 0 50px;
}
.compass{
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    background: #00308F;
    width: 30vw;
    height: 50vh;
    border-radius: 10px;
    display: flex;
    gap: 1rem;
}
.shipping-date{
    border: 2px solid red;
    width: 12rem;
}
.date-context{
    padding: 0 0 0 5px;
    white-space: nowrap;
}
.date-context img{
    position: relative;
    top: -4rem;
    left: 9rem;
    width: 3rem;
}
.shipping-locay{
    border: 2px solid red;
    width: 12rem;
    transform: translateX(3.5rem);
}
.locay-context{
    padding: 0 0 0 5px;
    transform: translateY(-10px);
}
.locay-context img{
    position: relative;
    top: -3.5rem;
    left: 9rem;
    width: 2rem;
}
#map{
    height: 320px;  
    width: 100%;    
    position: relative;
    top: -7em;
    left: 17rem;
    /* position: relative;
    top: 48rem;
    left: 0; */
}
.seperator{
    position: relative;
    top: 0;
    transform: translateX(5em);
    display: flex;
    gap: 2rem;
}
.item-container{
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    width: 15vw;
    height: 10vh;
    border-radius: 10px;
    background: #00308F;
}
.item-container h3{
    display: flex;
    justify-content: center;
}
.status-container{
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    width: 15vw;
    height: 10vh;
    border-radius: 10px;
    background: #00308F;
}
.status-container h3{
    display: flex;
    justify-content: center;
}
.shipping-info{
    padding: 80px 0 0 50px;
    display: flex;
    gap: 7rem;
}
.shipping-courier{
    --gap: 10rem;
    --num-cols: 2;
    --rows-height: 70px;

    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    width: 30vw;
    height: 30vh;
    border-radius: 10px;
    background: #00308F;
    display: grid;
    grid-template-columns: repeat(var(--num-cols), 16rem);
}
.courier-context, .courier-addy-context{
    border: 2px solid red;
    width: 12rem;
}
.courier-context h3{
    padding: 10px 0 0 10px;
    margin: 0;
}
.courier-context img{
    position: relative;
    top: -1.5rem;
    left: 10rem;
    width: 1.5rem;
}
.courier-addy-context h3{
    display: flex;
    justify-content: center;
    padding: 10px 0 0 10px;
    margin: 0;
}
.courier-addy-context img{
    position: relative;
    top: -1.5rem;
    left: 9rem;
    width: 1.5rem;
}
.measurements{
    position: relative;
    top: -30px;
    width: 30vw;
    height: 40vh;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    border-radius: 10px;
    transform: translateY(-8rem);
    background: #00308F;
}
.reference{
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    position: relative;
    top: -130px;
    left: 50em;
    width: 20vw;
    height: 10vh;
    border-radius: 10px;
    background: #00308F;
}
.reference h3{
    display: flex;
    justify-content: center;
}
/* .fa-calendar-check, .fa-calendar-days, .fa-truck-fast, .fa-boxes-packing{
    transform: translateY(-3px)
} */
.set-context{
    display: flex;
    justify-content: center;
    gap: 1rem;
    width: 5rem;
    transform: translateX(20rem);
}
/* .set-number{
    padding-bottom: 0;
} */
.set-context p{
    transform: translateY(-60px);
}
/* .set-context p, .set-number{
    font-size: 60px;
    font-weight: 600;
} */

/* MOBILE SCREEN */

@media (max-width: 35em) {
    .dashboard-header{
        display: block;
    }
    .db-header-title{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .tracking-title{
        margin-left: 10px;
    }
    .setupWizard-list{
        position: absolute;
        top: 80vh;
        left: 10vw;
    }
    .setupWizard-details h2{
        transform: translate(-20%, -100%);
        font-size: 24px;
    }
    .shipping-body{
        transform: translate(-41vw, 0);
        width: 100vw;
    }
    .compass{
        gap: 12em;
        font-size: 15px;
    }
    .fa-calendar-days, .fa-location-dot, .fa-dolly, .fa-weight-scale, .fa-truck-fast, .fa-boxes-packing{
        visibility: hidden;
    }
    .shipping-info, .ship-est-time{
        font-size: 15px;
    }
    .set-number, .set-number + p{
        font-size: 25px;
    }
    .set-context{
        position: relative;
        left: -35vw;
    }
    .set-context p{
        transform: translate(-15px, -1em);
    }
    .shipping-info{
        grid-template-columns: repeat(var(--num-cols), 50%);
    }
    .measurement-context h3{
        white-space: nowrap;
    }
}
/* IPAD SCREEN */

@media (min-width: 35em) and (max-width: 55em) {
    .dashboard-header{
        gap: 15em;
    }
    .setupWizard-list{
        transform: translateX(40px);
    }
    .setupWizard-details h2{
        position: relative;
        top: -2em;
        left: -1em;
    }
    .shipping-body{
        position: absolute;
        top: 0;
        width: 59vw;
    }
    .compass{
        font-size: 17px;
        gap: 12em;
    }
    .shipping-info{
        font-size: 17px;
        grid-template-columns: repeat(var(--num-cols), 50%);
        transform: translateY(2em);
    }
    .ship-est-time{
        transform: translateY(5rem);
    }
    .set-context{
        position: relative;
        top: 7em;
        left: -8em;
    }
}