/* ==========================================================
   KUZEY MATBAACILIK
   KURUMSAL WEB SİTESİ TASARIMI
========================================================== */


/* ==========================================================
   GENEL
========================================================== */

.web-design-hero,
.web-design-intro,
.web-features-section,
.web-process-section,
.why-web-section {
    position: relative;
    overflow: hidden;
}

.web-design-hero *,
.web-design-intro *,
.web-features-section *,
.web-process-section *,
.why-web-section * {
    box-sizing: border-box;
}


/* ==========================================================
   HERO
========================================================== */

.web-design-hero {
    min-height: 850px;
    padding: 150px 0 120px;

    background:
        radial-gradient(
            circle at 85% 40%,
            rgba(199, 155, 106, 0.12),
            transparent 35%
        );
}


.web-design-hero-inner {
    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        minmax(0, 1fr);

    align-items: center;

    gap: 80px;
}


/* ==========================================================
   HERO İÇERİK
========================================================== */

.web-design-hero-content {
    position: relative;
    z-index: 2;

    max-width: 650px;
}


.web-design-hero-label,
.web-section-label {
    display: inline-block;

    margin-bottom: 20px;

    color: #c79b6a;

    font-size: 0.75rem;

    font-weight: 700;

    letter-spacing: 2px;
}


.web-design-hero-content h1 {
    margin: 0 0 28px;

    color: #ffffff;

    font-size:
        clamp(3rem, 5vw, 5.2rem);

    font-weight: 800;

    line-height: 1.05;

    letter-spacing: -2px;
}


.web-design-hero-content h1 span {
    display: block;

    color: #c79b6a;
}


.web-design-hero-content > p {
    max-width: 590px;

    margin: 0;

    color: #aeb4bd;

    font-size: 1.05rem;

    line-height: 1.9;
}


/* ==========================================================
   HERO BUTONLARI
========================================================== */

.web-design-hero-buttons {
    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 15px;

    margin-top: 35px;
}


.web-design-btn-primary,
.web-design-btn-secondary {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 12px;

    min-height: 54px;

    padding: 0 26px;

    border-radius: 10px;

    text-decoration: none;

    font-size: 0.88rem;

    font-weight: 700;

    transition:
        all 0.3s ease;
}


.web-design-btn-primary {
    background: #c79b6a;

    color: #ffffff;

    box-shadow:
        0 12px 35px
        rgba(199, 155, 106, 0.18);
}


.web-design-btn-primary:hover {
    background: #d5aa7b;

    transform: translateY(-3px);

    box-shadow:
        0 18px 40px
        rgba(199, 155, 106, 0.28);
}


.web-design-btn-secondary {
    border:
        1px solid
        rgba(255, 255, 255, 0.12);

    background:
        rgba(255, 255, 255, 0.025);

    color: #ffffff;
}


.web-design-btn-secondary:hover {
    border-color: #c79b6a;

    color: #c79b6a;

    transform: translateY(-3px);
}


/* ==========================================================
   HERO GÜVEN BİLGİLERİ
========================================================== */

.web-design-hero-trust {
    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 25px;

    margin-top: 45px;

    padding-top: 28px;

    border-top:
        1px solid
        rgba(255, 255, 255, 0.08);
}


.web-trust-item {
    display: flex;

    align-items: center;

    gap: 10px;

    color: #8e959e;

    font-size: 0.78rem;

    font-weight: 600;
}


.web-trust-item i {
    color: #c79b6a;

    font-size: 1rem;
}


/* ==========================================================
   HERO WEB TARAYICI
========================================================== */

.web-design-hero-visual {
    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;

    min-height: 600px;
}


.web-design-glow {
    position: absolute;

    width: 500px;
    height: 500px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(199, 155, 106, 0.18),
            transparent 68%
        );

    filter: blur(20px);

    pointer-events: none;
}


