@font-face {
  font-family: HelveticaNeue;
  src: url(./../assets/helveticaneue.ttf);
  font-display: auto;
}

@font-face {
  font-family: HelveticaNeueLight;
  src: url(./../assets/HelveticaNeueUltraLight.otf);
  font-display: auto;
}

@font-face {
  font-family: HelveticaNeueBold;
  src: url(./../assets/HelveticaNeueLTStd-BdCn.otf);
  font-display: auto;
}

:root {
  font-size: 16px;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  width: 100vw;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

body {
  padding: 0;
  margin: 0;
  font-family: HelveticaNeue;
  background: #dfdfdf;
  color: #242424;
  overflow-x: hidden;
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 29, 62, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 50px;
  z-index: 9;
}

nav .tyre_logo {
  height: 63px;
}

nav .nav_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
}

nav .nav_links a {
  color: #fff;
  text-decoration: none;
  margin: 0 30px;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

nav .nav_links a:hover {
  color: #2babe3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

nav .nav_links img {
  margin-bottom: -5px;
  height: 20px;
  cursor: pointer;
  margin: 0 30px;
}

nav .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

nav .right .nav_btns button {
  background: none;
  border: none;
  margin: 0 30px;
  cursor: pointer;
}

nav .right .nav_btns button.menu_btn {
  display: none;
}

nav .right .logo {
  height: 30px;
  margin-left: 20px;
}

nav .right #darkModeBtn {
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  padding: 8px 15px;
  border-radius: 17px;
  border: 1px solid #2babe3;
  cursor: pointer;
}

nav .right #darkModeBtn img {
  margin-left: 10px;
}

#home .video_container {
  width: 100vw;
  overflow: hidden;
  position: relative;
}

#home .video_container img,
#home .video_container video {
  display: block;
  max-height: 100vh;
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#home .video_container .mute_btn {
  position: absolute;
  bottom: 50px;
  right: 50px;
  cursor: pointer;
}

#home .video_container .mute_btn svg {
  fill: #fff;
}

#home .video_container .mute_btn .sound {
  display: none;
}

.section_heading {
  font-size: 6rem;
  letter-spacing: 1rem;
  line-height: 75px;
  color: #001d3e66;
  font-weight: 900;
  font-family: HelveticaNeueBold;
  overflow: hidden;
}

.section_heading span {
  line-height: 100px;
  display: block;
}

.section_sub_heading {
  font-size: 1.2rem;
  line-height: 2;
  position: relative;
  color: #033774;
  font-weight: 800;
  font-style: italic;
  font-family: HelveticaNeueLight;
}

.section_sub_heading::before {
  content: "";
  width: 80px;
  height: 3px;
  background: #033774;
  position: absolute;
  bottom: 0;
  left: 0;
}

.sub_heading {
  font-size: 1.2rem;
  line-height: 1.3;
  color: #033774;
  border-left: 4px solid #033774;
  padding-left: 10px;
  font-style: italic;
  font-weight: 900;
  font-family: HelveticaNeueLight;
}

#introducing .section_heading {
  text-align: center;
}

#introducing .row_2_col {
  margin-left: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#introducing .row_2_col .col_1 {
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#introducing .row_2_col .col_1 h2 {
  font-size: 5rem;
  font-weight: 900;
  line-height: 0.9;
  color: #033774;
  font-family: HelveticaNeueBold;
  letter-spacing: 5px;
  font-weight: bold;
  margin-bottom: 20px;
}

#introducing .row_2_col .col_1 p {
  margin-top: 50px;
  font-size: 1.1rem;
  line-height: 1.5;
  max-width: 80%;
}

#introducing .row_2_col .col_2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

#introducing .row_2_col .col_2 .bg {
  display: block;
  margin-left: auto;
  height: 60vh;
  -webkit-transform-origin: right;
          transform-origin: right;
}

#introducing .row_2_col .col_2 .l1 {
  position: absolute;
  top: -10px;
  right: -10%;
  height: 105%;
  z-index: 2;
}

