* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Familjen Grotesk;
}

/*The hamburger menu*/
#menu-toggle {
  display: none;
}

.menu-btn {
  display: none;
}

header {
  margin-top: 2.5vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*The header*/
header nav {
  width: clamp(300px, 87.3%, 1200px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-container {
  width: 174.15px;
  height: 40px;
  background-image: url(Group.png);
}

header nav .links-container {
  display: flex;
  gap: 2rem;
  align-items: center;
}

header nav .links {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  list-style: none;
}

header nav .links li {
  display: flex;
}

header nav .links a {
  padding: 10px 14px;
  font-optical-sizing: auto;
  font-style: normal;
  text-decoration: none;
  text-transform: capitalize;
  color: black;
  font-weight: 400;
  /* font-size: clamp(,1.25rem); */
  line-height: 100%;
  letter-spacing: 0%;
  border-radius: 0.5rem;
}

header nav .links a:hover {
  background-color: #20292c;
  color: #ffffff;
}

.btn {
  width: 196px;
}

.btn a {
  display: block;
  border-radius: 100px;
  text-align: center;
  padding: 12px 0px;
  text-decoration: none;
  background: linear-gradient(90deg, #00d1ff 0%, #1a83ff 100%);
  color: #ffffff;
  font-size: clamp(0.95rem, 0.89rem + 0.3vw, 1.25rem);
  text-transform: uppercase;
  font-optical-sizing: auto;
}

main {
  width: 100%;
  height: 100vh;
}

main .main-content {
  width: 100%;
  height: 100vh;
  padding-top: clamp(4rem, 12vh, 10rem); 
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  position: relative;
}

.main-content .text-background {
  width:600px;
  aspect-ratio: 1/1;
  border: 10px solid transparent;
  background:
    linear-gradient(white, white) padding-box,
    linear-gradient(180deg, #4dfbfb 0%, #788eff 100%) border-box;
  border-radius: 50%;
  position: absolute;
  top:10%;
  left: 50%;
  transform: translate(-50%,0%);
  z-index: -1;
}

main .text-container {
  width: 84%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

main .text-container h1 {
  font-weight: 600;
  font-size: clamp(2.25rem,1.6rem + 3.25vw,5.5rem);
  letter-spacing: 2%;
  text-align: center;
  z-index: 100;
}

main .text-container p {
  margin-top: 0.625rem;
  font-weight: 400;
  font-size: clamp(1.05rem,0.885rem + 0.825vw,1.875rem);
  letter-spacing: 2%;
  text-align: center;
}

main .log-in {
  margin-top: 3%;
}

main .img-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

main .img-container .background {
  width: clamp(60px,60px + 20vw,199px);
  aspect-ratio: 1/1;
  background: linear-gradient(180deg, #4dfbfb 0%, #788eff 100%) border-box;
  border-radius: 50%;
  position: relative;
}

main .img-container .background:first-child img {
  position: absolute;
  top: 14.7%;
  left: 29.17%;
  transform: rotateY(15deg);
}

main .img-container .background:nth-child(2) img {
  position: absolute;
  width:50%;
  transform: rotateY(-15deg);
  top: 5.83%;
  left: 25.1%;
}

.special-features {
  width: 100%;
  height: 100vh;
  padding-top: clamp(2rem, 10vh, 4rem);
}

.special-features-content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}

.special-features aside {
  width: 50%;
  height: 100%;
}

.special-features .R {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #20292c;
  z-index: 0;
}

.special-features .L {
  background-color: #e6d4cb;
  z-index: 0;
}

.special-features .features-container {
  width: 100%;
  height: 70%;
  padding: 0px 10%;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.special-features .feature {
  width: 100%;
  flex-grow: 1;
  display: flex;
  align-items: center;
  /* gap: 0.4375rem; */
}

.special-features .feature .img-container {
  background-color: #ffff;
  width: 16.1%;
  border-radius: 50%;
  position: relative;
}

.special-features .img-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.special-features .feature h2 {
  font-weight: 400;
  font-size: clamp(1.5rem, 1.3rem + -1vw, 2.5rem);
}

.special-features .floating-container {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(0%, -50%);
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 30;
  overflow: visible;
}

.special-features .floating-container img:first-child {
  width: 20.507%;
  position: absolute;
  top: 26%;
  right: -10%;
  z-index: 1100;
}

.special-features .floating-container img:nth-child(2) {
  width: 100%;
  position: absolute;
  right: 0px;
  height: 100%;
  z-index: 100;
}

.product {
  width: 100%;
  min-height: 100vh;
  padding-bottom: 4rem;
  display: flex;
  justify-content: center;
}
.product-content {
  width: 87.3%;
  min-height: 100vh;
  padding: 2%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product .heading {
  padding: 3%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 4rem;
}

.product .heading p {
  padding: 0.5rem;
  font-weight: 400;
  font-size: clamp(0.72rem, 0.564rem + 0.78vw, 1.5rem);
  display: block;
}

.product .heading span {
  font-weight: 600;
  font-size: clamp(1.875rem, 1.5rem + 1.875vw, 3.75rem);
  display: block;
}

.product .card-container {
  width: 100%;
  height: fit-content;
  display: grid;
  gap: 8%;
  grid-template-columns: repeat(3, 1fr);
}

.product .card {
  width: 100%;
  min-height: 63vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
}

.product .card .img-container {
  width: 100%;
  height: 78%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #5f3333;
  border-radius: 24px;
  overflow: hidden;
}

.product .card .text-container p {
  font-weight: 400;
  font-size: 2rem;
  text-align: center;
}

.about {
  width: 100%;
  height: 100vh;
  margin-top: 10vh;
}

.about .about-content {
  width: 100%;
  height: 100%;
  padding: 2%;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    url(about-background.jpg);
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.about .text-container {
  width: 43%;
  height: 80%;
  padding: 2%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  line-height: 2rem;
  color: #ffffff;
}

.about .text-container h1 {
  font-size: clamp(1.875rem, 1.5rem + 1.875vw, 3.75rem) 60px;
}

.about .text-container h1 span {
  display: block;
  padding: 2%;
  font-size: clamp(0.75rem, 0.6rem + 0.75vw, 1.5rem);
  font-weight: 400;
}

.about .text-container p {
  font-size: clamp(0.625rem, 0.5rem + 0.625vw, 1.25rem);
}

.about .features-container {
  height: 79%;
  width: 30.08%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  counter-reset: my-counter;
}

.about .feature {
  padding: 24px 0px;
  font-size: 2rem;
  color: #ffffff;
  display: flex;
  justify-content: center;
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.205),
    rgba(255, 255, 255, 0.104)
  );
  backdrop-filter: blur(20px);
  box-shadow: 0px 8px 20px 0px #00000033;
  border-radius: 24px;
  border: 1px solid #ffffff;
}

.about .feature .text-container {
  width: 88%;
  display: flex;
  gap: 20px;
}

.about .feature .text-container p {
  display: flex;
  gap: 20px;
  font-size: 2.0625rem;
}

.about .feature .text-container p::before {
  counter-increment: my-counter;
  content: counter(my-counter);
  font-size: clamp(2rem, 1.65rem + 1.75vw, 3.75rem);
}

.modes {
  width: 100%;
  height: 100vh;
  background-color: #f3f5f6;
}

.modes .modes-content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modes-container {
  width: 100%;
  height: 82%;
  padding: 0px 8%;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  justify-content: space-between;
  counter-reset: x;
  border-radius: 100px;
}

.modes .mode {
  flex-grow: 1;
  width: 100%;
  padding: 3% 2%;
  background-color: #ffffff;
  position: relative;
}

label.checkbox {
  display: inline-block;
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translate(0, -50%);
  width: clamp(1.5rem, 1.2rem + 1.5vw, 3rem);
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f3f5f6;
  border-radius: 50%;
  cursor: pointer;
  transition-duration: 0.6s;
  font-size: 0.875rem;
}

label.checkbox .text-container {
  margin: auto;
  text-align: center;
}

.modes .mode input {
  display: none;
}

.modes .mode input:checked ~ label {
  background: linear-gradient(90deg, #00d1ff 0%, #1a83ff 100%);
  color: #ffffff;
  transform: translate(0, -50%) rotate(45deg);
}

.modes .mode input:checked ~ label .text-container {
  transform: rotateY(90deg);
}

.modes .mode input:checked ~ .text-container p span {
  display: block;
}

.modes .mode .text-container {
  width: 70%;
  display: flex;
  align-items: baseline;
  gap: 20px;
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translate(0, -50%);
}

.modes .mode > .text-container::before {
  counter-increment: x;
  content: "0" counter(x);
  display: block;
  font-family: Inter;
  color: #3c3c4380;
  font-weight: 700;
  font-size: 1.5rem;
}

.modes .text-container p {
  font-size: clamp(1rem, 0.8rem + 1vw, 2rem);
  font-weight: 700;
}

.modes .text-container p span {
  display: none;
  font-weight: 400;
  font-size: clamp(0.625rem, 0.5rem + 0.625vw, 1.25rem);
}

.contacts {
  width: 100%;
  height: 100vh;
  padding: 5%;
}

.contacts .contacts-content {
  height: 100%;
  background-image: linear-gradient(
    to right,
    rgba(32, 31, 31, 0.8) 0%,
    #201f1f 100%
  );
  border-radius: clamp(0rem, -0.23375rem + 1.16875vw, 1.16875rem);
  display: flex;
  align-items: center;
}

.contacts .contacts-container {
  height: 100%;
  padding: 10px 0px;
  margin-left: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  color: #ffffff;
}

.contacts .contacts-container .text-container {
  width: 72.2%;
}
.contacts .contacts-container h1 {
  padding: 0.875rem 0px;
  font-size: clamp(1.25, 1rem + 1.25vw, 2.5rem);
  text-align: left;
}

.contacts .contacts-container form {
  height: 65%;
  display: flex;
  flex-direction: column;
  width: 90%;
  color: #ffffff;
  text-transform: uppercase;
}

form label {
  padding: 0.5rem 0px;
}

.contacts input {
  flex-grow: 1;
  border-radius: 5.15px;
  background-color: #343333;
  border: 0.86px solid #8d8d8d;
  padding: 1rem;
  color:white;
}

.contacts input#message {
  height:5.4;
}

.contacts input#submit {
  width: 143px;
  display: block;
  border-radius: 100px;
  text-align: center;
  padding: 12px 0px;
  text-decoration: none;
  background: linear-gradient(90deg, #00d1ff 0%, #1a83ff 100%);
  color: white;
  font-size: 1.25rem;
  text-transform: uppercase;
  font-optical-sizing: auto;
}

.contacts input#submit::placeholder{
  color: white;
  opacity: 1;
}

footer {
  width: 100%;
  /* font-size: 0.625rem */
font-size: clamp(0.625rem, .5rem + .625vw, 1.25rem);
  font-size: 1.25rem;
}

footer .footer-content {
  padding:3.16% 3.14%;
  background-color: #201F1F;
}

footer .footer-content div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding:1rem 0px;
}

footer .footer-content ul {
  display: flex;
  justify-content: center;
  gap: 2.65%;
  list-style: none;
  align-items: center;
  
}

footer .footer-content ul a {
  text-decoration: none;
  white-space: nowrap;
  color: #ffffff;
}
footer .footer-content .social-media{
  gap: 3%;
}
footer .footer-content .social-media a 
{
  padding:clamp(.5rem,.4rem + 0.5vw,1rem);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #535353;
}

footer .copyrights-container{
  display: flex;
  justify-content: center;
  background-color: #323232;
  color: #858585;
}