.logo{

    height: 85px;

}

header {

    border-top: 5px solid var(--bg-primary);

    z-index: 99999;

}

.back-title {

    font-size: 9rem;

    color: #F8F8F8;

    text-align: center;

    position: absolute;

    top: -47px;

    left: 0;

    right: 0;

    width: 100%;

    line-height: initial;

    text-transform: uppercase;

}

.back-title_2 {

    font-size: 8rem;

    color: #EBEBEB;

    text-align: center;

    position: absolute;

    top: -7px;

    left: 38px;

    right: 0;

    width: 100%;

    line-height: initial;

    text-transform: uppercase;

}

select option {

    background: #1e1e1e;

    color:#fff

}

.bg-dark {

    background-color: #272727;

}

@keyframes slideDown {

  from {

    transform: translateY(-100%);

  }

  to {

    transform: translateY(0);

  }

}

.btn-outline-warning {

    text-align: center;

    color: var(--bg-primary);

    text-transform: uppercase;

    cursor: pointer;

    display: inline-block;

    padding: 10px 25px;

    text-decoration: none !important;

    position: relative;

    border-radius: 7px;

    border: 1px solid var(--bg-primary);

    font-weight: 700;

    font-size: 15px;

}

.btn-outline-warning:hover{

    text-align: center;

    color: #fff;

    text-transform: uppercase;

    cursor: pointer;

    display: inline-block;

    padding: 10px 25px;

    text-decoration: none !important;

    position: relative;

    border-radius: 7px;

    background-color: var(--bg-primary);

    border: 1px solid var(--bg-primary);

    font-weight: 700;

    font-size: 15px;

}

ul.navbar-nav li a,

.login-regieter a 

{

    color: #fff;

    border-bottom: 3px solid transparent;

    font-size: 15px;

}

.login-regieter a:hover{

    border-bottom: 3px solid transparent !important;

    color: var(--bg-primary)!important;

} 

.nav-link:focus, .nav-link:hover,

.login-regieter a:hover, .nav-item.active .nav-link  {

    color: #fff;

    border-bottom: 3px solid var(--bg-primary);

}

/* header .booknow-btn:before {

    height: 106% !important;

} */

#booking-home .booknow-btn:hover , .readmore:hover{

    background-color: #fff!important;

}

#mainSlider .carousel-item {

  height: 100vh;

  min-height: 300px;

}

#mainSlider .carousel-item:before {

    content: '';

    position: absolute;

    background: rgba(0, 0, 0, 0.15);

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

}

#mainSlider .carousel-item img{

  height: 100%;

  object-fit: cover;

}

.carousel-indicators {

    background: #fff;

    margin-bottom: 0;

    border-radius: 100%;

    height: 115px;

    width: 500px;

    margin: 0 auto -80px;

    padding-top: 5px;

}

.penthouse-carousel .carousel-indicators {
   
    margin-bottom: 0;
    border-radius: 100%;
    height: auto;
    width: 500px;
    margin: 0 auto -80px;
    padding-top: 5px;
    background: none !important;
    bottom: auto !important;
}



.carousel-indicators [data-bs-target] {

    width: 10px;

    height: 10px;

    border-radius: 100%;

    border: 2px solid #fff;

    outline: 1px solid #C0C0C2;

    background-color: #fff;

    opacity: 1;

    margin: 7px 8px 0;

}

.carousel-indicators button:before {

    content: '';

    position: absolute;

    left: 0;

    top: 19px;

    height: 1px;

    background: #C0C0C2;

    width: 15%;

    right: 0;

    margin: 0 auto;

    z-index: -1;

}

.penthouse-carousel .carousel-indicators button:before {
    content: '';
    position: absolute;
    left: 0;
    top: 19px;
    height: auto !important;
    background: none !important;
    width: 15%;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}

.carousel-indicators .active {

    opacity: 1;

    background-color: var(--bg-primary);

    outline: 1px solid var(--bg-primary);

}

.welcome-caption h1{

  line-height: 50px;

  font-size: 50px;

}

