:root {
    --color-button:#0e0e0e;
    --color-primary: #0e0e0e;
    --color-light: #fff;
    --color-dark: #000;
    --color-secondary: #54940b;
    --f: 'El Messiri', sans-serif;
}

.modal-title {
    color: var(--c1);
    text-transform: uppercase;
    text-align: center;
    margin-top: 35px;
}
.about-content h2 {
    font-size: 40px;
    color:var( --color-light);
}
.about-content a {
    margin: 0 auto;
}
.basetext {
    padding: 10px 0;
    color: #ff6a3d;
}

.basetext h1 {
    margin: 0;
    color: #28a745;
    text-transform: uppercase;
    font-weight: bold;
}
a.btnNew.destop-btn.Btns {
    
}
.div.offerMenu {
    font-size: 25px;
    animation: call infinite 5s ease-in;
    position: fixed;
    width: 0;
    bottom: 0;
    text-align: center;
    background: var(--base2);
    color: #fff;
    left: 0px;
    padding: 10px 0 20PX 0;
    line-height: 30px;
    width: auto;
    z-index: 6555;
    transition: 1s;
    width:auto;
	bottom: -12px;
}

.div.offerMenu ts {
    position: relative;
}

.div.offerMenu.active {
    margin-right: -50%;
}

.div.offerMenu i.las.la-times-circle {
	display:none;
    position: absolute;
    top: -2px;
    right: -11px;
    font-size: 17px;
    background: #ff6a3d;
    border-radius: 50%;
    padding-top: 0px;
    width: 20px;
    height: 20px;
    margin-top: 3px;
    padding-left: 2px;
    box-shadow: 0px 0px 10px var(--color-dark);
    cursor: pointer;
    z-index: 88888;
    padding-top: 2px;
}

.div.offerMenu .btn {
    background: #ff6a3d;
    border: 1px solid #ff6a3d;
    width: 100%;
}

.infoIn {
    padding: 30px 0;
}

.container.shadow-lg {
    background: #495057;
}

p.mh {
    margin: 0;
    border-bottom: 1px solid #1a2238;
    padding: 10px 0;
    display: table;
    margin: 0 auto;
    width: 30%;
    color: #1a2238;
}

.infoIn h1 {
    text-transform: uppercase;
    font-weight: 800;
    color: #d1c76c;
}

.extraText H4 {
    COLOR: #cbc167;
}

.basetext h5 {
    font-size: 40px;
    margin: 0;
    font-weight: bold;
}

.basetext h2 {
    margin: 0;
}

.basetext {
    padding: 10px 0;
    background: #ffffff;
}

svg {}

.sssdd.jss {
    background: var(--c1);
    color: #000;
}

.catIcon {
    display: flex;
    align-items: center;
}

section.extraHome {
    margin-top: 160px;
}

.conTc h2,
.conTc p {
    margin: 0;
}

.catIcon h4 {
    font-size: 25px;
    margin-left: 12px;
    text-transform: capitalize;
    font-weight: 600;
}

.catIcon svg {
    width: 50px;
    height: 50px;
    fill: var(--c1);
}

.conTc {
    margin-bottom: 20px;
}

.main-s h3 {
    font-size: 24px;
    color: var(--c1);
    line-height: 25px;
    font-weight: 600;
}

.main-s h2 {
    font-size: 42px;
    line-height: 42px;
    font-weight: 900;
    margin-bottom: 20px;
}

.sssdd {
    padding: 50px;
    font-size: 104px;
    background: var(--color-primary);
    font-weight: 900;
}

.main-sc {
    padding: 100px 0;
}

.main-s svg {
    width: 101px;
    fill: var(--c1);
    stroke: var(--c1);
}

.owl-theme .owl-dots .owl-dot {
    outline: none;
}

.owl-theme .owl-dots {
    position: relative;
    bottom: 60px;
}

.owl-theme .owl-dots .owl-dot span {
    background: var(--color-light);
    width: 20px;
    height: 20px;
}
.ftc h2 {
    color: rgb(255, 255, 255);
}
.owl-theme .owl-dots .owl-dot.active span {
    background: var( --color-secondary);
}

.bsn h2 {
    font-size: 40px;
    /* font-family: 'Oleo Script Swash Caps', cursive; */
    line-height: 45px;
    font-weight: 600;
}

.bsn h3 {
    /* font-family: 'Oleo Script Swash Caps', cursive; */
    /* font-weight: 400; */
    font-size: 20px;
}

.modal-body .bsn {
    color: #000;
}

.modal-body .sssdd {
    color: #fff;
}

.modal-body .sssdd.jss {
    color: #000;
}

.modal-body .sssdd {
    padding: 10px;
    font-size: 104px;
    font-weight: 900;
}

.modal-body .bsn {
    margin-top: 10px;
}

.btnNew-menu{
    text-align: center;
    min-width: 180px;
    max-width: 200px;
    display: block;
    margin: 1rem 0rem;
    padding: 1em 2em;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 900;
    border: none;
    color: inherit;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    border-radius: 10px;
    box-shadow: 0px 0px 10px var(--color-dark);
    color: var(--color-dark);
    background: var( --color-light);
}

.btnNew {
    text-align: center;
    min-width: 180px;
    max-width: 200px;
    display: block;
    margin: 5px;
    padding: 1em 2em;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 900;
    border: none;
    color: inherit;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    border-radius: 10px;
    /* box-shadow: 0px 0px 10px var(--color-dark); */
    color: var( --color-secondary);
}
.btnNew-booking {
    text-align: center;
    min-width: 180px;
    max-width: 200px;
    display: block;
    margin: 1rem 0rem;
    padding: 1em 2em;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 900;
    border: none;
    color: inherit;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    border-radius: 10px;
    box-shadow: 0px 0px 10px var(--color-dark);
    margin: 0 auto;
    color: var(--color-dark);
    background: var( --color-light);
}
.btnNew-menu:hover ,.btnNew-booking:hover{
    color: var(--color-dark);
}

