html {
  scroll-behavior: smooth;
}

:root {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
}

.justify {
  text-align: justify;
}

.lists {
  border-bottom: rgb(210, 201, 201) 1px solid;
  padding-top: 1rem;
}

.show-more {
  cursor: pointer;
}

.navbar {
  background-color: #5c5c5d;
}

.navbar-toggler {
  padding: 0;
  margin-left: 1rem;
}

.buybtn {
  padding: 0;
  border-radius: 1rem;
  width: 3rem;
}

.header {
  padding: 10px;
  background-color: #5c5c5d;
  display: fixed;
}

.header2 {
  overflow: hidden;
}
.header2 .spans span {
  padding: 1rem 0;
}
.header2 .h1 {
  font-size: 8vw;
}
.header2 .h4 {
  font-size: 4vw;
}

img {
  z-index: -999;
}

.alertmsg {
  background-color: #f5f5f7;
  font-size: 0.8rem;
  padding: 0.5rem 1rem;
  text-align: center;
  animation: changebg 3s linear;
}

a {
  text-decoration: none;
}

.fa-search, .fa-cart-shopping {
  color: white;
}

.navbar-toggler {
  border: 0;
}

.hero-header {
  display: flex;
  justify-content: center;
  align-items: center;
}

.orange {
  color: #f49750;
  letter-spacing: 0.1rem;
}

.bigfont {
  font-size: 3.5rem;
}

.hero-content {
  font-size: 123%;
  line-height: 1.5rem;
  text-align: center;
}

.hero-content-link {
  justify-content: space-around;
  align-items: center;
}
.hero-content-link .h5 {
  color: inherit;
  display: inline;
  cursor: pointer;
}

.watch {
  display: inline;
  transform: scale(1.05);
}

.rotateplus {
  transition: all 0.5s ease;
  transform: rotate(45deg);
}

.lists {
  align-items: center;
}
.lists ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.lists li {
  text-decoration: none;
  margin: 1rem 0;
}
.lists li a {
  color: #555;
}
.lists li a:hover {
  text-decoration: underline;
}

.colors {
  margin: 0.5rem 0;
  padding: 0 5rem;
}
.colors span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: black;
}
.colors span:nth-child(1) {
  background-color: #1a2530;
}
.colors span:nth-child(2) {
  background-color: #ded6d1;
}
.colors span:nth-child(3) {
  background-color: #e0e0e0;
}
.colors span:nth-child(4) {
  background-color: #c80e2d;
}
.colors span:nth-child(5) {
  background-color: #423e3a;
}
.colors span:nth-child(6) {
  background-color: #d4bda1;
}

.colors2 {
  margin: 0.5rem 0;
  padding: 0 5rem;
}
.colors2 span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: black;
}
.colors2 span:nth-child(1) {
  background-color: #1a2530;
}
.colors2 span:nth-child(2) {
  background-color: #ded6d1;
}
.colors2 span:nth-child(3) {
  background-color: #e0e0e0;
}

.colors3 {
  margin: 0.5rem 0;
}
.colors3 span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: black;
}
.colors3 span:nth-child(1) {
  background-color: #1a2530;
}

.header5 {
  background-color: #121212;
}

.power {
  font-size: 8vw;
}

.inView {
  opacity: 1;
  transform: translateY(0px) rotate(0deg) translateZ(0);
}

.cards-item {
  box-shadow: black 2px 2px 2px;
}

.scrolltotop {
  display: block;
  cursor: pointer;
  text-align: right;
}
.scrolltotop i {
  z-index: 999;
  position: fixed;
  bottom: 0;
  right: 0;
  margin-right: 2rem;
  padding: 1rem;
  border-radius: 40%;
  margin-bottom: 2rem;
  color: white;
}
.scrolltotop i:hover {
  animation: arrow 1s linear infinite;
}