.welcome-caption h2{

  line-height: 70px;

  font-size: 70px;

  border-bottom: 2px solid;

  padding: 0 30px 10px;

}

.welcome-caption h4 {

  font-size: 30px;

  line-height: 60px;

  letter-spacing: 6px;

}

.welcome-caption a {

  margin-top: 15px;

}

/* span.left-db:after,

span.right-db:after {

    position: absolute;

    left: -185px;

    top: 25px;

    width: 165px;

    height: 2px;

    background: #fff;

    content: '';

}



span.left-db:before,

span.right-db:before {

    position: absolute;

    left: -200px;

    top: 11px;

    width: 165px;

    height: 2px;

    background: #fff;

    content: '';

}

span.right-db:before{

    right: -185px;

    left: unset;

}

span.right-db:after {

    right: -200px;

    left: unset;

}

span.left-db, span.right-db {

    position: relative;

}

 */

/* .top-icon {

    width: 112px;

    margin-left: 28px;

} */

/* .intro-hotel:after {

    content: '';

    background-image: url('../images/border.png');

    background-repeat: no-repeat;

    width: 89%;

    height: 92%;

    position: absolute;

    top: 4%;

    left: 0;

} */

/* .intro-hotel-content:after {

    content: '';

    border-left: 2px solid #fff;

    width: 97%;

    height: 76%;

    position: absolute;

    top: 12%;

    border-right: 2px solid #fff;

} */

.intro-hotel {

    height: 300px;

}





span.corner-curve {

    width: 26px;

    height: 26px;

    position: absolute;

    left: 10px;

    top: 12px;

    border: 2px solid #fff;

    border-bottom-right-radius: 100%;

    border-top: transparent;

    border-left: transparent;

    z-index: 1;

}

span.corner-curve.corner-curve-2 {

    bottom: 12px;

    top: unset;

    transform: rotate(-90deg);

}

span.corner-curve.corner-curve-3 {

    transform: rotate(90deg);

    right: 11px;

    left: unset;

}

span.corner-curve.corner-curve-4 {

    bottom: 12px;

    top: unset;

    transform: rotate(180deg);

    right: 11px;

    left: unset;

}



.seprater-h{

    position: absolute;

    left: -350px;

    bottom: 0;

    width: 0;

    bottom: -18px;

    height: 6px;

    background-color: var(--bg-primary);

    animation: border_anim_ls 3s linear forwards;

    z-index: 1;

}

.seprater-v{

    position: absolute;

    background-color: var(--bg-primary);

    width: 6px;

    height: 0px;

    bottom: -34px;

    right: -18px;

    animation: border_anim_2 3s linear forwards;

    z-index: 1;

}

.seprater-rh{

    position: absolute;

    right: 0;

    bottom: 0;

    width: 0;

    top: -18px;

    height: 6px;

    background-color: var(--bg-primary);

    animation: border_anim 3s linear forwards;

    z-index: 1;

}

.seprater-rv{

    position: absolute;

    background-color: var(--bg-primary);

    width: 6px;

    height: 0px;

    top: -34px;

    left: -18px;

    animation: border_anim_2 3s linear forwards;

    z-index: 1;

}



.seprater-lh{

    position: absolute;

    bottom: 0;

    width: 0;

    max-width: 72%;

    top: -18px;

    height: 6px;

    background-color: var(--bg-primary);

    animation: border_anim 3s linear forwards;

    z-index: 1;

}

.seprater-lv {

    position: absolute;

    background-color: var(--bg-primary);

    width: 6px;

    height: 0px;

    top: -38px;

    left: 70.5%;

    animation: border_anim_2 3s linear forwards;

    z-index: 1;

}

@keyframes border_anim {

    0%{

        width: 0%;

    }

    100%{

        width: calc(100% + 75px);

    }

}

@keyframes border_anim_ls {

    0%{

        width: 0%;

    }

    100%{

        width: calc(100% + 400px);

    }

}

