@charset "UTF-8";
.ui-slider-handle {
  height: 30px;
  width: 30px;
  background: #3d2d09;
  border-radius: 15px;
  font-size: 25px;
}

.ui-widget-header {
  background: #b0b0b0;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
  border: 1px solid #cbcbcb;
  background: #ffffff;
}
.ui-state-default::before,
.ui-widget-content .ui-state-default::before {
  content: "";
  width: 1px;
  height: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 44%;
  background-color: #cbcbcb;
}
.ui-state-default::after,
.ui-widget-content .ui-state-default::after {
  content: "";
  width: 1px;
  height: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 58%;
  background-color: #cbcbcb;
}

.ui-widget.ui-widget-content {
  border: 1px solid transparent;
  background-color: #c5c5c5;
  height: 3px;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -15px;
}

.price-cover {
  border: 1px solid #8080807d;
  border-radius: 9px;
  padding: 5px;
}

.drop-ul {
  margin: 8px 0 0 0 !important;
  border-radius: 20px;
}

.price-text {
  padding: 10px 0 0 15px;
  font-size: 15px;
}

.btn-size {
  border-radius: 20px;
  border: 1px solid #dee2e6;
  font-size: 16px;
  background-color: white;
  padding: 5px 20px;
  margin-bottom: 1px;
}

.btn-minus {
  color: darkgray;
  border-radius: 50px;
  border: 1px solid gray;
  padding: 0 9px;
}

.guest-text {
  font-size: 18px;
  margin: 3px;
}

.guest-span {
  color: gray;
  font-size: 13px;
}

.clear {
  color: black;
  text-decoration: underline;
}

.form-check {
  display: inherit;
}

.wrapper-box {
  width: 100%;
  padding: 30px 0px;
  background: #fff;
}

.box-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 15px;
  overflow: hidden;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.box-cover::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0.4;
}
.box-cover .box-sec {
  position: relative;
  z-index: 1;
  padding: 60px;
  color: #fff;
}
.box-cover .box-sec h4 {
  font-size: 33px;
  font-weight: 700;
}
.box-cover .box-sec h5 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 15px;
}
.box-cover .box-sec p {
  color: #fff !important;
  margin-bottom: 0px;
  margin-bottom: 0px;
  line-height: 26px;
  font-size: 18px;
}

.hekaya-cover {
  width: 100%;
  background-color: #ededed;
  padding: 100px 0px;
}
@media screen and (max-width: 992px) {
  .hekaya-cover {
    padding: 50px 0px !important;
  }
}
.hekaya-cover h6 {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .hekaya-cover h6 {
    font-size: 25px;
  }
}
.hekaya-cover .cover-box {
  border-bottom: 1px solid #dddddd;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .hekaya-cover .cover-box {
    padding-right: 5%;
  }
}
.hekaya-cover .cover-box h3 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 16px;
}
.hekaya-cover .cover-box p {
  font-size: 16px;
  font-weight: 400;
  color: #717171 !important;
}

.hekaya-mind {
  width: 100%;
  padding: 50px 0px;
}
@media screen and (max-width: 992px) {
  .hekaya-mind {
    padding: 40px 0px !important;
  }
}
.hekaya-mind .mind-txt {
  display: flex;
}
.hekaya-mind .mind-txt h6 {
  font-size: 50px;
  font-weight: 700;
  padding-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .hekaya-mind .mind-txt h6 {
    font-size: 25px;
  }
}
.hekaya-mind .mind-txt p {
  font-size: 18px;
}
.hekaya-mind .mind-img img {
  width: 100%;
  border-radius: 15px;
}

.explore-sec {
  width: 100%;
  background-color: #84641a;
  padding: 100px 0px;
}
@media screen and (max-width: 992px) {
  .explore-sec {
    padding: 50px 0px !important;
  }
}
.explore-sec .d-explore {
  display: flex;
}
.explore-sec .description h5 {
  color: #fff;
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .explore-sec .description h5 {
    font-size: 30px;
  }
}
.explore-sec img {
  width: 100%;
  border-radius: 15px;
}
.explore-sec a {
  border: 1px solid #fff;
  border-radius: 10px;
  font-size: 18px;
  color: #fff;
  padding: 13px 25px;
  transition: 0.3s all ease-in-out;
  display: inline-block;
}
.explore-sec a:hover {
  background: #fff;
  color: #000;
}

