@import "style.css";

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');


/*default class*/
body {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Oswald', sans-serif;

    overflow-y: auto !important;
    padding: 0px !important;
    background-color: #dfdfdf;
}

.transition-me {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.index_over {
    z-index: 1000
}

.form-select:focus {
    border-color: none;
}

button:focus:not(:focus-visible),
button,
select,
input,
textarea {
    outline: none;

}

.rounded {
    border-radius: 5px !important
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover,
.carousel-control-next,
.carousel-control-prev {
    opacity: 1;
    width: 4%;
}

.point {
    cursor: pointer;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.tiny_font {
    font-size: 13px
}

.back_me {
    background: transparent
}

fieldset {
    display: block;
    border-width: 2px !important;
    border-style: groove !important;
    border-color: transparent !important;
    border-image: initial !important;
}

fieldset>legend {
    margin-left: 30px
}

legend {
    float: none;
    width: auto
}

/*main-class*/
:root {
    --second--color: #fff;
    --third--color: #000;
}

.second_color {
    color: var(--second--color);
}

.third_color {
    color: var(--third--color);
}

.main_bg {
    background: var(--main--color);
}

.second_bg {
    background: var(--second--color);
}

.third_bg {
    background: var(--third--color);
}

.main_bt {
    text-decoration: none;
    color: var(--second--color);
    background-color: var(--main--color);
}

.main_bt:hover {
    background-color: var(--third--color);
}

.main_bt_reverce {
    text-decoration: none;
    color: var(--second--color);
    background-color: var(--main--color);
}

.main_bt_reverce.active {
    background-color: var(--third--color);
}


.main_bt_o {
    color: var(--main--color);
    background-color: var(--third--color);
    border: 1px solid var(--main--color);
}

.main_bt_o:hover {
    color: var(--third--color);
    background-color: var(--main--color);
    border: 1px solid var(--main--color);
}

.second_bt {
    background-color: var(--main--color);
    color: var(--third--color);
}

.second_bt:hover {
    background-color: var(--second--color);
    color: var(--third--color);
}

.third_bt {
    color: var(--third--color);
    background-color: #838383;
}

.third_bt:hover {
    color: var(--third--color);
    background-color: #000;
}

.main_link {
    color: #000;
}

.main_link:hover {
    color: var(--main--color);
}

i:hover {
    color: var(--main--color);
}

.second_link {
    color: #22c4ff;
}

.second_link:hover {
    color: #FFF;
}


.light_color {
    color: #AAA;
}

.main_border {
    border: 2px solid var(--main--color)
}

.our_opacity {
    opacity: 0.6;
}

.capital {
    text-transform: capitalize;
}

/*start main_slider*/
.main_slider {
    background: url('../img/797_banner.jpg') center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 250px;
    position: relative;
}

.main_slider .in_slide {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
}

/* start nav */
.my_list_nav .nav-tabs {
    border-bottom: none;
    background-color: #dfdfdf;
}

.my_list_nav .nav-tabs .nav-link {
    color: var(--third--color);
    border: none;
    margin: 5px;
    text-transform: capitalize;
    font-size: 13px;
    width: max-content;
}

.my_list_nav .nav-tabs .nav-item.show .nav-link,
.my_list_nav .nav-tabs .nav-link.active {
    border: none;
    background-color: transparent;
    color: var(--main--color);
    box-shadow: 0px 1px 0px 0px var(--main--color);
    padding-bottom: 5px;
}

.my_list_nav .nav-tabs .nav-link:focus,
.my_list_nav .nav-tabs .nav-link:hover {
    border-color: transparent;
    box-shadow: 0px 1px 0px 0px var(--main--color);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.sticky+.content {
    padding-top: 260px;
}

.in_card_img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

/*.my_list_nav .search {*/
/*    height: 30px;*/
/*    width: 30px;*/
/*    border: 1px solid var(--third--color);*/
/*    border-radius: 50%;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/

.my_list_nav .bt_search {
    /*position: absolute;*/
    width: 0px;
    top: -5px;
    left: 40px;
}

.my_list_nav .bt_search input {
    width: 50%;
    padding: 7px 0px;
    border: none;
    z-index: 450;
    border-bottom: 2px solid var(--third--color)
}

.card {
    border: none;
    background-color: rgba(92, 92, 92, 0.1);
}

.card:hover .in_card_img {
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* start popup */
.popup {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 99999;
    background-color: rgb(0 0 0 / 45%);
    display: none;

}

.popup .insert {
    width: 450px;
    height: 70%;
    overflow-y: auto;
}

.in_promotion {
    display: none;
}

.promotion:hover {
    background-color: var(--main--color);
    color: var(--second--color);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* start form */
.in_form {
    background-color: rgba(0, 0, 0, 0.72);
}

.form {
    font-family: Arial, Helvetica, sans-serif;
    background: url('../img/_DSC2201.61ee74149285e2.20268078.jpg') center center;
    background-repeat: repeat-y;
    height: 100%;
}




/* start package */
/* .package{
    box-shadow: inset 0 0 10px 8px #f1f0f0b3;
    border: 5px solid transparent;
    overflow: hidden;
}
.package:hover{
    border: 5px solid #031cfd;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition   : all 0.3s ease-in-out;
    -o-transition     : all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out;
}
.package .in_head{
    background-color: #e3eef9;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.package .body{
    padding: 0px 20px;
}
.package .body span{
    font-size: 19px;
}
.package .foot .in_footer{
    background-image: linear-gradient(to left, #031cfd 10%, #0890ffe8 90%) !important;
    color: #FFF;
    margin: 0px 35px;
    box-shadow: 0 0 10px 2px #6f6f6f;
}
.package .foot .get i{
    color: #031cfd;
}
.package .foot .get h5{
    position: relative;
    right: -500px;
    width: 0px;
}
.get.mt-4.p-3 {
    height: 70px;
} */


.form_input {
    border: 0px;
    border-bottom: 3px solid #0003;
    width: 100%;
    padding: 10px;
    margin: 15px 0px;
    opacity: 0.6;
    background-color: #dfdfdf;
}

input[type=text] {
    background-color: #dfdfdf !important;
}

.form_input:focus {
    border-bottom: 3px solid var(--main--color);
    opacity: 1;
}

.in_pro {
    display: none;
}



*:focus {
    outline: none;
}

.brd {
    border: 1px solid #e2eded;
    border-color: #eaf1f1 #e4eded #dbe7e7 #e4eded;
}

#info {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    color: #2d3667;
    font-size: 16px;
    text-align: center;
    padding: 14px;
    background-color: #f3f9f9;
}

#app-cover {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 1;
}

#select-box {
    height: 100%;
}

#select-button {
    position: relative;
    height: 45px;
    padding: 14px;
    background-color: #fff;
    border-radius: 4px;
    cursor: pointer;
}

#options-view-button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

#selected-value {
    font-size: 16px;
    line-height: 1;
    margin-right: 26px;
}

