@font-face {
  font-family: domainesanstext-regular;
  src: url("../fonts/DomaineSansText/TestDomaineSansText-Regular.otf");
}
@font-face {
  font-family: domainesanstext-bold;
  src: url("../fonts/DomaineSansText/TestDomaineSansText-Bold.otf");
}
@font-face {
  font-family: domainesanstext-medium;
  src: url("../fonts/DomaineSansText/TestDomaineSansText-Medium.otf");
}
@font-face {
  font-family: domainesanstext-light;
  src: url("../fonts/DomaineSansText/TestDomaineSansText-Light.otf");
}

.navbar{
	background-color:#3a262d;
	padding: 12px 60px;
}

.navbar-brand{
	width:100%;
	display: flex;
  justify-content: space-between;
}

.navbar-brand img{
	max-height:120px;
}

.horizontal-line {
  border-bottom: 2px solid #8c796e;
  width:200px;
  margin:20px auto;
}

body{
	  background-color:#37242a;
/*	 background-image: url("../images/body-background.png") !important;  */
	 background-size: cover;
	 font-family: domainesanstext-regular;
  }
  
.pad-80{
	  padding:80px 18px;
  }
   
.mt-80{
	margin-top:80px;
}

.mb-80{
	margin-bottom:80px;
}

h2{
	font-size:26px;
	color:#d5c5ac;
	text-transform:uppercase;
}

p{
	color:#e4e2d4;
	font-family: 'domainesanstext-light';
}

.home-suite-home h1{
	color:#cebda4;
}


.home-suite-home h5{
	color:#edd9ba;
	text-transform:uppercase;
}

.home-suite-home p{
	 margin-top:40px;
}
  
.home-suite-home .bold-text{
	font-size:18px;
	  font-weight:bold;
	  color:#c3b196 ;
	  margin-top:40px;
}


.world-in-one .text-left{
	padding:15px 70px;
}

.world-in-one .p-large{
font-size:20px
}

#center-image-slider{
	width:85%;
	margin:auto;
}

.carousel-control-prev {
    left: -18%;
	 opacity: 1 !important;
}

.carousel-control-next {
    right: -18%;
	 opacity: 1 !important;
}

.carousel-control-prev-icon {
    background-image: url("../images/left-gold-arrow.png");
	
}

.carousel-control-next-icon {
    background-image: url("../images/right-gold-arrow.png");
}

.slick-prev:before ,.slick-next:before{
	content:none !important;
}



.slick-next {
    background-image: url("../images/right-arrow.png") !important;
    background-size: cover !important;
    width: 50px !important;
    height: 50px !important;
}

.slick-prev {
    background-image: url("../images/left-arrow.png") !important;
    background-size: cover !important;
    width: 50px !important;
    height: 50px !important;
}

.experience-one-slider .slick-next {
  right: -15% !important;
    top: 60% !important;
    z-index: 999;
}

.experience-one-slider .slick-prev {
  right: -11% !important;
    top: 44% !important;
    z-index: 999;
	left:unset !important;
}

.experience-two-slider .slick-next {
  top: 22% !important;
    z-index: 999;
    left: -14%;
}

.experience-two-slider .slick-prev {
    top: 10% !important;
    z-index: 999;
    left: -19%;
}

.slick-slide img {
   width: 90%;
}

.experience h2 {
    font-size: x-large;
}

.textwidthh4{
  color: #fff;
}

.experience  {
    background: #917e69;
    padding-top: 280px;
    margin-top: -80px;
}

.experience .horizontal-line {
    border-bottom: 2px solid #c2af95;
	margin-bottom:40px;
}

.videosection {
    background: #37242a;
    padding-top: 280px;
    margin-top: -80px;
	padding-bottom:240px;
}

.videosection-2 {
    background: #917e69;
    padding-top: 160px;
 
}

.videosection-2 .horizontal-line {
    border-bottom: 2px solid #c2af95;
	margin-bottom:40px;
}

