Samsung Galaxy Fold 6, 12/256GB, Pink
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
body {
line-height: 1.3;
}
ol,
ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
html {
font-family: Arial, Helvetica, sans-serif;
font-size: 62.5%;
}
@media (max-width: 768px) {
html {
font-size: 50%;
}
}
@media (max-width: 300px) {
html {
font-size: 40%;
}
}
body > * {
overflow: hidden;
}
.heading-primary {
font-size: 4rem;
font-weight: 600;
}
.heading-secondary {
font-size: 2.4rem;
}
.text-cont {
font-size: 1.6rem;
}
.section-hero {
background-color: #f4f4f4;
width: 100%;
position: relative;
}
.hero-img {
width: 60%;
padding-left: 10vw;
padding-top: 10vw;
display: block;
}
.hero-text {
width: 30%;
position: absolute;
top: 10vw;
right: 15vw;
}
.hero-ai-img {
width: 100%;
}
@media (max-width: 992px) {
.hero-text {
top: 8vw;
right: 10vw;
width: 40%;
}
}
@media (max-width: 768px) {
.hero-text {
position: static;
width: 70%;
margin: 3rem auto;
}
.hero-img {
width: 80%;
margin: 0 auto;
}
}
@media (max-width: 500px) {
.hero-img {
width: 100%;
}
.hero-text {
width: 80%;
}
}
.section-ai {
background-color: black;
color: white;
text-align: center;
}
.ai-text {
width: 50%;
margin: 0 auto;
padding: 5rem 0;
}
.ai-icon {
width: 3.5rem;
}
@media (max-width: 768px) {
.ai-text {
width: 80%;
text-align: left;
}
}
.spec-cell-one img,
.spec-cell-two img {
width: 100%;
margin-bottom: -10px;
}
.spec-cell-one,
.spec-cell-two {
position: relative;
}
.spec-cell-one .spec-text {
position: absolute;
color: white;
text-align: center;
left: 0;
right: 0;
margin: 0 auto;
top: 10vw;
height: fit-content;
display: flex;
flex-direction: column;
gap: 13vw;
}
.spec-cell-two .spec-text {
position: absolute;
color: white;
text-align: center;
left: 0;
right: 0;
margin: auto;
top: 0;
bottom: 0;
height: fit-content;
display: flex;
flex-direction: column;
gap: 1rem;
}
@media (max-width: 768px) {
.spec-cell-one .spec-text,
.spec-cell-two .spec-text {
position: static;
background-color: black;
gap: 0rem;
}
}
.color-select {
background-color: black;
color: white;
}
.color-container {
width: 80%;
margin: 0 auto;
padding: 4rem 0;
}
.color-text {
display: flex;
flex-wrap: wrap;
}
.color-text .heading-primary {
width: 60%;
}
.color-text .text-cont {
width: 40%;
}
.color-text-two {
text-align: center;
margin-bottom: 1rem;
}
.color-image {
width: 50%;
margin: 2rem auto;
display: block;
}
.color-btns {
display: flex;
width: 15%;
margin: 0 auto;
justify-content: space-between;
}
.color-btns > *:hover {
transform: scale(1.1);
}
.btn-one,
.btn-two,
.btn-three {
width: 3rem;
height: 3rem;
border-radius: 100%;
cursor: pointer;
}
.btn-one {
background-color: #7f7f7e;
}
.btn-two {
background-color: #f0dbe1;
}
.btn-three {
background-color: #485167;
}
@media (max-width: 768px) {
.color-text .heading-primary {
width: 100%;
}
.color-text .text-cont {
width: 100%;
}
.color-btns {
width: 25%;
}
}
@media (max-width: 600px) {
.color-image {
width: 80%;
}
}
@media (max-width: 400px) {
.color-btns {
width: 35%;
}
}
.section-circle {
margin: 3rem 0;
}
.circle-title {
width: 70%;
margin: 2rem auto;
text-align: center;
}
.circle-title-video {
margin: 0 auto;
width: 70%;
display: block;
}
.circle-title-img {
margin: 0 auto;
display: block;
width: 20%;
}
.circle-grid {
display: grid;
grid-template-columns: repeat(2, 50%);
width: 80%;
margin: 3rem auto;
gap: 1rem;
}
.circle-grid video,
.circle-grid img,
.circle-grid div {
width: 100%;
}
.circle-grid img,
.circle-grid video {
border-radius: 9px;
}
@media (max-width: 600px) {
.circle-title {
width: 80%;
text-align: left;
}
.circle-title-video {
width: 100%;
}
.make-responsive-one {
grid-area: 4 / 1 / 5 / 2;
}
.make-responsive-two {
grid-area: 3 / 1 / 4 / 2;
}
.make-responsive-three {
grid-area: 1 / 1 / 2 / 2;
}
}
.circle-grid div {
display: flex;
flex-direction: column;
justify-content: center;
gap: 1rem;
}
.grid-one {
display: grid;
grid-template-columns: repeat(2, 50%);
width: 80%;
margin: 3rem auto;
gap: 2rem;
}
.grid-one-cell {
display: flex;
flex-direction: column;
justify-content: center;
}
.grid-one-cell p {
width: 80%;
margin: 0 auto;
}
.grid-one-cell img {
border-radius: 9px;
width: 100%;
}
.section-games {
background-color: black;
color: white;
position: relative;
}
.section-games h2 {
width: 50%;
text-align: center;
margin: 0 auto;
position: absolute;
right: 0;
left: 0;
top: 2rem;
}
.section-games video {
width: 100%;
}
@media (max-width: 768px) {
.section-games h2 {
position: static;
margin-top: 5rem;
width: 90%;
}
}
.grid-two {
display: grid;
grid-template-columns: repeat(2, 50%);
width: 80%;
margin: 0 auto;
gap: 10rem 5rem;
}
@media (max-width: 600px) {
.grid-two,
.grid-one,
.circle-grid {
grid-template-columns: repeat(1, 100%);
}
}
.grid-two div .heading-secondary {
font-weight: 600;
margin-bottom: 1rem;
}
.grid-two div img {
margin-top: 1rem;
width: 7vw;
}
.add-blue {
color: rgba(0, 0, 255, 0.692);
font-weight: 600;
font-size: 4rem;
}
.section-camera {
background-color: black;
color: white;
}
.camera-text {
width: 60%;
text-align: center;
margin: 0 auto;
padding: 5rem 0;
}
.camera-specs {
display: grid;
grid-template-columns: repeat(3, 33.33%);
width: 80%;
margin: 0 auto 3rem;
gap: 1rem;
}
@media (max-width: 650px) {
.camera-specs {
grid-template-columns: repeat(2, 50%);
}
}
@media (max-width: 400px) {
.camera-specs {
grid-template-columns: repeat(1, 100%);
}
}
.camera-img {
width: 30%;
margin: 0 auto;
display: block;
}
.camera-img2 {
width: 70%;
margin: 0 auto;
display: block;
}
@media (max-width: 768px) {
.camera-img {
width: 50%;
}
.camera-img2 {
width: 80%;
}
.camera-text {
width: 80%;
text-align: left;
}
}
.section-galaxy {
background-color: black;
color: white;
}
.section-galaxy h2 {
width: 85%;
margin: 0 auto 0;
padding: 3rem 0 1rem;
}
.galaxy-grid {
display: grid;
grid-template-columns: repeat(4, 33.33%);
gap: 2rem;
margin: 0 auto;
width: 85%;
}
.galaxy-grid-two {
display: grid;
grid-template-columns: repeat(2, 50%);
gap: 2rem;
margin: 0 auto;
padding-bottom: 3rem;
width: 85%;
}
.galaxy-cell {
background-color: #313131;
padding: 1rem 2rem;
border-radius: 9px;
display: flex;
flex-direction: column;
gap: 1rem;
}
.galaxy-cell-two {
background-color: #313131;
border-radius: 9px;
display: flex;
flex-direction: column;
justify-content: flex-end;
gap: 1rem;
}
.galaxy-cell-two p {
margin: 0 auto;
width: 80%;
display: block;
}
.galaxy-cell-two p:first-child {
margin-top: 2rem;
}
.galaxy-tech-img {
border-radius: 0 0 9px 9px;
width: 100%;
}
.galaxy-icon-img {
width: 5vw;
}
@media (max-width: 1000px) {
.galaxy-grid {
grid-template-columns: repeat(2, 50%);
}
}
@media (max-width: 600px) {
.galaxy-grid,
.galaxy-grid-two {
grid-template-columns: repeat(1, 100%);
}
}
/* carousel */
.carousel-container {
position: relative;
width: 100%;
overflow: hidden;
background-color: black;
}
.carousel {
width: 80%;
margin: 0 auto;
}
.carousel-track {
display: flex;
transition: transform 0.5s ease-in-out;
}
.carousel-slide {
padding: 1rem;
min-width: 100%;
position: relative;
display: flex;
flex-direction: column;
justify-content: flex-end;
}
.carousel-video {
object-fit: cover;
width: 100%;
aspect-ratio: 16/9;
}
.carousel-slide p {
position: static;
color: white;
text-align: left;
font-weight: 700;
margin-bottom: 1rem;
}
.carousel-btn {
position: absolute;
top: 50%;
transform: translateY(-50%);
background-color: rgba(0, 0, 0, 0.5);
color: white;
border: none;
border-radius: 50%;
width: 40px;
height: 40px;
cursor: pointer;
z-index: 10;
}
.carousel-btn.left {
left: 10px;
}
.carousel-btn.right {
right: 10px;
}
.carousel-dots {
display: flex;
justify-content: center;
margin: 10px 0;
}
.carousel-dot {
width: 10px;
height: 10px;
background-color: #ccc;
border-radius: 50%;
margin: 0 5px;
cursor: pointer;
}
.carousel-dot.active {
background-color: #333;
}
@media (max-width: 768px) {
.carousel-video {
object-fit: cover;
width: 100%;
aspect-ratio: 1;
}
}
/* carousel */
Nu au fost găsite recenzii

