
:root {

  --st-patricks-blue: hsl(236, 57%, 28%);
  --amaranth-purple: hsl(335, 88%, 38%);
  --royal-blue-dark: hsl(0, 2%, 12%);
  --chrome-yellow: hsl(39, 100%, 52%);
  --space-cadet-1: hsl(230, 41%, 25%);
  --space-cadet-2: hsl(230, 59%, 16%);
  --winter-sky_50: hsla(335, 87%, 53%, 0.5);
  --purple-navy: hsl(236, 26%, 43%);
  --ksu-purple: hsl(224, 54%, 33%);
  --winter-sky: #59B4E0;
  --razzmatazz:#7a7a79;
  --platinum: hsl(0, 0%, 90%);
  --black_70: hsla(0, 0%, 0%, 0.7);
  --rajah: hsl(38, 61%, 73%);
  --white: hsl(0, 0%, 100%);

  --gradient-1: linear-gradient(70deg,var(--royal-blue-dark) 0,var(--ksu-purple) 31%,var(--royal-blue-dark));
  --gradient-2: linear-gradient(90deg,var(--razzmatazz) ,var(--rajah));


  --ff-source-sans-pro: 'Source Sans Pro', sans-serif;
  --ff-poppins: 'Poppins', sans-serif;

  --fs-1: 4.2rem;
  --fs-2: 3.8rem;
  --fs-3: 3.2rem;
  --fs-4: 2.5rem;
  --fs-5: 2.4rem;
  --fs-6: 2rem;
  --fs-7: 1.8rem;
  --fs-8: 1.5rem;

  --fw-500: 500;
  --fw-600: 600;
  --fw-700: 700;

 

  --radius-4: 4px;
  --radius-12: 12px;


  --section-padding: 60px;

  

  --transition-1: 0.15s ease;
  --transition-2: 0.35s ease;
  --cubic-in: cubic-bezier(0.51, 0.03, 0.64, 0.28);
  --cubic-out: cubic-bezier(0.33, 0.85, 0.56, 1.02);

 
  --shadow: 0 5px 20px 1px hsla(220, 63%, 33%, 0.1);

}



*,
*::before,
*::after {

  padding: 0;
  box-sizing: border-box;
}

li { list-style: none; }

a { text-decoration: none; }


a, span, input, button, ion-icon {
    display:flex;
}
button,
input {
  background: none;
  border: none;
  font: inherit;
}

button { cursor: pointer; }

input { width: 100%; }

ion-icon { pointer-events: none; }

img { height: auto; }

address { font-style: normal; }

html {
  font-family: var(--ff-poppins);
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  background-color:white;
  color: var(--purple-navy);
  font-size: 16px;
}

::-webkit-scrollbar { width: 10px; }

::-webkit-scrollbar-track { background-color: hsl(0, 0%, 95%); }

::-webkit-scrollbar-thumb { background-color: hsl(0, 0%, 80%); }

::-webkit-scrollbar-thumb:hover { background-color: hsl(0, 0%, 70%); }



.container { padding-inline: 15px; }

.h2,
.h3 { font-family: var(--ff-source-sans-pro); }

.btn {
  justify-content: center;
  text-align: center !important;
  position: relative;
  color: hsl(38, 61%, 73%);
  font-size: var(--fontSize-label-2);
margin: 0% !important;
  letter-spacing: var(--letterSpacing-5);
  max-width: max-content;
  border: 2px solid hsl(38, 61%, 73%);
  padding: 10px 25px;
  overflow: hidden;
  z-index: 1;
}
.btn:hover {
  background-color:rgba(255, 255,  255, 0.5);
 
}


.section { padding-block: var(--section-padding); }

.section-title {

  color: #24416B;
  font-size: 45px;
  font-family: serif;
  font-weight: bold;
  margin: 10px 0 20px 0;
}

.underline { position: relative; }

.underline::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 6px;
  background-image: var(--gradient-2);
  border-radius: 10px;
}

