﻿/*********** CSS RESET **********/
@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@100;300;400;500;700;900&display=swap');

@font-face {
    font-family: 'iran_sansregular';
    src: url('../Font/iran_sans.eot');
    src: url('../Font/iran_sans.eot?#iefix') format('embedded-opentype'), url('../Font/iran_sans.woff') format('woff'), url('../Font/iran_sans.ttf') format('truetype'), url('../Font/iran_sans.svg#iran_sansregular') format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'web_Yekan';
    src: url(../Font/web_Yekan.woff);
    src: url(../Font/web_Yekan.eot?#iefix) format("embedded-opentype"), url(../Font/web_Yekan.woff) format("woff"), url(../Font/web_Yekan.ttf) format("truetype"), url(../Font/web_Yekan.svg#BYekan) format("svg");
    font-weight: normal;
    font-style: normal
}

/* ============ NEW THEME STYLES ============ */

body {
    font-family: 'Vazirmatn', iran_sansregular, sans-serif;
    overflow-x: hidden;
    background: linear-gradient(135deg, #fdf2f8 0%, #faf5ff 50%, #eef2ff 100%);
    min-height: 100vh;
    position: relative;
}

/* افکت شیشه‌ای (Glassmorphism) */
.glass {
    background: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.1);
}

.glass-card {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
    border-radius: 1.5rem;
    padding: 1.5rem;
}

.glass-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 20px 40px rgba(236, 72, 153, 0.1);
}

/* انیمیشن حباب‌های پس‌زمینه */
.blob {
    position: fixed;
    filter: blur(50px);
    z-index: 0;
    opacity: 0.7;
    animation: float 10s infinite ease-in-out alternate;
    pointer-events: none;
}

.blob-1 {
    top: -10%;
    left: -10%;
    width: 600px;
    height: 600px;
    background: #ff9a9e;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    animation-delay: 0s;
}

.blob-2 {
    bottom: -10%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: #a18cd1;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    animation-delay: -5s;
}

.blob-3 {
    top: 40%;
    left: 20%;
    width: 300px;
    height: 300px;
    background: #fbc2eb;
    border-radius: 50%;
    animation: pulse 8s infinite ease-in-out;
}

@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }

    100% {
        transform: translate(30px, 50px) rotate(10deg);
    }
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 0.5;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
}

/* Container Styling */
.container {
    position: relative;
    z-index: 10;
}

.TopBanner {
    width: 100%;
}

.navbar {
    background: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.1);
    border-radius: 1rem;
    margin: 0.5rem 0;
    font-size: large;
    font-weight: bold;
}

.navbar-inverse .navbar-nav>li>a:hover {
    color: #ec4899;
    transition: color 0.3s ease;
}

.table {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(8px);
    border-radius: 0.75rem;
}

.NavContainer {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(12px);
    border-radius: 1rem;
    padding: 0.5rem 1rem;
}

.navbar-inverse .navbar-brand {
    color: #be185d;
    font-weight: bold;
    font-size: 1.2rem;
}

.navbar-inverse .navbar-brand:hover {
    color: #ec4899;
}

