/* preet  */



@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');


* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  /* background color */
  --primary-color: #021832;
  --secondary-color: #caa169;
  --bg-color: #f4f4f4;
  --bg-white: #fff;
  --bg-black: #000;

  /* text style */

  --primary-font: 'poppins', 'sans-serif';
  --secondary-font: 'oswald', 'sans-serif';

  --primary-text: #021832;

  --secondary-text: #caa169;

  --text-white: #fff;

  --text-black: #151515;
  --text-gray: #e4e4e4;
}

body {
  font-family: var(--primary-font);
  background-color: var(--bg-white);
}

a {
  text-decoration: none;
}

::-webkit-scrollbar {
  width: .375rem;
}

::-webkit-scrollbar-track {
  background: var(--secondary-color);
}

::-webkit-scrollbar-thumb {
  background: var(--primary-color);
}

section {
  padding: 3.125rem 0;
}

.main-btn {
  font-size: 1rem;
  font-weight: 500;
  color: var(--primary-color);
  text-transform: uppercase;
  background-color: transparent;
  border: 0.0635rem solid var(--primary-color);
  padding: .375rem 1.875rem;
  border-radius: 3.125rem;
  line-height: 1.75rem;
  display: inline-block;
  transition: all 0.3s ease-out 0s;
  margin: 7px;
}

.main-btn:hover {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--text-white);
}

.btn2:hover {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--text-white);
}

h1 {
  font-size: 2.75rem;
  line-height: 4.25rem;
  font-family: 700;
  color: var(--text-white);
  margin-bottom: 1.25rem;
  text-transform: uppercase;
  font-family: var(--secondary-font);
}

h3 {
  margin-bottom: 1.875rem;
  line-height: 2.875rem;
  font-weight: 700;
  font-size: 2.25rem;
  color: var(--secondary-font);
}

h3 span {
  color: var(--secondary-color);
}

h5 {
  font-size: 1.5rem;
  line-height: 1;
  color: var(--primary-text);
  font-weight: 500;
  font-family: var(--secondary-color);

}

h6 {
  font-size: .875rem;
  color: var(--primary-text);
  margin-bottom: .9375rem;
  text-transform: uppercase;
  font-weight: 300;
  font-family: var(--secondary-font);
}

p {
  font-size: 1rem;
  color: var(--text-black);
  line-height: 1.625rem;
}

.section-title::after {
  content: '';
  background-image: url(../images/title-icon.webp);
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  margin-top: 0.9375rem;
  height: .9375rem;
}

/* navbar */

.header_wrapper .navbar {
  padding: .9375rem 0;
  background-color: var(--bg-white);
  -webkit-box-shadow: 0.5rem .375rem -0.375rem rgb(0 0 0/40%);
  box-shadow: 1px 1px 1px 1px black;
  -webkit-transition: background 0s ease-in-out 0s, margin-top 0s ease-in-out 0s, opacity 0s ease-in-out 0s;
  transition: background 0s ease-in-out 0s, margin-top 0s ease-in-out 0s, opacity 0s ease-in-out 0s;

}

.header_wrapper .nav-item {
  margin: 0.625rem;
}

.header_wrapper .nav-item .nav-link {
  font-size: 16px;
  font-weight: 500;
  color: var(--primary-text);
  display: inline-block;
}

.header_wrapper .nav-item .nav-link:hover,
.header_wrapper .nav-item .nav-link.active {
  color: var(--secondary-text);
}

.navbar.header-scrolled {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: rgba(255, 255, 255, .85);
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.main-btn {
  text-decoration: none;
}












/* aniket */

/* rooms  */



.heading-text11 {
    height: 300px;
    background-color: #66451a;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-size: contain; */
}




/* calender-text  */




.booking-area {
  height: 150px;
}

#calender1 {
  height: 100px;
  background-color: gray;
  display: flex;
  align-items: center;


}


/* calender1 */

.flex {
  display: flex;

}

.grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;

}

.book {

  width: 100%;
  height: 34vh;
  color: white;

}

.book .input {
  background-color: #807f7f;
  padding: 20px 20px 40px 20px;

}


.book .search {
  background-color: #66451a;
  padding: 20px;
  width: 20%;

}

.book .search input {
  background: none;
  border: none;
  font-weight: bold;
  font-size: 20px;
  margin-top: 20px;
  color: white;
}

input {
  width: 100%;
  padding: 15px;
  border: 2px solid rgba(255, 255, 255, 0);
  outline: none;
  background: #f1f1f1;
  margin-top: 20px;
  color: black;

}

::placeholder {
  color: black;

}









/* footer  */


.last-footer {
  background-color: #3a3138;
   padding: 20px;
  margin-top: 40px;

}

#footer1-color {
  background-color: #3a3138;
  color: white;
  border: 1px solid #3a3138;
}

#footer1-color p {

  color: gray;
}

#footer1-color h6 {

  color: white;
}

#footer-flax {
  display: flex;
}





/* 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;
}






/* select  */



.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;
}





#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;

}






/* 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: 550px;



  }

  .card-body button a {
    font-size: 8px;

  }

  .card-body button {
    height: 40px;
    width: 60%;



  }

  .room_info__single {
    margin: 3px;
  }

}

@media screen and (max-width: 767px) {
  .last-footer {

    height: 850px;



  }

  .card-body button a {
    font-size: 18px;

  }

  .card-body button {
    height: 50px;
    width: 40%;



  }




}

@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: 900px;

  }

  #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%;



  }



}