/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/
:root {
     --blue: #1E90FF;
   }

.dr_rtl
{
     direction: rtl !important;
}
.dr_ltr
{
     direction: ltr !important;
}
.text_align_right
{
     text-align: right !important;
}
.text_align_left
{
     text-align: left !important;
}
/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,400,600,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Baloo+Chettan&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/


@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
}

.container {
     max-width: 1170px;
}

html {
     scroll-behavior: smooth;
}

body {
     font-family: 'Cairo', sans-serif;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px;
}

h2 {
     font-size: 22px;
}

h3 {
     font-size: 18px;
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 0px;
     font-weight: 500;
     font-size: 15px;
     /* line-height: 24px; */
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}

 :focus {
     outline: 0;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     float: left;
     width: 100%;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}


/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}


/*-- header area --*/


/*--------------------------------------------------------------------- top banner area ---------------------------------------------------------------------*/

.upheader
{
     padding: 15px 0px 0px 0px;
     font-size: 14px;
     color: var(--blue);
     font-weight: 700;
     text-align: left;
}
@media (max-width: 767px) {
     .upheader
     {
          text-align: center;
     }
}

/*-- navigation--*/

.navigation.navbar {
     float: right;
     padding-top: 14px !important;
     padding: 0;
}

.navigation.navbar-dark .navbar-nav .nav-link {
     padding: 7px 0px 15px 0px;
     margin: 0 22px;
     color: #010101;
     font-size: 16px;
     line-height: 20px;
     font-weight: 500;
     text-transform: uppercase;
     /* border-bottom: #fff solid 3px; */
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
     color: var(--blue);
     border-bottom: var(--blue) solid 1px;
}

.navigation.navbar-dark .navbar-nav .active>.nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show>.nav-link {
     color: var(--blue);
     border-bottom: var(--blue) solid 1px;
}

.navbar-expand-md .navbar-nav {
     padding-right: 10px;
}

.header {
     width: 100%;
     height: 65px;
     padding: 5px 0px 5px 0px;
     background: #fff;
}


/** banner section **/

.banner_main {
     background-image: url(/images/slider2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat: round;
}
.form-check input
{
    float:inherit !important;
    margin-left: 5px !important;
}
#return_Date {
    display: none;
}
/* .banner .carousel-indicators li {
     width: 20px;
     height: 20px;
     border-radius: 30px;
     background: #000;
}

.banner .carousel-indicators .active {
     background-color: var(--blue);
} */
.booking_ocline {
    padding: 60px 0px;
    width: 100%;
}

.book_room {
     background-color: #000000c7;
     padding: 30px 35px;
     border-left: var(--blue) solid 5px;
}

.book_room h4 {
     /* font-weight: 500;
     font-size: 30px;
     line-height: 30px;
     padding-bottom: 20px;
     text-transform: uppercase; */
     color: #fff;
     text-align: center;
}

.book_now span {
     display: block;
     color: #fff;
     font-size: 14px;
     padding-bottom: 5px;
     text-align: right;
}

.book_now .online_book {
     width: 100%;
     height: 35px;
     border: #fff solid 1px;
     background-color: transparent;
     color: #fff;
     padding: 0px 10px;
     padding-right: 17px;
     margin-bottom: 14px;
     position: relative;
}
.online_book option{
     color: black;
}

.date_cua {
     position: relative;
     width: 15px;
     height: 15px;
     background-repeat: no-repeat;
     left: 352px;
     top: 26px;
  }

.book_btn {
     background-color: var(--blue);
     max-width: 135px;
     width: 100%;
     margin: 0 auto;
     padding: 6px 0;
     border-radius: 5px;
     color: #fff;
     font-size: 16px;
     transition: ease-in 0.5s;
     display: block;
}

.book_btn:hover {
     background-color: #fff;
     color: var(--blue);
     transition: ease-in 0.5s;
}

.carousel-control-next,
.carousel-control-prev {
     display: none;
}

