@font-face {
    font-family: "Vazir";
    src: url("/fonts/Vazir.eot");
    src: url("/fonts/Vazir.eot#iefix") format("embedded-opentype"), url("/fonts/Vazir.woff2") format("woff2"), url("/fonts/Vazir.woff") format("woff"), url("/fonts/Vazir.ttf") format("turetype");
}
/*==================== video swiper */
.video-swiper-button-next {
    color: black !important;
}

.video-swiper-button-prev {
    color: black !important;
}
.swiper-pagination-bullet-active {
    background: black !important;
}

/*============================ max width and height*/
.maxwh-100 {
    max-width: 100% !important;
    max-height: 100% !important;
}

.icon-culture-switch {
    font-size: 0.8rem !important;
    left: 0;
    top: 0;
    cursor: pointer;
}

.search-button {
    width: 70%;
    height: 70%;
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 0;
    border: red 1px solid;
    color: red;
    background-color: red;
}

.search-buttonn:hover {
    color: red !important;
    opacity: 0.8;
    border: red 1px solid;
}

.search-tag:hover {
    color: red !important;
    cursor: pointer;
}

/*Search Button Top Navbar*/
.search-btn {
    padding: 5px 10px;
    outline: none;
    border: none;
    background-color: transparent;
    border-radius: 50%;
}

    .search-btn:hover {
        background-color: rgba(0,0,0,0.2);
    }

.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
}

.overlay-content {
    position: relative;
    top: 46%;
    width: 50%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}

    .overlay .closebtn:hover {
        color: #ccc;
    }

.overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    border-radius: 0 10px 10px 0;
    float: left;
    width: 80%;
    background: white;
    outline: none;
}

    .overlay input[type=text]:hover {
        background: #f1f1f1;
    }

.overlay button {
    float: left;
    width: 10%;
    padding: 15.5px;
    background-color: rgba(235,28,36,1);
    font-size: 17px;
    border: none;
    border-radius: 10px 0 0 10px;
}

    .overlay button:hover {
        background-color: rgba(235,28,36,0.7)
    }

/*========================================= photo on videos */
.photo-div {
    width: 200px !important;
    height: 200px !important;
    overflow: hidden;
    isolation: isolate;
    position: relative;
}

.photo {
    transition: all 0.3s ease;
    width: 100% !important;
    height: 100% !important;
    object-fit: fill;
}

.photo-back {
    background: rgb(89,88,88);
}

.photo-div:hover .photo {
    transform: scale(1.2);
    cursor: pointer;
    mix-blend-mode: overlay;
}

.photo-text {
    color: black;
}

    .photo-text:hover {
        color: red;
    }

.jc-start {
    justify-content: flex-start !important;
}

.p-hover-op:hover {
    opacity: 0.8 !important;
}

.fs-icon-hover:hover {
    opacity: 0.6 !important;
}

.px-23 {
    padding-left: 2.3rem !important;
    padding-right: 2.3rem !important;
}

.text-end-custom {
    text-align: left !important;
}

.contain {
    position: relative;
    text-align: center;
    color: white;
}

.bottom-text {
    position: absolute;
    bottom: 100px;
    left: 90px;
}

.top-text {
    position: absolute;
    top: 298px;
    left: 117px;
}

.fs-4rem {
    font-size: 4rem !important;
}

.pl-4 {
    padding-left: 1.5rem !important;
}

.mr-3 {
    margin-right: 1.5rem !important;
}

.mcustom-vip {
    position: relative !important;
    bottom: -78px;
}

.ml-3 {
    margin-left: 1.5rem !important;
}

.mr-4 {
    margin-right: 1.5rem !important;
}

.ml-4 {
    margin-left: 1.5rem !important;
}

.mt-custom-order {
    margin-top: 5rem !important;
}

.mt-6rem {
    margin-top: 6rem !important;
}

.mt-54rem {
    margin-top: 5.4rem !important;
}
/* ------------------ main nav bar mobile*/
.dropdown-menu-custom {
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: #212529;
    --bs-dropdown-bg: #fff;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: 0.375rem;
    --bs-dropdown-border-width: 1px;
    --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-dropdown-link-color: #212529;
    --bs-dropdown-link-hover-color: #1e2125;
    --bs-dropdown-link-hover-bg: #e9ecef;
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius);
}

    .dropdown-menu-custom[data-bs-popper] {
        top: 100%;
        left: 0;
        margin-top: var(--bs-dropdown-spacer);
    }

