@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600&display=swap');
@import url('https://www.1001fonts.com/alex-brush-font.html');
@import url('https://befonts.com/the-seasons-font.html');
html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden !important;
    background-color: #FFFFFF;
    font-family: 'Italianno', cursive;
    font-family: 'Josefin Sans', sans-serif;
    font-family: 'Italiana' sans-serif;
    font-family: 'Inconsolata', monospace;
    font-family: 'Nova Square', sans-serif;
    color: #000000;
}
            

:root{
    --primary:#212222;
    --secondary:#212222;
    --black:#333;
    --white:#fff;
    --box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.1);
}

*{
    font-family: 'Poppins', sans-serif;
    margin: 0; padding: 0;
    box-sizing: border-box;
    outline: none; border: none;
    text-decoration: none;

    transition: .2s linear;
}
a:link {
    text-decoration: none;
  }

html{
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-padding-top: 9rem;

    scroll-behavior: smooth;
}

html::-webkit-scrollbar{
    width: .8rem;
}

html::-webkit-scrollbar-track{
    background: transparent;
}

html::-webkit-scrollbar-thumb{
    background: var(--primary);
    border-radius: .5rem;
}

section{
    padding: 5rem 7%;
}

.heading{
    font-size: 4rem;
    color: var(--primary);
    text-align: center;
    text-transform: uppercase;
    font-weight: bolder;
    margin-bottom: 3rem;
}

.btn{
    display: inline-block;
    margin-top: 1rem;
    padding: 1rem 3rem;
    background:#3C5D8D;
    border-radius: .5rem;
    color: var(--white);
    font-size: 1.7rem;
    cursor: pointer;
   
}

.btn:hover{
    background-color: #ffffff;
    border-color: #3C5D8D;
}

.btn1{
    display: inline-block;
    margin-top: 1rem;
    padding: 1rem 3rem;
    background:#3C5D8D;
    border-radius: .5rem;
   border-color: #fff;
    font-size: 1.7rem;
    cursor: pointer;
}
.btn1:hover{
    background-color: #3C5D8D;
    border-color: #000;
    color: #ffffff
   
     
    
    ;
}




/* header */

.header{
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 1000;
    background: #ffffff !important;
    box-shadow: var(--box-shadow);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 9%;
}

.header .logo{
    font-size: 2.5rem;
    font-weight: bolder;
    color: var(--black);


}

.header .logo i{
    color: var(--primary);
    padding-right: .5rem;
}

.header .navbar a{
    font-size: 1.7rem;
    color: #000000;
    margin: 0 2rem;
    ext-shadow: rgb(0, 0, 0) 2px 2px 5px;

}

.header .navbar a:hover{
    color: #3C5D8D;
}

.header .navbar .btn{
    margin-top: 0;
    color: var(--white);
}

.header .navbar .btn:hover{
    color: var(--white);
}

#menu-btn{
    display: none;
    font-size: 2.5rem;
    margin-left: 1.7rem;
    cursor: pointer;
    color:#000000 !important;
}

#menu-btn:hover{
    color: var(--primary);
}

/* end */

/* home */

.home{
    padding: 0;
}

.home .slide{
    min-height: 78vh;
    background-size: cover !important;
    background-position: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.4);
}

.home .slide .content{
    width: 80rem;
    text-align: center;
}

.home1{
    padding: 0;
}

.home1 .slide{
    min-height: 35vh;
    background-size: cover !important;
    background-position: top !important;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.2);
}

.home1 .slide .content{
    width: 80rem;
    text-align: center;
}

.home .slide .content h3{
    font-size: 3rem;
    text-transform: uppercase;
    color: var(--white);
    line-height: 1.1;
    padding: 2rem 0;
}

