@font-face {
  font-family: Akkurat-Regular;
  src: url('/wp-content/themes/brook-child/fonts/Akkurat-regular.ttf');
}

body {
    font-family: Akkurat-Regular,sans-serif;
    margin: 0;
    overflow-y: hidden;
}

::-webkit-scrollbar {
  display:none;
}
@-moz-document url-prefix() {
   ::-webkit-scrollbar {
        display:none;
    }
}


 * {
  padding: 0;
  margin: 0;
}



/*******DESKTOP VIEW******************/

.ev-section.tablet-view {
    display: none;
}


.desktop-view.ev-section {
    height: 100vh;
    display: table;
    overflow: scroll;
    width: 100%;
}


/****CAR Image*****/
.desktop-view .car-wrapper {
    position: fixed;
    bottom: 40px;
    left: -40px;
}

.desktop-view .car-wrapper img {
    width: 1300px;
}
.desktop-view .car-wrapper img {
    display: none;
}
.desktop-view .car-wrapper img.car_still {
    display: block;
}
.desktop-view .car-wrapper.car_move img {
    display: block;
}
.desktop-view .car-wrapper.car_move img.car_still {
    display: none;
}


.desktop-view .timeline-section {
    position: absolute;
    top: 5%;
    left: 12%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}


.desktop-view .timeline-box.timeline_show .content {
    opacity: 1;
}

.desktop-view .timeline-box {
      flex: 0 0 41%;
      padding: 0px 40px 100px 40px;
      display: flex;
      flex-wrap: nowrap;
}

.desktop-view .timeline-box .timeline-row {
    display: flex;
    align-items: center;
}


.desktop-view .timeline-box .timeline-row .content {
    background-image: url('/wp-content/uploads/Asset-19.svg');
    background-repeat: no-repeat;
    padding: 0;
    background-position: center;
    transition: 0.5s;
    opacity: 0;
    min-width: 590px;
    min-height: 190px;
    display: flex;
    background-size: 100% 100%;
    align-items: center;
    text-align: center;
    align-content: center;
    justify-content: center;
    max-width: 400px;
}

.desktop-view .timeline-box .timeline-row .content p {
    color: #0e69a4;
    font-size: 22px;
    padding: 0 0;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
}


.desktop-view .timeline-box .timeline-row .round-img {
    min-width: 180px;
    min-height: 180px;
    border-radius: 100px;
    border-radius: 100px;
    display: inline-block;
    background-color: rgb(255 255 255 / 90%);
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.desktop-view .timeline-box .timeline-row .round-img img {
    width: 120px;
    height: 120px;
    display: table-cell;
    padding: 0;
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
}


.desktop-view .timeline-box .timeline-row .content {
    padding: 0 0;
    margin-left: 15px;
}


.desktop-view .timeline-box.timeline_show .content {
    opacity: 1;
}


.desktop-view #timeline-2.timeline-box .timeline-row,
.desktop-view #timeline-5.timeline-box .timeline-row  {
    top: -68px;
    position:relative;
}
.desktop-view #timeline-6.timeline-box .timeline-row{
    top: 58px;
    position:relative;
}
.desktop-view #timeline-3.timeline-box .timeline-row{
    top: 58px;
    position:relative;
}



.desktop-view .contact-us-section {
    padding: 0px 0px;
    display: flex;
    flex-direction: column;
}

.desktop-view .contact-us-section .text-wrapper {
    width: 100%;
}

.desktop-view .contact-us-section .text-wrapper h2 {
    font-size: 45px;
    color: #fff;
    font-weight: normal;
}

.desktop-view .contact-us-section .text-wrapper h1 {
    text-transform: uppercase;
    color: #fff;
    font-size: 100px;
    font-weight: bolder;
    line-height: normal;
}

.desktop-view .social-media ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    align-content: initial;
    justify-content: flex-end;
}

.desktop-view .social-media ul li {
    display: table-cell;
}

.desktop-view .social-media ul li a {
    text-decoration: none;
    margin: 0 10px;
}

.desktop-view .social-media ul li a i {
    color: #13406c;
    font-size: 28px;
    height: 50px;
    width: 50px;
    background-color: #fff;
    border-radius: 100px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}


.desktop-view .contact-us-section {
    width: 90%;
    flex: 0 0 auto;
    padding: 0px 0px 0 300px;
    display: flex;
    flex-direction: column;
}

.desktop-view .contact-us-section .text-wrapper {
    width: 100%;
}