.newsletter-sec {
  width: 100%;
  padding: 40px 0px 10px 0px;
}
.newsletter-sec .news-box {
  width: 100%;
  display: flex;
  border: 1px solid #e3e3e3;
  border-radius: 15px;
  padding: 27px;
  align-items: center;
  background: #f9f9f9;
}
.newsletter-sec .news-box .news-txt {
  width: 100%;
}
.newsletter-sec .news-box .news-txt h6 {
  font-size: 22px;
  font-weight: 600;
}
.newsletter-sec .news-box .news-txt p {
  font-size: 18px;
  margin-bottom: 0px;
}
.newsletter-sec .news-box .news-input {
  display: flex;
}
.newsletter-sec .news-box .news-input input {
  height: 50px;
  width: 500px;
  border: 1px solid #a7a6a6;
  padding: 10px;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  font-size: 16px;
}
.newsletter-sec .news-box .news-input button {
  font-size: 18px;
  padding: 10px 20px;
  border: none;
  background: #84641a;
  color: #fff;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  transition: 0.3s all ease-in-out;
}
.newsletter-sec .news-box .news-input button:hover {
  background: #000;
}

.panorama {
  width: 100%;
}
.panorama .box-cover {
  width: 100%;
}
.panorama .box-cover img {
  width: 100%;
}

.nature-wild {
  width: 100%;
  padding: 30px 0px;
}
.nature-wild h5 {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  text-align: center;
}
.nature-wild p {
  font-size: 18px;
  margin-bottom: 0px;
  text-align: center;
}

.box-icon {
  width: 100%;
  padding: 30px 0px 17px 0px;
  background: #ededed;
}
.box-icon .icon-sec {
  width: 100%;
  height: 100%;
  padding: 25px;
  border: 1px solid #dfdfdf;
  border-radius: 15px;
  background: #fff;
  text-align: center;
}
.box-icon .icon-sec img {
  height: 47px;
  margin-bottom: 20px;
}
.box-icon .icon-sec p {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.topics-sec {
  width: 100%;
  padding: 30px;
}
.topics-sec h6 {
  font-size: 22px;
  font-weight: 600;
  color: #000;
}
.topics-sec ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.topics-sec ul li {
  width: 100%;
  border-bottom: 1px solid #dddddd;
}
.topics-sec ul li a {
  color: #000;
  padding: 10px 0px;
  padding-left: 0 !important;
  display: block;
  transition: 0.3s all ease-in-out;
}
.topics-sec ul li a::before {
  display: none;
}
.topics-sec ul li a:hover {
  background: #fbfbfb;
  padding-left: 10px;
}
.topics-sec ul li a h4 {
  font-size: 14px;
  color: #717171;
  margin-bottom: 5px;
  font-weight: 600;
}
.topics-sec ul li a h5 {
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
}
.topics-sec ul li a p {
  margin-bottom: 5px !important;
}
.topics-sec .topics-img {
  width: 100%;
}
.topics-sec .topics-img img {
  width: 100%;
  border-radius: 15px;
}

.breadcrumb {
  padding: 0;
  list-style: none;
  background-color: transparent;
}

.breadcrumb li {
  display: inline;
  font-size: 14px;
  color: #84641a;
}

.breadcrumb li + li:before {
  color: black;
  content: "/ ";
}

.breadcrumb li a {
  color: #000;
  text-decoration: none;
}

.breadcrumb li.active a {
  color: #717171;
}

.breadcrumb li a:hover {
  color: #84641a;
  text-decoration: underline;
}

.signup-sec {
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 15px;
  padding: 15px;
}
.signup-sec p {
  font-size: 16px;
}
.signup-sec a {
  display: block;
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  background: #84641a;
  color: #fff;
  font-size: 16px;
  text-align: center;
  transition: 0.3s all ease-in-out;
}
.signup-sec a:hover {
  background: #1b1b1b;
}

.policy-sec {
  width: 100%;
  padding-right: 190px;
}
.policy-sec h3 {
  font-size: 15px;
  color: #717171;
}
.policy-sec h4 {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 12px;
}
.policy-sec h5 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}
.policy-sec .img-sec {
  width: 100%;
  margin-bottom: 20px;
}
.policy-sec .img-sec img {
  width: 100%;
  border-radius: 15px;
}
.policy-sec ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.policy-sec ul li {
  width: 100%;
  margin-bottom: 10px;
}
.policy-sec ul li a {
  color: #000;
  font-size: 18px;
  position: relative;
  padding-left: 30px;
}
.policy-sec ul li a::before {
  content: "";
  position: absolute;
  background-image: url(/images/arrow-right.svg?6424053655c244fae93ae0c7ef531a13);
  background-size: cover;
  background-repeat: no-repeat;
  width: 19px;
  height: 19px;
  left: 0;
  top: 7px;
}
.policy-sec .policy-area {
  width: 100%;
  padding: 30px 0px 7px 0px;
}
.policy-sec .policy-area h6 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}
.policy-sec .policy-area p {
  font-size: 16px;
}

