@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --roboto: "Roboto", sans-serif;
  --bigcontainer: 1320px;
  --light-bg: #f5faff;
  --dark-888: #888888;
  --white: #ffffff;
  --black: #1c1c1c;
  --blue: #0c37ca;
  --font-40: 40px;
  --font-34: 34px;
  --font-24: 24px;
  --font-22: 22px;
  --font-20: 20px;
  --font-18: 18px;
  --font-16: 16px;
}



h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

a:focus-visible {
  outline: none !important;
}

.post,
.page {
  margin: 0;
}

.row {
  margin: 0;
}

p,
ul {
  margin: 0;
  padding: 0;
}

.row > * {
  padding-left: 0;
  padding-right: 0;
}

body {
  width: 100%;
  font-family: var(--roboto);
  overflow-x: hidden !important;
  -webkit-overflow-scrolling: touch;
}

a {
  text-decoration: none;
  color: inherit;
}

.big-container {
  width: 100%;
  max-width: var(--bigcontainer);
  margin: 0 auto;
}
.main-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
}
.menuitems ul {
  display: flex;
  align-items: center;
  grid-gap: 30px;
  list-style: none;
}
.menuitems ul li a {
  color: var(--dark-888);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  transition: all 0.4s;
}
.menuitems ul li a:hover,
.menuitems ul li a.active {
  color: var(--blue);
  font-weight: 600;
}
.coman-cta {
  display: inline-block;
  color: var(--white);
  text-align: center;
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.36px;
  border-radius: 10px;
  border: 1px solid var(--blue);
  background: var(--blue);
  padding: 15px 28px;
  transition: all 0.4s;
  text-transform: uppercase;
  border: 1px solid var(--blue);
}
.coman-cta:hover {
  background: transparent;
  color: var(--blue);
}
.footeritems ul {
  display: flex;
  align-items: center;
  grid-gap: 30px;
  list-style: none;
  margin-top: 30px;
  justify-content: center;
}
.footeritems ul li a {
  color: var(--dark-888);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  transition: all 0.4s;
}
.footeritems ul li a:hover,
.footeritems ul li a.active {
  color: var(--blue);
  font-weight: 600;
}
.outerfooter {
  padding: 80px 0 50px 0;
  background: var(--light-bg);
  text-align: center;
}
.copyrightfooter {
  padding: 20px 0 20px 0;
  background: var(--light-bg);
  border-top: 1px solid rgba(28, 28, 28, 0.1);
}
.innecopyflex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.innecopyflex p {
  color: var(--black);
  font-size: var(--font-16);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.innecopyflex a {
  font-weight: 600;
  transition: all 0.4s;
}
.innecopyflex a:hover {
  color: var(--blue);
}
.herophotos {
  /* display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px; */
  margin-bottom: 10px;
}
/* .herophotos img:nth-child(1) {
  grid-row: 1 / 3;
  grid-column: 1;
}

.herophotos img:nth-child(2) {
  grid-row: 1;
  grid-column: 2;
}

.herophotos img:nth-child(3) {
  grid-row: 1;
  grid-column: 3;
}

.herophotos img:nth-child(4) {
  grid-row: 2;
  grid-column: 2;
  margin-top: -160px;
}

.herophotos img:nth-child(5) {
  grid-row: 2;
  grid-column: 3;
} */
.titleitself h2 {
  color: var(--black);
  font-size: var(--font-40);
  font-style: normal;
  font-weight: 500;
  margin-bottom: 24px;
  line-height: normal;
}
.titleitself {
  text-align: center;
}
.contentinfo p {
  color: var(--dark-888);
  text-align: center;
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
}
.animitiesouter {
  padding: 80px 0;
}
.titlenew h2 {
  color: var(--black);
  font-size: var(--font-40);
  font-style: normal;
  font-weight: 500;
  margin-bottom: 40px;
  line-height: normal;
  text-align: center;
}
.loopanimities ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 18px 80px;
  list-style: none;
}
.loopanimities ul li {
  color: var(--black);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: relative;
  padding-left: 30px;
}
.loopanimities ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background: url(../images/check.svg) no-repeat center center/contain;
}
.faqs {
  padding: 80px 0;
}
.accordion-item {
  margin-bottom: 10px;
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion-button:not(.collapsed) {
  color: var(--white);
  background-color: transparent;
  box-shadow: none;
}
.accordion-item:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none;
}
button.accordion-button {
  padding: 25px;
  color: var(--black);
  font-size: var(--font-22);
  font-style: normal;
  font-weight: 500;
      background-color: var(--light-bg);

  line-height: normal;
}
.accordion-item {
    background-color: var(--light-bg);
    border: none;
}
.accordion-button:not(.collapsed) {
    color: var(--white);
    background-color: var(--blue);
    box-shadow: none;
}
.accordion-body {
    background: var(--blue);
    padding: 0 25px 25px 25px;
} 
.accordion-body p{
  color: var(--white);
font-size: var(--font-18);
font-style: normal;
font-weight: 400;
line-height: 150%; 
}
.accordion-body ul{
  padding: 10px 0 10px 25px;
}
.accordion-body ul li{
    color: var(--white);
font-size: var(--font-18);
font-style: normal;
font-weight: 400;
line-height: 150%; 
}
.accordion-button::after{
  background-image: url(../images/chevron.svg);
  width: 24px;
height: 24px;
}
.accordion-button:not(.collapsed)::after {
  background-image: url(../images/chevron.svg);
  filter: brightness(0) invert(1);
}
.bgcontact{
  background: url(../images/contactbg.png) no-repeat center center/cover;
  height: 420px;
  display: flex;
  align-items: center;
}
.maincontentcontact h2{
  color: var(--white);
font-size: var(--font-34);
font-style: normal;
font-weight: 600;
line-height: normal;
margin-bottom: 20px;
}
.maincontentcontact p{
  color: var(--white);
font-size: var(--font-20);
font-style: normal;
font-weight: 400;
line-height: 29px;
margin-bottom: 50px;
max-width: 493px;
}
.second-cta {
  display: inline-block;
  color: var(--black);
  text-align: center;
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.36px;
  border-radius: 10px;
  border: 1px solid var(--white);
  background: var(--white);
  padding: 15px 28px;
  transition: all 0.4s;
  text-transform: uppercase;
}
.second-cta:hover {
  background: transparent;
  color: var(--white);
}
.roomloops{
  background: var(--light-bg);
  padding: 20px;
}
.roombox{
  background: var(--light-bg);
  border-bottom: 1px solid #E3E3E3;
  padding-bottom: 20px;
  padding-top: 20px;
}
.roomrates{
  padding: 80px 0;
}
.roominner{
  display: grid;
  grid-template-columns: 287px auto;
  grid-gap: 30px;
}
.flexleft h2 {
    color: var(--black);
    font-size: var(--font-24);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 24px;
}
.flexleft p {
    color: var(--dark-888);
    font-size: var(--font-16);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.flexicon {
    display: flex;
    grid-gap: 15px;
    align-items: center;
    margin-bottom: 60px;
}
.flexicon span{
  color: var(--black);
font-size: var(--font-18);
font-style: normal;
font-weight: 500;
line-height: normal;
}
.linkclass a{
  color: var(--dark-888);
font-size: var(--font-16);
font-style: normal;
font-weight: 500;
line-height: normal;
text-decoration-line: underline;
}
.linkclass a:hover{
  color: var(--blue);
}
.flexright p {
    color: var(--black);
    font-size: var(--font-16);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;
    text-align: right;
}
.flexroom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.roomloops .roombox:first-child{
  padding-top: 0;
}
.roomloops .roombox:last-child{
  padding-bottom: 0;
  border-bottom: 0;
}
.headerouter {
    position: fixed;
    width: 100%;
    z-index: 9;
    background: var(--white);
    height: 114px;
    border-bottom: 1px solid rgb(136 136 136 / 10%);
}
section#home {
    padding-top: 114px;
}
.menutoogle{
  display: none;
}
.mobilemenuitems ul {
  display: flex;
  align-items: center;
  grid-gap: 0px;
  list-style: none;
  flex-direction: column;
}
.mobilemenuitems ul li a {
    color: var(--dark-888);
    font-size: var(--font-18);
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    transition: all 0.4s;
    border-bottom: 1px solid var(--dark-888);
    display: block;
    padding: 20px 0 20px 0;
}
.mobilemenuitems ul li a:hover,
.mobilemenuitems ul li a.active {
  color: var(--blue);
  font-weight: 600;
}
.mobilemenuitems ul li {
    width: 100%;
}
.formrowinner{
 background: var(--light-bg);
 padding: 35px;
}
.maindivpart label {
    color: var(--dark-888);
    font-size: var(--font-16);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 9px;
}
form#bookingForm {
    display: flex;
    grid-gap: 20px;
    justify-content: space-between;
}
.form-control, .form-control::placeholder,
.form-select, .form-select::placeholder{
    color: var(--black);
    font-size: var(--font-20);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: transparent;
    border: none;
    padding: 0;
}
.form-select {
    background: url(../images/chevron.svg) no-repeat center right;
    width: 60px;
}
.form-control:focus,
.form-select:focus{
  box-shadow: none;
  background: transparent;
}
.booknow-modal.modal .modal-dialog {
    min-width: 985px;
}
.booknow-modal.modal .modal-content {
    background-color: var(--white);
    border-radius: 20px;
}
.booknow-modal.modal .btn-close {
    position: absolute;
    right: 23px;
    top: 23px;
    padding: 0;
    background-size: 20px;
    z-index: 1;
}
.booknow-modal.modal .btn-close:focus {
  box-shadow: none;
}
.booknow-modal .modal-body {
    padding: 70px 50px 35px 50px;
}
.booknow-modal .booknow-modal-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.booknow-modal .booknow-modal-inner>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    grid-gap: 20px;
    height: 200px;
}
.booknow-modal .booknow-modal-inner>div:first-child {
    border-right: 1px solid var(--dark-888);
}
.booknow-modal .booknow-modal-inner img {
    max-width: 245px;
    height: 55px;
}