.carousel-indicators {
     right: inherit;
     bottom: 53px;
     margin-left: 9%;
}
.Return_Text {
    background: white;
    border-radius: 7px;
    border: 1px solid var(--bs-border-color-translucent);
    margin-bottom: 14px;
}


/** end banner section **/

.titlepage {
     text-align: center;
     padding-bottom: 40px;
}

.titlepage h2 {
     font-size: 40px;
     color: #121212;
     font-weight: bold;
     text-transform: uppercase;
     padding: 0;
     line-height: 1.4;
}
@media (max-width: 576px) {
     .titlepage h2
     {
          font-size: 30px !important;
     }
     .titlepage p{
          font-size: 15px !important;
     };
}

.titlepage h2::before {
     position: absolute;
     content: "";
     background-color: var(--blue);
     width: 20px;
     height: 4px;
     transform: rotate(-36deg);
}

.titlepage h2::after {
     position: absolute;
     content: "";
     background-color: var(--blue);
     width: 20px;
     height: 4px;
     transform: rotate(-36deg);
     bottom: 10px;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.read_more {
     font-size: 17px;
     background-color: #121212;
     color: #fff;
     padding: 8px 0px;
     width: 100%;
     max-width: 144px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     font-weight: 500;
     border-radius: 30px;
}

.read_more:hover {
     background: #fe0000;
     color: #fff;
     transition: ease-in all 0.5s;
}

/** about section **/

.custom-card h5
{
     font-size: 25px !important;
     font-weight: 800 !important;
     color: var(--blue) !important;
}
.custom-card p
{
     font-size: 17px !important;
     font-weight: 600 !important;
}
.about-second-slide
{
     padding-top: 50px;
}
.about-second-slide h3
{
     font-size: 30px;
     font-weight: 700;
     padding-bottom: 30px;
}
.aboutus_header p{
     font-size: 28px;
    font-weight: 700;
    color: var(--blue);
    line-height: inherit;
    padding-bottom: 50px;
}
.aboutus-icon i {
     background: #F2E8D1;
     padding: 19px;
     border-radius: 50%;
     font-size: 38px;
     border: 8px solid #F8F3E7;
     cursor: pointer;
     color: var(--blue);
     transition: all .3s;
}
.aboutus-icon i:hover
{
     padding: 22px;
     font-size: 40px;
}
.aboutus-text h2
{
     font-weight: 700;
     font-size: 20px;
}

.aboutus-text h4
{
     font-size: 16px;
    font-weight: 600;
    color: #939191;
}
.aboutus_middle_div
{
     padding-top: 100px;
}
.aboutus_left_right_div
{
     padding-bottom: 0px;
}
@media (max-width: 991px) {
     .aboutus_left_right_div{
          padding-bottom: 50px;
     }
     .aboutus_middle_div
     {
          padding-top: 0;
     }
}
@media (max-width: 500px) {
     .aboutus_header p{
          font-size: 20px;
     }
}
/** end about section **/

/** our_room section **/

.our_room {
     background-color: #f4f5f7;
     padding: 60px 0 30px 0;
     margin-top: 2px;
}

.our_room .titlepage {
     text-align: center;
}

.our_room .titlepage p {
     color: #121212;
     font-size: 17px;
     margin-top: 20px;
}

.our_room .room {
     text-align: center;
     background-color: #fff;
     margin-bottom: 30px;
     transition: ease-in all 0.5s;
}

.our_room .room .room_img {
     overflow: hidden;
}

.our_room .room .room_img figure {
     margin: 0;
}

.our_room .room .room_img figure img {
     width: 100%;
     transition: all .5s;
     max-height: 450px;
}

.our_room .room .room_img figure img:hover {
     transform: scale(1.2);
}

.our_room .room .bed_room {
     padding: 18px 15px;
     text-align: end;
}

.our_room .room .bed_room h3 {
     color: #121212;
     font-size: 25px;
     line-height: 20px;
     font-weight: 500;
     transition: ease-in all 0.5s;
     margin: auto;
}

#serv_hover:hover.room {
     cursor: pointer;
     box-shadow: 0px 0px 30px rgba(255, 9, 9, 0.15);
     transition: ease-in all 0.5s;
}
.Our_div , .Our_div_Icon
{
     text-align: end;
     margin-bottom: 10px;

}
.Our_Text{
     background: var(--blue);
     padding: 2px 10px;
     color: white;
     font-weight: 700;
     border-radius: 5px;
     font-size: 11px;
}
.Option_Icon
{
     display: inline-block;
     border: 1px solid #F8F3E7;
     padding: 10px;
     border-radius: 50%;
     width: 50px;
     height: 50px;
     background-color: #F8F3E7;
     text-align: center;
     margin: 12px 0px 6px 15px;
     font-size: 21px;
}

