@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap");

body,
html {
  font-family: "Titillium Web", sans-serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: #000;
  background: #000;
}
h1 {
  font-size: 40px;
  line-height: 1.25em;
  font-weight: 600;
  text-transform: uppercase;
}
h2 {
  font-size: 75px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
}
h3 {
  font-size: 36px;
  line-height: 1.35em;
  font-weight: 600;
  font-style: italic;
}
h4 {
  font-size: 30px;
  font-weight: 700;
}
h5 {
  font-weight: 700;
  line-height: 20px;
}
p {
  font-family: "helveticaregular";
  font-size: 22px;
  color: #000;
  font-weight: 400;
  line-height: 1.15em;
}

a {
  outline: none !important;
}
a:hover,
a:focus {
  color: #d7a76a;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
ul {
  list-style-type: none;
}
ul,
ol {
  padding: 0;
  margin: 0;
  -webkit-padding: 0;
  -moz-padding: 0;
}
/* Header */

.logo img {
  height: 117px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.on .logo img {
  height: 50px;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#tf-menu {
  padding: 0;
  transition: all 0.8s;
  margin: 0;
}

#tf-menu .container {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#tf-menu .container:before {
  display: none;
}
#tf-menu .container:after {
  display: none;
}
#tf-menu.navbar-default {
  background-color: #c76a50;
  border: none;
  height: auto;
}
#tf-menu a.navbar-brand {
  padding: 6px 0;
  height: auto;
  margin: 0;
}

.HeaderSclLinks {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  gap: 25px;
}
.HeaderSclLinks li a {
  width: 64px;
  height: 64px;
  background: #000;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease 0s;
}
.HeaderSclLinks li a:hover {
  background: #77a757;
}
.HeaderSclLinks li img {
  transition: all 0.3s ease 0s;
  max-width: 100%;
}
.on .HeaderSclLinks {
  gap: 10px;
}
.on .HeaderSclLinks li a {
  width: 40px;
  height: 40px;
}
.on .HeaderSclLinks li img {
  max-width: 20px;
}

.on {
  padding: 0 !important;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

/* Homepage */
.AnimationWrapper {
  position: relative;
}
#tf-home {
  width: 100%;
  position: relative;
  z-index: 9;
  /* background: rgba(0, 0, 0, 0.4); */
}
.HmBnrWrapper {
  max-width: 830px;
  margin: auto;
  padding: 205px 0 235px 0;
}
.HmBnrWrapper img {
  max-width: 654px;
  margin-bottom: 45px;
}
.HmBnrWrapper h1 {
  /* color: #f3e0c2; */
  color: #ffffff;
  margin: 0;
}

.wishlist-button {
  width: 30%;
  margin-bottom: 50px;
}