.dropdown-menu-custom-start {
    --bs-position: start;
}

    .dropdown-menu-custom-start[data-bs-popper] {
        right: auto;
        left: 0;
    }

.dropdown-menu-custom-end {
    --bs-position: end;
}

    .dropdown-menu-custom-end[data-bs-popper] {
        right: 0;
        left: auto;
    }

@media (min-width: 576px) {
    .dropdown-menu-custom-sm-start {
        --bs-position: start;
    }

        .dropdown-menu-custom-sm-start[data-bs-popper] {
            right: auto;
            left: 0;
        }

    .dropdown-menu-custom-sm-end {
        --bs-position: end;
    }

        .dropdown-menu-custom-sm-end[data-bs-popper] {
            right: 0;
            left: auto;
        }
}

@media (min-width: 768px) {
    .dropdown-menu-custom-md-start {
        --bs-position: start;
    }

        .dropdown-menu-custom-md-start[data-bs-popper] {
            right: auto;
            left: 0;
        }

    .dropdown-menu-custom-md-end {
        --bs-position: end;
    }

        .dropdown-menu-custom-md-end[data-bs-popper] {
            right: 0;
            left: auto;
        }
}

@media (min-width: 992px) {
    .dropdown-menu-custom-lg-start {
        --bs-position: start;
    }

        .dropdown-menu-custom-lg-start[data-bs-popper] {
            right: auto;
            left: 0;
        }

    .dropdown-menu-custom-lg-end {
        --bs-position: end;
    }

        .dropdown-menu-custom-lg-end[data-bs-popper] {
            right: 0;
            left: auto;
        }
}

@media (min-width: 1200px) {
    .dropdown-menu-custom-xl-start {
        --bs-position: start;
    }

        .dropdown-menu-custom-xl-start[data-bs-popper] {
            right: auto;
            left: 0;
        }

    .dropdown-menu-custom-xl-end {
        --bs-position: end;
    }

        .dropdown-menu-custom-xl-end[data-bs-popper] {
            right: 0;
            left: auto;
        }
}

@media (min-width: 1400px) {
    .dropdown-menu-custom-xxl-start {
        --bs-position: start;
    }

        .dropdown-menu-custom-xxl-start[data-bs-popper] {
            right: auto;
            left: 0;
        }

    .dropdown-menu-custom-xxl-end {
        --bs-position: end;
    }

        .dropdown-menu-custom-xxl-end[data-bs-popper] {
            right: 0;
            left: auto;
        }
}

.dropup .dropdown-menu-custom[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: var(--bs-dropdown-spacer);
}

.dropend .dropdown-menu-custom[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: var(--bs-dropdown-spacer);
}

dropstart .dropdown-menu-custom[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: var(--bs-dropdown-spacer);
}

.dropdown-menu-custom.show {
    display: block;
}

.dropdown-menu-custom-dark {
    --bs-dropdown-color: #dee2e6;
    --bs-dropdown-bg: #343a40;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-box-shadow:;
    --bs-dropdown-link-color: #dee2e6;
    --bs-dropdown-link-hover-color: #fff;
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-header-color: #adb5bd;
}

.nav-tabs .dropdown-menu-custom {
    margin-top: calc(var(--bs-nav-tabs-border-width) * -1);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar-nav .dropdown-menu-custom {
    position: static;
}

.custom-card-overlay {
    bottom: -51px !important;
}

.navbar-expand-sm .navbar-nav .dropdown-menu-custom {
    position: absolute;
}

.navbar-expand-md .navbar-nav .dropdown-menu-custom {
    position: absolute;
}

.navbar-expand-xl .navbar-nav .dropdown-menu-custom {
    position: absolute;
}

.navbar-expand-xxl .navbar-nav .dropdown-menu-custom {
    position: absolute;
}

.navbar-expand .navbar-nav .dropdown-menu-custom {
    position: absolute;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item-custom:focus,
.dropdown-item-custom:hover {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg);
}

.dropdown-item-custom.active,
.dropdown-item-custom:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--bs-dropdown-link-active-bg);
}