:is(.service-card, .features-card) .title {
  color: var(--st-patricks-blue);
  font-size: var(--fs-4);
  font-weight: var(--fw-700);
}

:is(.service-card, .features-card, .blog-card) .text { font-size: var(--fs-8); }

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.heading {
  text-align: center;
}


.heading h2 {
  text-align: center;
  color:hsl(38, 61%, 73%);
  font-size: 45px;
  font-family: serif;
  font-weight: bold;
  margin: 10px 0 20px 0;
}


.welcome-text {

  justify-content: center;
  text-align: center !important;
  position: relative;
  z-index: 1; }
.welcome-text h6 {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffffff;
    margin-bottom: 30px; }
.welcome-text h2 {
  text-align: center;
    font-size: 52px;
    display: block;
    margin-bottom: 30px;
    color: #ffffff; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .welcome-text h2 {
        font-size: 48px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
     .welcome-text h2 {
        font-size: 42px; }
      }
    @media only screen and (max-width: 767px) {
    .welcome-text h2 {
        font-size: 30px; } 
        .image1{
          width: 350px !important;
         
        }
     }
/*-----------------------------------*\
  #HEADER
\*-----------------------------------*/

.header .btn { display: none; }

.header {
  background-color: var(--white);
  --color: var(--white);

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;

  z-index: 4;
  transition: var(--transition-1);
}

.header.active {
  --color: var(--st-patricks-blue);

  position: fixed;
  background-color: var(--white);
  box-shadow: 0 2px 30px hsla(0, 0%, 0%, 0.1);
}

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 160px;
}

.logo {
  color: var(--color);
  font-family: var(--ff-source-sans-pro);
  font-size: var(--fs-3);

}

.nav-open-btn {
  color: black;
  font-size: 32px;
  padding: 4px;
}

.navbar {
  justify-content: center;
  background-color: var(--white);
  position: fixed;
  top: 0;
  left: -280px;
  width: 100%;
  max-width: 280px;
  min-height: 100%;
  padding: 30px;
  visibility: hidden;
  z-index: 2;
  transition: 0.25s var(--cubic-in);
}

.navbar.active {
  transform: translateX(280px);
  visibility: visible;
  transition: 0.5s var(--cubic-out);
}

.navbar-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 10px 30px;
}

.navbar-top .logo {
  color: var(--st-patricks-blue);
  font-size: 4.2rem;
  font-weight: var(--fw-700);
}

.nav-close-btn {
  color: var(--space-cadet-1);
  font-size: 2.8rem;
  padding: 4px;
}

.navbar-item:not(:last-child) { border-bottom: 1px solid var(--platinum); }

.navbar-link {
  font-size: large;
  color: var(--space-cadet-1);
  font-size: var(--fs-8);
  font-weight: var(--fw-600);
  padding-block: 12px;
}

.overlay {
  position: fixed;
  inset: 0;
  background-color: var(--black_70);
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transition: var(--transition-2);
}

.overlay.active {
  opacity: 1;
  pointer-events: all;
}

.home{
  padding: 0;
}

.home .slide{
  min-height: 80vh;
  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);
}



@keyframes scale {
  100% {
    transform: scale(1);
  }
}

.swiper-button-next,
.swiper-button-prev{
    height: 1rem;
    width: 1rem;
    line-height: 1rem var(--black_70);
    color: white;
}

.swiper-button-next:hover,
.swiper-button-prev:hover{
    
    color: white;
}

.swiper-button-next::after,
.swiper-button-prev::after{
    font-size: 1rem;
    color: white;
}


@media (max-width: 768px){



  .home .slide .content{
      width: 50rem;
  }


}

@media (max-width: 450px){

  html{
      font-size: 50%;
  }

  .home .slide .content{
      width: 30rem;
  }

  .home .slide .content h3{
      font-size: 3rem;
  }

}


/*project section*/

#project-hedline {