.desktop-view .contact-us-section .text-wrapper h2 {
    font-size: 45px;
    color: #fff;
    font-weight: normal;
}

.desktop-view .contact-us-section .text-wrapper h1 {
    text-transform: uppercase;
    color: #fff;
    font-size: 110px;
    font-weight: bolder;
    line-height: normal;
    margin-left: -6px;
    display: block;
}
.desktop-view .contact-us-section .text-wrapper h1:last-child {
    margin-left: 0;
}

.desktop-view .social-media ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    align-content: initial;
    justify-content: flex-end;
}

.desktop-view .social-media ul li {
    display: table-cell;
}

.desktop-view .social-media ul li a {
    text-decoration: none;
    margin: 0 10px;
}

.desktop-view .social-media ul li a i {
    color: #13406c;
    font-size: 23px;
    height: 40px;
    width: 40px;
    background-color: #fff;
    border-radius: 100px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}


.desktop-view .bg-image img.road-image {
    display: none !important;
}

.desktop-view .bg-image {
    height: 100vh;
    background-size: 100% 100%;
    background-image: url('/wp-content/uploads/EV_timeline_BKG.jpg');
    width: 100%;
    min-width: 7553px;
}
.desktop-view .timeline-box .timeline-row .round-img:hover ~ .content {
    opacity: 1;
}


@media only screen and (max-width: 1600px){
    .desktop-view .car-wrapper img {
        width: 950px;
    }
    .desktop-view .car-wrapper {
      left: 40px; 
    }

    .desktop-view .timeline-box .timeline-row .round-img {
        min-width: 170px;
        min-height: 170px;
    }

    .desktop-view .timeline-box .timeline-row .round-img img {
        width: 85px;
        height: 85px;
    }

    .desktop-view .timeline-box .timeline-row .content {
        min-height: 170px;
    }
    .desktop-view .contact-us-section .text-wrapper h1 {
        font-size: 80px;
    }

    .desktop-view .social-media ul li a img {
        width: 200px;
    }


}

@media only screen and (max-width: 1366px){
    .desktop-view .car-wrapper img {
        width: 650px;
    }
    .desktop-view .timeline-box .timeline-row .content p {
        font-size: 16px;
    }

    .desktop-view .timeline-box .timeline-row .content {
        min-height: 135px;
        min-width: 400px;
    }

    .desktop-view .timeline-box .timeline-row .round-img {
        min-width: 135px;
        min-height: 135px;
    }
    .desktop-view .timeline-box{
        padding: 0px 40px 100px 80px;
    }
    .desktop-view .social-media ul li a img{
        width: 150px;
    }
}



/************************************/


