@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@1,200&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,500;0,600;1,100;1,300;1,500;1,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat');

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a{
  text-decoration: none;
}
a:hover{
  text-decoration: none;
}
/* slider  */

.nav-item a {
  font-weight: 600;
}
.carousel-item {
  height: 120vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  background-size: cover;
  --secondary-color: #caa169;


}

.carousel-item img {
  background-size: cover;
  background-color: #151515;
}

.carousel-caption {
  position: absolute;
  margin-bottom: 250px;
  background-repeat: no-repeat;
}

.carousel-caption h5 {
  color: white;
  font-size: 75px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 25px;
  font-family: 'Playfair Display', serif;
   
  font-weight: 800px;
  z-index: 6666;
  /* background: crimson; */
}



.carousel-caption p {
  width: 60%;
  margin: auto;
  font-size: 58px;
  line-height: 1.9;
  font-family: 'Playfair Display', serif;
  color: white;

}

.slider-aniket {
  width: 100%;

}


.carousel-item:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 66;


}

.carousel-control-prev-icon.carousel-inner:before {
  z-index: -1;
}


.nav-links {
  color: black !important;
}

.nav-links:hover {
  color: #caa169 !important;
}

.nav-items {
  margin: 15px;
}

a.button-link {
  padding: 12px;
  width: 15%;
  border-radius: 30px;
  font-size: 16px;

}
a.button-link{
  text-decoration: none;
  color: black;
  border-radius: 30px;
  border:1px solid black;
  text-align: center;
}

.button-link:hover {
  background-color: #caa169;
  color: white;
  text-decoration: none;

}

.button-link:hover a {

  color: white;

}

.button-link a {
  text-decoration: none;
  font-weight: 500;
  color: black;
}

.hd-nav a {
  font-size: 50px;
  font-family: 'Roboto', sans-serif;
  font-family: 'Rubik Dirt', cursive;
 
 
}



/* room section  */

.rooms_wrapper .room-items {
  position: relative;
  overflow: hidden;
}

.rooms_wrapper .room-items img {
  width: 100%;
  -webkit-transition: all 400ms ease-in 0s;
  transition: all 400ms ease-in 0s;
}

.rooms_wrapper .room-items:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
}


.rooms_wrapper .room-items::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bg-black);

  background-size: cover;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 400ms ease-in 0s;
  transition: all 400ms ease-in 0s;
}

.rooms_wrapper .room-items:hover::before {
  opacity: 0.6;
}

.rooms_wrapper .room-item-wrap {
  position: absolute;
  left: 1.87rem;
  right: 1.87rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.rooms_wrapper .room-items .room-content {
  border: .125rem solid var(--bg-white);
  padding: 5rem 1.875rem;
  -webkit-transform: scale3d(1.2, 1.2, 1.2);
  transform: scale3d(1.2, 1.2, 1.2);
  transition: all 500ms ease-in 0s;
  opacity: 0;
}

.rooms_wrapper .room-items:hover .room-content {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}



.height {
  box-shadow: 5px 5px 10px #b6aeae;
}



/* .cardd3:hover{transition: 3ms;
  transform: scale(1.1);
  overflow: hidden; */


.bouce:hover {
  transition: 3ms;
  transform: scale(1.1);
  overflow: hidden;
}

/* 
@media screen and (max-width:362px) {

  .cardd1{ align-items: center;
    justify-content: center;
    margin-top: 50px;
   
   
  }
} */


card-box .card-body {
  text-align: center;
}

.room_info {
  display: flex;

}

.room_info__single {
  margin: 25px;
}



#border1 {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border: none;
}

.icon-text {
  text-align: center;
}

.card-body {

  margin-top: -40px;
}

.card-body button {
  height: 50px;
  width: 40%;
  border-radius: 50px;
  background-color: #ffac41;
  border: none;

}

.card-body button a {
  font-size: 15px;
  background-color: #ffac41;
  border: none;
}

.c-height{
  min-height:490px
}
.tabs {
  width: 100%;
}

.tabs input[type=radio] {
  display: none;
}

.tabs label {
  transition: background 0.4s ease-in-out, height 0.2s linear;
  display: inline-block;
  cursor: pointer;
  color: black;
  width: 20%;
  height: 3em;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #FCFCFC;
  text-align: center;
  line-height: 3em;
}

.tabs label:last-of-type {
  border-bottom: none;
}

.tabs label:hover {
  background: #66451a;
  color: #ffffff;
}

.button-banner{
  margin-top:50px
}
a.button-banner{
  text-decoration: none;
  color: white;
  border-radius: 30px;
  border: 1px solid white;
  padding: 10px;
  background-color: #caa169;
  
}
a.button-banner:hover{
  text-decoration: none;
  color: white;
  border-radius: 30px;
  border: 1px solid white;
  padding: 10px;
  background: transparent;
  
}

a.footer-link{
  text-decoration: none;
  color: #fff;
}
a.footer-link:hover{
  text-decoration: none;
  color: #fff;
}

#tab1:checked+label,
#tab2:checked+label,
#tab3:checked+label,
#tab4:checked+label {
  background: #66451a;
  color: #FFFFFF;
}

