* {
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
figure {
  margin: 0;
  padding: 0;
}
a {
  color: #292929;
  text-decoration: none;
}
.w-90 {
  width: 90% !important;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
}
h1 {
  padding: 0;
  margin: 0 0 15px 0;
  font-family: "Roboto", sans-serif;
  font-size: 42px;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  text-transform: uppercase;
}
h2 {
  padding: 0;
  margin: 0 0 15px 0;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: 700;
  font-style: normal;
  color: #000;
  text-transform: uppercase;
}
h3 {
  padding: 0;
  margin: 0 0 15px 0;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  color: #000;
  text-transform: capitalize;
}
h4 {
  padding: 0;
  margin: 0 0 15px 0;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 700;
  font-style: normal;
  color: #000;
  text-transform: capitalize;
}
h5 {
  padding: 0;
  margin: 0 0 15px 0;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  color: #000;
  text-transform: capitalize;
}
h6 {
  margin: 0 0 20px 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  color: #000;
  text-align: center;
  text-transform: capitalize;
  line-height: 24px;
}
p {
  padding: 0;
  margin: 0 0 15px 0;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  color: #000;
  line-height: 30px;
  position: relative;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  position: relative;
}
/* Header */

.header-section {
  background-color: #000;
}
.header-sec-inner {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.header-section .navbar-collapse {
  justify-content: end;
}
.header-section .navbar-light .navbar-nav .nav-link {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.3px;
  padding: 0;
  font-weight: 300;
}
.header-section .navbar-light .navbar-nav .nav-item {
  padding: 0 20px;
}
.header-section .navbar-light .navbar-nav .nav-item.active a {
  border-bottom: 2px solid;
}
.header-section .navbar-light .navbar-nav .nav-item:hover a {
  border-bottom: 2px solid;
}
.header-sec-left a.phone {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.3px;
  padding-right: 10px;
}
.header-sec-left a img {
  padding: 0 10px;
}
.istay-landing-logo {
  height: 120px;
}
.istay-landing-logo a img {
  height: 100%;
}
.landing-herader .header-top-sec-right {
  display: flex;
  justify-content: end;
  flex-direction: column;
  align-items: end;
}
.landing-herader .header-top-sec-right a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.header-sec-left {
  display: flex;
  align-items: center;
  justify-content: end;
}
.header-sec-left-last-img img {
  padding-right: 0 !important;
}

/* banner */
#banner-sec {
  position: relative;
}
#banner-sec img {
  width: 100%;
  height: 800px;
  object-fit: cover;
}
#banner-sec .banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.banner-content-inner {
  text-align: start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
}
.banner-content-inner h1 {
  font-size: 50px;
  margin-bottom: 20px;
}
.banner-content-inner ul li {
  list-style: none;
  color: #fff;
  line-height: 30px;
  padding-bottom: 20px;
  font-size: 20px;
}
.banner-content-inner ul {
  padding: 0;
}
.banner-content-inner ul li i {
  padding-left: 15px;
  animation: blink 1s linear infinite;
}
.banner-content-inner ul li span {
  padding-left: 15px;
  font-weight: 700;
  font-size: 22px;
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.bttn a {
  background: #21c7d6;
  text-align: center;
  font-weight: 400;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 30px;
}
.contact-btn {
  padding-left: 0 !important;
}
.banner-btn-sec {
  display: flex;
  width: 100%;
  margin-top: 10px;
}
.banner-sec-wrap {
  display: flex;
  align-items: center;
}

/* secvice-sec */

#secvice-sec {
  padding: 60px 0;
  background-color: #21c7d6;
}
#secvice-sec h3 {
  text-align: center;
  font-size: 30px;
  padding-bottom: 20px;
  font-weight: 800;
}
#secvice-sec p {
  text-align: center;
}
#secvice-sec img {
  width: 100%;
}
.box-item-content {
  background: #000c;
  padding: 20px 0;
  text-align: center;
}
.box-item-content span {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
}
.reserve-form-wrapper {
  background: #0000008f;
  padding: 30px;
}
.reserve-form-wrapper .gform_required_legend {
  display: none;
}
.reserve-form-wrapper .gform_wrapper.gravity-theme .gfield input {
  font-size: 14px;
  margin-bottom: 20px;
  width: 100%;
}
.reserve-form-wrapper
  .gform_wrapper.gravity-theme
  .ginput_container_date
  img.ui-datepicker-trigger {
  filter: grayscale(1) invert(1);
}
.reserve-form-wrapper .gform_wrapper.gravity-theme .gfield input.large,
.reserve-form-wrapper .gform_wrapper.gravity-theme .gfield select.large {
  margin-bottom: 20px;
}
.reserve-form-wrapper #gform_submit_button_3 {
  background: #21c7d6;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 16px;
  border: 1px solid #21c7d6;
}
.reserve-form-wrapper #gform_submit_button_3:hover {
  background: transparent;
  color: #21c7d6;
  border: 1px solid #21c7d6;
}
.reserve-form-wrapper .gform_title {
  padding-bottom: 15px;
  border-bottom: 2px solid #00c6d5;
  color: #00c6d5;
  margin-bottom: 30px;
}

