* {
  padding: 0px;
  margin: 0px;
}

body {
  font-size: 14px;
  color: #ccc;
  font-family: "LuzSans-Book", sans-serif;
}

img {
  max-width: 100%;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

a,
a:hover {
  text-decoration: none;
}

ul {
  margin: 0;
}

li,
ol {
  list-style: none;
}

.close-button {
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  position: absolute;
  top: 20px;
  right: 20px;
}

.close-button > div {
  position: relative;
}

.close-button-block {
  width: 40px;
  height: 20px;
  position: relative;
  overflow: hidden;
}

.close-button-block:before,
.close-button-block:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(55% - 3.5px);
  display: block;
  width: 2px;
  height: 25px;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  background: #b89400;
  -webkit-transition: all ease-out 280ms;
  transition: all ease-out 280ms;
}

.close-button-block:last-of-type {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.close-button .in .close-button-block:before {
  -webkit-transition-delay: 280ms;
  transition-delay: 280ms;
  -webkit-transform: translateX(20px) translateY(-20px) rotate(45deg);
  transform: translateX(20px) translateY(-20px) rotate(45deg);
}

.close-button .in .close-button-block:after {
  -webkit-transition-delay: 280ms;
  transition-delay: 280ms;
  -webkit-transform: translateX(-22px) translateY(-22px) rotate(-45deg);
  transform: translateX(-22px) translateY(-22px) rotate(-45deg);
}

.close-button .out {
  position: absolute;
  top: 0;
  left: 0;
}

.close-button .out .close-button-block:before {
  -webkit-transform: translateX(-5px) translateY(5px) rotate(45deg);
  transform: translateX(-5px) translateY(5px) rotate(45deg);
}

.close-button .out .close-button-block:after {
  -webkit-transform: translateX(5px) translateY(5px) rotate(-45deg);
  transform: translateX(5px) translateY(5px) rotate(-45deg);
}

.close-button:hover .in .close-button-block:before {
  -webkit-transform: translateX(-5px) translateY(5px) rotate(45deg);
  transform: translateX(-5px) translateY(5px) rotate(45deg);
}

.close-button:hover .in .close-button-block:after {
  -webkit-transform: translateX(5px) translateY(5px) rotate(-45deg);
  transform: translateX(5px) translateY(5px) rotate(-45deg);
}

.close-button:hover .out .close-button-block:before {
  -webkit-transform: translateX(-20px) translateY(20px) rotate(45deg);
  transform: translateX(-20px) translateY(20px) rotate(45deg);
}

.close-button:hover .out .close-button-block:after {
  -webkit-transform: translateX(20px) translateY(20px) rotate(-45deg);
  transform: translateX(20px) translateY(20px) rotate(-45deg);
}

header {
  padding: 30px;
  top: 0;
  width: 100%;
  z-index: 9999;
  background-image: url(../images/menu-bg.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}

header:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #000000e0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

header .logo-sec img {
  max-width: 150px;
}

header .ham-menu a.mennu-icon {
  float: right;
}

header .ham-menu a.mennu-icon span {
  background: #b89400;
  width: 40px;
  height: 4px;
  display: table;
  margin: 6px;
}

.main-menu {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #f1e1ca;
  background-image: url(../images/home-img1.jpg);
  z-index: 9999999;
  background-repeat: no-repeat;
  text-align: center;
  max-height: 0;
  -webkit-transition: max-height 1s ease-out;
  transition: max-height 1s ease-out;
  overflow: hidden;
  background-size: cover;
}

.main-menu:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000000ab;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.main-menu a.logo {
  display: table;
  margin: 50px auto;
  max-width: 174px;
}


.main-menu ul li {
  top: -614px;
  display: none;
}

.main-menu ul li a {
  display: table;
  width: 100%;
  font-size: 50px;
  font-weight: 400;
  letter-spacing: 5px;
  line-height: 60px;
  margin-bottom: 15px;
  color: transparent;
  text-transform: uppercase;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.main-menu ul li a:hover {
  color: #b89400;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #b89400;
}

.main-menu img.menu-img1 {
  position: absolute;
  right: 16%;
  bottom: 8%;
  -webkit-animation: rotation 9s infinite linear;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

.main-menu .img-holder {
  position: absolute;
  top: 154px;
  left: 50px;
  width: 30%;
  max-height: 0;
  -webkit-transition: max-height 0.7s ease-out;
  transition: max-height 0.7s ease-out;
  overflow: hidden;
}

.main-menu .img-holder2 {
  position: absolute;
  bottom: 20%;
  right: 50px;
  width: 30%;
  z-index: -1;
  max-height: 0;
  -webkit-transition: max-height 0.7s ease-out;
  transition: max-height 0.7s ease-out;
  overflow: hidden;
}

.main-menu li.buy-tab .img-holder {
  bottom: 154px;
  top: unset;
}

.main-menu li.buy-tab .img-holder2 {
  top: 20%;
}

.main-menu ul li:hover .img-holder,
.main-menu ul li:hover .img-holder2 {
  max-height: 500px;
  -webkit-transition: max-height 0.7s ease-in;
  transition: max-height 0.7s ease-in;
}

.main-menu.expand {
  top: 0;
  bottom: unset;
  max-height: 1500px;
  -webkit-transition: max-height 1s ease-in;
  transition: max-height 1s ease-in;
  height: 100vh;
}

#nav-icon1 {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 18px;
}

#nav-icon1 span:nth-child(3) {
  top: 36px;
}

#nav-icon1.open span:nth-child(1) {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-top: -3px;
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-top: -23px;
  width: 37px;
}

#nav-icon1.open {
  position: fixed;
  z-index: 9999999;
  right: 29px;
}

