* {
  /* outline: 1px solid #d10823; */
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 100%; 
  overflow-x: hidden;
}

ul, ol {
  list-style: none; 
}

a {
  text-decoration: none; 

  color: inherit; 
}

table {
  border-collapse: collapse; 
  border-spacing: 0;
}

body {
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
  background: whitesmoke;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.container {
  width: 95%;
  padding: 0 80px;
  margin: 0 auto;
}

.header {
  position: fixed;
  max-width: 1440px;
  width: 100%;
  height: 92px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgb(42, 69, 88);
  z-index: 10;
  color: #fff;
  padding: 15px 0;
  margin: 0 auto;
}

.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;  
  padding: 0 80px;
}

.header__logo img{
  width: 100%;
  height: auto;
}

.nav {
  display: flex;
  align-items: center;
  gap: 36px;
  order: 1;
}

.nav__list {
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 400;
  font-size: 20px;
  color: #b0b0b0;
}

.nav__list li a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.nav__list li a:hover {
  color: #dd5300;
}

.social__icons {
  display: flex;
  gap: 5px;
  order: 2;
}

.social__icons a {
  font-size: 1.2rem;
  align-content: center;
  padding-top: 4px;
}

/* Burger menu */
 .burger-menu {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 20px;
  cursor: pointer;
}

.burger-menu span {
  display: block;
  height: 3px;
  width: 100%;
  background-color: #fff;
  transition: all 0.3s ease;
}

/* Bicycle section */
#bicycle {
  width: 100%;
  background: #263440;
  color: #fff;
  padding: 80px 0 50px 0;
}

.bicycle__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 49px;
}

.bicycle__form {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 30px;
}

.bicycle__explore {
  flex: 1;
  max-width: 50%;
  margin-top: 146px;
}

.bicycle__subtitle {
  display: flex;
  align-items: center;
}

.subtitle {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 6px 9px;
  gap: 10px;
  font-weight: 400;
  font-size: 18px;
  border-radius: 8px;
  background: rgb(246, 246, 246, 0.1);
}

.bicycle__subtitle h5 {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: whitesmoke;
}

.bicycle__title h1 {
  margin-top: 16px;
  font-weight: 700;
  font-size: 60px;
  line-height: 72px;
  letter-spacing: -0.02em;
  color: #e7e7e7;
}

.bicycle__title p {
  margin-top: 24px;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #d1d1d1;
  text-align: justify;
}

.bicycle-box {
  margin-top: 48px;
  display: flex;
  gap: 24px;
}
.bicycle-box-now {
  display: none;
}

.order-btn-shop {
  font-weight: 500;
  font-size: 18px;
  padding: 8px 30px;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #b14403;
  color: #f6f6f6;
  background: #b14403;
}

.order-btn-shop:hover {
  background-color: #fff;
  color: #b14403;
  border: 1px solid #b14403;
}

.order-btn-products {
  font-weight: 500;
  font-size: 18px;
  padding: 8px 30px;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #fff;
  color: #b14403;
  background: #f6f6f6;
}

.order-btn-products:hover {
  background-color: #b14403;
  color: #fff;
  border: 1px solid #b14403;
}

.bicycle__support {
  position: relative;
  flex: 1;
  max-width: 48%;
  display: flex;
  flex-direction: column;
  margin-top: 84px;
}

.support__block {
  display: flex;
  align-items: center;
}

.support {
  position: absolute;
  display: flex;
  width: 285px;
  height: 213px;
  background: rgba(36, 53, 68, 1);
  border: 1px solid #577d8b;
  border-radius: 8px;
  margin-bottom: 21px;
}

.support img {
  max-width: 100%; 
  height: auto;
  padding: 37px 25px;
}

.support__brand {
  display: flex;
  width: 60%;
  max-width: 398px;
  height: 252px;
  margin-left: auto;
  margin-bottom: 24px;
  background: rgba(51, 65, 78, 1);
  border: 1px solid #577d8b;
  border-radius: 8px;
  box-shadow: 4px 4px 32.3px -13px rgba(0, 0, 0, 0.25);
  align-items: center;
  justify-content: center;
}