.btnNews {
    text-align: center;
    min-width: 150px;
    max-width: 380px;
    display: block;
    margin: 1em;
    padding: 1em 2em;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 900;
    border: none;
    background: none;
    color: inherit;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    border-radius: 50px;
    box-shadow: 0px 0px 10px var(--color-dark);
    color: var(--color-primary);
}

.btnNew:before {
    top: 0px;
    bottom: 0px;
    left: -4px;
    right: -4px;
    opacity: 0.2;
    -webkit-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}

.btnNew:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale3d(1.1, 1, 1);
    transform: scale3d(1.1, 1, 1);
    -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
    transition: transform 0.3s, background-color 0.3s;
}

.btnNew:before,
.btnNew:after {
    position: absolute;
    border-radius: inherit;
    /* background: var(--c1); */
    z-index: -1;
}
a.btnNew.destop-btn {
    background: var(--color-button);
    color: var(--color-light);
}
.btnNew:before,
.btnNew:after {
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
a.btnNew.b1:hover {
    background: var( --color-secondary) !important ;
    color:var(--color-light);
}  
.cover {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    text-align: center;
    padding: 30px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    background:#00000073;
    border-radius: 8px;
}
.cover img {
    width: 200px;
}
.cover h1,
.cover h4 {
    text-shadow: 0px 5px 5px var(--color-dark);
}

.btnNew:hover::before {
    opacity: 1;
    top: -4px;
    bottom: -4px;
}

.btnNew:hover:after,
.btnNew:hover:before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.btnNew:hover:after {
    background: var(--color-primary);
}

.top_note {
    padding: 10px 0px;
    background: #f90202;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
}

.menu .panel .product_description {
    text-align: left;
}

a.btn.destop-btn span,
.mb-btn span {
    font-size: 13px;
}

a.btn.destop-btn,
.mb-btn {
    margin-left: 20px;
    font-size: 14px !important;
    color: var(--color-dark);
}

a.btn.destop-btn:hover,
.mb-btn:hover {
    color: var(--color-light);
}

section.home-about .btnNew {
    max-width: 250px;
    text-align: center;
    margin: 0px auto 30px auto;
    padding: 20px 0;
}

.top_note p {
    margin: 0;
    font-weight: 700;
}

.cover p {
    text-align: left;
    margin-top: 20px;
}

.d-bs {
    margin-top: 30px !important;
}

.top_note .icon {
    font-size: 40px;
    position: absolute;
    top: 10px;
    right: 10px;
    line-height: 20px;
    cursor: pointer;
}

section.home-about {
    padding: 0px 0px;
    /* background: rgb(0 16 33 / 14%); */
    margin: 0;
    position: relative;
    z-index: 1;
}

section.home-about:after {
    position: absolute;
    width: 100%;
    ;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    background: url(img/the_aman_tola9.png);
    background-size: cover;
    content: "";
    opacity: 0.3;
    background-attachment: fixed;
}

.modal {
    top: 50px;
}

.modal-header {
    background: red;
}

.modal-footer .btn {
    color: red;
}

.modal-header .close {
    display: none;
}

.modal-body p {
    color: #000;
}

table {
    margin: 0 auto;
}

tr.active td {
    background: var( --color-light);
    color: var(--color-dark);
}

::placeholder {
    color: var(--color-primary);
}

::selection {
    color: var(--c1);
    background: var(--color-dark);
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: var(--c1);
}

::-webkit-scrollbar-thumb {
    background: var(--color-light);
}

html,
body {
    min-height: 100vh;
    font-family: 'El Messiri', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    color: var(--color-light);
    background-color: var(--color-primary);
    background-repeat: repeat;
    background-position: 0 0;
    background-size: auto;
    background-attachment: fixed;
}

a {
    color: inherit;
    transition: all 0.3s;
    padding: 10px;
}

a:hover {
    text-decoration: none;
    color: white;
}

img {
    width: 100%;
}

p {
    font-size: 18px;
    font-family: var(--f);
}

section {
    margin: 0 0 100px;
}

.btn {
    padding: 15px 20px;
    box-shadow: 0 0 0 1px var(--c1) inset;
    border-radius: 0;
    color: var(--color-dark);
    font-size: 17px;
    line-height: 18px;
    position: relative;
    font-weight: 500;
    letter-spacing: 2px;
    transition: all 0.8s ease-in-out;
    background: var( --color-light);
}

.btn:hover {
    color: var(--color-primary);
    border-color: var( --color-secondary);
}

.btn .h {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    border: 1px solid var(--c1);
    width: 100%;
    height: calc(100% + 20px);
    transition: all 0.7s ease-in;
}

.btn .v {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    border: 1px solid var(--c1);
    width: calc(100% + 20px);
    height: 100%;
    transition: all 0.7s ease-in;
}

.btn:hover .h {
    width: calc(100% + 20px);
    height: 100%;
}

.btn:hover .v {
    width: 100%;
    height: calc(100% + 20px);
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

.homesec_new {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: url(img/bg.jpg);
    background-attachment: fixed!important;
}

.oas {
    position: absolute;
    bottom: -37px;
    left: -15px;
}
.oas img {
    width: 370px;
}
.top_left {
    right: -26px;
    left: unset;
    top: -30px;
    bottom: unset;
    transform: rotate(180deg);
}
.main {
    padding: 50px;
    text-align: center;
    background: var( --color-secondary);
    min-height: 30vh;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main.x {
    background: var(--c1);
}

.main h2 {
    font-weight: 900;
    color: var(--color-dark);
}

.main.x h3 {
    font-size: 22px;
}

#btt {
    position: fixed;
    right: 10px;
    bottom: -70px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 0 10px 0 10px;
    background: var(--c1);
    text-align: center;
    color: var(--color-primary);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0, 0.82, 0.49, 1.59);
    z-index: 2000;
}

#btt.show {
    bottom: 10px;
}