.Our_Icon_Color
{
     color: var(--blue);
}
.Option_Text1 {
    /* position: relative;
     bottom: 15px; */
    display: none;
    position: absolute;
    font-size: 10px;
    margin-top: -20px;
}
.Option_Text2 {
    /* position: relative;
     bottom: 15px; */
    display: none;
    position: absolute;
    font-size: 10px;
    margin-top: -20px;
}
.Option_Text3 {
    /* position: relative;
     bottom: 15px; */
    display: none;
    position: absolute;
    font-size: 10px;
    margin-top: -20px;
}
.Option_Text4 {
    /* position: relative;
     bottom: 15px; */
    display: none;
    position: absolute;
    font-size: 10px;
    margin-top: -20px;
}
.Option_Text5 {
    /* position: relative;
     bottom: 15px; */
    display: none;
    position: absolute;
    font-size: 10px;
    margin-top: -20px;
}
.Option_Text6 {
    /* position: relative;
     bottom: 15px; */
    display: none;
    position: absolute;
    font-size: 10px;
    margin-top: -20px;
}
/* Secound Layer */
.Option_Text7 {
    /* position: relative;
     bottom: 15px; */
    display: none;
    position: absolute;
    font-size: 10px;
    margin-top: -20px;
}
.Option_Text8 {
    /* position: relative;
     bottom: 15px; */
    display: none;
    position: absolute;
    font-size: 10px;
    margin-top: -20px;
}
.Option_Text9 {
    /* position: relative;
     bottom: 15px; */
    display: none;
    position: absolute;
    font-size: 10px;
    margin-top: -20px;
}
.Option_Text10 {
    /* position: relative;
     bottom: 15px; */
    display: none;
    position: absolute;
    font-size: 10px;
    margin-top: -20px;
}
.Option_Text11 {
    /* position: relative;
     bottom: 15px; */
    display: none;
    position: absolute;
    font-size: 10px;
    margin-top: -20px;
}
.Option_Text12 {
    /* position: relative;
     bottom: 15px; */
    display: none;
    position: absolute;
    font-size: 10px;
    margin-top: -20px;
}
.Option_Text1 span , .Option_Text2 span , .Option_Text3 span , .Option_Text4 span , .Option_Text5 span , .Option_Text6 span
,.Option_Text7 span , .Option_Text8 span , .Option_Text9 span , .Option_Text10 span , .Option_Text11 span , .Option_Text12 span{
     border: 1px solid black;
     border-radius: 7px;
     padding: 6px;
     background: #000000e3;
     color: white;
     font-weight: 700;
}


/** end our_room section **/

/** t3rf 3la section start **/
.about{
     padding: 90px 0px 90px 0px;
}
.sec_title
{
     font-size: 25px;
     font-weight: 700;
     padding: 10px 0px 10px 0px;
     color: var(--blue);
}
.therd_title
{
     font-weight: 700;
     direction: rtl;
}
.about_row
{
     background: url(/images/aboutbg2.jpg);
     padding: 25px 0px 25px 0px;
    border-radius: 10px;
    text-align: right;
}
.about-icon
{
     display: inline-block;
     padding: 8px;
     border-radius: 50%;
     width: 60px;
     height: 60px;
     background-color: white;
     text-align: center;
     margin: 12px 0px 6px 15px;
     font-size: 31px;
 }
 .about-icon i{
     color: black;
 }