.web-browser {
    position: relative;

    z-index: 2;

    width: 100%;

    max-width: 600px;

    overflow: hidden;

    border:
        1px solid
        rgba(255, 255, 255, 0.13);

    border-radius: 18px;

    background: #111111;

    box-shadow:
        0 35px 80px
        rgba(0, 0, 0, 0.5);

    transform:
        perspective(1200px)
        rotateY(-5deg)
        rotateX(2deg);

    transition:
        transform 0.6s ease;
}


.web-browser:hover {
    transform:
        perspective(1200px)
        rotateY(0deg)
        rotateX(0deg)
        translateY(-8px);
}


/* ==========================================================
   TARAYICI ÜST BAR
========================================================== */

.browser-topbar {
    display: flex;

    align-items: center;

    gap: 20px;

    height: 45px;

    padding: 0 16px;

    border-bottom:
        1px solid
        rgba(255, 255, 255, 0.07);

    background: #1b1b1b;
}


.browser-dots {
    display: flex;

    gap: 6px;
}


.browser-dots span {
    width: 9px;
    height: 9px;

    border-radius: 50%;

    background:
        rgba(255, 255, 255, 0.25);
}


.browser-address {
    flex: 1;

    height: 25px;

    padding: 5px 15px;

    border-radius: 5px;

    background:
        rgba(255, 255, 255, 0.05);

    color: #707780;

    font-size: 0.65rem;

    text-align: center;
}


/* ==========================================================
   WEB ÖNİZLEME
========================================================== */

.browser-screen {
    min-height: 420px;

    padding: 25px;

    background:
        linear-gradient(
            135deg,
            #222222,
            #111111
        );
}


.preview-header {
    display: flex;

    align-items: center;

    justify-content: space-between;

    padding-bottom: 20px;

    border-bottom:
        1px solid
        rgba(255, 255, 255, 0.08);
}


.preview-logo {
    color: #ffffff;

    font-size: 0.75rem;

    font-weight: 800;

    letter-spacing: 2px;
}


.preview-menu {
    display: flex;

    gap: 7px;
}


.preview-menu span {
    width: 35px;
    height: 4px;

    border-radius: 10px;

    background:
        rgba(255, 255, 255, 0.2);
}


.preview-content {
    display: grid;

    grid-template-columns:
        1fr
        1fr;

    align-items: center;

    gap: 30px;

    min-height: 290px;
}


.preview-text small {
    color: #c79b6a;

    font-size: 0.48rem;

    font-weight: 700;

    letter-spacing: 1.5px;
}


.preview-text h3 {
    margin: 12px 0;

    color: #ffffff;

    font-size: 1.8rem;

    line-height: 1.15;
}


.preview-line {
    width: 60px;
    height: 3px;

    margin: 18px 0;

    background: #c79b6a;
}


.preview-button {
    display: inline-block;

    padding: 9px 16px;

    border-radius: 5px;

    background: #c79b6a;

    color: #ffffff;

    font-size: 0.55rem;

    font-weight: 700;
}


.preview-shape {
    position: relative;

    height: 240px;
}


.preview-circle {
    position: absolute;

    top: 20px;
    right: 10px;

    width: 190px;
    height: 190px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle at 35% 35%,
            #d8b58c,
            #7a5c3d
        );

    opacity: 0.85;
}


.preview-card {
    position: absolute;

    right: 50px;
    bottom: 20px;

    width: 160px;
    height: 100px;

    border:
        1px solid
        rgba(255, 255, 255, 0.2);

    border-radius: 12px;

    background:
        rgba(255, 255, 255, 0.08);

    backdrop-filter: blur(10px);

    transform:
        rotate(-8deg);
}


.preview-bottom {
    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 10px;

    margin-top: 10px;
}


.preview-bottom div {
    height: 6px;

    border-radius: 10px;

    background:
        rgba(255, 255, 255, 0.08);
}


/* ==========================================================
   YÜZEN HERO KARTLARI
========================================================== */