.support__fast {
  width: 100%;
  max-width: 149px;
  height: 142px;
  padding: 37px 23px 37px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 12px;
  left: calc(50% - 149px / 2 + 39.5px);
  top: calc(50% - 142px / 2);
}

.support-velo {
  display: flex;
  align-items: center;
  justify-content: end;
  align-items: flex-end;
  height: 35vh;
  margin-bottom: 0;
  background-image: url(./images/support2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
}

.velo {
  padding: 6px 8px;
  gap: 10px;
  width: 108px;
  height: auto;
  background: rgb(246, 246, 246, 0.3);
  border-radius: 8px;
  border: 2px solid whitesmoke;
}

.velo p {
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #263440;
} 

/* Section Features */
#features {
  width: 100%;
  background: rgba(51, 65, 78, 1);
  color: #fff;
  padding: 50px 0;
}

.features__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 49px;
}

.features__title h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.02em;
  margin-top: 60px;
}

.desc-title {
  font-size: 2em;
  font-weight: bold;
}

.features__cards {
  display: grid; 
  grid-template-columns: repeat(4, 1fr);
  gap: 20px; 
  margin: 0 0 40px 0;
}

.card {
  background: #3e5568;
  border: 1px solid #577d8b;
  border-radius: 8px; 
  text-align: center;
  padding: 35px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transform: scale(1); 
  transition: transform 0.3s ease, box-shadow 0.3s ease; 
}

.card:hover {
  transform: scale(1.05); 
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
}

.card img {
  max-width: 100%; 
  height: auto;
  margin-bottom: 15px;
}

.card__icon {
  margin: 0 auto;
  width: 60px;
  height: 60px;
  opacity: 0.8;
  border-radius: 5px;
  margin-bottom: 48px;
}

.description {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.card-title {  
  margin-bottom: 10px;
  margin: 0 auto;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
}

.card-text {
  font-size: 14px;
  color: #bbb;
  margin: 0 auto;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
}

/* Section Best */
#best {
  background: rgb(62, 85, 104, 1);
  color: #070707;
  width: 100%;
  padding: 60px 0px;
}

.best__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 49px;
  margin: 0 auto;
}

.best__title h2 {
  text-align: center;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.02em;
  margin-top: 60px;
  color: #070707;
  text-transform: uppercase;
  word-wrap: break-word;
  white-space: normal;
}

.best__capacity {
  display: grid;
  grid-template-columns: 37% 63%;
  gap: 20px;
  align-items: stretch;
}

.block__cycling {
  background: #e7e7e7;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  /* justify-content: space-around; */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.cycling {
  background: rgba(51, 65, 78, 1);
  color: #ffffff;
  border: 1px solid #577d8b;
  padding: 15px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px; 
}

.block__cycling h4 {
  left: calc(50% / 2 + 0.5px);
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  padding: 20px 50px 18px 50px;
  text-align: center;
  color: #b14403;
}

.cycling h4 {
  left: calc(50% / 2 + 0.5px);
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  padding: 20px 50px 18px 50px;
  text-align: center;
  color: #fff;
}

.button__best {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.button__best button {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  border: none;
  padding: 6px 30px;
  border-radius: 5px;
  cursor: pointer;
  background-color: #ffffff;
  color: #cd5631;
}

.button__best button:hover {
  background-color: #cd5631;
  color: #fff;
  border: 1px solid #fff;
}

.level {
  padding: 0 20px;
  gap: 12px;
  width: 100%;
  height: auto;
  word-wrap: break-word;
  white-space: normal;
}
 
.level h5 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #070707;
  margin-top: 30px;
}

.level h3 {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.02em;
  color: #cd5631;
}

.level p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #070707;
  margin-bottom: 30px;
}

.box__tandem {
  background: rgba(36, 53, 68, 1);
  border: 1px solid #577d8b;
  display: flex;
  padding: 20px;
  gap: 20px;
  border-radius: 8px;
  align-items: center;
}