/*(((((((((((((((((((((( Footer )))))))))))))))))))*/
footer {
  background: #021e22;
}
footer .opacity {
  background: rgba(25, 36, 50, 0.97);
  height: 100%;
  padding: 138px 0 0 0;
}
footer .opacity .top-footer {
  border-bottom: 1px solid #24303f;
  padding-bottom: 30px;
}
footer p,
footer .footer-link ul li a,
footer .footer-service ul li a,
footer .footer-address ul li {
  color: #cbd1da;
}
footer .footer-logo p {
  margin: 20px 90px 0 0;
}
.footer-addr {
  margin-bottom: 20px;
  padding: 0;
  list-style: none;
}
footer h4 {
  color: #fff;
  position: relative;
  padding-bottom: 18px;
  border-bottom: 2px solid #374455;
  margin-bottom: 20px;
  font-size: 18px;
}
footer h4:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 2px;
  width: 70px;
}
footer .footer-link {
  width: 19%;
}
footer .footer-link ul li,
footer .footer-service ul li {
  line-height: 35px;
}
footer .footer-link ul li i,
footer .footer-service ul li i {
  margin-right: 10px;
}
footer .footer-link ul {
  display: inline-block;
  vertical-align: top;
}
footer .footer-link ul:nth-child(2) {
  margin-right: 28px;
}
footer .footer-service {
  padding-left: 85px;
  width: 18%;
}
.footer-addr li {
  color: #dbdada;
  padding: 10px 5px;
}
.footer-links {
  padding: 0;
}
.footer-links li {
  display: inline-block;
}
.footer-links li a {
  color: #ffffff;
  padding: 5px 10px;
  font-size: 13px;
  background: rgba(6, 61, 69, 0.4);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.footer-links li a:hover,
.footer-links li a:focus {
  color: rgba(6, 61, 69, 1);
  background: #ffffff;
}
footer .footer-address ul li {
  line-height: 25px;
  margin-bottom: 16px;
  position: relative;
}
footer .footer-address ul li span {
  position: absolute;
  top: 2px;
  left: 0;
}
footer .footer-address ul li span:before {
  font-size: 20px;
  padding-left: 2px;
}
footer .footer-address ul li span.flaticon-map-solid:before {
  font-size: 26px;
}
footer .bottom-footer p {
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  margin: 0;
  text-transform: uppercase;
  color: #0094a8;
}
footer .bottom-footer p a {
  color: #2da3b3;
}
footer .bottom-footer ul li {
  display: inline-block;
  margin-left: 8px;
}
footer .bottom-footer ul li a {
  width: 30px;
  height: 30px;
  background: #273648;
  text-align: center;
  line-height: 30px;
  color: #c6cbcf;
}
footer .bottom-footer ul li a:hover {
  color: #fff;
}
footer .bottom-footer {
  padding: 0;
  background: #4de0f4;
  display: flex;
}
.top-footer {
  padding: 1% 0;
  font-size: 14px;
  font-family: muli;
  letter-spacing: 1px;
}
.footer-logo {
  margin-bottom: 20px;
  margin-top: -55px;
}
.top-footer .ficon {
  padding-right: 10px;
  vertical-align: sub;
}
.top-footer .ficon img {
  padding-bottom: 10px;
}
.social-links li {
  display: inline-block;
}
.social-links li a {
  padding: 10px;
  color: #ffffff;
  font-size: 20px;
}
.social-links li a:hover,
.social-links li a:focus {
  color: #4de0f4;
}
.footer-bg {
  background-image: url(../images/footer/footer-bg1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 3em 0;
}
.footer-bg h3 {
  font-size: 32px;
  line-height: 1.5;
  color: #0193a8;
  font-family: "PlayfairDisplay-Bold";
}
.footer-bg h4 {
  font-size: 50px;
  color: #24c8d7;
  font-family: "PlayfairDisplay-Bold";
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.our-features {
  padding: 60px 0;
  background: #f2f2f2;
}
.our-features ul {
  list-style: none;
  padding: 50px 0;
}
.our-features ul li i {
  padding-right: 20px;
}
.our-features ul li {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}
.our-features h3 {
  text-align: center;
  font-size: 30px;
  font-weight: 800;
}
.client-slider {
  padding: 60px 0;
}
.reserve-form-wrapper .gform_wrapper .gform_validation_errors {
  display: none;
}
.reserve-form-wrapper .gform_wrapper.gravity-theme .description,
.reserve-form-wrapper .gform_wrapper.gravity-theme .gfield_description,
.reserve-form-wrapper .gform_wrapper.gravity-theme .gsection_description,
.reserve-form-wrapper .gform_wrapper.gravity-theme .instruction {
  padding: 0;
  background: transparent;
  border: none;
  margin: 0;
  text-align: start;
}
.client-slider .theme-title {
  margin-bottom: 40px;
}
.client-slider .item {
  background: #21c7d6;
  padding: 40px 100px;
  margin: 0 50px;
}

/* review */
.review-title {
  margin-bottom: 25px;
}
.review-header-content {
  display: flex;
  justify-content: space-between;
  background: #07282b;
  padding: 50px 20px;
  border-radius: 20px;
  margin-right: 10px;
}
.review-header-content .review-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #fff;
}
.review-header-content .review-header-content-inner {
  width: calc(100% - 70px);
}
.review-main-grid .swiper-container {
  max-width: 100%;
  padding: 30px;
}
.review-main-grid .swiper-wrapper {
  height: 100%;
}
.review_slider-item {
  height: 100%;
}
.review_info {
  box-shadow: 0 3px 42px -23px #0000114d;
  background: #28c5d475;
  border-radius: 20px;
  overflow: hidden;
  padding: 20px;
  height: 100%;
}
.review_info_header {
  display: flex;
  justify-content: space-between;
}
.review_icon {
  width: 50px;
  height: 50px;
  background: #7c5aa5;
  border-radius: 50%;
  overflow: hidden;
}
.review_info_author {
  width: calc(100% - 70px);
}
.review_info_author h6 {
  margin-bottom: 0;
  text-align: start;
}
.review_info_author p {
  margin-bottom: 0;
}
.review-content-inner {
  margin-top: 20px;
}
section#review-wrapper {
  padding: 60px 0 100px 0;
}
.review-header-content-inner h6 {
  text-align: start;
  color: #fff;
}
.review-header-content-inner h5 {
  color: #fff;
}
.review-header-content-inner p {
  color: #fff;
}
#review-wrapper i{
  color: #ffbb01d1;
}
section#review-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section#review-wrapper .btn-primary {
  color: #07282b;
  background-color: #21c7d6;
  border-color: #21c7d6;
}
section#review-wrapper .btn-primary:hover {
  color: #21c7d6;
  background-color: transparent;
  border-color: #21c7d6;
}
section#review-wrapper .review-title h4{
  font-size: 30px;
  font-weight: 700;
  color: #07282b;
}
section#review-wrapper .review-content-inner p {
  height: 270px;
}
section#review-wrapper .swiper-button-next,
section#review-wrapper .swiper-button-prev {
  color: #fffefe;
  background: #07282b;
}
section#review-wrapper .swiper-button-next:after, 
section#review-wrapper .swiper-button-prev:after {
  font-size: 20px;
  padding: 10px;
  font-weight: 900;
}
section#review-wrapper .swiper-button-prev,section#review-wrapper .swiper-rtl .swiper-button-next {
  left: auto;
  right: 80px;
  top: 20px;
}
section#review-wrapper .swiper-button-next,section#review-wrapper .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
  top: 20px;
}
section#review-wrapper .swiper-button-next,section#review-wrapper .swiper-button-prev {
  width: 40px;
}
section#review-wrapper .swiper-wrapper {
  padding-top: 60px;
}