.floating-web-card {
    position: absolute;

    z-index: 5;

    display: flex;

    align-items: center;

    gap: 12px;

    padding: 15px 18px;

    border:
        1px solid
        rgba(255, 255, 255, 0.1);

    border-radius: 12px;

    background:
        rgba(25, 25, 25, 0.85);

    box-shadow:
        0 15px 40px
        rgba(0, 0, 0, 0.35);

    backdrop-filter: blur(15px);

    animation:
        floatingCard 4s ease-in-out infinite;
}


.web-card-one {
    left: -25px;

    bottom: 90px;
}


.web-card-two {
    right: -25px;

    top: 80px;

    animation-delay: -2s;
}


.floating-web-card i {
    display: flex;

    align-items: center;

    justify-content: center;

    width: 40px;
    height: 40px;

    border-radius: 10px;

    background:
        rgba(199, 155, 106, 0.12);

    color: #c79b6a;
}


.floating-web-card strong,
.floating-web-card span {
    display: block;
}


.floating-web-card strong {
    margin-bottom: 4px;

    color: #ffffff;

    font-size: 0.75rem;
}


.floating-web-card span {
    color: #7f8790;

    font-size: 0.65rem;
}


@keyframes floatingCard {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

}


/* ==========================================================
   WEB TASARIM TANITIM
========================================================== */

.web-design-intro {
    padding: 130px 0;

    border-top:
        1px solid
        rgba(255, 255, 255, 0.05);

    border-bottom:
        1px solid
        rgba(255, 255, 255, 0.05);
}


.web-design-intro-inner {
    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        minmax(0, 1fr);

    align-items: center;

    gap: 90px;
}


/* ==========================================================
   INTRO GÖRSEL
========================================================== */

.web-design-intro-visual {
    position: relative;
}


.intro-browser-card {
    overflow: hidden;

    border:
        1px solid
        rgba(255, 255, 255, 0.1);

    border-radius: 20px;

    background: #151515;

    box-shadow:
        0 30px 70px
        rgba(0, 0, 0, 0.4);

    transform:
        rotate(-3deg);

    transition:
        transform 0.5s ease;
}


.intro-browser-card:hover {
    transform:
        rotate(0deg)
        translateY(-5px);
}


.intro-browser-header {
    height: 45px;

    padding: 0 18px;

    border-bottom:
        1px solid
        rgba(255, 255, 255, 0.07);
}


.intro-browser-dots {
    display: flex;

    align-items: center;

    gap: 6px;

    height: 100%;
}


.intro-browser-dots span {
    width: 9px;
    height: 9px;

    border-radius: 50%;

    background:
        rgba(255, 255, 255, 0.2);
}


.intro-browser-body {
    display: grid;

    grid-template-columns: 80px 1fr;

    min-height: 450px;
}


.intro-sidebar {
    display: flex;

    flex-direction: column;

    gap: 18px;

    padding: 30px 20px;

    border-right:
        1px solid
        rgba(255, 255, 255, 0.06);
}


.intro-sidebar span {
    display: block;

    width: 100%;

    height: 7px;

    border-radius: 10px;

    background:
        rgba(255, 255, 255, 0.08);
}


.intro-sidebar span:first-child {
    background: #c79b6a;
}


.intro-main-content {
    padding: 45px 35px;
}


.intro-main-heading {
    width: 55%;

    height: 18px;

    margin-bottom: 20px;

    border-radius: 5px;

    background:
        rgba(255, 255, 255, 0.18);
}


.intro-main-text {
    width: 85%;

    height: 7px;

    margin-bottom: 10px;

    border-radius: 10px;

    background:
        rgba(255, 255, 255, 0.07);
}


.intro-main-text.short {
    width: 60%;
}


.intro-content-grid {
    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 12px;

    margin-top: 45px;
}