.dropdown-item-custom.disabled,
.dropdown-item-custom:disabled {
    color: var(--bs-dropdown-link-disabled-color);
    pointer-events: none;
    background-color: transparent;
}

.nav-custom-collapse {
    display: none !important;
}
/* ------------------ end main nav bar mobile*/
.custom-select-language {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    padding-right: 13px;
    background-image: url(/Images/img/dropdown-arrow.png);
    background-repeat: no-repeat;
    background-position: calc(100%) center;
    background-size: 8px;
    padding-top: 7px !important;
}
/*icon toggle*/
.navbar-toggler-icon-custom {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: url(/Images/img/list.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

.custom-list-style {
    list-style-type: none !important;
    padding-left: 0 !important;
}
/*-------------------------------------Representation Form*/
#heading {
    text-transform: uppercase;
    color: red;
    font-weight: normal
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

    #msform fieldset {
        background: white;
        border: 0 none;
        border-radius: 0.5rem;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding-bottom: 20px;
        position: relative
    }

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform input,
#msform textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    background-color: #ECEFF1;
    font-size: 16px;
    letter-spacing: 1px
}

    #msform input:focus,
    #msform textarea:focus {
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border: 1px solid red;
        outline-width: 0
    }

#msform .action-button {
    width: 100px;
    background: red;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
}

    #msform .action-button:hover,
    #msform .action-button:focus {
        background-color: darkred
    }

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

    #msform .action-button-previous:hover,
    #msform .action-button-previous:focus {
        background-color: #000000
    }

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: red;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: red;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

    #progressbar .active {
        color: red
    }

    #progressbar li {
        list-style-type: none;
        font-size: 15px;
        width: 25%;
        float: left;
        position: relative;
        font-weight: 400
    }

    #progressbar #account:before {
        font-family: FontAwesome;
        content: "\f13e"
    }

    #progressbar #personal:before {
        font-family: FontAwesome;
        content: "\f007"
    }

    #progressbar #payment:before {
        font-family: FontAwesome;
        content: "\f030"
    }

    #progressbar #confirm:before {
        font-family: FontAwesome;
        content: "\f00c"
    }

    #progressbar li:before {
        width: 50px;
        height: 50px;
        line-height: 45px;
        display: block;
        font-size: 20px;
        color: #ffffff;
        background: lightgray;
        border-radius: 50%;
        margin: 0 auto 10px auto;
        padding: 2px
    }

    #progressbar li:after {
        content: '';
        width: 100%;
        height: 2px;
        background: lightgray;
        position: absolute;
        left: 0;
        top: 25px;
        z-index: -1
    }

    #progressbar li.active:before,
    #progressbar li.active:after {
        background: red
    }

.progress {
    height: 20px
}

.progress-bar {
    background-color: red
}

.fit-image {
    width: 100%;
    object-fit: cover
}
/*------------------------------------End Representation Form*/
.custom-white-button:hover {
    color: gray;
    background-color: white;
}

.technichalback {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 830px;
}

.projectback {
    background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.4)), url("/Images/img/Project/slid-projects-2.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 500px;
}

.customserviceback {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 830px;
}
/*Protfolio*/
.btn-portfolio-costum {
    color: black;
    background-color: white;
    border-top: 2px solid red;
    border-bottom: 2px solid red;
}

.border-right {
    border-right: 1px solid black !important;
}

.border-left {
    border-left: 1px solid black !important;
}

.btn-portfolio-active {
    border-top: 4px solid red;
    border-bottom: 4px solid red;
}
/*end portfolio*/
/*custom news inputs*/
.custom-select-news, .custom-select-news:focus {
    outline: 0;
    border: 0;
    width: 100%;
    color: white;
    background: transparent;
    border-bottom: 3px solid white;
}

.news-box input[type=text], .NewsBox input[type=text] :focus {
    outline: 0;
    border: 0;
    width: 100%;
    color: white;
    background: transparent;
    border-bottom: 3px solid white;
}

    .news-box input[type=text]::placeholder {
        color: white;
        background-color: #DA1539;
        border: 0;
        outline: transparent !important;
    }