.home .slide .content h2{
    font-size:4rem;
    text-transform: uppercase;
    color: var(--white);
    line-height: 1.1;
    padding: 2rem 0;
    text-shadow: 2px 2px 5px #000;
}
.home .slide .content p{
    font-size:5rem;
    text-transform: uppercase;
    color: var(--white);
    line-height: 1.1;
    padding: 2rem 0;
    text-shadow: 2px 2px 5px #000;
}
.home1{
    padding: 0;
}

.home1 .slide{
    min-height: 40vh;
    background-size: cover !important;
    background-position: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.2);
}

.home1 .slide .content{
    width: 80rem;
    text-align: center;
}

.home1 .slide .content h3{
    font-size: 4rem;
    text-transform: uppercase;
    color: var(--white);
    line-height: 1.1;
    padding: 2rem 0;
}

.swiper-button-next,
.swiper-button-prev{
    height: 5rem;
    width: 5rem;
    line-height: 5rem;
    background: var(--white);
    color: var(--black);
}

.swiper-button-next:hover,
.swiper-button-prev:hover{
    background: var(--primary);
    color: var(--white);
}

.swiper-button-next::after,
.swiper-button-prev::after{
    font-size: 2rem;
}
.heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 999;
}
.white-heading{
    color: #ffffff;
}
.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(img/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}
.white-heading:after {
    background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.about-section{
	position:relative;
	padding:120px 0px;
    background:url(/img/cool-design-png-2.png) rgba(255, 255, 255, 0.973) ;
	-webkit-background-size: cover;
        background-position: center;
    background-blend-mode: lighten;
	-o-background-size: cover;
	background-size: cover;
}

.about-section .content-column{
	position:relative;
	margin-bottom:40px;
}

.about-section .content-column .inner-column{
	position:relative;
	padding-top:50px;
	padding-right:100px;
}

.about-section .content-column .text{
	position:relative;
	color:#777777;
	font-size:15px;
	line-height:2em;
	margin-bottom:40px;
}

.about-section .content-column .email{
	position:relative;
	color:#252525;
	font-weight:700;
	margin-bottom:50px;
}

.about-section .image-column{
	position:relative;
	margin-bottom:50px;
}

.about-section .image-column .inner-column{
	position:relative;
	padding:40px 40px 0px 0px;
	margin-left:50px;
}

.about-section .image-column .inner-column:after{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	left:40px;
	bottom:100px;
	z-index:-1;
	border:2px solid #3C5D8D;
}

.about-section .image-column .inner-column .image{
	position:relative;
}

.about-section .image-column .inner-column .image:before{
	position:absolute;
	content:'';
	left:-50px;
	bottom:-50px;
	width:299px;
	height:299px;
	background:url(img/pattern-2.png) no-repeat;
}

.about-section .image-column .inner-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.about-section .image-column .inner-column .image .overlay-box{
	position:absolute;
	left:40px;
	bottom:48px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box{
	position:relative;
	color:#ffffff;
	font-size:24px;
	font-weight:700;
	line-height:1.4em;
	padding-left:125px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box .number{
	position:absolute;
	left:0px;
	top:0px;
	width:110px;
	height:110px;
	color:#3C5D8D;
	font-size:68px;
	font-weight:700;
	line-height:105px;
	text-align:center;
	background-color:#ffffff;
	border:1px solid #000000;
}
.about-section .btn-style-three:before {
    position: absolute;
    content: '';
    left: 10px;
    top: 10px;
    z-index: -1;
    right: -10px;
    bottom: -10px;
    background: url(https://i.ibb.co/DKn55Qz/pattern-1.jpg) repeat;
}
.about-section .btn-style-three:hover {
    color: #ffffff;
    background: #3C5D8D;
}
.about-section .btn-style-three {
    position: relative;
    line-height: 24px;
    color: #252525;
    font-size: 15px;
    font-weight: 700;
    background: none;
    display: inline-block;
    padding: 11px 40px;
    background-color: #ffffff;
    text-transform: capitalize;
    border: 2px solid #3C5D8D;
    font-family: 'Arimo', sans-serif;
}
.sec-title2{
	color:#fff;
}
.sec-title {
    position: relative;
    padding-bottom: 40px;
}
.sec-title .title {
    position: relative;
    color: #3C5D8D;
    font-size: 18px;
    font-weight: 700;
    padding-right: 50px;
    margin-bottom: 15px;
    display: inline-block;
    text-transform: capitalize;
}
.sec-title .title:before {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 7px;
    width: 40px;
    height: 1px;
    background-color: #bbbbbb;
}
/* about */
.about{
    background:url(/images/763a22c53fddfb805bcb8479abacbf01.jpeg) rgba(255, 255, 255, .9) ;
	-moz-background-size: cover;
	-webkit-background-size: cover;
        background-position: top;
    background-blend-mode: lighten;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	
}
.about .row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6rem;
}

.about .row .image{
    flex: 1 1 30rem;
}

.about .row .image img{
    width: 85%;
    height:420px;
}

.about .row .content{
    flex: 1 1 51rem;
}

.about .row .content h3{
    font-size: 3.5rem;
    color: var(--primary);
    padding: 2rem 0;
}

.about .row .content p{
    font-size: 1.6rem;
    color: #666;
    padding: 1rem 0;
    line-height: 1.8;
}
.rounded {
    border-radius: 2px !important
}
.text-primary {
    color: #b28e67 !important;
    font-size: xx-large;
}
.card.row {
    min-height: 78vh;
    background-size: cover !important;
    background-position: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
}

/* end */





.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
    font-size: 20px;
}
.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
    font-size: 16px;
}



/* about */

.about1 .row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6rem;
}

