* {
  margin: 0%;
  padding: 0%;
}

.header {
  width: 100%;
  height: 45px;
  background-color: #1d1d1f;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  z-index: 9;
}

.logo i {
  font-size: 1.3vw;
  color: #fff;
}

.nav-links ul {
  display: flex;
  list-style: none;
  gap: 30px;
  align-items: center;
  height: 100%;
  justify-content: center;
}

.nav-links ul li a {
  font-size: 0.9vw;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  color: #fff;
}

.icon i {
  font-size: 1.2vw;
  color: #fff;
  margin-left: 15px;
}

.main {
  width: 100%;
  height: 100vh;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 15px solid #fff;
}

.main1 {
  width: 100%;
  height: 100vh;
  background-color: #f5f5f7;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 15px solid #fff;
}

.banner {
  width: 100%;
  height: 100%;
}

.banner1 {
  width: 100%;
  height: 50%;
  display: flex;
  align-items: start;
  justify-content: center;
}

.banner2 {
  width: 100%;
  height: 50%;
  background-image: url(https://www.apple.com/v/home/bp/images/heroes/ipad-pro/hero_ipadpro__bpt7a9d8sh42_small_2x.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.b-t {
  color: #fff;
  text-align: center;
}

.b-t h1 {
  padding-top: 10px;
  font-size: 4vw;
  font-weight: 600;
  font-family: "poppins", sans-serif;
}

.b-t p {
  font-size: 22px;
  font-family: "poppins", sans-serif;
  padding-bottom: 30px;
}

.b-t a {
  padding: 10px 30px;
  background-color: #0077ed;
  color: #fff;
  font-family: "poppins", sans-serif;
  text-decoration: none;
  border-radius: 20px;
}

.b-t .colo {
  background-color: transparent;
  border: 1px solid #0077ed;
  border-radius: 25px;
  color: #0077ed;
}

.b-t .colo:hover {
  background-color: #0077ed;
  color: #fff;
  transition: 0.3s ease-in-out;
}

.b-t #colo:hover {
  color: #fff;
}

