@font-face {
    font-family: "Sans";
    src: url(/font/Iranian\ Sans.ttf) format("ttf");
}
@font-face {
    font-family: "vazir";
    src: url(/font/Vazir.ttf) format("ttf");
}
html,
body {
    position: relative;
    height: 100%;
    font-family: "Sans", sans-serif;
}

body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    min-height: 100vh;
}

a {
    color: black;
    text-decoration: none;
}

/* header */
.image-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

.image-main {
    clip-path: ellipse(100% 60% at 50% 30%);
    width: 100%;
    height: auto;
    display: block;
}

/* .navbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
} */
.navbar-nav .nav-link:hover{
    transition: all 0.8s;
    transform: scale(1.1);
    border-bottom : 3px solid #007BFF;
 }
 .navbar-nav .dropdown-item{
    text-align: center;
    transition: all 0.8s;
    border : 3px solid #007BFF;
    border-radius: .5rem;
    margin: .2rem 0;
 }
 .navbar-nav .dropdown-item:hover{
    text-align: center;
    transition: all 0.8s;
    background-color: #007BFF;
    border : 3px solid #007BFF;
    border-radius: .5rem;
    margin: .2rem 0;
 }
.text-overly {
    position: absolute;
    font-size: 3rem;
    top: 15%;
    left: 50%;
    text-align: center;
}

.logo-overly {
    position: absolute;
    width: 40%;
    top: 1px;
    left: 1px;
    text-align: center;
}

.line-footer {
    width: 100%;
    height: 3px;
    background-color: #007bff;
}

/* cartserch-ticket */
.card-container {
    position: absolute;
    top: 120%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    /* عرض 70% در دسکتاپ */
    padding: 0 15px;
    /* فاصله کوچک در موبایل */
}

.card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.card-header {
    background: transparent;
    border-bottom: 1px solid #ddd;
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
    padding: 1rem;
}

.form-control {
    margin-bottom: 1rem;
    text-align: center;
    position: relative;
}

.form-control::after {
    content: "←";
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #000000;
}

.btn-primary {
    width: 30%;
    border-radius: 20px;
    padding: 0.75rem;
    margin-right: 35%;
}

.img-Redirect {
    overflow: hidden;
    transition: all 1s;
}

.img-Redirect img {
    transition: all 1s;
    position: relative;
}

.img-Redirect img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
}

.img-Redirect:hover img {
    transition: all 1s;
    transform: scale(1.1);
}

.img-Redirect:active img {
    transition: all 1s;
    transform: scale(1.1);
}

.cart-servic {
    margin: auto;
    height: 20%;
}

.card img {
    height: 700px;
}

.image-servic {
    width: 100%;
    height: 100%;
}

.cart-hover {
    overflow: hidden;
    transition: all 1s;
}

.cart-hover img {
    transition: all 1s;
}

.cart-hover:hover img {
    transition: all 1s;
    transform: scale(1.1);
}

.cart-hover:active img {
    transition: all 1s;
    transform: scale(1.1);
}

/* cart-slider */
.line {
    margin: auto;
    margin-bottom: 80px;
    width: 80%;
    height: 10px;
    background-color: #007bff;
    border-radius: 8px;
}

.flight-card {
    background: linear-gradient(150deg, #add8e6 0%, #7aadf1 100%);
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.logo {
    width: 80px;
    height: auto;
}

.btn-custom-pink {
    background-color: #ff69b4;
    color: white;
    border-radius: 2rem;
    padding: 0.25rem 1rem;
}

.btn-custom-orange {
    background-color: #ffa500;
    color: white;
    border-radius: 8px;
    padding: 0.25rem 1rem;
}

.btn-bg {
    background-color: #ff5722;
    color: #fff;
    border: none;
    border-radius: 8px;
    text-align: center;
}

/* swiper */
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    position: relative;
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}

/* cart-hotel */
.hotel-kadr {
    position: absolute;
    bottom: 10px;
    right: 20px;
    padding: 10px;
    text-align: center;
    width: 95%;
    height: 10%;
    background-color: #fff;
    border-radius: 10px;
    opacity: 65%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(255, 255, 255, 0.1);
}

.hotel-kadr p {
    margin-top: 20px;
    font-size: 2rem;
    color: #000;
}

.faq-section {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
}

.accordion-button::after {
    margin-left: 0;
    margin-right: auto;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #f8f9fa;
}

.line-footer {
    width: 100%;
    height: 3px;
    background-color: #007bff;
}

.flaynest-line {
    height: 1px;
}
/* buttun login */
.animated-button {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0.1rem 0.5rem;
    border: 4px solid;
    border-color: transparent;
    font-size: 1.2rem;
    background-color: inherit;
    border-radius: 100px;
    font-weight: 600;
    color: #007bff;
    box-shadow: 0 0 0 2px #007bff;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background-color: #007bff;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button .text {
    position: relative;
    z-index: 1;
    transform: translateX(-12px);
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button:hover {
    box-shadow: 0 0 0 12px transparent;
    color: #007bff;
    border-radius: 12px;
}

.animated-button:hover .text {
    transform: translateX(12px);
}

.animated-button:hover svg {
    fill: #212121;
}

.animated-button:active {
    scale: 0.95;
    box-shadow: 0 0 0 4px greenyellow;
}

.animated-button:hover .circle {
    width: 220px;
    height: 220px;
    opacity: 1;
}
@media (max-width: 768px) {
    .text-overly {
        font-size: 1rem;
        padding: 5px 10px;
    }

    .card img {
        height: 200px;
    }

    .logo-overly {
        width: 30%;
    }

    .navbar-nav {
        background-color: rgb(101, 98, 98);
        opacity: 80%;
    }

    .btn-login {
        position: absolute;
        z-index: 1000;
    }

    .line {
        width: 70%;
        height: 5px;
        margin: auto;
        margin-bottom: 50px;
        background-color: #007bff;
        border-radius: 8px;
    }

    .card-container {
        position: absolute;
        top: 30%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        /* padding: 0 35px;
        margin: 25 8; */
    }

    .card-img-overlay h5 {
        font-size: 1.2rem;
    }

    .card-img-overlay p {
        font-size: 0.9rem;
    }

    .Redirect {
        margin: 150 0;
    }
}
