/* General Styling*/
body {
    font-family: "Montserrat", sans-serif;
}

a {
    color: #06c;
}

img {
    max-width: 100%;
}

.white {
    color: #fff;
}

.black {
    color: #1d1d1f;
}

.grey {
    color: #86868b;
}

.top-50 {
    margin-top: 50px;
}

.top-100 {
    margin-top: 100px;
}

/* Header Style */
.nav-wrapper {
    backdrop-filter: blur(5px);
    background: rgba(0, 0, 0, 0.8);
    font-size: 0.85em;
    font-weight: 200;
}

.nav-wrapper ul li a {
    color: #fff;
}

.navbar-toggler {
    color: #fff;
}

.nav-item {
    text-align: left !important;
    padding: 4px 0;
    border-bottom: 1px solid #4b4b4b;
}

/* Footer Styling */
.links-wrapper:hover {
    cursor: pointer;
}

.footer-wrapper {
    background-color: #f5f5f7;
    color: #86868b;
    font-size: 0.7em;
}

.footer-wrapper ul {
    list-style: none;
    padding-bottom: 10px;
    padding-inline-start: 0px;
    margin-bottom: 0;
}

.footer-wrapper ul a {
    color: #515154;
    padding: 0 5px;
}

.my-apple-wrapper {
    padding-bottom: 15px;
    margin-top: 10px;
}

.copyright {
    margin-top: 15px;
}

.footer-country {
    margin-top: 8px;
}

.flag-wrapper {
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
}

.footer-country-name {
    display: inline-block;
    vertical-align: middle;
}

.footer-links-terms ul {
    display: flex;
}

.footer-links-terms ul li {
    border-right: 1px solid #d2d2d7;
}

.footer-links-terms ul li:first-child {
    padding-left: 0;
}

.footer-links-terms ul li:last-child {
    border-right: 0;
}

.footer-links-wrapper h3 {
    font-size: 12px;
    font-weight: 600;
    color: #1d1d1f;
}

.footer-wrapper ul li {
    padding: 4px 0;
}

.upper-text-container {
    border-bottom: 1px solid #d2d2d7;
    padding: 17px 0 10px;
    margin-bottom: 20px;
}

.upper-text-container a {
    color: #515154;
}

li {
    list-style: none;
}

.macbook-pro {
    background-color: #fbfbfd;
    margin-top: 53px;
}

.main-content-wraper {
    text-align: center;
}

.main-content-wraper .product-model {
    font-size: 17px;
    padding-top: 15px;
}

.main-content-wraper .product-title {
    font-size: 56px;
    font-weight: 700;
}

.main-content-wraper .product-desc {
    font-size: 40px;
}

.main-content-wraper ul li {
    display: inline-block;
    padding: 15px;
}

.main-content-wraper ul li a {
    font-size: 20px;
    text-decoration: none;
    color: #0066cc;
    transition: color 0.3s;
}

.main-content-wraper ul li a:after {
    font-family: "FontAwesome";
    font-weight: 900;
    content: "\f105";
    padding-left: 15px;
    display: inline-block;
    transition: transform 0.3s;
}

.main-content-wraper ul li a:hover {
    color: black;
}

.main-content-wraper ul li a:hover:after {
    transform: translateX(3px);
}

@media (max-width: 768px) {
    .main-content-wraper .product-model {
        font-size: 14px;
    }

    .main-content-wraper .product-title {
        font-size: 36px;
    }

    .main-content-wraper .product-desc {
        font-size: 24px;
    }

    .main-content-wraper ul li a {
        font-size: 16px;
    }
}

.product-desc-small-gray {
    color: #86868b;
}

.bg-black {
    background-color: black;
}

.bg-black .main-content-wraper ul li a:hover {
    color: white;
}

