/* body */

main {
	margin-bottom: 50px;
	margin-top: 70px;
}

.b {
  	width: 15px;
  	position: relative;
  	letter-spacing: -0.42px;
  	display: inline-block;
  	flex-shrink: 0;
}

/* header */
.download {
  	width: 84px;
  	position: relative;
  	font-size: 14px;
  	letter-spacing: -0.12px;
  	display: flex;
  	font-family: Inter;
  	text-align: center;
  	align-items: center;
  	justify-content: center;
  	flex-shrink: 0;
}
.navbar-downloadbutton {
  	border-radius: 22px;
  	background-color: #fff;
  	width: 155px;
  	height: 44px;
  	display: flex;
  	flex-direction: row;
  	align-items: center;
  	justify-content: flex-end;
  	padding: 12px 26px;
  	box-sizing: border-box;
  	gap: 4px;
}

#downloadImage {
    width: 14px;
    height: 14px;
}

.bitmap-icon {
  	position: absolute;
  	height: 93.18%;
  	width: 3.5%;
  	top: 6.82%;
  	right: 95.02%;
  	bottom: 0%;
  	left: 1.48%;
  	max-width: 100%;
  	overflow: hidden;
  	max-height: 100%;
  	object-fit: cover;
  	display: none;
}
.navbar-logo-icon {
  	position: absolute;
  	top: 2px;
  	left: 0px;
  	width: 40px;
  	height: 40px;
  	object-fit: contain;
}