background-color: #F8F5F0;

}

#project-headline + h1 {

  padding-top: 5rem;

}

h1 ~ p {

  text-align: justify;

}

#projects {

  display: flex;

  flex-direction: row;

}

#project-hedline > p {

  text-align: center;

  max-width: 40%;

  margin: auto;

}

.project-card {

  max-width: 400px;
background-color:white;
  margin: 100px auto;

  padding: 5px;

  text-align: center;



}

.project-card > h2 {

  text-align: center;

  font-weight: 700;

  color: #38343a;

}

.project-card img {

  width: 100%;

}

.project-card a {

  color: black;

}

.project-card p {

  text-align: justify;

  margin: 2%;

}



h2 {

  font-family: "Nanum Gothic", sans-serif;

  font-weight: 400;

  font-size: 1.2rem;

  text-align: left;

  padding-left: 0.5rem;

}

h1 {

  font-family: "Cookie", cursive;

  text-align: center;

  color: #38343a;

}

/* media queries*/

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

  #navbar {

    justify-content: center;

  }

  #projects {

    display: flex;

    flex-direction: column;

    margin-bottom: 10px;

  }

  .project-card {

    margin-top: 4px;

  }



  #photo {

    order: 1;

    margin: 0;

    align-self: center;

  }



}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.boxes{


  background-repeat: no-repeat;
  padding-top: 10rem;
}
.boxes h6{
  font-size: 1.7rem;
  color: var(--header);    
  text-align: center;
  margin-bottom: 15px;
}
.boxes h1{
  font-size: 4rem;
  text-align: center;
  color: #59B4E0;
  margin-bottom: 40px;
}
.boxes .wrap{
  display: grid;
  gap: 1.2em;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.boxes .box{
  padding: 30px 10px;
  box-shadow: 0 0 2px rgba(0,0,0,0.2);
  text-align: center;
  transition: 0.5s ease-in;  
}
.boxes .box:hover{
  background: var(--header);
  transform: translatey(-10px);
}
.boxes .box:hover i,
.boxes .box:hover h6,
.boxes .box:hover p{
  color: black;
}
.box i{
  font-size: 3rem;
  color: var(--header);
  margin-bottom: 15px;
}
.box h6{
  color: black;
  font-size: 2.2rem;
}
.box p{
  color: #7a7e9a;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.box .men-btn{
  display: inline-block;
  width: 4rem;
  height: 4rem;
  background: var(--header);
  color: #fff;
  font-size: 2rem;  
  text-align: center;
  line-height: 4rem;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .jumbo .slogan {
      font-size: 15px;
      text-align: center;

  }

  .jumbo .slogan1 {
      font-size: 30px;
      text-align: center;

  }

}  


/* work */
#work{
  height: 300px;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)), url('../image/Photo\ \(48\).jpg') center/cover no-repeat fixed;
  color: white;
}
#work .title h2, #work h3{
  color:white;
}
.work-bottom{
  margin-top: 4rem;
  text-align: center;
}
.work-bottom > div .icon img{
  width: 50px;
  margin: 0 auto 1.7rem auto;
}
/* portfolio */
.portfolio-grid > div{
  transition: var(--transition);
}
.portfolio-grid > div:hover{
  transform: scale(0.9);
}

@media(min-width: 450px){
  .work-bottom{
      grid-template-columns: repeat(2, 1fr);
      column-gap: 3rem;
      row-gap: 0;
  }
}
@media(min-width: 576px){
 
  .work-bottom{
      grid-template-columns: repeat(4, 1fr);
  }
 

}

@media(min-width: 768px){

  .about-content, .work-top{
      grid-template-columns: repeat(2, 1fr);
      column-gap: 6rem;
      row-gap: 0;
  }
  

}





/*end project*/


/*-----------------------------------*\
  #HERO
\*-----------------------------------*/