.option i {
    width: 16px;
    height: 16px;
}

.option,
.label {
    color: #2d3667;
    font-size: 16px;
}

#chevrons {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 12px;
    padding: 9px 14px;
}

#chevrons i {
    display: block;
    height: 50%;
    color: #d1dede;
    font-size: 12px;
    text-align: right;
}

#options-view-button:checked+#select-button #chevrons i {
    color: #2d3667;
}

.options {
    position: absolute;
    left: 0;
    width: 100%;
}

#options {
    position: absolute;
    top: 42px;
    left: 0;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 4px;
}

#options-view-button:checked~#options {
    border: 1px solid #e2eded;
    border-color: #eaf1f1 #e4eded #dbe7e7 #e4eded;
}

.option {
    position: relative;
    line-height: 1;
    transition: 0.3s ease all;
    z-index: 2;
}

.option i {
    position: absolute;
    left: 14px;
    padding: 0;
    display: none;
}

#options-view-button:checked~#options .option i {
    display: block;
    padding: 12px 0;
}

.label {
    display: none;
    padding: 0;
    margin-left: 27px;
}

#options-view-button:checked~#options .label {
    display: block;
    padding: 12px 14px;
}

.s-c {
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
}

.s-c.top {
    top: 0;
}

.s-c.bottom {
    bottom: 0;
}

.in_form input[type="radio"] {
    position: absolute;
    top: 10px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 0;
    cursor: pointer;
}

