* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "DM Sans", sans-serif;
  min-width: 375px;
  height: vh;
  background-color: rgba(25, 25, 25, 1);
}
.container {
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 15px;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 26px 0;
  transition: 0.3s;
}
.header-wrapper a{
  transition: 0.3s;
}

.img-home {
  /* max-width: 650px; */
  width: 100%;
  height: auto;
}

#burger-toggle {
  display: none;
}

.burger {
  display: none;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
  z-index: 1001;
  
}

.burger span {
  width: 30px;
  height: 3px;
  background:white;
  transition: 0.3s;
  
}

#burger-toggle:checked + .burger span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}

#burger-toggle:checked + .burger span:nth-child(2) {
  opacity: 0;
}

#burger-toggle:checked + .burger span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

.menu {
  display: flex;
  gap: 40px;
}

.menu-item {
  gap: 40px;
}

.menu-link {
  text-decoration: none;
  font-weight: 400;
  font-size: 17px;
  line-height: 159%;
  color: #fff;
}
.wrapper-home {
  display: flex;
  padding-top: 80px;
  gap: 60px;
}
.img-home{
  width: 100%;
}
.info-home {
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.title-home {
  max-width: 526px;
  font-weight: 400;
  font-size: 70px;
  line-height: 88px;
  letter-spacing: 3.2px;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 90px;
  position: relative;
}
.title-home::after{
  content: "";
  position: absolute;
  width: 150px;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: white;

}


.span-level {
  font-weight: 700;
  font-size: 80px;
  line-height: 88px;
  letter-spacing: 3.2px;
  padding-left: 25px;
}
.span-home {
  font-weight: 400;
  font-style: Regular;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 16px;
}
.wrapper-icon {
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  margin-bottom: 130px;
}
.platform-icon {
  display: flex;
  gap: 17px;
  
}
.platform-icon img{
transition: 0.3s;
}

.platform-icon img:hover{
transform: translateY(-5px);
}

.section-episodes{
  margin-bottom: 160px;
}

.card-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-top: 100px;
  margin-bottom: 65px;
}

.title-episodes {
  font-family: DM Sans;
  font-weight: 400;
  font-size: 64px;
  line-height: 79.2px;
  letter-spacing: 2.88px;
  color: rgba(255, 255, 255, 1);
}

.button-episodes {
  width: 178px;
  height: 51px;
  opacity: 1;
  font-family: DM Sans;
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, 1);
  background-color: rgba(17, 141, 168, 1);
  border-radius: 5px;
  border: 2px solid rgba(17, 141, 168, 1);
  transition: 0.2s;
  cursor: pointer;
}
.button-card:hover,
.button-episodes:hover{
  background-color: transparent;
}

.wrapper-episodes {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.card {
  display: flex;
  max-width: 1300px;
  /* min-width: 0;  */
  height: auto;
  background-color: rgba(0, 0, 0, 1);
  border-radius: 32px;
  padding: 40px;
  gap: 53px;
}
/* .card img{
width:100%;
height:auto;
} */


.img-card {
  /* min-width: 390px; */
  width: 100%;
  height: auto;
  object-fit:cover;
  /* flex-shrink: 1; */
}

.info-card {
  display: flex;
  flex-direction: column;
  padding-top: 8px;
  /* min-width: 0;  */
}

.gear-span {
  width: 73px;
  height: 27px;
  opacity: 1;
  font-family: DM Sans;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0%;
  border-radius: 10px;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  background-color: rgba(25, 25, 25, 1);
  margin-bottom: 48px;
}
.span-contact,
.span-about,
.episode-span {
  font-family: DM Sans;
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0%;
  color: rgba(17, 141, 168, 1);
  margin-bottom: 17px;
}
.title-about,
.title-card {
  font-family: DM Sans;
  font-weight: 400;
  font-size: 65px;
  line-height: 70.4px;
  letter-spacing: 2.56px;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 28px;
}
.description-about,
.description-card {
  font-family: DM Sans;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, 0.7);
  flex-grow: 1;
  margin-bottom: 18px;
}

.button-card {
  width: 208px;
  height: 51px;
  opacity: 1;
  font-family: DM Sans;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0%;
  border-radius: 5px;
  border: 2px solid rgba(17, 141, 168, 1);
  color: rgba(255, 255, 255, 1);
  background-color: rgba(17, 141, 168, 1);
  transition: 0.2s;
  cursor: pointer;
}
.wrapper-about{
  display: flex;
  align-items: center;
  padding-top: 100px;
  margin-bottom: 100px;
  gap: 60px;
}

