.header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 34px 32px;
}

.navigation ul{
  display: flex;
  gap: 24px;
  align-items: center;
}

.nav a{
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.1px;
  color: black;
}

.bttn{
  width: 100px;
  height: 48px;
  border-radius: 32px;
  border: none;
  background-color: #000000;
  color: #F3F3F3;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
}

.first-section{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 64px 165px;
}

.left-div1{
  padding: 134px 130px;
}

.title{
  font-weight: 900px;
  font-size: 56px;
  line-height: 60px;
  letter-spacing: -1px;
  padding-bottom: 24px;
}

.span{
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
}

.bottom-div{
  display: flex;
  gap: 20px;
  padding-top: 44px;
}

.bttn2{
  width: 100px;
  height: 48px;
  border-radius: 32px;
  border: none;
  background-color: #000000;
  color: #F3F3F3;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
  padding: 12px 24px;
}


.text{
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;  
}

.section2{
  width: 100%;
  height: 244.2px;
  background-color: #F3F3F3;
  display: flex;
  align-items: center;
  justify-content: center;
 
}

.feature-elements{
  display: flex;
  gap: 13.36px;
  align-items: center;
  padding-bottom: 16px;
}

.box{
  width: 360px;
  height: 116px;
   padding: 30px;
}

.span2{
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
}

.feature{
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
}

.section3{
  background-color: #000000;
  width: 100%;
  min-height: 620px;
}

.frame{
  display: flex;
  align-items: center;
  gap: 5%;
  justify-content: center;
  padding: 96px 5%;
}
.left-frame img {
  max-width: 100%;
  height: auto;
}

.long-headline{
  font-weight: 900;
  color: #FFFFFF;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.1px;
  padding-bottom: 16px;
}

.frame-text{
  font-weight: 400;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
}

.right-frame{
  width: 450px;
}


.background{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.background img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.top-layer{
  position: relative;
  max-width: 540px;
  color: #F3F3F3;
}

.section4{
  position: relative;
  width: 100%;
  min-height: 564px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.tagline{
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
  padding-bottom: 10px;
}

.headline{
  font-weight: 900;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.5px;
  padding-bottom: 10px;
}

.bttn3{
  background-color: #F3F3F3;
  width: 84px;
  height: 40px;
  border-radius: 24px;
  border: none;
  color: #000000;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.1px;
  padding: 6px 16px;
}

.footer{
  width: 100%;
  height: 336px;
  background-color: #000000;
}

.wrap{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 210px;
}

.column-container{
  display: flex; 
  flex-direction: row;
  gap: 111px;
  margin-top: 96px;
  margin-right: 150px;
}

.column-name{
  color: #FFFFFF;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
  padding-bottom: 16px;
}

.pages{
  color: #FFFFFF;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 8px;
}

.newsletter{
  color: #FFFFFF;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}