body {
    background-image: url('/img/background.jpg'); 
    background-size: cover;
    background-repeat: no-repeat ;
    height: 100vh;
    overflow: hidden;
    margin: 0px;
}
.visible {
    display: block !important;
}
.card {
    background: #FFFFFF;
    box-shadow: 0px 6.9566px 13.9132px rgba(0, 0, 0, 0.19), 0px 4.17396px 4.17396px rgba(0, 0, 0, 0.23);
    border-radius: 1vw;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    width: 85vw;
    height: 60vh; 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    display: flex;
    flex-direction: row;
}
.card .column1 {
    width: 40vw;
    border-radius: 1vw 0px 0px 1vw; 
    background-color: #0069B2; 
    padding: 3vw;
}
.card .column1 .content {
    margin: 0; 
    color: white; 
    display: flex; 
    flex-direction: column; 
    gap: 1vw;
}
.card .column1 .content .text .title {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 3.5vw;
}
.card .column1 .content .paragraph {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 2vw;
}
.card .column1 .content .form .postcodelabel {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 2.1vw;
}
.card .column1 .content .form .postcodeicon {
    position:absolute; 
    padding-top: 2vw;
    padding-left: 1vw; 
    width: 2vw;
}
.card .column1 .content .form .unavailable .postcodeicon {
    position:absolute; 
    padding-top: 2.3vw;
    padding-left: 1vw; 
    width: 2vw;
}

.card .column1 .content .form #postcode {
    background: #FAFAFA; 
    border:none;
     width: 26vw; 
     height: 7vh; 
     margin-top:1.5vw; 
     border-radius: 0.3vw; 
     padding-left: 4vw ; 
}
.card .column1 .content .form #postcode::placeholder {
    color: #BBBBBB;
}
.card .column1 .content .form #postcode:focus {
    border:none;
    outline: none;
}
.card .shape {
    width: 0; 
    height: 0; 
    border-top: 60vh solid #0069B2; 
    border-right: 4vw solid transparent;
}

.card .column2 {
    position:relative; 
    width:45vw;
}
.card .column2 .livetracking {
    width: 35vw; 
    height: 25vw; 
    margin: 0;  
    position: relative ;
    top: 50%; 
    left: 50%;
    transform: translate(-50%, -50%);
}
.card .column1 .content .form  .error {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 1vw;
    display: none;
    flex-direction: row;
    gap:0.3vw;
}
.card .column1 .content .form  .error .erroricon{
    width: 1vw;
}

@media only screen and (max-width: 768px) {
    .card {
        flex-direction: column;
        height: 120vw ;
        width: 90%;
    }
    .card .shape {
        display:none;
    }
    .card .column1 {
        width: 89%;
        border-radius: 1vw 1vw 0vw 0vw;
        height: 53vw;
        padding: 5vw;
    }
    .card .column2 .livetracking {
        width: 90% ;
        height: 90% ;
        position: relative;
       top: 30px ;
       left: 30px;
       transform: none;
    }
    .card .column2  {
        width: 90%;
    }
    .card .column1 .content .text .title {
        font-size: 7vw;
    }
    .card .column1 .content .paragraph {
    font-size: 4.5vw;
}
    .card .column1 .content .form .postcodelabel {
        font-size: 5vw;
    }
    .card .column1 .content .form #postcode {
        width: 66vw;
        height: 10.5vw;
        padding-left: 8vw; 
        border-radius: 1vw;
    }
    .card .column1 .content .form .postcodeicon {
        position:absolute; 
        padding-top: 4vw;
        padding-left: 2vw; 
        width: 5vw;
}
    .card .column1 .content .form .livetracking {
        width: 5vw;
        padding-top: 3.5vw;
    }
}



.section {
    display: flex;
    flex-direction: column;
}

.section .map{
    width: 100%;
    height: 75vh;
}


.tracking-card .content{
    background-color: #FFFFFF;
    position: absolute;
    bottom: 0;
    width:100%;
    height: 25vh;
    display: flex;
    flex-direction: row;
}


.tracking-card  .content .column1 {
    width: 25vw;
    background-color: #0069B2; 
    height: 100%;
}

.tracking-card  .content .shape {
    width: 0; 
    height: 0; 
    border-top: 25vh solid #0069B2; 
    border-right: 6vw solid transparent;
}
.tracking-card  .content .column1 .title {
    position: relative ;
    top: 50%; 
    left: 60%;
    transform: translate(-50%, -50%);
}
.tracking-card .content .column1 .title, .tracking-card  .content .column2 .title{
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 2.2vw;
    margin: 0px;
}
.tracking-card  .content .column2 h4 {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 2vw;
    color: #FF8200;
    margin: 0px;
}

.tracking-card .content {
    color: white; 
}

.tracking-card .content .column2 {
	width: 40vw;
    color: #333;
}

.tracking-card .content .column2 .text{
    position: relative ;
    top: 50%; 
    left: 55%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    gap: 1vh;
}


.tracking-card .content .column3 {
	background-image: url(/vectors/delivery.svg);
	width: 35vw;
	background-size: cover;
	background-position: left;
}