﻿@charset "UTF-8";

/*@import url("Vazirmatn-RD-FD-font-face.css");*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/*---------------------------------
            General Styles 
-----------------------------------*/

@font-face {
    font-family: 'IRANSansWeb';
    src: url('../fonts/IRANSansWeb.eot');
    src: url('../fonts/IRANSansWeb.eot?#iefix') format('embedded-opentype'), url('../fonts/IRANSansWeb.woff') format('woff'), url('../fonts/IRANSansWeb.ttf') format('truetype'), url('../fonts/IRANSansWeb.svg#glyphicons-halflingsregular') format('svg');
}

.poppins-semibold {
    font-family: "Poppins", sans-serif !important;
    font-weight: 600;
    font-style: normal;
}

.roboto {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    padding: 0;
    margin: 0;
    color: #666666;
}



[type="email"], [type="number"], [type="tel"], [type="url"] {
    direction: rtl;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, span, p, li, a, .circle-text text {
    letter-spacing: 0px !important;
    font-family: "Roboto", sans-serif;
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
    direction: ltr;
    font-family: "Roboto", sans-serif;
}

.coming-soon-area .coming-soon .list ul {
    direction: ltr;
}

button, input, optgroup, select, textarea {
    font-family: "Roboto", sans-serif;
}

#timer {
    direction: ltr;
}

.ui-widget button, .ui-widget input, .ui-widget select, .ui-widget textarea {
    font-family: "Roboto", sans-serif !important;
}

.flight-box .ui-widget-header #amount {
    right: unset !important;
    left: 76px !important;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
    text-align: right;
}

.form-select {
    --bs-form-select-bg-img: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
    padding: 0.375rem 0.75rem 0.375rem 2.25rem !important;
    background-position: left 0.75rem center !important;
}

.pick-up-list .form-select {
    --bs-form-select-bg-img: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
    padding: 0.375rem 3rem 0.375rem 0.75rem !important;
    background-position: left 0.75rem center !important;
}

ol, ul {
    padding-left: unset;
    padding-right: 2rem;
}

.nav {
    padding-left: unset;
    padding-right: 0;
}

.flaticon-left-chevron:before {
    content: "\f10c";
}

.flaticon-chevron:before {
    content: "\f10b";
}

.flaticon-right-arrow:before {
    content: "\f12f";
}

.flaticon-left-arrow:before {
    content: "\f104";
}

.form-check .form-check-input {
    float: left !important;
    /*    margin-left: unset !important;
*/ margin-left: -1.5em !important;
}

.form-check {
    padding-right: unset !important;
    padding-left: 1.5em !important;
}

.form-switch .form-check-label {
    padding-right: 0.75em !important;
}

.accordion-widget .accordion-button::after {
    display: none !important;
}

.help-block ul {
    padding-right: 0 !important;
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #283A5E;
    line-height: 1.4;
}

.container-fluid {
    max-width: 1520px;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
}

a {
    color: #283A5E;
    text-transform: inherit;
    text-decoration: none;
    transition: all 0.3s ease;
}

img {
    max-width: 100%;
    height: auto;
}

p {
    font-size: 16px;
    line-height: 1.6;
    color: #666666;
    margin-bottom: 15px;
}

    p:last-child {
        margin-bottom: 0;
    }


.mt-10 {
    margin-top: 10px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-75 {
    padding-top: 75px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-200 {
    padding-top: 200px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-75 {
    padding-bottom: 75px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-100 {
    padding-bottom: 100px;
}

.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.ptb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.ptb-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.owl-carousel .owl-item img {
    display: block;
    width: auto !important;
}

/*
Preloader Style
======================================================*/
.preloader {
    position: fixed;
    width: 100%;
    z-index: 9;
    height: 100%;
    background-color: #ffffff;
    top: 0;
    right: 0;
}

    .preloader .lds-spinner {
        display: inline-block;
        position: absolute;
        top: 35%;
        right: 38%;
        height: 200px;
        width: 430px;
    }

/*
Button Style
======================================================*/
.btn-base {
    position: relative;
    background: #dcbb87;
    border: 1px solid #dcbb87;
    color: #19232d;
    padding: 12px 25px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    transition: all ease 0.5s;
}

    .btn-base.active {
        background: transparent;
        border: 1px solid transparent;
        color: #dcbb87;
    }

        .btn-base.active:hover {
            color: #19232d;
            background: #dcbb87;
        }

    .btn-base:hover {
        color: #dcbb87;
        background-color: transparent;
    }

    .btn-base:focus {
        color: #dcbb87;
        background-color: transparent;
    }

.default-btn-one {
    padding-right: 30px;
    padding-left: 60px;
    padding-top: 14px;
    padding-bottom: 14px;
    background: #283A5E;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
    position: relative;
    border: solid 1px transparent;
    transition: all ease 0.5s;
    display: inline-block;
}

    .default-btn-one i {
        position: absolute;
        left: 30px;
        color: #ffffff;
        top: 18px;
        transition: all ease 0.5s;
    }

    .default-btn-one:hover {
        background: transparent;
        color: #ffffff;
        border: 1px solid rgba(255, 255, 255, 0.6);
    }

.default-btn-two {
    padding-right: 20px;
    padding-left: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: transparent;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.6);
    transition: all ease 0.5s;
    display: inline-block;
}

    .default-btn-two i {
        position: absolute;
        left: 30px;
        color: #ffffff;
        top: 10px;
        transition: all ease 0.5s;
    }

    .default-btn-two:hover {
        color: #ffffff;
        background: #283A5E;
        border: solid 1px transparent;
    }

.default-btn-five {
    padding-right: 30px;
    padding-left: 60px;
    padding-top: 14px;
    padding-bottom: 14px;
    background: #4774FF;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
    position: relative;
    border: solid 1px transparent;
    transition: all ease 0.5s;
    display: inline-block;
}

    .default-btn-five i {
        position: absolute;
        left: 30px;
        color: #ffffff;
        top: 16px;
        transition: all ease 0.5s;
    }

    .default-btn-five:hover {
        background: transparent;
        color: #4774FF;
        border: 1px solid #4774FF;
    }

        .default-btn-five:hover i {
            color: #4774FF;
        }

.default-btn-three {
    padding-right: 30px;
    padding-left: 60px;
    padding-top: 14px;
    padding-bottom: 14px;
    background: #4774FF;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
    position: relative;
    border: solid 1px transparent;
    transition: all ease 0.5s;
    display: inline-block;
}

    .default-btn-three i {
        position: absolute;
        left: 30px;
        color: #ffffff;
        top: 16px;
        transition: all ease 0.5s;
    }

    .default-btn-three:hover {
        background: transparent;
        color: #4774FF;
        border: 1px solid #4774FF;
    }

        .default-btn-three:hover i {
            color: #4774FF;
        }

.default-btn-ex {
    padding: 10px 20px 10px 20px;
    background: #106192;
    border-radius: 20px;
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
    position: relative;
    border: solid 1px transparent;
    transition: all ease 0.5s;
    display: inline-block;
}

    .default-btn-ex i {
        position: absolute;
        right: 30px;
        color: #ffffff;
        top: 10px;
        transition: all ease 0.5s;
    }

    .default-btn-ex:hover {
        color: #ffffff;
        background: #283A5E;
        border: solid 1px transparent;
    }



.section-title {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    max-width: 665px;
    text-align: center;
}

    .section-title span {
        font-weight: 600;
        font-size: 18px;
        color: #4774FF;
        display: block;
        margin-bottom: 5px;
    }

    .section-title h2 {
        font-weight: 600;
        font-size: 40px;
        margin-bottom: 15px;
        font-family: "Roboto";
    }

    .section-title p {
        font-weight: 400;
        font-size: 16px;
        padding-bottom: 30px;
    }

/*
Navbar Area Style
======================================================*/
.navbar-area {
    position: relative;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 0px 0px 10px 10px;
    background-color: #ffffff;
    z-index: 9;
}

    .navbar-area.is-sticky {
        top: 0px;
        right: 0;
        margin-bottom: 18px;
        background: #fff;
        width: 100%;
        z-index: 4;
        position: -webkit-sticky;
        position: sticky;
        -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
        animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
        z-index: 555;
    }

        .navbar-area.is-sticky .desktop-nav .navbar {
            padding-right: 0;
            padding-left: 0;
        }

    .navbar-area .navbar-brand .white-logo {
        display: none;
    }

    .navbar-area .mobile-responsive-menu .logo .white-logo {
        display: none;
    }

.navbar-area-style3 {
    background-color: transparent;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

    .navbar-area-style3.is-sticky {
        background-color: #283A5E;
        border-bottom: solid 1px transparent;
    }

    .navbar-area-style3 .desktop-nav .navbar {
        background-color: transparent;
    }

        .navbar-area-style3 .desktop-nav .navbar .navbar-nav .nav-item a {
            color: #ffffff;
        }

    .navbar-area-style3 .option-item i {
        background: rgba(255, 255, 255, 0.05);
    }

        .navbar-area-style3 .option-item i i {
            color: #ffffff;
        }

.desktop-nav {
    padding-top: 0;
    padding-bottom: 0;
}

    .desktop-nav .navbar {
        background-color: #ffffff;
        border-radius: 10px;
        transition: all ease 0.5s;
        z-index: 2;
        padding-top: 12px;
        padding-bottom: 12px;
    }

        .desktop-nav .navbar ul {
            margin-bottom: 0;
            list-style-type: none;
        }

        .desktop-nav .navbar .navbar-nav .nav-item {
            position: relative;
            padding-bottom: 20px;
            padding-top: 20px;
            padding-left: 0;
            padding-right: 0;
        }

            .desktop-nav .navbar .navbar-nav .nav-item a {
                font-weight: 600;
                font-size: 16px;
                color: #283A5E;
                line-height: 1;
                position: relative;
                padding-right: 0;
                padding-top: 0;
                padding-left: 0;
                padding-bottom: 0;
                margin-right: 23px;
                margin-left: 23px;
            }

                .desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle {
                    padding-left: 20px;
                }

                    .desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle::after {
                        display: none;
                    }

                    .desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle::before {
                        content: "\ebc0";
                        position: absolute;
                        top: 1px;
                        left: 0px;
                        font-family: boxicons !important;
                        font-weight: 500;
                        line-height: 1;
                        font-size: 16px;
                    }

                .desktop-nav .navbar .navbar-nav .nav-item a:hover, .desktop-nav .navbar .navbar-nav .nav-item a:focus, .desktop-nav .navbar .navbar-nav .nav-item a.active {
                    color: #4774FF;
                }

                .desktop-nav .navbar .navbar-nav .nav-item a i {
                    font-size: 18px;
                    line-height: 0;
                    position: relative;
                    top: 4px;
                }

            .desktop-nav .navbar .navbar-nav .nav-item:last-child a {
                margin-left: 0;
            }

            .desktop-nav .navbar .navbar-nav .nav-item:first-child a {
                margin-right: 0;
            }

            .desktop-nav .navbar .navbar-nav .nav-item:hover a, .desktop-nav .navbar .navbar-nav .nav-item:focus a, .desktop-nav .navbar .navbar-nav .nav-item.active a {
                color: #4774FF;
            }

            .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu {
                box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
                transition: all 0.3s ease-in-out;
                background: #ffffff;
                position: absolute;
                visibility: hidden;
                border-radius: 10px;
                display: block;
                width: 220px;
                border: none;
                z-index: 99;
                opacity: 0;
                top: 80px;
                right: 0;
                padding: 0;
            }

                .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
                    padding: 0;
                }

                    .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
                        color: #283A5E;
                        padding: 16px;
                        border-bottom: 1px dashed #e3e3e3;
                        margin: 0;
                        font-size: 15px;
                        font-weight: 600;
                        line-height: 1;
                        display: block;
                        position: relative;
                        transition: 0.8s;
                    }

                        .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-toggle::after {
                            display: none;
                        }

                        .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-toggle::before {
                            content: "\ea29";
                            position: absolute;
                            top: 14px;
                            left: 13px;
                            font-family: boxicons !important;
                            line-height: 1;
                            font-size: 17px;
                        }

                        .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
                            color: #4774FF;
                            padding-right: 30px;
                        }

                    .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
                        right: 220px;
                        top: 0;
                        opacity: 0;
                        visibility: hidden;
                    }

                        .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
                            color: #1b2336;
                            border-bottom: 1px dashed #e3e3e3;
                            font-size: 15px;
                            font-weight: 600;
                            line-height: 1;
                            position: relative;
                        }

                            .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.dropdown-toggle::after {
                                display: none;
                            }

                            .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.dropdown-toggle::before {
                                content: "\ea4e";
                                position: absolute;
                                top: 14px;
                                left: 13px;
                                font-family: remixicon !important;
                                line-height: 1;
                                font-size: 17px;
                            }

                            .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
                                color: #4774FF;
                            }

                        .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
                            right: 250px;
                            top: 0;
                            opacity: 0;
                            visibility: hidden;
                        }

                            .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
                                color: #000000;
                            }

                                .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
                                    color: #1b2336;
                                }

                            .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
                                right: -250px;
                                top: 0;
                                opacity: 0;
                                visibility: hidden;
                            }

                                .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
                                    color: #000000;
                                }

                                    .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
                                        color: #1b2336;
                                    }

                                .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
                                    right: -250px;
                                    top: 0;
                                    opacity: 0;
                                    visibility: hidden;
                                }

                                    .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
                                        color: #000000;
                                    }

                                        .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
                                            color: #1b2336;
                                        }

                                    .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
                                        right: -250px;
                                        top: 0;
                                        opacity: 0;
                                        visibility: hidden;
                                    }

                                        .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
                                            color: #000000;
                                        }

                                            .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
                                                color: #1b2336;
                                            }

                                        .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
                                            right: -250px;
                                            top: 0;
                                            opacity: 0;
                                            visibility: hidden;
                                        }

                                            .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
                                                color: #000000;
                                            }

                                                .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
                                                    color: #1b2336;
                                                }

                                        .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
                                            color: #1b2336;
                                        }

                                        .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
                                            opacity: 1;
                                            visibility: visible;
                                            top: -15px;
                                        }

                                    .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
                                        color: #1b2336;
                                    }

                                    .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
                                        opacity: 1;
                                        visibility: visible;
                                        top: -1px;
                                    }

                                .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
                                    color: #00ca99;
                                }

                                .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
                                    opacity: 1;
                                    top: -1px;
                                    visibility: visible;
                                }

                            .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
                                color: #00ca99;
                            }

                            .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
                                opacity: 1;
                                top: -15px;
                                visibility: visible;
                            }

                        .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
                            color: #00ca99;
                        }

                        .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
                            opacity: 1;
                            visibility: visible;
                            top: -15px;
                        }

                    .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
                        color: #00ca99;
                    }

                    .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
                        opacity: 1;
                        visibility: visible;
                        top: 0;
                    }

                    .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child a {
                        border-bottom: none;
                    }

            .desktop-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
                top: 100%;
                opacity: 1;
                margin-top: 20px;
                visibility: visible;
            }

        .desktop-nav .navbar .others-options .other-option-item {
            display: flex;
            padding-right: 0px;
            margin-bottom: 0;
            list-style-type: none;
            position: relative;
            align-items: center;
        }

            .desktop-nav .navbar .others-options .other-option-item li {
                display: inline-block;
                position: relative;
            }

                .desktop-nav .navbar .others-options .other-option-item li:last-child {
                    margin-left: 0;
                }

                .desktop-nav .navbar .others-options .other-option-item li a {
                    display: block;
                }

.mobile-responsive-nav {
    display: none;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}
/*
Others Option For Responsive Area Style
======================================================*/
.others-option-for-responsive {
    display: none !important;
}

    .others-option-for-responsive .dot-menu {
        padding: 0 10px;
        height: 30px;
        cursor: pointer;
        z-index: 999;
        position: absolute;
        right: 18%;
        top: -35px;
    }

        .others-option-for-responsive .dot-menu .inner {
            display: flex;
            align-items: center;
            height: 30px;
        }

            .others-option-for-responsive .dot-menu .inner .circle {
                height: 5px;
                width: 5px;
                border-radius: 100%;
                margin: 0 2px;
                transition: all ease 0.5s;
                background-color: #000000;
            }

        .others-option-for-responsive .dot-menu:hover .inner .circle {
            background-color: #4774FF;
        }

    .others-option-for-responsive .container {
        position: relative;
    }

        .others-option-for-responsive .container .container {
            position: absolute;
            left: -2px;
            top: 15px;
            max-width: 320px;
            margin-right: auto;
            opacity: 0;
            visibility: hidden;
            transition: 0.5s;
            transform: scaleY(0);
            padding-right: 15px;
            padding-left: 15px;
        }

            .others-option-for-responsive .container .container.active {
                opacity: 1;
                visibility: visible;
                transform: scaleY(1);
                z-index: 2;
            }

        .others-option-for-responsive .container .others-options {
            padding: 25px 8px 25px 8px;
            border-radius: 10px;
            box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
            background-color: #ffffff;
            display: none;
        }

            .others-option-for-responsive .container .others-options a.common-btn.style1 {
                position: relative;
            }

            .others-option-for-responsive .container .others-options a.login-text {
                position: relative;
                font-family: "Roboto";
                font-style: normal;
                font-weight: 700;
                top: 5px;
                font-size: 13px;
                text-transform: uppercase;
                color: #049370;
            }

            .others-option-for-responsive .container .others-options .optional-btn {
                color: #4774FF;
                margin-left: 25px;
                margin-right: 0;
                font-weight: 700;
                position: relative;
                top: 2px;
                padding: 14px 25px;
            }

            .others-option-for-responsive .container .others-options .default-btn {
                font-size: 15px;
            }

    .others-option-for-responsive .searchus-form {
        position: relative;
    }

    .others-option-for-responsive .search-input {
        outline: 0;
        border: none;
        box-shadow: none;
        display: block;
        width: 100%;
        height: 50px;
        border-radius: 50px;
        background-color: #f4f4ff;
        transition: 0.5s;
        padding-top: 15px;
        padding-right: 20px;
        padding-left: 70px;
        padding-bottom: 15px;
        border: 1px solid #dfdfff;
        margin-bottom: 20px;
    }

    .others-option-for-responsive button.search-button {
        position: absolute;
        left: 10px;
        top: 9px;
        border: navajowhite;
        background: transparent;
        font-size: 26px;
    }

    .others-option-for-responsive .others-options .nav-btn {
        display: block;
        text-align: center;
        padding-right: 37px;
    }

        .others-option-for-responsive .others-options .nav-btn i {
            position: relative;
            font-size: 23px;
            right: -2px;
            top: 5px;
            color: #ffffff;
        }

/*
Search Style
======================================================*/
.option-item {
    position: relative;
    padding-right: 20px;
}

    .option-item:first-child {
        padding-right: 0;
    }

    .option-item .bx-search {
        background: rgba(40, 58, 94, 0.1);
        height: 50px;
        width: 50px;
        text-align: center;
        line-height: 52px;
        border-radius: 50px;
    }

    .option-item .close-btn {
        background: rgba(40, 58, 94, 0.1);
        height: 50px;
        width: 50px;
        text-align: center;
        line-height: 52px;
        border-radius: 50px;
    }

    .option-item .search-btn {
        cursor: pointer;
        transition: all ease 0.5s;
        color: #000000;
        font-size: 22px;
        position: relative;
        top: 2px;
    }

        .option-item .search-btn.icon-three {
            color: #ffffff !important;
        }

    .option-item .close-btn {
        transition: all ease 0.5s;
        color: #000000;
        font-size: 22px;
        display: none;
        position: relative;
        cursor: pointer;
        top: 3;
    }

        .option-item .close-btn.active {
            display: block;
        }

    .option-item .search-overlay {
        display: none;
    }

        .option-item .search-overlay.search-popup {
            position: absolute;
            top: 100%;
            left: 0;
            width: 400px;
            margin-top: 37px;
            background-color: #4774FF;
            padding-top: 20px;
            padding-right: 20px;
            padding-bottom: 20px;
            padding-left: 20px;
            border-radius: 15px;
            z-index: 2;
        }

            .option-item .search-overlay.search-popup .searchus-form {
                position: relative;
            }

                .option-item .search-overlay.search-popup .searchus-form .search-input {
                    outline: 0;
                    border: none;
                    box-shadow: none;
                    display: block;
                    width: 100%;
                    height: 50px;
                    border-radius: 10px;
                    background-color: #f4f4ff;
                    transition: 0.5s;
                    padding-top: 15px;
                    padding-right: 20px;
                    padding-left: 70px;
                    padding-bottom: 15px;
                    border: 1px solid #dfdfff;
                }

                    .option-item .search-overlay.search-popup .searchus-form .search-input:focus {
                        border: 1px solid #4774FF;
                    }

                .option-item .search-overlay.search-popup .searchus-form .search-button {
                    border: none;
                    position: absolute;
                    top: 0;
                    left: 0;
                    height: 50px;
                    font-size: 18px;
                    color: #ffffff;
                    background-color: all ease 0.5s;
                    background: transparent;
                    padding-top: 15px;
                    padding-right: 20px;
                    padding-left: 20px;
                    padding-bottom: 15px;
                }

                    .option-item .search-overlay.search-popup .searchus-form .search-button i {
                        position: relative;
                        top: -14px;
                        left: -19px;
                        background: #4774FF;
                        border-radius: 10px !important;
                        height: 48px;
                        width: 48px;
                    }

    .option-item:hover .search-btn {
        color: #4774FF;
    }

    .option-item:hover .close-btn {
        color: #4774FF;
    }

