@font-face {
    font-family: 'kalame';
    src: url('font/Kalameh-Thin.ttf');


}

/* فونت */
/* @import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@300;400;700&display=swap'); */

body {
    margin: 0;
    background: #0C1A27;
    font-family: "kalame", sans-serif;
    color: #fff;
}

/* هدر */
.header {
    display: flex;
    justify-content: space-between;
    padding: 20px 40px;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(6px);
    align-items: center;
}

.logo {
    font-size: 25px;
    font-weight: bold;
    color: #20639B;
}

.nav a {
    margin: 0 10px;
    color: #ddd;
    text-decoration: none;
    font-size: 15px;

}

.cta {
    background: #20639B;
    border: none;
    padding: 10px 18px;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
}

/* هرو */
.hero {
    height: 85vh;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url("https://images.unsplash.com/photo-1519183071298-a2962be96f86") center/cover;
    display: flex;
    align-items: center;
    padding-right: 40px;
}

.hero h1 {
    font-size: 40px;
    color: #fff;
}

.hero p {
    max-width: 450px;
    line-height: 2;
    opacity: 0.9;
    margin-top: -10px;
}

.btn-main {
    background: #20639B;
    padding: 12px 20px;
    border: none;
    border-radius: 6px;
    margin-left: 10px;
    color: #fff;
    cursor: pointer;
}

.btn-sec {
    background: transparent;
    border: 2px solid #20639B;
    padding: 10px 18px;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
}

/* خدمات */
.services {
    padding: 80px 40px;
    text-align: center;
}

.services h2 {
    margin-bottom: 40px;
    color: #2FA4E7;
}

.service-boxes {
    display: flex;
    justify-content: center;
    gap: 25px;
    color: #ffffff;
}

.col {
    color: #ffffff;
}

.service-card {
    width: 260px;
    height: 180px;
    padding: 20px;
    background: #1F1F1F;
    border-radius: 10px;
    border-bottom: 4px solid #20639B;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.service-card h3 {
    margin: 0;
    color: #fff;
    font-size: 20px;
}

.service-card p {
    margin: 5px 0 0;
    font-size: 14px;
    opacity: 0.8;
}

/* بک‌گراند کارت‌ها */
.ad {
    background-image: url("site/تبلیغاتی/IMG_3444.png.webp");
}

.portrait {
    background-image: url("site/8076.jpg\ -\ Copy.webp");
}

.street {
    background-image: url("site/IMG_1111.webp");
}

/* نمونه‌کارها */
.portfolio {
    padding: 80px 40px;
    text-align: center;
}

.portfolio h2 {
    color: #2FA4E7;
}

.grid {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    /* margin-right:100px ; */

}

.pic {
    /* width: 300px; */
    height: 400px;
    background: url("https://images.unsplash.com/photo-1519183071298-a2962be96f86") center/cover;

}

.pics {
    height: 380px;
    width: 280px;
    border-radius: 15px;
    padding: 5px;
    box-shadow: 0 0 10px #20639B55;
    margin-top: 10px;
    object-fit: cover;
}

.pics1 {
    height: 170px;
    width: 33vh;
    border-radius: 15px;
    margin-top: 10px;
    padding: 5px;
    box-shadow: 0 0 10px #20639B55;
}

.pics2 {
    height: 380px;
    width: 280px;
    border-radius: 15px;
    margin-top: 10px;
    padding: 5px;
    box-shadow: 0 0 10px #20639B55;
    object-fit: cover;
}

.pics3 {
    height: 380px;
    width: 280px;
    border-radius: 15px;
    margin-top: 10px;
    padding: 5px;
    box-shadow: 0 0 10px #20639B55;
    object-fit: cover;
}

.pics4 {
    height: 380px;
    width: 280px;
    border-radius: 15px;
    margin-top: 10px;
    padding: 5px;
    box-shadow: 0 0 10px #20639B55;
    object-fit: cover;
}

/* فوتر */
.footer {
    text-align: center;
    padding: 25px;
    padding: 5px;
    box-shadow: 0 0 10px #20639B55;
    background: #111;
    color: #aaa;
}