#btt:hover {
    background: var(--color-light);
    color: var(--color-primary);
    border-radius: 10px 0 10px 0;
}

header {
    position: absolute;
    bottom: 0;
    z-index: 500;
    width: 100%;
    padding: 0px 0;
    transition: all 0.5s;
    box-shadow: 0px 0px 10px #111a31;
}

.add {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.add p{
    color: var(--color-light);
}
.topTo {
    background: var(--color-button);
}
.topDivider {
    margin: 0 0 30px 0px!important;
}
header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.book .btnNew {
    margin: 0 auto;
}

header.fixed {
    position: fixed;
    bottom: auto;
    top: 0;
    background: var(--color-light);
}

.add p {
    padding: 5px;
    margin: 0;
}

section.contact .add {
    display: block;
}

header .logo {
    display: block;
    width: 380px;
    height: auto;
    margin-right: 2vw;
    position: relative;
    padding: 0;
}

header .logo img {
    /* width: 100px; */
    position: relative;
    z-index: 510;
    transition: all 0.5s;
}

header nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.popup {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.75);
    text-align: center;
    z-index: 999;
    overflow: hidden;
    overflow-y: auto;
  }
  .popup:before {
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: -4px;
    vertical-align: middle;
  }
  .popup-inner {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    position: relative;
    max-width: 700px;
    width: 90%;
    padding: 35px;
    box-shadow: 0px 2px 6px #000;
    border-radius: 3px;
    background: #d1c76c;
    text-align: center;
  }
  #mc_embed_signup form {
    display: block;
    position: relative;
    text-align: left;
    padding: 10px 0 10px 3%;
    box-shadow: 0px 0px 10px #00000063;
    border-radius: 5px;
}
  .popup-inner h1 {
    font-family: "Roboto Slab", serif;
    font-weight: 700;
  }
  .popup-inner p {
    font-size: 24px;
    font-weight: 400;
  }
  .popup-close {
    width: 34px;
    height: 34px;
    padding-top: 4px;
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 20px;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    border-radius: 100%;
    background: transparent;
    border: solid 4px var(--color-dark);
  }
  .popup-close:after, .popup-close:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 5px;
    height: 4px;
    width: 16px;
    border-radius: 30px;
    background: #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #mc_embed_signup form {
    color: #000;
}
.Topcob.text {
    text-align: center;
    border: 1px solid #fff;
    padding: 20px 10px;
    margin-top: 10px;
}
.Topcob.text .Btns {
    margin: 0 auto;
}
@media (max-width:900px) {
    .popup-inner {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
        position: relative;
        max-width: 700px;
        width: 90%;
        padding: 40px 0;
        box-shadow: 0px 2px 6px #000;
        border-radius: 3px;
        background: #fff;
        text-align: center;
    }
    #mc_embed_signup form {
        display: block;
        position: relative;
        text-align: left;
        padding: 0 10px;
        color: var(--color-dark);
        box-shadow: unset;
    }
}
  .popup-close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .popup-inner p{
      color:var(--color-dark);
  }
  .popup-inner h1{
      color: #c1790c;
  }
  .popup-close:hover {
    -webkit-transform: translate(50%, -50%) rotate(180deg);
    transform: translate(50%, -50%) rotate(180deg);
    background: #f00;
    text-decoration: none;
    border-color: #f00;
  }
  .popup-close:hover:after, .popup-close:hover:before {
    background: #fff;
  }
header nav ul li a {
    font-size: 15px;
    font-weight: 800;
    color: var(--color-primary);
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}

header nav ul li a:before,
header nav ul li a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0%;
    height: 1px;
    background: var(--c1);
    transition: all 0.4s cubic-bezier(0.48, 0.57, 0.33, 0.89);
    display: none;
}

header nav ul li a:after {
    bottom: 0;
    transition: all 0.4s cubic-bezier(0.48, 0.57, 0.33, 0.89) 0.1s;
}

header nav ul li a.active,
header nav ul li a:hover {
    color: var(--color-primary);
    border-bottom: 2px solid var(--color-primary);
}

header nav ul li a.active:before,
header nav ul li a.active:after,
header nav ul li a:hover:before,
header nav ul li a:hover:after {
    width: 100%;
}

header nav .closer,
header nav .toggler {
    display: none;
}

#voucher {
    position: fixed;
    left: 0;
    bottom: 50px;
    width: 150px;
    z-index: 2000;
    transition: all 0.5s;
    animation: switcher 3s infinite;
}

#voucher .hover {
    fill: var(--color-primary);
    transition: all 0.3s;
}

#voucher:hover .hover {
    fill: var(--c4);
}

#voucher.small {
    left: -130px;
}

.vCloser {
    position: fixed;
    left: 130px;
    bottom: 50px;
    width: 20px;
    height: 100px;
    padding: 20px 0;
    line-height: 20px;
    text-align: center;
    color: var(--c1);
    z-index: 2100;
    transition: all 0.5s;
    cursor: pointer;
}

.vCloser .la-angle-right {
    display: none;
}

.vCloser.small .la-angle-right {
    display: inline-block;
}

.vCloser.small .la-angle-left {
    display: none;
}

.vCloser.small {
    left: 0;
}

@keyframes switcher {
    0% {
        box-shadow: 0 0 0 0px rgba(103, 32, 31, 0.2);
    }
    100% {
        box-shadow: 0 0 0 35px rgba(103, 32, 31, 0);
    }
}

#home-banner {
    position: relative;
    height: 100vh;
    margin: 0;
}

#home-banner .item {
    height: 100vh;
    position: relative;
    z-index: 100;
}

#home-banner .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vouche_ne {
    padding: 100px 0;
    background: var(--c5);
    position: relative;
}

.vouche_ne .btnNew {
    margin: 20px auto;
}

.vouche_ne h1 {
    padding: 20px;
    border: 5px dashed var(--c1);
    font-family: 'El Messiri', sans-serif;
    ;
    font-size: 50px;
}