.intro-content-grid div {
    height: 150px;

    border:
        1px solid
        rgba(255, 255, 255, 0.06);

    border-radius: 10px;

    background:
        rgba(199, 155, 106, 0.06);
}


/* ==========================================================
   INTRO İÇERİK
========================================================== */

.web-design-intro-content {
    max-width: 650px;
}


.web-design-intro-content h2,
.web-section-heading h2,
.why-web-content h2 {
    margin: 0 0 25px;

    color: #ffffff;

    font-size:
        clamp(2.2rem, 4vw, 3.5rem);

    font-weight: 800;

    line-height: 1.12;

    letter-spacing: -1px;
}


.web-design-intro-content h2 span,
.web-section-heading h2 span,
.why-web-content h2 span {
    color: #c79b6a;
}


.web-design-intro-content > p {
    margin: 0 0 18px;

    color: #9ca3ac;

    font-size: 0.95rem;

    line-height: 1.9;
}


/* ==========================================================
   INTRO ÖZELLİKLER
========================================================== */

.web-design-features {
    display: grid;

    grid-template-columns:
        repeat(2, 1fr);

    gap: 15px;

    margin-top: 35px;
}


.web-design-feature {
    display: flex;

    align-items: flex-start;

    gap: 14px;

    padding: 18px;

    border:
        1px solid
        rgba(255, 255, 255, 0.07);

    border-radius: 13px;

    background:
        rgba(255, 255, 255, 0.02);

    transition:
        all 0.3s ease;
}


.web-design-feature:hover {
    border-color:
        rgba(199, 155, 106, 0.3);

    background:
        rgba(199, 155, 106, 0.04);

    transform: translateY(-3px);
}


.web-feature-icon {
    display: flex;

    align-items: center;

    justify-content: center;

    flex-shrink: 0;

    width: 42px;
    height: 42px;

    border-radius: 10px;

    background:
        rgba(199, 155, 106, 0.1);

    color: #c79b6a;
}


.web-design-feature h3 {
    margin: 0 0 6px;

    color: #ffffff;

    font-size: 0.85rem;
}


.web-design-feature p {
    margin: 0;

    color: #7f8790;

    font-size: 0.72rem;

    line-height: 1.6;
}

/* ==========================================================
   WEB TASARIM GÖRSELİ
========================================================== */

.intro-image-card {
    position: relative;

    width: 100%;

    overflow: hidden;

    border-radius: 20px;


}




.intro-image-card img {
    display: block;

    width: 100%;

    height: auto;

    object-fit: cover;
}

/* ==========================================================
   ORTAK BÖLÜM BAŞLIĞI
========================================================== */

.web-section-heading {
    max-width: 760px;

    margin:
        0 auto 65px;

    text-align: center;
}


.web-section-heading .web-section-label {
    margin-bottom: 18px;
}


.web-section-heading p {
    max-width: 650px;

    margin: 0 auto;

    color: #8f969f;

    font-size: 0.95rem;

    line-height: 1.85;
}


/* ==========================================================
   WEB ÖZELLİKLERİ
========================================================== */

.web-features-section {
    padding: 130px 0;
}


.web-features-grid {
    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 20px;
}


.web-feature-card {
    position: relative;

    min-height: 330px;

    padding: 30px;

    overflow: hidden;

    border:
        1px solid
        rgba(255, 255, 255, 0.07);

    border-radius: 18px;

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.035),
            rgba(255, 255, 255, 0.01)
        );

    transition:
        transform 0.35s ease,
        border-color 0.35s ease,
        box-shadow 0.35s ease;
}


.web-feature-card::before {
    content: "";

    position: absolute;

    top: -100px;
    right: -100px;

    width: 200px;
    height: 200px;

    border-radius: 50%;

    background:
        rgba(199, 155, 106, 0.08);

    filter: blur(40px);

    opacity: 0;

    transition:
        opacity 0.4s ease;
}


