/*@font-face {
  font-family: 'Montserrat';
  src: url('Montserrat.woff') format('woff');
}*/
*, html, body {
    padding: 0;
    margin: 0;
    outline: none;
    border: none;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
}

body {
    background-color: white;
    font-family: 'Montserrat', ui-sans-serif, sans-serif;
}

#maincontainer {
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

#content, img {
    position: absolute;
}

#border {
    border: 1px solid #090909;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    opacity: 0.5;
}

#loader {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #999;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    animation: spin 2s linear;
    animation-iteration-count: infinite;
    pointer-events: none;
    transform: translateZ(0);
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Change only the below css */
#maincontainer, #content {
    width: 300px;
    height: 250px;
}

#border {
    width: calc(300px - 2px);
    height: calc(250px - 2px);
}

#content {
    opacity: 0;
}

#background {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-color: #e60000;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}

#background {
    z-index: -1;
}

div#click_area {
    position: absolute;
    z-index: 1000;
    width: 100%;
    height: 100%;
}

.full-screen {
    position: absolute;
    width: 300px;
    height: 250px;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    font-size: 0;
}

#roundel {
    transform-origin: 81% 17%;
}

#line-container {
    position: absolute;
    width: 0px;
    height: 250px;
    white-space: nowrap;
    overflow: hidden;
}

#line {
    position: absolute;
    display: block;
    width: 300px;
    height: 250px;
    left: 0;
    top: 0;
}

.pos {
    position: absolute;
}

.center {
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    text-align: center;
    position: relative;
}

.bgparent {
    width: 286px;
    height: 166px;
    top: 40px;
    border-radius: 10px;
    overflow: hidden;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.bgimg {
    width: 100%;
    height: auto;
    top: 54%;
    /* left: 55%; */
}

.logoparent {
    width: 124px;
    height: 22px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 10px;
}

.logoimg {
    max-width: 100%;
    max-height: 100%;
}

.carparent {
    top: 134px;
    width: 170px;
    height: 84px;
    left: 102px;
    /* left: 190px; */
    transition: 0.2s linear;
}

.carimgs {
    max-width: 100%;
    max-height: 100%;
}

#overlay {
    background-color: #0d76bd;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    left: 0;
    top: 0;
}

.copyparents {
    width: 270px;
    height: 39px;
    left: 0;
    top: 60px;
    right: 0;
    margin: 0 auto;
}

.copyparents2 {
    width: 100px;
    height: 39px;
    left: 18px;
    bottom: 54px;
}

.copytxts {
    font-size: 15px;
    text-shadow: 1px 1px 2px #090909;
    color: #ffffff;
    float: left;
    font-family: 'Montserrat', ui-sans-serif, sans-serif;
}

#copytxt3, #copytxt4 {
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    left: 0%;
    text-align: left;
}

.ctaparent {
    right: 8px;
    width: 110px;
    height: 26px;
    background-color: #0d76bd;
    bottom: 7.5px;
    border-radius: 4px;
    border: 1px solid #0d76bd;
    box-sizing: border-box;
}

.ctacontainer {
}

.ctatxt {
    color: #fff;
    font-size: 12px;
    top: 50%;
    display: inline-block;
    float: left;
}

.logophoneparent {
    left: 8px;
    bottom: 18px;
    width: 96px;
    height: 12px;
}

.logophone {
    max-width: 100%;
    max-height: 100%;
}

.roundelparent {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    right: 10px;
    top: 115px;
    border: 2px dashed #090909;
    padding: 2px;
}

.roundeltxt {
    color: #ffffff;
    font-size: 10px;
    display: inline-block;
}

.roundelcontainer {
    width: 100%;
    height: 100%;
    background-color: #090909;
    border-radius: 50%;
}

.squares {
    width: 80px;
    height: 100px;
    background-color: #ace0ff;
    bottom: 36px;
    position: absolute;
}

#square2 {
    right: 0;
    top: 33px;
    width: 80px;
    height: 50px;
    background-color: #bdf3f5;
}

#cartxt {
    color: #090909;
    text-shadow: 0px 0px 1px #745d5d;
    font-weight: bold;
}

#vroomtxt {
    color: #0d76bd;
    text-shadow: 0px 0px 1px #000;
    font-weight: bold;
}