#home-banner .item .cover {
    padding: 30px 0 130px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    z-index: 555;
    transform: translate(-50%, -50%);
    text-align: center;
}

#home-banner .item .cover .header-content {
    position: relative;
    padding: 30px;
    overflow: hidden;
    margin-top: 30%;
}

.main-tedx {
    padding: 50px;
    background: var(--c1);
    position: relative;
    z-index: 1;
}

.main-tedx p {
    margin: 20px 0 30px 0;
    font-size: 15px;
    line-height: 27px;
}

.main-tedx:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    border: 3px solid var(--color-light);
    content: "";
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    box-shadow: 0px 0px 5px var(--color-dark);
    z-index: -1;
}

.main-tedx:before,
.main:before {
    position: absolute;
    top: 0;
    left: 0;
    background: url(img/the_aman_tola6.png);
    border: 3px solid var(--color-light);
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: contain;
    opacity: 0.2;
}

.main.x:before {
    background: url(img/the_aman_tola6.png);
    background-size: 40%;
}

.main-tedx.fd:before {
    background: url(img/the_aman_tola7.png);
    opacity: 0.2;
}

.main:before {
    background: url(img/the_aman_tola7.png);
    opacity: 0.2;
    background-size: 80%;
    background-position: 50% 50%;
}

.main-tedx.fd {
    background: var( --color-secondary);
	height: 100%;
}

.main-tedx.fd p,
.main-tedx.fd h2 {
    color: var(--color-dark);
}

.divder {
    margin-top: 40px;
    text-align: center;
}

.divder svg {
    width: 500px;
    fill: var( --color-light);
}

#home-banner .item .cover .header-content .line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: 9px solid var(--c1);
    -webkit-clip-path: polygon(0 0, 60% 0, 20% 100%, 0 100%);
    clip-path: polygon(0 0, 60% 0, 20% 100%, 0 100%);
}

#home-banner .item .cover .header-content h2 {
    font-family: 'El Messiri', sans-serif;
    font-weight: 400;
    font-size: 32px;
    color: var(--c1);
    text-transform: capitalize;
    text-shadow: 0px 5px 5px var(--color-dark);
}

#home-banner .item .cover .header-content h1 {
    font-family: 'El Messiri', sans-serif;
    font-size: 50px;
    font-weight: bold;
    margin: 5px 0;
    letter-spacing: 4px;
    color: var(--c1);
    text-transform: uppercase;
    text-shadow: 0px 5px 5px var(--color-dark);
}

#home-banner .item .cover .header-content h4 {
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
    color: var(--color-light);
    text-shadow: 0px 5px 5px var(--color-dark);
}

#home-banner .owl-item.active h2 {
    animation-duration: 1.5s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.5s;
}

#home-banner .owl-item.active h1 {
    animation-duration: 1.5s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 1s;
}

#home-banner .owl-item.active h4 {
    animation-duration: 1.5s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 1.5s;
}

#home-banner .owl-item.active p {
    animation-duration: 1.5s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 1.5s;
}

#home-banner .owl-item.active .btnNew {
    animation-duration: 1.5s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 1.5s;
}

#home-banner .owl-item.active .line {
    animation-duration: 2s;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 1s;
}

#home-banner .owl-nav .owl-prev,
#home-banner .owl-nav .owl-next {
    position: absolute;
    right: 25px;
    top: 43%;
    border-style: solid;
    border-width: 30px 20px;
    border-color: transparent var( --color-primary) transparent transparent;
    background: 0 0;
    text-indent: -9999px;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    z-index: 2;
    transform: rotate(180deg);
}

#home-banner .owl-nav .owl-prev {
    right: auto;
    left: 25px;
    transform: rotate(0deg);
}

.main-tedx.fd .btnNew:after {
    background: var( --color-secondary);
}

.main-tedx.fd .btnNew:hover:after {
    background: var(--color-primary);
}

#home-banner .owl-nav .owl-prev:focus,
#home-banner .owl-nav .owl-next:focus {
    outline: 0;
}

#home-banner .owl-nav .owl-prev:hover {
    background: transparent;
}

#home-banner .owl-nav .owl-next:hover {
    background: transparent;
}

#home-banner:hover .owl-prev {
    left: 20px;
    opacity: 1;
}

#home-banner:hover .owl-next {
    right: 20px;
    opacity: 1;
}

#home-banner .item .cover .header-content .line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 97%;
    left: 0;
    top: 0;
    position: absolute;
    border: 9px solid var(--c1);
    -webkit-clip-path: polygon(0 0, 60% 0, 20% 100%, 0 100%);
    clip-path: polygon(0 0, 60% 0, 20% 100%, 0 100%);
    margin-top: 10px;
    display: none;
}

.btn .v {
    position: absolute;
    left: 51%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    border: 1px solid var(--c1);
    width: calc(100% + 20px);
    height: 100%;
    transition: all 0.7s ease-in;
}

.title {
    text-align: center;
    width: 100%;
    font-weight: 400;
}

.title h2 {
    font-size: 60px;
    letter-spacing: 0px;
    color: var(--c1);
    margin: 0 40px;
    /* text-transform: uppercase; */
    text-align: center;
    line-height: 60px;
}

.subtitle {
    font-size: 18px;
    letter-spacing: 2px;
    color: var(--color-light);
    margin: 0 auto 60px;
    text-align: center;
    width: 50%;
    display: table;
    font-weight: 300;
}

.sider-ms {
    margin-top: 0px;
}

.home-about .btn {
    display: table;
    margin: 0 auto 60px;
}

.quote {
    padding: 100px 0;
    margin: 0;
}

.quote .item {
    border-right: 2px solid #fff;
    padding: 20px;
    margin: 0;
}

.quote img {
    width: 50%;
}

.newItm {
    position: relative;
    z-index: 1;
}