.banner {
    height: 680px;
    padding: 65px 20px;
    padding-top: 149px;
    background: linear-gradient(to bottom, #fafafa 0%, #e9e9e9 100%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.products-wraper .product-title {
    font-size: 45px;
    font-weight: 700;
}

.products-wraper .product-desc {
    font-size: 20px;
    padding: 15px;
    margin: 0 auto;
}

.products-wraper {
    text-align: center;
}

.products-wraper .main-content-wraper {
    width: 48vw;
    height: 680px;
    padding: 25px;
}

.servant {
    padding: 180px 0 200px;
}

.servant img {
    max-width: 450px;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .products-wraper {
        display: block;
    }

    .products-wraper .main-content-wraper {
        width: 100%;
    }

    .products-wraper .main-content-wraper:first-child {
        margin-top: 0;
    }

    .products-wraper .product-desc {
        padding: 0;
    }
}

/*Media Query*/
@media (min-width: 768px) {
    .nav-item {
        text-align: center !important;
        padding: 0;
        border-bottom: 0px;
    }
    .my-apple-wrapper {
        border-bottom: 1px solid #d2d2d7;
    }
}
@media (min-width: 992px) {
    .copyright {
        margin-top: 10px;
    }
    .footer-country {
        margin-top: 10px;
    }
    .footer-links-terms {
        margin-top: 10px;
    }
}
.navbar .navbar-collapse {
    justify-content: center;
}

.navbar-nav.flex-row .nav-item {
    margin: 0 8px;
}

.navbar-nav.flex-row .nav-link {
    padding: 0.25rem 0.5rem;
    font-weight: 500;
}

@media (max-width: 767.98px) {
    .navbar-nav.flex-row {
        flex-direction: column;
        align-items: center;
    }

    .navbar-nav.flex-row .nav-item {
        margin: 6px 0;
    }
}

/* === Brand Showcase (4-column layout) === */
.brand-showcase {
    padding: 30px 0;
    background: #fff;
}

.brand-showcase h2 {
    text-align: center;
    font-weight: 800;
    margin-bottom: 40px;
    color: #575b5e;
}

.brand-grid {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 13px;
}

.hero {
    display: inline-block;
    position: relative;
    width: 350px;
    min-width: 350px;
    height: 350px;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
    margin-bottom: 10px;
}

.hero-profile-img {
    height: 75%;
}

.hero-description-bk {
    background: linear-gradient(180deg, #f6f7f8 0%, #edeef0 40%, #e4e6e8 100%) !important;
    border-radius: 30px;
    position: absolute;
    top: 55%;
    left: -5px;
    height: 65%;
    width: 108%;
    transform: skew(19deg, -9deg);
}

.hero-logo {
    height: 90px;
    width: 97px;
    border-radius: 20px;
    background-color: #fff;
    position: absolute;
    bottom: 30%;
    left: 15px;
    padding: 4px;
    overflow: hidden;
}

.hero-logo img {
    margin-top: 33%;
}

.hero-description {
    position: absolute;
    color: #000;
    font-weight: 900;
    left: 133px;
    bottom: 27%;
}
.hero-description p{
    font-size: 12px;
    font-weight: 400;
}

.hero-btn {
    position: absolute;
    color: #000;
    right: 30px;
    bottom: 6%;
    padding: 5px 13px;
    border: 1px solid #000;
}

.hero-btn a {
    color: #000;
    font-size: 13px;
}

.hero-date{
    position: absolute;
    left: 16px;
    bottom: 8%;
}
.hero-date a {
    color: #000;
    font-size: 12px;
}
.hero-title{
    color: #000;
    position: absolute;
    width: 100%;
    text-align: center;
    margin: 0 0 13px 0;
    font-size: 13px;
    font-weight: 600;
}
.footer-links-terms ul {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .copyright {
        margin-top: 16px;
    }
}

.brand-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

@media (max-width: 992px) {
    .brand-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

@media (max-width: 576px) {
    .brand-grid {
        grid-template-columns: 1fr;
    }
}

.hero {
    position: relative;
    width: 100%;
    min-width: 0;
    height: 350px;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 0 1px rgba(0,0,0,.3);
    margin-bottom: 10px;
}

.hero-profile-img {
    width: 100%;
    height: 75%;
    object-fit: cover;
}
@media (max-width: 768px) {
    .banner {
        height: auto;
        padding: 89px 20px 0px 20px!important;
    }
    .banner p {
        font-size: 13px!important;
        line-height: 25px!important;
    }
    .main-content-wraper .product-title {
        font-size: 23px;
    }
    .banner img {
        height: auto!important;
    }
    .brand-showcase h2 {
        font-size: 19px;
    }
    .brand-showcase p {
        font-size: 13px!important;
        line-height: 25px!important;
    }
    .hero-description {
        bottom: 24%;
    }
}