#introducing .row_2_col .col_2 .l2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #dfdfdf;
  -webkit-transform-origin: right;
          transform-origin: right;
}

#review {
  padding: 15rem 10rem 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#review .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#review .container img {
  width: 40vw;
}

#review .container .l1 {
  padding-left: 3rem;
}

#review .container .l1 blockquote {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-right: 0;
}

#features .container {
  padding: 50px 100px;
}

#features .heading_container {
  display: inline-block;
  position: relative;
}

#features .heading_container .section_heading {
  margin: 30px 0;
  font-size: 9rem;
  line-height: 1;
}

#features .heading_container .section_heading span {
  line-height: 1;
}

#features .heading_container img {
  -webkit-transform-origin: left;
          transform-origin: left;
  position: absolute;
  top: 40%;
  left: 90%;
  height: 8rem;
}

#features .section_sub_heading {
  margin-bottom: 50px;
}

#features p {
  margin-top: 30px;
  line-height: 1.4;
  max-width: 50%;
  color: #033774;
}

#features .feature_slider {
  position: relative;
  overflow: hidden;
  color: #064a99;
}

#features .feature_slider .bg {
  width: 100%;
  display: block;
}

#features .feature_slider .l1,
#features .feature_slider .l2,
#features .feature_slider .l3,
#features .feature_slider .l4 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

#features .feature_slider .l1 img,
#features .feature_slider .l2 img,
#features .feature_slider .l3 img,
#features .feature_slider .l4 img {
  opacity: 0;
  width: 100%;
  display: block;
}

#features .feature_slider .l1 img.fixed,
#features .feature_slider .l2 img.fixed,
#features .feature_slider .l3 img.fixed,
#features .feature_slider .l4 img.fixed {
  opacity: 1;
}

#features .feature_slider .l2 img {
  opacity: 1;
}

#features .feature_slider .bottom {
  position: absolute;
  bottom: 0;
  padding: 20px 50px;
  background: rgba(255, 255, 255, 0.2);
  left: 50%;
  opacity: 0;
  width: 30vw;
}

#why {
  padding: 100px 0 40px;
}

#why .section_heading {
  text-align: center;
}

#why .section_sub_heading {
  text-align: center;
  margin: 20px 30px 0;
  padding: 0 0 25px;
}

#why .section_sub_heading::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#why .grid {
  margin-top: 150px;
}

#why .grid .col {
  position: relative;
  overflow: hidden;
}

#why .grid .col img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#why .grid .col .l1 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 10%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}

#why .grid .col .l1 .text_container {
  height: 150px;
  width: 100%;
  color: #fff;
}

#why .grid .col .l1 .text_container h4 {
  font-size: 1.4rem;
}

#why .grid .col .l1 .text_container p {
  line-height: 1.5;
  font-family: HelveticaNeueLight;
  font-weight: 900;
  letter-spacing: 1px;
}

#why .grid .col::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(3, 55, 116, 0.4);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

#why .grid .col.hover_anim::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), color-stop(rgba(0, 0, 0, 0.5)), to(transparent));
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5), transparent);
  z-index: 2;
}

#why .grid .col.hover_anim:hover img {
  -webkit-transform: scale(1.1) !important;
          transform: scale(1.1) !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#why .grid .col.hover_anim:hover .l1 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-bottom: 15%;
}

#why .grid .col.hover_anim:hover::after {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}

#why .grid .row_2_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

#why .grid .row_2_col .col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#why .grid .row_2_col .col .l1 .text_container p {
  max-width: 80%;
}

#why .grid .row_3_col {
  margin-top: 15px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

#why .grid .row_3_col .col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#why .grid .row_3_col .col .l1 .text_container {
  height: 200px;
}

#why .grid .row_3_col .col .ver_col_2 {
  height: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
      grid-template-columns: 100%;
  gap: 12px;
}

#why .grid .row_3_col .col .ver_col_2 .col:first-child .l1 .text_container {
  height: 150px;
}

#video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10rem 0;
}