.about1 .row .image{
    flex: 1 1 30rem;
}

.about1 .row .image img{
    width: 65%;
    height:420px;
}

.about1 .row .content{
    flex: 1 1 51rem;
}

.about1 .row .content h3{
    font-size: 3.5rem;
    color: var(--primary);
    padding: 2rem 0;
}

.about1 .row .content p{
    font-size: 1.6rem;
    color: #666;
    padding: 1rem 0;
    line-height: 1.8;
}
.rounded {
    border-radius: 2px !important
}
.text-primary {
    color: #b28e67 !important;
    font-size: xx-large;
}
.card.row {
    min-height: 78vh;
    background-size: cover !important;
    background-position: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
}

/* end */
/* about */
.about1{
    background:url(/img/481140673.jpg) rgba(255, 255, 255, 0.894) ;
	-moz-background-size: cover;
	-webkit-background-size: cover;
        background-position: center;
    background-blend-mode: lighten;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	
}
.about2 .row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6rem;
}

.about2 .row .image{
    flex: 1 1 30rem;
}

.about2 .row .image img{
    width: 80%;
    height:600px;
}

.about2 .row .content{
    flex: 1 1 51rem;
}

.about2 .row .content h3{
    font-size: 3.5rem;
    color: var(--primary);
    padding: 2rem 0;
}

.about2 .row .content p{
    font-size: 1.6rem;
    color: #666;
    padding: 1rem 0;
    line-height: 1.8;
}
.rounded {
    border-radius: 2px !important
}
.text-primary {
    color: #b28e67 !important;
    font-size: xx-large;
}
.card.row {
    min-height: 78vh;
    background-size: cover !important;
    background-position: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
}

/* end */




/* rooms */
.room{
    
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    border: none;
    text-decoration: none;
    transition: .2s linear;
}


.room .slide{
    background: var(--white);
    border: .1rem solid rgba(0, 0, 0, 0.2);
    border-radius: .5rem;
    box-shadow: var(--box-shadow);
    margin-bottom: 4rem;
}

.room .slide .image{
    height: 25rem;
    width: 100%;
    padding: 1.5rem;
    overflow: hidden;
    position: relative;
}

.room .slide .image img{
    width: 100%;
    height: 100%;
    border-radius: .5rem;
    object-fit: cover;
}

