@import 'fonts.css';

:root {
    --text: #313131;
    --text-1: #fff;
    --btn-txt: #fff;
    --btn-hover: rgb(75, 134, 168);
    --body: #fff;
    --rek-body: #313131;
    --footer-bg: #313131;
    --font-NotoSans: 'NotoSansKR';
    --hover: rgb(75, 70, 70);
    --dots: #313131;
    
}

.all-btn {
    padding: 12px 28px;
    background: #313131;
    border: 1px solid #fff;
    outline: none;
    color: #fff;
    transition: 500ms;
}

.all-btn:hover {
    color: var(--btn-hover);
}

body {
    font-family: var(--font-NotoSans);
    background: var(--body);
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

ul {
    list-style: none !important;
    margin: 0 !important;
}

/* ------------------------- REK START --------------------- */

.rek {
    background: var(--rek-body);
    padding: 15px 0;
}

.select {
    border: none;
    color: var(--text);
    background: var(--rek-body);
    outline: none;
}

.rek__list {
    column-gap: 32px;
}

.rek__link {
    color: #fff;
}



/* ------------------------- REK END --------------------- */


/* -------------------------- HEADER START -------------------- */

.header__input {
    padding: 18px 0;
}

.header__logo {
    margin-right: 143px;
}

.header__btn {
    max-width: 630px;
    width: 100%;
}

.header__lbl {
    border-radius: unset !important;
    max-width: 370px;
    width: 100%;
    background: var(--btn-txt);
}

.header__nav-btn {
    color: var(--text);
}

.header__nav-btn:hover {
    color: var(--btn-hover);
}

.btn__primary {
    max-width: 197px !important;
    background: #313131;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 0;
}

.btn__primary:hover {
    color: var(--hover);
}

.header__content {
    padding: 80px 0;
}


.header__nav-link {
    color: var(--text);
    font-size: 18px;
    letter-spacing: 0.05em;
    padding: 0 10px;
}

.droptown__link {
    color: var(--text);
}

.droptown__link:hover {
    color: var(--btn-hover);
}

.carousel__caption {
    color: var(--text);

}

.header__nav .btn {
    box-shadow: none;
}

.header__nav .dropdown-menu.show {
    display: flex;
}

.header__logo::before {
    content: url(../image/svg/Logo.svg);
}

.carousel__indicators {
    margin-bottom: -3rem;
}

.carousel__indicators-dots {
    width: 10px !important;
    height: 10px !important;
    background: var(--dots) !important;
    border-radius: 50% !important;
    border: none !important;
}

.carousel__title {
    text-align: center;
    letter-spacing: 0.05em;
    margin-bottom: 120px;
    font-size: 48px;
    color: var(--text);
}

.carousel__btn {
    font-size: 18px;
}





/* -------------------------- HEADER END -------------------- */


/* -------------------------- MAIN START ------------------------ */

.apple {
    margin-top: 50px;
}

.grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    /* grid-template-areas:
        'lg lg md md'
        'lg lg sm sm1'

    ; */
    gap: 30px;
    position: relative;
}


.lg {
    grid-column: 2 span;
    grid-row: 2 span;
}


.md {
    /* grid-area: md; */
    grid-column: 2 span;
}

.sm {
    /* grid-area: sm; */
}

.sm1 {
    /* grid-area: sm1; */
}


.item {
    position: relative;
    min-height: 235px;
    background: #fff;
}

.item:nth-of-type(3) .grid__card,
.item:nth-of-type(4) .grid__card {
    display: flex;
    flex-direction: column-reverse;
}

.apple__img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.grid__card {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
}

.apple__image {
    width: 70px;
    height: 70px;
}

.apple__button {
    display: flex;
    justify-content: center;
    margin: 45px 0 83px 0;
}

.grid__text {
    font-size: 24px;
    font-weight: 500;
}


.cell__title {
    font-size: 36px;
    font-weight: 500;
    color: var(--text);
}

.cell__image {
    width: 210px;
    height: 235px;
}

.cell__image-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.computers__title {
    color: var(--text);
}

.computers__image {
    width: 275px;
    height: 275px;
}

