@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Jost:ital,wght@0,100..900;1,100..900&family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Jost:ital,wght@0,100..900;1,100..900&family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&family=Outfit:wght@100..900&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Jost:ital,wght@0,100..900;1,100..900&family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&family=Outfit:wght@100..900&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&family=Satisfy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

* {
    padding: 0;
    margin: 0;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}
a{
    text-decoration: none;
}


:root {
    /* Background Color */
    --primary-color: #212122b9;
    --secondary-color: #a3a190;
    --bg-color: #f4f4f4;
    --bg-white: #fff;
    --bg-black: #000;
    --main-color: #c4a676;
	--main-font: 'Playfair', serif;
	--secondary-font: 'Jost', sans-serif;
    /* Text Style */
    --primary-font: 'Poppins', sans-serif;
    --secondary-font: 'Oswald', sans-serif;
    --tertiary-font: 'Cinzel', serif;
    --fourth: 'Cormorant Garamond', serif;
    --five: 'Outfit', sans-serif;
    --six: 'Satisfy', cursive;
    --seven: "Playfair Display", serif;
    --eight:"Jost", sans-serif;
    --primary-text: #212122b9;
    --secondary-text: #201f1f;
    --text-white: #fff;
    --text-black: rgb(79, 79, 79);
    --text-gray: #e4e4e4;
}

.btn2 a {
    color: #201f1f !important;
    text-decoration: none;
}
.btn2:hover a{
    color: #201f1f !important;
    transition: 0.4s;
}
.btn2 {
    display: inline-block;
    padding: 12px 27px;
    border: none;
    background-color:transparent;
    border: 1px solid #1f1f1f;
    color: #201f1f !important;
    font-size: 15px;
    font-weight: 400 !important;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
  }
  
  .btn2:hover {
    background-color: #ffffff;
    color: #232525;
    border: 1px solid #1f1f1f;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
  }
  .btn1 a {
    color: #ffffff !important;
    text-decoration: none;
}
.btn1:hover a{
    color: #201f1f !important;
    transition: 0.4s;
}
.btn1 {
    display: inline-block;
    padding: 12px 27px;
    text-transform: uppercase;
    border: none;
    background-color:#C4A676;
    border: 2px solid #C4A676;
    color: #201f1f !important;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400 !important;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
  }
  
  .btn1:hover {
    background-color: #C4A676;
    color: #201f1f;
    border: 2px solid #C4A676;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  }
  h1 {
    font-size: 2.75rem;
    line-height: 4.25rem;
    font-weight: 400;
    color: var(--text-white);
    margin-bottom: 1.25rem;
    text-transform:capitalize;
    font-family: "Playfair Display", serif;
}
h2 {
    font-size: 2.2rem;
    font-weight: 400;
    color: var( --primary-text);
    margin-bottom: 1.25rem;
    text-transform: capitalize;
    font-family: var(--six);
}
h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--primary-text);
    font-family: var(--secondary-font);
}

h3 span {
    color: var(--secondary-text);
}
h4{
    color: #625859;
    font-size: 20px;
}

h5 {
    font-size: 1.5rem;
    line-height: 1;
    color: var(--secondary-text);
    margin-bottom: .9375rem;
    margin-top: .9375rem;
    font-weight: 600;
    font-family: var(--secondary-font);

}

h6 {
    color: var(--text-white);
    font-weight: 500;
    font-family: var(--secondary-font);
}
p{
    font-size: 18px;
}
  section {
    padding: 120px 0;
    position: relative;
}


.footer_wrapper {
    background-color:#032d43c7 !important;
     background-position: center 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../img/footer_bottom_img.png') !important ;
}

.footer_wrapper h5 {
    color:white;
    margin-bottom: 1.25rem;
}

.footer_wrapper ul li {
    margin-bottom: .5rem;
    list-style: none;
}

.footer_wrapper .contact-info li a{
    color:white
}