.room .slide .image .price{
    position: absolute;
    top: 2.5rem; left: 2.5rem;
    background: var(--primary);
    color: var(--white);
    font-size: 1.7rem;
    padding: .5rem 1rem;
    border-radius: .5rem;
    text-transform: lowercase;
}

a {
 

}
.room .slide .image .fa-shopping-cart{
    position: absolute;
    top: 2.5rem; right: 2.5rem;
    height: 4.5rem;
    width: 4.5rem;
    line-height: 4.5rem;
    text-align: center;
    font-size: 2rem;
    background: var(--white);
    color: var(--black);
    border-radius: 50%;
}

.room .slide .image .fa-shopping-cart:hover{
    background: var(--secondary);
    color: var(--white);
}

.room .slide .content{
    padding: 2rem;
    padding-top: 0;
}

.room .slide .content h3{
    font-size: 2.5rem;
    color: var(--black);
}

.room .slide .content p{
    font-size: 1.6rem;
    color: #666;
    padding: .5rem 0;
    line-height: 1.5;
}

.room .slide .content .stars{
    padding: 1rem 0;
}

.room .slide .content .stars i{
    font-size: 1.7rem;
    color: var(--primary);
}

.site-block-half .image, .site-block-half .text {
    width: 100%; }
    @media (min-width: 992px) {
      .site-block-half .image, .site-block-half .text {
        width: 50%; } }

/* end */

/* services */

.services .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(16rem,1fr));
    gap: 2rem;
}

.services .box-container .box{
    text-align: center;
}

.services .box-container .box img{
    height: 10rem;
    margin-bottom: .7rem;
}

.services .box-container .box h3{
    font-size: 1.7rem;
    color: var(--black);
    padding: .5rem 0;
}

/*** Service ***/
.service-item {
    height: 320px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.service-item:hover {
    background: var(--primary);
}

.service-item .service-icon {
    margin: 0 auto 30px auto;
    width: 65px;
    height: 65px;
    transition: .5s;
}
.services{
	background:url(/img/sylvie-tittel-673971-unsplash.jpg) rgba(255, 255, 255, .7) ;
	-moz-background-size: cover;
	-webkit-background-size: cover;
        background-position:left;
    background-blend-mode: lighten;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	overflow: hidden;
  
}
.service-item i,
.service-item h5,
.service-item p {
    transition: .5s;
}

.service-item:hover i,
.service-item:hover h5,
.service-item:hover p {
    color: #FFFFFF !important;
}
.bg-image-2 {
    background-size: cover;
    background-position: center center;
    height: 420px;
}
.site-block-half .image, .site-block-half .text {
    width: 100%;
}
.mb-4 {
    margin-bottom: 1.5rem!important;
}
.site-block-half .image, .site-block-half .text {
    width: 100%; }
    @media (min-width: 992px) {
      .site-block-half .image, .site-block-half .text {
        width: 50%; } }
  
  @media (max-width: 991.98px) {
    .site-block-half .image {
      margin-bottom: 50px;
      height: 300px; } }
  
  .site-block-half .text {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px; }
    @media (min-width: 992px) {
      .site-block-half .text {
        padding: 4rem; } }
  
  .site-block-half .bg-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
    @media (max-width: 991.98px) {
      .site-block-half .bg-image {
        height: 400px; } }
  
  .site-block-half.site-block-video .image {
    position: relative; }
    .site-block-half.site-block-video .image .play-button {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-size: 20px;
      width: 70px;
      height: 70px;
      background: #fff;
      display: block;
      border-radius: 50%;
      opacity: 1;
      color: #C8A078 !important; }
      .site-block-half.site-block-video .image .play-button:hover {
        opacity: 1; }
      .site-block-half.site-block-video .image .play-button > span {
        position: absolute;
        left: 55%;
        top: 50%;
        -webkit-transform: translate(-60%, -50%);
        -ms-transform: translate(-60%, -50%);
        transform: translate(-60%, -50%); }
#home-banner {
   background-color: #3C5D8D;
	-moz-background-size: cover;
	-webkit-background-size: cover;
        background-position: center;
    background-blend-mode: lighten;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	overflow: hidden;
    
    z-index: 1;
}
.facility-box {
    border-right: 1px solid rgba(150, 148, 148, 0.907);
    color: #FFFFFF;
    border-right-style: double;
    padding-top: 40px;
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: medium;

  }
  .facility {
    font-family: "the season", serif;
    font-size: 40px;
    color: #ffffff;
    text-align: center;
}
/*** Youtube Video ***/
.video {
    position: relative;
    height: 100%;
    min-height: 500px;
    background: linear-gradient(rgba(15, 23, 43, .1), rgba(15, 23, 43, .1)), url(../img/video.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--primary);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--primary);
    border-radius: 50%;
    transition: all 200ms;
}