#video iframe {
  width: 80vw;
  height: 50vw;
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(./../assets/footer.png) no-repeat;
  background-position: center;
  background-size: cover;
  padding: 50px 100px 100px;
}

footer .col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

footer .col ul {
  list-style: none;
  margin: 0;
}

footer .col ul li {
  margin: 10px 0;
  color: #fff;
}

footer .col ul li a {
  text-decoration: none;
  color: #fff;
}

footer .col ul li a:hover {
  text-decoration: underline;
}

footer > a {
  margin: 0 10rem;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
}

footer > a:hover {
  text-decoration: underline;
}

#particles-js {
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.tyre_logo_section {
  display: none;
}

dialog {
  padding: 0;
  border: none;
  overflow: unset;
}

dialog svg {
  position: absolute;
  top: -0.5rem;
  right: -5rem;
  fill: rgba(255, 255, 255, 0.8);
  height: 4rem;
  cursor: pointer;
}

dialog iframe {
  width: 70vw;
  height: 70vh;
  display: block;
}

@media screen and (min-width: 576px) and (max-width: 1024px) {
  nav {
    padding: 15px 20px;
  }
  nav .logo {
    height: 25px;
  }
  nav .nav_links a {
    margin: 0 10px;
    font-size: 12px;
  }
  nav .nav_links img {
    margin-bottom: -2px;
    height: 15px;
  }
  #introducing .row_2_col {
    margin-left: 30px;
  }
  #introducing .row_2_col .col_1 h2 {
    font-size: 3rem;
  }
  #introducing .row_2_col .col_2 .bg {
    height: 30vh;
  }
  #review {
    padding: 10rem 5rem 0;
  }
  #review .container img {
    width: 40vw;
  }
  #review .container .l1 blockquote {
    font-size: 1rem;
    line-height: 1.4;
    margin-left: 0;
  }
  #features .container {
    padding: 50px 30px;
  }
  #features .heading_container .section_heading {
    font-size: 7rem;
    line-height: 1;
  }
  #features .heading_container .section_heading span {
    line-height: 1;
  }
  #features .heading_container img {
    top: 60%;
    left: 50%;
    height: 5rem;
  }
  #features p {
    max-width: 60%;
  }
  #why .grid {
    margin-top: 50px;
  }
  #why .grid .col .l1 .text_container {
    height: 170px;
  }
  #why .grid .col .l1 .text_container h4 {
    font-size: 1rem;
  }
  #why .grid .col .l1 .text_container p {
    line-height: 1.3;
  }
  #why .grid .row_2_col .col .l1 .text_container p {
    max-width: 100%;
  }
  #why .grid .row_3_col {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  #why .grid .row_3_col > .col:last-child {
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 3;
  }
  #why .grid .row_3_col .col .ver_col_2 {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  #why .grid .row_3_col .col .ver_col_2 .col .l1 .text_container {
    height: 150px;
  }
  footer {
    padding: 50px 30px;
  }
}