.home-three .default-btn1.nav-btn:hover {
    border: solid 1px #4774FF;
}

.home-three .default-btn1.nav-btn i {
    position: absolute;
    font-size: 23px;
    right: 30px;
    color: #ffffff;
    transition: all ease 0.5s;
}

.default-btn1.nav-btn {
    border: none;
    background-color: #4774FF;
    border-radius: 50px;
    position: relative;
    transition: all ease 0.5s;
    border: solid 1px transparent;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 15px;
    padding-top: 15px;
}

    .default-btn1.nav-btn:hover {
        background-color: #283A5E;
    }

    .default-btn1.nav-btn i {
        position: absolute;
        font-size: 23px;
        right: 30px;
        color: #ffffff;
    }

    .default-btn1.nav-btn a {
        font-weight: 600;
        font-size: 16px;
        color: #ffffff;
        padding-left: 15px;
    }

    .default-btn1.nav-btn .last-link {
        padding-left: 0;
        position: relative;
    }

/*.default-btn1.nav-btn .last-link:before {
            content: "";
            position: absolute;
            top: 3px;
            right: -11px;
            left: 0;
            bottom: 0;
            height: 16px;
            width: 2px;
            background-color: #ffffff;
            transform: rotate(20deg);
        }*/

/*
Banner Area Style
======================================================*/
.main-slider {
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
}

    .main-slider .swiper-slide {
        background-image: url(../images/banners/banner-1.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 10px;
        padding-bottom: 100px;
        padding-top: 100px;
        position: relative;
        height: 75vh;
    }

    .main-slider .banner-bg-1 {
        background-image: url(../images/banners/banner-2.jpg);
    }

        .main-slider .banner-bg-1 .banner-image {
            opacity: 0;
        }

    .main-slider .banner-bg-2 {
        background-image: url(../images/banners/banner-3.jpg);
    }

        .main-slider .banner-bg-2 .banner-image {
            opacity: 0;
        }

    .main-slider .swiper-wrapper {
        overflow: hidden;
    }

    .main-slider .swiper-btn-next {
        position: absolute;
        right: 8px;
        top: 50%;
        width: 65px;
        height: 65px;
        line-height: 71px;
        z-index: 2;
        border-radius: 50%;
        text-align: center;
        transition: all ease 0.5s;
        border: 1px solid rgba(40, 58, 94, 0.15);
        background-color: #ffffff;
    }

        .main-slider .swiper-btn-next i {
            color: #283A5E;
            font-size: 23px;
            transition: all ease 0.5s;
        }

        .main-slider .swiper-btn-next:hover {
            background: #4774FF;
        }

            .main-slider .swiper-btn-next:hover i {
                color: #ffffff;
            }

    .main-slider .swiper-btn-prev {
        position: absolute;
        left: 8px;
        z-index: 2;
        top: 50%;
        width: 65px;
        height: 65px;
        line-height: 71px;
        z-index: 2;
        background: #ffffff;
        border-radius: 50%;
        text-align: center;
        transition: all ease 0.5s;
        border: 1px solid rgba(40, 58, 94, 0.15);
    }

        .main-slider .swiper-btn-prev i {
            color: #283A5E;
            font-size: 23px;
            transition: all ease 0.5s;
        }

        .main-slider .swiper-btn-prev:hover {
            background: #4774FF;
        }

            .main-slider .swiper-btn-prev:hover i {
                color: #ffffff;
            }

.banner-content {
    margin-left: 100px;
    z-index: 2;
}

    .banner-content h1 {
        font-weight: 700;
        font-size: 100px;
        letter-spacing: -0.02em;
        color: #ffffff;
        margin-bottom: 15px;
        font-family: "Roboto";
    }

    .banner-content p {
        font-weight: 600;
        font-size: 16px;
        color: #F5F5F5;
        margin-bottom: 40px;
    }

    .banner-content ul {
        margin-bottom: 0;
        padding-right: 0;
        list-style: none;
    }

        .banner-content ul li {
            display: inline-block;
            padding-left: 20px;
        }

.banner-image {
    margin-left: 75px;
    text-align: left;
}

/*
Booking Area Style
======================================================*/
.booking-wrap {
    position: relative;
    margin-top: -520px;
    z-index: 2;
    box-shadow: 0px 5px 30px 5px rgba(40, 58, 94, 0.05);
    border-radius: 10px 10px 10px 10px;
}

    .booking-wrap .tab-content {
        background-color: #e3e3e3ed;
        padding-right: 35px;
        padding-left: 35px;
        padding-bottom: 20px;
        padding-top: 20px;
        border-radius: 0px 10px 10px 10px;
    }

    .booking-wrap .nav-tabs {
        background: #4774FF;
        max-width: 195px;
        border-radius: 10px 10px 0px 0px;
        display: flex;
        border-radius: 10px 10px 0px 0px;
        justify-content: space-between;
    }

        .booking-wrap .nav-tabs .nav-item:last-child .nav-link.active {
            border-radius: 8px 0px 0px 0px !important;
        }

        .booking-wrap .nav-tabs .nav-item:first-child .nav-link.active {
            border-radius: 0px 8px 0px 0px !important;
        }

        .booking-wrap .nav-tabs .nav-link {
            padding-top: 20px;
            padding-bottom: 20px;
            padding-left: 60px;
            padding-right: 43px;
            font-weight: 600;
            font-size: 18px;
            position: relative;
            color: #283A5E;
            border: none;
        }

            .booking-wrap .nav-tabs .nav-link img {
                position: absolute;
                left: 38px;
                top: 22px;
                transition: all ease 0.5s;
            }

            .booking-wrap .nav-tabs .nav-link .white-icon {
                display: none;
                transition: all ease 0.5s;
            }

            .booking-wrap .nav-tabs .nav-link.active {
                color: #ffffff;
                background-color: #4774FF !important;
                border-color: #4774FF !important;
                border-radius: unset !important;
            }

                .booking-wrap .nav-tabs .nav-link.active .main-icon {
                    display: none;
                }

                .booking-wrap .nav-tabs .nav-link.active .white-icon {
                    display: block;
                }

        .booking-wrap .nav-tabs .nav-link-two {
            transition: all ease 0.5s;
        }

            .booking-wrap .nav-tabs .nav-link-two.active {
                color: #ffffff;
                background-color: #4774FF !important;
                border-color: #4774FF !important;
                border-radius: 0 !important;
                position: relative;
            }

    .booking-wrap .check-box-area {
        padding-top: 20px;
        padding-bottom: 20px;
    }

        .booking-wrap .check-box-area ul {
            list-style: none;
            padding-right: 0;
            margin-bottom: 0;
        }

            .booking-wrap .check-box-area ul li {
                display: inline-block;
                margin-left: 15px;
            }

                .booking-wrap .check-box-area ul li:last-child {
                    margin-left: 0;
                }

                .booking-wrap .check-box-area ul li .form-check-input[type=checkbox] {
                    border-radius: 50px;
                }

                    .booking-wrap .check-box-area ul li .form-check-input[type=checkbox]:focus {
                        box-shadow: unset;
                    }

                .booking-wrap .check-box-area ul li .form-check-label {
                    font-weight: 400;
                    font-size: 16px;
                    font-family: "Roboto";
                    color: #666666;
                    top: 2px;
                    position: relative;
                }

                .booking-wrap .check-box-area ul li .form-check-input {
                    border: solid 2.5px #283A5E;
                    height: 18px;
                    width: 18px;
                }

                    .booking-wrap .check-box-area ul li .form-check-input:checked {
                        background-color: #0d6efd;
                        border-color: #0d6efd !important;
                    }

    .booking-wrap .check-content {
        padding-top: 20px;
        padding-bottom: 20px;
        float: left;
    }

        .booking-wrap .check-content p {
            font-weight: 400;
            font-size: 16px;
        }

            .booking-wrap .check-content p a {
                color: #4774FF;
            }

    .booking-wrap .booking-selector {
        list-style-type: none;
        padding-right: 0;
        padding-top: 20px;
        margin-bottom: 0;
        display: flex;
        align-items: center;
        padding-bottom: 20px;
        justify-content: space-between;
        /*border-top: solid 1px #EAEAEA;*/
        border-bottom: solid 1px #EAEAEA;
    }

        .booking-wrap .booking-selector li {
            display: inline-block;
        }

            .booking-wrap .booking-selector li .form-select {
                display: block;
                width: 200px;
                padding: 10px 1px 10px 11px;
                /*font-weight: 600;*/
                font-size: 18px;
                border: none !important;
            }

                .booking-wrap .booking-selector li .form-select:focus {
                    box-shadow: unset;
                    outline: 0;
                }

            .booking-wrap .booking-selector li .form-grp.select {
                padding: 5px 10px;
                border-left: solid 1px #EAEAEA;
            }

                .booking-wrap .booking-selector li .form-grp.select label {
                    position: relative;
                    padding-left: 24px;
                    font-weight: 400;
                    font-size: 16px;
                    color: #666666;
                    margin-bottom: 8px;
                }

                    .booking-wrap .booking-selector li .form-grp.select label img {
                        position: absolute;
                        left: 0;
                        top: 1px;
                    }

    .booking-wrap .last-check-warp {
        margin-top: 30px;
    }

        .booking-wrap .last-check-warp .warp-one {
            margin-left: 20px;
        }

            .booking-wrap .last-check-warp .warp-one input#flexSwitchCheckDefault {
                border-color: #283A5E;
            }

                .booking-wrap .last-check-warp .warp-one input#flexSwitchCheckDefault:focus {
                    box-shadow: unset;
                }

            .booking-wrap .last-check-warp .warp-one input#flexSwitchCheckDefault2 {
                border-color: #283A5E;
            }

                .booking-wrap .last-check-warp .warp-one input#flexSwitchCheckDefault2:focus {
                    box-shadow: unset;
                }

            .booking-wrap .last-check-warp .warp-one .form-check-input {
                border: solid 2px #283A5E;
                width: 35px;
                height: 20px;
            }

    .booking-wrap .default-btn-one:hover {
        background: transparent;
        color: #4774FF;
        border: 1px solid #4774FF;
    }

        .booking-wrap .default-btn-one:hover i {
            color: #4774FF;
        }

    .booking-wrap .form-check-input[type=checkbox] {
        border-radius: 50px;
    }

        .booking-wrap .form-check-input[type=checkbox]:focus {
            box-shadow: unset;
        }

/*
About Area Style
======================================================*/
.about-image {
    position: relative;
    margin-left: 40px;
}

    .about-image .about-image-two {
        position: absolute;
        width: 288px;
        height: 370px;
        bottom: 30px;
        right: 0;
    }

    .about-image .about-image-one {
        margin-top: 30px;
    }

    .about-image img {
        border-radius: 10px;
    }

.responsive-image {
    display: none;
}

.single-content span {
    font-weight: 600;
    font-size: 18px;
    color: #4774FF;
    display: block;
    margin-bottom: 5px;
}

.single-content h2 {
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 18px;
    margin-left: 20px;
    font-family: "Roboto";
}

.single-content p {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 25px;
}

