* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Public Sans" sans-serif;
}
article {
  min-height: 100vh;
}

.home-h1,
.multi-styles-h1,
.multi-exterior-content-h2,
.multi-interior-content-h2 {
  padding-top: 50px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
}
.select_tab_inner-content img {
  max-width: 100%;
  margin-bottom: 20px;
}
.carousel-item img {
  height: 700px;
  object-fit: cover;
  object-position: center center;
}
.home-gallery {
  padding-top: 30px;
}
.home-gallery-div,
.all-grip__auto-models__gallery-div {
  padding: 5px;
}
.home-gallery-img,
.all-grip__auto-models__gallery-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
.news-card {
  margin-bottom: 30px;
}
.gallery-overlay-h2 {
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
}
.image {
  position: relative;
  /* width: 400px; */
  /* z-index: 2; */
}
.image__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.image__overlay:hover {
  opacity: 1;
  transition: all 0.5s;
}
.image__overlay img {
  width: 10vw;
}
.container-news {
  padding: 30px 0;
}
.home-list-item-me {
  border: none;
  background-color: #00000014;
}
.home-list-item-me:hover {
  background-color: #0000001f;
}
.home-news-btn {
  text-align: center;
  padding: 10px 0;
  float: none;
  margin-left: auto;
  margin-right: auto;
}

/* CSS For Models News */
.models-news-h1 {
  font-weight: 700;
  font-size: 50px;
  padding-top: 50px;
}
.models-news-select {
  font-size: 18px;
  font-weight: 700;
}
.model-news-select-years {
  padding: 50px 0;
}
#years-select {
  padding: 10px 60px;
  background-color: #fff;
  border: 1px solid #000;
  cursor: pointer;
  margin-left: 30px;
  font-size: 25px;
  font-weight: 700;
}
#years-select:hover {
  background-color: rgb(242, 242, 242);
}
.home-news-org {
  padding-bottom: 50px;
}

/* Global Models News CSS */
.global-news-pdf-txt {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -1px;
  margin-top: 12px;
}
.global-news-content {
  padding-top: 50px;
}
.global-news-content-h1 {
  font-weight: 700;
}
.global-news-content-h2 {
  font-weight: 400;
  margin-bottom: 50px;
}
.global-news-content-para {
  padding: 50px 0;
}

