**,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
body {
  background-color: #f2f2f2;
  background-image: url("images/bg.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
h1,
h2,
h4,
h6 {
  font-family: "Poppins", sans-serif;
}
a {
  font-family: "Poppins", sans-serif;
  margin: 0;
}
a:hover {
  text-decoration: none;
}
.text {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  margin-top: 20px;
  color: #8c8c8c;
}
.btn-text {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: calc(10px + 0.390625vw);
}
li {
  list-style-type: none;
}

/*	*******CSS*******	*/
/*	accent:#2be3e3 regular	*/

/******** NAV BLOCK ONE ********/
.nav-block-one {
  background-color: #849dc6;
  font-family: "Poppins";
}
.row {
  padding-top: 30px;
}
.nbo-logo {
  display: -webkit-flex;
  justify-content: center;
  width: 20%;
}
.nbo-logo > img {
  height: 70px;
}
.col {
  width: 65%;
  /*display: -ms-flexbox !important;
	        display: flex !important;
	        flex-direction: column;
	        -ms-flex-preferred-size: auto;
	        flex-basis: auto;
	        justify-content: center;*/
}
.nav-link {
  color: #000 !important;
  margin-left: auto;
  margin-right: auto;
  transition: 200ms;
  font-weight: 600;
}
.nav-item > a {
  padding: 10px 20px 0px 20px !important;
}
.nav-link:visited {
  color: #8c8c8c;
}
.nav-link:hover {
  color: #013000 !important;
}
.navlink-active {
  color: #013000 !important;
}
.nav-link-active {
  color: #013000 !important;
  border-bottom: 2px solid #013000;
  width: 70%;
  margin: 5px auto 0px auto;
}
.navbar-toggler {
  border: none !important;
}
.menu-wh {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background-image: url("../svg/menu.svg") !important;
  background: no-repeat center center;
  background-size: 100% 100%;
}

.check-reservation {
  background-color: #013000 !important;
  color: #fff !important;
  border: 1px solid #013000 !important;
  transition: 200ms ease-in;
  height: auto !important;
}
.check-reservation:hover {
  background-color: transparent !important;
  color: #013000 !important;
}

.check-reservation {
  background-color: #013000 !important;
  color: #fff !important;
  border: 1px solid #013000 !important;
  transition: 200ms ease-in;
  height: auto !important;
}
.check-reservation:hover {
  background-color: transparent !important;
  color: #013000 !important;
}

/******** HERO BLOCK ONE ********/

/******** HERO BLOCK ONE ********/

.hbo {
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.hbo-row {
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  padding-bottom: 120px;
  background-image: url("../images/view.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
}
.hbo-text-block > h2,
.hbo-text-block > p {
  text-shadow: 0px 0px 30px #1a1a1a;
}
.hbo-row > .col-md > div {
  position: relative;
}
.hbo-form {
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 265px;
  margin-left: auto;
  margin-right: auto;
}
.hbo-form-grp {
  display: -webkit-flex;
  justify-content: space-around;
  align-items: flex-end;
  width: 100%;
  background-color: #fff;
  padding: 20px 20px;
  border-radius: 20px;
  box-shadow: 1px 1px 10px #d9d9d9;
}
.hbo-form-grp > div {
  flex: 1;
  margin: 10px;
}
.hbo-form-grp > div > .form-control {
  border: 1px solid #f2f2f2;
  background-color: #f2f2f2;
  color: #595959;
}
.submit-btn {
  background-color: #013000 !important;
  color: #fff !important;
  border: 1px solid #013000 !important;
  transition: 200ms ease-in;
}
.submit-btn:hover {
  background-color: #fff !important;
  color: #013000 !important;
}

/******** SECTION BLOCK THREE ********/
.sb3 {
  display: -webkit-flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.sb3-row2 {
  width: 90%;
  margin-top: 40px;
}
.sb3-icon > img {
  height: 40px;
  /*			margin-right:15px;*/
}
.popular-location {
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.sb3-min-price {
  display: -webkit-flex;
  justify-content: space-around;
  align-items: center;
}
.popular-img {
  width: 100%;
  border-radius: 20px;
}
.popular-accommodation {
  background-color: #fff;
  border-radius: 20px;
  height: 100%;
}
.tour-test {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  background-color: #013000;
  padding: 20px;
  height: 100%;
  border-radius: 20px;
}
.p-acc > .popular-accommodation > div {
  padding-bottom: 30px;
}
.capacity-rating {
  position: relative;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: -30px auto 10px auto;
  padding: 15px;
  border-radius: 5px;
  backdrop-filter: blur(8px);
  background-color: hsla(0, 0%, 100%, 0.7);
  z-index: 10;
  box-shadow: 1px 1px 10px #d9d9d9;
}
.view-house-btn {
  border: none;
  background-color: transparent;
  color: #04baba;
  padding: 10px 0px;
  transition: 200ms ease-in;
}
.view-house-btn:hover {
  color: #04baba;
}
.view-house-btn::after {
  content: url("../svg/arrow-white.svg");
  display: inline-block;
  height: 20px !important;
  width: 20px;
  margin-left: 7px;
}
.view-house-btn:hover::after {
  content: url("../svg/arrow-grn.svg");
  display: inline-block;
  height: 20px !important;
  width: 20px;
  margin-left: 7px;
  animation: slideright;
  animation-duration: 200ms;
  transition: 200ms ease-in;
}
.view-house-btn:focus {
  border: none !important;
  outline: none !important;
}
@keyframes slideright {
  from {
    transform: translateX(-27px);
    opacity: 0;
  }
  to {
    transform: translateX(0px);
    opacity: 1;
  }
}
/*******/
.sbo-icon > img {
  height: 20px;
  margin-right: 5px;
}
.sbo-divider {
  border: 1.5px solid #013000;
  margin: 5px 0px;
  width: 30%;
}
/*******/
.sb9-img-block {
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  background-color: hsla(0, 0%, 100%, 0.6);
  backdrop-filter: blur(8px);
  border-radius: 20px;
}
.sb9-h6 {
  color: #5ebfad;
}
.sb9-img {
  width: 60px;
}
/*******/
.tour-rating {
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.tour-rating > div {
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.tour-rating > div > .text {
  margin: 0px auto 0px 8px;
  color: #f2f2f2;
}
.rating {
  height: 13px;
  margin-left: 5px;
}
.tourcon {
  position: relative;
  height: 30px;
  margin-left: 5px;
}
/*******/

/******** TOUR BLOCK ONE ********/

.tbo {
  display: -webkit-flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  margin-bottom: 40px;
}
.tbo-row {
  width: 90%;
  margin-bottom: 30px;
}
.tbo-row1 {
  width: 90%;
  margin-top: 50px;
}
.tbo-row > .col-md-6,
.tbo-row1 > .col-md-6 {
  position: relative;
  padding: 0;
}
.tbo-img-block > img {
  width: 100%;
  border-radius: 20px;
}
.tbo-text-block {
  position: absolute;
  width: 120%;
  top: 40px;
  right: 0px;
  padding: 60px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 1px 1px 10px #d9d9d9;
}
.tbo-img-block1 > img {
  width: 100%;
  border-radius: 20px;
}
.tbo-text-block1 {
  position: absolute;
  width: 120%;
  top: 40px;
  left: 0px;
  padding: 60px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 1px 1px 10px #d9d9d9;
  z-index: 10;
}
.tour-icons {
  display: -webkit-flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  width: 50%;
  padding: 10px;
  background-color: #2be3e3;
  border-radius: 10px;
}

/******** TOUR BLOCK TWO ********/

.tb1 {
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0px;
  padding-bottom: 70px;
  margin-bottom: 40px;
}
.tb1-row {
  width: 100%;
  margin-bottom: 10px 0px;
  overflow-x: hidden;
}
.tb1-row > .col-md-6 {
  padding: 0;
}
.tour-img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.tb1-col6 > div,
.second-img {
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
  height: 450px;
  overflow-x: hidden;
}
.tb1-col6 > div > div {
  width: 50%;
}
.tb1-txt > div > .tb1-txt-block {
  padding: 40px;
}
.first-img,
.ti-1 {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.second-img {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

/* FOOTER BLOCK THREE */

.fb3 {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 0px 0px 0px;
  background-color: #fff;
}
.fb3-row {
  width: 80%;
  padding-top: 10px;
}
.fb3-row1 {
  width: 100%;
  margin-top: 60px;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background-color: #013000;
  padding-top: 0;
}
.fb3-row1 > div {
  width: 50%;
  display: -webkit-flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.fb3-row1 > div > div {
  padding: 15px;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}
.fb3-row1 > div > div > a {
  color: #fff;
  transition: 500ms;
}
.fb3-row1 > div > div > a:hover {
  color: #a6ffff;
}
.fb3-social-icon {
  width: 50%;
  display: -webkit-flex;
  justify-content: space-between;
}
.fb3-col-div > .fb3-img-block {
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.fb3-img-block > img {
  width: 170px;
}
.fb3-col-div {
  display: -webkit-flex;
  justify-content: space-around;
}
.fb3-tel {
  display: -webkit-flex;
  align-items: center;
  margin-bottom: 10px;
}
.fb3-social-icon > a > img {
  width: 40px;
}
.fb3-tel > img {
  height: 20px;
}
.div2 {
  height: 100% !important;
}
.fb3-col > .div2 {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: space-between;
}
.btn {
  padding: 10px 15px;
  background-color: #013000;
  border: 1px solid #013000;
  color: #fff;
  border-radius: 0.25rem;
  transition: 200ms;
}
.btn:hover {
  border: 1px solid #013000;
  background-color: transparent;
  color: #013000;
}
.btn:active {
  outline: none !important;
}
.fb3-text {
  color: #013000;
  margin: 5px auto;
}

@media screen and (max-width: 2560px) {
  h1 {
    font-size: 70px;
  }
  h2 {
    font-size: 60px;
  }
  h4 {
    font-size: 50px;
  }
  h6 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1920px) {
  h1 {
    font-size: 60px;
  }
  h2 {
    font-size: 50px;
  }
  h4 {
    font-size: 40px;
  }
  h6 {
    font-size: 25px;
  }
}
@media screen and (max-width: 1536px) {
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 45px;
  }
  h4 {
    font-size: 35px;
  }
  h6 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1280px) {
  h1 {
    font-size: 45px;
  }
  h2 {
    font-size: 40px;
  }
  h4 {
    font-size: 28px;
  }
  h6 {
    font-size: 20px;
  }
  /* TOUR BLOCK ONE  */
  .tbo {
    margin-bottom: 100px;
  }
  .tbo-row1 {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1024px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 35px;
  }
  h4 {
    font-size: 23px;
  }
  h6 {
    font-size: 18px;
  }

  /*	TOUR BLOCK THREE	*/

  .tbo-text-block,
  .tbo-text-block1 {
    padding: 40px;
  }

  /*	SECTION BLOCK THREE	*/
  .sb3-row2 {
    width: 95%;
  }
  .capacity-rating {
    width: 100%;
  }
  .tourcon {
    height: 25px;
  }

  /*	FOOTER BLOCK ONE	*/
  .fb3-img-block {
    margin-right: 30px;
  }
}
@media screen and (max-height: 720px) and (min-height: 600px) {
  /*	SECTION  BLOCK THREE */
  .capacity-rating {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  /*	NAV BLOCK ONE */

  .nav-link-active {
    width: 20%;
    margin: 5px 0px 5px 20px;
  }

  /*	SECTION  BLOCK THREE	*/
  .sb3-icon > img {
    height: 30px;
    /*			    margin-right: 15px;*/
  }
  .capacity-rating {
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
  .sb3-min-price {
    display: -webkit-flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
  }
  .capacity-rating > div {
    margin: 5px;
  }

  /*	TOUR BLOCK ONE	*/

  .tour-icons {
    width: 60%;
  }
  /* TOUR BLOCK ONE  */
  .tbo {
    margin-bottom: 140px;
  }
  .tbo-row1 {
    margin-top: 140px;
  }

  /* FOOTER BLOCK THREE	*/
  .fb3-row {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 35px;
  }
  h2 {
    font-size: 30px;
  }
  h4 {
    font-size: 20px;
  }
  h6 {
    font-size: 16px;
  }

  /*	NAV BLOCK ONE */
  .navbar-nav {
    margin-top: 40px;
    width: 40%;
  }
  .nbo-logo > img {
    height: 50px;
  }
  .col {
    width: 60%;
  }
  .nbo-icons {
    width: 15%;
  }
  .nbo-icon {
    width: 15px;
  }
  .nav-link-active {
    width: 30%;
    margin: 5px 0px 5px 20px;
  }

  /*	SECTION BLOCK THREE	*/

  .p-acc,
  .p-acc1 {
    margin-bottom: 30px;
  }
  .sb3-row2 > .col-md-8 > div {
    display: -webkit-flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }
  .sb3-row2 > .col-md-8 > div > div {
    width: 100%;
  }
  .capacity-rating {
    width: 90%;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }

  /* TOUR BLOCK ONE  */
  .tbo {
    margin-bottom: 0px;
  }
  .tbo-row1 {
    margin-top: 20px;
  }
  .tbo-img-block {
    width: 100%;
  }
  .tbo-img-block1 {
    width: 100%;
    margin-top: 40px;
  }
  .tbo-text-block {
    position: relative;
    width: 100%;
  }
  .tbo-text-block1 {
    position: relative;
    width: 100%;
    top: 0px;
  }

  /* TOUR BLOCK TWO  */
  .tb1-col6 > div {
    height: auto;
    overflow-x: hidden;
  }
  .first-img {
    display: none !important;
    border-radius: 20px;
  }
  .first-img > img {
    width: 100%;
  }
  .tb1-txt {
    margin-top: 40px;
  }
  .tb1-txt > div > .tb1-txt-block {
    padding: 30px;
    width: 70%;
  }
  .second-img {
    width: 30%;
  }

  /* FOOTER BLOCK THREE  */

  .div2 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
  }
  .div2 > div:nth-child(1) {
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
  }
  .div2 > div:nth-child(2) {
    width: 50%;
  }
  .fb3-social-icon {
    width: 100%;
  }
  .fb3-col-div {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-flex;
    justify-content: space-around;
  }
}
@media (min-width: 768px) and (max-width: 768px) and (min-height: 1024px) and (max-height: 1024px) {
  /*	SECTION  BLOCK THREE */
  .sb3-row2 {
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
  .sb3-row2 > .col-md-4 {
    max-width: 68% !important;
  }

  /* TOUR BLOCK ONE  */
  .tbo {
    overflow-x: hidden;
  }
  .tbo-row1 {
    margin-top: 50px;
  }
  .tbo-img-block1 > img,
  .tbo-img-block > img {
    width: 150%;
    border-radius: 20px;
  }
  .tbo-text-block {
    position: absolute;
    width: 150%;
    right: 0;
  }
  .tbo-text-block1 {
    width: 150%;
  }

  /* TOUR BLOCK TWO  */
  .tb1-col6 > div,
  .second-img {
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    height: 450px;
    overflow-x: hidden;
  }
  .tour-img {
    width: auto !important;
    height: 100%;
    object-fit: contain;
  }
  .first-img {
    display: block !important;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .tb1-txt {
    margin-top: 0px;
  }

  /*	Footer block one			*/

  .fb3-col-div {
    width: 100%;
  }
  .fb3-img-block > img {
    width: 120px;
  }
  .div2 {
    margin-top: 0;
  }
  .div2 > div:nth-child(2) {
    width: 100%;
  }
}
@media (min-width: 820px) and (max-width: 820px) and (min-height: 1180px) and (max-height: 1180px) {
  /* TOUR BLOCK TWO  */
  .tb1-txt-block {
    padding: 30px !important;
  }
}
@media screen and (max-width: 720px) {
  /* FOOTER BLOCK THREE */
  .fb3-col-div {
    width: 80%;
  }
  .div2 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 600px) {
  /*	NAV BLOCK ONE */
  .navbar-collapse {
    padding-top: 40px;
    padding-left: 0px;
  }
  .show {
    margin-bottom: 30px;
  }

  /*	SB3	*/
  .capacity-rating {
    display: -webkit-flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    background-color: hsla(0, 0%, 100%, 1);
    backdrop-filter: blur(15px);
  }
  .sb3-min-price {
    display: -webkit-flex;
    justify-content: space-around;
    flex-direction: row;
    align-items: center;
  }

  /*	FOOTER BLOCK ONE	*/
  .fb3-img-block {
    margin-right: 0px;
  }
}
@media screen and (max-width: 480px) {
  h1 {
    font-size: 35px;
  }
  h2 {
    font-size: 27px;
  }
  h4 {
    font-size: 20px;
  }
  h6 {
    font-size: 16px;
  }
  .text,
  .btn-text {
    font-size: calc(15px + 0.390625vw);
    font-weight: 400;
  }

  /*	NAV BLOCK ONE */
  .nbo-nav {
    display: -webkit-flex;
    justify-content: space-between;
  }
  .nbo-logo {
    width: 25%;
  }
  .col {
    width: 50%;
  }
  .nbo-icons {
    width: 25%;
  }

  .tour-icons {
    width: 80%;
  }

  /*	SECTION BLOCK THREE	*/
  .p-acc {
    margin-bottom: 30px;
  }
  .capacity-rating {
    padding: 7px;
  }
  .view-house-btn::after {
    content: url(" ");
    display: inline-block;
    height: 0px !important;
    width: 0px;
  }
  .view-house-btn:hover::after {
    content: url(" ");
    display: inline-block;
    height: 0px !important;
    width: 0px;
  }

  /* TOUR BLOCK ONE  */
  .tbo-text-block,
  .tbo-text-block1 {
    padding: 20px;
  }

  /* FOOTER BLOCK THREE */
  .fb3-col-div {
    width: 80%;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
  }
  .div2 > div:nth-child(2) {
    width: 70%;
  }
  .fb3-col-div > div:nth-child(2) {
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 30px;
  }
  .txt-ctr {
    text-align: center;
  }
  .fb3-tel {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 360px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 25px;
  }
  h4 {
    font-size: 18px;
  }
  h6 {
    font-size: 14px;
  }
}
@media screen and (max-width: 320px) {
  /*	NAV BLOCK ONE */
  .nbo-logo {
    width: 35%;
  }
  .col {
    width: 35%;
  }
  .nbo-icons {
    width: 35%;
  }
  .nbo-logo > img {
    height: 25px;
  }
  .nav-link {
    font-size: 16px;
  }
}