.newItm:after {
    position: absolute;
    content: "";
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background: transparent;
    border: 2px solid var(--c1);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

footer img {
    width: 270px;
    margin-bottom: 30px;
}

.ftc h2 {
    font-size: 20px;
    position: relative;
}

footer .col-lg-4 {}

footer svg {
    width: 30px;
    height: 30px;
    fill: var(--color-light);
}

footer .col-lg-4:last-child {
    border-right: 0px solid var(--c1);
}

.quote #testimonial-slider {
    text-align: center;
    padding: 20px 5vw;
    transition: all 0.3s ease-out;
    background: rgba(201, 171, 129, 0.01);
}

.quote #testimonial-slider:hover {
    background: rgba(201, 171, 129, 0.05);
}

.quote #testimonial-slider q {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.5;
    font-family: 'El Messiri', sans-serif;
    letter-spacing: 1px;
}

.texNew {
    text-align: center;
    margin-bottom: 40px;
}

.texNew h2 {
    font-weight: bold;
    font-size: 30px;
}

.quote #testimonial-slider p {
    font-weight: 300;
    font-size: 16px;
    color: var(--c1);
    margin: 30px 0 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.quote #testimonial-slider .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background: var(--color-light);
    margin: 0 5px;
    opacity: 1;
}

.quote #testimonial-slider .owl-dot.active {
    background: var( --color-secondary);
}

.offer {
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 200px 0;
    min-height: 70vh;
}

.offer:after {
    content: "";
    background: rgba(15, 29, 34, 0.7);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
}

.offer .container {
    position: relative;
    z-index: 300;
}

.offer .text {
    width: 45%;
    text-align: center;
    display: table;
    margin: 0 auto;
}

.offer .subtitle {
    margin-bottom: 50px;
}

.offer video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    z-index: 100;
}

footer {
    /* background: var( --color-secondary); */
    background-size: cover;
    background-attachment: fixed;
    padding: 45px 0 0;
    overflow: hidden;
    margin-top: 0px;
    position: relative;
   
}
.foot-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: right center;
    background-attachment: fixed;
    filter: blur(20px);
    z-index: 0;
}

footer iframe {
    width: 100%;
}

footer .content {
    text-align: center;
}

footer .content img {
    width: 200px;
    margin: 0 0 15px;
}

footer .content p {
    font-weight: 300;
    color: var(--color-primary);
}

footer .content p a {
    font-weight: 500;
}

footer .content p a:hover {
    color: var(--color-primary);
}

footer .copy {
    font-weight: 500;
    font-size: 16px;
    margin: 15px 0 0;
    text-align: center;
    background: var(--color-primary);
    color: var(--color-light);
    padding: 20px 0;
    position: relative;
}

.gallery {
    padding: 200px 0 0;
}

.gallery .item {
    width: calc(25% - 30px);
    margin: 15px;
    padding: 3px;
    border: 1px solid var( --color-light);
    overflow: hidden;
}

.gallery .item a {
    display: block;
    transition: all 1s;
    width: 100%;
    cursor: pointer;
}

.gallery .btns {
    text-align: center;
    margin-bottom: 30px;
}

.gallery .btns .btn {
    padding: 8px 15px 4px;
    line-height: 1;
}

.gallery .btns .btn.active {
    color: var(--color-primary);
    background: var(--c1);
}

.about {
    padding: 200px 0 0;
}

.about .subtitle {
    width: 100%;
}

.book {
    padding: 100px 0 0;
    margin: 0;
    overflow: hidden;
}

.book .d-lg-flex>div {
    width: 30%;
}

.book .content {
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 0 30px;
}

.book .subtitle {
    width: 100%;
}

.offfer {
    padding: 100px 0 0;
    margin: 0;
    overflow: hidden;
}

.offfer svg .c1 {
    fill: var(--c1);
}

.offfer svg .c2 {
    fill: var(--color-primary);
}

.offfer svg .c3 {
    fill: var(--color-light);
}

.offfer svg .c4 {
    fill: var(--c4);
}

.offfer p {
    text-align: left;
}

.contact {
    padding: 200px 0 100px;
    margin: 0;
    overflow: hidden;
}
.interesting-icon {
    width: 50px;
    margin: 0 auto;
}

.contact .add {
    padding: 30px 15px;
    border: 1px solid var(--color-light);
    height: calc(100% - 60px);
    margin-top: 60px;
    text-align: center;
}

.contact .add p:last-child {
    margin: 0;
}

.contact .add a {
    color: var(--c1);
}

.contact textarea,
.contact input {
    width: 100%;
    display: block;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    border: 1px solid var( --color-light);
    background: transparent;
    color: var( --color-light);
    margin: 0 0 15px;
}

.contact textarea {
    min-height: 90px;
    resize: vertical;
}

.contact label {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.contact input:focus,
.contact textarea:focus {
    box-shadow: none;
    outline: none;
    background: var(--color-primary);
}

.contact .btn {
    display: table;
}

.contact .btn.success {
    border-color: green;
    color: green;
    opacity: 1;
    box-shadow: 0 0 0 1px green inset;
    cursor: default;
}

.info_cat p {
    margin: 20px 0 30px 0;
    font-size: 15px;
    line-height: 27px;
}

.contact .btn.error {
    border-color: red;
    color: red;
    opacity: 1;
    box-shadow: 0 0 0 1px red inset;
    cursor: default;
}

.our-menu img {
    width: 50%;
    display: table;
    margin: 0 auto;
}

.our-menu .panel-title {
    border: 1px solid var(--c1);
    border-bottom: 0;
    padding: 10px;
    font-size: 18px;
    font-weight: 700;
    margin: 30px 0 0;
    color: var(--c1);
}

.our-menu .panel-body {
    border: 1px solid var(--c1);
    padding: 10px;
}

.our-menu .product_name {
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 5px;
}

.our-menu .price_dv {
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 5px;
    text-align: right;
}

.our-menu .price_dv span {
    font-size: 14px;
    font-weight: 700;
}

.our-menu .sub_product {
    padding-left: 15px;
}

.our-menu .product_dv:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0 0 10px;
}

.our-menu .product_description {
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 5px;
    text-align: left;
}