/* main web */
.digitalmetronome {
  	align-self: stretch;
  	position: relative;
  	letter-spacing: -0.17px;
  	display: inline-block;
  	height: 25px;
  	flex-shrink: 0;
}
.tuner {
  	align-self: stretch;
  	position: relative;
  	font-size: 13px;
  	letter-spacing: -0.11px;
  	display: inline-block;
  	text-align: right;
  	height: 16px;
  	flex-shrink: 0;
}
.navbar-title {
  	font-size: 21px;
  	color: #fff;
  	font-family: 'SF Compact Rounded';
}
.navigation-bar {
    padding: 20px;
    display: flex;
  	font-size: 15px;
  	color: #000;
  	font-family: 'SF Pro';
	align-content: space-between;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

/*.section hero */
.hero-background {
	width: 100%;
	gap:50px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
  	
}
.hero-iphone-icon {
  	width: 386px;
  	height: 811px;
  	object-fit: cover;
}
.the-beat-you {
	width: 65%;
  	letter-spacing: -0.75px;
}
.vibrations-flashes {
  	width: 65%;
  	font-size: 36px;
  	letter-spacing: -0.37px;
  	color: #9b9b9b;
}
.hero-title {
	width: 100%;
    display: flex;
    gap: 18px;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.group-icon {
  	width: 180px;
  	height: 60px;
  	object-fit: cover;
}
.available-for-iphone {
  	letter-spacing: -0.22px;
}

.group-parent {
	display: flex;
    gap: 16px;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.hero-purchase {
  	font-size: 21px;
  	color: #9b9b9b;
}
.icon {
  	width: 135.7px;
  	height: 130.9px;
  	object-fit: contain;
}
.simulator-screenshot-6382cf6c-icon {
  	width: 175.6px;
  	height: 201px;
  	object-fit: contain;
  	mix-blend-mode: lighten;
}

.hero-rightanimations {
	display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    margin-top: 200px;
    margin-bottom: 150px;
}

.icon1 {
  	width: 205.8px;
  	height: 147.9px;
  	object-fit: contain;
}
.simulator-screenshot-cca558be-icon {
  	width: 156px;
  	height: 146px;
  	object-fit: cover;
  	mix-blend-mode: lighten;
}

.hero-leftanimations {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    margin-top: 200px;
    margin-bottom: 150px;
}

.hero-watch-icon {
  	width: 181px;
  	height: 338px;
  	object-fit: cover;
}
.section-hero {
  	width: 100%;
  	text-align: center;
  	font-size: 72px;
}

/* section features */
.features-title {
  	width: 100%;
  	letter-spacing: -0.67px;
  	display: inline-block;
  	font-family: Inter;
}
/*
.section-featureimage-icon {
  	width: 550px;
  	position: relative;
  	height: 663px;
  	object-fit: cover;
}
	*/
	/*
.feature-title {
  	position: absolute;
  	width: calc(100% - 89px);
  	top: 11px;
  	left: 81px;
  	display: inline-block;
}
	*/
.feature-text {
  	height: calc(100% - 60px);
  	width: calc(100% - 89px);
  	top: 50px;
  	left: 81px;
  	font-size: 21px;
  	letter-spacing: -0.79px;
  	color: #afafaf;
  	display: inline-block;
}
.background {
    display: flex;
    border-radius: 15px;
    background-color: #5e2f33;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;

}
.img-featurelist-icon {
  	
  	height: 22.8px;
	
}
.feature-image {
  	width: 60px;
  	height: 60px;
	cursor: pointer;
}
.feature1 {
    gap: 15px;
    display: flex;
    height: 145px;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.background1 {
    display: flex;
    border-radius: 15px;
  	background-color: #444445;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
}
.section-featurelist {
  	flex: 1;
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	justify-content: flex-start;
  	gap: 20px;
}
.features-first {
  	display: flex;
  	flex-direction: row;
  	align-items: center;
  	justify-content: flex-start;
  	gap: 25px;
  	text-align: left;
  	font-size: 28px;
}
.section-featureimage-background {
  	position: absolute;
  	top: 0px;
  	left: 0px;
  	border-radius: 32px;
  	background-color: rgba(116, 116, 128, 0.37);
  	width: 550px;
  	height: 453px;
}

.tuner1 {
  	position: absolute;
  	width: 91.27%;
  	bottom: 15px;
  	left: 4.36%;
  	display: inline-block;
  	height: 42px;
}
.img-featurecard-tuner-icon {
  	position: absolute;
  	width: calc(100% - 48px);
  	top: 24px;
  	right: 24px;
  	left: 24px;
  	max-width: 100%;
  	overflow: hidden;
  	height: 361px;
  	object-fit: cover;
}
.featurecard-big {
  	width: 550px;
  	position: relative;
  	height: 450px;
}
.mask {
  	position: absolute;
  	height: 100%;
  	width: 100%;
  	top: 0%;
  	right: 0%;
  	bottom: 0%;
  	left: 0%;
  	border-radius: 15px;
  	border: 1px solid #4a4a4a;
  	box-sizing: border-box;
}
.img-featurecard-subdivisions-icon {
  	position: absolute;
  	width: 100%;
  	top: 0px;
  	right: 0%;
  	left: 0%;
  	max-width: 100%;
  	overflow: hidden;
  	height: 255px;
  	object-fit: cover;
	border-radius: 15px;
}
.featurecard-small-child {
  	position: absolute;
  	height: 23.14%;
  	width: 100%;
  	top: 76.86%;
  	right: 0%;
  	bottom: 0%;
  	left: 0%;
  	background-color: #272727;
	border-radius: 15px;
}
.subdivisions {
  	position: absolute;
  	width: 100%;
  	bottom: 15px;
  	left: 0%;
  	display: inline-block;
}
.featurecard-small {
  	width: 550px;
  	position: relative;
  	height: 255px;
}

.divFeaturecard {
	display: grid;
    gap: 20px;
}

.features-second {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 20px;
    font-size: 35px;
}
.section-features {
  	text-align: center;
  	font-family: 'Inter';
	display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

/* secton watch */

.feature2-text {
	/*
  	width: calc(100% - 127px);
	*/
  	display: flex;
  	align-items: center;
	font-weight: 300;
	color: #e2e2e2;
}
.feature2-background {
    display: grid;
    align-items: center;
    justify-content: center;
    justify-items: center;
  	border-radius: 15px;
  	background-color: #EC4A7F;
  	width: 60px;
  	height: 60px;
}

.feature2-imagegroup {
  	width: 60px;
  	height: 60px;
}
.featurewatch-3 {
    width: calc(100% - 60px);
  	height: 129px;
	display: flex;
    flex-direction: row-reverse;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 20px;

}
.feature2-background1 {
    display: grid;
    align-items: center;
    justify-content: center;
    justify-items: center;
  	border-radius: 15px;
  	background-color: #454545;
  	width: 60px;
  	height: 60px;
}
.featurewatch-2 {
    width: calc(100% - 60px);
  	height: 129px;
	display: flex;
    flex-direction: row-reverse;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.feature2-text2 {
  	display: flex;
  	align-items: center;
}
.featurewatch-1 {
    width: calc(100% - 60px);
  	height: 129px;
	display: flex;
    flex-direction: row-reverse;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.feturewatch-image-icon {
    height: 400px;
    width: 350px;
    object-fit: cover;
}
.sectionwatch-group {
	/*
  	width: calc(100% - 17px);
  	height: 387px;
	*/
}

.featurewatch-title {
	width: 100%;
	font-size: 64px;
  	letter-spacing: -0.67px;
  	display: inline-block;
  	font-family: 'Inter';
  	text-align: right;
	margin-bottom: 20px;
}
.section-watch {
  	font-size: 18px;
  	font-family: 'Inter';
	display: flex;
	flex-direction: column-reverse;
}

/* section watch */
.playground {
  	align-self: stretch;
  	position: relative;
  	letter-spacing: -0.67px;
}
.this-online-metronom {
  	align-self: stretch;
  	position: relative;
  	font-size: 25px;
  	letter-spacing: -0.26px;
  	color: #9b9b9b;
}
.playground-parent {
  	width: calc(100% - 567.5px);
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	justify-content: flex-start;
  	gap: 30px;
}
.playground-metronome-child {
  	position: absolute;
  	top: 448px;
  	right: 0px;
  	border-radius: 57px;
  	background-color: #3f3f3f;
  	width: 551.3px;
  	height: 95px;
}
.b1 {
  	position: absolute;
  	top: 0px;
  	right: 0px;
  	letter-spacing: -0.62px;
  	display: inline-block;
  	width: 157.4px;
}
.group-child {
  	position: absolute;
  	top: 5px;
  	right: 0px;
  	border-radius: 14px;
  	background-color: #585858;
  	width: 281.2px;
  	height: 27px;
}
.rectangle-4-copy {
  	position: absolute;
  	top: 5px;
  	right: 125.9px;
  	border-radius: 27px;
  	background-color: #ff727f;
  	width: 155.3px;
  	height: 27px;
}
.group-item {
  	position: absolute;
  	top: 0px;
  	right: 88.33px;
  	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
  	border-radius: 30px;
  	background-color: #fff;
  	width: 61.9px;
  	height: 36px;
}
.group1 {
  	position: absolute;
  	top: 18px;
  	right: 127.99px;
  	width: 281.2px;
  	height: 36px;
}
.div {
  	position: absolute;
  	top: 11px;
  	right: 440.2px;
  	font-size: 40px;
  	letter-spacing: -1.04px;
  	font-weight: 500;
  	font-family: 'Inter';
  	text-align: center;
  	display: inline-block;
  	width: 36.5px;
}
.group {
  	position: absolute;
  	top: 460px;
  	right: 33.48px;
  	width: 476.7px;
  	height: 72px;
}
.group-inner {
  	position: absolute;
  	top: 0px;
  	right: 435.6px;
  	border-radius: 8px;
  	background-color: #fff;
  	width: 35.5px;
  	height: 35px;
}
.rectangle-7-copy {
  	position: absolute;
  	top: 0px;
  	right: 290.42px;
  	border-radius: 8px;
  	background-color: #fff;
  	width: 35.5px;
  	height: 35px;
}
.rectangle-7-copy-2 {
  	position: absolute;
  	top: 0px;
  	right: 145.24px;
  	border-radius: 8px;
  	background-color: #fff;
  	width: 35.5px;
  	height: 35px;
}
.rectangle-7-copy-3 {
  	position: absolute;
  	top: 0px;
  	right: 0.06px;
  	border-radius: 8px;
  	background-color: #fff;
  	width: 35.5px;
  	height: 35px;
}
.group2 {
  	position: absolute;
  	top: 0px;
  	right: 40.61px;
  	width: 471.1px;
  	height: 35px;
}
.rectangle-7-copy-5 {
  	position: absolute;
  	top: 1px;
  	right: 145.24px;
  	border-radius: 8px;
  	background-color: #fff;
  	width: 35.5px;
  	height: 35px;
}
.rectangle-7-copy-4 {
  	position: absolute;
  	top: 1px;
  	right: 0.06px;
  	border-radius: 8px;
  	background-color: #fff;
  	width: 35.5px;
  	height: 35px;
}
.group3 {
  	position: absolute;
  	top: 116px;
  	right: 40.61px;
  	width: 471.1px;
  	height: 36px;
}
.group-copy-3 {
  	position: absolute;
  	top: 232px;
  	right: 40.61px;
  	width: 471.1px;
  	height: 36px;
}
.group4 {
  	position: absolute;
  	top: 349px;
  	right: 40.61px;
  	width: 471.1px;
  	height: 36px;
}
.playground-metronome {
  	text-align: right;
  	font-size: 60px;
  	font-family: 'SF Compact Rounded';
}

.section-playground {
	display: flex;
    gap: 100px;
    justify-content: center;
}

#playground {
	scroll-margin-top: 80px;
}

/* section purchase */

a {
  text-decoration: none;
}

.purchase-background {
	display: flex;
  	width: 100%;
  	border-radius: 32px;
  	background-color: #2b2b30;
  	height: 440px;
}

.purchase-image-icon {
  	max-width: 100%;
  	object-fit: cover;
	height: 250px;
    align-self: end;
    width: 250px;
}

.want-to-feel {
  	margin: 0;
}

.want-to-feel-container {
	font-size: 55px;
	width: 100%;
  	letter-spacing: -0.75px;
  	display: inline-block;

}

.download-on-the-app-store-badg-icon {
  	width: 179.7px;
  	height: 60px;
  	object-fit: cover;
}

.available-for-iphone1 {
  	width: calc(100% - 250px);
  	font-size: 21px;
  	letter-spacing: -0.22px;
  	display: inline-block;
  	color: #9b9b9b;
}

.purchase-main {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 20px;
}

.purchase-icon {
	padding-top: 26%;
    align-self: center;
    padding-right: 3%;
  	width: 173.5px;
  	height: 173.5px;
  	object-fit: contain;
	padding-bottom: 3%;
}

.group5 {
  	height: 440px;
}

.section-purchase {
  	width: 1079px;
  	text-align: center;
  	font-size: 72px;
}

/* section what we believe */

.what-we-believe {
  	letter-spacing: -0.67px;
  	display: inline-block;
  	width: 1132px;
}

.titlesectionbelieve {
  	width: 1132px;
  	height: 77px;
}

.instance-child {
	display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: column;
  	height: 100%;
  	width: 100%;
  	border-radius: 8px;
  	background-color: rgba(116, 116, 128, 0.37);
}

.practice-should-feel {
  	width: 95.19%;
  	display: inline-block;
}

.we-believe-practice {
  	width: 95.19%;
  	font-size: 24px;
  	letter-spacing: -0.9px;
  	font-weight: 500;
  	color: #9b9b9b;
  	display: inline-block;
}

.rectangle-parent {
  	height: 100%;
  	width: 100%;
}

.believecard {
  	width: 748px;
  	height: 168px;
}

.believecard1 {
  	width: 748px;
  	height: 168px;
}

.believecard2 {
  	width: 748px;
  	height: 168px;
}

.believecards {
	display: flex;
    flex-direction: column;
    align-content: stretch;
    justify-content: space-around;
  	width: 748px;
  	height: 554px;
  	text-align: left;
  	font-size: 28px;
  	font-family: 'Inter';
}

.section-believe {
  	width: 1132px;
  	height: 665px;
  	text-align: center;
	display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

/* section footer */

.footer-background {
	height: inherit;
    width: 100%;
	display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 55px;
  	background-color: #2b2b30;
}

.app {
  	align-self: stretch;
  	position: relative;
  	letter-spacing: -0.48px;
  	color: #fff;
}

.features {
  	align-self: stretch;
  	position: relative;
  	letter-spacing: -0.48px;
}

.frame {
  	align-self: stretch;
  	flex: 1;
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	justify-content: flex-start;
  	gap: 21px;
}

.about-us {
  	align-self: stretch;
  	position: relative;
  	letter-spacing: -0.48px;
  	display: inline-block;
  	min-width: 150px;
}

.footer-links {
	height: 52.5%;
  	width: 649px;
  	display: flex;
  	flex-direction: row;
  	align-items: center;
  	justify-content: center;
  	gap: 6px;
}
.sympho {
  	letter-spacing: -0.48px;
  	text-align: center;
  	display: inline-block;
}

.section-footer {
	font-family: 'Inter';
	display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
  	height: 280px;
  	font-size: 17px;
  	color: #a7a7a7;
}

.navigation-bar-parent {
  	max-width: 1180px;
	width: 100%;
  	display: flex;
  	flex-direction: column;
  	align-items: center;
  	justify-content: flex-start;
  	gap: 80px;
}

.digitalmetronome-web {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
  	background-color: #000;
  	overflow: hidden;
  	text-align: left;
  	font-size: 64px;
  	color: #fff;
  	font-family: 'Inter';
	padding-right: 50px;
    padding-left: 50px;
}

#BackgroundChangeFeature1,
#BackgroundChangeFeature2,
#BackgroundChangeFeature3,
#BackgroundChangeFeature4,
#BackgroundChangeFeature5,
#BackgroundChangeFeature6,
#BackgroundChangeFeature7{
  cursor: pointer;
}

body {
 background-color:black;
}

header {
	position: fixed;
	z-index: 9999;
	background-color: rgb(69 69 69 / 30%);
  	backdrop-filter: blur(10px);
  	-webkit-backdrop-filter: blur(10px);
	top: -1px;
	width: 100%;
}

#headerSubDiv {
     display: flex;
     justify-items: center;
     align-items: center;
     justify-content: center;
     align-content: center;
     flex-direction: row;
     gap: 50px;
}

#navBarPlayGround {
 color: white;
 font-size: 14px;
 font-family: Inter;
 font-weight: 700;
 word-wrap: break-word;
}

#floatingIconsHeroPhoneDiv {
    display: flex;
	gap:30px;
}

  #floatingButton {
    display: none;
  }

#floatingIconsHeroPhoneDiv {
  background-color: #000000;
}

.hero-leftanimations > *,
.hero-rightanimations > *,
.hero-iphone-icon {
  opacity: 0;
  transition: opacity 2s ease, transform 2s ease;
}

.hero-leftanimations > * {
  transform: translateX(-80px);
}

.hero-rightanimations > * {
  transform: translateX(80px);
}

.hero-iphone-icon {
  transform: scale(0.95);
}

.animate-in-left > * {
  opacity: 1;
  transform: translateX(0);
}

.animate-in-right > * {
  opacity: 1;
  transform: translateX(0);
}

.fade-in-center {
  opacity: 1;
  transform: scale(1);
}

.rotate-heart {
  animation: rotateHeart 0.8s ease forwards;
  animation-delay: 2s;
}

@keyframes rotateHeart {
  from { transform: rotate(0deg); }
  to { transform: rotate(20deg); }
}

.hero-rightanimations .icon {
  mix-blend-mode: lighten;
}

.playground-metronome {
    color: white;
    font-family: sans-serif;
    text-align: center;
    margin-top: 50px;
    padding: 20px;
  }

  #beats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10%;
    border-radius: 20px;
    padding: 15px;
    width: 100%;
    height: 400px;
  }

  .beat {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background-color: #444;
    transition: background-color 0.2s;
    cursor: pointer;
  }

  .state-0 { background-color: #333; }
  .state-1 { background-color: #555; }
  .state-2 { background-color: #777; }
  .beat.active { background-color: white !important; }

  button#startStop {
    background: none;
    border: none;
    font-size: 24px;
    color: white;
    cursor: pointer;
    margin: 0px;
  }

  input[type="range"] {
    appearance: none;
    -webkit-appearance: none;
    width: 250px;
    height: 27px;
    background: linear-gradient(to right, #ff6b6b 40%, #444 40%);
    border-radius: 15px;
    outline: none;
    margin-right: 10px;
  }

  input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 60px;
    height: 36px;
    border-radius: 30px;
    background: white;
    cursor: pointer;
  }

  input[type="range"]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: white;
    cursor: pointer;
  }

  .buttonImage { height: 48px; }

  #tempoSliderContainer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
    flex: 1;
  }

  #bpmValue {
    font-size: 40px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    min-width: 170px;
    text-align: left;
  }

  #mainContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }

  #beatContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 390px;
    margin: 0 auto;
    gap: 0px;
  }

  .colorWhite {
	color: white;
  }

  #features-section {
	scroll-margin-top: 100px;
  }

  /* pitch i tuner media query */
  @media (max-width: 1235px ){ 
		.featurecard-big {
		width: 450px;
	}

	.section-featureimage-background {
		width: 450px;
	}

	.featurecard-small {
		width: 450px;
	}
  }

  /* section purchase */
  @media (max-width: 735px ){

	.divFeaturecard {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-content: center;
		justify-content: center;
		align-items: center;
	}

  }
  /* footer adjust */
  @media (max-width: 650px) {
	.footer-links {
		width: 420px;
	}

	.frame {
		justify-content: unset;
	}
  }

  /* section believe adjust */
  @media (max-width: 800px) {
	.section-believe {
		width: 100%;
		height: 100%;
	}

	.titlesectionbelieve {
		height: auto;
		width: 100%;
	}

	.what-we-believe {
		display: unset;
		width: auto;
	}

	.believecards {
		width: 100%;
		height: 100%;
	}

	.believecard {
		width: auto;
		height: 100%;
		padding: 20px;
	}

	.believecard1 {
		width: auto;
		height: 100%;
		padding: 20px;
	}

	.believecard2 {
		width: auto;
		height: 100%;
		padding: 20px;
	}

	.rectangle-parent {
		width: auto;
		height: auto;
	}
	
	.instance-child {
		padding: 10px;
		gap: 5px;
	}

  }

  /* section playground adjust */
  @media(max-width:1105px){

		.section-playground{
			gap:0;
		}

		#beatContainer {
		max-width: 370px;
		}

		#tempoSliderContainer {
			max-width: 370px;
			display: flex;
			align-items: center;
			gap: 15px;
			flex: 1;
			padding-right: 15px;
		}

		input[type="range"] {
				width: 300px;
		}

		#bpmValue {
			font-size: 40px;
			font-family: "Inter", sans-serif;
			font-weight: 700;
			min-width: 85px;
			text-align: left;
		}

		#beats {
			display: grid;
			grid-template-columns: repeat(4, 1fr);
			gap: 10%;
			border-radius: 20px;
			padding: 15px;
			width: 100%;
			height: 400px;
			padding-right: 0;
		}

	}

	/* section watch adjust */
	@media(max-width:975px){
	#sectionwatch-adjust {
		flex-direction: column-reverse;
	}

	.featurewatch-title {
		text-align: center;
		margin-bottom: 20px;
	}

	.featurewatch-1 {
		width: auto;
		}

	.featurewatch-2 {
		width: auto;
	}

	.featurewatch-3 {
		width: auto;
	}
	}