.block__tandem {
  background: #33414e;
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-top: 60px;
  padding-left: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  border: 1px solid #577d8b;
  border-radius: 8px;
}

.box__fork {
  display: none;
}

.block__tandem h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 24px;
  color: #cd5631;
  margin: 10px;
}

.block__tandem p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
}

.block__tandem .travel p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  margin: 0 45px 0 10px;
}

.button__tandem button {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  border: none;
  padding: 6px 30px;
  border-radius: 8px;
  cursor: pointer;
  background-color: #cd5631;
  color: #ffffff;
  margin-top: 50px;
  margin-bottom: 20px;
}

.button__tandem button:hover {
  background-color: #fff;
  color: #cd5631;
}

.block__travel {
  width: 58%;
  color: #070707;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 20px;
}

.block__tandem, .block__travel {
  box-sizing: border-box; 
  overflow: hidden; 
}

.tandem-description {
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
}

.best__capacity, .box__travel {
  gap: 10px !important; 
}

.block__travel img {
  width: 100%;
  height: auto;
  display: block; 
}

.box__travel {
  display: flex;
  flex-direction: row;
  justify-content: center;
  justify-content: space-around;
  gap: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.travel p {
  display: flex;
  padding: 0px;
  gap: 5px;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #f6f6f6;
}

/* Section Category */
#category {
  width: 100%;
  background: rgba(51, 65, 78, 1);
  padding: 50px 0;
}

.category__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 49px;
}

.category__title  {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  color: #fff;
}

.category__title h4 {
  left: calc(50% - 268px/2);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-top: 60px;
  letter-spacing: 0.27em;
  padding: 0 30px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

.category__title h2 {
  left: calc(50% - 268px/2);
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  margin-top: 8px;
  letter-spacing: -0.02em;
  color: #E7E7E7;
  text-transform: uppercase;
}

.category__text {
  max-width: 800px;
  margin: 20px auto;
  text-align: center;
}

.category__text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
}

.category-cards {
  display: grid; 
  grid-template-columns: 1fr 1fr; 
  grid-template-rows: repeat(2, 1fr); 
  gap: 20px;
  height: auto; 
}

.product-vertical {
  grid-row: span 2; 
  grid-column: 1; 
  background: #e7e7e7;
  padding: 20px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.product-vertical h3 {
  font-weight: 600;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -0.02em;
  margin-top: 30px;
  color: #dd5300;
}

.product-vertical p {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #3D3D3D;
}

.product-vertical img {
  max-width: 100%; 
  height: auto;
  margin-bottom: -60px;
}

.order-btn-kids {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  padding: 6px 30px;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #fff;
  background-color: #dd5300;
  color: #ffffff;
  margin-bottom: 14px;
  margin-top: 26px;
}

.order-btn-kids:hover {
  background-color: #fff;
  color: #dd5300;
  border: 1px solid #dd5300;
}

.product-horizontal { 
  background: #e7e7e7;
  border-radius: 8px;
  display: flex;
  align-items: center;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.product-content {
  flex: 1;
  text-align: left; 
  padding: 16px;
  display: flex;
  flex-direction: column;
}

.product__photo {
  display: flex;
  flex: 1;
  max-width: 100%;
  height: 100%;
  border-radius: 8px;
  background-color: white;
}

.product-horizontal img {
  border-radius: 0 8px 8px 0;
  max-width: 100%; 
  height: auto;
  object-fit: cover;
  grid-column: 1 / -1;
  grid-row: 1 / -1;
}

.product h4 {
  font-weight: 600;
  font-size: 26px;
  line-height: 1.27;
  color: #dd5300;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 40px;
}

.product p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #3D3D3D;
}

 .order-btn-details {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  padding: 6px 30px;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #dd5300;
  background-color: #ffffff;
  color: #cd5631;
  margin-top: 80px;
}

.button__details button:hover {
  background-color: #dd5300;
  color: #ffffff;
}


/* Products */
#commodity {
  background: rgba(38, 52, 64, 1);
  color: #070707;
  width: 100%;
  padding: 50px 0;
}