.hero {
  background-image: 
                    url("../images/"),
                    var(--gradient-1);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: -280px bottom, center, center;
  background-size: auto, cover, auto;
  padding-block-start: 120px;
  padding-block-end: var(--section-padding);
}

.hero-content { margin-block-end: 50px; }

.hero-subtitle {
  color: var(--chrome-yellow);
  font-family: var(--ff-source-sans-pro);
  font-size: var(--fs-7);
  margin-block-end: 15px;
}

.hero-title {
  color: var(--white);
  font-size: var(--fs-1);
  margin-block-end: 20px;
}

.hero-text {
  color: var(--white);
  font-size: var(--fs-8);
  margin-block-end: 30px;
}




/* head section */








/*-----------------------------------*\
  #ABOUT
\*-----------------------------------*/

.about-banner { margin-block-end: 30px; }

.about .section-title { margin-inline: 0; }

.about .underline::before {
  left: 0;
  transform: translateX(0);
}

.about-text {
  font-size: var(--fs-8);
  margin-block-end: 30px;
}

.stats-list {
  display: grid;
  gap: 30px;
}

.stats-card {
  text-align: center;
  padding: 15px;
  box-shadow: var(--shadow);
  border-radius: var(--radius-12);
}

.stats-title {
  color: var(--st-patricks-blue);
  font-size: var(--fs-2);
  font-weight: var(--fw-700);
}

.stats-text { font-size: var(--fs-8); }


.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);
}