@keyframes border_anim_2 {

    0%{

        height: 0%;

    }

    100%{

        height: 100px;

    }

}

.side-text{

    writing-mode: vertical-lr;

    text-orientation: mixed;

    transform: rotate(-180deg);

    font-size: 157px;

    width: 75px;

    text-align: center;

    opacity: 0.1;

    padding: 25px 0;

}

.side-text_2{

    color: #EBEBEB !important;

    left: 98px;

    opacity: 1;

}

.dot-bg:before {

    content: '';

    background-image: url(../images/long-dot.png);

    position: absolute;

    right: 0;

    width: 89px;

    height: 100%;

    top: -13px;

    bottom: 0;

    background-repeat: no-repeat;

}

.dot-bg-2:before {

    content: '';

    background-image: url(../images/long-dot.png);

    position: absolute;

    right: auto;

    left: 25px;

    width: 89px;

    height: 100%;

    top: -13px;

    bottom: 0;

    background-repeat: no-repeat;

}

.mx-w{

    max-width: 103%!important;

    left: 0!important;

}

.mx-v{

    left: 101%!important;

}

.explore-feature img{

    height: 450px;

    filter: brightness(0.7) grayscale(100%);

    transition: all 0.5s linear;



}

.explore-feature-content {

    bottom: 10%;

    left: 10%;

}

.explore-feature img:hover .explore-feature-content,

.explore-feature a:hover .explore-feature-content,

.explore-feature p:hover .explore-feature-content,

.explore-feature h3:hover .explore-feature-content{

    background-color: #0000005c;

}

.explore-feature img:hover,

.explore-feature a:hover img,

.explore-feature p:hover img,

.explore-feature h3:hover img{

    filter: none;

    transform: scale(1.2);

}

.bg-opacity-09{

    --bs-bg-opacity: 0.9!important;

}

.h-500{

    height: 500px;

}

.w-700{

    width: 700px;

}

.mw-103{

    max-width: 103%;

}

.left-109{

    left: 100.99%;

}

.contact-form input{

    height: 50px;

}





















.h-132{height: 132px;}



.hotel-desc {

    position: absolute;

    top: 0;

    width: 100%;

    height: 100%;

    left: 0;

    background: #090808a3;

    color: #fff;

    padding: 0 30px;

    flex-direction: column;

    justify-content: center;

    align-items: flex-start;

    transition: all 0.5s linear;

    transform: translateY(-100%);

    opacity: 0;

}

.owl-carousel .active .hotel-desc {

    transform: translateY(100%);

     transition: all 0.5s linear;

}

.owl-carousel .active.center .hotel-desc {

     display: flex!important;

     opacity: 1;

     transform: translateY(0);

     transition: all 0.5s linear;

}

/* .carousel-item .btn-default {

    background-color: #fff;

    border-color: #fff;

    color: #000;

} */

.carousel-item .btn-default:hover {

    background-color: transparent;

    color: #fff;

}

/* .hotels-group {

    background-image: url('../images/modal-bg.png');

}

.main-content .owl-nav {

    position: absolute;

    top: 50%;

    width: 100%;

    z-index: 99;

    margin: 0;

    transform: translateY(-50%);

    display: flex;

    justify-content: space-between;

}

.main-content .owl-prev, .main-content .owl-next {

    background: var(--bg-primary);

    padding: 10px 20px;

    color: #fff;

    margin: 0 10px;

    border-radius: 7px;

}

.main-content .owl-prev:hover, .main-content .owl-next:hover {

    background: #000;

    }

.hotels-group .nav-tabs .nav-link {

    background: #000;

    color: #fff;

    border-radius: 7px;

    font-style: italic;

    font-weight: 500;

    margin: 0 12px;

    min-width: 170px;

    border: 0;

}

.hotels-group .nav-tabs .nav-item.show .nav-link, .hotels-group .nav-tabs .nav-link.active {

    background-color: var(--bg-primary);

    color: #fff;

    position: relative;

}

.hotels-group .nav-tabs .nav-link.active:after{

    content: '';

    position: absolute;

    left: 0;

    right: 0;

    margin: auto;

    width: 15px;

    height: 15px;

    background-color: var(--bg-primary);

    bottom: -7.5px;

    transform: rotate(-45deg);

}

.hotel-desc .btn-default:hover {

    background-color: #000;

    border-color: #000;

    color: #fff;

} */