/*******Tablet VIEW******************/
@media only screen and (max-width: 1024px){

    .ev-section.desktop-view {
        display: none;
    }
    .tablet-view .timeline-box .timeline-row .round-img:focus ~ .content,
    .tablet-view .timeline-box .timeline-row .round-img:hover ~ .content {
        opacity: 1;
    }


    body {
        font-family: Akkurat-Regular,sans-serif;
        margin: 0;
        overflow-x: hidden;
        overflow-y: scroll;
    }



    .tablet-view.ev-section {
        width: auto;
        display: block;
        overflow-x: hidden;
        position: relative;
    }


    /****CAR Image*****/
    .tablet-view .car-wrapper {
        position: fixed;
        top: 40px;
        padding-left: 26.5%;
    }


    .tablet-view .car-wrapper img {
        width: 221px;
    }



     .tablet-view .timeline-section {
        padding-left: 28%;
    }



    .tablet-view .timeline-box {
        padding: 0;
        height: 60vh;
    }

    .tablet-view .timeline-box .timeline-row {
        display: flex;
        width: 100%;
        z-index: 999;
        position: relative;
        align-items: center;
    }


    .tablet-view .timeline-box .timeline-row .content {
        background-image: url('/wp-content/uploads/mobile-timeline.png');
        background-repeat: no-repeat;
        background-position: center;
        transition: 0.5s;
        opacity: 0;
        height: 265px;
        display: inline-block;
        background-size: contain;
        vertical-align: middle;
        padding: 0 80px 0 110px;
        left: -23px;
        position: relative;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
    }

    .tablet-view .timeline-box .timeline-row .content p {
        color: #0e69a4;
        font-size: 27px;
        text-align: center;
        vertical-align: middle;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        height: 100%;
    }


    .tablet-view .timeline-box .timeline-row .round-img {
        min-width: 190px;
        min-height: 190px;
        border-radius: 100px;
        border-radius: 100px;
        display: inline-block;
        background-color: rgb(255 255 255 / 90%);
        background: #ffffffe6;
        display: inline-block;
        vertical-align: middle;
        max-width: 190px;
        max-height: 190px;
        min-width: 190px;
        min-height: 190px;
        display: flex;
        align-items: center;
    }

    .tablet-view .timeline-box .timeline-row .round-img img {
        width: 120px;
        height: 120px;
        display: table-footer-group;
        padding: 0;
        text-align: center;
        margin: 0 auto;
        vertical-align: middle;
    }


    .tablet-view .timeline-box.timeline_show .content {
        opacity: 1;
    }


    .tablet-view .contact-us-section .text-wrapper {
        width: 100%;
    }

    .tablet-view .contact-us-section .text-wrapper h2 {
        font-size: 42px;
        color: #fff;
        font-weight: normal;
    }

    .tablet-view .contact-us-section .text-wrapper h1 {
        text-transform: uppercase;
        color: #fff;
        font-size: 100px;
        font-weight: bolder;
        line-height: normal;
    }

    .tablet-view .social-media ul {
        list-style-type: none;
        display: flex;
        align-items: center;
        align-content: initial;
        justify-content: flex-end;
    }

    .tablet-view .social-media ul li {
        display: table-cell;
    }

    .tablet-view .social-media ul li a {
        text-decoration: none;
        margin: 0 10px;
    }

    .tablet-view .social-media ul li a i {
        color: #13406c;
        font-size: 28px;
        height: 50px;
        width: 50px;
        background-color: #fff;
        border-radius: 100px;
        text-align: center;
        vertical-align: middle;
        display: table-cell;
    }


    .tablet-view .contact-us-section {
        height: 80vh;
        padding: 0px 0px 0px 0px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        align-content: end;
        margin-left: -38%;
        text-align: center;
        margin-top: 0;
    }

    .tablet-view .contact-us-section .text-wrapper {
        width: 100%;
        padding-bottom: 200px;
        max-width: 522px;
        text-align: left;
        top: -115px;
        position: relative;
        padding-left: 50px;
    }

    .tablet-view .contact-us-section .text-wrapper h2 {
        font-size: 41px;
        color: #000;
        font-weight: 100;
    }

    .tablet-view .contact-us-section .text-wrapper h1 {
        text-transform: uppercase;
        color: #13406c;
        font-size: 100px;
        font-weight: bolder;
        line-height: normal;
    }

    .tablet-view .social-media ul {
        list-style-type: none;
        display: flex;
        align-items: center;
        align-content: initial;
        justify-content: flex-end;
    }

    .tablet-view .social-media ul li {
        display: table-cell;
    }

    .tablet-view .social-media ul li a {
        text-decoration: none;
        margin: 0 10px;
    }

    .tablet-view .social-media ul li a i {
        color: #13406c;
        font-size: 23px;
        height: 40px;
        width: 40px;
        background-color: #fff;
        border-radius: 100px;
        text-align: center;
        vertical-align: middle;
        display: table-cell;
    }


    .tablet-view .bg-image img.road-image {
        display: none !important;
    }

    .tablet-view .bg-image {
        height: 100%;
        background-size: cover;
        background-image: url('/wp-content/uploads/tablet_1024.jpg');
        width: 100%;
        display: inline-block;
        background-color: lightgray;
    }

    .tablet-view #timeline-3.timeline-box .timeline-row .content {
        padding: 0px 50px 0 80px;
    }


    .tablet-view .timeline-box:first-child {
        padding-top: 450px;
    }

   
    .tablet-view .timeline-box .timeline-row .round-img img {
        width: 100px;
        height: 100px;
    }

    .tablet-view .contact-us-section .social-media {
        position: relative;
        top: -100px;
    }

    .tablet-view .social-media ul li a img {
        width: 200px;
    }
    .tablet-view  .contact-us-section .text-wrapper h1 {
        margin-left: -6px;
    }
    .tablet-view  .contact-us-section .text-wrapper h1:last-child {
        margin-left: 0;
    }
}