.commodity__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 49px;
}

.commodity__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.commodity__title h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.27em;
  margin-top: 60px;
  color: #fff;
  text-transform: uppercase;
}

.commodity__title h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.02em;
  margin-top: 8px;
  color: #FFFFFF;
  text-transform: uppercase;
}

.commodity__text { 
  text-align: center;
  margin: 16px 0 20px 0;
  color: #F6F6F6;
}

.commodity__text p {
  max-width: 867px;
  min-width: 320px;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}

.commodity__card {
  display: flex; 
  flex-wrap: wrap; 
  gap: 20px; 
  justify-content: space-between; 
}

.bike__card {
  background: rgba(42, 69, 88, 1);
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  text-align: center;
  flex: 1 1 calc(33.33% - 20px); 
  max-width: calc(33.33% - 20px); 
  box-sizing: border-box; 
}

.bike__card img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 30px;
}

.picture p {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 36px;
  color: #FFE8D4;
  text-transform: uppercase;
}

.bike__brand {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
  background: #F6F6F6;
}

.bike__marker button {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 10px 16px;
  width: 77px;
  height: 40px;
  border: none;
  color: #fff;
  background: #dd5300;
  border-radius: 0px 0px 0px 5px;
}

.bike__text {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0px 15px 15px;
  gap: 24px;
  margin-top: 16px;
  margin-bottom: 16px;
  color: #070707;
}

.bike__text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #070707;
}

.cart-text-left,
.cart-text-right {
  text-align: left;
}

.button__commodity button {
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  padding: 8px 46px;
  border-radius: 0 0 8px 8px;
  cursor: pointer;
  border: 2px solid #dd5300;
  background-color: #dd5300;
  color: #ffffff;
}

.button__commodity button:hover {
  background-color: #fff;
  color: #dd5300;
}


/* Shop */
#shop {
  background: #2a4558;
  width: 100%; 
  padding: 50px 0;
}

.shop__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; 
}

.shop__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}

.shop__title h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.27em;
  margin-top: 60px;
  text-transform: uppercase;
  color: #fff;
}

.shop__title h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.02em;
  margin-top: 8px;
  color: #070707;
  text-transform: uppercase;
}

.shop__text p {
  max-width: 867px;
  min-width: 320px;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  margin: 16px 0 20px 0;
  color: #fff;
}

.shop__cards {
  display: grid; 
  grid-template-columns: repeat(4, 1fr); 
  gap: 20px; 
  margin-top: 40px;
}

.shop__bike {
  background: snow;
  border-radius: 8px; 
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  box-sizing: border-box;
}

.shop__bike img {
  max-width: 100%; 
  height: auto;
  border-radius: 8px;
}

.shop__picture {
  width: 65%;
  padding-left: 30px;
}

.shop__feature  {
  text-align: left;
  display: grid;
  gap: 5px;
}

.shop__feature h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #dd5300;
}

.shop__feature p {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #070707;
}

.button__shop {
 display: flex;
}

.order-btn-categories__shop {
  padding: 4px 10px;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #dd5300;
  background-color: #fff;
  color: #dd5300;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-top: 16px;
}

.order-btn-categories__shop:hover {
  background-color: #dd5300;
  color: #ffffff;
  border: 1px solid #ffffff;
}

/* Contacts */
 #contact {
  background: rgba(38, 52, 64, 1);
  color: #fff; 
  padding: 80px 0 40px 0;
  max-width: 1440px;
  margin: 0 auto;
}

.contact__container {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 50px;
}

.contact__logo img {
  max-width: 100%; 
  height: auto;
}

.contact__filling {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
  flex-direction: row;
  align-items: start;
  justify-content: space-between;
  padding: 0px;
}

.contacts, .contact__menu, .contact__social {
  flex: 1 1 calc(33.33% - 20px); 
  max-width: calc(33.33% - 20px);
}

.contacts {
  max-width: 265px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 26px;
}