/* ========================= */
/* نسخه موبایل تا عرض 768px */
/* ========================= */
@media (max-width: 768px) {

    /* هدر */
    .header {
        flex-direction: column;
        text-align: center;
        padding: 15px;
    }

    .nav {
        margin-top: 10px;
        display: flex;
        flex-direction: row;

    }

    .nav a {

        margin: 8px;
        font-size: 16px;
        /* display: flex; */
        font-size: 14.5px;
    }

    .cta {
        margin-top: 12px;
        width: 100%;
        max-width: 220px;
    }

    /* هرو */
    .hero {
        height: 70vh;
        padding: 0 20px;
        background-position: center;
        text-align: center;
        justify-content: center;
    }

    .hero h1 {
        font-size: 28px;
    }

    .hero p {
        margin: 0 auto;
        font-size: 15px;
        margin-top: 10px;
    }

    .hero-btns {
        margin-top: 20px;
        display: flex;
        justify-content: center;
        gap: 10px;
        flex-wrap: wrap;
    }

    .btn-main,
    .btn-sec {
        width: 150px;
        padding: 12px 0;
    }

    /* خدمات */
    .services {
        padding: 60px 20px;
    }

    .service-boxes {
        flex-direction: column;
        align-items: center;
    }

    .service-card {
        width: 100%;
        max-width: 330px;
        height: 190px;
    }

    /* نمونه‌کارها */
    .grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 100px;

    }

    .pic {
        height: 160px;
    }
}

/* ========================= */
/* نسخه موبایل کوچک تا 480px */
/* ========================= */
@media (max-width: 480px) {

    .hero {
        height: 60vh;
    }

    .hero h1 {
        font-size: 25px;
        line-height: 1.6;
    }

    .hero p {
        font-size: 14px;
        line-height: 1.9;
    }

    /* نمونه‌کارها */
    .grid {
        grid-template-columns: 1fr;
        gap: 90px;

    }

    .pic {
        height: 400px;
    }

    /* فوتر */
    .footer {
        font-size: 13px;
        padding: 20px;
    }
}

.reservation-section {
    padding: 90px 40px;
    background: linear-gradient(180deg, #0b1620 0%, #10283b 100%);
    color: #fff;
}

.reservation-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 40px;
    align-items: start;
}

.reservation-info h2 {
    font-size: 34px;
    color: #2a7dbb;
    margin-bottom: 18px;
    line-height: 1.4;
}

.reservation-info p {
    color: #d6dde5;
    line-height: 2;
    font-size: 16px;
    margin-bottom: 25px;
}

.reservation-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.reservation-features li {
    position: relative;
    padding-right: 28px;
    margin-bottom: 14px;
    color: #c8d6e5;
    line-height: 1.9;
}

.reservation-features li::before {
    content: "✦";
    position: absolute;
    right: 0;
    top: 0;
    color: #20639B;
}

/* فرم */
.reservation-form {
    background: rgba(9, 18, 28, 0.92);
    border: 1px solid rgba(32, 99, 155, 0.35);
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(8px);
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-bottom: 18px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group.full-width {
    margin-bottom: 18px;
}

.form-group label {
    margin-bottom: 8px;
    font-size: 14px;
    color: #9ec2dd;
}

.form-group input,
.form-group select,
.form-group textarea {
    /* width: 100%; */
    background: #0e1a26;
    border: 1px solid rgba(32, 99, 155, 0.4);
    border-radius: 12px;
    color: #fff;
    padding: 13px 14px;
    font-size: 14px;
    outline: none;
    transition: 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: #2a7dbb;
    box-shadow: 0 0 0 3px rgba(32, 99, 155, 0.15);
}

.form-group textarea {
    min-height: 140px;
    resize: vertical;
}

.reservation-btn {
    width: 100%;
    background: linear-gradient(135deg, #20639B, #2a7dbb);
    color: #fff;
    border: none;
    border-radius: 14px;
    padding: 14px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s ease;
    box-shadow: 0 10px 25px rgba(32, 99, 155, 0.25);
}

.reservation-btn:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, #2a7dbb, #20639B);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: tahoma; */
}

body {
    background: #0e0e0e;
    color: white;
}

/* HERO */

.collections-hero {
    height: 60vh;
    background: url(images/hero.jpg) center/cover no-repeat;
    position: relative;
}

.hero-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.hero-overlay h1 {
    font-size: 50px;
    margin-bottom: 10px;
}

.hero-overlay p {
    color: #ccc;
}


/* FILTER */

.collection-filter {
    text-align: center;
    padding: 40px 0;
}

.collection-filter button {
    background: none;
    border: 1px solid #20639B;
    color: white;
    padding: 10px 20px;
    margin: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.collection-filter button:hover {
    background: #20639B;
}

.collection-filter .active {
    background: #20639B;
}


/* GRID */

.collections-grid {

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;

    padding: 0 80px 80px 80px;
}


.collection-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
}

.link {
    color: #fff;
}

.collection-card img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    transition: 0.5s;
}

