* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none !important;
}

body {
  font-family: Montserrat !important;
}

/* common css */

.black {
  color: #000 !important;
}

.white {
  color: #fff !important;
}

.bg-blue {
  background-color: #1261a0;
}
.bg-grey {
  background-color: #aaa;
}

.bg-black {
  background-color: #000;
}

.blue {
  color: #1261a0;
}

.navbar-brand img {
  width: 120px;
}

.nav-link {
  color: #000 !important;
  width: fit-content;
  text-align: center;
  padding: 15px !important;
  font-weight: 500;
  font-size: 16px;
}

.nav-link img {
  width: 20px;
}

.nav-link i {
  animation-name: fadeInDown;
  animation-duration: 1s;
  animation-delay: 0s;
  width: 20px;
  transition: all 0.5s;
  animation-iteration-count: infinite;
}

.infinite {
  animation-name: fadeInDown;
  animation-duration: 1s;
  animation-delay: 0s;
  width: 20px;
  transition: all 0.5s;
  animation-iteration-count: infinite;
}

.nav-link:hover {
  background-color: #eee !important;
}

.registration-form {
  position: fixed !important;
  right: 0px !important;
  top: 0px;
}
.pre-register-nav a,
.pre-register-nav a:hover {
  text-decoration: none;
}

.registration-inputs {
  border: none;
  border-bottom: 1px solid #ccc;
  width: 100%;
  padding: 10px;
}
.registration-submit {
  padding: 5px 40px !important;
  color: #fff !important;
  margin-top: 20px;
}

.header-img video {
  width: 100%;
}

.head-absolute {
  background-color: rgba(0, 0, 0, 0.767);
  box-shadow: 0px 0px 20px 0px #000;
}
.head-absolute h1{
  font-size: 50px;
}
.head-absolute h1 span{
  color: #d89d51;
}
.head-absolute p {
  padding: 5px 0px;
  margin: 5px;
}
.head-absolute h5 {
  border-radius: 4px;
}

.btn {
  border: none;
  animation: Gradient 3s ease infinite;
  text-shadow: 0 3px 6px var(#3895d3) !important;
  background-color: var(#072f5f) !important;
  background: linear-gradient(-45deg, #072f5f, #3895d3, #072f5f, #3895d3);
  background-size: 400% 400%;
}

.btn1 {
  animation: rocking 3s ease infinite;
  border: none;
}

@-webkit-keyframes Gradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
@-moz-keyframes Gradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
@keyframes Gradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}

@keyframes rocking {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(2deg);
  }
  75% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(0);
  }
}

.sec {
  position: relative;
}

.heading {
  font-size: 40px;
  color: #1261a0;
  writing-mode: vertical-rl;
}

.sec-1-img {
  border: 1px solid #1261a0;
  padding: 10px 20px;
}

.sec-1-img:hover {
  color: #fff;
  border: none;
  animation: Gradient 3s ease infinite;
  text-shadow: 0 3px 6px var(#3895d3) !important;
  background-color: var(#072f5f) !important;
  background: linear-gradient(-45deg, #072f5f, #3895d3, #072f5f, #3895d3);
  background-size: 400% 400%;
}

.sec-2 {
  position: relative;
  overflow: hidden;
}

.sec-2-text {
  font-weight: 300;
}

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td,
th {
  border: 1px solid #ddd;
  text-align: left;
  padding: 12px;
}

.p-table td {
  width: 1%;
}

tr:nth-child(even) {
  background-color: #eee;
}

.shadow {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -100%;
  transition: 1s all ease;
}

.sec-2:hover .shadow {
  bottom: 0px;
}

.enquirybtn {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.5);
  margin: auto;
  width: fit-content;
  padding: 10px;
  text-align: center;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 1s all ease;
}

.sec-2:hover .enquirybtn {
  top: 50%;
}

.amenities{
  overflow: hidden;
  
}

.amenities img {
  box-shadow: 0px 0px 50px -35px #000;
  width: 100%;
  height: 150px;
  transition: 0.2s all ease;
  padding: 2px;
  background-color: #fff;
  transition: 1s all ease;
}

.amenities a:hover img {
  padding: 2px;
  background-color: #1261a0;
}

.gallery img {
  /* height: 150px; */
  width: 100%;
  height: 250px;
  background-color: #000;
  opacity: 0.8;
  border-radius: 5px;
  transition: 1s all ease;
}

.gallary-img {
  background-color: #000;
  border-radius: 5px;
}

.gallery img:hover {
  opacity: 1;
  transform: scale(1.05);
}

header {
  overflow: hidden;
}

.res-footer {
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
}

.res-footer-item {
  border-right: 2px solid #555;
}
.res-footer p {
  font-size: 12px;
}
.res-footer a,
.res-footer a:hover,
.res-footer a:active {
  text-decoration: none;
  color: #fff;
}

.modal-hd {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
}

.modal-heading {
  font-size: 18px;
  text-align: center;
}

.modal-logo {
  width: 40%;
  padding-bottom: 20px;
}

.modal-icons img {
  width: 80px;
}

.modal-icons p {
  color: #1261a0;
  font-size: 16px;
  font-weight: 600;
}

.desk-hide {
  display: none;
}

.exclusive-pricing{
  border-radius: 10px;
  text-shadow: 0 3px 6px var(#3895d3) !important;
  background-color: var(#072f5f) !important;
  background: linear-gradient(-205deg, #072f5f, #3895d3, #072f5f, #3895d3);
  background-size: 400% 400%;
}

.exclusive-pricing h6{
  color: #fff;
  font-weight: 600;
  font-size: 24px;
}
.exclusive-pricing p{
  font-size: 14px;
}

.exclusive-pricing-1{
  border-radius: 10px;
 animation: Gradient 3s ease infinite;
  text-shadow: 0 3px 6px var(#3895d3) !important;
  background-color: var(#072f5f) !important;
  background: linear-gradient(-45deg, #072f5f, #3895d3, #072f5f, #3895d3);
  background-size: 400% 400%;
}

.exclusive-pricing-1 h6{
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.exclusive-pricing-1 p{
  font-size: 14px;
  color: #fff;
  margin: 0px;
}

@media (max-width: 576px) {
  .desk-hide {
    display: block;
  }

  .res-hide {
    display: none;
  }

  .head-absolute {
    position: unset !important;
    padding: 20px 40px !important;
  }

  .heading {
    writing-mode: unset;
    padding: 20px 30px 10px 0px;
  }

  .nav-link {
    width: 100%;
  }

  .header-img img {
    height: unset;
  }

  .head-absolute h2 {
    font-size: 32px;
  }

  .end {
    padding: 20px 20px 80px 20px !important;
  }
}

@media (min-width: 576px) and (max-width: 768px) {

  .end {
    padding: 20px 20px 80px 20px !important;
  }
  .head-absolute {
    position: unset !important;
    padding: 20px 40px !important;
  }

  .heading {
    writing-mode: unset;
    padding: 20px 30px 10px;
  }

  .desk-hide {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 992px) {

  .end {
    padding: 20px 20px 80px 20px;
  }
  .heading {
    writing-mode: unset;
    padding: 20px 30px 10px;
  }

  .desk-hide {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
}

.end {
  padding: 20px;
}

.end p {
  font-size: 12px;
  margin: 0px;
  color: #fff;
}

.end a {
  color: #fff !important;
}