.try-host-sec {
  width: 100%;
}
.try-host-sec .host-sec {
  width: 100%;
  display: flex;
  border-radius: 15px;
  overflow: hidden;
}
.try-host-sec .host-sec .text-sec {
  width: 50%;
  background: #1b1b1b;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.try-host-sec .host-sec .text-sec h5 {
  color: #fff;
  font-size: 34px;
  font-weight: 600;
}
.try-host-sec .host-sec .text-sec p {
  font-size: 20px;
  color: #fff !important;
  line-height: 27px;
}
.try-host-sec .host-sec .text-sec a {
  padding: 14px 24px;
  background: #84641a;
  color: #fff;
  font-size: 16px;
  border-radius: 8px;
  display: inline-block;
  transition: 0.3s all ease-in-out;
}
.try-host-sec .host-sec .text-sec a:hover {
  background: #fff;
  color: #1b1b1b;
}
.try-host-sec .host-sec .video-sec {
  width: 50%;
}
.try-host-sec .host-sec .video-sec video {
  width: 100%;
  height: 100%;
  float: left;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.try-host-sec .host-sec .video-sec img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
.try-host-sec .head-sec h6 {
  text-align: center;
  font-size: 27px;
}

.map-view {
  width: 100%;
  padding: 30px 0px;
}
.map-view h5 {
  text-align: center;
  font-size: 20px;
}
.map-view h5 span {
  color: #84641a;
}
.map-view .map-sec {
  width: 100%;
  position: relative;
  padding: 32px 0px;
}
.map-view .map-sec iframe {
  width: 100%;
  height: 450px;
}
.map-view .map-sec .search {
  width: 505px;
  margin: auto;
  position: relative;
  z-index: 9;
}
.map-view .map-sec .search .search-form {
  width: 100%;
  border: 1px solid #b3b3b3;
  border-radius: 150px;
  overflow: hidden;
  background: #fff;
}
.map-view .map-sec .search .search-form .text-fields {
  display: flex;
  position: relative;
}
.map-view .map-sec .search .search-form .text-fields .box1 {
  width: 220px;
  position: relative;
}
.map-view .map-sec .search .search-form .text-fields .box1::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 34px;
  border-right: 1px solid #b3b3b3;
}
.map-view .map-sec .search .search-form .text-fields .box1:nth-child(2)::before {
  display: none;
}
.map-view .map-sec .search .search-form .text-fields .box1 .txt-f {
  width: 100%;
  height: 62px;
  border: none;
  padding: 15px;
  font-size: 15px;
  color: #7b7676;
}
.map-view .map-sec .search .search-form .text-fields .box1 .txt-f:focus {
  outline: none;
}
.map-view .map-sec .search .search-form .text-fields .box2 {
  padding: 8px;
}
.map-view .map-sec .search .search-form .text-fields .box2 .search-btn {
  width: 46px;
  height: 46px;
  background: #927121;
  border-radius: 50%;
  border: none;
  font-size: 18px;
}

.q-sec {
  width: 100%;
  padding: 30px 0px;
}
.q-sec .q-box {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  background-image: url(/images/q-sec.jpg?5f511a532b8ffec1729054e474d3317c);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 20px;
  text-align: center;
}
.q-sec .q-box h5 {
  color: #fff;
  font-size: 36px;
  margin-bottom: 15px;
  font-weight: 600;
}
.q-sec .q-box a {
  padding: 14px 24px;
  background: #fff;
  color: #1b1b1b;
  font-size: 16px;
  border-radius: 8px;
  display: inline-block;
  transition: 0.3s all ease-in-out;
}
.q-sec .q-box a:hover {
  background: #84641a;
  color: #fff;
}

.protection-covers {
  width: 100%;
  padding: 30px 0px;
}
.protection-covers .mind-txt {
  display: flex;
  align-items: center;
}
.protection-covers .mind-txt h5 {
  font-size: 36px;
  font-weight: 600;
}
.protection-covers .mind-txt p {
  font-size: 20px;
}
.protection-covers .mind-txt h6 {
  font-size: 28px;
  font-weight: 600;
}
.protection-covers .mind-img img {
  width: 100%;
}