/* CSS for Scrolling Page */
#sec-one,
#sec-two,
#sec-three,
#sec-four,
#sec-five {
  min-height: 100vh;
}
.hero-video {
  position: relative;
}
.video-logo {
  position: absolute;
  top: 30px;
  left: 30px;
}
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 0 150px;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.5s;
}
.overlay-h2 {
  font-weight: 700;
  margin-bottom: 30px;
}
.overlay-p,
.multi-exterior-content-p,
.multi-interior-content-p {
  font-size: 18px;
  line-height: 30px;
}
.overlay-p {
  text-align: center;
}
.multi-styles-h1 {
  color: #c60c30;
  font-size: 52px;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  padding-top: 0;
}
/* .multi-styles-h1::after {
  color: #c60c30;
} */
.multi-style-heading {
  padding: 70px 0;
}
.multi-exterior-image,
.multi-interior-image {
  background-attachment: fixed;
  min-height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.multi-exterior-image {
  background-image: url(../img/ModelsMS/ex_bg.jpg);
}
.multi-interior-image {
  background-image: url(../img/ModelsMS/in_bg.jpg);
}
.multi-exterior-content-img,
.multi-interior-content-img {
  width: 100%;
  height: auto;
}
.video-container__hero-video {
  line-height: 0;
}

/* CSS for Technology Page */
.main__tech-hero {
  position: relative;
}
.tehc-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.technology-title {
  background-image: url(../img/ex_bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding: 50vh 0;
}
.technology-title-overlay {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.technology-title-overlay-h1 {
  font-size: 70px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
.technology-title-overlay-h3 {
  font-size: 35px;
  color: #fff;
  font-weight: 400;
  padding: 0 150px;
  text-align: center;
}
.special-content {
  padding: 50px 0;
}

/* CSS for Technology Section */
.technology-video {
  padding-bottom: 20px;
}

@media (max-width: 990px) {
  .sc-column {
    padding-bottom: 20px;
  }
}
.technology-overlay-h2 {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.image__overlay__tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.image__overlay__tech:hover {
  opacity: 1;
  transition: all 0.5s;
}

/* CSS for Made For All Page */
.main-slider-mal-content {
  position: relative;
}
.main-slider-mal__overlay,
.history-main__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 1;
}
.phil-mal-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
}
.phil-mal-video {
  position: relative;
}
.phil-mal-video__overlay,
.values-carousel__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 1;
}
.phil-mal-video__overlay .text__overlay-p,
.values-carousel__overlay .text__overlay-p {
  color: #fff;
  font-size: 18px;
}
.text__overlay-p p {
  margin-bottom: 0.5rem;
}
.values-carousel__overlay img,
.phil-mal-video__overlay img {
  margin-bottom: 30px;
}
.for-all__video-mid {
  position: relative;
}
.phil-mal-video .video {
  line-height: 0;
}
.for-all__video-mid-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.for-all__video-mid-overlay a {
  opacity: 0.7;
}
.for-all__video-mid-overlay a:hover {
  opacity: 1;
  cursor: pointer;
}
.values-content {
  position: relative;
}
.all-grip-video__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.all-grip__auto-models {
  background-color: #f0f0f0;
  padding: 70px 150px;
  margin: 50px 0;
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 650;
  text-transform: uppercase;
}
.all-grip-video__overlay:hover {
  opacity: 0.1;
  transition: all 0.5s;
  cursor: pointer;
}
.all-grip-video__image {
  width: 100%;
}
.all-grip-video__image:hover {
  opacity: 0.9;
  width: 100%;
}
.all-grip-auto-models__h2 {
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.all-grip__intro {
  background-color: #f0f0f0;
  padding: 50px 0;
}
.all-grip__intro-img {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.multi-tabs-heading {
  padding: 30px 0;
  background-color: #ffffff85;
  color: #000;
}
.multi-tabs-heading h2 {
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 650;
}
.text-overlay-p-small {
  padding: 0 40px;
}
.values-beyond__logo,
.values-exct__logo,
.values-peace__logo {
  z-index: 10;
  position: absolute;
  top: 100px;
  right: 0;
  background-color: #ffffff85;
  padding: 10px;
  width: 300px;
}
.values-beyond__logo img,
.values-exct__logo img,
.values-peace__logo img {
  width: 100%;
}

/* 4x$ History Section CSS */
.historyImg {
  padding: 100px;
}
.historyImg img {
  width: 100%;
}
.historyDiv {
  background-color: #f0f0f0;
}

/* CSS for History Page */
.history-main__content {
  position: relative;
}
.history-main__img img {
  width: 100%;
  position: relative;
}
.history-main__overlay-h2 {
  font-size: 80px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.history-main__overlay-p p {
  color: #fff;
  font-size: 21px;
}
.history__headline h2 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 30px;
}
.history__headline h2 span {
  padding: 10px;
  background-color: #0159a8;
  color: #fff;
  font-weight: 600;
  line-height: 2;
}
.history-item {
  margin: 75px 0;
}
.history-decade {
  background-color: #ef1922;
  padding: 20px;
}
.history-decade h2 {
  color: #fff;
  font-size: 46px;
  font-weight: 700;
}

/* CSS for After Sales */
.aftersales__hero-image img {
  width: 100%;
}
.aftersales__text-box-p {
  font-size: 22px;
  font-weight: 400;
  padding: 0 65px;
}
.aftersales__text-box-h2 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 650;
  margin: 30px 0;
}
.aftersales__btn {
  margin: 35px 0;
}

.aftersales__redImg {
  padding: 100px;
}
.aftersales__redImg img {
  width: 100%;
}
.aftersales__redImg img:hover {
  opacity: 0.9;
}
.aftersales__redDiv {
  background-color: #f0f0f0;
}
.aft-auto__img-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  gap: 20px;
}
.aft-auto__img-box-h2 {
  font-size: 40px;
  font-weight: 650;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.aft-auto__photo {
  padding: 100px;
}
/* .aft-auto__photo a {
  z-index: 10000;
} */
.aft-auto__photo a:hover {
  cursor: pointer;
}
.aft-auto__photo img,
.aft-auto__photo video {
  width: 100%;
}
.aftersales__maintenance-h2,
.aftersales__accessories-h2 {
  padding: 30px 0;
  font-size: 40px;
  font-weight: 650;
  text-transform: uppercase;
  background-color: #f0f0f0;
  margin-bottom: 20px;
}
.accessories__img a img {
  width: 100%;
}

/* CSS for Models Dev and Testing */
.models-dat__video {
  position: relative;
}
.models-dat__video-content video {
  width: 100%;
  height: 90vh;
  object-fit: cover;
  object-position: center center;
}
.models-dat__video-content {
  height: 90vh;
}
.models-dat__video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
}
.models-dat__video-overlay-h2 {
  color: #fff;
  font-size: 60px;
  font-weight: 650;
}
.movies__highlights-heading {
  padding: 70px 0;
}
.movies__highlights-heading-h2 {
  font-size: 50px;
  font-weight: 650;
  text-transform: uppercase;
}
.movies__highlights-video {
  position: relative;
}
.movies__highlights-video-img {
  width: 100%;
}
.movies__highlights-video-img img {
  width: 100%;
  padding: 100px;
  padding-top: 0 !important;
}
.movies__highlights-video-overlay a {
  display: block;
  width: 100px;
  height: 150px;
}
.movies__highlights-video-overlay a img {
  width: 100%;
}
.movies__highlights-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.movies__highlights-video-overlay img {
  /* width: 60%; */
  opacity: 0.8;
}
.movies__highlights-video-overlay img:hover {
  opacity: 1;
}
.movies__full-heading {
  padding: 70px 0;
}
.movies__full-heading-h2 {
  font-size: 50px;
  font-weight: 650;
  text-transform: uppercase;
}
.movies__full-video {
  position: relative;
}
.movies__full-video-img {
  width: 100%;
}
.movies__full-video-img img {
  width: 100%;
}
.movies__full-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.movies__full-video-overlay img {
  width: 100%;
  opacity: 0.8;
}
.movies__full-video-overlay a {
  display: block;
  height: 70px;
  width: 70px;
}
.movies__full-video-overlay img:hover {
  opacity: 1;
}
.movie__full-content {
  margin-bottom: 20px;
}
.movies__full-text {
  margin: 15px 0;
}
.movies__full-text h4 {
  font-size: 22px;
}
.movies__full-text p {
  font-size: 16px;
}

/* CSS for Multi Styles Page */
.gallery__multi-styles__heading {
  padding: 70px 0;
  text-align: center;
}
.gallery__multi-styles__heading-h2 {
  font-size: 40px;
  font-weight: 650;
  text-transform: uppercase;
  color: #ed1a23;
}
.hero-video__container {
  position: relative;
}
.overlay-container__hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.container__ms {
  max-width: 990px;
  margin: auto;
  color: #fff;
  word-wrap: normal;
  text-align: center;
}
.container__ms > h2 {
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.container__ms > p {
  font-size: 18px;
  line-height: 1.7;
  padding: 0 30px;
}
.logo__overlay-container {
  position: absolute;
  top: 30px;
  left: 30px;
  display: inline-block;
  z-index: 5;
  width: 230px;
}
.logo__overlay-container > img {
  width: 100%;
}
.ext-row {
  display: flex;
  align-items: center;
}
.exterior__top-sec__h2 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 600;
}
.exterior__top-sec__p {
  font-size: 21px;
  line-height: 1.7;
}
.ext-col__img {
  padding-left: 0;
}
.exterior__bot-sec {
  padding: 35px 0;
}
.exterior__bot-sec__imgs {
  margin-top: 30px;
}
.exterior__bot-sec__txt p {
  font-size: 19px;
}
.exterior__bot-sec__txt h3 {
  font-size: 35px;
}
.ext-row {
  display: flex;
  align-items: center;
}
.interior__top-sec__h2 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 600;
}
.interior__top-sec__p {
  font-size: 21px;
  line-height: 1.7;
}

.gallery__multi-styles__heading {
  background-color: #0000001f;
}
.ext-col__img {
  padding-right: 0;
}
.interior__bot-sec {
  padding: 35px 0;
}
.interior__bot-sec__imgs {
  margin-top: 30px;
}
.interior__bot-sec__txt p {
  font-size: 19px;
}
.interior__bot-sec__txt h3 {
  font-size: 35px;
}
.int__imgs,
.ext__imgs {
  margin-bottom: 20px;
}
.performance__item-h3 {
  font-size: 30px;
  font-weight: 700;
  margin-top: 20px;
}

/* CSS for Product Page */
.models-product__what-new,
.product-line,
.product-img-box,
.product-advantage,
.models-product__video,
.models-product__pfu,
.models-product__what-new {
  padding-bottom: 100px;
  background-color: #000;
  color: #fff;
}
.models-product__what-new {
  padding-top: 100px;
}

.product-line__heading-h2,
.product-advantage__heading-h2,
.models-product__video-heading-h2,
.pfu__heading-h1,
.what-new__heading-h1 {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
}
.product-advantage__heading-h2,
.product-line__heading-h2 {
  padding-bottom: 50px;
}
.product-advantage__heading-h4 {
  margin-top: 20px;
  margin-bottom: 010px;
}

/* CSS for Multi Tabs */
[data-tab-content] {
  display: none;
}

.active[data-tab-content] {
  display: block;
}

body {
  padding: 0;
  margin: 0;
}

.tabs {
  display: flex;
  justify-content: space-around;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid black;
}

.tab {
  cursor: pointer;
  padding: 10px;
}

.tab.active {
  background-color: #ccc;
}

.tab:hover {
  background-color: #aaa;
}

/* My CSS for Multi Tabs */
.for-all__auto-multi-tabs .tabs .tab {
  width: 50%;
  text-align: center;
}
.tab-content {
  background-color: #f0f0f0;
  padding: 40px 0;
}
.tab-inner-content {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.for-all__select-multi-tabs .tabs .tab {
  width: 25%;
  text-align: center;
}
.for-all__pro-multi-tabs .tabs .tab {
  width: 100%;
  text-align: center;
}
.carousel-control-next,
.carousel-control-prev {
  width: 7%;
}

/* CSS for the Comaprison Page */
.compare__hero {
  position: relative;
}
.comparison__title h2 {
  font-size: 25px;
  padding: 35px 0;
}
.compare__hero-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
}
.compare__hero-overlay > h1 {
  font-size: 45px;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 10;
  color: #fff;
}
.select-circle {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
.comp-now {
  margin: 30px auto;
}
.comparison__select-items {
  display: flex;
  /* flex-direction: column; */
  justify-content: space-around;
}
.comp_model-title {
  padding-top: 15px;
}
.select-circle i {
  font-size: 70px;
  opacity: 0.3;
}
.comp_select {
  width: 100%;
  text-align: center;
  padding: 7px 0;
  background-color: #fff;
  border: 1px solid #00000052;
  margin-bottom: 5px;
}
.comp_colors {
  display: flex;
}
.comp_color-item {
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 50px;
  background-color: #000;
  margin-left: -8px;
  box-shadow: 2px 1px 1px;
}
.comp_color_one {
  background-color: #fff;
}
.comp_color_two {
  background-color: blue;
}
.comp_color_three {
  background-color: blueviolet;
}
.comp_table > tbody > tr > th {
  width: 33.33%;
  font-weight: normal;
}
.comp_table > tbody > tr > th,
.comp_table > tbody > tr > td {
  text-align: center;
  font-size: 16px;
  word-wrap: break-word;
}
table td,
table th {
  padding: 1.75rem 0.75rem !important;
  border: 1px solid;
}
 

/* table td,
table th {
  width: 100%;
  vertical-align: top;
  text-align: center;
  padding: 1.75rem 0.75rem;
  line-height: 2;
  border: 1px solid;
}  */
.comp_container {
  padding: 50px 15px;
  box-shadow: 2px 3px 9px -5px;
  margin: 50px auto;
}
.comp-table__title > h4 {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.fa-thumbs-up {
  color: green;
}
.fa-thumbs-down {
  color: red;
}
.fa-times {
  color: #000;
}
@media (max-width: 550px) {
  .comp-table__title > h4 {
    font-size: 1.5rem;
  }
}
@media (max-width: 520px) {
  .comp_table > tbody > tr > th,
  .comp_table > tbody > tr > td {
    font-size: 14px;
  }
}
@media (max-width: 460px) {
  .comp_table > tbody > tr > th,
  .comp_table > tbody > tr > td {
    font-size: 12px;
  }
  .compare__hero-overlay > h1 {
    font-size: 2rem;
  }
  .compare__hero {
    height: 250px;
  }
  .compare__hero img {
    height: 250px;
    object-fit: cover;
  }
  .comparison__select-items .card {
    margin-bottom: 20px;
  }
}
@media (max-width: 400px) {
  .comp_table > tbody > tr > th,
  .comp_table > tbody > tr > td {
    font-size: 10px;
  }
}

/*
* Custom
*/
.card-text{
    min-height: 50px;
}



.menu {
        filter: url("#shadowed-goo");
      }

      .menu-item,
      .menu-open-button {
  background: #0159a8;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin-left: 20px;
  margin-top: -72px;
  position: absolute;
  /* top: 20px; */
  
  color: white;
  text-align: center;
  line-height: 62px;
  transform: translate3d(0, 0, 0);
  transition: transform ease-out 200ms;
      }

      .menu-open {
        display: none;
      }

      .hamburger {
        width: 25px;
        height: 3px;
        background: white;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -12.5px;
        margin-top: -1.5px;
        transition: transform 200ms;
      }

      .hamburger-1 {
        transform: translate3d(0, -8px, 0);
      }

      .hamburger-2 {
        transform: translate3d(0, 0, 0);
      }

      .hamburger-3 {
        transform: translate3d(0, 8px, 0);
      }

      .menu-open:checked+.menu-open-button .hamburger-1 {
        transform: translate3d(0, 0, 0) rotate(45deg);
      }

      .menu-open:checked+.menu-open-button .hamburger-2 {
        transform: translate3d(0, 0, 0) scale(0.1, 1);
      }

      .menu-open:checked+.menu-open-button .hamburger-3 {
        transform: translate3d(0, 0, 0) rotate(-45deg);
      }

      .menu {
  box-sizing: border-box;
  font-size: 30px;
  text-align: left;
      }

      .menu-item:hover {
        background: white;
        color: #00bcd4;
      }

      .menu-item:nth-child(3) {
        transition-duration: 180ms;
      }

      .menu-item:nth-child(4) {
        transition-duration: 180ms;
      }

      .menu-item:nth-child(5) {
        transition-duration: 180ms;
      }

      .menu-item:nth-child(6) {
        transition-duration: 180ms;
      }

      .menu-open-button {
        z-index: 2;
        transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition-duration: 400ms;
        transform: scale(1.1, 1.1) translate3d(0, 0, 0);
        cursor: pointer;
      }

      .menu-open-button:hover {
        transform: scale(1.2, 1.2) translate3d(0, 0, 0);
      }

      .menu-open:checked+.menu-open-button {
        transition-timing-function: linear;
        transition-duration: 200ms;
        transform: scale(0.8, 0.8) translate3d(0, 0, 0);
      }

      .menu-open:checked~.menu-item {
        transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
      }

      .menu-open:checked~.menu-item:nth-child(3) {
        transition-duration: 190ms;
        transform: translate3d(65px, 0, 0);
      }

      .menu-open:checked~.menu-item:nth-child(4) {
        transition-duration: 290ms;
        transform: translate3d(130px, 0, 0);
      }

      .menu-open:checked~.menu-item:nth-child(5) {
        transition-duration: 390ms;
        transform: translate3d(195px, 0, 0);
      }

      .menu-open:checked~.menu-item:nth-child(6) {
        transition-duration: 490ms;
        transform: translate3d(260px, 0, 0);
      }