.video .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid var(--dark);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}


/* end */

.panel-heading {
    padding: 0;
    border:0;
  }
  .panel-title>a, .panel-title>a:active{
    display:block;
    padding:15px;
    color:#555;
    font-size:16px;
    font-weight:bold;
    letter-spacing:1px;
    word-spacing:3px;
    text-decoration:none;
  }
  .panel-heading  a:before {
    font-family: 'Marcellus', serif;
     content: "+";
     float: right;
     transition: all 0.5s;
  }
  .panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
  }

/*gallery */

.gallery .slide{
    height: 30rem;
    position: relative;
    overflow: hidden;
}

.gallery .slide img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.gallery .slide .icon{
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0; left: 0;
    z-index: 10;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.gallery .slide .icon i{
    font-size: 6rem;
    color: var(--white);
}

.gallery .slide:hover .icon{
    display: flex;
}

/* end */




#testimonials{
    background: url("/img/slide01.png") rgba(0, 0, 0, 0.779);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
}
.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}


/* footer */

.footer{
    background-color: #1B2130;
    -moz-background-size: cover;
	-webkit-background-size: cover;
        background-position: top;
    background-blend-mode: lighten;
	-o-background-size: cover;

	
	overflow: hidden;
}

.footer .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
    gap: 1.5rem;
}

.footer .box-container .box h3{
    font-size: 2.2rem;
    padding: 1rem 0;
    color: #fff;
}

.footer .box-container .box a{
    font-size: 1.6rem;
    display: block;
    color: var(--white);
    padding: 1rem 0;
}

.footer .box-container .box a i{
    color: #3C5D8D;
    padding-right: .5rem;
}
.footer .box-container .box a:hover{
    color: #3C5D8D;
}

.footer .share{
    padding-top: 2rem;
    text-align: center;
}

.footer .share a{
    color: #ffffff;
    font-size: 2rem;
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    border-radius: 50%;
    border: .1rem solid #ffffff;
    margin: .3rem;
}

.footer .share a:hover{
    color: var(--white);
    background:transparent;
    transform: rotate(360deg);
}

.footer .credit{
    font-size: 2rem;
   
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: .1rem solid rgba(0, 0, 0, 0.3);
    color: var(--white);
}
.footer .credit1{
    font-size: 2rem;
   text-align: right;
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: .1rem solid rgba(0, 0, 0, 0.3);
    color: var(--white);
}

.footer .credit span{
    color: var(--primary);
}