#quote{
  min-height: 200px;
  background-image: url('../image/4dd5409b-4bd8-4cf7-8d54-53a784fa6180.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}



/*-----------------------------------*\
  #SERVICE
\*-----------------------------------*/

.service-list {
  display: grid;
  gap: 30px;
}

.service-card {
  padding: 25px;
  box-shadow: var(--shadow);
  border-radius: var(--radius-12);
}

.service-card .card-icon {
 
  background-repeat: no-repeat;
  background-size: contain;
 
  display:grid;
  place-content: center;
  margin-inline: auto;
  transition: var(--transition-1);
}



.service-card .card-icon ion-icon {
  font-size: 5rem;
  color:#C49F53;
  --ionicon-stroke-width: 20px;
  transition: var(--transition-1);
}

.service-card:hover .card-icon ion-icon { color: #574218; }

.service-card .title {
  text-align: center;
  margin-block-end: 15px;
}

.service-card .text {
  text-align: center;
  margin-block-end: 20px;
}

.service-card .card-btn {
  margin-inline: auto;
  padding: 15px;
  border: 1px solid var(--winter-sky);
  border-radius: 50%;
  color: var(--winter-sky);
  transition: var(--transition-1);
}

.service-card .card-btn:is(:hover, :focus) {
  color: var(--white);
  background-color: var(--winter-sky);
}





/*-----------------------------------*\
  #FEATURE
\*-----------------------------------*/

.features-list > li:first-child { margin-block-end: 30px; }

.features-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.features-card .icon {
  background-image: var(--gradient-1);
  background-size: 200%;
  color: var(--white);
  min-width: max-content;
  max-width: max-content;
  font-size: 36px;
  padding: 22px;
  border-radius: 50%;
}

.features-card .icon ion-icon { --ionicon-stroke-width: 20px; }

.features-card .title { margin-block-end: 10px; }

.features-banner { margin-block: 40px; }

.features-banner > img {
  max-width: max-content;
  margin-inline: auto;
}





/*-----------------------------------*\
  #BLOG
\*-----------------------------------*/

.blog { padding-block-end: 120px; }

.blog-list {
  display: grid;
  gap: 30px;
}

.blog-card {
  padding: 20px;
  box-shadow: var(--shadow);
  border-radius: var(--radius-12);
}

.blog-card .banner {
  border-radius: var(--radius-12);
  overflow: hidden;
  margin-block-end: 15px;

}

.blog-card .banner img { transition: var(--transition-2); }

.blog-card .banner a:is(:hover, :focus) img { transform: scale(1.1); }

.blog-card .title {
  color: var(--st-patricks-blue);
  font-size: var(--fs-6);
  line-height: 1.2;
  margin-block-end: 15px;
}

.blog-card .title > a { color: inherit; }

.blog-card .title > a:is(:hover, :focus) { color: var(--razzmatazz); }

.blog-card .text { margin-block-end: 15px; }

.blog-card .meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  font-size: var(--fs-8);
  color: var(--purple-navy);
  font-weight: var(--fw-500);
  padding-block-end: 10px;
}

.blog-card .meta ion-icon {
  color: var(--winter-sky);
  font-size: 22px;
  --ionicon-stroke-width: 35px;
}

.publish-date,
.comment {
  display: flex;
  align-items: center;
  gap: 8px;
}

.comment {
  color: inherit;
  margin-inline-start: auto;
}



.hero-section{
  align-items: flex-start;

  display: flex;
  min-height: 100%;
  justify-content: center;
  padding: var(--spacing-xxl) var(--spacing-l);
}

.card-grid{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: var(--spacing-l);
  grid-row-gap: var(--spacing-l);
  max-width: var(--width-container);
  width: 100%;
}

@media(min-width: 540px){
  .card-grid{
    grid-template-columns: repeat(2, 1fr); 
  }
}

@media(min-width: 960px){
  .card-grid{
    grid-template-columns: repeat(4, 1fr); 
  }
}

.card{
  list-style: none;
  position: relative;
}

.card:before{
  content: '';
  display: block;
  padding-bottom: 150%;
  width: 100%;
}

.card__background{
  background-size: cover;
  background-position: center;
  border-radius: var(--spacing-l);
  bottom: 0;
  filter: brightness(0.75) saturate(1.2) contrast(0.85);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: center;
  trsnsform: scale(1) translateZ(0);
  transition: 
    filter 200ms linear,
    transform 200ms linear;
}

.card:hover .card__background{
  transform: scale(1.05) translateZ(0);
}

.card-grid:hover > .card:not(:hover) .card__background{
  filter: brightness(0.5) saturate(0) contrast(1.2) blur(20px);
}

.card__content{
  left: 0;
  padding: var(--spacing-l);
  position: absolute;
  top: 0;
}

.card__category{
  color: var(--text-light);
  font-size: 0.9rem;
  margin-bottom: var(--spacing-s);
  text-transform: uppercase;
}

.card__heading{
  color: var(--text-lighter);
  font-size: 1.9rem;
  text-shadow: 2px 2px 20px rgba(0,0,0,0.2);
  line-height: 1.4;
  word-spacing: 100vw;
}
:root{
 
  --text-light: rgba(255,255,255,0.6);
  --text-lighter: rgba(255,255,255,0.9);
  --spacing-s: 8px;
  --spacing-m: 16px;
  --spacing-l: 24px;
  --spacing-xl: 32px;
  --spacing-xxl: 64px;
  --width-container: 1200px;
}
.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 {
   } }

.google-maps-contact-content {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  border-radius: 4px;


  padding: 25px; }
  @media only screen and (max-width: 767px) {
    .google-maps-contact-content {
      padding: 20px; } }
  .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:#586B79; }
      @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; } }


------------------------------*/

.go-top.active {
  visibility: visible;
  opacity: 1;
  transform: translateY(-15px);
}



@media (min-width: 550px) {


  .container {
    max-width: 550px;
    margin-inline: auto;
  }

  .section-title { --fs-3: 3.6rem; }

  .section1-title { --fs-3: 3.3rem; }


  .header .btn {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-inline-start: auto;
  }


  .stats-list { grid-template-columns: repeat(3, 1fr); }

  

  .blog-card {
    display: grid;
    grid-template-columns: 0.75fr 1fr;
    gap: 20px;
    padding: 30px;
  }

  .blog-card .banner { margin-block-end: 0; }

  .blog-card .banner a { height: 100%; }


}


