@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

:root {
  --golden: #DCCA9F;
  --brown-gr: linear-gradient(180deg, #D85F2E 0%, #582214 100%);
  --brown: #873B1C;
  --dark: #3A3838;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Bebas Neue", sans-serif;
}

body {
  background: var(--golden);
}

.wp-block-list li{
	list-style: disc !important;
}

li {
  list-style: none !important;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

.para {
  color: var(--dark);
  font-weight: 400;
  line-height: 166%;
  font-size: 24px;
}

/* varification */
.verification {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  transform: translateY(0px);
  /* background: url(../images/loader-bg2.png);
  background-size: cover;
  background-position: center center; */
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.verification-cont-bg-image {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.verification-box {
  position: relative;
  width: 80%;
  max-width: 480px;
  opacity: 1;
  z-index: 1;
  transition: 0.5s all;
}
.verification-box img {
  width: 100%;
  height: 100%;
  border: 4px solid #f36b30;
}
.verification-con {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 60px;
}
.verification-con h3 {
  color: #29120f;
  text-align: center;
  font-size: 48px;
  line-height: 1.1em;
}
.popup-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 25px;
}
.popup-btns a {
  border-radius: 12px;
  background: #f36b30;
  color: #29120f;
  text-align: center;
  font-size: 30px;
  padding: 6px 24px 3px;
  line-height: 1.2em;
  width: 90px;
  font-family: "Bebas Neue", sans-serif;
}
@media (max-width:1024px){
.popup-btns {
  justify-content: center;
}
}
@media (max-width:767px){
.verification-con h3 {
  font-size: 38px;
}
.popup-btns a {
  font-size: 26px;
  width: 80px;
}
}
@media (max-width:470px){
.verification-box {
  width: 90%;
}
.verification-con h3 {
    font-size: 34px;
}
.popup-btns a {
  border-radius: 10px;
}
.verification-con {
  padding: 30px;
}
.popup-btns {
  margin-top: 10px;
}
}
/* end */

.main-nav {
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
  left: 0;
  padding: 2em 0px;
  transition: 0.3s ease-in-out;
}
.main-nav.sticky {
  background: #DCCA9F;
  padding: 1.3em 0px;
}
.main-nav .nav-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-nav .nav-inner .nav-list {
  display: flex;
  align-items: center;
}
.main-nav .nav-inner .nav-list li a {
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 15px;
  font-weight: 600;
  color: #fff;
}
.main-nav .nav-inner .r-part .logo {
  display: inline-block;
  width: 150px;
  transition: 0.3s ease-in-out;
  opacity: 0;
}
.main-nav .nav-inner .r-part .logo img {
  width: 100%;
}

.header-con {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 6em;
  gap: 25px;
}
.main-header-row{
  min-height: 100vh;
  align-items: center;
}
.header-con-new img {
    width: 220px;
    margin-bottom: 50px;
}
.the-bottle{
  position: relative;
}
.the-bottle #AWARDS{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#AWARDS image{
  opacity: 0;
}
.the-bottle img{
  width: 40%;
  position: relative;
  z-index: 2;
}
.the-bottle {
    text-align: center;
}
.header-con-new h1{
  color: #f5efe2;
  font-size: clamp(42px, 7vw, 90px);
}
.header-con .head-bottle {
  height: 95%;
  max-height: 550px;
}
.header-con h1 {
  background: var(--brown-gr);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(52px, 7vw, 120px);
}

.main-header {
  position: relative;
}
.main-bn{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.main-header .scene-1 {
  position: absolute;
  top: 0;
  overflow: hidden;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-header .scene-1 .logo-tr {
  width: 45%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main-header .scene-1 > * {
  position: absolute;
}
.main-header .scene-1 > *.mt-left, .main-header .scene-1 > *.mt-right {
  height: 80%;
}
.main-header .scene-1 > *.mt-left {
  left: 0;
  bottom: 0;
  transform: translateX(-50px) scaleX(-1);
}
.main-header .scene-1 > *.mt-right {
  right: 0;
  transform: translateX(50px);
  bottom: 0;
}
.main-header .scene-1 > *.croc {
  bottom: 1em;
  right: 27%;
  width: 15vw;
  z-index: 5;
}
.main-header .scene-1 > *.wave {
  bottom: 1em;
  left: 28%;
  width: 12vw;
}
.main-header .container {
  position: relative;
  z-index: 5;
}

.sec-head {
  font-size: 60px;
  letter-spacing: 8.3px;
  line-height: 100%;
}
.sec-head.brown {
  color: var(--brown);
}
.sec-head.style-2 {
  position: relative;
  font-size: 100px;
  color: var(--brown);
  line-height: 100%;
  letter-spacing: 0px;
}

.gun {
  display: block;
  margin: 0 auto;
  margin-bottom: 1.3em;
}

.sec {
  padding: 5em 0px;
}

.gun-sec {
  padding-top: 11em;
  position: relative;
}
.gun-sec .container {
  position: relative;
  z-index: 5;
}

.border-des {
  margin: 0 auto;
  height: 5px;
  border-radius: 100px;
  background: var(--brown);
  max-width: 200px;
  margin-top: 2em;
  margin-bottom: 12em;
}

.gun-sec {
  position: relative;
  overflow: hidden;
}
.gun-sec .scene-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gun-sec .scene-2 .birds {
  position: absolute;
  top: 5em;
  width: 250px;
  left: 25%;
}
.gun-sec .scene-2 .leaf-left, .gun-sec .scene-2 .leaf-right {
  max-width: 100%;
  width: 240px;
}
.gun-sec .scene-2 .leaf-left {
  position: absolute;
  left: 0;
  top: 6em;
  transform: translateX(0px);
}
.gun-sec .scene-2 .leaf-right {
  position: absolute;
  right: 0;
  top: 0.5em;
  transform: translateX(0px) scaleX(-1);
}

.img-full {
  width: 100%;
}

.b-mt {
  margin-top: -250px;
  transform-origin: top center;
  transform: scale(1.06);
}

.white-bg {
  background: white;
}

.wv-pt {
  max-width: 300px;
}
.wv-pt img {
  width: 100%;
}

.ing-head {
  font-size: 32px;
  letter-spacing: 81.5%;
  color: var(--brown);
  font-size: 46px;
  margin-bottom: 0;
}

.ing-para {
  position: relative;
  letter-spacing: 80.5%;
  color: var(--brown);
  text-transform: uppercase;
  font-size: 18px;
}

.victor-icon-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.victor-icon-wrap .ic-wrap {
  width: 100%;
}
.victor-icon-wrap .ic-wrap img {
  width: 100%;
  filter: saturate(0%);
  transition: 0.2s ease-in-out;
}
.victor-icon-wrap .ic-wrap:hover img {
  filter: saturate(100%);
  transform: scale(1.15);
}
.victor-icon-wrap .ic-wrap p {
  margin-bottom: 0;
  text-align: center;
  line-height: 100%;
  font-size: 16px;
}

.bottle-wrap {
  /* padding-top: 100%; */
  position: relative;
  transform: translateY(10%) scale(1.1) !important;
  overflow: hidden;
}
.bottle-wrap .layer {
  width: 100%;
  height: 100%;
  /* position: absolute !important; */
}
.bottle-wrap img {
  /* position: absolute; */
}
.bottle-wrap .btl-bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  top: 0;
  left: 0;
}
.pot{
  transition: 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.pot:hover{
  transform: scale(1.1);
}
.bottle-wrap .btl {
  z-index: 8;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  top: 0;
  left: 0;
}
.bottle-wrap .btl-croc {
  bottom: 9.5%;
  left: 25.5%;
  width: 43.5%;
  z-index: 6;
}
.bottle-wrap .btl-grass {
  bottom: 12.5%;
  width: 18%;
  left: 30%;
  z-index: 8;
}
.bottle-wrap .btl-bird {
  top: 30%;
  right: 20%;
  z-index: 9;
  width: 30%;
}

.bottle-sec {
  position: relative;
  overflow: hidden;
}

.btl-con-area {
  position: relative;
  z-index: 5;
}

.soc-list {
  display: flex;
  align-items: center;
  gap: 20px;
}
.soc-list li a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EFEFEF;
}
.soc-list li a i {
  font-size: 20px;
  color: #34393F;
}

.main-footer {
  background: #DCCA9F;
  padding: 0.5em 0px;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  row-gap: 25px;
}
.footer-inner .ft-logo {
  width: 100px;
  position: relative;
  display: inline-block;
}
.footer-inner .ft-logo img {
  width: 100%;
}
.main-logo-cont {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.foot-copy-row {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width:767px){
.foot-copy-row {
  flex-direction: column;
}
}
.bt-text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  z-index: 5;
}

.border-wrap-container {
  position: relative;
}
.border-wrap-container .bt-card {
  position: absolute;
  width: 25%;
  padding-left: 25px;
}
.border-wrap-container .bt-card h3 {
  color: var(--brown);
  font-size: 42px;
  line-height: 100%;
}
.border-wrap-container .bt-card p {
  margin-bottom: 0;
  color: var(--brown);
  font-weight: 500;
  opacity: 1;
  transition: 0.2s ease-in-out;
}
.border-wrap-container .bt-card h3:hover ~ p{
  opacity: 1;
}

.border-wrap-container .bt-card:after {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--brown);
  box-shadow: 0px 0px 0px 5px rgba(156, 66, 34, 0.25);
}
.border-wrap-container .bt-card.first {
  top: 3em;
  left: 2em;
  text-align: right;
  padding-left: 0;
  padding-right: 25px;
}
.border-wrap-container .bt-card.first:after{
  left: unset;
  right: 0;
}
.border-wrap-container .bt-card.second {
  top: 0;
  right: 0;
  width: 35%;
}
.border-wrap-container .bt-card.third {
  bottom: 0;
  right: 0;
}
.gun-sec .para{
  font-size: 18px !important;
}
@media (max-width: 991px) {
  .main-header .scene-1 > .mt-left{
    display: none;
  }
}
@media (max-width: 767px) {
  .header-con {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 3em;
    gap: 0px;
  }
  .header-con > *:nth-child(3) {
    grid-row: 2/3;
  }
  .main-nav .nav-inner .r-part .logo {
    width: 100px;
  }
  .main-nav .nav-inner .nav-list li a {
    font-size: 12px;
    padding: 12px 5px;
  }
  .header-con h1 {
    text-align: center;
    margin-bottom: 0 !important;
  }
  .header-con .head-bottle {
    margin: 0 auto;
  }
  .main-header .scene-1 > .mt-right, .main-header .scene-1 > .mt-left {
    width: 550px;
  }
  .main-header .scene-1 > .mt-left {
    transform: translateX(-100px) scaleX(-1) !important;
    display: none;
  }
  .main-header .scene-1 > .mt-right {
    transform: translateX(150px) !important;
  }
  .main-header .scene-1 > .wave {
    width: 100px !important;
    left: 0% !important;
    z-index: 5;
    bottom: 10%;
  }
  .main-header .scene-1 .logo-tr {
    width: 95%;
  }
  .gun-sec .scene-2 .leaf-right {
    top: 0;
    width: 180px;
  }
  .gun-sec .scene-2 .birds{
    left: 2%;
    width: 200px !important;
  }
  .pot{
    margin-bottom: 3em;
  }
  .gun-sec .scene-2 .leaf-left {
    display: none;
  }
  .gun-sec .scene-2 .birds {
    width: 250px;
    top: 2em;
  }
  .para {
    font-size: 18px;
  }
  
  .b-mt {
    margin-top: -50px;
  }
  .bottle-wrap {
    margin-top: 5em;
    margin-bottom: 3em;
    transform: scale(1.3) !important;
  }
  .footer-inner {
    flex-direction: column;
    gap: 25px;
  }
  .footer-inner .ft-logo {
    width: 120px;
  }
  .main-footer {
    padding-bottom: 1em;
  }
  .sec-head.style-2 {
    font-size: 72px;
  }
  .sec-head {
    font-size: 42px;
  }
  .main-header .scene-1 > .croc {
    display: none;
  }
  .border-des {
    margin-bottom: 12em;
  }
  .bt-text {
    position: static;
  }
  .border-wrap-container .bt-card {
    position: relative;
    width: 100% !important;
    transform: translate(0px, 0px);
    top: unset !important;
    left: unset !important;
  }
  .border-wrap-container .bt-card:not(:last-child) {
    margin-bottom: 25px;
  }
  .border-wrap-container .bt-card:nth-child(1) {
    text-align: left;
  }
  .bottle-sec {
    padding-bottom: 3em;
  }
}
.revealer{
  position: absolute;
  background: var(--brown);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  transition: 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.bottle-wrap2{
  overflow: hidden;
}
.bottle-wrap2 .revealer.active{
  transform: translateY(-100%);
  transition: 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
/* .bottle-wrap2{
  position: relative;
  overflow: hidden;
  padding-top: 100%;
}
.bottle-wrap2 >*{
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.bottle-wrap2 > *:nth-child(1){
  transform: translateY(-5%) translateX(5%) scale(0.8);
  z-index: 1;
}
.bottle-wrap2 > *:nth-child(2){
  z-index: 2;
}
.bottle-wrap2 > *:nth-child(3){
  z-index: 3;
}
.bottle-wrap2:hover .revealer{
  transform: translateY(-100%) !important;
} */

.scene-bg{
  transform: scale(1.05);

}

.bottle-wrap2 img{
  width: 370px !important;
}
.bottle-wrap2{
  position: relative;
  overflow: hidden;
}
.bottle-wrap2:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 5px solid white;
  transform: scaleX(1.02);
}

.bottle-wrap2 .layer{
  width: 100%;
  height: 100%;
}
.bottle-wrap2{
  max-width: 380px;
  margin: 0 auto;
}

.footer-inner p {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 500;
  color: #873B1C;
  text-align: center;
}
.footer-inner p a {
  opacity: 1;
  color: #873b1c;
  font-size: 14px;
}
@media(max-width:600px){
    .border-wrap-container{
        margin-top: 3.5em;
    }
    .victor-icon-wrap{
        grid-template-columns: repeat(2, 1fr)
    }
    .gun-sec .scene-2 .leaf-right{
        top: 2em !important;
    }
    .pot{
        margin-top: 1.5em;
    }
    .border-wrap-container .bt-card.first::after{
        right: unset;
        left: 0px;
    }
    .border-wrap-container .bt-card.first{
        text-align: left !important;
        padding-left: 25px !important;
        padding-right: 0px !important;
        margin-top: 25px;
    }
}
.bapuna{
    display: block;
    margin: 0 auto !important;
    width: 170px;
}
@media screen and (max-width: 767px){
  .bottle-wrap2 img{
    width: 100% !important;
  }
  .main-header {
    padding: 180px 0px 100px 0px;
}
.header-con-new {
    text-align: center;
    margin-bottom: 50px;
}
.main-header-row{
  min-height: 100%;
}
}
/*# sourceMappingURL=main.css.map */

/* exiting page */
.theme-bg {
  background: url(../images/loader-bg.svg);
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.theme-bg div {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  padding: 25px;
}
.theme-bg p {
  color: #f5efe2;
  line-height: 1.5em !important;
  font-size: 30px;
  text-align: center;
  font-weight: 500;
  max-width: 700px;
}
@media (max-width:767px){
.theme-bg p {
  font-size: 25px;
}
}
@media (max-width:767px){
.theme-bg p {
  font-size: 20px;
}
}
@media (max-width:440px){
.foo-logo-cont {
  display: grid;
  grid-template-columns: 1.769fr 1fr;
}
.foo-logo-cont img {
  width: 100%;
}
}
/* end */