/* section purchase adjust 2, 3, 4  and 5*/
@media (max-width: 629px) {


			.want-to-feel-container {
	  font-size: 40%;
	}

	.available-for-iphone1 {
	  width: 100%;
      font-size: 18%;
	}

	.section-purchase {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-content: center;
		justify-content: center;
		align-items: center;
	}

	.group5 {
		max-width: 550px;
		display: flex; 
		width: 100%;
		height: 100%;
		flex-direction: column;
		align-content: center;
		justify-content: center;
		align-items: center;
	}

	.purchase-background {
		width: auto;
		display: flex;
		border-radius: 32px;
		background-color: #2b2b30;
		padding-top: 5%;
        padding-bottom: 5%;
        padding-left: 9%;
        padding-right: 9%;
		height: auto;
	}

	.purchase-image-icon {
		display: none;
	}

	.purchase-main {
		display: flex;
		flex-direction: column;
		align-content: center;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
	}

	.purchase-icon {
		display: none;
	}

	.download-on-the-app-store-badg-icon {
		width: 179.7px;
		height: 60px;
		object-fit: cover;
		margin-top: 2%;
	}



}

@media (min-width: 630px) and  (max-width: 780px) {
	.want-to-feel-container {
	  font-size: 40%;
	}

	.available-for-iphone1 {
	  width: 100%;
      font-size: 18%;
	}

	.section-purchase {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-content: center;
		justify-content: center;
		align-items: center;
	}

	.group5 {
		max-width: 500px;
		display: flex; 
		width: 100%;
		height: 100%;
		flex-direction: column;
		align-content: center;
		justify-content: center;
		align-items: center;
	}

	.purchase-background {
		width: 100%;
		display: flex;
		border-radius: 32px;
		background-color: #2b2b30;
		padding-top: 5%;
        padding-bottom: 5%;
        padding-left: 9%;
        padding-right: 9%;
		height: auto;
	}

	.purchase-image-icon {
		display: none;
	}

	.purchase-main {
		display: flex;
		flex-direction: column;
		align-content: center;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
	}

	.purchase-icon {
		display: none;
	}

	.download-on-the-app-store-badg-icon {
		width: 179.7px;
		height: 60px;
		object-fit: cover;
		margin-top: 2%;
	}


}