.home1{
  padding: 0;
}

.home1 .slide{
  min-height: 45vh;
  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;
}

.home .slide .content h3{
  font-size: 4rem;
  text-transform: uppercase;
  color: var(--white);
  line-height: 1.1;
  padding: 2rem 0;
}
.home1{
  padding: 0;
}

.home1 .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.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;
}


.review{
 background-color: #24262b;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
 
  
  margin: 0rem 0;
}

.review .review-slider{

  padding: 2rem;
  width: 50%;
 
justify-content: center;
  color: var(--white);
  box-shadow: var(--box-shadow);
}

.review .slide{
  text-align: center;
}

.review .slide .heading{
  color: var(--white);
}


.review .slide p{
  padding-bottom: 1.5rem;
  padding-top: 3rem;
  font-size: 16px;
  line-height: 1.8;
  color: var(--white);
}

.review .slide .user{
  display: flex;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
  border-radius: .5rem;
}


.review .slide .user img{
  height: 7rem;
  width: 7rem;
  border-radius: 15%;
  object-fit: cover;
}

.review .slide .user h3{
  font-size: 2rem;
  color: #ffff;
  padding-bottom: .5rem;
}

.review .slide .user i{
  font-size: 1.3rem;
  color: var(--primary);
}

@media (max-width: 768px){

 

  .review .review-slider{
      width: 100%;
      padding: 1rem;
     
  }

}

.section-gallery .gallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.section-gallery .gallery img:first-child {
  grid-row: 1/3;
  grid-column: 1/3;
}

.section-gallery .gallery img:nth-child(2) {
  grid-column-start: 3;
  grid-column-end: 5;
}

.section-gallery .gallery img {
  width: 100%;
  height: 100%;
}


.wrapper-f {
  background-image: url('../image/ad414961-375d-437f-aa7f-39a4b261fd57.jpeg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  height: 500px;
  position: relative;
}

.wrapper-f .text-f {

 background-color:rgba(255,255,255, 0.5);
  padding: 40px;
  width: 40%;
 
  position: absolute;
  top: -8%;
  right: 10%;
  padding-top: 2%;
  color: black;
}

@media only screen and (max-width: 675px) {
  .wrapper-f .text-f {
      width: 80%;
      padding: 15px;
  }
}

.wrapper-f .content-f {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 30px;
}

.wrapper-f h1 {
  font-weight: 400;
}

.wrapper-f p {
  margin: 20px 0 50px 0;
  line-height: 30px;
}

.wrapper-f i {
  margin: 5px 20px 0 0;
}
.box:hover{
  color: #924bed;
  transform: scale(1.1); 
  transition-duration: 0.3s;
}


/*contact*/

#icons-section-contact {
  font-family: 'Bodoni Moda', serif;
  background-color: rgba(15, 15, 15, 0.068);
 
}

.card-body:hover{
  background: #375553; 
background: -webkit-linear-gradient(to right, #a4c2de, #5d7385);  
background: linear-gradient(to right, #a4dadea6, #5d7385); 

}


@media (min-width: 768px) {

 
  .container { max-width: 720px; }


  .hero {
    min-height: 600px;
    display: grid;
    place-items: center;
  }

  .hero-content { margin-block-end: 0; }

  .hero .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 30px;
  }


  .room-item:hover{
    border-style: solid;
    border-width: 1px;
    color: #aa944b41;
    box-shadow: 0 5px 5px 0 rgba(119, 102, 39, 0.685);
     
    
    }
    
    
    .room-item2:hover{
      border-style: solid;
      border-width: 1px;
      color: #aa944b41;
      box-shadow: 0 5px 5px 0 rgba(119, 102, 39, 0.685);
    }


  .service-list { grid-template-columns: 1fr 1fr; }



  .features-list > li:first-child { margin-block-end: 0; }

  .features-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }




@media (min-width: 992px) {

 
  :root {

  
    --fs-1: 5.4rem;

  }


  .container { max-width: 950px; }



  .header {  }

  .overlay,
  .nav-open-btn,
  .navbar-top { display: none; }

  .navbar,
  .navbar.active {
    all: unset;
    margin-inline-start: auto;
  }

  .header .btn { margin-inline-start: 0; }

  .navbar-list {
   
    display: flex;
    gap: 30px;
  }

  .navbar-item:not(:last-child) { border-bottom: none; }

  .navbar-link { color:#574218; 
  }



  .hero { min-height: 700px; }



  /**
   * ABOUT
   */

  .about .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }



  /**
   * SERVICE
   */

  .service-list { grid-template-columns: repeat(3, 1fr); }



  /**
   * FEATURES
   */

  .features-list { grid-template-columns: 1fr; }

  .features .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }

  .features .section-title { grid-column: 1 / 4; }

  .features-banner {
    margin-block: 0;
    display: grid;
    place-items: center;
  }