.footer_wrapper .link-widget li a,
.footer_wrapper p {
    color: white;
    font-size: 14px;
    padding-left:1.5rem;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.footer_wrapper .link-widget li a::before {
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0.3rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    
}

.footer_wrapper .link-widget li a:hover {
    margin-left: .625rem;
    color:#CDA45E;
}

.footer_wrapper .social-network a {
    width: 2.1rem;
    height: 2.1rem;
    margin: .6rem;
    line-height:2rem;
    font-size: .875rem;
    display: inline-block;
    border: .125rem solid var(--text-gray);
    color: var(--text-gray);
    text-align: center;
    border-radius: 100%;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.footer_wrapper .social-network a:hover {
    background-color: var(--secondary-text);
    border-color: var(--secondary-text);
    color: var(--text-white);
    box-shadow: 0 .625rem .9375rem 0 rgb(0 0 0 / 10%);
    transform: translateY(-0.1875rem);
}

.footer_wrapper .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: var(--secondary-color);
}

.footer_wrapper .copyright-section {
    background-color:  #032d43c7;
    padding: 1.25rem 0 .3125rem;
    color: white;
    text-align: center;
}


.footer_wrapper .copyright-section a {
    color: white;
}

.navbar{
	z-index: 100;
	padding: 15px 0 !important;
	
}
.nav-item {
    margin-right: 20px !important;
}
.navbar li{
	margin: 0px 3px;
}

.navbar li a{
	font-family: 'Jost';
	font-size: 13px;
	color: rgb(0, 0, 0);
	font-weight: 500;
	text-transform: uppercase;
}

.navbar li a.active{
	color: #c4a676!important;
}

.dropdown-menu{
	margin-top: -3px!important;
	border-radius: 0px;
}
.dropdown-item{
	border-radius: 0px!important;
	
}


.dropdown-item:hover{
	background-color: #c4a676!important;
}

.main-btn{
	font-family: 'Jost';
	box-shadow: none!important;
	background-color: #272535;
	color: #c9a161;
	padding: 16px 35px;
	margin: 4px;
	width: auto;
	font-size: 14px;
	font-weight: 400;
	transition-duration: 0.3s;

}

.main-btn i{
	transition-duration: 0.3s;

}

.main-btn:hover i{

	color: #272535!important;
	transition-duration: 0.3s;

}

.main-btn:hover{
	background-color: #c9a161;
	color: #3d3955;
	transition-duration: 0.3s;
}

.carousel-1{
    background: url('/img/P1223074.JPG')rgba(0, 0, 0, 0.288);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    background-blend-mode: multiply;
    height: 90vh;
    display: flex;
    align-items: center;
   
}

.carousel-2{
    background: url('/img/P1223045.JPG')rgba(0,0,0,0.5);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 70%;
    background-blend-mode: multiply;
    height:90vh;
    display: flex;
    align-items: center;
   
}

.carousel-3{
    background: url('/img/P1223072.JPG')rgba(0,0,0,0.5);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 80%;
    background-blend-mode: multiply;
    height:90vh;
    display: flex;
    align-items: center;
   
}

.carousel-caption{
	margin-bottom: 12%;
}

.carousel-caption p{
	font-size: 20px;
	color: white;
}
.carousel-item h1 i{
    color: #C4A676;
    font-size: 30px;
}

.stg_link {
	position: relative;
	display: inline-block;
	margin-top: 40px;
	border: 1px solid  	 var(--main-color);
	padding: 15px 40px;
	border-radius: 4px;
    font-family: var(--secondary-font);
    text-transform: uppercase;
    font-weight: 600;
	color:var(--main-color);
	background: rgba(255,255,255,.05);
	transition: all .3s ease-in-out;
}
.stg_link:hover {
	background: var(--main-color);
	color:#272535;
}
.stg_link:before {
	content: '';
	position: absolute;
	top: -10px;
	left: -10px;
	bottom: -10px;
	right: -10px;
	border-radius: 4px;
	border: 1px dotted rgba(255,255,255,.2);
	transition: all .3s ease-in-out;
}
.Seaction-About-1 .outline {
    position: relative;
    /* display: inline-block; */
}

.Seaction-About-1 .outline img {
    display: block;
    border: 2px solid white;
    
}

.Seaction-About-1 .outline::before {
    content: '';
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    border: 1px solid rgb(255, 255, 255); /* Ngjyra e bordurës */
    box-sizing: border-box; /* Kjo siguron që dimensionet të përfshijnë bordurën */
}

.Slogan{
    background: url('../img/img1\ -\ Copy.jpg') rgba(0, 0, 0, 0.445);
    background-position: center 40%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;
    padding: 150px 0 !important;
}


/*Rooms sectionn*/
.margin_120_95 {
    padding-top: 120px;
    padding-bottom: 95px
}

@media (max-width: 767px) {
    .margin_120_95 {
        padding-top:90px;
        padding-bottom: 65px
    }
}
.title small {
    text-transform: uppercase;
    color: #978667;
    letter-spacing: 3px;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
    font-size: 0.75rem
}

.title h2,.title h3 {
    font-weight: 700;
    font-size: 38px;
    font-size: 2.375rem;
    margin-bottom: 15px
}
a.box_cat_rooms {
    display: block;
    margin-bottom: 25px;
    height: 500px;
    position: relative;
    overflow: hidden;
    background-color: #ccc;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2)
}

@media (max-width: 991px) {
    a.box_cat_rooms {
        height:400px
    }
}

a.box_cat_rooms .info {
    position: absolute;
    width: 100%;
    z-index: 9;
    display: block;
    padding: 25% 30px 0 30px;
    color: #fff;
    left: 0;
    bottom: -75px;
    padding-bottom: 60px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: transparent;
    background: -webkit-linear-gradient(top, transparent, #000);
    background: linear-gradient(to bottom, transparent, #000)
}

a.box_cat_rooms .info small {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    color: #999;
    display: block;
    margin-bottom: 0;
    font-size: 12px;
    font-size: 0.75rem;
    color: #fff
}

a.box_cat_rooms .info h3 {
    color: #fff;
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: 600;
    margin-bottom: 15px
}

a.box_cat_rooms .info span {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    opacity: 0;
    position: relative
}

a.box_cat_rooms .info span:before {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 10px;
    height: 2px;
    content: "";
    transition: width 500ms ease;
    background-color: #fff
}

a.box_cat_rooms .info span:hover {
    background-color: #24262d;
    border-color: transparent
}

a.box_cat_rooms figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%
}

a.box_cat_rooms:hover .info {
    -webkit-transform: translate(0, -65px);
    -moz-transform: translate(0, -65px);
    -ms-transform: translate(0, -65px);
    -o-transform: translate(0, -65px);
    transform: translate(0, -65px)
}

a.box_cat_rooms:hover .info span {
    opacity: 1
}

a.box_cat_rooms:hover .info span:before {
    width: 100%
}

a.box_cat_rooms:hover .background-image {
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}
.background-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: all .5s ease;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1
}


/*section facilitiess*/

.content-section {
	position: relative;
	padding: 100px 0;
	background: #fff;
	z-index: 5;
}

.section-title {
	position:relative;
	z-index:5;
}
.section-title.text-align_left {
	text-align:left;
}
.section-title h4 {
	color: var(--main-color); 
	font-style:italic;
	font-size:18px;
	font-weight:500;
	padding-bottom:10px;
	position: relative;
}
.section-title h4:before , .wide_section-title h5:before , .rooms-carousel-item_container h3:before {
	content: '';
	position: absolute;
	top: -20px;
	left: 50%;
	width: 40px;
	height: 1px;
	margin-left: -20px;
	background: var(--main-color); 
}


.cards-wrap {
	margin :50px 0 0;
	z-index:2;
	position: relative;
}
.content-inner {
	width:100%;
	color: #fff;
	position: relative;
	transform-style: preserve-3d;
	perspective: 1000px;
	backface-visibility: hidden;
	transition: .9s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.content-inner > * {
	backface-visibility: hidden;
	transition: .9s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.content-inner:hover .content-front {
	transform: rotateY(-180deg);
}
.content-inner:hover .content-back {
	transform: rotateY(0deg);
}
.content-inner .content-front,
.content-inner .content-back {
	position: relative;
	transform-style: preserve-3d;
	perspective: 1000px;
	backface-visibility: hidden;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 10px 34px 0px rgba(0,0,0,.2);
}
.content-front {
	background: #032d43;
	position:relative;
	cursor:pointer;
	border-radius: 10px;
}
.content-inner .content-back {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	transform: rotateY(180deg);
	background: #032d43;
	border-radius: 10px;
}
.content-inner .cf-inner {
	transform-style: preserve-3d;
	backface-visibility: hidden;
	width:100%;
	padding:130px 40px;
	border-radius: 10px;
}
.content-inner .cf-inner .fs-wrapper {
	border-radius: 10px;
}
.content-inner .cf-inner .inner {
	align-items: stretch;
	transform-style: preserve-3d;
	perspective: 1000px;
	backface-visibility: hidden;
	transform: translateZ(95px) scale(0.81);
	text-align: center;
	position:relative;
	z-index:2;
} 
.content-back i {
	font-size:54px;
	position:relative;
	color: var(--main-color);
}
.dec-icon {
	position:relative;
	display:inline-table;
	width:80px;
	height:80px;
}
.dec-icon:before , .dec-icon:after {
	content:'';
	position:absolute;
	width:80px;
	height:20px;
	border-radius:20px;
	background:rgba(255,255,255,0.1);
}
.dec-icon:before {
	left:-15px;
	top:12px;
}
.dec-icon:after  {
	right:-15px;
	bottom:12px;
}
.dec-icon i {
	z-index:3;
}
.content-back .dec-icon {
	top:-20px;
}
.content-inner .cf-inner .inner p {
	color:#fff;
	text-align: center;
}
.content-inner .cf-inner .inner h2 {
	color:#fff;
	text-align: center;
}
.content-inner .cf-inner .inner h4 {
	color:#fff;
	text-align: center;
}
.content-back:after  {
	position:absolute;
    content: '\25CF\25CF\25CF';
	width:50px;
	left:50%;
	bottom:30px;
	margin-left:-25px;
    font-size: 9px;
    letter-spacing: 4px;
	color: var(--main-color);	
}
.bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-size: cover;
    background-color: #1e1e1f77;
    background-blend-mode: multiply;
	background-attachment: scroll  ;
	background-position: center  ;
	background-repeat:repeat;
	background-origin: content-box;
}


.marquee {
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 100px;
    overflow: hidden;
    font-size: 120px;
    font-weight: bold;
    margin-top: -60px
}

.marquee .track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 100s linear infinite
}

.marquee .content {
    opacity: 0.15;
    line-height: 1.1;
}

@keyframes marquee {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-30%)
    }
}
.restaurant span{
    font-size: 20px;
    margin-left: 5px;
}
.restaurant li{
    text-align: start;
}
.restaurant h2{
    text-align: start;
}


