body {
  background-color: #F4F4F4;
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, Roboto, sans-serif;
}

.menu-top {
  font-size: 1em;
}

.showcase-holder {
  background-color: #E41B0A;
  width: 100%;
}

.menu_icon {
  height: 32px;
  padding: 0;
}

.showcase {
  height: 500px;
}

.showcase img {
  height: 100%;
  object-fit: cover;
}

.section_top {
  padding: 34px 0 0 0;
}

.section {
  padding: 0px;
}

.section_top h1 {
  font-size: 3.2em;
}

.section_top p {
  font-size: 1.24em;
}

.section h1 {
  font-size: 37px;
  padding-top: 37px;
  margin-top: -27px;
}

.section h2 {
  font-size: 2em;
  font-weight: bold;
}

.section h5 {
  font-size: 1.24em;
  font-weight: bold;
}

.section p {
  font-size: 1.24em;
}

.section ul {
  font-size: 1.24em;
  display: inline-block;
  text-align: left;
  margin-top: 0;
}

.section-description {
  display: inline-block;
  text-align: left;
}

.section img {
  width: 100%;
}

.section_color {
  color: #1A1A1A !important;
  background-color: #E8E8E8 !important;
  margin-top: 48px;
}

.w3-content {
  max-width: 650px;
}

.bottom_space {
  width: 100%;
  height: 16px;
}

.bottom_space_large {
  width: 100%;
  height: 48px;
}

.iphone_image img {
  width: 270px;
  height: 500px;
}

.symbol_image {
  padding-bottom: 16px;
}

.symbol_image img {
  width: 40px;
}

.container_download_app_store {
  width: 290px;
  display: inline-block;
  text-align: center;
  background-color: #F0F0F0;
}

.container_download_app_store span {
  font-size: 1.24em;
}

.image_download_app_store img {
  width: 140px;
  height: 60px;
}

.image_download_mac_app_store img {
  width: 175px;
  height: 60px;
}

.image_download_apple_tv img {
  width: 135px;
  height: 60px;
}

.image_download_iphone img {
  width: 270px;
  height: 500px;
}

.image_download_watch img {
  width: 270px;
  height: 400px;
}

.image_download_ipad img {
  width: 270px;
  height: 360px;
}

.image_download_ipad_big img {
  width: 540px;
  height: 720px;
}

.image_download_mac img {
  width: 270px;
  height: 195px;
}

.image_download_mac_big img {
  width: 540px;
  height: 390px;
}

.image_download_tv img {
  width: 270px;
  height: 195px;
}

.image_download_tv_big img {
  width: 540px;
  height: 390px;
}

.image_download_vision_pro img {
  width: 270px;
  height: 220px;
}

.image_download_vision_pro_big img {
  width: 540px;
  height: 440px;
}

.color_accent,
.color_accent_hover:hover {
  color: #F4F4F4 !important;
  background-color: #E41B0A !important
}

.color_accent_text {
  color: #E41B0A !important
}

.color_black {
  color: #F4F4F4 !important;
  background-color: #1A1A1A !important
}

.color_black_hover:hover {
  background-color: #1A1A1A !important
}

.color_light_grey {
  color: #1A1A1A !important;
  background-color: #F0F0F0 !important
}

.color_dark_grey {
  color: #F4F4F4 !important;
  background-color: #3D3D3D !important
}

.iphone_video {
  width: 288px;
  height: 512px;
  display: inline-block;
  text-align: center;
}

video {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width:600px) {
  /* body{
    margin-top:78px;
  } */

  /* .section{
    padding: 0px 0;
  } */
}