/*
	Theme Name: Pixicon
	Author: Designstub
	Author URI: www.designstub.com
	License: GNU General Public License version 3.0
	Version: 1.0

	1. Body style
	2. Main
	3.
	4. Header
		1. Hgroup
			1. Logo
			2. Nave
			3. Socil Icon
		2. Footer
	5. Countdown
	6. Page Title
	7. Introduction
	8. Subscribe
	9. Contact
*/

/* Google Fonts - Aptos */
@import url('https://fonts.googleapis.com/css2?family=Aptos:wght@400;500;600;700&display=swap');

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input,
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible;
}

body,
img {
    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
input,
main {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
    outline: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
img,
main {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

.clear {
    clear: both;
    line-height: 0;
    height: 0;
}

a {
    text-decoration: none;
    outline: none;
    color: #010101;
    transition-delay: 0s;
    transition-duration: 0.6s;
    transition-property: all;
    transition-timing-function: ease;
}

a:focus,
img:focus,
button:focus,
.btn:focus {
    outline: none;
}

::-moz-selection {
    background-color: #e84d49;
    color: #fff;
    text-shadow: none;
}

::selection {
    background-color: #e84d49;
    color: #fff;
    text-shadow: none;
}

/* Global Font */
html,
body {
    font-family: 'Aptos', sans-serif;
    color: #000;
}

/*===== Main ===*/
main[role="main-wrapper-iamge"],
main[role="main-wrapper-iamge"]>.over-bg-color {
    background-image: url(../images/bg-image.jpg);
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: fixed;
}

main[role="main-wrapper-iamge"]>.over-bg-color {
    background-color: rgba(255, 255, 255, 0.5);
    background-image: none;
    padding: 0;
}

/*===== Header ===*/
header[role="header"] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0 5%;
    z-index: 6;
}

header[role="header"]>hgroup {
    background-color: rgba(255, 255, 255, 0.7);
    overflow: hidden;
    position: relative;
}

header[role="header"]>hgroup>h1 {
    padding: 0;
    margin: 0;
    display: inline-block;
    position: relative;
    z-index: 5;
}

header[role="header"]>hgroup>h1>a {
    text-transform: uppercase;
    font-family: 'Aptos', sans-serif;
    text-align: center;
    font-size: 24px;
    line-height: 52px;
    color: #FFF;
    display: inline-block;
    width: 157px;
    font-weight: 600;
    letter-spacing: 5px;
}

header[role="header"]>hgroup>h1>a:hover {
    text-decoration: none;
}

/*===== Nav ===*/
#menu-button {
    display: none;
}

header[role="header"]>hgroup nav {
    float: none;
    clear: both;
    text-align: center;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
}

header[role="header"]>hgroup nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    border: none;
}

header[role="header"]>hgroup nav ul>li {
    float: none;
    display: inline-block;
    font-size: 12px;
    text-transform: none;
    letter-spacing: 2px;
    font-weight: 500;
    margin: 0 18.5px;
}

header[role="header"]>hgroup nav ul>li>a {
    border-radius: 0;
    border: none;
    padding: 0;
    line-height: 52px;
    display: block;
    color: #353535;
    font-family: 'Aptos', sans-serif;
}

header[role="header"]>hgroup nav ul>li.active a,
header[role="header"]>hgroup nav ul>li a:hover {
    background-color: inherit;
    border: none;
    color: #e84d49;
}

/*===== Social Icons ===*/
header[role="header"]>hgroup .mobile-social {
    display: none;
}

header[role="header"]>hgroup ul[role="socil-icons"] {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
    float: right;
    position: relative;
    z-index: 5;
}

header[role="header"]>hgroup ul[role="socil-icons"] li {
    display: inline-block;
    margin-right: 21px;
}

header[role="header"]>hgroup ul[role="socil-icons"] li>a {
    display: block;
    line-height: 52px;
    font-size: 13px;
    color: #353535;
}

header[role="header"]>hgroup ul[role="socil-icons"] li a:hover {
    color: #e84d49;
}

/*===== Footer ===*/
header[role="header"] footer {
    text-align: right;
}

header[role="header"] footer>p,
footer.mobile p {
    font-size: 12px;
    line-height: 50px;
    color: #353535;
    font-weight: 400;
    font-family: 'Aptos', sans-serif;
}

header[role="header"] footer>p>i,
footer.mobile p i {
    color: #e84d49;
    display: inline-block;
    padding: 0 5px;
}

footer.mobile {
    display: none;
}

/*===== Countdown ===*/
article[role="countdown"].countdown-pan {
    padding-top: 21.5%;
}

article[role="countdown"].countdown-pan h2 {
    font-family: 'Aptos', sans-serif;
    padding: 0;
    margin: 0;
    font-size: 24px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
}

article[role="countdown"].countdown-pan h2>span {
    font-size: 72px;
    line-height: 72px;
    position: relative;
    letter-spacing: inherit;
    display: inline-block;
}

article[role="countdown"].countdown-pan h2>span:after {
    content: "";
    display: block;
    width: 98px;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    margin: 0 auto;
    background-color: #e84d49;
}