.collection-card:hover img {
    transform: scale(1.08);
}

.collection-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;

    padding: 20px;

    background: linear-gradient(transparent, #000);
}

.collection-info h3 {
    font-size: 22px;
}

.collection-info p {
    color: #bbb;
}


/* CTA */

.collection-cta {

    text-align: center;
    padding: 80px 20px;
    background: #111;
}

.collection-cta h2 {
    font-size: 35px;
    margin-bottom: 10px;
}

.collection-cta p {
    color: #bbb;
    margin-bottom: 30px;
}

.cta-btn {

    background: #20639B;
    padding: 15px 30px;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: tahoma; */
}

body {
    background: #0e0e0e;
    color: white;
}

/* HERO */

.collections-hero {
    height: 60vh;
    background: url(images/hero.jpg) center/cover no-repeat;
    position: relative;
}

.hero-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.hero-overlay h1 {
    font-size: 50px;
    margin-bottom: 10px;
}

.hero-overlay p {
    color: #ccc;
}


/* FILTER */

.collection-filter {
    text-align: center;
    padding: 40px 0;
}

.collection-filter button {
    background: none;
    border: 1px solid #20639B;
    color: white;
    padding: 10px 20px;
    margin: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.collection-filter button:hover {
    background: #20639B;
}

.collection-filter .active {
    background: #20639B;
}


/* GRID */

.collections-grid {

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;

    padding: 0 80px 80px 80px;
}


.collection-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
}

.collection-card img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    transition: 0.5s;
}

.collection-card:hover img {
    transform: scale(1.08);
}

.collection-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;

    padding: 20px;

    background: linear-gradient(transparent, #000);
}

.collection-info h3 {
    font-size: 22px;
}

.collection-info p {
    color: #bbb;
}


/* CTA */

.collection-cta {

    text-align: center;
    padding: 80px 20px;
    background: #111;
}

.collection-cta h2 {
    font-size: 35px;
    margin-bottom: 10px;
}

.collection-cta p {
    color: #bbb;
    margin-bottom: 30px;
}

.cta-btn {

    background: #20639B;
    padding: 15px 30px;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}


/* RESPONSIVE */

@media (max-width:900px) {

    .collections-grid {

        grid-template-columns: repeat(2, 1fr);
        padding: 40px;
    }

}

@media (max-width:600px) {

    .collections-grid {

        grid-template-columns: 1fr;
        padding: 20px;
    }

    .hero-overlay h1 {
        font-size: 32px;
    }

}

/* RESPONSIVE */

@media (max-width:900px) {

    .collections-grid {

        grid-template-columns: repeat(2, 1fr);
        padding: 40px;
    }

}


/* Responsive */
@media (max-width: 900px) {
    .reservation-container {
        grid-template-columns: 1fr;
    }

    .reservation-info h2 {
        font-size: 28px;
    }
}

@media (max-width: 600px) {
    .reservation-section {
        padding: 60px 18px;
    }

    .reservation-form {
        padding: 22px;
        border-radius: 16px;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .reservation-info h2 {
        font-size: 24px;
    }

    .reservation-info p {
        font-size: 15px;
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: tahoma; */
}

body {
    background: #0e0e0e;
    color: white;
    line-height: 1.6;
}

/* HERO */

.collections-hero {
    height: 60vh;
    background: url(images/hero.jpg) center/cover no-repeat;
    position: relative;
}

.hero-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 20px;
}

.hero-overlay h1 {
    font-size: 50px;
    margin-bottom: 10px;
}

.hero-overlay p {
    color: #ccc;
    font-size: 18px;
}

/* FILTER */

.collection-filter {
    text-align: center;
    padding: 40px 20px;

}

.collection-filter button {
    background: none;
    border: 1px solid #20639B;
    color: white;
    padding: 10px 20px;
    margin: 5px;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 4px;
}

.collection-filter button:hover {
    background: #20639B;
}

.collection-filter .active {
    background: #20639B;
}

/* GRID */

.collections-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    padding: 0 80px 80px 80px;
}