#nav-icon1.open span {
  border: 1px solid #fff;
}

section.body-cont1 {
  position: relative;
  background: #b89400;
  height: calc(100vh - 140px);
}

section.body-cont1 .wrap {
  position: relative;
}

section.body-cont1 .wrap:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

section.body-cont1 .wrap img {
  width: 100%;
  height: calc(100vh - 156px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

section.body-cont1 .wrap a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.body-cont1 .wrap a span {
  background: #b89400b8;
  color: #fff;
  text-transform: uppercase;
  font-size: 36px;
  width: 66%;
  text-align: center;
}

section.details-page {
  background: url(../images/bg2.png);
  background-size: cover;
  padding: 75px 0;
}

section.details-page h2 {
  position: relative;
  color: #b29530;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 45px;
  letter-spacing: 1.5px;
  margin: 0 0 20px;
}

section.details-page h2:after {
  content: "";
  width: 43%;
  height: 4px;
  background: #b29530;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-left: 18px;
}

section.details-page p {
  color: #414141;
  font-size: 20px;
  font-weight: 500;
  line-height: 31px;
}

section.details-page h4 {
    color: #b29530;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 28px 0 8px;
}
ul.feature-sec li {
    background: #eee;
    padding: 11px 15px;
    margin: 0 0 2px;
    color: #333;
    font-size: 16px;
}
section.details-page ul.bool-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 45px 0 0;
}

section.details-page ul.bool-tab li a {
  display: table;
  border: 2px solid #b29530;
  background: #fff;
  color: #414141;
  text-transform: uppercase;
  font-size: 23px;
  padding: 15px 25px;
  margin-right: 43px;
  line-height: 17px;
  letter-spacing: 1px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

section.details-page ul.bool-tab li a:hover {
  background: #b29530;
  color: #fff;
}

section.details-page div#thumbs {
     margin: 15px 0 0;
    display: flex;
    overflow-x: scroll;
}

section.details-page div#thumbs img {
      cursor: pointer;
    max-width: 150px;
    height: 100px;
    object-fit: cover;
	    margin: 5px;
	    margin-left: 0;
}
section.details-page div#thumbs::-webkit-scrollbar {
  width: 5px;
	height:5px;
}