.computers__image-img {
    width: 100%;
    height: 100%;
}

.cell__info {
    font-weight: 500;
    color: var(--text);
}

.cell__txt {
    font-weight: 300;
    color: var(--text);
}

.cell__button {
    transform: scale(0);
    width: 80px;
    padding: 0px 20px !important;
    margin: 10px 0 18px 0;
    font-size: 14px !important;
    text-align: center;
}

.image__active {
    transition: 500ms;
    position: relative;
}

.image__active-logo {
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px 15px 0 0;
    transform: scale(0);
    transition: 500ms;
}

.image__active:hover .image__active-logo {
    transform: scale(1.5);
}

.image__active:hover .cell__button {
    transform: scale(1.2);
}

.image__active:hover {
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
}

.playstation__image {
    object-fit: cover;
}


.playstation__title {
    color: var(--text);
    font-size: 48px;
    font-family: var(--font-NotoSans);
    font-weight: 400;
    margin-bottom: 40px;
}

.playstation__img::before {
    content: url(../image/svg/playstation__img-black.svg);
}

.seller__image {
    width: 320px;
    height: 270px;
}

.seller__image-img {
    width: 100%;
    object-fit: cover;
}

.seller__title {
    color: var(--text);
    font-family: var(--font-NotoSans);
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 5px;
}

.seller__txt {
    color: var(--text);
    font-size: 14px;
    font-family: var(--font-NotoSans);
    font-weight: 300;
}

.seller__image-img {
}

/* ------------------------------- FOOTER START -------------------------- */

.footer {
    background: var(--rek-body);
    padding: 30px 0 40px 0;
}

.footer__form {
    padding: 0 !important;
}

.footer__logo::after {
    content: url(../image/svg/dark-logo.svg);
}

.footer__lbl {
    border-radius: unset !important;
    max-width: 290px;
    width: 100%;
    background: #fff;
}

.footer__txt {
    font-size: 18px;
    font-family: var(--font-NotoSans);
    font-weight: 400;
    color: #fff;
}

.footer__list {
    display: flex;
    padding: 0;
}

.footer__link {
    display: block;
    margin: 30px 0;
    padding: 0 30px 0 20px;
    font-size: 18px;
    color: #fff;
}

.footer__icon {
    color: #fff;
}

.footer__iconki {
    display: flex;
    column-gap: 20px;
}


/* -------------------------------- FOOTER END -------------------------- */



/* ================================ ABOUT START ========================== */

.header__logo-about::before {
    content: url(../image/svg/Logo.svg);
}


.header__logo-about {
    margin-right: 143px;
}

.xbox {
    position: relative;
}

.xbox__image {
    position: absolute;
    width: 100%;
}

.xbox__container {
    position: relative;
    min-height: 390px;
    height: 100%;
    display: flex;
}

.xbox__content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.xbox__title {
    font-size: 48px;
    font-weight: 600;
    color: var(--text);
}

.xbox__txt {
    font-size: 24px;
    color: var(--text);
    max-width: 450px;
    width: 100%;
    margin-top: 10px;
}

.header__caropka {
    padding: 50px 0;
}

.header__caropka-link-1 {
    width: 80px;
    height: 120px;
}

.header__caropka-link {
    width: 80px;
    height: 100px;
}

.header__caropka-link.active {
    
}

.header__caropka-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.caropka__tab-img {
    width: 100%;
    
}

.caropka__tab-title {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: var(--text);
    margin-bottom: 40px;
}

.caropka__tab-sena {
    font-size: 24px;
    color: var(--text);
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
}

.caropka__tab-subtitle {
    font-size: 24px;
    font-weight: 500;
    color: var(--text);
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}

.caropka__tab-txt {
    font-size: 12px;
    color: var(--text);
    margin-bottom: 5px;
    letter-spacing: 0.05em;
}

.card__btn {
    display: flex;
    column-gap: 30px;
}

.shop-icon {
    padding-right: 10px;
}

.caropka-btn {
    max-width: 190px;
    width: 100%;
    margin-top: 30px;
}

/* ================================= ABOUT END ========================== */















/* -------------------------- MAIN END ------------------------ */