.gallery {
	display: flex;
	flex-wrap: wrap;

	margin: -1rem -1rem;
}

.gallery-item {
  flex: 1 0 24rem;
	margin: 1rem;
	box-shadow: 0.3rem 0.4rem 0.4rem rgba(0, 0, 0, 0.4);
	overflow: hidden;
}

.gallery-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 400ms ease-out;
}

.gallery-image:hover {
	transform: scale(1.15);
}


@supports (display: grid) {
	.gallery {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(24rem, 1fr));
		grid-gap: 2rem;
	}

	.gallery,
	.gallery-item {
		margin: 0;
	}
}





@media (min-width: 1200px) {

  .container { max-width: 1200px; }

  .section-title { --fs-3: 4.6rem; }

  .hero { min-height: 800px; }

 

  .blog-list { grid-template-columns: 1fr 1fr; }

  .blog-card { height: 100%; }

  .blog-card .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

}
.mtop {
  margin-top: 40px;
}
.offer img {
  width: 100%;
  height: 100%;
}

.offer .right {
  padding: 20px;
  margin: 20px;

}

.offer .content h4 {
  font-size: 20px;
  color: black;
  font-family: serif;
}

.offer .rate i {
  font-size: 13px;
  color: #C71111;
  margin: 10px 10px 20px 0;
}

.offer .content h5 {
  color: #627795;
  margin-bottom: 10px;
}

.offer .box {
  transition: 0.7s;
}

.offer .box:hover {
  transform: translateY(-10px);
}

.flex {
  display: flex;
}

.flex1 {
  display: flex;
  justify-content: space-between;
}
.left, .right {
  width: 50%;
}

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

 .grid,
  .blog .grid,
  .offer2 .grid,
  .wrapper2 .content,
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .home h1 {
    font-size: 100px;
  }

  .home {
    height: 80vh;
  }

  .home .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    grid-gap: 15px;
  }

  .home .box:nth-last-child(1) {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 3;
  }

 
  /*------------home------------*/
  /*------------about------------*/
  .left, .right {
    width: 100%;
  }

  .area .content,
  .room .content,
  .about .content {
    flex-direction: column;
  }

  .wrapper2::after,
  .area .left::after,
  .timer.about::before,
  .timer.about::after,
  .about .right::after,
  .about::before,
  .about::after {
    display: none;
  }

  /*------------about------------*/
  /*------------wrapper------------*/
  .wrapper .container {
    max-width: 80%;
    margin: auto;
  }

  /*------------wrapper2------------*/
  /*------------room------------*/
  .room img {
    margin: 0;
    margin-top: 50px;
  }

  /*------------room------------*/
  /*------------timer------------*/
  .timer.wrapper {
    height: 50vh;
  }

  /*------------timer------------*/
  /*------------offer------------*/
  .offer .box {
    flex-direction: column;
  }

  .offer .right {
    margin: 0px;
  }

  .area img {
    margin: 0px;
    width: 100%;
  }

 
  .offer2.wrapper {
    height: 100vh;
  }

  
  .customer .mtop {
    max-width: 100%;
  }


  .subscribe {
    max-width: 100%;
  }

}

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

 

  .grid2,
  .blog .grid,
  .offer2 .grid,
  .wrapper2 .content,
  .grid {
    grid-template-columns: repeat(1, 1fr);
  }


  /*------------wrapper------------*/
  .wrapper .container {
    max-width: 90%;
  }

  .wrapper {
    height: 100vh;
  }

  .wrapper .item {
    padding: 20px;
    border: 0 solid #F3F3F3;
  }

  .offer2.wrapper {
    height: 170vh;
  }
}
.offer img {
  width: 100%;
  height: 100%;
}