.blog-detail-btns {

    box-shadow: 0 5px 30px rgb(172 172 172 / 27%);

    border-radius: 10px;

}

.blog-price {

    position: absolute;

    bottom: 0;

    background-color: var(--bg-primary);

    width: 100%;

    color: #fff;

    padding: 0 10px;

}

.blog-detail a {

    position: relative;

}

.blog-detail a:hover {

    color: var(--bs-body-color);

}

.blog-detail a:after {

    content: '>>';

    top: 3px;

    position: relative;

    font-size: 19px;

    right: -3px;

    font-weight: 500;

}

.intro-hotel-content {

    background: rgb(9 8 8 / 20%);

    transition: all 0.5s linear;

}





/* .intro-hotel-content:hover {

    background-color: rgb(158 121 49 / 70%);

} */

.intro-hotel:before {

    content:'';

    background: rgb(46 46 46 / 80%);

    position: absolute;

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

}

.intro-hotel:hover:before{

    content:'';

    background: rgb(172 132 36 / 83%);

}

.intro-hotel-icon.text-center {

    position: relative;

    z-index: 9999;

}

.intro-hotel-icon a {

    background: #2D2D2D;

    padding: 5px 20px;

    display: inline-block;

    margin-top: 10px;

    border-radius: 5px;

    color: #fff;

    font-weight: 700;

    font-family: 'Playfair Display SC', serif;

}

.our-hotel-bg {

    background-image: url('../images/our-hotel-bg.jpg');

}

@media only screen and (min-width:1600px) {

.main-content img {

    object-fit: cover;

    height: 500px;

}

}



.text-main{

  color: var(--bg-primary);

}







/* Gallery Page Css */

.masonry {

  columns: 3;

  column-gap: 10px;

}

@media (max-width: 1200px) {

  .masonry {

    columns: 3;

  }

}

@media (max-width: 992px) {

  .masonry {

    columns: 2;

  }

}

.masonry .grid {

  display: inline-block;

  margin-bottom: 10px;

  position: relative;

  transition: all 0.5s linear;

}

.masonry .grid:hover:before {

    content: "\f03e";

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    background-color: rgba(0, 0, 0, 0.4);

    /* background: #3E5151;

    background: -webkit-linear-gradient(to top, #DECBA4, #3E5151);

    background: linear-gradient(to top, #9c7936d9, #3e515175); */

    transition: all 0.5s linear;

    color: #fff;

    text-align: center;

    display: flex;

    justify-content: center;

    align-items: center;

    font-size: 34px;

    font-family: var(--fa-style-family,"Font Awesome 6 Free");

    font-weight: var(--fa-style,900);

}

.masonry .grid img {

  width: 100%;

  border-radius: 5px;

}

.masonry .grid__title {

  font-size: 28px;

  font-weight: bold;

  margin: 0px 0px 10px 0px;

}

.masonry .grid__author {

  font-size: 14px;

  font-weight: 300;

}

.masonry .grid__link {

  position: absolute;

  left: 0;

  right: 0;

  top: 0;

  bottom: 0;

}

.masonry .grid__body {

  position: absolute;

  left: 0;

  right: 0;

  top: 0;

  bottom: 0;

  padding: 30px 30px;

  color: #fff;

  display: flex;

  flex-direction: column;

}

.masonry .grid__tag {

  background-color: rgba(255, 255, 255, 0.8);

  color: #333;

  border-radius: 5px;

  padding: 5px 15px;

  margin-bottom: 5px;

}

#lightbox {

    background: rgba(0,0,0,0.8);

    position: fixed;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    display: none;

    justify-content: center;

    align-items: center;

    color: #fff;

}