.why-host {
  width: 100%;
  background-color: #ededed;
  padding: 30px 0px;
  position: relative;
}
.why-host::after {
  width: 50%;
  height: 100%;
  content: "";
  position: absolute;
  background: #84641a;
  top: 0;
  right: 0;
  z-index: 1;
}
.why-host .article-sec {
  width: 100%;
  height: 100%;
  padding: 60px 25px;
  background: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 15px;
  box-shadow: 0px 0px 26px #e9e6e6 !important;
}
.why-host .article-sec h4 {
  font-size: 14px;
  font-weight: 600;
  color: #717171;
}
.why-host .article-sec h5 {
  font-size: 30px;
  font-weight: 600;
}
.why-host .highlight-sec {
  width: 100%;
  height: 100%;
  padding: 60px 25px;
  background: #fff;
  border-radius: 15px;
  position: relative;
  z-index: 2;
  box-shadow: 0px 0px 26px #e9e6e6 !important;
}
.why-host .highlight-sec h5 img {
  width: 58px;
  padding-right: 10px;
}
.why-host .highlight-sec h6 {
  font-size: 22px;
  font-weight: 600;
}
.why-host .highlight-sec p span {
  color: #84641a;
}
.why-host .highlight-sec h4 {
  font-size: 16px;
  text-transform: initial;
}
.why-host .highlight-sec a {
  padding: 11px 17px;
  background: #84641a;
  color: #fff;
  font-size: 16px;
  border-radius: 8px;
  display: inline-block;
  transition: 0.3s all ease-in-out;
}
.why-host .highlight-sec a:hover {
  background: #1b1b1b;
  color: #fff;
}