.web-feature-card:hover {
    transform: translateY(-8px);

    border-color:
        rgba(199, 155, 106, 0.3);

    box-shadow:
        0 25px 60px
        rgba(0, 0, 0, 0.3);
}


.web-feature-card:hover::before {
    opacity: 1;
}


.web-feature-number {
    position: absolute;

    top: 25px;

    right: 25px;

    color:
        rgba(255, 255, 255, 0.12);

    font-size: 0.75rem;

    font-weight: 800;
}


.web-feature-card-icon {
    display: flex;

    align-items: center;

    justify-content: center;

    width: 55px;
    height: 55px;

    margin-bottom: 55px;

    border-radius: 14px;

    background:
        rgba(199, 155, 106, 0.1);

    color: #c79b6a;

    font-size: 1.15rem;

    transition:
        all 0.3s ease;
}


.web-feature-card:hover
.web-feature-card-icon {
    background: #c79b6a;

    color: #ffffff;

    transform:
        rotate(-5deg)
        scale(1.05);
}


.web-feature-card h3 {
    margin: 0 0 14px;

    color: #ffffff;

    font-size: 1.05rem;
}


.web-feature-card p {
    margin: 0;

    color: #858d96;

    font-size: 0.8rem;

    line-height: 1.8;
}


.web-feature-arrow {
    position: absolute;

    right: 28px;

    bottom: 25px;

    color:
        rgba(199, 155, 106, 0.5);

    transition:
        all 0.3s ease;
}


.web-feature-card:hover
.web-feature-arrow {
    right: 23px;

    color: #c79b6a;
}


/* ==========================================================
   WEB TASARIM SÜRECİ
========================================================== */

.web-process-section {
    padding: 130px 0;

    background:
        rgba(255, 255, 255, 0.015);

    border-top:
        1px solid
        rgba(255, 255, 255, 0.05);

    border-bottom:
        1px solid
        rgba(255, 255, 255, 0.05);
}


.web-process-wrapper {
    position: relative;

    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 60px 30px;
}


.web-process-wrapper::before {
    content: "";

    position: absolute;

    top: 37px;

    left: 12%;

    right: 12%;

    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(199, 155, 106, 0.35),
            transparent
        );
}


.web-process-item {
    position: relative;

    z-index: 1;

    text-align: center;
}


.web-process-number {
    position: absolute;

    top: -8px;

    right: calc(50% - 48px);

    color:
        rgba(255, 255, 255, 0.06);

    font-size: 0.7rem;

    font-weight: 800;
}


.web-process-icon {
    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;

    width: 75px;
    height: 75px;

    margin:
        0 auto 25px;

    border:
        1px solid
        rgba(199, 155, 106, 0.35);

    border-radius: 50%;

    background: #151515;

    color: #c79b6a;

    font-size: 1.2rem;

    box-shadow:
        0 0 0 8px
        rgba(199, 155, 106, 0.04);

    transition:
        all 0.35s ease;
}


.web-process-item:hover
.web-process-icon {
    background: #c79b6a;

    color: #ffffff;

    transform:
        translateY(-5px);

    box-shadow:
        0 0 0 10px
        rgba(199, 155, 106, 0.08);
}


.web-process-content {
    max-width: 300px;

    margin: 0 auto;
}


.web-process-content h3 {
    margin: 0 0 12px;

    color: #ffffff;

    font-size: 1rem;
}


.web-process-content p {
    margin: 0;

    color: #858d96;

    font-size: 0.78rem;

    line-height: 1.8;
}


/* ==========================================================
   NEDEN KUZEY MATBAACILIK
========================================================== */

.why-web-section {
    padding: 140px 0;
}


.why-web-inner {
    display: grid;

    grid-template-columns:
        minmax(0, 1.05fr)
        minmax(0, 0.95fr);

    align-items: center;

    gap: 100px;
}


.why-web-content {
    max-width: 680px;
}