.close, .prev, .next {

    position: absolute;

    cursor: pointer;

}



.close {

    right: 10px;

    top: 10px;

}



.prev {

    left: 10px;

}



.next {

    right: 10px;

}





.wh-50 {

    width: 50px;

    height: 50px;

    line-height: 51px;

}



.animation-bar {

    background: #E8E8E8;

    width: 100%;

    height: 1px;

    margin-top: 14px;

    position: relative;

    overflow: hidden;

}



.animation-bar:before {

    position: absolute;

    content: "";

    width: 50px;

    height: 1px;

    top: 0;

    left: 0;

    background: var(--bg-primary);

   transition: 0.5s;

    -webkit-animation-duration: 6s;

    animation-duration: 6s;

    -webkit-animation-timing-function: linear;

    animation-timing-function: linear;

    animation-duration: 6s;

    animation-timing-function: linear;

    animation-iteration-count: infinite;

    animation-name: MOVE-BG;

}



@-webkit-keyframes MOVE-BG {

  from {

        transform: translateX(0);

  }

  to {

     transform: translateX(590px);

  }

}



@keyframes MOVE-BG {

    from {

          transform: translateX(0);

    }

    to {

       transform: translateX(590px);

    }

  }



/*tabraiz*/


.about{
background: url('/assets/images/Pool Area 3.jpg');
height: 80vh;
width: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
position: relative;
}
.about:before{
content: '';
height: 100%;
width: 100%;
position: absolute;
background: rgba(0, 0, 0, 0.4);
top: 0;
left: 0;
}
.about-us::before {
background-color: #F6F6FE;
height: 106%;
content: '';
position: absolute;
width: 100%;
z-index: -3;
left: 40%;
top: -6%;
}
.about-image .seprater-rv {
left: 95% !important;
height: 90px !important;
top: auto;
bottom: -13%;
}
.bg-golden {
background-color: #AC8424;
}
.seeking-text h4 {
color: #AC8424;
}
.airport span {
font-size: 11px;
}
.holiday{
background: url('./assets/images/acco.png');
height: 350px;
width: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
position: relative;
}
.holiday:before {
content: '';
height: 100%;
width: 100%;
position: absolute;
background: rgba(0, 0, 0, 0.5);
top: 0;
left: 0
}
.holiday h4{
color: #AC8424;
font-weight: bold;
}
.stat-row {
display: flex;
justify-content: space-between;
max-width: 1050px;
padding-top: 150px;
padding-bottom: 180px;
}
.stat-item{
margin-right: 40px;
}
.stat-number {
font-style: normal;
font-weight: 600;
font-size: 4.375rem;
line-height: 65px;
text-align: center;
text-transform: uppercase;
color: #fff;
margin-bottom: 20px;
}
.stat-title {
font-weight: 600;
font-size: 0.875rem;
line-height: 10px;
text-align: center;
color: #fff;
}
.housekeepin {
position: absolute;
top: 17%;
transform: rotatez(-90deg);
left: -30px;
color: white;
height: 30px;
width: 105px;
text-align: center;
font-size: 12px;
display: flex;
align-items: center;
justify-content: center;
}
.staff figure img{
height: 345px;
object-fit: contain;
margin: 0;
}
.staf-images::after {
content: '';
position: absolute;
background-color: #F3F3F3;
height: calc(100% - 35px);
width: 100%;
bottom: 0;
left: 0;
z-index: -1;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
}

.Contact{
background: url('/assets/images/Reception 1.jpg');
height: 80vh;
width: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
position: relative;
}
.Contact:before{
content: '';
height: 100%;
width: 100%;
position: absolute;
background: rgba(0, 0, 0, 0.4);
top: 0;
left: 0;
}
.contact-us .seprater-lv{
left: 102% !important;
}
.contact-us .seprater-lh {
max-width: 106% !important;
}
ul.logo-section li {
background-color: #C0C0C2;
border-radius: 100%;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
font-size: 25px;
margin: 10px;
}
ul.logo-section li a{
color: #fff;
}
ul.logo-section li:hover{
    background-color: var(--bg-primary)!important;
}
.inqueries-text p {
color: #888888;
}
.bg-golden{
color: var(--bg-primary);
}
.bg-golden-1{
background-color: var(--bg-primary);
}
p.direction {
color: var(--bg-primary);
}
.jungle-image{
background: url('/assets/images/jungle1.jpg');
height: 80vh;
width: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
position: relative;
}
.dots {
position: absolute;
right: 11%;
top: -1%;
}