.about-text
{
     display: inline-block;
    text-align: right;
}
.about-text h2
{
     font-weight: 700;
     line-height: .5;
     font-size: 25px;
     color: black;

     position: inherit;
     padding: 0;
}
.about-text h4
{
     font-weight: 600;
     color: black;
     position: relative;
     top: 10px;
}
.payment_img
{
     width: 50%;
}
.payment_alien_left
{
     text-align: left;
     padding-bottom: 30px;
}
.payment_alien_center
{
     text-align: center;
     padding-bottom: 30px;
}
.payment_alien_right
{
     text-align: right;
     padding-bottom: 30px;
}
.ourpaterner_text
{
     padding: 50px 0px 50px 0px;
    font-size: 40px;
    direction: rtl;
    font-weight: 700;
    text-align: center;
    color: var(--blue);
}
@media (max-width: 767px) {
     .payment_alien_left
     {
          text-align: center;
     }
     .payment_alien_center
     {
          text-align: center;
     }
     .payment_alien_right
     {
          text-align: center;
     }
}
/** t3rf 3la section end **/
/*Reservation Page*/
.Recervation_headerbg {
     background-image: url(/images/Reservation_headerbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat: round;
}
.container_bg
{
     background: whitesmoke;
     padding: 20px 10px;
     border-radius: 10px;
     margin-top: 20px;
     margin-bottom: 20px;
}
.resrv_cher_text
{
     text-align: center;
}
.resrv_cher_text p
{
     font-size: 24px;
    font-weight: 700;
    padding: 15px 0px;
    color: var(--blue);
}
.resrv_cher
{
    padding: 10px 40px;
    border-radius: 10px;
    background: white;
    margin: 14px 0px;
    box-shadow: 0px 0px 45px -5px #f1f0f0;
}
.resrv_bus_info 
{
     padding: 16px 10px 1px 10px;
    border-radius: 10px;
    background: white;
    margin: 14px 0px;
    box-shadow: 0px 0px 45px -5px #f1f0f0;
}
.chairLeft_first
{
     cursor: pointer;
     display: inline-block;
     padding: 10px 0px;
     text-align: center;
}
.chairLeft_first:hover
{
     background: #dddada3d;
     /* padding: 10px; */
     border-radius: 50%;
     border: none;
}
.chairLeft_first img{
     width: 60px;
}
.chairLeft_first span{
     position: relative;
     bottom: 15px;
     left: 50px;
     font-weight: 700;
     color: var(--blue);
     font-size: 14px;
}
.tv_toilet_seat{
     border: 1px dashed;
     font-size: 50px;
     border-radius: 50%;
     padding: 10px 10px;
 }
.resrv_cher .col , .col-2
{
     text-align: center !important;
     padding: 0 !important;
     margin: 0 !important;
}

@media (max-width: 1115px) {
     .chairLeft_first span{
          position: inherit;
          display: block;
     }
}
@media (max-width: 900px) {
     .tv_toilet_seat{
          font-size: 30px;
     }
     .chairLeft_first span{
          font-size: 12px;
     }
     .resrv_cher_text p
     {
          font-size: 20px;
     }
}
@media (max-width: 500px) {
     .tv_toilet_seat{
          font-size: 15px;
     }
     
}


/** end gallery  section **/
/**Payments**/
hr
{
     border: 1px solid #5d646d;
    width: 100%;
}
.book_room h5{
     color: white;
     text-align: center;
}
.book_room h6{
     color: white;
     text-align: center;
}

/** blog section **/

.blog_icon
{
     display: inline-block;
}
.blog_icon i {
     background-color: rgba(189, 142, 24, .1);
     padding: 6px;
     border-radius: 50%;
     font-size: 20px;
     color: var(--blue);
}
.blog_icon i:hover
{
     background-color: var(--blue);
     color: white;
}
.blog_text
{
     display: inline-block;
}
.blog_text h4{
     font-size: 18px;
    font-weight: 600;
    padding-right: 5px;
}

.blog {
     background:#f4f5f7;
     background-repeat: no-repeat;
     background-size: 100% 100%;
     padding: 60px 0 30px 0;
     margin-top: 60px;
}

.blog .titlepage {
     text-align: center;
}

.blog .titlepage h2 {
     color: #fff;
}

.blog .titlepage p {
     color: #fff;
     font-size: 17px;
     margin-top: 20px;
}

.blog .blog_box {
     text-align: left;
     background-color: #fff;
     margin-bottom: 30px;
     transition: ease-in all 0.5s;
}

.blog .blog_box .blog_img {
     overflow: hidden;
}

.blog .blog_box .blog_img figure {
     margin: 0;
}

.blog .blog_box .blog_img figure img {
     width: 100%;
     transition: all .5s;
}

.blog .blog_box .blog_img figure img:hover {
     transform: scale(1.2);
}

.blog .blog_box .blog_room {
     padding: 33px 30px;
     text-align: left;
}

.blog .blog_box .blog_room h3 {
     color: #121212;
     font-size: 25px;
     line-height: 20px;
     font-weight: 500;
     padding-bottom: 5px;
     transition: ease-in all 0.5s;
     margin: auto;
}

.blog .blog_box .blog_room span {
     font-size: 15px;
     color: var(--blue);
     font-weight: bold;
     margin-bottom: 10px;
     display: block;
}

.blog .blog_box .blog_room p {
     font-size: 14px;
     line-height: 20px;
}


/** end blog section **/


/** contact section **/

.contact_style
{
     background: white;
     padding: 30px 15px;
     border-radius: 10px;
     margin: 30px 0px;
}
.contact_header h3
{
     font-weight: 700;
}
.contact_icon {
    position: absolute;
    padding-top: 10px;
}
.contact_icon i {
    position: relative;
    display: inline-block;
    font-size: 25px;
    background: var(--blue);
    padding: 10px;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    color: white;
    bottom: 10px;
    margin-left: 10px;
}

.contact-info
{
     display: inline-block;
     padding-right: 55px;
}
.contact-info h3
{
     font-weight: 700;
     padding: 0;
}
.contact-info h6 {
     font-weight: 700;
    color: #5d646d;
}

.contact {
     background: whitesmoke;
}

.main_form .contactus {
     border: #fff solid 1px;
     padding: 0 15px;
     margin-bottom: 25px;
     width: 100%;
     height: 58px;
     background: #fff;
     color: #000000;
     font-size: 18px;
     font-weight: normal;
     box-shadow: 2px 0px 6px rgba(255, 9, 9, 0.20);
}

.main_form .textarea {
     border: #fff solid 1px;
     margin-bottom: 25px;
     width: 100%;
     background: #fff;
     color: #000000;
     font-size: 18px;
     font-weight: normal;
     padding: 12px 15px 0 15px;
     box-shadow: 2px 0px 6px rgba(255, 9, 9, 0.20);
     height: 150px;
}

.main_form .send_btn {
     font-size: 22px;
     transition: ease-in all 0.5s;
     background-color: #000000;
     text-transform: uppercase;
     color: #fff;
     padding: 10px 0px;
     max-width: 193px;
     width: 100%;
     display: block;
     margin-top: 10px !important;
     font-weight: 500;
     border-radius: 50px;
}

.main_form .send_btn:hover {
     background-color: var(--blue);
     transition: ease-in all 0.5s;
     color: #fff;
}

#request *::placeholder {
     color: #000000;
     opacity: 1;
}