.s-c:hover~i {
    color: #fff;
    opacity: 0;
}

.s-c:hover {
    height: 100%;
    z-index: 1;
}

.s-c.bottom:hover+i {
    bottom: -25px;
    animation: moveup 0.3s ease 0.1s forwards;
}

.s-c.top:hover~i {
    top: -25px;
    animation: movedown 0.3s ease 0.1s forwards;
}

@keyframes moveup {
    0% {
        bottom: -25px;
        opacity: 0;
    }

    100% {
        bottom: 0;
        opacity: 1;
    }
}

@keyframes movedown {
    0% {
        top: -25px;
        opacity: 0;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}

.label {
    transition: 0.3s ease all;
}

.opt-val {
    position: absolute;
    left: 14px;
    width: 217px;
    height: 21px;
    opacity: 0;
    background-color: #fff;
    transform: scale(0);
}

.option input[type="radio"]:checked~.opt-val {
    opacity: 1;
    transform: scale(1);
}

.option input[type="radio"]:checked~i {
    top: 0;
    bottom: auto;
    opacity: 1;
    animation: unset;
}

.option input[type="radio"]:checked~i,
.option input[type="radio"]:checked~.label {
    color: #fff;
}

.option input[type="radio"]:checked~.label:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

#options-view-button:not(:checked)~#options .option input[type="radio"]:checked~.opt-val {
    top: -30px;
}

.option:nth-child(1) input[type="radio"]:checked~.label:before {
    background-color: #000;
    border-radius: 4px 4px 0 0;
}

.option:nth-child(1) input[type="radio"]:checked~.opt-val {
    top: -31px;
}

.option:nth-child(2) input[type="radio"]:checked~.label:before {
    background-color: #ea4c89;
}

.option:nth-child(2) input[type="radio"]:checked~.opt-val {
    top: -71px;
}

.option:nth-child(3) input[type="radio"]:checked~.label:before {
    background-color: #0057ff;
}

.option:nth-child(3) input[type="radio"]:checked~.opt-val {
    top: -111px;
}

.option:nth-child(4) input[type="radio"]:checked~.label:before {
    background-color: #32c766;
}

.option:nth-child(4) input[type="radio"]:checked~.opt-val {
    top: -151px;
}

.option:nth-child(5) input[type="radio"]:checked~.label:before {
    background-color: #f48024;
}

.option:nth-child(5) input[type="radio"]:checked~.opt-val {
    top: -191px;
}

.option:nth-child(6) input[type="radio"]:checked~.label:before {
    background-color: #006400;
    border-radius: 0 0 4px 4px;
}

.option:nth-child(6) input[type="radio"]:checked~.opt-val {
    top: -231px;
}

.option .fa-codepen {
    color: #000;
}

.option .fa-dribbble {
    color: #ea4c89;
}

.option .fa-behance {
    color: #0057ff;
}

.option .fa-hackerrank {
    color: #32c766;
}

.option .fa-stack-overflow {
    color: #f48024;
}

.option .fa-free-code-camp {
    color: #006400;
}

#option-bg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 40px;
    transition: 0.3s ease all;
    z-index: 1;
    display: none;
}

#options-view-button:checked~#options #option-bg {
    display: block;
}

.option:hover .label {
    color: #fff;
}

.option:nth-child(1):hover~#option-bg {
    top: 0;
    background-color: #000;
    border-radius: 4px 4px 0 0;
}

.option:nth-child(2):hover~#option-bg {
    top: 40px;
    background-color: #ea4c89;
}

.option:nth-child(3):hover~#option-bg {
    top: 80px;
    background-color: #0057ff;
}

.option:nth-child(4):hover~#option-bg {
    top: 120px;
    background-color: #32c766;
}

.option:nth-child(5):hover~#option-bg {
    top: 160px;
    background-color: #f48024;
}

.option:nth-child(6):hover~#option-bg {
    top: 200px;
    background-color: #006400;
    border-radius: 0 0 4px 4px;
}

label {
    display: block;
    line-height: 40px;
}

.py .option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 5px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 25px;
    width: 25px;
    transition: all 0.15s ease-out 0s;
    background: #cbd1d8;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 1000;
    opacity: 1 !important;
}

.py .option-input:hover {
    background: #9faab7;
}