.collection-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    background: #111;
}

.collection-card img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    transition: 0.5s;
}

.collection-card:hover img {
    transform: scale(1.08);
}

.collection-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
}

.collection-info h3 {
    font-size: 22px;
    margin-bottom: 5px;
}

.collection-info p {
    color: #bbb;
    font-size: 14px;
}

/* CTA */

.collection-cta {
    text-align: center;
    padding: 80px 20px;
    background: #111;
    margin-top: 40px;
}

.collection-cta h2 {
    font-size: 35px;
    margin-bottom: 10px;
}

.collection-cta p {
    color: #bbb;
    margin-bottom: 30px;
}

.cta-btn {
    background: #20639B;
    padding: 15px 30px;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: 0.3s;
}

.cta-btn:hover {
    background: #174b73;
}

.image {
    object-fit: cover;
    margin-top: 10px;
}

.texs4 {
    font-size: 7px;
}

/* RESPONSIVE */

@media (max-width:900px) {

    .collections-grid {
        grid-template-columns: repeat(2, 1fr);
        padding: 40px;
    }

    .hero-overlay h1 {
        font-size: 40px;
    }

}

@media (max-width:600px) {

    .collections-grid {
        grid-template-columns: 1fr;
        padding: 20px;
    }

    .hero-overlay h1 {
        font-size: 32px;
    }

    .hero-overlay p {
        font-size: 15px;
    }

    .collection-card img {
        height: 260px;
    }

    .collection-filter {
        display: flex;
        flex-direction: row;
    }
}

.footer {
    background: #0b0b0b;
    padding: 20px 10px;
}

.footer-content {
    max-width: 1100px;
    margin: auto;

    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    color: #ccc;
    font-size: 14px;
}

.footer-links a {
    color: #ccc;
    text-decoration: none;
    margin-left: 15px;
    transition: 0.3s;

}

.footer-links a:hover {
    color: #20639B;
}

@media (max-width:600px) {

    .footer-content {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .footer-links a {
        margin: 0 8px;
    }

}

/* header */

.header {

    background: #0b0b0b;
    color: white;
    text-align: center;
    padding: 60px 20px;

}

.header h1 {

    font-size: 32px;
    color: #20639B;

}


/* gallery */

.ads-gallery {

    display: flex;
    flex-direction: column;
    /* display:grid;
grid-template-columns:repeat(3,1fr); */
    gap: 20px;


}

.tab1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.tab2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 40px;

}

.ads-gallery img {

    width: 220px;
    height: 300px;
    object-fit: cover;
    border-radius: 6px;
    transition: 0.4s;
    display: flex;
    flex-direction: column;

}

.ads-gallery img:hover {

    transform: scale(1.05);

}


/* mobile */

@media (max-width:900px) {

    .ads-gallery {

        grid-template-columns: repeat(2, 1fr);
        /* margin-left:30px ; */
    }


}

@media (max-width:500px) {

    .ads-gallery {

        grid-template-columns: 1fr;
        display: flex;
        flex-direction: row;
        gap: 30px;
        justify-content: center;
        align-items: center;
    }

    .ads-gallery img {

        width: 160px;
        height: 130px;
        object-fit: cover;
        border-radius: 6px;
        transition: 0.4s;
        display: flex;
        flex-direction: column;

    }


}

@media (max-width:500px) {
    .tab1 {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .tab1 img {
        height: 200px;
    }

    .tab2 img {
        height: 200px;
    }
}

@media (max-width:500px) {
    .tab2 {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #060b14;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
}

/* HEADER */

.header {
    text-align: center;
    padding: 80px 20px 50px;
}

.header h1 {
    font-size: 48px;
    letter-spacing: 4px;
    color: #ffffff;
}

.header p {
    margin-top: 15px;
    color: #7f93b0;
    font-size: 16px;
}

/* GRID */

.collections {
    width: 70%;

    max-width: 1400px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding-bottom: 80px;
}

/* CARDS */

.card {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    background: #111827;
    height: 450px;
    text-decoration: none;
    object-fit: cover;
}

.card.wide {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    background: #111827;
    height: 450px;
    text-decoration: none;
    object-fit: cover;
}

.card.large {
    /* grid-column: span 2; */
    /* height:40%; */
    /* height: 650px; */
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    background: #111827;
    height: 450px;
    object-fit: cover;
    text-decoration: none;

}

/* .card.wide {
    grid-column: span 2;
} */

.card img {
    width: 100%;
    /* height: 100%; */
    object-fit: contain;
    transition: 0.5s;

}

.overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.8),
            rgba(0, 0, 0, 0.1));
    display: flex;
    align-items: flex-end;
    padding: 30px;
}