/*end custom news inputs*/
/*end custom news inputs*/
/*--------------------------------------s*/

/*Pagination*/
.pagination {
    display: inline-block;
}

    .pagination a {
        color: black;
        float: left;
        padding: 8px 16px;
        text-decoration: none;
    }

        .pagination a.active {
            background-color: rgb(202,21,57);
            color: white;
        }

        .pagination a:hover:not(.active) {
            background-color: #ddd;
        }
/*end Pagination*/

/*drag command drop*/
.drag-area {
    border: 2px dashed #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .drag-area.active {
        border: 2px solid #fff;
    }

    .drag-area .icon {
        font-size: 60px;
        color: #fff;
    }

    .drag-area button {
        padding: 10px 25px;
        font-weight: bold;
        border: none;
        outline: none;
        background: #fff;
        color: #5256ad;
        cursor: pointer;
    }

    .drag-area img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        border-radius: 5px;
    }


/*button submit*/

.button, .tick {
    display: flex;
    justify-content: center;
    align-items: center;
}


.button {
    height: 60px;
    background: #DA1539;
    transition: all .3s cubic-bezier(0.67, 0.17, 0.40, 0.83);
}

    .button svg {
        transform: rotate(180deg);
        transition: all .5s;
    }

.button__circle {
    width: 60px;
    height: 60px;
    background: mediumseagreen;
    border-radius: 50%;
    transform: rotate(-180deg);
}

.button:hover {
    cursor: pointer;
}

.tick {
    color: white;
    font-size: 2em;
    transition: all .9s;
}

.custom-CoverPage {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 2% 8% 3.5% 5%;
    margin-top: 2%;
    height: 100vh;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/*--------------------------------------e*/

.custom-margin-es-2 {
    margin-right: 0.5rem !important;
}

.image-center {
    width: 50%;
    margin: auto !important;
}

.active-red {
    background-color: red;
    color: white !important;
}

.ltr-abs-position {
    right: 0 !important;
    position: absolute !important;
}

.absloute-postion-custom {
    right: 0 !important;
    position: absolute !important;
}

.custom-fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 50px;
    z-index: 1020;
}