@keyframes arrow {
  50% {
    transform: translateY(-1rem);
  }
  100% {
    transform: translateY(0rem);
  }
}
@keyframes changebg {
  0% {
    background-color: #0d6efd;
    color: white;
  }
  100% {
    background-color: #f5f5f7;
  }
}
@media only screen and (max-width: 420px) {
  .bgs {
    width: 100%;
    height: 55vh;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .watch1 {
    width: 60vw;
    height: 30vh;
  }
  .strap {
    display: inline;
    transform: translateX(-20%) scale(1.2);
    height: 15rem;
    width: 100vw;
  }
  .header1 {
    overflow: hidden;
    display: block;
  }
  .header4 {
    overflow: hidden;
  }
  .header5 {
    overflow: hidden;
  }
  .navbar-toggler::focus {
    outline: 0;
  }
  .header6 {
    overflow: hidden;
  }
  .header6 .bar {
    background-color: beige;
    height: 2px;
  }
}
@media only screen and (min-width: 420px) and (max-width: 700px) {
  .bgs {
    width: 100%;
    height: 45vh;
    background-attachment: center/contain;
  }
  .watch1 {
    width: 55vw;
    height: 35vh;
  }
  .strap {
    display: inline;
    transform: translateX(-30%) scale(1.2);
    height: 40vh;
    width: 100vw;
    margin-top: 5rem;
  }
  .header1 {
    overflow: hidden;
    display: block;
  }
  .header4 {
    overflow: hidden;
  }
  .header5 {
    overflow: hidden;
  }
  .header6 {
    overflow: hidden;
  }
  .header6 .bar {
    background-color: beige;
    height: 2px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 992px) {
  .text-contain {
    width: 85%;
  }
  .bgs {
    width: 100%;
    height: 35vh;
  }
  .watch1 {
    width: 60vw;
    height: 50vh;
  }
  .strap {
    display: inline;
    transform: translateX(-40%) scale(1.2);
    height: 75vh;
    width: 100vw;
    margin-top: 5rem;
  }
  .header1 {
    overflow: hidden;
    display: block;
  }
  .header4 {
    overflow: hidden;
  }
  .header5 {
    overflow: hidden;
  }
  .header6 {
    overflow: hidden;
  }
  .header6 .bar {
    background-color: beige;
    height: 2px;
  }
}
@media only screen and (min-width: 992px) {
  .text-contain {
    width: 55%;
  }
  .bgs {
    width: 100%;
    height: 60vh;
  }
  .watch1 {
    width: 23vw;
    height: 50vh;
  }
  .special {
    width: 40vw;
    height: 30vh;
    text-align: left;
  }
  .strap {
    display: inline;
    transform: translateX(-20%);
    height: 80vh;
    width: 80vw;
    margin-top: 3rem;
    overflow: hidden;
  }
  .header1 {
    overflow: hidden;
    display: block;
    width: 50%;
  }
  .header {
    position: -webkit-sticky;
    z-index: 99;
  }
  .sticky-link {
    cursor: pointer;
  }
  .header4 {
    overflow: hidden;
  }
  .header4 .h3 {
    font-size: 3rem;
  }
  .header6 {
    overflow: hidden;
  }
  .header6 .bar {
    background-color: beige;
    width: 2px;
  }
}
@media only screen and (min-width: 1400px) {
  .text-contain {
    width: 40%;
  }
  .bgs {
    width: 100%;
    height: 60vh;
  }
}
.why1 {
  border-radius: 2rem;
  background-color: #f5f5f7;
  margin: 0.2rem;
}

.why3 {
  border-radius: 2rem;
  overflow-clip-margin: content-box;
  overflow: clip;
}

.first-header {
  padding: 1rem;
  background-color: #f5f5f7;
  border-radius: 2rem;
}

.bgs {
  background: no-repeat url(https://www.apple.com/in/watch/shared/why-watch/images/overview/make-it-yours/customize_bands__fb6yjmzof9ym_large.jpg), #eee 95%;
}/*# sourceMappingURL=style.css.map */