.overlay h2 {
    font-size: 28px;
    color: white;
    letter-spacing: 1px;
}

/* HOVER */

.card:hover img {
    transform: scale(1.08);
}

.card::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(32, 99, 155, 0.4);
    border-radius: 18px;
    transition: 0.4s;
}

.card:hover::after {
    border-color: #20639B;
    box-shadow: 0 0 25px rgba(32, 99, 155, 0.5);
}

/* FOOTER */

.footer {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
    padding: 25px;
    color: #7f93b0;
    font-size: 14px;
}

.kal {
    display: flex;
    justify-content: center;
}

.kal2 {
    display: flex;
    justify-content: center;

}

.kal3 {
    display: flex;
    justify-content: center;
}

@media(max-width:900px) {

    .collections {
        grid-template-columns: 1fr;

    }

    .card.large,
    .card.wide {
        grid-column: span 1;
        height: 350px;
        object-fit: contain;
    }

    .header h1 {
        font-size: 34px;
    }

    /* .card{
   grid-column:span 1;
    height:400px;   */
    .collection-card {
        height: 370px;
    }

    .card {
        grid-column: span 1;
        height: 350px;
        object-fit: contain;
    }

    .card img {
        width: 100%;
        /* height: 100%; */
        object-fit: cover;
        transition: 0.5s;

    }
}


.about-section {
    background: #060b14;
    padding: 100px 20px;
    color: white;
}

.about-container {
    max-width: 1100px;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 60px;
}

.about-image img {
    width: 320px;
    border-radius: 16px;
    object-fit: cover;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.about-text {
    max-width: 520px;
}

.about-text h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #20639B;
    letter-spacing: 2px;
}

.about-text p {
    color: #7f93b0;
    line-height: 1.8;
    margin-bottom: 15px;
    font-size: 15px;
}

.btnA {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

/* ریسپانسیو */

@media(max-width:900px) {

    .about-container {
        flex-direction: column;
        text-align: center;
    }

    .about-image img {
        width: 260px;
    }

}

.btn-main1 {
    background: #20639B;

    border: none;
    padding: 10px 18px;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    justify-content: center;



}

@media(max-width:900px) {
    .btn-main {
        display: flex;
        justify-content: center;
    }
}

@font-face {
    font-family: 'MyFont';
    src: url('fonts/MyFont-Regular.woff2') format('woff2'),
        url('fonts/MyFont-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #060b14;
    font-family: 'MyFont', sans-serif;
    color: white;
}

.contact-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
}

.contact-box {
    width: 100%;
    max-width: 550px;
    background: #0b1220;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.contact-box h1 {
    font-size: 34px;
    margin-bottom: 15px;
    color: #20639B;
}

.contact-box p {
    color: #7f93b0;
    font-size: 14px;
    line-height: 1.9;
    margin-bottom: 30px;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    background: #111827;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 14px 15px;
    color: white;
    font-family: 'MyFont', sans-serif;
    font-size: 14px;
    outline: none;
    transition: 0.3s;
}

.contact-form textarea {
    min-height: 140px;
    resize: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #20639B;
    box-shadow: 0 0 0 3px rgba(32, 99, 155, 0.12);
}

.contact-form button {
    background: #20639B;
    color: white;
    border: none;
    border-radius: 10px;
    padding: 14px;
    font-family: 'MyFont', sans-serif;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
}

.contact-form button:hover {
    background: #184e7a;
}

.contact-info {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.contact-info a {
    color: #7f93b0;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

.contact-info a:hover {
    color: #20639B;
}

.logo {
    height: 60px;
    padding-top: -70px;
    /* width:60px ; */
    /* margin-right:30px ; */
}

.logo2 {
    height: 60px;
}

@media(max-width:600px) {
    .contact-box {
        padding: 30px 20px;
    }

    .contact-box h1 {
        font-size: 28px;
    }
}