.contactus-back {
    background-image: url("/Images/img/ContactUs/ContactUsPage_afe011db-6a6c-4f52-9e8c-0d804926fc24_SP-81415.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 200px;
}

.aboutus-back {
    background-image: url("/Images/img/AboutUs/About_3f93699d-acca-4cda-b16d-b93d815d3a9e_SP-92598.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 200px;
}

.aboutus2th-back {
   
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 830px;
}

.aboutus3th-back {
    background-image: url("/Images/img/AboutUs/quote-about-us.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 600px;
}

.subcategory-header {
    background-size: 100% 100%;
    min-height: 700px;
}

.blog-align {
    text-align: left !important;
}

.blog-padding {
    padding-left: 20px !important;
}

.tooltip-arrow,
.red-tooltip + .tooltip > .tooltip-inner {
    background-color: red;
}

.NEWS-Image-Back {
    background-image: url("/Images/img/NEWS/News_8bb2e048-f725-48e1-a07f-f843c66b0e6f_SP-49790.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 2% 8% 3.5% 5%;
    margin-top: 2%;
    height: 40rem;
}

.glass-back {
    background-image: url("/Images/img/Product/ProductCategory_76659e50-1d33-42fe-a922-26604c415010_SP-91342.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.float-icons {
    height: 45px !important;
    width: 45px !important;
    z-index: 2;
}



    .float-icons:hover {
        background-color: red !important;
        cursor: pointer;
    }

.float-titles-1 {
    transform: translateX(180px);
    z-index: 1;
}

.float-titles-2 {
    transform: translateX(180px);
    z-index: 1;
}

.float-titles-3 {
    transform: translateX(180px);
    z-index: 1;
}

/* en */
.dir-en {
    align-items: start !important;
}

.justify-content-custom {
    justify-content: left !important;
}

.custom-circle {
    height: 10px;
    width: 10px;
    background-color: rgb(79, 79, 79);
    border-radius: 50%;
    display: inline-block;
}

.custom-margin-1 {
    margin-right: 200px;
}

.custom-margin-2 {
    margin-right: 40px;
    margin-left: 40px;
}

.m-custom-search {
    margin-left: -311px !important;
}

.flex-row-rev {
    flex-direction: row-reverse !important;
}

.custom-footer-border {
    border: 2px solid white !important;
    border-radius: 20px;
}

.fs-custom {
    font-size: 0.8rem !important;
}

.vip-form-1 {
    display: none;
}

.vip-form-2 {
    display: none;
}

.vip-form-3 {
    display: none;
}

.vip-form-4 {
    display: none;
}

.l-zero {
    left: 0 !important;
}

.text-en {
    text-align: left !important
}

.custom-LR-arrow-red {
    border: solid red;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.custom-LR-arrow {
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}


body {
    font-family: "Vazir" !important;
}

.custom-gray {
    color: #b3b3b3;
}

.bg-custom-dark {
    background-color: #242222 !important;
}

.seprator {
    height: 2px;
    border-width: 0;
    color: gray;
    background-color: gray;
    margin-top: 1%;
}

.white-seprator {
    width: 91%;
    height: 2px;
    border-width: 0;
    color: white;
    background-color: white;
    margin-top: -2%;
}

.bg-custom-dark-opacity {
    background-color: #242222f7 !important;
}

.ul-color ul li a {
    color: #fff;
}

.white-hover-a:hover {
    color: white;
}

.ul-color ul li a:hover {
    color: #b3b3b3;
}

/*.all div,
.all p {
    display: none;
}
*/
.show {
    display: block;
}

.item-box.hide {
    display: none;
}

.bg-gray {
    background-color: #595858;
}

.text-gray {
    color: #b3b3b3;
}

.custom-border {
    /*border-right: 2px solid #fff;*/
    border-right: 1px solid black;
}

.custom-bottom-border {
    border-bottom: 1px solid #fff;
}

.content-1 {
    display: none;
}

.content-2 {
    display: none;
}

.content-3 {
    display: none;
}

.title:hover {
    cursor: pointer;
    background-color: #6e6c6c;
    padding-right: 50px !important;
    padding-left: 50px !important;
}

.aling-item-custom {
    align-items: flex-start !important;
}

.title {
    transition: background-color 800ms, padding-right 600ms, padding-left 600ms;
}

.arrow-custom {
    top: 50%;
    width: 1.5vmin;
    height: 1.5vmin;
    background: transparent;
    border-top: 0.7vmin solid white;
    border-right: 0.7vmin solid white;
    box-shadow: 0 0 0 lightgray;
    transition: all 200ms ease;
    left: 0;
    transform: translate3d(0, -50%, 0) rotate(-135deg);
}

.nav-item:hover .dropdown-toggle:before {
    border-top: 0 !important;
    border-bottom: 0.3em solid !important;
}

.nav-item:hover .dropdown-toggle:after {
    border-top: 0 !important;
    border-bottom: 0.3em solid !important;
}

.en-dropdown-change:after {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-left: 0.3em solid transparent !important;
    border-top: 0.3em solid !important;
    border-bottom: 0 !important;
    border-right: 0.3em solid transparent;
}

.dropdown-change:after {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-left: 0.3em solid transparent !important;
    border-top: 0.3em solid !important;
    border-bottom: 0 !important;
    border-right: 0.3em solid transparent;
}
/* top-nav */
.dropdown-item:hover {
    background-color: #6e6c6c !important;
    border-radius: 0 !important;
}

.custom-top-dropdown {
    background-color: #595858;
    width: 200px;
}

.custom-input::placeholder {
    color: #999288;
    background-color: #595858;
    border: 0;
    outline: transparent !important;
}

.custom-top-dropdown li input {
    border: 0;
    border-bottom: 3px solid #6e6c6c !important;
    outline: transparent !important;
}

/* contact us */


/* vip */
.vip-1 {  
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 2% 8% 3.5% 5%;
    margin-top: 2%;
    height: 750px;
}

.vip-2 {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 2% 8% 3.5% 5%;
    margin-top: 2%;
    height: 750px;
}



ul.no-bullets {
    list-style-type: none !important;
    margin: 0 !important;
}

.vip-button {
    width: 100%;
    height: 100%;
    padding: 15px 0;
    font-size: 18px;
    font-weight: bold;
    border-radius: 0;
    border: red 1px solid;
    color: red;
}

    .vip-button:hover {
        color: white;
        background-color: red;
        border: red 1px solid;
    }

    .vip-button:focus {
        background-color: red !important;
        color: white !important;
        border: red 1px solid !important;
    }
/* about */
.text-overlay {
    text-align: right;
    position: absolute;
    right: 10%;
    bottom: 10%;
    color: white;
    padding-left: 10%;
    z-index: 1000;
}

.card-size {
    width: 34rem;
    height: 39rem;
}

.img-border {
    border-radius: 0 !important;
}

.about-a:hover {
    color: red !important;
}

/* button of login */
.bt-outline-custom {
    width: 150px;
    position: relative;
    right: 5%;
    border: 1px solid #6e6c6c !important;
}

    .bt-outline-custom:hover {
        background-color: #6e6c6c;
        border: 0;
    }

.custom-input {
    border: 0;
    background-color: #595858 !important;
    outline: transparent !important;
}

    .custom-input:focus {
        background-color: #6e6c6c !important;
        border: 0 !important;
    }

.dropdown-toggle:before {
    transition: border-top 500ms, border-bottom 500ms;
}

.dropdown-toggle:after {
    transition: border-top 500ms, border-bottom 500ms;
}

.drager {
    display: none;
}

.custom-textbox {
    background-color: #595858;
}

    .custom-textbox:focus {
        background-color: #6e6c6c !important;
        border: none !important;
        outline: none !important;
    }

/*-------------------------- button-link */
.btn-link:hover {
    background-color: transparent !important;
}
/*----------------------------footer */
.border-footer {
    border: 2px solid white;
    border-radius: 20px;
}
/*------------------------------------- card */

.card {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}

    /* On mouse-over, add a deeper shadow */
    .card:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    }

/* Add some padding inside the card container */
.container {
    padding: 2px 16px;
}

/*--------------------------------- topnsv */
.topnavbar {
    background-color: #222;
    border: 1px solid grey;
    z-index: 1;
}

.topnavbar-default .topnavbar-nav > li > a {
    color: #fff;
    padding: 15px 15px;
    outline: none;
}

.topnavbar-nav > li > .topdropdown-menu {
    border-radius: 6px;
}

.topnavbar-default .topnavbar-nav > li > a:hover {
    color: #121212;
    background-color: #fff;
}

.topnavbar-default .topnavbar-nav > .open > a,
.topnavbar-default .topnavbar-nav > .open > a:focus,
.topnavbar-default .topnavbar-nav > .open > a:hover {
    color: #fff;
    background-color: #000;
}

.topdropdown-menu > li > a:hover {
    color: #c9c3c3;
    text-decoration: none;
    background-color: #121212;
}

.topnavbar-default .topnavbar-nav > .active > a,
.topnavbar-default .topnavbar-nav > .active > a:focus,
.topnavbar-default .topnavbar-nav > .active > a:hover {
    color: #fff;
    background-color: #d71919;
}

.topdropdown-menu > li > a {
    color: #000;
}

@media screen and (max-width: 768px) and (min-width: 100px) {
    .topnavbar-default .navbar-nav > li > a {
        color: #fff;
        outline: none;
        overflow: hidden;
    }

    .topnavbar {
        overflow: hidden;
        width: 25%;
    }

        .topnavbar ul li {
            position: relative;
        }

            .topnavbar ul li a {
                margin-left: 15px;
            }

            .topnavbar ul li:active {
                color: green;
            }

    .topnavbar-nav .open .topdropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .topnavbar-nav .open .topdropdown-menu > li:hover a {
            background-color: transparent;
            margin-left: 18px;
            color: #fff !important;
        }

        .topnavbar-nav .open .topdropdown-menu > li:hover:before {
            font: normal normal normal 14px/1 FontAwesome;
            content: "\f054";
            width: 10px;
            height: 10px;
            position: absolute;
            left: 18%;
            top: 46%;
            transform: translate(-50%, -50%);
            color: #e14444;
        }

    .dropdown-language select:focus {
        border: none !important;
    }

    .topnavbar-default .topnavbar-nav .open .topdropdown-menu > li > a {
        color: #e14444;
    }
}
