/* reset بسيط */
@font-face {  font-family: 'A JANNAT LT';src: url(../font/A-JANNAT-LT-BOLD.TTF) format('truetype');}
@font-face {  font-family: 'A JANNAT LT'; src: url(../font/A-JANNAT-LT.TTF) format('truetype');}

:root{
  --red:#FF7C74/* #fc424a */;
  --blue:#0090e7;
  --green:#59B36B/* #00d25b */;
  --orange:#FFB667/* #ffab00 */;
  --yellow:#FFC926/* yellow */;
  --black:#0d0d0d;
  --gray:gray;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    direction: rtl;

}

body {
    /* font-family: "A JANNAT LT", Tahoma, Geneva, Verdana, sans-serif; */
    font-family: "A JANNAT LT" !important;
    background-color: #f9f9f9;
    line-height: 1.6;
    min-height: 100vh;
    color: #647698;
}

textarea{
    width: 100%;
}
.container {
    max-width: 75%/* 1100px */;
    margin: 20px auto;
    padding: 0 15px;
    /* margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px; */
}
@media screen and (max-width: 768px){
    .container{
        max-width: 95%;
    }
}
a {
    color: unset;
    text-decoration: none;
}

a:hover {
    /* text-decoration: underline; */
}

p{
    margin-block-start: 1em;
    margin-block-end: 1em;
}
.message {
    padding: 10px 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    font-weight: 600;
}

.message.error {
    background-color: #f8d7da;
    color: #842029;
    border: 1px solid #f5c2c7;
}

.message.success {
    background-color: #d1e7dd;
    color: #0f5132;
    border: 1px solid #badbcc;
}

form {
    background-color: white;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0 0 10px rgb(0 0 0 / 0.1);
    max-width: 500px;
    margin: auto;
}

form label {
    display: block;
    margin-bottom: 8px;

}

form input[type="text"],
form input[type="email"],
form input[type="password"]و
form input[type="bumber"] {
    font-family: "A JANNAT LT", Tahoma, Geneva, Verdana, sans-serif;
    width: 100%;
    padding: 8px 12px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: border-color 0.3s ease;
}

form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="password"]:focus,
form input[type="bumber"]:focus {
    border-color: #333;
    outline: none;
}

form button {
    font-family: "A JANNAT LT", Tahoma, Geneva, Verdana, sans-serif;
    background-color: #647698;
    color:white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 700;
    transition: background-color 0.3s ease;
}

form button:hover {
    background-color: #778baf;
}

header {
    padding: 15px 0;
}

header /* .container */ {
    display: flex;
    /* justify-content: space-between; */
    justify-content: center;
    align-items: center;
    padding: 10px;
    /* height: 100%; */
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1022;
    background: white;
    height: 96px;position: fixed;top: 0;width: 100%;z-index: 1022;background: white;
}

header a.logo {
    font-size: 1.8rem;
    font-weight: bold;
    text-decoration: none;
    margin: 0 40px;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 768px){
    header {
        
       /*  height: 100%; */
        justify-content: space-between;
    }
}
nav{
    width: 75%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
nav ul {
    list-style: none;
    display: flex;
    gap: 15px;
}

nav ul li a, nav > a {
    text-decoration: none;
    font-weight: 600;
    padding: 7px 10px;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

nav ul li a:hover, nav > a:hover {
    background-color: #647698;
    color: white;
}
@media screen and (max-width: 768px){
   
    nav {
      
        position: absolute;
        top: 0;
        bottom: 0;
        flex-direction: column;
        width: 100%;
    }
    nav > a, nav > span {
          display: none;
    }
    nav .logo h3 {
        display: none;
    } 
    /* nav > a, nav > span{
        display: none;
        position: absolute;
        top: 0;
        bottom: 0;
        flex-direction: column;
        width: 100%;
    }
        */
   
}
.btn{
    padding: 10px 14px;
    margin: 5px;
    border-radius: 5px;
}
.primary{
    background-color: #0d6efd;
}

footer {
    text-align: center;
    margin-top: 40px;
    background: oklab(36.227% -0.00272 -0.01518);
    padding: 60px 0 40px;
}
.footer{
    color:#9c9fa3 /* rgba(255, 255, 255, 0.5) */;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    width: 70%;
    margin: auto;
}
.footer > * {
    text-align: justify;
    flex-basis: 250px;
    flex-grow: 1;
}
.footer h2 {
    border-bottom: 1px #9c9fa3 solid;
}
footer small {
    color: rgba(255, 255, 255, 0.5);
}

.footer ul {

}
.footer ul li {
    list-style: none;
    padding: 10px;
}
.social-icon {
    display: flex;justify-content: center;gap: 25px;
}
.social-icon i {
    font-size: 26px;
    color: #9c9fa3;
}

/* Full-width input fields */
input[type=text], input[type=password], input[type=date], input[type=email] , input[type=number], select, textarea {
    font-family: "A JANNAT LT", Tahoma, Geneva, Verdana, sans-serif;
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
    background:rgba(100, 118, 152, 0.08);
}
input[type=text]:focus, input[type=password]:focus, input[type=date]:focus, input[type=email]:focus , input[type=number]:focus, select:focus, textarea:focus {
    background-color: #ddd;
    outline: none;
}
/* Set a style for the submit button */
.btn {
    background-color: #647698;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
}
.btn:hover {
    opacity: 1;
}
.form-control-grup{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}
.form-control-grup > * {
    flex-basis: 89px;
    flex-grow: 1;
}

.booking-bar{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 5px; 
}

.booking-bar .content{
    position: relative; 
    color: white;
    width: 100%;
    flex: 1 1; 
    text-align:end;
}
.booking-bar h1{
    font-size: 5em;
}

.info-bar img{
    margin-top: 100px;
    border-radius: 50%;
    height: 340px;
    width: 350px;
}

@media screen and (max-width: 768px){
    .booking-bar{
        flex-direction: column;
    }
    .booking-bar .content{
        text-align:center;
    }
    .info-bar img{
        width: 100px;
        height: 100px;
        
    }
}

.fh5co-overlay {
    position: absolute !important;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    /* background: linear-gradient(to right, rgba(100, 118, 152, 0.5) 0%, rgba(88, 140, 232, 0.5) 100%); */
    background: linear-gradient(to right, rgba(100, 118, 152, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.heading-section{
    position: relative;
    padding-bottom: 1em;
    margin-bottom: 5em  !important;
    width: 70%;
    margin: auto;
}
.heading-section:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    width: 100px;
    margin-left: -50px;
    height: 2px;
    background: #647698;
}