/* end */


        .google-maps-contact-info {
            position: relative;
            z-index: 1;
            padding-left: 5%;
            padding-right: 5%;
            margin-top: -100px; }
            @media only screen and (min-width: 992px) and (max-width: 1199px) {
              .google-maps-contact-info {
                padding-left: 2%;
                padding-right: 2%; } }
          
          .google-maps-contact-content {
            position: relative;
            z-index: 1;
            background-color: #ffffff;
            border-radius: 4px;
            -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
            box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
            padding: 35px; }
            @media only screen and (max-width: 767px) {
                #home-banner {
                    height:840px;
                }
                .facility-box {
                border-right: none;
            
                }
                .facility {
                    font-size: 25px;
                    margin-top: 40px;
              .google-maps-contact-content {
                padding: 20px; }
             }
             .h-100 {
                height: 100%!important;
                margin-bottom: 25px;
            }
            .home .slide {
                min-height: 60vh;
                background-size: cover !important;
                background-position: center !important;
                display: flex;
                align-items: center;
                justify-content: center;
                z-index: -1;
                background-color: rgba(0, 0, 0, 0.4);
            }
            .google-maps-contact-content .single-contact-info {
              position: relative;
              z-index: 1;
              text-align: center;
              margin-bottom: 40px; }
            }
              @media only screen and (min-width: 992px) and (max-width: 1199px) {
                .google-maps-contact-content .single-contact-info h4 {
                  font-size: 16px; } }
              @media only screen and (max-width: 767px) {
                .google-maps-contact-content .single-contact-info h4 {
                  font-size: 14px; } }
              .google-maps-contact-content .single-contact-info i {
                display: inline-block;
                font-size: 30px;
                margin-bottom: 15px;
                color:#202020; }
                @media only screen and (max-width: 767px) {
                  .google-maps-contact-content .single-contact-info i {
                    font-size: 24px; } }
              .google-maps-contact-content .single-contact-info p {
                margin-bottom: 0; }
                @media only screen and (min-width: 992px) and (max-width: 1199px) {
                  .google-maps-contact-content .single-contact-info p {
                    font-size: 12px; } }
                @media only screen and (max-width: 767px) {
                  .google-maps-contact-content .single-contact-info p {
                    font-size: 12px; } }
            .google-maps-contact-content .google-maps {
              position: relative;
              z-index: 1; }
              .google-maps-contact-content .google-maps iframe {
                width: 100%;
                height: 500px;
                border: none; }
                @media only screen and (min-width: 992px) and (max-width: 1199px) {
                  .google-maps-contact-content .google-maps iframe {
                    height: 400px; } }
                @media only screen and (max-width: 767px) {
                  .google-maps-contact-content .google-maps iframe {
                    height: 300px; } }
          


                    #demo {
                        height:100%;
                        position:relative;
                        overflow:hidden;
                      }
                      
                      
                      .green{
                        background-color:#6fb936;
                      }
                              .thumb{
                                  margin-bottom: 30px;
                              }
                              
                              .page-top{
                                  margin-top:85px;
                              }
                      
                         
                      img.zoom {
                          width: 100%;
                          height: 200px;
                          border-radius:5px;
                          object-fit:cover;
                          -webkit-transition: all .3s ease-in-out;
                          -moz-transition: all .3s ease-in-out;
                          -o-transition: all .3s ease-in-out;
                          -ms-transition: all .3s ease-in-out;
                      }
                              
                       
                      .transition {
                          -webkit-transform: scale(1.2); 
                          -moz-transform: scale(1.2);
                          -o-transform: scale(1.2);
                          transform: scale(1.2);
                      }
                          .modal-header {
                         
                           border-bottom: none;
                      }
                          .modal-title {
                              color:#000;
                          }
                          .modal-footer{
                            display:none;  
                          }
                      



/* Features section css */
.features{
	background:url('images/bar&restaurant.png') center center no-repeat;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	overflow: hidden;	
}
.main_features_content_area{
	padding:120px 0px;
	display:inline-block;
}
.main_features_content{
	background:url(/images/) right center no-repeat;
	padding:40px;
	overflow:hidden;
}

.single_features_text{
	background:#202020 center center no-repeat;
	padding:30px;
        background-size:cover;
}

/* Portfolio Section css */
.portfolio{
	background:url(../images/portfoliobg.jpg) center top no-repeat;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	overflow: hidden;	
}

.portfolio_content{
	padding-bottom:120px;
	display:inline-block;
}
.portfolio .portfolio_content .head_title h3{
	color:#000000;
}
.portfolio .portfolio_content .head_title h4{
	color:#000000;
}