.about-content .about-icon {
    padding-right: 0;
    list-style-type: none;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

    .about-content .about-icon li {
        display: inline-block;
        margin-left: 50px;
    }

        .about-content .about-icon li:last-child {
            margin-left: 0;
        }

        .about-content .about-icon li img {
            margin-bottom: 20px;
        }

        .about-content .about-icon li h5 {
            font-family: "Roboto";
            font-weight: 800;
            font-size: 20px;
        }

.destination-warp {
    position: relative;
}

    .destination-warp img {
        border-radius: 10px;
    }

    .destination-warp:hover .destination-content {
        visibility: visible;
        opacity: 1;
        bottom: 20px;
        left: 20px;
        right: 20px;
    }

    .destination-warp .destination-content {
        background: #ffffff;
        padding: 20px;
        position: absolute;
        border-radius: 10px;
        opacity: 0;
        right: 20px;
        left: 20px;
        bottom: 0px;
        visibility: hidden;
        transition: all 0.7s;
    }

        .destination-warp .destination-content .guest {
            justify-content: space-between;
            margin-bottom: 20px;
        }

            .destination-warp .destination-content .guest h6 {
                font-weight: 800;
                font-size: 22px;
                margin-bottom: 0;
            }

                .destination-warp .destination-content .guest h6 a {
                    color: #283A5E;
                }

            .destination-warp .destination-content .guest p {
                font-weight: 400;
                font-size: 15px;
                margin-bottom: -11px;
            }

                .destination-warp .destination-content .guest p span {
                    font-weight: 800;
                    font-size: 16px;
                    color: #4774FF;
                }

        .destination-warp .destination-content p {
            position: relative;
            padding-right: 20px;
        }

            .destination-warp .destination-content p img {
                position: absolute;
                right: 0;
                top: 0;
            }

.owl-nav {
    position: absolute;
    top: 40%;
    right: 0;
    left: 0;
}

    .owl-nav .owl-next {
        position: absolute;
        left: -90px;
    }

    .owl-nav .owl-prev {
        position: absolute;
        right: -90px;
    }

    .owl-nav [class*=owl-] {
        width: 55px;
        height: 55px;
        border-radius: 50% !important;
        line-height: 55px !important;
        background: #ffffff !important;
        text-align: center;
        font-size: 30px !important;
        transition: all ease 0.5s;
        border: 1px solid transparent !important;
        color: #283A5E !important;
        border: 1px solid rgba(40, 58, 94, 0.15) !important;
    }

        .owl-nav [class*=owl-] i {
            font-size: 20px;
        }

        .owl-nav [class*=owl-]:hover {
            background: #4774FF !important;
            color: #ffffff !important;
            text-decoration: none;
        }

/*
Easy Style
======================================================*/
.easy-list {
    list-style: none;
    padding-right: 0;
    margin-bottom: 0;
}

    .easy-list li {
        position: relative;
        padding-right: 90px;
        margin-bottom: 20px;
    }

        .easy-list li p {
            margin-bottom: 0;
            font-weight: 400;
            font-size: 16px;
        }

        .easy-list li h6 {
            margin-bottom: 12px;
            font-weight: 800;
            font-size: 20px;
        }

        .easy-list li img {
            position: absolute;
            right: 0;
            top: 2px;
        }

        .easy-list li:last-child {
            margin-bottom: 0;
        }

.easy-card {
    margin-right: 70px;
    margin-left: 30px;
    background: #ffffff;
    box-shadow: 6px 6px 30px -4px rgba(40, 58, 94, 0.1);
    border-radius: 10px;
    padding: 30px;
}

    .easy-card .easy-card-image {
        border-radius: 10px;
    }

    .easy-card .easy-warp {
        margin-top: 30px;
        justify-content: space-between;
    }

        .easy-card .easy-warp .card-content h4 {
            font-weight: 800;
            font-size: 20px;
            margin-bottom: 15px;
        }

        .easy-card .easy-warp .card-content .card-list {
            list-style: none;
            padding-right: 0;
            margin-bottom: 20px;
        }

            .easy-card .easy-warp .card-content .card-list li {
                display: inline-block;
                font-weight: 400;
                font-size: 16px;
                position: relative;
                padding-left: 12px;
            }

                .easy-card .easy-warp .card-content .card-list li:last-child {
                    padding-left: 0;
                }

                    .easy-card .easy-warp .card-content .card-list li:last-child::before {
                        background: transparent;
                    }

                .easy-card .easy-warp .card-content .card-list li a {
                    color: #666666;
                }

                .easy-card .easy-warp .card-content .card-list li::before {
                    position: absolute;
                    content: "";
                    top: 4px;
                    left: 3px;
                    bottom: 0;
                    height: 16px;
                    width: 1px;
                    background: #84829A;
                }

        .easy-card .easy-warp .card-content .card-list-two {
            list-style: none;
            padding-right: 0;
            margin-bottom: 20px;
        }

            .easy-card .easy-warp .card-content .card-list-two li {
                display: inline-block;
                margin-left: 10px;
                background: rgba(71, 116, 255, 0.1);
                height: 36px;
                width: 36px;
                line-height: 43px;
                border-radius: 50px;
                text-align: center;
            }

                .easy-card .easy-warp .card-content .card-list-two li a {
                    display: inline-block;
                }

                    .easy-card .easy-warp .card-content .card-list-two li a i {
                        color: #283A5E;
                    }

                    .easy-card .easy-warp .card-content .card-list-two li a img {
                        margin-bottom: 7px;
                    }

        .easy-card .easy-warp .card-content p {
            position: relative;
            padding-right: 30px;
        }

            .easy-card .easy-warp .card-content p img {
                position: absolute;
                right: 0;
                top: 4px;
                border-radius: 0;
            }

        .easy-card .easy-warp .card-content-two {
            box-shadow: 0px 6px 30px 1px rgba(40, 58, 94, 0.1);
            border-radius: 18px;
            padding: 20px 20px 20px 0px;
            position: relative;
            left: -80px;
            margin-right: -70px;
            background-color: #ffffff;
        }

            .easy-card .easy-warp .card-content-two .card-two-list {
                position: relative;
                padding-right: 75px;
                width: 265px;
            }

                .easy-card .easy-warp .card-content-two .card-two-list img {
                    position: absolute;
                    right: 0;
                    top: 0;
                    border-radius: 50px;
                }

                .easy-card .easy-warp .card-content-two .card-two-list p {
                    margin-bottom: 8px;
                }

                .easy-card .easy-warp .card-content-two .card-two-list h5 {
                    font-weight: 600;
                    font-family: "Roboto";
                    font-size: 18px;
                }

                .easy-card .easy-warp .card-content-two .card-two-list h6 {
                    font-weight: 600;
                    font-family: "Roboto";
                    font-size: 16px;
                    margin-bottom: 0;
                    position: relative;
                    padding-bottom: 15px;
                }

                    .easy-card .easy-warp .card-content-two .card-two-list h6 span {
                        color: #4774FF;
                    }

                    .easy-card .easy-warp .card-content-two .card-two-list h6::before {
                        content: "";
                        position: absolute;
                        right: -10px;
                        left: 0;
                        bottom: 0;
                        background: #F5F5F5;
                        border-radius: 30px;
                        width: 155px;
                        height: 5px;
                    }

                    .easy-card .easy-warp .card-content-two .card-two-list h6::after {
                        content: "";
                        position: absolute;
                        right: -10px;
                        left: 0;
                        bottom: 0;
                        background: #4774FF;
                        border-radius: 30px;
                        width: 75px;
                        height: 5px;
                    }

/*
Funfect Area Style
======================================================*/
.funfect-area {
    position: relative;
    z-index: 1;
}

    .funfect-area::before {
        position: absolute;
        content: "";
        top: 35%;
        right: 0;
        bottom: 0;
        height: 20px;
        width: 204px;
        background: rgba(71, 116, 255, 0.05);
        z-index: -1;
    }

    .funfect-area::after {
        position: absolute;
        content: "";
        top: 35%;
        bottom: 0;
        left: 0;
        height: 20px;
        width: 204px;
        background: rgba(71, 116, 255, 0.05);
        z-index: -1;
    }

.funfect-warp {
    background: rgba(71, 116, 255, 0.05);
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}

    .funfect-warp .single-funfacts-box {
        background: #ffffff;
        border-radius: 10px;
        text-align: center;
        padding: 70px 40px;
    }

        .funfect-warp .single-funfacts-box h3 {
            font-weight: 700;
            font-size: 50px;
            font-family: "Roboto";
        }

            .funfect-warp .single-funfacts-box h3 .content {
                position: relative;
                top: 9px;
                right: 5px;
            }

/*
Booking Area Style
======================================================*/
.booking-image {
    background-image: url(../images/bookings/booking-1.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    border-radius: 10px;
}

.bg-image-2 {
    background-image: url(../images/bookings/booking-2.webp);
}

.bg-image-3 {
    background-image: url(../images/bookings/booking-3.webp);
}

.bg-image-4 {
    background-image: url(../images/bookings/booking-4.webp);
}

.booking-warp {
    margin-bottom: 25px;
}

.booking-contact {
    padding: 20px;
}

    .booking-contact .booking-star {
        padding-right: 0;
        margin-bottom: 8px;
        list-style: none;
    }

        .booking-contact .booking-star li {
            display: inline-block;
            padding-left: 2px;
        }

            .booking-contact .booking-star li i {
                color: #FFBC08;
                font-size: 19px;
            }

    .booking-contact h6 {
        font-weight: 800;
        font-size: 20px;
        margin-bottom: 15px;
    }

    .booking-contact p {
        font-weight: 600;
        font-size: 16px;
        color: #c35708;
        width: 50%;
        align-items: center;
        margin-bottom: 0px;
    }

    .booking-contact span {
        font-weight: 600;
        font-size: 20px;
        display: inline-block;
        color: #283A5E;
        /*margin-bottom: 25px;*/
    }

    .booking-contact .flight {
        justify-content: space-between;
    }

        .booking-contact .flight p {
            font-weight: 400;
            font-size: 15px;
            margin-bottom: 0;
        }

            .booking-contact .flight p span {
                font-weight: 700;
                font-size: 20px;
                color: #4774FF;
                margin-bottom: 0;
            }

        .booking-contact .flight .default-btn-three {
            background-color: #FFFFFF;
            border: 1px solid rgba(40, 58, 94, 0.3);
            color: #4774FF;
        }

            .booking-contact .flight .default-btn-three i {
                color: #4774FF;
            }

            .booking-contact .flight .default-btn-three:hover {
                background-color: #4774FF;
                color: #ffffff;
            }

                .booking-contact .flight .default-btn-three:hover i {
                    color: #ffffff;
                }

/*
Inform Area Style
======================================================*/
.inform-image {
    background-image: url(../images/informs/inform-1.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    border-radius: 10px 0px 0px 10px;
}

.inform-contact {
    background: rgba(71, 116, 255, 0.05);
    border-radius: 0px 10px 10px 0px;
    padding: 100px 60px;
}

    .inform-contact .booking-flight {
        justify-content: space-between;
    }

        .inform-contact .booking-flight .booking-flight-content {
            position: relative;
            left: 90px;
        }

            .inform-contact .booking-flight .booking-flight-content h6 {
                font-weight: 800;
                font-size: 20px;
                margin-bottom: 10px;
            }

            .inform-contact .booking-flight .booking-flight-content a {
                font-weight: 400;
                font-size: 16px;
                color: #666666;
            }

        .inform-contact .booking-flight .inform-btn .default-btn-two {
            border: 1px solid rgba(40, 58, 94, 0.3);
            color: #4774FF;
            transition: all ease 0.5s;
        }

            .inform-contact .booking-flight .inform-btn .default-btn-two i {
                color: #4774FF;
                transition: all ease 0.5s;
            }

            .inform-contact .booking-flight .inform-btn .default-btn-two:hover {
                background-color: #4774FF;
                color: #ffffff;
            }

                .inform-contact .booking-flight .inform-btn .default-btn-two:hover i {
                    color: #ffffff;
                }

/*
Package Area Style
======================================================*/
.package-widget {
    position: relative;
    bottom: 0px;
}

    .package-widget .package-main {
        border-radius: 10px;
    }

    .package-widget .package-content-two {
        padding: 35px 35px;
        position: absolute;
        margin: 30px;
        bottom: 0;
        background: #FFFFFF;
        border-radius: 10px;
        transition: all ease 0.9s;
    }

        .package-widget .package-content-two h5 {
            font-weight: 800;
            font-size: 20px;
            margin-bottom: 10px;
        }

        .package-widget .package-content-two p {
            font-weight: 400;
            font-size: 16px;
            margin-bottom: 0px;
        }

    .package-widget .package-content {
        background: #FFFFFF;
        border-radius: 10px;
        padding: 30px;
        position: absolute;
        margin: 30px;
        bottom: 0;
        opacity: 0;
        visibility: hidden;
        transition: all ease 0.9s;
    }

        .package-widget .package-content .package-icon {
            width: 50px;
            height: 50px;
            background: #4774FF;
            text-align: center;
            line-height: 51px;
            border-radius: 50px;
            position: absolute;
            left: 35px;
            border: solid 3px #fff;
            color: #fff;
            top: -30px;
        }

        .package-widget .package-content .wifi-list {
            list-style: none;
            padding-right: 0;
            margin-bottom: 20px;
        }

            .package-widget .package-content .wifi-list li {
                display: inline-block;
                position: relative;
                padding-right: 25px;
                margin-bottom: 15px;
                padding-left: 15px;
            }

                .package-widget .package-content .wifi-list li:last-child {
                    margin-bottom: 0;
                }

                .package-widget .package-content .wifi-list li img {
                    position: absolute;
                    right: 0;
                }

        .package-widget .package-content .flight {
            justify-content: space-between;
        }

            .package-widget .package-content .flight p {
                margin-bottom: 0;
                font-weight: 400;
                font-size: 15px;
            }

                .package-widget .package-content .flight p span {
                    font-weight: 800;
                    font-size: 20px;
                    color: #4774FF;
                }

        .package-widget .package-content h5 {
            font-weight: 800;
            font-size: 20px;
            margin-bottom: 10px;
        }

            .package-widget .package-content h5 a {
                color: #283A5E;
            }

        .package-widget .package-content p {
            font-weight: 400;
            font-size: 16px;
            margin-bottom: 20px;
        }

    .package-widget:hover .package-content {
        visibility: visible;
        opacity: 1;
    }

    .package-widget:hover .package-content-two {
        visibility: hidden;
        opacity: 0;
    }

/*
Subscribe Area Style
======================================================*/
.subscribe-warp {
    background: #283A5E;
    border-radius: 10px;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}

    .subscribe-warp .subscribe-image {
        margin-right: 100px;
    }

        .subscribe-warp .subscribe-image img {
            border-radius: 10px;
        }

    .subscribe-warp .subscribe-shape-1 {
        position: absolute;
        top: -45px;
        right: 17%;
        opacity: 5%;
    }

    .subscribe-warp .subscribe-shape-2 {
        position: absolute;
        right: 43%;
        bottom: 4%;
    }

    .subscribe-warp .subscribe-shape-3 {
        position: absolute;
        right: 10%;
    }

    .subscribe-warp .subscribe-shape-4 {
        position: absolute;
        right: 55%;
        top: 64%;
        z-index: 0;
    }

    .subscribe-warp .subscribe-shape-5 {
        position: absolute;
        top: 11px;
        right: 17%;
        opacity: 1;
    }

    .subscribe-warp .subscribe-shape-6 {
        position: absolute;
        right: 50%;
        top: 10%;
    }

.subscribe-content h2 {
    color: #ffffff;
}

.subscribe-content p {
    color: #F1F1F1;
}

.subscribe-content span {
    color: #4774FF;
}

.subscribe-content .form-control {
    height: 65px;
    position: relative;
    border: none;
    border-radius: 100px;
    background-color: #ffffff;
    padding-right: 30px;
}

    .subscribe-content .form-control:focus {
        box-shadow: unset;
    }

.subscribe-content .default-btn-three {
    position: absolute;
    left: 5px;
    top: 5px;
}

.subscribe-content .newsletter-form {
    position: relative;
}

.subscribe-content div#validator-newsletter {
    position: absolute;
    top: 80px;
    right: 30px;
    color: red;
}

/*
Clint Area Style
======================================================*/
.client-warp {
    background: #FFFFFF;
    box-shadow: 0px 6px 30px rgba(40, 58, 94, 0.05);
    border-radius: 10px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 50px;
    padding-left: 50px;
    margin-bottom: 25px;
}

    .client-warp p {
        font-weight: 400;
        font-size: 16px;
        margin-bottom: 30px;
    }

    .client-warp .user-icon {
        justify-content: space-between;
    }

        .client-warp .user-icon img {
            border-radius: 50%;
        }

        .client-warp .user-icon .user-content {
            padding-left: 250px;
        }

            .client-warp .user-icon .user-content p {
                margin-bottom: 0;
            }

            .client-warp .user-icon .user-content h6 {
                font-weight: 800;
                font-size: 18px;
                margin-bottom: 8px;
            }

        .client-warp .user-icon i {
            font-size: 70px;
            opacity: 29%;
            position: relative;
            left: 40px;
            top: 25px;
            line-height: 0;
        }

/*
Blog Area Style
======================================================*/
.blog-card {
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 6px 30px rgba(40, 58, 94, 0.05);
    border-radius: 0px 0px 10px 10px;
    margin-bottom: 25px;
}

    .blog-card img {
        border-radius: 10px 10px 0px 0px;
    }

    .blog-card .default-btn-two {
        border: 1px solid rgba(40, 58, 94, 0.3);
        color: #4774FF;
    }

        .blog-card .default-btn-two i {
            color: #4774FF;
        }

    .blog-card:hover .default-btn-two {
        background-color: #4774FF;
        border: 1px solid #4774FF;
        color: #ffffff;
    }

        .blog-card:hover .default-btn-two i {
            color: #fff;
        }

    .blog-card:hover .blog-content h3 a {
        color: #4774FF;
    }

    .blog-card .blog-date {
        background: #4774FF;
        border-radius: 10px 10px 0px 0px;
        width: 65px;
        height: 65px;
        text-align: center;
        position: relative;
        right: 40px;
        padding: 10px;
        top: -65px;
        margin-bottom: -65px;
    }

        .blog-card .blog-date span {
            font-weight: 800;
            font-size: 15px;
            color: #FFFFFF;
        }

        .blog-card .blog-date p {
            font-weight: 800;
            font-size: 15px;
            color: #FFFFFF;
        }

    .blog-card .blog-content {
        padding: 35px 35px 35px 20px;
    }

        .blog-card .blog-content .admin-icon {
            list-style: none;
            padding-right: 0;
            margin-bottom: 15px;
        }

            .blog-card .blog-content .admin-icon li {
                display: inline-block;
                padding-left: 8px;
            }

                .blog-card .blog-content .admin-icon li i {
                    color: #4774FF;
                }

        .blog-card .blog-content h3 {
            font-weight: 800;
            font-size: 20px;
        }

            .blog-card .blog-content h3 a {
                color: #283A5E;
            }

.section-blog {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

    .section-blog span {
        font-weight: 600;
        font-size: 18px;
        color: #4774FF;
        display: block;
        margin-bottom: 15px;
    }

    .section-blog h2 {
        font-weight: 600;
        font-size: 40px;
        max-width: 535px;
        margin-bottom: 15px;
        font-family: "Roboto";
    }

    .section-blog p {
        font-weight: 400;
        font-size: 16px;
        max-width: 535px;
        margin-bottom: 0;
    }

/*
Footer Area Style
======================================================*/
.footer-area {
    background: #283A5E;
}

.footer-widget-twoo {
    margin-right: -30px;
}

.footer-widget-twooo {
    margin-right: -30px;
    padding-left: 0px;
}

.footer-widget {
    margin-bottom: 25px;
}

    .footer-widget .white-logo {
        margin-bottom: 20px;
    }

    .footer-widget p {
        font-weight: 400;
        font-size: 16px;
        color: #E3E3E3;
        margin-right: 90px;
    }

    .footer-widget ul {
        list-style-type: none;
        padding-right: 0;
        margin-bottom: 0;
    }

    .footer-widget .social-link {
        margin-top: 20px;
    }

        .footer-widget .social-link li {
            display: inline-block;
            padding-left: 5px;
        }

            .footer-widget .social-link li a {
                height: 30px;
                width: 30px;
                line-height: 35px;
                font-size: 13px;
                border-radius: 50px;
                background-color: #ffffff;
                color: #283A5E;
                display: inline-block;
                text-align: center;
                transition: all ease 0.5s;
            }

                .footer-widget .social-link li a:hover {
                    background-color: #4774FF;
                    color: #ffffff;
                }

    .footer-widget h3 {
        font-weight: 800;
        font-size: 20px;
        color: #ffffff;
        margin-bottom: 25px;
    }

    .footer-widget .pages-link li {
        margin-bottom: 10px;
    }

        .footer-widget .pages-link li a {
            color: #ffffff;
            font-weight: 600;
            font-size: 16px;
            transition: all ease 0.5s;
            color: #fff;
        }

            .footer-widget .pages-link li a:hover {
                padding-right: 10px;
                color: #4774FF;
            }

    .footer-widget .footer-contact li {
        font-weight: 400;
        font-size: 15px;
        color: #ffffff;
        margin-bottom: 20px;
        position: relative;
        padding-left: 25px;
        color: #E3E3E3;
    }

        .footer-widget .footer-contact li i {
            color: #ffffff;
            position: absolute;
            left: 0;
            top: 2px;
            font-size: 17px;
        }

        .footer-widget .footer-contact li a {
            color: #ffffff;
            transition: all ease 0.5s;
        }

            .footer-widget .footer-contact li a:hover {
                color: #4774FF;
            }

    .footer-widget .topic-warp {
        margin-bottom: 25px;
    }

        .footer-widget .topic-warp .topic-content p {
            margin-bottom: 0;
            margin-left: 0;
            font-weight: 400;
            font-size: 15px;
            color: #E3E3E3;
        }

        .footer-widget .topic-warp .topic-content h5 {
            font-weight: 800;
            font-size: 18px;
        }

            .footer-widget .topic-warp .topic-content h5 a {
                color: #ffffff;
            }

                .footer-widget .topic-warp .topic-content h5 a:hover {
                    color: #4774FF;
                }

        .footer-widget .topic-warp .topic-image {
            margin-left: 15px;
        }

            .footer-widget .topic-warp .topic-image img {
                border-radius: 10px;
                width: 120px;
            }

.footer-widget-two {
    margin-right: 55px;
    margin-bottom: 0px;
}

.copyright-area {
    background: #4774FF;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .copyright-area p {
        margin-bottom: 0;
        color: #FFFFFF;
        font-weight: 400;
        font-size: 16px;
    }

        .copyright-area p span {
            font-weight: 700;
            font-size: 16px;
            margin-left: 5px;
            margin-right: 4px;
        }

        .copyright-area p a {
            /*font-weight: 700;*/
            font-size: 16px;
            padding-right: 5px;
            color: #FFFFFF;
            transition: all ease 0.5s;
        }

            .copyright-area p a:hover {
                color: #F08F28E;
            }

    .copyright-area ul {
        list-style-type: none;
        padding-right: 0;
        margin-bottom: 0;
        text-align: left;
    }

        .copyright-area ul li {
            display: inline-block;
            padding-left: 15px;
            position: relative;
        }

            .copyright-area ul li a {
                font-weight: 400;
                font-size: 16px;
                color: #ffffff;
            }

            .copyright-area ul li:before {
                position: absolute;
                content: "";
                top: 3px;
                bottom: 0;
                left: 4px;
                transform: rotate(25deg);
                height: 16px;
                width: 1px;
                background-color: #ffffff;
            }

            .copyright-area ul li:last-child:before {
                background-color: transparent;
            }

/*
Top button Style
======================================================*/
.progress-wrap {
    position: fixed;
    left: 50px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    background-color: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(150, 150, 150, 0.5882352941);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 200ms linear;
}

    .progress-wrap.active-progress {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .progress-wrap::after {
        position: absolute;
        content: "↑";
        text-align: center;
        line-height: 46px;
        font-size: 24px;
        color: #4774FF;
        right: 0;
        top: 0;
        height: 46px;
        width: 46px;
        cursor: pointer;
        display: block;
        z-index: 1;
        transition: all 200ms linear;
    }

    .progress-wrap:hover::after {
        opacity: 0;
    }

    .progress-wrap::before {
        position: absolute;
        content: "↑";
        text-align: center;
        line-height: 46px;
        font-size: 30px;
        opacity: 0;
        right: 0;
        top: 0;
        height: 46px;
        width: 46px;
        cursor: pointer;
        display: block;
        z-index: 2;
        transition: all 200ms linear;
    }

    .progress-wrap:hover::before {
        opacity: 1;
    }

    .progress-wrap svg path {
        fill: none;
    }

    .progress-wrap svg.progress-circle path {
        stroke: #4774FF;
        stroke-width: 4;
        box-sizing: border-box;
        transition: all 200ms linear;
    }

@-webkit-keyframes top-bottom {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(20px);
    }
}

@keyframes top-bottom {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(20px);
    }
}
/*
Hero Area  Style
======================================================*/
.hero-area-style2 {
    background-image: url(../images/banners/banner-3.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 225px;
    padding-bottom: 225px;
    top: -100px;
    margin-bottom: -100px;
}

.banner-content-two {
    margin-left: 0;
}

    .banner-content-two p {
        margin-left: 30px;
    }

    .banner-content-two .default-btn-one {
        background: #ffffff;
        color: #4774FF;
    }

        .banner-content-two .default-btn-one i {
            color: #4774FF;
        }

        .banner-content-two .default-btn-one:hover {
            background: transparent;
            border: 1px solid rgba(255, 255, 255, 0.6);
            color: #ffffff;
        }

            .banner-content-two .default-btn-one:hover i {
                color: #ffffff;
            }

.input-box-warp {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 40px;
    margin-right: 190px;
    position: relative;
}

    .input-box-warp:before {
        content: "";
        position: absolute;
        top: -12px;
        right: -11px;
        left: 0;
        bottom: 0;
        height: 105%;
        width: 105%;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 10px;
    }

    .input-box-warp ul {
        padding-right: 0;
        margin-bottom: 0;
        list-style-type: none;
    }

        .input-box-warp ul li {
            position: relative;
        }

            .input-box-warp ul li .form-control {
                position: relative;
                background: rgba(71, 116, 255, 0.1);
                border-radius: 50px;
                height: 50px;
                margin-bottom: 15px;
                padding: 10px 20px;
                border: none;
            }

                .input-box-warp ul li .form-control:focus {
                    box-shadow: unset;
                }

            .input-box-warp ul li .form-select {
                position: relative;
                background: rgba(71, 116, 255, 0.1);
                border-radius: 50px;
                height: 50px;
                margin-bottom: 15px;
                padding: 10px 20px;
                border: none;
            }

                .input-box-warp ul li .form-select:focus {
                    box-shadow: unset;
                }

            .input-box-warp ul li img {
                position: absolute;
                top: 14px;
                left: 25px;
            }

            .input-box-warp ul li .default-btn-one {
                width: 100%;
                text-align: center;
            }

                .input-box-warp ul li .default-btn-one i {
                    right: -10px;
                    color: #ffffff;
                    position: relative;
                    top: 4px;
                    transition: all ease 0.5s;
                }

                .input-box-warp ul li .default-btn-one:hover {
                    background: transparent;
                    color: #4774FF;
                    border: 1px solid #4774FF;
                }

                    .input-box-warp ul li .default-btn-one:hover i {
                        color: #4774FF;
                        position: relative;
                    }

/*
Features Area  Style
======================================================*/
.features-area {
    position: relative;
    top: -80px;
    margin-bottom: -100px;
    z-index: 2;
}

.features-warp {
    background-color: #fff;
    padding: 10px;
    box-shadow: 0px 6px 30px 5px rgba(40, 58, 94, 0.06);
    border-radius: 10px;
}

.features-widget {
    border-radius: 10px;
    padding: 15px;
    background: rgba(71, 116, 255, 0.03);
    border-radius: 10px;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    display: flex;
    flex-direction: column; /* به صورت عمودی چیده شوند */
    align-items: center; /* وسط‌چین افقی */
    justify-content: center; /* وسط‌چین عمودی */
    text-align: center; /* متن داخلش هم وسط‌چین شود */
}

    .features-widget .white {
        transition: 0.8s;
        opacity: 0;
    }

    .features-widget .features-icon {
        background: #FFFFFF;
        box-shadow: 0px 6px 30px 5px rgba(40, 58, 94, 0.04);
        height: 75px;
        width: 75px;
        text-align: center;
        line-height: 80px;
        border-radius: 50%;
        position: relative;
        transition: 0.8s;
    }

        .features-widget .features-icon img {
            transition: 0.5s;
        }

    /*.features-widget .features-content {
        margin-right: 20px;
    }*/

    .features-widget .features-content h6 {
        font-weight: 700;
        font-size: 16px;
        margin-bottom: 0;
        margin-top: 8px;
    }

    .features-widget:hover .white {
        opacity: 1;
    }

    .features-widget:hover .color {
        display: none;
    }

    .features-widget:hover .features-icon {
        background: #4774FF;
    }

/*
Deals Area  Style
======================================================*/
.deal-content {
    padding: 30px 30px 30px 25px;
    background: #FFFFFF;
    box-shadow: 0px 6px 30px 5px rgba(40, 58, 94, 0.06);
    border-radius: 0px 0px 10px 10px;
}

    .deal-content h3 {
        font-weight: 800;
        font-size: 22px;
        margin-bottom: 15px;
    }

    .deal-content .offer {
        justify-content: space-between;
        margin-bottom: 2px;
    }

        .deal-content .offer p {
            position: relative;
            padding-right: 25px;
            margin-bottom: 0;
        }

            .deal-content .offer p img {
                position: absolute;
                right: 0;
                top: 0;
            }

        .deal-content .offer span {
            background: rgba(71, 116, 255, 0.1);
            border-radius: 50px;
            padding: 10px 20px;
            font-weight: 600;
            font-size: 14px;
            color: #283A5E;
        }

    .deal-content .review {
        font-weight: 400;
        font-size: 15px;
        color: #666666;
    }

        .deal-content .review span {
            font-weight: 700;
            font-size: 15px;
            color: #283A5E;
            padding-left: 4px;
        }

    .deal-content .flight {
        justify-content: space-between;
    }

        .deal-content .flight p {
            margin-bottom: 0;
            font-weight: 400;
            font-size: 15px;
        }

            .deal-content .flight p span {
                font-weight: 800;
                font-size: 18px;
                color: #4774FF;
                padding-left: 5px;
            }

    .deal-content .default-btn-two {
        border: 1px solid rgba(40, 58, 94, 0.3);
        color: #4774FF;
    }

        .deal-content .default-btn-two i {
            color: #4774FF;
            transition: all ease 0.5s;
        }

.deal-warp {
    position: relative;
}

    .deal-warp img {
        border-radius: 10px 10px 0px 0px;
    }

    .deal-warp:hover .default-btn-two {
        border: 1px solid #4774FF;
        color: #ffffff;
        background-color: #4774FF;
    }

        .deal-warp:hover .default-btn-two i {
            color: #ffffff;
        }

    .deal-warp:hover .love-icon {
        background-color: #4774FF;
    }

        .deal-warp:hover .love-icon i {
            color: #ffffff;
        }

    .deal-warp .love-icon {
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 51px;
        border-radius: 50px;
        background-color: #ffffff;
        position: absolute;
        top: 30px;
        left: 30px;
        transition: all ease 0.5s;
    }

        .deal-warp .love-icon i {
            font-size: 20px;
            transition: all ease 0.5s;
        }

/*
City Area  Style
======================================================*/
.city-section {
    text-align: right;
    margin-right: 0 !important;
    max-width: 500px;
}

.city-tab {
    position: relative;
}

    .city-tab nav {
        position: absolute;
        top: -125px;
        left: 0;
        border-bottom: solid 1px rgba(40, 58, 94, 0.1);
    }

        .city-tab nav .nav-tabs .nav-item.show .nav-link, .city-tab nav .nav-tabs .nav-link {
            font-weight: 600;
            font-size: 16px;
            color: #283A5E;
            padding: 10px 30px;
        }

            .city-tab nav .nav-tabs .nav-item.show .nav-link.active, .city-tab nav .nav-tabs .nav-link.active {
                color: #4774FF !important;
                background-color: transparent !important;
                border-color: transparent;
                border-bottom: solid 1px #4774FF !important;
            }

            .city-tab nav .nav-tabs .nav-item.show .nav-link:hover, .city-tab nav .nav-tabs .nav-link:hover {
                color: #4774FF;
                border-color: transparent;
            }

    .city-tab .city-widget {
        margin-bottom: 25px;
    }

        .city-tab .city-widget img {
            border-radius: 10px;
            margin-bottom: 20px;
        }

        .city-tab .city-widget h5 {
            font-weight: 800;
            font-size: 20px;
            margin-bottom: 15px;
        }

        .city-tab .city-widget ul {
            list-style: none;
            padding-right: 0;
            margin-bottom: 0;
        }

            .city-tab .city-widget ul li {
                display: inline-block;
                padding-left: 15px;
            }

                .city-tab .city-widget ul li p {
                    font-weight: 400;
                    font-size: 15px;
                }

                .city-tab .city-widget ul li span {
                    font-weight: 700;
                    font-size: 15px;
                    color: #4774FF;
                }

.city-area {
    position: relative;
    background: rgba(71, 116, 255, 0.05);
    border-radius: 10px;
}

/*
Places Area  Style
======================================================*/
.places-warp {
    position: relative;
}

    .places-warp img {
        border-radius: 10px;
    }

    .places-warp span {
        position: absolute;
        left: 30px;
        top: 30px;
        padding: 10px 30px;
        background: #283A5E;
        border-radius: 50px;
        font-weight: 600;
        font-size: 16px;
        color: #ffffff;
    }

    .places-warp .places-content {
        background: #FFFFFF;
        border-radius: 10px;
        padding: 30px 40px;
        position: absolute;
        bottom: 20px;
        right: 20px;
        opacity: 0;
        visibility: hidden;
        transition: all 0.8s;
    }

        .places-warp .places-content h4 {
            font-weight: 800;
            font-size: 22px;
            color: #283A5E;
            margin-bottom: 20px;
        }

        .places-warp .places-content p {
            position: relative;
            padding-right: 25px;
            margin-bottom: 0;
        }

            .places-warp .places-content p img {
                position: absolute;
                right: 0;
            }

    .places-warp:hover .places-content {
        opacity: 1;
        visibility: visible;
    }

.places-area .owl-prev {
    position: absolute;
    right: -33px;
}

.places-area .owl-next {
    position: absolute;
    left: -38px;
}

.places-area .owl-nav {
    position: absolute;
    top: 33%;
    right: 0;
    left: 0;
}

/*
Room Area  Style
======================================================*/
.room-warp {
    position: relative;
    margin-bottom: 25px;
    background-color: #dae9f091;
    border-radius: 0px 40px 0px 40px
}

    .room-warp img {
        border-radius: 10px 10px 0px 0px;
    }

    .room-warp .default-btn-two {
        border: 1px solid rgba(40, 58, 94, 0.3);
        color: #4774FF;
    }

        .room-warp .default-btn-two i {
            color: #4774FF;
            transition: all ease 0.5s;
        }

    .room-warp:hover .default-btn-two {
        border: 1px solid #4774FF;
        color: #ffffff;
        background-color: #4774FF;
    }

        .room-warp:hover .default-btn-two i {
            color: #ffffff;
        }

    .room-warp:hover .love-icon {
        background-color: #4774FF;
    }

        .room-warp:hover .love-icon i {
            color: #fff;
        }

    .room-warp .love-icon {
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 51px;
        border-radius: 50px;
        background-color: #ffffff;
        position: absolute;
        top: 20px;
        right: 20px;
        transition: all ease 0.5s;
    }

        .room-warp .love-icon i {
            font-size: 20px;
            transition: all ease 0.5s;
        }

    .room-warp .fast-span {
        background: #041F5E;
        border-radius: 50px;
        padding: 10px 20px;
        font-weight: 600;
        font-size: 14px;
        color: #fff;
        position: absolute;
        top: 10px;
        left: 20px;
    }

    .room-warp .Fori {
        background: #EC1717;
        padding: 10px 15px;
        font-weight: 600;
        font-size: 18px;
        color: #fff;
        position: absolute;
        top: -36px;
    }

        .room-warp .Fori::after {
            content: "";
            position: absolute;
            top: 0;
            right: -15px; /* فاصله از متن اصلی */
            width: 0;
            height: 0;
            border-top: 25px solid transparent;
            border-bottom: 25px solid transparent;
            border-left: 16px solid #EC1717; /* رنگ مثلث */
        }

    .room-warp .Ladder {
        background: #800344;
        padding: 10px 15px;
        font-weight: 600;
        font-size: 18px;
        color: #fff;
        position: absolute;
        top: -36px;
    }

        .room-warp .Ladder::after {
            content: "";
            position: absolute;
            top: 0;
            right: -15px; /* فاصله از متن اصلی */
            width: 0;
            height: 0;
            border-top: 25px solid transparent;
            border-bottom: 25px solid transparent;
            border-left: 16px solid #800344; /* رنگ مثلث */
        }

    .room-warp .Special {
        background: #FFD700;
        padding: 10px 15px;
        font-weight: 600;
        font-size: 18px;
        color: rgb(66, 17, 174);
        position: absolute;
        top: -36px;
    }

        .room-warp .Special::after {
            content: "";
            position: absolute;
            top: 0;
            right: -15px; /* فاصله از متن اصلی */
            width: 0;
            height: 0;
            border-top: 25px solid transparent;
            border-bottom: 25px solid transparent;
            border-left: 16px solid #FFD700; /* رنگ مثلث */
        }

    .room-warp .Fori.Special.Ladder {
        background: #0a7bb3;
        padding: 10px 15px;
        font-weight: 600;
        font-size: 18px;
        color: #fff;
        position: absolute;
        top: -36px;
    }

        .room-warp .Fori.Special.Ladder::after {
            content: "";
            position: absolute;
            top: 0;
            right: -15px; /* فاصله از متن اصلی */
            width: 0;
            height: 0;
            border-top: 25px solid transparent;
            border-bottom: 25px solid transparent;
            border-left: 16px solid #0a7bb3; /* رنگ مثلث */
        }
    /*.room-warp .Ladder {
        background: #ae1171;
        border-radius: 10px 10px 0px 10px;
        padding: 10px 15px;
        font-weight: 600;
        font-size: 12px;
        color: #fff;
        position: absolute;
        top: -36px;
        right: 0px;
    }*/

    .room-warp .room-content {
        padding: 20px;
        /*background: #FFFFFF;*/
        /*box-shadow: 0px 6px 30px 5px rgba(40, 58, 94, 0.03);*/
        border-radius: 0px 0px 10px 10px;
    }

        .room-warp .room-content ul {
            list-style: none;
            padding-right: 0;
            margin-bottom: 0;
            display: inline-grid;
        }

            .room-warp .room-content ul li {
                display: inline-block;
                position: relative;
                margin-bottom: 15px;
                padding-left: 30px;
                font-weight: 600;
                font-size: 20px;
            }

                .room-warp .room-content ul li img {
                    position: absolute;
                    left: 0;
                    top: 0px;
                }

        .room-warp .room-content h5 {
            font-weight: 600;
            font-size: 18px;
        }

        .room-warp .room-content p {
            font-weight: 600;
            font-size: 16px;
            color: #c35708;
            width: 50%;
            align-items: center;
        }

        .room-warp .room-content .flight {
            justify-content: space-between;
        }

            .room-warp .room-content .flight p {
                margin-bottom: 0;
            }

                .room-warp .room-content .flight p span {
                    font-weight: 800;
                    font-size: 18px;
                    color: #4774FF;
                    padding-left: 5px;
                }

/*
Video Area  Style
======================================================*/
.video-image {
    background-image: url(../images/videos/video-1.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding-top: 130px;
    padding-bottom: 270px;
    position: relative;
    border-radius: 10px;
}

    .video-image h2 {
        font-weight: 600;
        font-size: 40px;
        color: #ffffff;
        margin-bottom: 20px;
    }

    .video-image .video-icon {
        position: absolute;
        top: 50%;
        right: 46%;
        transform: translateY(-23px);
    }

        .video-image .video-icon::before {
            content: "";
            position: absolute;
            left: 0;
            border: solid 1px #fff;
            width: 80px;
            padding: 9px;
            top: 3px;
            right: 2px;
            height: 80px;
            border-radius: 55px;
            -webkit-animation: ripple 3s linear infinite;
            animation: ripple 3s linear infinite;
            z-index: -1;
        }

@-webkit-keyframes ripple {
    0% {
        transform: scale();
    }

    75% {
        transform: scale(1.75);
        opacity: 0.6;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes ripple {
    0% {
        transform: scale();
    }

    75% {
        transform: scale(1.75);
        opacity: 0.6;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.video-image .video-icon a {
    height: 85px;
    width: 85px;
    line-height: 85px;
    border-radius: 100%;
    background-color: #4774FF;
    align-items: center;
    justify-content: center;
    display: -ms-flexbox;
    z-index: 1;
    display: flex;
}

    .video-image .video-icon a::before {
        position: absolute;
        content: "";
        height: 70px;
        width: 70px;
        border-radius: 100%;
        background-color: #4774FF;
        -webkit-animation: ripple 4s linear infinite;
        animation: ripple 4s linear infinite;
        z-index: -1;
    }

    .video-image .video-icon a::after {
        position: absolute;
        content: "";
        height: 80px;
        width: 80px;
        border-radius: 100%;
        background: rgba(71, 116, 255, 0.1);
        z-index: -1;
    }

/*
Mans Area  Style
======================================================*/
.mans-warp {
    background: #FFFFFF;
    box-shadow: 0px 6px 30px 5px rgba(40, 58, 94, 0.05);
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 25px;
}

    .mans-warp p {
        margin-bottom: 20px;
    }

    .mans-warp .star-icon {
        padding-right: 0;
        margin-bottom: 15px;
        list-style: none;
    }

        .mans-warp .star-icon li {
            display: inline-block;
            padding-left: 3px;
        }

            .mans-warp .star-icon li i {
                color: #FFBC08;
                font-size: 18px;
            }

    .mans-warp .mans-self {
        justify-content: space-between;
    }

        .mans-warp .mans-self .mans-content h6 {
            font-weight: 800;
            font-size: 18px;
            color: #283A5E;
        }

        .mans-warp .mans-self .mans-content p {
            font-weight: 400;
            font-size: 15px;
            margin-bottom: 0;
        }

        .mans-warp .mans-self .mans-icon i {
            font-size: 65px;
            line-height: 0;
            opacity: 15%;
        }

/*
Update Area  Style
======================================================*/
.latest-content {
    box-shadow: 0px 6px 30px rgba(40, 58, 94, 0.05);
    border-radius: 0px 10px 10px 0px;
    background-color: #ffffff;
    padding: 35px 40px 35px 30px;
}

    .latest-content span {
        font-weight: 600;
        font-size: 16px;
        color: #4774FF;
        margin-bottom: 15px;
        display: inline-block;
    }

    .latest-content .admin-date {
        list-style: none;
        padding-right: 0;
        margin-bottom: 20px;
    }

        .latest-content .admin-date li {
            display: inline-block;
            position: relative;
            padding-left: 20px;
            padding-right: 22px;
        }

            .latest-content .admin-date li i {
                position: absolute;
                right: 0;
                top: 0;
                color: #4774FF;
            }

    .latest-content h3 {
        font-weight: 800;
        font-size: 20px;
        margin-bottom: 15px;
    }

        .latest-content h3 a {
            color: #283A5E;
        }

            .latest-content h3 a:hover {
                color: #4774FF;
            }

    .latest-content p {
        color: #666666;
        margin-bottom: 25px;
    }

    .latest-content .flight {
        justify-content: space-between;
    }

        .latest-content .flight p {
            margin-bottom: 0;
            position: relative;
            padding-right: 20px;
        }

            .latest-content .flight p i {
                position: absolute;
                right: -8px;
                top: -1px;
                font-size: 20px;
                color: #4774FF;
            }

        .latest-content .flight .default-btn-two {
            border: 1px solid rgba(40, 58, 94, 0.3);
            color: #4774FF;
        }

            .latest-content .flight .default-btn-two i {
                color: #4774FF;
            }

    .latest-content:hover .default-btn-two {
        border: 1px solid #4774FF;
        color: #ffffff;
        background-color: #4774FF;
    }

        .latest-content:hover .default-btn-two i {
            color: #ffffff;
        }

.latest-image {
    background-image: url(../images/blogs/blog-4.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    border-radius: 10px 0px 0px 10px;
}

.updates-warp {
    margin-bottom: 30px;
}

    .updates-warp .had-image img {
        border-radius: 10px;
    }

    .updates-warp .had-content p {
        margin-bottom: 0;
    }

    .updates-warp .had-content .admin-date {
        list-style: none;
        padding-right: 0;
        margin-bottom: 12px;
    }

        .updates-warp .had-content .admin-date li {
            display: inline-block;
            position: relative;
            padding-left: 20px;
            padding-right: 22px;
        }

            .updates-warp .had-content .admin-date li i {
                position: absolute;
                right: 0;
                top: 0;
                color: #4774FF;
            }

    .updates-warp .had-content h3 {
        font-weight: 800;
        font-size: 20px;
        margin-bottom: 10px;
    }

        .updates-warp .had-content h3 a {
            color: #283A5E;
        }

            .updates-warp .had-content h3 a:hover {
                color: #4774FF;
            }

.updates-warp-two {
    margin-bottom: 0;
}

/*
Home3 Area  Style
======================================================*/
.hero-area-style3 {
    background-image: url(../images/banners/banner-4.webp);
    top: -116px;
    margin-bottom: -116px;
    position: relative;
}

    .hero-area-style3 .banner-content-three {
        max-width: 832px;
        margin: auto;
    }

    .hero-area-style3 .banner-shape-1 {
        position: absolute;
        bottom: -55px;
        left: 60px;
    }

/*
Pick Area  Style
======================================================*/
.pick-warp {
    background-color: #fff;
    padding: 45px;
    box-shadow: 0px 6px 30px 5px rgba(40, 58, 94, 0.06);
    border-radius: 10px;
}

    .pick-warp .pick-up-list {
        padding-right: 0;
        margin-bottom: 0;
        list-style-type: none;
        display: flex;
        justify-content: space-between;
        position: relative;
    }

        .pick-warp .pick-up-list li {
            position: relative;
            margin-left: 15px;
        }

            .pick-warp .pick-up-list li:last-child {
                margin-left: 0;
            }

            .pick-warp .pick-up-list li .form-control {
                position: relative;
                background: rgba(71, 116, 255, 0.1);
                border-radius: 5px;
                height: 56px;
                width: 235px;
                margin-bottom: 20px;
                padding: 10px 45px;
                border: none;
                color: #666666;
            }

                .pick-warp .pick-up-list li .form-control:focus {
                    box-shadow: unset;
                }

            .pick-warp .pick-up-list li .form-grp.select {
                position: relative;
            }

            .pick-warp .pick-up-list li .form-select {
                position: relative;
                background-color: rgba(71, 116, 255, 0.1);
                border-radius: 5px;
                height: 56px;
                margin-bottom: 20px;
                width: 235px;
                padding: 10px 45px;
                color: #666666;
                border: none;
            }

                .pick-warp .pick-up-list li .form-select:focus {
                    box-shadow: unset;
                }

            .pick-warp .pick-up-list li img {
                position: absolute;
                top: 16px;
                right: 20px;
            }

            .pick-warp .pick-up-list li .default-btn-one {
                border-radius: 5px;
                padding-top: 15px;
                padding-bottom: 14px;
            }

                .pick-warp .pick-up-list li .default-btn-one:hover {
                    background: transparent;
                    color: #4774FF;
                    border: 1px solid #4774FF;
                }

                    .pick-warp .pick-up-list li .default-btn-one:hover i {
                        color: #4774FF;
                    }

    .pick-warp .companies-list {
        padding-right: 0;
        margin-bottom: 0;
        list-style-type: none;
    }

        .pick-warp .companies-list li {
            display: inline-block;
            margin-left: 25px;
        }

            .pick-warp .companies-list li .form-select {
                border: none;
                color: #666666;
            }

                .pick-warp .companies-list li .form-select:focus {
                    box-shadow: unset;
                }

            .pick-warp .companies-list li p a {
                color: #4774FF;
            }

.pick-area {
    position: relative;
    top: -100px;
    margin-bottom: -100px;
}

/*
Home3 About Area  Style
======================================================*/
.about-image-2 {
    margin-left: 30px;
    padding-right: 130px;
}

    .about-image-2 .about-4 {
        width: 260px;
        height: 370px;
        position: absolute;
        right: 0;
        top: 60px;
    }

.about-two-list {
    list-style: none;
    padding-right: 0;
    margin-bottom: 20px;
    margin-left: 40px;
}

    .about-two-list li {
        position: relative;
        padding-right: 30px;
        margin-bottom: 15px;
        font-weight: 700;
        font-size: 16px;
        color: #283A5E;
    }

        .about-two-list li i {
            position: absolute;
            right: 0;
            top: 0;
            font-size: 22px;
            color: #4774FF;
        }

/*
Home3 Service Area  Style
======================================================*/
.service-warp {
    background: rgba(71, 116, 255, 0.05);
    border-radius: 10px;
}

    .service-warp .owl-nav .owl-prev {
        position: absolute;
        right: -130px;
    }

    .service-warp .owl-nav .owl-next {
        position: absolute;
        left: -130px;
    }

.service-widget img {
    border-radius: 10px 10px 0px 0px;
}

.service-widget .service-content {
    background: #ffffff;
    border-radius: 0px 0px 10px 10px;
    padding: 30px;
}

    .service-widget .service-content .flight {
        justify-content: space-between;
    }

        .service-widget .service-content .flight p {
            margin-bottom: 0;
            font-weight: 400;
            font-size: 15px;
        }

            .service-widget .service-content .flight p span {
                font-weight: 800;
                font-size: 18px;
                color: #4774FF;
            }

    .service-widget .service-content .default-btn-two {
        border: 1px solid rgba(40, 58, 94, 0.3);
        color: #4774FF;
    }

        .service-widget .service-content .default-btn-two i {
            color: #4774FF;
            transition: all ease 0.5s;
        }

    .service-widget .service-content h3 {
        font-weight: 800;
        font-size: 22px;
        margin-bottom: 15px;
    }

        .service-widget .service-content h3 a {
            color: #283A5E;
        }

    .service-widget .service-content p {
        margin-bottom: 15px;
    }

.service-widget:hover .default-btn-two {
    border: 1px solid #4774FF;
    color: #ffffff;
    background-color: #4774FF;
}

    .service-widget:hover .default-btn-two i {
        color: #ffffff;
    }

.service-widget:hover h3 a {
    color: #4774FF;
}

/*
Home3 Choose Area  Style
======================================================*/
.choose-content .choose-warp-list .choose-list {
    list-style: none;
    padding-right: 0;
    margin-bottom: 20px;
    margin-left: 40px;
}

    .choose-content .choose-warp-list .choose-list li {
        position: relative;
        padding-right: 30px;
        margin-bottom: 15px;
        font-weight: 700;
        font-size: 16px;
        color: #283A5E;
    }

        .choose-content .choose-warp-list .choose-list li i {
            position: absolute;
            right: 0;
            top: 0;
            font-size: 22px;
            color: #4774FF;
        }

.choose-content .choose-warp-list .choose-last-list {
    margin-left: 0px;
}

.choose-image {
    position: relative;
    padding-left: 112px;
    padding-right: 60px;
}

    .choose-image .choose-3 {
        border-radius: 636px 1000px 0px 1000px;
        position: absolute;
        left: 0;
        top: 45px;
        border-top: #4774FF solid 4px;
        width: 267px;
        border-right: #4774FF solid 4px;
        height: 455px;
    }

    .choose-image .choose-2 {
        width: 234px;
        height: 215px;
        right: 0;
        bottom: 30px;
        border-radius: 15px;
        position: absolute;
        border: solid 8px #fff;
    }

/*
Home3 Mixitup Area  Style
======================================================*/
.container .mix {
    display: none;
}

button.filter:focus-visible {
    outline: 0;
}

/*
Home3 Perfect Area  Style
======================================================*/
.perfect-card {
    position: relative;
    margin-bottom: 25px;
    transition: all ease 0.5s;
}

    .perfect-card .perfect-image img {
        border-radius: 10px 10px 0px 0px;
    }

    .perfect-card .perfect-content {
        padding: 40px;
        background: #ffffff;
        box-shadow: 0px 6px 30px 5px rgba(40, 58, 94, 0.03);
        border-radius: 0px 0px 10px 10px;
        position: relative;
    }

        .perfect-card .perfect-content .wifi-list {
            list-style: none;
            padding-right: 0;
            margin-bottom: 12px;
        }

            .perfect-card .perfect-content .wifi-list li {
                display: inline-block;
                position: relative;
                padding-right: 25px;
                font-weight: 400;
                font-size: 15px;
                padding-left: 15px;
                color: #666666;
            }

                .perfect-card .perfect-content .wifi-list li img {
                    position: absolute;
                    right: 0;
                }

                .perfect-card .perfect-content .wifi-list li:last-child {
                    padding-left: 0px;
                }

        .perfect-card .perfect-content h5 {
            font-weight: 800;
            font-size: 22px;
            margin-bottom: 10px;
        }

            .perfect-card .perfect-content h5 a {
                color: #283A5E;
            }

        .perfect-card .perfect-content p {
            margin-bottom: 20px;
        }

        .perfect-card .perfect-content .flight {
            justify-content: space-between;
        }

            .perfect-card .perfect-content .flight .default-btn-two {
                border: 1px solid rgba(40, 58, 94, 0.3);
                color: #4774FF;
            }

                .perfect-card .perfect-content .flight .default-btn-two i {
                    color: #4774FF;
                }

            .perfect-card .perfect-content .flight .love-icon {
                width: 40px;
                height: 40px;
                text-align: center;
                line-height: 51px;
                border-radius: 50px;
                background-color: rgba(71, 116, 255, 0.05);
                transition: all ease 0.5s;
            }

                .perfect-card .perfect-content .flight .love-icon i {
                    font-size: 20px;
                }

        .perfect-card .perfect-content .rendom-p {
            margin-bottom: 0 !important;
            padding: 10px 20px;
            position: absolute;
            background: #ffffff;
            box-shadow: 0px 6px 30px 5px rgba(40, 58, 94, 0.05);
            border-radius: 5px;
            top: -25px;
            font-weight: 400;
            font-size: 15px;
            left: 40px;
        }

            .perfect-card .perfect-content .rendom-p span {
                font-weight: 800;
                font-size: 18px;
                color: #4774FF;
                padding-left: 4px;
            }

    .perfect-card:hover {
        transform: translateY(-10px);
        box-shadow: 0px 6px 30px 5px rgba(40, 58, 94, 0.07);
    }

        .perfect-card:hover .flight .default-btn-two {
            border: 1px solid #4774FF;
            color: #ffffff;
            background-color: #4774FF;
        }

            .perfect-card:hover .flight .default-btn-two i {
                color: #ffffff;
            }

.perfect-up {
    text-align: center;
    margin-bottom: 60px;
}

    .perfect-up .filter {
        font-weight: 600;
        font-size: 16px;
        background-color: #ffffff;
        box-shadow: unset;
        border: none;
        padding-bottom: 10px;
        margin: -5px;
        padding-right: 40px;
        padding-left: 40px;
        border-bottom: solid 2px rgba(40, 58, 94, 0.1);
        transition: all ease 0.5s;
    }

        .perfect-up .filter.active {
            color: #4774FF;
            border-bottom: solid 2px #4774FF;
            margin: -5px;
        }

        .perfect-up .filter:hover {
            color: #4774FF;
        }

/*
Home3 Inform Area  Style
======================================================*/
.inform-image-two {
    background-image: url(../images/informs/inform-2.webp);
}

/*
Home3 Important Client Area  Style
======================================================*/
.client-box {
    background: #FFFFFF;
    box-shadow: 0px 6px 30px rgba(40, 58, 94, 0.05);
    border-radius: 10px;
    padding: 30px;
}

    .client-box .client-image {
        position: relative;
    }

        .client-box .client-image img {
            border-radius: 10px;
        }

        .client-box .client-image .client-icon {
            width: 64px;
            height: 64px;
            background: #4774FF;
            border-radius: 50%;
            line-height: 77px;
            position: absolute;
            font-size: 30px;
            top: 65px;
            left: -30px;
            text-align: center;
            color: #ffffff;
        }

    .client-box .client-content {
        padding-right: 30px;
    }

        .client-box .client-content p {
            margin-bottom: 20px;
        }

        .client-box .client-content .star-icon {
            padding-right: 0;
            margin-bottom: 15px;
            list-style: none;
        }

            .client-box .client-content .star-icon li {
                display: inline-block;
                padding-left: 3px;
            }

                .client-box .client-content .star-icon li i {
                    color: #FFBC08;
                    font-size: 18px;
                }

        .client-box .client-content .user-icon {
            justify-content: space-between;
        }

            .client-box .client-content .user-icon .user-content p {
                margin-bottom: 0;
                font-weight: 400;
                font-size: 15px;
            }

            .client-box .client-content .user-icon .user-content h6 {
                font-weight: 800;
                font-size: 18px;
                margin-bottom: 8px;
            }

.blog-card-three .blog-btn-three {
    background-color: transparent;
    border: 1px solid transparent;
    color: #283A5E;
    padding: 0px 20px 0px 0px;
}

    .blog-card-three .blog-btn-three i {
        color: #283A5E;
        right: 0;
        top: 3px;
    }

.blog-card-three:hover .blog-btn-three {
    background-color: transparent;
    border: 1px solid transparent;
    color: #4774FF;
    padding: 0px 20px 0px 0px;
}

    .blog-card-three:hover .blog-btn-three i {
        color: #4774FF;
        right: 0;
        top: 3px;
    }

.contact-warp .list-unstyled li {
    color: red;
    position: relative;
    top: -10px;
}

.ui-datepicker {
    border: 0 !important;
    padding: 20px;
    border-radius: 0;
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    z-index: 1 !important;
}

    .ui-datepicker .ui-datepicker-prev {
        display: inline-block;
        width: 25px;
        height: 25px;
        line-height: 25px;
        right: -2px;
        cursor: pointer;
        text-align: center;
        transition: 0.5s;
        border-radius: 50px;
        background-color: #4774FF;
        color: #ffffff;
    }

        .ui-datepicker .ui-datepicker-prev span {
            display: none;
        }

        .ui-datepicker .ui-datepicker-prev:before {
            content: "\ea4d";
            font-family: boxicons !important;
        }

    .ui-datepicker .ui-datepicker-next {
        display: inline-block;
        width: 25px;
        height: 25px;
        line-height: 25px;
        cursor: pointer;
        text-align: center;
        left: -2px;
        transition: 0.5s;
        border-radius: 50px;
        background-color: #4774FF;
        color: #ffffff;
    }

        .ui-datepicker .ui-datepicker-next span {
            display: none;
        }

        .ui-datepicker .ui-datepicker-next:before {
            content: "\ea50";
            font-family: boxicons !important;
        }

    .ui-datepicker th {
        color: #000000;
        font-size: 15px;
        font-weight: 500;
    }

    .ui-datepicker .ui-datepicker-header {
        padding: 0;
        background-color: transparent;
        border: 0;
    }

    .ui-datepicker .ui-datepicker-title {
        font-size: 16px;
        color: #000000;
    }

    .ui-datepicker .ui-state-default, .ui-datepicker .ui-widget-content .ui-state-default {
        border: 1px solid #eeeeee;
        background: #eeeeee;
        color: #666666;
        text-align: center;
        border-radius: 50px;
    }

    .ui-datepicker .ui-state-active, .ui-datepicker .ui-widget-content .ui-state-active {
        border-color: #4774FF;
        background: #4774FF;
        color: #ffffff !important;
        transition: 0.5s;
    }

.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff !important;
    color: #333;
}

.ui-datepicker .ui-state-hover, .ui-datepicker .ui-datepicker .ui-datepicker-next-hover {
    border: 1px solid #4774FF !important;
    background: #4774FF !important;
    font-weight: 600 !important;
    transition: 0.5s;
    color: #ffffff !important;
}

.inner-banner-area {
    background-image: url(../images/banners/banner-5.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
}

.bg-2 {
    background-image: url(../images/banners/banner-6.webp);
}

.bg-3 {
    background-image: url(../images/banners/banner-7.webp);
}

.bg-4 {
    background-image: url(../images/banners/banner-8.webp);
}

.bg-5 {
    background-image: url(../images/banners/banner-9.webp);
}

.bg-6 {
    background-image: url(../images/banners/banner-10.webp);
}

.bg-11 {
    background-image: url(../images/banners/banner-11.webp);
}

.bg-12 {
    background-image: url(../images/banners/banner-12.webp);
}

.form-check label {
    cursor: pointer;
    padding-left: 5px;
}

.bg-13 {
    background-image: url(../images/banners/banner-13.webp);
}

.bg-14 {
    background-image: url(../images/banners/banner-14.webp);
}

.swiper-slide img {
    cursor: pointer;
}

.inner-box {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    padding: 40px 50px;
    display: inline-block;
    text-align: center;
}

    .inner-box h2 {
        font-weight: 700;
        font-family: "Roboto";
        font-size: 40px;
        margin-bottom: 25px;
    }

    .inner-box ul {
        list-style-type: none;
        padding-right: 0;
        margin-bottom: 0;
    }

        .inner-box ul li {
            display: inline-block;
            padding-right: 15px;
            font-weight: 700;
            font-size: 18px;
            position: relative;
        }

            .inner-box ul li::before {
                position: absolute;
                content: ">";
                top: 0;
                right: 0;
                bottom: 0;
            }

            .inner-box ul li:last-child {
                padding-left: 0;
            }

            .inner-box ul li:hover {
                color: #4774FF;
            }

        .inner-box ul .active {
            color: #4774FF;
        }

            .inner-box ul .active:before {
                position: absolute;
                content: "";
                top: 0;
                right: 0;
                left: 0;
                bottom: 0;
            }

.inner-pick-area {
    top: 0;
    margin-bottom: 30px;
}

    .inner-pick-area .up-icon {
        width: 36px;
        background-color: #ffffff;
        height: 36px;
        line-height: 36px;
        border-radius: 50px;
        text-align: center;
        position: absolute;
        border: 1px solid rgba(71, 116, 255, 0.3);
        right: 19%;
        top: 10%;
        z-index: 4;
    }

    .inner-pick-area .check-box-area {
        padding-bottom: 30px;
    }

        .inner-pick-area .check-box-area p {
            margin-bottom: -3px;
            margin-right: 20px;
        }

            .inner-pick-area .check-box-area p a {
                color: #4774FF;
            }

        .inner-pick-area .check-box-area ul {
            list-style: none;
            padding-right: 0;
            margin-bottom: 0;
        }

            .inner-pick-area .check-box-area ul li {
                display: inline-block;
                margin-left: 15px;
            }

                .inner-pick-area .check-box-area ul li:last-child {
                    margin-left: 0;
                }

                .inner-pick-area .check-box-area ul li .form-check-input[type=checkbox] {
                    border-radius: 50px;
                }

                    .inner-pick-area .check-box-area ul li .form-check-input[type=checkbox]:focus {
                        box-shadow: unset;
                    }

                .inner-pick-area .check-box-area ul li .form-check-label {
                    font-weight: 400;
                    font-size: 16px;
                    font-family: "Roboto";
                    color: #666666;
                    top: 2px;
                    position: relative;
                }

                .inner-pick-area .check-box-area ul li .form-check-input {
                    border: solid 1px #283A5E;
                    height: 18px;
                    width: 18px;
                }

                    .inner-pick-area .check-box-area ul li .form-check-input:checked {
                        background-color: #0d6efd;
                        border-color: #0d6efd !important;
                    }

.result-area {
    padding-top: 30px;
    padding-bottom: 30px;
}

.result-area2 {
    padding-bottom: 30px;
}

    .result-area2 .form-select {
        width: 160px;
        border: none;
    }

        .result-area2 .form-select:focus {
            box-shadow: unset;
        }

.sort-widget {
    text-align: end;
}

    .sort-widget ul {
        list-style: none;
        padding-right: 0;
        margin-bottom: 0;
    }

        .sort-widget ul li {
            display: inline-block;
            position: relative;
            margin-left: 30px;
        }

            .sort-widget ul li:last-child {
                margin-left: 0;
            }

            .sort-widget ul li .form-select {
                width: 180px;
                border: none;
                font-weight: 600;
                font-size: 16px;
            }

                .sort-widget ul li .form-select:focus {
                    box-shadow: none;
                }

            .sort-widget ul li .form-control {
                background: rgba(71, 116, 255, 0.05);
                border-radius: 50px;
                height: 55px;
                width: 240px;
                position: relative;
                padding-right: 25px;
                border: none;
            }

                .sort-widget ul li .form-control:focus {
                    box-shadow: none;
                }

            .sort-widget ul li .search-button {
                width: 55px;
                height: 55px;
                border: none;
                line-height: 63px;
                border-radius: 50px;
                position: absolute;
                top: 0;
                left: 0px;
                background: #4774FF;
            }

                .sort-widget ul li .search-button i {
                    font-size: 20px;
                    color: #fff;
                }

.flight-box-one {
    margin-bottom: 25px;
}

    .flight-box-one .flight-image img {
        border-radius: 10px 10px 0px 0px;
    }

    .flight-box-one .flight-content {
        padding: 30px 20px;
        box-shadow: 0px 6px 30px rgba(40, 58, 94, 0.03);
        border-radius: 0px 0px 10px 10px;
    }

        .flight-box-one .flight-content .star-icon {
            padding-right: 0;
            margin-bottom: 15px;
            list-style: none;
        }

            .flight-box-one .flight-content .star-icon li {
                display: inline-block;
                padding-left: 3px;
            }

                .flight-box-one .flight-content .star-icon li i {
                    color: #FFBC08;
                    font-size: 18px;
                }

        .flight-box-one .flight-content h4 {
            font-weight: 800;
            font-size: 20px;
            margin-bottom: 12px;
        }

            .flight-box-one .flight-content h4 a {
                color: #283A5E;
            }

        .flight-box-one .flight-content .f-p {
            position: relative;
            padding-right: 22px;
        }

            .flight-box-one .flight-content .f-p img {
                position: absolute;
                right: 0;
                top: 0;
            }

        .flight-box-one .flight-content .flight-price {
            justify-content: space-between;
            align-items: center;
        }

            .flight-box-one .flight-content .flight-price ul {
                list-style-type: none;
                padding-right: 0;
                margin-bottom: 15px;
            }

                .flight-box-one .flight-content .flight-price ul li {
                    display: inline-block;
                    font-weight: 400;
                    font-size: 15px;
                    padding-left: 15px;
                }

                    .flight-box-one .flight-content .flight-price ul li:last-child {
                        padding-left: 0;
                    }

                    .flight-box-one .flight-content .flight-price ul li span {
                        font-weight: 700;
                        font-size: 16px;
                    }

            .flight-box-one .flight-content .flight-price p {
                font-weight: 400;
                font-size: 15px;
                margin-bottom: 0;
            }

                .flight-box-one .flight-content .flight-price p span {
                    font-weight: 700;
                    font-size: 18px;
                    color: #4774FF;
                    padding-right: 5px;
                }

            .flight-box-one .flight-content .flight-price .love-icon {
                width: 40px;
                height: 40px;
                text-align: center;
                line-height: 51px;
                border-radius: 50px;
                background: #FFFFFF;
                border: 1px solid rgba(71, 116, 255, 0.3);
                color: #283A5E;
                transition: all ease 0.5s;
            }

                .flight-box-one .flight-content .flight-price .love-icon i {
                    font-size: 20px;
                    transition: all ease 0.5s;
                }

.flight-box3 {
    margin-bottom: 0 !important;
}

    .flight-box3 #panel2 li {
        margin-bottom: 15px;
    }

.flight-details-content {
    margin-bottom: 30px;
}

    .flight-details-content .state-list {
        list-style: none;
        padding-right: 0;
        margin-bottom: 20px;
    }

        .flight-details-content .state-list li {
            display: inline-block;
            padding-left: 20px;
            font-weight: 400;
            font-size: 15px;
            color: #666666;
        }

            .flight-details-content .state-list li img {
                position: relative;
                top: -2px;
            }

            .flight-details-content .state-list li .star-icon {
                padding-right: 0;
                margin-bottom: 15px;
                list-style: none;
            }

                .flight-details-content .state-list li .star-icon li {
                    display: inline-block;
                    padding-left: 3px;
                }

                    .flight-details-content .state-list li .star-icon li i {
                        color: #FFBC08;
                        font-size: 15px;
                    }

    .flight-details-content h2 {
        font-weight: 800;
        font-size: 40px;
        margin-bottom: 12px;
    }

    .flight-details-content .swiper-slide img {
        margin-top: 10px;
        border-radius: 10px;
    }

    .flight-details-content .swiper-button-next {
        width: 40px;
        height: 40px;
        background: #FFFFFF;
        border-radius: 50px;
        line-height: 40px;
        transition: all ease 0.5s;
    }

        .flight-details-content .swiper-button-next::after {
            font-size: 13px;
            top: 1px;
            position: relative;
        }

        .flight-details-content .swiper-button-next:hover {
            background-color: #4774FF;
            color: #ffffff;
        }

    .flight-details-content .swiper-button-prev {
        width: 40px;
        height: 40px;
        background: #FFFFFF;
        border-radius: 50px;
        line-height: 40px;
        transition: all ease 0.5s;
    }

        .flight-details-content .swiper-button-prev::after {
            font-size: 13px;
            top: 1px;
            position: relative;
        }

        .flight-details-content .swiper-button-prev:hover {
            background-color: #4774FF;
            color: #ffffff;
        }

    .flight-details-content .swiper-button-next, .flight-details-content .swiper-rtl .swiper-button-prev {
        right: 30px;
        left: auto;
    }

    .flight-details-content .swiper-button-prev, .flight-details-content .swiper-rtl .swiper-button-next {
        left: 30px;
        right: auto;
    }

.trip-box-area {
    background: rgba(71, 116, 255, 0.05);
    border-radius: 10px;
    padding: 30px 65px 30px 30px;
    position: relative;
    margin-bottom: 30px;
}

    .trip-box-area .trip-box-image {
        position: absolute;
        right: 27px;
        top: 50%;
        transform: translateY(-12px);
    }

    .trip-box-area:before {
        content: "";
        position: absolute;
        top: 30px;
        right: 36px;
        left: 0;
        height: 30px;
        width: 1px;
        background: rgba(71, 116, 255, 0.6);
    }

    .trip-box-area::after {
        content: "";
        position: absolute;
        bottom: 30px;
        right: 36px;
        left: 0;
        height: 30px;
        width: 1px;
        background: rgba(71, 116, 255, 0.6);
    }

    .trip-box-area .summary-widget ul {
        list-style: none;
        padding-right: 0;
        margin-bottom: 0;
    }

    .trip-box-area .summary-widget .summary-list li {
        margin-bottom: 30px;
        font-weight: 600;
        font-size: 15px;
        color: #283A5E;
    }

        .trip-box-area .summary-widget .summary-list li:last-child {
            margin-bottom: 0;
        }

        .trip-box-area .summary-widget .summary-list li span {
            font-weight: 400;
            font-size: 14px;
            color: #666666;
        }

    .trip-box-area .summary-widget .summary-list2 li {
        margin-bottom: 10px;
        font-weight: 600;
        font-size: 15px;
        color: #283A5E;
    }

        .trip-box-area .summary-widget .summary-list2 li:last-child {
            margin-bottom: 0;
        }

        .trip-box-area .summary-widget .summary-list2 li span {
            font-weight: 400;
            font-size: 14px;
            color: #666666;
        }

.trip-widget h3 {
    font-weight: 800;
    font-size: 26px;
    margin-bottom: 15px;
}

.booking-details {
    margin-bottom: 30px;
}

    .booking-details h3 {
        font-weight: 800;
        font-size: 26px;
        margin-bottom: 15px;
    }

    .booking-details .form-control {
        background: rgba(71, 116, 255, 0.05);
        border-radius: 5px;
        height: 56px;
        border: none;
        padding-right: 25px;
        font-weight: 400;
        font-size: 16px;
    }

        .booking-details .form-control:focus {
            box-shadow: unset;
        }

        .booking-details .form-control::-moz-placeholder {
            color: #666666;
        }

        .booking-details .form-control:-ms-input-placeholder {
            color: #666666;
        }

        .booking-details .form-control::placeholder {
            color: #666666;
        }

.primary-passenger {
    margin-bottom: 30px;
    border-bottom: solid 1px #E6E6E6;
    padding-bottom: 40px;
}

    .primary-passenger .passenger-list {
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px;
    }

        .primary-passenger .passenger-list h5 {
            font-weight: 700;
            font-size: 15px;
            margin-bottom: 0;
        }

        .primary-passenger .passenger-list .form-select {
            padding: 5px 20px 0px 48px;
            border: none;
            background-color: transparent;
            margin-bottom: 0;
        }

            .primary-passenger .passenger-list .form-select:focus {
                box-shadow: unset;
            }

    .primary-passenger .form-control {
        background: rgba(71, 116, 255, 0.05);
        border-radius: 5px;
        height: 56px;
        border: none;
        padding-right: 25px;
        font-weight: 400;
        font-size: 16px;
        margin-bottom: 20px;
    }

        .primary-passenger .form-control:focus {
            box-shadow: unset;
        }

        .primary-passenger .form-control::-moz-placeholder {
            color: #666666;
        }

        .primary-passenger .form-control:-ms-input-placeholder {
            color: #666666;
        }

        .primary-passenger .form-control::placeholder {
            color: #666666;
        }

    .primary-passenger .form-select {
        background-color: rgba(71, 116, 255, 0.05);
        border-radius: 5px;
        height: 56px;
        border: none;
        padding-right: 25px;
        font-weight: 400;
        font-size: 16px;
        margin-bottom: 20px;
    }

        .primary-passenger .form-select:focus {
            box-shadow: unset;
        }

        .primary-passenger .form-select::-moz-placeholder {
            color: #666666;
        }

        .primary-passenger .form-select:-ms-input-placeholder {
            color: #666666;
        }

        .primary-passenger .form-select::placeholder {
            color: #666666;
        }

    .primary-passenger .check-box-warp {
        padding-right: 0;
        margin-bottom: 20px;
        list-style: none;
    }

        .primary-passenger .check-box-warp li {
            display: inline-block;
            padding-left: 30px;
        }

            .primary-passenger .check-box-warp li .form-check-input:checked {
                background: #0d6efd;
                border-color: #0d6efd;
            }

            .primary-passenger .check-box-warp li .form-check-input {
                border-radius: 50%;
                background-color: rgba(71, 116, 255, 0.2);
                border: none;
            }

    .primary-passenger .pessenger-btn {
        justify-content: space-between;
    }

        .primary-passenger .pessenger-btn .default-btn-one {
            background: transparent;
            color: #4774FF;
            border: 1px solid rgba(40, 58, 94, 0.25);
        }

            .primary-passenger .pessenger-btn .default-btn-one i {
                color: #4774FF;
            }

            .primary-passenger .pessenger-btn .default-btn-one:hover {
                background: #4774FF;
                color: #ffffff;
                border: 1px solid #4774FF;
            }

                .primary-passenger .pessenger-btn .default-btn-one:hover i {
                    color: #ffffff;
                }

.description-area {
    margin-bottom: 30px;
    border-bottom: solid 1px #E6E6E6;
    padding-bottom: 40px;
}

    .description-area h4 {
        font-weight: 800;
        font-size: 26px;
        margin-bottom: 15px;
    }

.nearest-area {
    border-bottom: solid 1px #E6E6E6;
    margin-bottom: 30px;
}

    .nearest-area h4 {
        font-weight: 800;
        font-size: 26px;
        margin-bottom: 15px;
    }

    .nearest-area ul {
        padding-right: 0;
        margin-bottom: 35px;
        list-style: none;
    }

        .nearest-area ul li {
            margin-bottom: 10px;
            font-weight: 400;
            font-size: 16px;
            color: #666666;
        }

            .nearest-area ul li span {
                font-weight: 700;
                font-size: 15px;
                color: #283A5E;
            }

            .nearest-area ul li:last-child {
                margin-bottom: 0px;
            }

.nearby-area {
    margin-bottom: 30px;
    border-bottom: solid 1px #E6E6E6;
    padding-bottom: 40px;
}

    .nearby-area h4 {
        font-weight: 800;
        font-size: 26px;
        margin-bottom: 15px;
    }

    .nearby-area ul {
        list-style: none;
        padding-right: 0;
        margin-bottom: 0;
    }

        .nearby-area ul li {
            margin-bottom: 8px;
            font-weight: 400;
            font-size: 16px;
            color: #666666;
        }

            .nearby-area ul li span {
                font-weight: 700;
                font-size: 15px;
                color: #283A5E;
            }

            .nearby-area ul li:last-child {
                margin-bottom: 0;
            }

.average-area h4 {
    font-weight: 800;
    font-size: 26px;
    margin-bottom: 15px;
}

.average-area .excellent-box {
    background: #FFFFFF;
    border: 1px solid rgba(71, 116, 255, 0.15);
    border-radius: 10px;
    padding: 30px;
}

    .average-area .excellent-box p {
        font-weight: 400;
        font-size: 15px;
        margin-bottom: 0px;
    }

        .average-area .excellent-box p span {
            font-weight: 800;
            font-size: 30px;
            color: #283A5E;
            line-height: 0;
        }

    .average-area .excellent-box h5 {
        font-weight: 600;
        font-size: 20px;
        margin-top: 12px;
        margin-bottom: 12px;
    }

.average-area .average-one {
    padding-right: 20px;
    padding-left: 40px;
}

.average-area .average-two ul li:after {
    position: absolute;
    content: "";
    top: 30px;
    right: 0;
    left: 0;
    height: 8px;
    width: 100%;
    border-radius: 50px;
    background: rgba(71, 116, 255, 0.15);
}

.average-area .average-two ul li:before {
    position: absolute;
    content: "";
    top: 30px;
    right: 0;
    left: 0;
    height: 8px;
    width: 80%;
    background: #4774FF;
    border-radius: 50px;
}

.average-area ul {
    list-style: none;
    padding-right: 0;
    margin-bottom: 0;
}

    .average-area ul li {
        position: relative;
        margin-bottom: 55px;
        font-size: 15px;
        line-height: 13px;
    }

        .average-area ul li span {
            position: absolute;
            left: 0;
            font-weight: 700;
            font-size: 15px;
            color: #283A5E;
        }

        .average-area ul li:before {
            position: absolute;
            content: "";
            top: 30px;
            right: 0;
            left: 0;
            height: 8px;
            width: 100%;
            background: #4774FF;
            border-radius: 50px;
        }

.showing-area {
    margin-bottom: 30px;
    border-bottom: solid 1px #E6E6E6;
    padding-bottom: 40px;
}

    .showing-area h4 {
        font-weight: 800;
        font-size: 26px;
        margin-bottom: 25px;
    }

    .showing-area .admin-ever .admin {
        margin-left: 30px;
    }

        .showing-area .admin-ever .admin img {
            border-radius: 50%;
        }

    .showing-area .admin-ever .admin-content h6 {
        font-weight: 700;
        font-size: 15px;
        margin-bottom: 8px;
    }

    .showing-area .admin-ever .admin-content p {
        margin-bottom: 5px;
    }

    .showing-area .admin-ever .admin-content h5 {
        font-weight: 600;
        font-size: 16px;
    }

        .showing-area .admin-ever .admin-content h5 span {
            font-weight: 700;
            font-size: 18px;
            margin-right: 20px;
        }

.add-input-area h4 {
    font-weight: 800;
    font-size: 26px;
    margin-bottom: 25px;
}

.add-input-area .form-control {
    background: rgba(71, 116, 255, 0.05);
    border-radius: 5px;
    border: none;
    height: 56px;
    padding-right: 25px;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 16px;
}

    .add-input-area .form-control:focus {
        box-shadow: unset;
    }

    .add-input-area .form-control::-moz-placeholder {
        color: #666666;
    }

    .add-input-area .form-control:-ms-input-placeholder {
        color: #666666;
    }

    .add-input-area .form-control::placeholder {
        color: #666666;
    }

.add-input-area textarea#exampleFormControlTextarea1 {
    height: 150px;
    padding-top: 15px;
}

.add-input-area .default-btn-three {
    width: auto;
    margin-right: 10px;
}

.add-input-area .form-check-input:checked {
    background: #0d6efd;
    border-color: #0d6efd;
}

.add-input-area .form-check {
    margin-bottom: 20px;
    margin-right: 10px;
}

.load-more-btn {
    margin-bottom: 25px;
    text-align: center;
    margin-top: 20px;
}

.destinetion-area2 .destination-warp {
    margin-bottom: 25px;
}

.best-warp {
    position: relative;
    margin-bottom: 25px;
}

    .best-warp img {
        border-radius: 10px;
    }

    .best-warp .bast-content {
        background: #FFFFFF;
        border-radius: 10px;
        position: absolute;
        top: 20px;
        padding: 20px 30px 20px 50px;
        right: 20px;
        visibility: hidden;
        transition: all 0.7s;
        opacity: 0;
    }

        .best-warp .bast-content h5 {
            font-weight: 800;
            font-size: 22px;
            margin-bottom: 20px;
            position: relative;
        }

            .best-warp .bast-content h5:before {
                position: absolute;
                content: "";
                top: 37px;
                right: 0;
                left: 0;
                bottom: 0;
                height: 1px;
                width: 100px;
                background: #D9D9D9;
            }

        .best-warp .bast-content ul {
            list-style: none;
            padding-right: 0;
            margin-bottom: 0;
        }

            .best-warp .bast-content ul li {
                margin-bottom: 8px;
                font-weight: 600;
                color: #555555;
                font-size: 15px;
            }

                .best-warp .bast-content ul li:last-child {
                    margin-bottom: 0;
                }

    .best-warp:hover .bast-content {
        opacity: 1;
        visibility: visible;
    }

.inner-service-area .service-widget {
    margin-bottom: 25px;
}

    .inner-service-area .service-widget .service-content {
        background: #FFFFFF;
        box-shadow: 0px 6px 30px rgba(40, 58, 94, 0.04);
        border-radius: 0px 0px 10px 10px;
        padding: 30px 25px;
    }

.about-image-3 {
    position: relative;
    padding-right: 210px;
}

    .about-image-3 .about-4 {
        width: 282px;
        height: 515px;
        position: absolute;
        right: 0;
        top: 60px;
        border-radius: 10px;
        border: solid 10px #fff;
    }

.cayla-muller {
    margin-top: 20px;
}

    .cayla-muller .cayla-image img {
        border-radius: 50%;
    }

    .cayla-muller .cayla-cntent {
        padding-right: 40px;
    }

        .cayla-muller .cayla-cntent h5 {
            font-weight: 800;
            font-size: 18px;
            margin-bottom: 8px;
        }

        .cayla-muller .cayla-cntent p {
            font-weight: 400;
            font-size: 15px;
            margin-bottom: 0;
        }

    .cayla-muller .cayla-sing {
        padding-right: 60px;
    }

        .cayla-muller .cayla-sing p {
            margin-bottom: 0;
            font-family: "Roboto", cursive;
            font-weight: 400;
            font-size: 30px;
            color: #283A5E;
        }

.features-area2 {
    position: relative;
    top: 0;
    margin-bottom: 0;
}

    .features-area2 .features-warp {
        background: rgba(71, 116, 255, 0.05);
        border-radius: 10px;
        padding-top: 100px;
        padding-bottom: 90px;
    }

        .features-area2 .features-warp .features-widget {
            border-radius: 10px;
            padding: 50px 50px 50px 20px;
            background: #FFFFFF;
            border-radius: 10px;
            margin-left: 10px;
            margin-bottom: 10px;
        }

.team-warp {
    background: rgba(71, 116, 255, 0.05);
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 25px;
}

    .team-warp .team-image img {
        border-radius: 10px;
    }

    .team-warp .team-content {
        padding: 20px;
    }

        .team-warp .team-content .social-link {
            list-style: none;
            padding-right: 0;
            margin-bottom: 0;
        }

            .team-warp .team-content .social-link li {
                display: inline-block;
                padding-left: 5px;
            }

                .team-warp .team-content .social-link li a {
                    height: 35px;
                    width: 35px;
                    line-height: 42px;
                    font-size: 17px;
                    border-radius: 50px;
                    background-color: #ffffff;
                    color: #283A5E;
                    display: inline-block;
                    text-align: center;
                    transition: all ease 0.5s;
                }

                    .team-warp .team-content .social-link li a:hover {
                        background-color: #4774FF;
                        color: #ffffff;
                    }

        .team-warp .team-content h5 {
            font-weight: 800;
            font-size: 18px;
        }

        .team-warp .team-content p {
            font-weight: 400;
            font-size: 15px;
            margin-bottom: 15px;
        }

.faq-small-widget {
    background: rgba(71, 116, 255, 0.05);
    border-radius: 10px;
    padding: 40px;
}

    .faq-small-widget .dropdown-toggle {
        border: none;
        background: transparent;
    }

        .faq-small-widget .dropdown-toggle::after {
            content: "\ea4a";
            left: 0;
            position: absolute;
            font-family: boxicons !important;
            top: 0px;
            border: none;
            width: 20px;
            height: 20px;
            background: rgba(71, 116, 255, 0.2);
            text-align: center;
            line-height: 20px;
        }

    .faq-small-widget ul .dropdown-menu {
        position: relative;
    }

        .faq-small-widget ul .dropdown-menu.show {
            position: relative;
        }

.gallary-image img {
    margin-bottom: 25px;
    border-radius: 10px;
}

.flight-details-small-warp {
    background: rgba(71, 116, 255, 0.05);
    border-radius: 10px;
    padding: 30px;
}

    .flight-details-small-warp .flight-input-box {
        position: relative;
        margin-bottom: 30px;
    }

        .flight-details-small-warp .flight-input-box .form-control {
            height: 60px;
            background: #FFFFFF;
            border-radius: 5px;
            border: none;
        }

            .flight-details-small-warp .flight-input-box .form-control:focus {
                box-shadow: unset;
            }

        .flight-details-small-warp .flight-input-box .search-button {
            position: absolute;
            left: 5px;
            top: 5px;
            border: none;
            background-color: #4774FF;
            padding: 10px 16px;
            border-radius: 10px;
            color: #fff;
            font-size: 20px;
        }

            .flight-details-small-warp .flight-input-box .search-button i {
                position: relative;
                top: 2px;
            }

    .flight-details-small-warp .input-box-warp {
        background: transparent;
        padding: 0px;
        margin-right: 0;
        position: relative;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

        .flight-details-small-warp .input-box-warp .per-night {
            text-align: center;
            width: 100%;
            background: rgba(71, 116, 255, 0.1);
            border-radius: 50px;
            padding: 8px;
            margin-bottom: 15px;
        }

            .flight-details-small-warp .input-box-warp .per-night p {
                color: #666666;
            }

                .flight-details-small-warp .input-box-warp .per-night p span {
                    font-weight: 800;
                    font-size: 30px;
                    color: #4774FF;
                    margin-left: 5px;
                }

    .flight-details-small-warp .flight-box-tt {
        margin-bottom: 0px;
    }

.filter-content {
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-bottom: 50px;
}

    .filter-content h4 {
        font-weight: 800;
        font-size: 20px;
        margin-bottom: 0;
    }

    .filter-content .filter-icon a i {
        color: #283A5E;
        font-size: 20px;
    }

.hide-show {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

    .hide-show .icon {
        background: rgba(71, 116, 255, 0.2);
        height: 20px;
        width: 20px;
        text-align: center;
        font-size: 15px;
        line-height: 27px;
    }

    .hide-show span {
        font-weight: 700;
        font-size: 15px;
    }

.flight-box {
    margin-bottom: 50px;
    position: relative;
}

    .flight-box::before {
        content: "";
        position: absolute;
        top: -25px;
        right: 0;
        left: 0;
        height: 1px;
        width: 100%;
        background: rgba(71, 116, 255, 0.15);
    }

    .flight-box ul {
        list-style: none;
        padding-right: 0;
        margin-bottom: 0;
    }

        .flight-box ul li {
            margin-bottom: 10px;
            font-weight: 400;
            font-size: 16px;
            color: #666666;
        }

            .flight-box ul li:last-child {
                margin-bottom: 0;
            }

            .flight-box ul li .form-check-input {
                background-color: rgba(71, 116, 255, 0.2);
                border: none;
                margin-left: 10px;
                margin-top: 5px;
            }

                .flight-box ul li .form-check-input:checked {
                    background: #4774FF;
                }

    .flight-box .ui-widget-content {
        background: rgba(71, 116, 255, 0.2) !important;
        border-radius: 5px !important;
        border: none !important;
        height: 10px !important;
    }

        .flight-box .ui-widget-content span.ui-slider-handle.ui-corner-all.ui-state-default {
            border-radius: 50px;
            background: #4774FF !important;
            border: none !important;
        }

            .flight-box .ui-widget-content span.ui-slider-handle.ui-corner-all.ui-state-default:focus {
                box-shadow: unset !important;
                outline: 0;
            }

    .flight-box .ui-slider-horizontal .ui-slider-range {
        height: 4px;
        top: 3px;
    }

    .flight-box .ui-widget-header {
        border: 1px solid #ddd;
        color: #333;
        background: #4774FF;
        border-radius: 5px;
        font-weight: 700;
    }

        .flight-box .ui-widget-header #amount {
            position: relative;
            top: -33px;
            text-align: center;
            background-color: transparent;
            border: none;
            right: 76px;
        }

.deluxe-image img {
    border-radius: 10px;
}

.amenity {
    margin-bottom: 30px;
}

    .amenity h4 {
        font-weight: 800;
        font-size: 26px;
        margin-bottom: 15px;
    }

    .amenity ul {
        padding-right: 13px;
        margin-bottom: 0;
    }

        .amenity ul li {
            margin-bottom: 6px;
        }

            .amenity ul li:last-child {
                margin-bottom: 0;
            }

.location {
    margin-bottom: 30px;
}

    .location h4 {
        font-weight: 800;
        font-size: 26px;
        margin-bottom: 15px;
    }

    .location iframe {
        border: 0;
        border-radius: 10px;
    }

.around-area {
    margin-bottom: 10px;
}

    .around-area h4 {
        font-weight: 800;
        font-size: 26px;
        margin-bottom: 15px;
    }

    .around-area .around-image {
        margin-bottom: 25px;
    }

        .around-area .around-image img {
            border-radius: 10px;
        }

.service-details-widget {
    max-width: 875px;
    margin-right: auto;
    margin-left: auto;
}

.details-hours {
    position: relative;
    margin-bottom: 30px;
}

    .details-hours img {
        border-radius: 10px;
    }

    .details-hours .service-content {
        position: absolute;
        padding: 10px 20px;
        background: #FFFFFF;
        border-radius: 5px;
        top: 20px;
        right: 20px;
    }

        .details-hours .service-content p {
            font-weight: 400;
            font-size: 15px;
        }

            .details-hours .service-content p span {
                font-weight: 800;
                font-size: 18px;
                color: #4774FF;
                margin-left: 5px;
            }

.transport {
    margin-bottom: 30px;
}

    .transport h4 {
        font-weight: 800;
        font-size: 25px;
        margin-bottom: 15px;
    }

.middle-text {
    background: rgba(71, 116, 255, 0.05);
    border-radius: 10px;
    padding: 40px 38px;
    text-align: center;
    margin-bottom: 30px;
}

    .middle-text span {
        font-family: "Roboto";
        font-style: italic;
        font-weight: 600;
        font-size: 18px;
    }

.p-content {
    margin-bottom: 30px;
}

.details-warp {
    margin-bottom: 10px;
}

    .details-warp .details-warp-image {
        margin-bottom: 25px;
    }

        .details-warp .details-warp-image img {
            border-radius: 10px;
        }

.share-warp {
    margin-bottom: 30px;
}

    .share-warp h4 {
        font-weight: 800;
        font-size: 20px;
        margin-bottom: 0px;
    }

    .share-warp .social-link {
        margin-right: 10px;
        padding-right: 0;
        margin-bottom: 0;
        list-style: none;
    }

        .share-warp .social-link li {
            display: inline-block;
            padding-left: 5px;
        }

            .share-warp .social-link li a {
                height: 30px;
                width: 30px;
                line-height: 35px;
                font-size: 13px;
                border-radius: 50px;
                background: rgba(71, 116, 255, 0.15);
                color: #283A5E;
                display: inline-block;
                text-align: center;
                transition: all ease 0.5s;
            }

                .share-warp .social-link li a:hover {
                    background-color: #4774FF;
                    color: #ffffff;
                }

.previous-area {
    padding: 18px 30px;
    background: rgba(71, 116, 255, 0.05);
    border-radius: 50px;
    justify-content: space-between;
}

    .previous-area .content-one a {
        position: relative;
        font-weight: 700;
        font-size: 15px;
        color: #283A5E;
    }

        .previous-area .content-one a:hover {
            color: #4774FF;
        }

            .previous-area .content-one a:hover i {
                color: #4774FF;
            }

        .previous-area .content-one a i {
            position: relative;
            top: 5px;
            font-size: 23px;
            color: #283A5E;
        }

    .previous-area .content-one p {
        font-weight: 700;
        font-size: 15px;
        color: #283A5E;
    }

    .previous-area .content-two a {
        position: relative;
        font-weight: 700;
        font-size: 15px;
        color: #283A5E;
    }

        .previous-area .content-two a:hover {
            color: #4774FF;
        }

            .previous-area .content-two a:hover i {
                color: #4774FF;
            }

        .previous-area .content-two a i {
            position: relative;
            top: 5px;
            font-size: 23px;
            color: #283A5E;
        }

.inner-blog .default-btn-two {
    background-color: transparent;
    border: 1px solid #4774FF;
    color: #283A5E;
    padding-right: 20px;
    padding-right: 60px;
}

    .inner-blog .default-btn-two i {
        right: 30px;
    }

.inner-blog .blog-card.blog-card-three:hover .default-btn-two {
    background-color: #4774FF;
    border: 1px solid #4774FF;
    color: #ffffff;
    padding-right: 20px;
    padding-right: 60px;
}

    .inner-blog .blog-card.blog-card-three:hover .default-btn-two i {
        right: 30px;
        color: #ffffff;
    }

.blog-details-card .blog-card {
    position: relative;
    background: #FFFFFF;
    box-shadow: unset;
    border-radius: 0;
    margin-bottom: 0;
}

    .blog-details-card .blog-card .blog-content {
        padding: 35px 0px 35px 0px;
    }

        .blog-details-card .blog-card .blog-content h3 {
            font-size: 26px;
        }

        .blog-details-card .blog-card .blog-content .admin-icon li {
            display: inline-block;
            padding-left: 20px;
        }

            .blog-details-card .blog-card .blog-content .admin-icon li i {
                font-size: 14px;
            }

.tag-with-share {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

    .tag-with-share .tag-warp {
        display: flex;
        align-items: center;
    }

        .tag-with-share .tag-warp h4 {
            font-weight: 800;
            font-size: 20px;
            margin-bottom: 0px;
        }

        .tag-with-share .tag-warp ul {
            padding-right: 15px;
            margin-bottom: 0;
            list-style: none;
        }

            .tag-with-share .tag-warp ul li {
                display: inline-block;
                margin-left: 10px;
            }

                .tag-with-share .tag-warp ul li a {
                    padding: 10px 15px;
                    background: #FFFFFF;
                    border: 1px solid rgba(71, 116, 255, 0.15);
                    border-radius: 5px;
                    font-weight: 400;
                    font-size: 15px;
                    display: inline-block;
                    transition: all ease 0.5s;
                    color: #666666;
                }

                    .tag-with-share .tag-warp ul li a:hover {
                        background-color: #4774FF;
                        color: #ffffff;
                        border-color: #4774FF;
                    }

    .tag-with-share .share-warp {
        margin-bottom: 0;
    }

.previous-area2 {
    margin-bottom: 40px;
}

.blog-cate ul li a {
    position: relative;
    padding-right: 30px;
}

    .blog-cate ul li a::before {
        content: "";
        position: absolute;
        top: 4px;
        right: 0;
        left: 0;
        bottom: 0;
        height: 15px;
        width: 15px;
        background-color: rgba(71, 116, 255, 0.2);
        border-radius: 50px;
        transition: all ease 0.5s;
    }

    .blog-cate ul li a:hover::before {
        background-color: #4774FF;
    }

.airlines2::before {
    background-color: transparent;
}

.airlines2 h4 {
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 30px;
    position: relative;
}

    .airlines2 h4::before {
        content: "";
        position: absolute;
        top: 38px;
        right: 0;
        left: 0;
        height: 1px;
        width: 100%;
        background: rgba(71, 116, 255, 0.15);
    }

.airlines2 ul {
    position: relative;
}

    .airlines2 ul::before {
        content: "";
        position: absolute;
        bottom: -25px;
        right: 0;
        left: 0;
        height: 1px;
        width: 100%;
        background: rgba(71, 116, 255, 0.15);
    }

.flight-box2::before {
    background-color: transparent;
}

.recent-post {
    position: relative;
    margin-bottom: 50px;
}

    .recent-post::before {
        content: "";
        position: absolute;
        right: 0;
        bottom: -23px;
        left: 0;
        height: 1px;
        width: 100%;
        background: rgba(71, 116, 255, 0.15);
    }

    .recent-post h4 {
        font-weight: 800;
        font-size: 20px;
        margin-bottom: 30px;
        position: relative;
    }

        .recent-post h4::before {
            content: "";
            position: absolute;
            top: 38px;
            right: 0;
            left: 0;
            height: 1px;
            width: 100%;
            background: rgba(71, 116, 255, 0.15);
        }

    .recent-post .post-warp {
        align-items: center;
        margin-bottom: 20px;
    }

    .recent-post .post-image {
        margin-left: 15px;
        width: 70px;
        height: 65px;
    }

        .recent-post .post-image img {
            border-radius: 5px;
        }

    .recent-post .post-content h5 {
        font-weight: 600;
        font-size: 15px;
        margin-bottom: 5px;
    }

        .recent-post .post-content h5 a {
            color: #283A5E;
        }

            .recent-post .post-content h5 a:hover {
                color: #4774FF;
            }

    .recent-post .post-content p {
        font-weight: 400;
        font-size: 15px;
        margin-bottom: 0px;
        color: #4774FF;
    }

.tags {
    position: relative;
    margin-bottom: 50px;
}

    .tags::before {
        content: "";
        position: absolute;
        right: 0;
        bottom: -23px;
        left: 0;
        height: 1px;
        width: 100%;
        background: rgba(71, 116, 255, 0.15);
    }

    .tags h4 {
        font-weight: 800;
        font-size: 20px;
        margin-bottom: 40px;
        position: relative;
    }

        .tags h4::before {
            content: "";
            position: absolute;
            top: 38px;
            right: 0;
            left: 0;
            height: 1px;
            width: 100%;
            background: rgba(71, 116, 255, 0.15);
        }

    .tags a {
        padding: 13px 22px;
        background: #FFFFFF;
        border: 1px solid rgba(71, 116, 255, 0.15);
        border-radius: 5px;
        display: inline-block;
        font-weight: 400;
        font-size: 15px;
        margin-left: 8px;
        margin-bottom: 8px;
        transition: all ease 0.5s;
    }

        .tags a:hover {
            background: #4774FF;
            color: #ffffff;
        }

.accordion-widget {
    margin-bottom: 30px;
}

    .accordion-widget h4 {
        font-weight: 800;
        font-size: 20px;
        margin-bottom: 15px;
    }

    .accordion-widget .accordion-button {
        background: rgba(71, 116, 255, 0.1);
        border-radius: 5px;
        border: 1px solid rgba(71, 116, 255, 0.1) !important;
        font-weight: 600;
        font-family: IRANSansWeb !important;
        color: #283A5E;
        font-size: 16px;
    }

        .accordion-widget .accordion-button:focus {
            box-shadow: unset;
        }

        .accordion-widget .accordion-button::after {
            font-size: 16px;
        }

    .accordion-widget .collapsed {
        background-color: #ffffff;
        font-weight: 600;
        font-family: "Roboto";
        font-size: 16px;
        color: #283A5E;
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(71, 116, 255, 0.1) !important;
        border-radius: 5px;
    }

    .accordion-widget .accordion-item {
        border: 1px solid rgba(71, 116, 255, 0.1) !important;
        margin-bottom: 15px;
        font-family: IRANSansWeb !important;
    }

.perfect-image-warp {
    position: relative;
}

    .perfect-image-warp a {
        position: absolute;
        height: 40px;
        width: 40px;
        background-color: #ffffff;
        border-radius: 50%;
        right: 42%;
        font-size: 19px;
        line-height: 45px;
        top: 42%;
        text-align: center;
        transition: all ease 0.5s;
        opacity: 0;
        visibility: hidden;
        color: #4774FF;
        border: solid 1px #4774FF;
    }

    .perfect-image-warp:hover a {
        opacity: 1;
        visibility: visible;
    }

.login-warp {
    max-width: 990px;
    margin-right: auto;
    margin-left: auto;
}

.login-warp2 {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
}

.login-image {
    background-image: url(../images/login2.jpg);
    height: 100%;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0px 10px 10px 0px;
}

.register-image {
    background-image: url(../images/register.jpg);
    border-radius: 10px 0px 0px 10px;
}

.login-widget {
    background: rgba(71, 116, 255, 0.05);
    border-radius: 10px 0px 0px 10px;
    padding: 50px;
}

    .login-widget h4 {
        font-weight: 800;
        font-size: 20px;
    }

    .login-widget .frist-p {
        margin-bottom: 20px;
    }

    .login-widget .form-control {
        background: rgba(71, 116, 255, 0.05);
        border-radius: 5px;
        height: 56px;
        border: none;
        padding-right: 25px;
        font-weight: 400;
        font-size: 16px;
        margin-bottom: 15px;
        position: relative;
    }

        .login-widget .form-control:focus {
            box-shadow: unset;
        }

        .login-widget .form-control::-moz-placeholder {
            color: #666666;
        }

        .login-widget .form-control:-ms-input-placeholder {
            color: #666666;
        }

        .login-widget .form-control::placeholder {
            color: #666666;
        }

    .login-widget .password-box {
        position: relative;
    }

        .login-widget .password-box img {
            position: absolute;
            top: 20px;
            left: 20px;
        }

    .login-widget .default-btn-three {
        width: 100%;
        text-align: center;
        border-radius: 5px;
        margin-bottom: 25px;
    }

        .login-widget .default-btn-three i {
            position: relative;
            left: -10px;
            font-size: 20px;
            top: 4px;
        }

    .login-widget .default-btn-five {
        width: 100%;
        text-align: center;
        border-radius: 5px;
        margin-bottom: 25px;
    }

        .login-widget .default-btn-five i {
            padding-right: 35px;
            position: relative;
            left: 30px;
            font-size: 20px;
            top: 4px;
        }

    .login-widget .dont-p {
        font-weight: 400;
        font-size: 15px;
    }

        .login-widget .dont-p a {
            color: #4774FF;
        }

    .login-widget .remember {
        justify-content: space-between;
        align-items: center;
        margin-bottom: 30px;
    }

        .login-widget .remember a {
            color: #4774FF;
        }

    .login-widget .login-spen {
        position: relative;
        margin-bottom: 20px;
    }

        .login-widget .login-spen::before {
            position: absolute;
            content: "";
            top: 12px;
            right: -25px;
            bottom: 0;
            height: 1px;
            width: 200px;
            background: rgba(71, 116, 255, 0.15);
            border-radius: 5px;
        }

        .login-widget .login-spen::after {
            position: absolute;
            content: "";
            top: 12px;
            left: -25px;
            bottom: 0;
            height: 1px;
            width: 200px;
            background: rgba(71, 116, 255, 0.15);
            border-radius: 5px;
        }

    .login-widget .with-login {
        text-align: center;
    }

        .login-widget .with-login a {
            background: rgba(71, 116, 255, 0.05);
            border-radius: 5px;
            height: 56px;
            line-height: 56px;
            font-weight: 400;
            font-size: 16px;
            display: block;
            color: #666666;
            margin-bottom: 15px;
        }

            .login-widget .with-login a i {
                position: relative;
                right: -4px;
                font-size: 20px;
                top: 4px;
            }

.register-area {
    border-radius: 10px 0px 0px 10px;
}

    .register-area .dont-p {
        margin-bottom: 0;
    }

    .register-area .remember {
        margin-bottom: 20px;
    }

    .register-area .form-check {
        margin-bottom: 20px;
    }

        .register-area .form-check a {
            color: #4774FF;
        }

/*.booking-warp {
    max-width: 975px;
    margin-right: auto;
    margin-left: auto;
}*/
.booking-warp {
    position: relative;
    margin-bottom: 25px;
    background-color: #dae9f091;
    border-radius: 0px 40px 0px 40px
}

    .booking-warp .Fori {
        background: #EC1717;
        padding: 10px 15px;
        font-weight: 600;
        font-size: 18px;
        color: #fff;
        position: absolute;
        top: -36px;
    }

        .booking-warp .Fori::after {
            content: "";
            position: absolute;
            top: 0;
            right: -15px; /* فاصله از متن اصلی */
            width: 0;
            height: 0;
            border-top: 25px solid transparent;
            border-bottom: 25px solid transparent;
            border-left: 16px solid #EC1717; /* رنگ مثلث */
        }

    .booking-warp .Ladder {
        background: #800344;
        padding: 10px 15px;
        font-weight: 600;
        font-size: 18px;
        color: #fff;
        position: absolute;
        top: -36px;
    }

        .booking-warp .Ladder::after {
            content: "";
            position: absolute;
            top: 0;
            right: -15px; /* فاصله از متن اصلی */
            width: 0;
            height: 0;
            border-top: 25px solid transparent;
            border-bottom: 25px solid transparent;
            border-left: 16px solid #800344; /* رنگ مثلث */
        }

    .booking-warp .Special {
        background: #FFD700;
        padding: 10px 15px;
        font-weight: 600;
        font-size: 18px;
        color: rgb(66, 17, 174);
        ;
        position: absolute;
        top: -36px;
    }

        .booking-warp .Special::after {
            content: "";
            position: absolute;
            top: 0;
            right: -15px; /* فاصله از متن اصلی */
            width: 0;
            height: 0;
            border-top: 25px solid transparent;
            border-bottom: 25px solid transparent;
            border-left: 16px solid #FFD700; /* رنگ مثلث */
        }

    .booking-warp .Fori.Special.Ladder {
        background: #0a7bb3;
        padding: 10px 15px;
        font-weight: 600;
        font-size: 18px;
        color: #fff;
        position: absolute;
        top: -36px;
    }

        .booking-warp .Fori.Special.Ladder::after {
            content: "";
            position: absolute;
            top: 0;
            right: -15px; /* فاصله از متن اصلی */
            width: 0;
            height: 0;
            border-top: 25px solid transparent;
            border-bottom: 25px solid transparent;
            border-left: 16px solid #0a7bb3; /* رنگ مثلث */
        }

    .booking-warp .booking-details-two {
        background: #FFFFFF;
        box-shadow: 0px 6px 30px 5px rgba(40, 58, 94, 0.05);
        border-radius: 10px;
        padding: 50px;
    }

        .booking-warp .booking-details-two .primary-passenger {
            margin-bottom: 0px;
            border-bottom: solid 1px transparent;
            padding-bottom: 0px;
        }

        .booking-warp .booking-details-two .primary-passenger2 {
            margin-top: 30px;
        }

            .booking-warp .booking-details-two .primary-passenger2 ul {
                list-style: none;
                padding-right: 0;
                margin-bottom: 30px;
            }

                .booking-warp .booking-details-two .primary-passenger2 ul li {
                    margin-bottom: 10px;
                }

                    .booking-warp .booking-details-two .primary-passenger2 ul li:last-child {
                        margin-bottom: 0px;
                    }

                    .booking-warp .booking-details-two .primary-passenger2 ul li span {
                        font-size: 15px;
                        font-weight: 700;
                    }

        .booking-warp .booking-details-two h2 {
            font-weight: 800;
            font-size: 25px;
            margin-bottom: 25px;
            padding-bottom: 10px;
            border-bottom: solid 1px rgba(71, 116, 255, 0.15);
            border-radius: 5px;
        }

        .booking-warp .booking-details-two .bank-logo {
            list-style: none;
            padding-right: 0;
            margin-bottom: 15px;
        }

            .booking-warp .booking-details-two .bank-logo li {
                display: inline-block;
                padding-left: 15px;
                margin-bottom: 15px;
            }

    .booking-warp .nav-tabs {
        border: none;
        margin-bottom: 30px;
        text-align: center;
        justify-content: space-between;
        position: relative;
    }

        .booking-warp .nav-tabs::before {
            content: "";
            position: absolute;
            top: 23px;
            bottom: 0;
            right: 62px;
            left: 0;
            height: 6px;
            width: 87%;
            background: rgba(71, 116, 255, 0.15);
        }

        .booking-warp .nav-tabs .nav-item {
            border: none;
        }

        .booking-warp .nav-tabs .nav-link {
            border: none;
        }

            .booking-warp .nav-tabs .nav-link.active {
                border: none;
                background-color: transparent;
            }

            .booking-warp .nav-tabs .nav-link:hover {
                border: none;
                background-color: transparent;
            }

            .booking-warp .nav-tabs .nav-link:focus {
                outline: 0;
                box-shadow: unset;
            }

            .booking-warp .nav-tabs .nav-link:focus-visible {
                outline: 0;
            }

    .booking-warp .booking-dot {
        text-align: center;
        position: relative;
    }

        .booking-warp .booking-dot h6 {
            width: 34px;
            height: 34px;
            background: #4774FF;
            color: #fff;
            line-height: 34px;
            font-weight: 700;
            font-size: 15px;
            margin-right: auto;
            margin-left: auto;
            border-radius: 50px;
            position: relative;
        }

            .booking-warp .booking-dot h6::before {
                position: absolute;
                content: "";
                top: -5px;
                right: -5px;
                left: 0;
                bottom: 0;
                height: 130%;
                width: 130%;
                background: rgba(71, 116, 255, 0.15);
                border-radius: 50px;
            }

/*
Terms & Conditions Area Stayle
=======================================================*/
.terms-conditions .title {
    margin-bottom: 30px;
    text-align: center;
}

    .terms-conditions .title span {
        color: #4774FF;
        display: block;
        margin-bottom: 10px;
    }

    .terms-conditions .title h2 {
        font-size: 36px;
        color: #283A5E;
        font-weight: 900;
    }

.terms-conditions img {
    margin-bottom: 30px;
}

.terms-conditions .conditions-content {
    margin-bottom: 30px;
}

    .terms-conditions .conditions-content h3 {
        margin-bottom: 15px;
        color: #283A5E;
    }

    .terms-conditions .conditions-content p {
        margin-bottom: 10px;
    }

    .terms-conditions .conditions-content ul {
        margin-bottom: 15px;
        padding-right: 0;
        list-style-type: none;
        margin-top: 15px;
    }

        .terms-conditions .conditions-content ul li {
            position: relative;
            padding-right: 25px;
            margin-bottom: 10px;
        }

            .terms-conditions .conditions-content ul li:last-child {
                margin-bottom: 0;
            }

            .terms-conditions .conditions-content ul li i {
                position: absolute;
                right: 0;
                top: 1px;
                font-size: 20px;
                color: #4774FF;
            }

    .terms-conditions .conditions-content h3 {
        margin-bottom: 15px;
        font-weight: 700;
        color: #283A5E;
    }

    .terms-conditions .conditions-content p {
        margin-bottom: 10px;
    }

/*
Privacy Policy Area Stayle
=======================================================*/
.privacy-policy-wrap .title {
    margin-bottom: 30px;
    text-align: center;
}

    .privacy-policy-wrap .title h2 {
        font-size: 36px;
        font-weight: 900;
        color: #283A5E;
        font: 30px;
    }

.privacy-policy-wrap img {
    margin-bottom: 30px;
}

.privacy-policy-wrap .privacy-content {
    margin-bottom: 30px;
}

    .privacy-policy-wrap .privacy-content h3 {
        margin-bottom: 15px;
        font-weight: 700;
        color: #283A5E;
        font-size: 26px;
    }

    .privacy-policy-wrap .privacy-content p {
        margin-bottom: 10px;
    }

    .privacy-policy-wrap .privacy-content ul {
        margin-right: 0;
        margin-bottom: 15px;
        list-style-type: none;
        padding-right: 0;
        margin-top: 15px;
    }

    .privacy-policy-wrap .privacy-content li {
        position: relative;
        padding-right: 25px;
        margin-bottom: 10px;
    }

        .privacy-policy-wrap .privacy-content li:last-child {
            margin-bottom: 0;
        }

        .privacy-policy-wrap .privacy-content li i {
            position: absolute;
            right: 0;
            top: 1px;
            color: #4774FF;
            font-size: 20px;
        }

/*
Coming Soon Area Stayle
=======================================================*/
.coming-soon-area {
    height: 100vh;
    position: relative;
    z-index: 1;
    background-image: url(../images/banners/banner-4.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .coming-soon-area .d-table {
        width: 100%;
        height: 100%;
    }

        .coming-soon-area .d-table .d-table-cell {
            vertical-align: middle;
        }

    .coming-soon-area .coming-soon-content {
        max-width: 700px;
        background-color: #ffffff;
        border-radius: 15px;
        overflow: hidden;
        text-align: center;
        padding: 40px 60px;
        box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
        margin-right: 300px;
        margin-top: auto;
        margin-left: auto;
        margin-bottom: auto;
    }

        .coming-soon-area .coming-soon-content .logo {
            display: inline-block;
        }

        .coming-soon-area .coming-soon-content h2 {
            font-size: 45px;
            margin-top: 30px;
            margin-bottom: 0;
            color: #283A5E;
        }

        .coming-soon-area .coming-soon-content #timer {
            margin-top: 40px;
        }

            .coming-soon-area .coming-soon-content #timer div {
                background-color: #f9f9f9;
                color: #000000;
                width: 100px;
                height: 105px;
                border-radius: 5px;
                font-size: 40px;
                font-weight: 800;
                margin-right: 10px;
                margin-left: 10px;
            }

                .coming-soon-area .coming-soon-content #timer div span {
                    font-size: 16px;
                    color: #666666;
                    display: block;
                    margin-top: -10px;
                }

        .coming-soon-area .coming-soon-content form {
            position: relative;
            max-width: 500px;
            margin-right: auto;
            margin-left: auto;
            margin-top: 50px;
        }

            .coming-soon-area .coming-soon-content form .form-group {
                margin-bottom: 25px;
                width: 100%;
                position: relative;
            }

                .coming-soon-area .coming-soon-content form .form-group .input-newsletter {
                    border-radius: 0;
                    border: none;
                    background-color: transparent;
                    border-bottom: 1px solid #5D5D5D;
                    transition: all ease 0.5s;
                    color: #283A5E;
                    padding: 0 0px 0 0;
                    height: 45px;
                    display: block;
                    width: 100%;
                    font-size: 16px;
                    font-weight: 400;
                }

                    .coming-soon-area .coming-soon-content form .form-group .input-newsletter:focus {
                        box-shadow: unset;
                    }

                .coming-soon-area .coming-soon-content form .form-group .label-title {
                    margin-bottom: 0;
                    position: absolute;
                    display: block;
                    right: 0;
                    top: 0;
                    width: 110%;
                    height: 110%;
                    pointer-events: none;
                    color: #283A5E;
                }

                    .coming-soon-area .coming-soon-content form .form-group .label-title i {
                        position: absolute;
                        right: 0;
                        transition: 0.5s;
                        top: 9px;
                        font-size: 22px;
                    }

            .coming-soon-area .coming-soon-content form .default-btn.disabled {
                border: none;
                font-size: 16px;
                border-radius: 0;
                padding: 12px 40px;
            }

            .coming-soon-area .coming-soon-content form p {
                margin-bottom: 0;
                margin-top: 20px;
            }

            .coming-soon-area .coming-soon-content form #validator-newsletter {
                color: red;
                position: relative;
                bottom: 0;
                top: 10px;
            }

/*
404 Error Page Stayle
=======================================================*/
.error-area {
    text-align: center;
    position: relative;
    z-index: 1;
}

    .error-area .d-table {
        width: 100%;
        height: 100%;
    }

        .error-area .d-table .d-table-cell {
            vertical-align: middle;
        }

    .error-area .error-content-wrap {
        z-index: 1;
        position: relative;
    }

        .error-area .error-content-wrap h1 {
            font-size: 300px;
            line-height: 1;
            font-weight: 700;
            color: #4774FF;
            margin-top: -40px;
        }

            .error-area .error-content-wrap h1 .a {
                display: inline-block;
            }

            .error-area .error-content-wrap h1 .red {
                color: #283A5E;
                display: inline-block;
            }

            .error-area .error-content-wrap h1 .b {
                display: inline-block;
            }

        .error-area .error-content-wrap h3 {
            margin: 30px 0 0;
            position: relative;
            color: #283A5E;
        }

        .error-area .error-content-wrap p {
            margin: 20px 0 20px;
            font-size: 19px;
            color: #4774FF;
        }

        .error-area .error-content-wrap .default-btn.two {
            font-size: 16px;
            padding: 12px 40px;
        }

.contact-address {
    background: rgba(71, 116, 255, 0.05);
    border-radius: 10px;
    padding: 60px 55px;
    text-align: center;
    margin-bottom: 25px;
}

    .contact-address .contact-content a {
        display: block;
        margin-top: 5px;
    }

    .contact-address .contact-content p {
        margin-bottom: 0px;
        margin-top: 5px;
    }

    .contact-address .contact-content h5 {
        font-weight: 800;
        font-size: 20px;
    }

    .contact-address .contact-icon {
        background: #FFFFFF;
        box-shadow: 0px 6px 30px 5px rgba(40, 58, 94, 0.04);
        height: 94px;
        width: 94px;
        line-height: 104px;
        margin-right: auto;
        margin-left: auto;
        border-radius: 50px;
        margin-bottom: 20px;
    }

        .contact-address .contact-icon i {
            font-size: 25px;
        }

.contact-warp {
    max-width: 870px;
    margin-right: auto;
    margin-left: auto;
}

    .contact-warp .form-control {
        background: rgba(71, 116, 255, 0.05);
        border-radius: 5px;
        height: 56px;
        border: none;
        margin-bottom: 20px;
        font-weight: 400;
        font-size: 16px;
        padding-right: 25px;
    }

        .contact-warp .form-control:focus {
            box-shadow: unset;
        }

        .contact-warp .form-control::-moz-placeholder {
            color: #666666;
        }

        .contact-warp .form-control:-ms-input-placeholder {
            color: #666666;
        }

        .contact-warp .form-control::placeholder {
            color: #666666;
        }

    .contact-warp #message {
        height: 150px;
        padding-right: 25px;
        padding-top: 15px;
    }

    .contact-warp .default-btn-three {
        width: 100%;
        text-align: center;
    }

        .contact-warp .default-btn-three i {
            position: relative;
            right: -5px;
            top: 3px;
        }

    .contact-warp .list-unstyled li {
        color: red;
    }

.payment-area {
    max-width: 464px;
    margin-right: auto;
}

    .payment-area .flight-box:before {
        display: none;
    }

    .payment-area .flight-box ul {
        margin-bottom: 20px;
    }

        .payment-area .flight-box ul li {
            position: relative;
            margin-bottom: 10px;
        }

            .payment-area .flight-box ul li span {
                position: absolute;
                left: 0;
            }

            .payment-area .flight-box ul li p {
                font-weight: 600;
                font-size: 15px;
                color: #283A5E;
                margin-bottom: -10px;
            }

            .payment-area .flight-box ul li:last-child {
                font-weight: 600;
                font-size: 15px;
                color: #283A5E;
            }

        .payment-area .flight-box ul .on {
            margin-bottom: 0px;
        }

    .payment-area .flight-box .this-btn .default-btn-three {
        width: 100%;
    }

        .payment-area .flight-box .this-btn .default-btn-three i {
            position: relative;
            right: 1px;
            top: 3px;
            transition: all ease 0.5s;
        }
/*# sourceMappingURL=style.css.map */


.m-logo {
    height: 50px;
}

.right-side {
    float: right !important;
}

.left-side {
    float: left !important;
}

.blue {
    color: #4774FF;
}

/* پاپ‌آپ تمام‌صفحه */
#popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    backdrop-filter: blur(5px); /* افکت محو */
}

#popup-content {
    background: #ffffffdb;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    min-width: 250px;
}

    #popup-content p {
        font-size: 30px;
        margin-bottom: 20px;
    }

    #popup-content button {
        margin: 10px;
        padding: 10px 25px;
        font-size: 20px;
        cursor: pointer;
        border: none;
        border-radius: 8px;
        /*background-color: #007bff;*/
        background-color: white;
        color: white;
        transition: 0.2s;
    }

        #popup-content button:hover {
            /*background-color: #0056b3;*/
        }

/* محتوای اصلی */
#main-content {
    padding: 50px;
    filter: blur(0); /* پیش‌فرض: بدون محو */
    transition: filter 0.3s ease;
}