.map {
   padding-top: 250px;
   margin-top: -160px;
	 padding-bottom: 80px;
	 background-image: url("../images/map.png") !important;
	 background-size: cover;
	 min-height:500px;
	 background-attachment: fixed;

}

.btn-outline-primary {
    color: #d5c5ac;
    border-color: #d5c5ac;
    padding: 5px 40px;
    margin-right: 40px;
    border-radius: 2px;
}

.btn-outline-primary:hover {
    background-color: #d5c5ac;
	border-color: #d5c5ac;
}

.footer-upper-div{
    border-top: 1px solid #d5c5a0;
    border-bottom: 1px solid #d5c5a0;
    padding: 12px 20px;
}

.footer-upper-div a{
      color: inherit;
    text-decoration: none;
}

.footer-lower-main{
         padding: 50px 12px;
}


.footer-lower-main #contact select, .footer-lower-main #contact input {
    background: transparent;
    border: none;
    border-bottom: 1px solid #d5c5a0;
    margin-bottom: 18px;
   color: #e4e2d4;
	font-size:13px;
}

.footer-lower-main #contact input::placeholder {
 color: #e4e2d4;
}

.footer-lower-main #contact button {
width: max-content;
    padding: 10px 80px !important;
    margin-top: 40px;
}

.footer-lower-main .left-sec{padding-right: 80px;}

.footer-lower-main .right-sec{border-left: 1px solid #d5c5ac;
padding-top:20px;
padding-bottom:20px
}


.footer-lower-main .right-sec h6 {
    color: #d5c5ac;
}
.footer-lower-main .right-sec p {
   font-family: 'domainesanstext-light';
    margin-bottom: 2px;
	font-size:14px
}

.footer-lower-main .right-sec .site-office {
  margin-top:60px
}

.footer-logo{
  width: 22%;
  margin-left: 10rem;
  margin-top: 2px;
}

.videosection-2 .mb-80{
	margin:0px;
	margin-bottom:80px;
}



/* sticky button */
.get-in-touch-fixed-btn{
  display: inline-block;
  position: fixed;
  right: 0;
  bottom: 100px;
  z-index: 999;
}

.get-in-touch-fixed-btn a{
  background-color: #000000;
  color: #d7cca3;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  padding: 1.5rem 1rem 1.3rem;
  font-weight: 900;
  /*font-family: 'futura-medium';*/
  letter-spacing: 0.5px;
  border-top-left-radius: 28px;
  border-bottom-left-radius: 28px;
}


/* -------------------- */
.sidebar-contact{
  top: 25%;
  right:-350px;
  width:350px;
  height: fit-content;
  padding: 18px 40px;
  background:#13121f;
  box-shadow: 0 20px 50px rgba(0,0,0,.5);
  box-sizing:border-box;
  transition:0.5s;
  border: 2px solid white;
}

.sidebar-contact .fa-times{
  position: absolute;
  top: 10px;
  right: 16px;
  font-size: 20px;
  color: white;
}

.sidebar-contact.active{
  right:0;
}
.sidebar-contact input,
.sidebar-contact select{
  width:100%;
  height:34px;
  padding:6px;
  margin-bottom: 6px;
  box-sizing:border-box;
  border:1px solid rgba(0,0,0,.5);
  outline:none;
}

.sidebar-contact input::placeholder{
  font-size: 12px;
  color: lightslategray;
}

.sidebar-contact select{
  padding: 0 6px;
}

.sidebar-contact h2{
  margin:0 0 20px;
  padding:0;
  color: #f1d254;
  font-size: 18px;
  font-weight: bold;
}
.sidebar-contact textarea{
  height:60px;
  resize:none;
}
.sidebar-contact input[type="submit"]{
  background-color: #ffae00;
  color: #0a0a0a;
  cursor:pointer;
  border:none;
  font-size:18px;
  height: 36px;
}
.toggle{
  position:absolute;
  cursor:pointer;
  top:0;
  left:-48px;
}



.center-slider  img {
    transform-origin: 50% 65%;
  transition: transform 3s, filter 1s ease-in-out;
}
/*.center-slider:hover img {
  transform: scale(1.2);
}*/