.map figure {
     margin: 0;
}

.map figure img {
     width: 100%;
}


/** end contact section **/


/** footer **/

.footer {
     background: #0f1521;
     padding-top: 60px;
     text-align: center;
}

.footer h3 {
     font-weight: 600;
     font-size: 25px;
     line-height: 24px;
     text-align: left;
     color: #fff;
     margin-bottom: 15px;
     border-bottom: var(--blue) solid 3px;
     padding-bottom: 3px;
     display: table;
}

ul.conta li {
     color: #fff;
     padding-bottom: 20px;
     font-size: 16px;
}

ul.conta li i {
     padding-right: 15px;
     text-align: center;
     font-size: 20px;
}

ul.conta li a {
     color: #fff;
}

ul.link_menu li {
     display: block;
}

ul.link_menu li.active a {
     color: var(--blue);
}

ul.link_menu li a {
     color: #fff;
     font-size: 17px;
     line-height: 28px;
     display: block;
     width: -moz-max-content;
}

ul.link_menu li a:hover {
     color: var(--blue);
}

.bottom_form {
     display: flex;
     flex-wrap: wrap;
     margin-top: 32px;
}

.bottom_form h3 {
     font-weight: 600;
     font-size: 20px;
     line-height: 25px;
     text-align: left;
     color: #fff;
     padding-top: 12px;
     margin-right: 93px;
     text-transform: uppercase;
     border: inherit;
}