/* وقتی پاپ‌آپ فعاله، محتوا محو بشه */
.blurred {
    filter: blur(5px);
    z-index: 999999999;
}

.yas {
    height: 25px;
    width: 25px;
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(5px 5px 5px #222);
}

.text-justify {
    text-align: justify;
}

.icons-ad {
    height: 30px;
    width: 30px;
    margin-right: 3px;
}

.ad-logo {
    height: 60px;
}

.icon_hover {
    display: block;
    position: relative;
    transition: left 800ms ease-in-out !important;
}

    .icon_hover:hover {
        animation: moveleft 0.8s ease-in-out !important;
    }

.room-warp:hover .icon_hover {
    animation: moveleft 1.5s ease-in-out !important;
}

.booking-warp:hover .icon_hover {
    animation: moveleft 1.5s ease-in-out !important;
}

@keyframes moveleft {
    from {
        left: -2px;
    }

    50% {
        left: 30px;
        opacity: 0;
    }

    51% {
        left: -25px;
        opacity: 0;
    }

    to {
        left: -2px;
        opacity: 1;
    }
}



.adplaneicon {
    color: rgb(66, 17, 174);
    font-size: 30px !important;
    margin: 10px;
    /*transform: rotate(-135deg);*/
    /* transform: rotate(-180deg);*/
}

.adsuitcaseicon {
    color: rgb(26, 98, 81);
    font-size: 30px !important;
    margin: 10px;
    /*transform: rotate(deg);*/
}

.adtext {
    margin: 5px;
    font-size: 20px;
    color: white;
    font-weight: 600;
}

.adicon {
    height: 40px;
    width: 40px;
    margin-right: -10px;
}

.adtop {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 75px;
    background-color: #25bcdf;
    border-radius: 0 40px 0 0px;
}

.adtop2 {
    display: flex;
    align-items: center;
    justify-content: space-around;
    /*margin-left: 20px;*/
    height: 75px;
    background-color: #f57315;
    /*margin-bottom: 10px;*/
    border-radius: 0 40px 0 0;
}

.carry {
    height: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.popupicon {
    height: 30px;
    width: 30px;
    margin-left: 5px;
}

.bg-ad {
    background-color: #e6e6e663;
}

.br-25 {
    border-radius: 25px;
}

.desc {
    color: #35744e;
    font-size: 12px !important;
    margin-top: 10px;
    text-align: right;
    height: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3em;
    line-height: 1.5em;
    text-align: justify;
}


.desc-full {
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: visible;
    max-height: unset;
    white-space: normal;
    line-height: 1.8em;
    color: #333;
    text-align: justify;
}

.pdesc {
    color: #283A5E;
    font-size: 18px !important;
    text-align: left;
    margin-bottom: 15px;
    margin-top: 20px;
}

.desc2 {
    color: #35744e;
    font-size: 16px !important;
    margin-top: 10px;
    height: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3em;
    line-height: 1.5em;
    text-align: justify;
}

.desc2-full {
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: visible;
    max-height: unset;
    white-space: normal;
    line-height: 1.8em;
    color: #333;
    margin-bottom: 40px;
    text-align: justify;
}

.pdesc2 {
    color: #283A5E;
    font-size: 18px !important;
    margin-top: 10px;
    margin-bottom: 15px;
}

/*.adborder {
    border-radius: 0px 40px 00px 40px;
}*/

.popupimage {
    border-radius: 25px;
    height: 65%;
    width: 65%;
}

.shamsi {
    font-size: 15px !important;
    color: #bc9854;
    font-weight: 800;
}

.shamsi2 {
    font-size: 15px !important;
    color: #bc9854;
    font-weight: 800 !important;
    margin-top: -10px;
}

.entekhab {
    font-size: 15px !important;
    color: #219066;
    font-weight: 800 !important;
    margin-top: -10px;
}

.En {
    font-family: Arial;
    direction: ltr;
}

.Fa {
    font-family: "Roboto", sans-serif;
    direction: rtl !important;
}

.badge-star {
    position: absolute;
    top: -70px !important;
    right: -30px !important;
    width: 100px;
    height: 100px;
    background: #ff6c00;
    color: white;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
    padding: 12px 5px;
    border: 2px solid #fff;
    clip-path: polygon( 50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35% );
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    /* افکت درخشش و لرزش خفیف روی بج */
    .badge-star:hover {
        animation: shake 0.4s infinite;
        box-shadow: 0 0 15px gold, 0 0 30px rgba(255,215,0,0.7);
    }

@keyframes shake {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(2deg);
    }

    50% {
        transform: rotate(0deg);
    }

    75% {
        transform: rotate(-2deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.room-warp:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.booking-warp:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.badge-diamond {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 60px;
    height: 60px;
    background: linear-gradient(45deg, #00c6ff, #0072ff);
    color: white;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 5px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.ribbon {
    /*width: 210px;*/
    background: crimson;
    color: white;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: -37px !important;
    /*right: 65px !important;*/
    transform: rotate(0deg);
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    font-family: "Poppins" !important;
}



    .ribbon span {
        display: block;
    }

.badge-arrow-up {
    position: absolute;
    top: -40px !important;
    right: 7px;
    background: #2196F3; /* آبی مخصوص نردبان */
    color: white;
    padding: 8px 14px;
    font-size: 12px;
    font-weight: bold;
    clip-path: polygon(50% 0%, 90% 35%, 90% 100%, 10% 100%, 10% 35%);
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    text-align: center;
}

.badge-arrow-pikan {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #2196F3;
    color: white;
    padding: 8px 14px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    clip-path: polygon( 50% 0%, /* نوک فلش */
    100% 30%, /* گوشه راست فلش */
    75% 30%, /* بال راست بدنه */
    75% 100%, /* پایین راست بدنه */
    25% 100%, /* پایین چپ بدنه */
    25% 30%, /* بال چپ بدنه */
    0% 30% /* گوشه چپ فلش */
    );
    box-shadow: 0 3px 10px rgba(0,0,0,0.25);
}


body.blur {
    filter: blur(5px);
    pointer-events: none;
}

.popup-overlay {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.popup-content {
    background: #fff;
    padding: 20px;
    width: 400px;
    margin: 10% auto;
    border-radius: 10px;
    position: relative;
}

.hidden-info {
    filter: blur(5px);
    user-select: none;
}

    .show-info.active + .hidden-info,
    .hidden-info.show {
        filter: none;
    }

.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    font-size: 20px;
}

.hidden-contact {
    background: #eee;
    padding: 2px 8px;
    border-radius: 5px;
    letter-spacing: 1px;
}

.eye-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    margin-right: 5px;
}

    .eye-btn:hover {
        color: #007bff;
    }

.adpopupoverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    backdrop-filter: blur(5px);
    z-index: 9998;
}

.adpopup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    border-radius: 12px;
    width: 90%;
    max-width: 360px;
    z-index: 9999;
    box-shadow: 0 0 30px rgba(0,0,0,0.3);
    border-radius: 0px 40px 0px 40px;
}

.adpopupicon {
    font-size: 22px !important;
    color: #0891a0;
    margin-right: 10px;
}

.adpopupiconeye {
    font-size: 22px !important;
    color: #ff7800;
    margin-right: 10px;
}

.popupdetailtitle {
    color: #283A5E;
    font-size: 18px !important;
    text-align: left;
    margin-bottom: 15px;
}

.popupcontact {
    color: #283A5E;
    font-size: 18px !important;
    text-align: left;
    margin-bottom: 15px;
    font-weight: 600;
}

.popupclosebutton {
    background: #dc3545;
    color: white;
    padding: 8px 16px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 15px;
}

.adbtn {
    background-color: transparent !important;
    border: none !important;
}

.rad-15 {
    border-radius: 15px 0 15px 0px !important;
}

.iconpopup {
    font-size: 16px !important;
    color: white;
    margin-right: 10px;
}

.IranSans {
    font-family: 'IRANSansWeb' !important;
}

.form-check-input {
    --bs-form-check-bg: #e6f5f5 !important;
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fdffff !important;
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 2px solid #245d95 !important;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
    border: 6px;
}

/*.modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5) !important;
    margin: calc(-.5 * var(--bs-modal-header-padding-y)) auto calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) !important;
}*/