/*.blog-overlay:after {
    content:'\A';
    position:absolute;
    width:100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.6);
    opacity:1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.blog-overlay:hover:after {
    opacity:0;
}*/


.slick-slide
{
overflow:hidden !important;	
}

.slick-slide img{
	 transition: transform 2s ease !important;
	 overflow:hidden !important;
	 margin:auto !important;
}


.slick-slide:hover img{
	transform: scale(1.06) !important;
}


.home-suite-home {
    background-image: url("../images/bg-1.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.videosection {
    background-image: url("../images/bg-5.png");
    background-size: contain;
    background-repeat: no-repeat;
	    background-position: bottom;
}

.videosection-2 {
    background-image: url("../images/bg-5.1.png");
    background-size: contain;
    background-repeat: no-repeat;
}



.bg-234{
position:absolute;	
text-align:right;
right:0px;
}

.bg-234 img{
width:88%;	
    max-width: 1500px;
}


.bg-5 {
    position: absolute;
    margin-top: -240px;
}

.bg-5 img{
        max-width: 1200px;
}

.bg-6 {
    position: absolute;
      margin-top: -56%;
    text-align: end;
	right:0px
}

.bg-6 img{
   width:70%;
}

.card{
    position: relative;
    display: inline-block;
    border: 0px !important;
}
.card .img-top {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.card:hover .img-top {
    display: inline;
}

@media(max-width:768px)
{
  .sidebar-contact{
    width:100%;
    height:100%;
    right:-100%;
    top: 0;
  }
  .sidebar-contact .toggle{
    top: 35%;
    transition:0.5s;
  }
  .sidebar-contact.active .toggle
  {
    top:0;
    left:0;
    transform:translateY(0);
  }
  
  .scroll{
    width:100%;
    height:100%;
    overflow-y:auto;
  }
  .content{
    padding:50px 50px;
  }

  .footer-logo{
  margin-left: 0rem;
}
  
  
.slick-next {
    background-image: url("../images/right-arrow-bg.png") !important;
    background-size: cover !important;
    width: 30px !important;
    height: 30px !important;
}

.slick-prev {
    background-image: url("../images/left-arrow-bg.png") !important;
    background-size: cover !important;
    width: 30px !important;
    height: 30px !important;
}

.experience-one-slider-mob .slick-next {
  right: 30px !important;
   
    z-index: 999;
}

.experience-one-slider-mob .slick-prev {
  z-index: 999;
	left:30px !important;
}

.experience-two-slider-mob .slick-next {
 right: 30px !important;
   
    z-index: 999;
}

.experience-two-slider-mob .slick-prev {
  z-index: 999;
	left:30px !important;
}

}


@media(max-width:757px){
	.hide-mob{
		display:none !important
	}
	
	.navbar {
    padding: 6px 12px;
}

.navbar-brand img {
    max-height: 50px;
}

.main-banner img{
	 object-fit: cover;
    height: 50vh;
}

.home-suite-home h1 {
    color: #cebda4;
    font-size: 22px;
}

.home-suite-home h5 {
   font-size:19px;
}

.home-suite-home .bold-text {
    font-size: 16px;
}

h2 {
    font-size: 20px;
}

.mob-col-reverse{
	 flex-direction: column-reverse;
}

.world-in-one .text-left {
    padding: 40px 20px;
}

.mob-mt-0{
	margin-top:0px 
}

.mob-pb-40{
	padding-bottom:40px
}

.experience {
   padding-top: 240px;
   margin-top:-40px;
}

.mob-mt-140 {
    margin-top: 140px;
}

.videosection {
    padding-top: 240px;
   
    padding-bottom: 140px;
}

.blog-row .p-0{
	padding:2px !important
}

.map {
    padding-top: 180px;
    margin-top: -80px;
    padding-bottom: 140px;
}

.mob-center{
	text-align:center;
}

.mob-center img{
	width:70%;
}

.mob-center .horizontal-line.ms-0{
	margin: 20px auto !important;
}

.mob-center .d-flex{
	    justify-content: space-around;
}

.mob-center .d-flex .btn-outline-primary {
   padding: 5px 20px;
    margin-right: initial;
}

.mob-top-80{
	margin-top:80px;
}

.footer-lower-main .left-sec, .footer-lower-main .right-sec {
    padding: 30px;
}

.footer-lower-main {
    padding: 40px 12px;
}

.footer-lower-main .right-sec .site-office {
    margin-top: 40px;
}

.footer-lower-main #contact button {
    padding: 10px 50px !important;
	margin-top:10px
}

.carousel-control-prev{
	left:-12%
}


.carousel-control-next{
	right:-12%
}

.carousel-control-prev-icon, .carousel-control-next-icon{
	width:20px;
	height:20px;
}


.home-suite-home .bold-text{
    font-size:25px !important;
    line-height:30px !important;
}
}

.modal p {
    font-size: 20px !important;
}

@media(min-width:758px){
	.textwidth1{
	    align-content:center!important;
	    Padding-left:13vw!important;
	    Padding-right:13vw!important;
	}
	.textwidth2{
	    align-content:center!important;
	    Padding-left:8vw!important;
	    Padding-right:8vw!important;
	}
	.hide-pc{
		display:none!important
	}
	
	
	.world-in-one .col-md-5{
		width:47%;
		display:flex;
	}
	
	.world-in-one .col-md-7{
		width:53%;
		display:flex;
	}
	
	.world-in-one img{
	    object-fit: cover;
	}
	
}

@media(max-width:576px){
.home-suite-home .bold-text {
    font-size: 10px !important;
    line-height: 30px !important;
}
}

/*
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 3rem !important;
    height: 3rem !important;
}

*/


#video2{
	z-index:1;
}