.head_title{
	padding-top:100px;
	padding-bottom: 50px;
}

.single_portfolio_text{
	display:inline-block;
	padding:0;
	position:relative;
	overflow:hidden;

}
.single_portfolio_text img{
	width:100%;
}

.single_portfolio_text:hover .portfolio_images_overlay{
	top: 28px;
    left: 14px;
}

.portfolio_images_overlay{
	width: 90%;
    height: 80%;
    background: rgba(0, 0, 0, .5);
    padding: 20px;
    margin: 0 auto;
    top:-100%;
    left: 14px;
    position: absolute;
	transition:.6s;
}
.portfolio_images_overlay h6{
	text-transform:uppercase;
	color:#fff;
	font-size:1.3125rem;
	line-height:2rem;
}

.portfolio_images_overlay p.product_price{
	font-size:2.5725rem;
	color:#fff;
	line-height:3rem;
}


.bg-image {
    background-size: cover;
    background-attachment: fixed; }

    .bg-image {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        position: relative;
        z-index: 1; }
        .bg-image.overlay {
          position: relative; }
          .bg-image.overlay > .container {
            position: relative;
            z-index: 3; }
          .bg-image.overlay:before {
            z-index: 2;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            content: "";
            background: rgba(0, 0, 0, 0.6); }
        



/* media queries */

@media (max-width:991px){

    html{
        font-size: 55%;
    }

    .header{
        padding: 2rem 3rem;
    }

}

@media (max-width: 768px){

    #menu-btn{
        display: inline-block;
    }

    .header .navbar{
        position: absolute;
        top: 110%; right: -110%;
        width: 20rem;
        box-shadow: var(--box-shadow);
        background: #3C5D8D;
        border-radius: .5rem;
    }

    .header .navbar.active{
        right: 2rem;
        transition: .4s linear;
    }

    .header .navbar a{
        font-size: 2rem;
        margin: 2rem 2.5rem;
        display: block;
        color: #FFFFFF;
    }

    .home .slide .content{
        width: 50rem;
    }

    .review .review-slider{
        width: 100%;
        padding: 1rem;
       
    }
    .btn {
        display: inline-block;
        margin-top: 1rem;
        padding: 1rem 3rem;
        background: #3C5D8D;
        border-radius: 0.5rem;
        color: var(--white);
        font-size: 1.7rem;
        cursor: pointer;
     
    }
    .review-box {
        background-color: rgba(233, 229, 229, 0.925);
        color: rgb(0, 0, 0);
        padding: 25px;
        transition-duration: 0.5s;
        MARGIN-BOTTOM: 20PX;
    }
    * {
        font-family: 'Poppins', sans-serif;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        outline: none;
        border: none;
        text-decoration: none;
        transition: .2s linear;
        MARGIN-BOTTOM: 10PX;
    }
}

@media (max-width: 450px){

    html{
        font-size: 50%;
    }

    .home .slide .content{
        width: 30rem;
    }

    .home .slide .content h3{
        font-size: 3rem;
    }
    .about .row .image img {
        width: 88%;
        height: 323px;
    }
    .about-section .content-column .inner-column {
        position: relative;
        padding-top: 50px;
        padding-right: 34px;
        PADDING-LEFT: 20PX;
    }
    .about2 .row .image img {
        width: 99%;
        height: 455px;
    }
    .about-section {
        position: relative;
        padding: 17px 0px;
        background: url(/img/sylvie-tittel-673971-unsplash.jpg) rgba(255, 255, 255, 0.834);
        -webkit-background-size: cover;
        background-position: center;
        background-blend-mode: lighten;
        -o-background-size: cover;
        background-size: cover;
    }
}
.btn1 {
    display: inline-block;
    margin-top: 1rem;
    padding: 1rem 3rem;
    background: #6a6b6c;
    border-radius: 0.5rem;
    border-color: #fff;
    font-size: 1.7rem;
    cursor: pointer;
}