.navbar-inverse .navbar-nav>li>a {
    color: #6b7280;
    padding-right: 0px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.btn {
    margin-bottom: 10px;
}

.EnterSite {
    margin-bottom: 10px;
    display: block;
    text-align: center;
    width: 100%;
    padding: 12px 20px;
    color: #ffffff;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: bold;
    border: none;
    border-radius: 12px;
    white-space: nowrap;
    background: linear-gradient(135deg, #f472b6 0%, #a855f7 100%);
    box-shadow: 0 4px 15px rgba(236, 72, 153, 0.3);
    transition: all 0.3s ease;
}

.EnterSite:hover {
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 8px 25px rgba(168, 85, 247, 0.4);
    background: linear-gradient(135deg, #ec4899 0%, #9333ea 100%);
}

.Homeslider {
    margin: 0px auto 0px;
    z-index: 90;
    text-align: left;
    font-size: 10px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 4px solid transparent;
    border-radius: 1.5rem;
    background: linear-gradient(white, white) padding-box,
        linear-gradient(135deg, #f472b6, #a855f7) border-box;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(236, 72, 153, 0.15);
}

.panel-body {
    border-radius: 15px;
}

.navbar-inverse {
    border: none;
}

.TopBanner>img {
    width: 100%
}

.navbar-form {
    clear: both;
    border: none;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
}

.article2 .FirstP {
    font-size: 1.5rem;
    text-align: center;
    color: #7c3aed;
    margin-top: 30px;
    font-weight: bold;
    width: auto;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(244, 114, 182, 0.1), rgba(168, 85, 247, 0.1));
    padding: 1rem 2rem;
    display: inline-block;
}

.article2 .Malzumat {
    font-size: x-large;
    text-align: center;
    color: #F33B07;
    margin-top: 30px;
}

.article2 .Pic {
    border: 3px solid transparent;
    border-radius: 1rem;
    background: linear-gradient(white, white) padding-box,
        linear-gradient(135deg, #f472b6, #a855f7) border-box;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.article2 .Pic:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 30px rgba(168, 85, 247, 0.2);
}

.asideReight {
    padding-left: 5px;
}

.map iframe {
    border: 3px solid transparent;
    border-radius: 1rem;
    background: linear-gradient(white, white) padding-box,
        linear-gradient(135deg, #f472b6, #a855f7) border-box;
    margin: auto;
    margin-top: 10px;
    width: 100%;
    height: 100%;
    min-height: 400px
}

.ContactInformation {
    margin-top: 35px;
    font-size: 20px;
    font-family: 'Vazirmatn', web_Yekan, sans-serif;
    border: 2px solid transparent;
    border-radius: 1.5rem;
    padding: 25px;
    background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)) padding-box,
        linear-gradient(135deg, #f472b6, #a855f7) border-box;
    backdrop-filter: blur(8px);
}

.Adress {
    text-align: center;
}

.navbar-brand:hover {
    color: #ec4899;
}


.article2 .Gallery-link {
    font-size: 1.5rem;
    text-align: center;
    color: #ffffff;
    margin-top: 30px;
    font-weight: bold;
    width: auto;
    border-radius: 1rem;
    padding: 15px 30px;
    display: inline-block;
    margin: 25px auto auto auto;
    background: linear-gradient(135deg, #f472b6 0%, #a855f7 100%);
    box-shadow: 0 4px 15px rgba(236, 72, 153, 0.3);
    transition: all 0.3s ease;
    text-decoration: none;
}

.article2 .Gallery-link:hover {
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(168, 85, 247, 0.4);
    background: linear-gradient(135deg, #ec4899 0%, #9333ea 100%);
    text-decoration: none;
}

/* Video Gallery */
.school-video .video-container video {
    width: 100%;
    border: 3px solid transparent;
    border-radius: 1rem;
    background: linear-gradient(white, white) padding-box,
        linear-gradient(135deg, #f472b6, #a855f7) border-box;
}

.school-video .video-container {
    position: relative;

}

.video-container {
    position: relative;

}

@media(max-width:768px) {
    .TopBanner>img {
        min-height: 100px;
    }

    .EnterSite {
        font-size: small;
    }
}

@media(min-width:768px) {
    .navbar-nav>li {
        float: right;
    }

    ul.nav.navbar-nav {
        padding: 0px;
    }

    .navbar-form {
        clear: none;
        float: left;
        padding: 0px;
        margin-bottom: 0px;
    }

    .navbar-nav {
        float: right;
    }

    .NavContainer {
        max-width: 720px;
    }

}

@media (min-width: 992px) {
    .NavContainer {
        max-width: 1000px;
    }
}

@media (max-width: 992px) {
    .NavContainer {
        max-width: 1000px;
    }

    .EnterSite {
        font-size: small;
    }
}


@media (min-width: 1200px) {
    .container {
        max-width: 1030px;

    }
}