.full-video {
  width: 100%;
  padding: 30px 0px;
}
.full-video .video-area {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.full-video .video-area video {
  width: 100%;
  height: 430px;
  float: left;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.full-video .video-area .share {
  position: absolute;
  right: 20px;
  top: 20px;
  background: #fff;
  border-radius: 8px;
  padding: 10px 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  z-index: 2;
}
.full-video .video-area .share i {
  margin-right: 7px;
}

.hekaya-box {
  width: 100%;
  padding: 30px 0px;
}
.hekaya-box .box {
  width: 100%;
  height: 100%;
  min-height: 200px;
  padding: 25px;
  background: #fff;
  border: 1px solid #f5f4f4;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0px 0px 26px #e9e6e6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hekaya-box .box img {
  height: 47px;
  margin-bottom: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.hekaya-box .box h4 {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  text-transform: inherit;
}

.help-sec {
  width: 100%;
  padding: 30px 0px;
}
.help-sec h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.help-sec .link {
  width: 100%;
}
.help-sec .link .choose {
  width: 100%;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.help-sec .link .choose .check {
  display: block;
  position: relative;
  padding-left: 31px;
  margin-bottom: 8px;
  cursor: pointer;
  font-size: 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 15px;
}
.help-sec .link .choose .check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.help-sec .link .choose .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 4px;
  border: 1px solid #84641a;
}
.help-sec .link .choose .check:hover input ~ .checkmark {
  background-color: #ccc;
}
.help-sec .link .choose .check input:checked ~ .checkmark {
  background-color: #84641a;
}
.help-sec .link .choose .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.help-sec .link .choose .check input:checked ~ .checkmark:after {
  display: block;
}
.help-sec .link .choose .check .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.help-sec .link button {
  display: inline-block;
  font-size: 16px;
  background: #84641a;
  color: #fff;
  padding: 10px 15px;
  border-radius: 8px;
  margin-right: 5px;
  transition: 0.3s all ease-in-out;
  border: none;
}
.help-sec .link button:hover {
  background: #1b1b1b;
}
.help-sec .link .more-sec {
  border: 1px dashed #ccc;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 15px;
}
.help-sec .link .more-sec .check {
  display: block;
  position: relative;
  padding-left: 31px;
  margin-bottom: 8px;
  cursor: pointer;
  font-size: 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 15px;
}
.help-sec .link .more-sec .check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.help-sec .link .more-sec .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 4px;
  border: 1px solid #84641a;
}
.help-sec .link .more-sec .check:hover input ~ .checkmark {
  background-color: #ccc;
}
.help-sec .link .more-sec .check input:checked ~ .checkmark {
  background-color: #84641a;
}
.help-sec .link .more-sec .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.help-sec .link .more-sec .check input:checked ~ .checkmark:after {
  display: block;
}
.help-sec .link .more-sec .check .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.more-about {
  width: 100%;
  padding: 70px 0px;
  background: #000;
}
.more-about h4 {
  font-size: 18px;
  font-weight: 600;
}
.more-about .about-box {
  width: 100%;
  background: #000;
}
.more-about .about-box .img {
  width: 100%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  overflow: hidden;
}
.more-about .about-box .img img {
  width: 100%;
  height: 300px;
}
.more-about .about-box .content {
  width: 100%;
  padding: 15px;
  border: 1px solid #ccc;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  background: #000;
}
.more-about .about-box .content h5 {
  font-size: 17px;
  font-weight: 600;
  color: #ffffff;
}
.more-about .about-box .content p {
  color: #ffffff !important;
}
@media screen and (max-width: 992px) {
  .more-about {
    padding: 50px 0px !important;
  }
}

@media (max-width: 992px) {
  .wrapper-box,
.hekaya-cover,
.hekaya-mind,
.explore-sec,
.newsletter-sec,
.nature-wild,
.box-icon,
.topics-sec,
.map-view,
.q-sec,
.protection-covers,
.full-video,
.hekaya-box,
.help-sec,
.more-about {
    padding: 20px 0px;
  }

  .newsletter-sec .news-box {
    display: block;
  }

  .newsletter-sec .news-box .news-txt {
    margin-bottom: 10px;
  }

  .newsletter-sec .news-box .news-input {
    width: 100%;
  }

  .newsletter-sec .news-box .news-input input {
    width: 100%;
  }

  .policy-sec {
    padding-right: 0px;
  }

  .try-host-sec .host-sec {
    display: block;
  }

  .try-host-sec .host-sec .text-sec {
    width: 100%;
    padding: 35px;
  }

  .try-host-sec .host-sec .video-sec {
    width: 100%;
  }
  .try-host-sec .host-sec .video-sec video {
    height: 290px;
  }

  .try-host-sec .host-sec .text-sec h5 {
    font-size: 23px;
  }

  .why-host::after {
    display: none;
  }

  .why-host .article-sec {
    height: auto;
    margin-bottom: 15px;
  }

  .why-host .highlight-sec {
    height: auto;
  }
}
@media (max-width: 768px) {
  .map-view .map-sec .search {
    width: 100%;
    padding: 0px 15px;
  }

  .map-view .map-sec .search .search-form .text-fields .box1 {
    width: 100%;
  }
}
.cover-main-banner .box-cover {
  border-radius: 0px;
  margin-bottom: 0px;
  min-height: 85vh;
  display: flex;
  align-items: center;
}
.cover-main-banner .box-cover .box-sec h4 {
  font-size: 150px;
}
@media screen and (max-width: 767px) {
  .cover-main-banner .box-cover .box-sec h4 {
    font-size: 100px;
  }
}
@media screen and (max-width: 576px) {
  .cover-main-banner .box-cover .box-sec h4 {
    font-size: 70px;
  }
}
.cover-main-banner .box-cover .box-sec h5 {
  font-size: 60px;
}
@media screen and (max-width: 576px) {
  .cover-main-banner .box-cover .box-sec h5 {
    font-size: 30px;
  }
}
.cover-main-banner .box-cover .box-sec p {
  font-size: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 576px) {
  .cover-main-banner .box-cover .box-sec p {
    font-size: 18px;
  }
}

.bg-ecru-white {
  background-color: #f9f2e7 !important;
}

.bg-soft-peach {
  background-color: #fcebe6 !important;
}

.bg-yellow-green {
  background-color: #edf5e6 !important;
}

.bg-off-green {
  background-color: #e8f7f7 !important;
}

.bg-pearl {
  background-color: #faf0f8 !important;
}

.bg-beige {
  background-color: #f7f4df !important;
}

.banner-wrapper {
  padding: 20px 5%;
}
.banner-wrapper img {
  border-radius: 18px;
}

.reaching-us-wrapper .tab-login-wrapper {
  border: 1px solid #dddddd !important;
  padding: 40px 20px !important;
}

.reporting-accordion h2 .accordion-button {
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  background-color: #aba7a759;
}
.reporting-accordion h2 .accordion-button.collapsed {
  background-color: #ffffff;
}
.reporting-accordion h2 .accordion-button:focus {
  box-shadow: none;
  color: #222222;
}

.form-control:focus {
  box-shadow: none;
  border-color: #717171;
}

.btn:focus {
  box-shadow: none;
}

@media screen and (max-width: 1399px) {
  .help-tab-wrapper.reporting-tab-wrapper nav.help-tab-nav {
    padding: 0px 35px;
  }
}
.help-tab-wrapper.reporting-tab-wrapper nav.help-tab-nav #btnRight {
  display: none;
}
@media screen and (max-width: 1399px) {
  .help-tab-wrapper.reporting-tab-wrapper nav.help-tab-nav #btnRight {
    display: block !important;
    position: absolute;
    right: 0px;
    z-index: 1;
    top: 0;
    bottom: 0;
    padding: 0px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), white, white);
  }
}
.help-tab-wrapper.reporting-tab-wrapper nav.help-tab-nav #btnLeft {
  display: none;
}
@media screen and (max-width: 1399px) {
  .help-tab-wrapper.reporting-tab-wrapper nav.help-tab-nav #btnLeft {
    display: block !important;
    position: absolute;
    left: 0px;
    z-index: 1;
    top: 0;
    bottom: 0;
    padding: 0px;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0), white, white);
  }
}
.help-tab-wrapper.reporting-tab-wrapper nav.help-tab-nav #helpTabNav {
  overflow: hidden;
}
.help-tab-wrapper.reporting-tab-wrapper nav.help-tab-nav #helpTabNav .nav-tabs {
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding-bottom: 10px;
}
.help-tab-wrapper.reporting-tab-wrapper nav.help-tab-nav #helpTabNav .nav-tabs::after {
  display: none;
}
.help-tab-wrapper.reporting-tab-wrapper nav.help-tab-nav #helpTabNav .nav-tabs .nav-link {
  padding: 10px 20px;
  border: 1px solid #b0b0b0;
  border-radius: 50px;
  font-size: 15px;
  min-width: 180px;
}
.help-tab-wrapper.reporting-tab-wrapper nav.help-tab-nav #helpTabNav .nav-tabs .nav-link.active {
  border: 2px solid #222;
}
.help-tab-wrapper.reporting-tab-wrapper nav.help-tab-nav #helpTabNav .nav-tabs .nav-link.active::after {
  display: none;
}