.review-boxes{
    background-color: #0F374C;
    color:#6e6e6e;
    padding: 0 25px;
    padding-top: 60px;
    background-image: url('../img/top_half_right.png');
    transition-duration: 0.5s;
    height: 400px;
    border: 1px solid rgba(255, 255, 255, 0.137);

}

.review-boxes:hover{
    background-color: #ffffff;
    color: #000;
    border: 1px solid rgba(0, 0, 0, 0.137);
    transition-duration: 0.5s;
}
.review-boxes p{
    color: #ffffffef;
    transition-duration: 0.5s;
   
}
.review-boxes:hover p{
    color: #000000ef;
    transition-duration: 0.5s;
}
.Testimonials .row h2{
    font-family: var(--tertiary-font);
    font-size: 28px !important;
    font-weight: 300 !important;
}
.Testimonials .row .review-boxes h6{
    color:#ffffff;
}
.Testimonials .row .review-boxes:hover h6{
    color:#3b3a3a;
}
.Testimonials .row .review-boxes h2{
    color:#ffffff;
}
.Testimonials .row .review-boxes:hover h2{
    color:#3b3a3a;
}


.title-head{
    padding: 80px 0px !important;
    margin: 0 !important;
    color: white;
    font-size:60px;
    font-weight: 300;
    font-family: "Playfair Display", serif;
  }

  .Contact-head{
    background: url('../img/img6.png')rgba(0, 0, 0, 0.425);
    background-position: center 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;
}