@media only screen and (max-width: 991px){
    .tablet-view .bg-image {
        background-size: 100%;
    }
    .tablet-view .timeline-box:first-child{
        padding-top: 350px;
    }
    .tablet-view .car-wrapper{
        padding-left: 27%;    
    }
    .tablet-view .timeline-box .timeline-row .round-img {
        min-width: 160px;
        min-height: 160px;
    }

    .tablet-view .timeline-section {
        padding-left: 27%;
    }

    .tablet-view .timeline-box .timeline-row .content {
        max-width: 240px;
        left: 10px;
        height: 190px;
        padding: 0 60px 0 75px;
    }
    .tablet-view .timeline-box .timeline-row .content p {
        font-size: 16px;
    }
    .tablet-view .car-wrapper img{
        width:150px
    }
    .tablet-view .contact-us-section .text-wrapper h1 {
        font-size: 70px;
    }

    .tablet-view .contact-us-section .text-wrapper h2 {
        font-size: 35px;
    }

    .tablet-view .contact-us-section .text-wrapper {
        max-width: 370px;
        padding-bottom: 125px;
        padding-left: 30px;
    }

    .tablet-view .social-media ul li a img {
        width: 155px;
    }
    .tablet-view #timeline-3.timeline-box .timeline-row .content {
        padding: 0 80px 0 100px;
    }
    .tablet-view .contact-us-section {
        height: 60vh;
    }
    


}

@media only screen and (max-width: 767px){
    .tablet-view .car-wrapper img {
        width: 80px;
    }
    .tablet-view .bg-image {
        background-size: 100% 100%;
    }
    .tablet-view .timeline-box:first-child{
        padding-top: 186px;
        height: 40vh;
        padding-bottom: 150px;
    }
     .tablet-view .timeline-box .timeline-row .content p br {
        display: none;
    }
  

    .tablet-view .timeline-section {
        margin-right: 10px;
    }

    .tablet-view .timeline-box {
        padding-bottom: 0;
    }
    .tablet-view .timeline-box .timeline-row .content p {
        font-size: 10px;
    }

    .tablet-view .timeline-box .timeline-row .content {
        padding: 0px 20px 0px 30px;
        border-radius: 18px;
        margin-top: 0;
        height: 130px;
        left: 7px;
    }
    .tablet-view #timeline-3.timeline-box .timeline-row .content {
        padding: 4px 7px 5px 20px;
    }
    .tablet-view .timeline-box .timeline-row .round-img img {
        width: 50px;
        height: 50px;
    }

    .tablet-view .timeline-box .timeline-row .round-img {
        min-width: 80px;
        min-height: 80px;
    }
    .tablet-view .contact-us-section .text-wrapper h1 {
        margin-left: -2px;
        /* margin: 0; */
        font-size: 31px;
    }

    .tablet-view .contact-us-section .text-wrapper h2 {
        font-size: 20px;
    }

    .tablet-view .contact-us-section .text-wrapper {
        max-width: 200px;
        padding-bottom: 100px;
        padding-left: 40px;
    }

    .tablet-view .social-media ul li a img {
        width: 80px;
    }
    .tablet-view .social-media ul li a i {
        height: 30px;
        width: 30px;
        font-size: 16px;
    }
    .tablet-view .contact-us-section .social-media {
        margin-left: 0;
    }
    .tablet-view .contact-us-section {
        height: 100vh;

      -webkit-overflow-scrolling: touch;
        
    }
   
    
    .tablet-view.ev-section {      
      -webkit-overflow-scrolling: touch;
    }
    .tablet-view .car-wrapper {
        position: absolute;
    }    
    .carfixed .tablet-view .car-wrapper {
        position: fixed;
    }
}


@media only screen and (max-width: 767px) and (orientation : landscape){
    .tablet-view .timeline-box .timeline-row .content {
        max-width: 170px;
    }
}

@media only screen and (max-width: 375px){
    .tablet-view .contact-us-section .text-wrapper {
        padding-bottom: 30px;
    }
    .tablet-view .contact-us-section .social-media{
        top:-70px;
    }
    
    .tablet-view .timeline-box .timeline-row .content p {
        font-size: 10px;
    }
    .tablet-view .timeline-section {
        padding-left: 25%;
    }
    .tablet-view .car-wrapper {
        padding-left: 25%;
    }

   
}

@media only screen and (max-width: 320px){

    .tablet-view .timeline-box .timeline-row .content p {
        font-size: 8px;
    }
}

@media only screen and (max-width: 280px){
    .tablet-view .timeline-box .timeline-row .content p {
        font-size: 6px;
    }
}


/************************************/