.menu {
    padding: 200px 0 100px;
    margin: 0;
}

.menu .btn {
    display: table;
    margin: 23px 0;
}

.menu .panel a {
    pointer-events: none;
    cursor: default;
}

.menu .panel .product_dv {
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.menu .panel .panel-title {
    margin: 20px 0 10px;
    letter-spacing: 0;
    padding: 5px 0;
}

.menu .panel .panel-title a {
    font-size: 26px;
    color: var(--c1) !important;
}

.menu .panel .sub_product {
    padding-left: 20px;
}

.menu .panel .price_dv {
    text-align: right;
    font-weight: 700;
    font-size: 15px;
}

.menu .panel .product_name {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
}

.menu .panel .product_description {
    margin: 0 0 10px;
    font-size: 15px;
    letter-spacing: 0;
    font-weight: 600;
    opacity: 0.8;
}

.menu .panel .add_icon,
.menu .panel .product_images {
    display: none;
}

.aNEW {
    padding: 50px 0;
    text-align: center;
}

.mainTex h4,
.mainText h4 {
    font-size: 15px;
}

main.mains {
    margin-top: 140px;
    padding-bottom: 50px;
}

.newOnebb {
    text-align: center;
}

.Top p {
    font-size: 15px;
}

.ssss p strong {
    font-size: 20px;
    margin-bottom: 5px;
    display: block;
    text-transform: uppercase;
    color: #ff6a3d;
}

.pearl-description {
    line-height: 25px;
}

.our-menu h1 {
    COLOR: #93884e;
    padding: 5px 0;
    margin: 10px 0;
    font-size: 18px;
}

.mainmmtitled h1 {
    font-size: 18px;
    color: #93884e;
}

.mainmmtitled p {
    font-size: 15px;
    /* color: #93884e; */
}

span.titled {
    display: flex;
    justify-content: space-between;
    margin: 5px 0;
    border-bottom: 1px dashed rgb(255 255 255 / 28%);
    padding: 5px 0;
    font-size: 15px;
}

.main-titled {
    text-align: center;
    padding: 10px;
    margin: 0px;
}

span.tags {
    font-size: 15px;
    color: #9e9047;
}

span.titled .price {
    color: #ff6a3d;
    font-size: 15px;
}

.pearl-theme-heading {
    text-align: center;
    padding: 10px;
    border-bottom: 1px dashed rgb(255 255 255 / 28%);
}

.pearl-theme-heading h2 {
    font-size: 20px;
    color: #ff6a3d;
}

.pearl-promobox {
    border: 1px solid #93884e;
}

.min img {
    height: 150px;
    width: auto;
    text-align: center;
    margin: 0 auto;
    display: block;
    padding: 10px;
}

.pearl-aboutus {
    padding: 0px 10px 20px 10px;
    margin-bottom: 20px;
}

.pearl-description {
    line-height: 20px;
    font-size: 15px;
}

.main-titled h1 {
    font-size: 20px;
}

.marg h4 {
    font-size: 18px;
    margin: 20px 0 29px 0;
}

.main-titled p {
    margin: 0;
}

.pearl-heading {
    background: #93884e;
}

.NoS {
    border: 1px solid #93884e;
    padding: 10px 15px;
    margin-bottom: 20px;
}

.marg h1 {
    font-size: 25px;
    font-weight: bold;
    color: #ff6a3d;
    line-height: 30px;
    padding-left: 20px;
    text-align: left;
    border-left: 5px solid #ff6a3d;
    text-transform: uppercase;
}

.marg {
    padding: 100px 0;
    margin-top: 100px;
}

.marg h2 {
    font-size: 16px;
    text-transform: uppercase;
}

.container.text-center.msdh {
    padding: 100px 0;
    margin-top: 50px;
}

.marg h2 {
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 48px;
}

.marg p {
    margin: 30px 0;
}

.mb-btn {
    display: none;
}

.mainText svg,
.mainTex svg {
    width: 50px;
    height: 50px;
}

.mainText h1,
.mainTex h1 {
    font-size: 21px;
    margin-top: 10px;
}

.mainTex, .mainText {
    padding: 50px;
    border: 1px solid #ffffff;
    box-shadow: 0px 0px 10px #00000075;
    border-radius: 5px;
    background: var( --color-secondary);
}

@media (max-width: 1200px) {
    .our-menu .menu-holder {
        height: 10000px;
    }
}

@media (max-width: 992px) {
	.div.offerMenu{
		width:100%;
	}
    .main-titled {
        padding: 10px;
        margin: 20px 0;
    }
    .mainTex,
    .mainText {
        margin-bottom: 30px;
    }
    .gallery .item {
        width: 50%;
    }
    .pearl-aboutus {
        margin: 30px 0;
    }
    .book {
        padding: 110px 0 0px;
    }
    .menu {
        padding: 130px 0 100px;
    }
    .book .content {
        display: block;
        height: 50%;
    }
    .book .d-lg-flex>div {
        width: 100%;
    }
    .our-menu .menu-holder {
        height: auto;
    }
    header nav .toggler {
        display: block;
        width: 35px;
        height: 35px;
        margin: 0 0 0 auto;
        line-height: 35px;
        text-align: center;
        border: 2px solid var(--color-primary);
        color: var(--color-primary);
        border-radius: 3px;
        cursor: pointer;
    }
    .toggler i {
        margin-top: 1px;
        font-size: 30px;
    }
    header nav .closer {
        display: block;
        position: absolute;
        right: 30px;
        top: 30px;
        font-size: 30px;
        color: var(--color-primary);
        border-radius: 3px;
        cursor: pointer;
        z-index: 3500;
    }
    header nav ul {
        display: block;
        position: fixed;
        text-align: center;
        right: -300px;
        top: 0;
        width: 300px;
        padding: 5vh 0;
        height: 100vh;
        background: var( --color-light);
        z-index: 3000;
        transition: all 1s ease-out;
    }
    header nav ul.show {
        right: 0px;
    }
    header nav ul li a {
        padding: 3vh 0;
        display: block;
    }
    .quote #testimonial-slider {
        margin: 0 auto;
    }
    .quote img {
        display: none;
    }
    footer iframe {
        margin: 0 auto 60px;
        display: table;
        width: auto;
    }
}