.py .option-input:checked {
    background: var(--main--color);
}

.py .option-input:checked::before {
    width: 25px;
    height: 25px;
    display: flex;
    content: '\f00c';
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    align-items: center;
    justify-content: center;
    font-family: 'Font Awesome 5 Free';
}

.py .option-input:checked::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: var(--main--color);
    content: '';
    display: block;
    position: relative;
    z-index: 100;
}

.py .option-input.radio {
    border-radius: 50%;
}

.py .option-input.radio::after {
    border-radius: 50%;
}

@keyframes click-wave {
    0% {
        height: 40px;
        width: 40px;
        opacity: 0.35;
        position: relative;
    }

    100% {
        height: 200px;
        width: 200px;
        margin-left: -80px;
        margin-top: -80px;
        opacity: 0;
    }
}



.btn-close {
    height: -1em;
}

.carousel-indicators button {
    width: 30px !important;
    height: 3px !important;
    margin-right: 3px !important;
    margin-left: 3px !important;
    background-color: #fff !important;
}

.btn-close {
    /* background: transparent; */
    color: #FFF;
    opacity: 1;
    font-size: 25px;
}

.modal-backdrop {
    display: contents;
}

.modal {
    background-color: #b2b2b2;
    background-color: rgba(0, 0, 0, .3);
}

.modal-body {
    overflow-y: auto;
}



.bg-area {
    height: 100px !important;
}


.getBranch {
    display: block;
    width: 100%;
    border-radius: 3px;
    text-align: left;
    border: 1px solid var(--main--color);
}

.getBranch h2 {
    display: block;
    font-weight: 700;
}

.getBranch .info {
    padding: 10px 10px;
}

.getBranch .info a {
    color: var(--main--color);
}

.bg-area {
    margin-bottom: 30px;
}


.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: var(--main--color);
}

.pagination {
    justify-content: center;
}


.det:hover {
    color: red;
    transition: 0.3s;
}

.off {
    margin-top: -16px !important;
    color: blue
}

.flat {
    font-size: 20px
}

.star {
    margin-top: 25px !important;
    font-size: 28px
}

.line {
    padding-right: 8rem !important;
    padding-left: 8rem !important
}

.line hr {
    height: 2px
}



.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
    .overlay {
        overflow-y: auto;
    }

    .overlay a {
        font-size: 20px
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

#myNav {
    z-index: 999;
}

.ribbon {
    position: absolute;
    z-index: 100;
    width: 198px;
    height: 100px;
    display: block;
    overflow: hidden;
}

.ribbon span {
    width: 150px;
    height: 34px;
    top: 20px;
    right: -40px;
    position: absolute;
    display: block;
    background: #FF0000;
    color: #333;
    font-family: arial;
    font-size: 18px;
    color: white;
    text-align: center;
    line-height: 34px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}


s,
strike {
    text-decoration: none;
    /*we're replacing the default line-through*/
    position: relative;
    display: inline-block;
    /* keeps it from wrapping across multiple lines */
}

s:after,
strike:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 1px solid red;
    height: 45%;
    height: calc(50% - 1px);
    width: 100%;
    transform: rotateZ(-10deg);
}

@media (max-width: 600px) {
    .SliderInner {
        height: 175px
    }
}

@media (min-width: 600px) {
    .SliderInner {
        height: 350px
    }
}

@media (max-width:481px) {
    .slid {
        padding: 0px 15px;
    }
}


.slick-track {
    min-width: 100% !important;
}
.slick-arrow::before,
.slick-arrow::after {
    color: #000 !important;
}
.slick-list{
    direction: ltr !important;
}

.slick-prev {
    z-index: 999;
    left: 0  !important;
}
.slick-next {
    z-index: 999;
    right: 0 !important;
}

.select_custum_card {
    background-color: #bd6f23 !important;
    color: white !important;
}
.select_custum_card_meal {
    background-color: #bd6f23 !important;
    color: white !important;
}
.custum_card{
    background-color: #596c5f !important;
    color: white !important;
}
.btn-outline-success {
    border-color: var(--main--color) !important;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: var(--main--color) !important;
    border-color: var(--main--color) !important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #CCC;
    background: transparent;
    color: #000;
}
.ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    width: 100%;
}