.popup-first .modal-content{
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.popups .modal-content{
    color:#e4e2d4;
    text-align:center;
    padding-top:140px;
    padding-bottom:140px;
    padding-left:120px;
    padding-right:120px;
}

.popups .modal-content img{
    max-width: 50px;
    margin-bottom: 30px;
}

.popups .modal-dialog{
max-width: 1000px;
}

#s21.popup-first .modal-content{
	background-image: url("../images/s2-1-bg.png") !important;
}
#s22.popup-first .modal-content{
	background-image: url("../images/s2-2-bg.png") !important;
}
#s23.popup-first .modal-content{
	background-image: url("../images/s2-3-bg.png") !important;
}
#s24.popup-first .modal-content{
	background-image: url("../images/s2-4-bg.png") !important;
}
#s25.popup-first .modal-content{
	background-image: url("../images/s2-5-bg.png") !important;
}
#s26.popup-first .modal-content{
	background-image: url("../images/s2-6-bg.png") !important;
}
#s27.popup-first .modal-content{
	background-image: url("../images/s2-7-bg.png") !important;
}

#s31.popup-first .modal-content{
	background-image: url("../images/s3-1-bg.png") !important;
}
#s32.popup-first .modal-content{
	background-image: url("../images/s3-2-bg.png") !important;
}
#s33.popup-first .modal-content{
	background-image: url("../images/s3-3-bg.png") !important;
}
#s34.popup-first .modal-content{
	background-image: url("../images/s3-4-bg.png") !important;
}
#s35.popup-first .modal-content{
	background-image: url("../images/s3-5-bg.png") !important;
}
#s36.popup-first .modal-content{
	background-image: url("../images/s3-6-bg.png") !important;
}
#s37.popup-first .modal-content{
	background-image: url("../images/s3-7-bg.png") !important;
}
#s38.popup-first .modal-content{
	background-image: url("../images/s3-8-bg.png") !important;
}

.popups .modal-content .btn-close{
position: absolute;
    right: 10px;
    top: 5px;
	background:none;
	color:#e4e2d4;
}


@media(max-width:992px){
	.popups .modal-content {
    color: #e4e2d4;
    text-align: center;
    padding: 40px 12px;
}
}

.goldenbar{
    max-width: 200px !important;
}

.error{
    /*border:1px solid red !important;*/
    box-shadow: inset 0 0 0 2px red;
}