.why-web-content > p {
    margin: 0 0 17px;

    color: #969da6;

    font-size: 0.92rem;

    line-height: 1.85;
}


/* ==========================================================
   NEDEN BİZ NOKTALARI
========================================================== */

.why-web-points {
    display: grid;

    grid-template-columns:
        repeat(2, 1fr);

    gap: 18px;

    margin-top: 40px;
}


.why-web-point {
    display: flex;

    align-items: flex-start;

    gap: 14px;

    padding: 18px;

    border:
        1px solid
        rgba(255, 255, 255, 0.06);

    border-radius: 13px;

    background:
        rgba(255, 255, 255, 0.02);

    transition:
        all 0.3s ease;
}


.why-web-point:hover {
    border-color:
        rgba(199, 155, 106, 0.25);

    transform: translateY(-3px);
}


.why-web-point-icon {
    display: flex;

    align-items: center;

    justify-content: center;

    flex-shrink: 0;

    width: 40px;
    height: 40px;

    border-radius: 10px;

    background:
        rgba(199, 155, 106, 0.1);

    color: #c79b6a;

    font-size: 0.85rem;
}


.why-web-point h3 {
    margin: 0 0 5px;

    color: #ffffff;

    font-size: 0.82rem;
}


.why-web-point p {
    margin: 0;

    color: #7f8790;

    font-size: 0.7rem;

    line-height: 1.6;
}


/* ==========================================================
   NEDEN BİZ GÖRSEL KART
========================================================== */

.why-web-visual {
    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;

    min-height: 550px;
}


.why-web-main-card {
    position: relative;

    width: 100%;

    max-width: 480px;

    min-height: 480px;

    padding: 35px;

    overflow: hidden;

    border:
        1px solid
        rgba(255, 255, 255, 0.1);

    border-radius: 25px;

    background:
        radial-gradient(
            circle at 80% 20%,
            rgba(199, 155, 106, 0.15),
            transparent 40%
        ),
        #151515;

    box-shadow:
        0 35px 80px
        rgba(0, 0, 0, 0.4);

    transform:
        rotate(3deg);

    transition:
        transform 0.5s ease;
}


.why-web-main-card:hover {
    transform:
        rotate(0deg)
        translateY(-8px);
}


.why-web-card-top {
    display: flex;

    align-items: center;

    justify-content: space-between;

    padding-bottom: 25px;

    border-bottom:
        1px solid
        rgba(255, 255, 255, 0.08);

    color: #ffffff;

    font-size: 0.65rem;

    font-weight: 700;

    letter-spacing: 1.5px;
}


.why-web-card-top i {
    color: #c79b6a;

    font-size: 0.9rem;
}


.why-web-card-content {
    padding-top: 100px;
}


.why-web-small-label {
    display: block;

    margin-bottom: 18px;

    color: #c79b6a;

    font-size: 0.65rem;

    font-weight: 700;

    letter-spacing: 1.5px;
}


.why-web-card-content h3 {
    margin: 0 0 20px;

    color: #ffffff;

    font-size: 2.3rem;

    line-height: 1.15;

    letter-spacing: -1px;
}


.why-web-card-content p {
    max-width: 300px;

    margin: 0;

    color: #8b929b;

    font-size: 0.8rem;

    line-height: 1.7;
}


.why-web-card-bottom {
    position: absolute;

    right: 35px;
    bottom: 30px;
    left: 35px;

    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 15px;

    padding-top: 20px;

    border-top:
        1px solid
        rgba(255, 255, 255, 0.08);
}


.why-web-card-stat strong,
.why-web-card-stat span {
    display: block;
}


.why-web-card-stat strong {
    margin-bottom: 5px;

    color: #c79b6a;

    font-size: 1.2rem;
}


.why-web-card-stat span {
    color: #737b84;

    font-size: 0.62rem;
}


/* ==========================================================
   YÜZEN KART
========================================================== */