@media screen and (min-width: 768px) {
  .founder-wrapper {
    width: calc(75% - 12px);
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .founder-wrapper {
    padding-top: 20px;
  }
}
.founder-wrapper .social-Share {
  display: flex;
}
.founder-wrapper .social-Share.social-share-vertical {
  flex-direction: column;
  position: fixed;
  left: 100px;
  top: 40vh;
  transition: 0.6s;
}
.founder-wrapper .social-Share.social-share-vertical a {
  margin-bottom: 20px;
  margin-right: 0px;
}
@media screen and (max-width: 991px) {
  .founder-wrapper .social-Share.social-share-vertical {
    display: none !important;
  }
}
.founder-wrapper .social-Share a {
  margin-right: 24px;
}
.founder-wrapper .social-Share a img {
  width: 35px;
}
.founder-wrapper .social-Share a i {
  color: #1b1b1b;
  font-size: 22px;
  font-weight: 600;
}
.founder-wrapper h2 {
  font-size: 46px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .founder-wrapper h2 {
    font-size: 32px;
  }
}

.resources-slider-wrapper {
  background-color: #000000;
}
.resources-slider-wrapper h2 {
  font-size: 56px;
  line-height: 1.2;
}
.resources-slider-wrapper p {
  font-size: 26px;
  font-weight: 400;
}

.fs-22 {
  font-size: 22px !important;
}

.top-artical-list svg {
  margin-right: 10px;
}
.top-artical-list img {
  height: 128px;
  width: 170px;
}

.guid-wrapper .guid-container {
  box-shadow: 0 0 16px 0rem #2d2e2f21;
  padding: 16px;
  border-radius: 8px;
}
.guid-wrapper .guid-container h5 {
  font-size: 35px;
  color: #222;
  font-weight: 700;
  margin-bottom: 2px;
}
.guid-wrapper .guid-container p {
  font-size: 16px;
  color: #222;
  font-weight: 400;
  margin-bottom: 2px;
}

.popular-topics-wrapper div.row > div a {
  font-size: 18px;
  color: #000000;
  font-weight: 400;
  text-decoration: none;
  border-top: 1px solid #000000;
  padding: 35px 0px;
}
.popular-topics-wrapper div.row > div a svg {
  margin-right: 20px;
}
@media screen and (min-width: 769px) {
  .popular-topics-wrapper div.row > div:nth-last-child(2) a {
    border-bottom: 1px solid #000000;
  }
}
.popular-topics-wrapper div.row > div:last-child a {
  border-bottom: 1px solid #000000;
}
.popular-topics-wrapper a {
  font-size: 18px;
  color: #000000;
  font-weight: 400;
  margin-top: 10px;
}

.news-wrapper {
  background-color: #000000;
}
.news-wrapper h4 {
  font-size: 33px;
}

.help-center-wrapper {
  border-radius: 16px !important;
  border: 1px solid #dddddd !important;
  padding: 15px;
}
.help-center-wrapper a {
  color: #000000;
  text-decoration: none;
}
.help-center-wrapper a h4 {
  font-size: 18px;
  font-weight: 600;
}
.help-center-wrapper a p {
  font-size: 16px;
  font-weight: 400;
  color: #717171;
}
.help-center-wrapper a h5 {
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.help-center-wrapper a h5 svg {
  margin-right: 5px;
}

.resources-slider .testimonial-slider .carousel-inner {
  display: flex;
  gap: 10px;
}
.resources-slider .testimonial-slider .carousel-inner .carousel-item {
  min-width: 220px;
  margin-right: 0;
  display: block;
  flex: 0 0 50%;
  flex-basis: calc((100% - 48px - 40px - 40px) / 3);
}
.resources-slider .testimonial-slider .carousel-inner .carousel-item a {
  text-decoration: none;
}
.resources-slider .testimonial-slider .card {
  margin: 0 0.5em;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
  border: none;
  height: 100%;
  background: transparent;
}
.resources-slider .testimonial-slider .card .img-wrapper img {
  border-radius: 8px;
}
.resources-slider .testimonial-slider .card h4 {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
}
.resources-slider .testimonial-slider .card h5 {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
}
.resources-slider .testimonial-slider .card p {
  font-size: 14px;
  color: #ffffff !important;
  font-weight: 400;
  display: flex;
}
.resources-slider .testimonial-slider .card p svg {
  margin-right: 10px;
}
.resources-slider .testimonial-slider .carousel-control-prev,
.resources-slider .testimonial-slider .carousel-control-next {
  border-radius: 50% !important;
  border: 1px solid #717171 !important;
  outline: none !important;
  background-color: transparent;
  width: 32px !important;
  height: 32px !important;
  color: #fff;
  margin-bottom: 20px;
  position: relative;
}
.resources-slider .testimonial-slider .carousel-control-prev span,
.resources-slider .testimonial-slider .carousel-control-next span {
  background: none;
  background: none;
  filter: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.resources-slider .testimonial-slider .carousel-control-next {
  left: 20px;
}

.accessibility-wrapper h2 {
  font-size: clamp(75px, 6.25rem, 125px);
  color: #222222;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .accessibility-wrapper h2 {
    font-size: clamp(42px, 3.5rem, 70px);
  }
}
@media screen and (max-width: 375px) {
  .accessibility-wrapper h2 {
    font-size: clamp(36px, 3rem, 60px);
  }
}
.accessibility-wrapper .accessibility-features-wrapper .accessibility-features-content:nth-child(even) {
  background-color: #f7f7f7;
}
.accessibility-wrapper .accessibility-features-wrapper h3 {
  color: #222222;
  font-weight: 700;
  font-size: 40px;
}
@media screen and (min-width: 1128px) {
  .accessibility-wrapper .accessibility-features-wrapper h3 {
    font-size: 54px;
  }
}
@media screen and (max-width: 767px) {
  .accessibility-wrapper .accessibility-features-wrapper h3 {
    font-size: clamp(34px, 2.5rem, 50px);
  }
}
@media screen and (max-width: 767px) {
  .accessibility-wrapper .accessibility-features-wrapper h3 {
    font-size: clamp(34px, 2.5rem, 50px);
  }
}
@media screen and (max-width: 375px) {
  .accessibility-wrapper .accessibility-features-wrapper h3 {
    font-size: 22px;
  }
}
.accessibility-wrapper .accessibility-features-wrapper p {
  font-size: 16px;
  font-weight: 500;
  color: #222222;
}
@media screen and (min-width: 768px) {
  .accessibility-wrapper .accessibility-features-wrapper p {
    padding-right: 20%;
  }
}

.more-accessible-wrapper {
  margin-top: 100px;
}
.more-accessible-wrapper .more-accessible-img {
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #000000 50%, #000000 100%);
}
.more-accessible-wrapper .more-accessible-content {
  padding-bottom: 70px;
  background: #000000;
}
.more-accessible-wrapper .more-accessible-content h5 {
  font-size: 60px;
  font-weight: 700;
  color: #ffffff;
  padding: 30px 0;
}
@media screen and (max-width: 576px) {
  .more-accessible-wrapper .more-accessible-content h5 {
    font-size: 30px;
  }
}
.more-accessible-wrapper .more-accessible-content h6 {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  min-height: 40px;
}
.more-accessible-wrapper .more-accessible-content p {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff !important;
}

.here-to-help-wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}
.here-to-help-wrapper h5 {
  color: #000000;
  font-size: 60px;
  font-weight: 700;
}
.here-to-help-wrapper p {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
}
.here-to-help-wrapper p a {
  font-weight: 700;
  color: #000000;
  text-decoration: underline;
}
.here-to-help-wrapper .help-accordion .accordion .accordion-item {
  border: none;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #dddddd;
}
.here-to-help-wrapper .help-accordion .accordion .accordion-item:last-child {
  border: none;
}
.here-to-help-wrapper .help-accordion .accordion .accordion-item .accordion-header button {
  padding: 10px 0px;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  border: none;
}
.here-to-help-wrapper .help-accordion .accordion .accordion-item .accordion-header button:focus {
  box-shadow: none;
  background: none;
  color: #000000;
}
.here-to-help-wrapper .help-accordion .accordion .accordion-item .accordion-header button:not(.collapsed) {
  box-shadow: none;
  background: none;
  color: #000000;
}
.here-to-help-wrapper .help-accordion .accordion .accordion-item .accordion-collapse {
  border: none;
}
.here-to-help-wrapper .help-accordion .accordion .accordion-item .accordion-body p {
  font-size: 16px;
  font-weight: 400;
  color: #717171;
}
.here-to-help-wrapper .help-accordion .accordion .accordion-item .accordion-body li {
  display: list-item;
  font-size: 16px;
  font-weight: 400;
  color: #717171;
  line-height: 28px;
}

.subject-content.why-host {
  background: none;
}
.subject-content.why-host::after {
  display: none;
}
.subject-content.why-host .highlight-sec ul {
  padding-left: 40px;
}
.subject-content.why-host .highlight-sec ul li {
  display: list-item;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}

.explore-more-topic h6 {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
}
.explore-more-topic ul {
  list-style: none;
  padding: 0px;
}
.explore-more-topic ul li {
  margin-bottom: 5px;
  display: list-item;
}
.explore-more-topic ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  text-decoration: none;
}
.explore-more-topic ul li a:hover {
  text-decoration: underline;
  color: #000000;
}