.about{
background: url('/assets/images/Lobby 2.jpg');
height: 80vh;
width: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
position: relative;
}
.about-us{
padding: 90px 0 110px 0;
}
.about:before{
content: '';
height: 100%;
width: 100%;
position: absolute;
background: rgba(0, 0, 0, 0.4);
top: 0;
left: 0;
}
.about-us::before {
background-color: #F6F6FE;
height: 106%;
content: '';
position: absolute;
width: 100%;
z-index: -3;
left: 40%;
top: -6%;
}
.gallery-group .nav-tabs .nav-link.active {
background-color: #ac8424;
color: #fff;
position: relative;
}
.gallery-group .nav-tabs .nav-link {
background: #fff;
color: #C0C0C2;
border-radius: 7px;
font-weight: 500;
margin: 0 12px;
min-width: 150px;
border: 1px solid #E5E5E5;
}



#myTab{
overflow-y: none!important;
}
.grid img {
height: 250px;
object-fit: cover;
cursor: pointer;
}
.grid {
    position: relative;
    overflow: hidden;
    transition: all 0.5s linear;
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    cursor: pointer;
}
.grid:before {
    position: absolute;
    content: '\f302';
    background: #aa842d78;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.5s linear;
    z-index: 99;
    font-size: 40px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: capitalize !important;
}
.grid:hover:before {
    opacity: 1;
}
.grid:hover img {
    transform: rotate(5deg) scale(1.1);
    transition: all 0.2s linear;
}



.offers{
background: url('/assets/images/offers-buffet.jpg');
height: 80vh;
width: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
position: relative;
}
.offers:before{
content: '';
height: 100%;
width: 100%;
position: absolute;
background: rgba(0, 0, 0, 0.4);
top: 0;
left: 0;
}
.bg-golden{
background-color: #AC8424;
}
.offers-cover{
background: url('/assets/images/offers-cover.png');
height: 55vh;
width: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
position: relative;
}
.bg-black{
background-color: #070707;
}
.fs-39{
font-size: 35px;
}





.room{
background: url('/assets/images/acco.png');
height: 80vh;
width: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
position: relative;
}
.room:before{
content: '';
height: 100%;
width: 100%;
position: absolute;
background: rgba(0, 0, 0, 0.4);
top: 0;
left: 0;
}


.room{
background: url('/assets/images/acco.png');
height: 80vh;
width: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
position: relative;
}
.room:before{
content: '';
height: 100%;
width: 100%;
position: absolute;
background: rgba(0, 0, 0, 0.4);
top: 0;
left: 0;
}

.about{
background: url('/assets/images/acco.png');
height: 80vh;
width: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
position: relative;
}
.about:before{
content: '';
height: 100%;
width: 100%;
position: absolute;
background: rgba(0, 0, 0, 0.4);
top: 0;
left: 0;
}

.room{
background: url('/assets/images/acco.png');
height: 80vh;
width: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
position: relative;
}
.room:before{
content: '';
height: 100%;
width: 100%;
position: absolute;
background: rgba(0, 0, 0, 0.4);
top: 0;
left: 0;
}

div#carouselExampleSlidesOnly {
    max-width: 700px;
    width: 100%;
}


.room{
background: url('/assets/images/acco.png');
height: 80vh;
width: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
position: relative;
}
.room:before{
content: '';
height: 100%;
width: 100%;
position: absolute;
background: rgba(0, 0, 0, 0.15);
top: 0;
left: 0;
}

