@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Forum&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Junge&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');
html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
  font-family: "Raleway", sans-serif;
  font-family: "Merriweather", serif;
  font-family: "EB Garamond", serif;
background: #ffffff;
}
a{text-decoration: none;
    color: rgb(0, 0, 0);
    font-family: "Lora", serif;
}
h1 ,h2 ,h3 {
    font-family: "Junge", cursive;
    font-weight: 400;

}
h6{
  font-size: 17px;
  font-family: "Lora", serif;
}
.container-fluid{
  width: 90%;
}
.navbar-toggler{
  border: none;
}
.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: 18px;
  font-weight: var(--bs-nav-link-font-weight);
  color: #000000;
  text-decoration: none;
  background: 0 0;
  border: 0;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: url('../img/menu.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: #000000;
  font-weight: 500;
}
.custom-shape-divider-bottom-1719061035 {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
margin-top: -29px;
z-index: 100;
}
.img2{
 width: 400px !important;
}
.custom-shape-divider-bottom-1719061035 svg {
  position: relative;
  display: block;
  width: calc(165% + 1.3px);
  height: 29px;
}
.custom-shape-divider-bottom-1719061035 .shape-fill {
  fill: #c5c1b8;
}
.carousel1{
  background: url('../img/5b0b303c-191d-4cae-b57d-f38371b3bebd.jfif'), linear-gradient(0deg, rgba(0, 0, 0, 0.829) 12%, rgba(0, 0, 0, 0.596) 53%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  height: 800px;
}
.carousel2{
  background: url('../img/cd098a81-18e8-4d5d-a8dc-4b281015afbf.jfif'),  linear-gradient(0deg, rgba(0, 0, 0, 0.829) 12%, rgba(0, 0, 0, 0.596) 53%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  height: 800px;
}
.carousel3{
  background: url('../img/dc5e400d-c16a-4373-917a-388218695409.jfif'),  linear-gradient(0deg, rgba(0, 0, 0, 0.829) 12%, rgba(0, 0, 0, 0.596) 53%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  height: 800px;
}

.carousel-caption {
  text-shadow: 3px 3px 4px #EEC78C;
  position: absolute;
  right: 0%;
  bottom: 19.99rem;
  left: 0%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.carousel-caption h1{
    font-family: "Cinzel", serif;
    font-optical-sizing: auto;
  font-size: 60px;
  color: #ffffff;


}
.carousel-caption h4{
  text-shadow: 3px 3px 4px #EEC78C;
  right: 0%;
  bottom: 19.99rem;
  left: 0%;
    font-optical-sizing: auto;
  font-size: 30px;
  color: #ebd1c4;


}

/*about section */
.section-padding1 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.box{
position: relative;
z-index: 5;
right: -165px;
width: 679px;
background: #FFFFFF;
border: solid 2px #b49383;
box-shadow: 0px 45px 70px rgba(0,0,0,0.24);

padding-top: 55px;
padding-bottom: 59px;
padding-left: 70px;
padding-right: 50px;
margin-left: -250px !important;
margin-top: 20px;
}
.box1{
    position: relative;
    z-index: 5;
    right: -165px;
    width: 679px;
    background: #FFFFFF;
    border: solid 2px #b49383;
    box-shadow: 0px 45px 70px rgba(0,0,0,0.24);
    
    padding-top: 55px;
    padding-bottom: 59px;
    padding-left: 70px;
    padding-right: 50px;
    margin-right:  -220px !important;
    margin-top: 20px;
    }
    .star-rating {
        display: flex; /* Use flexbox to align stars in a row */
        font-size: 2rem; /* Adjust the size of the stars */
        color: gold; /* Color of the stars */
        justify-content: left; /* Center the stars horizontally */
       
    }
    
    .star {
        margin: 0 5px; /* Space between stars */
    }
    themenu
{
	width: 100%;
	background: #FFFFFF;
}
.themenu_title_bar_container
{
	width: 100%;
	background: #282828;
	padding-left: 23px;
	padding-top: 22px;
	padding-bottom: 24px;
	padding-right: 22px;
}
.themenu_title_bar
{
	width: 100%;
	height: 103px;
	border: solid 2px #8c7c74;
}
.themenu_title
{
	font-size: 48px;
	color: #FFFFFF;
	margin-top: 14px;
}
.themenu_stars
{
	position: absolute;
	top: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 244px;
	background: #282828;
	font-size: 36px;
	z-index: 1;
}
.themenu_rating
{
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 15px;
	width: 95px;
	background: #282828;
	z-index: 1;
}
.themenu_rating
{
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 15px;
	width: 95px;
	background: #282828;
	z-index: 1;
}
.themenu_col
{
	width: 100%;
	padding-left: 33px;
	padding-top: 39px;
	padding-right: 28px;
	padding-bottom: 44px;
	border: solid 1px #dadada;
}
.themenu_row
{
	margin-top: 71px;
	padding-bottom: 102px;
}
.themenu_col_title
{
	display: inline-block;
	height: 58px;
	padding-left: 11px;
	padding-right: 16px;
	border: solid 2px #c4ab9f;
	font-size: 36px;
	line-height: 54px;
	color: #c4ab9f;
}
.dish_list
{
	margin-top: 44px;
}
.dish:not(:last-child)
{
	margin-bottom: 25px;
}
.dish_title,
.dish_price
{
	font-size: 18px;
	color: #232323;
}
.dish_price
{
	margin-left: auto;
}
.dish_contents
{
	margin-top: 3px;
}
.dish_contents ul li
{
	font-size: 14px;
	color: #636363;
}
.dish_contents ul li:not(:last-child)::after
{
	display: inline-block;
	content: '/';
	margin-left: 12px;
    margin-right: 28px;
	font-size: 14px;
	color: #636363;
}
.dish_order
{
	margin-top: 10px;
}
.dish_order a
{
	position: relative;
	font-size: 18px;
	color: #b49383;
}
.dish_order a::after
{
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #b49383;
	content: '';
	visibility: hidden;
	opacity: 0;
}
.dish_order a:hover::after
{
	visibility: visible;
	opacity: 1;
}

.heading-section {
    position: relative; }
    .heading-section .subheading {
      position: absolute;
      top: -45px;
      left: 0;
      right: 0;
      font-weight: normal;
      font-size: 100px;
      display: block;
      margin-bottom: 0;
      color: rgba(0, 0, 0, 0.2);
      color: #ffa323;
      line-height: 1;
      font-family: "Miss Fajardose", cursive;
      margin-top: 0;
      z-index: -1; }
    .heading-section h2 {
      font-size: 50px;
      font-weight: 900; }
    .heading-section.heading-section-white .subheading {
      color: rgba(255, 255, 255, 0.7); }
    .heading-section.heading-section-white h2 {
      color: #fff; }
    .heading-section.heading-section-white p {
      color: rgba(255, 255, 255, 0.9); }
  
/* CSS */
.button-17 {
  align-items: center;
  appearance: none;
  background-color: #845829;

  border-style: none;
  box-shadow: rgba(0, 0, 0, .2) 0 3px 5px -1px,rgba(0, 0, 0, .14) 0 6px 10px 0,rgba(0, 0, 0, .12) 0 1px 18px 0;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  fill: currentcolor;
  font-family: "Google Sans",Roboto,Arial,sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  justify-content: center;
  letter-spacing: .25px;
  line-height: normal;
  max-width: 100%;
  overflow: visible;
  padding: 5px 34px;
  position: relative;
  text-align: center;
  text-transform: none;
  transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1),opacity 15ms linear 30ms,transform 270ms cubic-bezier(0, 0, .2, 1) 0ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: auto;
  will-change: transform,opacity;
  z-index: 0;
}

.button-17:hover {
  background: #F6F9FE;
  color: #174ea6;
}

.button-17:active {
  box-shadow: 0 4px 4px 0 rgb(60 64 67 / 30%), 0 8px 12px 6px rgb(60 64 67 / 15%);
  outline: none;
}

.button-17:focus {
  outline: none;
  border: 2px solid #4285f4;
}

.button-17:not(:disabled) {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.button-17:not(:disabled):hover {
  box-shadow: rgba(60, 64, 67, .3) 0 2px 3px 0, rgba(60, 64, 67, .15) 0 6px 10px 4px;
}

.button-17:not(:disabled):focus {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.button-17:not(:disabled):active {
  box-shadow: rgba(60, 64, 67, .3) 0 4px 4px 0, rgba(60, 64, 67, .15) 0 8px 12px 6px;
}

.button-17:disabled {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.img1{
  position: relative;
  margin-left: 100px;
}
.img2{

    position: relative;
    margin-top: 14px;
  }



.text-box{
  background: white;
  position: relative;
  padding: 20px;
  margin-top: -80px;
  border-radius: 0px 0px 20px 20px;
  text-align: center;
}


.horizontal-line2 {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.line2 {
  width: 50px; /* Adjust the width of the line */
  height: 1px; /* Height of the line */
  background-color: 
  #845829; /* Color of the line */
  margin-right: 10px;
  margin-left: 10px; /* Adjust spacing between line and text */
}

.cover-bg{
  background: url('../photos/Photo\ \(154\).jpg'), linear-gradient(0deg, rgba(0, 0, 0, 0.726) 12%, rgba(0, 0, 0, 0.218) 53%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment:scroll;

  background-blend-mode: multiply;
 padding-top: 150px;
 padding-bottom: 150px;
 color: white;
}


.overlay1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
    z-index: 2;
}

.info-text {
    font-family: Arial, sans-serif;
    color: #333333;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.5;
}



footer{
  background: url('../img/img5.jpg') #000000e3;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;

  padding-top: 60px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
}
a.footer-link{
  color: white;

  font-weight: 300;
}
.footer-link:hover{
  color:  #A9D1DB;
}
.payment{
  display: flex;
}

.socials{
  display: flex;
  color: white;
}
.footer-links{
  display: flex;
font-family: 'Courier New', Courier, monospace;
  font-size: 18px;
}
.footer-title{
    font-family: 'Courier New', Courier, monospace;
}
.socials a{
  text-decoration: none !important;
  color: white;
}
.socials a:hover h4 {
  color:  #A9D1DB;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
.copyright{
  display: flex;
justify-content: right;
text-align: right ;
align-items: end ;
}
.room-link{
  color: #000000;
}
.room-link:hover{
  color: #932B41;
}
@keyframes fadeinnav {
  from {opacity: 0;}
  to {opacity: 1;}
}
.fade-in-nav{
  animation-name: fadeinnav;
  animation-duration: 0.9s;
}
.nav-hidden{
  display: none;
}
.nav-hidden1{
  display: block;
}
.restaurant-info{
  border: 1px solid #845829;
  padding:46px;
  height: 100%;
}

/*rooms.html*/
.section-bg1{
  background: url('../img/pexels-george-boudas-1775577-3382884.jpg'), linear-gradient(0deg, rgba(0, 0, 0, 0.608) 12%, rgba(0, 0, 0, 0.489) 53%);
  background-position: center 80%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment:scroll;
color: white;
text-align: center;
  background-blend-mode: multiply;
  padding-top: 150px; 
  padding-bottom: 150px;
  text-shadow: 3px 3px 4px #EEC78C;
}

/*gallery home */


/*about.html*/
.section-bg2{
  background: url('../img/sallatemelakeredhekarrota.jpg'), linear-gradient(0deg, rgba(0, 0, 0, 0.608) 12%, rgba(0, 0, 0, 0.489) 53%);
  background-position: center  80%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment:scroll;
color: white;
text-align: center;
  background-blend-mode: multiply;
  padding-top: 150px; 
  padding-bottom: 150px;
  text-shadow: 3px 3px 4px #EEC78C;
}
.cover-bg1{
  background: url('../photos/Photo\ \(194\).jpg'), linear-gradient(0deg, rgba(0, 0, 0, 0.726) 12%, rgba(0, 0, 0, 0.218) 53%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment:scroll;

  background-blend-mode: multiply;
 padding-top: 150px;
 padding-bottom: 150px;
 color: white;
}
/*gallery.html*/
.section-bg3{
  background: url('../img/pexels-catscoming-1731535.jpg'), linear-gradient(0deg, rgba(0, 0, 0, 0.608) 12%, rgba(0, 0, 0, 0.489) 53%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment:scroll;
color: white;
text-align: center;
  background-blend-mode: multiply;
  padding-top: 150px; 
  padding-bottom: 150px;
  text-shadow: 3px 3px 4px #EEC78C;
}

/*contact.html*/
.section-bg4{
  background: url('../img/044A0532.jpg'), linear-gradient(0deg, rgba(0, 0, 0, 0.608) 12%, rgba(0, 0, 0, 0.489) 53%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment:scroll;
color: white;
text-align: center;
  background-blend-mode: multiply;
  padding-top: 150px; 
  padding-bottom: 150px;
  text-shadow: 3px 3px 4px #EEC78C;
}
.contact-box{
  border: 1px solid #AA8B5F;
  padding-top: 70px;
  padding-bottom: 70px;
}
@media(max-width:1000px){
  .footer-links {
    display: flex;
    font-family: Jost, sans-serif;
    font-size: 18px;
    padding: 0px 30px 0px 30px;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: baseline;
}
  
  .socials a{
    text-decoration: none !important;
    color: white;
  }
  .socials a:hover h4 {
    color:  #A9D1DB;
  }
  hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
  }
  .copyright{
    display: flex;
  justify-content: right;
  text-align: right ;
  align-items: end ;
  }
  .img1{
display: none;
}
.img2{
display: none;
}
.img3{
  margin-top: 50px;
}
  .carousel1, .carousel2, .carousel3{
    height: 700px;
  }
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 14.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.carousel-caption h1{
  font-family: "EB Garamond", serif;
  font-weight: 100;
  font-size: 41px !important;
  color: #ffffff;


}
.testimonials{
  height: auto !important;
}
  h1 span{
    font-size: 30px !important;
  }
  h1{
    font-size: 30px !important;
  }
  .c-swiper__text {
    width: 250px !important;
    height: 250px;
    position: absolute;
    top: 25%;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content:space-evenly !important;
    transition: opacity 350ms ease;
  }
  .c-swiper__text .c-swiper__title{
    font-size: 30px !important;
  }

  .c-swiper__image-container {
    width: 500px !important;
    height: 90%  !important;
    overflow: hidden !important;
    padding-top: 40px;
 }
  .c-swiper__image-container img {
    
    width: 400px !important;
    height: 90% !important;
    object-fit: cover !important;
 }
.swiper-slide{
padding: 20px !important;
}
}
/*Animations*/
.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;
}


.body-dark{
  background-color: black!important;
}

/* Container Styling */
.features-services-area .container {
    background-color: #fff;
    box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
    padding: 50px 50px 20px;
    margin-top: -180px;
}


  
@media (max-width: 767px) {
 
.section-padding1{
  padding-top: 50px;
  padding-bottom: 50px ;
    
  }
 
}
    



 
        .restaurant{
            background: url('../img/pexels-george-boudas-1775577-3382884.jpg') rgba(0, 0, 0, 0.582) ;
          background-attachment: fixed;
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
            background-blend-mode: multiply;
            padding-top: 100px;
            padding-bottom: 100px;
          }
          .facilities{
            background-color: #FAF6F1;
          }
          .testimonials{
            background: url('../img/pexels-george-boudas-1775577-3382884.jpg') rgba(0, 0, 0, 0.582) ;
            background-attachment: fixed;
              background-position: center;
              background-size: cover;
              background-repeat: no-repeat;
              background-blend-mode: multiply;
           
          }
          
 


/*********************************
7. Signature Dishes
*********************************/
.sig_image img
{
	width: 300px;
}
.sig
{
	width: 100%;
	background: #f7fafb;
	padding-top: 102px;
	padding-bottom: 102px;
}
.sig_row
{
	margin-top: 54px;
}
.sig_dish:not(:last-child)
{
	margin-bottom: 57px;
}
.sig_content
{
	width: 100%;
	padding-right: 31px;
}


.sig_price
{
	font-size: 24px;
	color: #232323;
}
.sig_content_list
{
	margin-top: 4px;
}
.sig_content_list ul li:not(:last-child)::after
{
	display:flexbox;
	content: '/';
	font-size: 16px;
	color: #636363;
	margin-left: 15px;
	margin-right: 5px;
}
.sig_content_list ul li
{
	font-size: 16px;
	color: #636363;
}
.sig_button
{
	margin-top: 37px;
}
.sig_image
{
	width: 100%;
}
.sig_image img
{
	max-width: 100%;
}

.boxed-container {
	position: relative !important;
	background: #ffffff;
	box-shadow: 0px 10px 64px 0px rgba(66, 62, 62, 0.1);
	z-index: 20 !important;
	overflow: hidden;
	border-radius: 20px !important;

	top: -150px !important;
	padding: 20px !important;
}
.boxed-container-wrap {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
	width: 50%;
}
.boxed-container-wrap:before , .column-wrap-bg:before {
	content: '';
	position: absolute;
	bottom: 30px;
	left: 30px;
	right: 30px;
	top: 30px;
 	border: 1px dashed rgba(255,255,255,.4);
 	background: rgba(39, 37, 53,.5);
	z-index: 10;
	border-radius: 10px; 
}
.facilities {
  background-color: #5D4B3A;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment:scroll;
  color: white;
  text-align: center;
    background-blend-mode: multiply;
    padding-top: 100px; 
    padding-bottom:100px;
  
  }
  .facilities h2{
    color: #5D4B3A;
  }
  .face{
    background-color: #ffffff;
    padding: 50px;
    position: relative;
    z-index: 4;
    margin-top: -170px;
    }
  
  /*facilities */
     /*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/

.why-us{
  background: url('image/category_bg.jpg') ;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;

  position: relative;

}
.why-us .box12 {
  padding: 50px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
  background: #000000;
}

.why-us .box12 span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #845829;
}

.why-us .box12 h4 {
  font-size: 24px;

  padding: 0;
  margin: 20px 0;
  color: rgba(255, 255, 255, 0.8);
  font-family: "PT Sans Narrow", sans-serif;
  letter-spacing: 1px;
}

.why-us .box12 p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

.why-us .box12:hover {
  background: #845829;
  padding: 30px 30px 70px 30px;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}

.why-us .box12:hover span, .why-us .box12:hover h4, .why-us .box12:hover p {
  color: #fff;
}
.lorem{
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 20px;
}    
.lorem1{
  font-family: "PT Sans Narrow", sans-serif;
}   
.contact1 h3{
  font-family: "PT Sans Narrow", sans-serif;
}
@media only screen and (min-width: 991px) {

  .im-img {
    width: 28%;
  }
}


/*media query */
/* Media query for laptops (>= 1024px) */
@media (max-width: 1024px) {
  .box {
      width: 90%;
      right: 0;
      padding-left: 40px;
      padding-right: 40px;
      margin-left: 0 !important;
  }
  .box1 {
    width: 90%;
    right: 0;
    padding-left: 40px;
    padding-right: 40px;
    margin-right: 0 !important;
}
.sig_image img {
  width: 250px; /* Adjusted image width */
}
.sig {
  padding-top: 80px; /* Adjust padding */
  padding-bottom: 80px; /* Adjust padding */
}
.sig_row {
  margin-top: 40px; /* Adjust margin */
}
.boxed-container {
  top: -100px !important; /* Adjust top position */
  padding: 15px !important; /* Adjust padding */
}
}

/* Media query for tablets (768px to 1024px) */
@media (max-width: 1024px) and (min-width: 768px) {
  .box {
      width: 100%;
      padding-left: 30px;
      padding-right: 30px;
  }
  .box1 {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}
.sig_image img {
  width: 200px; /* Adjusted image width */
}
.sig {
  padding-top: 60px; /* Adjust padding */
  padding-bottom: 60px; /* Adjust padding */
}
.sig_row {
  margin-top: 30px; /* Adjust margin */
}
.boxed-container {
  top: -50px !important; /* Adjust top position */
  padding: 15px !important; /* Adjust padding */
}
}

/* Media query for mobile devices (including iPhone XR) */
@media (max-width: 768px) {
  .box {
      width: 100%;
      padding-left: 20px;
      padding-right: 20px;
      margin-left: 0 !important;
      right: 0;
  }
  .box1 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 0 !important;
    right: 0;
}
.star-rating {
    font-size: 1.5rem; /* Adjust the star size for smaller screens */
}
.sig_image img {
  width: 100%; /* Adjust image width to fit mobile screens */
}
.sig {
  padding-top: 40px; /* Adjust padding */
  padding-bottom: 40px; /* Adjust padding */
}
.sig_row {
  margin-top: 20px; /* Adjust margin */
}
.boxed-container {
  top: 0 !important; /* Adjust top position */
  padding: 10px !important; /* Adjust padding */
}
  
}