*{
    margin: 0;
    padding: 0;
}

/* HEADER */

header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 9vh;
    position: relative;
    background-color: #1a1a1c;
}

#menu__toggle {
  display: none;
}

.menu__btn {
  display: flex; 
  align-items: center; 
  position: fixed;
  top: 20px;
  left: 20px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 1;
}

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
}
.menu__btn > span::before {
  content: '';
  top: -8px;
}
.menu__btn > span::after {
  content: '';
  top: 8px;
}

.menu__box {
  display: block;
  position: fixed;
  visibility: hidden;
  top: 0;
  left: -100%;
  width: 230px;
  height: 20%;
  margin: 0;
  padding: 80px 0;
  list-style: none;
  text-align: center;
  background-color: #1a1a1c;
  box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
}

.menu__item {
  display: block;
  padding: 12px 24px;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}
.menu__item:hover {
  background-color: #1a1a1c;
}

#menu__toggle:checked ~ .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked ~ .menu__btn > span::before {
  top: 0;
  transform: rotate(0);
}
#menu__toggle:checked ~ .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
  visibility: visible;
  left: 0;
}
#menu-toggle:checked ~ .nav {
    right: 0;
}

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  transition-duration: .25s;
}
.menu__box {
  transition-duration: .25s;
}
.menu__item {
  transition-duration: .25s;
}
.nav.active {
    right: 0;
}

@media (max-width: 768px) {
    .hamburger-menu {
        display: block;
        z-index: 1001;
    }
}

/* MAIN */
body {
    background-color: #1a1a1c;
    color: rgb(255, 255, 255);
}
main {
    display: flex;
    flex-direction: column;
    gap: 6vh;
}
.hero{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6vh;
}

#hero11{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5vh;
}

.button{
    text-decoration: none;
    background-color: #6b3b3b;
    color: #fff;
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    border: none;
    font-size: 18px;
    padding: 1.5vh 5vw;
    border-radius: 5px;
    transition: 0.5s;
}

.button:hover {background-color: #d45254}

.button:active {
  background-color: #593232;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

#hero11 img{
    width: 100%;
}

.hero12{
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 85%;
}

h2{
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
}

#hero7{
    margin-top: 2vh;
}

#hero17{
    width: 85%;
    display: flex;
    flex-direction: column;
    gap: 2vh;
    margin-left: auto;
    margin-right: auto;
}

.hero13{
    margin-left: auto;
    margin-right: auto;
    width: 85%;
    text-align: center;
}

.hero3{
    width: 75%;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
}

#hero23{
    display: flex;
    flex-direction: column;
    gap: 5vh;
}

#hero15{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    gap: 2vw;
    width: 85%;
    background-color: #302e2e;
    color: #ffffff;
    padding-top: 1vh;
    padding-bottom: 1vh;
    border-radius: 6px;
}

#hero16{
    border-radius: 6px;
    background-color: #d45254;
    color: #ffffff;
    padding: 1vh 7vw;
}

#hero16 h3{
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 17px;
}

#hero34{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 3vh;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

.hero33{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1vh;
    gap: 4vw;
}

.hero35{
    font-size: 30px;
}

#hero21{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1vh;
}

#hero21 h3{
    color: #d1caca;
    font-size: 16px;
}

#hero21 h2{
    color: #d45254;
}

#hero21 span{
    font-size: 42px;
}


#hero19{
    display: flex;
    flex-direction: column;
    width: 85%;
    margin-right: auto;
    margin-left: auto;
    gap: 1.5vh;
}

.hero20{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 3vw;
    
}

.hero20 h2{
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: 550;
    font-style: normal;
    font-size: 18px;
}

.hero18{
    width: 2vw;
    height: 2vw;
    background-color: #d45254;
    border-radius: 100px;
}

#hero6{
    width: 75%;
    display: flex;
    flex-direction: column;
    gap: 3vh;
    margin-left: auto;
    margin-right: auto;
}

.hero4{
    border: #fff solid 2px;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1vh;
    gap: 4vw;
    padding: 2vh 3vw ;
}
#hero25{
    font-size: 13.5px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 540;
    font-style: normal;
}

.hero5 {
    font-size: 40px;
}

h3{
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

#hero9{
    width: 75%;
    display: flex;
    flex-direction: column;
    gap: 3vh;
    margin-left: auto;
    margin-right: auto;
}

#hero10{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5vh;
}

#hero26{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    gap: 2vw;
    width: 85%;
    background-color: #302e2e;
    color: #ffffff;
    padding-top: 1vh;
    padding-bottom: 1vh;
    border-radius: 6px;
}

#hero27{
    text-decoration:dashed;
}


.hero8{
    width: 75%;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
}

#hero14{
    font-size: 30px;
}

#hero24{
    width: 85%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2.5vh;
    margin-left: auto;
    margin-right: auto;
}

#hero24 h2{
    font-size: 30px;
}

#hero28{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 1.5vh;
}

#hero28 h3{
    font-size: 20px;
}

#hero24 a{
    margin-top: 2vh;
}


/* FOOTER */

footer{ 
    background: #292323;
    background: linear-gradient(0deg,rgba(41, 35, 35, 1) 0%, rgba(26, 26, 28, 1) 39%);
    padding-top: 9vh ;
    padding-bottom: 3vh ;
}

#hero29{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1vh;
}