.why-web-floating-card {
    position: absolute;

    right: -20px;

    bottom: 55px;

    z-index: 5;

    display: flex;

    align-items: center;

    gap: 12px;

    max-width: 260px;

    padding: 16px 20px;

    border:
        1px solid
        rgba(255, 255, 255, 0.1);

    border-radius: 13px;

    background:
        rgba(25, 25, 25, 0.9);

    box-shadow:
        0 20px 50px
        rgba(0, 0, 0, 0.4);

    backdrop-filter: blur(15px);

    animation:
        floatingCard 4s ease-in-out infinite;
}


.why-web-floating-icon {
    display: flex;

    align-items: center;

    justify-content: center;

    flex-shrink: 0;

    width: 38px;
    height: 38px;

    border-radius: 50%;

    background:
        rgba(199, 155, 106, 0.12);

    color: #c79b6a;
}


.why-web-floating-card strong,
.why-web-floating-card span {
    display: block;
}


.why-web-floating-card strong {
    margin-bottom: 4px;

    color: #ffffff;

    font-size: 0.72rem;
}


.why-web-floating-card span {
    color: #7e868f;

    font-size: 0.62rem;
}


/* ==========================================================
   RESPONSIVE - 1200px
========================================================== */

@media (max-width: 1200px) {

    .web-features-grid {
        grid-template-columns:
            repeat(2, 1fr);
    }


    .web-design-hero-inner,
    .web-design-intro-inner {
        gap: 60px;
    }


    .why-web-inner {
        gap: 60px;
    }

}


/* ==========================================================
   RESPONSIVE - 1000px
========================================================== */

@media (max-width: 1000px) {

    .web-design-hero {
        min-height: auto;

        padding:
            130px 0 100px;
    }


    .web-design-hero-inner {
        grid-template-columns: 1fr;
    }


    .web-design-hero-content {
        max-width: 750px;

        margin: 0 auto;

        text-align: center;
    }


    .web-design-hero-content > p {
        margin-left: auto;
        margin-right: auto;
    }


    .web-design-hero-buttons {
        justify-content: center;
    }


    .web-design-hero-trust {
        justify-content: center;
    }


    .web-design-hero-visual {
        max-width: 700px;

        width: 100%;

        margin: 0 auto;
    }


    .web-design-intro-inner {
        grid-template-columns: 1fr;
    }


    .web-design-intro-visual {
        max-width: 650px;

        width: 100%;

        margin: 0 auto;

        order: 2;
    }


    .web-design-intro-content {
        max-width: 750px;

        margin: 0 auto;

        text-align: center;

        order: 1;
    }


    .why-web-inner {
        grid-template-columns: 1fr;
    }


    .why-web-content {
        max-width: 800px;

        margin: 0 auto;

        text-align: center;
    }


    .why-web-visual {
        max-width: 600px;

        width: 100%;

        margin: 0 auto;
    }


    .why-web-points {
        text-align: left;
    }


    .web-process-wrapper {
        grid-template-columns:
            repeat(2, 1fr);
    }


    .web-process-wrapper::before {
        display: none;
    }

}


/* ==========================================================
   RESPONSIVE - 700px
========================================================== */