.hotel-history {
  display: flex;
}

.hotel-history > div {
  padding: 1rem;
}

.hotel-history .box-1 {
  background: url('../image/hotel\ Sunrays.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  flex: 1;
}
.hotel-history .box-11 {
  background: url('../image/hotel\ Sunrays.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  flex: 1;
}

.hotel-history .box-2 {
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  background: #24262b;
  color: #f3f2f3;
}

.hotel-history .box-2 h1 {
  padding: 2rem;
}

.hotel-history .box-2 p {
  padding: 1rem;

  margin-bottom: 1rem;
}

.hotel-history .box-2 a {
  background-color: #f3f2f3;
  color: black;
  padding: 1rem;
  margin-bottom: 1rem;
}

}}

.container{
	max-width: 1170px;
	margin:auto;
}
.row{
	display: flex;
	flex-wrap: wrap;
}
ul{
	list-style: none;
}
.footer{

	background-color: #24262b;
    padding-bottom: 80px 0;
}
.footer-col{
   width: 25%;
   padding: 0 15px;
}
.footer-col h4{
	font-size: 18px;
	color: #ffffff;

	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}
.footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: hsl(38, 61%, 73%);
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}
.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}
.footer-col ul li a{
	font-size: 16px;
	
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: white;
	display: block;
	transition: all 0.3s ease;
}
.footer-col ul li a:hover{
	color: #ffffff;
	padding-left: 8px;
}
.footer-col .social-links a{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255,255,255,0.2);
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
	color: #24262b;
	background-color: #ffffff;
}

/*responsive*/
@media(max-width: 767px){
  .footer-col{
    width: 50%;
    margin-bottom: 30px;
}
}
@media(max-width: 574px){
  .footer-col{
    width: 100%;
}
}




.footer .row1{
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center !important;
 color: white; 
 padding-bottom: 20px;
  }
  
  @media (max-width:720px){
 
  .footer .row ul li{
  display:block;
  margin:10px 0px;
  text-align:left;
  }
  .footer .row a i{
  margin:0% 3%;
  }
  }
  .footpargh{
    font-size: 16px;

    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
   
    display: block;
    transition: all 0.3s ease;
  }

  

h1{
  color: #F1F1F1;
  text-align: center;
  font-size: 40px;
  margin-top: 50px;
}
.galerie {
  width: 80%;
  max-width: 1300px;
  margin: 70px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.item{
  width: 300px;
  height: 200px;
  margin: 10px;
  overflow: hidden;
  flex-shrink: 0;
}

.item img{
  width: 100%;
  height: auto;
}

.modal {
      display: none;
      position: fixed;
      z-index: 9999;
      padding-top: 100px;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      background-color: rgba(0, 0, 0, 0.9);
    }
.modal-content {
      margin: auto;
      display: block;
      width: 80%;
      max-width: 1200px;
    }
.close {
      color: #f1f1f1;
      position: absolute;
      top: 15px;
      right: 35px;
      font-size: 40px;
      font-weight: bold;
      transition: 0.3s;
      cursor: pointer;
    }
 .close:hover,
    .close:focus {
      color: #bbb;
      text-decoration: none;
      cursor: pointer;
    }