.article-help a {
  text-decoration: none;
}
.article-help a:hover {
  text-decoration: underline;
  color: #000000;
}

.about-us-wrapper h2 {
  font-size: 76px;
  font-weight: 800;
  color: #ffffff;
  padding-left: 3em;
  line-height: 1.2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 576px) {
  .about-us-wrapper h2 {
    font-size: 21px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .about-us-wrapper h2 {
    font-size: 31px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .about-us-wrapper h2 {
    font-size: 51px;
  }
}

.majeed {
  font-size: 40px;
  font-weight: 800;
}
@media screen and (max-width: 576px) {
  .majeed {
    font-size: 21px;
  }
}

.highlight_height {
  height: 100vh;
}
@media screen and (max-width: 576px) {
  .highlight_height {
    height: auto;
  }
}

.try-hekaya-wrapper {
  background-image: url(/images/about_hekaya1.png?900517a59d2da31608329f56aeed4111);
  width: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15%;
}
.try-hekaya-wrapper h3 {
  font-size: 50px;
  font-weight: 800;
  color: #000000;
}
@media screen and (max-width: 576px) {
  .try-hekaya-wrapper h3 {
    font-size: 40px;
  }
}

.the-founder-wrapper {
  text-align: center;
}
.the-founder-wrapper h3 {
  font-size: 30px;
  font-weight: 800;
  color: #000000;
}
.the-founder-wrapper h3 a {
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  color: #000000;
}
.the-founder-wrapper h3 a:hover {
  text-decoration: underline;
}

.gift-card-wrapper .gift-card-content h2 {
  font-size: 80px;
}
@media screen and (max-width: 576px) {
  .gift-card-wrapper .gift-card-content h2 {
    font-size: 40px;
  }
}
.gift-card-wrapper .gift-card-content h3 {
  font-size: 50px;
}
@media screen and (max-width: 576px) {
  .gift-card-wrapper .gift-card-content h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 576px) {
  .gift-card-wrapper .here-to-help-wrapper h5 {
    font-size: 40px;
  }
}
.gift-card-wrapper .gift-card-images img {
  border-radius: 20px;
  box-shadow: -3px 5px 3px #0000009c;
}

.hekaya-gift-card-content h3 {
  font-size: 60px;
  font-weight: 800;
  color: #000000;
}
@media screen and (max-width: 576px) {
  .hekaya-gift-card-content h3 {
    font-size: 40px;
  }
}
.hekaya-gift-card-content p {
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  color: #000000;
}
.hekaya-gift-card-content a {
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  color: #000000;
  text-decoration: underline;
}
.hekaya-gift-card-content a:hover {
  text-decoration: none;
}

@media screen and (max-width: 576px) {
  .gift-card-content {
    padding-top: 3rem !important;
  }
}
.description-sec h4 {
  display: flex;
  justify-content: space-between;
  padding: 0px !important;
}
.description-sec h4 span {
  position: static !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
