* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
   
    color: white;
}
:root {
    --primary-color: #1A1D23;
}

.navbar {
    display: flex;
    justify-content: center;
    padding: 15px 0px 8px;
    background-color: #333;
}

.nav-links {
    display: flex;
    list-style: none;
}

.nav-links li {
    margin: 0 15px;
    position: relative;
    /* Dropdown menü için gereklidir */
}

.nav-links a {
    text-decoration: none;
    color: white;
    font-weight: 400;
    font-size: 14px;
}

/* Dropdown menü */
.dropdown {
    position: relative;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #444;
    min-width: 220px;
    top: 100%;
    left: 0;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    padding: 10px 0;
}

.dropdown-content a {
    color: white;
    padding: 12px 20px;
    text-decoration: none;
    display: block;
    font-size: 14px;
    /* Menü öğelerini biraz küçültme */
}

.dropdown-content a:hover {
    background-color: #555;
}

.custom-dropdown {
    position: relative;
}

.custom-dropdown-trigger {
    text-decoration: none;
    color: #333;
    cursor: pointer;
}

.custom-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    padding: 10px;
    z-index: 1;
    width: 300px;
    display: flex;
    justify-content: space-between;
}

.custom-dropdown-left,
.custom-dropdown-right {
    display: flex;
    flex-direction: column;
}

.custom-dropdown-content a {
    text-decoration: none;
    color: #333;
    padding: 5px 0;
}

.custom-dropdown-content a:hover {
    color: #0073e6;
}

.custom-dropdown:hover .custom-dropdown-content {
    display: flex;
}


/* Başlık ve Butonlar */
.title-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 65px;
}

.title-content h1 {
    font-size: 48px;
    margin-bottom: 20px;
}
.cta-buttons {
    display: flex;
    gap: 20px;
}

.btn-more-info,
.btn-pre-order {
    padding: 12px 30px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
}

.btn-more-info {
    background-color: #4285f4;
    color: white;
    border: none;
}

.btn-pre-order {
    background-color: transparent;
    color: #4285f4;
    border: 1px solid #4285f4;
}

.btn-more-info:hover {
    background-color: #3367d6;
}

.btn-pre-order:hover {
    background-color: rgba(66, 133, 244, 0.1);
}
/* Ana Arka Plan */
.mainbg {
    background-image: url(https://www.apple.com/v/home/bv/images/heroes/iphone-16-pro/hero_iphone16pro_avail__fnf0f9x70jiy_largetall_2x.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 780px;
}

.c2 {
    margin: 2rem 0;
}

.c2.mainbg {
    background-image: url(https://www.apple.com/tr/home/built_includes/heroes/iphone-16/images/hero_iphone16_avail__euwzls69btea_largetall_2x.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 780px;
}

.product-area {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 1rem;
    gap: 10px;
    position: relative;
}
.product-area .product {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 60vh;
    display: flex;
    justify-content: center;
}
.product-content {
    text-align: center;
    padding: 2rem 0;
    line-height: 0.5;
}
.product-content.bottom{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}
.product-content.bottom p {
    line-height: 1.1;
}
.headline {
    font-size: 2.5rem;
    padding: 1rem 0;
}
.subhead {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .011em;
    padding: 1rem 0;
}

.cta-link>.btn-more-info,
.btn-buy-now {
    background-color: #0071e3;
    color: white;
    border: none;
    padding: 13px 26px;
    border-radius: 40px;
    font-size: 13px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.cta-link>.btn-buy-now {
    background-color: rgba(0, 0, 0, 0);
    color: #0071e4;
    border: 1px solid #0071e4;
    padding: 13px 26px;
    border-radius: 40px;
    font-size: 13px;
    cursor: pointer;
    transition: background-color 0.3s;
}
.text-dark {
    color: black;
}


#footer {
    font-size: 13px;
    background-color: #151515;
}

#footer .footer-menu {
    padding: 50px 0;
}

#footer .footer-menu h4 {
    font-size: 1em;/*üst kapsayıcısında verdiğimiz boyutu alır*/
    font-weight: 500;
    color: var(--font-color-1);
    font-weight: 500;
    padding-bottom: 12px;
}

#footer .footer-menu h4 ~ h4 {
    margin-top: 24px;
}

#footer .footer-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-menu li {
    margin-bottom: 8px;
}

#footer .footer-menu a {
    color: #d2d2d7;
    font-size: .95em;
    display: inline-block;
    line-height: 1;
    text-decoration: none;
}

#footer .footer-menu a:hover {
    text-decoration: underline;
}

#footer .copyright {
    color: var(--font-color-2);
    font-size: 1em;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding: 32px 0;
}

@media (max-width: 767.98px) {
    #footer .footer-menu {
        padding: 30px 15px;
    }

    #footer .footer-menu h4 {
        padding-bottom: 4px;
    }

    #footer .footer-menu h4 ~ h4 {
        margin-top: 16px;
    }
}body {
    background-color: #ffffff;
    color: #1d1d1f;
    line-height: 1.47059;
    font-weight: 400;
    letter-spacing: -0.022em;
}

a {
    text-decoration: none;
    color: #06c;
}

header {
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: saturate(180%) blur(20px);
    position: sticky;
    top: 0;
    z-index: 9999;
    width: 100%;
}

nav {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 980px;
    margin: 0 auto;
    height: 44px;
}

nav ul {
    display: flex;
    list-style: none;
    width: 100%;
    justify-content: space-between;
    padding: 0 2px;
}