.banner4 {
  width: 100%;
  height: 50%;
  background-image: url(Apple-iPhone-16-lineup-240909_big.jpg.large-removebg-preview.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.banner5 {
  width: 100%;
  height: 50%;
  background-image: url(mac.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.color {
  color: #000;
}

.card {
  width: 100%;
  height: 90vh;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border-bottom: 15px solid #fff;
}

.card1 {
  width: 48%;
  height: 100%;
  background-color: #f5f5f7;
  background-image: url(https://www.apple.com/v/home/bp/images/promos/macbook-air-m3/promo_macbook_air_m3__e43jegok3wuq_medium_2x.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: start;
  justify-content: center;
}

.card2 {
  width: 48%;
  height: 100%;
  background-image: url(https://www.apple.com/v/home/bp/images/promos/apple-intelligence/promo_ai__couihqxznyvm_medium_2x.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #f5f5f7;
  display: flex;
  align-items: start;
  justify-content: center;
}

.c-t h1 {
  padding-top: 30px;
  font-size: 3vw;
  font-family: "poppins", sans-serif;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-t h1 i {
  font-size: 2.2vw;
}

.c-t p {
  padding-bottom: 30px;
  font-size: 1.3vw;
  text-align: center;
  font-family: "poppins", sans-serif;
}

.c-a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-a a {
  padding: 6px 20px;
  background-color: #0077ed;
  text-decoration: none;
  border-radius: 20px;
  color: #fff;
  font-family: "poppins", sans-serif;
  font-size: 1vw;
  margin-right: 10px;
}

.c-a .colo {
  background-color: transparent;
  border: 1px solid #0077ed;
  border-radius: 25px;
  color: #0077ed;
}

.c-a .colo:hover {
  background-color: #0077ed;
  color: #fff;
  transition: 0.3s ease-in-out;
}

.card3 {
  width: 48%;
  height: 100%;
  background-color: #f5f5f7;
  background-image: url(https://www.apple.com/v/home/bp/images/promos/apple-vision-pro/promo_apple_vision_pro__f4v4zp0sum2y_medium_2x.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: end;
  justify-content: center;
}

#c-t {
  padding-bottom: 40px;
}

.card4 {
  width: 48%;
  height: 100%;
  background-image: url(https://www.apple.com/v/home/bp/images/promos/zenless-zone-zero/promo_zenless_zone_zero__f7lnh7b5zniy_medium_2x.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #f5f5f7;
  display: flex;
  align-items: start;
  justify-content: center;
}

.card5 {
  width: 48%;
  height: 100%;
  background-color: #f5f5f7;
  background-image: url(https://www.apple.com/v/home/bp/images/promos/apple-card/promo_apple_card__5cm7draujpey_medium_2x.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: start;
  justify-content: center;
}

.card6 {
  width: 48%;
  height: 100%;
  background-image: url(https://www.apple.com/v/home/bp/images/promos/iphone-tradein/promo_iphone_tradein__bugw15ka691e_medium_2x.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #f5f5f7;
  display: flex;
  align-items: start;
  justify-content: center;
}

section {
  padding: 4.5rem 0 1.5rem;
}

.container {
  width: 100%;
  min-height: 500px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container img {
  position: absolute;
  width: 95%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}

.home-text {
  padding-left: 60px;
  padding-top: 130px;
  color: #fff;
}

.home-text span {
  font-size: 1.2vw;
  padding-left: 10px;
  font-family: sans-serif;
  padding-bottom: 20px;
}

.home-text h1 {
  font-size: 5vw;
  padding-bottom: 30px;
  font-family: me;
  font-weight: 800;
}

.home-text a {
  padding: 10px 15px;
  border-radius: 2px;
  text-decoration: none;
  color: #fff;
  font-size: 1.2vw;
  font-family: "poppins", sans-serif;
  background-color: rgba(255, 3, 3, 0.849);
}

.home-text .btn {
  padding: 10px 25px;
  background-color: rgba(128, 128, 128, 0.326);
}

.swiper {
  width: 100%;
  height: 100%;
  margin-top: 5%;
  margin-bottom: 5%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30vh;
}

.swiper-slide img {
  display: block;
  width: 90%;
  height: 100%;
  object-fit: cover;
}

.footer {
  width: 100%;
  height: 80vh;
  background-color: #f5f5f7;
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 20px;
}

.footer1 {
  width: 15%;
  height: 100%;
  /* background-color: #000000; */
}

.f-t p {
  padding-top: 10px;
  color: #000;
  font-size: 1vw;
  font-family: "poppins", sans-serif;
  font-weight: 400;
}

.f-t ul {
  list-style: none;
  margin-top: 10px;
}

.f-t ul li {
  padding: 5px 2px;
}

.f-t ul li a {
  color: #000;
  text-decoration: none;
  font-family: "poppins", sans-serif;
  font-size: 0.8vw;
  font-weight: 300;
}

.f-t ul li a:hover {
  text-decoration: underline;
}

.last-f {
  width: 100%;
  height: 130px;
  background-color: #f5f5f7;
}

.last1 {
  width: 100%;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-t {
  width: 80%;
}

.l-t a {
  color: #000;
  text-decoration: none;
  font-family: "poppins", sans-serif;
  font-size: 1vw;
  font-weight: 300;
}

.l-t span {
  color: #0077ed;
  text-decoration: underline;
}

.last2 {
  width: 100%;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.l2-t {
  width: 33%;
}

.l2-t p {
  font-family: "poppins", sans-serif;
  font-size: 1vw;
  font-weight: 300;
  text-align: center;
}

.hamburger {
  position: absolute;
  top: 11px;
  right: 10px;
  display: none;
}

.line {
  width: 18px;
  height: 2px;
  background-color: gray;
  margin: 7px 7px;
}

@media screen and (max-width: 1014px) {
  .nav-links {
    display: none;
    position: absolute;
    top: 40px;
    right: 0px;
    background-color: #1d1d1f;
    flex-direction: column;
    width: 100%;
    height: 100vh;
  }

  .nav-links ul {
    display: inline;
    margin-top: 20px;
  }

  .nav-links li {
    padding: 30px 20px;
  }

  .icon {
    display: block;
    margin-right: 8%;
  }

  .icon i {
    color: gray;
    font-weight: 600;
    font-size: 20px;
    padding: 7px 7px;
  }

  .nav-links ul li a {
    font-size: 12px;
  }

  .nav-links.active {
    display: flex;
  }

  .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
  }

  .hamburger {
    display: block;
    cursor: pointer;
  }

  .logo {
    margin-left: 20px;
  }

  .logo i {
    font-size: 20px;
    color: gray;
  }

  #pad {
    padding-top: 70px;
  }
}

@media screen and (max-width: 800px) {
  .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
  }

  .logo {
    margin-left: 20px;
  }

  .logo i {
    font-size: 20px;
    color: gray;
  }

  .nav-links {
    display: none;
    position: absolute;
    top: 40px;
    right: 0px;
    background-color: #1d1d1f;
    flex-direction: column;
    width: 100%;
    height: 100vh;
  }

  .nav-links ul {
    display: inline;
    margin-top: 20px;
  }

  .nav-links li {
    padding: 30px 20px;
  }

  .nav-links ul li a {
    font-size: 12px;
  }

  .hamburger {
    cursor: pointer;
    display: block;
  }

  .nav-links.active {
    display: flex;
  }

  .icon {
    display: block;
    margin-right: 8%;
  }

  .icon i {
    color: gray;
    font-weight: 600;
    font-size: 20px;
    padding: 6px 6px;
  }

  .main {
    width: 100%;
    height: 50vh;
  }

  #pad {
    padding-top: 50px;
  }

  .main1 {
    width: 100%;
    height: 60vh;
  }

  .banner {
    width: 100%;
    height: 100%;
  }

  .banner1 {
    align-items: start;
  }

  .banner4 {
    background-size: contain;
 
  }

  .b-t p {
    font-size: 12px;
  }

  .b-t h1 {
    padding-top: 50px;
    font-size: 7vw;
  }

  .banner2 {
    background-size: cover;
  }

  .b-t a {
    font-size: 12px;
  }

  .card {
    flex-direction: column;
  }

  .card1 {
    width: 100%;
    height: 100%;
  }

  .card2 {
    width: 100%;
    height: 100%;
  }

  .card3 {
    width: 100%;
    height: 100%;
  }

  .card4 {
    width: 100%;
    height: 100%;
  }

  .card5 {
    width: 100%;
    height: 100%;
  }

  .c-t h1 {
    font-size: 5vw;
  }

  .c-t h1 i {
    font-size: 4vw;
  }

  .c-t p {
    font-size: 12px;
    padding-bottom: 10px;
  }

  .c-a a {
    font-size: 12px;
  }

  .card6 {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    height: 20vh;
  }

  .container img {
    object-fit: cover;
    object-position: center;
  }

  #hide {
    display: none;
  }

  .footer {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: center;
  }

  .footer1 {
    width: 40%;
    height: 50%;
  }

  .f-t p {
    font-size: 17px;
  }

  .f-t ul li a {
    font-size: 12px;
  }

  .l-t a {
    font-size: 12px;
    font-weight: 500;
  }

  .last-f {
    width: 100%;
    height: 220px;
  }

  .last2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .l2-t p {
    font-size: 14px;
    font-weight: 500;
  }

  .l2-t {
    width: 100%;
  }
}

@media screen and (max-width: 619px) {
  .icon {
    margin-right: 10%;
  }
}

@media screen and (max-width: 398px) {
  .icon {
    margin-right: 13%;
  }
}