@media (min-width: 781px) and (max-width: 968px) {
		.section-purchase {
		width: auto;

	}

	.purchase-background {
		display: flex;
		width: 100%;
		border-radius: 32px;
		background-color: #2b2b30;
		height: 100%;
	}

	.purchase-image-icon {
		max-width: 100%;
		object-fit: cover;
		height: 50%;
		align-self: end;
		width: 30%;
	}

	.purchase-main {
		display: flex;
		flex-direction: column;
		align-content: center;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
	}

	.purchase-icon {
		padding-top: 26%;
		align-self: center;
		padding-right: 3%;
		width: 20%;
		height: 30%;
		object-fit: contain;
		padding-bottom: 3%;
	}

	.download-on-the-app-store-badg-icon {
		width: 179.7px;
		height: 60px;
		object-fit: cover;
		margin-top: 2%;
	}

	.want-to-feel-container {
	  font-size: 70%;
	}

	.available-for-iphone1 {
	  width: 100%;
      font-size: 25%;
	}

}

@media (min-width: 968px) and (max-width: 1250px) {
	.section-purchase {
		width: auto;

	}

	.purchase-background {
		display: flex;
		width: 100%;
		border-radius: 32px;
		background-color: #2b2b30;
		height: 100%;
	}

	.purchase-image-icon {
		max-width: 100%;
		object-fit: cover;
		height: 50%;
		align-self: end;
		width: 30%;
	}

	.purchase-main {
		display: flex;
		flex-direction: column;
		align-content: center;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
	}

	.purchase-icon {
		padding-top: 26%;
		align-self: center;
		padding-right: 3%;
		width: 20%;
		height: 30%;
		object-fit: contain;
		padding-bottom: 3%;
	}

	.want-to-feel-container {
		font-size: 90%;
		width: 100%;
		letter-spacing: -0.75px;
		display: inline-block;
	}

	.download-on-the-app-store-badg-icon {
		width: 179.7px;
		height: 60px;
		object-fit: cover;
		margin-top: 2%;
	}

	.available-for-iphone1 {
		font-size: 21px;
		letter-spacing: -0.22px;
		display: inline-block;
		color: #9b9b9b;
		margin-top: 2%;
	}


}

/* section features adjust */
@media(max-width:1045px){
		.features-first {
		width: 80%;
	}
	
	.features-second {
		width: 80%;
	}

	#featureImagePatternsChange {
		width: 85%;
	}

	.features-second {
		flex-direction: row;
	}

 	.features-first {
		flex-direction: column;
	}

	#featureImagePatternsChange {
		width: 100%;
	}

	.feature1 {
		height: auto;
	}

	.feature-text {
		width: auto;
	}
}

@media(max-width:1107px){
  .section-playground {
	justify-content: center;
    flex-direction: column;
  }

  .playground-parent {
	width: auto;

  }

  
}

#sectionwatch-adjust {
  display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

/* header adjust */
@media(max-width:768px){
	#headerSubDiv {
		display: none;
	}

	.hero-leftanimations {
      display:none;
	}

	.hero-rightanimations {
      display:none;
	}

	.the-beat-you {
		width: 100%;
      font-size: 47px;
	}
    
	.vibrations-flashes {
	    width:100%;
		font-size: 22px;
	}

	#floatingButton {
      display: block;
    }

}

/* features image */
@media (min-width: 800px) and (max-width: 1044px){
	    #featureImagePatternsChange {
			width: 80%;
		}
	}