.room{
background: url('/assets/images/acco.png');
height: 80vh;
width: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
position: relative;
}
.room:before{
content: '';
height: 100%;
width: 100%;
position: absolute;
background: rgba(0, 0, 0, 0.4);
top: 0;
left: 0;
}

div#carouselExampleSlidesOnly {
    max-width: 700px;
    width: 100%;
}



/* footer */

footer{

    background-color: #000000;

}

footer:before{

    background-image: url('../images/footer-bg.jpg');

    background-repeat: no-repeat;

    background-size: cover;

    background-position: center center;

    position: relative;

    content: '';

    position: absolute;

    left: 0;

    top: 0;

    bottom: 0;

    right: 0;

    opacity: 0.20;

}

.quick-links a{

    color: #C1C1C1;

}





.swiper-button-prev, .swiper-container-rtl .swiper-button-next {

    left: unset;

    right: 58px;

}



.swiper-button-next, .swiper-button-prev {

    position: absolute;

    top: 90%;

    width: 40px;

    height: 40px;

    margin-top: -22px;

    z-index: 10;

    cursor: pointer;

    background-size: 27px 44px;

    background-position: center;

    background-repeat: no-repeat;

    background-image: none !important;

    background-color: var(--bg-primary);

    text-align: center;

    color: #fff;

    padding-top: 7px;

}

.swiper-button-next:hover, .swiper-button-prev:hover {

    background: #000;

}

section.testimonial-section {

    background-image: url(../images/testi-bg.jpg);

    background-repeat: no-repeat;

    background-size: cover;

    background-position: center center;

    background-attachment: fixed;

}

.testimonial {

    text-align: left;

    margin: 100px 30px;

    background-color: #fff;

    padding: 20px 20px;

    position: relative;

    height: 280px;

}

.testimonial:before {

    content: '';

    width: 80%;

    left: 0;

    right: 0;

    margin: auto;

    background: var(--bg-primary);

    position: absolute;

    top: -10px;

    height: 108%;

    z-index: -1;

}

.testimonial .pic {

    display: flex;

    width: 40px;

    height: 40px;

    border-radius: 100%;

    overflow: hidden;

    background-color: var(--bg-primary);

    position: absolute;

    top: -26px;

    right: 11px;

    align-items: center;

    justify-content: center;

}

.testimonial .pic img {

    width: 35px !important;

    height: auto !important;

}

.testimonial .description{

    

    font-size: 15px;

    color: #333;

    line-height: 30px;

    /* border-radius: 25px;

    border-bottom: 4px solid #6b2014;

    box-shadow: 0 7px rgba(0, 0, 0, 0.1), 0 5px #e4ac01; */

    margin-bottom: 25px;

}

.testimonial .title{

    display: block;

    margin: 0 0 7px 0;

    font-size: 20px;

    font-weight: 600;

    letter-spacing: 1px;

    text-transform: uppercase;

}

.testimonial .post{

    display: block;

    font-size: 15px;

    color: var(--bg-primary);

    text-transform: capitalize;

}

.owl-theme .owl-controls{ margin-top: 0; }

.owl-theme .owl-controls .owl-page span{

    width: 15px;

    height: 15px;

    border-radius: 50%;

    background: #6b2014;

    opacity: 0.8;

    box-shadow: 0 0 8px rgba(0, 0, 0, 0.45);

    transition: all 0.3s ease 0s;

}