.info-about{
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
}
.icon-about{
  width: 112px;
  height: 112px;
  margin-bottom: 20px;
  transition: 0.4s;
}
.icon-about:hover{
transform: rotate(90deg);

}


.span-about {
margin: 0;
  
}
.title-about {

}
.description-about p{
  margin-bottom: 33px;
}

.img-about {
  max-width: 650px;
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
}

.section-contact {
  padding-top: 100px;
  margin-bottom: 100px;
}

.wrapper-newsletter {
  display: flex;
  justify-content: space-between;
  /* max-width: 1300px; */
  /* min-height: 387px; */
  background-color: rgba(0, 0, 0, 1);
  border-radius: 32px;
  padding: 60px;
  gap: 76px;
}

.span-contact {
  margin: 0;
}

.title-contact {
font-family: DM Sans;
font-weight: 400;
font-size: 72px;
line-height: 79.2px;
letter-spacing: 2.88px;
color: rgba(255, 255, 255, 1);

}

.form-contact {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1 1 100%;
  
}
input{
min-width: 522px;
width: 100%;
height: 82px;
opacity: 1;
border-radius: 6px;
border: 1px solid transparent;
background-color: rgba(25, 25, 25, 1);
color: rgba(255, 255, 255, 0.7);
font-family: DM Sans;
font-weight: 400;
font-size: 24px;
line-height: 28.8px;
letter-spacing: 0%;
padding-left: 19px;
cursor: pointer;
transition: 0.3s;

}
input:focus{
border: 1px solid rgba(69, 68, 68, 1);
outline: none;
}


.submit{
 width: 87px;
height: 48px;
top: 204.13px;
opacity: 1;
border-radius: 6px;
opacity: 1;
font-family: DM Sans;
font-weight: 700;
font-size: 15px;
line-height: 28.8px;
letter-spacing: 0%;
border: 2px solid rgba(17, 141, 168, 1);
background-color: rgba(17, 141, 168, 1);
color: rgba(255, 255, 255, 0.7);
margin-bottom: 15px;
cursor: pointer;
transition: 0.3s;
}

.submit:hover{
background-color: transparent;
}


.section-reviews{
  padding-top: 100px;
  margin-bottom: 100px;

}
.wrapper-reviews {
  display: flex;
  /* flex-direction: column; */
  flex-wrap: wrap;
  gap: 15px;

}
.card-reviews {
padding: 50px;
max-width: 423px;
width: 100%;
height: auto;
opacity: 1;
border: none;
border-radius: 32px;
background-color: rgba(0, 0, 0, 1);


}
.rating {
width: 18px;
height: 17px;
opacity: 1;
margin-bottom: 21px;


}
.title-reviews {
  font-family: DM Sans;
font-weight: 400;
font-size: 36px;
line-height: 43.2px;
letter-spacing: 0%;
color: rgba(255, 255, 255, 1);
margin-bottom: 19px;


}
.span-reviews {
  font-family: DM Sans;
font-weight: 400;
font-size: 24px;
line-height: 28.8px;
letter-spacing: 0%;
color: rgba(255, 255, 255, 0.7);
}

.footer {
  padding-top: 100px;
}

.footer-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 100px;
  
 
}
/* .footer__brand {

flex: 0 0 447px;
width: 100%;
height: auto;
opacity: 1;

} */

.footer__brand {
  flex: 1 1 300px;
  max-width: 447px;
}
.logo-footer {
  margin-bottom: 20px;
 

}
.footer__social-main  {
  display: flex;
   gap: 10px;
}

.footer__social-main img{
  transition: 0.3s;
}
.footer__social-main img:hover{
transform: translateY(-5px);
}

.footer__nav {
  display: flex;
  gap: 16px;
  
}
.footer__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 0 0 178px;
width: 100%;
height: auto;
opacity: 1;
/* list-style: none; */

}
  
.footer__list a {
  font-family: DM Sans;
font-weight: 400;
font-size: 17px;
line-height: 27px;
letter-spacing: 0%;
color: rgba(255, 255, 255, 1);
text-decoration: none;
transition: 0.3s;

}
.header-wrapper a:hover,
.footer__list a:hover{
transition: 0.3s;
color: rgba(17, 141, 168, 1);
}

.footer__platforms {
  display: flex;
  gap: 17px;
}
.footer__platforms img{
  transition: 0.3s;
}
.footer__platforms img:hover{
  transform: translateY(-5px);
}
@media screen and (max-width: 1100px) {
  /* .burger {
    display: flex;
    position: fixed;
    right: 50px;
    
  } */
  .burger {
  display: flex;
  position: fixed;
  right: 35px;
  top: 32px;
}

  .menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 230px;
    height: 100vh;
    background: rgba(25, 25, 25, 1);
    opacity: 0.8;
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 100px 30px;
    

    transition: 0.4s;
  }

  
  #burger-toggle:checked ~ .nav .menu {
    right: 0;
  }