.modal-footer .btn {
    color: #fff;
    border: none;
    padding: 11px;
    background: #c9ab81;
}

@media (max-width: 600px) {
    .bokking-image{
        width: 30%;
    }
    footer .content p {
        font-weight: 300;
        color: var(--color-dark);
    }
    .about-content h2 {
        font-size: 35px;
        color: var( --color-light);
    }
    .bsn.gg {
        margin-top: 20px;
    }
    .modal-footer {
        padding: 2px;
    }
    .modal {
        top: 10px;
    }
    .sssdd {
        padding: 10px;
        font-size: 45px !important;
        font-weight: 900;
    }
    .bsn h2 {
        font-size: 22px;
        /* font-family: 'Oleo Script Swash Caps', cursive; */
        line-height: 22px;
    }
    .bsn h3 {
        font-size: 15px;
    }
    .mb-btn {
        display: inline-block;
    }
    header .logo {
        display: inline-block;
        width: auto;
        height: auto;
        margin-right: 0 !important;
        position: relative;
        padding: 0;
    }
    header .logo img {
        width: 160px !important;
        height: inherit;
    }
    .destop-btn {
        display: none !important;
    }
    .title h2 {
        font-size: 36px;
        line-height: 40px;
    }
    a.btnNew.mb-btn {
        margin: 0 0 0 42px;
    }
    .contact {
        padding: 150px 0 100px;
    }
    #home-banner .item .cover .header-content .line,
    .owl-theme .owl-nav,
    .title svg {
        display: none;
    }
    .subtitle {
        width: 90%;
    }
    #home-banner .item .cover .header-content {
        padding: 10px;
    }
    .gallery .item {
        width: 92%;
    }
    .gallery .item a {
        background-size: 150% auto;
    }
    .gallery .item a:hover {
        background-size: 150% auto;
    }
    #home-banner .item .cover .header-content h1 {
        font-size: 34px;
    }
    .quote #testimonial-slider {
        width: 100%;
    }
}

#menu .item {
    width: 33%;
    padding: 0 10px 20px;
}

#menu .item .title {
    background: var( --color-light);
    color: var(--color-primary);
    padding: 10px;
    border: 1px solid var( --color-light);
}

#menu .item .title p {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    text-transform: capitalize;
}

#menu .item .title small {
    font-size: 12px;
    display: block;
    margin: 10px 0 0 0;
    font-weight: 700;
    font-style: italic;
    opacity: 0.8;
}

#menu .content {
    padding: 20px 15px 10px;
    border: 1px solid var( --color-light);
    border-top: 0;
}

#menu .content .meal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 15px;
}

#menu .content .meal .name {
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
}

#menu .content .meal .dots {
    flex-grow: 1;
    border-bottom: 2px dashed #fff;
    height: 15px;
    margin: 0 10px;
}

#menu .content .meal .price {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

#menu .content .detail {
    font-size: 12px;
    font-weight: 700 !important;
    font-style: italic;
    margin: 0 0 10px;
    color: var( --color-light);
    text-align: justify;
    opacity: 9;
}

#menu .content .meal.sub {
    padding-left: 15px;
}

/* #menu .content .meal.sub .name {
    opacity: 0.7;
} */

header .btn,
header.fixed .btn {
    padding: 8px !important;
    border-radius: 5px;
}

.overlay {
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 57%);
    top: 0;
}

.vouche_ne .container {
    position: relative;
    z-index: 5;
}

.vouche_ne h6 {
    margin-bottom: 20px;
    font-size: 30px;
    text-transform: capitalize;
    font-weight: bold;
}

.vouche_ne h4 {
    font-size: 30px;
    margin: 20px 0;
}

header nav {
    width: 100%;
}

#menu .content .meal.sub .name:before {
    content: "";
    color: var(--primary);
}

.cover .btnNew {
    margin: 0 auto;
}

section.offer .btnNew {
    margin: 0 auto;
}

section.home-about .btnNew {
    margin-top: 30px;
}

.book_content p {
    margin: 20px 0 30px 0;
    font-size: 15px;
    line-height: 27px;
}

.newOne {
    margin-top: 30px;
}

.mains-ls {
    padding: 100px 0;
    background: rgb(2 8 12 / 32%);
}

header .btnNew {
    padding: 1em 0em;
}

li.nav-item.drop {
    position: relative;
}

li.nav-item.drop ul {
    position: absolute;
    top: 30px;
    left: 0;
    width: 270px;
    display: block;
    background: #ff6a3d;
    height: 0;
    overflow: hidden;
    padding: 0;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}

li.nav-item.drop ul li {
    padding: 10px 0;
}

li.nav-item.drop ul li a:hover,
li.nav-item.drop ul li a.active {
    color: var(--color-primary);
    font-weight: bold;
}

li.nav-item.drop:hover ul {
    height: auto;
    overflow: visible;
    padding: 10px;
}


/* .Texaddd .NoS {
    height: 54vh;
    margin: 10px 0 10px 0;
}
.pearl-promobox {
    height: 51vh;
}
.ags .wpb_wrapper {
    margin: 10px 0 10px 0;
   
}
.dffs .NoS {
    height: 56vh;
    margin: 10px 0;
}
.ddssds .NoS {
    height: 56vh;
    margin: 10px 0;
}
.ddssds .NoS {
    height: 37vh;
    margin: 10px 0;
}
.sfs .NoS {
    height: 42vh;
    margin: 10px 0;
}
.sfss .NoS {
    height: 35vh;
    margin: 10px 0;
}
.dddds .NoS {
    height: 30vh;
    margin: 10px 0;
} */

.NoS,
.pearl-promobox {
    margin: 10px 0;
}

