* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", serif;
}

.main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: black;
  font-family: "Poppins", serif;
}

a {
  text-decoration: none;
  color: black;
}

.navbar {
  display: flex;
  justify-content: space-between;
  width: 90%;
  padding: 10px;
  gap: 20px;
  font-size: 14px;
}

.navbar .logo {
  padding: 10px;
}

.navbar .menu {
  list-style: none;
  display: flex;
}

.menu-item {
  position: relative;
}

.navbar .menu .menu-item a {
  text-decoration: none;
  color: black;
  padding: 10px;
  display: block;
}

.navbar .menu .menu-item a:hover {
  background-color: black;
  color: white;
  border-radius: 10px;
}

.navbar .menu .menu-item .dropdown {
  position: absolute;
  z-index: 100;
  width: 200px;
  background-color: white;
  color: black;
  list-style: none;
  display: none;
  box-shadow: 0 8px 16px black;
  border-radius: 15px;
  border: 2px solid white;
}

.navbar .menu .menu-item .dropdown li a {
  text-decoration: none;
  color: black;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
}

.navbar .menu .menu-item .dropdown li a:hover {
  background-color: black;
  color: white;
}

.navbar .menu .menu-item:hover .dropdown {
  display: flex;
  flex-direction: column;
}

.navbar .icons {
  display: flex;
  gap: 20px;
  padding: 10px;
}

.header-two {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px dotted black;
  width: 90%;
  font-size: 14px;
  font-weight: bolder;
  position: sticky;
  top: 0;
  background-color: white;
}

.hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 50px;
  background-image: url(https://images.samsung.com/is/image/samsung/assets/us/smartphones/12162024/SDSAC-8246-Holiday-01-HHP-HP-KV-DT-1440x640.jpg?imwidth=1366);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 90%;
  height: 500px;
}

.hero .text {
  width: 300px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hero .text a {
  background-color: black;
  color: white;
  padding: 10px;
  width: 150px;
  text-align: center;
  border-radius: 15px;
}

.hero .text a:hover {
  background-color: white;
  color: black;
  border: 2px solid black;
  padding: 8.5px;
}

.best_deal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px 20px;
  width: 90%;
  font-size: 13px;
  margin-top: 80px;
}

.best_deal .imgg {
  display: flex;
  gap: 50px;
  width: 100%;
  overflow-x: scroll;
}

.best_deal .imgg::-webkit-scrollbar {
  display: none;
}

.zfold {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 90%;
  height: 700px;
  background-image: url(https://images.samsung.com/is/image/samsung/assets/us/2407/smartphones/smartphones-updates-scomb6q6-430/07042024/MobilePCD_FT03_fullbleed-Q6-B6-PC_V2.jpg?$1440_N_JPG$);
  background-position: center;
  background-size: cover;
  margin-top: 80px;
}

.zfold .text {
  width: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 20px;
  margin-top: 40px;
}

.zfold .text a {
  background-color: black;
  color: white;
  padding: 10px;
  width: 150px;
  text-align: center;
  border-radius: 15px;
}

.zfold .text a:hover {
  background-color: white;
  color: black;
  border: 2px solid black;
}

.zflip-wow {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 90%;
  height: 500px;
}

.zflip-wow .zflip {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  text-align: center;
  background-image: url(https://images.samsung.com/is/image/samsung/assets/us/2407/smartphones/smartphones-updates-scomb6q6-430/07032024/MobilePCD_CO11_bleedcard-1_B6-AI_PC.jpg?$720_520_JPG$);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.zflip-wow .zflip .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 500px;
  gap: 10px;
  margin-bottom: 20px;
}
.zflip-wow .zflip .text a {
  background-color: black;
  color: white;
  padding: 10px;
  width: 150px;
  text-align: center;
  border-radius: 15px;
}

.zflip-wow .zflip .text a:hover {
  background-color: white;
  color: black;
  border: 2px solid black;
  padding: 8.3px;
}

.zflip-wow .wow {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  text-align: center;
  background-image: url(https://images.samsung.com/is/image/samsung/assets/us/2407/smartphones/smartphones-updates-scomb6q6-430/07032024/MobilePCD_CO11_bleedcard-2_Z-Assurance_PC.jpg?$720_520_JPG$);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.zflip-wow .wow .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 500px;
  gap: 10px;
  margin-bottom: 20px;
}
.zflip-wow .wow .text a {
  background-color: black;
  color: white;
  padding: 10px;
  width: 150px;
  text-align: center;
  border-radius: 15px;
}

.zflip-wow .wow .text a:hover {
  background-color: white;
  color: black;
  border: 2px solid black;
  padding: 8.3px;
}

.watch {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  width: 90%;
}

.watch .video {
  display: flex;
  gap: 20px;
}

.watch .video video {
  height: 320px;
  border-radius: 15px;
}

.zfold6 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-top: 50px;
}

.zfold6 img {
  height: 600px;
}

.zfold6 .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 500px;
  gap: 20px;
}

.zfold6 .text .btn a {
  background-color: black;
  color: white;
  padding: 10px;
  width: 150px;
  text-align: center;
  border-radius: 15px;
}

.zfold6 .text .btn a:hover {
  background-color: white;
  color: black;
  border: 2px solid black;
}

.passion {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 80px;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 90%;
}

.passion .imgg {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.passion .imgg img {
  height: 650px;
}

.business {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 50px;
  background-image: url(https://images.samsung.com/is/image/samsung/assets/us/2407/smartphones/smartphones-updates-scomb6q6-430/07042024/Smartphones-PCD-FT03-B2B-Q6_D.jpg?$1440_N_JPG$);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 90%;
  height: 400px;
}

.business .text {
  width: 500px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-left: 50px;
}

.business .text .btn a {
  background-color: black;
  color: white;
  padding: 10px;
  width: 150px;
  text-align: center;
  border-radius: 15px;
}

.business .text .btn a:hover {
  background-color: white;
  color: black;
  border: 2px solid black;
}

.sentence {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  gap: 20px;
  margin-top: 80px;
  border-top: 2px dotted black;
  background-color: #f9f9f9;
}

.sentence .text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: smaller;
  width: 90%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.footer {
  background-color: #f9f9f9;
  padding: 20px 50px;
  width: 90%;
  margin-top: 50px;
}

.footer-sections {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.footer-column {
  display: flex;
  flex-direction: column;
  min-width: 180px;
  margin-right: 20px;
}

.footer-column h3 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 8px;
}

.footer-column ul li a {
  font-size: 11px;
  text-decoration: none;
  color: #333;
}

.footer-column ul li a:hover {
  text-decoration: underline;
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid #ccc;
  padding-top: 20px;
}

.footer-bottom p {
  font-size: 11px;
  color: #666;
  margin: 5px 0;
}

.footer-bottom p a {
  text-decoration: none;
  color: #333;
}

.footer-bottom p a:hover {
  text-decoration: underline;
}

.social-icons {
  margin-top: 10px;
}

.social-icons span {
  display: block;
  font-size: 11px;
  margin-bottom: 8px;
}