/* Track */
section.details-page div#thumbs::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
section.details-page div#thumbs::-webkit-scrollbar-thumb {
  background: #b29530; 
}



section.contact-page {
  background: url(../images/bg2.png);
  background-size: cover;
  padding: 75px 0;
}

section.contact-page h2 {
  position: relative;
  color: #b29530;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 45px;
  letter-spacing: 1.5px;
  margin: 0 0 20px;
}

section.contact-page p {
  color: #414141;
  font-size: 20px;
  font-weight: 500;
  line-height: 31px;
  max-width: 838px;
  margin: 0 auto 45px;
}

section.contact-page a.book-but {
  display: table;
  border: 2px solid #b89400;
  background: #b89400;
  color: #fff;
  text-transform: uppercase;
  font-size: 23px;
  padding: 15px 25px;
  margin-right: 43px;
  line-height: 17px;
  letter-spacing: 1px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

section.contact-page ul.con-detal {
  margin: 50px 0;
  font-family: 'Montserrat', sans-serif;
}

section.contact-page ul.con-detal li {
  position: relative;
  color: #414141;
  font-size: 19px;
  margin: 0 0 40px;
  padding-left: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 75px;
}

section.contact-page ul.con-detal li i.fas {
  background: #b89400;
  color: #fff;
  font-size: 29px;
  width: 75px;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

section.contact-page ul.con-detal li h5 {
  font-size: 24px;
  font-weight: bold;
}

section.contact-page ul.con-detal li a {
  color: #414141;
}

section.contact-page ul.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.contact-page ul.social li a {
  color: #b89400;
  font-size: 39px;
  margin-right: 36px;
}

section.contact-page .wrap {
  background: #fff;
  padding: 35px;
  -webkit-box-shadow: 0 0 35px #c7c7c7;
          box-shadow: 0 0 35px #c7c7c7;
  font-family: 'Montserrat', sans-serif;
}

section.contact-page .wrap h4 {
  margin: 0 0 25px;
  color: #414141;
  font-weight: bold;
  font-size: 27px;
}

section.contact-page .wrap input:not([type="submit"]), section.contact-page .wrap textarea {
  width: 100%;
  border: none;
  border-bottom: 3px solid #b89400;
  padding: 9px 0px;
  margin: 0 0 25px;
  font-size: 18px;
  color: #414141;
}

section.contact-page .wrap textarea {
  height: 75px;
}

section.contact-page .wrap input[type="submit"] {
  display: table;
  margin: 0 auto;
  border: none;
  background: #b89400;
  color: #fff;
  text-transform: uppercase;
  font-size: 23px;
  padding: 10px 47px;
  font-weight: 500;
}

.accordion {
    max-width: 750px;
    margin: 0 auto;
    text-align: left;
}

.accordion-toggle {
   cursor: pointer;
    padding: 21px;
    position: relative;
    color: #333;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    box-shadow: 0 0 10px #e6e6e6;
    margin: 15px 0 0;
    border-radius: 7px;
}

.accordion-toggle.active:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 0px;
	 bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-bottom: 5px solid #fff;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
}

.accordion-toggle:before {
    content: "";
    position: absolute;
    right: 10px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 5px solid #000;
    border-left: 5px solid rgba(0,0,0,0);
    border-right: 5px solid rgba(0,0,0,0);
    bottom: 0;
    margin: auto;
}

.accordion-toggle.active:before {
    display: none;
}

.accordion-content {
    display: none;
	background: #f5f5f5;
    padding: 15px;
}
.accordion-content p {
    color: #000;
    font-size: 17px;
}
.accordion-toggle.active {
    color: #fff;
    background: #b89400;
}

section.faq-page {
    padding: 75px 0;
}
section.faq-page h2 {
  position: relative;
  color: #b29530;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 45px;
  letter-spacing: 1.5px;
  margin: 0 0 20px;
}

section.faq-page h6 {
  color: #414141;
  font-size: 20px;
  font-weight: 500;
  line-height: 31px;
  max-width: 838px;
  margin: 0 auto 45px;
}