.contact__fillingimg {
  width: 40px;
  height: 40px;
  background: #e64a19;
  border-radius: 64px;
}

.contact__mapa,
.contact__phone,
.contact__mail {
  display: flex;
  gap: 24px;
}

.contact__mapa p,
.contact__phone p,
.contact__mail p {
  display: flex;
  align-items: center;
}

.contact__menu {
  max-width: 122px;
}

.menu {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 12px;
  list-style: disc;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
}

.contact__social {
  max-width: 260px;
  display: flex;
  flex-direction: column;
  gap: 54px;
} 

.contact__text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact__text {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
}

.contact__social h4 {
  margin-bottom: 10px;
}

.contact__social p {
  font-size: 14px;
  margin-bottom: 15px;
}

.contact__social div a img {
  margin: 0 5px;
  max-width: 40px;
}

.contact__icons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 12px;
}

.contact__icons>a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 10px;
  width: 40px;
  height: 40px;
  border-radius: 15px;
} 

/* Footer */
footer {
  background: rgba(38, 52, 64, 1);
  color: #fff;
  padding: 20px;
  margin: 0 auto;
}

.footer__copiring {
  text-align: center;
  font-size: 14px;
}

/* Efect title Features*/
.animated-title {
  opacity: 0;
  transform: translateY(50px); 
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.animated-title.visible {
  opacity: 1;
  transform: translateY(0); 
}

.bike__card:hover {
  background: linear-gradient(to right, #1e1e1e, #f8981a);
  transition: background 0.5s ease;
}

/* effects color Title*/
.bicycle__title h1,
.commodity__title h2,
.category__title h2,
.best__title h2,
.shop__title h2,
.desc-title,
.block__tandem h3,
 .contact__text {
  background: linear-gradient(90deg, #d33402, #e7e7e7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* effects Best */
.block__travel img {

  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0%, 100% {
      transform: translateY(0);
  }
  50% {
      transform: translateY(-10px); 
  }
}

/* effects Category KIDS BIKES*/
.product-vertical img {
  animation: bounce 1.5s infinite;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px); 
  }
}

/* effects Shop img*/
.shop__picture img {
  transition: transform 0.3s ease;
}

.shop__bike:hover .shop__picture img {
  transform: scale(1.1); 
}

/* effects Shop*/
.shop__bike {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s ease-out;
}

.shop__bike.visible {
  opacity: 1;
  transform: translateY(0);
}

/* effects  right - left*/
.slide-in-section {
  opacity: 0; 
  transform: translateX(-100px); 
  transition: all 0.8s ease-out; 
}

.slide-in-section.visible {
  opacity: 1; 
  transform: translateX(0); 
}

.slide-in-right {
  transform: translateX(100px); 
}

.slide-in-right.visible {
  transform: translateX(0); 
}

/* effects greetings morning - evening */
.greeting {
  font-size: 24px; 
  font-weight: bold;
  color: #e64a19;
  color: #fff; 
  display: flex;
  justify-content: center;
  text-align: center;
  opacity: 0; 
  animation: fadeIn 1.5s ease forwards; 
}

@keyframes fadeIn {
  to {
    opacity: 1; 
  }
}

/* effects вітання ранок - вечір */
.greeting {
  font-size: 24px; 
  font-weight: bold;
  color: #e64a19; 
  display: flex;
  justify-content: center;
  text-align: center;
  opacity: 0; 
  animation: fadeIn 1.5s ease forwards; 
}

@keyframes fadeIn {
  to {
    opacity: 1; 
  }
}

/* scroll up */
.scroll-up {
  position: fixed;
  right: 1.8%;
  bottom: -50%;
  display: inline-flex;
  z-index: 999;
    transition: bottom 0.8s, transform 0.5s;
  animation: move 2s infinite linear;
}
@keyframes move {
  0%,
  100% {
    transform: translateY(0rem);
  }
  50% {
    transform: translateY(-1rem);
  }
}
.show-scroll-btn {
  bottom: 2rem;
}
.scroll-to-top-icon {
  width: 24px;
  height: 24px;
}