nav ul li {
    display: flex;
    align-items: center;
    height: 44px;
}

nav ul li a {
    color: #f5f5f7;
    opacity: 0.8;
    font-size: 14px;
    transition: opacity 0.3s;
    padding: 0 8px;
    height: 44px;
    display: flex;
    align-items: center;
}

nav ul li a:hover {
    opacity: 1;
}

.nav-logo-icon {
    width: 22px;
    height: 22px;
}
.nav-icon {
    filter: invert(1);
}

.section {
    text-align: center;
    padding: 40px 0 0 0;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}

.content {
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.product-title {
    font-size: 56px;
    line-height: 1.07143;
    font-weight: 600;
    letter-spacing: -0.005em;
    margin-bottom: 6px;
}

.product-subtitle {
    font-size: 28px;
    line-height: 1.10722;
    font-weight: 400;
    letter-spacing: 0.004em;
    margin-bottom: 14px;
}

.product-tagline {
    font-size: 17px;
    line-height: 1.47059;
    font-weight: 400;
    letter-spacing: -0.022em;
    color: #86868b;
    margin-bottom: 14px;
}

.links-container {
    display: flex;
    justify-content: center;
    gap: 35px;
    margin-top: 14px;
    margin-bottom: 30px;
}

.link-button {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 980px;
    background-color: #0071e3;
    color: white;
    font-size: 17px;
    line-height: 1.17648;
    font-weight: 400;
    letter-spacing: -0.022em;
    cursor: pointer;
}

.link {
    color: #06c;
    font-size: 21px;
    line-height: 1.381;
    display: flex;
    align-items: center;
    font-weight: 400;
    letter-spacing: 0.011em;
}

.link::after {
    content: "›";
    margin-left: 6px;
    font-size: 20px;
}

.product-image-container {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: -30px;
}

.product-image {
    max-width: 1070px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.macbook-air-image {
    width: 964px;
    height: auto;
}

.mac-studio-image {
    width: 500px;
    height: auto;
}

.ipad-air-image {
    width: 700px;
    height: auto;
}

.blue-bg {
    background-color: #f5f5f7;
    background-image: linear-gradient(to bottom, #c7deed, #f5f5f7);
}

.white-bg {
    background-color: #fbfbfd;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    /* max-width: 1440px; */
    margin: 0 auto;
    padding: 0 10px;
}

.grid-item {
    padding: 55px 0 0 0;
    text-align: center;
    height: 580px;
    position: relative;
    overflow: hidden;
}

.small-title {
    font-size: 40px;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 5px;
}

.small-subtitle {
    font-size: 21px;
    line-height: 1.2381;
    font-weight: 400;
    letter-spacing: 0.016em;
    margin: 0 auto;
    max-width: 340px;
}

.smaller-product-image {
    max-width: 100%;
    max-height: 310px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.footer {
    background-color: #f5f5f7;
    color: #6e6e73;
    font-size: 12px;
    line-height: 1.33337;
    font-weight: 400;
    padding: 17px 0;
    border-top: 1px solid #d2d2d7;
    margin-top: 10px;
}

.footer-content {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 22px;
}

.footer-notes {
    border-bottom: 1px solid #d2d2d7;
    padding-bottom: 17px;
    margin-bottom: 20px;
    font-size: 12px;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d2d2d7;
}

.footer-column h3 {
    font-size: 12px;
    color: #1d1d1f;
    font-weight: 600;
    margin-bottom: 12px;
    letter-spacing: -0.016em;
}

.footer-column ul {
    list-style: none;
}

.footer-column ul li {
    margin-bottom: 12px;
}

.footer-column ul li a {
    color: #424245;
    font-size: 12px;
    letter-spacing: -0.016em;
}

.footer-column ul li a:hover {
    text-decoration: underline;
}

.footer-legal {
    display: flex;
    justify-content: space-between;
    padding: 17px 0;
    font-size: 12px;
    color: #86868b;
}

.footer-links {
    display: flex;
    gap: 10px;
}

.footer-links a {
    color: #424245;
    font-size: 12px;
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer-links a:not(:last-child)::after {
    content: "|";
    margin-left: 10px;
    color: #d2d2d7;
}

.italic-text {
    font-style: italic;
    font-weight: 400;
}

.airpods-max-grid-item .smaller-product-image {
    max-height: 350px;
}

.dark-bg {
    background-color: #000000;
    color: #f5f5f7;
}

.dark-bg .link {
    color: #2997ff;
}

.dark-bg-gradient {
    background: linear-gradient(180deg, #fbfbfd 0%, #000000 100%);
}

.airpods-background {
    background-image: url('https://www.apple.com/v/home/cd/images/promos/airpods-4/promo_airpods_4_avail__bl22kvpg6ez6_large_2x.jpg');
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    position: relative;
}

.airpods-background .content {
    position: relative;
    top: 50%;
    z-index: 2;
}

.macbook-background {
    background-image: url('https://www.apple.com/v/home/cd/images/promos/macbook-pro/promo_macbookpro_announce__gdf98j6tj2ie_large_2x.jpg');
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    position: relative;
}

.macbook-background .content {
    position: relative;
    z-index: 2;
}

.apple-logo {
    width: 16px;
    height: 44px;
    background-size: 16px 44px;

}

/* Logo Animasyonu */
.apple-logo:hover {
    opacity: 1;
}

.watch-logo {
    width: 130px;
    height: 32px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto 5px;
}