/* Add custom CSS styles below */ 
.marquee.bg-\[\#424242\].text-\[\#efe5cf\] {
    background: linear-gradient(180deg,rgba(53, 118, 174, 1) 0%, rgba(31, 74, 110, 1) 100%);
    color: #fff;
}
.main-nav-container:not(.fixed-header) .main-menu li.root-level > a {
    color: #ffffff !important;
}

/*logo*/
@media (min-width:767px){
.navbar-brand img:not(.index .navbar-brand img ) {
    max-height: 5rem;
}
.index .navbar-brand img {
    max-height: 10rem;
}
.index .main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 80px;
}}
@media (max-width:767px){
footer img {
    width: 10rem;
}
.rooms .s-slider-container .overlay {
    opacity: 1 !important;
}
.rooms  h1.text-\[var\(--m-color\)\] {
    text-align: center;
}}

section.update_offer_section {
    margin-bottom: 3rem;
}
.bg-\[var\(--m-color\)\] {
    background: linear-gradient(180deg,rgba(53, 118, 174, 1) 0%, rgba(31, 74, 110, 1) 100%);
}

/*First banner*/ 
section[class*="first-banner"] .opacity-70 {
    opacity: 1;
}
section[class*="first-banner"] p, section[class*="first-banner"] h1 {
    color: #fff;
}
section[class*="first-banner"] .w-fit.text-white:hover {
    background: #fff ;
    color: var(--m-color) ;
}
@media (min-width:767px){
section[class*="first-banner"] .text-center {
    max-width: 100%;
}
section[class*="first-banner"] p {
    font-size: 32px ;
    line-height: 3rem;
    max-width:100%;
}}
@media (max-width:767px){
section[class*="first-banner"] .h-\[85vh\] {
    height: 50vh !important;
}
section[class*="first-banner"] .max-w-\[70\%\] {
    max-width: 100% !important;
}
.details-sec .grid {
    height: 90vh !important;
}
.details-sec .grid>div:nth-child(2) {
    grid-row: span 20;
}
}
 

/*2 pics*/
.two-pictures  .left-\[10\%\].w-\[250px\] {
    width: 100%;
    left: 0;
}
.two-pictures .left-\[10\%\].w-\[250px\] {
    width: 100%;
    left: 0;
    bottom: 0rem;
    top: auto;
}
.two-pictures  .absolute {
    top: unset;
    bottom: 0;
    padding:0;
    background: unset;
}
.two-pictures  button {
    width: 100% !important;
    background: linear-gradient(180deg,rgba(53, 118, 174, 1) 0%, rgba(31, 74, 110, 1) 100%);
    border: unset;
}
.two-pictures  button *{
    color: #fff !important;
}
.two-pictures  h1 {
    width: 100%;
}
@media (max-width:767px){
.two-pictures h1{
    font-size: 22px !important;
    line-height: 3rem;
}}
@media (min-width:767px){
.two-pictures h1 {
    width: 80%;
    font-size: 35px !important;
    line-height: 3rem;
}}


/*مميزات*/
.media .shape  .text-\[var\(--m-color\)\] {
    color: #fff;
}
 /*features */
@media (max-width:767px){
.features .flex.conatiner.justify-between.flex-col.lg\:flex-row {
    flex-direction: row;
}
.features .h-20 {
    height: 3rem;
}
.features  h1.font-bold {
    font-size: 14px !important;
}}



/*new footer*/
.store-footer__inner * {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}