@media screen and (max-width: 575px) {
  dialog {
    padding: 0;
    border: none;
  }
  dialog svg {
    top: -3rem;
    right: 0;
    height: 2rem;
  }
  dialog iframe {
    width: 90vw;
    height: 60vw;
  }
  .tyre_logo_section {
    margin: auto;
    display: block;
    height: 85px;
    margin: 50px auto 10px;
    padding-right: 20px;
  }
  nav {
    padding: 10px 5px 10px 20px;
  }
  nav .tyre_logo {
    display: none;
  }
  nav .nav_links {
    position: absolute;
    top: 100%;
    height: calc(100vh - 47px);
    left: 0;
    right: 0;
    -webkit-transform: none;
            transform: none;
    background-color: rgba(0, 29, 62, 0.9);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: -1;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  nav .nav_links a,
  nav .nav_links img {
    margin: 40px 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  nav .right {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  nav .right .logo {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: left;
       object-position: left;
    height: 20px;
    margin: 0;
  }
  nav .right .nav_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  nav .right .nav_btns button {
    margin: 0 0 0 10px;
  }
  nav .right .nav_btns button.menu_btn {
    position: relative;
    display: block;
  }
  nav .right .nav_btns button.menu_btn svg {
    position: absolute;
    top: -20%;
    left: 20%;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  nav .right .nav_btns button:first-child {
    display: none;
  }
  nav .right #darkModeBtn {
    font-size: 12px;
    padding: 5px 15px;
  }
  .section_heading {
    font-size: 2rem;
    letter-spacing: 0.5rem;
    line-height: 35px;
  }
  .section_heading span {
    line-height: 50px;
  }
  .sub_heading {
    font-size: 1rem;
  }
  #home {
    margin-top: 47px;
  }
  #home .video_container img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 40% 50%;
       object-position: 40% 50%;
  }
  #home .video_container .mute_btn {
    bottom: 10px;
    right: 10px;
  }
  #home .video_container .mute_btn svg {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  #review {
    padding: 10rem 5rem 0;
  }
  #review .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  #review .container img {
    width: 80vw;
  }
  #review .container .l1 {
    padding-left: 0;
  }
  #review .container .l1 blockquote {
    font-size: 1rem;
    line-height: 1.4;
    text-align: center;
    margin-left: 0;
  }
  #introducing .row_2_col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-left: 0;
  }
  #introducing .row_2_col .col_1 {
    padding-left: 20px;
  }
  #introducing .row_2_col .col_1 h2 {
    font-size: 2rem;
  }
  #introducing .row_2_col .col_1 p {
    margin-top: 50px;
    line-height: 1.2;
    max-width: 95%;
  }
  #introducing .row_2_col .col_2 {
    margin-top: 100px;
  }
  #introducing .row_2_col .col_2 .bg {
    height: auto;
    width: 100%;
  }
  #introducing .row_2_col .col_2 .l1 {
    height: 115%;
  }
  #features .container {
    padding: 50px 20px;
  }
  #features .heading_container .section_heading {
    font-size: 3.5rem;
  }
  #features .heading_container img {
    position: absolute;
    top: 50%;
    left: 20%;
    width: 100%;
    height: auto;
  }
  #features .section_sub_heading {
    margin-bottom: 50px;
  }
  #features p {
    margin-top: 30px;
    line-height: 1.4;
    max-width: 90%;
  }
  #features .feature_slider {
    position: relative;
    padding-bottom: 0;
  }
  #features .feature_slider .bg {
    display: block;
  }
  #features .feature_slider .bottom {
    position: relative;
    padding: 10px 20px;
  }
  #features .feature_slider .bottom p {
    color: #fff;
    line-height: 1.3;
    font-size: 1.1rem;
    max-width: 100%;
  }
  #why {
    padding: 40px 0;
  }
  #why .section_sub_heading {
    text-align: center;
    margin: 20px 30px 0;
    padding: 0 0 25px;
  }
  #why .grid {
    margin-top: 50px;
  }
  #why .grid .col .l1 {
    padding: 30px;
  }
  #why .grid .col .l1 .text_container {
    height: auto;
  }
  #why .grid .col .l1 .text_container h4 {
    font-size: 1.2rem;
  }
  #why .grid .col .l1 .text_container p {
    line-height: 1.3;
  }
  #why .grid .row_2_col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  #why .grid .row_2_col .col {
    margin-top: 12px;
  }
  #why .grid .row_2_col .col .l1 .text_container p {
    max-width: 100%;
  }
  #why .grid .row_3_col {
    margin-top: 12px;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
  #why .grid .row_3_col .col .l1 .text_container {
    height: auto;
  }
  #why .grid .row_3_col .col .ver_col_2 .col:first-child .l1 .text_container {
    height: auto;
  }
  #video {
    padding: 0 0 3rem;
  }
  #video iframe {
    width: 90vw;
  }
  footer {
    padding: 50px 0 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  footer > a {
    margin: 20px 0;
    text-align: center;
  }
  footer .col {
    margin-bottom: 25px;
  }
}
/*# sourceMappingURL=style.css.map */