.comingSoonPnl {
  width: 100%;
  padding: 265px 0 85px 0;
  background-image: linear-gradient(to bottom, transparent 5%, #000 15%);
  position: relative;
  z-index: 9;
  margin-top: -285px;
}
.comingWrapper {
  max-width: 1030px;
  margin: auto;
}
.comingSoonPnl h2 {
  color: #77b9f4;
  margin: 0 0 40px 0;
}
.VdoThumb {
  width: 100%;
  background: #d7a76a;
  border-radius: 12px;
  overflow: hidden;
  min-height: 455px;
  margin-bottom: 30px;
}
.VdoThumb .html5lightbox {
  display: block;
}
.VdoThumb .thumbImg {
  width: 100%;
  height: 281px;
  object-fit: cover;
}
.VdoDescrp {
  padding: 25px 55px;
  color: #000;
  min-height: 176px;
}
.VdoDescrp h4 {
  margin: 0 0 15px 0;
}
.VdoDescrp p {
  margin: 0;
}
.grnBox {
  background: #77a757;
  border: 1px solid #77a757;
}
.peachBox {
  background: #e29788;
  border: 1px solid #e29788;
}
.blueBox {
  background: #77b9f4;
  border: 1px solid #77b9f4;
}

.FeaturedPnl {
  width: 100%;
  position: relative;
  z-index: 9;
  padding: 120px 0;
  /* background: rgba(0, 0, 0, 0.4); */
}
.FeaturedPnl .ContentWrapper {
  max-width: 952px;
  margin: auto;
}
.featureVdoThumb {
  width: 100%;
  background: #000;
  border-radius: 12px;
  overflow: hidden;
  /* min-height: 535px; */
}
.featureVdoThumb .html5lightbox {
  display: block;
}
.featureVdoThumb .thumbImg {
  width: 100%;
  height: 535px;
  object-fit: cover;
}

.UpperFooter {
  background: #000;
  padding: 125px 0 55px 0;
  position: relative;
  z-index: 9;
}
.UpperFooter h2 {
  margin: 0 0 100px 0;
  color: #77b9f4;
}
.BottomSclLinks {
  width: 100%;
  float: left;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  padding-right: 80px;
  margin: 19px 0 50px 0;
}
.BottomSclLinks li a {
  width: 85px;
  height: 85px;
  background: #77a757;
  border-radius: 100%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.BottomSclLinks li a:hover {
  background: #c76a50;
}
.BottomSclLinks li img {
  max-width: 100%;
}
.cntctForm {
  width: 100%;
  float: left;
  background: #fff;
  padding: 35px 45px;
  border: 1px solid #9b99af;
  border-radius: 12px;
}
.contactDiv .cntctForm li {
  width: 100%;
  float: left;
  margin: 0 0 15px 0;
}
.contactDiv .cntctForm li:last-child {
  margin-bottom: 0;
}
.contactDiv label {
  display: block;
  font-family: "helveticaregular";
  font-size: 20px;
  font-weight: 400;
  color: #0e1c41;
  margin: 0 0 10px 0;
  padding: 0;
}
.contactDiv label span {
  color: #f00;
  font-family: "helveticaregular";
}
.inptField {
  width: 100%;
  height: 58px;
  float: left;
  padding: 0 15px;
  border: 1px solid #9b99af;
  border-radius: 12px;
  font-family: "helveticaregular";
  font-size: 16px;
  color: #0e1c41;
}
.contactDiv textarea {
  margin-bottom: 32px;
  padding: 15px;
  min-height: 108px;
}
.contactDiv input[type="submit"] {
  width: auto;
  float: left;
  padding: 0 25px;
  background: #c76a50;
  font: 700 26px/74px "Titillium Web", sans-serif;
  color: #fff;
  margin: 10px 0 0 0;
  border: none;
  border-radius: 12px;
}
.contactDiv input[type="submit"]:hover {
  background: #77a757;
}
.contactDiv ul.scl {
  width: 100%;
  height: auto;
  float: left;
  padding: 0;
  margin: 0 0 30px 0;
  list-style-type: none;
}
.contactDiv ul.scl li {
  width: auto;
  float: left;
  padding: 0;
  margin: 0 10px 0 0;
  display: table;
}
.contactDiv ul.scl li:last-child {
  margin: 0;
}
.contactDiv ul.scl li a {
  display: table-cell;
  vertical-align: middle;
  width: 45px;
  height: 45px;
  padding: 0;
  border-radius: 100%;
  background: #9899ba;
  text-align: center;
}
.contactDiv ul.scl li .fa {
  font-size: 23px;
  color: #fff;
}
.latestUpdate {
  width: 100%;
  float: left;
}
.latestUpdate .newsletterForm li label {
  color: #fff;
  font-family: "helveticabold";
  margin-bottom: 10px;
}
.latestUpdate input[type="submit"] {
  padding: 0 40px;
  margin-top: 20px;
}

/* Footer */
#footer {
  width: 100%;
  background: #000;
  padding: 60px 0 85px 0;
  border-top: 1px solid #9b99af;
}
#footer .ContentWrapper {
  display: flex;
  align-items: center;
}
#footer .ContentWrapper img {
  max-width: 155px;
  margin-right: 64px;
}
#footer .ContentWrapper h3 {
  color: #fff;
  margin: 0;
}
.ftrMailLink {
  font-family: "Titillium Web", sans-serif;
  font-size: 32px;
  font-weight: 600;
  text-decoration: underline;
  color: #fff;
  padding-left: 40px;
  background: url("../images/mail-icon.png") no-repeat left center;
}