.bottom_form .enter {
     border: inherit;
     padding: 0px 19px;
     width: 100%;
     height: 45px;
     background: #fffffff2;
     color: #ccc8c8;
     font-size: 17px;
     font-weight: 300;
     float: left;
     margin-bottom: 20px;
}

.sub_btn {
     font-size: 17px;
     transition: ease-in all 0.5s;
     background-color: #fff;
     color: var(--blue);
     padding: 8px 0px;
     max-width: 147px;
     width: 100%;
     font-weight: 500;
     text-transform: uppercase;
     height: 47px;
}

.sub_btn:hover {
     background-color: var(--blue);
     transition: ease-in all 0.5s;
     color: #fff;
}

ul.social_icon {
     padding-top: 24px;
     width: 100%;
     float: left;
     text-align: left;
}

ul.social_icon li {
     display: inline-block;
}

ul.social_icon li a {
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 27px;
     border-radius: 30px;
     margin: 0 9px;
     color: #fff;
}

ul.social_icon li a:hover {
     color: var(--blue);
}

.copyright{
     color: white;
    text-align: center;
    direction: ltr;
    padding: 10px 0px 10px 0px;
}


/** end footer **/


/**  inner page css **/
.back_re {
     background-color: #0f1521;
     padding: 150px 0px;
}
.back_re .title {
     text-align: center;
}
.back_re .title h2 {
color:#fff;
font-size: 40px;
padding: 40px 0;
font-weight: 600;
text-transform: uppercase;
line-height: 35px;
}
.margin_0 {
     margin:0 !important;
}
.card-title-custom
{
     font-size: 20px;
     font-weight: 700;
     margin: 0;
}
.card-text-custom
{
     font-weight: 700;
     color: #616060;
     font-size: 12px;
     padding: 3px 0px 14px 0px;
}

.card-text-span{
     padding: 0px 10px;
     background: var(--blue);
     font-weight: 900;
     border-radius: 6px;
     color: white;
     margin-left: 5px;
 }
 .siter_text1{
     border-left: 1px solid #b7b4b4;
    padding-left: 10px;
    font-weight: 700;
    color: var(--blue);
    font-size: 13px;
 }
 .siter_text2{
     padding-right: 10px;
     font-weight: 700;
     color: var(--blue);
     font-size: 13px;
 }
 .datetime_p
 {
     padding-top: 5px;
 }
.datetime_span
{
    font-size: 12px;
    font-weight: 700;
}
.reserve_btn
{
     background: var(--blue);
    padding: 2px 25px;
    font-weight: 700;
    border-radius: 5px;
    margin-top: 5px;
    color: white;
}

.inner_page .gallery {
     padding-top: 90px;
}
.inner_page .blog {
     margin-top: 90px;
}

.countdown {
    background: #ede9e9c7;
    border-radius: 5px;
    margin: 10px 0px;
    font-size: 25px;
    font-weight: 700;
}
.message {
    padding: 50px 0px 50px 0px;
    background: whitesmoke;
    border-radius: 5px;
    box-shadow: 0px 0px 10px darkred;
    margin: 20px 0px;
}
.message h6{
    font-weight:800;
}