.tab-content {
  position: absolute;
  top: -9999px;
  padding: 10px;

  display: flex;
}

.tab-content-wrapper {
  background: #FCFCFC;
  border-top: #66451a 5px solid;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  border-top: none;
}



#tab1:checked~.tab-content-wrapper #tab-content-1,
#tab2:checked~.tab-content-wrapper #tab-content-2,
#tab3:checked~.tab-content-wrapper #tab-content-3,
#tab4:checked~.tab-content-wrapper #tab-content-4 {
  position: relative;
  top: 0px;
}


.btn-button {
  color: white;
  text-decoration: none;
}

.btn-button:hover {
  color: white;

}





#Gallery {
  background-color: rgb(223, 213, 213);

}

@media screen and (max-width:362px) {

  .preet-text h5 {
    justify-content: center;
    font-size: 34px;



  }

  .carousel-caption {

    margin-bottom: 50px;


  }

  .carousel-caption h5 {

    font-size: 45px;

  }



  .carousel-caption p {

    font-size: 35px;


  }

  .carousel-item img {
    height: 400px;
  }
}

#lastmake {
  background-color: #fff;
  /* box-shadow: 5px 5px 5px 0px black; */
}


@media screen and (max-width:362px) {

  .mymap iframe {
    height: 200px;
    width: 300px;
  }



}


.bggg {
  background-image: url(./assets/images/new\ bg.png);
  height: 520px;
  width: 100%;
  background-size: cover;
}

.wht h1 {
  color: white;
}

.wht p {
  color: white;
}

.wht button {
  height: 40px;
  width: 290px;
  background-color: transparent;
  border: 1px solid yellow;
  color: white;
}

.wht button:hover {
  background-color: yellow;
  color: black;
}

.wht {
  position: relative;
  top: 140px;
}


@media screen and (max-width:362px) {

  .wht h1 {
    font-size: 20px;
    text-align: center;

  }

  .wht p {
    font-size: 10px;
    display: none;
  }

  .wht button {
    height: 30px;
    width: 190px;
  }



}

@media screen and (max-width:362px) {

  .chk-btn .width-btn {
    height: 35px;
    width: 286px;


  }
}

.chk-btn .width-btn {
  border: none;
}

.main-btn {
  text-decoration: none;
}

/* searvices  */





@media screen and (max-width: 1600px) {
  .tabs label {
    width: 15%;
  }
}

@media screen and (max-width: 1400px) {
  .card-body button a {
    font-size: 13px;

  }
}

@media screen and (max-width: 1200px) {
  .card-body button a {
    font-size: 10px;

  }
}



@media screen and (max-width: 995px) {
  .last-footer {

    height: 450px;

  }

  .card-body button a {
    font-size: 8px;

  }

  .card-body button {
    height: 40px;
    width: 60%;



  }

  .room_info__single {
    margin: 3px;
  }

  .carousel-item {
    height: 52vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    background-size: cover;
    --secondary-color: #caa169;


  }

  .button-link a {
    width: 50%;
  }

}

@media screen and (max-width: 767px) {
  .last-footer {

    height: 650px;



  }

  .card-body button a {
    font-size: 18px;

  }

  .card-body button {
    height: 50px;
    width: 40%;



  }


  .button-link {
    width: 50%;
  }

}

@media only screen and (max-width: 913px) {
  .last-footer {

    height: 600px;

  }

  .box {
    width: 100%;

  }

  .book .container {
    flex-direction: column;
  }

  .grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .book .search {
    width: 100%;

  }

  .book .search input {
    margin-top: 0;

  }

  .book {
    height: auto;
  }

  .room_info__single {
    margin: 5px;
  }




  .tabs label {
    width: 20%;
  }



}

@media only screen and (max-width: 415px) {
  .last-footer {

    height: 800px;

  }

  #footer-flax {
    display: table-column;
  }

  .text-end {
    margin-right: 70px;
  }

  .grid {
    flex-direction: column;
  }

  .grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .room_info__single {
    margin: 20px;
  }




  .tabs label {
    width: 100%;
    display: block;
    border-bottom: 2px solid #C7C6C4;
    border-radius: 0;
  }

  .tabs {
    margin: 0;
  }


  .tab-content-wrapper,
  .tab1-content-wrapper {
    border: none;
    border-radius: 0;
  }



  .tab-content {
    flex-direction: column;
  }




  .card-body button a {
    font-size: 10px;

  }

  .card-body button {
    height: 40px;
    width: 40%;



  }

  .carousel-caption {

    margin-bottom: 50px;


  }

  .carousel-caption h5 {

    font-size: 45px;

  }



  .carousel-caption p {

    font-size: 35px;


  }

  .carousel-item img {
    height: 400px;
  }

  .navbar-toggler span {
    color: black;


  }

  .navbar-brand img {
    height: 30px;
  }
}

.footer-list li{
  list-style-type: none;
  margin-top: 10px;
}
.footer-list li a{
  text-decoration: none;
  color: grey;
  font-size: 16px;
  font-weight: 400;
  
}