article[role="countdown"].countdown-pan>p {
    text-transform: none;
    letter-spacing: 3px;
    margin: 0;
    padding: 0;
    padding-top: 29px;
    font-weight: 500;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 25px 40px;
    margin: 0 auto;
    max-width: 90%;
    border-radius: 6px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    font-family: 'Aptos', sans-serif;
}

/*===== Page-title ===*/
article header.page-title h2 {
    text-align: center;
    font-family: 'Aptos', sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 26px;
    color: #353535;
    font-weight: 600;
    letter-spacing: 3px;
    position: relative;
    margin-bottom: 36px;
    padding: 0;
    margin-top: 0;
}

article header.page-title h2:after {
    content: "";
    display: block;
    width: 98px;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
    margin: 0 auto;
    background-color: #e84d49;
}

/*===== Introduction ===*/
article[role="introduction"].introduction-pan {
    padding-top: 17.6%;
}

article[role="introduction"].introduction-pan p {
    letter-spacing: 1px;
    line-height: 18px;
    font-weight: 500;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 25px 40px;
    margin: 0 auto;
    max-width: 90%;
    border-radius: 6px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    font-family: 'Aptos', sans-serif;
}

article[role="introduction"].introduction-pan ul {
    margin: 0;
    padding: 0;
    text-align: center;
    padding-top: 50px;
}

article[role="introduction"].introduction-pan ul>li {
    display: inline-block;
    margin: 0 25px;
}

article[role="introduction"].introduction-pan ul>li:hover i {
    color: #e84d49;
}

/*===== Subscribe ===*/
article[role="subscribe"].subscribe-pan {
    padding-top: 22.6%;
}

article[role="subscribe"].subscribe-pan form {
    width: 429px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 10px;
}

article[role="subscribe"].subscribe-pan form input[type="email"] {
    display: block;
    width: 369px;
    height: 50px;
    outline: none;
    padding: 0 10px;
    border: 1px solid #353535;
    background-color: inherit;
    font-size: 15px;
    line-height: 16px;
    color: #353535;
    font-weight: 400;
    float: left;
    font-family: 'Aptos', sans-serif;
}

article[role="subscribe"].subscribe-pan form label {
    float: right;
    width: 60px;
    height: 50px;
    position: relative;
}

article[role="subscribe"].subscribe-pan form label input {
    font-size: 0;
    display: block;
    border: none;
    outline: none;
    cursor: pointer;
    width: 60px;
    height: 50px;
    background-color: #35373e;
}

article[role="subscribe"].subscribe-pan form label:hover input {
    background-color: #e84d49;
}

/*===== Contact ===*/
article[role="contact"].contact-pan {
    padding-top: 22.6%;
}

article[role="contact"].contact-pan h3 {
    font-size: 30px;
    line-height: 32px;
    font-weight: 700;
    font-family: 'Aptos', sans-serif;
}

article[role="contact"].contact-pan h3>a {
    color: #353535;
    text-decoration: none;
}

article[role="contact"].contact-pan ul {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 8px;
}

article[role="contact"].contact-pan ul>li {
    display: inline-block;
    font-size: 19px;
    line-height: 20px;
    margin: 0 4px;
}

article[role="contact"].contact-pan ul>li>a {
    color: #353535;
    text-decoration: none;
}

article[role="contact"].contact-pan a:hover {
    color: #e84d49;
}

/*===== About Text Fatih =====*/
#container,
#gallery,
#containercon {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    top: 10px;
    width: 700px;
    text-align: left;
    font-family: 'Aptos', sans-serif;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 130px;
}

/* Collections Container Styles */
.collections-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin: 40px 0;
    padding: 0 20px;
}

.collection-item {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border-top: 3px solid transparent;
}

.collection-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    border-top-color: #e74c3c;
}

.collection-header {
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
}

.collection-header h3 {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}

.collection-subtitle {
    display: block;
    font-size: 14px;
    color: #e74c3c;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.collection-description {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 20px;
    text-align: justify;
}

.features-list {
    margin: 20px 0;
}

.feature-item {
    padding: 12px 0;
    padding-left: 25px;
    position: relative;
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    border-bottom: 1px solid #f5f5f5;
}

.feature-item:last-child {
    border-bottom: none;
}

.feature-item::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #e74c3c;
    font-weight: bold;
    font-size: 16px;
}

.feature-item strong {
    color: #333;
    font-weight: 600;
}

.collection-applications {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 5px;
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    border-left: 4px solid #e74c3c;
}

.collection-applications strong {
    color: #e74c3c;
    font-weight: 600;
}

/* Responsive Design */
@media (max-width: 768px) {
    .collections-container {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 10px;
    }

    .collection-item {
        padding: 20px;
    }

    .collection-header h3 {
        font-size: 20px;
    }

    .collection-description {
        font-size: 14px;
    }

    .feature-item {
        font-size: 13px;
        padding-left: 20px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .collections-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1025px) {
    .collections-container {
        grid-template-columns: repeat(2, 1fr);
        max-width: 1200px;
        margin: 40px auto;
    }
}

/* Additional spacing for page title */
.page-title h2 {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

.page-title h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #e74c3c;
}