.wrapper-home {
  flex-wrap: wrap;
  padding: 0 40px;
}
.wrapper-icon{
margin-bottom: 60px;
}

.card-header{
  flex-direction: column;
  align-items: start;
  gap: 20px;
  padding-left: 40px;
}

.card {
  flex-wrap: wrap;
  width: 100%;
}
.img-card {
  width: 100%;
  /* max-width: 390px; */
  max-height: 468px;
  object-fit: cover;
}
.wrapper-about{
  flex-wrap: wrap;
  flex-direction: column-reverse;
  padding: 100px 40px 0 40px ;
}

.span-about{
  margin-bottom: 20px;
}
.wrapper-newsletter {
  flex-wrap: wrap;
}
.wrapper-reviews {
  justify-content: center;
  gap: 19px;

}

.card-reviews {

max-width: 356px;
width: 100%;
height: 364px;
padding: 40px;


}
.footer-wrapper {
  padding-left: 60px;
  
 
}
.footer__social-main  {
  margin-bottom: 130px;
}

}
@media  screen and (max-width:680px) {
  .container{
    padding: 0 20px ;
  }
  /* .header-wrapper{
    position: relative;
  } */
  /* .burger {
  position: fixed;
  right: 35px;
  top: 32px;
} */
  
  .title-home{
font-weight: 400;
font-size: 40px;
line-height: 50px;
letter-spacing: 2.2px;
margin-bottom: 75px;

  }


  .title-home::after{
    width: 80px;
  }
  .wrapper-icon{
    padding-left: 40px;
    margin-bottom: 60px;
  }


  .card-header{
    margin-bottom: 40px;
    padding: 60px 0 0 20px;
  }
  .title-episodes{

font-weight: 400;
font-size: 38px;
line-height: 49.2px;
letter-spacing: 2.88px;


  }
  
  .span-level{
font-weight: 700;
font-size: 50px;
line-height: 50px;
letter-spacing: 3.2px;

  }
  .card{
    padding: 20px;
    gap: 30px;
  
  }
  
  
 .img-card{
 
  width: 100%;
  height: auto;
  
  
 }
 .wrapper-episodes{
  gap: 40px;
  margin-bottom: 60px;
 }

 .gear-span{
font-weight: 400;
font-size: 18px;
line-height: 27px;
letter-spacing: 0%;
margin-bottom: 28px;

 }
 .info-card{
  padding: 0;
 }
 .episode-span{
  
font-weight: 400;
font-size: 17px;
line-height: 27px;
letter-spacing: 0%;
margin-bottom: 20px;

 }

  .title-card{
font-weight: 400;
font-size: 40px;
line-height: 45.4px;
letter-spacing: 2.56px;
margin-bottom: 40px;

  }
  .description-card{
font-weight: 400;
font-size: 22px;
line-height: 33px;
letter-spacing: 0%;
margin-bottom: 30px;

  }

  
.wrapper-home {
    flex-direction: column;
    padding: 0;
    gap: 40px;
  }
  .section-episodes{
    margin: 0;
  }
 
  .wrapper-about{
    padding: 60px 20px 0 20px;
    gap: 40px;
    margin-bottom: 20px;
  }
  
  .icon-about{
    width: 100px;
    height: 100px;
  }
  .title-about{
font-weight: 400;
font-size: 40px;
line-height: 52.2px;
letter-spacing: 2.88px;
margin-bottom:  20px;

  }
  .description-about > p{
    margin-bottom: 20px !important;
  }
  .section-contact{
    padding-top: 60px;
    margin-bottom: 60px;
  }
  .wrapper-newsletter{
    padding: 60px 20px;
    gap: 60px;
  }
   .title-contact{
    
font-weight: 400;
font-size: 50px;
line-height: 50.2px;
letter-spacing: 2.88px;

  }

  
  input {
  width: 100%;
  min-width: unset;
}
.section-reviews{
  padding-top: 60px;
  margin-bottom:60px ;
}
.card-reviews{
  padding: 54px 0 0 21px;
}
.footer{
  padding-top: 60px;
}
.footer-wrapper{
  padding-left: 20px;
  margin-bottom: 60px;
}
.footer__social-main{
  margin-bottom: 77px;
}
.footer__brand{
  width: 100%;
}

  .footer__nav{
    flex-direction: column;
    margin-bottom: 60px;
  }
}








