:root {
  --color-dark: #0c0c0c;
  --color-red: #ed1c24;
}
body {
  background-color: var(--color-dark);
  color: #fff;
}
.width-100 {
  width: 100%;
}
.height-100 {
  height: 100%;
}
.all-100 {
  width: 100%;
  height: 100%;
}
.my-55 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-33 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.py-55 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-33 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.remove-anchor-black {
  text-decoration: none;
  color: #1e1e1e !important;
}
.remove-anchor-white {
  text-decoration: none;
  color: #fff !important;
}
.cursor-pointer {
  cursor: pointer;
}
.form-control:focus {
  box-shadow: unset;
}
@media only screen and (min-width: 768.1px) and (max-width: 992px) {
  .container-desktop-site {
    max-width: 90%;
  }
}
@media only screen and (min-width: 992px) {
  .container-pc {
    max-width: 90%;
  }
}

.img-border {
  border: 2px solid var(--color-red);
}
.red-line {
  background-color: var(--color-red);
}
.custom-carousel {
  left: -40%;
  bottom: 8rem;
}
.carousel-title {
  font-size: 4.2rem;
  margin-bottom: -20px;
	font-weight: 800;
}
.carousel-midtitle {
  font-size: 4.6rem;
	font-weight: 800;
}
.carousel-subtitle {
  background-color: var(--color-red);
  display: inline-block;
  font-size: 1.5rem;
  padding: 0.4rem 5.5rem;
  font-weight: 800;
  margin-top: -7px;
}
.main-logo {
  position: absolute;
  width: 140px;
  z-index: 1;
  top: 25px;
  left: 25px;
}
.header-arrow {
  position: absolute;
  width: 28px;
  bottom: 8px;
  left: 50%;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}
@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
header {
  border-bottom: 3px solid var(--color-red);
}
.svg-icon {
  width: 55px;
  margin-left: 10px;
}
.svg-content {
  font-size: 1.6rem;
  border-bottom: 2px solid #fff;
  padding-top: 2px;
  letter-spacing: 4px;
}
.svg-content:hover {
	color: var(--color-red);
}
.good-title {
  font-size: 3.5rem;
  line-height: 3.5rem;
}
.good-subtitle {
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 400;
}
.img-icon {
  width: 70px;
}
.img-content {
  font-size: 1.8rem;
  letter-spacing: 4px;
  font-weight: 400;
  line-height: 2.4rem;
}
.img-icon-right {
  margin-left: -2rem;
}
.home-banner {
	background-repeat: no-repeat;
background-size: cover;
background-position: center;
	width: 100%;
	padding-top: 8rem;
}
.red-line img {
  width: 25px;
  -webkit-animation: moverr 1s infinite alternate;
  animation: moverr 1s infinite alternate;
}
@-webkit-keyframes moverr {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-8px);
  }
}
@keyframes moverr {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-8px);
  }
}
.product-image {
  width: 100%;
}
.btn-product {
  color: #fff !important;
  background-color: var(--color-red);
  padding: 0.2rem 3.1rem 0.3rem 3.1rem;
  margin-top: 0.5rem;
  font-weight: 500;
  font-size: 1.2rem;
}
.product-title {
  font-size: 2rem;
}
.product-subtitle {
  font-size: 1.8rem;
  margin-top: -8px;
  color: rgb(104, 104, 104);
}
.brand-title {
  font-size: 3.4rem;
  color: var(--color-red);
  text-align: center;
}
.social-svg {
  width: 60px;
}
footer {
  border-top: 3px solid var(--color-red);
}
.footer-icon {
  width: 28px;
}
@media only screen and (max-width: 768px) {
  .header-arrow {
    width: 20px;
  }
  .custom-carousel {
    left: -38%;
    bottom: 0rem;
  }
  .carousel-title {
    font-size: 1.6rem;
    margin-bottom: -6px;
    font-weight: 800;
  }
  .carousel-midtitle {
    font-size: 1.8rem;
    margin-bottom: -1px;
    font-weight: 800;
  }
  .carousel-subtitle {
    font-size: 0.8rem;
    padding: 0.2rem 1.3rem 0.2rem;
    margin-top: 0px;
  }
  .main-logo {
    width: 70px;
    top: 15px;
    left: 15px;
  }
  .svg-icon {
    width: 50px;
    margin-left: 0px;
  }
  .svg-content {
    font-size: 1.3rem;
    padding-top: 5px;
    letter-spacing: 3px;
  }
  .good-title {
    font-size: 3rem;
    line-height: 3rem;
  }
  .good-subtitle {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .product-div {
    margin: 2rem 1rem;
  }
  .img-icon {
    margin-left: -16px;
  }
  span.next-line {
    display: block;
  }
  .brand-title {
    font-size: 2.4rem;
  }
  .hide-mobile{
    display: none;
  }
	.home-banner {
		background-position: left;
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
}
@media only screen and (min-width: 768.1px) and (max-width: 992px){
  .custom-carousel {
    bottom: 2rem;
}
.svg-content {
  font-size: 1.2rem;
  padding-top: 3px;
  letter-spacing: 3px;
}
.svg-icon {
  width: 42px;
  margin-left: 0px;
}
.good-title {
  font-size: 2.3rem;
  line-height: 2.3rem;
}
.good-subtitle {
  font-size: 1.1rem;
  line-height: 1.5rem;
}
.img-content {
  font-size: 1rem;
  letter-spacing: 3px;
  line-height: 1.4rem;
}
.home-banner {
  background-position: center;
  background-position-x: -100px;
}
.product-title {
  font-size: 1.8rem;
}
.footer-icon {
  width: 20px;
}
.product-subtitle {
  font-size: 1.5rem;
}
.img-icon {
  width: 50px;
}
}