p.hdh {
    padding: 0px 0 30px 0;
    font-size: 15px;
    color: #cbc167;
}

.imgiCON img {
    border: 1px solid #cbc167;
    margin-bottom: 20px;
}
a.btnNew.destop-btn.Btns.dff {
    display: none!important;
    margin: 0 auto;
    background: #ff653a;
}
@media (max-width: 992px) {
    .btnNew:hover {
        background: var(--color-primary)!important;
        color: var( --color-secondary)!important;
    }

    a.btnNew.destop-btn.Btns.dff {
        display: block!important;
        margin: 0 auto;
        background: #ff653a;
    }
    .div.offerMenu .btn {
       padding: 20px 20px;
    }
    .div.offerMenu {
    left: 0;
    bottom: -20px;
}
    .infoIn h1 {
        font-size: 30px;
    }
    .infoIn h2 {
        font-size: 20px;
    }
    .infoIn h5 {
        font-size: 15px;
    }
    .extraText {
        padding: 30px 0;
    }
    .extraText p {
        font-size: 15px;
    }
    .extraText H4 {
        COLOR: #cbc167;
        font-size: 20px;
    }
    .dfdd {
        display: none;
    }
    .extraText h5 {
        font-size: 14px;
    }
    .basetext h1 {
        font-size: 20px;
    }
    .basetext h2 {
        margin: 10px 0;
        font-size: 15px;
    }
    p.mh {
        width: 100%;
    }
    .basetext {
        padding: 30px 0;
        background: #fff;
    }
    .add {
        display: flex;
        justify-content: center;
        width: 100%;
        flex-flow: column;
        text-align: center;
    }
    .add p {
        font-size: 16px;
    }
    .NoS,
    .pearl-promobox {
        height: auto!important;
    }
    .marg {
        margin-top: 50px;
    }
    .marg h1 {
        font-size: 18px;
        line-height: 25px;
    }
    li.nav-item.drop ul {
        width: 100%;
        top: 80px;
    }
    li.nav-item.drop ul li a {
        padding: 0;
    }
    .mainTex .btnNew,
    .mainText .btnNew {
        margin: 0 auto;
    }
    .divder svg {
        width: 300px;
        fill: var( --color-light);
    }
    .home-about .pl-0 {
        padding-left: 15px!important;
        margin-bottom: 20px;
    }
    footer {
        padding: 50px 0 0;
        margin-top: 20px;
    }
    .quote .item {
        border: none;
    }
    .main-tedx {
        padding: 50px 30px;
        margin-bottom: 20px;
    }
    .cover h1 {
        font-size: 29px;
    }
    .main.x {
        padding: 50px 10px;
    }
    .cover h4 {
        font-size: 15px;
    }
    .cover {
        width: 100%;
    }
    .home-about .pr-0 {
        padding-right: 15px!important;
    }
    #home-banner,
    #home-banner .item {
        height: 81vh!important;
        margin-top: 55px;
    }
    .main-sc,
    section.home-about,
    .mains-ls {
        padding: 0px 0;
    }
    .book_content {
        margin-bottom: 50px;
    }
    .newOne.sc .row {
        flex-flow: column-reverse;
    }
    header .btnNew {
        min-width: 118px;
        max-width: 250px;
    }
    .main-s h2 {
        font-size: 35px;
        line-height: 42px;
        font-weight: 900;
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .main-sc .row {
        flex-flow: column-reverse;
    }
    .main-sc img {
        margin-bottom: 30px;
    }
    .vouche_ne h1 {
        padding: 20px;
        font-size: 30px;
    }
    .vouche_ne h6 {
        margin-bottom: 15px;
        font-size: 18px;
    }
    .vouche_ne h4 {
        font-size: 20px;
        margin: 15px 0;
    }
    header {}
    header.fixed .btn {
        margin: 0;
        color: var(--color-dark);
    }
    #menu .item {
        width: 100%;
        padding: 0 0 10px;
    }
}
.btnNews.hover {
    color: white;
    text-decoration: none;
}
.g-recaptcha {
    margin: 20px 0;
}

form.contact-form iframe {
    height: 90px;
}

small {
    font-size: 10px;
}
.text-left1{
    text-align: right!important;
}
@media (max-width: 992px) {
    .cover{
        top: 60%;
    }
    footer .copy {
        font-weight: 500;
        font-size: 12px;
        margin: 30px 0 0;
        text-align: center;
        background: var(--color-primary);
        color: var(--color-light);
        padding: 20px 0;
    }
    .oas {
        position: absolute;
        bottom: -10px;
        left: -7px;
    }
    .top_left {
        right: 2px;
        left: unset;
        top: 50px;
        bottom: unset;
        transform: rotate(180deg);
    }
    .homesec_new {
        padding: 100px 0 0px 0;
    }
    .oas img {
        width: 100px;
    }
    .text-left1{
        text-align: center!important;
        margin-top: -15px;
    }
    .text-left.hgh {
        text-align: center!important;
        margin-top: 4px;
    }
	.btn {
    padding: 15px 20px;
    box-shadow: 0 0 0 1px var(--c1) inset;
    color: var(--color-dark);
    border-radius: 0;
    font-size: 17px;
    line-height: 18px;
    position: relative;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: all 0.8s ease-in-out;
}
.text-left.hgh {
    text-align: center!important;
}
.text-right {
    text-align: center!important;
    margin-left: -14px;
    margin-bottom: 7px;
}
}
a.btnNew.b1 {
    background: var( --color-secondary) !important;
    color: var(--color-light);
    box-shadow: 0px 0px 10px var(--color-dark);
}
a.btnNew{
    background: var(--color-light);
    color:var(--color-button);
}
a.btnNew.mb-btn {
    background: var(--color-primary);
    color: var(--color-light);
}
div#menu {
    margin: 50px 0;
}

@media (max-width: 575px){
    header .btnNew {
        padding: 10px 0;
    }
}

.main-p.text-center {
    position: relative;
}