.owl-theme .owl-controls .owl-page.active span{ background: #e4ac01; }

@media only screen and (max-width: 479px){

    .testimonial{ padding: 20px 15px 40px; }

    .testimonial .description{ padding: 0 5px 20px; }

}



.prgoress_indicator {

    position: fixed;

    right: 26px;

    bottom: 35px;

    height: 46px;

    width: 46px;

    cursor: pointer;

    display: block;

    border-radius: 50px;

    box-shadow: inset 0 0 0 2px rgba(22, 93, 245, 0.2);

    z-index: 9999999999;

    opacity: 0;

    visibility: hidden;

    transform: translateY(15px);

    transform: translateY(15px) !important;

    transition: all 200ms linear !important;

}

.prgoress_indicator.active-progress {

    opacity: 1;

    visibility: visible;

    transform: translateY(0) !important;

}

.prgoress_indicator svg.progress-circle path {

    stroke: var(--bg-primary);

    stroke-width: 4;

    box-sizing: border-box;

    transition: all 200ms linear !important;

}



.prgoress_indicator svg path {

    fill: none;

}

.prgoress_indicator::before {

    position: absolute;

    content: "\f106";

    font-family: "Font Awesome 5 Free";

    text-align: center;

    line-height: 46px;

    font-size: 18px;

    font-weight: 900;

    opacity: 0;

    -webkit-background-clip: text;

    background-clip: text;

    -webkit-text-fill-color: transparent;

    left: 0;

    top: 0;

    height: 46px;

    width: 46px;

    cursor: pointer;

    display: block;

    z-index: 2;

    transition: all 200ms linear !important;

}

.prgoress_indicator::after {

    position: absolute;

    content: "\f106";

    font-family: "Font Awesome 5 Free";

    text-align: center;

    line-height: 46px;

    font-size: 18px;

    color: var(--bg-primary);

    left: 0;

    top: 0;

    height: 46px;

    width: 46px;

    cursor: pointer;

    display: block;

    font-weight: 900;

    z-index: 1;

    transition: all 200ms linear !important;

}



/*/*//*salman*//*/*/



.acco-banner{

    background: url('../images/slider-1.jpg');

    height: 80vh;

    width: 100%;

    background-repeat: no-repeat;

    background-size: cover;

    background-position: center center;

    position: relative;

}

.acco-banner:before{

    content: '';

    height: 100%;

    width: 100%;

    position: absolute;

    background: rgba(0, 0, 0, 0.15);

    top: 0;

    left: 0;

}

.mae-banner{

    background: url('../images/Meeting 1.jpg');

    height: 80vh;

    width: 100%;

    background-repeat: no-repeat;

    background-size: cover;

    background-position: center center;

    position: relative;

}

.mae-banner:before{

    content: '';

    height: 100%;

    width: 100%;

    position: absolute;

    background: rgba(0, 0, 0, 0.4);

    top: 0;

    left: 0;

}

.tgcf-banner{

    background: url('../images/tgcf.jpg');

    height: 80vh;

    width: 100%;

    background-repeat: no-repeat;

    background-size: cover;

    background-position: center center;

    position: relative;

}

.tgcf-banner:before{

    content: '';

    height: 100%;

    width: 100%;

    position: absolute;

    background: rgba(0, 0, 0, 0.15);

    top: 0;

    left: 0;

}

.breadcrumb li a {

    color: #fff;

    text-decoration: none;

}

.breadcrumb li.active {

    color: #fff;

}

video#george {

    width:100%;

    height:600px;

    object-fit: cover;

    cursor:pointer;

    border-radius: 25px;

}

video#george-1 {

    width:100%;

    height:600px;

    object-fit: cover;

    cursor:pointer;

}

.play-pause-btn{

    position: absolute;

    left: 46%;

    top: 45%;

    cursor:pointer;

}

.play-pause-btn i {

    font-size: 40px;

    background-color: rgba(255, 255, 255, 0.5);

    height: 80px;

    width: 80px;

    color: #eee;

    border-radius: 50%;

    text-align: center;

    align-items: center;

    display: inline-flex;

    cursor:pointer;

    justify-content: center;

}

.overlap-img{

    left: 30%;

    top: 40%;

}

.overlap-img img{

    height: 350px;

    width: 250px;

    border-radius: 25px;

    object-fit: cover;

}

.overlaped-img img{

    height: 500px;

    border-radius: 25px;

    object-fit: cover;

}

.dark-bg:before {

    content: '';

    top: 100px;

    left: -9%;

    height: 650px;

    width: 120%;

    background-color: #000;

    position: absolute;

}

.carousel-indicators button:focus {

    outline: 1px solid var(--bg-primary) !important;

}