@media (max-width: 700px) {

    .web-design-hero {
        padding:
            110px 0 80px;
    }


    .web-design-hero-content h1 {
        font-size: 2.8rem;

        letter-spacing: -1px;
    }


    .web-design-hero-content > p {
        font-size: 0.9rem;
    }


    .web-design-hero-buttons {
        flex-direction: column;

        width: 100%;
    }


    .web-design-btn-primary,
    .web-design-btn-secondary {
        width: 100%;
    }


    .web-design-hero-trust {
        gap: 15px;
    }


    .web-trust-item {
        width: 100%;

        justify-content: center;
    }


    .web-design-hero-visual {
        min-height: 480px;
    }


    .browser-screen {
        min-height: 350px;

        padding: 18px;
    }


    .preview-content {
        min-height: 230px;
    }


    .preview-text h3 {
        font-size: 1.35rem;
    }


    .preview-shape {
        height: 180px;
    }


    .preview-circle {
        width: 130px;
        height: 130px;
    }


    .preview-card {
        right: 20px;

        width: 120px;
        height: 80px;
    }


    .floating-web-card {
        padding: 10px 12px;
    }


    .web-card-one {
        left: -10px;

        bottom: 40px;
    }


    .web-card-two {
        right: -10px;

        top: 40px;
    }


    .floating-web-card i {
        width: 32px;
        height: 32px;
    }


    .floating-web-card strong {
        font-size: 0.65rem;
    }


    .floating-web-card span {
        font-size: 0.55rem;
    }


    .web-design-intro,
    .web-features-section,
    .web-process-section,
    .why-web-section {
        padding: 90px 0;
    }


    .web-design-intro-content h2,
    .web-section-heading h2,
    .why-web-content h2 {
        font-size: 2rem;
    }


    .web-design-features {
        grid-template-columns: 1fr;

        text-align: left;
    }


    .web-features-grid {
        grid-template-columns: 1fr;
    }


    .web-feature-card {
        min-height: 290px;
    }


    .web-process-wrapper {
        grid-template-columns: 1fr;

        gap: 45px;
    }


    .why-web-points {
        grid-template-columns: 1fr;
    }


    .why-web-main-card {
        min-height: 430px;

        padding: 25px;
    }


    .why-web-card-content {
        padding-top: 70px;
    }


    .why-web-card-content h3 {
        font-size: 1.8rem;
    }


    .why-web-card-bottom {
        right: 25px;
        bottom: 25px;
        left: 25px;
    }


    .why-web-floating-card {
        right: -5px;

        bottom: 30px;
    }

}


/* ==========================================================
   RESPONSIVE - 480px
========================================================== */

@media (max-width: 480px) {

    .web-design-hero-content h1 {
        font-size: 2.35rem;
    }


    .web-design-hero-label,
    .web-section-label {
        font-size: 0.65rem;

        letter-spacing: 1.5px;
    }


    .web-design-hero-visual {
        min-height: 390px;
    }


    .web-browser {
        border-radius: 12px;
    }


    .browser-topbar {
        height: 38px;
    }


    .browser-screen {
        min-height: 290px;
    }


    .preview-header {
        padding-bottom: 12px;
    }


    .preview-content {
        min-height: 180px;

        gap: 10px;
    }


    .preview-text h3 {
        font-size: 1rem;
    }


    .preview-text small {
        font-size: 0.35rem;
    }


    .preview-line {
        width: 40px;

        margin: 10px 0;
    }


    .preview-button {
        padding: 6px 10px;

        font-size: 0.4rem;
    }


    .preview-shape {
        height: 130px;
    }


    .preview-circle {
        width: 95px;
        height: 95px;
    }


    .preview-card {
        right: 5px;

        width: 90px;
        height: 60px;
    }


    .floating-web-card {
        display: none;
    }


    .intro-browser-body {
        grid-template-columns: 55px 1fr;

        min-height: 330px;
    }


    .intro-sidebar {
        padding: 20px 12px;
    }


    .intro-main-content {
        padding: 30px 20px;
    }


    .intro-content-grid {
        margin-top: 30px;
    }


    .intro-content-grid div {
        height: 90px;
    }


    .web-feature-card {
        padding: 25px;
    }


    .web-feature-card-icon {
        margin-bottom: 40px;
    }


    .why-web-visual {
        min-height: 450px;
    }


    .why-web-main-card {
        min-height: 390px;

        transform: none;
    }


    .why-web-card-content {
        padding-top: 60px;
    }


    .why-web-card-content h3 {
        font-size: 1.5rem;
    }


    .why-web-floating-card {
        max-width: 220px;

        padding: 12px;
    }

}