.inff{
    transition: 0.7s;
    padding: 30px 10px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}
.inff:hover{
    padding: 30px 10px;
    box-shadow:none;
    transition: 0.5s;
}
.inff i{
    font-size: 30px;
    color: #272535;
    margin-bottom: 15px;
}
.inff p{
    color: #272535;
    margin-bottom: 15px;
}
.About-head{
    background: url('../img/deluxe2-1.jpg')rgba(0, 0, 0, 0.356);
    background-position: center 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;  
}
.Gallery-head{
    background: url('../img/deluxe2-5.jpg')rgba(0, 0, 0, 0.425);
    background-position: center 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;  
}
.transition {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: all 0.5s;
}

.thumb {
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.read-btn {
    background: none;
    border: 0;
    font-family: 'Poppins', sans-serif;
    color: white;
    letter-spacing: 2px;
    font-weight: bold;
}
.Rooms-head{
    background: url('../img/deluxe3-18.jpg')rgba(0, 0, 0, 0.425);
    background-position: center 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;   
}
.card-body p{
    font-size: 14px;
    font-family:"Jost", sans-serif;
}
.card-title{
    font-size: 22px;
    font-family:"Jost", sans-serif;
    line-height: 2.25rem;
}
.card-body hr {
    opacity: 0.11;
}
.card-body p i {
    font-size: 15px;
    color: #c4a676;
}

@media only screen and (max-width: 1200px){
    .restaurant span{
        font-size: 15px;
        margin-left: 5px;
    }
    .restaurant h2{
        text-align: start;
        font-size: 25px;
    }
    .restaurant i{
        text-align: start;
        font-size: 13px;
    }
}
@media only screen and (max-width: 1199px){
    .restaurant span{
        font-size: 13px;
        margin-left: 5px;
    }
}
@media only screen and (max-width: 1199px){
    .review-boxes{
        background-color: #0F374C;
        color:#6e6e6e;
        padding: 0 25px;
        padding-top: 60px;
        background-image: url('../img/top_half_right.png');
        transition-duration: 0.5s;
        height: auto;
        border: 1px solid rgba(255, 255, 255, 0.137);
    
    }
    .room-card {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 575px){
.restaurant{
    padding-bottom: 20px;
}
.review-boxes{
    background-color: #0F374C;
    color:#6e6e6e;
    padding: 0 25px;
    padding-top: 60px;
    background-image: url('../img/top_half_right.png');
    transition-duration: 0.5s;
    height: auto;
    border: 1px solid rgba(255, 255, 255, 0.137);
margin-bottom: 20px;
padding-bottom: 15px;
}
}
@media only screen and (max-width: 430px){
    .carousel-1{
        background: url('../img/img6\ -\ Copy.png')rgba(0,0,0,0.5);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-blend-mode: multiply;
        height: 80vh;
        display: flex;
        align-items: center;
       
    }
    
    .carousel-2{
        background: url('../img/double-3.jpg')rgba(0,0,0,0.5);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center 70%;
        background-blend-mode: multiply;
        height:80vh;
        display: flex;
        align-items: center;
       
    }
    
    .carousel-3{
        background: url('../img/deluxe2-3.jpg')rgba(0,0,0,0.5);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center 80%;
        background-blend-mode: multiply;
        height:80vh;
        display: flex;
        align-items: center;
       
    }
    .Slogan{
        background: url('../img/img1\ -\ Copy.jpg') rgba(0, 0, 0, 0.445);
        background-position: center 40%;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        background-attachment: none;
        padding: 150px 0 !important;
    }
    .Contact-head{
        background: url('../img/img6.png')rgba(0, 0, 0, 0.425);
        background-position: center 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        background-attachment: none;
    }
    .About-head{
        background: url('../img/deluxe2-1.jpg')rgba(0, 0, 0, 0.356);
        background-position: center 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        background-attachment: none;  
    }
    .Gallery-head{
        background: url('../img/deluxe2-5.jpg')rgba(0, 0, 0, 0.425);
        background-position: center 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        background-attachment: none;  
    }
    .Rooms-head{
        background: url('../img/deluxe3-18.jpg')rgba(0, 0, 0, 0.425);
        background-position: center 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        background-attachment: none;   
    }
}


 /* animation */
 .fadeinleft {
    opacity:0;
    transform: translateX(200px);
    transition: all 1.3s ease-out;
  }
  .fadeinright{
    opacity: 0;
    transform: translateX(-200px);
    transition: all 0.8s ease-out;
  }
  .fadeindown{
    opacity: 0;
    transform: translateY(-100px);
    transition: all 1.2s ease-out;
  }
  .fadeinup{
    opacity: 0;
    transform: translateY(100px);
    transition: all 1.2s ease-out;
  }
  .fade-in{
    opacity:0;
    transition: all 1.3s ease-in;
  }
  .active-left,.active,.active-right,.active-down,.active-up{
    opacity:1;
    transform: translateX(0);
    transform: translateY(0);
  }
  .fadein{
  opacity: 0;
  }